/* * * fonts
 *
 * * * * * * * * * * * * * * * * * * * * * * */

@font-face {
    font-family: 'helioslightregular';
    src: url('/fonts/actionteam/he__l___-webfont.eot');
    src: url('/fonts/actionteam/he__l___-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/actionteam/he__l___-webfont.woff') format('woff'),
    url('/fonts/actionteam/he__l___-webfont.ttf') format('truetype'),
    url('/fonts/actionteam/he__l___-webfont.svg#helioslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heliosthin';
    src: url('/fonts/actionteam/heliosthin-webfont.eot');
    src: url('/fonts/actionteam/heliosthin-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/actionteam/heliosthin-webfont.woff') format('woff'),
    url('/fonts/actionteam/heliosthin-webfont.ttf') format('truetype'),
    url('/fonts/actionteam/heliosthin-webfont.svg#heliosthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * global reset
 *
 * @section reset
 */

abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,figure,footer,header,mark,menu,meter,nav,output,progress,section,time,video {
    display:block;
}
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,hr,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure {
    margin:0;
    padding:0;
    border:none;
    outline:none;
}

:focus {
    outline:none;
}

.hidden,
.indoor-unit { display: none; }

input[type='submit']::-moz-focus-inner,
input[type='button']::-moz-focus-inner { border: 0; }

button::-moz-focus-inner { border: 0; }


input,
button{
    border: none;
    padding: 0;
}

/* * * global style
 *
 * * * * * * * * * * * * * * * * * * * * * * */

/* titles
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; }


h1 {font-size: 25px} /* h1 */
h2 {font: 20px 'helioslightregular'; color: #000000;} /* h3 */
section section section h1 {font-size: 18px} /* h4 */
section section section section h1 {font-size: 16px} /* h5 */
section section section section section h1 {font-size: 14px} /* h6 */
/* p
   ---------------------------------------- */
p {
    margin: 0 0 30px;
    line-height: 24px;
}

/* a
   ---------------------------------------- */
a {
    color: #000000;
    -webkit-transition: color .2s linear;
    -moz-transition: color text-shadow .2s linear;
    -o-transition: color text-shadow .2s linear;
    transition: color text-shadow .2s linear;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/* img
   ---------------------------------------- */
img { vertical-align: top; max-width: 100%;}

/* strong, b
   ---------------------------------------- */
strong, b {
    font-weight: normal;
}

/* ul
   ---------------------------------------- */
ul li{
    list-style-type: none;
}

/**
 * body basic formatting
 *
 * font-size, main color, links (hover, visited etc.)
 *
 * @section basic formatting
 */

/* body
   ---------------------------------------- */
body {
    color: #636363;
    font: 14px 'helioslightregular', sans-serif;
    /*min-width: 1000px;*/
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

html, body{
    height: 100%;
    min-width: 1024px;
    min-height: 100%;
}

/*
 *  Body - CSS media queries
 */
@media screen and (max-width: 1040px) and (min-width: 1020px){
    body{
        overflow-x: hidden;
    }
}

/* clearfix
---------------------------------------- */
.clearfix:after,
.container:after,
.container--2:after,
.container--3:after,
.row:after,
.text-area:after,
.progress-block ul:after,
.media:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*
 *  Marking style
 */
.container{
    width: 1000px;
    margin: auto;
    position: relative;
}
.container--2{
    max-width: 1606px;
    margin: auto;
    position: relative;
}
.container--3{
    margin: auto;
    width: 1072px;
}
.container--3.indent{
    padding-top: 8px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.align-left{
    display: inline-block;
    vertical-align: middle;
}


/*
 *  Global style
 */
[class*="-icon"]{
    background: url("/images/actionteam/bg/all.png") -1px -69px;
    display: inline-block;
    width: 10px;
    height: 16px;
}
.btn{
    display: inline-block;
    height: 29px;
    min-width: 333px;
    padding: 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;

    background: #ffe208;
    background: -moz-linear-gradient(top, #ffe208 0%, #ffb300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe208), color-stop(100%,#ffb300));
    background: -webkit-linear-gradient(top, #ffe208 0%,#ffb300 100%);
    background: -o-linear-gradient(top, #ffe208 0%,#ffb300 100%);
    background: -ms-linear-gradient(top, #ffe208 0%,#ffb300 100%);
    background: linear-gradient(to bottom, #ffe208 0%,#ffb300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe208', endColorstr='#ffb300',GradientType=0 );

    font:bold 13px/31px 'helioslightregular';
    color: #000000;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.btn:hover{
    background: #ffb400;
}
.block_title{
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    font: 21px/33px 'helioslightregular';
    height: 36px;
    padding: 0 22px;
    min-width: 111px;
    text-align: center;
}
.separator{
    margin-bottom: 45px;
    height: 1px;
}
.play-icon{
    font: 0px/0 a;
    position:   absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    cursor: pointer !important;
    z-index: 9;
    background: url("/images/actionteam/bg/play-btn-all.png");

}
.medium .play-icon{
    width: 70px;
    height: 66px;
    background-position:  -40px -13px;
    margin-left: -35px;
    margin-top: -33px;
}
.item.video:hover .play-icon{
    background-position: -128px -13px;
}

.small .play-icon{
    background-position: -79px -235px;
    width: 40px;
    height: 38px;
    margin-top: -19px;
    margin-left: -20px;
}
.item.video:hover .small .play-icon{
    background-position: -133px -235px;
}
.big{
    display: none;
}
.big .play-icon{
    background-position: -9px -97px;
    height: 118px;
    margin-left: -61px;
    margin-top: -59px;
    width: 117px;
}
.big:hover .play-icon{
    background-position: -127px -97px;
}
.arrow--to-slip{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
    display: none;
}
.slip-icon{
    width: 23px;
    height: 39px;
    background-position: -240px -61px;
    display: block;
}
.slip-icon:hover{
    background-position: -240px -8px;
}
.active.slip-icon{
    background-position: -274px -61px;
}
.active.slip-icon:hover{
    background-position: -274px -8px;
}
/*
 *  Global style - Form
 */
label{
    font: 18px 'helioslightregular';
    color: #fff;
    display: inline-block;
    min-width: 163px;
    vertical-align: middle;
}
label.error{
    display: none !important;
}
input[type="text"],
textarea{
    width: 270px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    border: none;
    background: #fff;
    border-radius: 5px;
    font: 15px 'helioslightregular';
}
.ie10 input[type="text"],
.ie10 textarea{
    width: 269px;
}
.ie10 textarea{
    overflow: hidden;
}
input[type="text"]:focus,
textarea:focus{
    box-shadow: 0 0 0 2px #C3A300 inset;
}
textarea{
    resize: none;
    height: inherit;
    padding: 3px 10px;
    vertical-align: top;
}
input[type="text"].error,
textarea.error{
    box-shadow: 0 0 0 2px #fe4104 inset;
}
fieldset{
    margin-bottom: 25px;
}
.no-indent{
    margin: 0;
}
/*
 * sticky-footer
 */
.page--wrap{
    margin-bottom: -214px;
    min-height: 100%;
}
.page--wrap:after {
    content: "";
    display: block;
    height: 238px;
}


/*
 * header
 */
#site-header{
    width: 100%;
    padding: 22px 0 17px;
    background: url("/images/actionteam/bg/header-bg.jpg") repeat-x;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow:    0px 1px 5px -1px rgba(0, 0, 0, 0.13);
    box-shadow:         0px 1px 5px -1px rgba(0, 0, 0, 0.13);
}


/*
 * Logo
 */
#site-logo{
    float: left;
}


/*
 * Site navigation
 */
#site-nav{
    float: left;
    margin: 8px 0 0 46px;
}
#site-nav li{
    float: left;
    padding: 0 14px;
}
#site-nav li a{
    font: 14px/20px 'helioslightregular';
    text-decoration: none;
    color: #514e4e;
    -webkit-transition: all .2s linear;
    -moz-transition: all text-shadow .2s linear;
    -o-transition: all text-shadow .2s linear;
    transition: all text-shadow .2s linear;
}
#site-nav li a:hover,
#site-nav li.current-item a{
    color: #0581ff;
    text-shadow: 0 0 1px  rgba(5, 129, 255, 0.4);
}



/*
 * User-bar
 */
#page-title{
    display: inline-block;
}
#page-title H2{
    line-height: 48px;
}
#page-title H2 a{
    text-decoration: none;
}
#page-title a i{
    margin: 0 11px 0 6px;
}
.socials{
    float: right;
    min-height: 50px;
}
.socials dt, .socials dd{
    display: inline-block;
    font: 12px/48px 'helioslightregular';
    color: #000000;
    margin-left: 13px;
}


/*
 * User-bar Share icon
 */
span[class*="_hcount"] .stButton_gradient:not(.stHBubble){
    width: 34px;
    height: 16px;
    background: none;
    border: none;
    border-radius: 0;
    vertical-align: middle;
}
span[class*="_hcount"] .stButton{
    margin-left: 4px;
}
span[class*="_hcount"] .stButton_gradient:hover{
    background: none;
}
span[class*="_hcount"] .stButton_gradient:not(.stHBubble) .chicklets{
    font: 0px/0 a;
}
span[class*="_hcount"] .stHBubble{
    height: 15px;
    min-width: 20px;
    background: none;
    text-align: center;
    border-color: #bdc0c6;
    border-radius: 3px;
    vertical-align: middle;
    padding-top: 1px;
}
span[class*="_hcount"] .stBubble_hcount{
    font: 11px/17px 'helioslightregular';
    color: #495664;
    padding-left: 1px;
}
span[class*="_hcount"] .stArrow{
    background: url("/images/actionteam/bg/all.png") -30px 0;
}

span.st_vkontakte_hcount .stButton_gradient:not(.stHBubble){
    background: url("/images/actionteam/bg/share-icon.png") no-repeat;
}
span.st_googleplus_hcount .stButton_gradient:not(.stHBubble){
    background: url("/images/actionteam/bg/share-icon.png") no-repeat 0 -63px;
}
span.st_odnoklassniki_hcount .stButton_gradient:not(.stHBubble){
    background: url("/images/actionteam/bg/share-icon.png") no-repeat 0 -84px;
}
span.st_vkontakte_hcount .stButton .vkontakte,
span.st_googleplus_hcount .stButton .googleplus,
span.st_odnoklassniki_hcount .stButton .odnoklassniki{
    background: none;
}

span.st_twitter_hcount .stButton .st-twitter-counter, span.st_facebook_hcount .stButton .st-facebook-counter{
    width: 38px;
    padding-top: 1px;
    height: 17px;
}
span.st_facebook_hcount .stButton .st-facebook-counter{
    background: url("/images/actionteam/bg/share-icon.png") no-repeat scroll 0 -20px transparent !important;
}

span.st_twitter_hcount .stButton .st-twitter-counter{
    background: url("/images/actionteam/bg/share-icon.png") no-repeat scroll 0 -41px transparent !important;
}

/* header
   ---------------------------------------- */
.site-wrap {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.site-header {
    height: 74px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABKBAMAAADecs5jAAAAG1BMVEX39/f19fXs7O3i4uPy8vLw8PDl5eb5+fno6Op7BwyaAAAE2UlEQVRIxzSSUcocMQyDbWjRqw0LuU73Rg4Ucv1+8k93MrOxLctSZkJxIiOipyNrqiayO7pimh+VCnWUN5PFrTOdIHgqIpWA61wQ3XmGyMhvKAtioJn9JpssEY8IcUM9MQVtueOJ2a8fjZBoojIpwIGuGXZCEMgdmveSeVRexsDSn1VYx7lo5dIHRfBJwRZKOVpTNX3JH+g86FxDRooHxkz3VHmTCC/okSeENDnGPpKaP9B83I6t4CqjkzvwztiND46p9QVmhXbOuu3A4ZkzBMYEza3CLBG1/cO1YcYPxPKZmWrf1J/wdBKtxyAQp96lkZRlV7dkg8RiwQ+9yWoOhlQm3XPa3QqpZY8/d7Wubo3dEMA8kG/lsjJ0UquP+szTqTzrJmdCWWfqwdnqBRV7sz5hJWx/DYQFgHJxBsqUzbA8TdGvijIB/Xsxue3zAhrFW6l1e9I8+P4vE8sgCXigzTLGgcbTdmauy3ynkL6f6R7dM2tHnxJFEI4uYDyzy2nPIK/HMlcFAc3s0obAwddkbyC1cSoDMhY83t0PmzBwqSbZuIW1brcFETf0ARYO4X5Tt6LuSQH0kPNUAP+UBXR/W5b0M7sn8e4mW5skbw99AEJKdm55sqVUyVNuV7Wozxa+AVJjLgrX5wTMCu2tjJ8dhvWbGdrugikbwZg3jc5a6fgLL/nxpAQTJkkwL1BSV6DLMpsK6s0N6w40WIoNUsRnZF+BI/RtHgpS80ov8maDyuwt+pQu2LMvgYzv1IoYWMhlQfVFvF22M88w0/58R+2MLMsNb9Vv657nt80Qt/2zKVpgtL9YFU0bQP8HMddPGgrdAPj9xSj8LiaWZtdP609PWsrvL4y3k9wC1iL+tgWZn+5PK7eLDEIB/aOJXGxjiUEo6ie9ArKSpwEr7iOMoAAj6L+VnJvdYfwB7gev1vlxooPxLgXFhGjK4LKck847HtL/HzKmgpm9HS+bX0b5mpD55xD9m5xGRU0ix2lhjHVHZ1AohPgXGUKNHpNz/OGXngiOzfF5TZtiw/T58ueNCrSG5bspknRSs1FoYcvoQ8kMj3LYM9z9OtPxO+QFcgaEvwmTdcz7Qj0ReLwuC5Mq3MxHTaSEuWJ6xIElYj1tlXNUebU5V3tHz4jwntRQLcRqM/RD2UZzeVdE4diCwbSbRq+CMzDIyO5e0cQB7OrYp6LUYWPPGx0gWeU3ve9I9504VUlQNPlARukUdeUGkvdni3LL80aRY+3cvgls1r3u3Ks3wI5cWbkZgmr3YCsoKkVK1XBT2aZBonP0UmTmWqQ71+b7BKkGCmM00SSIOfkIjs8FTQkMiJSNlEXniSeH+r5+Wx2DVAdiGIb6ONkHfKAfMD5HFsbH/k/pDB0odFUFe2RJNkPwiUE9sffN7K2N6ytKfxiUgg0bm2OvEqfBaC2TCBcZe+CxCPBEebh6fay90/bYvbuJ0yBNAmMoU9w7cUxrsMVGUn1QfYMgrmCVXW8jSWUiRB+GoiCKZXUFNKQ20xkZIisC7S+6kA05KScoNxo7qiL5LIRKvS6LXCEk5hPLIzwcEmfLGOeSIAkcTmnQ94ZNJzkJLIfeSUZuLvSseai5VpEYfML8TL6QZ0zX9omY7ukKc7A7BdZoPHB1t8kvau+ar/YJoz7Mb8H5s+A/lbvxGpb0BScAAAAASUVORK5CYII=') repeat-x 0 0;
}
.no-datauri .site-header{background-image: url("/images/actionteam/bg/header-bg.jpg");}
.front-page .site-header {
    width: 100%;
    min-width: 990px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.site-header__logo {margin-top: 18px; float: left;}
.site-header__search {
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 10px;
    float: right;
    background-color: #fcfcfc;
    border: 1px solid #d4d4d4;
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    border-bottom-color: #ebebeb;
    width: 72px;
    -webkit-border-radius: 1.3846154em;
    -moz-border-radius: 1.3846154em;
    -ms-border-radius: 1.3846154em;
    -o-border-radius: 1.3846154em;
    border-radius: 1.3846154em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.site-header__search--wide {
    width: 340px;
    margin-top: 0px;
    margin-left: 40px;
}
.site-header__search--short {
    width: 180px;
    margin-top: 0px;
    margin-left: 40px;
}
input[type="text"].site-header__search-text {
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    border: none;
    width: 100%;
    height: 14px;
    outline: none !important;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    -webkit-appearance: none;
}
input:focus{
    outline: none !important;
}
.site-header__search-submit {
    background: url("/images/actionteam/bg/sprite.png") no-repeat -113px -283px;
    width: 12px;
    height: 12px !important;
    border: none;
    position: absolute;
    left: 12px;
    top: 50%;
    height: 14px;
    margin-top: -6px;
    cursor: pointer;
    -webkit-appearance: none;
}
.site-header__nav {
    font-size: 0.8750000em;
    text-align: center;
    color: #514e4e;
    padding-top: 28px;
}
.site-header__nav-item {
    color: #514e4e;
    font-size: 14px;
    text-decoration: none;
    margin-left: 1.05em;
    margin-right: 1.05em;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.site-header__nav-item:hover { color: #1e75c3}

/* SUB-NAV PRODUCTION */
.site-header__nav-item-production {
    display: inline-block;
}
.site-header__sub-nav {
    position: absolute;
    width: 100%;
    top: 74px;
    left: 0;
    height: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    z-index: 10000;
}
.site-header__sub-nav-items {
    margin-top: -280px;
}
.site-header__sub-nav-items li {
    display: inline-block;
    height: 140px;
    width: 200px;
    margin-right: -120px;
    border-left: 1px solid #ebebeb;
    cursor: pointer;
    opacity: 0;
}
.site-header__sub-nav-items li a span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.site-header__sub-nav-items li:hover a span{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.site-header__sub-nav-items li:first-child {
    border-left: none;
}
.site-header__sub-nav-items li a {
    color: #514e4e;
    font-size: 14px;
    text-decoration: none;
}
.site-header__sub-nav-item {
    display: block;
    width: 100%;
    height: 66px;
    background: url("/images/actionteam/bg/sprite-menu.png") 0 0 no-repeat;
    margin-bottom: 12px;
    margin-top: 20px;
}
.site-header__sub-nav-item-instagram {
    background-position: center 0px;
}
.site-header__sub-nav-item-moment {
    background-position: center -66px;
}
.site-header__sub-nav-item-action {
    background-position: center -132px;
}
.site-header__sub-nav-item-photo {
    background-position: center -198px;
}
.site-header__sub-nav-item-sunglasses {
    background-position: center -264px;
}
/* //SUB-NAV */

.site-header__user-nav {
    font:bold 0.6875000em/1.2727273em  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    float: right;
    margin-top: 6px;
}
.site-header__user-nav-item {
    text-decoration: none;
    color: #000;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.site-header__user-nav-item:hover {color: #1e75c3}

.site-header__user-nav-sep {
    width: 0;
    height: 18px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #ffffff;
    margin-left: 1.8181818em;
    margin-right: 1.8181818em;
}
.site-header__user-nav-item--cart-icon {
    width: 13px;
    height: 14px;
    background-position: -113px -295px;
    vertical-align: -3px;
    margin-left: 0.5454545em;
}
.site-header__wide-block {
    padding-top: 24px;
    width: 760px;
}
.site-header__phone {
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 0.875em;
    color: #5d5d5d;
}
.cat-nav {
    font-size:0.8125em;
    line-height: 1.2307692em;
    background-color: #f7f7f7;
    color: #403d3d;
}
.cat-nav-wrap {
    padding-right: 0.4615385em;
    padding-left: 0.4615385em;
    padding-top: 11px;
    overflow: hidden;
}
.cat-nav-item {
    text-align: left;
    padding-top: 13px;
    padding-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
}
.wf-active .cat-nav-item {
    padding-right: 12px;
    padding-left: 12px;
}
.cat-nav-item__link {
    display: block;
    color: #403d3d;
    text-decoration: none;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.cat-nav-item__link:hover {color: #1e75c3}
.cat-nav-item--active,
.wf-active .cat-nav-item--active{
    background-color: #ffffff;
    padding: 0;
    position: relative;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.cat-nav-item--active .cat-nav-item__link {
    padding-top: 13px;
    padding-bottom: 18px;
    padding-right: 12px;
    padding-left: 12px;
}
*:focus {
    outline: none !important;
}

/* search-form
   ---------------------------------------- */
.search-form {
    position: relative;
    float: right;
    width: 115px;
    top: 23px;
}

.search-form_type-text input {
    margin: 0;
    padding: 0 10px 0 35px;
    width: 70px;
    height: 30px;
    color: #000;
    font: 14px 'helioslightregular';
    border: 0;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
}

.search-form_type-submit {
    position: absolute;
    width: 25px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(/images/actionteam/bg/search-form_type-submit.png) right center no-repeat;
}

.search-form_type-submit input {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 30px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

/* phone
   ---------------------------------------- */
.phone {
    float: right;
    margin: 0 40px 0 0;
    padding: 4px 0 0;
    color: #5c5c5c;
    font-style: normal;
    font: 15px 'helioslightregular';
    line-height: 30px;
}

#main-slide .slide--wrap{
    background-size: cover;
    background-position: center center;
	
    width: 100%;
}


/*
 * Main slide
 */
#main-slide{
    background: url("/images/actionteam/bg/preloader.GIF") no-repeat center #F6F6F6;
    min-height: 488px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
#main-slide.black{
    background: #000000;
}
.slide--wrap{
    display: none;
}
.bg-player .slide--wrap{
    height: 100%;
    max-height: 950px;
    display: none;
    z-index: 1000;
    position: inherit !important;
}
#main-slide:not(.bg-player) .slide--wrap > img{
    left: 50%;
    margin-left: -1375px;
    max-width: inherit;
    position: relative;
}
.bg-player .slide--wrap > img{
    min-width: 1350px;
    margin: auto;
    display: block;
}
.label--wrap{
    background: url("/images/actionteam/bg/overlay-bg.png");
    position: absolute;
    width: 100%;
    bottom: 100px;
    z-index: 10000 !important;
}
.label--wrap.second-type{
    background: none;
    bottom: 192px;
}
.label{
    white-space: nowrap;
}
.label-content{
    position: relative;
    margin-left: 112px;
}




/*
 * Main slide -- User Socials links
 */
.socials-sidebar{
    left: 43px;
    position: absolute;
    top: 10px;
}
.second-type .socials-sidebar{
    left: 31px;
    position: absolute;
    top: 13px;
}
.second-type .socials-sidebar ul{
    background: url("/images/actionteam/bg/user-network-bg.png");
}
.socials-sidebar li{
    padding: 9px 14px;
}
.second-type .socials-sidebar li{
    padding: 6px 14px;
}
.socials-sidebar a{
    font: 0px/0 a;
    display: block;
}
.socials-sidebar [class*="_icon"]{
    display: block;
    width: 26px;
    height: 26px;
    background: url("/images/actionteam/bg/user-network.png") no-repeat 0 -2px;
}
.socials-sidebar [class*="_icon"]:hover{
    background: url("/images/actionteam/bg/user-network-active.png") no-repeat 0 -2px;
}
.second-type .socials-sidebar [class*="_icon"]{
    background-position: 0 -4px;
}
.second-type .socials-sidebar [class*="_icon"]:hover{
    background: url("/images/actionteam/bg/user-network-active.png") no-repeat 0 -4px;
}
.socials-sidebar .vk_icon,
.socials-sidebar .vk_icon:hover{
    background-position:0 -40px;
}
.second-type .socials-sidebar .vk_icon,
.second-type .socials-sidebar .vk_icon:hover{
    background-position: 0 -48px;
}
.socials-sidebar .tw_icon,
.socials-sidebar .tw_icon:hover{
    background-position:0 -102px;
}
.second-type .socials-sidebar .tw_icon,
.second-type .socials-sidebar .tw_icon:hover{
    background-position: 0 -92px;
}

.facebook_icon{
	margin-bottom: 9px;
}

.socials-sidebar .instagram_icon,
.socials-sidebar .instagram_icon:hover{
    background-position:0 -108px;
}
.second-type .socials-sidebar .instagram_icon,
.second-type .socials-sidebar .instagram_icon:hover{
    background-position: 0 -142px;
}

/*
 * Main slide -- User IMAGE
 */
.label .face{
    height: 154px;
    width: 260px;
    margin-right: 19px;
    position: relative;
}

.label .face .square--wrap{
    border: 4px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    height: 252px;
    margin-top: -126px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 252px;
}
.label .face img{
    border-radius: 50% 50% 50% 50%;
}

/*
 * Main label--primary
 */
.label-primary{
    padding: 13px 0 10px;
    vertical-align: top;
}
.label-primary strong,
.label-primary h1{
    font: 26px/39px 'helioslightregular';
    color: #ffd105;
    letter-spacing: .9px;
}
.second-type .label-primary .name{
    background: none repeat scroll 0 0 #000000;
    font-weight: bold;
    padding: 0 18px;
    position: absolute;
    right: 215px;
    top: -45px;
    letter-spacing: 0.5px;
}
.label-primary nav li{
    float: left;
    margin: 4px 0 0 30px;
}
.label-primary nav li a{
    font: 14px/20px 'helioslightregular';
    color: #ffffff;
}


/*
 * Main slide -- User blockquote
 */
.blockquote--wrap{
    font: 17px 'helioslightregular';
    color: #ffffff;
    letter-spacing: .3px;
    white-space: normal;
    clear: both;
    margin-top: 13px;
    max-width: 665px;
}
.second-type .blockquote--wrap{
    background: url("/images/actionteam/bg/overlay-bg.png") repeat scroll 0 0 transparent;
    font-size: 15px;
    left: 181px;
    letter-spacing: -0.1px;
    padding: 22px 35px 25px 40px;
    position: absolute;
    top: 169px;
    width: 610px;
}
.second-type .blockquote--wrap:before{
    background: url("/images/actionteam/bg/all.png") repeat scroll -2px -126px transparent;
    content: "";
    height: 34px;
    left: -5px;
    position: absolute;
    top: -16px;
    width: 27px;
}


/*
 *  User blockquote - CSS media queries
 */
@media screen and (max-width: 1350px) {
    .blockquote--wrap{
        max-width: 633px;
    }
}
@media screen and (max-width: 1160px) {
    .blockquote--wrap{
        max-width: 560px;
    }
}

/*
 *  Primary content Athletes
 */
#athletes-list{
    margin: 50px 0 0;
    padding-bottom: 10px;
    height: 200px;
    overflow: hidden;
}
#athletes-list .row:not(.thumbnails){
    text-align: center;
}
#athletes-list .row.thumbnails{
    max-height: 211px;
    overflow: hidden;
    text-align: center;
}
.auxiliary--wrap{
    display: inline-block;
    width: 1235px;
	text-align: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*
 *  Primary content Athletes - CSS media queries
 */
@media screen and (max-width: 1620px) {
    .auxiliary--wrap{
        width: 1193px;
    }
}
@media screen and (max-width: 1420px) {
    .auxiliary--wrap{
        width: 990px;
    }
    #athletes-list .row.thumbnails{
        max-height: 422px;
        overflow: hidden;
        text-align: center;
    }
}
@media screen and (max-width: 1220px) {
    .auxiliary--wrap{
        width: 783px;
    }

    #athletes-list .row.thumbnails{
        max-height: 422px;
        overflow: hidden;
        text-align: center;
    }
}
.thumbnails .thumbnail{
    display: inline-block;
    margin: 0 18px 26px 18px;
    text-decoration: none;
    vertical-align: top;
}
.thumbnails .thumbnail.join{
    width: 166px;
    height: 166px;
    border: 2px dashed #ffda07;
    border-radius: 10px;
    font: 15px/32px 'helioslightregular';
    padding: 23px 0 0;
    color: #000000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.thumbnails .thumbnail.join:hover{
    border-style: solid;
}
.thumbnails .thumbnail.join i{
    display: block;
    font: 65px/41px 'helioslightregular';
    color: #ffda07;
    margin: auto;
}
.thumbnails .thumbnail figure{
    position: relative;
}
.thumbnails .thumbnail figure:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border:3px solid transparent;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.thumbnails .thumbnail:hover figure:after{
    border-color:#ffd105;
}
.thumbnails .thumbnail:first-child{
    margin: 0 18px 26px 18px;
}
.thumbnails .thumbnail .caption{
    color: #000000;
    font: 13px/19px 'helioslightregular';
    letter-spacing: 0.2px;
    text-align: left;
}



/*
 *  Primary content Media
 */
#media{
    border: 2px solid #000000;
    margin: 25px auto 42px;
    max-width: 1870px;
    max-height: 680px;
    min-width: 1020px;
    overflow: hidden;
    background: #000;
}
#media h3{
    font: 0px/0 a;
    width: 376px;
    height: 123px;
    background: url("/images/actionteam/bg/media_w1.png") no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -188px;
    top: 50%;
    margin-top: -61px;
    z-index: 9999;

    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.ie10 #media h3{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#media:hover h3{
    opacity: 0;
    z-index: 0;
}
#media .item{
    float: right;
    display: block;
    position: relative;
    border: 2px solid #000000;
}
.item.w1{
    width: 166px;
    height: 166px;
}
.item.w2{
    width: 336px;
    height: 166px;
}
.item.w3{
    width: 506px;
    height: 336px;
}
.isotope .isotope-item{
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


/*
 *  Primary content Media - CSS media queries
 */
@media screen and (max-width: 1918px) {
    #media{
        max-width: 1530px;
    }
    #media.three-line{
        height: 510px !important;
    }
}
@media screen and (max-width: 1570px){
    #media{
        max-width: 1020px;
        max-height: 1020px;
    }
    #media.three-line{
        height: 850px !important;
    }
}
/*@media screen and (max-width: 1024px){
	body{
		overflow-x: hidden;
	}
}*/


