/****************BASIC-STYLE****************/
nav#nav {
    display: none;
}

.plr-wrap {
    height: 400px;
    width: 100%;
}

.registration fieldset span.optional {
    visibility: hidden;
}

.log-in-site {
    float: right;
    position: relative;
    width: 223px;
    margin: 14px 0 0 10px;
}

a.registration-header-btn {
    box-shadow: 0 0 0 1px rgb(206, 201, 66);
    border: 1px solid #c60;
    color: rgb(206, 201, 66);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 7px;
    display: inline-block;
    float: right;
    border-radius: 3px;
    font-size: 12px;
}

a.login-header-btn {
    background-color: rgb(206, 201, 66);
    box-shadow: 0 0 0 1px rgb(206, 201, 66);
    border: 1px solid #c60;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 15px 10px 33px;
    display: inline-block;
    float: left;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
}

a.login-header-btn:after {
    content: '';
    background-image: url(/images/man.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

a.registration-header-btn:hover,
a.login-header-btn:hover {
    background: #fff601;
    color: #000;
}

.jcomments-links a.comments-link {
    clear: both;
    display: table;
    margin: 5px 0 0 31px;
}

.b-liveinternet-hide {
    display: none;
}

.items-leading {
    border-top: 1px solid #111111;
    position: relative;
}

.items-leading:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #404040;
    position: absolute;
    top: 0;
    left: 0;
}

.player {
    width: 100% !important;
    margin-bottom: 10px;
}

* {
    font-family: Tahoma, verdana, sans-serif;
    margin: 0;
    padding: 0;
}

hr {
    border-color: #848480;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

h6 {
    font-size: 11.9px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

header, nav, section, article, aside, footer {
    display: block;
}

.main-container--center {
    font-size: 16px;
    max-width: 980px;
    margin: 67px auto 0;
    line-height: 20px;
    border-radius: 10px;
    position: relative;
}

.main-container--center:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    font-size: 13px;
    height: 100%;
    line-height: 20px;
    background: #000;
}

html, body {
    height: 100%;
    position: inherit !important;
}

h3 {
    font-size: 20px;
    margin: 0;
}

i,
em {
    color: #fff;
    font-style: normal;
}

li {
    line-height: 20px;
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.nav > li > a {
    display: block;
}

a {
    color: #e0dfdc;
    text-decoration: underline;
}

a:hover {
  	color: #FFA500;
}

.material-container blockquote a:hover {
    color: #FFA500;
}

ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.clear {
    height: 1px;
    clear: both;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 10px;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.pagination ul > li {
    display: inline;
    margin: 0 !important;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 11px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav > li > a {
    display: block;
}

.tab-content {
    overflow: auto;
    clear: both;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav-tabs:after, .nav-pills:after {
    clear: both;
}

ul#mobile-menu {
    display: none;
}
/*******************INVISIBLE-ELEMENTS******************/
label.element-invisible {
    display: none;
}
/*******************MAIN-CONTAINER**********************/
#main-container {
    background: #000;
  	position: relative;
}

#main-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*******************HEADER******************************/
header {
    background-color: #101010;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  	border-bottom: 1px solid #404040;
}

ul.dropdown-menu {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.footer-menu-block ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #464646;
    margin-bottom: 0;
    text-align: left;
}

#mod-search-searchword {
    background-color: #fff;
    color: #000;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: none;
    padding: 10px 40px 10px 10px;
}

#mod-search-searchword::-webkit-input-placeholder {color:#7F9999;}
#mod-search-searchword::-moz-placeholder          {color:#7F9999;}/* Firefox 19+ */
#mod-search-searchword:-moz-placeholder           {color:#7F9999;}/* Firefox 18- */
#mod-search-searchword:-ms-input-placeholder      {color:#7F9999;}

.search-block .search form button.button.btn.btn-primary {
    height: 100%;
    width: 42px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #CEC942;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.search-block .search form {
    margin: 0;
    position: relative;
}

.b-logo-search {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.b-logo-search:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.logo {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #d00;
    font-size: 20px;
    padding-left: 7px;
    text-decoration: none;
}

a.logo img {
  	float: left;
    margin: 5px 0 0 0;
}

.logo-desc {
    background-color: rgb(206, 201, 66);
    clear: both;
    box-shadow: 0 0 0 1px rgb(206, 201, 66);
    border: 1px solid #c60;
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 183px;
    margin-bottom: 5px;
    font-weight: bold;
}

a.logo .logo-images {
    width: 178px;
    height: 35px;
    margin: 0 6px 0 0;
    background: url(/images/logo.png) no-repeat -7px -4px;
    float: left;
}

.b-logo-search--wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search-block {
    float: right;
    margin: 7px 0 0 0;
}

.search-block:after {
    content: '';
    clear: both;
    display: table;
}

.search-block-btn {
    float: right;
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  	cursor: pointer;
    transition: 0.2s;
}

.search-block-btn:hover {
    opacity: 0.8;
}

.search.mod_search88 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -29px;
    width: 100%;
    box-shadow: 0 0 10px 5px #000;
}

/* AUTHORIZATION */
.form-authorization-block {
    width: 300px;
    float: right;
    margin: 20px 14px 0 0;
    height: 140px;
    background: url("/images/goblin-head-left.jpg");
}

ul.unstyled, ol.unstyled {
    margin-top: -10px;
}

ul.unstyled li a {
    color: #D0D0C0;
}

label.element-invisible {
    color: #333;
}

input#modlgn-username {
    min-width: 100px;
}

/* REGISTER-FORM */


/*******************ASIDE*********************************/
.module-popular-film h3 {
    position: relative;
    border-radius: 0;
}

.custom-social-box-left-col {
    border-top: 1px solid #848480;
    position: relative;
}

.custom-social-box-left-col:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3F413F;
    position: absolute;
    left: 0;
    top: -2px;
}

.module-social-box-left-col h3:after {
    content: '';
    border-bottom: 1px solid #3F413F;
    position: absolute;
    top: 0;
    bottom: inherit;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
}

.module-social-box-left-col h3:before {
    content: '';
    /*border-bottom: 1px solid #848480;*/
    position: absolute;
    top: 1px;
    bottom: inherit;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
}

.module-popular-film h3:before {
    /*border-top: 1px solid #3F413F;*/
}

.social-box-left-col {
  	width: 320px;
    margin: 0 auto;
}

.social-box-left-col div#vk_groups {
    padding: 10px 0;
}

