@charset "utf-8";
/* CSS Document */
/*--------- Fonts ----------*/
/*
font-family: 'Quicksand', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%
}
html, body{
height:100%;
margin:0;
overflow-x: hidden;
}
body,td,th,span,font,li,font[style],font[size],font[face] {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/**/
		
}
b, strong{
	color: #000;	
}
font[style],font[size],font[face] {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 100% !important;
}

.logo img{
	height: auto;
	width: 100%;
	margin: 10px 20px;	
}
.soc_icons, .nav_inner, .nav, .sb-search, .login_wrap{
	height: 80px;
	float: right;	
}
.soc_icons a{
	width: 50px;
	height: 80px;
	display: block;
	float: right;
	border-left: 1px solid #e6e6e6;	
}
.lr{
	border-right: 1px solid #e6e6e6;
}
.soc_icons a img{
	width: 60%;
	margin: 24px 22%;	
}
.login_wrap{
	width: 50px;
	height: 80px;
	display: block;
	float: right;
	background-color: #2198cf;
}
.login_wrap img{
	width: 45%;
	margin: 28px 28%;
	height: auto;	
}

.foto_slider{
	height: 550px;
	width: 100%;
	background-color: #2198cf;
	float: left;
	margin-top: 80px;
}
.middle_block{
	float: left;
	width: 100%;	
}
.middle_inner, .last_inner, .middle_inner2 .innerwrap{
	margin: 0px auto;
    max-width: 1340px;	
}
.middle_inner2{
	float: left;
	width: 100%;
	background-color: #f7f7f7;	
}
.middle_inner .block h2, .middle_inner2 h2{
	color: #000;
    font-family: "Quicksand",sans-serif !important;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.act_block{
	float: left;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 20px;
	margin-bottom: 20px;	
}
.act_wrapper{
	clear: both;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.middle_inner .block .blok3_txt{
	margin: 50px auto 0;
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
}
.act_left{
	float: left;
	width: 70px;	
}
.act_right{
	margin-left: 90px;	
}
.act_date{
	width: 100%;
	float: left;	
}
.act_day{
	display: block;
	float: left;
	width: 100%;
	text-align:center;
	font-size: 40px;
	color: #b7b7b7;	
}
.act_month{
	display: block;
	clear:both;
	float: left;
	width: 100%;
	text-align:center;
	font-size: 25px;
	color: #b7b7b7;
	margin-top: -10px;
	text-transform:uppercase;	
}
.act_right h3{
	font-weight: 400;	
	margin: 10px 0px 0px 0px;
}
.act_right h3 a{ 
	color: #2198cf;
	text-decoration: none;
	font-size: 1.2em;
}
.act_place{
	margin: 10px 0 0 0;	
	float: left;
}
.act_hour{
	display: block;
	float: left;
	clear: both;
	margin: -10px 0 0;
}
.block_inner, .block_inner2, .block_logo, .impo, .block{
	width: 100%;
	float: left;	
	text-align: center;
}
.block .iconbol img{
	margin-top: 25px;
}
.block_logo img{
	width: 70%;
	margin: 0px auto 0 auto;
	height: auto;	
}
.blok2_txt{
	margin: 40px 50px 60px 50px;
	font-size: 1.5em;
	font-weight:300;
	line-height:120%;
	float: left;	
}
.str{
	font-weight: 800;
	color: #2198cf;	
}
.meerlink{
	width: 100%;
	float:left;
	margin-top: 30px;	
}
.meerlink2{
	width: 100%;
	float:left;
	margin-top: 13px;	
	text-align: center;
}
.block_inner{
	/*background-image: url(/file?fle=3250);*/
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 25px;
    min-height: 450px;	
}
.block_inner2{
	/*background-image: url(/file?fle=3251);*/
	background-position: right;
	background-repeat: no-repeat;
	min-height: 450px;	
}
.meerlink a, .meerlink a:visited, .meerlink2 a, .meerlink2 a:visited{
	font-size: 1.2em;
	color: #2198cf;
	padding: 20px 35px;
	/*display: block;*/
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
border: 1px solid #2198cf; 
/*background-color: #2198cf;*/
text-decoration:none;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 60%;
	margin: 0 auto;
	background-color: #fff;
}
.meerlink a:hover, .meerlink2 a:hover{
	background-color: #2198cf;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.innerblock{
	float: left;
	width: 100%;
	text-align:center;	
}
.blok3_txt{
	margin: 26px 20px 20px;
	font-size: 2em;
	font-weight:300;
	line-height:120%;
	float: left;
	color: #666;	
}
.blok3_txt span, .blok4_txt span{
	color: #000;	
	margin: 0;
	font-weight: 400;
	font-style: normal;
}
.blok4_txt{
	color: #000;
	float: left;
	margin-bottom: 43px;
	margin-top: 26px;
	text-align: center;
	width: 100%;	
}
.block_last{
	height: 220px;
	width: 100%;
	float: left;
	/*background-color: #e3e3e3;*/
	margin-top: 40px;
	border-bottom: 1px solid #dedede;	
}
.last_inner .left{
	width: 50%;
	float: left;	
	text-align: center;
}
.last_inner .right{
	width: 50%;
	float: right;	
	text-align: center;
}
.last_inner h3{
	color: #000;
    font-family: "Quicksand",sans-serif !important;
    font-size: 1.7em;
    font-weight: 400;
    text-transform: uppercase;	
}
.last_inner p{
	color: #666;
	text-shadow: 1px 1px #fff;	
}
.socio_cont{
	float: left;
	width: 100%;
	text-align: center;	
}
.socio_inner{
	width: 90px;
	height: 40px;
	margin: 0 auto;	
}
.socio_inner .left{
	width: 40px;
	height: 40px;
	float: left;	
}
.socio_inner .left img{
	width: 100%;
	height: auto;	
}
.socio_inner .right{
	width: 40px;
	height: 40px;
	float: right;	
}
.socio_inner .right img{
	width: 100%;
	height: auto;	
}


footer{
    height: 50px;
    width: 100%;
    background-color: #2198cf;
    float: left;
}
.topbutt{
	margin: 10px auto;
	text-align:center;	
	color: #fff;
	font-size: 12px;
}
.topbutt a, .topbutt a, .topbutt a:hover{
	color: #fff;
	text-decoration:none;
	font-size: 12px;	
}
.topbutt img{
	width: 100%;
	height: auto;	
}


.slide2 p, .slide3 p, .slide4 p, .slide5 p, .slide6 p, .slide1 p{
	font-size: 0.9em;
	line-height: 140%;
	font-weight: 300;
	clear:both;	
}
.txt_inside h2{
	font-size: 1.5em;
	font-weight: 300;
	color: #fff;
	line-height: 120%;
	margin-top: 30px;
	float: left;	
}
.txt_inside .fat{
	font-weight: 800;
	color: #fff;
	font-size: 1.2em;
	line-height: 120%;	
}
.txt_inside .fat2{
	font-weight: 700;
	color: #fff;
	text-transform:uppercase;
	line-height: 120%;
}
.txt_inside .fat3{
	font-weight: 700;
	color: #fff;
	line-height: 120%;
}
.txt_inside .fat4{
	font-weight: 800;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;	
	line-height: 120%;
}
.morebutt{
	float: left;
	width: 100%;
	clear:both;
	text-align:center;	
}
.aboknop, .aboknop:visited{
	font-size: 18px;
	color: #fff;
	padding: 12px 30px;
	background-color: #faa41a;
	border: 1px solid #fff;
	text-decoration:none;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.aboknop:hover{
	font-size: 18px;
	color: #fff;
	padding: 12px 30px;
	background-color: #fa741a;
	border: 1px solid #fff;
	text-decoration:none;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
span.btn{
            padding:10px;
            display:inline-block;
            cursor:pointer;
            font:12px/14px Arial, Helvetica, sans-serif;
            color:#aaa;
            background-color:#eee;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
            -moz-box-shadow:#999 2px 0px 3px;
            -webkit-box-shadow:#999 2px 0px 3px;
        }
        span.btn:hover{
            background-color:#000;
        }
        input{
            padding:10px;
            border:none;
            -moz-box-shadow:#999 2px 0px 3px;
            -webkit-box-shadow:#999 2px 0px 3px;
        }
@media screen and (min-width: 581px) {
.banner{
	float: left;
	width: 100%;
	height: 180px;
	position:fixed;	
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;	
        z-index: 5000;
	margin-left: 0px;
}
.txt_inside{
	color: #fff;
    font-size: 1.3em;
    line-height: 120%;
    margin: 12% auto;
    padding-right: 0%;
    width: 80%;
}
.foto_slider{
	height: 550px;
	width: 100%;
	background-color: #2198cf;
	float: left;
	margin-top: 180px;
}
.blue{
	background-image: url("/file?fle=3242");
    background-position: left center;
    background-repeat: no-repeat;
    height: 550px;
    overflow: hidden;
    width: 65%;
	
}
.logo{
	float: left;
	height: 100px;
	width: 100%;
	position: relative;
	z-index:5002;	
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.logo img{
	height: auto;
	width: 290px;
	margin: 10px 20px;	
}
.nav{
	background-color: white;
    position: absolute;
    right: 0;
    z-index: 5001;	
	overflow: hidden;
	clear:both;
	top: 100px;
}
.slide3{
	background-image: url(/file?fle=3255);
	background-position: right;
	background-size: auto 550px;
	overflow:hidden;
		
}
.slide1{
	background-image:url(/file?fle=3252);
	background-position: center;
	background-size: auto 550px;
	overflow:hidden;
		
}
.slide2{
	background-image:url(/file?fle=3253);
	background-position: center;
	background-size: auto 550px;
	overflow:hidden;
		
}
.slide4{
	background-image:url(/file?fle=3254);
	background-position: center;
	background-size: auto 550px;
	overflow:hidden;
		
}
.slide5{
	background-image:url(/file?fle=3256);
	background-position: right;
	background-size: auto 550px;
	overflow:hidden;
		
}
.slide6{
	background-image:url(/file?fle=5979);
	background-position: center;
	background-size: auto 550px;
	overflow:hidden;
		
}
.block{	
	width: 48%;
	margin: 1%;
	min-height: 350px;
	float: left;
}
.block2{	
	width: 48%;
	margin: 1%;
	min-height: 350px;
	float: right;
}
.block3{	
	border-top: 1px solid #e3e3e3;
    clear: both;
    float: left;
    margin: 60px 1%;
    min-height: 250px;
    width: 98%;
}
.block_inner2{
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	min-height: 450px;	
	margin-bottom: 30px;
}
.nav_inner a, .nav_inner a:visited{
	display: block;
	width: auto;
	height: 80px;
	border-left: 1px solid #e6e6e6;
	text-decoration:none;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700;
	color: #000;
	font-size: 0.9em;
	padding: 0 15px;
	line-height: 80px;	
	float: left;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.axotmnu_select, a.axotmnu_select:visited, a.axotmnu_select:hover{
	display: block;
	width: auto;
	height: 75px;
	border-left: 1px solid #e6e6e6;
	text-decoration:none;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700;
	color: #000;
	font-size: 0.9em;
	padding: 0 15px;
	line-height: 80px;	
	float: left;
	color:#000 !important;
	color: #000;
	/*background-color: #faa41a;*/
	border-bottom: 5px solid #2198cf;
	/*border-left: 1px solid #fff;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav_inner a:hover{
	color:#000 !important;
	color: #000;
	height:75px;
	/*background-color: #faa41a;*/
	border-bottom: 5px solid #2198cf;
	/*border-left: 1px solid #fff;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}	
}
@media screen and (min-width: 769px) {
.banner{
	float: left;
	width: 100%;
	height: 80px;
	position:fixed;	
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;	
        z-index: 5000;
	margin-left: 0px;
}
.txt_inside{
	color: #fff;
    font-size: 1.4em;
    line-height: 120%;
    margin: 12% auto;
    padding-right: 7%;
    width: 70%;
}
.foto_slider{
	height: 550px;
	width: 100%;
	background-color: #2198cf;
	float: left;
	margin-top: 80px;
}
.blue{
	background-image: url("/file?fle=3242");
    background-position: right center;
    background-repeat: no-repeat;
    height: 550px;
    overflow: hidden;
    width: 75%;

	
}
.logo{
	float: left;
	height: 80px;
	width: 225px;
	position: relative;
	z-index:5001;
	border-bottom: 0px solid #e6e6e6;	
}
.logo img{
	height: auto;
	width: 100%;
	margin: 10px 20px;	
}
.nav{
	background-color: white;
    position: absolute;
    right: 0;
    z-index: 5002;	
	overflow: hidden;
	clear: none;
	top: 0px;
	
}
.slide3{
	background-image: url(/file?fle=3255);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide1{
	background-image:url(/file?fle=3252);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide2{
	background-image:url(/file?fle=3253);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide4{
	background-image:url(/file?fle=3254);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide5{
	background-image:url(/file?fle=3256);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide6{
	background-image:url(/file?fle=5979);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.block{	
	width: 31%;
	margin: 1%;
	min-height: 350px;
	float: left;
}
.block2{	
	width: 35%;
	margin: 1%;
	min-height: 350px;
	float: left;
}
.block3{	
	width: 27%;
	margin: 1%;
	min-height: 350px;
	float: left;
	clear:none;
	border-top: 0px solid white;
}
.block_inner2{
	/*background-image: url(/file?fle=3251);*/
	background-position: right;
	background-repeat: no-repeat;
	min-height: 450px;	
	margin-bottom: 30px;
}
}
@media screen and (min-width: 1250px) {
.banner{
	float: left;
	width: 100%;
	height: 80px;
	position:fixed;	
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;	
        z-index: 5000;
	margin-left: -17px;
}
.foto_slider{
	height: 400px;
	width: 100%;
	background-color: #2198cf;
	float: left;
	margin-top: 80px;
}
.txt_inside{
	color: #fff;
    font-size: 1.5em;
    line-height: 120%;
    margin: 2.5% auto;
    padding-right: 7%;
    width: 70%;
}
.blue{
	background-image: url("/file?fle=3242");
    background-position: right center;
    background-repeat: no-repeat;
    height: 400px;
    overflow: hidden;
    width: 65%;
	
}
.logo{
	float: left;
	height: 80px;
	width: 225px;
	position: relative;
	z-index:5001;
	border-bottom: 0px solid #e6e6e6;
        margin-left: 17px;	
}
.logo img{
	height: auto;
	width: 100%;
	margin: 10px 20px;	
}
.nav{
	background-color: white;
    position: absolute;
    right: 0;
    z-index: 5002;	
	overflow: hidden;
	clear: none;
	top: 0px;
}
.slide3{
	background-image: url(/file?fle=3255);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide1{
	background-image:url(/file?fle=3252);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide2{
	background-image:url(/file?fle=3253);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide4{
	background-image:url(/file?fle=3254);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide5{
	background-image:url(/file?fle=3256);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.slide6{
	background-image:url(/file?fle=5979);
	background-position: center;
	background-size: cover;
	overflow:hidden;
		
}
.block{	
	width: 31%;
	margin: 1%;
	min-height: 350px;
	float: left;
}
.block2{	
	width: 35%;
	margin: 1%;

	min-height: 350px;
	float: left;
}
.block3{	
	width: 27%;
	margin: 1%;
	min-height: 350px;

	float: left;
	clear:none;
	border-top: 0px solid white;
}
.block_inner2{
	/*background-image: url(/file?fle=3251);*/
	background-position: right;
	background-repeat: no-repeat;
	min-height: 450px;	
	margin-bottom: 30px;
}
.nav_inner a, .nav_inner a:visited{
	display: block;
	width: auto;
	height: 80px;
	border-left: 1px solid #e6e6e6;
	text-decoration:none;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700;
	color: #000;
	font-size: 1.0em;
	padding: 0 25px;
	line-height: 80px;	
	float: left;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.axotmnu_select, a.axotmnu_select:visited, a.axotmnu_select:hover{
	display: block;
	width: auto;
	height: 75px;
	border-left: 1px solid #e6e6e6;
	text-decoration:none;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700;
	color: #000;
	font-size: 1.0em;
	padding: 0 25px;
	line-height: 80px;	
	float: left;
	color:#000 !important;
	color: #000;
	/*background-color: #faa41a;*/
	border-bottom: 5px solid #2198cf;
	/*border-left: 1px solid #fff;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav_inner a:hover{
	color:#000 !important;
	color: #000;
	height: 75px;
	/*background-color: #faa41a;*/
	border-bottom: 5px solid #2198cf;
	/*border-left: 1px solid #fff;
	border-left: 1px solid #faa41a;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}	
}
.art_wrapper img{
	width: 70%;
	height: auto;
}
.middle_inner2{
	/*border-top: 1px dotted #b6b6b6; */
	clear: both;
	padding-top: 20px;	
}
.middle_inner2 .block h2{
	margin-top: 23px;	
}
.middle_inner2 .block_inner{
	background-image: none;	
}
.middle_inner2 .art_sh_title{
	display: none;
}
.innertxt{
	margin: 0 50px;	
}
.middle_inner2 .art_wrapper{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;	
}
.middle_inner2 .art_wrapper .meerlink2{
		margin-top: 45px;
}
.middle_inner2 .act_wrapper .meerlink2{
		margin-top: 70px;
}
a.faq_t_link, a.faq_t_link:visited{
	font-size: 1.2em;
	font-weight: normal;
	color: #2198cf;
	text-decoration:none;	
}
.nat2{
	float:left;
	width: 100%;
	margin: 20px 0 40px;	
}
.nat2inner{
	max-width:900px;	
	margin: 20px auto;
}
.natpic{
	width: 30%;
	float: left;	
}
.natpic img{
	width: 100%;
	height: auto;	
}
.nattxt{
	width: 58%;
	float: right;	
}
.nattxt a{
	color: #2198cf;
	font-weight:bold;	
}
.nattxt a:hover{
	color: #000;
	font-weight:bold;
	text-decoration:none;	
}