@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,300,600,700&subset=latin,latin-ext);

/* GLOBAL */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
	background:#FFF;
}

body {	
	position:relative;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:26px;
	color:#566878;
	text-align:justify;
	background:#FFF url(skin/bg.jpg) no-repeat top center;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

nav ol, nav ol li, nav ul, nav ul li {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	max-width:100%;
	vertical-align:bottom;
	height:auto !important;
}

img.toleft { clear:left; float:left; margin-right:20px; margin-bottom:20px; }
img.toright { clear:right; float:right; margin-left:20px; margin-bottom:20px; }


.ie8 img {	width: auto; }


a{
	color:#49bff2;
	text-decoration:none;
}

a:hover{
	color:#88bf00;
}

a:hover {
	*transition: color 0.3s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

h1,h2,h3,h4,h5,h6{
	margin-top:0;
	font-weight:normal;
	line-height:normal;
	text-align:left !important;
}

.mobile{
	display:none;
}

p{margin:0;}

/* --------------------------- default.css ---------------------------- */

#result{  }

html {
	overflow-x:hidden;
}

#result {position:fixed; left:0px; top:0px; font-size:10px; float:left;}

.bold {	font-weight:bold;}

.semibold {	font-weight:600;}

.caps {	text-transform:uppercase;}

.fw300 { font-weight:300; }
.fw400 { font-weight:400; }
.fw600 { font-weight:600; }
.fw700 { font-weight:700; }
.fw800 { font-weight:800; }


/* --------------------------- IMAGE ---------------------------- */

.caroussel .content{
	z-index:501;
	position:relative;
	margin-top:17px;
}
.caroussel .content #image{
	position:relative;
	margin-left:-80px;
	margin-right:-80px;
}
.caroussel .content .shadow{
	position:absolute;
	left:-10px;
	right:-10px;
	bottom:-4.2%;
}

.caroussel .content .shadow img{
	width:100% !important;
}


#image #images {
position:absolute;left:0;top:0; width:100%; height:100%;
}
#image #images iframe{
	height:460px;
  border-radius: 15px;
}
#image #images img{
	position:absolute;left:0;right:0; width:100%; height:100%;
	border-radius: 15px;
}

#image #navigator{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-150px;
	width:300px;
	z-index:600;
	text-align:center;
}
#image #navigator a{
	position:relative;
	display:inline-block;
	width:15px;
	height:12px;
	background:url(skin/image-off.png) center no-repeat;
}

#image #navigator a.current, #image #navigator a:hover {
	background:url(skin/image-on.png) center no-repeat;
}

#image .fixL {
	position:absolute;
	left:10px;
	width:15px;
	height:460px;
}

#image .fixR {
	position:absolute;
	right:10px;
	width:15px;
	height:460px;
}




/* ---------------------------SELECTOR SMALL ---------------------------- */

#selsmall{ display:none; }



/* --------------------------- BOX ---------------------------- */

#fill{
	position:relative;
	left:50%;
	display:block;
	width:980px;
	margin-left:-490px;
	z-index:500;
}

#box{
	position:relative;
	left:50%;
	display:block;
	width:980px;
	margin-left:-490px;
	z-index:502;
}


/* ---------------------------BOX > MAIN ---------------------------- */
section {
	margin-top:20px;
}


@media (min-width:1440px) {
section {
	margin-top:40px;
}
}

section .content {
	position:relative;
	text-align:left;
	margin:20px 0 30px 30px;
	*font-family:Tahoma, Geneva, sans-serif;
	*font-size:13px;
	*line-height:24px;
	*color:#566878;
	*background:#FFF;
	text-align:justify;
}

section .content a{
	color:#49bff2;
}

section .content a:hover{
	color:#88bf00;
}

section .content a img{
	border:1px solid #49bff2;
}

section .content a:hover img{
	border:1px solid #88bf00;
}

section .content h1{
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#88bf00;
	font-size:36px;
	font-weight:300;
	line-height:42px;
	*margin-bottom:20px;
}

section .content h2{
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#1e4983;
	font-size:24px;
	font-weight:400;
	margin-bottom:5px;
}
section .content h2 span{
	font-style:italic;
}

section .content h3{
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#1e4983;
	font-size:18px;
	font-weight:600;
}

section .content p{
	*margin-right:30px;
}

section .content .galeriakep img{
	margin:9px;
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width:800px) {
	section .content .galeriakep img{
		margin:2%;
		width:21%;
	}
}


