/* ======================================================
   # General
   =================================================== */
* {
	margin: 0;
	padding: 0
	}
body {
	font-family: "Oswald", Serif, Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
	font-weight:300;
    color: #2a2a2a
	}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: 400
	}
a {
	font-size: 14px;
	color: #2a2a2a;
	text-decoration: none
	}
a:hover {
	color: #aca089;
	text-decoration: none
	}
a:focus {
	text-decoration: none;
	outline: none
	}
a:visited {
	text-decoration: none
	}
b, strong {
	font-weight: 400 !important
	}
img {
	max-width: 100%;
	vertical-align: middle
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
::-moz-selection {
    background: #aca089;
    color: #fff
	}
::selection {
    background: #aca089;
    color: #fff
	}
/* ======================================================
   *** Logo
   =================================================== */
#logo {
    margin-left: 15px;
	margin-bottom: -62px;
	padding-top: 24px
    }
#logo img {
	width: 240px;
	height: 50px
    }
#logo .modul-phone {
    display: none
    }
/* ======================================================
   *** Phone
   =================================================== */
.navbar-menu .modul-phone-md {
	margin-left: 12px;
	margin-right: 30px;
	padding: 10px 24px;
	line-height: 72px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer
    }
.navbar-menu .modul-phone-md {
	 color: #2a2a2a;
	 border: 1px solid #2a2a2a
    }
/* ======================================================
   *** Header Topbar
   =================================================== */
@media (min-width:768px) {
  .topbar {
	height: 40px;
	background-color: #fff
	}
  .scrolled.topbar {
    height: 0;
	background-color: transparent
	}
  .topbar .header-topbar {
	margin-left: 15px;
    padding: 10px 0;
	color: #878787;
	font-size: 13px;
	font-weight: 300
    }
  .scrolled.topbar  .header-topbar {
    display: none;
	}
  .topbar .navbar-menu {
	border-top: 1px solid #eee
	}
  .scrolled.topbar .navbar-menu {
    border-top: 1px solid transparent
	
	}
}
/* ======================================================
   *** Menu
   =================================================== */
nav {
	position: relative
	}
.navbar-menu {
	height: 91px;
    text-transform: uppercase;
	background-color: #fff;
	border-bottom: 2px solid #ccc
	}
.navbar-menu .nav > li {
    border-bottom: 2px solid transparent
    }
.navbar-menu .nav > li:hover {
    border-bottom: 2px solid #aca089
	}
.navbar-menu .nav > li.current-menu-item {
    border-bottom: 2px solid #aca089
	}
.navbar-menu .nav > li > a {
	color: #2a2a2a;
	padding: 0 14px;
	font-weight: 400;
	line-height: 76px    
	}
.navbar-menu .nav > li > a:hover,
.navbar-menu .nav > li > a:focus {
    color: #2a2a2a;
    background-color: transparent
	}
.navbar-menu .nav > .active > a,
.navbar-menu .nav > .active > a:hover,
.navbar-menu .nav > .active > a:focus {
    color: #2a2a2a
    }
.navbar-menu .nav .open > a,
.navbar-menu .nav .open > a:hover,
.navbar-menu .nav .open > a:focus {
    background-color: transparent;
    border-color: none
    }
@media(min-width: 768px) and (max-width: 992px) {
  #logo {
	padding-top: 20px
    }
  #logo img {
	width: 182px;
	height: 38px
    }
  .navbar-menu {
	height: 79px;
	}
  .navbar-menu .nav > li > a {
    font-size: 13px;
    font-weight: 300;
    padding: 0 8px
	} 
  .navbar-menu .modul-phone-md {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px
    }
}
/* ======================================================
   *** Toggler
   =================================================== */
.navbar-toggle {
	position: absolute;
    top: 0;
    right: 0
	}
.navbar-toggle {
    border-color: #999
	}
.navbar-toggle:hover {
    background-color: #eee
	}
.navbar-toggle .icon-bar {
    background-color: #999
	}   
/* ======================================================
   *** Menu Mobile
   =================================================== */
