@font-face {
  font-family: 'GothamNarrow-Thin';
  src: url('font/GothamNarrow-Thin.eot');
  src: url('font/GothamNarrow-Thin.eot?#iefix') format('embedded-opentype'),
       url('font/GothamNarrow-Thin.svg#GothamNarrow-Thin') format('svg'),
       url('font/GothamNarrow-Thin.ttf') format('truetype'),
       url('font/GothamNarrow-Thin.woff') format('woff'),
       url('font/GothamNarrow-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamNarrow-Light';
  src: url('font/GothamNarrow-Light.eot');
  src: url('font/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),
       url('font/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg'),
       url('font/GothamNarrow-Light.ttf') format('truetype'),
       url('font/GothamNarrow-Light.woff') format('woff'),
       url('font/GothamNarrow-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamNarrow-Book';
  src: url('font/GothamNarrow-Book.eot');
  src: url('font/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
       url('font/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg'),
       url('font/GothamNarrow-Book.ttf') format('truetype'),
       url('font/GothamNarrow-Book.woff') format('woff'),
       url('font/GothamNarrow-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamNarrow-Bold';
  src: url('font/GothamNarrow-Bold.eot');
  src: url('font/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
       url('font/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg'),
       url('font/GothamNarrow-Bold.ttf') format('truetype'),
       url('font/GothamNarrow-Bold.woff') format('woff'),
       url('font/GothamNarrow-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('font/Gotham-Medium.eot');
  src: url('font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
       url('font/Gotham-Medium.woff2') format('woff2'),
	   url('font/GothamMedium.svg#GothamMedium') format('svg'),
       url('font/GothamMedium.ttf') format('truetype'),
       url('font/GothamMedium.woff') format('woff');
  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.5);
        }
::-webkit-scrollbar-thumb {
             background-color: rgba(15, 15, 15, 0.7);
            outline: 1px solid slategrey;
        }
img { border:0}
ul { list-style:none}
html { width:100%; height:100%;}
a { text-decoration:none; color:#999999;}
a:hover {color:#FF3E15; text-decoration:none}
.container { width:1200px; margin:0 auto; padding:0; position:relative; display:table}
body { margin:0; padding:0; font-family: 'GothamNarrow-Book'; font-size:16px; line-height:18px; letter-spacing:-0.5px; width:100%; height:100%;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; background:#FFF; background-size:cover; overflow-x: hidden;
    cursor: url('../images/cursor.png'), default !important;
}
.header {
    width: 100%;
    height: 200px !important;
    background: url(../images/_headerBackGround.png) 16px repeat;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999999;
}
.logo { width:219px; height:54px; margin:10px 0 0 0; padding:5px; text-align:center; float:left;}
.menu { float:right;  margin:0px 0 0 0;}
.menu i { display:none}
.menu ul { margin:0px 0 0 0; padding:0 10px 0 0; list-style:none; }
.menu ul li { float:left; padding:0 3px; margin:0 6px; line-height:87px}
.menu ul li a { color:#524C52;   font-family: 'Gotham-Medium'; letter-spacing:-1px; font-weight:bold; font-size:15px; padding-bottom:8px; line-height:46px;}
.menu ul li a:hover { color:#0E76BC; border-bottom:2px solid #0E76BC; -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;}
.menu ul li .aktif { color:#0E76BC; border-bottom:2px solid #0E76BC;}
.MobileMenu { display:none}

/*A��l�r Men�*/
.menu ul li ul {
    display: none;
    position: fixed;
    z-index: 999;
    margin: 0px;
    padding: 8px;
    color: #FFF;
    width: 150px;
    padding-top: 10px;
    margin-left: 0px;
    list-style: none;
    white-space: nowrap; -webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px; 
background:rgba(14,118,188,0.85);
}

.menu  ul li ul li {
    color: #076E28;
    padding: 3px 0;
    margin: 0 !important;
    padding: 10px !important;
    letter-spacing: 0px !important;
    text-transform: none;
  	 /*background:url(../images/SliderH1Background.png) repeat;*/
    list-style: none;
    text-align: left;
    width:100%; white-space:nowrap; line-height:28px
}

.menu  ul li ul li:hover {
    background: #0E76BC;
}
	/*.menu  ul li ul li:hover, .menu ul li a { color:#FFFFFF; border-top:4px solid #ce992c; font-size:12px;}*/
.menu ul li ul li a {
    color: #FFF;
    margin: 0;
    padding: 3px;
   
    font-size: 13px !important; background:none; line-height:24px !important;  text-shadow: 0px 0 0px #000000;
}

.menu  ul li ul li a:hover {
    text-decoration: none;
    padding: 3px;
    color: #FFF;
    border: none;
    white-space: nowrap; background:none
}
/*-----*/
.aramaBant {
    width: 100%;
    height: 133px;
    background: rgba(14,118,188,.9);
    margin: 0px 0;
    padding: 0;
    color: #FFF !important;
    font-family: 'GothamNarrow-Light';
    font-size: 22px;
    position: absolute;
    display: none;
    z-index: 9999999;
}
.aramaBant i { position:absolute; top:50px; right:0; font-size:32px; cursor:pointer;}
.aramaBant input[type=text] { width:80%; height:50px;-webkit-border-radius: 7px; border-radius: 7px; border:none; padding:0 10px; margin-bottom:10px; float:left; margin:40px 0 0 0; color:#111; background:#fff}
.aramaBant input::placeholder{ color:#666;  font-family: 'GothamNarrow-Book'; }
.lang { height:45px;  margin-top:15px; line-height:45px; border-left:1px solid #F2F2F2;  float:right; padding-left:15px; margin-left:10px }
.lang ul { margin:0; padding:0 10px; border-left:1px solid #F2F2F2; list-style:none; float:left}
.lang ul li { float:left; padding:0 5px; margin:0 7px; }
.lang ul li a { color:#524C52;   font-family: 'Gotham-Medium'; letter-spacing:-1px; font-weight:bold; font-size:20px; padding-bottom:4px; line-height:45px;}
.lang ul li a:hover { color:#FFB200; border-bottom:2px solid #FFB200; -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;}
.lang ul li .active { color:#FFB200; border-bottom:2px solid #FFB200;}
.lang i { float:right; line-height:45px; margin-left:10px; color:#524E52; font-size:22px; cursor:pointer}
.toogleMenu { display:none}
.slider { width:100%; height:450px; margin:10px 0 0 0; padding:0; z-index:9; position:relative;}
.slider .sagBant { background:rgba(255,255,255,0.86); margin:0; padding:100px 0 0 100px; width:60%; height:450px; float:right; clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%); z-index:999}
.slider .sagBant .sliderButton { width:160px; font-size:20px; cursor:pointer; margin:15px 0; text-align:center;  border:2px solid #0E76BC; color:#0D76BB; background:#16BCEF; height:44px; line-height:40px; -webkit-border-radius: 5px; border-radius: 5px;}
.slider .sagBant .sliderButton:hover { min-width:120px; text-align:center; background:#0F77BD; border:2px solid #16BCEF; color:#FFFFFF; }
.slider .sagBant .sliderButton i {font-size:18px; margin-right:5px}
.sliderButton { width:160px; font-size:20px; cursor:pointer; margin:15px 0; text-align:center;  border:2px solid #0F77BD; color:#FFF; background:#0D76BB; height:44px; line-height:40px; -webkit-border-radius: 5px; border-radius: 5px;}
.sliderButton:hover { min-width:120px; text-align:center; background:#0F77BD; border:2px solid #FFF; color:#FFFFFF; }
.sliderButton i {font-size:18px; margin-right:5px}
.slider .sagBant .slider .arrow {position:absolute; right:0; bottom:0; background:url(../images/sliderArrowBackGround.png) no-repeat; width:130px; height:128px}
.servisCagir { width:155px; height:50px; border-radius:.25em; background:#0D76BB; -webkit-box-shadow: 1px 2px 3px 1px #999; box-shadow: 1px 2px 3px 1px #999;  font-weight:bold; color:#FFF; z-index:999999999999999999; padding-bottom:0px; padding:0 10px 0 20px; font-size:18px; text-align:left; position:fixed; bottom:145px; left:-5px; line-height:50px }
.servisCagir i { margin:0px 10px 0 0; line-height:50px; font-size:26px; float:left;}
.servisCagir:hover {-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; background:#0066B3 }
.animated.infinite {    -webkit-animation-iteration-count: infinite;    animation-iteration-count: infinite;}
.zoomIn {    -webkit-animation-name: zoomIn;    animation-name: zoomIn;}
.animated {    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;}
.tada {    -webkit-animation-name: tada;    animation-name: tada;}
@-webkit-keyframes tada {  from {    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1);  }
  10%, 20% {    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);  }
  30%, 50%, 70%, 90% {    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);  }
  40%, 60%, 80% {    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);  }
  to {    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1);  }
}
@keyframes tada {  from {    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1);  }
  10%, 20% {    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);  }
  30%, 50%, 70%, 90% {    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);  }
  40%, 60%, 80% {    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);  }
  to {    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1);  }
}
@keyframes pulse {  from {    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1);  }
  50% {    -webkit-transform: scale3d(1.05, 1.05, 1.05);    transform: scale3d(1.05, 1.05, 1.05);  }
  to {    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1);  }
}
@-webkit-keyframes zoomIn {  from {    opacity: 0;    -webkit-transform: scale3d(.3, .3, .3);    transform: scale3d(.3, .3, .3);  }
  50% {    opacity: 1;  }
}
@keyframes zoomIn {  from {    opacity: 0;    -webkit-transform: scale3d(.3, .3, .3);    transform: scale3d(.3, .3, .3);  }
  50% {    opacity: 1;  }
}

.wtsp-iletism-circle {    width: 90px;    height: 90px;    top: 12px;    left: 12px;    position: absolute;    background-color: transparent;    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    border-radius: 100%;    border: 2px solid rgba(30, 30, 30, 0.4);    opacity: .1;    opacity: .5;}
.wtsp-iletism-circle-fill {    width: 60px;    height: 60px;    top: 28px;    left: 28px;    position: absolute;    -webkit-transition: all 0.2s ease-in-out;    -moz-transition: all 0.2s ease-in-out;    -ms-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out;    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    border-radius: 100%;    border: 2px solid transparent;    -webkit-transition: all .5s;    -moz-transition: all .5s;    -o-transition: all .5s;    transition: all .5s;    opacity: .4 !important;}
.wtsp-iletism-img-circle {    width: 45px;    height: 45px;    top: 35px;    left: 35px;    position: absolute;    background: rgba(30, 30, 30, 0.1) url(../images/wtsp.png) no-repeat center center;    border-radius: 100%; -webkit-border-radius: 100%;    -moz-border-radius: 100%;    opacity: 1;    -webkit-transition: all 0.2s ease-in-out;    -moz-transition: all 0.2s ease-in-out;    -ms-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out;    -webkit-transform-origin: 50% 50%;    -moz-transform-origin: 50% 50%;    -ms-transform-origin: 50% 50%;    -o-transform-origin: 50% 50%;    transform-origin: 50% 50%;    background-size: 100%;}
  
.wtsp-iletism { position:fixed; bottom:180px; right:100px; z-index:9999;}
.wtsp-iletism-circle {border-color: #43b91e;}
.wtsp-iletism-circle-fill {background-color:#43b91e;}
.wtsp-iletism-img-circle {background-color: #43b91e;}
.wtsp-iletismone:hover .wtsp-iletism-circle {border-color: #43b91e;}
.wtsp-iletismone:hover .wtsp-iletism-circle-fill {background-color:#43b91e;}
.wtsp-iletismone:hover .wtsp-iletism-img-circle {background-color: #43b91e;}	
.cagriBant { width:100%; height:120px; margin:10px 0; padding:0; color:#FFF !important; font-family: 'GothamNarrow-Light'; font-size:20px; position:relative;  
background: #0E76BC; /* Old browsers */
background: -moz-linear-gradient(top,  #0E76BC 1%, #0D68A6 44%, #0F77BD 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0E76BC 1%,#0D68A6 44%,#0F77BD 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0E76BC 1%,#0D68A6 44%,#0F77BD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E76BC', endColorstr='#0F77BD',GradientType=0 ); /* IE6-9 */}
.cagriBant h2 { font-size:36px; font-family: 'GothamNarrow-Light'; color:#FFF !important; margin:35px 0 10px 0; padding:0; text-shadow: 0 0 2px #212121;}
.cagriBant h2 span {font-family: 'GothamNarrow-Bold' !important;}
.cagriBant .cagriBtn { width:250px; height:50px; border-radius:.5em; background:#0F77BD; line-height:50px; position:absolute; right:0; top:35px; font-size:20px; text-align:center; color:#FFF;}
.cagriBant .cagriBtn:hover{ background:#FFF; color:#0F77BD;}

.kombiMain { width:100%; display:table; margin:40px 0 0 0; padding:0; }
.kombiMain h1 { text-align:center !important; padding:0 0 25px 0; margin:25px 0; color:#0D76BB !important;  font-family: 'GothamNarrow-Bold' !important; font-size:32px !important;}
.kombiBox { width:250px; height:320px; background:#FFF; float:left; margin:10px; padding:10px; -webkit-box-shadow: 0 0 2px 2px #E0E0E0; box-shadow: 0 0 2px 2px #E0E0E0; position:relative; text-align:center;}
.kombiBox img { width:100%; margin-bottom:30px;}
.kombiBox:hover {-webkit-box-shadow: 0 0 2px 2px #BDE2FB; box-shadow: 0 0 2px 2px #BDE2FB;}
.kombiBox h3 { color:#0D76BB; font-family: 'GothamNarrow-Book';  line-height:28px; text-align:left; font-weight:normal; margin:0; padding:0 0 0 10px; font-size:20px}
.kombiBox i { color:#0D76BB; position:absolute; right:10px; bottom:10px; font-size:22px}
.prev{ position:absolute; top:0; right:20px; font-size:22px; color:#0D76BB}
.next { position:absolute; top:0; right:0; color:#0D76BB; font-size:22px}

.projeMain { width:100%; display:table; margin:40px 0 0 0; padding:0; }
.projeMain h1 { text-align:center !important; padding:0 0 25px 0; margin:25px 0; color:#0D76BB !important;  font-family: 'GothamNarrow-Bold' !important; font-size:32px !important;}
.projeBox { width:380px; height:320px; background:#FFF; float:left; margin:10px; padding:10px; -webkit-box-shadow: 0 0 2px 2px #E0E0E0; box-shadow: 0 0 2px 2px #E0E0E0; position:relative; text-align:center;}
.projeBox:hover {-webkit-box-shadow: 0 0 2px 2px #BDE2FB; box-shadow: 0 0 2px 2px #BDE2FB;}
.projeBox img { margin-bottom:30px; width:100%; height:auto}
.klimaBox:hover {-webkit-box-shadow: 0 0 2px 2px #FF7355; box-shadow: 0 0 2px 2px #FF7355;}
.projeBox h3 { color:#0D76BB; font-family: 'GothamNarrow-Book';  line-height:28px; text-align:left; font-weight:normal; margin:0; padding:0 0 0 10px; font-size:20px}
.projeBox i { color:#0D76BB; position:absolute; right:10px; bottom:10px; font-size:22px}
.projeMain .prev{ position:absolute; top:10px; right:20px; font-size:22px; color:#0D76BB}
.projeMain .next { position:absolute; top:10px; right:0; color:#0D76BB; font-size:22px}
.projeTip { position:absolute; top:20px; left:0px; padding:5px 20px 5px 20px; color:#FFF; background:#1775B4}

.refBox { width:380px; height:320px; background:#FFF; float:left; margin:10px; display:table; padding:10px; position:relative; text-align:center;}
.refBox img {
	width:90%;
	margin:0 auto
	}
.klimaBox { width:380px; height:240px; background:#FFF; float:left; margin:10px; padding:10px; -webkit-box-shadow: 0 0 2px 2px #E0E0E0; box-shadow: 0 0 2px 2px #E0E0E0; position:relative; text-align:center;}
.klimaBox img { margin-bottom:30px; width:90%; height:auto}
.klimaBox:hover {-webkit-box-shadow: 0 0 2px 2px #FF7355; box-shadow: 0 0 2px 2px #FF7355;}
.klimaBox h3 { color:#0D76BB; font-family: 'GothamNarrow-Book';  line-height:28px; text-align:left; font-weight:normal; margin:0; padding:0 0 0 10px; font-size:20px}
.klimaBox i { color:#0D76BB; position:absolute; right:10px; bottom:10px; font-size:22px}

.kurumsalMain{ background:url(../images/_kurumsalBG.jpg) no-repeat left center; background-size:cover; width:100%; height:325px; margin:90px 0 0 0; padding:0; position:relative}
.kurumsalMainImg { margin:-55px 0 0 17%; padding:0; position:absolute}
.kurumsalMain .kurumsalsagBant {
    background: rgba(255,255,255,0.86);
    color: #FFF;
    margin: -40px 0 0 0;
    font-family: 'GothamNarrow-Light';
    line-height: 22px;
    padding: 15px 50px 20px 12%;
    width: 55%;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    background: #0E76BC;
    background: -moz-linear-gradient(top, #0E76BC 1%, #0D68A6 44%, #0F77BD 100%);
    background: -webkit-linear-gradient(top, #0E76BC 1%,#0D68A6 44%,#0F77BD 100%);
    background: linear-gradient(to bottom, #0E76BC 1%,#0D68A6 44%,#0F77BD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E76BC', endColorstr='#0F77BD',GradientType=0 );
}
.kurumsalMain .kurumsalsagBant h2 { font-size:38px; line-height:48px; font-family: 'GothamNarrow-Bold' !important; margin-bottom:15px }
.dvmBtn {background:#094166; border-radius:.5em; color:#FFF; text-align:center; width:200px; height:50px; float:right; margin:20px 0 0 0; line-height:50px; font-size:20px;}
.dvmBtn:hover {background:#FFF;  color:#0F77BD;}

.haberMain { width:100%; display:table; margin:30px 0 0 0; padding:0}
.haberMain h1  { text-align:center; padding:0 0 15px 0; margin:25px 0; color:#0C76BA;  font-family: 'GothamNarrow-Bold' !important; font-size:32px;}


.haberBox { width:48%; height:200px; background:#FFF; float:left; margin:10px; padding:10px; -webkit-box-shadow: 0 0 2px 2px #E0E0E0; box-shadow: 0 0 2px 2px #E0E0E0; position:relative; color:#000000}
.haberBox:hover {-webkit-box-shadow: 0 0 2px 2px #BDE2FB; box-shadow: 0 0 2px 2px #BDE2FB;}
.haberBox h4 { color:#0C76BA; font-family: 'GothamNarrow-Book' !important; font-weight:normal; line-height:28px; margin:0; padding:0 0 0 10px; font-size:20px}
.haberBox i { color:#0C76BA; position:absolute; right:10px; bottom:10px; font-size:22px}
.haberBox img { float:left; margin:0 20px 0 0; padding:0; width:180px; height:auto}

.footer { width:100%; height:200px; margin:30px 0 0 0; display:table; background:#E6E6E6; border-top:5px solid #E0E0E0; font-size:14px; border-bottom:5px solid #E0E0E0; }
.footerLeft { float:left; width:22%; display:table; line-height:22px; color:#111111; font-size:14px; padding:20px 0 20px 0; margin-right:1%}
.footerLeft h3 { color:#111111; font-size:18px; font-family: 'GothamNarrow-Book'; font-weight:bold; margin:10px 0; padding:20px 0 20px 0}
.footerLeft ul { margin:15px 0; padding:0; color:#999999; list-style:none}
.footerLeft ul li { line-height:22px;}
.footerLeft ul li a {color:#111111; font-size:14px; font-weight:300}
.footerLeft ul li a:hover { text-decoration:underline}
.footerLeft  a { color:#111111;}
.footerLeft i { margin-right:5px; line-height:22px;}

.footerLeft input[type=text], .footerLeft input[type=email], .footerLeft input[type=password] { width:100%; height:35px;-webkit-border-radius: 7px; border-radius: 7px; border:1px solid #EEEEEE; padding:0 10px; margin-bottom:10px; margin-top:10px}
.footerLeft select { width:100%; height:50px;-webkit-border-radius: 7px; border-radius: 7px; border:1px solid #EEEEEE; padding:0 10px; margin-bottom:10px}
.footerLeft textarea { width:100%; height:125px;-webkit-border-radius: 7px; border-radius: 7px; border:1px solid #EEEEEE; padding:10px; margin-bottom:10px; resize:none}
.footerLeft input[type=submit] { width:150px; height:40px; cursor:pointer; font-size:18px; font-weight:300; letter-spacing:-1px; border:none; float:left; margin:0; padding:0; text-align:center; color:#FFFFFF; background:#BE2025; -webkit-border-radius: 7px; border-radius: 7px;}
.footerLeft input[type=email]::placeholder{color:#111; font-family: 'GothamNarrow-Book';}
#bulletinProcess { text-decoration:underline}
.fix{
    position:fixed;
    top:0px;
    left:0;
    right:0;
    margin:0; z-index:999999999999999;
	
}

.title { width:100%; height:85px; margin:15px 0 0 0; padding:0; background:url(../images/bodyBackGround.jpg) center center; background-size:cover}
.title h1 { margin:0; padding:0; float:left; line-height:85px; color:#0066B3 !important; font-family: 'GothamNarrow-Bold'; font-size:38px; text-shadow: 0px 0px 2px #FAFAFA; }

.title .burda { margin:0; min-width:100px;float:right; display:table;}
.title .burda ul { margin:0; padding:0;  line-height:85px;}
.title .burda ul li { float:left !important; margin:0 5px !important; color:#333; font-size:14px;}
.title .burda ul li a { color:#0066B3}
.title .burda ul li a:hover {color:#FF3E15}
.title .burda ul li i { margin:0 10px !important; font-size:10px !important; color:#0066B3}


.cateBox1 { width:33.33%; float:left; height:455px; background-size:cover !important; position:relative; cursor:pointer}
.cateBox1 .golge { position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:3 }
.cateBoxMain { width:96%; height:96%; position:absolute; z-index:4; border:1px solid #FFF; margin:2% 0 0 2%; border-radius:.5em}
.cateBoxMain h2 { font-size:52px; font-family: 'GothamNarrow-Bold'; font-weight:bold;color:#FFF; text-shadow: 1px 1px 3px #000; text-align:center; line-height:56px; width:100%; position: relative; text-align:center;
  top: 40%;
  transform: perspective(1px) translateY(-60%);}
.cateBoxMain h3 { font-size:28px; font-family: 'GothamNarrow-Bold';  color:#FFF; text-shadow: 1px 1px 3px #000; text-align:center; margin:15px 0 0 0; padding:0}

.cateBox1:hover { 
  box-shadow: 0px 0px 10px #333;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
  }
.clear{ clear:both;}
.categoriBlog { width:100%; padding:0; margin:10px 0 0 0; display:table }

.vision { width:100%; height:260px; margin:20px 0 0 0; padding:50px 0 0 0; background:#FFF;-webkit-box-shadow: 0 0 3px 3px #DDDDDD;
box-shadow: 0 0 3px 3px #DDDDDD; font-size:22px; line-height:32px; font-family: 'GothamNarrow-Light'; font-weight:bold; color:#524D52}
.vision img { float:left; margin-right:50px}
.vision h3 { margin:0; padding:0; color:#EB0000; font-family: 'GothamNarrow-Book'; font-size:48px; line-height:64px;}

.aboutUs { width:100%; height:700px; position:relative; margin:20px 0 0 0; padding:0; background:url(../images/aboutUsBackGround.jpg) no-repeat; background-size:cover}
.aboutUsMain { width:48%; height:100%; background:rgba(255,255,255,0.95); float:left; margin:0; padding:0 9% 0 5%;-webkit-clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%); color:#524C52; font-size:22px; line-height:32px; font-family: 'GothamNarrow-Book';}
.aboutUsMain h2 {color:#EB0000; font-size:76px; font-family: 'GothamNarrow-Bold'; font-weight:bold; margin:32% 0 50px 0; padding:0;}
.aboutUsMain .btn { width:204px; height:54px; margin:75px 0 0 0; background:url(../images/buttonBackGround.png) no-repeat;  font-family: 'GothamNarrow-Book'; font-size:20px; color:#FFF; line-height:54px; text-align:center; cursor:pointer}
.aboutUsMain .btn i { font-size:14px; line-height:54px; float:right; margin-right:15px;}
.aboutUsMain .btn:hover {-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; color:#BD2222}
.aboutUsMain .arrow {position:absolute; right:0; bottom:0; background:url(../images/sliderArrowBackGround.png) no-repeat; width:130px; height:128px}

.mailBox { width:100%; height:100px; margin:20px 0 0 0; padding:0; background:url(../images/mailBoxBackground.jpg) no-repeat left top #FDB40A;}
.mailBoxForm { width:1200px; color:#FFFFFF; padding:30px 0 0 0; height:50px; line-height:50px; margin:0 auto 0 auto}
.mailBoxForm .baslik { font-size:24px; line-height:30px; margin:5px; float:left; font-family: 'GothamNarrow-Book'; color:#524E52;}
.mailBoxForm input[type=email] { width:803px; height:40px; border:none; font-family: 'GothamNarrow-Book'; float:left; margin:0; padding:0 10px; color:#524E52;}
.mailBoxForm input[type=email]::placeholder{font-family: 'GothamNarrow-Book';}
.mailBoxForm input[type=submit] { width:200px; height:40px; cursor:pointer; font-family: 'GothamNarrow-Book'; font-size:18px; font-weight:300; line-height:44px; letter-spacing:-1px; border:none; float:left; margin:0; padding:0; text-align:center; color:#FFFFFF; background:#524E52; }

footer { width:100%; height:350px; margin:20px 0 0 0; padding:20px 0 40px 0; color:#FFF;font-family: 'GothamNarrow-Light'; font-size:18px; line-height:28px; background:#524E52; border-top:5px solid #3D3A3D; border-bottom:5px solid #3D3A3D; }

footer h3 { color:#FFF; font-size:22px; font-family: 'GothamNarrow-Bold';}
footer ul { margin:0 0 0 15px; padding:0}
footer ul li { width:100%; line-height:22px; margin-bottom:5px}
footer ul li a { color:#FFF; padding:0 0 3px 0}
footer ul li a:hover { color:#FFBB21; text-decoration:none; -webkit-transition: width 2000ms linear;
-moz-transition: width 2000ms linear;
-ms-transition: width 2000ms linear;
-o-transition: width 2000ms linear;
transition: width 2000ms linear;}
footer ul li a i { margin-right:5px; font-size:14px; line-height:22px;}
footer span { font-family: 'GothamNarrow-Book';}
.altMenu { width:100%; margin:20px 0 0px 0; padding:0 0 0px 0; color:#33302C; font-size:14px; line-height:22px}
.altMenu span { font-family: 'GothamNarrow-Light';}
.sosyalaglar ul {
    width: 290px;
    height: 20px; margin:0; padding:0
}
.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;
}

.main { width:100%; background:#FFF; display:table; margin:20px 0; padding:30px 0;}

.kurumsalImg {padding:5px; margin:0 20px 20px 0; float:left; width:555px; display:table; -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; }
.kurumsalImg figure { width:100%; height:auto; margin:0; padding:0; position:relative;}
.kurumsalImg figure .Gorsel {margin:0; padding:0;  width:100%; height:auto; -webkit-border-radius: 10px;
border-radius: 10px; -webkit-box-shadow: 0 0 2px 2px #111111;
box-shadow: 0 0 2px 2px #E6E6E6;}
.kurumsaLIcerik { width:615px; float:right; color:#524C52; font-size:18px;font-family: 'GothamNarrow-Light'; font-weight:bold; line-height:22px; }
.border-c {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 10px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;}
.border-c .border-inner {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 10px;
}
.kurumsalGorsel {margin:0; padding:0; -webkit-box-shadow: 0 0 2px 2px #E0E0E0; box-shadow: 0 0 2px 2px #E0E0E0;}

.urunBox { float:left; width:280px; min-height:270px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0px 10px rgba(198,198,198,0.3);-moz-box-shadow: 0 0px 5px rgba(198,198,198,0.3); box-shadow: 0 0px 5px rgba(198,198,198,0.3); margin:15px 10px; background:#FFFFFF; -webkit-border-radius: 5px;border-radius: 5px;  text-align:center; padding:0 10px 20px 10px; color:#524C52; font-size:16px; line-height:14px; font-family: 'GothamNarrow-Light'; display:table;}
.urunBox img { margin:10px auto; width:100%; height:auto }
.urunBox p { height:60px;}
.urunBox:hover { -webkit-box-shadow: 0 1px 10px rgba(190,32,37,0.5);-moz-box-shadow: 0 1px 5px rgba(190,32,37,0.5); box-shadow: 0 1px 5px rgba(190,32,37,0.5);  }

.urunBox h2 { line-height:22px; font-size:18px; margin:0; height:40px; font-family: 'GothamNarrow-Book'; padding:10px 0; color:#D90000; font-weight:bold;}

.urunBox p {color:#111111; font-weight:700; font-size:16px; line-height:22px; display:table;}

.urunBox .detay { width:150px; color:#FFF; -webkit-border-radius: 10px; border-radius: 10px; height:35px; padding:0; text-align:center; border:1px solid #BE2025; background:#BE2025; margin:0px auto 0 auto;}
.urunBox .detay a { color:#FFF; line-height:33px; font-size:18px; margin:0; padding:0; font-weight:300}
.urunBox .detay:hover{ background:#B8161B; border:1px solid #BE2025; color:#FFF;}
.urunBox .detay:hover>a {color:#FFFFFF;}

.urunImage {padding:5px; border:1px solid #E9EAEC; margin:10px auto 20px auto; float:left; width:600px;  display:table; text-align:center;}
.urunGorsel { margin:0 auto; padding:0; width: 100%; height:auto}
.urunGaleri { float:left; margin:10px 3px 5px 2px; padding:5px; border:1px solid #e5e5e5; cursor:pointer }
.belgeGaleri { float:left; margin:10px 20px; padding:5px; border:1px solid #e5e5e5; cursor:pointer }
.belgeGaleri img { width:180px; height:auto}
.galeri { float:left; float:left; width:48%; margin:10px 1%;}
.urunDetay {float:right; width:660px; line-height:22px}
.urunDetay h2 { font-size:32px; text-align:left; color:#00A0E3; margin:0; line-height:42px; padding:0;}
.urunDetay span { font-size:16px; }

.urunDetay span a { font-size:16px; line-height:16px; text-decoration:none; background:#DEDEDC; padding:0px 15px 5px 15px; margin-left:30px; color:#333; -webkit-border-radius: 5px;
border-radius: 5px; }
.urunDetay span a:hover {  background:#333; color:#DEDEDC }

.etiket { color:#666 !important; padding:5px 10px; border:1px solid #CCC; -webkit-border-radius: 5px; border-radius: 5px; margin:5px 5px; text-decoration:none; white-space:nowrap; float:left; }
.etiket:hover { background:#666 !important; color:#FFF !important;}

.etiketBox { width:100%; margin:0 0 20px 0; padding-bottom:20px; border-bottom:1px dashed #E9EAEC; display:table}
.etiketBox span { color:#555}

.etiketBox .detay { width:120px; color:#FFF; float:right; height:30px; padding:0px; text-align:center; border:1px solid #FFFFFF; background:#0E76BC; margin:20px 0 0 0}
.etiketBox .detay a { color:#FFF; line-height:28px; font-size:16px; margin:0; padding:0; font-weight:300}
.etiketBox .detay:hover { background:#222; border:1px solid #666}
.HizmetImg {padding:5px; border:1px solid #E9EAEC; margin:20px auto 20px auto; width:730px; display:table }
.refImg
{
    padding: 5px;
    border: 1px solid #E9EAEC;
    margin: 20px auto 20px auto;
    width: 710px;
    display: table;
}
.HizmetGorsel {margin:0; padding:0; -webkit-box-shadow: 0 0 2px 2px #E0E0E0; box-shadow: 0 0 2px 2px #E0E0E0;}
.HizmetIcerik span { font-size:14px; }

.HizmetIcerik span a { font-size:14px;text-decoration:none; background:#DEDEDC; padding:5px 15px; margin-left:30px; color:#333; -webkit-border-radius: 5px;
border-radius: 5px; }
.HizmetIcerik span a:hover {  background:#333; color:#DEDEDC }
/*----------- Pagination --------------*/

.pagination_block {
    margin-top: 40px;
    text-align: center;
    padding-top: 5px;
    list-style: none;
    clear: both;
}

.pagination_block.var2 {
    margin-top: 0;
    text-align: left;
    border-top: none;
    padding-top: 0;
}

.pagination_block span {
    color: #0E76BC;
    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: #333;
    display: block;
    margin-left: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; text-decoration:none
}

.pagination li a.active {
    background: #0E76BC;
    color: #FFF;
}

.pagination li a:hover {
    background: #0E76BC;
    color: #fff;
    text-decoration: none;
}
.urunImage {padding:5px; border:1px solid #E9EAEC; margin:0 20px 20px 0; float:left; text-align:center; width:550px; display:table}
.urunGorsel { margin:0; padding:0; width:100%; height:auto}
.urunGaleri { float:left; margin:10px 3px 5px 2px; padding:5px; border:1px solid #e5e5e5; cursor:pointer }
.galeri { float:left; float:left; width:48%; margin:10px 1%;}

.urunDetay {float:right; width:600px; line-height:22px}
.urunDetay h2 { font-size:32px; text-align:left; color:#222; margin:0; line-height:42px; padding:0;}
.urunDetay span { font-size:14px; }

.urunDetay span a { font-size:14px;text-decoration:none; background:#DEDEDC; padding:5px 15px; margin-left:30px; color:#333; -webkit-border-radius: 5px;
border-radius: 5px; }
.urunDetay span a:hover {  background:#333; color:#DEDEDC }

.urunDetay input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-size: 20px;
  font-weight: 700;
  height: 40px; margin:0;
  outline: medium none;
  text-align: center;
  width: 60px; cursor:pointer;
}

.newsBox { float:left; width:48%; min-height:270px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0px 10px rgba(198,198,198,0.3);-moz-box-shadow: 0 0px 5px rgba(198,198,198,0.3); box-shadow: 0 0px 5px rgba(198,198,198,0.3); margin:15px 10px; background:#FFFFFF; -webkit-border-radius: 5px;border-radius: 5px;  text-align:center; padding:0 10px 20px 10px; color:#524C52; font-size:16px; line-height:14px; font-family: 'GothamNarrow-Light';}
.newsBox img { margin:10px auto; width:100%; height:auto }
.newsBox p { height:60px;}
.newsBox:hover { -webkit-box-shadow: 0 1px 10px rgba(190,32,37,0.5);-moz-box-shadow: 0 1px 5px rgba(190,32,37,0.5); box-shadow: 0 1px 5px rgba(190,32,37,0.5);  }

.newsBox h2 { line-height:22px; font-size:18px; margin:0; height:40px; font-family: 'GothamNarrow-Book'; padding:10px 0; color:#D90000; font-weight:bold;}

.newsBox p {color:#111111; font-weight:700; font-size:16px; line-height:22px}

.newsBox .detay { width:150px; color:#FFF; -webkit-border-radius: 10px; border-radius: 10px; height:35px; padding:0; text-align:center; border:1px solid #BE2025; background:#BE2025; margin:0px auto 0 auto;}
.newsBox .detay a { color:#FFF; line-height:33px; font-size:18px; margin:0; padding:0; font-weight:300}
.newsBox .detay:hover{ background:#B8161B; border:1px solid #BE2025; color:#FFF;}
.newsBox .detay:hover>a {color:#FFFFFF;}

.blogImage {padding:5px; border:1px solid #E9EAEC; margin:10px auto 20px auto; float:left; width:520px;  display:table; text-align:center;}
.blogImage img { width:100%; height:auto}
.blogDetay {float:right; width:660px; line-height:22px}
.blogDetay h2 { font-size:32px; text-align:left; color:#00A0E3; margin:0; line-height:42px; padding:0;}
.blogDetay span { font-size:16px; }

.blogDetay span a { font-size:16px; line-height:16px; text-decoration:none; background:#DEDEDC; padding:0px 15px 5px 15px; margin-left:30px; color:#333; -webkit-border-radius: 5px;
border-radius: 5px; }
.blogDetay span a:hover {  background:#333; color:#DEDEDC }

.fairDetay span a { font-size:16px; line-height:16px; text-decoration:none; background:#DEDEDC; padding:0px 15px 5px 15px; margin-left:30px; color:#333; -webkit-border-radius: 5px;
border-radius: 5px; }
.fairDetay span a:hover {  background:#333; color:#DEDEDC }
.homeMap { margin:20px 0; padding:0; width:100%; height:400px;}
.homeMap iframe { width:100%; height:400px; margin:0; padding:0; border:0}

.map input[type=text], .map input[type=email] { width:33%; height:50px;-webkit-border-radius: 7px; border-radius: 7px; border:1px solid #ccc; padding:0 10px; margin-bottom:10px; float:left; margin:0px 0 15px 0; margin-right:0.5%; color:#555}
.map textarea { width:100%; height:275px;-webkit-border-radius: 7px;color:#555; border-radius: 7px; border:1px solid #ccc; padding:10px; margin-bottom:10px; resize:none}
.map input[type=submit] { width:150px; height:40px; cursor:pointer; font-size:18px; font-weight:300; letter-spacing:-1px; border:none; float:left; margin:0; padding:0; text-align:center; color:#FFFFFF; background:#BE2025; -webkit-border-radius: 7px; border-radius: 7px;}
.map textarea::-webkit-input-placeholder, .map input::placeholder{ color:#666;  font-family: 'GothamNarrow-Book'; }
.security{width:110px; float:left; margin:5px 5px 0 0}
.search-bar {
		display:none;
		width:100%;
		background:rgba(0,0,0,0.95); position:absolute; z-index:99999999; top:0; left:0;
		
	} 
.search-bar i { font-size:48px; position:absolute; right:15px; top:15px; color:#FFF; cursor:pointer; font-weight:normal;}
.search-bar-content { width:70%; margin:20% auto; }
.search-bar input[type=text] { width:90%;  border:none;  font-family: 'GothamNarrow-Book'; font-size:22px; color:#FFF; outline: none; height:70px; background:none; border-bottom:1px solid #FFF; float:left}
.search-bar input[type=text]::placeholder{ color:#FFF;   font-family: 'GothamNarrow-Book'; font-size:22px}
.search-bar button[type=submit]  { float:right; background:url(../images/searchButton.png) no-repeat; width:36px; height:36px; border:none; margin:25px 0 0 0; cursor:pointer}
.etiketBox { width:100%; margin:0 0 20px 0; padding-bottom:20px; border-bottom:1px dashed #E9EAEC; display:table}
.etiketBox span { color:#333}

.sag { float:left; width:57%; display:table}
.ik_form { float:left; width:35%; padding:0; margin:0 3% 0 3%}

.ik_form input[type=text], input[type=password], textarea, select {
    font-size:12px;
    padding:6px;
    background:#FFF;
    border:1px solid #EEE;
    vertical-align:middle;
    resize:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin:0; width:85%
}

.referansBox { width:300px; margin:0; padding:20px; display:table; float:left;}
.referansBox img { width:100%}
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg {
    height: 50px;
    line-height: 50px;
    width: 50px;
    visibility: hidden;
}

.headBlog {
    line-height: 50px;
    width: 100%;
    background: #0E76BC;
    color:#FFF;
    font-size: 13px;
}
.headBlog i {
    margin-right: 5px;
}
.headBlog a {
    color:#FFF;
    margin-right: 10px;
}

.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:#0E76BC;
}
.mobilBand a:nth-child(2)
{
    background: #16BCEF;
}
.mobilBand a:nth-child(3)
{
    background: #0E76BC;
}

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


}

/*ek css*/ 
.mR0 { margin-right:0px !important}
.mT30 { margin-top:30px !important}
.pt20 { padding-top:20px !important}
.left { float:left !important}
.right { float:right !important}
.Left { float:left !important}
.Right { float:right !important}
.worldMap { background:url(../images/worldMap.png) no-repeat center top;}
.w15 { width:15% !important; }
.w20 { width:20% !important; }
.w25 { width:25% !important; }
.w30 { width:30% !important; }
.w35 { width:35% !important; }
.w40 { width:40% !important; }
.w45 { width:45% !important; }
.w50 { width:50% !important; }
.w85 { width:85% !important; }
.w90 { width:90% !important; }
.w100 { width:100% !important; }
.tAlignCenter { text-align:center !important}
.tAlignR { text-align:right !important}
.mF42 { font-size:42px !important}