﻿@charset "utf-8";
/*
Site URL: http://www.taksimotelcilik.com.tr
Date: 01/05/2015
Author: Wizard Digital Agency
Author URL: http://www.wizard.com.tr
*/

#logo a 
{
    width: auto;
    height: 65px;
    display: block;
    background-image: url('../images/kosk/logo-kosk-otel.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size:normal;
}

ul#menu li a:hover
{
	color:#8f6338;
}

#section0 
{ 

}
#section1 
{ 
	background:url('../images/kosk/bg-toprak-1.jpg') center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: 100% 100%;
}
#section2 
{ 
	background:url('../images/kosk/bg-toprak-2.jpg') center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: 100% 100%;
}
#section3 
{ 
	background:url('../images/kosk/bg-toprak-3.jpg') center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: 100% 100%;
}
#section4 
{ 
	background:url('../images/kosk/bg-toprak-1.jpg') center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: 100% 100%;
}
#section5 
{ 
	background:url('../images/kosk/bg-toprak-2.jpg') center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: 100% 100%;
}
#section6 
{ 
	background:url('../images/kosk/bg-toprak-4.jpg') center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: 100% 100%;
}

.page .box .subtitle
{
	color:#8f6338;
}

.page #tanitimfilmi
{
	width:100%;
	height:48%;
	display:block;
	margin:0px 0px 20px 20px;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url(../images/kosk/tanitim-filmi.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}
.page #tanitimfilmi:hover
{
	background-image:url(../images/kosk/tanitim-filmi.jpg);
}

.page #sanalgezinti
{
	width:100%;
	height:48%;
	display:block;
	margin:0px 0px 20px 20px;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url(../images/kosk/sanal-gezinti.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}
.page #sanalgezinti:hover
{
	background-image:url(../images/kosk/sanal-gezinti.jpg);
}

.button
{
	background-color:#8f6338;
}

.owl-carousel .item h3
{
	color:#8f6338;
}

.owl-carousel .item a.detail:hover
{
	box-shadow: inset 0 0 0 1px rgba(181, 209, 223, 1);
}
.embed-container { position: relative; overflow: hidden; max-width: 100%; height: 365px; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.reservation .reform, .reservation .reform-success
{
	background-color: #8f6338;
}

.closeBtn
{
	background: #8f6338 url('../images/close-btn.png') 0 0 no-repeat;
    background-position: center center;
}

.reservation .reform input[type="text"]
{
	color: #8f6338;
}

.reservation .reform select
{
	color: #8f6338;
}

.reservation .reform input[type="submit"]
{
	color: #8f6338;
}

.reservation .reform input[type="submit"]:hover
{
	color: #8f6338;
}

#news-container #nc-title span
{
	background-color: #8f6338;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    background-color: #8f6338;
}

/*--------------------------------------------------------------------------------------------*/
/* 1.5 Shortcut Style */
/*--------------------------------------------------------------------------------------------*/

#shortcut
{
	width: 52px;
	height: 200px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -100px;

	background-repeat: no-repeat;
	background-position: cener top;
}

#shortcut a
{
	width: 52px;
	height: 52px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

#shortcut a.play
{
	background-image: url('../images/shortcut-play.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#shortcut a.tour
{
	background-image: url('../images/shortcut-360.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#shortcut a.awards
{
	background-image: url('../images/shortcut-awards.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#shortcut a.play span
{
	width: 104px;
	height: 52px;
	line-height: 52px;
	position: absolute;
	left: -114px;
	text-align: right;
	display: none;
}

#shortcut a.play:hover span
{
	display: block;
	color: #ffffff;
}

#shortcut a.tour span
{
	width: 104px;
	height: 52px;
	line-height: 52px;
	position: absolute;
	left: -114px;
	text-align: right;
	display: none;
}

#shortcut a.tour:hover span
{
	display: block;
	color: #ffffff;
}

#shortcut a.awards span
{
	width: 104px;
	height: 52px;
	line-height: 52px;
	position: absolute;
	left: -114px;
	text-align: right;
	display: none;
}

#shortcut a.awards:hover span
{
	display: block;
	color: #ffffff;
}