@media(min-width:0) and (max-width:767px) {
   .topbar .header-topbar {
	display: none
	}
  .navbar-menu .dropdown-menu {
    display: none
	}
  .navbar-menu .modul-phone-md {
	display: none
    }
  #logo {
    margin-bottom: 17px;
	padding-top: 8px
    }
  #logo img {
	width: 182px;
	height: 38px
    }
  #logo .modul-phone {
    display: inline-block
    }
  #logo button {
	position: absolute;
    top: 54px;
    right: 0;
    left: 0;
    margin: auto
    }
  #logo .modul-phone .btn-lg {
	height:50px;
    font-size: 20px;
	font-weight:400;
    line-height: 1.4;
    background-color: #aca089;
    border-radius: 0;
	border: none
    }
  #logo .modul-phone a {
	color: #fff;
	text-decoration: none;
	cursor: pointer
    }
  #logo button:hover, #logo button:focus {
	color: #fff
    }
  #logo .modul-phone .fa-phone-square {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	padding-right: 10px
    }
  .navbar-menu {
    background-color: #fff;
	border-bottom: 2px solid #ccc;
	height:114px;
	}
  .navbar-menu .nav {
	margin-top: 50px;
	margin-bottom: 0;
	background-color: #eee;
	border-bottom: 1px solid #ccc
    }
  .navbar-menu .nav > li:first-child {
	padding-top: 12px
    }
  .navbar-menu .nav > li:last-child {
	padding-bottom: 12px
    }
  .navbar-menu .nav > li {
    margin-bottom: 0;
    border-bottom: none
	}
  .navbar-menu .nav > li:hover {
    border-bottom: none
	}
  .navbar-menu .nav > li.current-menu-item {
    border-bottom: none
	}
  .navbar-menu .nav > li > a {
	padding: 12px 14px;
	font-weight: 300;
    line-height: 20px
	}
  .navbar-menu .nav > .active > a,
  .navbar-menu .nav > .active > a:hover,
  .navbar-menu .nav > .active > a:focus {
    color: #2a2a2a;
    background-color: transparent
	} 
}
@media(min-width: 560px) and (max-width:767px) { 
  #logo .modul-phone .btn-lg {
	width: 96%
    }
}
@media(min-width: 420px) and (max-width: 559px) { 
  #logo .modul-phone .btn-lg {
	width: 94%
    }
}
@media(min-width:0) and (max-width: 419px) { 
  #logo .modul-phone .btn-lg {
	width: 90%
    }
}
/* ======================================================
   *** Dropdown
   =================================================== */
.dropdown-menu {
    top: 76px;
    padding: 0; 
    margin: 0;
    text-align: left;
    list-style: none;
    border-top: 2px solid #aca089;
    border-radius: 0;
    -webkit-box-shadow: none;
     box-shadow: none
	}
.dropdown-menu > li > a {
	font-weight: 300;
    line-height: 22px
	}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent
	}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #aca089;
    background-color: #fff
	}
@media(min-width: 0) and (max-width: 767px) {
  .dropdown-menu {
	border-top: none
	}
}
/* ======================================================
   *** Page Slider
   =================================================== */
.module-header-slider {
	margin-top: 90px
	}
.module-header-slider img {
	width: 100%
	} 
.module-overflow {
    position: relative;
    overflow: hidden;
	text-align: center
    }
