/*ALL*/
	* { box-sizing: border-box; }
	html {overflow-x: hidden; overflow-y: scroll;}
	body {
		font-family: 'Open Sans', sans-serif !important;
		letter-spacing: initial !important;
		font-size: 16px; color: #3B444B; margin: 0px; padding: 0px; overflow-x: hidden;
	}

	.row { max-width: 1800px; margin: auto; }
	.row::after { content: ""; clear: both; display: block; }
	[class*="col-"] { float: left; padding: 3px 0px 3px 0px; width: 100%; }

	p { margin: 0px; /*text-align: justify; text-justify: inter-word;*/ }
	a { text-decoration: none; color: #3B444B; }

	.page-header { position: fixed; background-color: white; border-bottom:1px solid #e3e4e3; z-index: 9999; min-height: 60px;}

	.block { padding: 30px 0px; }
	.small-block { padding: 15px 0px; }

	.header { font-size: 36px; padding: 0px 0px 20px; }
	.small-header { font-size: 22px;  }
	.medium-header { font-size: 24px;  }

	.small-font { font-size: 14px; }
	.medium-font { font-size: 16px; }
	.large-font { font-size: 18px; }
	.blue { color: #01466f; }
	.vertical-center { display: flex; align-items: center; }

/*BUTTONS*/
	.expand-border-button { text-decoration: none; color: white; height: auto; border: 2px solid; border-radius: 18px; padding: 10px 40px; font-size: 16px; box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); text-shadow: none; transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); cursor: pointer; }
	.expand-border-button:hover { letter-spacing: 0.5px; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2); /*text-shadow: 1px 1px 2px #427388;*/  }
	.expand-border-button span { cursor: pointer; display: inline-block; position: relative; transition: 500ms; }
	.expand-border-button span:after { content: '\003e\003e'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 500ms; }
	.expand-border-button:hover span { padding-right: 25px; }
	.expand-border-button:hover span:after { opacity: 1; right: 0; }

	.expand-button { text-decoration: none; color: white; height: auto; border: 2px solid; border-radius: 18px; padding: 10px 40px; font-size: 16px; box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); text-shadow: none; transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); cursor: pointer; }
	.expand-button:hover { letter-spacing: 0.5px; /*text-shadow: 1px 1px 2px #427388;*/ 	 }
	.expand-button span { cursor: pointer; display: inline-block; position: relative; transition: 500ms; }
	.expand-button span:after { content: '\003e\003e'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 500ms; }
	.expand-button:hover span { padding-right: 25px; }
	.expand-button:hover span:after { opacity: 1; right: 0; }

	.text-anchor-button { text-align: center; text-decoration: none; transition: all 200ms linear; }
	.text-anchor-button:hover { color: #01466f; letter-spacing: 0.6px; /*font-weight: bolder;*/ }



/*ANIMATION*/
	.animated { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }
	.animated.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }

	.delay-1 { -webkit-animation-delay: 0.20s; -moz-animation-delay: 0.20s; -o-animation-delay: 0.20s; animation-delay: 0.20s; }
	.delay-2 { -webkit-animation-delay: 0.40s; -moz-animation-delay: 0.40s; -o-animation-delay: 0.40s; animation-delay: 0.40s; }
	.delay-3 { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; }
	.delay-4 { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s; }
	.delay-5 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
	.delay-6 { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s; }
	.delay-7 { -webkit-animation-delay: 1.4s; -moz-animation-delay: 1.4s; -o-animation-delay: 1.4s; animation-delay: 1.4s; }
	.delay-8 { -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; -o-animation-delay: 1.6s; animation-delay: 1.6s; }
	.delay-9 { -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; -o-animation-delay: 1.8s; animation-delay: 1.8s; }
	.delay-10 { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; animation-delay: 2s; }

	@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(60px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
	@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(60px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
	@-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(60px); } 100% { opacity: 1; -o-transform: translateY(0); } }
	@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(60px); } 100% { opacity: 1; transform: translateY(0); } }
	.fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }

	@-webkit-keyframes fadeInUpSmall { 0% { opacity: 0; -webkit-transform: translateY(5px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
	@-moz-keyframes fadeInUpSmall { 0% { opacity: 0; -moz-transform: translateY(5px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
	@-o-keyframes fadeInUpSmall { 0% { opacity: 0; -o-transform: translateY(5px); } 100% { opacity: 1; -o-transform: translateY(0); } }
	@keyframes fadeInUpSmall { 0% { opacity: 0; transform: translateY(5px); } 100% { opacity: 1; transform: translateY(0); } }
	.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; -moz-animation-name: fadeInUpSmall; -o-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall; }

	@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	.fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }

	@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-30px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
	@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-30px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
	@-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-30px); } 100% { opacity: 1; -o-transform: translateY(0); } }
	@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } }
	.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

	@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
	@-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
	@-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
	@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0;} }
	.animated.fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }


	@-webkit-keyframes typing { from { width: 0% } to { width:100% } }
	@-moz-keyframes typing { from { width: 0% } to { width:100% } }
	@-webkit-keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: black }}
	@-moz-keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: black } }
	.type { white-space:nowrap; overflow:hidden; border-right: .1em solid black; -webkit-animation: typing 2s steps(30, end), blink-caret 1s step-end ; -moz-animation: typing 2s steps(30, end), blink-caret 1s step-end ; }

