html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	height: 100%;
	width: 100%;
	font-family: 'Roboto', Helvetica, sans-serif;
	background-image: url('images/site-background.jpg');
	background-position: top center;

}
body {
	background-color: #e3e3e3;
	background-image: url('images/page-bg.jpg');
	width: 960px;
	margin: 0 auto;
	position: relative;
	height:100%;
}
#main {
    padding-bottom: 200px;
}
#wrapper {
	position: relative;
    min-height:100%;
    background-color: #e3e3e3;
}
.clear {
	clear: both;
}

header {
	width: 960px;
	background-image: url('images/header-shadow.png');
}
header a img {
	margin: 10px 0px 0px 15px;
	z-index: 2;
	width:360px;
}
/*-- Top menu --*/

header #top-menu {
  text-align: right;
  width: 100%;
  height: 40px;
  margin-top: 2px;
  float: right;
  font-size: 21px;
  font-weight: 100;
  font-family: Roboto,'Helvetica Neue', Arial;
}

header #top-menu li:after {
  content: '';
  background: #999;
  width: 1px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
}
header #top-menu li:last-child:after {
  display: none;
}
header a {
  color: #333;
  text-decoration: none;

}
header li {
  display: inline-block;
  margin: 0 3px;
}

header ul#top-menu { position: absolute; top: 13px; right: 10px; text-align: right; width: 560px;}
header ul#top-menu li { list-style: none; display: inline-block; vertical-align: middle; }
header ul#top-menu li a img { margin: 0; }
header ul#top-menu li.sep { color: #999999; margin: 0 10px 5px 5px; }

header #separator { background-color: #fff; width: 512px; height: 5px; z-index: 1; float: right; margin-top: 45px; margin-right: 10px; }
header span#date { font-size: 12px; color: #999; position: absolute; top: 55px; right: 10px; }


header nav.top {
  text-align: right;
  width: 100%;
  height: 40px;
  margin-top: 2px;
  float: right;
  font-size: 18px;
  font-weight: 100;
}

header nav.top li:after {
  content: '';
  background: #888;
  width: 1px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
}
header nav.top li:last-child:after {
  display: none;
}
/*-- Menu --*/
header #menubar {
	width: 940px;
	margin: 10px auto 10px auto;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
header #menubar ul {
	color: #333;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}
header #menubar li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	font-size: 14px;
}
header #menubar li.sep { margin: 0; color: #999999; }
header #menubar li a { color: #333; text-decoration: none; }
header #menubar li.current a { font-weight: bold; }

#content { margin: 0 10px; min-height: 50px; }

footer { height:84px; position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 10px; padding-bottom: 10px; font-size: 11px; color: #666; background-image: url('images/footer-shadow.png'); }
footer div#separator { margin-bottom: 10px; height: 5px; background-color: #ececec; }
footer div#footer-left { float: left; border-right: 1px solid #888; padding: 0 25px;}
footer div#footer-left img {width: 70px; height: 70px; display: block; font-family: sans-serif; font-size: 16px; color: #999999;}
footer div#footer-content { float: left; padding: 10px 0 0 25px; width: 79%; text-align: center;}
footer div#footer-content ul { color: #999; font-size: 14px; margin-bottom: 10px; }
footer div#footer-content ul li { list-style: none; display: inline-block; margin-right: 10px; }
footer div#footer-content ul li a { color: #3399ff; text-decoration: none; }
footer div#footer-content ul li.current a { color: #000000; }
footer div#footer-content ul li.sep { margin: 0; color: #999999; margin-right: 10px; }
footer div.wrapper { padding: 10px; }
footer div.logo {
	width: 60px;
	height: 60px;
	background-color: #9b2b37;
	font-size: 8px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
footer div.logo .logo-company {
	position: absolute;
	right: 5px;
	bottom: 4px;

}
footer #company-name { display: inline-block; }

.white {
	color: white;
}
#content h2 {
	color: #333;
	font-size: 22px;
	padding: 10px 0;
	font-weight: 200;
}
#content .description {
	color: #666666;
	line-height: 18px;
	font-size: 14px;
}
#content .main-pic {
	width: 940px;
	height: 160px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#content .main-pic img {
	width: 100%;
	height: 160px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #fff;
}
#content .main-pic-homepage {
	width: 690px;
	overflow: hidden;
	border: 1px solid #FFF;
}
#content .main-pic-homepage img#homepage {
	width: 690px;
}
.main-pic-homepage img {
	width: 690px;
}
#content .description-homepage {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	line-height: 18px;
	font-size: 14px;
}
#content .description-homepage font[size="5"] {
	font-size: 20px;
}