.module-box {
    position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
.module-title {
	font-weight: 300;
	letter-spacing: 0.75px;
	vertical-align: middle;
    }
.module-title strong {
	color: #484848;
	font-size: 24px;
	font-weight: 300;
	padding: 8px 24px;
	background: #fff;
	opacity: 0.75
    }
.module-text {
	margin-top: 25px;
	color: #fff;
	font-size: 18px;
    }
@media(min-width: 992px) and (max-width: 1200px) {
  .module-box {
	top: 60%;
    }
  .module-title strong {
	font-size: 20px;
	padding: 6px 20px;
    }
.module-text {
	margin-top: 20px;
	font-size: 16px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
  .module-header-slider {
	margin-top: 78px
	}
  .module-box {
	top: 60%
    }
  .module-title strong {
	font-size: 18px;
	padding: 6px 18px;
    }
  .module-text {
	margin-top: 15px;
	font-size: 14px;
    }
}
@media(min-width: 0) and (max-width: 767px) {
  .module-header-slider {
	margin-top: 12px
	}
}
@media(min-width: 480px) and (max-width: 767px) {
  .module-box {
	top: 50%
    }
  .module-title strong {
	font-size: 18px;
	padding: 6px 18px;
    }
  .module-text {
	margin-top: 15px;
	font-size: 14px;
    }
}
@media(min-width: 0) and (max-width: 479px) {
  .module-box {
	display: none;
    }
}
/* ======================================================
   *** Single Slider
   =================================================== */
.module-header-image {
	margin-top: 20px;
	text-transform: uppercase
	}
.module-header-image img {
	width: 100%;
	border-bottom: 1px solid #ccc
	}   
.module-header-image .m-overflow {
    position: relative;
    overflow: hidden;
    margin-bottom: 74px
    }
.module-header-image h1 {
    max-width: 100%;
    margin-top: -64px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.75px
    }
@media(min-width: 992px) and (max-width: 1200px) {
  .module-header-image {
	margin-top: 40px
	}
  .module-header-image h1 {
    margin-top: -65px
    }
}
@media(min-width: 768px) and (max-width: 991px) {
  .module-header-image {
	margin-top: 50px
	}
  .module-header-image h1 {
	font-size: 22px;
    margin-top: -60px
    }
}
@media(min-width: 480px) and (max-width: 767px) {
  .module-header-image {
	margin-top: 10px
	}
  .module-header-image h1 {
	font-size: 18px;
    margin-top: -40px
    }
}
@media(min-width: 0) and (max-width: 479px) {
  .module-header-image {
	margin-top: 12px
	}
  .module-header-image img {
		height: 75px
	}
  .module-header-image h1 {
	font-size: 18px;
    margin-top: -40px
    }
}
/* ======================================================
   *** Home
   =================================================== */
.header {
    margin:80px auto 120px auto
    } 
.header h1 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px
	}
.header h1:after {
	content: "";
	display: block;
	width: 10%;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #aca089
	}
.header p {
	width: 86%;
	margin: auto;
	letter-spacing: 0.5px;
	text-align: center
	}
@media(min-width: 992px) and (max-width: 1200px) {
  .header p {
	  width: 100%;
	  }
}
@media(min-width: 0) and (max-width: 992px) {
  .header p {
	  width: 100%;
	  text-align: left
	  }
}
@media(min-width: 768px) and (max-width: 992px) {
  .header {
	  margin:60px auto 100px auto
	  }
  .header h1 {
	font-size: 18px
	}
}
@media(min-width: 480px) and (max-width: 767px) {
  .header {
	  margin:40px auto 80px auto
	  }
  .header h1 {
	font-size: 16px
	}
}
@media(min-width: 0) and (max-width: 479px) {
  .header {
	  margin:20px auto 60px auto
	  }
  .header h1 {
	  font-size: 14px
	  }
  .header h1:after {
	margin: 0 auto 10px auto
	}
}
.izmir-cesme-transfer {
	float: right;
	width: 180px;
	height: 256px
	}
@media(min-width: 0) and (max-width: 992px) {
  .izmir-cesme-transfer {
	  display: none
	  }
}
/* ==========  İnformation  ========== */
.info {
	background-color: #484848;
	color: #fff;
	min-height: 125px;
	padding: 15px 15px;
	}
.info-box {
	margin-top: 18px
	}
.info-box h1 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase
	}
.info-box h3 {
	font-size: 14px;
	font-weight: 300
	}
.info-box-btn {
	text-align: right;
	margin-top: 18px
    }
.info-box-btn .btn {
	font-size: 16px;
    font-weight: 400;
	width: 240px
    }
@media(min-width: 992px) and (max-width: 1240px) {
  .info-box-btn .btn {
	width: 200px
    }
}
@media(min-width: 0) and (max-width: 991px) {
  .info {
	padding: 0 0 20px 0;
	}
  .info-box-btn .btn {
	width: 100%
	}
}	
/* ==========  Service  ========== */
.service {}
.service .col-sm-4 {
	padding-left: 0;
    padding-right: 0
	}
.service .col-sm-4 .service-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
    }
.service h3 {
    margin-top: 0;
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase
    }
.service-inner-icon {
    text-align: left
    }
.service-inner-icon p {
    margin-left: 80px
    }
.service-inner-icon .fa {
    float: left;
	width: 50px;
    height: 50px;
    margin-top: -10px;
	margin-right: 30px;
    margin-bottom: 0;
	color: #aca089;
	font-size:50px;
	text-align: center
    }
@media(max-width:767px) {
    .service .col-sm-4 {
	  margin-bottom: 25px
    }	
}
/* ==========  Pricing  ========== */
.pricing {}
.pricing h4 {
	margin: 25px auto 50px auto;
	font-size: 20px;
	font-weight: 400;
    line-height: 1;
	text-align: center;
    text-transform: uppercase
    }
