/* Clear all styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}
/*Ceal all styles END */
* {
    margin: 0px;
    padding:0px;
}
body{font-family: 'MYRIADPROREGULAR' !important;
font-display:fallback;
font-size:16px;
font-weight:400;
background:#FFF;
line-height:26px;
color:#444;
}
.clear{ clear:both;}
a{ text-decoration:none; color:#555; cursor:pointer;}
a:hover{ color:#c41b0e;}
.fl{float:left;}
.fr{float:right;}
.ml-10{ margin-left:-10px;}
.ml10{ margin-left:10px;}
.mr10{ margin-right:10px;}
h1 {font-size:24px;}
h2 {font-size: 20px;}
.tac{text-align:center;}
.tal{text-align:left;}
.tar{ text-align:right;}

/*HEADER*/
.header{
	width:100%; 
	height:120px; 
	position:relative;
	z-index:10;
}
.fixed {position:fixed; top:0; left:0; z-index:10; width:100%;}	
.small-width{ height:90px!important; background:none;}
.fix-toggle{ top:25px!important;}
.display-none{display:none!important;}
.MobileMenuMarg { margin-top: 80px!important; }
.small-height{height:5px!important;}

.menu-top {
    height: 44px;
    background: #0f2765;
}
.menu-top .wrapper{max-width:1200px; height:40px; margin:auto;line-height:normal;}
.menu-top .wrapper .contact{   font-size:12px; padding:3px 0; color:#fff; text-align:right; display:flex; flex-direction:row; margin-right:20px; float:right;}
.menu-top .wrapper .contact a{ margin:4px 0px 0 10px;color:#e8bb90;font-size:15px; padding:5px 10px; border:1px solid #e8bb90; border-radius:3px; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu-top .wrapper .contact a:hover{color:#e2e2e2; border:1px solid #e2e2e2;}

.menu-logo{height:90px; background:#fff;-webkit-box-shadow: 0px 10px 37px -10px rgba(0,0,0,0.75);-moz-box-shadow: 0px 10px 37px -10px rgba(0,0,0,0.75);box-shadow: 0px 10px 37px -10px rgba(0,0,0,0.75);}
.menu-logo .wrapper{max-width:1200px; height:90px; margin:auto;}
.menu-logo .logo{height:90px; float:left; background:#fff; position:absolute;  z-index:2;}
/*.menu-logo .logo img{margin-top:0px;}*/
.menu-logo .menu{max-width:980px; height:80px;}
.menu .online-nav{
	width:400px; 
    height:35px; 
	border-bottom:1px solid #dedede; 
	font-size:13px; 
	color:#555;
	background: rgb(241,241,241); 
	background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(222,222,222,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(222,222,222,1))); 
	background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(222,222,222,1) 100%); 
	background: -o-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(222,222,222,1) 100%); 
	background: -ms-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(222,222,222,1) 100%); 
	background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(222,222,222,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dedede',GradientType=1 );
}
.menu .online-nav li{float:right; height:26px; padding:9px 22px 0 22px; border-right:1px solid #fff;}
.menu .navigator{height:65px; float:right; font-weight:600; font-size:16px;}
.menu .navigator li{float:left; height:22px; padding:22px 25px;}

#mobileMenu
	{
			display: none;
 
			
	}
/*menu*/
/*-----------------------------------------------------------------------------------*/
#masterMenu1_mainNav {max-width:890px; height:55px;float:right; padding:17px 0px; border-bottom: none; z-index:0; text-align:center;}
#masterMenu1_mainNav li a, #masterMenu1_mainNav li {float: left; color:#555!important;}
#masterMenu1_mainNav li {list-style: none;position: relative; z-index:10;}
#masterMenu1_mainNav li a { padding:15px 20px; line-height:25px; position:relative; font-size:16px; font-weight:500;}
#masterMenu1_mainNav li a:hover {color:#6c798a;}

/* Submenu */
/*-----------------------------------------------------------------------------------*/
.hasChildren {position:absolute; width:0px; height:5px; background:black; right:0; bottom: 0;}
#masterMenu1_mainNav li ul { display: none;position:absolute; background:#fff; top:100%; left:0;padding:0; margin:0;}
#masterMenu1_mainNav li ul:hover{ background:#fff!important;}
#masterMenu1_mainNav li:hover > ul {display: block;}
#masterMenu1_mainNav li ul li, #masterMenu1_mainNav li ul li a { float: none; min-width:186px; max-width:250px; text-decoration: none; font-weight:400; color:#6c798a; padding:2px;}
#masterMenu1_mainNav li ul li { _display: inline; border-bottom:1px dotted #e2e2e2; /* for IE6 */}
#masterMenu1_mainNav li ul li a {min-width:186px; min-height:15px; padding:6px 10px 8px 10px; display: block; text-align:left;}
#masterMenu1_mainNav li ul li a:hover {background:#f4f4f4; }

/* SUBSUB Menu */
/*-----------------------------------------------------------------------------------*/
#masterMenu1_mainNav li ul li ul {display: none;}
#masterMenu1_mainNav li ul li:hover ul {left: 100%; top:0;}
/*#majorNav li ul */

/*TOP-BLOCK*/
.top-block{max-width:1240px; width:100%;   margin:-30px auto 0 auto;}
.top-block .wrapper{max-width:1166px; width:100%; left:0; right:0; text-align:center; margin:auto;background-color:#FFF;position:relative; padding:20px 0 0 0; /*z-index:200;*/border-radius:10px 10px 0 0;}
.top-block .wrapper h1{margin:20px 10px; color:#aa2533; text-transform:uppercase;}
.top-block .wrapper .text{font-size:18px; margin:25px; /*height:46px;*/   overflow:hidden;}
.top-block .wrapper .text .half{display:inline-block;width:47%; vertical-align:top;}
.top-block .wrapper .text .half .imgone {max-width:400px; position:relative; z-index:0; border-radius: 10px;}
.top-block .wrapper .text .half .imgtwo {max-width:300px; position:relative; z-index:1;  margin:-110px 0px 0 0px; border-radius:10px; border:15px solid rgba(255,255,255,.8);}
	
.top-block .wrapper .text .half p{font-size:32px;padding:10px 0; margin-top:20px;}	
.top-block .wrapper .text .half span{display:block; padding:10px 0; font-style:italic;}	
.top-block .wrapper .text .half .light{font-weight:100;}
/*TOP-BLOCK*/

.mainbutton {
    display: block;
    background:rgba(255,255,255,.7);
    border-radius: 30px;
    border: 1px solid #0f2765;
    color: #0f2765;
    width: 120px;
    margin: 40px auto 20px auto;
    padding: 15px 45px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-shadow:none;
}
    .mainbutton:hover {
        border: 1px solid #ed1c24;
        color: #ed1c24;
        background: rgba(255,255,255,1);
    }
/*BLOCKS*/
.blocks-wrapper {
    background: #f4f4f4;
}
    .blocks-wrapper .head {
        max-width: 1240px;
        padding: 10px 0;
        margin: auto;
        border-bottom: 2px dotted #065ead;
    }
.blocks-wrapper .head div {
    margin: 0 10px;
    color: #0f2765;
    font-size: 44px;
    font-weight: bold;
    padding: 40px 0;
    line-height: 40px;
}
.blocks-wrapper .head h2 {padding-bottom:20px;margin:0 10px;
}
.blocks{max-width:1240px; width:100%; min-height:345px; height:100%; margin:auto; background:url(../images/shadow1.png) no-repeat center bottom;}
.blocks ul{display: block; text-align: center; float:none; margin-top:80px;}
.blocks ul li{display: inline-block; list-style: none; width: 290px; height:300px; background:#fff; padding:0; margin:8px 8px 60px 8px; float:none; border-radius:10px; vertical-align:top;}
.blocks ul li .icon{max-width:380px; width:auto; max-height:140px; margin:-45px auto 0 auto; border-radius:5px;}
.blocks ul li p{margin:25px auto; color:#636186; height:74px; overflow:hidden; }
.blocks ul li h1{margin:25px auto; color:#636186; height:52px; font-size:22px; text-transform:uppercase;}
.blocks ul li .text{margin:10px 25px; text-align:center; height:49px; overflow:hidden;}
.blocks ul li a{display:block; text-align:center; padding:15px 30px; background:#e2e2e2; color:#0f2765; margin:10px;border-radius:5px; box-shadow:1px 2px 2px rgba(0,0,0,.3);    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.blocks ul li a:hover{ background:#f3f3f3; color:#cd4f5d; margin:10px;box-shadow:1px 2px 2px rgba(0,0,0,.3)}
/*BLOCKS*/

/*SOCIAL MEDIA*/
.social-media{max-width:1920px; width:100%; height:90px; background:#0f2765;}
.social-media .wrapper{max-width:1240px; width:100%; height:70px; margin:auto;}
.social-media .wrapper .text{float:left; color:#ffffff; font-size:26px; margin:28px 10px;}
.social-media .wrapper .btn{ float:right;}
.social-media .wrapper .btn ul{float:right; margin:10px auto; display:flex; flex-direction:row;}
.social-media .wrapper .btn ul li{ margin:14px 8px;}
    .social-media .wrapper .btn ul li a i {font-size:36px; color:#efefef;
    }\
/*SOCIAL MEDIA*/

/*MAIN EVENTS*/
.banner{width:100%; min-height:510px; height:100%; padding:10px 0;background:url(../images/shadow1.png) no-repeat center bottom; background-color:#fff;}
.banner .wrapper{max-width:1240px; min-height:510px; height:100%; margin:auto; }

.main-events-container{width:1200px; height:420px; margin:auto;}
.main-events-calendar-cont{width:330px; height:435px; float:left;}
.main-events-calendar{width:330px; height:390px; float:left; padding:1px; overflow:hidden;}
.main-events-calendar .head{width:310px; height:30px; padding:17px 10px; border-bottom:1px solid #333; }
.main-events-calendar .head h2{ font-size:24px; color:#000!important; font-weight:100;}
.main-events-calendar li{width:320px; height:55px; padding:10px 5px; margin:5px 0 0 0 ;background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(222,222,222,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 );}
.main-events-calendar li:hover{ background:#fff;}
.main-events-calendar li .date{width:85px; height:55px; border-right:1px solid #73838c; color:#000; float:left; margin-top:0px;}
.main-events-calendar li .date .day{width:50px; height:25px; padding:2px 5px; background:#fff; font-size:20px; margin:auto; color:#C00; text-align:center; }
.main-events-calendar li .content{width:210px;height:50px; padding:3px 10px; overflow:hidden; float:left; color:#000;}
.main-events-calendar li .arrow{width:30px; height:18px; padding:11px 0; float:left;}
.all-events{width:320px; height:20px;  padding:7px 5px; margin-top:3px; margin-left:1px; font-size:16px;  background:url(../images/wg_bg.png)!important; text-align:center;}
.all-events a{ color:#999;}
.all-events a:hover{ color:#666;}
.rotated-text{width:50px!important; height:17px; padding:5px; margin:auto; color:#FFF; font-size:14px; text-align:center; background:#bb050e;}

/*MAIN NEWS*/
.main-news{max-width:1240px; width:100%; min-height:430px; height:100%; }
.main-news ul{display: block; text-align: center; float:none;}
.main-news li{display: inline-block; list-style: none; width:390px; height:165px; margin:10px; overflow:hidden;
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #e7e7e7 100%); 
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e7e7e7 100%); 
background: linear-gradient(to bottom,  #f4f4f4 0%,#e7e7e7 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e7e7',GradientType=0 ); border-radius:5px;}
.main-news .title{height:45px; border-bottom:1px solid #333; margin:10px 0;}
.main-news .title .text{margin:20px 10px; font-size:22px; font-weight:100;}
.main-news .title .text .btn{float:right; width:150px; height:25px; float:right; font-size:14px;}
.main-news li .image{height:155px;overflow:hidden;width:180px;float:left;}
.main-news li img{margin:10px; float:left; border-radius:5px;}
.main-news li a{ }
.main-news li p{display:flex; }
.main-news li p span{ padding:18px 8px; margin:8px 8px 0 8px; text-align:left!important;color:#636186; height:128px; overflow:hidden;line-height:20px;border-top:1px dotted #cd4f5d;}
.main-news li .content{margin-right:5px; height:102px; overflow:hidden;}
/*MAIN NEWS*/

.ddlKat{float:right;}
/*PAGE*/
.page-banner{max-width:1920px; width:100%; height:60px; margin:auto; background:#f4f4f4; background:url(../images/banner-pattern.png) no-repeat center;}
.page{max-width:1240px; width:100%; height:100%; margin:0px auto 10px auto;}
.page-menu{max-width:330px; width:100%; float:left;}
.page-menu .head{width:310px; padding:10px; font-weight:bold; background:url(../images/red-corner.png) no-repeat left top; background-color:#e2e2e2; color:#000; margin-top:10px; border:1px solid #e2e2e2;}
.page-menu ul a{color:#444;}
.page-menu ul li{width:308px; padding:10px; margin-top:10px; border:1px solid #e2e2e2;}
.page-menu ul li:hover{ background-color:#e2e2e2; color:#000;}

.page-content{max-width:1240px; width:100%; height:100%; float:right; margin-top:10px; border:1px solid #e2e2e2; background:url(../images/red-corner.png) no-repeat left top;}
.page-content h2{padding:0px 0 10px 0; margin:10px; border-bottom:1px solid #e2e2e2;}
.page-content .text{text-align:justify;  margin:10px;}
.bcrumb{border-bottom:1px solid #e2e2e2; max-width:1238px; width:100%; margin-top:10px;}
.bcrumb p{margin:10px;}
.bcrumb a{color:#555!important;}
.bord{border-bottom:1px solid #e2e2e2;}

.page-full-menu{max-width:330px; width:100%; float:left;}
.page-full-menu .head{width:310px; padding:10px; background:url(../images/red-corner.png) no-repeat left top;  background-color:#e2e2e2; color:#000; margin-top:10px;}
.page-full-menu ul a{color:#444;}
.page-full-menu ul a:hover{ color:#FFF;}
.page-full-menu ul li{width:308px; padding:10px; margin-top:10px; border:1px solid #e2e2e2;}
.page-full-menu ul li:hover {background:url(../images/ok.png) no-repeat right; background-color:#aa2533; }
.page-full-menu ul li li:hover a {color:#FFF;}


.pbanner{max-width:1240px; width:100%; height:60px; margin:auto; margin:20px auto 10px auto; padding:10px 0 20px 0; }
.page .social .wrap{float:left; margin:5px;}

.sbfoto{max-width:858px; width:100%;}

.thumbnails{text-align:center;}
  .fancybox{display:inline-block;padding:10px 7px;width:186px; height:120px!important;  overflow:hidden;text-align:center;}
  .fancybox img{ max-width:187px; max-height:140px; }



.suckerdiv{ margin-bottom:10px;}
.suckerdiv ul{margin: 0;padding: 0!important;list-style-type: none;width: 328px!important; background: #fff; }
.suckerdiv ul li{position: relative; z-index:990;  width:328px!important; background:#fff;border:1px dotted #e2e2e2; padding:0px;}
.suckerdiv ul li ul{position: absolute;width:328px; top: 0;visibility: hidden;background: #fff;}
.suckerdiv ul li a{color:#333;display: block;overflow: auto; text-decoration: none;background: #f4f4f4;padding:7px 0px 7px 10px;}
.suckerdiv ul li a:visited{}
.suckerdiv ul li a:hover{color:#000; background:url(../images/red-corner.png) no-repeat left top;}
.suckerdiv .subfolderstyle{background: url(media/arrow-list.gif) no-repeat center right;}
* html .suckerdiv ul li { float: left; height:1%;}
* html .suckerdiv ul li a { height:1%; }
/*PAGE*/

/*CALENDAR*/
.page-calendar .calendar li{border:1px solid #e2e2e2; margin:10px 0;}
.page-calendar .calendar li a{color:#444;}
.page-calendar .calendar li .event{width:85px; height:95px; border-right:1px solid #e2e2e2; color:#000; float:left; margin-right:10px; margin-top:0px}
.page-calendar .calendar li .event .day{width:50px; height:25px; padding:2px 5px; background:#fff; font-size:20px; margin:auto; color:#C00; text-align:center;}
.page-calendar .calendar li .event .month{width:50px!important; height:17px; padding:10px; margin:10px auto 0 auto; color:#FFF; font-size:15px; text-align:center; background:#009fe3;}
.page-calendar .calendar li .event .year{width:50px!important; height:17px; padding:10px; margin:auto; color:#FFF; font-size:16px; text-align:center; /*background:#aa2533;*/ background:#999; font-weight:bold;}
.page-calendar .calendar li h2{margin:10px 0; color:#aa2533;}

.page-view{margin:auto; width:100%;}
/*CALENDAR*/


/*pager*/
#pagerDown{max-width:788px; height:20px; padding:10px 0px; float:right;}
#pagerDown ul{ float:right; list-style:none; }
#pagerDown ul li{ display:block; float:left; margin-top:-4px; padding:0px 0px 5px 10px; }
#pagerDown ul li a{}
#pagerDown ul li a:hover{ color:#0182c4;}
/*end pager*/

/*NEWS*/
.page-news{width:100%; height:100%; }
.page-news .news{max-width:1238px; border:1px solid #e2e2e2; height:100%; margin:10px auto 10px auto; color:#364457;}
.page-news .news ul{ padding:2px 0;}
.page-news .news ul li{float:left; width:375px; padding:25px 10px; margin:10px 0 10px 17px; background:url(../images/b_shadow.png) no-repeat center bottom;}
.page-news .news ul li .image{max-width:370px; height:226px; overflow:hidden;}
.page-news .news ul li .image img{width:370px;}
.page-news .news ul li .head{max-width:370px; height:30px; font-size:18px; text-align:center; font-weight:500; padding:12px 0; line-height:20px; overflow:hidden; background:#FFF;}
.page-news .news ul li .info{max-width:370px; height:52px; overflow:hidden; text-align:center; background:#FFF;}
/*NEWS*/

/*FOOTER*/
.footer {
    width: 100%;
    min-height: 400px;
    height: 100%;
    background: #e2e2e2;
   color:#fff;
}
.bg-overlay .wrapper {
    position: relative;
    z-index: 1;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay {
    position: relative;
}
    .bg-overlay .container {
        position: relative;
        z-index: 1;
    }

    .bg-overlay:after {
        background-color: rgba(15, 39, 101, 0.85);
        z-index: 0;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    } 

   /* .bg-overlay.overlay-color:after {
        background-color: rgba(15, 39, 101, 0.85);
    }*/
.footer-bg {
    background: url(../images/footer.jpg);
    background-size: cover;
    background-position: 100%;
}
.footer-bg.bg-overlay:after {
    background-color: rgba(0, 8, 29, 0.9);
}

.main-contact-form{width:400px; height:400px; float:right; background:#FFF;}
.footer-top{background:#0067a6; height:100px; margin:7px 0;}
.footer-top .wrapper{max-width:1200px; height:900px; margin:auto; padding:5px 0;}

.footer-top .wrapper .ebulten{max-width:600px; height:90px;  background:#1086ce; float:left;}
.footer-top .wrapper .ebulten .image{float:left; width:90px; height:90px;}
.footer-top .wrapper .ebulten h2{}
.footer-top .wrapper .ebulten p{font-size:16px; margin-left:15px; }

.footer-top .wrapper .social{width:230px; height:90px; float:right;}
.footer-top .wrapper .social ul li{float:left; padding:20px 5px;}
 

.footer .wrapper{max-width:1200px; min-height:330px; padding-top:40px; margin:auto;}
.footer .wrapper .fmenu{margin:0px; min-height:270px; border-bottom:1px solid #e2e2e2; overflow:hidden;}
.footer .wrapper .fmenu .fcontact{width:285px; height:270px;  float:left}
.footer .wrapper .fmenu .fcontact li{padding:5px 5px; width:275px!important; height:34px;}
.footer .wrapper .fmenu .fcontact .text{height:34px; display: table-cell; vertical-align: middle;}
.footer .wrapper .fmenu .fcontact a{color:#fff;}

.footer .wrapper .fmenu .fheader{padding:10px 0; border-bottom:1px solid #e2e2e2; font-size:16px; margin-bottom:10px; text-indent:10px;}
.footer .wrapper .fmenu .list{width:285px; height:270px; margin-left:20px; float:left;overflow:hidden; }
.footer .wrapper .fmenu .list li{padding:5px 5px; width:275px!important; height:20px;overflow:hidden;}
.footer .wrapper .fmenu .list li a{height:20px; padding-left:20px; color:#e2e2e2;  display: table-cell; vertical-align: middle; }

.footer .wrapper .fmenu .btns{width:280px; height:270px; margin-left:20px; float:left}
.footer .wrapper .fmenu .btns li{padding:1px 1px; width:266px!important; height:100px; float:left;}
.footer .wrapper .fmenu .btns li a {display:block;background:#cd4f5d;width:100%; height:90px; border-radius:5px; color:#fff; font-size:24px; }
.footer .wrapper .fmenu .btns li a p {
    padding: 26px 30px;
}
.footer .wrapper .fmenu .btns li a p i {
    font-size: 36px;
    color: #fff;
}
font-size:36px;color:#fff;
.footer .wrapper .text a {
    color: #e2e2e2;
}
/*.footer .wrapper .fmenu .btns li a{ background:none!important;}*/
.privacy-bilcom {
    padding: 25px 0;
    min-height: 20px;
    height: 100%;
    max-width: 1200px;
    margin:0px 10px;
}
.privacy{ color:#999;}
.mobileNav{display:none!important;}

.kaydir i {
    font-size: 36px;
    color: #e2e2e2;
    cursor: pointer;
}
/*FOOTER*/
/*LEFT MENU*/
/*.suckerdiv{ margin-bottom:10px;}
.suckerdiv ul{margin: 0;padding: 0!important;list-style-type: none;width: 328px!important; background: #fff; }
.suckerdiv ul li{position: relative; z-index:990;  width:328px!important; background:#f4f4f4;border:1px dotted #e2e2e2;}
.suckerdiv ul li ul{position: absolute;width:328px; top: 0;visibility: hidden;background: #fff;}
.suckerdiv ul li a{color:#333;display: block;overflow: auto; text-decoration: none;background: #f4f4f4;padding:7px 0px 7px 10px;}
.suckerdiv ul li a:visited{}
.suckerdiv ul li a:hover{color:#fff; background:url(../images/ok.png) no-repeat right; background-color:#aa2533; }
.suckerdiv .subfolderstyle{background: url(media/arrow-list.gif) no-repeat center right;}
* html .suckerdiv ul li { float: left; height:1%;}
* html .suckerdiv ul li a { height:1%; }*/
/*LEFT MENU*/
.maincontact {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.maincontact ul{display: block; text-align: center; float:none;}
.maincontact .box{width:48%; margin-right:0.5%; border-top:1px solid #ccc; float:none;display: inline-block; list-style: none; height:350px; padding:10px 0;background:url(../images/red-corner.png) no-repeat left top;}

.ccontact{width:100%; height:500px; float:left;  }
.ccontact .head{ font-size:18px; }
.ccontact li{padding:5px 5px; width:100%; height:34px;}
.ccontact .text{height:34px; display: table-cell; vertical-align: middle;}
.ccontact .txt{max-width:300px; width:100%; height:35px; border:1px solid #ccc;}
.ccontact .msj{max-width:300px; width:100%; height:65px; border:1px solid #ccc;}
    .ccontact .mainbutton {margin-top:0px!important;padding:15px 0px;
    }

#RecaptchaField1 div div{margin:auto;}
#RecaptchaField2 div div{margin:auto;}

@media (max-width: 1240px)
{
.main-events-calendar-cont{ float:none; margin:auto;}
.main-news{ float:none; margin:auto;}
 
.page-menu{max-width:1240px; width:100%; float:left;}
.page-menu .head{width:100%; padding:10px 0; background:url(../images/ok.png) no-repeat right; background-color:#aa2533; color:#FFF; margin-top:10px;text-indent:10px;}
.page-menu ul li{width:100%; padding:10px 0; margin-top:10px; border:1px solid #e2e2e2; text-indent:10px;}
.page-content{max-width:1238px; width:100%; height:100%; float:none; margin-top:10px; border:1px solid #e2e2e2;}
.page-content h2{padding:0px 0 10px 0; margin:10px; border-bottom:1px solid #e2e2e2;}
.page-content .text{text-align:justify; margin:10px;}

.page-full-menu{max-width:1240px; width:100%; float:left;}
.page-full-menu .head{width:calc(100%); padding:10px 0; background:url(../images/ok.png) no-repeat right; background-color:#aa2533; color:#FFF; margin-top:10px;text-indent:10px;}
.page-full-menu ul li{width:100%; padding:10px 0; margin-top:10px; border:1px solid #e2e2e2; text-indent:10px;}

/*NEWS*/
.page-news{width:100%; height:100%; }
.page-news .news{max-width:1238px; border:1px solid #e2e2e2; height:100%; margin:10px auto; color:#364457;}
.page-news .news ul{ padding:2px 0;}
.page-news .news ul li{float:none; width:295px; padding:25px 10px; margin:10px auto 10px; background:url(../images/b_shadow.png) no-repeat center bottom;}
.page-news .news ul li .image{max-width:290px; height:226px; overflow:hidden;}
.page-news .news ul li .image img{width:290px;}
.page-news .news ul li .head{max-width:290px; height:30px; font-size:18px; text-align:center; font-weight:500; padding:12px 0; line-height:20px; overflow:hidden; background:#FFF;}
.page-news .news ul li .info{max-width:290px; height:52px; overflow:hidden; text-align:center; background:#FFF;}


/*NEWS*/
}
@media (max-width: 995px)
{
	
*{margin:0px; padding:0px; list-style:none; overflow:visible; }
body{ }
.header{width:100%; height:120px;}

.dropdownMenu{ display:none;}
.menuCont{ width:0px; height:0px;}
.small-width{ height:75px!important; background:none;}

.menu-logo{height:75px;}
.menu-logo .wrapper{max-width:1200px; height:75px; margin:auto;}

.menu-logo .logo{ height:75px;}
.menu-logo .menu{max-width:980px; height:75px;}
.page-banner{display:none;}
.page-menu{display:none;}
.logo{ float:left; }
/*.logo img{width:100px;}*/

   .mobileNav{display: block!important;
			z-index: 99;
			color:#333;
			margin-top:30px;}
    #mobileMenu
	{
			display: block;
			z-index: 99;
			color:#333;
			
	}
    .MobileMenu {
        margin-top: 110px;
    }
	.toggleMobile
	{
			position: absolute;
			top: 60px;
			right: 10px;
			display: block!important;
			width: 40px;
			height: 36px;
			cursor: pointer;
			z-index: 11999;
	}
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
            display: block;
            position: absolute;
            width: 40px;
            height:6px;
            left: 0;
            background: #636186;
            border-radius:3px;
            /*-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
			transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);*/
        }
        .toggleMobile span.menu1 {
            top: 0;
            width: 38px;
            
        }
        .toggleMobile span.menu2 {
            top: 14px;
            width: 34px;
        }
        .toggleMobile span.menu3 {
            top: 28px;
            
        }
    


/*MOBILE MENU*/
#mobileMenu
{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}
.mobileMenu-margin{background:url(images/bgp.png)!important; height:55px; width:100%;}
#mobileMenu li ul {
  display: none;
}
#mobileMenu li:hover > ul{display:block;}
#mobileMenu ul li
{
        display:block;
        background:#fff;
        color: #444;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px dotted #f4f4f4;
}
#mobileMenu ul li a{color:#444; font-size:14px; text-decoration:none;}
#mobileMenu ul li ul{ padding:5px 0;}
#mobileMenu ul li ul li{ display:block;
        background:#fafafa;
        color: #FFF;
        padding: 5px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform:lowercase;
        border-bottom:none}
#mobileMenu ul li ul li ul li a{color:#666; font-size:13px; text-decoration:none;}
.toggleMobile
{
        display: none;
}

::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #364457; 
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
    background: #364457;
    -webkit-box-shadow: inset 0 0 6px #364457; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #364457; 
}
.social-media{max-width:1920px; width:100%; height:100%;padding:15px 0; }
.menu-top .wrapper .contact{float:left; text-align:left;}

/*TOP-BLOCK*/
.top-block{max-width:1240px; width:100%;   margin:20px auto 0 auto;}
/*.top-block .wrapper{max-width:1166px; width:100%; left:0; right:0; text-align:center; margin:auto;background-color:#FFF;position:relative; padding:20px 0 0 0;border-radius:10px 10px 0 0;}
.top-block .wrapper h1{margin:20px 10px; color:#aa2533; text-transform:uppercase;}*/
.top-block .wrapper .text{font-size:18px; margin:25px; /*height:46px;*/   overflow:hidden;}
 .top-block .wrapper .text .half{display:inline-block;width:97%; vertical-align:top;}
/*.top-block .wrapper .text img{ max-width:60%!important;}*/
/*TOP-BLOCK*/
/*.top-block .wrapper{margin:0px auto 0 auto;}*/
.blocks {
    margin: 50px auto 0 auto;
}

.social-media .wrapper .text{float:none; margin:20px auto; text-align:center;}
.social-media .wrapper .btn{width:auto; float:none; margin:auto;}
.social-media .wrapper .btn ul{ margin:auto;  margin:0 20px;}

/*.social-media .wrapper .text{float:left; color:#ffffff; font-size:26px; margin:28px 0;}
.social-media .wrapper .btn{width:410px!important; float:none;}
.social-media .wrapper .btn ul{float:right; margin:10px auto;}*/

.maincontact{width:100%; height:100%; padding:20px 0;}
.maincontact ul{display: block; text-align: center; float:none;}
.maincontact .box{width:90%; margin-right:0.5%; border-top:1px solid #ccc; float:none;display: inline-block; list-style: none; height:400px; padding:10px 0;background:url(../images/red-corner.png) no-repeat left top;}

.ccontact{width:100%; height:500px; float:left;  }
.ccontact .head{ font-size:18px; }
.ccontact li{padding:5px 5px; width:100%; height:34px; float:none;}
.ccontact .text{height:34px; display: table-cell; vertical-align: middle;}
.ccontact .txt{max-width:300px; width:100%; height:35px; border:1px solid #ccc;}
.ccontact .msj{max-width:300px; width:100%; height:65px; border:1px solid #ccc;}

#RecaptchaField1 div div{margin:auto;}
#RecaptchaField2 div div{margin:auto;}

}
@media (max-width: 777px)
{
/*OUR TEAM*/
.menu-logo .menu{max-width:980px; height:35px;}
.menu .online-nav{min-width:777px; width:100%;}
.menu-top .wrapper .contact{display:none;}
.mobileNav{display: block!important;
			z-index: 99;
			color:#333;
			margin-top:-33px;}
			.footer .wrapper .fmenu .btns{float:none; margin:auto; padding-top:50px; height:auto;}
			
    .top-block .wrapper .text .half .imgone {max-width:300px; position:relative; z-index:0; border-radius: 10px;
    }
    .top-block .wrapper .text .half .imgtwo {max-width:200px; position:relative; z-index:1;  margin:-110px 0px 0 0px; border-radius:10px; border:15px solid rgba(255,255,255,.8);
    }			
}
  @media (max-width: 777px)
{
.fancybox{padding:7px 4px;  height:80px!important; width:105px;   overflow:hidden;text-align:center;}
  .fancybox img{ max-width:120px; max-height:90px; }
}

@media (max-width: 500px)
{
.menu-logo .logo{height:75px; float:none; margin:auto ;padding-left:6px;}
.main-news li{width:302px; height:165px; margin:10px 0; }
/*.main-news li img{display:none;}*/
.social-media .wrapper .btn{width:174px!important; float:none;}
.social-media .wrapper .btn ul img{width:50px;}
/*.social-media .wrapper .btn ul{float:none; width:40px; margin:10px auto;}*/
.page-view{margin:auto; }
/*pager*/
#pagerDown{max-width:788px; height:20px; padding:10px 0px; float:none; margin:auto;}
#pagerDown ul{ float:none; display:block; margin:auto; list-style:none; }
#pagerDown ul li{ display:block; float:none; margin-top:-4px; padding:0px 0px 5px 10px; }
#pagerDown ul li a{}
#pagerDown ul li a:hover{ color:#0182c4;}
/*end pager*/
#pagerDown .mw80{display:none;}
.w600{margin:auto;}
#pagerDown ul{float:none;}
}
@media (max-width: 350px)
{
	
}



