﻿/*Imported fonts------------------------------------------------------------------------------*/



/*Font declarations*/
button, input, select, textarea,
body {font-family: 'Open Sans', sans-serif; font-size: 12px;}



/*Default elements, resets-------------------------------------------------------------*/
html {color: #000; font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0);}
body {margin: 0;}


a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; color: #000; text-decoration: none;}
a:hover {color: #df170c;}
a:hover, a:focus {outline: none;}
a img {border: none;}
img {vertical-align: middle; -ms-interpolation-mode: bicubic;}
b, strong {font-weight: bold;}
p {line-height: 1.2em; margin: 12px 0;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {margin: 12px 0;}

/*Tables*/
table {border-collapse: collapse; border-spacing: 0;}

/*Forms*/
form {margin: 0;}
textarea {overflow: auto; vertical-align: top;}
fieldset {border: 0; margin: 0; padding: 0;}
legend {border: 0; *margin-left: -7px; padding: 0;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
button, input { line-height: normal; *overflow: visible; }
.form-row input[type="text"], .form-row label {display: inline-block; float: left;} 
label.for-input {width: auto !important; cursor: pointer}
input.radio, input.checkbox {vertical-align: text-bottom; margin: 0;}
input[type="text"], input[type="password"], textarea, select {border: 1px solid #ccc;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
button {width: auto; overflow: visible;}
button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*Placeholders*/
.placeholder {color: #999999;}
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999; opacity: 1;}

:focus {outline: none;}


/*Helpers---------------------------------------------------------*/
.menu {list-style: none; padding: 0; margin: 0;}
.fl {float: left;}
.fr {float: right;}
.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.date {color: #ccc;}

/*Clearfix*/
.clearfix:before, .clearfix:after , .form-row:before, .form-row:after {content: ""; display: table;}
.clearfix:after, .form-row:after {clear: both;}
.clearfix, .form-row {zoom: 1;}



/*Common objects ---------------------------------------------------*/

/*Custom radio and checkboxes*/
.custom-radio,
.custom-checkbox {position: relative; padding-left: 25px; line-height: 20px; cursor: pointer;}
.custom-radio {padding-left: 34px;}

.iradio, .icheckbox {position: absolute; left: 0px; top: 0px; width: 20px; height: 20px;}
.iradio {background: url(../images/custom-radio.png) no-repeat left top;}
.icheckbox {background: url(../images/custom-checkbox.png) no-repeat left top;}
.checked.iradio {background-position: left bottom;}
.checked.icheckbox {background-position: left bottom;}


/* Selectmenu */
.ui-selectmenu {display: inline-block; position: relative; overflow: hidden; border-radius: 0; border: none; background: #fff; border: 1px solid #dce6e8; text-decoration: none !important;}
.ui-selectmenu .ui-selectmenu-icon { position:absolute; top: 0px; right: 0px; width: 22px; height: 29px; background: url(../images/select-arrow.png) no-repeat left top;}
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;}
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch; border: 1px solid #dce6e8; background: #fff; border-radius: 0; border-top: none; border-bottom: none;} 
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border: none !important; font-weight: normal !important; background: none !important;}
.ui-selectmenu-menu li a,.ui-selectmenu-status { display: block; padding: 3px 8px; padding-right: 26px; outline:none; text-decoration:none; color: inherit; font-weight: normal; color: #000; font-size: 13px; line-height: 23px; }
.ui-selectmenu-menu li a {border-bottom: 1px solid #dce6e8;}
.ui-selectmenu-menu li a:hover, .ui-selectmenu-menu .ui-state-hover a {color: #000; background: #efefef !important; zoom: 1;}
 

/*-----------------Custom site style-------------------------------------------------------*/
.site-block {margin: 0 auto; width: 1000px;}
.site {position: relative;}

.site-banner-left,
.site-banner-right {position: absolute; margin-top: -140px;}
.site-banner-left {margin-left: -680px; left: 50%;}
.site-banner-right {margin-right: -680px; right: 50%;}


/*Top ---------------------------------------------*/
.site-top {background: #eee;}

.top-menu {float: right; padding-top: 10px;}
.top-menu li {float: left; padding-left: 1px; background: url(../images/top-menu-line.png) no-repeat left bottom;}
.top-menu a {display: inline-block; line-height: 36px; font-size: 14px; text-transform: uppercase; color: #999; margin-top: 2px; padding-left: 34px; padding-right: 19px; background: url(../images/top-menu.png) no-repeat left top; padding-bottom: 2px;}
.top-menu .active a, .top-menu a:hover {margin-top: 0; border-top: 2px solid #df170c; color: #000; background-position: left bottom; background-color: #fff;}
.top-menu .active a {font-weight: bold;}

/*Header ------------------------------------------*/
.site-header {}
.site-header .site-block {position: relative; padding-top: 20px; padding-bottom: 19px;}
.main-logo {display: inline-block; float: left;}

.login-link {display: inline-block; position: absolute; padding-left: 29px; background: url(../images/login-ico.png) no-repeat left center; text-transform: uppercase; top: 50px; right: 334px; font-size: 14px;}

.user-block {position: absolute; top: 41px; right: 318px; width: 165px;}
.active-user {padding-left: 38px; min-width: 127px; text-align: right; line-height: 39px; background: #f5f5f5 url(../images/user-ico.png) no-repeat 16px center; box-shadow: 0 0 1px #e4e4e4;}
.active-user span {display: block; line-height: 39px; padding-right: 42px; background: url(../images/arrow-down.png) no-repeat right center; font-size: 14px; text-transform: uppercase; font-size: 14px;}

.user-menu {position: absolute; top: 39px; left: 0px; background: #fff; z-index: 10; font-size: 13px; right: 0px; box-shadow: 0 1px 1px #e4e4e4; display: none;}
.user-block:hover .user-menu {display: block;}
.user-menu li {border-top: 1px solid #e4e4e4;}
.user-menu a {display: block; line-height: 17px; padding: 11px 18px;}
.user-menu .logoff {padding-left: 48px; text-transform: uppercase; background: #f5f5f5 url(../images/logoff.png) no-repeat 18px 14px;}
.user-menu a:hover {color: #df170c;}


.search-form {position: absolute; top: 40px; right: 0px; background: #f5f5f5; border-bottom: 1px solid #e4e4e4;}
.search-form input[type="text"] {float: left; padding: 9px 17px; font-size: 14px; height: 21px; width: 228px; border: none; background: none;}
.search-form input[type="submit"] {float: left; background: url(../images/search-ico.png) no-repeat center center; border: none; width: 39px; height: 39px;}


.main-menu {position: absolute; right: 0px; bottom: 34px;}
.main-menu li {float: left; padding-left: 21px;}
.main-menu a {display: inline-block; font-weight: bold; text-transform: uppercase; font-size: 16px;}
.main-menu a:hover, .main-menu .active a {color: #df170c;}

/*Center -------------------------------------------*/
.site-center {padding-bottom: 25px;}
.site-center .site-block {border-top: 2px solid #df170c; position: relative;}

.left-content {width: 670px; float: left; padding-top: 38px;}
.right-content {width: 300px; float: right; padding-top: 38px;}

.index-page .site-block {border-top: none;}
.index-page .left-content,
.index-page .right-content {padding-top: 0px;}


/*MWC*/
.mwc-long {margin-bottom: 27px;}
.mwc-long img {float: left; margin-right: 16px;}
.mwc-long .label {font-weight: 300; font-size: 35px; text-transform: uppercase; float: left; padding-left: 19px; border-left: 1px solid #e5e5e5; line-height: 26px;}


/*News tabs*/
.tabs-menu {border-bottom: 2px solid #df170c;}
.tabs-menu li {float: left; border-right: 1px solid #fff;}
.tabs-menu a {display: inline-block; background: #eeeeee; line-height: 38px; padding-top: 2px; text-transform: uppercase; color: #000; font-size: 13px; padding: 0 17px;}
.tabs-menu .active a, .tabs-menu a:hover {background: #df170c; color: #fff;}

.tab-content {background: #2f2f2f; margin-bottom: 30px;}
.tab-lefter {width: 670px; float: left; position: relative;}
.tab-righter {width: 330px; float: right; padding-top: 13px;}

.tab-lefter .cover {position: absolute; left: 0px; bottom: 0px;}

.tab-lefter h1 {color: #fff; margin: 0; font-size: 36px;}
.tab-lefter h1 a {color: #fff;}
.tab-lefter h1 a:hover {text-decoration: underline;}
.tab-lefter .comments {display: inline-block; color: #fff; font-size: 12px; background: url(../images/comment-bigger.png) no-repeat left top; width: 28px; text-align: center; line-height: 19px; padding-bottom: 5px; font-weight: normal; margin-left: 10px; vertical-align: middle;}
.tab-lefter .comments:hover {text-decoration: none;}
.tab-lefter .text {font-size: 13px; line-height: 20px;}
.tab-lefter .text img {margin-left: 8px;}
.tab-lefter .text a {color: #fff;}
.tab-lefter .text a:hover {text-decoration: underline;}
.tab-lefter .news-title {position: absolute; padding: 24px 40px; padding-right: 140px; left: 0px; bottom: 0px; right: 0px; z-index: 20;}

.tab-righter li {margin-top: -1px; position: relative; z-index: 5;}
.tab-righter a {display: block; padding: 0 30px; position: relative; color: #adadad; font-size: 14px; letter-spacing: -0.3px;}
.tab-righter .inner {display: block; border-bottom: 1px solid #565656; padding: 18px 0; line-height: 19px;}
.tab-righter .nip {background: url(../images/red-nip.png) no-repeat left top; width: 20px; height: 56px; left: -20px; top: 50%; display: none; position: absolute; margin-top: -28px;}
.tab-righter .active {z-index: 10;}
.tab-righter .active .nip {display: block;}
.tab-righter .active .inner, .tab-righter a:hover .inner {border: none; padding-bottom: 19px;}
.tab-righter .active a, .tab-righter a:hover {background: #df170c; color: #fff;}


/*News list*/
.news-list {}
.news-list .news-item {float: left; width: 320px; float: left; margin-right: 30px; margin-bottom: 31px;}
.news-list .news-item:nth-child(2n) {margin-right: 0;}
.news-item .desc {padding-top: 11px;}
.news-item .text {text-transform: uppercase; font-size: 14px;}
.news-item .text-small {font-weight: bold; margin-bottom: 0px; margin-top: 3px;}
.news-item .text-small a {color: #df170c;}
.news-item .comment {display: inline-block; background: url(../images/comment-ico.png) no-repeat left top; width: 17px; height: 13px; line-height: 13px; font-size: 10px; color: #fff; padding-bottom: 3px; text-align: center; margin-left: 8px; vertical-align: text-top;}
.load-more {text-align: center; margin-top: 9px; margin-bottom: 20px; font-size: 14px; color: #999; padding-left: 23px; }
.load-more span {display: inline-block; padding-left: 43px; line-height: 26px; background: url(../images/loader.png) no-repeat left center;}

/*Article page -------------------*/

.page-path {line-height: 10px; margin-top: -2px;} 
.page-path a, 
.page-path span {text-transform: uppercase; font-size: 9px; color: #df170c;}
.page-path a:last-child,
.page-path span:last-child{background: none; padding-right: 0; margin-right: 0; color: #000;}

h1.page-title {font-weight: normal; margin: 21px 0 13px 0; font-size: 32px; line-height: 41px;}

.article-info {padding-top: 10px; padding-bottom: 26px;}
.article-info span,
.article-info a {display: inline-block; float: left; padding-left: 18px; margin-right: 23px; color: #999; font-size: 12px; line-height: 20px;}
.article-info a:hover {color: #df170c;}
.article-author {background: url(../images/person-ico.png) no-repeat left center;}
.article-link {background: url(../images/link-ico.png) no-repeat left center;}
.article-date {background: url(../images/time-ico.png) no-repeat left center;}
.article-comments {background: url(../images/comment-ico-2.png) no-repeat left center;}

.simple-content {font-size: 14px;}
.simple-content p:first-child {margin-top: 0px;}
.simple-content p {line-height: 20px; margin: 21px 0; letter-spacing: -0.2px; margin-top: 18px;}
.simple-content img {margin-bottom: 3px;}
.simple-content .banner-right {float: right; margin-left: 25px; margin-bottom: 25px;}
.simple-content h2 {font-weight: normal; margin: 18px 0; font-size: 24px;}
.simple-content h3 {font-weight: normal; margin: 18px 0; font-size: 20px; color: #df170c; line-height: 33px; margin-bottom: 24px;}
.simple-content q {float: left; margin: 0; margin-right: 22px; padding-right: 44px; background: url(../images/qq.png) no-repeat right 24px; font-size: 24px; font-weight: 600; font-style: italic; line-height: 30px; padding-top: 15px; padding-bottom: 20px;}
ul.styled-list {list-style: none; padding:0; margin:0; margin-left: 48px;}
ul.styled-list  li:before {content: "•"; color: #df170c; font-size: 30px; padding-right: 14px; line-height: 6px; padding-top: 7px; float: left;}
ul.styled-list  li {color: #000; margin-bottom: 6px;}
ol.styled-list  {margin-left: 33px;}
ol.styled-list  li {margin-bottom: 6px;}
ul.styled-list,
ol.styled-list  {margin-top: 14px; margin-bottom: 20px;}
.simple-content a {color: #df170c;}
.simple-content a:hover {text-decoration: underline;}
.simple-content .button {background: #e5453d; color: #fff; display: inline-block; width: 140px; text-align: center; line-height: 40px; font-size: 15px;}
.simple-content .button:hover {background: #df170c; text-decoration: none;}

table.styled-table  {border: 1px solid #e5e5e5; width: 100%;}
.styled-table th,
.styled-table .table-header,
.styled-table td {border-bottom: 1px solid #e5e5e5; padding: 13px 15px;}
.styled-table th,
.styled-table .table-header {text-transform: uppercase; color: #df170c; font-size: 12px; background: #f5f5f5; font-weight: normal; text-align: left;}
.styled-table td {font-size: 13px; line-height: 18px; padding: 15px 15px; padding-top: 16px;}




.rating-block {padding: 17px 20px; background: #f5f5f5;}
.rating-block .label {float: right; font-size: 18px; text-transform: uppercase; font-weight: 300; padding-top: 1px; padding-right: 21px; }
.rating-block .rating-stars {float: right; width: 169px !important; margin-top: -3px;}
.rating-block .rating-stars img {margin-right: 1px;}

.adv-disadv-block {padding: 0 20px; margin: 23px 0; margin-bottom: 16px;}
.adv-disadv-block .col {width: 306px;}
.adv-disadv-block h4 {font-size: 14px; text-transform: uppercase; font-weight: bold; margin-top: 0px; margin-bottom: 22px;}
.adv-disadv-block ul {margin: 0; padding: 0; list-style: none;}
.adv-disadv-block li {padding-left: 29px; font-size: 14px; line-height: 20px; margin-bottom: 5px;}
.advantages-list li {background: url(../images/adv-ico.png) no-repeat left top;}
.disadvantages-list li {background: url(../images/disadv-ico.png) no-repeat left top;}

.specification-block {padding: 22px 18px; background: #f5f5f5; padding-bottom: 32px; margin-bottom: 41px;}
.specification-block h4 {font-size: 14px; text-transform: uppercase; font-weight: bold; margin-top: 0px; margin-bottom: 17px;}
.spec-table {width: 100%;}
.spec-table td {font-size: 14px; padding: 5px 0; vertical-align: top; line-height: 20px;}
.spec-table td:first-child {color: #777; width: 108px;}

.tags-block {margin: 20px 0; margin-bottom: 10px;}
.tags-block .label {line-height: 21px; float: left; margin-right: 15px; font-size: 14px; margin-bottom: 10px;}
.tags-block .tag {display: inline-block; line-height: 21px; margin-right: 5px; padding: 0 12px; background: #999; color: #fff; margin-right: 11px; margin-bottom: 10px;}
.tags-block .tag:hover {text-decoration: underline;}

.social-sharing-block {margin: 20px 0; margin-bottom: 29px;}
.social-sharing-block .label {float: left; margin-right: 21px; font-size: 14px;}

.related-articles-block {margin: 30px 0; margin-bottom: 0px;}
.related-articles-block .col {width: 280px;}


/*Comments*/
.comments-top h3 {position: relative; font-size: 20px; line-height: 22px; color: #df170c; font-weight: normal; margin: 0; padding-bottom: 28px;}
.comments-top .info {color: #999; display: inline-block; position: absolute; right: 6px; top: 3px; font-size: 12px;}

.comment-form {padding: 18px 19px; border: 1px solid #e5e5e5; border-top: 2px solid #df170c; margin-bottom: 30px;}
.comment-form textarea {padding: 12px 10px; background: #f5f5f5; border: none; border-bottom: 1px solid #e4e4e4; width: 607px; height: 35px; resize: none;}
.comment-form .form-controls {padding-top: 15px; padding-right: 6px; padding-bottom: 3px;}
.form-controls .link {float: right; font-size: 13px; color: #df170c;}
.form-controls .social-login {float: right; border-right: 1px solid #eeeeee; margin-right: 17px; padding-right: 12px;}
.social-login .label {float: left; line-height: 17px; padding-right: 18px; text-transform: uppercase; color: #999; font-size: 11px; padding-top: 1px;}
.social-login a {margin-right: 7px; float: left;}


.comment-item {padding-top: 20px; position: relative; margin-bottom: 30px; background: #eeeeee; padding-bottom: 1px;}
.comment-content {padding: 0 20px; margin-bottom: 16px;}
.replay-comment, .report-comment {display: inline-block; position: absolute; top: 20px; width: 23px; height: 23px; display: none;}

.replay-comment {background: url(../images/replay-ico.png) no-repeat center center; right: 54px;}
.report-comment {background: url(../images/report-ico.png) no-repeat center center; right: 20px;}
.comment-item:hover > .comment-content .replay-comment, 
.comment-item:hover > .comment-content .report-comment {display: inline-block;}

.comment-item .name {font-size: 13px;}
.comment-item .date {font-size: 11px; color: #999; padding-left: 8px;}
.comment-item .title {padding-bottom: 13px;}
.comment-item .text {margin: 0; font-size: 13px; line-height: 18px; margin-bottom: 18px;}

.comment-item .comment-item {margin-top: 17px; margin-bottom: 25px; margin-left: 20px; margin-right: 20px;}
.comment-item .comment-item:last-child {margin-bottom: 24px;}

.comment-item.light {background: #f5f5f5;}
.comment-item.light > .nip {background: url(../images/nip-right-1.png) no-repeat left top; left: auto; right: 39px;}

.comment-item.white {background: #fff;}
.comment-item.white > .nip {background: url(../images/nip-left-2.png) no-repeat left top;}

.comment-item.no-margin,
.comment-item .comment-item.no-margin:last-child {margin: 0; margin-bottom: -1px;}

.comment-item.no-margin > .nip {display: none;}

.vote-up, .vote-down { padding-left: 24px; color: #999;}
.vote-up {background: url(../images/vote-up.png) no-repeat left center; margin-right: 19px;}
.vote-down {background: url(../images/vote-down.png) no-repeat left center;}
.comment-item .nip {display: inline-block; position: absolute; background: url(../images/nip-left-1.png) no-repeat left top; width: 17px; height: 20px; left: 39px; bottom: -20px;}

/*Simple form*/
.simple-form, .poll-form {background: #fafafa; padding: 40px; border-bottom: 2px solid #df170c; margin-bottom: 25px;}
.simple-form {margin-top: 27px; padding-bottom: 50px; margin-bottom: 38px;}
.simple-form .form-row {margin-bottom: 8px;}
.simple-form label {width: 170px; float: left; text-align: right; padding-top: 12px; margin-right: 27px; font-size: 14px;}
.simple-form input[type="text"],
.simple-form input[type="password"] {border: 1px solid #eeeeee; border-bottom: 1px solid #ddd; background: #eee; font-size: 14px; height: 20px; padding: 10px 12px; width: 274px;}
.simple-form input[type="text"] {}
.simple-form input[type="password"] {}
.simple-form .form-controls {margin-left: 197px; width: 300px; padding-top: 12px;}
.simple-form .explainer {font-size: 11px; color: #999; letter-spacing: -0.2px; line-height: 15px; margin-top: 18px; margin-bottom: 23px;}
.simple-form input[type="submit"] {border: none; width: 300px; height: 40px; color: #fff; background: #e4443c; font-size: 15px; text-align: center;}
.simple-form input[type="submit"]:hover {background: #df170c;}
.simple-form .custom-checkbox {width: auto; float: none; padding-right: 0; margin-right: 0px; padding-top: 0px; display: block; margin-bottom: 15px; text-align: left; font-size: 13px; padding-left: 39px; padding-top: 2px; line-height: 17px;}

.error { background: url(../images/error-ico.png) no-repeat 520px center;}
.error label {color: #df170c}
.error input[type="password"],
.error input[type="text"] {background: #fbe6e4; border-bottom-color: #e9d6d4}



/*Polls */
.poll-form {padding: 28px 31px; border-bottom: none; border-top: 2px solid #df170c;}
.poll-question {font-weight: bold; margin-bottom: 21px;}
.poll-form .custom-radio {display: block; margin-bottom: 5px; margin-left: 37px;}
.poll-form .form-controls {text-align: center; padding-top: 19px;}
.poll-form input[type="submit"] {border: none; width: 140px; height: 40px; font-size: 15px; color: #fff; background: #e4443c;}
.poll-form input[type="submit"]:hover {background: #df170c;}

.poll-results {padding: 30px; padding-bottom: 45px;}
.poll-result {margin-bottom: 6px;}
.poll-result .answer {float: left; width: 162px; padding-right: 12px; font-size: 14px;}
.poll-result .progress {float: left; width: 380px; height: 3px; margin-top: 9px; line-height: 3px; font-size: 3px; background: url(../images/col-grad.png) repeat-x left top; margin-right: 9px; position: relative;}
.poll-result .inner {line-height: 3px; font-size: 3px; height: 3px; position: absolute; left: 0px; top: 0px; background: #df170c;}
.poll-result .percents {float: left; width: 47px; text-align: right; font-size: 14px;}


/*Carousele*/
.carousele-wrap {border: 1px solid #e5e5e5; padding-bottom: 35px; position: relative; margin-bottom: 40px; margin-top: 26px;}
.gallery-title {padding: 22px 19px; padding-bottom: 18px; position: relative; font-size: 14px; font-weight: bold; padding-right: 180px;}
.photos-count {position: absolute; right: 22px; top: 23px; font-size: 12px; text-align: right; width: 140px; text-align: right; font-weight: normal; color: #999;}
.simple-carousele {width: 584px; margin: 0 43px; }
.simple-carousele img {border: 1px solid #bbbbbb; margin: 0;}
.simple-carousele .active img {border-color: #df170c;}
.carousele-item {width: 94px; margin-right: 4px;}

.carousele-prev, 
.carousele-next {position: absolute; display: inline-block; width: 20px; height: 94px; background: url(../images/small-c-controls.png) no-repeat left top; cursor: pointer; bottom: 35px;}
.carousele-prev {left: -1px;}
.carousele-next {right: -1px; background-position: right top;}


/*Gallery*/
.gallery-wrap {background: #333333; padding: 20px; position: relative; padding-bottom: 28px; margin-bottom: 58px; padding-top: 22px;}
.gallery-wrap .gallery-title {font-size: 32px; color: #fff; padding: 0px 23px; padding-bottom: 25px; padding-right: 160px; font-weight: normal;}
.gallery-wrap .back-link {display: inline-block; position: absolute; padding-left: 24px; background: url(../images/arrow-left.png) no-repeat left center; font-size: 14px; color: #fff; right: 36px; top: 35px; line-height: 20px;}

.big-img-wrap {position: relative; margin-bottom: 23px;}
.big-img-wrap .fullscreen-ico {display: inline-block; position: absolute; right: 0px; top: 0px; color: #e5e0d9; font-size: 10px; background: #65625a url(../images/fullscreen-ico.png) no-repeat 14px 8px; line-height: 30px; padding-left: 39px; padding-right: 12px; text-transform: uppercase;}
.big-prev, .big-next {display: inline-block; position: absolute; width: 32px; height: 50px; margin-top: -25px; top: 50%; cursor: pointer;}
.big-prev {background: url(../images/gallery-prev.png) no-repeat left top; left: 18px;}
.big-next {background: url(../images/gallery-next.png) no-repeat left top; right: 18px;}
.gallery-wrap .carousele-item {margin-right: 9px;}
.gallery-wrap .simple-carousele {margin: 0 23px;}
.gallery-wrap .carousele-prev, 
.gallery-wrap .carousele-next {bottom: 28px;}
.gallery-wrap .carousele-prev {left: 0px;}
.gallery-wrap .carousele-next {right: 0px;}



/*Sideblocks --------------------*/
.side-block {border: 1px solid #e5e5e5; margin-bottom: 29px; border-bottom-width: 2px;}
.side-block h3 {margin: 0; color: #df170c; font-size: 20px; font-weight: 300; line-height: 24px; padding-bottom: 17px;}

.side-block-banner {border: none;}

.multiple-baners {background: #eeeeee url(../images/banner-pointer.png) no-repeat right bottom; padding: 20px;}
.multiple-baners .fl {width: 125px;}
.multiple-baners .fr {width: 125px; padding-bottom: 130px;}



.side-block-news,
.side-block-comments {padding: 19px;}

.side-news-item,
.side-comments-item {padding-bottom: 11px; margin-bottom: 12px; border-bottom: 1px solid #eee;}

.side-news-item:last-child,
.side-comments-item:last-child {border-bottom: none; margin-bottom: 0; padding-bottom: 0;} 

.side-news-item p,
.side-comments-item p {margin: 0; line-height: 16px; font-size: 13px;}

.side-block .date,
.side-block .comments-count {color: #999; font-size: 11px; padding-bottom: 4px;}

.more-link {padding-top: 8px; padding-bottom: 2px;}
.more-link a {display: inline-block; text-transform: uppercase; padding-left: 20px; background: url(../images/more-ico.png) no-repeat left 2px;}
.more-link a:hover {color: #df170c;}


.side-block-mwc {border: none; padding: 20px 21px; background: #eeeeee; padding-bottom: 18px;}
.side-block-mwc .inner {background: url(../images/white-dot.png) repeat-y 119px top;}
.side-block-mwc .lefter {float: left; width: 112px; padding-top: 4px;}
.side-block-mwc .righter {float: right; width: 125px; text-align: center;}

.side-block-mwc .big {display: block; font-size: 28px; font-weight: 300; color: #df170c; padding-bottom: 0px; padding-top: 4px; line-height: 30px;}
.side-block-mwc .small {display: block; font-size: 15px; font-weight: 300;}

/*Page bottom ----------------------------------------*/
.site-footer {background: #eee;}
.site-footer .site-block {padding-top: 36px;}

.site-footer .left-content {padding-top: 0px;}
.site-footer .right-content {padding-top: 4px;}


.site-footer h5 {text-transform: uppercase; font-weight: 300; margin: 0; color: #df170c; font-size: 14px; margin-bottom: 31px;}

.site-footer .col {width: 125px; float: left; padding-right: 15px; min-height: 304px;}
.site-footer .col:last-child {padding-right: 0px; width: 110px;}
.site-footer .col li {margin-bottom: 8px;}


.side-block-fb {padding: 15px 11px; padding-bottom: 20px; background: #fff; margin-bottom: 18px;}

.copyrights {margin: 0; padding: 35px 0; border-top: 1px solid #e2e2e2; color: #999;}


/*Subscribe form*/
.side-block-subscribe {margin-bottom: 0px; padding: 19px; background: #fff url(../images/subscribe.png) no-repeat right top; padding-bottom: 27px;}
.subscribe-form h5 {margin-bottom: 16px;}
.subscribe-form input[type="text"] {float: left; padding: 11px 12px; font-size: 14px; height: 17px; width: 196px; border: none; background: #f5f5f5; border-bottom: 1px solid #e4e4e4;}
.subscribe-form input[type="submit"] {height: 40px; width: 40px; border: none; background: #f5f5f5 url(../images/arrow-right.png) no-repeat 22px center; border-bottom: 1px solid #e4e4e4;}

