﻿.header
{
	background-repeat:repeat-x;
	background-position:center top;
	width:auto;
	height:auto;
	height: 150px;
	z-index:0;
	color: #4c4c4c;
}

.header a
{
	color: #4c4c4c;
	text-decoration:none;
}

.logoline
{
	position: relative;
	z-index: 999;
}

.logoline .phone
{
	font-size: 20px;
	color: #CDA434;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	clear: both;
}

.logo
{
	width: 428px;
	height: 88px;
	display: block;
	float: left;
	font-size: 32px;
	line-height: 80px;
/*	text-shadow: 0px 0px 1px #000;  */
	color: #1875B0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
//	background: url(/img/header/logo-long.png);
}

.topsocial
{
	float: right;
	padding: 28px 8px 0px 0px;
}

.topsocial a
{
	margin: 0px 3px 0px 3px;
	text-decoration: none;
}

.logohead
{

}

.logohead img
{
	max-width: 150px;
}

.logotext
{
	display:block;
	width:300px;
	height:auto;
	float:left;
	text-align:left;
	font-size:18px;
	font-weight:300;
}

.menumidlevel
{
	height:auto;
	padding:0px;
	text-align:center;
	clear:both;
/*	background: rgba(255,255,255,0.7);*/
	font-size: 12px;
	font-weight: 300;
}

.menumidlevel a, .menumidlevel span
{

	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
	height:auto;
	width: auto;

	padding: 13px 13px 8px 13px;

	vertical-align:top;
	text-align: center;

	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;

	color: #000;
	text-transform: uppercase;
	text-decoration: none;

	background-repeat: no-repeat;
	background-position: -20px center;
}

.menumidlevel a:first-child img
{
	margin-top: -3px;
	margin-left: -5px;
	margin-bottom: -10px;
	margin-right:15px;
	width: 30px;
	height: 30px;
}


.menumidlevel::last-child
{
	padding-left:3px;
}