/*
 *  Primary content Carousel
 */
#carousel{
    max-width: 1377px;
    margin:  auto;
    position: relative;
}
#carousel .container--3{
    overflow: hidden;
}
.carousel--wrap{
    margin: 11px 0 50px -22px !important;
    padding-right: 22px;
    width: 100% !important;
    min-height: 712px;
}
.carousel-prev, .carousel-next{
    font: 0px/0 a;
    position: absolute;
    width: 32px;
    height: 53px;
    top: 50%;
    margin-top: -65px;
    background: url("/images/actionteam/bg/all.png") no-repeat -33px -69px;
    left: 0;
}
.carousel-prev:hover{
    background-position: -33px -139px;
}
.carousel-next{
    background-position: -68px -69px;
    right: 0;
    left: inherit;
}
.carousel-next:hover{
    background-position:-68px -139px;
}
.carousel--wrap li{
    width: 328px;
    float: left;
    margin: 0 22px;
}
.carousel--wrap figure{
    margin-bottom: 26px;
    max-height: 335px;
    min-height: 335px;
    overflow: hidden;
}
.carousel--wrap figure img{
    margin-bottom: 5px;
}
.carousel--wrap strong{
    color: #000000;
    display: inline-block;
    font: bold 19px/24px 'helioslightregular';
    letter-spacing: 0.6px;
    margin: 0 0 6px 0;
    max-width: 100%;
    /*height: 48px;*/
    text-overflow: ellipsis;
}
.carousel--wrap p{
    color: #656464;
    font: 15px 'helioslightregular';
    margin: 0 0 10px 0;
}
.carousel--wrap time{
    font: italic 14px/21px 'helioslightregular';
}


