/****************************************************************************************************************************
 * Reset css
****************************************************************************************************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/****************************************************************************************************************************
 * new body
****************************************************************************************************************************/

body{
		background:#fbfbfb;
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		overflow:hidden;
		color:#0D4D3F;
	}
	
	.clear {width:0px; height:0px; margin:0px; padding:0px; line-height:0px; font-size:0px; clear:both;}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.sm_font p{font-size:11px !important; line-height:15px !important;}
.sm_font ul li{font-size:11px !important; line-height:15px !important;}
.sm_font ul{margin:5px 0px 10px 0px !important;}
.sm_font h1{margin-bottom:10px !important;}
.sm_font{top:20px !important;}

.smm_font p{font-size:12px !important; line-height:15px !important;}
.smm_font ul li{font-size:12px !important; line-height:15px !important;}
.smm_font ul{margin:5px 0px 10px 0px !important;}
.smm_font h1{margin-bottom:10px !important;}
.smm_font{top:20px !important;}

.s_font h1{margin-bottom:10px !important;}
.s_font{top:35px !important;}
.s_font p{line-height:17px !important;}

.ssm_font p{font-size:11px !important; line-height:13px !important;}
.ssm_font{top:20px !important;}

.ss_font p{text-align:center !important;}
.ss_font h1{text-align:center !important;line-height:15px !important;}
.ss_font{top:30px !important;}



#magazine{
	width:1000px;
	height:750px;
	margin:0 auto;
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}

#magazine div.page-content {
	color:#000;
    display: block;
    left: 50px;
    position: absolute;
    text-decoration: none;
    top: 40px;
    width: 415px;
	 }

.holder {width:1060px; height:750px; margin:0 auto; position:relative; margin-top:20px;}

.holder a.sol-btn, .holder  a.sag-btn {width:30px; height:750px; position:absolute; }
.holder a.sol-btn {background:none; 
	left:0; top:0;
	-webkit-border-radius:15px 0 0 15px;
	-moz-border-radius:15px 0 0 15px;
	-ms-border-radius:15px 0 0 15px;
	-o-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
	display:none;
}
	
.holder a.sag-btn {background:none; 
	right:0; top:0;
	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	-ms-border-radius:0 15px 15px 0;
	-o-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}

.holder a.sol-btn{
	background-image:url(../images/arrows.png);
	background-position:-4px center;
	background-repeat:no-repeat;
	background-color:#cacaca;
}
.holder a.sag-btn{
	background-image:url(../images/arrows.png);
	background-position:-38px center;
	background-repeat:no-repeat;
	background-color:#cacaca;
}
	
	
/********************************/

.page-content {width:460px; cursor: default;}

.onkapak-title {font-size:38px; letter-spacing:-1px; font-weight:100;  position: absolute; right: 50px; top: 30px; text-align: right;}	