.menumidlevel a:hover, .menumidlevel .active
{
/*	color: #fff;*/
/*	background: rgba(100,100,100,0.5);*/
/*	background-image: url(/img/header/active.png);
	background-repeat: no-repeat;
	background-position: 8px center;*/
	border-bottom: 5px solid #1875B0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}


@media only screen and (max-width: 980px) {

.menumidlevel a, .menumidlevel span
{
}

.menumidlevel a:hover, .menumidlevel .active
{
	border: none;
}

}



#inside_page_header 
{
	z-index:1;
	overflow:hidden;
	width:100%;
	position: absolute;
	top: 0px;
}

#inside_page_header.fixed_top 
{
	top:-100px;
} 

#inside_page_header.fixed 
{
	position:fixed;
	top:0;

	-webkit-transition: all .55s ease-out;
	-moz-transition: all .55s ease-out;
	-o-transition: all .55s ease-out;
	transition: all .55s ease-out;
}

.leftside
{
	width:240px;
	padding-left:5px;
	padding-right:5px;
	height: auto;
	float:left;
	margin-right:5px;
}

.rightside
{
	width:740px;
	padding-right:5px;
	height: auto;
	float:right;
	padding-top:15px;
}


.leftmenu
{
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.leftmenu .head
{
	background-image: url(/img/leftmenu/leftmenu_head.png);
	background-position: center top;
	height: 51px;
	width: 100%;
}

.leftmenu .mid
{
	background-image: url(/img/leftmenu/leftmenu_mid.png);
	background-position: center top;
	height: auto;
	width: 100%;
}

.leftmenu .mid a
{
	display: block;
	width: 208px;
	margin-left:6px;
	margin-right:6px;
	height: auto;
	padding: 10px 10px;
	border-top: 1px solid #d4b8b8;
	color: #440808;
	text-decoration: none;

	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.leftmenu .mid a:last-child
{
	border-bottom: 1px solid #d4b8b8;
}

.leftmenu .mid a:hover, .leftmenu .mid .active
{
	box-shadow: 0 0 20px rgba(0,0,0,0.5) inset;

	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}


.leftmenu .foot
{
	background-image: url(/img/leftmenu/leftmenu_foot.png);
	background-position: center top;
	height: 21px;
	width: 100%;
}

.toptexts
{
	font-size: 20px;
	max-width: 960px;
	margin: 0px auto;
	text-align: center;
	height: auto;
}

.toptexts .topelement
{
	display: inline-block;
	width: 24%;
	min-width: 200px;
	vertical-align: middle;
}

.toptexts span, .toptexts a
{

}

.phoneenter b
{
	display: block;
	text-align: right;
	margin-top:10px;
	font-weight: 300;
	font-size: 19px;
}

.phoneenter b small
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 20px;
	display: block;
}

.phoneenter strong
{
	font-weight:700;
	font-size:36px;
}

.phoneenter a
{
	text-decoration:none;
	height:auto;
	padding-top:4px;
	color: #4c4c4c;
}

a[href="#backcall"]
{
	border-bottom: 1px dotted #000;
	text-decoration:none;
}

.toptexts a.back
{
	text-decoration:none;
	border-bottom: 1px dotted #000;
	height:auto;
	font-size: 19px;
	color: rgb(212,58,37);
	position: relative;
	top: 3px;
}


.phoneenter img
{
	position: relative;
	top:3px;
	margin-right:5px;
}

.finder
{
	border: 1px solid #bbb;
	padding: 5px;
	margin-top: 12px;
	border-radius: 5px;
	margin-right: -28px;
}

.finder:hover, .finder:active
{
	border: 1px solid #de0303;
	background-color: #fee;
}

.finderimg
{
	position: relative;
//	left: -30px;
	top: 3px;
	cursor: pointer;
}

#suggestions
{
	position: absolute;
	width:200px;
	margin: 10px 0px 0px 10px;
	padding: 10px 0px;
	border-radius: 5px;
	display:none;
	z-index: 900;

	 -webkit-box-shadow: 0px 0px 15px #222;
	  -moz-box-shadow: 0px 0px 15px #222;
	  box-shadow: 0px 0px 15px #222;

	border: 1px solid #de0303;
	background-color: #fff;
	text-align: left; 
	color: #333; 
}

#suggestions a 
{
	display: block; 
	width: 180px;
	padding:10px;
	height: auto;
	clear: both;
	font-size: 12px;
	min-height:50px;
}

#suggestions a:nth-child(odd)
{
	background-color:#eee;
}

#suggestions a img 
{
	display:block; 
	float:left;
	border-radius: 50%;
	margin-right: 12px;
	width: 50px;
}

#suggestions a:hover 
{
	text-decoration: underline;
}

#suggestions a span
{
	color: red;
	float: right;
}

#suggestions a.last
{
	text-align:center;
	min-height: 12px;
}

#suggestions a.selected
{
	background-color:#de0303;
	color: #fff;
}

#suggestions a.selected span
{
	color: #fff;
}

#suggestions a.selected font
{
	color: #fff !important;
}

#suggestions img.close
{
	cursor: pointer;
	padding-left: 30px;
	float: right;
	margin-top: -8px;
}

.language
{
	float: right;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index:2;
	right: 5px;
	top: 5px;
}

.language #lang>img
{
	position: relative;
	top: 3px;
}

.langscorner
{
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	float: right;
}

.langscorner span
{
	color: #333;
}

.langscorner form
{
	display: inline;
	float: none;
	clear: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.langscorner select
{
	width: 140px;
}

.select2-dropdown
{
	top:12px;
}

.mapblock
{
	display: inline-block;
	width: auto;
	padding-top: 18px;
	max-width: 300px;
}

.mapblock a
{
	color: #CDA434;
	text-decoration: none;
	border-bottom: 1px dotted #CDA434;
}

.phoneblock
{
	display: inline-block;
	width: auto;
	float: right;
	width: 250px;
	padding-top: 14px;
}

.phoneblock .backcall
{
	color: #CDA434;
}

@media only screen and (max-width: 1200px)
{
	.mapblock
	{
		width: 170px;
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.mapblock
	{
		width: 170px;
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.mapblock
	{
		float: none !important;
		clear: both !important;
		height: 20px !important;
		margin: 0px !important;
		padding: 20px 0px 12px !important;
		width: 100% !important;
		text-align:center;
	}
	.phoneblock
	{
		text-align:center;
		float: none !important;
		display: block;
		clear: both !important;
		margin: 0px !important;
		padding: 0px !important;
		width: 100% !important;
	}

}

@media only screen and (max-width: 980px)
{
	.logo
	{
		width: 180px;
		font-size: 12px;
		line-height: 30px;
		padding-top: 10px;
		height: 78px;
		text-shadow: none;
/*		background: url(/img/header/logo-short.png);*/
	}
	.language
	{
		margin: 6px 0px 0px 0px;
	}
	.logoline .phone
	{
		line-height: 36px;
		margin-right: 12px;
		font-size: 15px;
	}
	.mapblock
	{
		display: inline-block;
	}
}

.choosehotel
{
	clear: both;
	text-align: center;
	padding-top: 50px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.choosehotel a
{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 0px 2px #000, 2px 2px 2px #000;
	height: 300px;
	width: 300px;
	border: 2px solid #fff;
	overflow: hidden;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}


.choosehotel a img
{
	height: 300px;
	width: 300px;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}

.choosehotel a h3
{
	position: absolute;
	margin-top:-150px;
	width: 300px;
}

.choosehotel a:hover, .choosehotel a.active
{
	border: 2px solid #CDA434;
}

.choosehotel a.active h3
{
	background-image:url(/img/checkh.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 145px;
}

.choosehotel a:hover img
{
    -moz-transform: scale(1.2); /* Для Firefox */
    -ms-transform: scale(1.2); /* Для IE */
    -webkit-transform: scale(1.2); /* Для Safari, Chrome, iOS */
    -o-transform: scale(1.2); /* Для Opera */
    transform: scale(1.2);

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}

.osquare {
    display: inline-block;
/*    float: right;*/
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 8px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    text-decoration: none !important;
    margin-left: 15px;
    margin-top: 6px;
    font-weight: 400;
    background: #1875B0;
    background-image: linear-gradient(45deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.8),rgba(255,255,255,0) 70%);
    background-repeat: no-repeat;
    background-size: 200% 100%,auto;
    background-position: 200% 0,0 0;
}


.osquare:hover, .osquare.active
{
    transition: .5s linear;
    background-position: -200% 0,0 0;
}

.osquare.getprice
{
    font-size: 28px !important;
    width: 347px;
    text-align: center !important;
}


@media only screen and (max-width: 980px)
{
	.choosehotel
	{
		padding-top: 0px;
	}

	.choosehotel a
	{
		font-size: 14px;
		height: 120px;
		width: 120px;
	}
	.choosehotel a img
	{
		height: 120px;
		width: 120px;
	}
	.choosehotel a h3
	{
		margin-top:-75px;
		width: 120px;
	}

	.choosehotel a.active h3
	{
		min-height: 70px;
		background-size: 30px;
	}
	.mobilemenu
	{
		top: 0px !important;
		background: #fff;
	}
        .mobilemenu>a
	{
		color: #000;
		padding: 13px 0px;
	}
	#inside_page_header
	{
		z-index:1000;
	}
	.logoline .midcolumn>a>img
	{
		width: 32px;
		height: 32px;
		max-height:32px;
	}
	.language 
	{
		clear: right;
		top:36px;
	}

	.langscorner 
	{
		margin-right:0px;
	}
	a.mobile.closemobilemenu:hover
	{
		background:none;
	}
	.logoline a.mobile.right
	{
		margin-left:4px;
		margin-top: 14px;
	}
.osquare.getprice
{
    font-size: 20px !important;
    width: auto;
margin-top: 12px;
    text-align: center !important;
display: inline-block;
width: 271px;
position:relative;
top:3px;
}


}

@media only screen and (max-width: 400px)
{


.osquare.getprice
{
width: 251px;
font-size:18px !important;
}


}