/*@import url("http://azetour.com/css/style.css?ver=1.02");*/
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
body { 
    background:#ececec url(/img/body1.jpg) no-repeat 50% 0%;
    font-family:okmedia2;
}
ul{margin:0px;}
.main-holder {
	overflow:hidden;
	margin: 130px 50px 100px;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.main-holder .search-form input[type="text"] { width:110px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:120px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:130px; }
}
.main-holder .search-form input[type="submit"] { margin:0 0 0 15px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] { margin:0 0 0 5px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="submit"] { margin:0 0 0 5px; }
}
h1 { text-transform:uppercase; }
h1 a {
	text-decoration:none;
	color:#1a1a1a;
}
h1 a:focus {
	text-decoration:none;
	color:#1a1a1a;
}
h1 a:hover {
	text-decoration:none;
	color:#fede00;
}
h2 {
	letter-spacing:-1.5px;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#1a1a1a;
}
h2 a:focus {
	text-decoration:none;
	color:#1a1a1a;
}
h2 a:hover {
	text-decoration:none;
	color:#fede00;
}
h3 { text-transform:uppercase; }
h3 a {
	text-decoration:none;
	color:#1a1a1a;
}
h3 a:focus {
	text-decoration:none;
	color:#1a1a1a;
}
h3 a:hover {
	text-decoration:none;
	color:#fede00;
}
h4 a {
	text-decoration:none;
	color:#1a1a1a;
}
h4 a:focus {
	text-decoration:none;
	color:#1a1a1a;
}
h4 a:hover {
	text-decoration:none;
	color:#fede00;
}
h5 { text-transform:uppercase; }
h5 a {
	text-decoration:none;
	color:#1a1a1a;
}
h5 a:focus {
	text-decoration:none;
	color:#1a1a1a;
}
h5 a:hover {
	text-decoration:none;
	color:#fede00;
}
h6 { text-transform:uppercase; }
h6 a {
	text-decoration:none;
	color:#fede00;
}
h6 a:focus {
	text-decoration:none;
	color:#fede00;
}
h6 a:hover {
	text-decoration:none;
	color:#ececec;
}
p {
	margin:0 0 23px 0;
	/*text-transform:uppercase;*/
}
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
li{list-style:none}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
.header {
	background:none;
	/*margin:0 0 1px 0;*/
	padding:0;
	border:none;
}
.content-holder {
    /*background: url(images/content_tail.png) repeat-x 0% 0%;*/
    margin: 0;
    padding: 0;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.logo {
    /* text-align: center; */
    font-size: 33px;
    /* display: flex; */
    /*padding: 60px 0px;*/
    /* align-items: center; */
    text-align: center;
    height: 160px;
}
.logo img {
    height: 100%;
}
.center{text-align:center}
.sari{
    background:#FEDE00;
}
.row.sari.center {
    padding: 0px 30px;
    font-size: 14px;
    overflow: hidden;
}

.tam{
    min-height:350px;
    overflow: hidden;
}

.footer{
    min-height:70px;
    background-color:white;
}
.col-md-3.unvan.sari.center.tam {
    position: absolute;
    right: 0px;
    padding-top: 30px;
    background: rgba(254, 222, 0, 0.88);
    top: 0px;
}
.row.xerite.tetil {
    position: relative;
    height:200px;
    overflow:hidden;
}

.hover:hover .ttl-img a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ttl-img {
    cursor:pointer;
    background: #000;
    position: relative;
    /*float: right;*/
    overflow: hidden;
    /*margin: 0;*/
}
.ttl-img a img {
position: relative;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.ttl-img a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 60px;
    font-size: 30px;
    font-family: FontAwesome;
    text-align: center;
    color: #fede00;
    z-index: 99;
    content: '\f0c1';
}
.ttl-img:hover a:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 60px;
}

.mobil{
    display:none;
}
















.active-li{
    background: #fede00;
}

/*.nav>li>a:hover:after {*/
/*    top: 0%;*/
/*}*/
/*.nav>li>a:hover:before {*/
/*    top: 100%;*/
/*}*/

.nav>li>a:hover:after, .nav>li>a:after, .nav>li>a:after, .nav>li>a:after {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: 0;
}





.banner-wrap .featured-thumbnail:hover a:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 60px;
}