/*COL*/
	@media only screen and (min-width: 0px) {
		.col-s-0 {width: 0%;}
		.col-s-1 {width: 8.33%;}
		.col-s-2 {width: 16.66%;}
		.col-s-3 {width: 25%;}
		.col-s-4 {width: 33.33%;}
		.col-s-5 {width: 41.66%;}
		.col-s-6 {width: 50%;}
		.col-s-7 {width: 58.33%;}
		.col-s-8 {width: 66.66%;}
		.col-s-9 {width: 75%;}
		.col-s-10 {width: 83.33%;}
		.col-s-11 {width: 91.66%;}
		.col-s-12 {width: 100%;}

		.menu-logo { display: block; }
	 	.header-block-right { display: none; /*border-top: 1px solid #e3e4e3;*/ }
	 	.header-block-left { display: flex; align-items: center; }
	 	.br-class { display: none; }

	 	/*SLIDER*/
	 	#top-image-slider .slide-content-header { font-size: 22px; line-height: 1.0; }
		#top-image-slider .slide-content-text { font-size: 13px; line-height: 0.8; }
		#top-image-slider .slide{ width: 180%; height: auto; margin-left: -40%; }
		#top-image-slider .expand-button, .expand-border-button { padding: 5px 20px; }
	}

	@media only screen and (min-width: 700px) {
		.col-m-0 {width: 0%;}
		.col-m-1 {width: 8.33%;}
		.col-m-2 {width: 16.66%;}
		.col-m-3 {width: 25%;}
		.col-m-4 {width: 33.33%;}
		.col-m-5 {width: 41.66%;}
		.col-m-6 {width: 50%;}
		.col-m-7 {width: 58.33%;}
		.col-m-8 {width: 66.66%;}
		.col-m-9 {width: 75%;}
		.col-m-10 {width: 83.33%;}
		.col-m-11 {width: 91.66%;}
		.col-m-12 {width: 100%;}

		.page-header { max-height: 80px; display: flex; align-items: center; }
	 	.header-block-right { display: block; border-top: 0px; }
	 	.header-block-left { display: block; align-items: stretch; }
	 	.menu-logo { display: none; }
	 	.br-class { display: block; }

		/*SLIDER*/
	 	#top-image-slider .slide-content-header { font-size: 32px; line-height: 1.1; }
		#top-image-slider .slide-content-text { font-size: 16px; line-height: 1.4; }
		#top-image-slider .expand-button, .expand-border-button { padding: 10px 40px; }
	}

	@media only screen and (min-width: 1100px) {
		.col-0 {width: 0%;}
		.col-1 {width: 8.33%;}
		.col-2 {width: 16.66%;}
		.col-3 {width: 25%;}
		.col-4 {width: 33.33%;}
		.col-5 {width: 41.66%;}
		.col-6 {width: 50%;}
		.col-7 {width: 58.33%;}
		.col-8 {width: 66.66%;}
		.col-9 {width: 75%;}
		.col-10 {width: 83.33%;}
		.col-11 {width: 91.66%;}
		.col-12 {width: 100%;}

		/*SLIDER*/
		#top-image-slider .slide-content-header { font-size: 36px; line-height: 1.1; }
		#top-image-slider .slide-content-text { font-size: 18px; line-height: 1.6; }
		#top-image-slider .slide{ width: 100%; height: auto; margin-left: 0%; }
	}

/*--------------------------------------------------------------------------------------------HEADER----------------------------------------------------------------------------------------*/
		.logo { max-height: 80px; }
		.logoim { max-height: 50px; margin-top: 5px; min-width: 210px; }

		.menu-logo { height: 45px; }
		.menu-logo .container { display: inline-block; cursor: pointer; }
		.menu-logo .bar1, .bar2, .bar3 { width: 35px; height: 5px; background-color: #333; margin: 6px 0; transition: 0.4s; }
		.menu-logo .change .bar1 { -webkit-transform: rotate(-45deg) translate(-9px, 6px) ; transform: rotate(-45deg) translate(-9px, 6px) ; }
		.menu-logo .change .bar2 {opacity: 0;}
 		.menu-logo .change .bar3 { -webkit-transform: rotate(45deg) translate(-8px, -8px) ; transform: rotate(45deg) translate(-8px, -8px) ; }

		ul.topnav { list-style-type: none;list-style-type: none; margin: 0px; }
		ul.topnav li .stable { float: left; }

		a.anchor { display: block; position: relative; }

/*--------------------------------------------------------------------------------------------BODY--------------------------------------------------------------------------------------------*/
	/*SLIDER*/
		#top-image-slider { width: 100%; height:auto; }
		#top-image-slider .slide-div{ width: 100%; height: auto; }
		#top-image-slider .slide-content { display: flex; align-items: center; justify-content: center; color: white; bottom: 0; min-height: 80px; left: 0; position: absolute; z-index: 2; opacity: 1; font-weight: lighter; }
		#top-image-slider .slide-content-text { font-weight: normal; }
		#top-image-slider a { border-color: white; font-weight: normal; }

	/*CONTACT*/
		#contact {  }
		#contact .social-network-icon { max-width: 40px; }
		#contact .social-network-icon:hover { max-width: 43px; }
		#contact .send { margin-top: 40px; border:2px solid #00466d; border-radius: 22px; background-color: #00466d; padding: 5px 10px; color: white; }

		#contact #map { height: 300px; margin-top: 20px; }
		#contact #map img { width: 100%; height: 300px; }
		#contact #map a img { display: none; }
		#contact .gmnoprint a, .gmnoprint span, .gm-style-cc { display:none; }