#content .right-pic-homepage { float: right; }
#content .right-pic-homepage img:first-child { margin-bottom: 8px; }
#content .right-pic-homepage img.homepage-small { display: block; width: 240px; height: 155px; border:1px solid #fff;}

#content .adverts {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
}
#content .adverts .advert {
	position: relative;
	float: left;
	height: 165px;
	width: 284px;
	padding: 10px;
	margin: 10px 10px 0 0;
	font-size: 14px;
	background-color: #FBFBFB;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(224,224,224,1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(224,224,224,1);
	box-shadow: inset 0px 0px 2px 2px rgba(224,224,224,1);
}
#content .adverts .advert:nth-child(3n) { margin-right: 0; } 
#content .adverts .advert .advert-pic { width: 100px; height: 130px; margin-bottom: 10px; position: absolute; bottom: 0; }
#content .adverts .advert .advert-pic img { width: 100px; height: 130px; }
#content .adverts .advert .advert-title { padding-left: 10px; color: #3797ca; font-weight: 100;  font-size: 19px}
#content .adverts .advert .advert-description {
	overflow: hidden;
	position: absolute;
	right: 0;
	color: #919191;
	width: 180px;
	margin-right: 10px;
	padding-top: 15px;
	height: 105px;
}
#content .adverts .advert .advert-link {
	color: #3797ca;
	font-weight: 100;
	margin-top: 5px;
	margin-top: 5px;
	bottom: 15px;
	left: 115px;
	position: absolute;
}
#content .adverts .advert .advert-link a {
	font-size: 15px;
	text-decoration: none;
	color: #3399FF;
}

#content .parties { width: 100%; margin-top: 10px; }
#content .parties .pic { width: 350px; margin-right: 10px; }
#content .parties .pic img { width: 350px; }
#content .parties .content { float: right; width: 580px; }
#content .parties .content .title { padding: 0 10px; }
#content .parties .content .title h2 {  }
#content .parties .content .description { padding: 0 10px; }
#content .parties .content .description ul { padding-left: 20px; }

#content .prices { letter-spacing: 0px; word-spacing: 0px; }
#content .prices .left { float: left; }
#content .prices .right { float: right; }
#content .prices .prices-block { width: 465px; color: #666666; font-size: 14px; }
#content .prices .prices-block.right { float: right; }
#content .prices .prices-block.left { float: left; }
#content .prices .prices-block > .title { padding-top: 5px; }
#content .prices .prices-block .content .row:first-child { -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
#content .prices .prices-block .content .row:nth-last-child(1) { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
#content .prices .prices-block .content .row { background-color: #F3F3F3; }
#content .prices .prices-block .content .row:nth-child(2n) { background-color: #FFFFFF; }
#content .prices .prices-block .content .row { padding: 10px; font-size: 14px; }
#content .prices .prices-block .content .row .title { float: left; width:285px; }
#content .prices .prices-block .content .row .quantity { float: left; width:80px; text-align:right; }
#content .prices .prices-block .content .row .price { float: right; width:80px; text-align:right; }
#content .prices .prices-block .content .row .description { color: #666; font-size: 12px; line-height: 14px; }
#content .description-price {
	margin-top: 10px;
	color: #666666;
	line-height: 18px;
	font-size: 14px;
}

#content .offers { margin-top: 10px; }
#content .offers > .description { display: none; }
#content .offers .offer-block { width: 100%; margin-bottom: 10px; border-bottom: 1px solid #FFFFFF; color: #666666; }
#content .offers .offer-block:nth-last-child(1) { border: none; }
#content .offers .offer-block .pic { margin-right: 10px; height: 155px; width: 240px; margin-bottom: 10px; }
#content .offers .offer-block .pic img { height: 155px; width: 240px; }
#content .offers .offer-block .content { float: right; width: 685px; margin-bottom: 10px; }
#content .offers .offer-block .content h2 { font-size: 20px; padding: 5px 0; }
#content .offers .offer-block .content .description { line-height: 16px; font-size: 15px; margin-top: 10px; }

#content .games { margin-top: 10px; }
#content .games > .description { display: none; }
#content .games .game-block { width: 100%; margin-bottom: 10px; border-bottom: 1px solid #FFFFFF; color: #666666; }
#content .games .game-block:nth-last-child(1) { border: none; }
#content .games .game-block .pic { margin-right: 10px; height: 155px; width: 240px; margin-bottom: 10px; }
#content .games .game-block .pic img { height: 155px; width: 240px; }
#content .games .game-block .content { float: right; width: 685px; margin-bottom: 10px; }
#content .games .game-block .content h2 { font-size: 20px; padding: 5px 0; }
#content .games .game-block .content .description { line-height: 16px; font-size: 15px; margin-top: 10px; }

