@font-face {
    font-family: "UbuntuRegular";
    src: url("../fonts/UbuntuRegular/UbuntuRegular.eot");
    src: url("../fonts/UbuntuRegular/UbuntuRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/UbuntuRegular/UbuntuRegular.woff") format("woff"),
    url("../fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "UbuntuBold";
    src: url("../fonts/UbuntuBold/UbuntuBold.eot");
    src: url("../fonts/UbuntuBold/UbuntuBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/UbuntuBold/UbuntuBold.woff") format("woff"),
    url("../fonts/UbuntuBold/UbuntuBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
        font-family: "Consolas";
        src: url("../fonts/Consolas.ttf");
        font-style: normal;
        font-weight: normal;
}

a{
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

button{
    outline: none !important;
}

.top-panel{
    /*display: none;*/
}

/*.top-container*/


/*#video-bg*/ 
#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /*background: url("../images/top-container-bg.jpg") no-repeat #1B4E76;*/
    background-size: cover;
    z-index: -1000;
}
 
#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}
/* @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }*/
.main-top-container-wr{
    height: 1080px;
    padding-right: 0px;
    padding-left: 0px;
}
.main-top-container{
    background: url("../images/top-cont-grad-bg.png") repeat-x left top;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0%;
    left: 0%;
}
/*#video-bg*/

.header-wr{
    margin-bottom: 0px;
}
.header-wr.light{
    margin-bottom: 0px;
}
.header .col-xs-2{
    padding-left: 20px;
}
.header-wr.light .header .col-xs-10{
    padding-left: 80px;
}

.header{
    height: auto;
}
.header-wr.light .header{
    height: 150px;
    padding-top: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header .widget, .header .widget_search, .header .widget > .title{
    background: transparent;
}

.header .widget_search{
    float: right;
    margin-top: 41px;
}

.header-wr.light .widget_search{
    margin-top: 18px;
}

.widget_search input.button-submit, .widget_search input.button {
    background: transparent;
    border-radius: 0;
    padding: 9px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-left: -40px;
    overflow: hidden;
    text-indent: -999px;
    /*position: absolute;*/
}

/* Main Navigation =========================================================== */

nav {
    height:60px;
    padding: 0;
    margin-bottom: 10px;
    float: left;
    font-family: "UbuntuRegular";
    font-size:20px;
    color:rgb(34,34,34);
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative; z-index: 5; float: left;
    height: 112px;
    line-height: 112px;
    
}

.header-wr.light nav .menu{
    height: 79px;
    line-height: 79px;
    margin-top: -15px;
}

nav .menu .item{
    background-image:none !important;
    padding-left: 5px;
}

nav .menu > li {
    float: left;
    padding: 0 30px;
}

nav .menu > li:first-child {
    padding-left: 0;
}

nav .menu > li:first-child {
    background:none;
}

 nav .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#1B4E76;
    text-decoration: none;
    box-sizing: content-box;
    
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow:0px 1px 0px rgba(0,0,0,0.1);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1a000000,Positive=true)";zoom:1;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1a000000,Positive=true);
    
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.no-home-page .main .menu > li{
    background: #1e76bb;
    background: -moz-linear-gradient(top,  #1e76bb 0%, #1e76bb 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #1e76bb 0%,#1e76bb 50%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(to bottom,  #1e76bb 0%,#1e76bb 50%,#ffffff 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e76bb', endColorstr='#ffffff',GradientType=0 );

    background-size: auto 200%;
    background-position: 0 -100%;
    transition: background-position 0.5s; 
    padding: 0;
}
.no-home-page .main .menu > li:first-child {
    padding: 0px;
}
.no-home-page .main .menu > li a{
    padding: 0 30px;
}
.no-home-page .main .menu > li:hover a{
    color: #fff;
}
.no-home-page .main .menu > li:hover, .no-home-page .main .menu > li.active{
    background-position: 0 0; 
}

.no-home-page .main .menu > li.active a{
    color: #fff;
}

.header-wr.light nav .menu > li > a{
    border-top: 5px solid transparent !important;
}

nav .menu > li > a:hover {
    color: #fff;
}

.header-wr.light nav .menu > li > a:hover {
    border-top: 5px solid #fff !important;
    color:#fff;
}

.header-wr.light nav .menu > li > a {
    color:#fff;
}

nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }



/*social menu*/ 
.social_icons{
    overflow: hidden;
    float: right;
    margin-right: 20px;
    margin-top: 41px;
    
}
.header-wr.light .social_icons{
    margin-top: 18px;
}
.social_icons .menu{
    padding: 0;
}
.social_icons .menu li{
    overflow: hidden;
    text-indent: -999px;
    margin: 0;
    padding: 0;
    margin-right: -1px;
}
.social_icons .menu li a{
    display: block;
    width: 39px;
    height: 40px;
    padding: 0;
}

.menu .vk a{
    background: url("../images/vk-bg.png") no-repeat center top;
}
.menu .youtube a{
    background: url("../images/youtube-bg.png") no-repeat center top;
}
.menu .twitter{
    display: none;
}
.menu .twitter a{
    background: url("../images/twitter-bg.png") no-repeat center top;
}
.menu .fb a{
    background: url("../images/fb-bg.png") no-repeat center top;
}
.menu .inst a{
    background: url("../images/inst-bg.png") no-repeat center top;
}

/*white*/
.header-wr.light .menu .vk a{
    background: url("../images/vk-bg-white.png") no-repeat center top;
}
.header-wr.light .menu .youtube a{
    background: url("../images/youtube-bg-white.png") no-repeat center top;
}
.header-wr.light .menu .twitter a{
    background: url("../images/twitter-bg-white.png") no-repeat center top;
}
.header-wr.light .menu .fb a{
    background: url("../images/fb-bg-white.png") no-repeat center top;
}
.header-wr.light .menu .inst a{
    background: url("../images/inst-bg-white.png") no-repeat center top;
}
/*white*/

.header-wr .menu .vk a:hover, .menu .vk a:hover{
    background: url("../images/vk-hover-bg.png") no-repeat center top;
}
.header-wr .menu .youtube a:hover, .menu .youtube a:hover{
    background: url("../images/youtube-hover-bg.png") no-repeat center top;
}
.header-wr .menu .twitter a:hover, .menu .twitter a:hover{
    background: url("../images/twitter-hover-bg.png") no-repeat center top;
}
.header-wr .menu .fb a:hover, .menu .fb a:hover{
    background: url("../images/fb-hover-bg.png") no-repeat center top;
}
.header-wr .menu .inst a:hover, .menu .inst a:hover{
    background: url("../images/inst-hover-bg.png") no-repeat center top;
}
/*social menu*/ 

/*header-bottom*/
.header-bottom-line{
    background-color: rgba(204,204,204,0.8);
    /* Firefox v3.5+ */
    -moz-box-shadow:0px 0px 0px rgba(0,0,0,0.02);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.02);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:0px 0px 0px rgba(0,0,0,0.02);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#5000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#5000000,Positive=true);
    height: 1px;
    opacity: 0.4;
    margin-top: -1px;
    display: none;
}
.header-wr.light .header-bottom-line{
    background: rgba(255,255,255,0.2);
    display: block;
}
.header-bottom .widget{
    float: left;
    font-family: "Consolas";
    font-size:14px;
    line-height:120%;
    color: #1B4E76;
    text-align:left;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow:0px 1px 0px rgba(0,0,0,0.1);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1a000000,Positive=true)";zoom:1;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1a000000,Positive=true);
    width: 33.3%;
    margin-bottom: 0px;
}
.header-wr.light .header-bottom .widget{
    color:rgb(255,255,255);
}
.header-bottom .widget > .title {
    padding: 0 15px;
    height: auto;
    line-height: 140%;
    font-weight: normal;
    font-size: 18px;
    color: #1B4E76;
    margin-top: 6px;
}
.header-wr.light .header-bottom .widget > .title {
    color: #fff;
}
.header-bottom .widget > .body {
    padding: 0px 15px;
    line-height: 140%;
    padding-left: 0;
}
.header-bottom .widget p{
    margin-bottom: 0px;
}