@media (max-width:640px) {
	section .content .galeriakep img{
		margin:2%;
		width:29%;
	}
}

@media (max-width:480px) {
	section .content .galeriakep img{
		margin:2%;
		width:46%;
	}
}



/* ---------------------------BOX > MAIN BLOCK ---------------------------- */

section .content .block {
	display:inline;
	float:right;
	width:320px;
	height:auto;
	
	background:#fafbfb;
	border:solid 1px #d9d9d9;	
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	border-radius:14px;
	
	
	padding:0px;
	padding-bottom:15px;
	margin:0 0 20px 30px;
	clear:both;
	text-align:left !important;
}

section .content .block h2{
	width:100%;
	height:42px;
	
	background:#ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f3f3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3f3',GradientType=0 );
	
	border-top-left-radius:13px;
	border-top-right-radius:13px;

	margin-bottom:20px;
	text-indent:15px;
	line-height:40px;
	font-size:17px;
	color:#1e4983;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:600;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	overflow:hidden;

}


section .content .block p, section .content .block ul{
	margin-right:0px;

	padding:0 20px 0 20px;
}

@media (max-width:640px) {
	
	section .content .block {
	width:100%;
	padding-bottom:25px;
	}
	section .content .block p, section .content .block ul{
		margin-right:0px;
		
		padding:0 30px 0px 30px;
	}
	
}


section .content .block p, section .content .block li{
	list-style:inside disc;
}

section .content .block li{
	text-align:left;
}


section .content .block p img.wide{
	width:100%;
}

section .content .block .btn{
	font-size:14px;
	text-align:right;
}

section .content .block .italic{
	font-style:italic;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
}

section .content .form {
	text-align:left;
}

section .content .form p {
	margin-bottom:1em;
}

section .content td, section .content th {
	vertical-align:top;
	text-align:left;
}

section .content input, section .content textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#566878;
	width:calc(100% - 350px);
	
	border:#D9D9D9 solid 1px;
	padding: 3px;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


section .content textarea {
	height:100px;
	resize: none;
}

section .content .kuldes {
	width:100px;
}

section .content .kuldes {	display: inline-block;outline: none;cursor: pointer;text-align: center;text-decoration: none;font: 14px/100% Tahoma, Geneva, sans-serif; padding: .23em .5em .25em .5em;text-shadow: 1px 1px 1px #ffffff;-webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #566878; border: solid 1px #d9d9d9; background: #ebe9ed; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfe0e1)); background: -moz-linear-gradient(top,  #ffffff,  #dfe0e1); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe0e1');}
section .content .kuldes:hover { text-decoration: none;background: #e6e3e8;background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d8d9));background: -moz-linear-gradient(top,  #ffffff,  #d7d8d9);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d8d9');}
section .content .kuldes:active { position: relative; top: 1px;color: #566878; background: -webkit-gradient(linear, left top, left bottom, from(#dfe0e1), to(#ffffff));background: -moz-linear-gradient(top,  #dfe0e1,  #ffffff);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfe0e1', endColorstr='#ffffff');}

@media (max-width:640px) {
	
	
section .content input, section .content textarea {
	width:100%;
}
}









.tip-wrap{z-index:1200;}
.navtip-wrap{z-index:1201;}

.tip-wrap .tip{
	background:rgba(255,255,255,0.9);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.95)), to(rgba(255,255,255,0.75)));
	background: -moz-linear-gradient(top,  rgba(255,255,255,.95), rgba(255,255,255,.75));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe0e1');
	/*background:url(skin/80w.png);*/
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:13px;
	color:#1e4983;
	width:auto;
	max-width:150px;
	height:auto;
	padding:10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid #ffffff 1px;
	text-shadow: 1px 1px 0px #ffffff ;
	line-height:19px;
}

.navtip-wrap .tip{
	background:rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(#3b6194), to(#183b6a));
	background: -moz-linear-gradient(top, #3b6194, #183b6a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b6194', endColorstr='#183b6a');
	/*#background:url(skin/80w.png);*/
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:13px;
	color:#ffffff;
	width:auto;
	max-width:150px;
	height:auto;
	padding:9px 10px 10px 10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid #15345d 1px;
	text-shadow: 1px 1px 0px #000000 ;
	line-height:19px;
}


/*.tip-top{height:0;width:0px;border-style:solid;border-color:transparent transparent rgba(255,255,255,0.5) transparent;border-width:10px;margin-left:100px;}*/



		/*	mediaboxAdvanced Dark theme	*/
		/*	version 2.6 - June 2011			*/
		/*	for mediaboxAdvanced v.1.5.x	*/

		/*	Overlay background styling	*/

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background-color: #fff;
	cursor: pointer;
}

		/*	Fixes for older or limited browsers	*/

#mbOverlay.mbOverlayOpaque {
	background:#FFF;
	background: rgba(255,255,255,0.9);
}