.last-meterials-left-col ul.latestnews {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.last-meterials-left-col ul.latestnews li {
    width: 100%;
    padding: 8px 0;
    position: relative;
    margin: 0 auto;
    float: none;
}

.last-meterials-left-col ul.latestnews li a {
    padding: 0 8px 0 8px;
}

.last-meterials-left-col ul.latestnews li:before {
    content: '';
    border-bottom: 1px solid #3F413F;
    position: absolute;
    bottom: -1px;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.last-meterials-left-col ul.latestnews li:after {
    content: '';
    border-bottom: 1px solid #848480;
    position: absolute;
    bottom: -2px;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.last-meterials-left-col ul.latestnews li:last-child:before,
.last-meterials-left-col ul.latestnews li:last-child:after {
    display: none;
}

aside.right-aside .last-meterials-left-col ul li a:hover {
    background: none;
    color: #FFA500;
}

aside.right-aside .last-meterials-left-col ul li a:hover span {
    color: #FFA500;
}

.last-meterials-left-col ul.latestnews li a span {
  	color: #e0dfdc;
}

.last-meterials-left-col ul.latestnews li a:hover,
.last-meterials-left-col ul.latestnews li a span:hover {
    color: #FFA500;
}

.last-meterials-left-col ul:before,
.last-meterials-left-col ul:after {
  display: none;
}

.mini-menu {
    display: none;
}

.nav {
    margin: 0;
}

aside.right-aside {
    width: 332px;
    float: right;
    margin-left: -100%;
    position: relative;
    overflow: hidden;
    background: #041E28;
    border-top: 1px solid #4F535C;    
    border-left: 1px solid #4F535C;
}

aside.right-aside .custom {
    position: relative;
    z-index: 1;
}

.desc-left-col {
    width: 160px;
    margin: 10px auto;
}

nav ul {
    list-style: none;
    margin-top: 1px;
}

nav h3 {
    text-align: center;
    padding: 5px 0;
    border-width: 5px 1px 1px 1px;
    border-color: #464646;
    border-style: solid;
    background: #303030;
    text-shadow: 3px 3px 5px #000;
}

.nav-first-block ul li {
    font-size: 19px;
    text-align: center;
    margin-bottom: 1px;
    background: #303030;
    text-shadow: 2px 2px 4px black;
}

.nav-first-block ul li a {
    color: #FFA500;
    padding: 10px;
}

.nav-first-block ul li a:focus {
    background: #303030;
}

.nav-first-block ul li:hover, .nav-first-block ul li:hover a {
    background: #404040;
}

.nav-first-block ul li:hover a {
    color: #EEEEEE;
}

.footer-menu-block ul li.current a {
    color: #FFA500;
}

aside.right-aside ul {
    clear: both;
    position: relative;
    z-index: 1;
}

aside.right-aside ul#category-menu {
    border-bottom: 1px solid #4F535C;
    padding-bottom: 4px;
}

aside.right-aside ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

aside.right-aside ul.latestnews-goblin-tv-updates li {
    width: 100%;    
  	position: relative;
  	padding: 4px 0;
}

aside.right-aside ul.latestnews-goblin-tv-updates li {
    border: none;
}

aside.right-aside ul.latestnews-goblin-tv-updates {
    padding-bottom: 0;
    padding-top: 0;
}

aside.right-aside ul.latestnews-goblin-tv-updates li a {
    font-size: 13px;
}

aside.right-aside ul.latestnews-goblin-tv-updates li:before {
    content: '';
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #3F413F;
    margin: 0 auto;
}

aside.right-aside ul.latestnews-goblin-tv-updates li:last-child:before,
aside.right-aside ul.latestnews-goblin-tv-updates li:last-child:after
{
    display: none;
}

aside.right-aside ul li {
    list-style: none;
    width: 48%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    border-bottom: 1px solid #c60;
    margin: 0 1%;
}

aside.right-aside ul.latestnewsfilm-rek-title-dubliaj li {
    width: 100%;
    margin: 0;
  	padding: 3px 0 3px 3px;
    border-bottom: none;
  	position: relative;
}

.modulefilm-rek-title-dubliaj ul li a span {
    font-size: 15px;
}

aside.right-aside ul.latestnewsfilm-rek-title-dubliaj li:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #3F413F;
    margin: 0 auto;
}

aside.right-aside ul li a:hover,
aside.right-aside ul li a:active,
aside.right-aside ul li a:focus {
    background: transparent;
    outline: none;
}

aside.right-aside ul li a {
    padding: 2px 0 2px 8px;
    color: #e0dfdc;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

aside.right-aside ul li a span {
    color: #e0dfdc;
}

aside.right-aside ul.nav.menu li a {
    font-size: 13px;
    display: block;
    padding: 5px 0 5px 3px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

aside.right-aside ul.nav.menu li a:hover {
    background: #1e2d3a;
}

aside.right-aside ul li a:hover {
    color: #FFA500;
}

aside.right-aside ul#goblin-tv:before {
    content: '';
    border-bottom: 1px solid #3F413F;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

aside.right-aside ul.latestnewsfilm-rek-title-dubliaj li:last-child:before {
    display: none;
}

.custom-left-col-top {
    border-bottom: 1px solid #3F413F;
    position: relative;
}

.custom-left-col-top:before {
    content: '';
    border-bottom: 1px solid #848480;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.custom-left-col-bottom {
    border-top: 1px solid #848480;
}


/*******************CONTENT*****************************/
div[id^="epom-pushdown"] {
    margin-bottom: -35px;
}

.customb-top-center-desc,
.customb-bottom-center-desc
{
    width: 600px;
    margin: 0 auto;
	position: relative;
}

.customb-bottom-center-desc {
    margin: 5px auto;
}

.customb-top-center-desc:after,
.customb-bottom-center-desc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

article.page-header .b-faq-page h4 {
    padding-left: 10px;
}

.b-faq-page ul {
    padding: 0 0 0 20px;
}

article.page-header .b-faq-page ul li {
    list-style: inherit;
    color: #fff;
    font-size: 14px;
}

article.page-header .b-faq-page ul li:first-letter {
    color: inherit;
    font-weight: normal;
}

article.page-header .b-faq-page ul li a {
    color: #fff;
}

.social-vk-btn ul li:nth-child(5) {
    width: 104px;
    margin-right: 0;
    overflow: hidden;
}

.customb-top-center-desc-mob,
.customb-bottom-center-desc-mob
{
    display: none;
}

.fade {
    opacity: 1;
}

div#vk_comments {
    height: auto !important;
}

a.nav-tabs-button.active {
    background: #404040;
    color: #EEEEEE;
    border: 0;
    border-top: 4px solid #464646;
    border-radius: 0;
}

a.nav-tabs-button {
    border: 0 !important;
    border-top: 4px solid #464646 !important;
    border-radius: 0 !important;
}

a.nav-tabs-button:active,
a.nav-tabs-button:hover,
a.nav-tabs-button:focus {
    background: #404040 !important;
    color: #EEEEEE !important;
    border: 0 !important;
    border-top: 4px solid #464646 !important;
    border-radius: 0 !important;
}

ul.tags.inline {
    margin: 0;
    padding: 0 0 5px 7px;
}

a.label.label-info.btn.btn-primary.link-tag {
    font-weight: normal;
}

a.link-tag-btn {
    padding: 2px 5px;
    background-color: #242424;
    border: 1px solid #111111;
    text-align: center;
    background-image: none;
    text-shadow: none;
    transition: 0.2s;
    display: block;
    border-radius: 0;
    color: #a8a8a8;
    box-shadow: inset 0 0 0 1px #404040;
    margin-top: 3px;
    text-decoration: none;
}

article.page-header ul.inline > li, ol.inline > li {
    padding-right: 0;
    padding-left: 0;
  	margin: 0;
}

a.link-tag-btn:hover {
    background-color: #404040;
    text-decoration: none;
}

a.link-tag-btn:focus {
    text-decoration: none;
}

.featured-blog-item,
.moduletableb-top-center-desc,
.customb-top-center-desc-mob {
    position: relative;
}

.moduletableb-top-center-desc {
    padding-bottom: 5px;
    padding-top: 3px;
}


.featured-blog-item:before,
.moduletableb-top-center-desc:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #404040;
    width: 100%;
    clear: both;
}

.featured-blog-item:after,
.moduletableb-top-center-desc:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    background: #111111;
    width: 100%;
    clear: both;
}


.featured-blog-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-fulltext-left,
.pull-left.item-image {
    float: left;
    position: relative;
  	margin: 0 20px 10px 10px;
    max-width: 200px;
    min-height: 273px;
}

.pull-left.item-image:hover {
    opacity: 0.7;
}

blockquote {
    clear: both;
    padding: 0;
    margin: 10px;
    border: 1px solid #4F535C;
    background: #151B1F;
}

.material-container blockquote p {
    margin: 0;
    padding: 5px 10px;
}

.material-container blockquote a {
  	color: #e0dfdc;
    text-decoration: underline;
}

.material-container blockquote a:hover {
    color: #FFA500;
}

.material-container blockquote p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

p.news-p.news-red {
    color: #d00;
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
}

.result-created {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

table.my-table {
    border: 1px solid #fff;
    margin: 0 auto;
}

table.my-table tr td {
    padding: 7px 5px;
}

.news-p {
    padding: 0 20px;
}

dl.article-info dd {
    margin-left: 0;
}

dd.category-name a {
    color: #e0dfdc;
    text-decoration: underline;
}

dd.category-name a:hover {
    color: #FFA500;
}

.content-wrapper {
    position: relative;
    margin-top: 15px;
    border-left: 1px solid #4F535C;
    border-right: 1px solid #4F535C;
  	background: #3A242F;
}

.content-wrapper:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
}

.content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1.subheading-category {
    font-size: 16px;
    text-shadow: 1px 1px rgb(0, 0, 0);
    color: rgb(201, 201, 201);
    margin: 0;
    padding: 2px 0;
    line-height: 20px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgb(17, 17, 17);
}

h1.subheading-category:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #404040;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#content {
    width: 100%;
    float: left;
    background: #3A242F;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

section.material-container {
    margin: 0 332px 0 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #4F535C;
    border-right: 1px solid #4F535C;
    min-height: 1700px;
}

.customb-top-center-desc {
    padding-top: 5px;
    padding-bottom: 5px;
}

section.material-container .blog-featured {
    overflow: hidden;
}

section.material-container .blog {
    overflow: hidden;
}

section.material-container article.page-header {
    border-radius: 0 0 10px 0;
  	position: relative;
    z-index: 1;
    padding-top: 15px;
}

section.material-container article.page-header:after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    background: #404040;
    height: 1px;
}

ul#myTab {
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}

ul#myTab li {
    float: left;
    margin: 0;
    background: none;
    padding: 0;
}

ul#myTab li a {
    line-height: normal !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.material-container iframe {
    border-width: 0;
}

.item-page {
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    border-left: 1px solid #606060;
}

.article-info {
    clear: both;
    margin-bottom: 0;
}

/* MATERIALS */

.featured-blog-item--tags h2.item-title {
    display: block;
}

h2.item-title,
.page-header--wrap .page-header h2 {
    padding: 0 9px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;    
    margin: 0 120px 20px 0;
}

