@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700,800&subset=latin-ext,latin);
@import url(//fonts.googleapis.com/css?family=Economica:400,700&subset=latin,latin-ext);
html {
  min-width: 1260px;
}
body {
	background-color: #f3f3f3;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0px;
	padding: 0px;
}
.container {
  width: 1190px;
  margin: 0 auto;
  position:relative;
}
.header {
  height: 92px;
  overflow: hidden;
}
.header .logo {
  float: left;
  margin-top: 5px;
}
.header .call {
  float: right;
  padding-right: 10px;
  padding-top: 55px;
}
.header .call span {
  font-size: 30px;
  font-weight: 800;
  color: #023e7c;
}
.header .call span em {
  color: #ef851f;
  padding: 0 5px;
}
.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.nav {
  background-color: #023e7c;
  height: 80px;
  border-bottom: 1px solid #f3f3f3;
}
.nav .logo-nav {
  float: left;
  margin: 25px 0;
}
.nav ul.menu {
  float: left;
  margin-left: 20px;
}
.nav ul.menu > li:first-child:hover ul {
  display: block;
}
.nav ul.menu > li {
  float: left;
  height: 100%;
  border-left: 1px solid #006dac;
  transition: 0.3s;
}
.nav ul.menu > li:hover {
  background-color: #024a8f;
}
.nav ul.menu > li > a {
  display: block;
  line-height: 80px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.nav ul.menu > li ul {
  display: none;
  position: absolute;
  z-index: 9999;
  min-width: 640px;
  height: 245px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #023e7c;
  border-radius: 0 0 5px 5px;
}
.nav ul.menu > li ul li.line {
  position: absolute;
  top: 55px;
  left: -30px;
  width: 100%;
  background-color: #ef851f;
  height: 1px;
}
.nav ul.menu > li ul li {
  float: left;
  min-width: 110px;
  margin: 0 30px;
}
.nav ul.menu > li ul li h1 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 0;
}
.nav ul.menu > li ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0;
}
.nav ul.menu > li ul li a:hover {
  text-decoration: underline;
}
.nav .search {
  margin-top: 20px;
  position: absolute;
  right:-20px;
}
.nav .search input {
  width: 190px;
  height: 45px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 40px;
  box-sizing: border-box;
  line-height: 45px;
  color: #959596;
  font-style: italic;
  font-weight: 300;
}
.nav .search button {
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url("../images/icon-1.png") no-repeat;
  width: 21px;
  height: 21px;
}
.slider {
  overflow: hidden;
  position: relative;
}
.skdslider{
	height: 600px;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
	width:auto;
}
.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}
.skdslider ul.slides li img{
    position: relative;
left: 50%;
margin-left: -960px;
min-width: 1920px;
max-width: none;
height: 600px;
}

.skdslider .slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
	 margin: 0;
    padding: 0;
}