#mbOverlay.mbOverlayAbsolute {
	position: absolute;
}

#mbOverlay.mbMobile {
	position: absolute;
	background-color: transparent;
}

#mbBottom.mbMobile {
	line-height: 24px;
	font-size: 16px;
}

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	padding: 10px;
	background-color: #000;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#mbCenter.mbLoading {
	background: #000 url(skin/loading.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbMedia {
	position: relative;
	left: 0;
	top: 0;

		/*	Inline content styling	*/

	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height: 22px !important;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
}
#mbMedia img{
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	line-height: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-align: left;
	color: #999;
	min-height: 20px;
	padding: 10px 0 0;
}

#mbTitle {
	display: inline;
	color: #fff;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #fff;
	font-weight: bold;
}

#mbNumber {
	display: inline;
	color: #999;
/*	line-height: 0.8em; */
	font-size: 0.8em;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 1.6em;
	font-size: 0.8em;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
/*	color: #eee;*/
	font-size: 1.4em;
/*	line-height: 0.9em;*/
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #ddd;
}

#mbBottom a:hover, #mbBottom a:active {
	/*text-decoration: underline;*/
	/*color: #fff;*/
	color: #88bf00;
}

		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

.italic {
    font-family: "Times New Roman",Times,serif;
    font-size: 1.153846153846154em;
    font-style: italic;
}



/* ############################################################################################ */
/* ############################################################################################ */
/* ############################################################################################ */
/* ############################################################################################ */

/* GLOBAL */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {

}

body {}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

nav ol, nav ol li, nav ul, nav ul li {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	max-width:100% !important;
	height:auto !important;
}


header, section, footer, nav, .caroussel {
	position:relative;
	display:block;
}

body {

overflow:hidden;
}


div.content {	
	position:relative;
	display:block;
	margin: 0px auto;
	width:100%;
	max-width:1020px;
	padding:0 20px 0 20px;
}


@media (max-width:1024px) {
	
div.content {	
	padding:0 30px 0 30px;
}

header div.content {	
	padding:0 20px 0 20px;
}

}


/* --------------------------- LOGO HEADER ---------------------------- */