/*widget cash*/
.widget.cash > .title{
    background: url("../images/cash-blue-bg.png") no-repeat left bottom 7px;
    padding-left: 18px;
}
.header-wr.light .widget.cash > .title, footer .widget.cash > .title, .blue-fluid .widget.cash > .title{
    background: url("../images/cash-white-bg.png") no-repeat left bottom 7px;
}
.widget.cash > .body p:first-child{
    background: url("../images/time-bg.png") no-repeat left center;
    padding-left: 18px;
}
.header-wr.light .widget.cash > .body p:first-child, footer .widget.cash > .body p:first-child, .blue-fluid .widget.cash > .body p:first-child{
    background: url("../images/time-white-bg.png") no-repeat left center;
}
.widget.cash > .body p:nth-child(2){
    background: url("../images/phone-bg.png") no-repeat left center;
    padding-left: 18px;
}
.header-wr.light .widget.cash > .body p:nth-child(2), footer .widget.cash > .body p:nth-child(2), .blue-fluid .widget.cash > .body p:nth-child(2){
    background: url("../images/phone-white-bg.png") no-repeat left center;
}
/*widget cash*/

/*widget address*/
.widget.address > .title{
    background: url("../images/addr-blue-bg.png") no-repeat left bottom 7px;
    padding-left: 15px;
}
.header-wr.light .widget.address > .title, footer .widget.address > .title, .blue-fluid .widget.address > .title{
    background: url("../images/addr-white-bg.png") no-repeat left bottom 7px;
}
/*widget address*/

