/* [1] Ortak Siniflar */
.ortala {margin: 0px auto}
.db {display:block}
.dib {display:inline-block}
.fl {float:left}
.fr {float:right}
.tc {text-align: center}
.tl {text-align:left}
.tr {text-align:right}
.pa {position:absolute}
.pr {position:relative}
.pf {position:fixed}
.temizle {clear:both; }
.radius {border-radius:4px;}
b { font-weight: bold; }
caption, th { text-align:left;}
strong {font-weight: bold;}
.t10 { margin-top: 10px }
.t20 { margin-top: 20px }

/* [2] Katmanlar */
.la {z-index:1}
.lb {z-index:2}
.lc {z-index:3}
.ld {z-index:4}
.le {z-index:5}
.lf {z-index:6}
.lg {z-index:7}
.lh {z-index:8}
.li {z-index:9}
.lj {z-index:10}

body {
	background: #f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
}

.boyut {
	width: 960px;
}

a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

header {
}

/* top */
#top {
	width: 100%;
	height: 40px;
	background: #0f1a4a;
}
#top .top-sol { 
	float: left;
	line-height: 40px;
}
#top .top-sol ul { 
	float: left;
	margin-left: -20px;
}
#top .top-sol ul li {
	float: left;
	margin-left: 20px; 
}
#top .top-sol ul li a { 
	font-size: 11px;
	color: #fff;
	font-family: 'MontRegular';
	display: block;
}
#top .top-sol ul li a:hover {
	color: #dcdc6e;
}

#top .top-sag { 
	float: right;
	line-height: 40px;
}

#top .top-sag .top-telefon {
	float:left;
}
#top .top-sag .top-telefon ul { 
	float: left;
	margin-left: -20px;
}
#top .top-sag .top-telefon ul li {
	float: left;
	margin-left: 20px; 
}
#top .top-sag .top-telefon ul li a { 
	font-size: 11px;
	color: #fff;
	font-family: 'MontRegular';
	display: block;
}
#top .top-sag .top-telefon ul li a.yaz {
	background:url(../images/yaz.png) no-repeat left center;
	padding-left: 22px;
}
#top .top-sag .top-telefon ul li a.tel {
	background:url(../images/tel.png) no-repeat left center;
	padding-left: 20px;
}
#top .top-sag .top-telefon ul li a:hover {
	color: #dcdc6e;
}

#top .top-sag .dil { 
	float: left;
	margin-left: 20px;
	background:url(../images/dil.png) no-repeat left center;
	padding-left: 20px;
}
#top .top-sag .dil ul { 
	float: left;
	margin-left: -6px;
}
#top .top-sag .dil ul li {
	float: left;
	margin-left: 6px; 
}
#top .top-sag .dil ul li a { 
	font-size: 11px;
	color: #fff;
	font-family: 'MontRegular';
	display: block;
}
#top .top-sag .dil ul li a.sec {
	color: #dada6d;
}
#top .top-sag .dil ul li a:hover {
	color: #dada6d;
}

/* top alt */
#top-alt {
	float: left;
	width: 100%;
	background: #19296b;
	position: relative;
}

#top-alt .top-alt-bir {
	margin-bottom: 28px;
	float:left;
	width: 100%;
}
#top-alt .top-alt-bir .hava-durumu {
	float:left;
	margin-top: 34px;
}
#top-alt .top-alt-bir .hava-durumu .hava-durumu-baslik {
	font-size: 13px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	font-weight: 700;
}
#top-alt .top-alt-bir .hava-durumu .hava-durumu-resim {
	float:left;
	margin-top: 2px;
}
#top-alt .top-alt-bir .hava-durumu #weather {
	float:left;
	margin-left: 4px;
	margin-top: 4px;
}
#top-alt .top-alt-bir .hava-durumu #weather .derece {
	font-size: 26px;
	color: #fff;
	font-family: 'ProximaNova-SemiBold';
	font-weight: 700;
}
#logo {
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	width: 259px;
	height: 54px;
	left: 50%;
	margin-left: -130px;
	top: 26px;
}
#logo a {
	display: block;
	height: 54px;
	text-indent: -9999px;	
}


#top-alt .top-alt-bir .saat {
	float:right;
	margin-top: 34px;
}
#top-alt .top-alt-bir .saat .saat-baslik {
	font-size: 13px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-align: center;
	font-weight: 700;
}
#top-alt .top-alt-bir .saat .saat-resim {
	float:left;
	margin-top: 5px;
}
ul#saat-detay { 
	float:left;
	margin-left: 4px;
	margin-top: 4px;
}
ul#saat-detay li { 
	float:left; 
	font-size: 26px;
	color: #fff;
	font-family: 'ProximaNova-SemiBold';
	font-weight: 700;
}
#point { position:relative; padding-left:2px; padding-right:2px; }

/* menu */
nav#menu { 
	width: 100%;
	overflow: hidden;
	background: #19296b;
	float:left;
	border-top: 1px solid #152257;
	border-right: 1px solid #152257;
	border-left: 1px solid #152257;
	height: 52px;
	z-index: 999;
}
nav#menu ul { 
	margin: 0 auto;
	width: 960px;
}
nav#menu > ul > li {
	float:left;
	border-right: 1px solid #152257;
	line-height: 52px;
}
nav#menu > ul > li.none {
	background: none;
	padding: 0;
}
nav#menu ul li:last-child {
	border: none;
}
nav#menu > ul > li > a {
	font-size: 14px;
	color: #fff;
	font-family: 'ProximaNova-SemiBold';
	display: block;
	transition: none;
	padding: 0 31px 0 31px;
	font-weight: 700;
}
nav#menu ul li a.secili {
	color: #fff;
	background: #0f1a4a;
}
nav#menu ul li.Active {
	color: #fa8b00;
}
nav#menu > ul > li:hover {
	color: #fff;
	background: #0f1a4a;
}
.hachiko_original_element { box-shadow: none !important; }

