	
	/*	/////////		SAYFA YAPISI		////////// */
    /*
      background: #003b6f;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003b6f), color-stop(1, #3f8bc7));
      background: -ms-linear-gradient(bottom, #003b6f, #3f8bc7);
      background: -moz-linear-gradient(center bottom, #003b6f 0%, #3f8bc7 100%);
      background: -o-linear-gradient(#3f8bc7, #003b6f);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8bc7', endColorstr='#003b6f', GradientType=0);
    */
	html {
		margin:0;
		padding:0;
		height:100%;
		overflow-x:hidden;
	}
    .clearfix {
        display: block;
        zoom: 1;
    }
    .clearfix:after {
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        clear: both;
        visibility: hidden;
    }

	body {
		margin:0;
		padding:0;
		height:100%;
		background:#EEEDEA;
		overflow-x:hidden;
        -webkit-overflow-scrolling: touch;
	}
	
	body, input, select, textarea, button {
        font-family: "Times New Roman", Times, serif;
		font-weight:300;
		color:#2E3045;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
        font-family: "Times New Roman", Times, serif;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	@font-face {
		font-family: 'Palatino';
		src: url('PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),  url('PalatinoLinotype-Roman.woff') format('woff'), url('PalatinoLinotype-Roman.ttf')  format('truetype'), url('PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			////////// */
	/*	/////////////////////////////////////////////////// */
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		
		
		/* css1 */
	}
	
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:768px) and (max-width:1023px) {
		
		
		
		/* css2 */
	}
	
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1024px) and (max-width:1199px) {
		
		
		
		/* css3 */
	}
	/* All Sizes (devices and browser) */
	@media only screen and (min-width:1200px) {
		
		
		
		/* css4 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////	DIGER MATERYALLER		////////// */
	/*	/////////////////////////////////////////////////// */
	
	.buttons {
		list-style:none;
		margin:auto;
		padding:0;
		
	} .buttons li {
		display:inline-block;
		font-size:20px;
		padding:6px 26px 10px 26px;
		border-right:1px solid rgba(0,0,0,0.1);
		
	} .buttons li:last-child {
		border:0;
		
	} .buttons li a {
		font-weight:300;
		display:block;
        font-variant:small-caps;
		color:#2E3045;
		letter-spacing:-0.5px;
		
	} .buttons li a:hover {
		text-decoration:none;
	}
	
	
	
	
	.gscale {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all .6s ease;
	}
	
	
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:14px;
		padding:8px;
		background:#FFF;
		border:1px solid #DDD;
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#666;
	}
	
	input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #AAA;
		color:#111;
		background:#FFF;
	}
	
	button.blue {
		font-size:21px;
		font-weight:400;
		background:#2E3045;
		color:#FFF;
		padding:8px 16px;
		border:0;
		cursor:pointer;
	}
	
	button.blue:hover {
		background:#106FA9;
		color:#FFF;
	}
	
	button.blue:active {
		color:#FFF;
		background:#106FA9;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv .dialogBorder {
		width:400px;
		background:#FFF;
	}
	
	#blockTableDiv .dialogBack {
		border:10px solid #FFF;
	}
	
	#blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		letter-spacing:-1px;
		font-size:19px;
		font-weight:400;
		color:#2E3045;
	}
	
	#blockTableDiv #dialogContent {
		margin:6px 0 10px 0;
		padding:0 10px;
		font-size:17px;
		color:#333;
	}
	
	#blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	}
	
	#blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:6px 12px;
		font-size:17px;
		font-weight:700;
		color:#FFF;
		background:#2E3045;
		cursor:pointer;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}


    /* ---- */

    .content_max{
        width: 1120px;
        margin:auto;
    }
    .header .top_bar {
        height     : 44px;
        background : #232651;
    }
    .header .top_bar .menu {
        float       : right;
        padding     : 0 7px;
        line-height : 44px;
    }
    .header .top_bar .menu a {
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-left:10px;
        color:#DDDBD5;
    }
    .header .top_bar .menu .active {
        font-weight:700;
    }
    .header .top_bar .menu img {
        display: inline-block;
        vertical-align: middle;
        margin-left:5px;
    }
    .header .menu_wr {
        min-height          : 190px;
        background      : url("../images/back_headerPanel_1.png") repeat-x;
        background-size : 100% 100%;
    }
    .header .menu_wr .logo_wr  .logo_bg{
        background: url("../images/logo_bg1.png")no-repeat center;
        width: 189px;
        height: 177px;
        position: absolute;
        left:50%;
        display: none;
        margin-left: -94.2px;
        top:-19px;
        opacity : 0.8;
        z-index : 0;

    }
    .header .menu_wr .logo_wr {
        padding-top : 14px;
        width       : 380px;
        margin      : auto;
        text-align  : center;
        cursor      : pointer;
        position: relative;
    }
    .header .menu_wr .logo_wr img {
        width  : 300px;
        height : 91px;
        position: relative;
        z-index : 1;
    }
    .header .menu_wr .logo_wr .spotb {
        display     : block;
        font-size   : 21px;
        font-weight : 700;
        color       : #232651;
        margin      : -30px auto 0 auto;
        position: relative;
        z-index : 1;
    }
    .header .menu_wr .logo_wr .spot{
        display     : block;
        font-size   : 14px;
        font-weight : 700;
        color       : #232651;
        margin      : 2px auto;
        position: relative;
        z-index : 1;
    }
    .header .menu_wr .menu {
        position   : relative;
        text-align : center;
        margin-top : 42px;
        width      : auto;
    }


    .content .mail_wr {
        width      : 1120px;
        height     : 70px;
        margin     : 0 auto 25px auto;
        padding    : 10px;
        background: #e6e6e6;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #fff));
        background: -ms-linear-gradient(bottom, #e6e6e6, #fff);
        background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #fff 100%);
        background: -o-linear-gradient(#fff, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
    }
    .content .mail_wr .input {
        float      : right;
        width      : 540px;
        height     : 50px;
        padding    : 3px 0 0 0;
        background : #ffffff;
        text-align : right;
    }
    .content .mail_wr .input input[type="text"] {
        margin    : -6px 0 0 0;
        border    : 0;
        width     : 393px;
        font-size : 19px;
        color     : #2e3045;
		box-sizing:border-box;
    }
    .content .mail_wr .input button {
        font-size:20px; 
		padding:10px;
		box-sizing:border-box;
    }
    .content .mail_wr .mail_txt {
        float:left; padding:9px 0 0 12px;
    }
    .content .mail_wr .mail_txt img {
        vertical-align : middle;
        margin         : -5px 0 0 0;
        width: 52px;
        height: 33px;
    }
    .content .mail_wr .mail_txt span {
        display   : inline-block;
        padding   : 4px 0 0 0;
        font-size : 19px;
        color     : #2e3045;
    }



    .content .banner_wr {
        width      : 100%;
        height     : 360px;
        /*background : url("../images/back_headerBannerRepeat.png") repeat-x;*/
    }

    .content .banner_wr .banner_pics {
        width      : auto;
        height     : 360px;
        margin     : auto;
        position: relative;
    }
	.content .banner_wr .banner_pics .bgpics img {
        position:absolute;
		width:100%;
		height:100%;
		z-index:0;
    }
    .content .banner_wr .banner_pics .bgpics {
        position: absolute;
        width:100%;
        height: 100%;
       z-index:0;
    }

    .content .banner_wr .banner_txt {
        display : table;
        width   : 650px;
        height  : 360px;
		z-index:1;
		position:relative;
    }
    .content .banner_wr .banner_txt  div {
        display        : table-cell;
        vertical-align : middle;
    }
    .content .banner_wr .banner_txt  div .title {
        display     : block;
        font-size   : 35px;
        line-height : 1.1em;
        color       : #555;
    }
    .content .banner_wr .banner_txt  div .spot {
        display   : block;
        font-size : 21px;
        width:440px;
        color     : #888;
        margin    : 18px 0 0 0;
    }


    .content .Main {
        width      : 100%;
        min-height : 100px;
        background : #eeedea;
        background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeedea), color-stop(1, #ffffff));
        background : -ms-linear-gradient(bottom, #eeedea, #ffffff);
        background : -moz-linear-gradient(center bottom, #eeedea 0%, #ffffff 100%);
        background : -o-linear-gradient(#ffffff, #eeedea);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eeedea', GradientType=0);
    }

    .content .Main .profpics{
        width:280px;
        height: 262px;
        position: absolute;
        right: 0;
        overflow: hidden;
        top: 20px;
        -webkit-box-shadow : 0 1px 5px 0 rgba(0, 0, 0, 0.45);
        box-shadow         : 0 1px 5px 0 rgba(0, 0, 0, 0.45);
        border:1px solid  #fff;
    }
    .content .Main .profpics img{
        position: absolute;
        width:100%;
        height: 100%;
        background-size: cover;
    }
    .content .Main .box {
        display            : block;
        float              : left;
        margin             : 40px 20px 20px 0;
        position           : relative;
        width              : 360px;
        height             : 260px;
        vertical-align     : top;
        background-size    : cover!important;
        -webkit-box-shadow : 0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow         : 0 0 5px 0 rgba(0, 0, 0, 0.25);
    }
    .content .Main .box:nth-child(3){
        margin             : 40px 0 20px 0;
    }
    .content .Main .box .cnt_txt {
        padding : 20px 0 0 20px;
        width   : 240px;
    }
    .content .Main .box .cnt_txt .cnt_button {
        position : absolute;
        bottom   : 20px;
    }
    .content .Main .box .cnt_txt .cnt_button button {
        font-size:17px; padding:10px;
    }

    .content .Main .box .cnt_txt .title {
        display:block; font-size:27px; letter-spacing:-0.5px; line-height:1.4em; color:#2E3045;
    }
    .content .Main .box .cnt_txt .spot {
        display:block; font-size:18px; letter-spacing:-0.5px; line-height:1.4em; color:#2E3045;
    }
    .content .Main .box .cnt_txt .spot2 {
        display:block; margin:16px 0; font-size:16px; letter-spacing:-0.5px; line-height:1.4em; color:#2E3045;
    }

    .content .Main .mak_wr {
        width:auto;
        margin:0 20px 0 20px;
        padding-top: 30px;
    }
    .content .Main .mak_wr .mak_box {
        display      : block;
        float        : left;
        margin-right : 40px;
        width        : 520px;
        height       : 260px;
    }
    .content .Main .mak_wr .mak_box:nth-child(2) {
        margin-right : 0!important;
    }
    .content .Main .mak_wr .mak_box .title {
        display:block; font-size:25px; color:#2E3045;
    }
    .content .Main .mak_wr .mak_box .mak_date {
        display:block; font-size:15px; color:#606170;
    }
    .content .Main .mak_wr .mak_box .mak_spot {
        display:block; margin:20px 0; font-size:17px; color:#2E3045;
    }
    .content .Main .mak_wr .mak_box .mak_link {
        display:block; font-size:19px; color:#2E3045;
    }
.mobbosluk{
    display: none;
}
    .content .page_header {
        width           : 100%;
        height          : 120px;
        background: #106fa9;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #106fa9), color-stop(1, #232651));
        background: -ms-linear-gradient(bottom, #106fa9, #232651);
        background: -moz-linear-gradient(center bottom, #106fa9 0%, #232651 100%);
        background: -o-linear-gradient(#232651, #106fa9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232651', endColorstr='#106fa9', GradientType=0);
    }
    .content .page_header h1{
        display:block;
        font-size:35px;
        line-height: 120px;
        color:#FFF;
        margin:0;
        font-weight: normal;
    }

    .content .Main article{
        padding-top:40px;
        display:block;
        font-size:16px;
        color:#2E3045;
        line-height:1.6em;
        margin-bottom:20px;
    }
    .content .Main article .artc_pics {
        float    : right;
        width    : 520px;
        height   : 380px;
        position : relative;
        padding  : 0 0 40px 40px;
        margin-right: 42px;
        margin-top:22px;
    }
    .content .Main article .artc_pics img {
        -webkit-box-shadow : 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow         : 0 0 10px 0 rgba(0, 0, 0, 0.5);
        position           : absolute;
        width              : 100%;
        height             : 100%;
    }

    .content .Main article .art_title {
        display   : block;
        font-size : 29px;
        color     : #2e3045;
    }
    .content .Main article .art_spot {
        display   : block;
        font-size : 17px;
        color     : #606170;
        margin-bottom: 20px;
    }
    .content .Main article .art_spotb {
        display     : block;
        font-size   : 21px;
        color       : #2e3045;
        line-height : 1.4em;
        margin-bottom: 20px;
    }

    .content .Main .error_wr {
        width      : 1120px;
        min-height : 420px;
        margin     : auto;
        position   : relative;
    }
    .content .Main .error_wr .error {
        position  : absolute;
        left      : 50%;
        top       : 50%;
        transform : translate(-50%, -50%);
        font-size:31px;
        color:#2E3045;
    }
    .content .Main .error_wr .error img {
        width: 80px;
        height: 65px;
        vertical-align: middle;
    }
    .content .Main .contact_wr {
        width   : 1080px;
        display : table;
        margin  : auto;
        padding : 0 0 20px 0;
    }
    .content .Main .contact_wr .left_bar {
        display:table-cell;
        width:50%;
        vertical-align:top;
        padding-top: 10px;
    }
    .content .Main .contact_wr .left_bar .title {
        color          : rgb(46, 48, 69);
        font-size      : 27px;
        letter-spacing : -0.5px;
        display: block;
    }
    .content .Main .contact_wr .left_bar .spot {
        color          : rgb(46, 48, 69);
        font-size      : 18px;
        letter-spacing : -0.5px;
        margin-bottom:50px;
        display: block;
    }
    .content .Main .contact_wr .left_bar .info_wr {
        display:table; width:80%;
    }
    .content .Main .contact_wr .left_bar .info_wr  .info_tr{
        display:table-row;
    }
    .content .Main .contact_wr .left_bar  iframe{
        display: block;
        width: 400px;
        padding: 0;
        vertical-align: top;
        position: relative;
        height: 260px;
    }
    .content .Main .contact_wr .left_bar .info_wr  .info_tr .tdpics{
        display:table-cell; padding:6px 0; width:8%; vertical-align:top;
    }
    .content .Main .contact_wr .left_bar .info_wr  .info_tr .td1{
        display:table-cell; padding:6px 0; width:32%; vertical-align:top;
    }
    .content .Main .contact_wr .left_bar .info_wr  .info_tr .td2{
        display:table-cell; padding:6px 0; width:1%; vertical-align:top;
    }
    .content .Main .contact_wr .left_bar .info_wr  .info_tr .td3{
        display:table-cell; padding:6px 0; width:59%; vertical-align:middle;
    }

    .content .Main .contact_wr .right_bar {
        display        : table-cell;
        width          : 50%;
        vertical-align : top;
        padding-top: 27px;
    }
    .content .Main .contact_wr .right_bar .title {
        display        : block;
        font-size      : 27px;
        letter-spacing : -0.5px;
        line-height    : 1.4em;
        color          : #2e3045;
    }
    .content .Main .contact_wr .right_bar .spot {
        display        : block;
        font-size      : 18px;
        letter-spacing : -0.5px;
        line-height    : 1.4em;
        color          : #2e3045;
        margin-bottom  : 40px;
    }
    .content .Main .contact_wr .right_bar .frm_td{
        display:table; width:90%;
    }
    .content .Main .contact_wr .right_bar .frm_td .frm_tr{
        display:table-row;
    }
    .content .Main .contact_wr .right_bar .frm_td  .frm_tr .td1{
        display:table-cell; padding:2px 0; width:35%; vertical-align:middle;
    }
    .content .Main .contact_wr .right_bar .frm_td  .frm_tr .td2{
        display:table-cell; padding:2px 0; width:3%; vertical-align:middle;
    }
    .content .Main .contact_wr .right_bar .frm_td  .frm_tr .td3{
        display:table-cell; padding:2px 0; width:62%; vertical-align:middle;
    }
    .content .Main .contact_wr .right_bar input[type="text"],textarea{
        width:98%;
    }
    .content .Main .contact_wr .right_bar input[name="frm_telefon"]{
        width:70%;
    }
    .content .Main .contact_wr .right_bar input[name="frm_onay"]{
        width:170px;
    }
    .content .Main .contact_wr .right_bar .frm_captcha{
        display:inline-block; vertical-align:middle; margin-top:-3px;
    }
    .content .Main .contact_wr .right_bar .frm_captcha img {
        border         : 1px solid #aaaaaa;
        vertical-align : middle;
        margin-top     : 3px;
        box-sizing: border-box;
        height: 32px;
    }



    .footer{
        height:auto; background:#232651;
    }
    .footer .footer_cnt{
        display:table; width:1120px; height:auto; margin:auto;
    }
    .footer .footer_cnt .footer_tcell{
        display:table-cell; vertical-align:middle;
    }
    .footer .footer_cnt .footer_tcell .copy{
        float:right; text-align:right;
        padding: 20px 0;
    }
    .footer .footer_cnt .footer_tcell .power{
        float:right; text-align:right;
        padding: 20px 0 ;
        margin-left: 20px;
    }
    .footer .footer_cnt .footer_tcell .copy span{
        color:#C8C9D3; font-size:15px;
    }
    .footer .footer_cnt .foot_menu{
        float: left;
        padding: 20px 0;
    }
    .footer .footer_cnt .foot_menu ul {
        list-style : none;
        margin     : 0;
        padding    : 0;
        font-size  : 16px;
    }
    .footer .footer_cnt .foot_menu ul li {
        display : inline-block;
        margin  : 0 36px 0 0;
    }
    .footer .footer_cnt .foot_menu ul li:last-child {
        margin  : 0;
    }
    .footer .footer_cnt .foot_menu ul li a {
        color : #c8c9d3;
    }

    .min_logo,.mobil_icon,.menuwrapper,.mobil_lang{
        display: none;
    }