* {
	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: 73px;
	    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 :hover {
    color: red;

    box-shadow: none;
}


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;
}
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5%;
}
.center2 {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}


.video{

   
    display: flex;   
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.video .videos{
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video .videos video{

    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}

.video .videos video:nth-child(1){
    margin-top: 0;
}

.video .videos video:hover,
.video .videos .active{
    transform: scale(1.06);
    border: 3px solid blue;
}

.video .main-video{
    width: 50%;

    padding: 10px;
}

.video .main-video video{

    object-fit: cover;
    border: 3px solid blue;
}
/*-----------------------------------------------------------------*/


#wrapper {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:80px;
	top: 70px;
	right:0;
	bottom:0;
	z-index: 2;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.content {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
    box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.04);
	background:#fff;
}
.content.no-shadow{
	 box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0);
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	z-index:2
}

*{
		margin: 0;
		padding: 0;
	}
	html,body{
		width: 100%;
		height: 100%;
	}
	.popup-wrap{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		display: none;
		/*transition: all 1.7s ease;*/
	}

	.popup{
		position: relative;
		width: 500px;
		height: 500px;
		background-color: rgba(0,0,0,1);
		margin: 100px auto;
	}
	.popup-timer{
		width: auto;
		height: 25px;
		color: #fff;
		position: absolute;
		right: 10px;
		line-height: 25px;
		padding: 0px 10px;
	}
	.btn-close{
		background-color: #fff;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 22px;
		position: absolute;
		right: -10px;
		top: -10px;
		cursor: pointer;
		transition: all 0.5s ease;
		border-radius: 50%;
	}
	.btn-close:hover{
		transform: rotate(360deg);
	}