/* slider */
.slideshow {
	position:relative;
	width:100%;
	overflow:hidden;
	min-height: 500px;
}
.slideshow .slides {
	margin:0;
	padding:0;
	list-style:none;
}
.slideshow .slides li {
	position:relative;
	display:none;
}
.slideshow img {
	display:block;
	margin:0 auto;
	width:auto;
}
.slideshow .box {
	position: absolute;
	top: 125px;
	left: 50%;
	width: 860px;
	z-index: 88;
	margin-left: -430px;
	text-align:center;
}
.slideshow .box a{
	background: #fff;
	color: #19296b;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px 0 20px;	
	font-family: 'ProximaNova-SemiBold';
	display: inline-block;
	margin-top: 10px;
}
.slideshow .box a:hover{
	background: #19296b;
	color: #fff;
}
.slideshow .box h2 {
	margin:0;
	font:50px/50px 'ProximaNova-Bold';
	padding-bottom: 12px;
	color: #fff;
	text-shadow: 1px 1px 1px #19296b;
}
.slideshow .box p {
	margin:0;
	font:12px/18px 'NeoSansTR';
}
.flex-control-nav {display:none;}
.flex-direction-nav {
	padding: 0;
	list-style: none;
	position: absolute;
	width: 960px;
	right: 0;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	z-index: 91;
	margin-left: -480px;
}
.flex-direction-nav .next,
.flex-direction-nav .prev {
	position:absolute;
	width:20px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/slider-ok-sol.png) no-repeat;
	left:0;
}
.flex-direction-nav .next {
	right:0;
	left:auto;
	background:url(../images/slider-ok-sag.png) no-repeat;
}

/* orta */
#orta { 
	float:left;
	width: 100%;
	margin-top: 30px;
}
#orta .orta-sol {
	float:left;
}
#orta .orta-sol #panorama {
	float: left;
	width: 195px;
	height: 500px;
	position: relative;
}
#orta .orta-sol #panorama a { 
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #19296b;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px 0 20px;	
	font-family: 'ProximaNova-SemiBold';
	font-size: 14px;
	display: inline-block;
}
#orta .orta-sol #panorama a:hover {
	background: #fff;
	color: #19296b;
}

#orta .orta-orta {
	float: left;
	margin-left: 10px;
}
#orta .orta-orta .orta-bir {
	position: relative;
	margin-bottom: 10px;
	height: 245px;
}
#orta .orta-orta .orta-bir img:hover {
	filter: saturate(150%);
	-webkit-filter: saturate(150%);
	-moz-filter: saturate(150%);
	-o-filter: saturate(150%);
	-ms-filter: saturate(150%);
}
#orta .orta-orta .orta-bir .baslik {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #19296b;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px 0 20px;	
	font-family: 'ProximaNova-SemiBold';
	font-size: 14px;
	display: inline-block;
}
#orta .orta-orta .orta-bir .baslik:hover {
	background: #fff;
	color: #19296b;
}

.zoom {
	width: 450px;
	height: 245px;
	display: block;
	position: relative;
	overflow: hidden;
}
.zoomOverlay {
	position:absolute;
	top:0; left:0;
	bottom:0; right:0;
	display:none;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
}

#orta .orta-orta .orta-iki {
	position: relative;
	height: 245px;
}

#orta .orta-orta .orta-iki img:hover {
	filter: saturate(150%);
	-webkit-filter: saturate(150%);
	-moz-filter: saturate(150%);
	-o-filter: saturate(150%);
	-ms-filter: saturate(150%);
}
#orta .orta-orta .orta-iki .baslik {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #19296b;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px 0 20px;	
	font-family: 'ProximaNova-SemiBold';
	font-size: 14px;
	display: inline-block;
}
#orta .orta-orta .orta-iki .baslik:hover {
	background: #fff;
	color: #19296b;
}

#orta .orta-sag {
	float: right;
	background: #fff;
	width: 295px;
	height: 500px;
}
#orta .orta-sag .orta-sag-yazi {
	padding: 40px 60px 0 40px;
}
#orta .orta-sag .orta-sag-yazi h1 {
	font-size: 24px;
	color: #dede71;
	font-family: 'ProximaNova-Regular';
	line-height: 28px;
	width: 100px;
	margin-bottom: 20px;
}
#orta .orta-sag .orta-sag-yazi p {
	font-size: 13px;
	color: #adadad;
	font-family: 'ProximaNova-Regular';
	line-height: 20px;
	padding-bottom: 20px;
}

/* trip */
#trip {
	float: left;
	width: 100%;
}
#CDSWIDLNKR .widLNKWrite a, #CDSWIDLNKR .widLNKWrite a:hover, #CDSWIDLNKR .widLNKWrite a:visited {
	color: #909090 !important;
	font-size: 11px !important;
	font-weight: normal;
	text-decoration: none !important;
}

/* booking */
#booking {
	margin-top: 10px;
	float: left;
	width: 100%;
}

/* footer */
footer {
	float:left;
	background: #fff;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin-top: 30px;
}

footer .foot {
	float:left;
	width: 100%;
	max-width: 100%;
	height: 200px;
	background: #fff;
	padding-top: 40px;
	position: relative;
	margin-bottom: 10px;
}