/*widget call_me*/
    
.widget.call_me button {
    background-color: transparent;
    width: 231px;
    height: 58px;
    border-radius: 6%/25%;
    border: 1.5px solid #1B4E76;
    margin-top: 10px;
    float: right;
    font-family: "Consolas";
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
    color: #1B4E76;
    text-shadow: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff314788,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff314788,Positive=true);
}
.header-wr.light .widget.call_me button{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 0px rgb(49,71,136);
}

.widget.call_me button:hover{
    background-color:rgba(0,78,120,1);
    color:#fff;
}
.header-wr.light .widget.call_me button:hover{
    background-color: #fff;
    color:rgba(0,78,120,1);
}
.widget.call_me button:active{
    background-color:rgba(0,78,120,1);
    border: 2px solid #1B4E76;
}

.header-bottom .widget.call_me > .body {
    padding-right: 0;
}
/*widget call_me*/

/*header-bottom*/


/*main_icons*/
.main-icons-wr{
    position: relative;
}
#widget_pos_main-icons{
    position: static;
}
.widget.main-icons{
    position: absolute;
    bottom: 30px;
    display: none;
    background: transparent;
    margin: auto;
    left: 0; 
    right: 0;
}
.main_icons ul li{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 30px;
}
.main_icons ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    font-family: "UbuntuRegular";
    font-size:20px;
    font-weight:bold;
    line-height:120%;
    color:rgb(34,34,34);
    background-color:rgba(255,255,255,0.9);
    
    /* Firefox v3.5+ */
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.06);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.06);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:0px 2px 2px rgba(0,0,0,0.06);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#17000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#17000000,Positive=true);    
    
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.widget.main-icons .main_icons ul li a:hover{
    color: #942F11;
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
}
.main_icons ul li a span{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.main_icons ul li.sport a{
    background: url("../images/sport-icon.png") no-repeat center top 0px transparent;
}

.main_icons ul li.poster a{
    background: url("../images/poster-icon.png") no-repeat center top 0px transparent;
}

.main_icons ul li.albums a{
    background: url("../images/media-icon.png") no-repeat center top 0px transparent;
}

.widget.main-icons .main_icons ul li.sport a:hover{
    background: url("../images/sport-icon-red.png") no-repeat center top 0px transparent;
}

.widget.main-icons .main_icons ul li.poster a:hover{
    background: url("../images/poster-icon-red.png") no-repeat center top 0px transparent;
}

.widget.main-icons .main_icons ul li.albums a:hover{
    background: url("../images/media-icon-red.png") no-repeat center top 0px transparent;
}

.main_icons{
    
}
.main_icons ul{
  width: 690px;
  margin: 0 auto;
  list-style: none;
}
/*main_icons*/

/*blue-fluid*/
.blue-fluid{
    background: #1e76bb;
}

.blue-fluid .widget .body{
    padding: 0;
}
.blue-fluid .widget{
    float: left;
    margin: 0px;
}

.blue-fluid .widget.address, .blue-fluid .widget.cash{
    margin-top: 14px;
}

.blue-fluid .main_icons ul {
    width: 600px;
    margin: 0 100px;
}
.blue-fluid .main_icons ul li {
    width: 200px;
    height: 105px;
    float: left;
    margin-right: 0px;
    background: #1e76bb;
    background: -moz-linear-gradient(top,  #2f90dc 0%, #1e76bb 33%, #1e76bb 100%);
    background: -webkit-linear-gradient(top,  #2f90dc 0%,#1e76bb 33%,#1e76bb 100%);
    background: linear-gradient(to bottom,  #2f90dc 0%,#1e76bb 33%,#1e76bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f90dc', endColorstr='#1e76bb',GradientType=0 );
    background-size: auto 320%;
    background-position: 0 100%;
    transition: background-position 0.5s; 
}

.blue-fluid .main_icons ul li:hover, .blue-fluid .main_icons ul li.active{
    background-position: 0 0;  
}

.blue-fluid .main_icons ul li a span{
    bottom: 20px;
}

.blue-fluid .main_icons ul li.sport a{
    background: url("../images/sport-icon-blue.png") no-repeat center top 20px transparent;
}

.blue-fluid .main_icons ul li.poster a{
    background: url("../images/poster-icon-blue.png") no-repeat center top 20px transparent;
}

.blue-fluid .main_icons ul li.albums a{
    background: url("../images/media-icon-blue.png") no-repeat center top 20px transparent;
}



.blue-fluid .main_icons ul li a{
    color: #DAEFFF;
     -webkit-box-shadow: none;
     box-shadow: none;
     font-size: 15px;
}
/*blue-fluid*/

/*news_container*/
.news-container-wr{
    background-color: #F0F0F0;
    padding-top: 20px;
    padding-bottom: 60px;
}

.main-news > .title, .widget.poster > .title, .widget.partners > .title{
    font-family: "UbuntuRegular";
    font-size:40px;
    font-weight:bold;
    line-height:120%;
    color: #222222;
    text-align:center;
    background: transparent;
    margin-bottom: 20px;
}

.widget.poster > .title{
    color: #FFF;
}

.widget.main-news > .body {
    padding: 0;
}
    
.widget.main-news {
    background: transparent;
}

.widget_content_list.news .item .image{
    clear: both;
    width: 100%;
    height: 220px;
    position: relative;
}

.widget_content_list.news .item-first {
    position: relative;
    height: 450px;
}
.widget_content_list.news .item-first .image{
    height: 226px;
}

.widget_content_list.news .item .title{
    position: absolute;
    bottom: 0;
    width: 92%;
    height: 100%;
    z-index: 1;
    display: table;
}

.widget_content_list.news .item .title a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: "UbuntuRegular";
    font-size:20px;
    color:rgb(255,255,255);
    text-align:left;
    text-decoration: none;
    padding: 0 20px;
}

.item .item-first-grad{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: url("../images/top-cont-grad-bg.png") repeat-x left top;
    z-index: 2;
}
.item .title-wr{
    display: none;
    padding: 0 10px;
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    background: url("../images/top-cont-grad-bg.png") repeat-x left top;
}


.widget_content_list.news .item .info {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    width: 200px;
    padding: 0 15px;
    color: #fff;
    /*background: #942F11;*/
    background: #AB3521;
}
.widget_content_list.news .details, .widget_content_list.news .details a{
    color: #fff;
    font-size: 13px;
}
.widget_content_list.news .item .hits{
    float: right;
}
.widget_content_list.news .item-first .details{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
}
.widget_content_list.news .item-first .info{
    position: relative;
    height: 225px;
    line-height: 140%;
    width: 100%;
}

.widget_content_list.news .item {
    padding-left: 0;
    padding-right: 0;
    width: 372px;
    position: relative;
    margin-right: 10px;
}
/*news_container*/

/*poster-container*/
.poster-container-wr{
    background-color: #1B4E76;
    padding: 20px 0;
    background: url("../images/poster-container-bg.png") repeat-y center top #1B4E76;
    min-height: 476px;
}
.poster-container-wr .widget{
    background: transparent;
}
.poster-container-wr .body{
    padding: 0;
}
.widget.poster .item:first-child{
    margin-left: 15px;
}
.widget.poster .widget_content_list{
    overflow: visible;
}
.widget.poster .item{
    width: 262px;
    height: 320px;
    background: #fff;
    padding: 0px;
    margin-right: 20px;
    overflow: visible;
}
.widget.poster .item .image-wr{
    margin: 5px;
    overflow: hidden;
}

.widget.poster .item .title {
    font-family: "UbuntuRegular";
    font-size:18px;
    font-weight:bold;
    line-height:120%;
    color:rgb(17,17,17);
    text-align:center;
    margin: 4px 0 8px 0;
}
.widget.poster .item .title a{
    color:rgb(17,17,17);
    text-decoration: none;
}
.widget.poster .item .details{
    font-family: "UbuntuRegular";
    font-size:16px;
    line-height:120%;
    color:rgb(33,33,33);
    text-align:left;
    padding: 0 10px;
}
.widget.poster .item .ticket_sale{
    background: url("../images/ticket-sale-bg.png") no-repeat left top;
    padding-left: 30px;
    width: 203px;
    margin: 18px auto 0 auto;
}
.widget.poster .item .ticket_sale button{
    background: #24842C;
    height: 59px;
    line-height: 59px;
    font-family: "UbuntuRegular";
    font-size:20px;
    font-weight:bold;
    line-height:120%;
    color:rgb(255,255,255);
    text-align:center;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
}
.widget.poster .item .image{
    width: 252px;
    height: 180px;
}
.widget.poster .item .image a, .widget.poster .item .image > div {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center 4%;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    background-size: cover;
}

.poster_type{
    /*background: #942F11;*/
    background: #942F11;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: -30px;
    position: relative;
    width: 70%;
    text-align: center;
    z-index: 2;
}

.sell_tick_info_wr h3{
    color: #63A6DC;
    margin: 0;
    margin-bottom: 10px;
}
.poster-container-wr .sell_tick_info_wr{
    width: 386px;
    height: auto;
    position: fixed;
    top: 195px;
    left: 764px;
    opacity: 1;
    overflow: visible;
    z-index: 1000;
    display: none;
    background: #1B4E76;
    color: #fff;
    padding: 30px;
}

.sell_tick_info_close{
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px;
}

/*poster-container*/

/*partners-container*/

.partners-container-wr .widget .body{
    padding: 0;
}
.partners-container-wr{
    min-height: 313px;
    background: #fff;
    padding-top: 20px;
}
.partners-container-wr .title_s{
    display: none;
}

.partners-container-wr .widget .title{
    text-align: center;
}
.partners-container-wr .widget .body{
    padding-top: 0;
}
.partners-container-wr .widget h2{
    font-family: "UbuntuBold";
    font-size:30px;
    line-height:120%;
    color:rgb(84,84,84);
    font-weight: normal;
}

/*partners-container*/

/*footer*/
footer .widget_search .input {
    background:url("../images/search-icon-white.png") no-repeat right 4px center transparent;
    border-color: #666;
    color: #fff;
}
footer .widget > .title, .blue-fluid .widget > .title {
    padding: 0 18px;
    height: auto;
    line-height: 140%;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    margin-top: 6px;
}
footer .widget .body, footer .widget p, .blue-fluid .widget p{
    padding: 0;
    margin: 0;
}
footer .widget, .blue-fluid .widget{
    font-family: "Consolas";
    font-size:14px;
    line-height:120%;
    color:rgb(255,255,255);
}
.footer-container-wr{
    background: #222222;
    position: relative;
    clear: both;
    z-index: 5;
    padding-top: 20px;
}
footer .footer-three{
    padding-left: 9%;
}
footer .widget.cash{
    /*float: right;*/
}
footer .widget_search{
    /*float: right;*/
}
footer .social_icons{
    float: none;
    display: inline-block;
    margin: 0 auto;
}
footer .widget{
    background: transparent;
    margin: 30px 0 40px 0;
}
footer .widget.write_me{
    margin-top: 10px;
}
/*footer*/

/*#page-preloader*/ 


.ds-preloader .animation.circle{position:absolute;top:50%;left:50%;margin-top:-18px;margin-left:-18px;height:36px;width:36px;border-color:#eee #eee #111 #111;border-style:solid;border-width:4px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-top-right-radius:50%;border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-left-radius:50%;-webkit-animation:circle-animation .6s infinite linear;-moz-animation:circle-animation .6s infinite linear;animation:circle-animation .6s infinite linear;background:transparent}@-webkit-keyframes circle-animation{to{-webkit-transform:rotate(360deg)}}@-moz-keyframes circle-animation{to{-moz-transform:rotate(360deg)}}@keyframes circle-animation{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
.ds-preloader{height:100%;width:100%;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:1000}

/*#page-preloader*/ 

.blue-cash-marker{
    width: 38px;
    height: 23px;
    display: block;
    float: left;
    background:url("../images/blue-cash-marker.png") no-repeat left center transparent;
}

.addrs, .conts, .cashs{
    font-size: 16px;
    color: #222;
}
.addrs p span, .conts p span, .cashs p span{
    font-size: 13px;
    color: #888;
}

.ds-copyright{
    float: left;
}
.nc-copyright{
    float: right;
    margin-right: 60px;
}
.ds-info{
    clear: both;
}

input[type=checkbox], input[type=radio]{
    margin-top: 0;
}

label{
    margin-bottom: 2px;
}

@media (max-width: 1200px) {
    .widget.poster .item{
        margin: 20px;
    }
    .widget.poster .item:nth-child(3){
        clear: left;
    }
    .widget.poster .item:first-child {
        margin-left: 20px;
    }
    .widget_content_list.news .item {
        width: 312px;
    }
}