#content .about { margin: 10px 0; color: #666666; }
#content .about p { margin-bottom: 10px; color: #CCCCCC; font-size: 14px; line-height: 20px; }
#content .about .description { font-size: 15px; border-bottom: 1px solid #FFFFFF; padding-bottom: 10px; }
#content .about .description > div b { display: table-cell; width: 190px; float: left; font-style: normal; }
#content .about .address { font-size: 15px; border-bottom: 1px solid #FFFFFF; padding-bottom: 10px; }
#content .about .approach { font-size: 15px;  padding-bottom: 10px; }
#content .about .approach > div { line-height: 18px; }
#content .about .approach > div b { display: table-cell; width: 190px; float: left; font-style: normal; }
#content .about .opening { font-size: 15px; padding-bottom: 10px; }
#content .about .opening > div { line-height: 18px; }
#content .about .opening > div b { display: table-cell; width: 190px; float: left; font-style: normal; }
#content .about .map { 
	float: right;
	font-size: 15px;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 300px;
	height: 400px;
	background-color: #FBFBFB;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(224,224,224,1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(224,224,224,1);
	box-shadow: inset 0px 0px 2px 2px rgba(224,224,224,1);
}
#content .about .map h2 {
	padding: 0;
}

#content .about .map .title { margin-bottom: 5px; }

#content .policy .content .description {
	line-height: 22px;
	font-size: 15px;
	margin: 0;
}
#content .policy .content .description ul {
	padding-left: 20px;
}
section.newsletter-subscribe {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #666;
  border: 1px solid #FFFFFF;
  margin-bottom: 10px;
  position: absolute;
  bottom: 85px;
  width: 930px;
  padding: 5px;
}
section.newsletter-subscribe h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  vertical-align: middle;
}
section.newsletter-subscribe h3:after {
  content: '';
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 1px;
  background-color: #000;
  margin: 0 10px;
}
section.newsletter-subscribe h4 {
  display: inline-block;
  font-size: 12px;
  position: relative;
  line-height: 18px;
  width: 120px;
  vertical-align: middle;
}
section.newsletter-subscribe .newsletter-subscribe {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I2YjZiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #b6b6b6));
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #b6b6b6 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #b6b6b6 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #b6b6b6 100%);
  text-shadow: #ccc 0px 1px 0;
  border: 1px solid #ccc;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  width: 124px;
  text-decoration: none;
  text-align: center;
}
section.newsletter-subscribe .email {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
section.newsletter-subscribe .email input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: #fff;
  outline: none;
  color: #666;
  font-size: 14px;
  height: 30px;
  padding: 0 10px;
  width: 150px;
}
section.newsletter-subscribe .message {
  display: none;
  width: 920px;
  height: 36px;
  font-size: 16px;
  color: #f00;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
}
section.newsletter-subscribe .message.success {
  color: #0f0 !important;
}

.selector {
  display: inline-block;
}
.selector:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  margin: 0 10px;
  vertical-align: middle;
}

.nl-action-selector {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0 5px;
  font-size: 16px;
  background-color: #fff;
}
.nl-action-selector .cc-selector {
  padding: 8px 8px;
}

.cc-selector {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 8px;
  cursor: pointer;
}
.cc-selector.selected, .cc-selector:hover {
  background-color: red;
  color: #fff;
}

section.newsletter-subscribe .row {
    padding: 3px 0px;
    position: relative;
    min-height: 20px;
}
section.newsletter-subscribe .row .input {
    float: left;
    position: relative;
}
section.newsletter-subscribe .row .newsletter-text {
    font-size: 12px;
    padding-top: 3px;
    margin-left: 5px;
    position: relative;
    float: left;
}
section.newsletter-subscribe .row .newsletter-text a {
    color:#3399ff;
}
section.newsletter-subscribe .row .policy-check-error-message {
    font-size: 12px;
    background: red;
    display: none;
    padding: 3px 12px 3px 12px;
    float: right;
    color: white;
}
section.newsletter-subscribe .row .policy-check-error-message a {
    text-decoration: none;
    color: white;
}
section.newsletter-subscribe .row .policy-check-error-message.show {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}
section.newsletter-subscribe hr {
    border: 0.5px solid #FFFFFF;
}