footer .foot .foot-sol {
	float:left;
}
footer .foot .foot-sol nav#basliklar {
	margin-left: -80px;
	float:left;
}
footer .foot .foot-sol nav#basliklar ul {
	margin-left: 80px;
	float:left;
}
footer .foot .foot-sol nav#basliklar ul h1 {
	font-size: 16px;
	color: #19296b;
	font-family: 'ProximaNova-Bold';
	padding-bottom: 15px;
	text-transform: uppercase;
}
footer .foot .foot-sol nav#basliklar ul li {
}
footer .foot .foot-sol nav#basliklar ul li a {
	font-size: 14px;
	color: #808080;
	font-family: 'ProximaNova-Regular';
	line-height: 24px;
}
footer .foot .foot-sol nav#basliklar ul li a:hover {
	color: #19296b;
}


footer .foot .foot-sag {
	float:right;
}
footer .foot .foot-sag .foot-telefon {
	float: right;
}
footer .foot .foot-sag .foot-telefon .telefon-resim {
	float:left;
	margin-right: 20px;
}
footer .foot .foot-sag .foot-telefon .telefon-numara {
float: left;
margin-top: 6px;
}

footer .foot .foot-sag .foot-telefon .telefon-numara h1 {
	font-size: 20px;
	color: #19296b;
	font-family: 'ProximaNova-Bold';
	padding-bottom: 5px;
}
footer .foot .foot-sag .foot-telefon .telefon-numara h2 {
font-size: 17px;
color: #808080;
font-family: 'ProximaNova-Bold';
}


footer .foot .foot-sag .foot-adres {
	float:right;
	margin-top: 20px;
}
footer .foot .foot-sag .foot-adres p {
	font-size: 14px;
	color: #808080;
	font-family: 'ProximaNova-Regular';
}

footer .foot .foot-sag nav#foot-sosyal { 
	margin-top: 20px;
	float: right;
}
footer .foot .foot-sag nav#foot-sosyal ul { 
	float: left;
	margin-left: -4px;
}
footer .foot .foot-sag nav#foot-sosyal ul li {
	background:url(../images/social-sprite.png) no-repeat;
	width: 30px;
	height: 30px;
	float:left;
	margin-left: 4px; 
}
footer .foot .foot-sag nav#foot-sosyal ul li a { 
	display: block;
	height: 30px;
	text-indent: -9999px;
}
footer .foot .foot-sag nav#foot-sosyal ul li.fb {
	 background-position: 0 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.fb:hover {
	 background-position: 0 -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.tw {
	 background-position: -30px 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.tw:hover {
	 background-position: -30px -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.in {
	 background-position: -60px 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.in:hover {
	 background-position: -60px -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.gp {
	 background-position: -90px 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.gp:hover {
	 background-position: -90px -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#iq {
background: url(../images/iq.png) no-repeat;
width: 19px;
height: 74px;
position: fixed;
right: 0;
margin: 2;
bottom: 0;
text-indent: -99999px;
margin-right: 10px;
margin-bottom: 20px;
z-index: 999;
}

#iq  a { display: block; height: 74px; }

/* icerik */
.bgIcerik img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#map {
    position: relative;
    width: 100%;
    height: 400px;
}
#icerik .arrowUp {
    display: none;
    position: absolute; 
    right: 50px;
    top: -10px;
    width: 40px;
    height: 36px;
    background: url(../images/yukari.png);
    text-indent:-9999px; 
}
.showMap {
	float: left;
	margin: 20px 0 0 30px;
	width: 248px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #19296b; 
	font-family: 'ProximaNova-Bold';
	color: #19296b;
}
.mapAddress {
    font-size: 12px !important;
	line-height: 18px !important;
    font-family: 'ProximaNova-Regular';
	color: #909090 !important;
}
.mapAddress h4 {
    font-size: 14px !important;
	line-height: 20px !important;
    font-family: 'ProximaNova-Bold';
	color: #0f1a4a !important;
}

/* icerik */
#icerik { float:left; width: 100%; background: #fff; margin-top: -80px; z-index: 99; position: relative; }
#icerik .ic { float:left; padding: 30px; }

#icerik .ic .genisicsol {
float: left;
margin-bottom: 0px;
width: 960px;
}

#icerik .ic .icmenu { 
	float: left;
	width: 250px;
	background: #0f1a4a;
	margin-left: 30px;
	margin-top: -60px;
}
#icerik .ic .icmenu .icmenu-ic { padding: 30px; }
#icerik .ic .icmenu .icmenu-ic .baslik { margin-bottom: 30px; }
#icerik .ic .icmenu .icmenu-ic .baslik h1 { 
	font-size: 22px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
}
#icerik .ic .icmenu .icmenu-ic ul { }
#icerik .ic .icmenu .icmenu-ic ul li { 
	padding-bottom: 15px;
}
#icerik .ic .icmenu .icmenu-ic ul li a { 
	font-size: 13px;
	color: #fff;
	font-family: 'ProximaNova-Regular';
	display: block;
	background:url(../images/menu-ok.png) no-repeat left center;
	padding-left: 18px;
}
#icerik .ic .icmenu .icmenu-ic ul li a.select { color: #dbdb6e; }
#icerik .ic .icmenu .icmenu-ic ul li a:hover { color: #dbdb6e; }