.pricing img {
	width: 100%;
	padding: 25px 0
    }
.pricing .pricing-width {
	width: 100%
    }
.pricing .pricing-width-small {
	width: 78%
    }
.pricing .pricing-box {
	margin: 0 auto 40px auto
    }
.pricing .pricing-inner {
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #ccc
    }
.pricing .pricing-inner:before {
	content:"";
	display: block;
	width: 33.33%;
	margin: 0 auto;
	margin-top: -20px;
	border-top: 10px solid #aca089
    }
.pricing .pricing-title {
	padding-top: 45px;
    color: #2a2a2a;
    font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase
    }
.pricing .pricing-list {
	padding-bottom: 25px;
    font-size: 36px;
    font-weight: 600;
    color: #aca089;
    position: relative;
    text-align: center
    }
.pricing .pricing-list span {
    font-size: 16px;
    color: #aca089;
    text-transform: uppercase
    }
.pricing .pricing-box ul {
    padding: 0;
    display: table;
    margin: 0 auto 20px auto
    }
.pricing .pricing-box ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    color: #484848;
    font-size: 16px;
    line-height: 42px
    }	
.pricing .pricing-box ul li:last-child {
    border: none
    }
.pricing .pricing-box ul li i {
    margin-right: 12px;
    color: #8a8a8a
    }
.pricing .pricing-btn { 
    padding-top: 20px
    }
.pricing .pricing-btn .btn {
	padding: 0 25px;
	font-size: 14px;
    font-weight: 300
    }
.pricing .pricing-btn .btn-dark-empty {
	border: 1px solid #484848 !important
    }
@media(min-width: 768px) and (max-width: 992px) {
  .pricing .pricing-width-small {
	width: 100%;
    }
}
@media(min-width: 480px) and (max-width: 767px) {
  .pricing .pricing-width, .pricing .pricing-width-small {
	width: 74%;
    }
  .pricing h4 {
	font-size: 18px
    }
}
@media(min-width: 0) and (max-width: 479px) {
  .pricing .pricing-width-small {
	width: 100%;
    }
  .pricing h4 {
	font-size: 16px
    }
}
/* ==========  Content   ========== */
.content {
	margin-bottom: 100px;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: 0 8px 6px -6px grey;
	   -moz-box-shadow: 0 8px 6px -6px grey;
	        box-shadow: 0 8px 6px -6px grey;
	}
.content-box {
	padding: 40px 0;
	text-align: center
	}	
.content-box h2 {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 40px
	}
.content-text {
	text-align: justify
	}
@media(min-width: 0) and (max-width: 479px) {
  .content-box h2 {
	font-size: 18px
	}
}
/* ==========  Carousel  ========== */
.carousel {
	padding: 25px 15px 75px 15px
	}
.carousel h3 {
	margin: 25px 0 50px 0;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase
	}
.carousel-relative {
	position: relative
	}
.carousel-zindex {
	z-index: 1
	}
.carousel a {
	display:block;
	padding-top: 12px;
	text-transform: uppercase;
	}
@media(min-width: 768px) and (max-width: 992px) {
  .carousel {
	padding:0 15px 0 15px
	}
}
@media(min-width: 0) and (max-width: 767px) {
  .carousel {
	display:none
	}
}
/* ==========  Responsive  ========== */
.section {
    margin-bottom: 100px
    }
@media(min-width: 768px) and (max-width: 992px) {
  .section {
    margin-bottom: 80px
    }
}
@media(min-width: 480px) and (max-width: 767px) {
  .section {
    margin-bottom: 60px
    }
}
@media(min-width: 0) and (max-width: 479px) {
  .section {
    margin-bottom: 40px
    }
}
/* ======================================================
   *** Post
   =================================================== */
.post-title {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase
	}
.post-form {
	padding-bottom: 25px
	}
.post-form form{
	margin: 0 -15px
	}
@media(min-width: 0) and (max-width: 992px) {
  .post-sidebar {
	margin: 0 15px 50px 15px;
	padding: 20px 20px 0 20px;
	background-color: #f5f5f5;
	border: 1px solid #ccc
	}
}
@media(min-width: 0) and (max-width: 480px) { 
  .post-title {
    font-size: 14px
	}
}
/* ======================================================
   *** Single
   =================================================== */