/*
 *  Primary content Carousel - CSS media queries
 */
@media screen and (max-width: 1410px) {
    #carousel{
        max-width: 1235px;
    }
}
@media screen and (max-width: 1570px) {
    #carousel{
        max-width: 1177px;
    }
    #carousel .container--3{
        width: 1024px;
    }
    .carousel--wrap li{
        width: 312px;
    }
    .carousel--wrap strong{
        font: bold 17px/22px 'helioslightregular';
        letter-spacing: 0.4px;
        margin-bottom: 3px;
    }
    .carousel--wrap p{
        font-size: 13px;
    }
    .carousel--wrap time{
        font-size: 12px;
    }
    #entry-content .container--3{
        width: 1020px;
    }
    #entry-content .container--3 .l-col{
        width: 650px;
    }
}
@media screen and (max-width: 1210px) {
    #carousel{
        max-width: 999px;
    }
    #carousel .container--3{
        width: 888px;
    }
    .carousel--wrap li{
        width: 272px;
        margin: 0 18px;
    }
    .carousel--wrap{
        margin: 11px 0 50px -18px !important;
        min-height: 633px;
    }
    .carousel--wrap strong{
        font: bold 15px/20px 'helioslightregular';
        letter-spacing: 0.2px;
        margin-bottom: 0;
    }
    .carousel--wrap p{
        font-size: 12px;
    }
    .carousel--wrap time{
        font-size: 11px;
    }
}
@media screen and (max-width: 1040px){
    #carousel{
        margin-left: 5px;
    }
}


