@charset "utf-8";
/* CSS Document */

/*


font-family: "Zico Medium";
font-family: "Zico Light";
font-family: "Zico Regular";
font-family: "Zico Light Italic";
font-family: "Zico Medium Italic";
font-family: "Zico Regular Italic"; 

*/

* {margin:0; padding:0;}

.menu_trigger {display:none;}

body {background:#e6ebeb; color:#001e3c; font-size:18px; font-family: "Zico Regular";}

input:focus, select:focus, textarea:focus {outline:none;}

input, select, textarea { font-family: "Zico Regular"; color:#194b96;}

p {line-height:24px;}

h1, h2, h3, h4, h5 {margin:0; padding:0; font-weight:bold; color:#194b96;}

h1 {font-size:44px;}

h2 {font-size:44px; padding: 50px 0 30px 100px;}

h3 {font-size:28px;}

h4 {font-size:24px;}

a, a:hover, div {text-decoration:none; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.wrap {width:1150px; margin: 0 auto; overflow:hidden; }

.wrap.narrow {width:960px;}

.top {background:#194b96; color:#e6ebeb; height:60px; line-height:60px;}

.menu2 {float:left;}

.menu2 ul, .menu ul {list-style:none; padding:0; margin:0;}

.menu2 li {float:left;}

.menu2 li:before {content:"/"; padding: 0 10px 0 0; float:left;}

.menu2 li:first-child:before {display:none;}

.menu2 li a {color:#e6ebeb; display:inline-block; padding: 0 10px 0 0; font-size:14px;}

.menu2 li a:hover {color:#fff;}




.social {float:left; margin-left:70px;}

.social a {color:#fff; display:inline-block; padding: 0 5px;}

.social a:hover {color:#e6ebeb;}


.top_right {float:right;}

.top_right a {color:#286ad9; display:inline-block; float:left; border: 1px solid #286ad9; border-radius:18px; line-height:36px; height:36px; width:36px; text-align:center; margin: 12px 5px 12px 5px;}

.top_right a:hover {color:#e6ebeb; border: 1px solid #e6ebeb;}


.srch {float:left; width:0; position:relative; height:38px; line-height:38px; margin: 12px 5px 12px 5px; overflow:hidden; width:0; -webkit-transition: all 0s ease-out 0s; transition: all 0s ease-out 0s; }

.searchopen .srch { width:230px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

#seachbutton { overflow: hidden; }

.searchopen #seachbutton { display: none; -webkit-transition: all 0s ease-out 0s; transition: all 0s ease-out 0s; }

.srch .sinp {line-height:38px; height:38px; width:100%; border-radius:50px; border:1px solid #fff; background:transparent; color:#fff; padding: 0 20px;  margin:0; float:left; text-transform:uppercase;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }

.srch .sbutt {height:38px; width:38px; border-radius:50px; border:1px solid #fff; position:absolute; top:0px; right:0px; text-indent:-9999px; background-color:#194b96;
background-image:url(../images/srch.png); background-repeat:no-repeat; background-position:CENTER CENTER;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.srch .sbutt:hover {background-color:#fff; cursor:pointer;}

.srch .sinp:required:invalid + .sbutt {
	background-image:url(../images/srchx.png);
}
.srch .sinp:required {
    border-color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}



.over_menu_holder {background:#fff; -webkit-box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.5); 
box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.5); position:relative; z-index:900;}

.menu_holder {    height:80px; max-height:80px;  width: 1140px; margin: 0px auto 0 auto; padding: 0 5px;}

.logo {float:left; margin: 0 30px 0 0; vertical-align:middle; display:block; height:80px;}

.menu {float:left; margin:0;}

.menu li {float:left; position:relative; z-index:50;}

.menu li a {display:block; padding: 0 32px; font-size:18px; color:#194b96; min-height:80px; background-image: url(../images/active.png); background-repeat:no-repeat; background-position:center 81px; line-height:80px; text-transform:uppercase;}

.menu li.active a, .menu li:hover a {background-position:center bottom;}

.menu li ul {display:none; background:#194b96; padding: 20px 0; width:280px; position:absolute; z-index:51; top:80px; left: 50%; margin: 0 0 0 -140px;}

.menu li:hover ul {display:block;}

.menu li ul li {float:none; width:100%;}

.menu li ul li a {color:#fff; padding: 8px 20px; line-height:20px; min-height:20px; background:transparent; text-transform:none;}

.menu li ul li:hover a, .menu li ul li.active a {color:#194b96; background:#fff;}

.clearfix:after, .clearfix { 
   content: ""; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.over_menu_holder + .clearfix {
    -webkit-transition: all 0s ease-out;
	transition: all 0s ease-out;
}
.over_menu_holder.sticky + .clearfix {
    margin-top: 80px;
}





.header {width:100%; padding:0; margin:0; clear:both; overflow:hidden; position:relative;}

.header:before, 
.menu_holder:after, 
.over_menu_holder:after {clear:both; display:table; height:0; content:""; margin:0; padding:0; line-height:0;}



/*****************************************************************************************************************/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav {position:absolute; z-index: 700; display:block; text-indent:-9999px; display:block; width:51px; height:51px; top:50%; margin: -25px 0 0 0; border-radius:50%;}

.rslides_nav.prev { background-image:url(../images/arrl.png); left: 20px;}

.rslides_nav.next { background-image:url(../images/arrr.png); right: 20px;}

.rslides_nav:hover {/*opacity: 0.7;
filter: alpha(opacity=70);*/ background-color:#194b96;}

.rslides_tabs {
	width:100%;
	text-align:center;
	position:absolute;
	z-index:45;
	left:0;
	bottom:30px;
	margin: 0;
	padding:0;
}

.rslides_tabs li,
.rslides_tabs li:first-child {
	display:inline-block;
	width:24px;
	height:20px;
	margin: 0 3px;
	text-indent:-9999px;
	padding:0;
	float:none;
}

.rslides_tabs li a {
	display:block;
	width:24px;
	height:20px;
	background-color:transparent;
	background-image:url(../images/bulls.png);
	background-position:right top;
}

.rslides_tabs .rslides_here a,
.rslides_tabs li:hover a {
	background-color:transparent;
	background-position:left top;
}

.rslides .desc {
	position: absolute;
	width: 100%;
	z-index: 35;
	left: 0;
	margin: 0;
	top: 50%;
}

.rslides .desc p {
	color:#fff;
	font-size: 44px;
	text-align:center;
	line-height:66px;
}

.rslides .desc p span {
	display:block;
	font-size: 44px;
	font-weight:bold;
}

/*****************************************************************************************************************/


.langs {
	float:right;
	margin: 18px 0 0 0;
	height:36px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

.langs ul {
	margin:0;
	padding:0;
	list-style:none;
}

.langs li {
	height:36px;
	line-height:36px;
	margin:0;
	padding: 3px 3px;
	text-align:center;
	width: 44px;
	background-image: url(../images/arr_lng.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	position:relative;
	color:#beb4b4;
	text-transform:uppercase;
}

.langs img { margin: 0; }

.langs ul li ul {
	position:absolute;
	z-index:33334;
	top:0px;
	left:0px;
	background: #fff;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display:none;
	visibility:hidden;
}

.langs ul li li { background-image:none; }

.langs li:hover ul {
	display:block;
	visibility:visible;
}

.langs a {color:#001e3c; text-transform:uppercase;}



.footer .wrap, .top .wrap {padding: 0 5px;}

.footer_top { background-image:url(../images/footer.png); height:484px;}

@media screen and (min-width: 1300px) {
    .footer_top { background-size:100% 484px;}
}

.footer_bottom { background:#1d4b99;}

.upper_footer {overflow:hidden;}

.lower_footer {border-top: 1px solid #fff; padding: 20px 0 ; overflow:hidden;}

.upper_left {overflow:hidden; float:left;}

.upper_left .title {color:#e6ebeb; font-size:30px; float:left; margin-right:15px; line-height:44px;}

.upper_left input { font-size:14px; }

.nl {height:44px; line-height:44px; border: 1px solid #e6ebeb; border-radius: 22px; color:#236ed2; 
width:270px; padding: 0 0 0 22px; background:transparent; float:left; margin-right:15px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.butt {background:#e6ebeb; height:44px; border:none; color:#236ed2; width:140px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; border-radius: 22px;  float:left; }

.butt:hover {background:#fff; cursor:pointer;}

.butt:after {clear:both;}

.response  {font-size:12px; width:100%; color:#e6ebeb; padding: 10px 0 ; height:20px; line-height:20px; min-height:20px; height:auto; float:left;}

.upper_right {float:right;overflow:hidden; padding: 15px 0 0 0;}

.upper_right a {color:#e6ebeb; float:left; margin: 0 5px;}

.upper_right a:hover {color:#fff; }

.col6 {float:left; width:15%; padding-left:2%; font-size:14px; line-height:18px;}

.col6:first-child {padding-left:0;}

.col6 span {display:block; color:#236ed2; padding: 20px 0;}

.col6.last span {display:block; color:#e6ebeb; padding: 20px 0;}

.col6 a {color:#e6ebeb; display:block;}

.col6.last a:hover {color:#fff;}

.col6.last a {color:#236ed2; }

.col6 a:hover {color:#236ed2;}

.col1 {width:100%; float:left; padding: 30px 0; color:#236ed2;}

.col1 a {color:#236ed2;}

.col1 a:hover {color:#fff;}

.banners {margin: 20px 0 0 0; text-align:center;}






.sights {overflow:hidden; padding: 20px 5px 30px 5px;}

.sights a {display:block; width:260px; height:260px; position:relative; float:left; margin: 0 0 0 33px;}

.sights a:first-child { margin:0;}

.sights a:hover span {background: rgba(29, 75, 153, 0); }

.sights a span {position:absolute; top:0; left:0; width:100%; height:100%; color:#fff; font-size:30px; text-align:center; line-height:260px; background: rgba(29, 75, 153, 0.7); -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}




a.buttlike {background:transparent; height:44px; border:1px solid #e6ebeb; color:#e6ebeb; padding: 0 30px; border-radius: 22px;  line-height:44px; text-align:center; }

a.buttlike:hover {color:#194b96; background:#fff;}




.blue {background:#194b96;}

.news.blue {background:transparent; padding-top:50px;}

.title {overflow:hidden;}

.blue h2 {color:#e6ebeb; float:left;}

.news.blue h2 {float:none; border-top: 1px solid #194b96; color:#194b96;}

.title a.buttlike {float:right; margin-top:50px;}

.news_holder {overflow:hidden; padding: 20px 5px 60px 5px;}

.news .news_holder {padding: 20px 5px 13px 5px;} 

.news.blue .news_holder { padding: 20px 5px 60px 5px;}

a.box, .news.blue a.box {display:block; width:260px;  min-height:260px; float:left; margin: 0 0 0 33px; background:#fff; -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5); 
box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5);}

a.box:hover {-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0); 
box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0);}

a.box:first-child, .news.blue a.box:first-child { margin:0;}

a.box .pic {width:100%; height:auto; position:relative; overflow:hidden; vertical-align: middle;}

a.box .pic img {float:left;}

a.box .dec {position:absolute; left:0; bottom:0; height:68px; width:100%; background-image:url(../images/dec_small.png); background-repeat:no-repeat; background-position: top left;}

.box .txt {padding: 15px 30px 35px 30px; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; background-image: url(../images/dec_small.png); background-position: left -125px; background-repeat:repeat-x;}

.box h3, .news.blue .box h3 {font-weight:normal; min-height:110px; color:#194b96; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

a.box:hover h3 {color:#001e3c;}

.box p {color:#001e3c; min-height:24px;}

a.box.wide {width:553px;}

a.box.wide .dec {height:117px; background-image:url(../images/dec_big.png); }

.news .box h3 { min-height:auto; padding: 0 0 15px 0;}

.news a.box {/*min-height:500px;*/}

.news a.box:hover {/*background-color:#194b96;*/ color:#fff;}

.news a.box:hover h3, .news a.box:hover p {color:#fff;}

.news a.box:hover .dec {background-image: url(../images/dec_smallh.png); }

.news a.box.wide:hover .dec {background-image: url(../images/dec_bigh.png); }

.news a.box:hover .txt {background-image: url(../images/dec_smallh.png);}

.news a.box.wide:hover .txt {background-image: url(../images/dec_bigh.png); }



.box2 {display:block; padding: 0; width:360px; float:left; margin: 0 0 0 30px; background:#194b96; -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5); 
box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5);}

.box2:hover {-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0); 
box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0);}

.box2:first-child { margin:0;}

.events .title a.buttlike {float:right; margin-top:50px; border:1px solid #2059b5; color:#2059b5; background:transparent;}

.events .title a.buttlike:hover {color:#fff; background:#194b96;}

.events h2 {float:left;}

.box2 h3 {color:#286ad9; min-height: 200px; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.box2:hover h3 {color:#e6ebeb;}

.box2 p {color:#e6ebeb;}

.box2.acc {background:#fff; min-height:330px; }

.box2 .txt { padding: 30px; min-height:300px; }

.box2.acc .txt { min-height:270px; }

.box2.acc h3 {color:#194b96; min-height:120px;}

.box2.acc span {display:block; color:#001e3c; line-height:20px; padding: 8px 0;}

.box2.acc span i {display:inline-block; width:20px; margin-right:20px; text-align:center;  color:#1b489a;}

.box2.acc a {color:#001e3c;}

.box2.acc a:hover {color:#286ad9; }

.box2 .pic2 {
	margin: 0;
	line-height: 0;
}
.box2 .pic2 img {
	width: 100%;
	height: auto;
}








.pager {width:100%; text-align:center; padding: 30px 0 60px;}

.pager a {display:inline-block; width:60px; height:60px; line-height:60px; color:#194b96;  border: 1px solid #194b96; border-radius:31px; font-size:30px; margin: 0 4px;}

.pager a.active, .pager a:hover {background:#194b96; color:#e6ebeb;}

.pager span {display:inline-block; margin: 0 20px;}

.months {width:100%; text-align:center; padding: 30px 0 60px;}
.months a { display:inline-block; width:auto; padding: 0 30px; height:60px; line-height:60px; color:#194b96;  border: 1px solid #194b96; border-radius:31px; font-size:30px; margin: 0 4px;}
.months a.mprev { float: left; }
.months a.mnext { float:right; }
.months a:hover {background:#194b96; color:#e6ebeb;}


.news h2 {float:left;}

.date {float:right; line-height:44px; margin-top:55px;}

.date span {float:left; padding-left: 15px; background-image:url(../images/arr_lng2.jpg); background-repeat:no-repeat; background-position:left center; color:#bdb4b4;}

.date input {float:left; margin-left: 15px; border-radius: 22px; border: 1px solid #194b96; padding: 0 15px; height:44px; color:#194b96; background:#e6ebeb; width:100px; text-align:center; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.date .butt {background:#286ad9; height:44px; border:none; color:#e6ebeb; width:140px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; border-radius: 22px;  float:left; width:100px;}

.date .butt:hover {background:#194b96;}

.date select {-webkit-appearance: none;
   -moz-appearance:none; border-radius: 22px; border: 1px solid #194b96; padding: 0 15px; height:44px; color:#194b96; background:#e6ebeb; width:100px; float:left; margin-left:15px;}








.wrap.narrow .title {background:#194b96; padding: 50px 100px 20px 100px;}

.wrap.narrow .title h1 {border-bottom:1px solid #276ad9; padding: 0 0 50px 0; color:#e6ebeb;}

.wrap.narrow .title .social span {color:#e6ebeb;}

.map {width:100%; height:600px; background:#ccc;}

.main {width:100%; overflow:hidden; padding: 50px 30px 50px 100px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.article {float:left; width:560px;}
.article.narrow{float:none; width:760px;}

.article h2 {float:none; padding-left:0;}

.sidebar {float:right; width:140px; color:#194b96;}
.sidebar > p { margin: 48px 0 24px; }
.sidebar > p:first-child { margin-top: 0; }

.overflow {width:100%; overflow:hidden;}




.form { width:100%; padding: 0 0 30px 0;}

.form input, .form textarea {width:100% !important; border:none;border-bottom: 1px solid #194b96; padding: 0; height:44px; color:#194b96; background:#e6ebeb; width:100px; text-align:left; -webkit-box-sizing: border-box; margin-top:20px; 
-moz-box-sizing: border-box;
box-sizing: border-box;}

.form textarea {height:70px;}


.col3 {float:left; width: 30.333%; margin-left: 4.5%;}

.col3:first-child { margin-left: 0;}

.col2_3 {float:left; width: 65.166%; margin-left: 4.5%;}

.col2_3:first-child { margin-left: 0;}


.form .col3 img {margin-top:20px;}

.form .response {color:#194b96; padding-top:20px; text-align:right;}

.form .butt {margin: 20px auto 0 auto; background:#286ad9; color:#e6ebeb; text-align:center; }

.form .butt:hover {background:#1d4b99;  }




.header2 {width:100%; position:relative; z-index:34;}

.header2 img {width:100%; height:auto; margin:0; padding:0;}

.header2:after {clear:both; vertical-align:middle;}

.news.neg {margin-top: -155px; position:relative; z-index:35;}

.news.neg .social {float:right;  }

.title .social {margin: 15px 0 0 0;}

.posted {float:left; color:#e6ebeb; line-height:24px; margin: 15px 0 0 0;}

a.download {color:#194b96;}

a.download i {color:#021d3d; margin-right:15px;}

a.download:hover {color:#021d3d;}

.gallery {width:660px; margin: 50px 0 0 -100px; overflow:hidden;}

.owl-pagination {display:none;}

.owl-carousel .owl-wrapper-outer {
    width: 100% !important;
}
.owl-carousel .item { cursor: pointer; }
/*
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0 !important;
        background-position: -56px 0 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0 !important;
}

.owl-theme .owl-controls .owl-buttons div {
    margin: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 58px;
    width: 58px;
}
*/

.header + .footer, .blue + .footer {
    margin-top: 50px;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 800;
  border-top: 0;
}

.displaynone {display:none;}

a.box.banner .pic img {
    height: auto;
    width: 100%;
}


/*tino*/
.wrap.narrow .title {
    padding: 10px 100px 20px 100px;
}

.wrap.narrow .title h1 {
    padding: 0 0 10px 0;
	font-size: 34px;
}

.news.neg {
    margin-top: -68px;
}

















/* color:#e6ebeb; */
/**/
.col6_new {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}

.contact_info p {
    font-size: 15px;
}



/****/
.facebook .wrap >*{
    display: block;
    padding: 0;
    width: 360px;
    float: left;
    margin: 20px 0 0 30px;
    background: #194b96;
}
.facebook .wrap >*:first-child { margin:0;}

.accessibility {width: 40px; height:40px; border-radius: 20px; background:#fff; color:#fff; position: fixed; bottom: 20px; right: 20px; display:block; text-align:center; line-height:40px; border: 2px solid #000; z-index: 5000; overflow:hidden; padding:0; overflow:hidden;}

.accessibility:hover, .accessibility.active {background: #194B96; color:#fff; border: 2px solid #fff;}

.accessibility i {color:#000;}

.accessibility:hover i {color:#fff;}

.langs > ul > li a {
    color: #beb4b4;
}

.langs > ul > li li a {
    color:#001e3c;
}

.form label {display:none;}






.main.narrow{
	padding: 50px 100px;	
}
.main.narrow .article {
    width: 100%;
}
.main.narrow .gallery{
	margin: 50px -100px;	
	width:auto;
	widtXh: 960px;
}


