@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 100;
    src: local('Oswald'), local('Oswald'),
        url(../images/fonts/Oswald-ExtraLight.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: local('Oswald'), local('Oswald'),
        url(../images/fonts/Oswald-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald'), local('Oswald'),
        url(../images/fonts/Oswald-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald'), local('Oswald'),
        url(../images/fonts/Oswald-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: local('Oswald'), local('Oswald'),
        url(../images/fonts/Oswald-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: bold;
    src: local('Oswald'), local('Oswald'),
        url(../images/fonts/Oswald-Bold.ttf) format('truetype');
}



.button.grey:hover,
button.grey:hover {
    background: #f4f4f4;
    color:#333;
}
.button.grey,
button.grey {
    background: #e2e2e1;
    color:#333;
}
.button.black-opacity,
button.black-opacity {
    background: rgba(0,0,0,0.7);
    color:#fff;
}
.button.black-opacity:hover,
button.black-opacity:hover {
    background: rgba(0,0,0,0.9);
    text-shadow: 0 0 5px rgba(255,255,255,0.8);
}

body {
    text-align:center;
    line-height: 0;
}
.main-container {
    background:white;
    display:inline-block;
    /*max-width:1400px;*/
    width:100%;
    overflow:hidden;
    min-height:100%;
    margin:0;
    position:relative;
    line-height:1.2em;
    box-shadow: 0 0 10px rgba(20,50,100,0.2);
}

.top .head2 {
    background:url(../images/design/head2.png) no-repeat 100% 50%;
    background-size:auto 157px;
    height:157px;
    position: absolute;
    width:284px;
    top:0;
    right:100%;
}
.top .head1 {
    background:url(../images/design/head1.png) no-repeat 100% 50%;
    background-size:auto 157px;
    height:157px;
    position: relative;
}
.top {
    background:#efebeb url(../images/design/head1.png) no-repeat 100% 50%;
    background-size:auto 157px;
}
.top .cont .row .col:first-child {padding-left:0;}
.top .cont .row {
    padding-top:35px;
    height:157px;
    background:url(../images/design/head0.png) no-repeat 0% 50%;
    background-size:auto 157px;
    margin-left:0;
    position: relative;
}
.top .text-right {
    font-size:12px;
}
.top .text-right > span {
    margin-left:20px;
    display: inline-block;
}
.top .text-right a {
    color:black;
    text-decoration: none;
}

.logo {}
.logo img {
    float:left;
    width:72px;
}
.logo-icon {
    display: inline-block;
    vertical-align: middle;
}
.logo-text {
    padding:5px 0 5px 10px;
    display: inline-block;
    vertical-align: middle;
    font:22px Oswald;
    line-height: 1.2em;
    width:320px;
}
.logo-text > small {
    font-size:16px;
}
.logo-text .logo-name {
    font:bold 27px Oswald;
    text-shadow: 0 2px 0 rgba(255,255,255,0.35);
    margin:5px 0 10px;
}

.mb-menu {display:none;}

.menu-main.stick .logo span:nth-child(2) {font-size:14px; margin-top:-3px;}
.menu-main.stick .logo img {width:27px;}
.menu-main.stick.show {top:54px; box-shadow: 0 2px 1px rgba(0,0,0,0.2);}
.menu-main.stick {
    /*max-width: 1400px;*/
    position: fixed;
    top:0;
    margin-top:-54px;
    height:54px;
    transition: all 300ms;
}
.menu-main-margin {height:54px;}
.menu-main {
    background:#000;
    position:absolute;
    z-index:100;
    height:54px;
    transition: top 300ms;
    line-height: 53px;
}

.menu-cont .pc-menu {
    display: block;
    text-align: justify;
    text-align-last: justify;
}
.menu-cont a.sel:hover,
.menu-cont a.sel {
    font-weight: 400;
    letter-spacing: 0.05em;
}

.menu-cont a:hover {color:#d40000;}
.menu-cont a {
    color:white;
    display: inline-block;
    text-decoration: none;
    font:200 16px Oswald;
    letter-spacing: 0.1em;
    padding:15px 0;
}

.menu-cont {
    height:52px;
    line-height: 52px;
}
.menu-main .menu-subs a:hover {color:#d40000;}
.menu-main .menu-subs a.sel,
.menu-main .menu-subs a {
    display: block;
    text-decoration: none;
    padding:8px 30px 8px 15px;
    margin:0;
    line-height: 1.2em;
    border:none;
    background:none;
    text-align: left;
    text-align-last: left;
    color:black;
}
.menu-subs.hover {
    padding-top:7px;
    padding-bottom:7px;
    max-height:800px;
}
.menu-subs {
    overflow: hidden;
    display:inline-block;
    padding-top:0;
    padding-bottom:0;
    position: absolute;
    max-height:0;
    padding:0 0;
    margin:54px 0 0 -15px;
    background:#fff;
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    z-index: 0;
    transition: all 300ms;
}

.map-cont {height:500px; background:#f9f6ed;}

.bread-cont span {}
.bread-cont a:hover {color:#d40000;}
.bread-cont a {color:#555;}
.bread-cont {
    background:#fff;
    color:#aaa;
    padding:15px 0 15px;
    font-size:14px;
}
.content > .bread {margin-top:-15px; margin-bottom:15px;}

.content.minheight {min-height: 600px;}
.content {
    padding-top:0px;
    padding-bottom:30px;
}
.content .h1:first-child,
.content h1:first-child {
    /*margin-top:20px;*/
}
.content p.text-center {text-align:center;}
.content p {text-align: justify;}
.content table.hidden {
    margin:10px 0 15px;
}
.content table.hidden td {
    padding:0 10px 5px 0;
}

.ico.red {
    border-radius:16px;
    width:32px;
    height:32px;
    display: inline-block;
    background-position: 50% 50%;
    background-color:#d40000;
    margin-right:0;
}

.menu-bottom a {
    font-weight: 200;
    font-size: 16px;
    word-spacing: normal;
    color:#4d4d4d;
    text-decoration: none;
    display: inline-block;
}
.menu-bottom .cont {
    text-align: justify;
    text-align-last: justify;
}
.menu-bottom {
    background:#f9f9f9;
    height:48px;
    line-height: 48px;
}

.head-icons span {
    padding:7px 8px;
    vertical-align: middle;
    display: inline-block;
}
.head-icons b {
    display: inline-block;
    width:1px;
    height:20px;
    background:#b3b3b3;
    vertical-align: middle;
}
.head-icons {
    display: inline-block;
    background:white;
    border-radius:15px;
    padding:0 10px;
    margin-bottom: 22px;
}
.socials i {margin-left:3px}

.block.bottom {
    background:#2f2018;
    padding-top:20px;
    padding-bottom:20px;
}

.block.bottom .counters {
    position: absolute;
    bottom:0;
    right:0;
}
.block.bottom .counters-cont {
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    text-align: right;
}
.block.bottom .contacts {
    position: relative;
    vertical-align: bottom;
    text-align: left;
}
.block.bottom .contacts .phone {
    padding-left:35px;
    margin-bottom: 8px;
    color:white;
}
.work-hours {
    color:white;
}
.block.bottom .contacts .email {
    padding-left:35px;
    margin-bottom: 8px;
    color:white;
}
.grey {color:#4d4d4d;}
.block.bottom .contacts .address {
    background:url(../images/design/icon-address.png) no-repeat 4px 1px;
    background-size: 18px auto;
    font-size:16px;
    padding-left:35px;
    color:white;
}
.copyright {
    background:#000;
    font-size:12px;
    color:white;
    padding:20px 0;
}

.copyright .socials {
    margin-bottom: 10px;
}
.copyright .logo img {
    width:40px;
}
.copyright .logo-text {
    font-size:11px;
    width:170px;
    line-height: 1.3em;
}

.loader {
    background:white;
    margin:15px 0;
    padding:15px 0;
    text-align: center;
    border-radius: 3px;
    box-shadow:inset 0 1px 4px rgba(0,0,0,0.1);
}
.loader span {
    display: inline-block;
    background:white url(../images/design/loader.gif) no-repeat 10px 50%;
    padding-left:28px;
    padding:5px 10px 5px 38px;
    border-radius: 15px;
}

.popup-back.show {
    opacity:1;
}
.popup-back {
    transition:opacity 300ms;
    opacity:0;
    display:none;
    position:fixed;
    background:rgba(0,0,0,0.5);
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 100;
}

.popup-cont.show {
    opacity:1;
}
.popup-cont > * {
    margin:0 15px;
    padding:0;
}
.popup-cont > table.report {margin:15px 0;}
.popup-cont p {margin:10px 0;}
.popup-cont input {
    width:100%;
    box-sizing: border-box;
    margin:0;
}
.popup-cont h3 i {
    cursor:pointer;
    margin-top:10px;
}
.popup-cont h3 {
    border-bottom:1px solid #ccc;
    padding:0 0 10px;
    margin:0 0 5px;
    text-align: left;
}
.popup-cont {
    transition:opacity 300ms;
    opacity:0;
    display:none;
    background:white;
    border-radius:3px;
    box-shadow:0 1px 10px rgba(0,0,0,0.7);
    position:fixed;
    left:50%;
    margin-left:-150px;
    padding:10px 0 5px;
    width:300px;
    top:30%;
    z-index: 101;
}
.popup-cont.wide {
    width:60%;
    margin-left:-30%;
    margin-top:10%;
    top:0;
    padding-left:15px;
    padding-right:15px;
    position:absolute;
}

.review-frm {
    margin-top:5px;
    padding:10px 15px;
    background:#ececec;
    border-bottom:2px solid #ddd;
    display:none;
}

.review-frm td {vertical-align: middle; padding-right: 10px;}
.review-frm button,
.review-frm textarea,
.review-frm input {
    width:100%;
    margin:10px 0;
}
.review-frm textarea {height:200px;}

.photos {margin-top:20px; margin-bottom:20px;}
.photos > a {
    width:20%;
    display: inline-block;
    height:150px;
    padding:0 5px;
    margin:0 0 20px;
}
.photos > a .img img {display:none;}
.photos > a .img {
    width:100%;
    height:100%;
}

.subparts-list .img {
    display: block;
    width:auto;
    height:150px;
    border-radius: 5px;
}
.subparts-list .title {
    display: block;
    margin:10px 0 20px;
    text-align: center;
    text-decoration: none;
    font-size:20px;
}

.ir-static .col {
    margin-bottom: 15px;
}


.side-left,
.side-right {
    display: inline-block;
    vertical-align: top;
    width:60%;
    margin-top:10px;
}
.side-left {}
.side-right {width:40%;}
.side-left .block {padding-right:0;}


.twister .tw-round-left,
.twister .tw-round-right {display: none;}

.right-side .rs-block {padding-bottom: 30px;}
.right-side {padding-left:30px;}

.twister {
    margin-bottom: 70px;
}
.tw-round {bottom:-50px;}
.tw-round-pages span {
    margin:0 11px;
}

.news-general {
    margin-bottom: 5px;
}
.ng-item .img {
    width:100%;
}
.news-list {margin-bottom: 30px;}
.ei-info {
    padding-top:10px;
}
.ei-date {
    float:right;
    background:#e6e0e6;
    font-weight: bold;
    font-size:12px;
    padding:5px 15px;
    border-radius: 14px;
    margin:0 0 5px 10px;
}
.ei-name {
    font:200 17px Oswald;
    letter-spacing: 0.08em;
}
.ei-name a {
    text-decoration: none;
    color:black;
}
.ei-desc {
    font-size:14px;
    color:#4d4d4d;
    margin:15px 0;
}

.dc-download-cont {
    position: absolute;
    right:0;
}

.documents.wide {
    margin:0 -20px;
}
.documents.wide .item {
    width:50%;
    display:inline-block;
    vertical-align: top;
    padding-right:20px;
}
.documents .item {
    position: relative;
    min-height: 60px;
    margin-bottom:18px;
    padding:3px 40px 0 42px;
}
.documents .item .title {margin:0px 0 7px; font-size:16px;}
.documents .item .title .right {margin-top:-3px;}
.documents .item .title a:last-child {
    text-decoration: none;
    color:black;
    font-weight: 500;
}
.documents .item > .ico {
    background-color: #ececec;
    position: absolute;
    left:0;
    top:0;    
}

.pages a,
.pages b {
    display: inline-block;
    padding:2px 0;
    margin-right:15px;
}
.pages b {color:black;}
.pages {
    margin:10px 0 20px;
    color:#777;
}

.instawidget-cont {
    margin-top:15px;
    margin-bottom:25px;
    height:310px;
}

.gphotos .item .img {
    width:100%;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.gphotos .item {
    
}
.gphotos .item:hover .gph-name {
    transform: scaleY(1);
    bottom:0;
}
.gph-name {
    background:rgba(0,0,0,0.5);
    position: absolute;
    padding:10px;
    color:white;
    bottom:-50%;
    left:0;right:0;
    transform: scaleY(1);
    transform-origin:0 100%;
    transition: all 300ms;
}

.ad-link.sel {
    border-bottom: 4px solid #ED003B;
}
.ad-link i {
    display: inline-block;
    width:85px;
    height:85px;
    margin:20px 0 0;
    background:url() no-repeat 50% 50%;
    background-size:85px auto;
}
.ad-link i.ad-icon-0 {background-image:url(../images/design/ad-about.png);}
.ad-link i.ad-icon-1 {background-image:url(../images/design/ad-clubs.png);}
.ad-link i.ad-icon-2 {background-image:url(../images/design/ad-signin.png);}
.ad-link {
    border-radius: 82px;
    height:164px;
    background:white;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color:black;
    margin-bottom: 15px;
}
.ad-logo {
    width:230px;
}
.ad-back {
    background:url(../images/design/ad-back.png) no-repeat 50% 50%;
    background-size:100% 100%;
    padding:40px 0 50px;
}
.menu-ad {
    padding:20px 0;
}
.ad-container .top {
    background:url(../images/design/ad-back.png) no-repeat 50% 50%;
    background-size:100% 100%;
}
.ad-container .top .cont .row {
    background:none;
}
.ad-container .logo-text {color:white;}
.ad-logo-top {
    height:135px;
    margin-top:-20px;
}
.ad-logo-top img {
    width:100%;
    max-width: 250px;
}

.ff-head {
    background: rgba(255,255,255,0.4);
}
.feedback-form {
    background:url(../images/design/back0.png) no-repeat 50% 50%;
    background-size:cover;
}
.feedback-form input {
    margin-bottom:10px;
}
.feedback-form textarea {
    padding:15px 20px;
    margin-bottom:15px;
    height:150px;
}
.ff-head .h1 {
    margin-bottom:15px;
}



.news-item-date {
    background:#efebeb;
    padding:5px 15px;
    border-radius: 5px;
    font-size:17px;
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
}

.news-item-desc {
    border-left:4px solid #efebeb;
    padding-left:15px;
    margin-bottom: 30px;
}

.clubs-filter {
    border-bottom: 1px solid #c7b9c0;
    padding-bottom: 30px;
}
.clubs-filter h1 {
    margin-bottom:30px;
}
.clubs-filter label {
    font:200 20px Oswald;
}
.selector span:hover {
    background:#ddd;
}
.selector span.sel:hover,
.selector span.sel {
    background:linear-gradient(to right,#f34555,#ab104d);
    color:white;
    font-weight: 600;
}
.selector span {
    display: inline-block;
    background:#efebeb;
    padding:5px 20px;
    border-radius: 18px;
    font-size:18px;
    margin-bottom: 10px;
    margin-right: 4px;
    cursor: pointer;
    transition: all 300ms;
}

#club_data h3 {
    margin-top:30px;
}
#club_data {
    background:linear-gradient(to right,#efebeb00,#efebeb);
    font-size:18px;
    padding-right: 20px;
}
.clubs-result .row {
    height:500px;
}
.clubs-result .row .col {height:100%;}
.clubs-result .row .col:first-child {padding-right:0;}
.clubs-result .row .col:last-child {padding-left:0;}
.clubs-result {
    border-bottom: 1px solid #c7b9c0;
}
.clubs-result label {
    font-size:14px;
    color:#6d546d;
    display: block;
    margin-bottom: 5px;
    margin-top:30px;
}