﻿/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
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,strong,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{border-style: none;
    border-color: inherit;
    border-width: 0;
    vertical-align:baseline;font-style:inherit;outline:0;margin:0;padding:0;

}:focus{outline:0}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}blockquote:before,blockquote:after,q:before,q:after{content:""}
.clr{clear: both;}.left{float: left;}.right{float:right}
/*end reset*/

body {
    font-family: 'PT Sans Narrow' , sans-serif;
}
.wrap{
	width:75%;
    max-width:970px;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top {
    background: url(../images/border.png) repeat-x 0px 100px;
}
.pages-top{
	background: url(../images/border.png) repeat-x 0px 112px;
}
.logo {
	float:left;
	width: 25.5%;
}
/* start h_menu */
.h_menu4{
	float:right;
}
.toggleMenu {
    display:  none;
    background: rgba(29, 82, 99, 0.22);
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav li a {
    display: block;
    padding: 10px 20px 30px 20px;
    font-size: 1em;
    color: #333333;
}
.nav li {
    position: relative;
}
.nav li.active a, .nav li a:hover {
    border-bottom: 5px solid #333;
    border-bottom-color: #82592E;
}
.nav > li {
    float: left;
}
.nav > li > a.parent {
    background: url('../images/plus.png') no-repeat right 16px;
}
.nav > li > a:hover {
    color: #82592E;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0px;
    width: 100%;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav li li a {
	font-size: 0.8725em;
	padding: 10px;
	display: block;
	background:rgba(73, 93, 137, 0.56);
	position: relative;
	z-index:9999;
	border-top: 1px solid rgba(233, 233, 233, 0.09);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li li li a {
    background: #249578;
    z-index: 200;
    border-top: 1px solid #1d7a62;
    color: #FFFFFF;
}
.nav li li a:hover{
	background:#82592E;
	border-bottom:none;
}
/***** Media Quries *****/
@media screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	.h_menu4{
		float: none;
		margin:2% 0;
	}
	.toggleMenu {
		padding: 10px 15px;
		width: 96%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background: rgba(255, 255, 255, 0.22);
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .main-top {
        display: none;
    }
}
@media screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 95%;
	}
        .main-top {
        display: none;
    }
}
@media screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 92%;
	}
        .main-top {
        display: none;
    }
}
@media screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 89%;
	}
        .main-top {
        display: none;
    }
}
.main-top {
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
    margin-bottom: 2%;
    background-image: url('../images/bgtop.png');
}

.header_top {
    padding: .5em .5em .2em .5em;
   
}
ul.phone{
	padding:0;
	list-style:none;
	float: left;
}
ul.phone li {
	display: inline-block;
}
ul.phone li span {
	color: #fff;
	font-size:1em;
}
h3.nav_right{
	display:none;
}
i.mobile {
	width: 20px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -5px -7px;
	float: left;
	margin-right: 5px;
}
ul.phone li.phone_left{
	margin-right:6em;
}
ul.phone li.phone_right{
	color:#fff;
	font-size:1em;
	text-shadow: -1px 0px 1px #073E7F;
	-webkit-text-shadow: -1px 0px 1px #073E7F;
	-moz-text-shadow: -1px 0px 1px #073E7F;
	-o-text-shadow: -1px 0px 1px #073E7F;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social {
    padding: 0 0em 0 7em;
    float: right;
    margin-top: -5px;
    list-style: none;
}
ul.social li{
	display: inline-block;
	margin-left: 5px;
}
ul.social li a i {
	width:30px;
	height:30px;
	display: block;
	background: url(../images/img-sprite.png)#486283 no-repeat;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
}
ul.social li a i:hover {
	background: url(../images/img-sprite.png)#d84828 no-repeat;
}
ul.social li a i.tw {
	background-position:-35px -1px;
}
ul.social li a i.fb{
	background-position:-70px -3px;
}
ul.social li a i.rss{
	background-position:-110px -3px;
}
ul.social li a i.msg{
	background-position:-150px -2px;
}
ul.social li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer {
    padding: 1em 0px 1em 0px;
       background-image: url('../images/bgtop.png');

}
.f_logo li {
    padding: 0px;
    margin: 0px;
}
.f_logo img {
    width: 50%;
}
.banner {
    background-image: url('../images/bg.jpg');
    padding-top: 1%;
    padding-bottom: 0.5%;
    margin-top: 1%;
}
.ortalar {
    background-image: url('../images/bg.jpg');
    padding-top: 0.33%;
    padding-bottom: 0.5%;
    margin-top: 1%;
}
.border-stip{
	padding:2px 0;
	background:url(../images/grid-bg.png);
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
	background:url(../images/grid-bg.png);
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
}
.top-grids{
	margin:4em 0 4em 0;
}
.top_grid{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
} 
.top_grid h5{
	color:#82592D;
	font-size:1em;
	text-align:right;
	padding:12px 0;
}
.top_grid h4{
	color:#82592D;
	font-size:2.5em;
	text-align:center;
	padding:15px 0;
}
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.images_1_of_3  h3{
	color:#82592D;
	font-size:2em;
	text-transform: uppercase;
	border-bottom: 1px solid #D5BC8C;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.images_1_of_3  p  {
	font-size:0.85em;
	padding:5px 0;
	color:#82592D;
	line-height: 1.8em;
}
.images_1_of_all {
	width: 100%;
	padding:1.5%; 
}
.images_1_of_all  img {
	max-width:100%;
	display:block;
}
.images_1_of_all  h3{
	color:#82592D;
	font-size:2em;
	text-transform: uppercase;
	border-bottom: 1px solid #D5BC8C;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.images_1_of_all  p  {
	font-size:0.85em;
	padding:5px 0;
	color:#82592D;
	line-height: 1.8em;
}



.read_more{
	margin-top:10px;
}
.read_more a{
	color:#82592D;
	font-size: 0.85em;
	text-transform: uppercase;
	border:none;
	background:url(../images/marker2.png) no-repeat 0;
	padding-left:25px;
	display: inline-block;
	margin-top:10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.read_more a:hover{
  color:#CE8A00;
}

.guzergah {
    width: 20%;
    float: left;
}
    .guzergah li {
    padding: 0.5%;
}
    .guzergah .sol_01 {
    margin: 0px;
}
    .guzergah .sol {
    margin-left: 0.5%;
}
.saat_01 {
    margin-right: 1%;
    width: 49%;
    text-align: center;
}
.saat_02 {
    margin-left: 1%;
    width: 49%;text-align: center;
}
    .saat {
    width: 48%;
    float: left;
}
    .saat li {
    padding: 0.5%;
}
    .saat .sol_01 {
    margin: 0px;
}
    .saat .sol {
    margin-left: 0.5%;
}
        .saat .baslik {
    font-size: 1em;
    color: #CC6600;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #CC6600;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.data {
    width: 100%;
}