* {
	font-family: 'Roboto', sans-serif;
}

.navbar-inverse {
    background-color: #282d31;
    border-color: transparent;
    border: 0px;
    border-radius: 0;
    height: auto;
    margin: 0px;
}

header .phone a{
	color: #fff;
	font-weight: 200;
	font-size: 17px;
	text-decoration: none;
	margin-top: 23px;
	display: block;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: #0000000a;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #292d31;
}

header .social .list {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 21px;
}


header .social .list li {
	list-style: none;
	float: left;
	margin-left: 8px;
}


header .social .list li a {
	font-size: 16px;
    color: #fff;
    border: 1px solid #4e5358;
    width: 27px;
    height: 27px;
    padding-top: 2px;
    display: block;
    border-radius: 1px;
    background-color: #4e5358;
    text-align: center;
}

.navbar-brand > img {
	display: block;
	    height: 41px;
	    margin: 0 auto;
}

.navbar-brand {
    height: auto;
		margin: 0 !important;
		display: block;
		width: 100%;
}

header .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #282d32;
    padding: 13px 17px;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 768px) {
	header .navbar-collapse {
		display: inline-block;
		width: 100%;
		background-color: #fff;
	}
	.navbar-header {
	    float: none;
	}
	.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
	}
}

.comments .box {
	padding: 10px 10px;
	position: relative;
}

.comments .box img {
	padding: 4px;
	border: 1px solid #ccc;
}

.comments .box h2 {
	position: absolute;
}

.ana-box-hood {
	margin-top: 40px;
}

.ana-box-hood h2{
	font-weight: 300;
}

.ana-box-hood p {
	font-size: 16px;
  font-weight: 300;
  color: #565656;
}

.paralax-text-aa {
	width: 100%;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	text-align: center;
	margin-top: 35px;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.paralax-text-aa .back {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(102,52,103,0.5);*/
		background: rgba(59, 86, 140, 0.61);
    display: block;
		z-index: 1;
}

.paralax-text-aa * {
	  position: relative;
		z-index: 9;
}

.paralax-text-aa h3 {
	  font-size: 34px;
		font-weight: bold;
		color: #fff;
}

.paralax-text-aa p {
	  font-size: 19px;
		font-weight: 200;
		color: #fff;
}


.call-box input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e4e4e4;
  outline: 0;
}

.call-box button {
	width: 100%;
	padding: 9px 5px;
	border: 1px solid #60546a;
	outline: 0;
	background-color: #60546a;
	color: #fff;
}

.call-box {
  padding-bottom: 42px;
  padding-top: 15px;
}

.call-box h1 {
  font-size: 30px;
  margin-bottom: 12px;
  padding-left: 0;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin-top: 26px;
}

.call-box p {
    text-align: center;
    margin-bottom: 20px;
		font-size: 16px;
    font-weight: 300;
    color: #565656;
}

footer {
	background-color: #282d31;
	width: 100%;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	margin-top: 35px;
	padding-top: 32px;
	padding-bottom:0px;
	background-image: url('../img/footer.jpg');
	position: relative;
}


footer .back {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.63);
    display: block;
		z-index: 1;
}

footer * {
	position: relative;
	z-index: 9;
}

footer .copyright {
	border-top: 1px solid #5d5d5d;
	padding: 12px 0px;
	margin-top: 28px;
}

footer .copyright p{
	margin: 0px;
    font-weight: 200;
    color: #d6d6d6;
		float: left;
		margin-top: 5px;
}

footer h3 {
	color: #cacaca;
  font-size: 19px;
}

footer h3::after {
	background-color: #cacaca;
  display: block;
	content: "";
	width: 40px;
	height: 1px;
	margin-top: 7px;
}

footer .contact-area ul {
	padding: 0px;
	margin: 0px;
}

footer .contact-area ul li {
	list-style: none;
	width: 100%;
	margin-bottom: 5px;
}

footer .contact-area ul li a{
	color: #afadad;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
}

footer .about-areag {
	position: relative;
}

footer .about-area p {
	color: #afadad;
	font-weight: 300;
	width: 80%;
	font-size: 13px;
	text-decoration: none;
	margin-top: 13px;
}

footer .about-area img.logo {
	width: 160px;
	margin-top: 20px;
	opacity: 0.84;
}

footer .social-area .list {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 8px;
}


footer .social-area .list li {
	list-style: none;
	float: left;
	margin-right: 8px;
}