.single-page {}
.single-page h2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px	
	}
.single-page p {
	letter-spacing: 0.5px;
	text-align: justify
	}
@media(min-width: 0) and (max-width: 768px) { 
.single-page h2 {
	text-align: center
	}
}
@media(min-width: 0) and (max-width: 480px) { 
.single-page p {
	text-align: left
	}
}
/* ======================================================
   *** Sidebar
   =================================================== */
.sidebar-item {
	margin-top: 45px;
	text-transform: capitalize
	}
.sidebar-item h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400
	}
.sidebar-item-tag ul li {
	margin-bottom: 2px;
	padding: 14px 20px;
	background-color: #eee
	}
.sidebar-item-tag a {
	color:#2a2a2a;
	font-weight: 300
	}
.sidebar-item-line {
	padding-top: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #eee
	}

.sidebar-item-rating-cover {
	background-color: #eee;
	padding: 20px 20px 25px 20px
	}
.sidebar-item-rating-cover button {
	margin-top: 15px
	}
.sidebar-item-rating-shema {}
.sidebar-item-rating-title {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400
	}

.sidebar-item-crumb ul {
	margin-bottom: 8px;
	padding: 14px 20px;
	background-color: #eee
	}
.sidebar-item-crumb ul li {
	display: inline-block;
	font-weight: 300
	}
.sidebar-item-crumb ul li a {
	color: #2a2a2a;
	}
.sidebar-item-crumb-space {
	padding: 0 4px 0 2px
	}
.sidebar-item-crumb-tr {
	padding-left: 4px
	}
/* ======================================================
   *** NavTabs
   =================================================== */
.tab-panel {
	border: 1px solid #ccc; 
	border-radius: 0px
	}
.tab-content {
	padding: 20px 14px
	}	
.nav-tabs.nav-justified > li > a {
	line-height: 32px;
	background-color: #e1e1e1;
	border: none;
	border-radius: 0px;
	color: #2a2a2a
	}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	background-color: #ccc;
	border: none
	}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus  {
	color: #fff;
	background-color: #aca089;
	border: none
	}
/* ======================================================
   *** Form
   =================================================== */
input.error, 
select.error, 
textarea.error  {
	border: 1px solid #c61805
	}
#readonly {
	background-color: #fff
	}
#datepicker-1A, 
#datepicker-1B, 
#datepicker-2, 
#datepicker-3 {
	background-color: #fff
	}
.form-control {
    margin-bottom: 12px;
	height: 38px;
	color: #2a2a2a;
	border-radius: 0px;
    }
.form-control option {
	padding-left: 7px
	}
.form-control-regions {
	width: 100%;
	margin: 20px auto 20px auto
	}
.form-control-inline {
	width: 100%;
	margin-bottom: 20px;
	color: #aca089;
	font-size: 18px;
	font-weight: 300;
	border-bottom: 1px solid #aca089
	}
label {
  margin-bottom: 5px;
  font-weight: 300
}
input[type="text"], textarea {
	text-transform:uppercase;
    }
input[type="submit"] {
	float: right;
    display: block;
	min-width: 200px;
	margin: 10px auto 0 auto;
    padding: 0 28px;
    height: 42px;
	color: #fff;
	font-size: 16px;
    font-weight: 300;
	letter-spacing: 0.75px;
	line-height: 42px;
	text-align: center;
    text-transform: uppercase;
	background-color: #aca089;
	border-radius: 0;
	border: 1px solid #aca089
    }
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #aca089;
    background: transparent
    }
.form-min  {
	margin-top: 26px
	}
@media(min-width: 0) and (max-width:979px) {
  .form-min  {
	margin-top: 14px
	}
}
@media(min-width: 0) and (max-width:479px){
input[type="submit"] {
	min-width: 100%
    }
}
/* ======================================================
   *** Address
   =================================================== */
.address {
	margin-top: 26px;
	margin-left: 75px
	}
.address span {
	font-size: 16px
	}
.address a {
	color: #2a2a2a
	}
.address a:hover {
	color: #aca089
	}
.address .fa {
	font-size: 16px;
	color: #2a2a2a;
	padding-right: 10px
	}
.mail-info {
	text-align: center;
	margin-top: 25px
	}
@media(max-width:767px) {
  .address:before {
	content: "";
	display: block;
	padding-bottom: 25px;
	border-top: 1px solid #ccc
	}
  .address {
	margin-top: 125px;
	margin-left: 0
	}
}
/* ======================================================
   *** Booking Page
   =================================================== */
