@font-face {
    font-family: '100';
    src: url('font/museo100-regular-webfont.woff2') format('woff2'),
         url('font/museo100-regular-webfont.woff') format('woff'),
         url('font/museo100-regular-webfont.ttf') format('truetype'),
         url('font/museo100-regular-webfont.svg#museo100') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: '300';
    src: url('font/museo300-regular-webfont.woff2') format('woff2'),
         url('font/museo300-regular-webfont.woff') format('woff'),
         url('font/museo300-regular-webfont.ttf') format('truetype'),
         url('font/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: '500';
    src: url('font/museo500-regular-webfont.woff2') format('woff2'),
         url('font/museo500-regular-webfont.woff') format('woff'),
         url('font/museo500-regular-webfont.ttf') format('truetype'),
         url('font/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: '700';
    src: url('font/museo700-regular-webfont.woff2') format('woff2'),
         url('font/museo700-regular-webfont.woff') format('woff'),
         url('font/museo700-regular-webfont.ttf') format('truetype'),
         url('font/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: '900';
    src: url('font/museo900-regular-webfont.woff2') format('woff2'),
         url('font/museo900-regular-webfont.woff') format('woff'),
         url('font/museo900-regular-webfont.ttf') format('truetype'),
         url('font/museo900-regular-webfont.svg#museo900') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'atatrk';
	font-weight:normal;
    src: url('font/ataturk.woff2') format('woff2'),
         url('font/ataturk.woff') format('woff'),
         url('font/ataturk.svg#atatrkregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.soft-slow {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#soft	{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.soft {
-webkit-transition: width 1000ms linear;
-moz-transition: width 1000ms linear;
-ms-transition: width 1000ms linear;
-o-transition: width 1000ms linear;
transition: width 1000ms linear;
	}
::-webkit-scrollbar {
            width: 5px;
        }
::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }
::-webkit-scrollbar-thumb {
            background-color: rgba(153, 203, 81, 0.6);
            outline: 1px solid slategrey;
        }

img { border:0}
ul { list-style:none}
html { width:100%; height:100%;}
a { text-decoration:none; color:#202020;}
a:hover {color:#2B66AA; text-decoration:none !important}
#toTop {
    padding: 5px 3px;
	background:url(../images/goTo.png) no-repeat; width:50px; height:50px;
    position: fixed;
    bottom: 10px; cursor:pointer;
    right: 10px;
    display: none;
}
body { margin:0; padding:0; font-family: '100'; font-size:16px; line-height:18px; letter-spacing:-0.5px; width:100%; color:#202020; height:100%;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; background:#F9F9F9; overflow-x: hidden;
}

.container { width:1100px; margin:0 auto; padding:0; display:table; position:relative; min-height:200px}

.header { width:100%; height:202px; background:url(../images/headerBackGround.png) repeat-x; margin:0; padding:0; position:relative; z-index:9}
/*.fix{
    position:fixed;
    top:0px;
    left:0;
    right:0;
    z-index:999; background:rgba(255,255,255,0.9)
	
}*/
.logo { width:180px; height:234px; margin:0; padding:15px 0 0 0; float:left; background:url(../images/logoBackGround.png) no-repeat; text-align:center;}
.Mobilemenu { display:none}
.menu { float:right; margin:0; padding:0; width:835px;}
.menu ul { margin:0; padding:0; list-style:none; }
.menu ul li { float:left; height:121px; padding:0 0px; margin:0 0 0 7.2px; line-height:121px; position:relative;}
.menu ul li a {height:121px; display:table; line-height:121px; font-family:'500'; padding:0 7px; font-size:18px; color:#FFF;text-shadow: 0 0 1px #222; font-weight:bold; letter-spacing:-0.3px;}
.menu ul li i { font-size:14px}
.menu ul li a:hover { background:url(../images/menuLiBackGround.png) repeat-x; color:#4B6820;text-shadow: 0 0 0px #222; }
.menu ul li a:hover > li { background:url(../images/menuLiBackGround.png) repeat-x; color:#4B6820;}
.aktif { background:url(../images/menuLiBackGround.png) repeat-x; color:#4B6820 !important;text-shadow: 0 0 0px #222 !important;}
.subBG {background:url(../images/menuLiBackGround.png) repeat-x; color:#4B6820 !important;}

.menu ul li ul { position:absolute; left:-45px; background:url(../images/menuLiBackGround.png) repeat-x; border-radius:0 0 0.25em 0.25em;  margin:-35px 0 0 0; padding:10px; width:160px; display:none;}
.menu ul li ul li { background:none; height:30px; padding:0 0px; margin:0 0 0 0px; line-height:0px; text-align:center; width:100%; }
.menu ul li ul li a {height:35px; display:table; line-height:30px; font-family:'300'; padding:0 7px; text-align:center; font-size:16px; color:#FFF; text-shadow: 0 0 0px #222; font-weight:bold; letter-spacing:-0.3px; width:100%; white-space:nowrap}
.menu ul li ul li a:hover { background:none; color:#4B6820; text-shadow: 0 0 0px #222; }

.headerTelMail { position:absolute; top:15px; right:30px; color:#FFF; line-height:12px; color:#FFF; font-size:12px; font-family:'300' !important;}
.headerTelMail .span1 { background:url(../images/phoneIcon.png) no-repeat center left; padding-left:20px; height:13px; margin-right:10px}
.headerTelMail .span2 { background:url(../images/mailIcon.png) no-repeat center left; padding-left:20px; height:13px;}

.fastContact { position:absolute; top:50px; right:-60px;}
.fastContact a i { margin-left:3px; font-size:18px; color:#4B6820}
.fastContact a i:hover {color:#2B66AA}
.toogleMenu { display:none}
.slider { width:100%; height:659px; margin:-202px 0 0 0; padding:0;  z-index:8; background:rgba(122,170,51,0.7);}
.slider iframe { display:none}
.burada {width:100%; height:290px; margin:-202px 0 0 0; padding:0; background:url(../images/buradaBG.jpg) center center no-repeat; background-size:cover}
 .burada ul { list-style:none; margin:0px 100px 0 0; float:right; font-family: '300'; font-weight:bold; z-index:99; padding:0; position:absolute; top:170px; right:60px;}
 .burada ul li { font-size:14px; color:#FFF; float:left; margin-left:20px; text-shadow: 0 0 0px #222; }
 .burada ul li a { font-size:14px; color:#FFF; font-weight:bold;}
 .burada ul li span {font-family: '300';}
 .burada ul li a:hover { text-decoration:none !important; color:#4B6820; }
 .burada ul li i { margin-right:10px;}
 
.hizmetlerBlog { width:100%; height:auto; display:table; margin:0; padding:0}
.hizmetlerBlog h1 { float:right; font-size:36px; font-family:'700'; color:#2B66AA; margin:0 0 50px 0; padding:0 0 15px 0; background:url(../images/H1Border.png) no-repeat left bottom; }

.hizmetBox { width:46%; height:145px; margin:0px 0 25px 0; padding:0 0 25px 0; border-bottom:1px solid #EAEAEA; position:relative;}
.hizmetBox img { background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5; float:left; margin-right:20px;}
.hizmetBoxMain h2  { margin:0 0 15px 0; padding:0; font-family:'300'; font-size:20px;color:#2B66AA;}
.hizmetBox i { position:absolute; right:0; bottom:20px; color:#2B66AA; font-size:22px}

.hakkimizdaBlog { width:100%; height:calc(110vh - 200px); background:url(../images/hakkimizdaBackGround.png) left top no-repeat; margin:-75px 0 0 0; background-size:cover; padding:0; }

.hizmetlerBlog .hizmetDvm { width:176px; height:46px; margin:20px auto; padding:0 5px 0 0; text-align:center; background:url(../images/dvmBtn.png) no-repeat; line-height:46px}
.hizmetlerBlog .hizmetDvm a { color:#4B6820; font-size:16px; font-family:'300'; font-weight:bold; line-height:46px; width:100%; height:46px; display:table}
.hizmetlerBlog .hizmetDvm a i { float:right;  font-size:22px;line-height:46px; }
.hizmetlerBlog .hizmetDvm:hover > a { color:#153457}
.hizmetlerBlog .hizmetDvm:hover {background:url(../images/dvmBtnHover.png) no-repeat; -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;} 

.hakkimizdaBlogMain { width:600px; display:table; float:left; margin:155px 0 0 0; padding:0; color:#FFF; font-family:'300'; font-size:18px; font-weight:normal; line-height:24px;}
.hakkimizdaBlogMain h1 { font-size:42px; font-family:'700'; color:#2B66AA; margin:0 0 40px 0; padding:0 0 10px 0; background:url(../images/H1Border2.png) no-repeat left bottom; color:#FFF; }
.hakkimizdaBlogMain .dvmBtn { width:176px; height:46px; margin:40px 0 0 0; padding:0;padding-right:5px; text-align:center; background:url(../images/dvmBtn.png) no-repeat; line-height:46px}
.hakkimizdaBlogMain .dvmBtn a { color:#4B6820; font-size:16px; font-family:'300'; font-weight:bold; line-height:46px; width:100%; height:46px; display:table}
.hakkimizdaBlogMain .dvmBtn a i { float:right;  font-size:22px;line-height:46px; }
.hakkimizdaBlogMain .dvmBtn:hover > a { color:#153457}
.hakkimizdaBlogMain .dvmBtn:hover {background:url(../images/dvmBtnHover.png) no-repeat; -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;} 
.makaleBlog { width:100%; height:auto; margin:0; padding:0; display:table;}
.makaleBlog h1 { float:right; font-size:36px; font-family:'700'; color:#2B66AA; margin:0 0 50px 0; padding:0 0 15px 0; background:url(../images/H1Border.png) no-repeat left bottom; }	
.makaleBox { width:346px; height:270px; position:relative; margin:2px; background:#FFF; padding:0; -webkit-box-shadow: 0 0 1px 1px #BFBFBF;box-shadow: 0 0 1px 1px #BFBFBF; float:left}
.makaleBox h2 { font-size:18px; font-family:'300';color:#2B66AA; line-height:48px; font-weight:normal; padding-left:20px;}
.makaleBox i { position:absolute; right:10px; bottom:26px; color:#2B66AA; font-size:22px; z-index:10}

.main { width:100%; height:100%; background:#FFF; display:table; margin:0; padding:0}
.carousel ul { list-style:none; margin:0; padding:0}
.carousel ul li { height:275px; margin:0 10px; padding:0; width:350px; position:relative;}
.prev { position:absolute; left:-105px; top:170px;}
.next { position:absolute; right:-105px; top:170px;}

.formBlog { width:100%; margin:70px 0 0 0; padding:0; display:table;}
.formBlog h1 { width:100%; float:none !important; font-size:36px; font-family:'700'; color:#2B66AA; margin:0 0 45px 0; padding:0 0 15px 0; background:url(../images/H1Border.png) no-repeat left bottom; }
.formBlog input[type=text], .formBlog input[type=email], .formBlog input[type=number] { width:346px; border-radius:0.50em; height:60px; background:#F7F7F7; float:left; margin-right:30px; border:none; padding-left:15px; font-family:'100'}
.formBlog textarea { width:100%; height:190px; font-family:'100';  border-radius:0.50em; background:#F7F7F7; resize:none; border:none; margin:20px 0; padding:15px;}
.formBlog input[type=text]::placeholder, .formBlog input[type=email]::placeholder, .formBlog input[type=number]::placeholder, .formBlog textarea::placeholder  { font-size:16px; color:#212121; font-family:'100'}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.formBlog button[type=submit] { width:176px; height:46px; float:right; border:none; margin:0; padding:0;padding-right:5px; text-align:center; background:url(../images/dvmBtn.png) no-repeat; line-height:46px; color:#4B6820; font-size:16px; font-family:'300'; font-weight:bold; cursor:
pointer}
.security_code {width:180px !important; float:left; margin:0 10px 0 0}
.mapS { width:100%; margin:-75px 0 0 0; padding:0 }
.mapS iframe { width:100%; height:400px}

.bg4 { background:url(../images/bodyFooterBG.jpg) repeat-x left bottom #FFF;}
.footer .adres { float:left; width:700px; height:200px;}
.footer .adres .adresRow { width:100%; background:url(../images/adresIcon.png) no-repeat left center; color:#212121; font-size:16px; line-height:20px; padding:0 0 0 30px; margin-bottom:10px}
.footer .adres .phoneRow {margin-bottom:10px; width:100%; background:url(../images/FooterphoneIcon.png) no-repeat left center; color:#212121; font-size:16px; line-height:20px; padding:0 0 0 30px}
.footer .adres .mailRow {margin-bottom:10px; width:100%; background:url(../images/FooterMailIcon.png) no-repeat left center; color:#212121; font-size:16px; line-height:20px; padding:0 0 0 30px}
.footer .adres .copyRow {margin:30px 0 0 0; width:100%; color:#212121; font-size:16px; line-height:20px; padding:0}
.footer .adres .copyRow span { font-family:'500'; font-weight:bold;}
.footer .mailBox { width:275px; float:right; text-align:right; font-size:14px; margin:-30px 0 0 0;}
.footer .mailBox h3 {font-family:'500'; font-weight:bold; font-size:18px; color:#202020; margin:0 0 10px 0; padding:0}
.footer .mailBox input[type=email] { width:275px; border-radius:0.50em; height:50px; background:url(../images/mailBoxIcon.png) 10px center no-repeat #F7F7F7; float:left; margin:10px 0; border:none; padding-left:25px; font-family:'100'}
.footer .mailBox input[type=email]::placeholder  { font-size:16px; color:#212121; font-family:'100'}

.sosyalaglar {
	width:320px; display:table; padding:10px 10px 0 0; 
}

.sosyalaglar ul {
    width: 290px;
    height: 40px; 
}

.socialmedia li {
    float: left;
    margin-right: 3px;
    margin-bottom: 0px;
    list-style: none;
}

.socialmedia li img {
    -webkit-filter: grayscale(1);
    opacity: 0.7;
}

.socialmedia li img:hover {
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.socialmedia li a {
    text-indent: -9999px;
}

.socialmedia li a.facebook {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat 0 0;
    display: block;
}

.socialmedia li a.facebook:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -170px 0;
}

.socialmedia li a.twitter {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -43px 0;
    display: block;
}

.socialmedia li a.twitter:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -213px 0;
}

.socialmedia li a.pinterest {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -85px 0;
    display: block;
}

.socialmedia li a.pinterest:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -255px 0;
}

.socialmedia li a.vimeo {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -129px 0;
    display: block;
}

.socialmedia li a.vimeo:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -299px 0;
}

.socialmedia li a.instagram {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat 0 -42px;
    display: block;
}

.socialmedia li a.instagram:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -170px -42px;
}

.socialmedia li a.youtube {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -44px -42px;
    display: block;
}

.socialmedia li a.youtube:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -214px -42px;
}

.socialmedia li a.linkedin {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -85px -42px;
    display: block;
}

.socialmedia li a.linkedin:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -255px -42px;
}

.socialmedia li a.googleplus {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -129px -42px;
    display: block;
}

.socialmedia li a.googleplus:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -299px -42px;
}

.socialmedia li a.rss {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat 0 -84px;
    display: block;
}

.socialmedia li a.rss:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -170px -84px;
}

.socialmedia li a.email {
    width: 36px;
    height: 36px;
    background: url('../images/sprite-socialmedia.png') no-repeat -44px -84px;
    display: block;
}

.socialmedia li a.email:hover {
    background: url('../images/sprite-socialmedia.png') no-repeat -214px -84px;
}

.kurumsalGorsel {background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5; float:left; margin:0 20px 20px 0;}

.contactBlog input[type=text], .contactBlog input[type=email], .contactBlog input[type=number] { width:346px; border-radius:0.50em; height:60px; background:#F7F7F7; float:left; margin-right:30px; border:none; padding-left:15px; font-family:'100'}
.contactBlog textarea { width:100%; height:190px; font-family:'100';  border-radius:0.50em; background:#F7F7F7; resize:none; border:none; margin:20px 0; padding:15px;}
.contactBlog input[type=text]::placeholder, .contactBlog input[type=email]::placeholder, .contactBlog input[type=number]::placeholder, .contactBlog textarea::placeholder  { font-size:16px; color:#212121; font-family:'100'}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.contactBlog button[type=submit] { width:176px; height:46px; float:right; border:none; margin:0; padding:0;padding-right:5px; text-align:center; background:url(../images/dvmBtn.png) no-repeat; line-height:46px; color:#4B6820; font-size:16px; font-family:'300'; font-weight:bold; cursor:
pointer}

.fotoImg img {float:left; margin:10px 0 0 10px; border:1px solid #e5e5e5; cursor:pointer}

.hizmetBBox { width:100%; height:194px; margin:0px 0 25px 0; padding:0 0 25px 0 !important; display:table; border-bottom:1px solid #EAEAEA; position:relative;}
.hizmetBBox img { background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5; height:194px; width:auto; float:left; margin-right:20px;}
.hizmetBBoxMain h2  { margin:0 0 15px 0; padding:0; font-family:'300'; font-size:20px;color:#2B66AA;}
.hizmetBBox i { position:absolute; right:0; bottom:20px; color:#2B66AA; font-size:22px}


.pagination_block{margin-top:40px;text-align:center;padding-top:5px;list-style:none;clear:both; font-family: '100';}
.pagination_block.var2{margin-top:0;text-align:left;border-top:none;padding-top:0}
.pagination_block span{color:#4B6820;display:inline-block;line-height:31px}
.pagination{display:inline-block;margin-left:5px}
.pagination li{float:left;list-style:none}
.pagination li a{padding:5px 11px; color:#4B6820 !important;display:block;margin-left:2px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.pagination li a.active{background:#4B6820;color:#FFF !important }
.pagination li a:hover{background:#4B6820;color:#fff !important;text-decoration:none}

.makaleBBox { width:346px;  height:auto; display:table; position:relative; margin:0px; background:#FFF; padding:0 0 40px 0; float:left; margin-right:30px;}
.makaleBBox img { background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5; height:auto; width:346px; float:left; margin-bottom:10px;}
.makaleBBox h2 { font-size:20px; font-family:'300'; font-weight:bold; color:#2B66AA; line-height:32px; padding:10px 0 0 0; margin:10px 0 0 0;}
.makaleBBox p { min-height:90px}
.makaleBBox i { position:absolute; right:10px; bottom:26px; color:#2B66AA; font-size:22px; z-index:10}

.blogImage { width:516px; height:auto; background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5; float:left; margin:0 20px 20px 0;}

.side_bar_tabs .widget_tags .box-tags a {
    background: #f2f2f2;
    color: #212428;
    padding: 10px;
    float: left;
    display: table;
    margin: 5px;
}

.side_bar_tabs .widget_tags .box-tags a:hover {
    background: #2B66AA;
    color: #ffffff;
}

.shareIcon { float:right; font-weight:bold; }
.shareIcon a i { color:#2B66AA;}
.shareIcon a i:hover { color:#4B6820}

.etiket { font-size:20px; color:#2B66AA; font-weight:bold; font-family:'500'}
#tab-2 div { position:relative;}
#tab-2 i { position:absolute; top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); font-size:48px; color:#FF0000; border-radius:30px; padding:5px}
	
.mainIc-img { float:left; margin:20px 1.63% 20px 1.63% !important; padding:10px !important; border:1px solid #F3F3F3;}
.mainIc-img img{ -webkit-box-shadow: 1px 0 2px 2px #C2C2C2; box-shadow: 1px 0 2px 2px #C2C2C2; width:100%; height:auto}
.mainIc-img h3 { font-size:20px; font-family:'300'; color:#2B66AA;}

.mainIc-img-2 { float:left; margin:10px 2% 10px 0% !important; padding:5px !important; border:1px solid #F3F3F3;}
.mainIc-img-2 img{ -webkit-box-shadow: 1px 0 2px 2px #C2C2C2; box-shadow: 1px 0 2px 2px #C2C2C2; width:100%; height:auto}
.mainIc-img-2 h3 { font-size:20px; font-family:'300'; color:#2B66AA;}


.videos{width:350px !important; margin:10px 7.5px; float:left; display:table; height:200px !important;}
.videos img { width:350px; height:200px}
.videos p {line-height:24px; font-size:18px; color:#2B66AA; font-weight:bold; font-family: '300'; text-align:center; margin:15px 0 0 0}

.etiketBox { margin:0 0 15px 0; width:100%; display:table; padding:0 0 15px 0; border-bottom:1px solid #EAEAEA;}
.etiketBox h2 { margin:0; padding:0}
.etiketBox h2 a{color:#2B66AA; margin:0; padding:0; line-height:48px;}
.etiketBox a{color:#2B66AA; font-weight:bold;}
.etiketBox a:hover{color:#4B6820 !important}

.ekip h2{color:#2B66AA; margin:0px 0 20px 0; font-size:28px; padding:0 0 0px 0; line-height:43px; background:url(../images/H2Border.png) no-repeat left bottom;}
.ekipBox { width:300px; min-height:260px; padding:10px; border:1px solid #FAFAFA; border-radius:0.25em; margin:10px 20px 0 0; float:left; text-align:center; line-height:24px; }
.ekipBox img { width:100%; height:auto; background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5; margin-bottom:10px}
.ekipBox h3 { margin:0; color:#2B66AA; padding:0; line-height:40px; font-size:20px; font-family:'300'; font-weight:bold; text-align:center;}
.ekipBox .s1 { font-size:18px; font-weight:bold}
.ozGecmisBtn { width:134px; height:35px; margin:20px auto 10px auto; padding:0; text-align:center; background:url(../images/ozgecmisBG.png) no-repeat; line-height:35px; color:#4B6820; font-weight:bold; cursor:pointer; font-family:'300'}
.ozGecmisBtn i { margin-right:7px}
.ozGecmisBtn:hover {background:url(../images/ozgecmisBGHover.png) no-repeat; color:#1E4775;}
.ekip hr { border:none; width:100%; border-bottom:1px solid #FAFAFA; margin:40px 0 20px 0;}

.ozgecmisSol { float:left}
.ozgecmisSag { float:right; width:670px; border-left:1px solid #FAFAFA; padding-left:20px; line-height:20px;}
.ozgecmisBox { width:250px;}
.ozgecmisBox { width:250px; padding:10px;  margin:0 10px 0 0; float:left; text-align:center; line-height:24px; }
.ozgecmisBox img { width:100%; height:auto; padding:5px; margin-bottom:10px; background:#FFF; padding:5px;-webkit-box-shadow: 0 0 1px 1px #E5E5E5;box-shadow: 0 0 1px 1px #E5E5E5;}
.ozgecmisBox h3 { margin:0; color:#2B66AA; padding:0; line-height:24px; font-size:18px; font-family:'300'; font-weight:bold; text-align:center;}
.ozgecmisBox .s1 { font-size:18px; font-weight:bold}

.ozgecmisSag table { width:100%; border:none}
.ozgecmisSag table tr td { border-bottom:1px solid #FAFAFA; padding:10px 0;}
.ozgecmisSag h1 {color:#2B66AA; font-size:24px; margin:20px 0 0 0; padding:0 0 0px 0; line-height:44px; background:url(../images/H2Border.png) no-repeat left bottom;}
#cvMain {
    position: absolute;
    display: none;
    z-index: 99999999999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 104, 32, 0.9);
}

.cvMainSubmit {
    margin: 3% auto 0 auto; padding:20px;
    width: 972px;
    height: 500px;
    display: table;
    background: #FFF !important; position:relative; border:1px solid #FAFAFA;
}



.QuarterForm_Close {
    top: 20px;
    right: 20px;
    cursor: pointer; position:absolute;
}

.mobilBand
{
    display: none;
    visibility: hidden;
    position: fixed;
    bottom: 0;
	left:0;
    width:100%;
}
.mobilBand a
{
    width: 33.33%;
    float:left;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}
.mobilBand a:nth-child(1)
{
    background:#99CB51;
}
.mobilBand a:nth-child(2)
{
    background: #B03695;
}
.mobilBand a:nth-child(3)
{
    background: #F89943;
}

@media (max-width:961px)
{
    .mobilBand
    {
        display: block;
        visibility: visible;
        z-index: 99999999;
        box-shadow: 0px 5px 20px #0000001f;
    }
    
   
}

/*ek css*/
.left { float:left !important}
.right { float:right !important}
.mR0 { margin-right:0 !important}
.mL0 { margin-left:0 !important}
.ustBG { width:100%; height: calc(22vh - 50px); background:url(../images/nav-bg-2.png) no-repeat center center; background-size:cover; position:relative; margin:-75px 0 0 0; padding:0}
.ustBG2 { width:100%; height: calc(22vh - 50px); background:url(../images/nav-bg-3.png) no-repeat center center; background-size:cover; position:relative; margin:0px 0 0 0; padding:0}
.ustBG2 img { position:absolute; right:80px; top:-74px;}
.altBG { width:100%; height: calc(22vh - 50px); background:url(../images/nav-bg.png) no-repeat center center; background-size:cover; position:relative; margin:-10px 0 0 0; padding:0}
.altBG2 { width:100%; height: calc(22vh - 50px); background:url(../images/nav-bg-4.png) no-repeat center center; background-size:cover; position:relative; margin:0px 0 0 0; padding:0}
.bBNone {border-bottom:none !important}
.bg2 {background:#99CB51 !important;}
.FBG { background:url(../images/footerBG.png) top left no-repeat; }
.mT-25{ margin-top:-25px !important}
.pB30 { padding-bottom:30px !important}
.buradaBG2 {background:url(../images/buradaBG2.jpg) center center no-repeat; background-size:cover}
.buradaBG3 {background:url(../images/buradaBG3.jpg) center center no-repeat; background-size:cover}
.buradaBG4 {background:url(../images/buradaBG4.jpg) center center no-repeat; background-size:cover}
.buradaBG5 {background:url(../images/buradaBG5.jpg) center center no-repeat; background-size:cover}
.buradaBG6 {background:url(../images/buradaBG6.jpg) center center no-repeat; background-size:cover}
.buradaBG7 {background:url(../images/buradaBG7.jpg) center center no-repeat; background-size:cover}
.buradaBG8 {background:url(../images/buradaBG8.jpg) center center no-repeat; background-size:cover}
.buradaBG9 {background:url(../images/buradaBG9.jpg) center center no-repeat; background-size:cover}
.w100 { width:100% !important}
.w30 { width:30% !important;}
.w20 { width:20% !important;}
.w18 { width:18% !important;}
.disNone { display:none;}
.pd20{ padding-bottom:20px !important;}
/*ek css*/

