@font-face {
    font-family: 'Sklad';
    src: url('../fonts/sklad/12756.ttf'); format('ttf'), url('../fonts/sklad/12756.ttf') format('truetype'), url('../fonts/sklad/12756.ttf') format('ttf');
}

@font-face {
    font-family: 'harley';
    src: url('../fonts/harley/8150.ttf'); format('ttf'), url('../fonts/harley/8150.ttf') format('truetype'), url('../fonts/harley/8150.ttf') format('ttf');
}

body {
    background: url(../img/bckgrnd.jpg) repeat;
    line-height: 1;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.ninja {
    display: none;
}

.decor {
    display: block
}

@media screen and (max-width: 760px) {
    .decor {
        display: none
    }
}

.redalert {
    background: #921100
}

#header {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

#header .logo img {
    float: left;
    display: block;
    padding: 10px 20px 5px 60px;
    height: 240px;
}

#header .banner {
    display: inline-block;
    overflow: hidden;
    color: #1f0b00;
    text-align: center;
    padding: 0;
    margin: 0;
}

#header .banner h1 {
    text-shadow: 2px 2px 3px;
    font-family: 'sklad';
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin: 0;
    display: block;
}

#header .banner h2 {
    text-shadow: 2px 2px 3px;
    font-family: 'sklad';
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: inline;
}

#header ul {
    border: 4px outset #921100;
    border-right: none;
    width: auto;
    font-family: 'sklad';
    background: url(../img/sektor.jpg) repeat;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    padding: 0;
}

#header ul li {
    display: inline-block;
    float: left;
    list-style: none;
}

#header ul li a {
    text-shadow: 1px 1px 0px black;
    color: #f2dbb2;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin: 0;
    padding: 0 33px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#header ul li a:hover {
    background: url(../img/bckgrnd.jpg) no-repeat;
    transition: .5s linear;
    color: #1f0b00;
}

#header ul li.selected {
    color: #1f0b00;
}

#header ul li.selected a {
    font-size: 26px;
    font-weight: 600;
    background: url(../img/bckgrnd.jpg) no-repeat;
    color: #1f0b00;
}


#homepage {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
}

#homepage .flex {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 3px solid #921100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 4px;
}

#homepage .menuscreen {
    overflow: visible;
    width: 1024px;
    height: 500px;
    background: url(../img/stable.jpg) no-repeat;
}

#homepage .menuscreen ul {
    font-family: 'sklad';
    float: left;
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
    height: 150px;
    position: absolute;
    margin-top: 5%;
}

#homepage .menuscreen a {
    border: 4px outset #921100;
    color: #f2dbb2;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    height: 40px;
    line-height: 32px;
    margin: 5px 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: -100px;
    background: url(../img/sektor.jpg) repeat;
}

#homepage .menuscreen a:hover {
    background: url(../img/bckgrnd.jpg) no-repeat;
    color: #1f0b00;
}

#homepage .menuscreen li.selected a {
    color: #1f0b00;
    font-weight: 600;
}

#homepage .strongstable {
    overflow: visible;
    width: 1024px;
    height: 500px;
    background: url(../img/strong.jpg) no-repeat;
}

#homepage .strongstable ul {
    font-family: 'sklad';
    float: left;
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
    height: 150px;
    position: absolute;
    margin-top: 5%;
}

#homepage .strongstable a {
    border: 4px outset #921100;
    color: #f2dbb2;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    height: 40px;
    line-height: 32px;
    margin: 5px 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: -100px;
    background: url(../img/sektor.jpg) repeat;
}

#homepage .strongstable a:hover {
    background: url(../img/bckgrnd.jpg) no-repeat;
    color: #1f0b00;
}

#homepage .strongstable li.selected a {
    color: #1f0b00;
    font-weight: 600;
}


#container {
    margin: 0;
    padding: 30px 20px;
    width: 100%;
}

#homepg {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
}


#homepg .slider_bg {
    width: 100%;
    height: 404px;
    background: url(../img/cyrax.jpg) repeat;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    margin-bottom: 35px
}

#homepg .slider {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#homepg .slider .items {
    display: none
}

#homepg .slider .pic {
    float: right;
    position: relative;
    width: 40%;
}

#homepg .banner {
    width: 60%;
    padding: 50px 10px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

#homepg .banner strong {
    padding: 15px 0px;
    font-family: 'sklad';
    font-size: 28px;
    color: #bf0f0a;
    display: block;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: -2px
}

#homepg .banner b {
    font-family: 'sklad';
    display: block;
    font-size: 20px;
    color: #312826;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.2em;
    letter-spacing: -1px
}

#homepg .banner p {
    font-family: 'sklad';
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
}