.booking {
	margin-top: -20px;
	margin-bottom: 96px;
	padding: 20px 20px 40px 20px;
	background-color: #eee
	}
.booking legend {
    padding: 0 0 6px 0;
    font-size: 18px;
    color: #484848;
    border-bottom: 1px solid #484848
    }
.booking select.form-control {
	width: 100%;
	height: 42px
	}
.booking input[type="submit"] {
	margin: 0;
	min-width: 100%;
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
    height: 42px;
	background-color: #484848;
	border: 1px solid #484848
    }
.booking input[type="submit"]:hover,
.booking input[type="submit"]:focus {
	color: #484848;
    background: transparent
    }
@media(min-width: 0) and (max-width: 992px) {
  .booking {
	margin-bottom: 48px;
	padding: 20px 20px 20px 20px
	}
	.booking select.form-control {
	width:100%
	}
  .booking input[type="submit"] {
	float: left;
	width: 100%;
	margin-top: 15px
    }
}
/* ======================================================
   *** Booking Form
   =================================================== */
.booking-info table {
	color: #2a2a2a;
	border: none
	}
.booking-info td,
.booking-info th {
    border-top: none;
    border-left: none;
    padding: 0px
}
.booking-info table tr {
	vertical-align: top
	}
.booking-info table th {
	font-weight: 400;
	padding-bottom: 10px
	}
.booking-info table td {
	font-size: 13px
	}
.booking-info .space {
	padding-top: 75px
	}
.booking-info .backtime {
	color: #c61805
	}
.booking-info .price-total {
	margin-bottom: 25px;
	color: #c61805;
	font-size: 14px;
	font-weight: 400
	}
.booking-info .check-space {
	margin: 5px 0
	}
.booking-info input[type="submit"] {
	float: left;
    }
.booking-send {
	margin-top: 50px
    }
/* ======================================================
   *** Table
   =================================================== */
table {
	border: 1px solid #ccc
	}
.table i {
	font-size: 16px;
	color: #aca089
	}
.table th {
	padding: 5px;
	font-weight: 400;
	background-color: #f5f5f5;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
	}
.table td {
	padding: 5px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
	}
.table .table-center {
	text-align: center
	}
.table-notice {
	text-align: left
	}
@media(min-width: 0) and (max-width: 420px) {
  .table-notice {
	display: none
	}
}
/* ======================================================
   *** Hierachy
   =================================================== */
.hierarchy {
	margin-top: 35px
	}
.hierarchy h2:before {
	content: "İlgili Sayfaya Buradan Ulaşabilirsiniz :";
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px
	}
.hierarchy a {
	font-weight: 400;
	text-transform: uppercase
	}
.hierarchy p {
	padding-top: 15px
	}
/* ======================================================
   *** Sitemap
   =================================================== */
.sitemap {}
.sitemap li {
	padding-bottom: 6px
	}
.sitemap a {
	color: #2a2a2a;
	font-size: 13px;
	text-transform:uppercase
	}
.sitemap a:hover,
.sitemap a:focus {
	color: #aca089;
	text-decoration: none
	}
/* ======================================================
   *** Button
   =================================================== */
.btn {
	padding: 6px 12px;
	font-size: 16px;
    font-weight: 300;
	line-height: 42px;
    text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 0.75px
    }
.btn-variable {
    color: #fff;
    background-color: #aca089;
    border: 1px solid #aca089
    }
.btn-variable:hover, .btn-variable.focus  {
    color: #aca089;
    background-color: transparent;
    border: 1px solid #aca089;
    text-decoration: none
    }	
.btn-variable-empty {
    color: #aca089;
    background-color: transparent;
    border: 1px solid #aca089
    }
.btn-variable-empty:hover, .btn-variable-empty.focus  {
    color: #fff;
    background-color: #aca089;
    border: 1px solid #aca089;
    text-decoration: none
    }
.btn-white-empty {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
    }
.btn-white-empty:hover, .btn-white-empty.focus  {
    color: #fff;
    text-decoration: underline
    }
.btn-dark-empty {
    color: #484848;
    background-color: transparent;
    border: 1px solid #484848
    }
.btn-dark-empty:hover, .btn-dark-empty.focus  {
    color: #fff;
    background-color: #484848;
    border: 1px solid #484848;
    text-decoration: none
    }