header{
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.fill{
	position:absolute;
	top:0;
	right:31px;
	display:block;
	width:379px;
	height:6px;
	background:url(skin/boxbg-lg.png) no-repeat;
}

@media (max-width:480px) {
	.fill{
	left:50%;
	display:block;
	margin-left:-189px;
	height:6px;
	background:url(skin/boxbg-lg.png) no-repeat;
}

}

.brand {
	color: #1e4983;
	padding-top:17px;
}




.brand a{
	color:#1e4983;
}

.brand a:hover{
	color:#88bf00;
}

.brand .logo{
	position:relative;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background-size:contain;
	
	background-image:url(skin/b60-lg.png);
	height:48px;
	width:48px;
	
	float:left;
	margin-right:6px;
}

@media (min-width:1440px) {
.brand {
	padding-top:22px;
	padding-bottom:7px;
}
.brand .logo{
	height:50px;
	width:50px;
}
}

@media (min-width:1280px) {
.brand{
	margin-left:-20px;
}
}

.brand .slogen{
	position:relative;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background-size:contain;
	
	background-image:url(skin/title.png);

	width:189px;
	height:26px;

}


.selector {
	position:relative;
	display:inline;
	line-height:19px;	
	font-family: 'Open Sans Condensed', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	color:#5dc6f3;
	color:#1e4983;
}
.selector span {
	display:inline-block;
	width:auto;
	height:19px;
	vertical-align:top;	
}
.selector a.more{
	display:inline-block;
	width:19px;
	height:19px;
	border-radius:10px;
	background-color:#5dc6f3;
	background-image:url(skin/menu.png);
	background-size:cover;
	cursor:pointer;
	vertical-align:top;
	margin-left:5px;
	transition: background 0.3s;
}
.selector a.more:hover{
	background-color:#88bf00;
	transition: background 0.3s;
}



@media (max-width:480px) {
	.brand .slogen{
		margin-top:15px;
		margin-bottom:60px;
		width:145px;
		height:20px;
	}
	
	.selector {
		position:absolute;
		display:flex;
		flex-direction: row-reverse;
		justify-content:center;
		top:90px;
		left:0;
		width:100%;
		text-align:center;
		line-height:25px;
	}
	
	.selector a.more{
		display:inline-block;
		width:26px;
		height:26px;
		margin-right:5px;
		border-radius:14px;
	}
}

/* --------------------------- NAV ---------------------------- */

nav {
	font-size:1px;
	z-index:550;
	position:absolute;
	top:20px;
	right:0;
}

@media (min-width:1440px) {
nav {
	top:25px;
}
}


nav > ul > li {
	display:inline-block;
	position:relative;
}

@media (min-width:1280px) {
nav > ul > li:last-child a {
	padding-right:0px;
}
}

nav  > ul > li > a {
	position:relative;
	line-height:39px;
	text-align:left;
	
	font-family: 'Open Sans Condensed', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	
	display:block;
	text-indent:0px;
	text-shadow: 0px 1px 0px #fff;
	vertical-align:top;
	padding:0 14px 3px 14px;
	border-radius:9px;
}

nav > ul > li.sub > a:after {
	position:absolute;
	display:block;
	content:'';
	width:11px;
	height:10px;
	background:url(skin/sub.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	top:31px;
	left:50%;
	margin-left:-5px;
}

nav > ul > li.sub:hover > a:after {
	background-position:0 -149px;
}


nav > ul > li.on > a {
	color:#FFF;
	background:#88bf00;
	background: -moz-linear-gradient(top,  #acd300 0%, #88c003 50%, #65ac00 100%);
	background: -webkit-linear-gradient(top,  #acd300 0%,#88c003 50%,#65ac00 100%);
	background: linear-gradient(to bottom,  #acd300 0%,#88c003 50%,#65ac00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd300', endColorstr='#65ac00',GradientType=0 );
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
}

nav > ul > li.on.sub > a:after {
	background-position:0 -100px;
}



nav > ul > li ul {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	margin:0;
	display:none;
	width:170px;
	left:50%;
	margin-left:-85px;
	padding:0;
}


nav > ul > li:hover ul {
	display:block;
	font-size:18px;
	
	background:#f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 50%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );

	border:solid 1px #d9d9d9;	
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	border-radius:9px;
	
	font-family:'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
	
	z-index:560;
	
    -webkit-animation: fadein .3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .3s; /* Firefox < 16 */
        -ms-animation: fadein .3s; /* Internet Explorer */
         -o-animation: fadein .3s; /* Opera < 12.1 */
            animation: fadein .3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



nav > ul > li:hover ul li {
	display:block;
}



nav > ul > li:hover ul li a {
	display:block;
	line-height:32px;
	text-shadow: 0px 1px 0px #fff;
}

nav > ul > li:hover ul li a.title {
	
	color:#88bf00;
	position:relative;
	line-height:38px;
	
	font-family: 'Open Sans Condensed', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	
	display:block;
	text-indent:0px;
	text-shadow: 0px 1px 0px #fff;
	vertical-align:top;
	padding:0 0 3px 0;
	
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	
	background:#f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}


nav > ul > li:hover ul li a.title:after {
	position:absolute;
	display:block;
	content:'';
	width:11px;
	height:10px;
	background:url(skin/sub.png);
	background-position:0 -51px;
	background-repeat:no-repeat;
	top:31px;
	left:50%;
	margin-left:-5px;
}


nav > ul > li.on:hover ul li.on a {
	color:#88bf00;
}


nav > ul > li:hover ul li a:hover {
	background-color:#FFF;
}

nav > ul > li:hover ul li:nth-child(2) {
	margin-top:9px;
}

nav > ul > li:hover ul li:last-child {
	margin-bottom:9px;
}


header nav > ul > li ul li:nth-child(2) {
	display:none !important;
}

@media (max-width:1024px) {
header nav ul li{
	display:none;
	font-size:18px;
	font-family: 'Open Sans Condensed', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.mobile {
display:block;
}

header nav {
	width:auto;
}


header nav a.mobile {
	z-index:562;
}

header nav ul{
	z-index:561;
	display:block;
	background-color:#1D4880;
	position:absolute;
	top:-12px;
	right:-300px;
	min-width:200px;
	
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	padding:20px 30px 20px 10px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	
		-webkit-transition: right 0.3s;
	transition: right 0.3s;
}

header nav.toggled ul{
right:0px;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}


nav > ul > li:hover ul {
	
		
    -webkit-animation: none;
       -moz-animation:none;
        -ms-animation: none;
         -o-animation: none;
            animation: none;
	
}
header nav li a:after,
header nav li ul,
header nav li:hover ul, 
header nav li, 
header nav li:hover, 
header nav li a,
header nav li:hover a
{
	position:relative !important;
	padding:0 !important;
	margin:0 !important;;
	display:block !important;
	background:none !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	border:none !important;
	line-height:36px !important;
	text-align:left !important;
	text-shadow:none !important;
	vertical-align:top !important;
	border-radius:0 !important;
	box-shadow:none;
	width:auto !important;
	height:auto !important;
	color:#FFF;
}

header nav.toggled ul{
	display:block;
}

header nav ul li ul li.title {
	display:none !important;
}


header nav ul li ul, header nav ul li:hover ul{
	margin-left:15px !important;
}

header nav ul li ul li{
	font-family:'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
}

header nav ul li a, header nav ul li:hover a{
	*color:#FFF;
	display:inline-block !important;
	padding-left:10px !important;
	padding-right:10px !important;
}

header nav ul li.subon ul li.on > a, header nav > ul > li.on:not(.subon) > a {

	background:#88bf00 !important;
	background: -moz-linear-gradient(top,  #acd300 0%, #88c003 50%, #65ac00 100%) !important;
	background: -webkit-linear-gradient(top,  #acd300 0%,#88c003 50%,#65ac00 100%) !important;
	background: linear-gradient(to bottom,  #acd300 0%,#88c003 50%,#65ac00 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd300', endColorstr='#65ac00',GradientType=0 ) !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,.4) !important;
	border-radius:9px !important;
	color:#FFF !important;
}

header nav ul li a:hover{
	padding-left:10px !important;
	padding-right:10px !important;
}

header nav li a:hover{
	color:#49bff2;
}












}



header nav a.mobile {
	position:relative;
	background:#49bff2;
	width:47px;
	height:47px;
	padding:10px;
	margin-right:18px;
	border-radius:24px;
	float:right;
	
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
	
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	
}

header nav.toggled a.mobile {
	background:#1e4983;
}

header nav a.mobile span {
	display:block;
	background:#fff;
	width:60%;
	height:2px;
	overflow:hidden;
	text-indent:-999px;
	margin-top:48%;
	margin-left:20%;
	-webkit-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

header nav a.mobile::before,
header nav a.mobile::after {
	background: #fff;
	content: '';
	position: absolute;
	height: 2px;
	width: 36%;
	margin-left:32%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s, background 0.3s;
	transition: transform 0.3s, background 0.3s;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

header nav a.mobile::before {
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}

header nav a.mobile::after {
	-webkit-transform: translate3d(0, 6px, 0);
	transform: translate3d(0, 6px, 0);
}

header nav a.mobile:hover {
	background:#88bf00;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

header nav.toggled a.mobile:hover {
	background:#1e4983;
}


header nav.toggled a.mobile:hover span,
header nav.toggled a.mobile:hover::before,
header nav.toggled a.mobile:hover::after {
	background:#49bff2;
}


header nav.toggled a.mobile span {
	opacity: 0;
}

header nav.toggled a.mobile::before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	height: 2.1px;
	width: 50%;
	margin-left:25%;
}

header nav.toggled a.mobile::after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	height: 2.1px;
	width: 50%;
	margin-left:25%;
}













/* ----------------------------------  POPUP  ------------------------------------- */

.overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#1e4983;
	background-color:rgba(30,73,131,0.9);
	z-index:9998;
	opacity:0;
	visibility:hidden;
	-webkit-transition: visibility 0.7s, opacity .7s;
	transition: visibility 0.7s, opacity .7s;
	
}
.overlay.open{
	opacity:1;
	visibility:visible;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
}

.popup.open{
	opacity:1;
	visibility:visible;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	-webkit-transition: -webkit-transform 0.3s, visibility 0.3s, opacity 0.3s;
	transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
	
}

.popup{
	position:absolute;
	z-index:9999;

	
	opacity:0;
	visibility:hidden;
	
	-webkit-transform: scale(1) translateY(-80px);
	transform: scale(1) translateY(-80px);
	-webkit-transition: -webkit-transform 0.2s, visibility 0.2s, opacity 0.2s;
	transition: transform 0.2s, visibility 0.2s, opacity 0.2s;

	display:block;
	display:flex;
	
	justify-content:center;
	align-items:center;
	
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;



}

.popup .offices  {
	align-self:center;
	flex-shrink: 0;
	flex-grow:0;
	flex-basis:auto;
	width:100%;
	max-width:1000px;
	padding-left:5%;
	padding-right:5%;
}

.popup .offices  h1 {
		color: #fff;
    font-family: "Open Sans","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 40px;
		line-height: 40px;
    font-weight: 300;
		display:block;		
}

.popup .offices div  {
	display:block;
	border:#FFF solid 2px;
	border-radius:13px;
	margin-bottom:30px;
	padding:10px;
	font-size:24px;
  font-family: "Open Sans","Trebuchet MS",Arial,Helvetica,sans-serif;
 	font-weight: 700;
	text-transform:uppercase;
	transition: background 0.3s, transform 0.5s;
	transform:scale(1,1);
}

.popup .offices > div  {
	background-color:#FFF;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f3f3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3f3',GradientType=0 );
}

.popup .offices div img  {
	width:18%;
	vertical-align:middle;
	margin-right:3%;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}


.popup .offices a {
	color:#FFF;
	text-decoration:none;
}

.popup .offices a:hover {
	color:#88bf00;
	text-decoration:none;
}

.popup .offices a:hover div{
	background:#FFF;
	transition: background 0.3s, transform 0.5s;
	transform:scale(1.02,1.02);
}

@media (max-width:800px) {
	.popup .offices div  {
		font-size:20px;
	}
}

@media (max-width:640px) {
	.popup .offices div  {
		font-size:16px;
	}
}
@media (max-width:480px) {
	
	body{position:relative;
	}
	
	.popup {
	position:absolute !important;
	top:0;
	height:auto;
	}
	
		
	.popup.open {
	display:block;
	padding-top:20px;
	}

	.popup .offices {
	}	

	.popup .offices h1 {
		font-size:9vw;
	}
	
	.popup .offices div {
		text-align:center;
		font-size:18px;
		margin-left:5%;
		margin-right:5%;
	}
	
	.popup .offices div img  {
		width:100%;
		vertical-align:middle;
		margin-right:0;
		margin-bottom:3%;
		border-top-right-radius:5px;
		border-bottom-left-radius:0px;
	}
	
	
	.popup .offices div span {
		display:block;
	}
}

.popup .close {
	position:absolute;
	right:18px;
	top:18px;
	width:47px;
	height:47px;
	padding:10px;
	border-radius:24px;
	*box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
}



.popup .close span {
	display:block;
	width:47px;
	height:47px;
	background:none;
	width:60%;
	height:2px;
	overflow:hidden;
	text-indent:-999px;
	margin-top:50%;
	margin-left:20%;
}

.popup .close::before,
.popup .close::after {
	background: #fff;
	content: '';
	position: absolute;
	height: 2px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s, background 0.3s;
	transition: transform 0.3s, background 0.3s;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.popup .close::before{
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	height: 2.1px;
	width: 50%;
	margin-left:25%;
}

.popup .close::after{
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	height: 2.1px;
	width: 50%;
	margin-left:25%;
}

.popup .close:hover::before,
.popup .close:hover::after{
	background:#49bff2;
	-webkit-transform: background 0.3s;
	transform: background 0.3s;
}



/* ----------------------------- FOOTER ---------------------------- */

footer{
	height:140px;
	margin-top:30px;
	background:url(skin/footerbg.png) no-repeat top center;
	clear:both;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#a5a7ad;
	line-height:15px;
	font-size:11px;
}

footer a{
	color:#a5a7ad;
}

footer a:hover{
	color:#566878;
}

footer .menu{
	padding:25px 0 0 0px;
}


footer .info{
	float:right;
	padding:25px 0px 0 0 ;
	text-align:right;
}

footer #line{
	width:434px;
	height:8px;
	position:absolute;
	top:132px;
	left:140px;
	background:url(skin/footer-line.png);
	display:block;
	overflow:hidden;
}


@media (max-width:640px) {
	
footer #line{
left:50%;
margin-left:-217px;
}

footer .menu{
	display:none;
}

}
@media (max-width:480px) {


footer .info{
	width:100%;
	text-align:center;
}

}