.page-header h1,
.page-header h2,
.page-header h3 {
    padding: 15px 9px 5px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.page-header h2 {
    padding: 5px 6px 5px;
    font-size: 18px;
    line-height: 25px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    border: 1px dashed #4F535C;
    background: #151B1F;
    margin: 10px 10px 15px;
}

.page-header h1 {
    color: rgb(201, 201, 201);
    padding: 0 9px 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;    
    margin: 0 145px 20px 0;
}

h2.item-title a,
.page-header h2 a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

h2.item-title a:hover,
.page-header h2 a:hover
{
    color: #FFA500;
}

.material-container p {
    text-align: justify;
    padding: 10px;
    color: #a8a8a8;
    background: #151B1F;
    margin: 0 10px 10px 10px;
    line-height: 25px;
}

.single-content ol {
    background: #151B1F;
    margin: 0 10px;
    color: #a8a8a8;
    padding: 5px 0;
}

a img.cinema-poster {
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a img.cinema-poster:hover {
    opacity: 0.7;
}

img.persona {
    height: 50px;
}

/* FILM-INFO */
section.blog ul,
.blog-featured ul,
.tag-body ul
{
    padding: 0;
    margin: 0 0 10px 0;
}

section.blog .pagination ul {
    padding: 0;
}

article.page-header ul li, section.blog ul li, .blog-featured ul li, .tag-body ul li, .featured-blog-item--tags ul li {
    color: #A8A8A8;
    line-height: 20px;
    list-style: none;
  	padding: 8px 10px;
}

li.nav-tabs-button.active a {
    background: #404040 !important;
    border: 1px solid #404040 !important;
    color: #fff !important;
}

li.nav-tabs-button a:hover {
    background: #404040;
    border: 1px solid #404040 !important;
}

li.nav-tabs-button a, li.nav-tabs-button li.active a {
    color: red !important;
    font-size: 15px;
}

li.season-title {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 7px 0;
    font-size: 24px;
    color: #FFFF00;
}

/* TAB-BUTTON */
.nav-tabs-button {
    background: #303030;
    margin: 1px;
    border-radius: 4px 4px 0 0;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 0;
}

/* BUTTON-READMORE */
.btn-success {
    padding-right: 28px;
}

/* PAGINATION */
.pull-right {
    color: #FFA500 !important;
}

.pagination ul li span {
    background: transparent;
    color: rgb(70, 70, 70);
}

.pagination ul > li:first-child > span.pagenav {
    background: transparent;
    color: rgb(70, 70, 70);
}

.pagination ul li a {
    background: #182531;
    padding: 4px 10px;
    color: rgb(126, 125, 125);
}

.pagination ul > li > a, .pagination ul > li > span {
    border: 1px solid #464646;
}

p.counter.pull-right {
    margin: 0 16px 16px 0;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #080808;
    color: rgb(163, 163, 163);
    border: 1px solid #FFA500;
}

/* HEADER-MATERIALS */
.pagination {
    margin: 20px 0 0;
    position: relative;
    text-align: center;
}

.blog-featured .pagination ul {
    display: inline-block;
    padding: 0;
}

aside h3 {
    font-size: 14px;
    line-height: normal;
    padding: 4px 0 4px 8px;
    border-bottom: 1px solid #4F535C;
    position: relative;
    font-weight: bold;
    font-style: normal;
    color: rgb(243, 243, 243);
    text-shadow: 1px 1px rgb(0, 0, 0);
    text-align: center;
    text-transform: uppercase;
}

/* description-site */
.custom_description-site-box {
    border: 1px solid #464646;
    overflow: hidden;
  	position: relative;
}

.description-site {
    border: 1px solid #000;
    background: #000000;
    padding: 0 7px;
}

.description-site:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.description-site h1,
.description-site h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0 10px 0;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    color: #ffb1b1;
}

.description-site p {
    padding: 0 0 15px 0;
    position: relative;
}

.description-site p:after {
    content: '';
    width: 42%;
    background: #5e6771;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
}

.description-site p:last-child:after {
  	display: none;
}

.description-site h2 {
    font-size: 16px;
    margin: 0;
    padding: 10px 0 10px 0;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.description-site img {
    float: right;
    margin: 8px 0 8px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

span.highlight {
    font-weight: bold;
    color: #FFA510;
}

.result-text {
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 16px;
    color: #a8a8a8;
}

.result-category {
    padding: 0 0 0 9px;
}

a.pull-left.item-image.img-intro-left.img-intro-left--search {
    margin: 0;
    max-width: inherit;
}

a.highslide.pull-left.item-image.img-intro-left.img-intro-left--search div img {
    width: 200px;
}

ul.nav.menu#mobile-menu {
    z-index: 1;
    position: relative;
}

ul.nav.menu#mobile-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.nav.menu#mobile-menu li {
    float: left;
    width: 50%;
}

ul.nav.menu#mobile-menu li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #3F4653;
    border-right: 1px solid #3F4653;
    padding: 1px 0 3px 15px;
    color: #e0dfdc;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.nav.menu#mobile-menu li a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}

ul.nav.menu#mobile-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

ul#mobile-menu-tv {
    z-index: 1;
    position: relative;
}

ul#mobile-menu-tv li {
    float: left;
    width: 50%;
}

ul#mobile-menu-tv li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #3F4653;
    border-right: 1px solid #3F4653;
    padding: 1px 0 3px 15px;
    color: #e0dfdc;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul#mobile-menu-tv li a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}

ul#mobile-menu-tv li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

/* CAROUSEL */
.carousel-wrap {
    position: relative;
    z-index: 1;
	background: #3A242F;
}

.carousel-wrap-border {
    position: relative;
    border: 1px solid #848480;
    padding-bottom: 3px;
}

.carousel-wrap:after,
.carousel-wrap-border:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.carousel-top-next,
.carousel-top-prev {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 39px;
    cursor: pointer;
    background: #545F68;
    z-index: 2;
    margin: auto 0;
    color: #2B2B2B;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    box-sizing: border-box;
    padding: 7px 0;
    border: 1px solid #848480;
    border-left: 0;
}

.carousel-top-prev {
    left: 0;
}

.carousel-top-next {
    right: 0;
    padding: 7px 5px;
    border: 1px solid #848480;
    border-right: 0;
}

.carousel-top-next:hover,
.carousel-top-prev:hover {
    color: #FFA500;
	border-color: #FFA500;
}

.modulecarousel {
    position: relative;
    height: 287px;
    overflow: hidden;
}

.newsflashcarousel {
    width: 10000px;
    position: relative;
    right: 1px;
    padding: 9px 0 0 0;
}

.newsflashcarousel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.newsflashcarousel .pull-left.item-image.pull-left--popular {
  	border: 3px solid #545F68;
    margin: 0 2.5px;
    width: 184px;
    height: 272px;
    overflow: hidden;
}

.newsflashcarousel .pull-left.item-image.pull-left--popular:nth-child(1) {
    margin-left: 10px;
}

.newsflashcarousel .pull-left.item-image.pull-left--popular:nth-child(6) {
    margin-left: 6px;
}

.newsflashcarousel .pull-left.item-image.pull-left--popular:nth-child(11) {
    margin-left: 6px;
}

.newsflashcarousel .pull-left.item-image.pull-left--popular:hover {
    border: 3px solid #FFA500;
}

.newsflashcarousel .pull-left.item-image.pull-left--popular a img {
    border: none;	
    width: 178px;
    height: 267px;
}

.extravote {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 14px;
}

.extravote-info {
    display: block;
    text-align: right;
}
/*******************FOOTER******************************/
footer {
    border: 1px solid #464646;
    border-top: none;
    overflow: hidden;
    position: relative;
  	clear: both;
}

.footer--wrap {
    border: 1px solid #000;
    background: #141212;
    padding: 10px 7px 5px;
}

.footer--wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.copypaste-text .page-header {
    border: none;
}

.copypaste-text .page-header strong {
    color: #d00;
    text-transform: uppercase;
}

.copypaste-text {
    text-align: center;
    width: 500px;
    margin: 50px auto 0;
}

.copypaste-text .custom p {
    color: #fff;
}

.copyright {
    text-align: center;
}

/* BAG-REPORT */
.bag-report-text {
    font-size: 12px;
}

/* REKLAMA */
.block-info {
    background: #000;
    margin: 0 0 10px 0;
}

.seporator {
    clear: both;
    margin: 110px 0;
    padding: 5px 0;
}

p.readmore a.btn,
a.readmore-link,
.add-new-comment {
    margin: 10px 0;
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    background: #cec942;
    color: #000000;
    box-shadow: inset 0 0 0 1px #404040;
    border: 1px double #cec942;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    clear: both;
    display: inline-block;
    width: 203px;
    text-align: center;
}

p.readmore a.btn:active,
a.readmore-link:hover,
.add-new-comment:active,
p.readmore a.btn:hover {
    background: #fff601;
    color: #000;
}

a.add-new-comment.btn {
  	margin: 15px auto 15px;
    padding: 13px 11px;
    font-size: 16px;
    text-transform: uppercase;
    width: 210px;
    background: #cec942;
    color: #000000;
    border: 1px solid #cec942;
    display: block;
}

a.add-new-comment.btn:hover {
    background: #fff601;
}

.b-instrukcia-player {
    text-align: center;
}

.b-instrukcia-player b {
    text-align: center;
}

.social-vk-btn {
    padding: 5px 0 1px 0;
    border-bottom: 1px solid #111111;
    position: relative;
}

.social-vk-btn:after {
	content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: #404040;
    height: 1px;
}

div#popup-social__text {
    padding: 8px 5px;
    font-size: 15px;
    line-height: normal;
    color: #E4A500;
    text-align: center;
}

.social-vk-btn h4 {
    color: #FFFF00;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}

.social-vk-btn ul li:nth-child(3) {
    width: 123px;
    overflow: hidden;
}

.social-vk-btn ul li:nth-child(4) {
    width: 80px;
    overflow: hidden;
}

ul.film-info,
section.blog ul.film-info {
    margin: 0 10px 10px 221px;
    border: 1px dashed #4F535C;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul.film-info .field__name span {
    font-weight: bold;
    color: #fff;
}

article.page-header ul.tags.inline li:nth-child(odd) {
    background: none;
}

article.page-header ul li:nth-child(odd),
ul.film-info li:nth-child(odd) {
    background: #000;
}

article.page-header ul.tags.inline {
    clear: none;
    border: none;
}

.custom-footer-col a.logo {
    padding: 0;
}

article .social-vk-btn ul {
    padding: 0;
    margin: 0;
  	text-align: center;
}

article .social-vk-btn ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.social-vk-btn ul li {
    display: inline-block;
    margin-right: 5px;
}

.social-vk-btn ul li:nth-child(1) {
  	position: relative;
    top: -2px;
}

.social-vk-btn ul li:nth-child(2) {
    position: relative;
    top: -6px;
}

.module-footer-col {
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.footer-col-4 {
    padding-left: 0;
}

.module-footer-col__header {
    font-size: 18px;
    color: rgb(243, 243, 243);
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #fff;
    padding-bottom: 3px;
    display: inline-block;
}

.custom-footer-col ul {
    padding: 0;
    margin: 0 0 0 18px;
}

.custom-footer-col ul li a {
    color: #e0dfdc;
    text-decoration: underline;
    line-height: 24px;
}

.custom-footer-col ul li a:hover {
    color: #FFA500;
}

.moduletable-more-films {
    position: relative;
    padding-bottom: 10px;
}

.moduletable-more-films:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #404040;
    width: 100%;
    clear: both;
}

.moduletable-more-films:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    background: #111111;
    width: 100%;
    clear: both;
}