.skdslider .slide-navs li {
    float: left;
	background: url("../image/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider .slide-navs li.current-slide {
  background: url("../image/slide-bg-active.png") no-repeat scroll 0 0 transparent;
}

.skdslider a.prev{
    background: url("../image/left.png") no-repeat scroll 0 0 transparent;
	width:50px;
	height:60px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:45%;
	left:0%;
	
}

.skdslider a.next{
    background: url("../image/right.png") no-repeat scroll 0 0 transparent;
	width:50px;
	height:60px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:45%;
	right:0%;
	
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play{
    background: url("../image/play.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:44%;
	left:48%;
	
}

.skdslider a.pause{
    background: url("../image/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:44%;
	left:48%;
	
}



.main {
  overflow: hidden;
}
.main .boxes {
  height: 300px;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
.main .boxes .box:last-child {
  margin-right: 0;
}
.main .boxes .box {
  float: left;
  margin-right: 35px;
  width: 370px;
  height: 200px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 3px solid #e3e4e8;
  webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
behavior: url(site/csshover3.htc);
transition: 0.3s;
}
.main .boxes .box:hover img {
  opacity: 0.9;
  border-color: #ffa848;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
behavior: url(site/csshover3.htc);
transition: 0.3s;
}
.main .boxes .box img {
  width: 371px;
  height: 196px;
  border-bottom: 4px solid #f09b46;
  transition: 0.3s;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
behavior: url(site/csshover3.htc);
}
.main .boxes .box span {
  padding-top: 13px;
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #434a54;
}
.main .aside {
  float: left;
  width: 268px;
}
.main .aside .box-left {
  overflow: hidden;
margin-bottom: 20px;
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
behavior: url(site/csshover3.htc);
}
.main .aside .box-left ul {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 10px;
}
.main .aside .box-left ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.main .aside .box-left h1 {
  display: block;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #023e7c;
  padding: 5px 16px;
}
.main .aside .box-left ul li a {
  display: block;
  font-size: 14px;
  color: #a4a9ae;
  font-weight: 400;
  padding-left: 20px;
  transition: 0.3s;
}
.main .aside .box-left ul li a:hover {
  color: #ef851f;
}
.main .aside .box-left ul li img {
  width: 96px;
  height: 96px;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  border-radius: 5px;
}
.main .aside .box-left ul li .q1 {
  float: left;
  margin-top: 45px;
  margin-left: 20px;
  font-size: 14px;
  color: #ed5565;
  font-weight: 600;
}
.main .aside .box-left ul li .q2 {
  float: left;
  margin-left: 20px;
  font-size: 14px;
}
.main .aside .box-left ul li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #768082;
}
.main .aside .box-left ul li input {
  width: 230px;
  height: 35px;
  border: 3px solid #e3e4e8;
  border-radius: 5px;
  font-size: 13px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #9a9ca2;
  font-weight: 300;
  transition: 0.3s;
}
.main .aside .box-left ul li input:focus {
  border-color: #c9cace;
}
.main .aside .box-left ul li button {
  background-color: #023e7c;
  border: none;
  padding: 10px 25px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 800;
  transition: 0.3s;
}
.main .aside .box-left ul li button:hover {
  background-color: #02479e;
}
.main .aside .box-left ul li .active {
  color: #ef851f;
}
.main .aside .box-left ul li:last-child {
  border: none;
}
.center {
  width: 890px;
  float: left;
}
.center .category-otels {
  margin-left: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 3px solid #e3e4e8;
  border-radius: 5px;
  position: relative;
}
.center .category-otels .image-metin {
  overflow: hidden;
  padding-left: 20px;
  padding-bottom:20px;
}
.center .category-otels .image-metin img {
  width: 790px;
  height: 250px;
  border-radius: 5px;
}
.center .category-otels .pclass {
  padding: 20px;
  color: #a4a9ae;
  font-size: 16px;
  line-height: 20px;
}
.center .category-otels h1 {
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #023e7c;
  padding: 5px 20px;
}
.center .category-otels .item {
  float: left;
  width: 269px;
  height: 170px;
  margin-left: 13px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.center .category-otels .item:hover img {
  opacity: 0.8;
}
.center .category-otels .item img {
  width: 269px;
  height: 126px;
  transition: 0.3s;
}
.center .category-otels .item .title {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #ef851f;
  overflow: hidden;
}
.center .category-otels .item .title h2 {
  color: #ef851f;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 5px;
}
.center .category-otels .item .item-bottom {
  min-height: 45px;
  background-color: #023e7c;
}
.center .category-otels .item .item-bottom ul li {
  height: 100%;
  float: left;
  border-right: 1px solid #8d6845;
  min-height: 45px;
}
.center .category-otels .item .item-bottom ul li:last-child {
  border: none;
}
.center .category-otels .item .item-bottom ul li span {
  display: block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.center .category-otels .item .item-bottom ul li span:first-child {
  padding-bottom: 3px;
}
.center .category-otels .item .item-bottom ul li .a {float:left;color: #ef851f; font-weight: 700;font-size:17px;}

.center .category-otels .item .item-bottom ul li .b {float:left;color: #ef851f; font-weight: 700;font-size:17px;}


















.center .category-turs {
  margin-left: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 3px solid #e3e4e8;
  border-radius: 5px;
  position: relative;
}
.center .category-turs h1 {
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #023e7c;
  padding: 5px 20px;
}
.center .category-turs .item {
  float: left;
  width: 269px;
  height: 170px;
  margin-left: 13px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.center .category-turs .item:hover img {
  opacity: 0.8;
}
.center .category-turs .item img {
  width: 269px;
  height: 126px;
  transition: 0.3s;
}
.center .category-turs .item .title {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #ef851f;
  overflow: hidden;
}
.center .category-turs .item .title h2 {
  color: #ef851f;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 5px;
}
.center .category-turs .item .item-bottom {
  min-height: 45px;
  background-color: #023e7c;
}
.center .category-turs .item .item-bottom ul li {
  height: 100%;
  float: left;
  border-right: 1px solid #8d6845;
  min-height: 45px;
}
.center .category-turs .item .item-bottom ul li:last-child {
  border: none;
}
.center .category-turs .item .item-bottom ul li span {
  display: block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.center .category-turs .item .item-bottom ul li span:first-child {
  padding-bottom: 3px;
}
.center .category-turs .item .item-bottom ul li .a {float:left;color: #ef851f; font-weight: 700;font-size:17px;}

.center .category-turs .item .item-bottom ul li .b {float:left;color: #ef851f; font-weight: 700;font-size:17px;}

.footer {
  margin-top: 50px;
}
.footer .footer-top {
  overflow: hidden;
  margin-bottom: 30px;
}
.footer .footer-top .group {
  width: 33%;
  float: left;
}
.footer .footer-top .group:last-child {
  margin-right: 0;
}
.footer .footer-top .group h1 {
  font-size: 17px;
  color: #7f8c8c;
  font-weight: 800;
  padding-bottom: 20px;
}
.footer .footer-top .group ul {
  width: 350px;
}
.footer .footer-top .group ul li {
  float: left;
  width: 50%;
  padding: 7px 0;
  background: url("../images/list-icon.png") no-repeat left;
}
.footer .footer-top .group ul li a {
  display: block;
  color: #777777;
  font-size: 14px;
  padding-left: 18px;
}
.footer .footer-top .group ul li a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  padding-top: 50px;
  background-color: #023e7c;
  height: 225px;
}
.footer .footer-bottom a,
.footer .footer-bottom span {
  display: block;
  font-size: 13px;
  color: #fff;
}
.footer .footer-bottom em {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  padding-left: 14px;
}
.footer .footer-bottom .section-left {
  width: 350px;
  overflow: hidden;
  float: left;
}
.footer .footer-bottom .section-left span {
  padding: 5px 3px;
}
.footer .footer-bottom .section-left a.mail {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  padding-left: 20px;
}
.footer .footer-bottom .section-left a.mail:hover {
  text-decoration: underline;
}
.footer .footer-bottom .section-center {
  float: left;
  margin-left: 40px;
}
.footer .footer-bottom .section-center ul {
  width: 170px;
  float: left;
}
.footer .footer-bottom .section-center ul:first-child {
  margin-right: 25px;
}
.footer .footer-bottom .section-center ul li {
  background: url("../images/list-icon-2.png") no-repeat left;
}
.footer .footer-bottom .section-center ul li a {
  margin: 7px 0;
  padding-left: 15px;
}
.footer .footer-bottom .section-center ul li a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .section-right {
  float: left;
  width: 430px;
}
.footer .footer-bottom .section-right p {
  color: #fff;
  line-height: 20px;
  text-align: right;
  font-size: 12px;
}
.footer .copyright {
  background-color: #02386f;
  height: 50px;
}
.footer .copyright span {
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
}
.footer .copyright .social {
  float: right;
  padding-top: 15px;
}
.footer .copyright .social ul li {
  float: left;
  margin: 0 10px;
}
.customSelect {
  background: url("../images/custom-select.png") no-repeat;
  width: 87px;
  height: 34px;
}
.customSelect-2 {
  background: url("../images/custom-select-2.png") no-repeat;
  width: 149px;
  height: 34px;
}
.customSelectInner {
  text-indent: 35px;
  line-height: 35px;
}
.search-tab {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #e3e4e8;
  margin-bottom: 40px;
}
.search-tab .active2 {
  background-color: #023e7c;
  border-radius: 3px;
}
.search-tab .active2 a {
  color: #ef851f !important;
}
.search-tab .tab-ul {
  overflow: hidden;
}
.search-tab .tab-ul li {
  width: 50%;
  float: left;
}
.search-tab .tab-ul li a {
  display: block;
  text-align: center;
  color: #023e7c;
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
}
.search-tab .tab-content {
  padding: 5px 15px;
  box-sizing: border-box;
}
.search-tab .tab-content ul li {
  min-height: 70px;
}
.search-tab .tab-content ul li a {
  display: block;
  font-size: 12px;
  color: #ef851f;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
  padding-left: 35px;
  margin-right: 40px;
  background: url("../images/icon-8.png") no-repeat left;
}
.search-tab .tab-content ul li a:hover {
  text-decoration: underline;
}
.search-tab .tab-content ul li a em {
  margin-top: 7px;
  display: block;
}
.search-tab .tab-content ul li label {
  position: relative;
}
.search-tab .tab-content ul li img {
  position: absolute;
  top: 33px;
  right: 10px;
}
.search-tab .tab-content ul li .datepicker {
  text-indent: 25px;
}
.search-tab .tab-content ul li input {
  width: 98%;
  height: 35px;
  border: 3px solid #e3e4e8;
  border-radius: 5px;
  font-size: 12px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #9a9ca2;
  font-weight: 300;
  transition: 0.3s;
}
.search-tab .tab-content ul li input:focus {
  border-color: #c9cace;
}
.search-tab .tab-content ul li select {
  text-align: center;
  color: #9a9ca2;
  font-weight: 300;
  font-size: 12px;
}
.search-tab .tab-content ul li span {
  display: inline-block;
  color: #768082;
  font-size: 13px;
  margin-bottom: 7px;
}
.search-tab .tab-content ul li h2 {
  color: #768082;
  font-size: 13px;
  margin-bottom: 7px;
}
.search-tab .tab-content button {
  float: right;
  margin-right: 6px;
  border: none;
  background-color: #023e7c;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.search-tab .tab-content button:hover {
  background-color: #024697;
}
.search-tab .tab-content button span {
  display: block;
  text-align: center;
  background: url("../images/icon-2.png") no-repeat right;
  color: #fff !important;
  padding-right: 25px;
  margin-bottom: 0 !important;
}
.center p.content-p {
  margin: 20px;
  color: #a4a9ae;
  font-size: 12px;
  line-height: 20px;
}
.center .pagination {
  width: 100%;
  overflow: hidden;
}
.center .pagination ul {
  width: 419px;
  float: right;
  margin-bottom: 20px;
}
.center .pagination ul li {
  float: left;
  background-color: #ef851f;
  width: 40px;
  height: 37px;
  margin: 0 2px;
  transition: 0.3s;
  border-bottom: 3px solid #fb7c02;
}
.center .pagination ul li:hover {
  background-color: #ff8f21;
}
.center .pagination ul li:first-child a {
  font-weight: 800;
  font-size: 17px;
}
.center .pagination ul li:last-child a {
  font-weight: 800;
  font-size: 17px;
}
.center .pagination ul li a {
  display: block;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.center .otel-detail {
  margin-left: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 3px solid #e3e4e8;
  border-radius: 5px;
}
.center .otel-detail .otel-title {
  height: 70px;
  overflow: hidden;
  background-color: #023e7c;
  border-radius: 3px;
  border-bottom: 3px solid #ef851f;
}
.center .otel-detail .otel-title h1 {
  font-size: 27px;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  float: left;
  width: 470px;
}
.center .otel-detail .otel-title ul {
  padding-left: 0px;
  padding-top: 10px;
  width: 250px;
  float: left;
}
.center .otel-detail .otel-title li {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.center .otel-detail .otel-title li span {
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
}
.center .otel-detail .otel-title li.s1 {
  background: url("../images/icon-4.png") no-repeat left;
  height: 19px;
}
.center .otel-detail .otel-title li.s2 {
  background: url("../images/icon-6.png") no-repeat left;
  height: 19px;
}
.center .otel-detail .otel-title li.s3 {
  background: url("../images/icon-5.png") no-repeat left;
  height: 19px;
}
.center .otel-detail .otel-title li.s4 {
  background: url("../images/icon-7.png") no-repeat left;
  height: 15px;
}
.center .otel-detail .otel-title .off-take {
  width: 100px;
  height: 70px;
  float: right;
  background-color: #ef851f;
  border-radius: 3px;
}
.center .otel-detail .otel-title .off-take span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.center .otel-detail .otel-title .off-take span:first-child {
  padding-top: 10px;
}
.center .otel-detail .otel-slider {
  width: 605px;
  float: left;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 10px;
}
.center .otel-detail .otel-slider ul.big {
  overflow: hidden;
}
.center .otel-detail .otel-slider ul.big li img {
  width: 602px;
  height: 254px;
  transition: 0.3s;
}
.center .otel-detail .otel-slider .list {
  width: 605px;
  height: 80px;
}
.center .otel-detail .otel-slider .list ul.small {
  margin-top: 5px;
}
.center .otel-detail .otel-slider .list ul.small li {
  float: left;
  width: 119px !important;
  margin-right: 2px;
}
.center .otel-detail .otel-slider .list ul.small li:last-child {
  margin-right: 0;
}
.center .otel-detail .otel-slider .list ul.small li img {
  width: 119px;
  height: 79px;
  transition: 0.3s;
}
.center .otel-detail .otel-slider .list ul.small li img:hover {
  opacity: 0.9;
}
.center .otel-detail .right-bar {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  width: 230px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #033d7d;
  min-height: 226px;
}
.center .otel-detail .right-bar h1 {
  display: block;
  text-align:center;
  font-size: 30px;
  font-weight: 500;
  color: #f78b33;
  margin-top:10px;
  margin-left: 15px;
  font-weight:700
}
.center .otel-detail .right-bar span.r1 {
  font-size: 20px;
  text-align:center;
  margin-top:30px;
  display: block;
  margin-left: 10px;
  color: #fff;
  font-weight:700;
 
}
.center .otel-detail .right-bar span.r2 {
  font-size: 23px;
  display: block;
  text-align: center;
  margin-left: 15px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}
.center .otel-detail .right-bar .bot {
  margin-top: 30px;
  background-color: #fb7c02;
  height: 65px;
}
.center .otel-detail .right-bar .bot span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.center .otel-detail .right-bar .bot span:first-child {
  padding-top: 5px;
  font-size: 18px;
}
.center .otel-detail .right-bar .bot span:last-child {
  font-size: 30px;
  padding-top: 5px;
}

.center .otel-detail .social-bar{float:right; margin-right: 10px;}

.center .otel-detail .social-bar .facebook img {
  padding-left: 5px;
  margin-right: 7px;
}
.center .otel-detail .social-bar img {
  height: 82px;
  margin-top: 10px;
  float: left;
  transition: 0.3s;
  border-radius: 3px;
}
.center .otel-detail .social-bar img:hover {
  opacity: 0.9;
}
.center .price-calculate {
  overflow: hidden;
}
.center .price-calculate h1 {
  display: block;
  width: 240px;
  line-height: 50px;
  height: 50px;
  padding-left: 10px;
  background-color: #f6f8fa;
  margin: 10px;
  border: none;
  font-weight: 600;
  font-size: 21px;
  color: #023e7c;
  border-radius: 5px;
}
.center .price-calculate ul {
  float: left;
  width: 98%;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
}
.center .price-calculate ul li {
  float: left;
}
.center .price-calculate ul li:last-child {
  margin-left: 20px;
  margin-top: 2px;
}
.center .price-calculate ul li label {
  position: relative;
  float: left;
}
.center .price-calculate ul li img {
  position: absolute;
  top: 33px;
  right: 10px;
}
.center .price-calculate ul li .datepicker {
  text-indent: 25px;
}
.center .price-calculate ul li input {
  width: 150px;
  height: 35px;
  border: 3px solid #e3e4e8;
  border-radius: 5px;
  font-size: 12px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #9a9ca2;
  font-weight: 300;
  transition: 0.3s;
}
.center .price-calculate ul li input:focus {
  border-color: #c9cace;
}
.center .price-calculate ul li select {
  text-align: center;
  color: #9a9ca2;
  font-weight: 300;
  font-size: 12px;
}
.center .price-calculate ul li span {
  display: inline-block;
  color: #768082;
  font-size: 13px;
  margin-bottom: 7px;
}
.center .price-calculate ul li h2 {
  color: #768082;
  font-size: 13px;
  margin-bottom: 7px;
}
.center .price-calculate button.hesapla {
  float: left;
  margin-top: 0px;
  border: none;
  cursor: pointer;
  background-color: #023e7c;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}
.center .price-calculate button.hesapla:hover {
  background-color: #024b98;
}
.center .room-info {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
}
.center .room-info .tour-resize thead tr th:first-child {
  width: 70%;
}
.center .room-info .tour-resize thead tr th:last-child {
  width: 30%;
}
.center .room-info .tour-resize tbody button {
  margin-left: 20px !important;
}
.center .room-info table {
  width: 99%;
}
.center .room-info table thead tr {
  width: 100%;
  height: 50px;
  background-color: #023e7c;
  border-radius: 5px;
  cursor: default;
}
.center .room-info table thead tr th {
  width: 50%;
  padding-left: 15px;
  text-align: left;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.center .room-info table thead tr th:first-child {
  border-radius: 5px 0 0 0;
  border-right: 1px solid #023263;
}
.center .room-info table thead tr th:last-child {
  border-radius: 0 5px 0 0;
}
.center .room-info table tbody {
  width: 800px;
}
.center .room-info table tbody tr {
  height: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e6e6;
  transition: 0.3s;
  cursor: default;
}
.center .room-info table tbody tr:hover {
  background-color: #fff;
}
.center .room-info table tbody tr td {
  font-size: 16px;
  color: #ef851f;
  padding: 5px 15px;
}
.center .room-info table tbody tr td:first-child {
  border-right: 1px solid #e5e6e6;
}
.center .room-info table tbody tr td button {
  margin-left: 160px;
  border: none;
  cursor: pointer;
  background-color: #023e7c;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}
.center .room-info table tbody tr td button:hover {
  background-color: #024ea1;
}
.center .tab-info {
  margin-top: 30px;
  margin-left: 10px;
  overflow: hidden;
}
.center .tab-info .active3 {
  background-color: #f8f8f8;
}
.center .tab-info .active3 a {
  color: #7f8c8c;
}
.center .tab-info ul {
  overflow: hidden;
}
.center .tab-info ul li {
  float: left;
width: 167px;
margin-right: 1px;
background-color: #023e7c;
border-radius: 5px 5px 0 0;
height: 50px;
}
.center .tab-info ul li a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.center .tab-info-content {
  margin-left: 10px;
  width: 870px;
  min-height: 545px;
  box-sizing: border-box;
  padding: 15px;
  background-color: #f8f8f8;
  font-size: 13px;
line-height: 17px;
color: #333;
}
.center .tab-info-content .title-table {
  height: 50px;
  background-color: #023e7c;
  border-bottom: 3px solid #ef851f;
  border-radius: 5px 5px 0 0;
}
.center .tab-info-content .title-table span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  padding-left: 15px;
}
.center .tab-info-content .table-1 {
  overflow: hidden;
  width: 870px;
}
.center .tab-info-content .table-1 span {
  display: block;
}
.center .tab-info-content .table-1 thead {
  background-color: #023e7c;
}
.center .tab-info-content .table-1 thead tr {
  width: 800px;
  height: 40px;
}
.center .tab-info-content .table-1 thead tr th {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding-top: 7px;
}
.center .tab-info-content .table-1 tbody .boldspan {
  font-weight: 700;
}
.center .tab-info-content .table-1 tbody tr {
  background-color: #fff;
  height: 30px;
}
.center .tab-info-content .table-1 tbody tr:nth-of-type(2n) {
  background-color: #f6f8fa;
}
.center .tab-info-content .table-1 tbody tr td {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #a4a9ae;
}
.center .tab-info-content .table-1 tbody tr td:last-child span {
  font-size: 10px;
}
.center .tab-info-content .table-2 thead {
  background-color: #023e7c;
}
.center .tab-info-content .table-2 thead tr th {
  padding-top: 10px;
  padding-bottom:10px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.center .tab-info-content .table-2 tbody tr td {
  font-size: 13px;
  color: #a4a9ae;
  border-bottom: 2px solid #93999e;
  border-right: 2px solid #93999e;
  text-align: center;
  line-height: 16px;
  padding-top: 10px;
}
.center .tab-info-content h1 {
  display: block;
  font-weight: 700;
  font-size: 28px;
  color: #ef851f;
  margin-bottom: 10px;
}
.center .tab-info-content p {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.center .tour-info {
  width: 605px;
  min-height: 260px;
  float: left;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 10px;
}
.center .tour-info .right-block {
  float: left;
  margin-left: 10px;
  width: 280px;
  background-color: #f6f8fa;
  min-height: 318px;
}
.center .tour-info .right-block ul {
  padding-left: 3px;
}
.center .tour-info .right-block ul li {
  margin: 15px 0;
}
.center .tour-info .right-block ul li.t1 {
  background: url('../images/icon-9.png') no-repeat left center;
 margin-bottom: 10px;
}
.center .tour-info .right-block ul li.t2 {
  background: url('../images/icon-11.png') no-repeat left center;
  margin-bottom: 10px;
    min-height:19px;
}
.center .tour-info .right-block ul li.t3 {
  background: url('../images/icon-10.png') no-repeat left center;
  margin-bottom: 10px;
    min-height:21px;
}
.center .tour-info .right-block ul li span {
  display: block;
  font-size: 13px;
  color: #ef851f;
  padding-left: 35px;
}
.center .tour-info .right-block a {
  display: block;
  float: right;
  font-size: 14px;
  color: #ef851f;
  font-weight: 700;
  margin-top: 80px;
  margin-right: 20px;
  padding-left: 30px;
  background: url("../images/icon-12.png") no-repeat left;
  height: 16px;
}
.center .tour-info .right-block a:hover {
  text-decoration: underline;
}
.center .tour-info img {
  float: left;
  width: 312px;
  height: 318px;
}
.social-buttons {
  position: absolute;
  top: 25px;
  left: 300px;
  width: 400px;
}
.social-buttons li {
  float: left;
}
.padded-table input{
	background-color:#fff;	
	border:3px solid #e3e4e8;
	border-radius:5px;
	text-indent:10px;
	color:#9a9ca2;
	font-size:13px;
	height:30px;
	margin-bottom: 5px;
	
}
.padded-table textarea{
	width:260px;
	height:70px;
	resize:none;
	background-color:#fff;	
	border:3px solid #e3e4e8;
	border-radius:5px;
	text-indent:10px;
	color:#9a9ca2;
	font-size:13px;
	box-sizing:border-box;
	padding:10px;
	
}
.padded-table tr{
	height:10px;
}

.padded-table{
	padding-top:20px;
	color:#9a9ca2;
	font-size:13px;
}
#rez {
	padding-top:20px;
	padding-left:15px;
}
#rez span{
	display:block;
	color:#9a9ca2;
	font-size:14px;
	margin-bottom:20px;
}

.padded-table-2{}

.padded-table-2 input {
	behavior: url(danisman/PIE.htc);
	position: relative;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0 0 0px  rgba(0,0,0,0.1),
            0 0 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 0px  rgba(0,0,0,0.1),
            0 0 0px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0px  rgba(0,0,0,0.1),
            0 0 0px rgba(0,0,0,0.1);
	background-color: #E8E8E8;
	text-indent: 5px;
	line-height: 27px;
}

 .arama-input {
	background:url(resim/input-b-fon.png);
	background-repeat:no-repeat;
	width:275px; height:27px;
	line-height:27px;
	background-color: white;
}
.padded-table-2{
	font-family:'Open Sans',sans-serif;
	color:#777;
	font-size:14px;
}
.padded-table-2 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cizgili {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
	line-height: 20px;
}

table.padded-table-2 td {
	padding:3px;
	height: 16px;
	}
table.padded-table-2 td input {
	padding:2px;
}
table.padded-table-2 td select {
	padding:2px;
}
table.padded-table-arama td {
	padding:3px;
	height: 16px;
}
.turreskare {width:269px; height:126px}

.center .category-otels h1 a{
	line-height: 60px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #023e7c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform:uppercase;
}

.center .category-turs h1 a{
	line-height: 60px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #023e7c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform:uppercase;
}
a.grupotellink {color: #ef851f;
font-size: 12px;
font-weight: 700;
text-transform:uppercase;
}

.oteltab_aktif {background-color: #023e7c;
webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(site/csshover3.htc);}

.oteltab_aktif a {color: #ef851f !important;}

.styled {
	width: 87px;
	height: 34px;
}
.styled2 {
	width:149px;
	height:34px;
}
.styled3 {
	width: 108px;
	height: 29px;
}


.select {
	position: absolute;
	width: 87px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background-image: url(../images/selectk.png);
	background-repeat: no-repeat;
	text-indent: 5px;
	padding-right: 10px;
}
.select2 {
	position: absolute;
	width: 149px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background-image: url(../images/selectm.png);
	background-repeat: no-repeat;
	text-indent: 5px;
	top:0;
}
.select3 {
	position: absolute;
	width: 243px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	background-image: url(../images/selectb.png);
	background-repeat: no-repeat;
	text-indent: 5px;
}


.sayfakutu {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	height: 30px;
	width: 40px;
	background-color: #FCB900;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #c4dce8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url(site/csshover3.htc);
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
	z-index: 1;
}
.sayfakutu:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	height: 30px;
	width: 40px;
	border: 1px solid #003366;
	background-color: #B13870;
	color: #FFFFFF;
	line-height: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(site/csshover3.htc);
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
	z-index: 1;
}
.sayfakutu .normallink {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none !important;
}
	
.style6 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

.nlink {
	color: #003399;
	text-decoration: none;
}
.nlink:hover {
	color: #FF0000;
	text-decoration: none;
}
.tumotellerlink {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}


.normallink {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.normallink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.urungrupbaslik {
	padding-left: 10px;
}
.urungrupblink {
	color: #006699;
	text-decoration: none;
}
.urungrupblink:hover {
	color: #FF3300;
	text-decoration: none;
}

.row1{
	background-color: #FFF;
	font-size:11px;
}
.row2 {
	background-color: #D3E7FE;
	border: 1px solid #CCC;
	font-size:11px;
}
.row3 {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size:11px;
}

.fiyattablobaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}
.fiyattabloindirimsutun {
	background-color: #CCE8FF;
}
.fiyattablobaslikindirim {
	color: #FFFFFF;
	background-color: #FF0000;
}
.kirmizi {
	color: #D60E14;
}
.kutu1 {
	background-color: #F8F8F8;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCC;
}
.kutu1 li {
	list-style-image: none;
	list-style-type: none;
}.yapimasamasi {
	background-image: url(../yapimasamasi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1100px;
}
.turbaslik {color: #ef851f;
font-size: 12px;
font-weight: 700;
line-height: 25px;}

.turfiyatbaslik {height: 50px;
background-color: #023e7c;
font-weight: 700;
font-size: 14px;
color: #fff;
border-radius: 5px 5px 0 0;
cursor: default; border-right:2px solid #FFF;}

.fiyat table{width:98% !important;}

.fiyat .turfiyatsatir2 {font-size: 13px;
color: #a4a9ae;
border-bottom: 2px solid #93999e;
border-right: 2px solid #93999e;
text-align: center;
line-height: 16px;
padding-top: 10px;
padding-bottom:10px;}

.fiyat .turfiyatsatir1 {font-size: 13px;
color: #a4a9ae;
border-bottom: 2px solid #93999e;
border-right: 2px solid #93999e;
text-align: center;
line-height: 16px;
padding-top: 10px;
padding-bottom:10px;}

.turgunbaslik {display: block;
font-weight: 700;
font-size: 28px;
color: #ef851f;
margin-bottom: 10px;}

.rezalan1baslik td{padding-left: 15px;
text-align: left;
line-height: 50px;
color: #fff;
font-size: 16px;
font-weight: 800; height: 50px;
background-color: #023e7c;
cursor: default;}

.rezalan1baslik td:first-child {
border-radius: 5px 0 0 0;
border-right: 1px solid #023263;
}

.rezalan1baslik td:last-child {
border-radius:  0 5px 0 0;
}


#gallery ul a img{float:left; margin-bottom:10px; margin-right: 10px; -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: #666 0px 0px 5px;
-moz-box-shadow: #666 0px 0px 5px;
box-shadow: #666 0px 0px 5px;
behavior: url(danisman/PIE.htc);
	position: relative;
}

ul.otellistebolgeler {width: 95%; margin:auto;}

ul.otellistebolgeler li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/list-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

ul.otellistebolgeler li a{color:#333; font-size:13px;}


.category-otels ul {width: 95%; margin:auto;}
.category-otels ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/list-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

.category-otels ul li.satir{float:none;margin-right:10px;margin-bottom:10px;margin-top:10px;background-image:url(../images/list-icon.png);background-repeat:no-repeat;background-position:left center;text-indent:15px}
.category-otels ul li.baslik{
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 0;
	color: #EF8324;
	font-size: 21px;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #ddd;
}
.category-otels ul li.satir a{color:#333;font-size:13px}

.category-otels ul li a{color:#333; font-size:13px;}

.item-bottom ul {width: 100% !important;}

.item-bottom ul li {
	background-image:none;
	text-indent: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	float:left;
}

.loading {
	z-index:9;
	width:628px;
	height:80px;
	background:url(resim/lutfen-bekle.gif);
	color:#FFF;
	font-size:20px;
	line-height:30px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#rezalan1 {padding-top:10px;}

.hotelsproaramalinki a {color:#333;}

.ac_results {width: 190px !important; z-index:9999;}

.item-bottom ul li span span.a {float:left !important;}







#menu {
	float: left;
margin-left: 10px;
position:relative;
}
#menu ul {
	float: left;
height: 100%;
border-left: 1px solid #006dac;
transition: 0.3s;;
}
#menu ul li {
	float: left;
height: 100%;
border-left: 1px solid #006dac;
transition: 0.3s;
}
#menu ul li:hover {
  background-color: #024a8f;
}

#menu ul li:first-child{float: left;
height: 100%;
border-left: none !important;
transition: 0.3s;}

#menu ul li a {display: block;
line-height: 80px;
padding: 0 8px;
font-size: 14px;
font-weight: 600;
color: #fff;}

#menu a:first-child {
	display: block;
	line-height: 80px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	position:relative;
	padding-right:15px;
}

#menu a:first-child:hover {background-color: #024a8f}

.megamenu{
	position: absolute;
	left: 0;
	top: 0;
	font: normal 12px Verdana;
	z-index: 9999;
	min-width: 640px;
height: 245px;
box-sizing: border-box;
padding: 20px;
	display: none;
	background-color: #023e7c;
border-radius: 0 0 5px 5px;
}

.megamenu .column{
float: left;
width: 180px;
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.megamenu .column ul li a:hover{
text-decoration:underline;
}
a#megaanchor {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display:block;
	background:url(../resim/asagi-drop.png);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:3px;
}

.megamenu .column ul li a:hover{
color: red;
}

.megamenu h2 {
font-size: 17px;
font-weight: 400;
letter-spacing: -1px;
margin: 7px 0 10px 2px;
padding-bottom: 10px;
border-bottom: 1px solid #ef851f;
color: #fff;
}

.megamenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: left;
}

.turprogramgun {width:91%; margin:auto;}


.odafiyat ul {position: relative;}
.odafiyat ul li {position: relative;}
.cocuk-fiyat-detaylari:before {
        display: block;content: "";position: absolute;right: 10%;margin-right: -10px;top: -10px;border-style: solid;border-width: 0 10px 10px 10px;border-color: transparent transparent #333333 transparent;}
.cocuk-fiyat-detaylari {display: none;position: absolute;width: max-content;background: #333333;color: #fff;border-radius: 5px;box-shadow: 0px 0px 5px #00000061; z-index: 9;right: 0;margin-top: 5px;}
.cocuk-fiyat-detaylari .baslik {display: flex;}
.cocuk-fiyat-detaylari .satir {display: flex;}
.cocuk-fiyat-detaylari .baslik .col {padding: 10px;width: calc(100%/5);text-align: center;border-bottom: 1px solid #666666;border-right: 1px solid #666666;}
.cocuk-fiyat-detaylari .baslik .col:last-child {border-right: 0;}

.cocuk-fiyat-detaylari .satir .col {padding: 10px;width: calc(100%/5);text-align: center;border-bottom: 1px solid #666666;border-right: 1px solid #666666;}

.cocuk-fiyatlari-goster {display: block;}
.cocuk-fiyatlari-goster:hover~.cocuk-fiyat-detaylari,
.cocuk-fiyat-detaylari:hover {
    display: block;
}