html, body {
	height:100%;
}

body {
  margin:0;
  padding:0;  
  background: #0f5ebb url(/uploads/templates/blue/i/bkgr.jpg) no-repeat bottom center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  color:#fff;
}

a {
	color: #ffb300;
}

a:visited {
	color: #ff9600;

}

sup {
	color: #c64637;}
	

img {
    border: none;
}

h3.main {
	font-weight: normal;
	color: #c64637;}

div#header {
	height:70px;
	background-color: rgba(47,53,58,0.9);
	border-bottom: rgba(158,158,158,0.4) solid 1px;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 10;
	position:fixed;
	top:0px;
	width:100%;
}

#header img {
    float:left;
    margin:0 5px 0 -5px;
}

div.logo-menu {
	background: url(/uploads/templates/blue/i/logo-menu1.png) no-repeat top left;
	height:70px;
	width: 1080px;
	position: absolute;
	left:50%;
	margin-left:-540px;

}

#header div.menu {
	width:960px;
	position:absolute;
	left:50%;
	margin-left:-420px;
	top:0;
}

#header a, #footer a {
	color: #fff;
	text-decoration: none;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding:24px 0 0 6px;
	letter-spacing: -0.05em;
}

#header ul li.level1 {
	display: block;
	float:left;
	position: relative;
	padding-left: 16px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	font-size: 1.2em;
}

#header ul li.first { 
	padding-left:0px;
}

#header ul li.level1 ul {
	list-style: none;
	position:absolute;
	left:-9999px; 
	opacity:0; 
	width:160px;
	background-color: rgba(47,53,58,0.9);
	padding:10px 14px 14px 15px;
}

#header ul li.level1 ul li.level2 {
	float:none;
	font-size:0.82em;
	text-transform: capitalize;
	font-variant: small-caps;
	padding-top: 5px;
	text-shadow: none;
	padding: 0px;
	letter-spacing: 0.1em;
}

#header ul li.level1:hover ul {
	left:10px;
	opacity:1;
}

#header ul li.level1 ul li.level2 ul {
	list-style: none;
	position:absolute;
	left:-9999px; 
	opacity:0; 
	width:500px;
	background-color: rgba(47,53,58,0.9);
	padding:10px 14px 14px 15px;
	margin-top: -30px;
}

#header ul li.level1 ul li.level2 ul li.level3 {
	float:none;
	font-size:1em;
	text-transform: capitalize;
	text-shadow: none;
	padding: 0px;
	letter-spacing: 0.05em;
}

#header ul li.level1 ul li.level2 ul li.level3 a {

	color: #ffb300;

}

#header ul li.level1 ul li.level2:hover ul {
	left:140px;
	opacity:1;
}


div.contacts {
	width:960px;
	text-align: right;
	margin: 0 auto;
	margin-top: -10px;
	font-size: 1.2em;
}

div.social {
	width:28px;
	height:28px;
	display: inline-block;
	top:-9px;
	position: relative;
}

div.vk {
	background: url(/uploads/templates/blue/i/icons.png) 0 -1px;
}

div.fb {
	background: url(/uploads/templates/blue/i/icons.png) -29px -1px;
}

div.skype {
	background: url(/uploads/templates/blue/i/icons.png) -58px -1px;
}

div.phone {
	position: relative;
	top:-16px;
	width:32px;
	height:32px;
	margin:0 0px 0 6px;
	display: inline-block;
	background: url(/uploads/templates/blue/i/icons.png) -85px 0;
	font-size: 0.7em;	
}

p.phones {
	display: inline-block;
	line-height: 1em;
	margin: 29px 0 0 0;
	font-size: 0.8em;	
}

div.logo {
	width:100%;
	top: 70px;
    position: fixed;
    text-align: center;
    height: 132px;
}

div.sun {
	width:50%;
	height:100%;
	position:fixed;
	top:70px;
	left:0px;
	background: url(/uploads/templates/blue/i/sun.png) no-repeat top left;
	background-size: contain;
	z-index: 0;
}

div.moon {
	width:50%;
	height:100%;
	position:fixed;
	top:70px;
	right:0px;
	background: url(/uploads/templates/blue/i/moon.png) no-repeat top right;
	background-size: contain;
	z-index: 0;
}


div.slider-shadow {
	width:100%;
	height:525px;
	background: url(/uploads/templates/blue/i/slider-shadow.png) no-repeat top center;
	margin:0 auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;

}

div.bxcontent {
	overflow: hidden;
	width:951px;
	height:446px;
	margin:0 auto;
	margin-top: 202px;
	margin-bottom:27px;
    padding-top: 5px;
}

ul.bxslider {
	margin:0px;
}

div.container{
	width:960px;
	margin: 0 auto;
	z-index: 6px;
	position: relative;

}

div#leftcol {
	width:192px;
	float:left;
	margin-bottom: 60px;
}

div#main {
	width:567px;
	float:left;
	margin:0 7px 60px 7px;
}

div#rightcol {
	float:left;
	margin-bottom: 60px;
}