h1 {font-size:30px; letter-spacing:-1px; font-weight:100; width:100%; margin-bottom:20px; margin-top:15px; color: #00b6cc;}

.page-content p {font-size:14px; line-height:18px; font-weight:400; margin-bottom: 10px; color: #000; }
.page-content strong {font-size:13px; font-weight:700; margin-bottom:10px; display:block;}
/*.page-content ul {margin:10px 0;}*/
.page-content ul li { list-style:inside disc; font-size:14px; line-height:18px; font-weight:400;}
.page-content h2 {font-size: 38px;}

.carsi a.sag-btn, .carsi a.sol-btn {display:block; margin-right:15px; float:left; color:#333; text-decoration:none; padding:5px; text-align:center; background:#113028; color:#fff; font-size:14px; font-weight:400;}
.carsi a:hover {background:#cecece; color:#113028;}
.carsi a.sol-btn {display:none;}

.clear {width:0px; height:0px; margin:0px; padding:0px; line-height:0px; font-size:0px; clear:both;}

#s2_index {margin: 110px 60px;}
#s2_index p {font-weight: 300; color: #c17e62; padding:5px 0; cursor:default;}
#s2_index span {font-weight: 300; color: #949599;}

.sayfa3 p {margin-top: 15px;}

.sayfa6 p {display: block; width: 177px; float: left;}
.sayfa6 img {float: right; width: 220px;}
.sayfa6 h2 {margin: 20px auto;}

.sayfa7 img {float: left; width: 220px;}
.sayfa7 p {display: block; width: 177px; float: right;}
.sayfa7 h2 {margin-bottom: 20px;}
.sayfa7 {top: 100px !important;}

.sayfa8 p {display: block; width: 177px; float: left;}
.sayfa8 img {float: right; width: 220px;}
.sayfa8 h2 {margin-bottom: 20px;}
.sayfa8 {top: 100px !important;}

.sayfa9 {left: 35px !important;}
.sayfa9 h1 {text-align: right;}
.sayfa9 span{color: #8a1f02; margin-top: 20px; display: block;}

.sayfa10 span{color: #8a1f02; margin-top: 20px; display: block;}
.sayfa10 img {width: 250px; margin: 15px auto; display: block;}

.sayfa11 span{color: #8a1f02;}
.sayfa11 img {display: block; width: 250px; margin: 20px auto;}

.sayfa12 span {display: block; color: #8a1f02; margin-top: 20px; margin-bottom: 5px;}

.sayfa14 span{color: #8a1f02; display: block; margin-bottom: 10px;}
.sayfa14 img{float: right; width: 200px;}
.sayfa14 .syf14_left {display: block; float: left; width: 200px;}
.sayfa14 p {margin-bottom: 0 !important;}
.sayfa14 {top: 55px !important;}

.sayfa15 span {color: #8a1f02; display: block; margin-bottom: 10px;}
.sayfa15 {top: 55px !important;}
.sayfa15 img {float: left; width: 380px; margin: 15px auto;}

.sayfa16 span {color: #8a1f02; display: block; margin-bottom: 10px; margin-top: 30px;}
.sf16_left {display: block; width: 200px; float: left; text-align: left !important; margin-bottom: 0 !important;}
.sayfa16 img {display: block; width: 200px; float: right;}

.sayfa17 img {float: right; width: 150px;}
.sayfa17 {top: 55px !important;}
.sf17_ptop {margin-top: 90px;}

.sayfa18 span {color: #8a1f02; display: block; margin-top: 20px; margin-bottom: 10px;}
.sayfa18 p {margin-bottom: 0 !important;}

.sayfa19 span {color: #8a1f02; display: block; margin-top: 17px; margin-bottom: 5px;}


.sayfa22 span {color: #8a1f02; display: block; margin-top: 15px; margin-bottom: 5px;}
.sayfa22 p {line-height: 19px !important;}

.sayfa23 span {color: #8a1f02; display: block; margin-top: 15px; margin-bottom: 5px;}
.sayfa23 {top: 60px !important;}

.sayfa24 span {color: #8a1f02; display: block; margin-top: 20px; margin-bottom: 5px;}
.sayfa24 img {margin-top: 10px;}

.sayfa25 p {display: block; margin-top: 6px;}
.sayfa25 h1 {margin-bottom: 10px !important;}
.sayfa26 p {display: block; margin-top: 9px;}

.sayfa27 h2 {color: #8a1f02; display: block; margin-top: 12px; margin-bottom: 5px; font-size: 18px !important;}
.sayfa28 h2 {color: #8a1f02; display: block; margin-top: 9px; margin-bottom: 3px; font-size: 18px !important;}

.adress_29 {float: left; width: 125px; height: auto; text-align: left !important;}
.sayfa29 span {color: #8a1f02; font-size: 14px; font-weight: 700;}

.sayfa29 input {width: 30%; border: 1px solid #00b6cc; height: 30px;}
.sayfa29 textarea {width: 96%; border: 1px solid #00b6cc;}

.form_29 label {color: #8a1f02; font-size: 14px;}

#form_btn {width: 85px; height: 30px; background-color: #00b6cc; text-align: center; line-height: 30px; color: #fff; float: right; font-weight: 700; margin: 15px 4px 0 0;}

.chrome_mbottom {margin-bottom: 10px !important;}

.mac.safari #video_page_13 {top: 76px !important; margin-top: 76px !important;}