@font-face {
    font-family: 'Philosopher';
    src: url('philosopher-400-normal.woff2') format('woff2'), url('philosopher-400-normal.woff') format('woff'), url('philosopher-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body { 
font-family: 'Philosopher';
font-size: 24px; 
color: black;
background: url(../img/bg.jpg);

}img { border:0px; }
.clr { clear:both; }


.stn:link, .stn:visited { color: black; text-decoration: none; font-weight: bold; } 
.stn:active, .stn:hover { color: gray; text-decoration: none; }

.stn-sort:link, .stn-sort:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; } 
.stn-sort:active, .stn-sort:hover { color: #000000; text-decoration: none; }


/*############# WRAPPERS #############*/
.wrap { width:1300px; margin:0 auto; border:0px solid black; }


/*############# HEADER #############*/
.header { width:100%; }


.cp-art {
	background: url(/img/header.jpg) no-repeat;
	width:1300px;
	height:443px;
	margin-top:-10px;
}

/*############# MENU TOP #############*/

.menuupl {
	position:absolute;
	margin:-75px 10px;
}

.menuupr {
	position:absolute;
	margin:-75px 730px;
}


/* eric meyer css reset */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* end eric meyer css reset */


/* =Layout -----------------------------------------------------------------*/
a:link, a:visited, a:active { color: #FFF;
text-decoration: none; 
font-size: 20px;
line-height: 21px;
}
a:hover { text-decoration: underline; }
#wrapper { width: 1090px; margin:0 auto; position: relative; top:0; left: 0; }

/* =Menu -------------------------------------------------------------------*/
#menu { float: left; position: relative; top: 0; left: 0; overflow: hidden; }
#menu .colourful { 
display: block; 
position: absolute; 
background: #f0ad22; height: 38px; width: 120px; top: 4px; left: -120px; }
#menu ul { 
margin: 0; 
padding: 0; 
list-style: none; position: relative; top: 0; left: 0; z-index: 1; }
#menu li { float: left; margin: 0 1px 0 0; }
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active { 
color: #000; 
text-align: center; 
display: block; border: solid; border-width: 4px 0 0; line-height: 40px; width: 120px; }
#menu li a:hover { text-decoration: none; color: #fff; text-shadow: 0 0 1px #999; }



/*############# BUTTONS #############*/

