p {
	margin-bottom: 20px;
	font-size: 16px;
/*	line-height: 1.5;*/
	}


div.x-gotop-box {
	overflow: hidden;
	}

#footer div a, #footer div p {
	color: white;
	}

/* Static body bg for Edge */
/* Also default when no JS */
#page-top {
	background: #fff url('img/bg/gog8-03-blurred.jpg') top left;
	background-attachment: fixed;
	background-position: top center;
	background-size: 100%;
	background-repeat: none;
	}

/* div bg (+parallax etc) for all besides Edge (jitters on Edge) */
#x-background-image {
	background: #fff url('img/bg/gog8-03-blurred.jpg') top left;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: fixed; /*fixed*/
	top: 0;
	width: 100%;
	height: 125%; /*200%;*/
	z-index: -1;
	max-height: none; max-width: none;
	margin: 0px; padding: 0px; border: none;
	}

/*
@media(min-width:768px) {
	#x-background-image {
		}
	}
*/

.x-header-content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	}

.x-header-content h1,
.x-header-content p {
/*	background: url("img/pattern_px_50%.png") repeat;
	border: 1px dotted gray;*/
	border: 0px;
	border-radius: 0px;
/*	color: white;
	text-shadow: 0px 0px 2px black; *//* =>IE10 */
	color: black;
	}

/*
.x-letter-bland {
	opacity: 0.4;
	filter: alpha(opacity=40);
	}*/

.x-debug {
/*	background-color: magenta; */
	}

p.x-no-margin {
	margin-bottom: 0px;
	}


.x-cream,
.x-text {
	background-color: #F0F8E0;
	}

body {
	background-color: black;
	min-width: 400px;
	}

.x-padding1 {
	padding-top: 35px;
	}

.x-padding2 {
	padding-top: 50px;
	}

.x-padding3 {
	padding: 75px 15px 10px 15px;
	}


h2 {
/*	background: url("img/pattern_px_50%.png") repeat;
	border: 1px dotted gray;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 40px;
	border: 0px;
	border-radius: 0px;
	color: #825252;
	}

/* ul {
	padding: 0px 5px 0px 35px;
	margin: 0px;
	}*/

.bottom0 {
	padding-bottom: 0px;
	margin-bottom: 3px;
	}

.x-iconized-list {
	padding: 4px 0px 4px 8px ;
	}

.x-iconized-list li {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	padding-left: 24px;
	list-style: none;
	margin: 0 0 0.4em 0;
	}

.x-iconized-list li i {
	min-width: 16px;
	text-align: center;
	position: absolute;
	top: .2em;
	left: 0;
	}

.x-map-icon {
	font-size: 16px;
	position: relative;
	padding-left: 36px;
	margin: 0 0 0.4em 0;
	}

.x-map-icon i {
	min-width: 24px;
	text-align: center;
	position: absolute;
	top: .133em;
	left: 0;
	}

#yandex-map {
	width: 100%;
	min-height: 300px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #808080;
/*	display: table-cell;
	vertical-align: middle;*/
	position: relative;
	}

#yandex-map p {
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	display: block;
	height: 70px;
	margin: -35px 0 0 -25%;
	}

/*--------------------------------------------------------------------------*
	News list
 *--------------------------------------------------------------------------*/

.x-news {
	padding: 0;
	margin: 0;
	}

.x-news li {
	font-size: 16px;
/*	line-height: 1.5;*/
	list-style: none;
/*	min-height: 130px;*/
	}

.x-news span,
.x-news a {
/*	font-size: 16px;*/
	}

.x-news .n-date {
	font-weight: bold;
	margin-right: 0.2em;
	}

.x-news .n-caption {
	font-weight: bold;
	}

.x-news .n-excerpt,
.x-news .n-btn {
	padding: 0;
	margin: 0;
	}

.x-news a {
	text-decoration: underline;
	color: blue;
	}

.x-news .n-btn,
.x-news .n-full {
	visibility: hidden;
	}


/*--------------------------------------------------------------------------*
	Sections contents
 *--------------------------------------------------------------------------*/

section {
	padding-top: 50px;
	padding-bottom: 50px;
/*	background-color: blue;*/
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	}

section.x-transparent {
	background-color: transparent;
	padding-top: 100px;
	padding-bottom: 100px;
	}

section.x-first-section {
	padding-top: 25px;
	}

.container {
	max-width: 100%;
/*	background-color: rgba(255,255,40,0.25);*/
	}

.x-text {
	min-width: 200px;
/*	background-color: white;*/
	}


/*--------------------------------------------------------------------------*
	Section link ("button") in main section
 *--------------------------------------------------------------------------*/

/* The logic is:
 * 1) default => fixed column height
 * 2) @media is understood => auto for mobile, ~=screen size (vh) for desktop
 */

.btn-column {
	height: 400px;
	}

.btn-botrow {
	padding-top: 10px;
	}

@media(max-width:767px) {
	.btn-column {
		height: auto;
		}
	}

@media(min-width:768px) {
	.btn-column {
		height: 95vh;
		}
	.btn-toprow {
		position: absolute;
		top: 0%;
		}
	.btn-botrow {
		position: absolute;
		bottom: 0%;
		}

	}

.x-btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	max-width: 180px;
	width: 180px;
/*	min-height: 150px;*/
	margin: 0 auto 0;
	padding: 5px 0 5px 0;

/*	font-weight: bold; !important;*/
	color: white; /* !important;*/
	background-color: rgba(130,82,82,0.05);
	background-image: none;

	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;

	border: 0px solid transparent;
	border-color: transparent;
	border-radius: 2px;

	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.x-btn:hover,
.x-btn:focus,
.x-btn.focus {
	text-decoration: none;
	}

.x-btn:hover,
.x-btn:focus,
.x-btn:active,
.x-btn.active {
/*	background-color: #db3332 !important;*/
	color: white; /* !important;*/
	background-color: #825252;
/*	background-color: rgba(130,82,82,1.0);*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	}

.x-btn h3,
.x-btn p {
	margin: 0 auto 0;
	padding: 0;
	min-height: 50px;
	}

.x-btn h3 {
	min-height: 25px;
	}


/*--------------------------------------------------------------------------*
	navbar: Default
 *--------------------------------------------------------------------------*/

.navbar-default {
	border-color: rgba(255,255,255,.3);
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	visibility: visible;
	background-color: transparent;
	}

.navbar-default:hover {
	background-color: rgba(130,82,82,0.7);
	}


	/* title ("brand") */

.navbar-default .navbar-header .navbar-brand {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(255,255,255,.85);
	}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	color: #fff;
	}


	/* menu items */

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: rgba(255,204,204,.85);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: #fdd;
	}


	/* active menu item */

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	color: rgba(255,255,255,.85) !important;
	background-color: transparent;
	}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
	color: #fff !important;
	background-color: transparent;
	}


/*--------------------------------------------------------------------------*
	navbar: Desktop
 *--------------------------------------------------------------------------*/

@media(min-width:768px) {
	/* On top */
/*	.navbar-default {
		visibility: hidden;
		}*/
	/* Not on top */
	.navbar-default.affix {
		visibility: visible;
		}
	}


/*--------------------------------------------------------------------------*
	navbar: Mobile
 *--------------------------------------------------------------------------*/

@media(max-width:767px) {
	/* On top */
	.navbar-default {
		visibility: hidden;
		background-color: rgba(130,82,82,1.0);
		}
	.navbar-default:hover {
		background-color: rgba(130,82,82,1.0);
		}
	/* Not on top */
	.navbar-default.affix {
		visibility: visible;
		}

	}