footer .social-area .list li a {
	font-size: 16px;
	color: #fff;
	width: 37px;
	height: 37px;
	padding-top: 8px;
	display: block;
	border-radius: 1px;
	background-color: #4e535875;
	text-align: center;
}

.text-page-hood-c {
	padding-top: 55px;
	padding-bottom: 55px;
	margin-top: 0px;
}

.text-page-hood-c h1 {
	margin: 0px;
	color: #fff;
	text-shadow: 0px 0px 11px #848b93;
}

.text-area {
	margin: 0px;
	font-weight: 300;
	font-size: 15.5px;
	line-height: 27px;
	color: #5f5f5f;
	margin-top: 40px;
	margin-bottom: 10px;
}

.text-area p{
}


.contact-form h2 {
	font-weight: 300;
	font-size: 18px;
	color: #4a4a4a;
	background-color: #858e9829;
	padding: 11px 0;
	text-align: center;
}


.contact-form .form-group {
  padding-left: 0px;
  padding-right: 18px;
}

.contact-form .form-group label {
  font-size: 14px;
  margin-top: 6px;
  color: #313131;
  font-weight: 400;
}

.contact-form .form-group input {
  width: 100%;
  margin-top: 0px;
  outline: 0;
  padding: 8px 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.contact-form .form-group textarea {
  width: 100%;
  margin-top: 0px;
  outline: 0;
  padding: 8px 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  min-height: 80px;
}

.contact-form {
  padding-bottom: 40px;
}

.contact-form .form-group button {
  background-color: #60546a;
  border: 0px;
  padding: 8px 50px;
  color: #fff;
  border-radius: 2px;
  outline: 0;
}

.contact-form ul {
  padding: 0;
  margin-top: 21px;
}

.contact-form ul li {
    list-style: none;
    color: #2d2d2d;
    padding: 10px 5px;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-form ul li:last-child {
    border-bottom: 0px;
}

.contact-form ul li:hover {
  background-color: #f5f5f5;
}

.contact-form ul li a{
  text-decoration: none;
  color: #2d2d2d;
}

.contact-form ul h2 {
  font-size: 15px;
}

.contact-form ul h2::after {
  background-color: #34a853;
}

.contact-form ul li a i{
  color: #545454;
}

#map {
	margin-top: 25px;
	border:1px solid #e4e4e4;
}

.fancybox-skin {
    border-radius: 0px;
    padding: 0px !important;
}

.image-gallery img{
	width: 100%;
}

.kısa-row {
	margin-right: -7px;
	margin-left: -7px;
}

.kısa-row .resim {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}

.rezervation-from select, .rezervation-from input{
	width: 100%;
	border-radius: 4px;
	height: 37px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d8d8d8;
	background-color: transparent;
}

.rezervation-from textarea {
	width: 100%;
	border-radius: 4px;
	height: 120px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d8d8d8;
	background-color: transparent;
}

.rezervation-from button {
    width: 100%;
    padding: 9px 5px;
		border-radius: 4px;
    border: 1px solid #60546a;
    outline: 0;
    background-color: #60546a;
    color: #fff;
}

.rezervation-from label {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    font-weight: 300;
    color: #333;
}

@media (min-width:768px){
	.kısa-row .resim .cerceve {
    width: 100%;
    height: 160px;
    overflow: hidden;
	}
}

@media (max-width:768px){
	.call-box input {
    margin-bottom: 13px;
	}
	header .social .list {
    display: none;
	}
	header .phone a {
    color: #fff;
    margin-top: 0px;
    padding-top: 7px;
    text-align: center;
    padding-bottom: 7px;
    background-color: #000;
	}
	header .phone {
		padding: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	header .logo-area {
		padding: 0px;
	}
	.navbar-brand > img {
    float: left;
	}
	.navbar-toggle {
    margin-top: -53px;
	}
	.navbar-inverse .navbar-nav > li > a {
    color: #e4e4e4;
	}
	.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
	}
	.navbar-nav {
    margin: 7.5px 13px;
	}
}

footer .copyright img {
	float: right;
width: 85px;
margin-bottom: 10px;
}

@media (max-width:768px){
	footer .copyright img {
		float: none;
width: 85px;
display: block;
margin: 0 auto;
padding-top: 10px;
margin-top: 10px;
	}
	footer .copyright p {
    width: 100%;
		text-align: center;
}
}