/* ======================================================
   *** Footer Fixed
   =================================================== */
#wrapper {
    position: relative;
    background: #fff;
    z-index: 10
    }
#footer {
    display: block;
    width: 100%;
    visibility: visible;
    opacity: 1
    }
#footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
    }
@media(max-width: 767px) {
  #wrapper {
    padding-top: 102px
    }
}
@media(max-width: 992px) {
  #wrapper {
    margin-bottom: 0 !important
    }
  #footer.fixed,
  #footer {
    position: relative;
    z-index: 0
    }
} 
/* ======================================================
   *** Footer
   =================================================== */
footer {
    display: block;
    width: 100%;
    visibility: visible;
    opacity: 1
    }
.upper-footer {
    background: #393939
    }
.footer-business-info {
	background: #363636
    }
.upper-footer {
    padding: 80px 0 70px 0
    }
.upper-footer i {
    margin-right: 10px;
    float: left;
    margin-top: 3px
    }
.upper-footer a, .upper-footer p, .upper-footer .footer_widget ul li {
    color: #ababab
    }
.upper-footer .footer_widget {
    max-width: 300px;
    margin: auto
    }
.upper-footer .footer_widget ul {
    padding: 0;
    list-style-type: none
    }
.upper-footer .footer_widget ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
	text-transform: capitalize
    }
.upper-footer .widget-title {
	color: #fff;
	max-width: 240px;
    margin-bottom: 20px;
    font-weight: 600;
	text-align: left;
    line-height: 20px;
	text-transform: uppercase
    }
.upper-footer .widget-text {
    float: left;
    width: 90%;
    margin-top: 10px
    }
.upper-footer .widget-text strong {
	font-weight: 300 !important
    }
.footer-business-wrapper {
    max-width: 100%
    }
.footer-business-info {
    padding: 40px;
    margin: -80px 15px 80px 15px
    }
.footer-business-info [class^="iconsmind-"],
.footer-business-info [class*=" iconsmind-"] {
    color: #c2b59b;
    display: block;
    float: left;
    font-size: 42px
    }
.footer-business-address,
.footer-business-phone,
.footer-business-email {
    width: 28%;
    display: block;
    position: relative;
    float: left;
    margin-left: 5%
    }
.footer-business-title {
	color: #fff;
    font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	display: block;
	float: left;
    width: calc(100% - 100px);
	margin-top: 3px;
    margin-left: 20px
    }
.footer-business-content {
	color: #fff;
    display: block;
    float: left;
	max-width: 250px;
    margin-left: 20px;
	padding-top: 10px
    }
.footer-business-content a {
	color: #fff
    }
.footer-business-content a:hover, .footer-business-content a:focus  {
	color: #fff;
	text-decoration: underline
    }
@media(max-width:960px) {
  .upper-footer {
    padding: 70px 0 50px 0
    }
  .upper-footer .widget-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px
    }
  .upper-footer .widget-text {
    max-width: 100%
    }
  .footer-business-info {
    padding: 40px 20px 20px 20px;
    margin: -70px 15px 20px 15px
    }
  .footer-business-address,
  .footer-business-phone,
  .footer-business-email {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    float: left;
    margin-left: 0;
    margin-bottom: 25px
    }
  .footer-business-info [class^="iconsmind-"],
  .footer-business-info [class*=" iconsmind-"] {
    font-size: 25px;
    margin-top: 5px
    }
  .footer_widget li {
    width: 100%;
    height: 25px
    }
}
@media(min-width: 960px) and (max-width: 1024px) {
	.widget-text-sm {
    margin-bottom: 20px
	}  
}
@media(min-width: 0) and (max-width: 959px) {
	.widget-text-sm {
    margin-bottom: 45px
	}  
}
@media(max-width:767px) {
  .footer_widget {
    float:left
    }
}
/* ======================================================
   *** Space
   =================================================== */
.sc-100 {
	padding-bottom: 100px
	}
.sc-200 {
	padding-bottom: 200px
	}
.sc-250 {
	padding-bottom: 250px
	}
.sc-300 {
	padding-bottom: 300px
	}
.sc-400 {
	padding-bottom: 400px
	}
.sc-500 {
	padding-bottom: 500px
	}
@media(max-width: 767px) {
  .sc-100, .sc-200, .sc-250, .sc-300, .sc-400, .sc-500 {
	padding-bottom: 100px
	}
}