/*
 *  Primary content Entry-content
 */
#entry-content{
    margin-bottom: 20px;
}
.l-col{
    float: left;
    width: 710px;
}
.r-col{
    float: right;
    width: 329px;
}
.text-area{
    margin: 12px 0 0;
}
.text-area p{
    font: 15px/22px 'helioslightregular';
    color: #000000;
    margin-bottom: 22px;
}
.text-area .btn{
    float: right;
    margin: 18px 18px 0 0;
    font: bold 15px/29px 'helioslightregular';
}
#sidebar{
    float: left;
    width: 100%;
}
#sidebar section{
    margin-bottom: 40px;
}


/*
 *  Primary content Entry-content - CSS media queries
 */
@media screen and (max-width: 1140px) {
    #entry-content .container--3{
        width: 990px;
    }
    .l-col{
        width: 651px;
    }
}


/*
 *  Primary content Entry-content -- Sidebar Progress-block
 */
.progress-block caption{
    text-align: left;
    font: 16px/40px 'helioslightregular';
    color: #ffffff;
    height: 39px;
    padding: 0 17px;
    background: #000000;
}
.progress-block table{
    background: #faf8f8;
    border: 1px solid;
    border-color:  #e9e9e9 #e9e9e9 #e9e9e9;
    border-top: none;
    padding: 0 18px 25px;
    width: 100%;
}
.progress-block td{
    padding: 19px 0;
    color: #000;
}
.progress-block address{
    font: 16px 'helioslightregular';
    float: left;
    clear: both;
}
.progress-block p{
    font: 13px/21px 'helioslightregular';
    margin: 0 0 0 21px;
}