.butmen1 {
	background: url(/img/buttons/butn1.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen2{
	background: url(/img/buttons/butn2.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen3 {
	background: url(/img/buttons/butn3.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen4 {
	background: url(/img/buttons/butn4.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen5{
	background: url(/img/buttons/butn5.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen6 {
	background: url(/img/buttons/butn6.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen7{
	background: url(/img/buttons/butn7.png) no-repeat;
	width:150px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display: inline-block;
	border:none;
}

.butmen1:active,.butmen2:active,.butmen3:active,.butmen4:active,.butmen5:active,.butmen6:active,.butmen7:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}


.ccd {
    height: 50px;
    overflow: hidden;
    width: 300px;
    margin:0 auto;
    position: relative;
	margin-top:10px;
}


.butup {
  background: url(/img/buttons/butup.png) no-repeat;
  font-family: 'Philosopher';
  display: inline-block;
  cursor:pointer;
  width: 180px;
  height: 57px;
  padding:10px 0px;
  text-align: center;
  text-decoration: none;
  font-size:24px;
  color: white;
  outline: none;
  border:none;
}

.butup:hover {
  color: orange;
}

.butup:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}


.butgame {
  background: url(/img/buttons/butgame.png) no-repeat;
  font-family: 'Philosopher';
  display: inline-block;
  cursor:pointer;
  width: 250px;
  height: 46px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size:24px;
  color: white;
  outline: none;
  border:none;
}

.butgame:hover {
  color: black;
}

.butgame:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.butgam {
  background: url(/img/buttons/butgam.png) no-repeat;
  font-family: 'Philosopher';
  display: inline-block;
  cursor:pointer;
  width: 250px;
  height: 46px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size:24px;
  color: gold;
  outline: none;
  border:none;
}

.butgam:hover {
  color: white;
}

.butgam:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}


.butmen {
  width: 150px;
  height: 30px;
  text-decoration: none;
  padding-top: 9px;
  color: #a675b3;
  text-align: center;
  line-height: 20px;
  display: block;
  margin: 20px auto;
  font: normal 17px arial;
}
.butmen:not(.active) {
  box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
  background-image: linear-gradient(#11111, #111111);
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
}
.butmen:not(.active):hover,
.butmen:not(.active):focus {
  transition: color 200ms linear, text-shadow 500ms linear;
  color: #fff;
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
}
.butmen:not(:hover) {
    transition: 0.6s;
}
.butmen:active{
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}		
		

/*############# CONTENT #############*/
.content {  width:100%; margin-top:0px; }
.cl-right { width:1300px; float:left; padding:0px 0px 0px 0px; border:0px solid black; }

.container {
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 2px;
}

.container  a {
	vertical-align: middle;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Philosopher';
	font-weight: 100;
}

.container img {
	width: 250px;
	height: 250px;
	text-align:center;
}
.description {
		height: 250px;
		width: 250px;
		background: #000;
		opacity: 0.9;
		font-family: 'Philosopher';
		filter: alpha(opacity=30); /* IE lt 8 */
		-ms-filter: "alpha(opacity=30)"; /* IE 8 */
		-webkit-transition: 1s;
	        -moz-transition: 1s;  /* Firefox 4-15 */
                -o-transition: 1s;  /* Opera 10.5–12.00 */
                transition: 1s;  /* Firefox 16+, Opera 12.50+ */
		position: absolute;
		bottom: -190px;
		text-align: center;
}

.container:hover .description {
	bottom: -30px;
}


.lg {
	background: none;
	border: 1px solid #8d8d8d;
	background: white;
	width:300px;
	height:50px;
	padding:0px 0px 0px 10px;
	margin:3px 0px 0px 0px;
	font-family: 'Avdira';
    font-size: 20px;
	text-align:center;
}

a.rs-ps { color:green; text-decoration:none;  font-size:14px; }
a.rs-ps:hover { text-decoration:underline; }

.st-lf { float:left; margin:5px 0px 0px 0px; }
.st-rg { float:left; margin:7px 0px 0px 15px; }


.silver-bk {
	background: url(/img/silver.jpg);
	width:1260px;
	padding:20px 20px 20px 20px;
	color:black;
}

.silver {
	background: url(/img/silver.jpg);
	width:1300px;
	color:black;
}

.farms1 {
	width:300px;
	height:300px;
	background:transparent;
	margin:0px 250px;
	position:absolute;
}

.farms2 {
	width:300px;
	height:300px;
	background:transparent;
	margin:0px 650px;
	position:absolute;
}

.farms3 {
	width:300px;
	height:300px;
	background:transparent;
	margin:400px 100px;
	position:absolute;
}

.farms4 {
	width:300px;
	height:300px;
	background:transparent;
	margin:400px 850px;
	position:absolute;
}

.farms5 {
	width:300px;
	height:300px;
	background:transparent;
	margin:700px 480px;
	position:absolute;
}


table.table{
    width:600px;
    font-size: 22px;
    line-height: 1.6em;
    font-style: normal;
    border-collapse:separate;
}

.table thead th{
    color: white;
    border:1px solid white;
    border-bottom:3px solid #4682B4;
    background-color:#4682B4;
    background:#4682B4;
}

.table tfoot th{
    padding:2px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #a67f2a;
    border-bottom:3px solid #a67f2a;
    background-color:#a67f2a;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(35,24,45)),
        color-stop(0.87, rgb(124,116,131))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(35,24,45) 2%,
        rgb(124,116,131) 87%
        );
    -webkit-border-bottom-left-radius:9px;
    -webkit-border-bottom-right-radius:9px;
    -moz-border-radius:9px 9px 0px 0px;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
}

.table tbody td{
    text-align:center;
    background:transparent;
    border: 1px solid black;
    color:black;
}

table {
	font-size:20px;
}

/*############# FOOTER #############*/
.footer {
	background: transparent;
	width:1200px;
	color:black;
}




/*############# SLIDER #############*/

.sliderB {
        width: 800px;
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .sliderB > input {
        display: none;
    }

    .sliderB > label {
        display: none;
    }

    .sliderB > input:checked + div + label,
    .sliderB > input:checked + div + label + label {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 10px;
        background-color: rgba(20, 120, 240, 0.7);
        cursor: pointer;
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        z-index: 100;
    }

    .sliderB > input:checked + div + label:after,
    .sliderB > input:checked + div + label + label:after {
        font-size: 30px;
        color: #fff;
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        line-height: 80px;
    }

    .sliderB > input:checked + div + label {
        left: -40px;
    }

    .sliderB > input:checked + div + label:after {
        content: '<';
        left: 55%;
    }

    .sliderB > input:checked + div + label + label {
        right: -40px;
    }

    .sliderB > input:checked + div + label + label:after {
        content: '>';
        right: 55%;
    }

    .sliderB > div {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    .sliderB > div {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
    }

    .sliderB > input:checked + div {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
    }

    .sliderB > div > p {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }
	
#button-example {
        width: 400px;
        height: 250px;
        border: 1px solid #888;
        position: relative;
        overflow: hidden;
    }

    #button-example > div {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-color: rgba(150, 150, 250, 0.7);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #button-example > div:after {
        font-size: 30px;
        color: #fff;
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        line-height: 80px;
    }

    #button-example > div:first-child {
        left: -40px;
    }

    #button-example > div:first-child:after {
        content: '◀';
        left: 55%;
    }

    #button-example > div:last-child {
        right: -40px;
    }

    #button-example > div:last-child:after {
        content: '▶';
        right: 55%;
    }
	
	


/*############# MODAL WINDOW #############*/


.parent_wind {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.7);
 z-index: 999;
 -webkit-transition: opacity 700ms ease-in;
 -moz-transition: opacity 700ms ease-in;
 transition: opacity 700ms ease-in;
 display: block;
 pointer-events: auto;
}
.wind {
 width: 600px;
 border-radius:15px;
 position: relative;
 margin: 3% auto;
 text-shadow:none;
 background: white;
 opacity:1;
 z-index: 99999;
 border:7px solid #473C8B;
}


/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}