.moduletable-more-films h3 {
    margin: 15px 0 0 0;
    padding: 9px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border: none;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    overflow: hidden;
    list-style: none;
    border: 1px solid #404040;
    text-transform: uppercase;
    background: #000;
    text-decoration: none;
    position: relative;
    width: 23%;
    height: 215px;
    box-sizing: border-box;
    margin: 0 0.5%;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul li a {
    text-decoration: none;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul li:hover div {
  	color: #FFA500;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul li:hover img {
    opacity: 0.7;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul li img {
    width: 100%;
}

article.page-header .moduletable-more-films .tagssimilar-more-films ul li a div {
    color: #e0dfdc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0 5px 0;
    margin: 0;
    z-index: 1050;
    color: #fff;
    background-color: #000;
    font-size: 14px;
}

.module-left-col-mar-auto {
    width: 300px;
    margin: 5px auto 5px;
}

/*--- POPULAR FILMS MAIN PAGE ---*/
.newsflash-popular-film {
    overflow: auto;
    padding: 5px 0;
    text-align: center;
}

.pull-left.item-image.pull-left--popular {
    position: relative;
    display: inline-block;
    width: 158px;
    padding: 0;
    opacity: 0.8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #404040;
    background: #000;
    margin: 0;
    float: none;
}

.pull-left.item-image.pull-left--popular:hover {
    opacity: 1;
}

.pull-left.item-image.pull-left--popular:hover a h5 {
    color: #FFA500;
}

.pull-left.item-image.pull-left--popular:hover a {
    color: #FFA500;
}

.pull-left.item-image.pull-left--popular a {
    color: #fff;
    display: block;
    text-decoration: none;
}

h5.newsflash-title-popular-film {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    overflow: hidden;
    height: 47px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 2px;
}

/*--- message-text-top ---*/
.b-message-text-top {
    background: #fff;
}

.b-message-text-top__header {
    border-top: 4px solid #f90202;
    border-bottom: 1px solid #f90202;
    color: #d00;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 0;
}

.b-message-text-top__text {
    color: #010101;
    text-align: justify;
    padding: 10px;
    font-size: 16px;
}

.b-message-text-top__text i {
    color: #010101;
    font-weight: bold;
}

.b-message-text-top__text a {
    color: #d00;
    font-weight: bold;
    text-decoration: underline;
}

.b-message-text-top__text__show-time {
    text-align: center;
    text-transform: uppercase;
    color: #010101;
    padding: 5px 0 0 0;
}

/*----------------
    SLIDES
----------------*/

.b-slide {
    text-align: center;
    clear: both;
    padding: 10px 0;
}

.b-slide:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-slide a {
    display: inline-block;
    width: 31%;
  	margin: 0 0.8%;
}

.b-slide.b-slide-quote a.highslide {
    margin-bottom: 1.3%;
}

a.link-material {
    clear: both;
    padding: 5px 5px;
    background-color: #242424;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    border-right: 1px solid #111111;
    border-left: 1px solid #111111;
    text-align: center;
    background-image: none;
    text-shadow: none;
    transition: 0.2s;
    display: block;
    border-radius: 0;
    color: #a8a8a8;
    box-shadow: inset 0 0 0 1px #404040;
    margin-top: 3px;
    width: 80%;
    margin: 19px auto;
    font-size: 18px;
    line-height: 25px;
}

/*----------------
    SLIDES
----------------*/

a.link-material:hover {
	background-color: #404040;
    text-decoration: none;
}

ul.soprano-criminal li {
  	clear: both;
}

ul.soprano-criminal li img {
    float: left;
    padding: 0 10px 10px 0;
}

article.page-header ul.all-season {
    clear: both;
    padding: 5px 0 5px 10px;
    margin: 10px 10px 0 10px;
    background: #151B1F;
    border: 1px dashed #4F535C;
}

ul.all-season li:first-child {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

article.page-header ul.all-season li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
  	padding: 0;
}

ul.all-season li a {
	color: #fff;
	background: #524141;
	padding: 10px 15px;
	margin: 10px 10px 5px 0;
	display: block;
	text-decoration: none;
	border: 1px solid #FFA500;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

ul.all-season li a:hover {
	color: #FFA500;
}

ul.all-season:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.all-season li:last-child:after, ul.all-season li:first-child:after {
    display: none;
}

/* SHARE */
#share {
	width:100%;
	margin: 10px auto 0;
	text-align:center;
}

.like {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
}

.social-likes__button {
	font-size: 12px;
    position: relative;
    padding: 1px 6px 1px 6px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -webkit-transition: border .1s ease-in-out,color .2s ease-in-out;
    -moz-transition: border .1s ease-in-out,color .2s ease-in-out;
    -ms-transition: border .1s ease-in-out,color .2s ease-in-out;
    -o-transition: border .1s ease-in-out,color .2s ease-in-out;
    transition: border .1s ease-in-out,color .2s ease-in-out;
    cursor: pointer;
    user-select: none;

	display: inline-block;
    margin-left: 2px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    outline: 0;
  	text-decoration: none;
}
 
.facebook {
	padding-left: 8px;
    background: #eceef5;
    background: -webkit-linear-gradient(top, #fff, #d8def4);
    background: -moz-linear-gradient(top, #fff, #d8def4);
    background: -ms-linear-gradient(top, #fff, #d8def4);
    background: -o-linear-gradient(top, #fff, #d8def4);
    background: linear-gradient(top, #fff, #d8def4);
    color: #3b5998;
    border-color: #cad4e7;
    border-color: rgba(202,212,231,0.8);
    border-bottom-color: rgba(189,194,203,0.8);
}
.facebook:hover {
	background: #c0cdf3;
    background: -webkit-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: -moz-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: -ms-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: -o-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: linear-gradient(top, #f2f3f7, #c0cdf3);
    color: #253860;
    border-color: #b4bfd4;
    border-bottom-color: #b3b7bf;
}
.google {
    padding-left: 7px;
    background: #004584;
    background: -webkit-linear-gradient(top, #5d90ba, #004584);
    background: -moz-linear-gradient(top, #5d90ba, #004584);
    background: -ms-linear-gradient(top, #5d90ba, #004584);
    background: -o-linear-gradient(top, #5d90ba, #004584);
    background: linear-gradient(top, #5d90ba, #004584);
    color: #fff;
    color: rgba(255,255,255,0.95);
    border-color: #1e65a5;
    border-color: rgba(11,84,153,0.8);
    border-bottom-color: rgba(3,27,48,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.google:hover {
    background: #001e5d;
    background: -webkit-linear-gradient(top, #618cae, #001e5d);
    background: -moz-linear-gradient(top, #618cae, #001e5d);
    background: -ms-linear-gradient(top, #618cae, #001e5d);
    background: -o-linear-gradient(top, #618cae, #001e5d);
    background: linear-gradient(top, #618cae, #001e5d);
    color: #fff;
    color: rgba(255,255,255,0.99);
    border-color: #094984;
    border-bottom-color: #031b30;
}
.twitter {
    padding-left: 7px;
    background: #d5e6ef;
    background: -webkit-linear-gradient(top, #fff, #d5e6ef);
    background: -moz-linear-gradient(top, #fff, #d5e6ef);
    background: -ms-linear-gradient(top, #fff, #d5e6ef);
    background: -o-linear-gradient(top, #fff, #d5e6ef);
    background: linear-gradient(top, #fff, #d5e6ef);
    color: #186487;
    border-color: #a4cce5;
    border-color: rgba(164,204,229,0.8);
    border-bottom-color: rgba(158,186,204,0.8);
}
.twitter:hover {
    background: #bfdfed;
    background: -webkit-linear-gradient(top, #f2f8fc, #bfdfed);
    background: -moz-linear-gradient(top, #f2f8fc, #bfdfed);
    background: -ms-linear-gradient(top, #f2f8fc, #bfdfed);
    background: -o-linear-gradient(top, #f2f8fc, #bfdfed);
    background: linear-gradient(top, #f2f8fc, #bfdfed);
    color: #0b3752;
    border-color: #9cbbcf;
    border-bottom-color: #68a0c4;
}
.vkontakte {
    background: #436f96;
    background: -webkit-linear-gradient(top, #8faecf, #436f96);
    background: -moz-linear-gradient(top, #8faecf, #436f96);
    background: -ms-linear-gradient(top, #8faecf, #436f96);
    background: -o-linear-gradient(top, #8faecf, #436f96);
    background: linear-gradient(top, #8faecf, #436f96);
    color: #fff;
    color: rgba(255,255,255,0.95);
    border-color: #4d84c1;
    border-color: rgba(78,131,193,0.8);
    border-bottom-color: rgba(52,88,127,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.vkontakte:hover {
	background: #4e80ab;
    background: -webkit-linear-gradient(top, #a2c0df, #4e80ab);
    background: -moz-linear-gradient(top, #a2c0df, #4e80ab);
    background: -ms-linear-gradient(top, #a2c0df, #4e80ab);
    background: -o-linear-gradient(top, #a2c0df, #4e80ab);
    background: linear-gradient(top, #a2c0df, #4e80ab);
    color: #fff;
    color: rgba(255,255,255,0.99);
    border-color: #5788be;
    border-bottom-color: #3b6798;
}
.ok {
    padding-left: 7px;
    background: #f6900b;
    background: -webkit-linear-gradient(top, #f6bb6d, #f6900b);
    background: -moz-linear-gradient(top, #f6bb6d, #f6900b);
    background: -ms-linear-gradient(top, #f6bb6d, #f6900b);
    background: -o-linear-gradient(top, #f6bb6d, #f6900b);
    background: linear-gradient(top, #f6bb6d, #f6900b);
    color: #fff;
    color: rgba(255,255,255,0.95);
    border-color: #d99c27;
    border-color: rgba(217,154,38,0.8);
    border-bottom-color: rgba(197,137,7,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
}
.ok:hover {
	background: #f69a21;
    background: -webkit-linear-gradient(top, #fbcc5a, #f69a21);
    background: -moz-linear-gradient(top, #fbcc5a, #f69a21);
    background: -ms-linear-gradient(top, #fbcc5a, #f69a21);
    background: -o-linear-gradient(top, #fbcc5a, #f69a21);
    background: linear-gradient(top, #fbcc5a, #f69a21);
    color: #fff;
    color: rgba(255,255,255,0.99);
    border-color: #f0b22c;
    border-bottom-color: #c59121;
}
a.push.facebook.social-likes__button i.fa.fa-facebook {
    color: #3b5998;
}
a.push.twitter.social-likes__button i.fa.fa-twitter {
    color: #186487;
}
/* SHARE end */

ol li {
    margin: 0 0 0 30px;
}

section.blog ul,
.blog-featured ul {
    list-style: none;
}

.featured-blog-item.featured-blog-item--tags ul 
 {
    list-style: none;
    margin-bottom: 10px;
}

div#fancybox-title {
    background: #000;
    border-radius: 0;
    border: 2px solid #fff;
    margin: 3px 0 0 0;
    text-align: center;
    font-size: 14px;
    padding: 3px 0;
    box-sizing: border-box;
    width: 100% !important;
}

a.traforet-br-logo {
    display: none !important;
}

.custom-left-col-mar-auto {
    text-align: center;
}

/*
.custom-bottom-left-center {
    text-align: center;
}

.custom-bottom-left-center .sidebar-center div#b_bn_1821,
.custom-left-col-mar-auto .sidebar-center div#b_bn_1821 {
    display: inline-block;
}
*/

.last-meterials-left-col {
    border-bottom: 1px solid #3F413F;
  	position: relative;
}

.sidebar-center {
    padding: 5px 0 0 0;
}

/*--- COMMENTS ---*/

div#jc h4 {
    padding: 5px 9px 7px 18px;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #A8A89C;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
    position: relative;
}

div#jc h4:after {
    content: '';
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

div#jc h4:before {
    content: '';
    border-bottom: 1px solid #000;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

#comments-form input,
#comments-form input.selected {
    background: #A2A2A2 !important;
    color: #000;
    padding-left: 4px !important;
}

#comments-form textarea.selected {
    background: #A2A2A2 !important;
    color: #000;
}

#comments-form input:focus,
#comments-form textarea:focus {
    border: 1px solid #0087d1;
    background: #A2A2A2;
    outline: none;
    color: #000;
}

#comments-form textarea {
    width: 100%;
    display: block;
    max-width: inherit !important;
    padding: 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #A2A2A2 !important;
    color: #000;
    border: 1px solid #A2A2A2;
    font-size: 16px;
}

form#comments-form {
    padding-right: 20px;
}

#comments-form .grippie {
    width: 100%;
    max-width: inherit !important;
    padding: 2px 4px;
    box-sizing: border-box;
    height: 14px;
    background-color: #999;
    border: none;
}

#comments-form .grippie .counter {
    color: #000;
}

#comments-form .grippie .counter span {
    color: #fff;
}

div#comments-form-message {
    margin: 10px 0;
    width: 100%;
    color: #fff;
    background: #000000;
    border-top: 1px solid #807373;
    border-bottom: 1px solid #807373;
    box-sizing: border-box;
}

#comments div#comments-list-0 {
    margin: 0 20px;
}

#jc .rbox {
    border-radius: 0;
    background: #35414d;
    border: none;
}

#comments .odd .rbox {
    background: #111111;
}

#comments .comment-body {
    color: #fff;
    padding: 5px 0;
    line-height: 20px;
}

#comments .comment-author {
    color: #fff;
}

#comments .comment-anchor {
    color: #ccc;
}

div#comments-inline-edit {
    border: 1px solid #7D7D7D;
    margin: 9px 0 0;
    background: none;
}

#comments a {
    color: #e0dfdc;
    text-decoration: underline;
}

#comments a:hover,
#comments a:focus {
    color: #FFA500 !important;
}

.comments-form-buttons .btn {
    background-color: #242424;
    border: 1px solid #111111;
    width: 180px;
    background-image: none;
    text-shadow: none;
    transition: 0.2s;
    clear: both;
    display: block;
    border-radius: 0;
    color: #a8a8a8;
    box-shadow: inset 0 0 0 1px #404040;
    text-decoration: none;
    text-align: center;
}

.comments-form-buttons .btn:hover {
    background-color: #404040;
}

div#comments-form-send {
    float: left;
}

div#comments-form-cancel {
    float: left;
}

div#comments-form-send a,
div#comments-form-cancel a{
    background-color: rgb(36, 36, 36);
    width: 180px;
    background-image: none;
    text-shadow: none;
    clear: both;
    display: block;
    color: rgb(168, 168, 168);
    box-shadow: rgb(64, 64, 64) 0 0 0 1px inset;
    text-align: center;
    border: 1px solid rgb(17, 17, 17);
    transition: 0.2s;
    border-radius: 0;
    text-decoration: none;
    padding: 6px 0;
    font-size: 13px;
    text-transform: uppercase;
}

div#comments-form-send a:hover,
div#comments-form-cancel a:hover,
{
    background-color: #404040;
    color: rgb(168, 168, 168) !important;
}

#comments .quote {
    color: #f1e2e2;
}

#comments-form label, #comments-report-form label {
    color: #ccc;
}

#comments h4 .refresh {
    text-decoration: none;
}

div#comments-form-send,
div#comments-form-cancel{
    padding: 0;
    border-radius: 0;
    border: none;
}

.jcomments-links {
    margin: 0 0 0 9px;
}

.jcomments-links a.readmore-link {
    margin-bottom: 3px;
}

aside.right-aside ul.jcomments-latest-last-comments-head li {
    width: 100%;
    padding: 0 8px;
    float: none;
    border-bottom: 1px solid #3F413F;
    position: relative;
    overflow: visible;
  	margin: 0;
}

aside.right-aside ul.jcomments-latest-last-comments-head li:last-child {
    padding-bottom: 10px;
}

aside.right-aside ul.jcomments-latest-last-comments-head li h4 {
    margin: 5px 0;
}

aside.right-aside ul.jcomments-latest-last-comments-head li h4 a {
    text-decoration: none;
    padding: 0;
}

aside.right-aside ul.jcomments-latest-last-comments-head li span.date {
    color: #ccc;
    padding: 0 0 2px;
    display: block;
    font-size: 12px;
}

aside.right-aside ul.jcomments-latest-last-comments-head li .comment.rounded {
    border-radius: 0;
    border: 1px solid #3F413F;
    padding: 0;
}

aside.right-aside ul.jcomments-latest-last-comments-head li .comment.rounded div {
    color: #a8a8a8;
    padding: 3px 5px;
    background: #000;
}

aside.right-aside ul.jcomments-latest-last-comments-head li span.author {
    color: #fff;
    font-size: 14px;
}

.module-last-comments-head h3 {
    border-radius: 0;
    position: relative;
}

.featured-blog-item .page-header--wrap .page-header h2 {
    text-align: left;
    background: none;
    border: none;
}

.featured-blog-item p {
    background: none;
    padding: 0 10px;
}

article.page-header ul.all-season li:nth-child(odd) {
    background: none;
    padding: 0;
    margin: 0;
}

.blog-featured .pagination ul li {
    padding: 0;
}

.blog-featured .pagination ul li:before,
section.blog .pagination li:before {
    display: none;
}

section.blog .pagination li {
    padding: 0;
}

form#comments-form p {
    background: none;
}

.page-header h2,
.moduletable-more-films h3,
#comments blockquote,
.custom_description-site-box,
.module-footer-col,
.extravote-info,
.result-category {
    color: #a8a8a8;
}

.single-content ul {
    margin: 0 10px 10px;
    border: 1px dashed #4F535C;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

p.readmore {
    padding: 0;
    clear: both;
}

.add-to-bookmarks {
    color: #FFEB3B;
    text-align: center;
    margin: 15px 10px 15px 10px;
    border: 1px dashed #FFEB3B;
    background: #000000;
    padding: 5px 0;
}

.moduletableb-bottom-center-desc-mob,
.moduletable-bottom-center-desc-mob {
    display: none;
}

.module-popular-film {
    border-top: 1px solid #4F535C;
}

.module-sidebar-block table tr td a div:nth-child(2) {
    background-color: #a78733;
    padding: 4px 0 !important;
}

#comments-form .btn a,
.profile-edit .control-group a.btn {
    margin: 10px auto 10px;
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    background: #cec942;
    color: #000000;
    box-shadow: inset 0 0 0 1px #404040;
    border: 1px double #cec942;
    cursor: pointer;
    transition: 0.2s;
    font-weight: normal;
}

.profile-edit .control-group a.btn {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    padding: 14px 40px;
    position: relative;
    top: -2px;
    text-decoration: none;
}

#comments-form .btn a:hover,
.profile-edit .control-group a.btn:hover {
    background: #fff601;
    color: #000;
}

#comments-form .btn a:focus,
.profile-edit .control-group a.btn:focus {
    background: #fff601;
    color: #000;
}

#comments-form .btn,
#comments-form .btn div {
    background: none;   
  	padding: 0;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


.hamburger {
    display: none;
}

/*------ Registration ------*/
.registration fieldset {
    border: none;
}

.registration fieldset h1 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 20px;
}

.registration,
.login,
.reset {
    padding: 20px 30px;
}

.registration fieldset .control-group label,
.profile-edit fieldset .control-label,
.reset-confirm fieldset .control-label,
.reset-complete fieldset .control-label {
    color: #fff;
    font-size: 16px;
}

.registration fieldset .control-group input,
.login fieldset .controls input,
.reset fieldset .controls input,
.remind fieldset .controls input,
.profile-edit fieldset .controls input,
.reset-confirm fieldset input,
.reset-complete fieldset input {
    color: #000;
    font-size: 20px;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 3px 0 15px 0;
    border-radius: 3px;
    border: none;
}

.control-group.field-spacer {
    padding: 0 0 18px 0;
}

button.registration-submit.validate,
.reset .controls button,
.login fieldset .controls button,
.remind .controls button,
.profile-edit .control-group button,
.logout button.btn.btn-primary,
.reset-confirm button,
.reset-complete button {
    margin: 10px auto 10px;
    padding: 10px 26px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #cec942;
    color: #000000;
    box-shadow: inset 0 0 0 1px #404040;
    border: 1px double #cec942;
    cursor: pointer;
    transition: 0.2s;
}

button.registration-submit.validate:hover,
.reset .controls button:hover,
.login fieldset .controls button:hover,
.remind .controls button:hover,
.profile-edit .control-group button:hover,
.logout button.btn.btn-primary:hover,
.reset-confirm button:hover {
    background-color: #fff601;
}

div#system-message-container a.close,
div#system-message-container h4.alert-heading {
    display: none;
}

div#system-message-container .alert-message {
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
#comments a:active, 
#comments a:focus, 
#comments a:hover {
    color: #000 !important;
    background-color: #fff601 !important;
}

#comments-form div.btn#comments-form-cancel a {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}

.login fieldset,
.reset fieldset,
.remind fieldset {
    border: none;
}

.login fieldset .control-label label,
.reset fieldset .control-label label,
.remind fieldset .control-label label {
    color: #fff;
    font-size: 16px;
}

.reset fieldset p {
    margin: 0;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    line-height: 23px;
    padding-right: 0;
    padding-left: 0;
}

ul.nav.nav-tabs.nav-stacked {
    padding: 0 20px;
}

ul.nav.nav-tabs.nav-stacked li a {
    display: inline-block;
}

.login fieldset .control-group:nth-child(3) .control-label {
    display: inline-block;
}

.login fieldset .control-group:nth-child(3) .controls {
    display: inline-block;
    width: 19px;
    height: 16px;
}

.login fieldset .control-group:nth-child(3) .controls input#remember {
    position: relative;
    display: block;
    top: 2px;
}

.login fieldset .control-group:nth-child(3) {
    margin-bottom: 15px;
}

.remind form#user-registration,
.reset-confirm {
    padding: 20px 30px;
}

.remind fieldset p,
.reset-confirm fieldset p,
.reset-complete fieldset p {
    margin-right: 0;
    margin-left: 0;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    line-height: 23px;
    padding-right: 0;
    padding-left: 0;
}

.profile,
.profile-edit,
.reset-complete {
    padding: 10px 30px;
}

.profile ul.btn-toolbar.pull-right {
    clear: both;
    display: block;
    float: none;
    list-style: none;
}

.profile fieldset#users-profile-core,
.profile fieldset#users-profile-custom {
    border: none;
    margin-top: 20px;
}

.profile fieldset#users-profile-core dl.dl-horizontal {
    padding: 0 0 0 3px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.profile fieldset#users-profile-core legend {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.profile fieldset#users-profile-core dl.dl-horizontal dt {
    float: left;
}

.profile fieldset#users-profile-core dl.dl-horizontal dt:before {
    content: '•';
    padding-right: 5px;
}

.profile fieldset#users-profile-core dl.dl-horizontal dt:after {
    content: ' - ';
    padding-right: 5px;
}

.profile-edit fieldset,
.reset-confirm fieldset,
.reset-complete fieldset {
    border: none;
}

.profile-edit fieldset legend {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 20px;
}

.logout {
    padding: 20px 10px;
    text-align: center;
}
/*------ Registration end ------*/

#comments-form input.captcha {
    font-size: 20px;
}

.pull-left.item-image.img-intro-left {
    min-height: 304px;
}

.pull-left.item-image.img-intro-left a img {
    width: 204px;
    height: 304px;
}
/*-----------------------
---		RESPONSIVE    ---
-----------------------*/

@media screen and (max-width: 1190px) {
    .footer-menu-block ul li a {
        font-size: 12px;
        padding: 10px 6px 10px 6px;
    }
}

@media screen and (max-width: 1020px) {
    .search.mod_search88 {
      width: 99%;
      margin: 0 auto;
    }
  
    .carousel-wrap {
        display: none;
    }

    .b-logo-search {
        width: 100%;
    }
	
    ul.nav.menu li.dropdown ul li {
        width: 100%;
        text-align: center;
    }

    html, body {
        width: 100%;
    }
  
    div.cinema-description {
        height: auto;
    }

    .footer-menu-block.footer-menu {
        display: none;
    }

    .pagination ul li.pagination-start span,
    .pagination ul li.pagination-prev span,
    .pagination ul li.pagination-next a,
    .pagination ul li.pagination-end a {
        padding: 4px 4px;
    }

    .pagination ul li a {
        padding: 4px 7px;
    }

    .pagination ul > li span.pagenav {
        padding: 4px 5px;
    }

    .pagination ul {
        width: 494px;
        overflow: hidden;
    }
  
  	.log-in-site {
        margin: 14px 5px 0 10px;
    }
  
  	aside.right-aside {
        display: none;
    }
  
   .main-container--center {
     	margin: 65px auto 0;
  	}
  
  	header {
      position: fixed;
    }
  
    .hamburger {
      display: block;
  	}
  
    ul#mobile-menu {
        display: block;
    }

    section.material-container {
        margin: 0;
    }

    section.material-container {
        border: none;
    }

    .content-wrapper {
        margin-top: 61px;
        border: none;
    }

    .search-block {
        float: left;
    	margin: 4px 0 0 0;
    }

    .hamburger {
      position: absolute;
      right: 0;
      top: 3px;
    }

    div#main-container nav#nav {
        width: 100%;
        position: fixed;
        right: -100%;
        bottom: 0;
        top: 0;
        background-color: #2C3342;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
        z-index: 5;
    	padding-top: 65px;
      	overflow: auto;
      	display: block;
    }

    div#main-container nav#nav.active {
        right: 0;
    }
    .search.mod_search88 {
        bottom: -38px;
    }
  
  	.log-in-site {
        margin: 11px 70px 0 0;
    }
  
    nav#nav.menu-header-container h3 {
      	color: #fff;
        padding: 3px 0;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1010px) {
    dl.article-info.muted dd {
        float: none;
    }
}

@media screen and (max-width: 965px) {
    .footer-menu-block ul li a {
        font-size: 11px;
        padding: 10px 5px 10px 5px;
    }
}

@media screen and (max-width: 958px) {
    .customb-top-center-desc-mob,
    .customb-bottom-center-desc-mob {
        display: block;
        width: 100%;
        margin: 5px auto;
        text-align: center;
    }
  
  
  	/*
    .moduletableb-bottom-center-desc-mob,
    .moduletable-bottom-center-desc-mob{
      	display: block;
    }
    
  	.customb-top-center-desc, .customb-bottom-center-desc {
      	display: none;
    }
    */
  
  	article.page-header .moduletable-more-films .tagssimilar-more-films ul li {
        width: 37%;
        height: 260px;
        margin: 10px 2.5%;
    }
}

@media screen and (max-width: 900px) {
    div#bg_popup-social {
        display: none !important;
    }

    .footer-menu-block {
        height: auto;
        overflow: hidden;
    }

    .footer-menu-block ul li {
        width: 33.43%;
        border: 1px solid #464646;
        margin: -1px 0 0 -1px;
    }

    .footer-menu-block nav#nav {
        border: none;
    }

    .footer-menu-block ul li:first-child {
        border-radius: 0;
    }

    .footer-menu-block ul li:nth-child(3):before,
    .footer-menu-block ul li:nth-child(6):before,
    .footer-menu-block ul li:nth-child(9):before {
        display: none;
    }

    .footer-menu-block ul li:nth-child(10),
    .footer-menu-block ul li:nth-child(11) {
        border-bottom: none;
    }

    .footer-menu-block ul li:nth-child(11) {
        border-right: 1px solid #464646;
    }

    .footer-menu-block ul li:before {
        display: none;
    }
  
  	.module-footer-col {
        width: 50%;
    padding-left: 20px;
    }
  
    .module-footer-col:nth-child(1), .module-footer-col:nth-child(2) {
      	margin-bottom: 20px;
    }
}

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

@media screen and (max-width: 740px) {
    .jcomments-links {
      	margin: 0 9px;
    }

    .moduletableb-top-center-desc {
        display: none;
    }
  
    section.material-container .blog-featured {
        border-radius: 10px;
    }

  	.branding-desc {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    header {
      	border: none;
    }
    div#main-container nav#nav {
    	padding-top: 65px;
    }
  
  	.content-wrapper {
        border: none;
    }
  
    div#popup-social {
        width: 95%;
        margin: 20px auto 0;
    }

    .popup-social__group__vk {
        float: none;
        margin: 0 auto 20px;
        padding: 0;
        width: 220px;
    }

    .popup-social__group__face {
        float: none;
        margin: 0 auto 0;
        padding: 0;
        width: 220px;
    }

	#mod-search-searchword {
		width: 100%;
	}

	.hamburger.hamburger--collapse {
		position: absolute;
		right: 0;
      	top: 4px;
	}
  
  	a.registration-header-btn {
        display: none;
    }
  
  	.log-in-site {
      	width: 104px;
  	}
} /*---  600px ---*/

@media screen and (max-width: 540px) {
  	.module-footer-col {
        width: 100%;
      	margin-bottom: 20px;
    }
} /*---  540px ---*/

@media screen and (max-width: 520px) {
    .copypaste-text {
        width: 100%;
        margin: 20px auto 0;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pagination ul {
        width: 320px;
        margin: 0 auto 27px;
        float: none;
        display: block;
    }

    img.cinema-poster {
        display: block;
        margin: 0 auto;
        width: 200px;
        float: none;
    }

    .pagination ul li.pagination-start,
    .pagination ul li.pagination-end {
        display: none;
    }

    div.cinema-description {
        padding: 0;
    }

    div#content div[itemprop=blogPost] a.btn {
        width: 240px;
        margin: 0 auto;
        padding: 10px 19px 10px 0;
        text-align: center;
        display: block;
        box-sizing: border-box;
    }

    .pagination ul li.pagination-prev a,
    .pagination ul li.pagination-next a,
    .pagination ul li.pagination-prev span,
    .pagination ul li.pagination-next span {
        color: transparent !important;
        width: 33px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .pagination ul li.pagination-prev a:before,
    .pagination ul li.pagination-next a:before,
    .pagination ul li.pagination-prev span:before,
    .pagination ul li.pagination-next span:before {
        content: '<';
        text-align: center;
        font-size: 20px;
        color: #ffa500;
        position: absolute;
        right: 0;
        left: 0;
    }

    .pagination ul li.pagination-next a:before,
    .pagination ul li.pagination-next span:before {
        content: '>';
    }
}

@media screen and (max-width: 480px) {
  	.b-slide a {
        width: 90%;
        margin: 6px 0;
    }
  
    .page-header h1 {
      text-align: center;
      display: block;
    }

    article.page-header ul.tags.inline {
      text-align: center;
    }

    ul.film-info {
      margin: 10px;
    }
  
    .featured-blog-item .page-header--wrap .page-header h2 {
      text-align: center;
      padding: 0;
      margin: 0;
    }
  
  	.page-header--wrap .page-header, 
  	.page-header h1 {
        margin: 0 0 13px 0;
        text-align: center;
    }
  
    .img-fulltext-left, .pull-left.item-image {
        margin: 5px auto;
        float: none;
        width: 200px;
    }
    
    h2.item-title {
      text-align: center;
      display: block;
      padding-bottom: 5px;
      margin: 0;
    }

    .extravote {
        display: block;
        margin: 10px auto 5px !important;
        width: 160px;
        text-align: center;
        position: static;
    }
  
    .extravote .extravote-info {
      text-align: center;
    }

    section.blog ul, .blog-featured ul, .tag-body ul, section.blog ul.film-info {
        clear: both;
        padding: 0;
        margin: 10px;
    }
    
    div#content div[itemprop=blogPost] a img {
        display: block;
        text-align: center;
    }

    div.cinema-description {
        width: 100%;
        padding: 20px 0 0 0;
        clear: both;
    }

    div#content div[itemprop=blogPost] a img {
        display: block;
        margin: 0 auto;
        width: 200px;
        float: none;
    }

    .footer-menu-block.header-menu nav ul li:nth-child(2) a {
        font-size: 11px;
        height: 40px;
        line-height: 14px;
        padding: 6px 12px 0 12px;
        box-sizing: border-box;
    }
  
    p.readmore a.btn, a.readmore-link, .add-new-comment {
      margin: auto;
      display: block;
    }
  
  	.jcomments-links a.comments-link {
      margin: 15px 0 0 31px;
    }
  
  a.pull-left.item-image.img-intro-left.img-intro-left--search {
      width: 100%;
      display: block;
      text-align: center;
  }
  
  a.pull-left.item-image.img-intro-left.img-intro-left--search div {
      float: none !important;
  }
  
  a.logo .logo-images {
    width: 170px;
  }
}

@media screen and (max-width: 460px) {
  a.login-header-btn:after {
    left: 13px;
    top: 13px;
  }
  
  a.login-header-btn {
    font-size: 0;
    padding: 10px 20px 10px 18px;
  }
  
  .log-in-site {
    width: 45px;
  }
  
  .search-block-btn {
    width: 47px;
    height: 60px;
  }
}

@media screen and (max-width: 440px) {
  	article.page-header .moduletable-more-films .tagssimilar-more-films ul li {
        width: 48%;
        margin: 0.5% 0.5%;
        background-color: #000;
        height: 220px;
    }
  
    .img-fulltext-left {
        text-align: center;
        float: none;
    }

    .result-text {
        clear: both;
    	padding: 15px 0;
    }
}

@media screen and (max-width: 380px) {
    .social-vk-btn ul li {
        display: inline-block;
        margin-right: 5px;
        margin-top: 5px;
        float: none;
    }

    .social-vk-btn ul {
        text-align: center;
    }
  
    a.login-header-btn {
      	display: none;
    }
  
  	.log-in-site {
        width: 45px;
        display: none;
    }
  
    .search-block-btn {
      width: 60px;
      height: 60px;
    }
}
/*-----------------------
---   RESPONSIVE END  ---
-----------------------*/

/*-----------------------
---	  highslide.css   ---
-----------------------*/
.highslide-container div{font-family:Verdana,Helvetica;font-size:10pt}.highslide-container table{background:none;table-layout:auto}.highslide{outline:none;text-decoration:none}.highslide img{border:2px solid silver}.highslide:hover img{border-color:gray}.highslide-active-anchor img{visibility:hidden}.highslide-gallery .highslide-active-anchor img{border-color:#000;visibility:visible;cursor:default}.highslide-image{border-width:2px;border-style:solid;border-color:#fff}.highslide-wrapper,.highslide-outline{background:#fff}.glossy-dark{background:#111}.highslide-number{font-weight:700;color:gray;font-size:.9em}.highslide-caption{display:none;font-size:1em;padding:5px}.highslide-heading{display:none;font-weight:700;margin:.4em}.highslide-dimming{background:#000}a.highslide-full-expand{background:url(graphics/fullexpand.gif) no-repeat;display:block;margin:0 10px 10px 0;width:34px;height:34px}.highslide-loading{display:block;color:#000;font-size:9px;font-weight:700;text-transform:uppercase;text-decoration:none;padding:3px;border:1px solid #fff;background-color:#fff;padding-left:22px;background-image:url(../js/lib/highslide/graphics/loader.white.gif);background-repeat:no-repeat;background-position:3px 1px}a.highslide-credits,a.highslide-credits i{padding:2px;color:silver;text-decoration:none;font-size:10px}a.highslide-credits:hover,a.highslide-credits:hover i{color:#fff;background-color:gray}.highslide-move,.highslide-move *{cursor:move}.highslide-viewport{display:none;position:fixed;width:100%;height:100%;z-index:1;background:none;left:0;top:0}.highslide-overlay{display:none}.hidden-container{display:none}.closebutton{position:relative;top:-15px;left:15px;width:30px;height:30px;cursor:pointer;background:url(graphics/close.png)}.highslide-gallery ul{list-style-type:none;margin:0;padding:0}.highslide-gallery ul li{display:block;position:relative;float:left;width:106px;height:106px;border:1px solid silver;background:#ededed;margin:2px;padding:0;line-height:0;overflow:hidden}.highslide-gallery ul a{position:absolute;top:50%;left:50%}.highslide-gallery ul img{position:relative;top:-50%;left:-50%}html>/**/body .highslide-gallery ul li{display:table;text-align:center;text-align:center}html>/**/body .highslide-gallery ul a{position:static;display:table-cell;vertical-align:middle}html>/**/body .highslide-gallery ul img{position:static}.highslide-controls{width:195px;height:40px;background:url(graphics/controlbar-white.gif) 0 -90px no-repeat;margin:20px 15px 10px 0}.highslide-controls ul{position:relative;left:15px;height:40px;list-style:none;margin:0;padding:0;background:url(graphics/controlbar-white.gif) right -90px no-repeat}.highslide-controls li{float:left;padding:5px 0;margin:0;list-style:none}.highslide-controls a{background-image:url(../js/lib/highslide/graphics/controlbar-white.gif);display:block;float:left;height:30px;width:30px;outline:none}.highslide-controls a.disabled{cursor:default}.highslide-controls a.disabled span{cursor:default}.highslide-controls a span{display:none;cursor:pointer}.highslide-controls .highslide-previous a{background-position:0 0}.highslide-controls .highslide-previous a:hover{background-position:0 -30px}.highslide-controls .highslide-previous a.disabled{background-position:0 -60px!important}.highslide-controls .highslide-play a{background-position:-30px 0}.highslide-controls .highslide-play a:hover{background-position:-30px -30px}.highslide-controls .highslide-play a.disabled{background-position:-30px -60px!important}.highslide-controls .highslide-pause a{background-position:-60px 0}.highslide-controls .highslide-pause a:hover{background-position:-60px -30px}.highslide-controls .highslide-next a{background-position:-90px 0}.highslide-controls .highslide-next a:hover{background-position:-90px -30px}.highslide-controls .highslide-next a.disabled{background-position:-90px -60px!important}.highslide-controls .highslide-move a{background-position:-120px 0}.highslide-controls .highslide-move a:hover{background-position:-120px -30px}.highslide-controls .highslide-full-expand a{background-position:-150px 0}.highslide-controls .highslide-full-expand a:hover{background-position:-150px -30px}.highslide-controls .highslide-full-expand a.disabled{background-position:-150px -60px!important}.highslide-controls .highslide-close a{background-position:-180px 0}.highslide-controls .highslide-close a:hover{background-position:-180px -30px}.highslide-maincontent{display:none}.highslide-html{background-color:#fff}.mobile .highslide-html{border:1px solid silver}.highslide-html-content{display:none;width:400px;padding:0 5px 5px}.highslide-header{padding-bottom:5px}.highslide-header ul{margin:0;padding:0;text-align:right}.highslide-header ul li{display:inline;padding-left:1em}.highslide-header ul li.highslide-previous,.highslide-header ul li.highslide-next{display:none}.highslide-header a{font-weight:700;color:gray;text-transform:uppercase;text-decoration:none}.highslide-header a:hover{color:#000}.highslide-header .highslide-move a{cursor:move}.highslide-footer{height:16px}.highslide-footer .highslide-resize{display:block;float:right;margin-top:5px;height:11px;width:11px;background:url(graphics/resize.gif) no-repeat}.highslide-footer .highslide-resize span{display:none}.highslide-resize{cursor:nw-resize}.draggable-header .highslide-header{height:18px;border-bottom:1px solid #ddd}.draggable-header .highslide-heading{position:absolute;margin:2px .4em}.draggable-header .highslide-header .highslide-move{cursor:move;display:block;height:16px;position:absolute;right:24px;top:0;width:100%;z-index:1}.draggable-header .highslide-header .highslide-move *{display:none}.draggable-header .highslide-header .highslide-close{position:absolute;right:2px;top:2px;z-index:5;padding:0}.draggable-header .highslide-header .highslide-close a{display:block;height:16px;width:16px;background-image:url(../js/lib/highslide/graphics/closeX.png)}.draggable-header .highslide-header .highslide-close a:hover{background-position:0 16px}.draggable-header .highslide-header .highslide-close span{display:none}.draggable-header .highslide-maincontent{padding-top:1em}.titlebar .highslide-header{height:18px;border-bottom:1px solid #ddd}.titlebar .highslide-heading{position:absolute;width:90%;margin:1px 0 1px 5px;color:#666}.titlebar .highslide-header .highslide-move{cursor:move;display:block;height:16px;position:absolute;right:24px;top:0;width:100%;z-index:1}.titlebar .highslide-header .highslide-move *{display:none}.titlebar .highslide-header li{position:relative;top:3px;z-index:2;padding:0 0 0 1em}.titlebar .highslide-maincontent{padding-top:1em}.no-footer .highslide-footer{display:none}.wide-border{background:#fff}.wide-border .highslide-image{border-width:10px}.wide-border .highslide-caption{padding:0 10px 10px}.borderless .highslide-image{border:none}.borderless .highslide-caption{border-bottom:1px solid #fff;border-top:1px solid #fff;background:silver}.outer-glow{background:#444}.outer-glow .highslide-image{border:5px solid #444}.outer-glow .highslide-caption{border:5px solid #444;border-top:none;padding:5px;background-color:gray}.colored-border{background:#fff}.colored-border .highslide-image{border:2px solid green}.colored-border .highslide-caption{border:2px solid green;border-top:none}.dark{background:#111}.dark .highslide-image{border-color:#fff;background:gray;border-width:5px;border-style:solid}.dark .highslide-caption{color:#fff;background:#111}.dark .highslide-controls,.dark .highslide-controls ul,.dark .highslide-controls a{background-image:url(../js/lib/highslide/graphics/controlbar-black-border.gif)}.floating-caption .highslide-caption{position:absolute;padding:1em 0 0;background:none;color:#fff;border:none;font-weight:700}.controls-in-heading .highslide-heading{color:gray;font-weight:700;height:20px;overflow:hidden;cursor:default;padding:0 0 0 22px;margin:0;background:url(graphics/icon.gif) no-repeat 0 1px}.controls-in-heading .highslide-controls{width:105px;height:20px;position:relative;margin:0;top:-23px;left:7px;background:none}.controls-in-heading .highslide-controls ul{position:static;height:20px;background:none}.controls-in-heading .highslide-controls li{padding:0}.controls-in-heading .highslide-controls a{background-image:url(../js/lib/highslide/graphics/controlbar-white-small.gif);height:20px;width:20px}.controls-in-heading .highslide-controls .highslide-move{display:none}.controls-in-heading .highslide-controls .highslide-previous a{background-position:0 0}.controls-in-heading .highslide-controls .highslide-previous a:hover{background-position:0 -20px}.controls-in-heading .highslide-controls .highslide-previous a.disabled{background-position:0 -40px!important}.controls-in-heading .highslide-controls .highslide-play a{background-position:-20px 0}.controls-in-heading .highslide-controls .highslide-play a:hover{background-position:-20px -20px}.controls-in-heading .highslide-controls .highslide-play a.disabled{background-position:-20px -40px!important}.controls-in-heading .highslide-controls .highslide-pause a{background-position:-40px 0}.controls-in-heading .highslide-controls .highslide-pause a:hover{background-position:-40px -20px}.controls-in-heading .highslide-controls .highslide-next a{background-position:-60px 0}.controls-in-heading .highslide-controls .highslide-next a:hover{background-position:-60px -20px}.controls-in-heading .highslide-controls .highslide-next a.disabled{background-position:-60px -40px!important}.controls-in-heading .highslide-controls .highslide-full-expand a{background-position:-100px 0}.controls-in-heading .highslide-controls .highslide-full-expand a:hover{background-position:-100px -20px}.controls-in-heading .highslide-controls .highslide-full-expand a.disabled{background-position:-100px -40px!important}.controls-in-heading .highslide-controls .highslide-close a{background-position:-120px 0}.controls-in-heading .highslide-controls .highslide-close a:hover{background-position:-120px -20px}.text-controls .highslide-controls{width:auto;height:auto;margin:0;text-align:center;background:none}.text-controls ul{position:static;background:none;height:auto;left:0}.text-controls .highslide-move{display:none}.text-controls li{background-image:url(../js/lib/highslide/graphics/controlbar-text-buttons.png);background-position:right top!important;padding:0;margin-left:15px;display:block;width:auto}.text-controls a{background:url(graphics/controlbar-text-buttons.png) no-repeat;background-position:left top!important;position:relative;left:-10px;display:block;width:auto;height:auto;text-decoration:none!important}.text-controls a span{background:url(graphics/controlbar-text-buttons.png) no-repeat;margin:1px 2px 1px 10px;display:block;min-width:4em;height:18px;line-height:18px;padding:1px 0 1px 18px;color:#333;font-family:"Trebuchet MS",Arial,sans-serif;font-size:12px;font-weight:700;white-space:nowrap}.text-controls .highslide-next{margin-right:1em}.text-controls .highslide-full-expand a span{min-width:0;margin:1px 0;padding:1px 0 1px 10px}.text-controls .highslide-close a span{min-width:0}.text-controls a:hover span{color:#000}.text-controls a.disabled span{color:#999}.text-controls .highslide-previous span{background-position:0 -40px}.text-controls .highslide-previous a.disabled{background-position:left top!important}.text-controls .highslide-previous a.disabled span{background-position:0 -140px}.text-controls .highslide-play span{background-position:0 -60px}.text-controls .highslide-play a.disabled{background-position:left top!important}.text-controls .highslide-play a.disabled span{background-position:0 -160px}.text-controls .highslide-pause span{background-position:0 -80px}.text-controls .highslide-next span{background-position:0 -100px}.text-controls .highslide-next a.disabled{background-position:left top!important}.text-controls .highslide-next a.disabled span{background-position:0 -200px}.text-controls .highslide-full-expand span{background:none}.text-controls .highslide-full-expand a.disabled{background-position:left top!important}.text-controls .highslide-close span{background-position:0 -120px}.highslide-thumbstrip{height:100%;direction:ltr}.highslide-thumbstrip div{overflow:hidden}.highslide-thumbstrip table{position:relative;padding:0;border-collapse:collapse}.highslide-thumbstrip td{padding:1px}.highslide-thumbstrip a{outline:none}.highslide-thumbstrip img{display:block;border:1px solid gray;margin:0 auto}.highslide-thumbstrip .highslide-active-anchor img{visibility:visible}.highslide-thumbstrip .highslide-marker{position:absolute;width:0;height:0;border-width:0;border-style:solid;border-color:transparent}.highslide-thumbstrip-horizontal div{width:auto}.highslide-thumbstrip-horizontal .highslide-scroll-up{display:none;position:absolute;top:3px;left:3px;width:25px;height:42px}.highslide-thumbstrip-horizontal .highslide-scroll-up div{margin-bottom:10px;cursor:pointer;background:url(graphics/scrollarrows.png) left center no-repeat;height:42px}.highslide-thumbstrip-horizontal .highslide-scroll-down{display:none;position:absolute;top:3px;right:3px;width:25px;height:42px}.highslide-thumbstrip-horizontal .highslide-scroll-down div{margin-bottom:10px;cursor:pointer;background:url(graphics/scrollarrows.png) center right no-repeat;height:42px}.highslide-thumbstrip-horizontal table{margin:2px 0 10px}.highslide-viewport .highslide-thumbstrip-horizontal table{margin-left:10px}.highslide-thumbstrip-horizontal img{width:auto;height:40px}.highslide-thumbstrip-horizontal .highslide-marker{top:47px;border-left-width:6px;border-right-width:6px;border-bottom:6px solid gray}.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker{margin-left:10px}.dark .highslide-thumbstrip-horizontal .highslide-marker,.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker{border-bottom-color:#fff!important}.highslide-thumbstrip-vertical-overlay{overflow:hidden!important}.highslide-thumbstrip-vertical div{height:100%}.highslide-thumbstrip-vertical a{display:block}.highslide-thumbstrip-vertical .highslide-scroll-up{display:none;position:absolute;top:0;left:0;width:100%;height:25px}.highslide-thumbstrip-vertical .highslide-scroll-up div{margin-left:10px;cursor:pointer;background:url(graphics/scrollarrows.png) top center no-repeat;height:25px}.highslide-thumbstrip-vertical .highslide-scroll-down{display:none;position:absolute;bottom:0;left:0;width:100%;height:25px}.highslide-thumbstrip-vertical .highslide-scroll-down div{margin-left:10px;cursor:pointer;background:url(graphics/scrollarrows.png) bottom center no-repeat;height:25px}.highslide-thumbstrip-vertical table{margin:10px 0 0 10px}.highslide-thumbstrip-vertical img{width:60px}.highslide-thumbstrip-vertical .highslide-marker{left:0;margin-top:8px;border-top-width:6px;border-bottom-width:6px;border-left:6px solid gray}.dark .highslide-thumbstrip-vertical .highslide-marker,.highslide-viewport .highslide-thumbstrip-vertical .highslide-marker{border-left-color:#fff}.highslide-viewport .highslide-thumbstrip-float{overflow:auto}.highslide-thumbstrip-float ul{margin:2px 0;padding:0}.highslide-thumbstrip-float li{display:block;height:60px;margin:0 2px;list-style:none;float:left}.highslide-thumbstrip-float img{display:inline;border-color:silver;max-height:56px}.highslide-thumbstrip-float .highslide-active-anchor img{border-color:#000}.highslide-thumbstrip-float .highslide-scroll-up div,.highslide-thumbstrip-float .highslide-scroll-down div{display:none}.highslide-thumbstrip-float .highslide-marker{display:none}
/*-----------------------
---	highslide.css END ---
-----------------------*/

/*-----------------------
-  font-awesome.min.css -
-----------------------*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
/*-----------------------
---	font-awesome END ---
-----------------------*/