#homepg .banner a {
    font-family: 'sklad';
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    color: #312826;
    text-decoration: none;
}

#homepg .banner a:hover {
    font-family: 'sklad';
    font-size: 30px;
    font-weight: 600;
    color: #bf0f0a;
    display: block;
}

#homepg .banner li.selected a {
    color: #1f0b00;
    font-weight: 600;
}

.slider .pagination {
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    margin-left: -15%;
}

.slider .pagination li {
    float: left;
    padding-right: 10px;
}

.slider .pagination a {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    background: url(../images/buttons.png) right 0 no-repeat;
}

.slider .pagination a:hover, .slider .pagination .current a {
    background-position: left;
    text-decoration: none;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border: none;
}


#container .sektor {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    padding: 20px 0;
    display: block;
    background: url(../img/sektor.jpg) repeat;
    height: auto;
    width: 100%;
    text-align: center;
}

#container .sektor img {
    width: 100%;
    height: auto;
    padding: 5px 0;
}

#container .sektor ul {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'sklad';
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
}

#container .sektor a {
    width: 100%;
    color: #f2dbb2;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 4px 0;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#container .sektor a:hover {
    background: url(../img/bckgrnd.jpg) repeat;
    color: #1f0b00;
    width: 100%;
}

#container .sektor li.selected a {
    background: url(../img/bckgrnd.jpg) repeat;
    color: #1f0b00;
    font-weight: 600;
    width: 100%;
}

#container .leftrules {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    margin: 30px auto;
    padding: 5px;
    border: 3px dashed #921100;
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .leftrules p {
    padding: 5px 2px 5px 2px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}

#container .leftprice {
    margin-top: 30px;
    padding: 5px;
    border: 4px outset #921100;
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .korobka {
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .korobka p {
    padding: 10px 10px 10px 10px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}

#container .korobka h1 {
    background: none;
    border: none;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #921100;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#container .korobka a {
    color: #921100;
}

#container .korobka .juniors {
    padding: 30px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .korobka .law {
    padding: 20px 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}


#container .leftprice .title {
    border: 2px outset #921100;
    width: 120px;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #f2dbb2;
    background: url(../img/sektor.jpg) repeat-x;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    margin: -25px 150px 20px;
    position: absolute;
}

#container .leftprice h1 {
    width: 100%;
    padding: 3px;
    font-family: 'harvey';
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin: 0;
}

#container .leftprice h2 {
    width: 100%;
    background: url(../img/bckgrndgr.jpg) repeat-x;
    padding: 3px;
    font-family: 'harvey';
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin: 0;
}

#container .leftprice p {
    padding: 5px 2px 5px 2px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}


#container .leftbox {
    margin-top: 30px;
    padding: 5px;
    border: 4px outset #921100;
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}


#container .cyrax {
    margin: 0;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .cyrax ul li {
    list-style: none;
    padding: 5px 10px 5px 90px;
    font-family: 'harvey';
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}

#container .cyrax h1 {
    border: 4px outset #921100;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #f2dbb2;
    background: url(../img/sektor.jpg) repeat-x;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    right: 60px;
    line-height: 32px;
    margin: -30px 100px 0 0;
    position: absolute;
}

#container .cyrax h2 {
    border: 4px outset #921100;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #f2dbb2;
    background: url(../img/sektor.jpg) repeat-x;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 32px;
    margin: -30px 80px 0 30px;
    position: absolute;
}

#container .cyrax p {
    padding: 10px 10px 10px 10px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}

#container .cyrax i {
    display: block;
    font-style: italic;
    padding: 10px 40px;
    font-family: 'harvey';
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}

#container .cyrax p.stb {
    text-indent: 0;
    margin-top: 0.83em
}

#container .cyrax p.mtb {
    text-indent: 0;
    margin-top: 2.17em
}

#container .cyrax p.ltb {
    text-indent: 0;
    margin-top: 3.08em
}

#container .cyrax a {
    position: inherit;
    display: inline-block;
    margin: 0;
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

#container .cyrax a:hover {
    opacity: 0.8;
}

#container .cyrax .ahtung {
    margin-top: 10px;
    border: 3px dashed #800000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#container .cyrax .ahtung .wrnng {
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    font-family: 'harvey';
    text-transform: uppercase;
    color: #111;
    line-height: 48px;
    font-size: 52px;
    font-weight: 500;
}

#container .cyrax .ahtung p {
    display: inline;
    font-family: 'harvey';
    text-transform: uppercase;
    color: #111;
    line-height: 24px;
    font-size: 19px;
    font-weight: 600;
}

