/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: rotaty-harmanly
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
*/

/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */

:root {
	/* Colors */
	--main-color: #000;
	--secondary-color: #333031;
	--third-color: #AFB7C8;
	/*--accent-color: #f52630;*/
	--accent-color: #0065A9;

	--gtcolor: #046CFF;

	--accent-color-2: #f55a4e;
	--accent-color-3: #25BBFE;
	--accent-color-4: #2C72FE;
	--accent-color-5: #09bb82;
	--dark: #00206d;	
	--dark-2: #0a36a2;
	--dark-3: #8044dd;
	--dark-4: #0c3aab;

	/* News */
		--news-bg-1: #fff;
		--news-bg-2: #55565e;
		--news-cl-1: rgba(0,0,0, .7);
		--news-cl-2: #fff;
		--dark: rgba(0,0,0, .8);

	/* Text */
	--font-family: 'Roboto', sans-serif; font-weight: 400;
	--font-family: Georgia,Times,Times New Roman,serif; font-weight: 400; 

	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #052154;
	--text-color: #000;
	--text-color-2: #045381;
	--link-color: rgba(0,0,0, .5);
	--link-hover-color: var(--accent-color);

	/* Box Model */
	--border-radius: .7rem;

	/* Other */
	--intro-image-background: rgba(0,0,0, .5);
	--skew: 0deg;
	--polygon: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
	--polygon-2:  polygon(0 15vh,  100% 0, 100% 75vh, 0 100%);
}

/* -------------------------- *\
    BULTAG Mixins
\* -------------------------- */

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */

/* -------------------------- *\
    BULTAG Media Query
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */

html {
    font-size: 62.5%;
}

body { 
    background: #AADDFF; 
    font-family: var(--font-family); 
    font-size: var(--default-font-size); 
    line-height: var(--line-height); 
    color: var(--text-color); 
    /*background: #F5F8FC;*/
    }

a { 
    color: var(--link-color);
    text-decoration: none;
  }

/*transition: .3s;*/

a:hover {
	color: var(--link-hover-color);
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 3rem; line-height: 1.3; font-weight: 400; }

h1 { font-size: 5.5rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
    h1, h2 {
        font-size: 3rem; 
    }
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em; 
}