.banner-wrap:hover .featured-thumbnail a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ttl-img img{
    width:auto;
    height:100%;
}
.ttl-img {
    overflow: hidden;
    height: 300px;
}

.tetil{
    min-height:300px;
    background:white;
}
.fb, .ins , .yt{
    float: right;
    height: 70px;
    width: 70px;
    background: #fede00;
    margin-left: 1px;
}
 .fb:before {
    color: #1a1a1a;
    content: '\f09a';
}

.ins:before{
    color: #1a1a1a;
    content: '\f16d';
}

.yt:before {
    color: #1a1a1a;
    content: '\f166';
}

.fb:hover:before, .ins:hover:before, .yt:hover:before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}
 .fb:before,  .ins:before,  .yt:before {
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 70px;
    font-family: FontAwesome;
    font-size: 41px;
    text-align: center;
    /*color: #fede00;*/
}
.cpryt {
    float: left;
    padding: 25px;
}
.white{
    background:white;
}
.aze-img, .ht{
    height:100%;
    text-align:left;
}
.aze-img img{
    /*height:100%;*/
    height: 140px;
    width:100%;
    object-fit: cover;
}
.ht p {
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0px 22px;
    font-family: okmedia2;
}
.stars ul {
    padding: 0px;
}

.stars ul li {
    display: inline-block;
    color: gold;
    font-size: 28px;
    margin-left: 3px;
}


























.navbar-default .navbar-toggle .icon-bar{
        background-color: #fede00 !important;
}
.navbar-default .navbar-toggle {
    border-color: #fede00 !important;
}
.nav>li>a:before {
    background: #ececec;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
}

.ferq{
    background: white;
}
.nav>li:nth-child(2n) > a:before {
    background: #fff;
}
.nav>li>a:after {
    background: #fede00;
    display: block;
    position: absolute;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
}


.row.head {
    background: white;
}
.navbar {
    position: relative;
    min-height: 50px;
     margin-bottom: 0px !important; 
     border:none !important; 
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-brand {
    float: left;
    height: auto !important;
    padding: 70px 33px !important;
    font-size: 40px !important;
    line-height: 20px;
    text-align: center;
}
.nav>li>a {
    position: relative;
    display: inline-flex;
    padding: 8px;
    font-size: 16px;
    width: 125.359px;
    height: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,white 100%) !important;
    background-image: -o-linear-gradient(top,#fff 0,white 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(white)) !important;
    background-image: linear-gradient(to bottom,#fff 0,white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='white', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 white, 0 1px 5px white;
    box-shadow: inset 0 1px 0 white, 0 1px 5px white;
}
.navbar-default {
    background-color: white !important;
    border-color: white !important;
}



 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
    
    
    
    .mobil{
        display:block;
    }
    .none{display:none;}
    ul{
        padding:0px;
    }
    
/*    .aze-img img {*/
/*    height: 90px !important;*/
/*}*/
.ht p { font-size: 15px;}
  ul li {font-size: 20px !important;}  
    
    .main-holder {
    overflow: hidden;
    margin: 60px 20px 50px;
}
.ttl-img {
    overflow: hidden;
    height: 150px;
    width: 150px;
    float: right;
    margin: 20px 5px;
}
.tam {
    min-height: 150px;
    overflow: hidden;
}
.logo {
    height: 110px;
}
    
    
    
    
    h1{
        font-size:19px;
    }
    p{
        font-size:12px;
    }
    .navbar-default .navbar-nav>li>a{
        width:100%;
    height: 50px;
    padding: 15px 3px 0px !important;
    }
    
    
  .navbar-nav  {
     display: inline;
     width:100%;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  



.tags {
    float: left;
    padding: 10px 0px 0px;
    text-align: right;
}
.sosial {
    float: right;
}
.li>li{
    width: 100%;
    /*height: 110px;*/
}
.li> li.active > a, .li > li.active > a:hover, .li > li.active > a:focus {
    color: #555;
    background-color: rgba(254, 222, 0, 0.55) !important;
    border-color: transparent !important;
    border-bottom-color: transparent;
} 
.li:not(.opposite-list) .ll:nth-child(2n+1),
.opposite-list .ll:nth-child(2n) {
    background:#ececec;
}
.li>li>a {
    width: 100%;
    border: none;
    color:#777;
    height: 100%;
    padding: 0px !important;
    display: flex;
}