#container .cyrax .rules p {
    text-indent: 1em;
    padding: 5px 5px;
    display: block;
    font-family: 'harvey';
    text-transform: none;
    color: #111;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
}

#container .cyrax .freespace {
    padding: 20px 10px 20px 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#container .cyrax .freespace .photo {
    margin: 4px 0;
}

#container .freespace h1 {
    text-align: center;
    right: 0;
    background: none;
    border: none;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #921100;
    padding: 0;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#container .freespace a {
}

#container .cyrax .walking {
    padding: 0px;
}

#container .cyrax .ourhorses {
    padding: 10px;
}

#container .cyrax .walking h1 {
    border: none;
    right: 0;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    color: #1f0b00;
    font-family: 'sklad';
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: none;
}

#container .cyrax .walking h2 {
    display: block;
    background: none;
    border: none;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #921100;
    padding: 10px;
    margin: 10px;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#container .cyrax .walking p {
    padding: 10px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
}

#container .cyrax .ourhorses .skan {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background: url(../img/bckgrndgr.jpg) repeat-x;
}

#container .cyrax .ourhorses .horses {
    padding: 0;
    margin-top: 10px;
}

#container .ourhorses strong {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'sklad';
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
}


#container .ourhorses p {
    padding: 10px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    margin: 0;
}

#container .ourhorses h1 {
    border: none;
    right: 0;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    color: #1f0b00;
    font-family: 'sklad';
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: none;
}

#container .ourhorses h2 {
    display: block;
    background: none;
    border: none;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #921100;
    padding: 0;
    margin: 10px;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#container .ourhorses h3 {
    border: 2px outset #921100;
    display: block;
    background: url(../img/bckgrnd.jpg);
    color: #f2dbb2;
    font-family: 'sklad';
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-top: 280px;
    margin-left: -5px;
    padding: 2px 20px;
    position: absolute;
    letter-spacing: 0.05em;
}

#container .contacts {
    width: 100%;
    padding: 0px 5px 10px 5px;
    margin-top: 10px;
    text-align: center;
    background: url(../img/cyrax.jpg) repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

#container .contacts h1 {
    display: block;
    text-align: center;
    text-transform: none;
    font-family: 'sklad';
    font-weight: 600;
    font-size: 25px;
    color: #111;
    margin-top: 5px;
}

#container .contacts h2 {
    display: block;
    text-align: center;
    text-transform: none;
    font-family: 'sklad';
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 3px;
    color: #111;
    margin-top: 5px;
}

#container .contacts img.photo_in_box_contact{
    width: 100%;
    height: auto;
    padding: 5px 0;
}

#container .gglmp {
    width: 100%;
    padding: 5px;
    background: url(../img/cyrax.jpg) repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.box {
    display: block;
    padding: 0;
    margin: 0;
    background: url(../img/cyrax.jpg) repeat;
    color: #faf3ed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4)

}

.box .fon {
    text-align: center;
    background: url(../images/box_top.png) 0 top repeat-x;
    padding: 0;
    overflow: hidden
}

.box ul {
    padding: 0;
    list-style: none;
}

.box p {
    font-style: italic;
    font-family: 'harvey';
    font-weight: 600;
    font-size: 16px;
    padding: 5px 15px;
    color: #111;
}

.box li {
    font-style: italic;
    font-family: 'harvey';
    font-weight: 600;
    font-size: 20px;
    padding: 3px 15px;
    color: #111;
}

.box h2 {
    text-transform: uppercase;
    font-family: 'sklad';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #a80002;
    padding: 0
}

.box h2 span {
    color: #faf3ed
}

.box figure {
    padding: 25px 0 0px;
}

.button1 {
    border: 4px outset #921100;
    background: url(../img/sektor.jpg) repeat;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'sklad';
    font-size: 24px;
    color: #f2dbb2;
    line-height: 34px;
    padding: 0 15px;
}

.button1:hover {
    text-decoration: none;
    color: #1f0b00;
    background: url(../img/cyrax.jpg) no-repeat;
}


#gallery {
    margin-bottom: 0px;
}

#gallery:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.photo {
}

.photo img {
}

.photo a:hover {
    opacity: 0.5;
}

.photo a {
    display: block;
    position: relative;
}

.photo a:after {
    content: '';
    background: transparent url(../img/icons/eye-icon.png) no-repeat center;
    width: 52px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
}

.photo:hover > a:after {
    visibility: visible;
}

.photo figcaption {
    color: #7e0f02;
    text-align: center;
    margin-top: 10px;
    font-family: 'sklad';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
}