nav li {
	list-style-type: none;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell { 
    max-width: 980px; 
    margin: 0 auto;
}

@media(max-width: 1000px){

	.shell {
		padding: 0 20px;
	}
}

.shell--small {
	max-width: 1110px;
}

@media(max-width: 1130){

	.shell--small {
		padding: 0 20px;
	}
}

.shell--medium {
	max-width: 1200px;
}

@media(max-width: 1220){

	.shell--medium {
		padding: 0 20px;
	}
}

.shell--big {
	max-width: 1060px;
	padding: 0 2rem;
}

@media(max-width: 1080){

	.shell--big {
		padding: 0 20px;
	}
}

.shell__mobile {
	padding-top: 5rem;
}

@media (min-width: 768px) {

	.shell__mobile {
		padding-top: 0;
	}
}

@media (min-width: 1200px) {

	.shell--left {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.shell--left>.shell__left {
		width: 20%;
	}

	.shell--left>.shell__right {
		width: 80%;
	}
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { margin: 0 -1.5rem; }

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { float: left; width: 100%; padding: 0 1.5rem; }

.col--1of2,
.col--1of3,
.col--1of4,
.col--1of5 { width: 100%; }

.colpic { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; text-align: center; }

@media (min-width: 768px) {

	.col--1of2 {
		width: 50%;
	}

	.col--1of3 {
		width: 33.33%;
	}

	.col--1of4 {
		width: 25%;
	}

	.col--1of5 {
		width: 20%;
	}
}

/* -------------------------- *\
    Section
\* -------------------------- */

section {
    padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

section.dark-1 {
	background: #EDEEEE;
}

section.dark-2 {
	background: #333031;
}

section.nopadding {
	padding: 0;
}

/* -------------------------- *\
    Loggen in
\* -------------------------- */

.logged-in header {
  /*margin-top: 3.2rem;*/
}

/*@import "_typography";*/

/*@import "4-plugins/0-plugins";*/

/*@import "2-elements/0-elements";*/

/*@import "3-modules/0-modules";*/

/*@import "sunholiday/0-sunholiday";*/

/*@import "horoscope/0-horoscope";*/

/*@import "zenyt/0-zenyt";*/

/*@import "acropolbuild/0-acropolbuild";*/

/*@import "medica/0-medica";*/

/*@import "homevarna/0";*/

/*@import "5-animations/0-animations";*/

/*@import "ortomedics/0.css";*/

/*@import "plamenastyle/0.css";*/

/*@import "control1/0";*/

/* -------------------------- *\
    .nav-trigger
\* -------------------------- */

.nav-trigger {
	position: absolute;
	z-index: 20;
	left: -9999rem;
	display: none;
}

@media(max-width: 900px){

	.nav-trigger {
		display: block;
	}
}

.nav-trigger__menu {
	position: absolute;
	top: 2.2rem;
	right: 1.5rem;
	z-index: 17;
	display: none;
	padding: 2rem;
	cursor: pointer;
}

@media(max-width: 767px){

	.nav-trigger__menu {
		display: block;
	}
}

.nav-trigger__menu span {
	z-index: 10;
	position: absolute;
	top: .8rem;
	right: 0;
	content: '';
	display: block;
	width: 3rem;
	height: .3rem;
	background: #000;
	/*background: var(--main-color);*/
	border-radius: .4rem;
	transition: .3s ease;		
}

.nav-trigger__menu span:nth-child(1) {
	top: 0;
}

.nav-trigger__menu span:nth-child(3) {
	top: 1.6rem;
}

.nav-trigger:checked + .nav-trigger__menu {
	transform: rotate(360deg) translateX(.3rem);
	/*animation: triggerRoll 20s infinite;*/
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(2) {
	width: 0;
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(1) {
	transform: rotate(45deg) scale(1.1);
	top: .7rem;
	background: var(--accent-color);
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(3) {
	transform: rotate(-45deg) scale(1.1);
	top: .7rem;
	background: var(--accent-color);
}

.nav-trigger:checked + label + a + .header-11__tel {
	color: #fff;
}

.nav-trigger:checked + label + a + .header-11__tel i {
	color: #fff;
}

.nav-trigger:checked + label + .nav {
	transform: translateY(0)  translateX(0);
}

.header {
	position: fixed;
	width: 100%;
	background: #FFF;
}

@media (min-width: 768px) {

	.header {
		position: relative;
	}
}

.header__top {
	box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
}

@media (min-width: 768px) {

	.header__top {
		box-shadow: none;
	}
}

.header__top .shell {
	position: relative;
}

@media (min-width: 768px) {

	.header__top .shell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.header .pic1 {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
}

@media (min-width: 768px) {

	.header .pic1 {
		position: static;
		transform: translate(0);
	}
}

.header .pic1 img {
	max-height: 4rem;
}

@media (min-width: 768px) {

	.header .pic1 img {
		max-height: 20rem;
	}
}

.header .pic2 {
	display: none;
}

@media (min-width: 768px) {

	.header .pic2 {
		display: inline-block;
	}
}

@media (min-width: 768px) {

	.header .pic2 img {
		max-height: 20rem;
		transform: scale(1.2);
	}
}

.header .pic3 {
	padding-top: 5rem;
}

.header .title {
	text-align: center;
	line-height: 1.1;
	font-size: 2.4rem;
	padding: .5rem 0;
	margin-bottom: 0;
	color: var(--accent-color);
}

@media (min-width: 768px) {

	.header .title {
		position: static;
		font-size: 4.5rem;
		font-weight: 700;
	}
}

.header__bottom {
	background: #AADDFF;
}

@media (min-width: 768px) {

	.header__bottom {
		position: relative;
	}
}

.header__bottom .shell {
	padding: 0;
}

.header .nav {
	background: rgba(255,255,255,.95);
	position: absolute;
	top: 6.3rem;
	left: 0;
	transform: translateX(150%);
	width: 100%;
	height: calc(100vh - 6.4rem);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.header .nav {
		position: relative;
		top: 0;
		z-index: 5;
		transform: translate(0);
		height: auto;
		display: block;
		background-image: linear-gradient(to bottom, rgba(0,0,0,.02) 70%, rgba(0,0,0,.19));
		box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, .2);
	}
}

@media (min-width: 1060px) {

	.header .nav {
		border-radius: 1.5rem 1.5rem;
	}
}

.header .nav ul {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 768px) {

	.header .nav ul {
		position: relative;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
}

.header .nav li {
	position: relative;
	-ms-flex: 1;
	    flex: 1;
	display: inline-block;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.header .nav li {
		display: block;
		transition-duration: 0.5s;
	}
}

.header .nav li:hover {
	color: #FFF;
	background: rgba(65, 191, 255, 1);
	border-radius: 1.5rem 1.5rem;
}

.header .nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: rgba(0,0,0,.2);
}

@media (min-width: 768px) {

	.header .nav li:before {
		display: none;
	}
}

.header .nav li.menu-item-has-children:after {
	content:'>';
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	transform: translateY(-50%) rotate(90deg) scale(1, 1.8);
	padding: 3rem;
	font-size: 1.3rem;
	color: #999999;
}

@media (min-width: 768px) {

	.header .nav li.menu-item-has-children:after {
		display: none;
		padding-top: 1rem;
		padding: .5rem;
	}
}

.header .nav li.menu-item-has-children--expanded .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 4rem;
	transition: all .5s ease;
	border-radius: 1.5rem 1.5rem;
	transform: translate(0);
}

@media (min-width: 768px) {

	.header .nav li.menu-item-has-children--expanded .sub-menu {
		padding-top: 0.5rem;
		height: 6rem;
	}
}

.header .nav li.menu-item-has-children--expanded .sub-menu li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	height: 4rem;
}

.header .nav li.menu-item-has-children--expanded .sub-menu a {
	color: #fff;
}

.header .nav li .sub-menu {
	top: 5rem;
	position: absolute;
	background: rgba(65, 191, 255, 1);
	border-radius: 1.5rem 1.5rem;
}

@media (max-width: 768px) {

	.header .nav li .sub-menu {
		display: none;
	}
}

.header .nav a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0;
	font-size: 2rem;
	cursor: pointer;
}

@media (min-width: 768px) {

	.header .nav a {
		position: relative;
		-ms-flex: 1;
		    flex: 1;
		padding: 1rem 0;
	}

	@mixin: tra;

	.header .nav a:hover {
		color: #fff;
	}
}

.header li {
	display: block;
	transition-duration: 0.5s;
}

.header li:hover {
	cursor: pointer;
}

.header ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 1s ease;
	margin-top: 0rem;
	left: 0;
	display: none;
}

.header ul li:hover > ul,
	.header ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

.header ul li ul li {
	clear: both;
	width: 100%;
}

.header .button {
	top: 5rem;
	background: rgba(65, 191, 255, 1);
	border-radius: 1.5rem 1.5rem;
}

@media (min-width: 768px) {

	.header .toggle {
		display: none;
	}
}

.title {
    padding-top: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.7rem;
}

.title a {
	color: #000;
	transition: .3s ease;
}

.title a:hover {
	color: #00A3E1;
}

@media (min-width: 768px) {

	.title {
		font-size: 4rem;
	}
}

.title--italic {
	font-style: italic;
}

.title--h2global2 {
	padding-top: 0;
	text-align: center;
	font-weight: 300;
	font-size: 2.3rem;
}

@media (min-width: 768px) {

	.title--h2global2 {
		padding-top: 0;
		text-align: center;
		font-weight: 300;
		font-size: 4.5rem;
	}
}

.title--h1contact {
	padding-top: 0;
	text-align: center;
	font-weight: 300;
	font-size: 3.5rem;
}

@media (min-width: 768px) {

	.title--h1contact {
		padding-top: 0;
		text-align: center;
		font-weight: 300;
		font-size: 4.5rem;
	}
}

.subtitle {
    padding-top: 0; 
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
}

@media (min-width: 768px) {

	.subtitle {
		font-size: 4.5rem;
	}
}

.subtitle--red {
	font-style: italic;
	color: red;
}

.boldTitle {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
}

@media (min-width: 768px) {

	.boldTitle {
		font-size: 5rem;
	}
}

.blue {
    color: var(--accent-color);
}

@media (min-width: 768px) {

	.index {
		padding-top: 0;
	}
}

.index p {
	text-align: justify;
}

.index h2 {
	font-style: italic;
}

.linked {
    top: 0;
    transform: translate(0);
    height: 2rem;
    margin-bottom: 3.5rem;
    /*width: 60%;*/
    /*box-shadow: 0 1rem 0 rgba(214, 69, 65, 1);*/
    color: #000;
    transition: .3s ease;
}

.linked strong {
	position: relative;
}

.linked strong:hover:after {
	width: 100%;
	background: rgba(0, 163, 225, 1);
}

.linked strong:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 90%;
	height: .7rem;
	background: rgba(214, 69, 65, 1);
	transition: .3s ease;
}

@media (min-width: 768px) {

	.linked {
		width: 30%;
		font-size: 3rem;
	}
}

.colbase {
	padding-top: 2rem;
	border-style: solid; 
	border-color: #0065A9; 
	background: #FFF;		
}

.members, 
.memberships,
.positions {
	/*background: green;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-direction: row;
	    flex-direction: row;
	padding-top: 0rem;
	line-height: 1.3;
	font-size: 1.6rem;
}

.members__holder, .memberships__holder, .positions__holder {/*background: yellow;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.members__box, .memberships__box, .positions__box {/*background: blue;*/
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 3rem;
}

@media (min-width: 768px) {

	.members__box, .memberships__box, .positions__box {/*background: red;*/
		width: 48%;
	}
}

.members__item, .memberships__item, .positions__item {
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 5rem;
}

@media (min-width: 768px) {

	.members__item, .memberships__item, .positions__item {
		display: -ms-flexbox;
		display: flex;
	}
}

.members__item:nth-child(1), .memberships__item:nth-child(1), .positions__item:nth-child(1) {/*background: pink;*/
	padding-top: 0;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.members__item:nth-child(3), .memberships__item:nth-child(3), .positions__item:nth-child(3) {/*background: green;*/
	padding-bottom: 0;
}

.members ul, .memberships ul, .positions ul {
	padding-left: 1rem;
	font-size: 2rem;
	list-style-type: none;
}

/*line-height: 3rem;*/

@media (min-width: 768px) {

	.members ul, .memberships ul, .positions ul {
		font-size: 2.5;
		line-height: 4rem;
	}
}

.members li, .memberships li, .positions li {
	line-height: 3rem;
}

@media (min-width: 768px) {

	.members li, .memberships li, .positions li {
		line-height: 4rem;
	}
}

.left {
	/*background: red;*/
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {

	.left {
		width: 50%;
	}
}

.right {
	/*background: pink;*/
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.right {
		width: 50%;
	}
}

.col1 {
	/*background: blue;*/
	padding: 1.5rem;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.col1 {
		width: 50%;
		text-align: left;
	}
}

.col2 {
	/*background: lightblue;*/
	padding: 1.5rem;
	width: 100%;
	-ms-flex-align: end;
	    align-items: flex-end;
	text-align: center;
}

@media (min-width: 768px) {

	.col2 {
		width: 50%;
		text-align: left;
	}
}

.text {
	padding-left: 2rem;
	font-size: 3rem;
	text-align: justify;
}

.email {
	font-size: 2.5rem;
	text-align: center;
}

@media (min-width: 768px) {

	.email {
		padding-top: 7rem;
	}
}

.internationalpic {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {

	.internationalpic {
		width: 20%;
		margin-left: auto;
		margin-right: auto;
	}
}

.internationalpic--pic {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main {
	padding-top: 5rem;
}

h1 { 
	padding-top: 2rem;
	text-align: center;
}

p {
	padding-left: 1rem;
	font-size: 2rem;
}

@media (min-width: 768px) {

	p {
		font-size: 2.5rem;
	}
}

.pad {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {

	.pad {
		padding-top: 5rem;
		padding-bottom: 2rem;
	}
}

.pad0 {
    padding-top: 1rem;
}

@media (min-width: 768px) {

	.pad0 {
		padding-top: 0;
	}
}

.nopad {
    padding: 0;
    margin: 0.1rem;
    margin-bottom: 1rem;
}

.contacts {
    padding-top: 0;
}

.contact {
    margin-top: 1rem;
}

.contact--left {
	width: 93%;
	padding-left: 1.5rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {

	.contact--left {
		float: left;
		width: 21rem;
	}
}

.contact--right {
	width: 100%;
	height: 14.9rem;
	padding-left: 1rem;
	padding-top: 1rem;
}

@media (min-width: 768px) {

	.contact--right {
		float: left;
		width: 23rem;
		height: 14.9rem;
	}
}

.contact--block {
	width: 100%;
	height: 4.3rem;
	padding-left: 1rem;
}

.contact--btn {
	width: 100%;
	padding-bottom: 3rem;
	text-align: center;
}

@media (min-width: 768px) {

	.contact--btn {
		text-align: right;
		padding-top: 16rem;
		padding-left: 11rem;
	}
}

.contact--btnstyle {
	width: 18rem;
	height: 4rem;
	background-color: rgba(0, 101, 169, 1);
	color: #FFF;
	font-size: 2rem;
}

@media (min-width: 768px) {

	.contact--btnstyle {
		width: 12rem;
		height: 4rem;
		background-color: rgba(0, 101, 169, 1);
		color: #FFF;
		font-size: 2rem;
	}
}

.map {
    width: 100%; 
    height: 25rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {

	.map {
		width: 50%;
		height: 52rem;
	}
}

.about {
	padding-top: 0;
}

.about ul {
	padding-left: 2rem;
	font-size: 2rem;
}

@media (min-width: 768px) {

	.about ul {
		padding-left: 5rem;
		font-size: 2.5rem;
	}
}

.about ol {
	padding-left: 2rem;
	font-size: 2rem;
}

@media (min-width: 768px) {

	.about ol {
		padding-left: 5rem;
		font-size: 2.5rem;
	}
}

.gallery {
	padding-top: 3rem;
}

@media (min-width: 768px) {

	.gallery {
		padding-top: 0;
	}
}

.gallery--new ul {
	padding: 0;
	list-style-type: none;
}

@media (min-width: 500px) {

	.gallery--new ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 768px) {

	.gallery--new ul:hover img {
		opacity: .8;
	}
}

.gallery--new li {
	padding: 0;
	margin-bottom: 3rem;
}

@media (min-width: 500px) {

	.gallery--new li {
		width: 49%;
		margin-bottom: 2%;
	}
}

@media (min-width: 900px) {

	.gallery--new li {
		width: 32.5%;
		margin-bottom: 1.5%;
	}
}

.gallery--new li img {
	min-width: 100%;
	height: 20rem;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.gallery--new li img:hover {
	opacity: 1;
}

@media (min-width: 768px) {

	.galleryimg {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 35.5rem;
	}
}

.activity {
	padding-top: 2rem;
	padding-left: 1rem;
	font-size: 2rem;
}

@media (min-width: 768px) {

	.activity {
		font-size: 2.5rem;
	}
}

.activity__holder {/*background: yellow;*/
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 768px) {}

.activity__items {/*background: yellow;*/
	padding-bottom: 3rem;
	width: 100%;
	-ms-flex-direction: column;
	    flex-direction: column;
}

@media (min-width: 768px) {

	.activity__items {
		display: -ms-flexbox;
		display: flex;
		width: 48%;
	}
}

.activity .title {
	font-size: 4.5rem;
}

.activity .year{
	text-align: center;
}

.activity .info {
	text-align: left;
}

.titleYear {
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--accent-color);
}

@media (min-width: 768px) {

	.titleYear {
		font-size: 4rem;
	}
}

p {
	padding-left: 1rem;
	font-size: 2rem;
}

@media (min-width: 768px) {

	p {
		font-size: 2.5rem;
	}
}

.news {
	padding-top: 2.5rem;
}

@media (min-width: 768px) {

	.news {
		padding-top: 0;
	}
}

.news .title {
	font-size: 2.2rem;
}

.membership {
	padding-top: 0;
}

.membership h3 {
	padding-top: 0;
	font-weight: 300;
	font-size: 2.5rem;
	text-align: center;
}

@media (min-width: 768px) {

	.membership h3 {
		font-size: 4.5rem;
	}
}

.social-icons {
	text-align: center;
}

@media (min-width: 768px) {

	.social-icons {
		text-align: right;
	}
}

/* Style all font awesome icons */

.fa {
  padding: 1rem;
  margin: 0.5rem;
  font-size: 2.3rem !important; 
  width: 4.5rem;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {

	.fa {
		padding: 1rem;
		font-size: 3.5rem !important;
		width: 6rem;
		text-align: center;
		text-decoration: none;
	}
}

/* Add a hover effect if you want */

.fa {
  transition: .3s ease;
}

.fa:hover {
	color: #FFF;
	opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */

.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */

.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Google */

.fa-google {
  background: #dd4b39;
  color: white;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.imgal {
  position: absolute;
  width: 100rem;
  height: 20rem;
}

.footer--left {
	text-align: center;
	font-size: 1rem;
}

@media (min-width: 768px) {

	.footer--left {
		text-align: left;
		font-size: 2rem;
	}
}

.footer--right {
	text-align: right;
}

@media (min-width: 768px) {

	.footer--right {
		text-align: right;
	}
}

.socdial {
	max-width: 4rem;
	height: 4rem;
}

.websiteby {
	height: 5rem;
	font-size: 1rem;
	text-align: center;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {

	.websiteby {
		height: 8rem;
		font-size: 1.8rem;
		text-align: center;
		padding-bottom: 2rem;
	}
}

/* -------------------------- *\
    .article-home
\* -------------------------- */

@media (min-width: 768px) {

	.article-home {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 768px) {

	.article-home__left,
	.article-home__right {
		width: 49%;
	}
}

.article-home__left {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.article-home__left {
		margin-bottom: 0;
	}
}

.article-home__right {
	padding: 0 2rem;
}

@media (min-width: 768px) {

	.article-home__right {
		padding: 0 1rem;
	}
}

.article-home__right p {
	padding-left: 0 !important;
}

/* -------------------------- *\
    .form_1
\* -------------------------- */

.form_1 label {
	text-transform: uppercase;
	font-weight: 400 !important;
}

.form_1 .medium {
	border: none;
	box-shadow: 0 0 .3rem rgba(0,0,0, .2);
	transition: .3s ease;
}

.form_1 .medium:hover {
	box-shadow: 0 0 1rem rgba(0,0,0, .3);
}

.form_1 .medium:focus {
	box-shadow: 0 0 1rem rgba(0,0,0, .5);
}

@media (min-width: 640px) {

	.form_1 .medium {
		min-height: 3.8rem !important;
	}
}

/*padding-right: 0 !important;*/

.form_1 .gfield label, .form_1 label {
	font-size: 1.5rem !important;
}

@media (min-width: 640px) {

	.form_1 .gf_left_third,
	.form_1 .gf_middle_third,
	.form_1 .gf_right_third {
		width: 32% !important;/*display: none;*/
	}
}

@media (min-width: 640px) {

	.form_1 .gf_left_third,
	.form_1 .gf_middle_third {
		margin-right: 2% !important;
	}
}

@media (min-width: 640px) {

	.form_1 .ginput_container_textarea {
		margin-bottom: 3.5rem;
	}
}

.form_1 .gfield.checkbox .gfield_label {
	display: none;
}

@media (min-width: 640px) {

	.form_1 .gfield.checkbox {
		margin-bottom: 4rem;
	}
}

.form_1 .gfield_checkbox li {
	text-align: center;
}

.form_1 .gfield_checkbox li input {
	opacity: 0;
}

.form_1 .gfield_checkbox li input:checked + label:after {
	content: '✓';
	color: #fff;
}

.form_1 .gfield_checkbox label {
	position: relative;
	display: inline-block !important;
	font-weight: 300 !important;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.form_1 .gfield_checkbox label:before,
		.form_1 .gfield_checkbox label:after {
	position: absolute;
	top: 50%;
	left: -3rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
}

.form_1 .gfield_checkbox label:before {
	content: '';
	background: var(--accent-color);
}

.form_1 .gfield_checkbox label a {
	color: var(--accent-color);
	text-decoration: underline;
	transition: .3s ease;
}

.form_1 .gfield_checkbox label a:hover {
	font-weight: 700;
}

.form_1 .gform_button {
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360) !important;
	display: block !important;
	margin: 2rem auto !important;/*max-width: 18rem !important;*/
	max-width: 20rem !important;
	text-decoration: none !important;/*border-radius: .4rem !important;*/
	border-radius: 0 !important;
	padding: 1.5rem 3rem !important;
	text-align: center !important;
	background: var(--accent-color) !important;
	border: .2rem solid var(--accent-color) !important;
	text-transform: uppercase !important;
	font-size: 2rem !important;
	cursor: pointer !important;/*color: rgba(30, 22, 54, 0.6) !important;*/
	color: #fff !important;
	box-shadow: rgba(255, 255, 255, 255) 0 0px 0px 0px inset !important;
}

.form_1 .gform_button:hover {
	color: var(--accent-color) !important;
	box-shadow: rgba(255, 255, 255, 255) 0 0px 0px 40px inset !important;
}

.form_1 .gform_button:active {
	transform: translateY(.2rem) !important;
}

.form_1 .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}