#icerik #yazi { float:left; width: 620px; border-radius: 3px; margin-bottom: 0px; position: relative; }
#icerik #yazi .yazi-ic { }
#icerik #yazi .yazi-ic .menubaslik2 { position: relative; }
#icerik #yazi .yazi-ic span.ic-baslik {
	font-size: 12px;
	color: #aaa;
	font-family: 'ProximaNova-Regular';
	padding-bottom: 4px;
	display: block;
}
#icerik #yazi .yazi-ic h1 { 
	font-size: 22px;
	color: #19296b;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 30px;
}
#icerik #yazi .yazi-ic h2 { 
	font-size: 18px;
	color: #273841;
	font-family: 'ProximaNova-Bold';
	padding-bottom: 20px;
}
#icerik #yazi .yazi-ic h3 { 
	font-size: 14px;
	color: #273841;
	font-family: 'ProximaNova-Bold';
	padding-bottom: 20px;
	padding-top: 20px;
}
#icerik #yazi .yazi-ic p { font-size: 13px; text-align: justify; font-family: 'ProximaNova-Regular'; color: #909090; line-height: 20px; padding-bottom: 10px; }
#icerik #yazi .yazi-ic p.buyuk { font-size: 15px; line-height: 22px; }

.just { text-align:justify !important; }

#icerik #yazi-genis { float:left; width: 900px; position: relative; }
#icerik #yazi-genis .yazi-ic { }
#icerik #yazi-genis .yazi-ic .menubaslik2 { position: relative; }
#icerik #yazi-genis .yazi-ic span.ic-baslik {
	font-size: 12px;
	color: #aaa;
	font-family: 'ProximaNova-Regular';
	padding-bottom: 4px;
	display: block;
}
#icerik #yazi-genis .yazi-ic h1 { 
	font-size: 22px;
	color: #19296b;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 30px;
}
#icerik #yazi-genis .yazi-ic h2 { 
	font-size: 18px;
	color: #273841;
	font-family: 'ProximaNova-Bold';
	padding-bottom: 20px;
}
#icerik #yazi-genis .yazi-ic h3 { 
	font-size: 14px;
	color: #273841;
	font-family: 'ProximaNova-Bold';
	padding-bottom: 20px;
	padding-top: 20px;
}
#icerik #yazi-genis .yazi-ic p { font-size: 13px; text-align: justify; font-family: 'ProximaNova-Regular'; color: #909090; line-height: 20px; padding-bottom: 10px; }
#icerik #yazi-genis .yazi-ic p.buyuk { font-size: 15px; line-height: 22px; }

.pageTools {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: normal;
	color: #7b7b7b;
	font-family: 'ProximaNova-Semibold';
}
  .pageTools .fontSizer {
    float: left;
    width: 71px;
    height: 29px;
    border: 1px solid #19296b;
    margin-right: 5px;
    padding: 0 5px; }
    .pageTools .fontSizer a {
      display: block;
      float: left;
      color: #909090;
      width: 23px;
      text-align: center;
      height: 29px;
      line-height: normal;
	  font-weight: bold; }
      .pageTools .fontSizer a.minus {
        font-size: 13px;
        /*padding-top: 9px;*/
		line-height: 36px; }
      .pageTools .fontSizer a.normal {
        font-size: 16px;
        /*padding-top: 7px;*/
		line-height: 32px; }
      .pageTools .fontSizer a.plus {
        font-size: 19px;
        /*padding-top: 4px;*/
		line-height: 32px; }
  .pageTools .share {
    float: left;
    width: 70px;
    height: 29px;
	text-align: center;
    line-height: 32px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #19296b;
	color: #909090;
    position: relative; }
    .pageTools .share:hover .social-share {
      display: block; }
		.pageTools .share .social-share {
		border: 1px solid #19296b;
		border-top: 0;
		background: #fff;
		z-index: 9999;
		padding: 10px;
		position: absolute;
		top: 29px;
		display: none;
		left: 9px;
		}
      .pageTools .share .social-share a {
        display: block;
        width: 29px;
        height: 27px;
        text-indent: -9999px; }
        .pageTools .share .social-share a.facebook {
          background: url(../images/ikonlar.png) transparent 0 -1029px no-repeat;
          margin-bottom: 4px; }
        .pageTools .share .social-share a.twitter {
          background: url(../images/ikonlar.png) transparent 0 -1059px no-repeat;
           }
        .pageTools .share .social-share a.google {
          background: url(../images/ikonlar.png) transparent 0 -1089px no-repeat; }
  .pageTools .print {
    float: left;
    width: 36px;
    height: 29px;
    border: 1px solid #19296b; }
    .pageTools .print a {
      display: block;
      width: 36px;
      height: 29px;
      background: url(../images/ikonlar.png) transparent 10px -140px no-repeat; }

/* iletisim */
nav#bilgiler { 
	float:left;
	width: 100%;
	margin-bottom: 20px;
}
nav#bilgiler ul { }
nav#bilgiler ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}
nav#bilgiler ul li:last-child { border: none }
nav#bilgiler ul li img {
	float:left; 
	margin-right: 20px;
}
nav#bilgiler ul li p {
	font-size: 14px;
	font-family: 'ProximaNova-Regular';
	color: #909090;
	margin-bottom: 10px;
	line-height: 20px !important;
	padding: 7px 0 0 0 !important;
	margin: 0 !important;
	float: left;
}