div.content {
	background: rgba(30,33,36,0.9);
	border: rgba(158,158,158,0.4) solid 1px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.1);
	margin-bottom: 12px;
	padding: 12px;
	font-size: 0.8em;
	text-align: center;
        min-height: 560px;

}

#rightcol div.content {
	width:158px;
}

#leftcol div.menu {
	margin-bottom: 12px;
}

#leftcol div.menu ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: left;
	text-transform:capitalize;
	font-size:1.1em;
}

#leftcol div.menu ul li {
}


#leftcol div.menu ul li ul {
	padding-left: 12px;
	font-size:0.9em;
}

#main div.content, div.page {
	text-align: left;
}

div.page {
    margin-top:202px;
	font-size: 1.05em;
	font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}
#main img {
	max-width: 516px;
}

#main div.content {
	padding: 25px;
	font-size: 0.9em;
}

span.yellow {
	color: #ffb300;
}

img.thumb {
	width:179px;
	margin: -10px;
}

a.master {
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #f0ece4;
	margin:2px 0 2px 0;
	display: inline-block;
	font-size: 0.8em;
	background: #3e85bb;
	border-radius: 3px;
}

a.location {
	border-radius: 3px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #f0ece4;
	margin:2px 0 2px 0;
	display: inline-block;
	font-size: 0.8em;
	background: #6d916b;
}

a.type {
	border-radius: 3px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #f0ece4;
	margin:2px 0 2px 0;
	display: inline-block;
	font-size: 0.8em;
	background: #6a3535;
}

div#intro {
	display: none;
}


div#footer {
	background-color: rgba(47,53,58,0.9);
	border-top: rgba(158,158,158,0.4) solid 1px;
    position: relative;
	margin-top: 10px; /* negative value of footer height */
	height: 40px;
	clear:both;
	text-align: center;
	padding: 20px 12px 6px 12px;
	font-size: 0.8em;
} 

#footer div.phone {
	margin: 0 0 10px 0;
	background-size: auto 28px;
	background-position: -76px 0;
	width:28px;
	height:28px;
	top:-11px;
}

#footer div.social {
	top:-5px;
}

div#claim {
	border: rgba(158,158,158,0.4) solid 1px;
	border-radius: 5px;
	box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.1);
	background: #6a8398 url(/uploads/templates/blue/i/claim_bottom_border.jpg) left bottom repeat-x;
	padding:15px 15px 55px 15px;
	color: #fff;
}

#claim h2 {
	text-align: center;
	font-weight: normal;
}

#claim h2:before {
	content:url(/uploads/templates/blue/i/_left.gif);
}

#claim h2:after {
	content:url(/uploads/templates/blue/i/_right.gif);
}

#claim input {
	width:303px;
	border: 0px;
	border-bottom: 2px solid #8a9fb1;
	border-radius: 15px;
	height:30px;
	box-shadow: inset 3px 3px 5px 5px rgba(0,0,0,0.3);
	background: #4d6375;
	color:#ccc;
	padding-left: 10px;

}

#claim input.btn {
  width:160px;
  background: #8c1313;
  font-size: 1em;
  padding: 5px 10px;
  margin-left: 130px;
  text-decoration: none;
  border:1px solid #222;
  border-radius: 3px;
  color:#fff;
  box-shadow: 0px 3px 3px 0px rgba(255,255,255,0.2);
  
}

#claim input.btn:hover {
  background: #c73248;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #c73248, #9c0d22);
  background-image: -moz-linear-gradient(top, #c73248, #9c0d22);
  background-image: -ms-linear-gradient(top, #c73248, #9c0d22);
  background-image: -o-linear-gradient(top, #c73248, #9c0d22);
  background-image: linear-gradient(to bottom, #c73248, #9c0d22);
  text-decoration: none;
}

#claim textarea {
	padding: 10px;
	width:418px;
	border: 0px;
	border-bottom: 2px solid #8a9fb1;
	border-radius: 15px;
	box-shadow: inset 3px 3px 5px 5px rgba(0,0,0,0.3);
	background: #4d6375;
	color:#ccc;
}

div.title {
    font-size: 1.4em;
    margin: 0.5em 0 0.5em 0;
    font-weight: bold;
}

div.threecol {
	width:978px;
	margin: 0 auto;
	z-index: 6px;
	position: relative;
}

div#event {
	width: 312px;
	height: 500px;
	margin:0 7px 14px 7px;
	float:left;
	overflow: hidden;
}

#event div.content {
	text-align: left;
	height: 476px
}

#event img {
	max-width: 286px;
	padding-bottom: 5px;
}

.cal {
	text-align: left;
	margin-bottom: 10px;
}

.calyear {
	font-size: 1.5em;
	margin:3px 0 3px 0;
	color: #c64637;
}

.calmonth {
	margin:3px 0 3px 0;
	font-size: 1.3em;
	border-bottom: 1px solid;
	color: #c64637;
}

fieldset {
	border: none;
	text-align: left;
}

span.caldate {
	color: #ffffb0;
}

img.photo {
	max-width: 900px;
}