.menumobile {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menumobile ul {
    border: 4px outset #921100;
    border-right: none;
    width: auto;
    font-family: 'sklad';
    background: url(../img/sektor.jpg) repeat;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    padding: 0;
}

.menumobile ul li {
    display: inline-block;
    float: none;
    list-style: none;
}

.menumobile ul li a {
    text-shadow: 1px 1px 0px black;
    color: #f2dbb2;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 20px;
    margin: 0;
    padding: 5px 15px;;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.menumobile ul li a:hover {
    background: url(../img/bckgrnd.jpg) no-repeat;
    transition: .5s linear;
    color: #1f0b00;
}

.menumobile ul li.selected {
    color: #1f0b00;
}

.menumobile ul li.selected a {
    font-size: 14px;;
    font-weight: 600;
    background: url(../img/bckgrnd.jpg) no-repeat;
    color: #1f0b00;
}

#container .mobilebox {
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .mobilebox p {
    padding: 10px 10px 10px 10px;
    font-family: 'harvey';
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    margin-bottom: 0;
}

#container .mobilebox h1 {
    background: none;
    border: none;
    font-family: 'sklad';
    font-size: 24px;
    font-weight: 600;
    color: #921100;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#container .mobilebox a {
    color: #921100;
}

#container .mobilebox .juniors {
    padding: 30px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .mobilebox .law {
    padding: 20px 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background: url(../img/cyrax.jpg) repeat;
    display: block;
    height: auto;
    width: 100%;
}

#container .mobilebox .koni {
    padding: 10px;
}

#container .mobilebox .koni .someone {
    padding: 10px 0px;
}

#container .mobilebox .someone h1 {
    background: none;
    border: none;
    font-family: 'sklad';
    font-size: 16px;
    font-weight: 600;
    color: #921100;
    padding: 10px;
    margin: 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#underfooter {
    margin-top: 0px;
    padding: 0px 10px;
    text-align: center;
    width: 100%;
}

#underfooter .cleanline {
    margin-top: 20px;
}

#underfooter h1 {
    text-align: center;
    text-transform: none;
    font-family: 'sklad';
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 3px;
    color: #111;
    margin-top: 40px;
}

#underfooter h2 {
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-family: 'sklad';
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 3px;
    color: #111;
    margin-top: 0px;
}

#underfooter img {
    margin-top: 0px;
    padding: 0px 10px;

    height: 150px;

}


footer {
    height: 40px;
    border: 4px inset #921100;
    border-bottom: none;
    color: #999999;
    background: url(../img/sektor.jpg) repeat;
    font-size: 13px;
}


@media screen and (min-width: 761px) {
    .menumobile {
        display: none;
    }

    #container .mobilebox {
        display: none;
    }
}


@media screen and (max-width: 760px) {

    #header .logo img {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    #header .banner {
        display: none;
    }

    #header ul li {
        float: none;
    }

    #header ul li a {
        font-size: 14px;
        font-weight: 600;
        height: auto;
        letter-spacing: 0.05em;
        line-height: 20px;
        padding: 5px 15px;
    }

    #header ul li.selected a {
        font-size: 14px;
    }


    #homepage {
        width: 100%;
    }

    #homepage .strongstable ul {
        float: left;
        margin: 0;
        padding: 0;
        height: 150px;
        position: absolute;
        margin-top: 5%;
    }

    #homepage .strongstable a {
        margin-left: 5px;
        font-size: 20px;
        font-weight: 600;
        height: auto;
    }

    #homepage .menuscreen ul {
        float: left;
        margin: 0;
        padding: 0;
        height: 150px;
        position: absolute;
        margin-top: 5%;
    }

    #homepage .menuscreen a {
        margin-left: 5px;
        font-size: 20px;
        font-weight: 600;
        height: auto;
    }


    #homepg {
        display: none
    }

    #container {
        padding: 10px 10px;
    }

    #container .sektor {
        display: none;
    }

    #container .korobka {
        display: none;
    }

    #container .cyrax p {
        padding: 10px 5px;
        font-size: 16px;
    }


    #container .ourhorses p {
        padding: 10px 5px;
        font-size: 16px;
    }

    #container .cyrax i {
        padding: 10px 15px;
        font-size: 16px;
    }

    #container .cyrax h1 {
        right: 0;
        display: block;
        border: none;
        font-family: 'sklad';
        font-size: 24px;
        font-weight: 600;
        color: #1f0b00;
        background: none;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        height: auto;
        margin: 10px;
        position: relative;
    }

    #container .cyrax h2 {
        height: auto;
    }

    #container .cyrax .freespace {
        padding: 0;
    }

    #container .leftrules p {
        font-size: 20px;
    }

    #container .cyrax .rules p {
        font-size: 16px;
    }
}

a {
    color: #111 !important;
}

a.insta img {
    height: 40px !important;
}