.GeneralForm { display:block; border:none; clear:both; padding:0; margin:0px;}
.GeneralForm { font-size:13px; font-family: 'ProximaNova-SemiBold'; color:#0f1a4a; padding:5px 0px 5px 0px; display:block;}
.GeneralForm .SectionText { padding-bottom:10px; font-size:11px; color:#7D7D7D; }
.GeneralForm .formTable { width:100%;  }
.GeneralForm .formTable tr { text-align:left; vertical-align:top; }
.GeneralForm .formTable tr td { padding:4px 0; width:50%; }
.GeneralForm .formTable label { display:block; padding:0 0 2px 2px; }
.GeneralForm .formTable label.error { color:#b00000; font-weight:normal; width:308px; clear:both; }
.GeneralForm .formTable input { padding:4px; border:1px solid #e1e1e1; width:300px; font-size:12px; background:#fff url(../images/input_top_sh.gif) repeat-x; height:24px; outline:none; text-indent: 8px;}
.GeneralForm .formTable textarea  { overflow:auto; padding:4px; border:1px solid #e1e1e1; width:300px; font-size:12px; font-family:Arial; background:#fff; height:92px; outline:none; box-shadow: none;}
.GeneralForm .formTable .konu { width:310px; }
.GeneralForm .formTable .plaka1 { width:110px; float:left; margin-right: 5px; }
.GeneralForm .formTable .plaka2 { width:81px; margin-right: 5px; }
.GeneralForm .formTable .plaka3 { width:81px; }
.GeneralForm .formTable .police1 { width:99px; float:left; margin-right: 5px; }
.GeneralForm .formTable .police2 { width:99px; margin-right: 5px; }
.GeneralForm .formTable .police3 { width:99px; }
.GeneralForm .formTable .guvenlik-kodu { width: 180px; }
.GeneralForm .formTable .guvenlik-kodu-2 { width: 120px; height: 36px; float:right; }
.GeneralForm .formTable .saglikcinsiyet { margin-top: 10px; }
.GeneralForm .formTable .btn { border:0; }
.GeneralForm .formTable .btn input { width:auto; }
.GeneralForm .formTable textarea.error, .GeneralForm .contactForm select.error, .GeneralForm .contactForm input.error { background:#f3fbfd;}
.GeneralForm .formTable .radio { padding:0px; background:none; border:none; width:20px; font-size:12px; }
.GeneralForm .formTable .konu { border-radius: 0px; }
.GeneralForm .formTable input.focus { background:#FFFBE3;}
.GeneralForm .formTable input.guvenlikKod {width:144px; font-size:12px; font-weight:bold; float:left; border-radius: 4px; margin:3px 0 0 10px;}
.GeneralForm .formTable .check { width:15px; display:block; height:21px; float:left; margin: 0 8px 0 0; border:0; background:none;} 
.GeneralForm .formTable select { background: #fff url(../images/select-ok.png) no-repeat right 10px center;border:1px solid #e1e1e1;font-size:12px; width:310px;font-size:14px; padding:4px; height:36px; box-shadow: none; font-family: 'ProximaNova-Regular'; outline: none; -webkit-appearance: none; }
.GeneralForm .formTable .yildizGerekli { color:#000; display:inline-table; margin-left:5px;}
.GeneralForm .formTable .smallText { font-weight:normal; font-size:10px; margin:10px 0 0; clear:both;}
.GeneralForm .formTable .security_image { border:2px solid #e1e1e1; float:left; border-radius: 4px;}
.GeneralForm .actionBgLeft{ background:url(../images/butonsol.png) no-repeat right top; padding:0 0 0 12px; float:right; margin:10px 24px 0 0; }
.GeneralForm .actionBgLeft .actionBgRight { background:url(../images/butonsag.png) no-repeat right top; height:24px; padding: 4px 12px 0 0; font-weight:bold; float:right;}
.GeneralForm .actionBgLeft .actionBgRight a { color:#fff;}
.GeneralForm .actionBgLeft .actionBgRight a:hover { color:#fff;}
.GeneralForm .actionBgLeft .actionBgRight input { background:none; color:#fff; border:none; padding:0; margin:0; font-weight:bold; font-size:11px; cursor:pointer;}

.btn {
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
font-family: 'ProximaNova-Bold';
color: #fff;
background: #19296b;
-webkit-appearance: none;

border: none;
font-size: 15px;
cursor:pointer;
text-align: center;
outline: none;
transition: 0.3s all;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all;
}
.btn:hover { 
background: #0f1a4a;
-webkit-appearance: none;
transition: 0.3s all;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all; 
}

/*--- INSAN KAYNAKLARI ---*/
.col-4 {
width: 960px;
float: left;
}
.box-tab {
}
.form{ font-size:11px;}
.form .c1{ width:90px; height:50px; }
.form .c2{ width:192px; height:50px;}
.form label{ display:block; margin-bottom:3px; font-weight:bold;}
.form span{ display:block; margin-bottom:3px; font-weight:bold;}
.form input[type=text],select, textarea{ font-size:11px; height:22px; line-height:22px; text-indent:5px; background-color: #fff;border: 1px solid #ddd;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.form select{ text-indent:2px; height:24px; line-height:24px; }
.form textarea{ height:110px; }
.SectionText {padding:0;  font-size:12px;}
.ikForm { display:block; border:none;  clear:both; margin:0px; }
.ikForm .SectionText {padding:10px 0 15px 5px; color:#d6d6d6; font-size:12px;}
.ikForm .SectionText .FormProcess { font-weight:bold;}
.ikForm .formTitle{ font-size:15px; color:#d6d6d6; letter-spacing:-1px; font-weight:bold; padding:5px 0px 5px 0px; display:block;}
.ikForm .FormTable{ }
.ikForm .FormTable tr{ }
.ikForm .FormTable tr td{border-bottom:solid 1px #f0f0f0; padding:10px 0 0px 0; position:relative;}
.ikForm .FormTable tr td th { font-size:10px; font-weight:bold; padding-bottom: 4px; }
.ikForm .FormTable tr td td {border:none; padding:3px 0 3px 0;}

.ikForm .FormTable label{ font-size: 12px; color: #949494; display:block; padding:4px 20px 0px 2px; float:left; }
.ikForm .FormTable input { padding:4px 2px 2px 2px; border:1px solid #d6d6d6; width:550px;font-size:12px; background: url(../images/input_top_sh.gif) repeat-x top #FFFFFF;  margin:0 2px 0 0;}
.ikForm .FormTable select {background:#FFFFFF;border:1px solid #d6d6d6;font-size:12px; width:556px;font-size:12px; padding:1px; margin:0 2px 0 0; float:right;}
.ikForm .FormTable textarea  {padding:2px;  border:1px solid #d6d6d6; width:352px;font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif; float:right;}
.ikForm .FormTable .innerBox {background:#f5f5f5; padding:10px; clear:both; }

.ikForm .FormTable .sozlesme {}

.ikForm .FormTable .GenelBilgiler {  }
.ikForm .FormTable .Egitim {  }
.ikForm .FormTable h4 { font-family: 'ProximaNova-SemiBold'; color:#273841; float:left; padding-bottom: 10px; font-size: 13px; }
.ikForm .FormTable .buttonContainer {  width:35px; float:right;}
.ikForm .FormTable input.InputSchool { width:200px;}
.ikForm .FormTable input.InputDept { width:200px;}
.ikForm .FormTable input.InputYear { width:100px;}

.ikForm .FormTable .egitimUp { background:url(../images/Down.png) no-repeat; width:16px; height:16px; display:block; cursor:pointer;}
.ikForm .FormTable .egitimDown { background:url(../images/Up.png) no-repeat; width:16px; height:16px; display:block; cursor:pointer;}
.ikForm .FormTable .egitimSubtitle { width:316px; font-size: 12px; color: #949494; }

.ikForm .FormTable .YabanciDil {}
.ikForm .FormTable input.InputYabanciDil { width:220px;}
.ikForm .FormTable select.InputYabanciDil { width:210px;}

.ikForm .FormTable .IsTecrubesi {}
.ikForm .FormTable input.InputFirmaAdi { width:210px;}
.ikForm .FormTable input.InputGirisTarihi {width:110px; }
.ikForm .FormTable input.InputCikisTarihi { width:110px;}
.ikForm .FormTable input.InputAyrilmaNedeni {width:180px; }
.ikForm .FormTable input.InputPozisyon { width:120px;}
.ikForm .FormTable input.InputSonMaas {width:100px; }


.ikForm .FormTable input.InputRefAdi { width:200px;}
.ikForm .FormTable input.InputRefGorevi { width:200px;}
.ikForm .FormTable input.InputRefTel { width:200px;}
.ikForm .FormTable input.InputRefMail { width:250px;}

.ikForm .FormTable .DigerBilgiler {}
.ikForm .FormTable .DigerBilgiler td{}
.ikForm .FormTable .DigerBilgiler td label{ width:250px; clear:both; float:none; font-size:11px; padding-bottom: 4px;}
.ikForm .FormTable .DigerBilgiler td input{ width:880px;clear:both; float:none;}

.ikForm .FormTable .IsIleIlgiliBilgiler {}
.ikForm .FormTable .IsIleIlgiliBilgiler td{}
.ikForm .FormTable .IsIleIlgiliBilgiler td label{ width:250px; clear:both; float:none; font-size:10px; padding: 5px;}
.ikForm .FormTable .IsIleIlgiliBilgiler td input{ width:880px;clear:both; float:none;}

.ikForm .FormTable .DigerSorular {}
.ikForm .FormTable .DigerSorular td{}
.ikForm .FormTable .DigerSorular td label{ width:250px; clear:both; float:none; font-size:11px; padding-bottom: 4px;}
.ikForm .FormTable .DigerSorular td input{ width:880px;clear:both; float:none;}
.ikForm .FormTable .DigerSorular td select { float:none;}

.ikForm .FormTable input.file { float:left; width:auto; }
.ikForm .FormTable label.file { float:left; width:auto; margin:0 5px 0 0;}
.ikForm .FormTable .fileInputs { padding:14px; font-size: 12px; color: #949494;}

.citySelection { padding:15px 25px 25px 25px; background:#f5f5f5;}
.citySelection .ikForm .FormTable{}
.citySelection .ikForm .FormTable td label{ width:250px; clear:both; float:none; font-size:12px; font-weight:bold;}
.citySelection .ikForm .FormTable td select{ width:300px;clear:both; float:none;}
.citySelection .ikForm .FormTable td {border:none;}

.ikForm .FormTable .radio { padding:0px; background:none; border:none; width:20px; font-size:12px; }
.ikForm .FormTable .date-pick {  border:1px solid #d6d6d6; width:200px;font-size:12px; }
.ikForm .FormTable input.focus {background:#f3f3f3;}
.ikForm .FormTable input.guvenlikKod { width:65px;font-size:25px; font-weight:bold;float:left; margin:10px 0 10px 0 ;}
.ikForm .FormTable #guvenlik_kodu {border:1px solid #d6d6d6; padding:5px;float:left; margin:10px 8px 10px 0;}
.ikForm .FormTable img.guvenlikKod { float:left; clear:both;border:1px solid #d6d6d6; margin:10px 8px 10px 0; padding:5px}
.ikForm .FormTable tr.formGroup label{ padding:40px 0 6px 0; border-top:1px solid #d6d6d6; margin:35px 0 0 0;}
.isaretliYerler { padding: 18px 5px 5px 10px; font-size:11px; margin:0 0 0 12px; float:left; }
.yildizGerekli { color: #9e0b0f; font-size: 11px; font-weight: bold; font-weight:bold; }

.ikForm .FormTable input.error { background:#e4f5f4; border-color:#7accc8;}
.ikForm .FormTable textarea.error { background:#e4f5f4; border-color:#7accc8;}
.ikForm .FormTable label.error{ background: #d71a21; padding: 5px; clear:both; color:#FFF; font-size:10px; font-weight:bold;  }
.ikForm .FormTable select.error { background:#e4f5f4; border-color:#7accc8;}


.ikForm .actionBgLeft{ background:url(../images/button_left.gif) no-repeat left top; padding:0 0 0 5px; float:left; margin:10px 0 0 0; }
.ikForm .actionBgLeft .actionBgRight{background:url(../images/button_right.gif) no-repeat right top; height:25px; padding: 5px 5px 0 0; font-weight:bold; float:left;}
.ikForm .actionBgLeft .actionBgRight a { color:#333333;}
.ikForm .actionBgLeft .actionBgRight a:hover { color:#333333;}
.ikForm .actionBgLeft .actionBgRight input { background:none; color: #333333; border:none; padding: 2px 15px 0 15px; margin:0px;  font-weight:bold; font-size: 11px; cursor:pointer;}
.ikForm .check {  float:left; position:relative; padding:14px; background-color:#e5e59e; margin-bottom:10px; margin-top: 10px;  }
.ikForm .check label.error { margin-left:20px; background: #d71a21; padding: 5px; color:#FFF; font-size:10px; font-weight:bold; margin-bottom: 20px; }

.ikForm .check .radio { position:absolute; top:0px; left:10px;  height:50px; float:left; margin-right:10px;}
.ikForm .check span { float:left; margin-left:20px; font-size: 12px; color: #949494; padding-left: 4px; line-height: 16px;}

.ikbtn {
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
color: #fff;
background-color: #19296b;
-webkit-appearance: none;
border: none;
font-family: 'ProximaNova-Bold';
font-size: 13px;
cursor:pointer;
text-align: center;
outline: none;
}
.ikbtn:hover { background: #0f1a4a; }

/* odalar */
nav#odalar { 
	float:left;
}
nav#odalar ul {
	float:left;
	margin-left: -30px;
}
nav#odalar ul li {
float: left;
width: 294px;
margin-left: 30px;
margin-bottom: 30px;
min-height: 270px;
}

nav#odalar ul li .oda-resim {
	position: relative;
	margin-bottom: 10px;
}
nav#odalar ul li .oda-resim .oda-baslik {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #19296b;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px 0 20px;	
	font-family: 'ProximaNova-SemiBold';
	font-size: 14px;
	display: inline-block;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
nav#odalar ul li .oda-resim .oda-baslik:hover {
	background: #fff;
	color: #19296b;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
nav#odalar ul li .oda-resim img {
	width: 294px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
nav#odalar ul li .oda-resim img:hover {
	filter: saturate(150%);
	-webkit-filter: saturate(150%);
	-moz-filter: saturate(150%);
	-o-filter: saturate(150%);
	-ms-filter: saturate(150%);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
nav#odalar ul li .oda-yazi {
}	
nav#odalar ul li .oda-yazi p {
	text-align:justify;
}

/* odalar detay */
#odaGaleri {
	float:left
}
#odaGaleri {
	width:100%;
	position:relative
}
ul.galeriListe,ul.galeriListe li {
	height:400px!important
}
ul.galeriListe, ul.galeriListe li img { 
	width: 100%; 
	height:400px 
}
#butonIleri,#butonGeri {
	width:40px;
	height:60px;
	background:url(../images/opak.png);
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	position:absolute;
	top:171px
}
#butonGeri {
	left:0
}
#butonIleri {
	right:0
}
#butonIleri:hover,#butonGeri:hover {
	background-color:#000
}
#butonIleri a,#butonGeri a {
	width:40px;
	height:60px;
	display:block;
	background:center center no-repeat
}
#butonIleri a {
	background-image:url(../images/butonIleri.png)
}
#butonGeri a {
	background-image:url(../images/butonGeri.png)
}
#galeriThumb {
	width:100%;
	height:100px;
	position:relative;
	overflow:hidden
}
#galeriThumb a {
	width:118px;
	height:100px;
	margin:7px 0 0 7px;
	float:left;
	zoom:1;
	opacity: 0.7;
}
#galeriThumb a.active {
	opacity: 1;
}
#galeriThumb a img { 
	width: 118px; 
	height: 100px; 
}
#galeriThumb a.first {
	margin-left:0
}

/* toplanti */
.brandMain {
	overflow: hidden;
}
.brandMain .cycle,
.brandMain .cycle ul,
.brandMain .cycle li {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.brandMain .cycle li,
.brandMain .cycle img,
.brandMain .cycle h3,
.brandMain .cycle div {
	position: absolute;
	z-index:20;
	top: 0;
	left: 0;
}
.brandMain .cycle h3,
.brandMain .cycle img {
	z-index: 3;
	width: 100%;
	height: 380px;
}
.brandMain .cycle h3 {
	top: 15px;
	left: 15px;
	padding: 40px 0 0;
}
.brandMain .cycle h3 span {
	background: #0c0c0c;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 10px;
}
.brandMain .cycle .explanation {
	top: 260px;
	left: 15px;
}
.brandMain .cycle .explanation a { text-decoration:none;}
.brandMain .cycle .explanation a strong {
	background: #0f1a4a;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 10px 0;
}

.brandMain .cycle .explanation a p{
	background: #0f1a4a;
	color: #787878;
	padding: 10px 14px;
	width: 202px;
	font-size: 12px;
	line-height: 14px;
	text-align:left !important;
}

.brandMain .cycle a.next,
.brandMain .cycle a.prev {
	background: url(../images/spriteCycleNav.gif) no-repeat #fff;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -99999px;
	position: absolute;
	top: 228px;
	left: 15px;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.brandMain .cycle a.prev {
	background-position: -20px 0;
	left: 37px;
}
.brandMain .cycle a.next:hover,
.brandMain .cycle a.prev:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

/* haberler */
nav#haber {
	margin-top: 0px;
}
.oval {
	background: url(../images/news_bg.png) no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-left: -75px;
}
nav#haber ul {
	padding-left: 26px;
}
nav#haber ul li {
	position: relative;
	padding-left: 50px;
	border-left: 1px solid #e7ebec;
	padding-bottom: 20px;
}
nav#haber ul li a {
	display: block;
}
nav#haber ul li:last-child { padding-bottom: 0; }
nav#haber ul li h1 {
	padding-bottom: 10px !important;
	padding-top: 12px;
	text-transform:none !important;
	display: inline-block;
	font-family: 'ProximaNova-Bold';
	font-size: 15px !important;
	color: #000;
	line-height: 20px !important;
}
nav#haber ul li p {
	font-family: 'ProximaNova-Regular';
	line-height: 18px;
	font-size: 12px;
	color: #909090;
}
nav#haber ul li span {
	font-family: 'ProximaNova-Regular';
	line-height: 18px;
	font-size: 12px;
	color: #c2c24c;
	background: url(../images/news_arrow.png) no-repeat left center;
	padding-left: 14px;
	text-decoration:underline;
}
/* end haberler */

/* numara */
.numara {
text-align: center;
padding-bottom: 20px;
margin-top: 30px;
padding-top: 30px;
border-top: 1px dashed #e1e1e1;
clear: both;
}
.numara ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.numara li {
  display: inline;
}
.numara a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 1px 2px;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none !important;
  color: #909090 !important;
  font-size: smaller !important;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  border: 2px solid #e1e1e1;
}
.numara a:first-child, .paginate a.first {
  margin-left: 0;
}
.numara a:last-child, .paginate a.last {
  margin-right: 0;
}
.numara a:hover, .paginate a:focus {
  border-color: #19296b !important;
  border-color: #19296b;
  background-color: #19296b;
  color: #fff !important;
}
.numara a.more:hover, .paginate a.more:focus {
	color: #000 !important;
}
.numara a.more {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  margin-left: 0;
  margin-right: 0;
}
.numara a.active {
  border-color: #19296b !important;
  color: #fff !important;
  background-color: #19296b;
}

/* haber resim */
#news_images {
  width: 223px;
  padding: 7px 0 0 7px;
  margin: 0 0 20px 30px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  background: url("../images/images-bg.png") no-repeat scroll 0 0 transparent; }

#news_images ul.slides_container li {
  width: 223px;
  height: 152px;
  float: left; }

#news_images ul.slides_container li img {
	border-radius: 0px;
}
#news_images ul.pagination {
  width: 223px;
  height: 10px;
  margin: 10px 0;
  display: block; 
 }

#news_images ul.pagination li {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 4px 4px 0;
  float: left;
  background: #fff;
  border: 1px solid #909090;
 }

#news_images ul.pagination li a {
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  text-indent: -100px; }

#news_images ul.pagination li.current {
  border: 1px solid #19296b;
  background: #19296b; }
  
/* galeri */
.container { 
	position: relative; 
	width: 100%; 
	margin-bottom: 0px;
	float:left;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
 
#filters {
	float:left;
	width: 100%;
	margin-bottom: 20px;
	margin-left: -10px;
}

#filters li {
	float:left;
	margin-left: 10px;
}

#filters li span {
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	display: block;	
	text-decoration:none;
	color:#0f1a4a;
	cursor: pointer;
	border: 1px solid #aaa;
	height: 40px;
	padding: 0 20px 0 20px;
	line-height: 40px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#filters li span:hover { 
	background: #0f1a4a; 
	border: 1px solid #0f1a4a;
	color: #fff; 
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#filters li span.active {
	background: #0f1a4a;
	border: 1px solid #0f1a4a;
	color:#fff;
}
 
#galeri { margin-left: -20px; float:left; }
#galeri .foto { display: none; float:left; margin-left: 20px; width: 286px; margin-bottom: 20px; }
#galeri .foto .fotobaslik { width: 286px; height: 50px; background: #616161; border-radius: 2px 2px 0 0 }
#galeri .foto .fotobaslik h1 { font-size: 14px; font-weight: bold; color: #fff; line-height: 50px; text-align:center; }
#galeri .foto .fotoresim { position: relative; }
#galeri .foto .fotoresim img { display: block; width: 286px; height: 220px; }
.kategori { position: absolute; height: 34px; background: #0f1a4a; left: 20px; bottom: 20px; }
.kategori h4 { font-size: 15px; font-family: 'ProximaNova-Bold'; color: #fff; padding: 0 20px 0 20px; line-height: 34px; }

/* 404 */
#hata {
	width: 900px;
	text-align: center;
	margin-top: 20px;
}
#hata .hata-yazi {
}
#hata .hata-yazi h1 {
	font-size: 32px !important;
	color: #19296b;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 10px !important;
}
#hata .hata-yazi a {
	font-size: 14px;
	color: #909090;
	font-family: 'ProximaNova-Regular';
}
#hata .hata-yazi a:hover {
	color: #19296b;
}

#hata .hata-resim {
	margin-bottom: -32px;
	margin-top: 30px;
}