/*
 *  Primary content Entry-content -- Sidebar Media
 */
.media{
    border: 1px solid #000000;
    text-align: center;
    position: relative;
    margin-top: 54px;
}
.media h3{
    background: url("/images/actionteam/bg/media_w2.png") scroll 0 0 transparent;
    font: 0px/0 a;
    height: 89px;
    left: 50%;
    margin-left: -131px;
    position: absolute;
    top: -63px;
    width: 270px;

    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.media:hover h3{
    opacity: 0;
    z-index: 0;
}
.media .item{
    border: 1px solid #000000;
}
.media a{
    float: left;
}
.item.w4{
    width: 107px;
    height: 107px;
}
.item.w5{
    width: 216px;
    height: 107px;
}
.item.w6{
    width: 325px;
    clear: both;
}
.media .item.video{
    position: relative;
}


/*
 *  Primary content Entry-content -- Post
 */
.post h3{
    color: #000000;
    float: left;
    font: bold 20px 'helioslightregular';
    letter-spacing: 0.2px;
    margin-right: 36px;
}
.post address{
    color: #656464;
    font: italic 15px 'helioslightregular';
    padding-top: 5px;
}
.post img{
    padding-top: 19px;
}
.post figcaption{
    font: italic 13px 'helioslightregular';
    color: #000000;
    margin-bottom: 20px;
}
.post blockquote{
    color: #000000;
    font: italic bold 18px/22px 'helioslightregular';
    margin: 54px 0 67px;
    padding-right: 42px;
}
.post blockquote:before,
.post blockquote:after{
    content: "";
    display: inline-block;
    width: 35px;
    height: 28px;
    background: url("/images/actionteam/bg/all.png") -5px -27px;
    position: relative;
}
.post blockquote:before{
    left: -1px;
    margin: 0 7px;
    top: -12px;
}
.post blockquote:after{
    background-position: -59px -27px;
    clear: both;
    display: inline-block;
    float: right;
    position: relative;
    right: -19px;
    top: 6px;
}
.pagination{
    margin: 27px 0 49px;
}
.pagination table{
    width: 100%;
    font: bold 14px 'helioslightregular';
    text-align: center;
    color: #000000;
}
.pagination table a{
    font: italic 12px 'helioslightregular';
    text-decoration: none;
}
.pagination table a i{
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 16px;
    background: url("/images/actionteam/bg/all.png") -1px -69px;
}
.pagination table a.prev-post i{
    margin-right: 10px;
}
.pagination table a.next-post i{
    background-position: -14px -69px;
	float: right;
    margin-left: 10px;
}
/*
 *  Fancybox - Form
 */

.form--wrap{
    width: 458px;
    padding: 12px 30px 30px 25px;
    background: #000;
    border-radius: 5px 0 5px 5px;
}
.form--wrap h3{
    text-align: center;
    font: 20px/normal 'helioslightregular';
    color: #e9b400;
    margin-bottom: 30px;
}

.description-text{
    margin-left: 168px;
    width: 290px;
    font: 12px/24px 'helioslightregular';
    color: #ffffff;
    text-align: center;
}
.add-field{
    width: 288px;
    height: 33px;
    border: 1px dashed #b7b7b7;
    border-radius: 5px;
    font: 13px/33px 'helioslightregular';
    color: #7b7777;
    text-align: center;
    margin-left: 168px;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}
.add-field:hover{
    border-color: #ffd105;
    color: #ffd105;
}
.form--wrap .btn{
    margin-top: 25px;
    margin-left: 170px;
    min-width: 200px;
    font: bold 18px 'helioslightregular';
    padding: 0px 16px 2px;
}



/* SITE-FOOTER */
.site-footer {
    font: 13px Arial,Helvetica,Garuda,sans-serif;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEX39/f5+fn3X2ouAAADJklEQVQ4yxzNsW0TQBQA0HfnC5whxdlK4UgpPgihRKJwQUH5QSCloKCkzAiMcEYRuKAwHWWUCRiAwqJnB0ZB4i3wjO2ZuJnnwSREYHuDpL2eLmgq5IatkjI/EGOobMMVOL+lMXLSj7+Wqe/oLE5Dzqq01yO8aw/2cwyh1Omt0dxBG6gWUNrxjC/LeY1SKJye9n5dkUD/TGn5B0JtNRQJJ9ccpLaAI1WF5Tpke7F7pm1jeLV1Wy7zPbVtIJpV73oRZXJ1cWaKZYsVtdeIrOH7J9x/Isew/kx4EHf7LD9m820O08b0GApyGDJUW2TMp7K8lHdQ1GksukZTbj8aTZto9BilFbZ4qPhd9x5ZTM8pwpq/Zdh0SOQbponQZsXck1Y1h0Y/sPH8pwMERb3aUetwpLbFoh8KoI7ArBOwboVIpjL7QFaA+cToQKK0AE7MdjFWJ63Aosvr893Dvvt6A8vB5XJ3rFOQRa7jmD3V/x1RNkJjsrq8tcc0qv35Kg/34F/JdIzbRBSEcfw/L0+b52DBxCQFEcXYCijlynKRchIsZCGETIMoKFxS5gjjjQsXLrakzBE4wpZBokCcIByBG0Qb/9rRTDH6vhVDSiodGjiAMBNYKYFQIDlCTbAfEgPA6b2gwF7uUpNBTmo4+E6LVQFugAIXY69N6LWB4PSUw2ChKE+cGgn2k6TMzXJhBCDIFtE0O24BusL7amMXGYccA6sGrOjYm6BAsIU1izGcGFQAQ/txCYE3QLV/0vS0BUiSkcRZQ8YwFI5JOECzzqmMlD7lig/uVxXPYJWDXqqO00vWahBd1uD6ysSKYsPT2QMHT3sB8DNb4pUmenfJabi5B9DJQ2RKaNtyh5R3kcjrcT0oUP1ui5LlliIwcmAOrz92V8poQ8V8Hf+K7pS8YefDMYa0QHFw5MMwJKgvYEZframDRxHMFM5XoG/OKNjtkYLxzRPqIH/3PfI208jSP00AFn/6I8V2gFRvM5TOEBSpXLLbV1zmxvPpZ+xQln0GIbGZ50i1X2uBsLyEm0zEpKPFOohC/ALOPUOTvvBfATdq0KPRlp5eAlTA1h4BRuiakVJMvh0AAAAASUVORK5CYII=") repeat;
    padding-top: 25px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.site-footer-responsive-banner {
    position: fixed;
    bottom: -205px;
    width: 100%;
}
.no-datauri .site-footer {background-image: url("/images/site/site-footer-bg.png");}
.site-footer__nav {
    line-height: 1.3333333em;
    list-style: none outside;
    color: #514e4e;
    float: left;
    width: 180px;
    padding-right: 10px;
}
.site-footer__nav--last {margin-left: 20px}
.site-footer__nav-item {margin-bottom: 4px}
.site-footer__nav-item--title {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}
.site-footer__nav-item__link {
    text-decoration: none;
    color: #514e4e;
}
.site-footer__nav-item--title .site-footer__nav-item__link  {color: #000000;}
.site-footer__nav-wrap {vertical-align: bottom; float: left;}
.site-footer__nav-wrap-right {height: 130px; }
.site-footer__copyright {
    display: block;
    font-size: 0.8333333em;
    line-height: 1.8em;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.site-footer__copyright-left {
    float: left;
}
.site-footer__copyright-right {
    float: right;
}
.site-footer__social {
    vertical-align: bottom;
    width: 210px;
    float: left;
    text-align: right;
    margin-top: 40px;
}
.site-footer__social-item {
    margin-left: 11px;
}
.site-footer__social-item:first-child{margin-left: 0}

.site-footer__social a{
    background-image: url(/images/site/socials_sprite.png);
}

#vk_like {
    float: right;
    margin-left: 20px;
    margin-right: -18px;
}
.fb-like {
    float: right;
    margin-left: 20px;
}

.site-footer__social2{
    float: right;
    height: 27px;
    margin-top: 40px;
    text-align: right;
    vertical-align: bottom;
    width: 190px;
}

.site-footer__email-subscribe {
    float: left;
    width: 400px !important;
}
.site-footer__email-subscribe__input {
    font-size: 11px !important;
    height: auto;
    width: 192px !important;
    padding-top: 5px;
    padding-bottom: 4px;
    float: left;
    color: #787878;
}
.site-footer__email-subscribe__submit {
    background-color: #dbdbdb;
    border: none;
    padding: 6px 18px;
    font-size: 11px;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}
.site-footer__email-subscribe__submit:hover {
    color: #fff;
    background-color: #000;
}

.imagine-block {
    position: absolute;
    height: 205px;
    width: 100%;
    bottom: -205px;
    z-index: -100;
}

/* //SITE-FOOTER */

/* SOCIAL-BUTTONS */
.social-icons {
    width: 25px;
    height: 26px;
}
.social-icons--fb { background-position: -1px 0}
.social-icons--vk { background-position: -35px 0}
.social-icons--ok { background-position: -70px 0}
.social-icons--ig { background-position: -104px 0}
.social-icons--color {
    width: 21px;
    height: 21px;
}
.social-icons--color-fb { background-position: 0 -27px}
.social-icons--color-tw { background-position: -22px -27px}
.social-icons--color-vk { background-position: -43px -27px}
.social-icons--color-goo { background-position: -64px -27px}
.social-icons--color-big {
    width: 32px;
    height: 32px;
}
.social-icons--color-big-fb {
    background-position: 0 -48px;
}
.social-icons--color-big-vk {
    background-position: -32px -48px;
}
.social-icons--color-big-tw {
    background-position: -64px -48px;
}
.social-icons--color-big-goo {
    background-position: -96px -48px;
}
.social-icons--footer {
    background: url(/images/site/sprite.png) no-repeat;
    width: 23px;
    height: 23px;
}
.social-icons--footer-fb {
    background-position: -70px -481px;
}
.social-icons--footer-vk {
    background-position: -70px -506px;
}
.social-icons--footer-tw {
    background-position: -70px -531px;
}
.social-icons--footer-od {
    background-position: -70px -556px;
}
.social-icons--footer-ig {
    background-position: -70px -581px;
}
/* //SOCIAL-BUTTONS */


.ui-draggable{
    left: -57px !important;
    max-width: inherit !important;
    top: -1px !important;
}

.g-input {
    font: 0.8125em/1.3076923em Arial,Helvetica,Garuda,sans-serif !important;
    height: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    border: 1px solid #d2d2d2 !important;
    border-top-color: #b6b6b6 !important;
    border-bottom-color: #e8e8e8 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.riders_btn_block{
    text-align: center
}

.vars_player{
	background: #fff;
	display: none;
	position: absolute;
	width: 100%;
}



/*****   for iPad   *****/

.ipad .second-type .label-primary .name{
	right: -250px;
}


/*****   for iPad   *****/