/*
 * Date created: 2025-10-02 09:21:06
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

/* SYSTEM ****************************************************************************************************/

@media (min-width:1366px){
    .container{
        width:1336px
    }
}

table#sign{
    width:100%;
    background:none !important;
}

table#sign td{
    background:none !important;
    color:#848484 !important;
    font-size:0em !important;
}

table#sign A, table#sign A:hover, table#sign A:visited {
    color:#848484;
    text-decoration:underline;
    font-size:0em !important;
    display:none !important;
}

#stat {
    display:none;
}

#sp {
    display:none;
}

.AlertWindow, #status_message {
    position:fixed;
    top:50%;
    left:50%;
    padding:20px;
    font-size:14px;
    visibility:hidden;
width: 200px;
margin-left: -100px;
    /*border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:100000;
}

/* Discussion */

div.AlertWindow {
    overflow: hidden;
    cursor: move;
}

div.AlertWindow .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 3px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    height: 0px;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 0px;
}

.status_error, .error {
    background:#ffef8f;
    color: #F00000;
}

.status_normal {
    background:#b0efff;
}

.status_notice {
    background:/*#ffef8f*/#f44336;
    color: #ffffff;
}

.local_status_error {
    color:#800000;
}

.local_status_notice {
    color:#008000;
}

.local_status_normal {
    color:#008000;
}

/* SYSTEM Text editor styles */

div.amiroTEdDivEditor{
    display: block;
}

div.amiroTEdDivPreview{
    border: 1px solid black;
    display: none;
    overflow: auto;
}

img.amiroTEdCtrl{
    border: 0px;
    cursor: pointer;
}

select.amiroTEdCtrl, input.amiroTEdCtrlButton{
    font: normal 0.9em Arial;
    text-decoration: none;
    color: #000000;
    margin-bottom: 4px;
    width: auto;
}

img.amiroTEdSep{
    border: 0px;
}

img.amiroTEdSmile{
    border: 0px;
    cursor: pointer;
}

div.amiroTEdDivResize{
    height: 4px;
    margin-top: 1px;
    background-color: #d4d0c8;
    border-bottom: 1px solid #808080;
    margin-bottom: 1px;
    cursor: s-resize;
}

span.amiroTEdMore{
    cursor: pointer;
    height: 25px;
    font: bold 1.3em arial;
    text-decoration: underline;
    color: #000000;
}

blockquote.edQuote {
    border-left: 2px solid #999999;
    margin: 0px;
    padding: 10px;
    margin-left: 15px;
    background: #f9f9f9;
}

PRE.edCode{
    margin:5px 0px 5px 16px;
    width: 500px;
    overflow: auto;
    border: 1px dotted gray;
    padding: 5px;
}

/* SYSTEM Text editor styles */

textarea.inp-h{
    display: none;
}

/* Suggestions control */

div.suggestionDiv{
    position: absolute;
    padding-top: 2px;
    border: 1px solid #848484;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 100;
}

div.suggestionRow, div.suggestionRowselected{
    padding: 1px 3px 0px 3px;
    cursor: default;
    white-space: nowrap;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
}

div.suggestionRow a, div.suggestionRowselected a{
    padding-left: 6px;
    font-size: 11px !important;
}

div.suggestionRowselected{
    background: #5fabfe;
    color: #fff;
}

div.suggestionRowselected a{
    color: #fff !important;
}

div.suggestionRowExact{
    font-weight: bold;
}

div.suggestionRowAllResults{
    margin: 6px 0px 0px 0px;
}

div.suggestionResult, div.suggestionResultFirst{
    margin: 8px 3px 3px 3px;
    padding-top: 6px;
    border-top: 1px solid #848484;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}

div.suggestionResultFirst{
    margin-top: 0px;
    padding-top: 1px;
    border-top: 0px;
}

div.suggestionRow a.suggestionAllResults, div.suggestionRowselected a.suggestionAllResults{
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
}

div.suggestionMinWidth{
    line-height: 0px;
    height: 0px;
}

/* MediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.png);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.png);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

/* Multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.png);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.png);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* ToolTip */

div.AMIToolTip{
    position: absolute;
    padding: 2px;
    border: 1px solid #000;
    background: #fff798;
}

/* Imagetape gadget */

.image_item_nopopup {
    border: 1px solid #ffffff;
    float:left;
    margin:2px;
    padding: 3px;
    cursor:pointer;
}

.image_item_nopopup_selected {
    border: 1px solid #cccccc;
    float:left;
    margin:2px;
    padding: 3px;
    cursor:pointer;
}

.imagetape_fullinfo {
    background: #FBFBFB;
    border-radius: 5px;
    color: #48526D;
}

.imagetape_fullinfo_select {
    background: #B9272A;
    border-radius: 5px;
    color: white;
}

.imagetape_fullinfo, .imagetape_fullinfo_select {
    margin-left: 5px;
    margin-right: 0px;
    font-weight: bold;
    border: none;
    padding: 4px 9px;
    cursor: pointer;
    position: relative;
}

.header_fullinfo {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.description_fullinfo {
    padding-right: 10px;
    padding-bottom: 10px;
}

.left_imagetape_fullinfo {
    float: left;
}

.right_imagetape_fullinfo {
    float: right;
}

.bottom_imagetape_fullinfo {
    width: 100%;
    float: right;
    text-align: right;
}

.block_imagetape_fullinfo {
    background: #FFFFFF;
    float: left;
}

.imagetapeControl {
    cursor: pointer;
}

.imagetapeControl.left {
    float:left;
}

.imagetapeControl.right {
    float:left;
}

.imagetapeControl.up {
    background:url('_img/imagetape-up.png') 50% 50% no-repeat transparent;
    clear:both;
    height: 30px;
}

.imagetapeControl.down {
    background:url('_img/imagetape-down.png') 50% 50% no-repeat transparent;
    clear:both;
    height: 30px;
}

.imagetapeControl.disabled {
    cursor: default !important;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 50%;
}

div.AlertWindow {
    overflow: hidden;
    cursor: move;
}

div.AlertWindow .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 3px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    height: 0px;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 0px;
}

/* My messages */

#my_messages {
    top: -2px;
    position: relative;
    background: url(_img/messages_front.png) no-repeat;
    width: 29px;
    height: 18px;
    text-align: center;
    display: inline-block;

    font-size: 10px;
    margin-left: 5px;
    padding-top: 2px;

}

#my_messages a {
    text-decoration: none;
    font-size: 10px;
    color: #000;
    position: relative;
    top: -1px;
}

/* Ami Popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
    height: auto !important;
}

div.amiPopup .popupClose{
	display: block;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteAll.png") 10px 10px no-repeat;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	padding: 18px;
	border-radius: 40px;
    opacity:1;
}
div.amiPopup .popupClose:hover,
div.amiPopup .popupClose:focus{
    background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 10px 10px no-repeat;
    background-color: #fff;
    opacity:1;
}

div.amiPopup .popupHeader{
    cursor:pointer;
    position: relative;
    display: block;
    height: 0;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}

/* 6.0 styles (Status Block) */
.status-block {
    display:block;
    background: #F0F0F0;
    border-radius:10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    margin:5px 0px 5px 2px;
    font-weight: normal;
    position:relative;
}

.status-icon{
    position:absolute;
    top:0px;
    left:3px;
    width:32px;
    height:32px;
}

.status-msgs{
    padding:15px;
}

.block-container {
    padding:10px 10px 10px 30px;
}

.status-red{
    color: #bc4702;
}

.status-black{
    color: #333;
}

.status-none{
    color: #004080;
}

/* User Rating extension */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}

.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {
    color: red;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_null {
    color: #ccc;
}

.amiUserRatingControls .amiUserRatingDec {
    background: url(_img/rating/hands.png) no-repeat -18px 1px;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingDec:hover {
    opacity: 1;
}

.amiUserRatingControls .amiUserRatingInc {
    background: url(_img/rating/hands.png) no-repeat 0 0;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingInc:hover {
    opacity: 1;
}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {
    color: #ccc;
    padding: 0 3px;
}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    /*background: url(_img/rating/stars/user_stars.gif) no-repeat;
    height: 13px;
    width: 75px;
    */
width: 59px;
    background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
    /*background: url(_img/rating/stars/starsgreen5.gif) no-repeat;
    height: 13px;
    */
background: url(_img/rating/stars/users_stars_green.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
    margin-top: -3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 15px;
    width: auto;
    color: #000000;
    background: #efeaea;
    /* Old browsers */
	background: -moz-linear-gradient(top, #efeaea 0%, #eaeaea 50%, #cecece 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* IE10+ */
	background: linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
	opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {
    opacity: 1;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
    display: none;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 12px !important;
}



/* END SYSTEM */

.rating{
	color:#323232;
	font-family:Tahoma;
}
.rating__submit{
	height:25px;
	margin-top:10px;
	padding:0;
	width:75px;
	border:1px solid #3e8702;
	border-radius:3px;
	background:#72b51b;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 2px #f0f0f0 inset;
	cursor:pointer;
}
.rating__select{
	width:157px;
	margin-top:20px;
}
.rating__caption{
	font-size:14px;
}
.rating__form{
	overflow:hidden;
	max-height:200px;
}
.rating__control{
	display:table;
	direction:rtl;
	unicode-bidi:bidi-override;
	white-space:nowrap;
}
.rating__mark{
	display:inline-block;
	width:15px;
	height:13px;
	background:transparent url("_img/star_color_grey.png") no-repeat;
}
.rating__mark:hover{
	background:transparent url("_img/star_color_red.png") no-repeat;
}
.rating__mark:hover~.rating__mark{
	background:transparent url("_img/star_color_red.png") no-repeat;
}
.rating__bar{
	height:13px;
	background:url("_img/star_color_grey.png") repeat-x;
}
.rating__indicator{
	height:13px;
	background:url("_img/star_color_red.png") repeat-x;
}
.rating__control:hover+.rating__jsoff{
	display:block !important;
}
.rating_type_item-detailed{
	position:relative;
	margin-top:15px;
	background:#f7f4e9;
	border-radius:2px;
	padding:12px 17px 15px 20px;
	width:167px;
}
*+html .rating__control{
	display:inline;
}
* html .rating__control{
	display:inline;
}
*+html .rating__mark{
	display:inline;
}
* html .rating__mark{
	display:inline;
}
.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-up.png) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-down.png) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}
.sorter{
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
}
.sorter__link{
	font-size:12px;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	font-weight:700;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

/* Start hyper modules: news, articles, blog */

img[hspace] {
    padding: 10px;
}

.news_item-list__list, .news_item-small, 
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div, 
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div, 
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, 
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .news_item-small-row 
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    /*display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;*/
}

span.news_item-small__fdate, 
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    padding-top: 1px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
font-size: 14px;
}

span.news_item-row__ftime, 
span.articles_item-row__ftime, 
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
    font-size: 14px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 15px;
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header, 
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, 
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, 
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, 
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details, 
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header, 
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, 
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, 
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, 
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;   
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    /*display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;*/
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 12px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    /*font-size: 14px;*/
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, 
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news, 
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
}

.photoalbum_control-panel__comments-count {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    margin: 0;
    overflow: hidden;
}
.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}
.pager_item_details .pager__content {
    float: left;
}

.pager__content span, .pager__content a, .pager__content span:hover, .pager__content a:hover {
    padding: 2px 7px;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.articles_item-small a, .articles_item-small span, 
.news_item-small a, .news_item-small span, 
.blog_item-small a, .blog_item-small span, 
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}
/* End hyper modules: news, articles, blog */

/* Start Rating Stars Oneblock */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 12px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}

/* End Rating Stars Oneblock */

/* Start Rating Like */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    /*right: 0;*/
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: none;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
    min-width: 12px;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000; 
    background: none;
}

/* End Rating Like */

/* Start Rating Stars Oneblock */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 12px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}
.rating-stars__rate-on {
    color: #21C268;
}

/* End Rating Stars Oneblock */

/* Start Photoalbum 6.0 */

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide, 
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3; 
    position: absolute; 
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000; 
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
} 
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list, 
.amiphotoalbum .photoalbum_item-cat-list, 
.amiphotoalbum .photoalbum_browse-item-list__list, 
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 12px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 12px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 14px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share, 
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 16px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img, 
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {    
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block, 
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block, 
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link, 
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a, 
.photoalbum_item-list__cat-header h1 a, 
.photoalbum_item-list__cat-header h1, 
.photoalbum_item-list__cat-list h1, 
.photoalbum_item-detailed__path {
    color: #000 !important; 
    font-size: 19px; 
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel, 
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block, 
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items, 
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a, 
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff; 
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 14px;}
.amiphotoalbum .photoalbum_item-row, 
.amiphotoalbum .photoalbum_item-cat-row, 
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden; 
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header, 
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt, 
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt, 
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;     
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    /*height: 80px;*/
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {/*width: 50%;*/ cursor: pointer; }
.amiphotoalbum .photoalbum_item-row__browse {/*height: 80px; overflow: hidden; min-width: 100px;*/}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
    /*top: 18%;
    margin: 0 !important;*/
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block, 
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a, 
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover, 
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none; 
    border: none; 
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}

.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}

.photoalbum_item .discussion_extension__form .alt_header2,
.articles_item .discussion_extension__form .alt_header2,
.news_item .discussion_extension__form .alt_header2,
.blog_item .discussion_extension__form .alt_header2 {
    display: none;
}
.photoalbum_item .discussion_extension__list .alt_header2,
.articles_item .discussion_extension__list .alt_header2,
.news_item .discussion_extension__list .alt_header2,
.blog_item .discussion_extension__list .alt_header2 {
    text-align: center; 
    background: url("_mod_files/ce_images/template_images/line_new.jpg") repeat-x 0 37px; 
}
.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 14px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff; 
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;   
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 12px;   
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    /*height: 150px;*/
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {width: auto;}
.pager a {text-decoration: none !important;}

.blog_item-detailed__prev-next {text-align: center;}
.photoalbum_item-detailed__nav a {padding: 0 3px;}

/* End Photoalbum 6.0 */
/* Start added items to cart */

.eshop-item-detailed__price-wrapper,
.eshop-item-detailed__price-box {
    overflow: visible !important;
}

.eshop-item-small__added-items-prop {
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 240px;
    background: #fff;
    padding: 10px 20px;
    z-index: 20;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
}
.added-items-prop-list {
    text-align: left;
    height: auto;
    bottom: auto;
    right: auto;
    width: 205px;
}
.eshop-item-small__added-items-prop__title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    border: 0;
}

#cart_items tr {
    -webkit-transition:background 1s ease-in-out;
    -moz-transition:background 1s ease-in-out;
    -o-transition:background 1s ease-in-out;
    transition:background 1s ease-in-out;
}

.cart_items__tr-select {
    background: #D4FDDA;
}

.cart_items__tr {
    background: #fff;
}

.eshop-item-detailed__box .eshop-item-tooltip {
    margin: 0;
    right: 0;
}

.eshop-item-tooltip {
	position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #D4FDDA;
	color: #5c5c5c;
	padding: 1px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	text-align: center;
	font-size: 14px;
    z-index: 10000;
    bottom: 30px;
    margin-left: -45px;
    left: 50%;
    cursor: default;
}

.eshop-item-tooltip-area {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 14px;
    width: 90px;
}

.eshop-item-tooltip-title {
    display: block;
    padding: 0 10px;
    text-align: left;
}

.eshop-item-tooltip:hover .eshop-item-tooltip-area  {
    max-height: 100px;
    height: auto;
}

.eshop-item-detailed__prices .eshop-item-tooltip {
    left: auto;
}

.eshop-item-tooltip-prop #properties-items-popup {
    text-align: left;
    display: block;
    padding: 10px;
}

.eshop-item-tooltip-prop .eshop-item-tooltip__btn-cart {
    width: 90px;
}

.eshop-item-tooltip-prop:hover .eshop-item-tooltip-area {
    max-height: 200px;
    height: auto;
    width: 207px;
}

.eshop-item-tooltip-prop #properties-items-popup {
    overflow: hidden;
    width: 200px;
}

.eshop-item-tooltip__btn-cart,
.eshop-item-tooltip__btn-delete {
    cursor: pointer;
    display: block;
    border: 1px solid #DFDFDF;
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
    margin: 4px 8px 2px 8px;
    border-radius: 3px;
}

.eshop-item-tooltip__btn-cart:hover,
.eshop-item-tooltip__btn-delete:hover {
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
}

.eshop-item-tooltip:before {
    content: '';
    border-top: 6px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35px;
    bottom: -7px;
}
.eshop-item-tooltip:after {
    content: '';
    border-top: 5px solid #CFC;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 37px;
    bottom: -5px;
}
/* End added items to cart */

.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */

/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

.dilers div[class*='col-'] {
    margin-bottom: 40px !important;
    text-align: center;
}
.dilers div[class*='col-'] img {
    max-width: 400px;
    height:auto;
}

.no-img-border a {
    border: none !important;
}

.catalog-item2-1 a {
    border-bottom: none !important;
}

p.contacts-phones a {
    border-bottom: none !important;
}

#lay_body a {
	color: #414141 !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 1px;
}
#lay_body a:hover {
    border-bottom: 1px solid transparent;
}

.pole textarea {
    margin-bottom: 30px;
}

span.bold,
p.bold {
    font-family: 'helveticaneuecyrbold', sans-serif;
}

.item-name-offer {
    width:80%;
    display:inline-block;
}

@media only screen and (max-width:320px) {
    #b-cmall-cart .dropdown-menu {
    	width:290px !important;
        right:15px;
        top: 80px;
    }
}

.pole textarea, 
#custom_shipping_09 textarea,
#custom_shipping_00 textarea {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px !important;
}
.dostavka section {
    padding: 0 !important;
}
.pole label,
.of-zakaz label,
#custom_shipping_00 label {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 300;
}
div.pole {
    margin-bottom: 10px !important;
}
div.dostavka {
    margin-top: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 20px 10px 20px;
}
div.dostavka h4 {
    position:relative;
    display: inline-block;
    top:-12px;
    left: -10px;
    background: rgba(244,244,242,1);
    padding-left: 10px;
    padding-right: 10px;
}
.dostavka-comment {
    margin-left: 32px;
    font-size: 14px;
    color: rgba(0,0,0,0.5);
}

.filtr-serii {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}

/*.items-h3 a {
    color: #337ab7;
    border-bottom:1px solid #337ab7;
}
.items-h3 a:hover {
    border-bottom:1px solid transparent;
}*/
a.load-instr {
    color:#337ab7 !important;
    display:block;
    margin-bottom:10px;
    border-bottom: 0 !important;
}
/*a.load-instr:hover {
    border-bottom:1px solid transparent;
}*/

.only-order {
    color:#337ab7 !important;
}
/*i.busket {
    font-size:35px;
}
.info i.busket {
    color:#337ab7;
} */
.main-up-top .cart-small__title {
    background:rgba(244,244,242,1);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.minus-modal,
.plus-modal {
    display:inline-block;
}
section div.row>div.find-search {
    margin-bottom:30px !important;
}
.modal-header {
    border-radius:0 !important;
}
.modal-content {
    border:0 !important;
    background-clip: border-box !important;
}
.close-button-modal {
    position:absolute;
    right:16px;
    top:14px;
    font-size:40px;
}
.back-to-catalog a {
    color:#337ab7;
    border-bottom:1px solid #337ab7;
}
.back-to-catalog a:hover {
    border-bottom:1px solid transparent;
}
button.clear-busket {
    position:relative;
    top:20px;
    font-weight:500;
    color:rgba(0,0,0,0.6);
    border-bottom:1px dotted rgba(0,0,0,0.6);
}
button.clear-busket:hover {
    border-bottom:1px dotted transparent;
    color:#000000;
}
.busket-h1 h1 {
    margin-bottom:0;
}
#cart_items .cart_items_1 {
    margin-bottom:20px;
}
#cart_items {
    border-bottom:2px solid rgba(0,0,0,0.1);
    border-top:2px solid rgba(0,0,0,0.1);
    padding-top:20px;
    margin-top:10px;
}
.of-zakaz-remove {
    margin-top:20px;
}
.of-zakaz-remove a {
    color:rgba(0,0,0,0.4);
    font-size:14px;
    font-weight:400;
    border-bottom:1px dotted rgba(0,0,0,0.4);
}
.cart-qty__minus {
    position:relative;
    padding:8px 15px;
    margin-right:10px;
    background:rgba(0,0,0,0.05);
    font-size:20px;
    top:1px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor:pointer;
}
.cart-qty__minus:hover,
.cart-qty__plus:hover {
    background:rgba(0,0,0,0.1);
}
.cart-qty__plus {
    position:relative;
    padding:8px 15px;
    margin-left:10px;
    background:rgba(0,0,0,0.05);
    font-size:20px;
    top:1px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor:pointer;
}
.of-zakaz-group-kolvo {
    margin-top:20px;
}
.of-zakaz-kolvo {
    font-size:14px;
    color:rgba(0,0,0,0.5);
    font-weight:400;
}
.of-zakaz-name {
    font-weight:500;
    margin-top:10px;
}
.of-zakaz-name a {
    color:#337ab7;
    border-bottom:1px solid #337ab7;
}
.of-zakaz-name a:hover {
    border-bottom:1px solid transparent;
}
span.of-zakaz-num {
    float:right;
}
.personal-data {
    font-size:14px;
}
.personal-data a {
    border-bottom:1px solid #337ab7;
    color:#337ab7;
    font-size:14px;
}
.personal-data a:hover {
    border-bottom:1px solid transparent;
}
div.eshop-ordering__list {
    border-bottom:2px solid rgba(0,0,0,0.3);
}
div.of-zakaz-item {
    background:#ffffff;
    /*min-height:50px;
    line-height:50px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:10px;
    text-align:left !important;
}
div.of-zakaz-item-inside {
    text-align:left !important;
}
div.of-zakaz-h4 {
    background:rgba(0,0,0,0.1);
    height: 50px;
    line-height:50px;
    margin-bottom:10px;
    margin-left:0 !important;
    margin-right:0 !important;
}
div.of-zakaz-h4 div[class*='col-'] {
    padding-right:0 !important;
}
.of-zakaz-h4 h4 {
    float:left;
    line-height:50px;
}
.of-zakaz-a {
    float: right;
    height:50px;
    background:#337ab7;
    padding-left:25px;
    padding-right:25px;
    color: #ffffff;
}
.of-zakaz-a:hover {
    background:#e84700;
}
.of-zakaz-h4 a {
	font-family: 'helveticaneuecyrbold', 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    /*color: #337ab7;*/
    color:#ffffff;
    /*border-bottom: 1px solid #337ab7;*/
}
.of-zakaz-h4 a:hover {
    color:#ffffff;
}
.pole input, 
.of-zakaz input {
    margin-bottom:7px;
    font-size:15px;
    padding: 20px 15px !important;
    font-weight: 300;
}

div.hidden {
	display:none;
}

form.search-action {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
form.search-action > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
form.search-action .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
form.search-action .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
form.search-action i {
    color: #818896;
}


spec_mark{
	display:none;
}
spec_mark_{
	display:none;
}
.wrapper{
    overflow:hidden;
}
.b-cmall-body.container{
	margin-bottom:50px;
}
.row-no-gutter{
	margin-right:0;
	margin-left:0;
}
.row-no-gutter [class*="col-"] {
	padding-left:0;
    padding-right:0;
}
.row-eq-height {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

/* Cmall common */

a{
	color:#337ab7;
    text-decoration:none;
}
a:hover{
	color:#267ef7;
    text-decoration:none;
}
a:focus{
	outline:none;
    color:#267ef7;
    text-decoration:none;
}
/*h1, h2, h3, h4, h5, h6{
	font-family: 'Ubuntu',sans-serif;
	color: #252a2f;
}*/
h1{
	font-size:38px;
}
h2{
	font-size:32px;
}
h3{
	font-size:26px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}
.b-cmall-page-name{
	font-size:30px;
}
.b-cmall-page-name span{
	font-size:18px;
	color:#878a8c;
}
.b-cmall-page-name2{
	font-size:24px;
}
.b-cmall-page-name, 
.b-cmall-page-name2, 
.sub-heading{
	text-transform:uppercase;
}
.sub-heading{
	font-size:24px;
	padding:10px 0;
}

/*.b-cmall-header-top li, 
.b-cmall-header-top .btn-link, 
#b-cmall-main-menu.navbar, 
#b-cmall-cart .btn, 
.dropdown-menu, 
.b-cmall-product-head, 
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-desc h4, 
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-price, 
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-cart, 
.b-cmall-breadcrumb__list, 
.b-cmall-eshop-spec-leftside__title, 
.b-cmall-eshop-spec-leftside__item, 
.product-filter, 
.b-cmall-pager__list, 
.b-cmall-eshop-itemD-detail-pic__item-details, 
.tabs-panel .nav-tabs,
.b-cmall-sm-CmallMenuLeftSide__title,
.eshop-item-tooltip-area{
	font-family: 'Ubuntu',sans-serif
}*/

hr{
	border-color:#8c8f92;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-top-55,
.margin-top-60{
    clear:both;
}
.margin-bottom-5{
    margin-bottom:5px;
}
.margin-bottom-10{
    margin-bottom:10px;
}
.margin-bottom-15{
    margin-bottom:15px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-25{
    margin-bottom:25px;
}
.margin-bottom-30{
    margin-bottom:30px;
}
.margin-bottom-35{
    margin-bottom:35px;
}
.margin-bottom-40{
    margin-bottom:40px;
}
.margin-bottom-45{
    margin-bottom:45px;
}
.margin-bottom-50{
    margin-bottom:50px;
}
.margin-bottom-55{
    margin-bottom:55px;
}
.margin-bottom-60{
    margin-bottom:60px;
}
.margin-top-5{
    margin-top:5px;
}
.margin-top-10{
    margin-top:10px;
}
.margin-top-15{
    margin-top:15px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-top-25{
    margin-top:25px;
}
.margin-top-30{
    margin-top:30px;
}
.margin-top-35{
    margin-top:35px;
}
.margin-top-40{
    margin-top:40px;
}
.margin-top-45{
    margin-top:45px;
}
.margin-top-50{
    margin-top:50px;
}
.margin-top-55{
    margin-top:55px;
}
.margin-top-60{
    margin-top:60px;
}
.b-cmall-text-left{
	text-align:left !important;
}
.b-cmall-text-right{
	text-align:right !important;
}
.modal-header{
	background:#f7f7f7;
	border-bottom:none;
	padding:25px 30px;
	position:relative;
}
.modal-header .close{
	display:block;
	line-height:1;
	position:absolute;
	right:20px;
	top:22px;
	background:url("_img/cmall/200/icon__CmallCompareSpecDeleteAll.png") 10px 10px no-repeat;
	text-indent:-9999px;
	width:16px;
	height:16px;
	background-color:#fff;
	padding:18px;
	border-radius:40px;
	margin:0;
	opacity:1;
}
.modal-header .close:hover{
	background:url("_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 10px 10px no-repeat;
    background-color:#fff;
	opacity:1;
}
.modal-body{
	padding:30px;
}
.modal-content{
	border-radius:0;
}
.modal-footer{
	border:border-top: 1px solid #f1f1f1;;
    padding:30px;
    text-align:left;
}
.modal-footer .btn-u.btn-u-default{
	color:#fff;
	background:#724fa1;
	font-size:17px;
	border:none;
	padding:15px 60px;
	border-radius:30px;
	opacity:1;
}
.modal-footer .btn-u.btn-u-default:hover,
.modal-footer .btn-u.btn-u-default:focus,
.modal-footer .btn-u.btn-u-default:active{
	color:#fff;
	background:#724fa1;
	opacity:1;
}
.cmall-panel-green{
    border-color:#202020;
}
.cmall-panel-green > .panel-heading{
    background:#202020;
}
.cmall-panel-green .panel-title{
	color:#fff;
}

/* Cmall form & buttons */

.btn-black {
	background-color: #337ab7;
    border-radius: 0;
}
.btn-black:hover, 
.btn-black:focus{
	opacity:0.8;
}
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active, 
.btn-main {
	background-color: #337ab7;
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	background-color: #7c673c;
}
.btn-black, 
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active, 
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	color:#fff;
}
.btn-green{
	background-color: #2fb457;
    border-radius: 0;
    color:#fff;
}
.btn-green:hover, 
.btn-green:focus,
.btn-green:active,
.btn-green.active{
	background-color: #2fb457;
    border-radius: 0;
    color:#fff;
}
.btn.focus,
.btn:focus,
.btn:hover{
	color:#fff;
}

.b-cmall-form-control__number::-webkit-outer-spin-button,
.b-cmall-form-control__number::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance: textfield;
}
.close.b-cmall-modal__header-close-button{
	color:#828282;
	font-size:30px;
	font-weight:400;
	opacity:1;
	position:absolute;
	right:10px;
	top:3px;
}
.close.b-cmall-modal__header-close-button:hover,
.close.b-cmall-modal__header-close-button:focus{
    opacity:0.8;
}
/*.form-control{
	height:49px;
	padding:5px 16px;
    border-radius:25px !important;
    border:solid 1px #f1f1f1 !important;
}
select.form-control{
    height:49px;
    color:#323232;
    font-size:16px;
    font-weight:300;
    border:solid 1px #f1f1f1;
  	background:transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4.5%205c-.1%200-.3%200-.4-.1l-4-4C0%20.7%200%20.3.1.1c.1-.2.5-.2.7%200l3.6%203.6L8%20.1c.3-.1.7-.1.9%200%20.2.1.2.5%200%20.7l-4%204c-.1.2-.3.2-.4.2z%22%20fill%3D%22%23545454%22%2F%3E%3C%2Fsvg%3E') right 20px top 22px no-repeat;
    padding-right:40px;
}*/

/* CAUTION: IE hackery ahead */

/*select.form-control::-ms-expand {
  display: none;*/
  /* remove default arrow on ie10 and ie11 */
/*}*/

/* target Internet Explorer 9 to undo the custom arrow */

/*@media screen and (min-width:0\0) {
  select.form-control{
    background: none\9;
    padding: 5px\9;
  }
}*/
.b-cmall-pm-icon__certificate{
	display:inline-block;
    margin:0 5px 0 0;
}


/* Cmall header */

/*#lay_f1{
	background:#fdfdfd;
	margin-bottom:30px;
}*/
.b-cmall-header-top{
    background:none repeat scroll 0 0 #f2f2f2;
    left:0;
    position:relative;
    right:0;
    top:0;
    z-index:1;
}
	
/* Cmall header links */

.b-cmall-compare-header__title{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f0f0+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f0f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f0f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f0',GradientType=0 ); /* IE6-9 */
	border:none;
    line-height:1;
	text-align:center;
	padding:23px 14px 12px 12px;
    position:relative;
	margin:0;
	-webkit-box-shadow:1px 0 5px rgba(2, 4, 5, 0.2);
	-moz-box-shadow:1px 0 5px rgba(2, 4, 5, 0.2);
	box-shadow:1px 0 5px rgba(2, 4, 5, 0.2);
    outline:none;
}
.b-cmall-eshop_compare-special_menu_list__icon{
	background:url("_img/cmall/101/icon__CmallEshopCompareHeader.png") 0 0 no-repeat;
    height:31px;
    width:39px;
}
.b-cmall-eshop_compare-special_menu_list__icon-count{
    padding:1px 5px 3px;
    position:absolute;
    right:16px;
    top:-4px;
    line-height:1;
    background-color:#ffae12;
    color:#fff;
    font-size:12px;
    font-weight:400;
}
.b-cmall-header-links{
	display:table-cell;
	vertical-align:middle;
	width:100px;
	height:124px;
	text-align:center;
}
.b-cmall-members-small_menu_login__item-img{
	margin:0 auto;
}
.b-cmall-header-links:hover{
	background:#f7f7f7;
}
.b-cmall-header-links li{
    display:inline-block;
}
.b-cmall-header-links li .fa{
    margin-right:3px;
}
.b-cmall-header-links li, 
.b-cmall-header-links li a{
    color:#5e5e5e;
    font-size:13px;
}
.b-cmall-header-links li a{
    padding:10px 0 10px 15px;
    line-height:16px !important;
}
.nav-menu__item{
	padding:12px 15px 12px 0 !important;
    display:block;
}
.b-cmall-header-links li a:hover, 
.b-cmall-header-links li a:focus, 
.b-cmall-header-links li.active a{
    background:none;
    color:#000;
}
.nav-menu__item.nav-menu__item_state_active{
	color:#232323;
}
.fixed-desktop-menu .mobile-head-informer__show{
    background: none repeat scroll 0 0 #e74c3c;
    border: 1px solid #e74c3c;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: absolute;
    right: -12px;
    top: -6px;
}
.mobile-head-informer{
    display:none;
}
.mobile-head-informer__show{
	display:block;
    z-index:2;
}
.b-cmall-compare__item{
	margin:0;
    line-height:1;
    position:relative;
    outline:none;
}
.b-cmall-compare__item-img{
	margin:0 auto;
}
.b-cmall-compare__wrapper{
    display:table-cell;
    vertical-align:middle;
	width:100px;
    height:124px;
    cursor:pointer;
}
.b-cmall-compare__wrapper:hover{
	background:#f7f7f7;
}
.compare_small_body{
	min-width:100%;
	margin-top:24px;
	background:#fff;
    border:none;
	color:#202020;
	z-index: 9001;
	padding:0;
    left:auto !important;
    right:190px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
    width:615px;
    top:100px;
}
.b-cmall-compare-spec-tooltip__header{
    line-height:1;
    position:relative;
    background:#f7f7f7;
}
.b-cmall-compare-spec-tooltip__header-title{
	color:#202020;
	font-size:20px;
	line-height:1;
	padding:25px 0 25px 30px;
}
.b-cmall-compare-spec-tooltip__header-title-qty{
	font-weight:400;
}
.b-cmall-compare-spec-tooltip__delete{
	color:#c25555;
	font-size:30px;
	font-weight:400;
	line-height:1;
	opacity:1;
	position:absolute;
	right:10px;
	top:2px;
}
.b-cmall-compare-spec-tooltip__delete:hover,
.b-cmall-compare-spec-tooltip__delete:focus{
    opacity:0.8;
}
.compare__selected_items_row-list{
	position:relative;
}
.compare_small_list_tbl__row{
    overflow:hidden;
    position:relative;
    border-bottom:1px solid #f1f1f1;
    padding:27px 50px 30px 30px;
}
.compare_small_list_tbl__row:last-child{
    border-bottom:none;
}
.compare_small_list_tbl__row-link{
	font-size:17px;
    color:#202020;
    line-height:20px;
    margin:0 30px 0 0;
}
.b-cmall-compare-spec-tooltip__item-delete{
	cursor:pointer;
    display:block;
	line-height:1;
	position:absolute;
	right:25px;
	top:30px;
    background:url("/_img/cmall/200/icon__CmallCompareSpecDelete.png") 0 0 no-repeat;
    text-indent: -9999px;
    width:16px;
    height:16px;
}
.b-cmall-compare-spec-tooltip__item-delete:hover{
	background:url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 0 0 no-repeat;
}
.compare_small_clear_link{
    background:#ef4836;
    font-size:17px;
    border:none;
    border-radius:30px;
    color:#fff;
	display:block;
    padding:15px 60px;
}
.compare_small_clear_link:hover,
.compare_small_clear_link:focus{
    color:#fff;
    opacity:0.8;
}
.b-cmall-compare-spec-tooltip__header-title .compare_small_clear_link{
	display: block;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteAll.png") 10px 10px no-repeat;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	padding: 18px;
	border-radius: 40px;
}
.b-cmall-compare-spec-tooltip__header-title .compare_small_clear_link:hover{
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 10px 10px no-repeat;
    background-color: #fff;
    opacity:1;
}
.compare_small_link{
    color:#fff;
	display:block;
    background:#724fa1;
    font-size:17px;
    border:none;
    padding:15px 60px;
    border-radius:30px;
    opacity:1;
}
.b-cmall-order-services__link{
    color:#fff;
	display:inline-block;
    background:#724fa1;
    font-size:17px;
    border:none;
    padding:15px 60px;
    border-radius:30px;
    opacity:1;
}
.compare_small_link:hover,
.compare_small_link:focus,
.b-cmall-order-services__link:hover,
.b-cmall-order-services__link:focus{
    background:#724fa1;
    color:#fff;
    opacity:0.8;
}
.b-cmall-compare-spec-tooltip__footer{
    background:#fff;
    border-top:1px solid #f1f1f1;
    line-height:1;
    position:relative;
    padding:30px;
}
.b-cmall-compare-spec-tooltip__footer-clear{
	padding-right:5px;
}
.b-cmall-compare-spec-tooltip__footer-compare{
	padding-left:5px;
}

/* Cmall phone */

.b-cmall-pm-header-contacts{
	line-height:1;
}
.b-cmall-header-top__phone{
    color:#724fa1;
    display:inline-block;
    font-size:20px;
    font-weight:700;
    margin:25px 0 0;
    white-space:nowrap;
}
.b-cmall-stickers__CmallHeaderPhone-small_row__item-link,
.b-cmall-stickers__CmallHeaderPhone-small_row__item-link:hover,
.b-cmall-stickers__CmallHeaderPhone-small_row__item-link:focus,
.b-cmall-stickers__CmallHeaderPhone-small_row__item-link:active{
    color:#724fa1;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
}
.b-cmall-header-top__phone.b-cmall-header-top__phone-top{
	margin:0;
    font-weight:400;
}
.b-cmall-header-top__phone-top-link,
.b-cmall-header-top__phone-top-link:hover,
.b-cmall-header-top__phone-top-link:focus,
.b-cmall-header-top__phone-top-link:active{
	font-weight:400;
	color: #323232;
	font-size:20px;
	white-space:nowrap;
    text-decoration:none;
}
.b-cmall-header-top__order-callback{
	display:inline-block;
    margin:6px 0 0;
}
.b-cmall-header-top__order-callback-link,
.b-cmall-header-top__order-callback-link:hover,
.b-cmall-header-top__order-callback-link:focus{
    color:#4b4a4a;
    font-size:14px;
    text-decoration:none;
    border-bottom:dashed 1px #4b4a4a;
}
.b-cmall-pm-header-phone__wrapper{
	display:none;
}

/* Cmall main header & search */

.b-cmall-main-header{
	background:#ffffff;
}
.b-cmall-logo{
    padding:24px 0;
}
.b-cmall-logo__link,
.b-cmall-logo__link:hover{
	text-decoration:none;
    display:block;
    overflow:hidden;
    width:175px;
}
.b-cmall-logo__icon{
    font-size: 40px;
}
.b-cmall-logo__name{
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 10px;
    width: 120px;
}
/*#b-cmall-search{
    margin:30px 0 0 20px;
}
#b-cmall-search .input-group{
    display:inherit;
    position:relative;
}
#b-cmall-search .input-group .input-group-btn{
    display: inherit;
	position: absolute;
	width: 33px;
	z-index: 3;
	right: 14px;
	height: 36px;
	top: 7px;
}
#b-cmall-search .input-group .form-control{
    background:#fff;
    border:solid 1px #d6d6d6 !important;
    color:#828282;
    display:inherit;
    font-size:13px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    cursor:pointer;
}
#b-cmall-search .input-group .btn{
	background:#fff;
	border:none;
	height:36px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
    border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
    margin:0;
    padding:0;
    width:33px;
}*/
.b-cmall-EshopSearchFormHeader-field-search__input{
	padding:5px 16px;
    height:49px;
}
.b-cmall-Cmall__EshopSearchFormHeader-field_search__btn-icon{
	background:url("_img/cmall/200/icon__CmallEshopSearchFormHeader.png") 0 0 no-repeat;
    height:36px;
    width:33px;
}
.b-cmall-header-spec-eshop-filter{
	position:relative;
}
.b-cmall-EshopSpecialSearchWords-small-special-row__item{
    color:#828282;
    font-size:13px;
    position:absolute;
    right:70px;
    text-align:right;
    top:21px;
    z-index:5;
	display:none;
}
.b-cmall-pm-header-menu-search{
	display:none !important;
}

/* Cmall cart style */	

#b-cmall-cart .b-cmall-cart-spec-tooltip__wrapper{
	right:0;
    top:100px;
    font-family: 'Rubik', 'Roboto', sans-serif;
}
#b-cmall-cart #cart-small__text{
	display:none;
}
.cart-small__info_is_empty{
	display:none;
}
.cart-small__title{
    font-size:18px;
}

#b-cmall-cart .btn,
#b-cmall-cart .cart-small__title{ /*++++++++++++++*/
	border:none;
    line-height:1;
	text-align:center;
	padding:/*23px 14px 12px 12px*/0;
    position:relative;
	margin:0;
    outline:none;
}
#b-cmall-cart .btn span#eshop_cart_count,
#b-cmall-cart .cart-small__title span#eshop_cart_count{/*+++++++++++++++++*/
    color:#fff;
	background-color:#e84700;
    font-size:12px;
    font-weight:400;
}
#b-cmall-cart .btn i.fa-caret-down{
	color:#337ab7;
	margin-left:5px;
}
#b-cmall-cart .dropdown-menu{
	min-width:100%;
	background:#fff;
    border:none;
	color:#353a3e;
	z-index: 9001;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
    width:615px;
    right:15px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
}
#b-cmall-cart.open > .dropdown-menu{
	display:block;
}
#b-cmall-cart .dropdown-menu table {
	margin-bottom: 0;
}
#b-cmall-cart .dropdown-menu table, 
#b-cmall-cart .dropdown-menu table td{
	background:none;
	border:none;
}
#b-cmall-cart .dropdown-menu table.hcart td, 
.line-bottom{
	border-bottom:1px dashed #9e9e9e;
}
.line-top, 
.btn-block1{
	border-top:1px solid #54575b;
}
#b-cmall-cart .btn-block1{
	padding:20px 0 0;
}
#b-cmall-cart .btn-block1 a{
	padding:8px 12px;
	margin-left:10px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}
#b-cmall-cart .btn-block1 a:hover, #b-cmall-cart .btn-block1 a + a{
	background:#337ab7;
	color:#fff;
}
#b-cmall-cart .btn-block1 a, #b-cmall-cart .btn-block1 a + a:hover{
	background:#fff;
	color:#252a2f;
}
#b-cmall-cart .btn-block1 a + a:hover{
	background:#2869a0;
	color:#fff;
}
#b-cmall-cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#b-cmall-cart .dropdown-menu li p {
	margin: 10px 0 20px 0;
}
#b-cmall-cart .dropdown-menu table.total{
}
#b-cmall-cart .dropdown-menu table.total td{
	padding:2px 8px;
}
#b-cmall-cart .dropdown-menu table td a{	
	color:#d9b76f;
}
#b-cmall-cart .dropdown-menu table td a:hover{
	color:#fff;
}
#b-cmall-cart .b-cmall-eshop_cart-special_menu_list__icon{
	background:url("_img/cmall/101/icon__CmallEshopCartHeader.png") 0 0 no-repeat;
    height:31px;
    width:40px;
}
#b-cmall-cart .b-cmall-eshop_cart-special_menu_list__icon-img{
	margin:0 auto;
}
#b-cmall-cart .b-cmall-eshop_cart-special_menu_list__icon-count{/*+++++++++++++++++++++*/
    display:block;
    /*padding:1px 5px 3px;*/
    position:absolute;
    right:12px;
    top:-4px;
    line-height:1;
}
.b-cmall-pm-eshop-spec__col{
    width:25%;
}
.b-cmall-pm-eshop-spec__wrapper{
	display:table;
	width:100%;
	height:100%;
}
.i-cart{
	display:table-cell;
    vertical-align:middle;
	width:70px;
    height:55px;
    cursor:pointer;
}
/*.i-cart:hover{
	background:#f7f7f7;
}*/
.cart-small__cont-btn:hover,
.cart-small__cont-btn:focus{
	color:#333;
}
.b-cmall-cart-spec-tooltip__cart-empty{
	padding:10px;
}
.b-cmall-cart-spec-tooltip__header{/*+++++++++++++++++++++*/
    background:rgba(0,0,0,0.1);
    line-height:1;
    position:relative;
}
.b-cmall-cart-spec-tooltip__header-title{/*+++++++++++++++++++++*/
	/*color:#202020;*/
    font-family: 'Rubik', 'Roboto', sans-serif;
	font-size:20px;
	line-height:1;
	padding:25px 0 25px 30px;
}
.b-cmall-cart-spec-tooltip__header-title-qty{
	font-weight:700;
}
.b-cmall-cart-spec-tooltip__delete{
	display: block;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteAll.png") 10px 10px no-repeat;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	padding: 18px;
	border-radius: 40px;
}
.b-cmall-cart-spec-tooltip__delete:hover,
.b-cmall-cart-spec-tooltip__delete:focus{
    background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 10px 10px no-repeat;
    background-color: #fff;
    opacity:1;
}
.b-cmall-cart-spec-tooltip__content{
	position:relative;
}
.b-cmall-cart-spec-tooltip__item{
    overflow:hidden;
    position:relative;
    border-bottom:1px solid #f1f1f1;
    padding:27px 50px 30px 30px;
}
.b-cmall-cart-spec-tooltip__item-pic{/*++++++++++++++++++*/
	float:left;
	height:70px;
	overflow:hidden;
	width:70px;
	text-align:center;
}

.b-cmall-cart-spec-tooltip__item-pic-img{
    display:inline;
    max-width:70px;
    width:auto;
    border:none;
}
.b-cmall-cart-spec-tooltip__item-pic-link{
    border-bottom:medium none;
    display:block;
    height:70px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    width:70px;
}
.info section.up-top div.phones-up a.b-cmall-cart-spec-tooltip__item-pic-link,
.info section.up-top div.phones-up a.b-cmall-cart-spec-tooltip__item-title-link {/*+++++++++++++++++++++++*/
    background:none!important;
}
.info section.up-top div.phones-up a.b-cmall-cart-spec-tooltip__item-title-link {/*+++++++++++++++++++++++*/
    color:#337ab7;
    border-bottom:1px solid #337ab7;
}
.info section.up-top div.phones-up a.b-cmall-cart-spec-tooltip__item-title-link:hover {/*+++++++++++++++++++++++*/
    color:#337ab7;
    border-bottom:1px solid transparent;
}
.b-cmall-cart-spec-tooltip__item:last-child{
    border-bottom:none;
}
.b-cmall-cart-spec-tooltip__item-title{
    line-height:16px;
}
.b-cmall-cart-spec-tooltip__item-title-prop-name{
	display:block;
	font-size:14px;
	line-height:1;
	padding:5px 0 0;
}
.b-cmall-cart-spec-tooltip__item-desc{
    float:left;
    overflow:hidden;
    padding:0 0 0 20px;
    width:300px;
}
.b-cmall-cart-spec-tooltip__item-title-link{
    color:#202020;
    font-size:17px;
    line-height:20px;
}
.b-cmall-cart-spec-tooltip__item-title-link:hover{
    color:#267ef7;
}
.b-cmall-cart-spec-tooltip__item-price{
	margin:10px 0 0;
}
.b-cmall-cart-spec-tooltip__item-price-desc{/*+++++++++++++++++++++++++*/
    font-size:14px;
    line-height:1;
    /*color:#267ef7;*/
    font-weight:300;
}
.b-cmall-cart-spec-tooltip__item-price-desc-title{
	color:#b8b8b8;
}
.b-cmall-cart-spec-tooltip__item-price-old{
	text-decoration:line-through;
    font-size:12px;
    color:#878787;
}
.b-cmall-cart-spec-tooltip__item-price-total{
    color:#202020;
    font-size:20px;
    font-weight:700;
    line-height:1;
}
.b-cmall-cart-spec-tooltip__item-desc-price{
    float:right;
    overflow:hidden;
    width:125px;
    padding:0 20px 0 0;
}
.b-cmall-cart-spec-tooltip__item-delete{
	cursor:pointer;
    display:block;
	line-height:1;
	position:absolute;
	right:25px;
	top:30px;
    background:url("/_img/cmall/200/icon__CmallCompareSpecDelete.png") 0 0 no-repeat;
    text-indent: -9999px;
    width:16px;
    height:16px;
}
.b-cmall-cart-spec-tooltip__item-delete:hover{
	background:url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 0 0 no-repeat;
}
.b-cmall-cart-spec-tooltip__footer{
	background:#fff;
	border-top:1px solid #f1f1f1;
	line-height:1;
	position:relative;
	padding:15px 30px;
    overflow:hidden;
    text-align:right;
}
.b-cmall-cart-spec-tooltip__footer-title{
    color:#202020;
	font-size:16px;
}
.b-cmall-cart-spec-tooltip__footer-amount{
    color:#202020;
    font-size:30px;
    font-weight:700;
    line-height:33px;
    padding:5px 0 0;
}
.b-cmall-cart-spec-tooltip__footer-total{
	float:left;
}
button.btn.b-cmall-cart-spec-tooltip__footer-btn{
    color:#fff !important;
	float:right;
    margin:0 !important;
    background:#ff8d12 !important;
    font-size:17px !important;
    border:none !important;
    border-radius: 30px;
    opacity:1;
    line-height:20px !important;
    padding:15px 60px !important;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    box-shadow:none !important;
}
button.btn.b-cmall-cart-spec-tooltip__footer-btn:hover,
button.btn.b-cmall-cart-spec-tooltip__footer-btn:focus{
    background:#ff8d12 !important;
    opacity:1 !important;
}
.b-cmall-cart-content__cover{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	opacity:0.6;
}

/* Cmall one click style */

.cart-small.modal-body.cart-small_type_one-click{
	padding:0;
    position:unset;
}
.cart-small.modal-body.cart-small_type_one-click .modal-body{
	padding:25px 30px 0 30px;
}
.cart-small.modal-body.cart-small_type_one-click .b-cmall-cart-spec__header{
	background:#f7f7f7;
	border:none;
	line-height:1;
	padding:0;
	position:relative;
}
.b-cmall-eshop_cart-one-click__oferta{
	font-size:14px;
	color:#202020;
	font-weight:300;
	line-height:20px;
	padding:0 0 15px;
}
.cart-small.modal-body.cart-small_type_one-click .cart-small__title{
	color:#202020;
	font-size:20px;
	line-height:1;
	padding:25px 0 25px 30px;
    text-align:left;
}
.cart-small_type_one-click .b-cmall-user-spec-form__body{
	display:none;
}
.cart-small_type_one-click .b-cmall-user-spec-form__footer{
	display:none;
}
.eshop-item-small__cart-form.eshop-item-small__cart-form_base.btn.b-cmall-eshop-spec__item-btn-cart.b-cmall-EshopSpecialBestsellerLeft__item-btn-cart {
    padding:6px 15px;
}
.b-cmall-eshop_cart-special_menu_list-oneclick__input-desc{
	font-size:14px;
	color:#202020;
	font-weight:300;
	line-height:20px;
	padding:5px 0 0;
	display:block;
}
.btn-green.b-cmall-eshop_cart-special_menu_list-oneclick__button{
	color:#fff;
	background:#ff8d12;
	font-size:17px;
	border:none;
	padding:15px;
	border-radius:30px;
	opacity:1;
    width:100%;
}
.btn-green.b-cmall-eshop_cart-special_menu_list-oneclick__button:hover,
.btn-green.b-cmall-eshop_cart-special_menu_list-oneclick__button:focus{
    background:#ff8d12;
    opacity:0.8;
}

/* Cmall header search */

.b-cmall-pm-header-search{
	width:52%;
    padding-top:10px;
    padding-bottom:24px;
}


/* Cmall main menu */

#b-cmall-main-menu{
	background:#fff;
}
#b-cmall-main-menu.navbar{
	margin:0;
	padding:0;
	border:none;
	border-width:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
    background:#202020;
}
#b-cmall-main-menu .navbar-nav > li{
}
#b-cmall-main-menu .navbar-nav > li + li{
}
#b-cmall-main-menu .navbar-nav > li a{
    background:none;
	color:#fff;
    font-size:16px;
}
#b-cmall-main-menu .navbar-nav > li > a:hover, 
#b-cmall-main-menu .navbar-nav > li > a:focus, 
#b-cmall-main-menu .navbar-nav > li.open a{
	background:#323232;
	color:#fff;
    font-size:16px;
}		
#b-cmall-main-menu .dropdown-menu{
	background:#2869a0;
	border:none;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#b-cmall-main-menu .b-cmall-main-menu__wrapper{
	padding-left:0;
}
.b-cmall-menu-main-item__item-more .dropdown-menu.b-cmall-menu-sub-block__list{
	left:-125px;
}
.b-cmall-menu-sub-block__list{
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
    opacity:0;
}
.open .b-cmall-menu-sub-block__list{
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
    opacity:1;
}
#b-cmall-main-menu .navbar-nav > li > .dropdown-menu li a{
	color:#262626;
	font-size:16px;
	font-weight:normal;
    padding:15px 23px;
    background:#fff;
    border-bottom:1px solid #eee;
}
#b-cmall-main-menu .navbar-nav > li > .dropdown-menu li a:hover,
#b-cmall-main-menu .navbar-nav > li > .dropdown-menu li a:focus{
	color:#267ef7;
}
#b-cmall-main-menu .dropdown-menu li:hover a{
    color:#267ef7;
	background:#fff;
    text-decoration:none;
}
#b-cmall-main-menu .dropdown-inner {
	display:table;
	padding-bottom:10px;
}
#b-cmall-main-menu .dropdown-inner ul {
	display:table-cell;
}
#b-cmall-main-menu .dropdown-inner .dropdown-header{
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	padding:15px 0 10px 15px;
}
#b-cmall-main-menu .dropdown-inner li a {
	min-width:160px;
	display:block;
	padding:3px 20px;
	clear:both;
}
.b-cmall-menu-main-item-active__item-link{
	color:#fff;
    background:#323232 !important;
}
#b-cmall-main-menu .dropdown-toggle{
	padding-right:30px !important;
}
#b-cmall-main-menu .dropdown > a:after,
#b-cmall-main-menu .dropdown-submenu > a:after {
    top: 21px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}
#b-cmall-main-menu .dropdown-toggle.b-cmall-menu-main-item__item-link.b-cmall-menu-main-item__item-link-more,
#b-cmall-main-menu .dropdown-toggle.b-cmall-menu-main-item__item-link.b-cmall-menu-main-item__item-link-more:hover{
	padding-right:10px !important;
}
.b-cmall-menu-main-item__item-link-more:after{
	content:none !important;
}
.navbar-header__title{
	display:none;
}
.b-cmall-menu-main_item__title{
	color:#fff;
    font-size:18px;
    line-height:21px;
    padding:0 0 8px;
}
.b-cmall-menu-main_item__title-link:hover,
.b-cmall-menu-main_item__title-link:focus,
.b-cmall-menu-main_item__title-link-active,
.b-cmall-menu-main_item__title-link-active:hover,
.b-cmall-menu-main_item__title-link-active:focus{
	color:#ffb200;
}
.b-cmall-menu-main_item__title-link:after{
	color:#fff;
	content:"\f067";
    color:#ffb200;
	font-family:FontAwesome;
	font-size:14px;
	font-weight:300;
	line-height:1;
	padding:0 0 0 10px;
}
.b-cmall-menu-sub_item__item-link{
	color:#adadad;
    font-size:15px;
    line-height:18px;
}
.b-cmall-menu-sub_item__item-link:hover,
.b-cmall-menu-sub_item__item-link:focus,
.b-cmall-menu-sub_item__item-link-active{
	color:#fff;
}
.b-cmall-menu-main_item__splitter{
    height:20px;
}

@media (max-width: 768px) {
    .cmall_fast_preview_btn{
    	display:none!important;
    }
  	#b-cmall-main-menu .dropdown-submenu > a:after {
      	content: " ";
  	}
}

#b-cmall-main-menu .dropdown > a:after {
    top: 21px;
    right: 15px;
    content: "\f107";
}

@media (max-width: 768px) {
  	#b-cmall-main-menu .dropdown > a:after {
	    top: 16px;
	}
    .b-cmall-menu-top_block__list{
    	margin-top:0;
        margin-bottom:0;
    }
}

/* Cmall eshop header menu */

.b-menu__item-more .b-menu__link_active{
	background:none !important;	
}

/* Cmall leftside delivery */

.b-cmall-leftside-delivery{
    background: url("_img/cmall/banner__LeftSideDeliveryBlue.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    max-width: 263px;
    overflow: hidden;
    margin: 0 0 20px;
}

/* Cmall breadcrumb */

.b-cmall-breadcrumb__list{
    background:#f1f1f1;
    margin-bottom: 0;
    padding: 0 0 8px;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.b-cmall-breadcrumb__list .b-cmall-breadcrumb__item{
	color:#878a8c;
	font-size:13px;
}
.b-cmall-breadcrumb__list > .b-cmall-breadcrumb__item + .b-cmall-breadcrumb__item:before{
	font-size:14px;
    content:"\203A";
	color:#bfbfbf;
    padding:0 10px;
}
.b-cmall-breadcrumb__item-link{
    font-size:14px;
    font-weight:300;
	color:#323232;
}
.b-cmall-breadcrumb__item-link-active{
	color:#777;
}
		
/* Cmall slider section */

.slider{
    max-width:1366px;
}
.col-md-offset-3.col-md-9.slider{
	margin-bottom:50px;
}
.carousel-inner > .item > a > img{
    margin:0 auto;
}
.carousel-inner > .item{
    text-align:center;
}
#main-carousel .carousel-control.left, 
#main-carousel .carousel-control.right {
	background:none;
	color:#fff;
    width:10%;
}
#main-carousel .carousel-control:hover.left, 
#main-carousel .carousel-control:hover.right {
	color:#fff !important;
}
#main-carousel .carousel-indicators{
}
#main-carousel .carousel-indicators li {
	width:17px;
	height:17px;
	background-color:#292d30;
	margin-right:10px;
}
#main-carousel .carousel-indicators .active {
	width:18px;
	height:18px;
	background-color:#337ab7;
}
	
/* Cmall column banner */

.col1-banners, 
.col2-banners, 
.col3-banners {
	margin-bottom:20px;
}
	
/* Cmall products box */

.b-cmall-products-list{
	margin-bottom:0;
}
.b-cmall-product-head{
    -moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color:#212121;
    font-size:24px;
	line-height:1;
	margin:0;
	position:relative;
	padding:30px 0;
}
.b-cmall-product-head__title-header{
    font-size:24px !important;
    font-weight:300;
    color:#fff !important;
    padding: 0 0 10px;
    margin:0 0 -1px;
}
.b-cmall-eshop-spec__list{
	background:#fff;
}
.b-cmall-eshop-spec__item{
	padding:30px;
	margin-bottom:0;
	background:#fff;
    position:relative;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	transition-property: box-shadow,border-color;
	-webkit-transition-property: box-shadow,border-color;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-left: solid 1px #f1f1f1;
}
.b-cmall-eshop-spec__item:hover{
    background:#fff;
    -webkit-box-shadow:0px -8px 40px rgba(27,27,28,0.1);
    -moz-box-shadow:0px -8px 40px rgba(27,27,28,0.1);
    box-shadow:0px -8px 40px rgba(27,27,28,0.1);
}
.b-cmall-eshop-spec__item-price-wrapper{
    margin:20px 0 0;
	display:table;
    width:100%;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-desc{
	padding:0/* 0 0 20px 0*/;
}
.b-cmall-eshop-spec__item h4{
	font-size:17px;	
    margin:0;
    overflow:hidden;
}
.b-cmall-eshop-spec__item h4, 
.b-cmall-eshop-spec__item h4 a {
	color:#202020;
    line-height:20px;
    font-weight:400;
}
.b-cmall-eshop-spec__item h4 a:hover,
.b-cmall-eshop-spec__item h4 a:focus,
.b-cmall-eshop-spec__item h4 a:active{
	color:#267ef7;
}
.b-cmall-eshop-spec__item-pic{
	max-height:250px;
    overflow:hidden;
    min-height:250px;
    background:#fff;
    text-align:center;
}
.b-cmall-eshop-spec-cat__item-pic{
	max-height:170px;
    min-height:170px;
}
.b-cmall-eshop-spec__item-category{
	overflow:hidden;
}
.b-cmall-eshop-spec__item-category-name,
.b-cmall-eshop-spec__item-category-name-link,
.b-cmall-eshop-spec__item-category-name-link:hover,
.b-cmall-eshop-spec__item-category-name-link:focus,
.b-cmall-eshop-spec__item-category-name-link:active{
    display:block;
	font-size: 14px;
	color: #b2b2b2;
	margin: 0 0 4px 0;
}
.b-cmall-EshopCatHomeHits-main_body{
	margin:50px 0 0;
    position: relative;
}
.b-cmall-EshopCatHomeHits-main_body__wrapper-bg{
	position: absolute;
	background: #674172;
	height: 160px;
	width: 100%;
	top: 0;
}
.b-cmall-EshopCatHomeHits-main_body__wrapper-bg:before,
.b-cmall-EshopCatHomeHits-main_body__wrapper-bg:after {
    background: #674172;
    bottom: 0;
    content: "";
    height: 160px;
    position: absolute;
    top: 0;
    width: 9999px;
}
.b-cmall-EshopCatHomeHits-main_body__wrapper-bg:before{
    right: 100%;
}
.b-cmall-EshopCatHomeHits-main_body__wrapper-bg:after{
	left: 100%;
}
.b-cmall-EshopCatHomeHits-main_body-head{
	line-height:1;
    margin:0;
    position:relative;
    padding:30px 0 20px;
}
.b-cmall-EshopCatHomeHits-main_body-head__title-header{
	padding:0 0 18px;
}
.b-cmall-EshopCatHomeHits-item__item-wrapper{
	margin:10px 0 0;
}
.b-cmall-EshopCatHomeHits-item__item{
	background:#fff;
    margin:0;
    padding:30px 5px;
}
.b-cmall-EshopCatHomeHits-item__item:hover{
    background:#fff;
    -webkit-box-shadow:0px -8px 40px rgba(27,27,28,0.1);
    -moz-box-shadow:0px -8px 40px rgba(27,27,28,0.1);
    box-shadow:0px -8px 40px rgba(27,27,28,0.1);
}
.b-cmall-EshopCatHomeHits-item_normal__img{
	max-height:170px;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-price{
	display:table-cell;
	width:45%;
	vertical-align:middle;
    text-align:left;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-price .price-tax{
	font-size:14px;
	color:#212121;
	text-transform:uppercase;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-price span.b-cmall-eshop-spec__item-price-new{
	color:#202020;
    display:block;
	font-size:20px;
    font-weight:700;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-price span.b-cmall-eshop-spec__item-price-new.b-cmall-eshop-spec__item-price-new-disc{
	color:#e91c1c;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-price span.b-cmall-eshop-spec__item-price-old{
	font-size:15px;
	color:#b2b2b2;
	text-decoration:line-through;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-cart-button{
	display:table-cell;
	width:55%;
    text-align:right;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-wishlist, 
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare{
    border:none;
    color:#666;
	background:none;
    padding:0;
    margin:0;
    line-height:1;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-wishlist{
    outline:none;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare{
    right:0;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-wishlist:hover, 
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare:hover,
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-wishlist:focus, 
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare:focus{
    border:none;
	background:none;
    outline:none;
    box-shadow:none;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-wishlist .fa{
    background:url("_img/cmall/200/icon__CmallEshopSpecOneClick.png") 0 0 no-repeat;
    height:28px;
    text-indent:-9999px;
    width:29px;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-wishlist:hover .fa{
    background:url("_img/cmall/200/icon__CmallEshopSpecOneClickHover.png") 0 0 no-repeat;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare .fa{
    background:url("_img/cmall/200/icon__CmallEshopSpecAddToCompare.png") 0 0 no-repeat;
    height:28px;
    text-indent:-9999px;
    width:29px;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare:hover .fa{
    background:url("_img/cmall/200/icon__CmallEshopSpecAddToCompareHover.png") 0 0 no-repeat;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-compare .fa.fa-bar-chart-o-added{
	background:url("_img/cmall/200/icon__CmallEshopSpecAddToCompareHover.png") 0 0 no-repeat;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-cart{
	background:#ffae12;
	border:none;
	color:#fff;
	font-size:17px;
	padding:5px 8px;
	border-radius:30px;
	font-weight:700;
	line-height:1;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-cart:hover{
	background:#ff8d12;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-cart .fa:before{
	content:"" !important;
}
.b-cmall-eshop-spec__item .b-cmall-eshop-spec__item-btn-cart .fa {
    height:36px;
    position:relative;
    text-indent:-9999px;
    width:34px;
    background:url("_img/cmall/200/icon__CmallEshopSpecAddToCart.png") 0 0 no-repeat;
}
.b-cmall-eshop-spec__item-img{
	display:inline-block;
    max-height:235px;
}
.i_compare__btnCompare{
	display:block;
}

/* Cmall rating list */

.b-cmall-rating-rating-block__list{
	margin:0;
}
.b-cmall-rating-rating-block__item{
	padding:0 !important;
}
.b-cmall-rating-rating-block__item-star{
    font-size:15px;
	color:#b7b7b7;
}

/* Cmall shopping cart page */

.shopping-cart-table{
	margin-top:30px;
	background:#fff;
}
.shopping-cart-table thead > tr > td{
	font-size:15px;
	font-weight:600;
	border-bottom:none;
}
.shopping-cart-table tbody > tr > td{
	font-size:16px;
}
.shopping-cart-table tbody > tr > td a:hover{
	color:#252a2f;
}
		
/* Cmall compare page */

.compare-table{
	margin-top:30px;
	background:#fff;
	text-transform:uppercase;
}
.compare-table thead{
	background:#f9f9f9;
}
.compare-table thead > tr > td{
	font-size:15px;
	font-weight:600;
	border-bottom:none;
}
.compare-table tbody > tr > td{
	font-size:14px;
}
.compare-table tbody > tr > td a:hover{
	color:#252a2f;
}
.compare-table td{
	text-align:center;
}
.compare-table .rating .fa-star{
	color:#337ab7;
}
.empty_comparison_list{
    display:block;
    padding:10px;
}
.compare__selected_items_row{
	display:none;
}
.btn.b-cmall-eshop-spec__item-btn-compare.add-to-comparison__el.add-to-comparison__el-selected .fa{
	color:#337ab7 !important;
}

/* Cmall login & registration section */

.modal-dialog.b-cmall-members-body_small_block__wrapper{
	width:615px;
}
.modal-content.b-cmall-members-body_small_block__content{
	border:none;
    border-radius:0;
}
.b-cmall-border-panel.b-cmall-members-body_small_block__border-panel{
	padding:0;
    border:none;
}
.b-cmall-members-login-form{
	padding-top:30px
}
.b-cmall-border-panel{
	padding:20px;
	background:#fff;
	border:1px solid #e8e8e8;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.b-cmall-border-panel .panel-heading{
	padding:5px 0 15px 0;
	color:#252a2f;
	border-bottom:1px solid #929497;
}
.b-cmall-border-panel h3.panel-title{
	font-size:24px;
}
.b-cmall-border-panel .panel-body{
	padding:20px 0 0;
}
.b-cmall-user-spec-form__header.b-cmall-members-body_small_block__header{
	background:#f7f7f7;
    border-bottom:none;
    padding:25px 30px;
    position:relative;
}
.modal-title.b-cmall-members-body_small_block__header-title{
	color:#202020;
    font-size:20px;
    font-weight:400;
}
.close.b-cmall-members-body_small_block__header-close-button{
	display: block;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 22px;
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteAll.png") 10px 10px no-repeat;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	padding: 18px;
	border-radius: 40px;
    margin: 0;
	opacity: 1;
}
.close.b-cmall-members-body_small_block__header-close-button:hover,
.close.b-cmall-members-body_small_block__header-close-button:focus{
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 10px 10px no-repeat;
    background-color: #fff;
    opacity:1;
}
.b-cmall-user-spec-form__body.b-cmall-members-body_small_block__body{
	padding:30px 30px 20px;
}
.b-cmall-members-body_small_block__body-row{
	margin-bottom:0;
}
.b-cmall-members-body_small_block__body-input-name{
	color:#212121;
    font-size:15px;
    font-weight:400;
}
.b-cmall-members-body_small_block__body-name-req{
	color:#c25454;
    font-size:15px;
    top:-0.2em;
}
.b-cmall-members-body_small_block__body-remember-label{
	color:#3b3b3b;
    font-size:13px;
}
.b-cmall-agree{
	font-size:14px;
    color:#202020;
    font-weight:300;
    line-height:20px;
    padding:15px 0;
}
.b-cmall-agree-link{
	color:#267ef7;
}
.b-cmall-members-body_small_block__body-button{
	width:100%;
    background:#724fa1;
    font-size:17px;
    border:none;
    opacity:1;
    padding:15px 0;
    border-radius:30px;
    color:#fff;
    line-height:20px;
    font-weight:700;
}
.b-cmall-members-body_small_block__body-button:hover,
.b-cmall-members-body_small_block__body-button:focus{
    background:#724fa1;
    opacity:1;
}
.b-cmall-user-spec-form__body-input{
    border:solid #eee;
    border-width:1px;
    display:inherit;
    font-size:16px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    cursor:pointer;
	padding:5px 16px 5px 45px;
	height:49px;
    font-weight:300;
}
.b-cmall-user-spec-form__body-input-login{
	background:url("/_img/cmall/200/icon__CmallUserSpecFormLogin.png") 10px 10px no-repeat;
}
.b-cmall-user-spec-form__body-pass{
	background:url("/_img/cmall/200/icon__CmallUserSpecFormPass.png") 10px 10px no-repeat;
}
.b-cmall-user-spec-form__footer{
	text-align:center !important;
    padding-bottom:15px;
}
.modal-content .b-cmall-user-source-app{
	margin:0 auto;
}
.modal-content .b-cmall-user-source-app td{
	padding:0 5px 0 0;
}
.modal-content .b-cmall-members-body_small_block__footer-social-btn .b-cmall-user-source-app{
	margin:0;
}
.b-cmall-members-body_small_block__footer-social{
	padding:0;
}
.b-cmall-members-body_small_block__footer-social-title{
	color:#202020;
	font-size:18px;
	line-height:20px;
	padding:0;
    font-weight:300;
}
.b-cmall-members-body_small_block__footer-social-btn{
	padding:15px 0 30px;
}
.b-cmall-user-spec-form__footer.b-cmall-members-body_small_block__footer-navi{
	border-top:1px solid #f1f1f1;
	line-height:21px;
	padding:19px 0 0 15px;
}
.b-cmall-members-body_small_block__footer-navi-reg{
	padding:0;
}
.b-cmall-members-body_small_block__footer-navi-forgot{
	padding:0;
}
.b-cmall-members-body_small_block__footer-navi-reg-link,
.b-cmall-members-body_small_block__footer-navi-forgot-link{
	font-size:14px;
    font-weight:300;
}
.b-cmall-members-body_small_block__footer-navi-reg-link:hover,
.b-cmall-members-body_small_block__footer-navi-forgot-link:hover{
	text-decoration:none;
}
.b-cmall-members-body_small_block__footer-navi-reg-link{
	color:#267ef7;
    text-decoration:underline;
}
.b-cmall-members-body_small_block__footer-navi-forgot-link{
	color:#dc4a38;
    text-decoration:underline;
}
#lay_f4 .b-cmall-members-small_menu_list__list{
	display:none;
}
.b-cmall-members-small_menu__item{
    padding:15px 0 0;
}
.b-cmall-members-small_menu__item a{
	font-size:17px;
}

/* Cmall main container */		

.b-cmall-body{
	margin-bottom:35px;
}
#main-container-home{
	margin-bottom:0;
}
	
/* Cmall product carousel */	
	
/*.product-carousel .b-cmall-product-head{
}
.product-carousel .row{
	margin-left:-5px;
	margin-right:-5px;
}
.product-carousel .col-xs-12{
	padding-left:0;
	padding-right:0;
}
#owl-product .b-cmall-eshop-spec__item-wrapper,
#owl-product1 .b-cmall-eshop-spec__item-wrapper,
#owl-product2 .b-cmall-eshop-spec__item-wrapper,
#owl-product3 .b-cmall-eshop-spec__item-wrapper,
#owl-product4 .b-cmall-eshop-spec__item-wrapper,
#owl-product6 .b-cmall-eshop-spec__item-wrapper{
    padding-left:0;
	padding-right:0;
}
#owl-product .owl-nav,
#owl-product1 .owl-nav,
#owl-product2 .owl-nav,
#owl-product3 .owl-nav,
#owl-product4 .owl-nav,
#owl-news .owl-nav{
	margin:0;
    position:absolute;
    top:-37px;
    right:0;
}
#owl-product6 .owl-nav{
	margin:0;
    position:absolute;
    top:-47px;
    right:0;
}
#owl-product .owl-nav div,
#owl-product1 .owl-nav div,
#owl-product2 .owl-nav div,
#owl-product3 .owl-nav div,
#owl-product4 .owl-nav div,
#owl-product6 .owl-nav div,
#owl-news .owl-nav div{
	background:none;
	font-size:14px;
    display:inline-block;
}	
#owl-product .owl-nav .owl-prev,
#owl-product1 .owl-nav .owl-prev,
#owl-product2 .owl-nav .owl-prev,
#owl-product3 .owl-nav .owl-prev,
#owl-product4 .owl-nav .owl-prev,
#owl-product6 .owl-nav .owl-prev,
#owl-news .owl-nav .owl-prev,
#owl-product .owl-nav .owl-next,
#owl-product1 .owl-nav .owl-next,
#owl-product2 .owl-nav .owl-next,
#owl-product3 .owl-nav .owl-next,
#owl-product4 .owl-nav .owl-next,
#owl-product6 .owl-nav .owl-next,
#owl-news .owl-nav .owl-next{
	color:#fff;
    padding:0 5px;
	-webkit-transition:all 0.5s ease 0s;
     -moz-transition:all 0.5s ease 0s;
     -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
#owl-product .owl-nav .owl-prev:hover,
#owl-product1 .owl-nav .owl-prev:hover,
#owl-product2 .owl-nav .owl-prev:hover,
#owl-product3 .owl-nav .owl-prev:hover,
#owl-product4 .owl-nav .owl-prev:hover,
#owl-product6 .owl-nav .owl-prev:hover,
#owl-news .owl-nav .owl-prev:hover,
#owl-product .owl-nav .owl-next:hover,
#owl-product1 .owl-nav .owl-next:hover,
#owl-product2 .owl-nav .owl-next:hover,
#owl-product3 .owl-nav .owl-next:hover,
#owl-product4 .owl-nav .owl-next:hover,
#owl-product6 .owl-nav .owl-next:hover,
#owl-news .owl-nav .owl-next:hover{
	color:#fd9e18;
	-webkit-transition:all 0.5s ease 0s;
     -moz-transition:all 0.5s ease 0s;
     -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
#owl-product3 .owl-nav .owl-prev,
#owl-product3 .owl-nav .owl-next{
	/*top:-35px;*/
/*}
#owl-product4 .owl-nav .owl-prev,
#owl-product4 .owl-nav .owl-next{
	/*top:-42px;*/
/*}
#owl-product .owl-nav .owl-prev,
#owl-product1 .owl-nav .owl-prev,
#owl-product2 .owl-nav .owl-prev,
#owl-product3.owl-nav .owl-prev,
#owl-product4.owl-nav .owl-prev,
#owl-product6.owl-nav .owl-prev,
#owl-news.owl-nav .owl-prev{
	/*right:30px;*/
/*}	 
#owl-product.owl-nav .owl-next,
#owl-product1.owl-nav .owl-next,
#owl-product2.owl-nav .owl-next,
#owl-product3.owl-nav .owl-next,
#owl-product4.owl-nav .owl-next,
#owl-product6.owl-nav .owl-next,
#owl-news.owl-nav .owl-next{
	/*right:0;*/
}	
/*.owl-nav .glyphicon{
	text-indent: -9999px;
}
.owl-nav .owl-next{
	background:url("_img/cmall/200/arrows__LongArrowRightHover.png") 5px 0 no-repeat !important;
    width:31px;
	height:18px;
    padding-right:0;
}
.owl-nav .owl-next.disabled{
	background:url("_img/cmall/200/arrows__LongArrowRight.png") 5px 0 no-repeat !important;
    width:31px;
	height:18px;
    padding-right:0;
}
.owl-nav .owl-next:hover{
	background:url("_img/cmall/200/arrows__LongArrowRightHover.png") 5px 0 no-repeat !important;
}
.owl-nav .owl-prev{
	background:url("_img/cmall/200/arrows__LongArrowLeftHover.png") 5px 0 no-repeat !important;
    width:36px;
	height:18px;
}
.owl-nav .owl-prev.disabled{
	background:url("_img/cmall/200/arrows__LongArrowLeft.png") 5px 0 no-repeat !important;
    width:36px;
	height:18px;
}
.owl-nav .owl-prev:hover{
	background:url("_img/cmall/200/arrows__LongArrowLeftHover.png") 5px 0 no-repeat !important;
}
.owl-nav .disabled:hover{
	cursor:unset !important;
}
.owl-nav .disabled.owl-prev:hover{
    background:url("_img/cmall/200/arrows__LongArrowLeft.png") 5px 0 no-repeat !important;
	cursor:unset !important;
}
.owl-nav .disabled.owl-next:hover{
    background:url("_img/cmall/200/arrows__LongArrowRight.png") 5px 0 no-repeat !important;
	cursor:unset !important;
}*/
/*#b-viewHistory{
    margin-top:50px;
	position:relative;
}*/
.b-cmall-view-history__wrapper-bg{
	position: absolute;
	background: #a14f8b;
	height: 160px;
	width: 100%;
	top: 0;
}
.b-cmall-view-history__wrapper-bg:before,
.b-cmall-view-history__wrapper-bg:after {
    background: #a14f8b;
    bottom: 0;
    content: "";
    height: 160px;
    position: absolute;
    top: 0;
    width: 9999px;
}
.b-cmall-view-history__wrapper-bg:before{
    right: 100%;
}
.b-cmall-view-history__wrapper-bg:after{
	left: 100%;
}
/*#b-viewHistory .b-cmall-eshop-spec__item-wrapper{
	padding-left:0;
	padding-right:0;
}
#b-viewHistory .owl-nav{
	margin:0;
	position:absolute;
	top:-47px;
	right:0;
}
#b-viewHistory .owl-nav .owl-prev{
	display: inline-block;
    padding: 0 5px;
}	 
#b-viewHistory .owl-nav .owl-next{
	display: inline-block;
    padding: 0 5px;
}
#b-viewHistory .b-cmall-eshop-viewHistory__item-price-wrapper{
	margin: 20px 0 0;
	display: table;
	width: 100%;
}
#b-viewHistory .b-cmall-eshop-list__item-cart-button{
	display: table-cell;
	width: 55%;
	text-align: right;
}
#b-viewHistory .b-cmall-eshop-viewHistory__item-price-new.b-cmall-eshop-viewHistory__item-price-disc{
    color: #e91c1c;
}
#b-viewHistory .b-cmall-eshop-viewHistory__item-price-old{
    font-size: 15px;
    color: #b2b2b2;
    text-decoration: line-through;
}*/
	
/* Cmall category intro content */

.cat-intro{
	padding:30px;
	color:#8b8b8b;
	font-size:15px;
}
.cat-intro .img-thumbnail{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.cat-intro .cat-body{
	color:#8b8b8b;
	font-size:15px;
	padding-left:5px;
	text-align:left;
}
		
/* Cmall side products lists */

.side-products-list{
	margin:0 0 20px;
	padding:0;
	list-style:none;
	border:1px solid #ddd;
}
.side-products-list li{
	padding:10px 15px;
}
.side-products-list li + li{
	border-top:1px solid #ddd;
}
.side-products-list h5{
    margin-bottom:7px;
    font-size:16px;
}
.side-products-list h5 a{
    color:#252a2f;
}
.side-products-list h5 a:hover{
    color:#337ab7;
}
.side-products-list img{
    margin-right:15px;
}
.side-products-list img, 
.side-products-list h5,
.side-products-list .price{
    float:left;
}
.side-products-list .price span.price-new{
    color:#337ab7;
    font-size:18px;
    padding-right:5px;
}
.side-products-list .price span.price-old{
    font-size:14px;
    color:#808080;
    text-decoration:line-through;
}
		
/* Cmall tabs */

.tabs-panel{
	margin-top:50px;
}
.tabs-panel.b-cmall-border-panel{
	padding:0;
}
.tabs-panel .nav-tabs{
	font-size:16px;
	font-weight:700;
}
.tabs-panel .nav-tabs > li{
	margin-bottom:-1px;
}
.tabs-panel .nav-tabs > li > a{
	color:#323232;
	margin:0; 
    background:#f7f7f7;
}
.tabs-panel .nav-tabs > li > a, 
.tabs-panel .btn, 
.tabs-panel .form-control{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li.active > a:hover, 
.tabs-panel .nav-tabs > li.active > a:focus, 
.tabs-panel .nav > li > a:hover, 
.tabs-panel .nav > li > a:focus{
	background:#fff;
}
.tabs-panel .nav-tabs > li > a, 
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li.active > a:hover, 
.tabs-panel .nav-tabs > li.active > a:focus, 
.tabs-panel .nav-tabs > li > a:hover{
	border:none;
}
.tabs-panel .nav-tabs > li.active, 
.tabs-panel .nav-tabs > li.active > a{
	background:#fff;
	color:#2a2a2a;
}
.tabs-panel .nav-tabs > li > a:hover{
	background:#fafafa;
}
.tabs-panel .tab-content{
	padding:20px;
	font-size:15px;
}
.tabs-panel label.control-label{
	text-transform:uppercase;
	font-weight:normal;
}
.tabs-panel label.control-label.ratings{
	padding-top:1px;
}
.tabs-panel .btn{
	margin-left:-10px;
}
.nav-tabs > li > a{
	padding:30px 34px;
    line-height:1;
}

/* Cmall comments */

#amiroTEdPureDiv{
	display:none;
}

/* Cmall pagination */ /*++++++++++++++++++++*/

.b-cmall-pager__list{
    margin:0; 
}
.b-cmall-pager__list > li > a{
    color:#444c53;
}
.b-cmall-pager__list > li:first-child > a, 
.b-cmall-pager__list > li:first-child > span,
.b-cmall-pager__list > li:last-child > a, 
.b-cmall-pager__list > li:last-child > span{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.b-cmall-pager__list > .active > a, 
.b-cmall-pager__list > .active > span, 
.b-cmall-pager__list > .active > a:hover, 
.b-cmall-pager__list > .active > span:hover, 
.b-cmall-pager__list > .active > a:focus, 
.b-cmall-pager__list > .active > span:focus{
    background:#337ab7;
    border-color:#337ab7;
}
.b-cmall-pager__item-link,
.b-cmall-pager__item-name{
    background:#f9f9f9 !important;
    border:none !important;
    border-radius: 30px !important;
    color:#575757 !important;
    font-size:18px;
	margin:0 0 5px 5px !important;
    padding:10px 18px !important;
}
.b-cmall-pager__item-active .b-cmall-pager__item-name.b-cmall-pager__item-name-active{/*+++++++++++++++++++++*/
	background: #337ab7 !important;
    color:#fff !important;
    
}
		
/* Cmall page content */

.b-cmall-page-block{
	color:#252a2f;
	/*font-size:13px;*/
	background:#fff;
	padding:20px;
}
.b-cmall-page-block h3{
    margin:0;
}
.b-cmall-page-block h4{
    margin:5px 0 15px;
}
.b-cmall-page-block .sm-links{
    margin-bottom:20px;
}
.b-cmall-page-block .sm-links li{
    background:#252424;
    width:34px;
    text-align:center;
    padding:5px 0 4px;
    margin:0 0 0 4px;
}
.b-cmall-page-block .sm-links li:hover {
    background:#337ab7;
}
.b-cmall-page-block .sm-links li a .fa{
    color:#fff;
    font-size:24px;
}
				
/* Cmall content box */

.content-box{
	border:1px solid #e9e9e9;
	background:#fff;
	margin-top:20px;
	padding:30px;
}
.content-box .special-heading{
	font-size:100px;
	color:#337ab7;
	margin-top:0;
	margin-bottom:30px;
}
		
/* Cmall map wrapper */

#b-cmall-contacts-map-wrapper{
	border:1px solid #feffff;
	margin:20px 0;
}
		
/* Cmall left sidebar */

.b-cmall-eshop-spec-leftside__title{
	margin-top:0;
	margin-bottom:20px;
	padding:12px 20px;
	font-size:20px;
	color:#fff;
	background:#337ab7;
}
.b-cmall-eshop-spec-leftside__list, 
.b-cmall-eshop-spec-leftside__item:first-child, 
.b-cmall-eshop-spec-leftside__item:last-child{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.b-cmall-eshop-spec-leftside__item{
	color:#252a2f;
	font-size:18px;
	background-color:#f0f0f0;
	border-color:#d5d5d5;
}
.list-group-item.b-cmall-eshop-spec-leftside__item.b-cmall-eshop-spec-leftside__item-active{
	background-color:#337ab7;
    color:#fff;
}
.b-cmall-sm-CmallMenuLeftSide-item-selected__item-link{
	color:#000;
}
.b-cmall-eshop-spec-leftside__list.categories a.b-cmall-eshop-spec-leftside__item:hover, 
.b-cmall-eshop-spec-leftside__list.categories a.b-cmall-eshop-spec-leftside__item:focus {
	background-color:#337ab7;
}
.b-cmall-eshop-spec-leftside__list.categories a.b-cmall-eshop-spec-leftside__item:hover, 
.b-cmall-eshop-spec-leftside__list.categories a.b-cmall-eshop-spec-leftside__item:focus, 
.b-cmall-eshop-spec-leftside__list.categories a.b-cmall-eshop-spec-leftside__item:hover .fa, 
.b-cmall-eshop-spec-leftside__list.categories a.b-cmall-eshop-spec-leftside__item:focus .fa {
	color:#fff;
}
.b-cmall-eshop-spec-leftside__item .fa{
	font-size:12px;
	padding-right:6px;
	color:#337ab7;
}
.b-cmall-filter-form-field-checkboxes{
	border-bottom:solid 1px #f1f1f1;
    margin:0 0 30px;
	padding:0 15px 20px;
    position:relative;
}
.b-cmall-filter-form-field-checkboxes .b-cmall-eshop-filter-spec-cf-value{
    margin:0 0 10px;
	border:none;
    padding:0;
}
.b-cmall-filter-form-field-checkboxes .checkbox:last-child,
.b-cmall-filter-form-field-checkboxes .radio:last-child{
	margin-bottom:0;
}
.b-cmall-filter-form-field-checkboxes .radio:first-child{
	margin-top:-5px;
}
.filter-group{
	margin-left:3px;
}
.list-group-item__1{
    display:block;
    font-size:20px;
    margin:20px 0 0;
}
.list-group-item__2{
    color:#000;
    display:block;
    font-size:14px;
    font-weight:normal;
    line-height:1;
    margin:5px 0 0;
}
/*.b-cmall-filter-form-field-checkboxes input[type=checkbox]:not(checked),
.b-cmall-filter-form-field-checkboxes input[type=checkbox]:checked,
.b-cmall-filter-form-field-checkboxes input[type=radio]:not(checked),
.b-cmall-filter-form-field-checkboxes input[type=radio]:checked,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type=checkbox]:not(checked),
.b-cmall-eshop_purchase-purchase_form__juridical input[type=checkbox]:checked,
.b-cmall-eshop_purchase-purchase_form__juridical input[type=radio]:not(checked),
.b-cmall-eshop_purchase-purchase_form__juridical input[type=radio]:checked{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:checked + label,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label,
.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:not(checked) + label,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:not(checked) + label,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:checked + label,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:checked + label,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:not(checked) + label,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:not(checked) + label{
    display: block;
    padding-left: 30px;
	position:relative;
	cursor: pointer;
	line-height:18px;
	margin-bottom:8px;
}
/*.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:checked + label:before,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label:before,
.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:not(checked) + label:before,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:not(checked) + label:before,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:checked + label:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:checked + label:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:not(checked) + label:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:not(checked) + label:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:18px;
	height:18px;
	box-sizing: border-box;
	border:1px solid #ddd;
	background: #fff;
	transition: all 0.2s;
    border-radius:2px;
}
/*.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label:before,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:not(checked) + label:before,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:checked + label:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:not(checked) + label:before{
	border-radius:50%;
}

/*.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:checked + label:hover:before,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label:hover:before,
.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:not(checked) + label:hover:before,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:not(checked) + label:hover:before,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:checked + label:hover:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:checked + label:hover:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:not(checked) + label:hover:before,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:not(checked) + label:hover:before{
	border-color:#7553a3;
}


/*.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:checked + label:after,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label:after,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:checked + label:after,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:checked + label:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	width:10px;
	height:10px;
	box-sizing:border-box;
	background:#7553a3;
	transition:all 0.2s;
    border:solid 1px #7553a3;
}
/*.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label:after,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:checked + label:after{
	border-radius:50%;
}

/*.b-cmall-filter-form-field-checkboxes input[type="radio"] + label{}
.b-cmall-filter-form-field-checkboxes input[type="radio"] + label:hover{}
.b-cmall-filter-form-field-checkboxes input[type="radio"]:checked + label{}

.b-cmall-filter-form-field-checkboxes input[type="checkbox"]:disabled + label,
.b-cmall-filter-form-field-checkboxes input[type="radio"]:disabled + label,*/
.b-cmall-eshop_purchase-purchase_form__juridical input[type="checkbox"]:disabled + label,
.b-cmall-eshop_purchase-purchase_form__juridical input[type="radio"]:disabled + label{
	opacity: 0.1;
    cursor: default;
}
	
/* Cmall blockquote */

.b-cmall-border-panel blockquote{
	margin:0;
	padding:5px 15px;
	color:#8b8b8b;
	font-size:13px;
	border:none;
}
.b-cmall-border-panel blockquote footer{
	padding-top:10px;
	color:#252a2f;
	font-size:14px;
}

/* Cmall faq */

.b-cmall-faq-body-items__wrapper{
	background:#fff;
    padding:30px;
}
.b-cmall-faq-form__wrapper{
	background:#fff;
    padding:30px;
    margin:50px 0 0;
}
.b-cmall-faq-item-details__wrapper{
	background:#fff;
    padding:30px;
}
.b-cmall-faq-form__form{
	padding:0;
}
.b-cmall-faq-CmallLeftSide-small-list__header{
	padding:5px 0;
	color:#252a2f;
}
.b-cmall-faq-CmallLeftSide-small-list__header-title{
	margin:0;
}
.b-cmall-faq-cat-lname__item-link{
	display:inline-block;
    margin:0 10px 0 0;
}
.b-cmall-faq-cat-row__item-count{
    color:#777;
    display:inline-block;
    font-size:15px;
    margin:0;
}
.b-cmall-faq-body-items__sort{
	display:none;
}
.b-cmall-faq-item-list__list{
    margin:25px 0;
}
.b-cmall-faq-form__form-oferta{
	font-size:14px;
	color:#202020;
	font-weight:300;
	line-height:20px;
	padding:0 0 15px 0;
	text-align:left;
}
.b-cmall-faq-form__form-oferta-link,
.b-cmall-faq-form__form-oferta-link:hover,
.b-cmall-faq-form__form-oferta-link:focus,
.b-cmall-faq-form__form-oferta-link:active{
	color:#267ef7;
}
.b-cmall-faq-form__form-btn{
	background:#724fa1;
	font-size:17px;
	border:none;
	opacity:1;
	padding:15px 0;
	border-radius:30px !important;
	color:#fff;
	line-height:20px;
	font-weight:700;
	width:100%;
}
.b-cmall-faq-form__form-btn:hover,
.b-cmall-faq-form__form-btn:focus,
.b-cmall-faq-form__form-btn:active{
	background:#724fa1;
}

/* Cmall contact details box */
	
.b-cmall-contacts-adress__list li + li{
	margin-top:20px;
}
.b-cmall-contacts-adress__list li .fa{
	color:#337ab7;
	padding:5px 10px 0 0;
	font-size:18px;
}

/* Cmall footer links */

.b-cmall-footer-links,
.b-cmall-footer-links__wrapper{
	padding:55px 0;
	background-color: #1b1b1b;		
}
.b-cmall-footer-links__list{
	padding-left:0;
}
.b-cmall-footer-links h5{
	margin-bottom:20px;
	color: #337ab7;
}
.b-cmall-footer-links ul{
	list-style:none;
	margin:0;
	padding:0;
}
.b-cmall-footer-links li{
	padding:4px 0;
	font-size:15px;
}
.b-cmall-footer-links .last li + li {
	border: none;
}
.b-cmall-footer-links li{
	color:#212121;
}
.b-cmall-menu-sub_block__list,
.b-cmall-footer-main-menu__list{
	list-style:none;
	margin:0;
	padding:0;
}
.b-cmall-footer-main-menu__title{
	color:#fff;
	font-size:18px;
	line-height:21px;
}
.b-cmall-menu-sub_item__item{
    margin:0 0 3px;
}
.b-cmall-footer-paytype-xs{
	border-top:solid 1px #4e4e4e;
    padding-top:15px;
}
.list-inline.b-cmall-stickers-CmallPayType-small-list-list__list,
.list-inline.b-cmall-stickers-CmallPayTypeXS-small-list-list__list{
	margin:0;
    padding:0;
    overflow:hidden;
}
.b-cmall-stickers-CmallPayType-small-row__item,
.b-cmall-stickers-CmallPayTypeXS-small-row__item{
    border:medium none;
    margin:0 7px 0 0;
    padding:0 !important;
    width:37px;
    float:right;
}
.b-cmall-stickers-CmallPayTypeXS-small-row__item{
    float:left;
}
.b-cmall-stickers-CmallPayTypeXS-small-row__item-splitter{
	clear:both;
	display:block !important;
	float:none !important;
	height:5px;
	padding:0 !important;
}
.b-cmall-footer-contacts-phone__list{
    margin-top:10px;
}
.b-cmall-footer-contacts-phone__item{
    color:#fff;
  	display:block;
    font-size:22px;
    font-weight:400;
}
.b-cmall-footer-contacts-phone__item-link,
.b-cmall-footer-contacts-phone__item-link:hover,
.b-cmall-footer-contacts-phone__item-link:focus,
.b-cmall-footer-contacts-phone__item-link:active{
    color:#fff;
  	text-decoration:none;
    font-size:22px;
    font-weight:400;
}
.b-cmall-footer-contacts-phone__item-announce{
	font-size:15px;
    color:#adadad;
    margin:0 0 15px;
}
.b-cmall-footer-first-line{
	background:#724fa1;
    min-height:250px;
}
.b-cmall-footer-first-line .container{
	background:url("_img/cmall/200/icon__CmallFooterSubBg.png") 50% 170% no-repeat;
    min-height:250px;
}
.b-cmall-footer-feedback__link,
.b-cmall-footer-feedback__link:hover,
.b-cmall-footer-feedback__link:focus{
	color:#66a5d0;
}

/* Cmall subscribe */

.b-cmall-subscribe-small-block__form{
	padding:10px 0;
}
.b-cmall-subscribe-small-block__title{
    color:#fff;
	padding-top:55px;
    
}
.b-cmall-subscribe-small-block__title-first{
	font-size:30px;
    font-weight:700;
    line-height:30px;
}
.b-cmall-subscribe-small-block__title-second{
	font-size:18px;
    font-weight:400;
    line-height:22px;
    margin:25px 0 0;
    padding:0 90px 0 0;
}
.b-cmall-subscribe-small-block__body{
	padding-top:55px;
    text-align:right;
}
.b-cmall-subscribe-small-block__input-wrapper{
	width:80%;
	float:right;
}
.b-cmall-subscribe-small-block__btn-wrapper{
    position:absolute;
    top:0;
    right:15px;
}
.b-cmall-subscribe-small-block__input{
	font-size:15px;
    color:#b7b7b7;
    height:auto;
    padding:14px 22px;
}
.btn.b-cmall-subscribe-small-block__btn{
	background:#ffae12;
    color:#fff;
    font-size:15px;
    font-weight:400;
    padding:14px 22px;
}
.b-cmall-subscribe-topics_form__tbl-wrapper{
	overflow-x:auto;
}

/* Cmall social */

.list-inline.b-cmall-stickers-CmallSocialBottom-small-list-list__list{
	padding:0;
    margin:0;
}
.b-cmall-stickers-CmallSocialBottom-small-list-list{
	margin:35px 0 0;
}
.b-cmall-stickers__CmallSocialBottom-small_list_list__title{
    color:#aeaeae;
    font-size:13px;
    line-height:21px;
    padding:0;
}
.list-inline .b-cmall-stickers-CmallSocialBottom-small-list-list__item{
    margin:8px 6px 0 0;
    padding:0;
    width:49px;
	height:48px;
}
.b-cmall-stickers-CmallSocialBottom-small-list-list__item .b-cmall-stickers-CmallSocialBottom-small-list-list__item-img{
	display:block;
    transition: ease .2s;
	-webkit-transition: ease .2s;
}
.b-cmall-stickers-CmallSocialBottom-small-list-list__item .b-cmall-stickers-CmallSocialBottom-small-list-list__item-img-hover{
	display:none;
    transition: ease .2s;
	-webkit-transition: ease .2s;
}
.b-cmall-stickers-CmallSocialBottom-small-list-list__item:hover .b-cmall-stickers-CmallSocialBottom-small-list-list__item-img{
	display:none;
}
.b-cmall-stickers-CmallSocialBottom-small-list-list__item:hover .b-cmall-stickers-CmallSocialBottom-small-list-list__item-img-hover{
	display:block;
}

/* Cmall copyright */

.b-cmall-copyright-footer{
	background:#1b1b1b;
    border-top:solid 1px #2e2e2e;
	padding:40px 0;
	color:#acacac;
}
.b-cmall-copyright__link, 
.b-cmall-copyright__link:hover,
.b-cmall-copyright__link:focus{
	color:#acacac;
	font-size:15px;
}
.b-cmall-copyright-footer p{
	padding-top:4px;
}
.b-amiro-copyright__link,
.b-amiro-copyright__link:hover,
.b-amiro-copyright__link:focus{
	color:#acacac;
    font-size:15px;
}
		
/* Cmall eshop menu */

.b-nav {
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
.b-nav__item {
	margin:0;
	padding:0;
}
.b-nav__wrap-item {
	background:#337ab7;
	margin:0 0 1px;
	position:relative;
	padding:5px 25px 6px 11px;
}
.bdrs-bottom {
	/*border-radius:0 0 10px 10px;*/
}

.b-nav__wrap-item_active,
.b-nav__wrap-item:hover {
	background:#337ab7;
}
.b-nav__wrap-item_active .b-nav__link,
.b-nav__wrap-item .b-nav__link,
.b-nav__wrap-item:hover .b-nav__link {
	color:#fff;
	text-decoration:none;
    display:block;
}
.b-nav__wrap-item:hover .b-nav__link {
	text-decoration:none;
}
.b-nav__link {
	color:#3e4b52;
	font-size:16px;
	text-decoration:none;
}
.b-nav__ar {
	background:url(_img/cmall/ar-3.png) 0 2px no-repeat;
	cursor:pointer;
	height:12px;
	position:absolute;
	right:8px;
	top:10px;
	width:12px;
}
.b-nav_sub-level2 {
	display: none;
	margin-bottom:0;
}
.b-nav_sub-level3 {
	margin-bottom:0;
	margin-left:10px;
}
.b-nav_sub-level2 .b-nav__wrap-item {
	background:#f0f0f0;
	padding-left:20px;
}
.b-nav_sub-level3 .b-nav__wrap-item {
	padding-left:20px;
}
.b-nav_sub-level2 .b-nav__wrap-item_active,
.b-nav_sub-level2 .b-nav__wrap-item:hover {
	background:#337ab7;
}
.b-nav_sub-level2 .b-nav__wrap-item_active .b-nav__link {
	color:#fff;
}
.b-nav_sub-level2 .b-nav__link {
	color:#436fad;
	text-decoration:none;
}
.b-nav_sub-level3 .b-nav__link {
	color:#436fad;
	text-decoration:none;
    font-size:14px;
}
.b-nav_level1>.b-nav__item:last-child>.b-nav__wrap-item, 
.b-nav_level1 .b-nav__item:last-child >.b-nav_sub-level2 > .b-nav__item:last-child .b-nav_sub-level3:last-child>.b-nav__item:last-child>.b-nav__wrap-item{
	/*border-radius: 0 0 10px 10px;*/
}

.b-nav_level1>.b-nav__item:last-child .b-nav_sub-level2 > .b-nav__item:first-child{
	position: relative;
}

.b-nav__wrap-item{
  	position: relative;
  	z-index: 3;
}

.b-nav_level1>.b-nav__item:last-child .b-nav_sub-level2 > .b-nav__item:first-child:before{
  	content:'';
  	position:absolute;
  	top:-10px;
  	left:0;
  	right:0;
  	height: 9px;
  	background: #ddd;
}

.b-nav_level1>.b-nav__item:last-child>.b-nav__wrap-item:hover ~ .b-nav_sub-level2 > .b-nav__item:first-child:before {
  	background: #3378b4;
}
.b-cmall-EshopTreeLeftMenuDropdown__item{
	cursor:pointer;
}
.b-cmall-EshopTreeLeftMenuDropdown__item-link{
	cursor:pointer;
}

/* Cmall eshop dropdown plus/minus menu */
/*
.b-nav {
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
.b-nav__item {
	margin:0;
	padding:0;
}
.b-nav__wrap-item {
	position:relative;
	padding:0 0 0 13px;
}
.b-nav__wrap-item_active,
.b-nav__wrap-item:hover {
}
.b-nav__wrap-item_active .b-nav__link,
.b-nav__wrap-item .b-nav__link,
.b-nav__wrap-item:hover .b-nav__link {
	text-decoration:none;
}
.b-nav__wrap-item:hover .b-nav__link {
	text-decoration:none;
}
.b-nav__link {
	color:#353a3e;
	font-size:14px;
	text-decoration:none;
}
.b-nav__link:hover {
	color:#0080dd !important;
}
.b-nav__ar {
	background:url(_img/cmall/plus.gif) 0 0 no-repeat;
	cursor:pointer;
	height:12px;
	position:absolute;
	left:0;
	top:6px;
	width:12px;
}
.b-cmall-EshopTreeLeftMenuDropdown__item2 .b-nav__ar{
	left:17px;
}
.b-cmall-EshopTreeLeftMenuDropdown__item3 .b-nav__ar{
	left:34px;
}
.b-cmall-EshopTreeLeftMenuDropdown__item4 .b-nav__ar{
	left:51px;
}
.b-cmall-EshopTreeLeftMenuDropdown__item5 .b-nav__ar{
	left:68px;
}
.b-nav__ar-open{
	background:url(_img/cmall/minus.gif) 0 0 no-repeat !important;
}
.b-nav__item_expanded>.b-nav__wrap-item>.b-nav__ar {
	background:url(_img/cmall/minus.gif) 0 0 no-repeat;
}
.b-nav_sub-level2 {
	display: none;
	margin-bottom:0;
}
.b-nav_sub-level3 {
    display: none;
	margin-bottom:0;
	margin-left:10px;
}
.b-nav_sub-level4 {
    display: none;
	margin-bottom:0;
}
.b-nav_sub-level5 {
    display: none;
	margin-bottom:0;
}
.b-nav_sub-level2 .b-nav__wrap-item {
	padding-left:30px;
}
.b-nav_sub-level3 .b-nav__wrap-item {
	padding-left:30px;
}
.b-nav_sub-level4 .b-nav__wrap-item {
	padding-left:30px;
}
.b-nav_sub-level5 .b-nav__wrap-item {
	padding-left:30px;
}
.b-nav_sub-level2 .b-nav__wrap-item_active,
.b-nav_sub-level2 .b-nav__wrap-item:hover {
}
.b-nav_sub-level1 .b-nav__wrap-item_active .b-nav__link,
.b-nav_sub-level2 .b-nav__wrap-item_active .b-nav__link,
.b-nav_sub-level3 .b-nav__wrap-item_active .b-nav__link,
.b-nav_sub-level4 .b-nav__wrap-item_active .b-nav__link,
.b-nav_sub-level5 .b-nav__wrap-item_active .b-nav__link{
    color:#0080dd;
}
.b-nav_sub-level2 .b-nav__link {
	text-decoration:none;
    color: #353a3e;
    font-size: 13px;
}
.b-nav_sub-level3 .b-nav__link,
.b-nav_sub-level4 .b-nav__link,
.b-nav_sub-level5 .b-nav__link{
	text-decoration:none;
    color: #353a3e;
    font-size: 13px;
}
.b-nav_level1>.b-nav__item:last-child .b-nav_sub-level2 > .b-nav__item:first-child{
	position: relative;
}

.b-nav__wrap-item{
  	position: relative;
  	z-index: 3;
}
.b-cmall-EshopTreeLeftMenuDropdown__item{
	cursor:pointer;
}
.b-cmall-EshopTreeLeftMenuDropdown__item-link{
	cursor:pointer;
    color: #353a3e;
    font-size: 13px;
}
.classic_tree_links .level_1,
.classic_tree_links .level_2,
.classic_tree_links .level_3,
.classic_tree_links .level_4,
.classic_tree_links .level_5,
.classic_tree_links .level_6 {
    display: none;
}

.b-cmall-eshop-tree-cur-cat .b-nav{
	display:block;
}
.b-cmall-eshop-tree-cur-cat .b-nav .b-nav{
	display:none;
}
.b-cmall-eshop-tree-cur-cat .b-nav__wrap-item{
	padding: 0 0 0 13px;
}
.b-cmall-eshop-tree-cur-cat .b-nav .b-nav .b-nav__wrap-item{
	padding-left: 30px;
}
.b-cmall-eshop-tree-cur-cat .b-nav__ar{
	left:0;
}
.b-cmall-eshop-tree-cur-cat .b-nav .b-nav .b-nav__ar{
	left:17px;
}
.b-cmall-eshop-tree-cur-cat .b-nav{
	margin-left:0;
}
.b-cmall-eshop-tree-cur-cat .b-nav .b-nav .b-nav{
	margin-left:10px;
}
*/

/* Cmall eshop stickers */

.b-cmall-onspecial__list{
  left:15px;
  max-height: 235px;
  overflow:hidden;
  position:absolute;
  text-align:left;
  top:15px;
  z-index:6;
}
.b-cmall-eshop_item_list-itemD_detail-rest__list{
  right:15px;
  max-height: 235px;
  overflow:hidden;
  position:absolute;
  text-align:left;
  top:15px;
  z-index:6;
}
.b-cmall-onspecial_pic{
    border-radius:20px;
    opacity:0.9;
    height:40px;
    padding:11px 24px;
    line-height:1;
    margin:3px 0 0;
    display:table;
}
.b-cmall-eshop_item_list-itemD_detail-rest__item{
    border-radius:20px;
    opacity:0.9;
    height:40px;
    padding:11px 24px;
    line-height:1;
    margin:3px 0 0;
    display:table;
    border:solid 1px;
    font-size: 14px;
    line-height: 1;
}
.b-cmall-eshop_item_list-itemD_detail-rest__item-have{
	background:#fff;
    border-color:#80c633;
    color:#80c633;
}
.b-cmall-eshop_item_list-itemD_detail-rest__item-nohave{
	background:#fff;
    border-color:#ff0022;
    color:#ff0022;
}
.b-cmall-onspecial_pic:first-child{
    margin:0;
}
.b-cmall-onspecial_pic0{
	display:none;
}
.b-cmall-onspecial_pic1{
	background:#e91c1c;
}
.b-cmall-onspecial_pic2{
	background:#72c01d;
}
.b-cmall-onspecial_pic3{
	background:#ff8d12;
}
.b-cmall-onspecial_pic4{
	display:none;
}
.b-cmall-onspecial_pic > span{
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

/* Cmall eshop cat hits */

.b-cmall-eshop-spec__item-name .b-cmall-EshopCatHomeHits-item_normal__item-link{
	color:#202020;
    font-size:17px;
    line-height:20px;
}
.b-cmall-EshopCatHomeHits-item_normal__item-link:hover{
    color:#267ef7;
    text-decoration:none;
}
.b-cmall-eshop-spec__item-desc.b-cmall-EshopCatHomeHits-item_normal__item-desc{
	padding:0;
}
.b-cmall-EshopCatHomeHits-item_normal__item-name{
	margin-top:10px !important;
    line-height:17px;
}

/* Cmall cart popup */

#cartPopupWindow {
	background:#fff;
}
.popupContent{
	padding:0 0 20px 0;
}
.cmallCartPopup .popupContent{
	padding:0;
}
#cartPopupWindow .popupHeader{
	z-index:1;
}

.b-cmall-cart-popup{
	box-shadow:0px 0px 15px 3px #000;
    -webkit-box-shadow:0px 0px 15px 3px #000;
    -moz-box-shadow:0px 0px 15px 3px #000;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
    margin:0 auto;
    width:780px;
}
.b-cmall-cart-popup__header{
	position:relative;
    background:none repeat scroll 0 0 #f2f2f2;
    border-bottom:1px dashed #ccc;
    line-height:1;
    padding:10px 12px;
}
.b-cmall-cart-popup__header-text{
	color:#333;
    font-size:18px;
    text-decoration:none;
}
.b-cmall-cart-popup__header-close{
    position:absolute;
    display:block;
    right:15px;
    top:15px;
    width:10px;
    height:10px;
    background:url("/_img/cmall/icon__PopupClose.png");
    cursor:pointer;
}
.b-cmall-cart-popup__content{
    padding:13px 26px 10px;
    overflow:hidden;
	position:relative;
}
.b-cmall-cart-popup__default-content{
	padding:0 0 20px 0;
}
.b-cmall-cart-popup__content-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0.7;
}
.b-cmall-cart-popup__content-pic{
    float:left;
    text-align:center;
    vertical-align:top;
    width:180px;
    padding:15px 0 0;
}
.b-cmall-cart-popup__content-img{
    max-width:165px;
    height:auto;
}
.b-cmall-cart-popup__content-text{
    float:left;
    margin:0 0 0 15px;
    padding:15px 15px 0 0;
    width:393px;
}
.b-cmall-cart-popup__content-title{
    color:#202020;
    font-size:17px;
    line-height:20px;
    margin-bottom:5px;
    text-align:left;
}
.b-cmall-cart-popup__content-property{
    margin:2px 0 0;
}
.b-cmall-cart-popup__content-quantity{/*++++++++++++++++++++++*/
    position:relative;
    margin-top:10px;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count{/*++++++++++++++++++++++*/
	/*display:none;*/
    display:block;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;*/
	/*box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);*/
    left:85px;
    position:absolute;
    top:-2px;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-btn{
	/*background:#3783be;
    background:-moz-linear-gradient(top,  #3783be 0%, #234e91 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3783be), color-stop(100%,#234e91));
	background:-webkit-linear-gradient(top,  #3783be 0%,#234e91 100%);
	background:-o-linear-gradient(top,  #3783be 0%,#234e91 100%);
	background:-ms-linear-gradient(top,  #3783be 0%,#234e91 100%);
	background:linear-gradient(to bottom,  #3783be 0%,#234e91 100%);
    border:1px solid #4a97d4;*/
    cursor:pointer;
    float:left;
    font:0px/0 serif;
    height:13px;
    overflow:hidden;
    padding:5px 3px 7px 2px;
    width:10px;
    box-sizing: unset !important;
    display:inline-block;
}
.b-cmall-cart-popup__content-quantity-count-btn i{
    /*background:url("/_img/cmall/arrows__white.png") no-repeat 0 -2px;*/
    display:inline-block;
    height:9px;
    margin:3px 0 0;
    overflow:hidden;
    vertical-align:top;
    width:7px;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-btn-right > i{
    background-position:-9px -2px;
    margin:3px 0 0 3px;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-btn-left{
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-btn-right{
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-counter{/*++++++++++++++++++++++++++++++*/
    display:block;
    position:relative;
    text-align:center;
    width:50px;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-field{
    /*float:left;*/
    display:inline-block;
    box-sizing: unset !important;
}
.b-cmall-cart-popup__content-quantity-count-input{/*++++++++++++++++++++++++++*/
    /*border-color:#a1c8d9 !important;
    box-shadow:0 1px 2px 0 rgba(161, 200, 217, 0.4) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
    -webkit-box-shadow:0 1px 2px 0 rgba(161, 200, 217, 0.4) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
    -moz-box-shadow:0 1px 2px 0 rgba(161, 200, 217, 0.4) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);*/
    font-size:15px !important;
    height:35px;
    /*line-height:18px !important;*/
    border: 1px solid rgba(0,0,0,0.1);
    /*padding:3px 9px !important;*/
    position:relative;
    text-align:center;
    width:50px !important;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
    border-radius:3px !important;
    /*border-color: #aeb1b7 #dce5eb #e1eaf0;
    border-style: solid;
    border-width: 1px;*/
    box-sizing: unset !important;
    margin-top:-3px;
}
.b-cmall-cart-popup__content-quantity-name{/*+++++++++++++++++++++*/
	font-size:14px;
    font-weight:300;
    color:#b8b8b8;
    position:relative;
    top:3px;
}
.b-cmall-cart-popup__content-property-name{
	font-size:14px;
    font-weight:300;
    color:#b8b8b8;
}
.b-cmall-cart-popup__content-quantity-value{
    /*border-bottom:1px dashed #337ab7;
    color:#337ab7;
    cursor:pointer;
    font-size:14px;
    font-weight:300;*/
    display:none;
}
/*.b-cmall-cart-popup__content-quantity-value:hover{
    border-bottom:1px dashed #337ab7;
    color:#337ab7;
}*/
.b-cmall-cart-popup__content-quantity-input{
	display:none;
}
.b-cmall-cart-popup__content-property-value{
	font-size:14px;
    padding:0 0 0 5px;
}
.b-cmall-cart-popup__content-price{
    color:#202020;
    white-space:nowrap;
	text-align:right;
}
.b-cmall-cart-popup__content-price-name{
    font-size:13px;
    line-height:18px;
    margin-bottom:2px;
    color:#a3a3a3;
    display:none;
}
.b-cmall-cart-popup__content-price-total{
    font-size:20px;
    font-weight:bold;
    line-height:23px;
}
.b-cmall-cart-popup__content-price-desc{
    font-size:14px;
	line-height:20px;
	font-weight:300;
}
.b-cmall-cart-popup__content-price-old-title{
    color:#a3a3a3;
    font-size:14px;
    line-height:18px;
    padding:5px 0 0;
    display:none;
}
.b-cmall-cart-popup__content-price-old{
    color:#878787;
    font-size:14px;
    text-decoration:line-through;
    font-weight:300;
}
.b-cmall-cart-popup__footer{
    background:none repeat scroll 0 0 #f2f2f2;
    border-top:1px dashed #ccc;
    padding:18px 26px 25px;
    overflow:hidden;
}
.b-cmall-cart-popup__footer-order{
    float:left;
    margin:0 0 0 195px;
}
.b-cmall-cart-popup__footer-order-btn{
    font-size:18px;
    line-height:20px;
}
.b-cmall-cart-popup__footer-close{
    float:left;
    padding:3px 12px 4px 15px;
}
.b-cmall-cart-popup__footer-close-link{
    border-bottom:1px dotted #b4c5de;
    color:#436fae;
    cursor:pointer;
    font-size:18px;
    line-height:20px;
}
.b-cmall-cart-popup__footer-close-link:hover{
	color:#fe7f0a;
    border-bottom:1px dotted #ffcc9d;
}

.cmallCart__qtyWrapper{
	position:relative;
	z-index:1;
    /*width:66px;*/
}
.cmallCart__qtyCover{
	position:absolute;
	top:0;
	bottom:0;
	left:2px;
	z-index:2;
	background:url(/_img/cmall/_loading_orange.gif) top right no-repeat;
    width:15px;
    height:15px;
}
.cmallCart__itemInProcess input{
	opacity:0.5;
}
.cmallCartPopup.modal-dialog{
	margin:0;
    width:auto;
}
.b-cmall-eshop-cart-added-modal{
	min-width:300px;
    border:none;
}
.modal-header.b-cmall-eshop-cart-added-modal__header{
	background:#f7f7f7;
    border:none;
	line-height:1;
    padding:0;
	position:relative;
}
.b-cmall-eshop-cart-added-modal__header-title.modal-title{/*++++++++++++++++++++++++++++++++*/
	/*color:#202020;*/
	font-size:18px;
	line-height:1;
	padding:25px 0 25px 15px;
    text-align:left;
}
.close.b-cmall-eshop-cart-added-modal__header-close-button{
	display: block;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteAll.png") 10px 10px no-repeat;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	padding: 18px;
	border-radius: 40px;
    opacity:1;
}
.close.b-cmall-eshop-cart-added-modal__header-close-button:hover,
.close.b-cmall-eshop-cart-added-modal__header-close-button:focus{
    background: url("/_img/cmall/200/icon__CmallCompareSpecDeleteHover.png") 10px 10px no-repeat;
    background-color: #fff;
    opacity:1;
}
/*.b-cmall-eshop-cart-added-modal__body{
	padding:25px 30px 25px 30px;
}*/
.b-cmall-eshop-cart-added-modal__body-item-img{
	border:none;
    border-radius:0;
}
.modal-footer.b-cmall-eshop-cart-added-modal__footer{/*++++++++++++++++++++++++++++++++*/
	background:#fff;
	border-top:1px solid #f1f1f1;
	line-height:1;
	position:relative;
	padding:30px 15px;
	overflow:hidden;
}
.btn.b-cmall-eshop-cart-added-modal__footer-button-continue{
	color:#fff;
	background:#724fa1;
	font-size:17px;
	border:none;
	padding:15px;
	border-radius:30px;
	opacity:1;
    width:100%;
}
.btn.b-cmall-eshop-cart-added-modal__footer-button-continue:hover,
.btn.b-cmall-eshop-cart-added-modal__footer-button-continue:focus{
    background:#724fa1;
    opacity:0.8;
}
.modal-cart-order-btn.b-cmall-eshop-cart-added-modal__footer-button-order{
	color:#fff;
	background:#ff8d12;
	font-size:17px;
	border:none;
	padding:15px;
	border-radius:30px;
	opacity:1;
    width:100%;
}
.modal-cart-order-btn.b-cmall-eshop-cart-added-modal__footer-button-order:hover,
.modal-cart-order-btn.b-cmall-eshop-cart-added-modal__footer-button-order:focus{
    background:#ff8d12;
    opacity:0.8;
}
.cart-small_type_success .cart-small__order-btn,
.cart-small_type_success .cart-small__cont-btn{
	display:none;
}

/* Cmall brands*/

.b-cmall-Cmall__ReferenceLogo-small_list{
	margin:30px 0 0;
}
.b-cmall-eshop-spec__item-wrapper.b-cmall-ReferenceLogo-small_search_link_row__wrapper{
	display:table;
	width:100%;
}
.b-logotips__img.img-responsive{
    margin:0 auto;
    max-height:70px;
}
.b-cmall-eshop-spec__item.b-logotips__item{
	background:#fff;
    padding:15px;
    display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.b-cmall-eshop-spec__item.b-logotips__item:hover{
    -webkit-box-shadow:0px -8px 40px rgba(27,27,28,0.1);
    -moz-box-shadow:0px -8px 40px rgba(27,27,28,0.1);
    box-shadow:0px -8px 40px rgba(27,27,28,0.1);
}
.b-cmall-eshop-referernce-spec__item-sku{
	padding:5px 0 0;
    font-size:13px;
    color:#595959;
}
.b-cmall-eshop-referernce-spec__item-sku,
.b-logotips__link,
.b-logotips__link:hover,
.b-logotips__link:focus{
    text-decoration:none;
}

/* Cmall eshop current cat */

.b-cmall-eshop-spec-tree-left__item-title{
    color:#333;
    font-size:18px;
    padding:0 0 10px;
}
.b-cmall-eshop-box-shadow{
	-webkit-box-shadow: 0px 1px 4px 0px rgba(2, 4, 5, 0.3);
	-moz-box-shadow:    0px 1px 4px 0px rgba(2, 4, 5, 0.3);
	box-shadow:         0px 1px 4px 0px rgba(2, 4, 5, 0.3);
}
.b-cmall-eshop-spec-tree-left__title,
.b-cmall-spec-sitemap-left__title{
    color:#333;
    font-size:18px;
    padding:0 0 10px;
}
.b-cmall-eshop-spec-tree-left__level0,
.b-cmall-spec-sitemap-left__level0{
	background: #ffffff;
    list-style:outside none none;
    margin:0;
    padding:15px 0 0;
}
.b-cmall-eshop-spec-tree-left__level0-title{
	color:#262626;
    cursor:pointer;
    font-size:19px;
    font-weight:300;
    margin:0 20px 10px 15px;
    padding-left:35px;
    position:relative;
    line-height:46px;
}
.b-cmall-eshop-spec-tree-left__level0-title:before{
	content:'';
	display:block;
	width:25px;
	height:25px;
	background:#fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4.5-.05c-.1%200-.3%200-.4.1l-4%204c-.1.2-.1.6%200%20.8.1.2.5.2.7%200l3.6-3.6L8%204.85c.3.1.7.1.9%200%20.2-.1.2-.5%200-.7l-4-4c-.1-.2-.3-.2-.4-.2z%22%20fill%3D%22%23545454%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
	border-radius:30px;
    border:solid 1px #e8e8e8;
	position:absolute;
	top:9px;
	left:0;
}
.b-cmall-eshop-spec-tree-left__level0-title.b-cmall-eshop-spec-tree-left__level0-title-hidden:before{
	background:#fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4.5%205c-.1%200-.3%200-.4-.1l-4-4C0%20.7%200%20.3.1.1c.1-.2.5-.2.7%200l3.6%203.6L8%20.1c.3-.1.7-.1.9%200%20.2.1.2.5%200%20.7l-4%204c-.1.2-.3.2-.4.2z%22%20fill%3D%22%23545454%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}
.b-cmall-eshop-spec-tree-left__level0-title.b-cmall-eshop-spec-tree-left__level0-title-hidden{
	border-bottom:solid 1px #f1f1f1;
    padding-bottom:20px;
}
.b-cmall-eshop-spec-tree-left__list,
.b-cmall-spec-sitemap-left__list{
    list-style:outside none none;
    margin:0 0 30px;
    padding:0;
}
.b-cmall-eshop-spec-tree-left__item,
.b-cmall-spec-sitemap-left__item{
	padding:0 15px 15px 15px;
	border-bottom:solid 1px #f1f1f1;
	margin:0 0 15px 0;
}
.b-cmall-eshop-spec-tree-left__item-link,
.b-cmall-spec-sitemap-left__item-link{
	color:#262626;
    font-size:16px;
    font-weight:300;
}
.b-cmall-eshop-spec-tree-left__item-link:hover,
.b-cmall-eshop-spec-tree-left__item-link:focus,
.b-cmall-spec-sitemap-left__item-link:hover,
.b-cmall-spec-sitemap-left__item-link:focus{
	color:#267ef7;
}
.b-cmall-eshop-spec-tree-left__item-link-active{
	color:#267ef7;
}
.b-cmall-eshop-spec-tree-left__item-count{
    color:#b7b7b7;
    display:inline-block;
    font-size:16px;
    font-weight:300;
    margin:0 0 0 8px;
}
.b-cmall-spec-sitemap-left__item-link-active{
    border-bottom:1px solid #ffcc9d;
    color:#fe7f0a;
}

/* Cmall cart popup */

.btn-u {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #72c02c;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
  text-align: center;
}

.btn-u.btn-u-default {
   background: #95a5a6;
}
.btn-u.btn-u-default:hover, 
.btn-u.btn-u-default:focus, 
.btn-u.btn-u-default:active, 
.btn-u.btn-u-default.active{
   background: #7f8c8d;
}

/* Cmall phone mask */

.phoneMask{
    position:relative;
}
.phoneMask input{
    padding-left:27px;
}
.phoneMask__prefix{
    left:22px;
    line-height:34px;
    position:absolute;
    top:36px;
}
.b-cmall-phoneMask .phoneMask__prefix{
	top:9px;
}
.b-cmall-oneclick-phoneMask .phoneMask__prefix{
    left:8px;
    top:8px;
}

/* Cmall Back To Top */

#topcontrol{
	color:#66a5d0;
	z-index:99;
	position:absolute;
	right:50px;
	bottom:-25px;
    line-height:1.6;
    font-size:13px;
    font-weight:normal;
    cursor:pointer;
}
#topcontrol:after{
	background:#66a5d0 none repeat scroll 0 0;
	border-radius:20px;
    color:#2d2d2d;
	content:"\f077";
	cursor:pointer;
	font-family:FontAwesome;
	font-size:13px;
	font-weight:700;
	line-height:1;
	padding:5px 6px 7px;
	position:absolute;
	right:-35px;
	text-align:center;
	top:0;
}

/* Cmall Back Rounded and Circle Classes */

.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-5x { border-radius: 25px !important;}
.rounded-6x { border-radius: 30px !important;}
.rounded-7x { border-radius: 40px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/* Cmall guestbook */

.testimonial-author{
	font-size:16px;
    color:#333;
}
.b-cmall-message_text{
	font-size:14px;
    line-height:22px;
    color:#000;
    padding:10px 0;
}

/* Cmall news */

.b-cmall-inst_basepress__CmallNews__list{
	background:#fff;
    padding:30px;
}
.b-cmall-inst-basepress-CmallNews-item-row{
    border-right:solid 1px #f1f1f1;
	margin:0 0 20px;
    padding:0 30px 0 0;
}
.b-cmall-inst_basepress__CmallNews__splitter{
	height:1px;
    background:#f1f1f1;
    margin:0 0 20px;
}
.b-cmall-inst-basepress-CmallNews-item-row__body-name-link{
	color:#202020;
    font-size:17px;
    line-height:20px;
}
.b-cmall-inst-basepress-CmallNews-item-row__body-name-link:hover,
.b-cmall-inst-basepress-CmallNews-item-row__body-name-link:focus,
.b-cmall-inst-basepress-CmallNews-item-row__body-name-link:active{
	color:#267ef7;
}
.b-cmall-inst-basepress-CmallNews-item-row__footer{
    color:#b2b2b2;
	margin:15px 0 10px;
	font-size:14px;
	font-weight:300;
}
.b-cmall-inst-basepress-CmallNews-item-row__footer-fdate{
    margin-right:15px;
}
.b-cmall-inst-basepress-CmallNews-item-row__footer-forum-link{
    color:#b2b2b2;
	font-size:12px;
	text-decoration:none;
}
.b-cmall-inst-basepress-CmallNews-item-row__footer-forum-link:hover,
.b-cmall-inst-basepress-CmallNews-item-row__footer-forum-link:focus{
    color:#b2b2b2;
	text-decoration:none;
}
.fa.fa-comments-o.b-cmall-inst-basepress-CmallNews-item-row__footer-forum-link-icon{
	font-size:17px;
}
.fa.fa-thumbs-up.b-cmall-ext-rating-like-rating-form__thumbs-icon{
	font-size:17px;
}
.b-cmall-ext-rating-like-rating-form__thumbs.pull-left{
	cursor:pointer;
}
.b-cmall-inst-basepress-CmallNews-item-row__footer-rating{
	margin-right:15px;
}
.pull-left.b-cmall-ext-rating-like-rating-form__count{
	line-height:22px;
	margin:0 0 0 2px;
    font-size:12px;
}
.b-cmall-inst-basepress-CmallNews-browse-item-row__item{
	margin-bottom:10px;
}
.b-cmall-inst-basepress-CmallNews-browse-item-row__item:last-child{
	margin-bottom:0;
}
.b-cmall-inst-basepress-CmallNews-browse-item-row__item-name{
	font-size:16px;
}
.b-cmall-relations-CmallNews-small-list{
	background:#fff;
    padding:20px;
}
.b-cmall-relations-CmallNews-small-list__title{
	margin-top:0;
}
.news_item-row__announce{
    color:#8a8a8a;
    font-size:15px;
    font-weight:300;
    line-height:18px;
	margin:10px 0 0;
	padding:0;
}
.b-cmall-inst-basepress-CmallNews-item-row__item-splitter{
	height:1px;
    background:#f1f1f1;
    margin:0 0 20px;
}

/* Cmall articles */

.articles_item-row__announce{
	color:#8a8a8a;
	font-size:15px;
	font-weight:300;
	line-height:18px;
	margin:10px 0 0;
	padding:0;
}
.articles_item-cat-row__header{
	margin:0 !important;
	padding:15px 0 0 !important;
}

/* Cmall Comments Form */

.b-cmall-discussion-form-panel{
	padding:0;
}
.discussion_extension__form{
    background:#fff;
    padding:20px;
}
.b-comments-form__social{
	font-size:14px;
	color:#202020;
	font-weight:300;
	line-height:20px;
	padding:15px 0;
}
.b-cmall-discussion-form__modal-footer{
    text-align:left;
}
.b-cmall-discussion-form__modal-footer-oferta{
    font-size:14px;
    color:#202020;
    font-weight:300;
    line-height:20px;
    padding:0 0 15px 0;
    text-align:left;
}
.b-cmall-discussion-form__modal-footer-oferta-link,
.b-cmall-discussion-form__modal-footer-oferta-link:hover,
.b-cmall-discussion-form__modal-footer-oferta-link:focus,
.b-cmall-discussion-form__modal-footer-oferta-link:active{
	color:#267ef7;
}
.b-cmall-discussion-form__btn-send{
	background:#724fa1;
	font-size:17px;
	border:none;
	opacity:1;
	padding:15px 0;
	border-radius:30px !important;
	color:#fff;
	line-height:20px;
	font-weight:700;
    width:100%;
    margin:0 !important;
}
.b-cmall-discussion-form__btn-send:hover,
.b-cmall-discussion-form__btn-send:focus,
.b-cmall-discussion-form__btn-send:active{
	background:#724fa1;
}

/*************Cmall responsive****************/

/* Cmall large devices */

@media (min-width: 1200px) {

/* Cmall tooltip */
	
	.b-cmall-header-links .tooltip{
		display:none !important;
	}

/* Cmall cart */
    
    .b-cmall-cart-spec-tooltip__wrapper{
    	min-width:250px !important;
    }

/* Cmall compare */

	.b-cmall-compare__wrapper{
    }

/* Cmall main menu */

	#b-cmall-main-menu .container{
		padding-left: 0;
		padding-right: 0;
	}		
		#b-cmall-main-menu .navbar-nav > li > a {
			padding-left:20px;
			padding-right:20px;
		}
	
}

/* Cmall medium devices */

@media (min-width: 992px) and (max-width: 1199px) {

/* Cmall tooltip styles */

	.b-cmall-header-links .tooltip{
		display:none !important;
	}

/* Cmall main header & search */

    .b-cmall-pm-header-search{
    	width:57%;
    }
    .b-cmall-pm-eshop-spec__col{
    	width:20%;
    }
    .b-cmall-header-top__phone{
    	margin-top:5px;
    }
    .b-cmall-compare__wrapper {
    	width:40px;
    	height:124px;
	}
    /*.i-cart {
    	width:40px;
    	height:124px;
	}*/
    .b-cmall-header-links {
    	width:40px;
    	height:124px;
	}
    
/* Cmall header search */
    
    .b-cmall-pm-header-search{
    	padding-top:34px;
    }
    .b-cmall-EshopSpecialSearchWords-small-special-row__item{
    	display:block !important;
        top:14px;
    }
    /*#b-cmall-search{
    	margin-top:5px;
    }*/
    .b-cmall-header-top__order-callback{
    	margin-top:4px;
    }

/* Cmall compare */
    
    .compare_small_body{
        right:124px;
    }
    
/* Cmall cart */
    
    .b-cmall-cart-spec-tooltip__wrapper{
    	min-width:250px !important;
    }
	#b-cmall-cart .b-cmall-cart-spec-tooltip__wrapper{
    	/*right:69px;*/
        right: 15px;
        box-shadow: 5px 5px 30px rgba(0,0,0,0.4);
    }
		
/* Cmall menu */

	#b-cmall-main-menu .container{
		padding-left: 0;
		padding-right: 0;
	}		

/* Cmall product carousel */	

	.product-carousel.owl-nav .owl-prev{
		/*left:89%;*/
	}		

/* Cmall subscribe */
	
    .b-cmall-subscribe-small-block__body{
    	/*padding-top:10px !important;*/
    }

/* Cmall Back To Top */

	#topcontrol{
		bottom:-35px !important;
    }
    
/* Cmall footer links */

	.footer-links h5{
		margin:10px 0;
	}

/* Cmall copyright */
	
	.b-cmall-copyright-footer{
		font-size:14px;
	}
    .b-cmall-copyright-footer p.pull-left, .b-cmall-copyright-footer ul{
        text-align:center;
        float:none !important;
    }
}

@media only screen and (max-width: 992px) {
    .b-cmall-cart-form, 
    #eshop-ordering__purchase-form {
        margin-top:60px !important;
    }
    div.mobile-top-60 {
        margin-top:60px !important;
    }
}

/* Cmall small devices */

@media (min-width: 768px) and (max-width: 991px) {
    
/* Cmall main header & search */

	.b-cmall-logo{
    	margin-top:0;
	}
    .b-cmall-compare__wrapper {
    	width:40px;
    	height:134px;
	}
    /*.i-cart {
    	width:40px;
    	height:134px;
	}*/
    .b-cmall-header-links {
    	width:40px;
    	height:134px;
	}
    
    
/* Cmall phone */

	.b-cmall-header-top__phone{
    	font-size:13px;
        margin-top:13px;
	}
	.b-cmall-header-top__order-callback{
    	margin:0 0 0 5px;
	}
    
/* Cmall header search */
    
    .b-cmall-pm-header-search{
    	padding-top:34px;
    }
    .b-cmall-EshopSpecialSearchWords-small-special-row__item{
    	display:none !important;
    }
	/*#b-cmall-search{
    	margin:0;
	}*/
    
/* Cmall main menu */
    
	#b-cmall-main-menu .container{
		padding-left:0;
		padding-right:0;
	}
	#b-cmall-main-menu .navbar-nav > li > a{
		font-size:14px;
		padding-left:10px;
		padding-right:10px;
	}

/* Cmall compare */
    
    .compare_small_body{
        right:120px;
        top:110px;
    }
    
/* Cmall cart */
    
    .b-cmall-cart-spec-tooltip__wrapper{
    	min-width:250px !important;
    }
    #b-cmall-cart .b-cmall-cart-spec-tooltip__wrapper{
		right:15px;
		top:80px;
	}
    
/* Cmall product carousel */	

	.product-carousel .row{
		margin-left:-3px;
		margin-right:-3px;
	}
	.product-carousel .col-xs-12{
		padding-left:0;
		padding-right:0;
	}
	.product-carousel .owl-wrapper-outer{
	}
    .product-carousel #owl-product .item{
		padding-left:3px;
		padding-right:3px;
		text-align:center;
    }
	
/* Cmall side products lists */

	.side-products-list h5,
	.side-products-list .price{
		float:none;
	}
	
/* Cmall pagination */
    
    .b-cmall-pager__list{
		margin-bottom:15px; 
	}

/* Cmall subscribe */
	
    .b-cmall-subscribe-small-block__form{
        padding:15px 0 20px;
    }
    .b-cmall-subscribe-small-block__title{
        padding-top:0;
    	margin-top:0;
        margin-bottom:0;
        line-height:18px;
    }
    .b-cmall-subscribe-small-block__input-wrapper{
    	float:none;
        width:100%;
    }
    .b-cmall-subscribe-small-block__btn-wrapper{
    	position:relative;
		top:unset;
		right:unset;
    }
    .b-cmall-subscribe-small-block__title-second{
    	margin:15px 0 0;
        padding:0;
    }
    .btn.b-cmall-subscribe-small-block__btn{
    	margin:10px 0 0;
        width:100%;
    }
    .b-cmall-subscribe-small-block__body{
    	padding-top:15px;
    }
    
/* Cmall footer links */

	.footer-links h5{
		margin:10px 0;
	}
	.b-cmall-footer-links__list{
		padding-left:15px;
	}
	
/* Cmall copyright */
	
	.b-cmall-copyright-footer{
		font-size:14px;
	}
    .b-cmall-copyright-footer p.pull-left, .b-cmall-copyright-footer ul{
        text-align:center;
        float:none !important;
    }
    .b-amiro-copyright{
    	text-align:left;
    }
    
/* Cmall news */

	.b-cmall-inst-basepress-CmallNews-item-row{
		border:none;
	}
}

/* Cmall extra small devices */

@media (max-width: 767px) {
    button.clear-busket {
        top: -30px;
    }
    /*#eshop-ordering_type_purchase h1,
    .busket-h1 h1 {
        margin-top: 40px !important;
    }*/
    .modal-footer.b-cmall-eshop-cart-added-modal__footer {
        display: block;
    }
    button.zakaz3,
    button.zakaz4 {
        width: 100%;
    }
    button.zakaz3 {
        margin-bottom:10px;
    }
    .modal-footer>:not(:first-child) {
        margin-left: 0 !important;
    }
    .b-cmall-cart-popup__content-title{
        margin: 20px 0;
	}
    #lay_f1 {
    	margin-bottom:20px;
	}
	.b-cmall-adv-eshop {
    	padding-top:20px !important;
	}
    .b-cmall-about-advantage{
    	margin:10px 0 0 !important;
	}
    .b-cmall-body.container{
    	margin-bottom:20px;
    }
    .b-cmall-news-special{
    	margin:20px 0 5px !important;
    }
    .AlertWindow{
        left:0 !important;
        width:90% !important;
        padding:0 !important;
        height:auto !important;
        margin:0 5%;
    }
    .AlertWindow .popupContent {
        padding:10px 40px 10px 10px !important;
    }
    
    .AlertWindow .popupClose {
        top:2px !important;
    }
    .b-cmall-header-top-menu{
    	display:none;
    }
    .b-cmall-pm-header-contacts{
    	display:none;
    }
    .b-cmall-stickers__CmallLogoCompany-body_small{
    	/*padding-right:0;*/
    }
    
/* Cmall phone */
	.b-cmall-header-top__phone{
	    color:#323232;
        margin:8px 0 0;
        font-size:19px;
	}
	.b-cmall-header-top .pull-left {
    	float: none !important;
    	text-align: left;
	}
	.b-cmall-header-top .pull-right {
    	float: none !important;
    	text-align: center;
	}
	.b-cmall-header-top__order-callback{
    	display:inline-block;
	}
    .b-cmall-pm-header-phone__wrapper{
    	display:block;
    }
	.b-cmall-pm-header-phone {
    	margin: 7.5px -10px 7.5px 0;
	}
    .b-cmall-pm-eshop-spec__col{
    	width:50%;
    }
    .b-cmall-compare__wrapper {
    	width:100px;
    	height:124px;
	}
    .i-cart {
    	width:80px;
    	height:80px;
	}
    .b-cmall-header-links {
    	width:100px;
    	height:124px;
	}
    #b-cmall-cart .b-cmall-eshop_cart-special_menu_list__icon-count{
    	right:14px;
    }
    
/* Cmall responsive image */

	.col3-banners .img-responsive, 
	.col2-banners .img-responsive, 
	.b-cmall-eshop-list-item-row__item .img-responsive{
		margin:0 auto;
	}
	.b-cmall-logo{
		margin:0 auto;
	}
	.b-cmall-logo .img-responsive{
		margin:0;
	}
    
	
/* Cmall cart */	

	#b-cmall-cart .btn{
        margin:0;
	}
    #b-cmall-cart .dropdown-menu{
    	width:345px;
        right:15px;
    }
    .b-cmall-cart-spec-tooltip__header-title{
    	font-size:17px;
		padding:25px 0 25px 15px;
    }
    .b-cmall-cart-spec-tooltip__delete{
    	display:none;
    }
    .b-cmall-cart-spec-tooltip__item{
    	padding:15px;
    }
	.b-cmall-cart-spec-tooltip__item-pic{
    	width:30%;
	}
	.b-cmall-cart-spec-tooltip__item-desc{
    	width:55%;
        padding:0 0 0 10px;
	}
	.b-cmall-cart-spec-tooltip__item-desc-price{
    	width:30%;
        float:right;
	}
    .b-cmall-cart-spec-tooltip__item-delete{
    	display:none;
    }
	.b-cmall-cart-spec-tooltip__item-title-link{
    	font-size:15px;
    	line-height:1.5;
	}
    .b-cmall-cart-spec-tooltip__item-price-total{
    	font-size:16px;
    }
    .b-cmall-cart-spec-tooltip__footer{
    	padding:15px;
    }
    .b-cmall-eshop_compare-special_menu_list__icon-count{
    	padding:3px 5px;
        line-height:0.9;
    }
	#b-cmall-cart .b-cmall-eshop_cart-special_menu_list__icon-count {
    	padding:3px 5px;
    	line-height:0.9;
	}
    
/* Cmall cart popup */
    
    .b-cmall-eshop-cart-added-modal__footer-button{
    	margin:15px 0 0;
    }
    
/* Cmall login & registration section */

	.modal-dialog.b-cmall-members-body_small_block__wrapper{
		width:auto;
	}
    .b-cmall-members-body_small_block__body-remember-label{
    	margin:7px 0 !important;
    }
    
/* Cmall header search */
    
    .b-cmall-EshopSpecialSearchWords-small-special-row__item{
    	display:none !important;
    }
    .b-cmall-pm-header-search{
    	display:none;
    }
	.b-cmall-pm-header-menu-search{
    	display:block !important;
    	margin-bottom:10px !important;
    	overflow:hidden;
	}
    /*.b-menu__item.b-cmall-pm-header-menu-search .b-cmall-pm-header-menu-search__wrapper #b-cmall-search{
    	margin-left:0;
    }
    .b-menu__item.b-cmall-pm-header-menu-search .b-cmall-pm-header-menu-search__wrapper #b-cmall-search .input-group{
    	background:#fff;
    }*/
    
/* Cmall main menu */

	#b-cmall-main-menu .navbar-collapse {
		border-top:1px solid #c7c7c7;
	}
	#b-cmall-main-menu .navbar-toggle {
		color:#fff;
	}
	#b-cmall-main-menu .navbar-toggle:focus {
		color:#fff;
	}
	#b-cmall-main-menu .dropdown-inner ul {
		display:block;
	}
    .b-menu__link-arr{
    	background:none;
    }
    .b-menu{
    	padding:0;
        list-style: outside none none;
        margin: 7.5px -15px;
    }
    .b-menu__item{
    	display: block;
    	position: relative;
    }
    .b-menu__link{
    	line-height: 20px;
    	padding-bottom: 10px;
    	padding-top: 10px;
        color: #fff !important;
        padding-right: 30px !important;
        padding-left: 15px;
        display:block;
        font-size:18px;
    }
    .b-menu__link:hover{
    	background: none repeat scroll 0 0 #2869a0;
        text-decoration:none;
        color:#fff;
    }
    .b-menu__link:focus{
    	color:#fff;
    }
    .b-sub-menu2{
    	display:none !important;
    }
    .b-menu__link_active{
    	background:none repeat scroll 0 0 #2869a0;
    }
    .navbar-header__title{
    	display:block;
        color:#fff;
        position:relative;
    }
    .navbar-header__title-name{
    	    font-size:17px;
    		left:20px;
    		line-height:1;
    		position:absolute;
    		top:18px;
        	font-weight:700;
    }
    
/* Cmall eshop cat hits */
    
    .b-cmall-Cmall__EshopCatHomeHitsXS-main_body{
    	margin:20px 0 0;
		position:relative;
    }
	.b-cmall-Cmall__EshopCatHomeHitsXS-main_body__wrapper-bg{
		position: absolute;
		background: #674172;
		height: 160px;
		width: 100%;
		top: 0;
	}
	.b-cmall-Cmall__EshopCatHomeHitsXS-main_body__wrapper-bg:before,
	.b-cmall-Cmall__EshopCatHomeHitsXS-main_body__wrapper-bg:after {
    	background: #674172;
    	bottom: 0;
    	content: "";
    	height: 160px;
    	position: absolute;
    	top: 0;
    	width: 9999px;
	}
	.b-cmall-Cmall__EshopCatHomeHitsXS-main_body__wrapper-bg:before{
    	right: 100%;
	}
	.b-cmall-Cmall__EshopCatHomeHitsXS-main_body__wrapper-bg:after{
		left: 100%;
	}
    .b-cmall-Cmall__EshopCatHomeHitsXS-main_body__header-name{
    	line-height:1;
		margin:0;
		position:relative;
		padding:30px 0 20px;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item__body-item{
    	background:#fff;
        border-bottom:1px solid #f1f1f1;
        padding:20px;
    }
	.b-cmall-Cmall__EshopCatHomeHitsXS-item__body-item-tbl {
  		display:table;
  		width:100%;
	}
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-pic{
    	display:table-cell;
    	text-align:left;
    	width:30%;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-img{
        padding:5px 10px 5px 15px;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-desc{
		display:table-cell;
		text-align:left;
		vertical-align:middle;
		width:70%;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-name{
    	padding:0 0 0 20px;
        color:#202020;
        font-size:17px;
        font-weight:400;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-name:hover{
    	color:#267ef7;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-link,
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-link:hover,
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-link:focus{
    	text-decoration:none;
        outline:none;
    }
    .b-cmall-Cmall__EshopCatHomeHitsXS-item_normal__item-chevron-right{
        color:#212121;
        margin-right:15px;
	}

/* Cmall header links */

    .b-cmall-header-links .b-cmall-header-links__list{
    	margin-right:0;
    }
	.b-cmall-header-links ul.pull-right{
		float:right !important;
		text-align:right;
	}
    .b-cmall-header-links li{
        float:left;
    }
	.b-cmall-header-links li a{	
		padding:10px 3px;
	}
    .compare_small_body{
        right:15px;
        width:auto;
    }
    .b-cmall-compare-spec-tooltip__header-title{
    	padding-left:15px;
        font-size:17px;
    }
    .compare_small_list_tbl__row{
    	padding:15px;
    }
    .compare_small_list_tbl__row-link{
		font-size:16px;
		line-height:1.5;
		margin:0 50px 0 0;
		display:inline-block;
	}
    .b-cmall-compare-spec-tooltip__item-delete{
    	top:20px;
    }
    .b-cmall-compare-spec-tooltip__footer{
    	padding:15px;
    }
    .b-cmall-compare-spec-tooltip__footer-clear{
    	padding-right:15px;
	}
	.b-cmall-compare-spec-tooltip__footer-compare{
    	padding-left:15px;
        padding-top:10px;
	}

/* Cmall slider section */

	.slider{
		margin-bottom:20px;
        margin-top:0;
	}
	.col-md-offset-3.col-md-9.slider{
		margin-bottom:20px;
	}

/* Cmall latest products */

	.b-cmall-product-head, .product-col{
		text-align:left;
	}
		
/* Cmall product carousel */	

	.b-cmall-product-head{
		font-size:18px;
	}
	.product-carousel.owl-nav .owl-prev{
		/*left:15px;*/
	}	 
	.product-carousel.owl-nav .owl-next{
		right:20px;
	}		
			
/* Cmall Three column banner */

	.col3-banners{
		margin-bottom:10px;
	}
		.col3-banners li + li{
			margin-top:20px;
		}

/* Cmall two column banner */

	.col2-banners{
		margin-bottom:10px;
	}
		.col2-banners li + li{
			margin-top:20px;
		}		
		
/* Cmall page content */

	.b-cmall-page-block h3{
		margin-top:20px;
	}		
	
/* Cmall tabs */

	.tabs-panel .nav-tabs > li{
		display:block;
		float:none;
	}
    
/* Cmall brands*/

    .b-cmall-Cmall__ReferenceLogo-small_list{
    	margin:20px 0 0;
    }
    .b-cmall-Cmall__ReferenceLogo-small_list__header .b-cmall-product-head__title-header{
		font-size:19px !important;
        padding:0;
	}

/* Cmall pagination */

	.b-cmall-pager{
		text-align:center;
	}
		.b-cmall-pager__list{
			margin-bottom:10px; 
		}

/* Cmall footer links */
	
    .b-cmall-footer-links__wrapper{
    	padding-top:20px;
        padding-bottom:20px;
    }
	.footer-links .col-sm-6, .footer-links .last{
		text-align:center;
	}
	.footer-links .col-sm-6{
		margin-bottom:20px;
	}
	.footer-links h5{
		margin:10px 0;
	}
	.b-cmall-footer-links__list{
		padding-left:15px;
	}
    .b-cmall-menu-sub_block__list-collapse{
    	margin:7px 0;
    }
    .b-cmall-footer-contacts-phone__list{
    	margin-top:0;
        padding-left:0;
    }
    .b-cmall-footer-main-menu__title{
    	margin:15px 0;
    }
    .b-cmall-footer-contacts-phone__item{
    	line-height:1;
    	margin-bottom:10px;
    }
	.b-cmall-menu-main_item__wrapper{
		border-bottom:solid 1px #373737;
    	padding-top:15px;
		padding-bottom:15px;
	}
    .b-cmall-stickers-CmallSocialBottom-small-list-list{
    	padding:15px 0;
    }

/* Cmall social */

	.b-cmall-stickers-CmallSocialBottom-small-list-list{
		margin:0;
        border-bottom:solid 1px #212121;
        padding:0 0 15px;
	}
    
/* Cmall subscribe */
    
    .b-cmall-subscribe-small-block__form{
        padding:15px 0 20px;
    }
    .b-cmall-subscribe-small-block__title{
        padding-top:0;
    	margin-top:0;
        margin-bottom:0;
        line-height:18px;
    }
    .b-cmall-subscribe-small-block__input-wrapper{
    	float:none;
        width:100%;
    }
    .b-cmall-subscribe-small-block__btn-wrapper{
    	position:relative;
		top:unset;
		right:unset;
    }
    .b-cmall-subscribe-small-block__title-second{
    	margin:15px 0 0;
        padding:0;
    }
    .btn.b-cmall-subscribe-small-block__btn{
    	margin:10px 0 0;
        width:100%;
    }
    .b-cmall-subscribe-small-block__body{
    	padding-top:15px;
    }
    
/* Cmall copyright */
	
	.b-cmall-copyright-footer{
		font-size:14px;
        padding:15px 0;
	}
    .b-cmall-copyright-footer p.pull-left, .b-cmall-copyright-footer ul{
        text-align:center;
        float:none !important;
    }
    .b-cmall-copyright-footer li{
        padding:0 2px;
    }
    .b-amiro-copyright{
    	text-align:left;
    }
    
/* Cmall news */

	.b-cmall-inst-basepress-CmallNews-item-row{
		border:none;
	}
    
/* Cmall one click style */

	.cart-small.modal-body.cart-small_type_one-click .modal-body{
		height:230px;
        overflow-y:scroll;
	}
    
}

@media (min-width:768px){
    
    /* Cmall eshop header menu */
    
    .b-cmall-stickers__CmallLogoCompany-body_small{
    	padding:0 15px 0 0;
        width:23%;
    }
    .b-cmall-stickers__CmallLogoCompany-small_row__img{
    	max-width:180px;
        width:100%;
    }
	.i-menu {
		z-index:1005;
	}
	.b-menu {
		min-height:48px;
		list-style:none;
		margin:0;
		padding:0;
		white-space:nowrap;
		position:relative;
		z-index:100;
	}
	.b-menu:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.b-menu__loading{
		height:48px;
		overflow:hidden;
	}
	.b-menu__item{
		background:url("_img/cmall/101/splitter__CmallEshopMainMenuLevelOne.png") no-repeat scroll 100% 13px transparent;
		color:#fff;
		font-size:17px;
        font-weight:700;
		float:left;
		padding:0;
	}
	.b-menu__item:last-child{
		background:none;
	}
	.b-menu__link {
		display:block;
		color:#fff !important;
	    margin:0 15px;
	    outline:medium none;
		padding:13px 12px;
		-webkit-transition:color 200ms linear;
		-moz-transition:color 200ms linear;
		-o-transition:color 200ms linear;
		transition:color 200ms linear;
	    text-decoration:none;
	    border-bottom:none;
	}
	.b-menu__link:hover{
	    color:#fff;
	    border-bottom:none;
	}
	.b-menu__link:focus{
	    color:#fff;
	}
	.b-menu__item:hover .b-menu__link {
	    border-bottom:3px solid #66a5d1;
	    padding:13px 12px;
	    text-decoration:none;
        margin-bottom:-3px;
        background:url("_img/cmall/101/arrow__CmallEshopMainMenuLevelOne.png") 50% 100% no-repeat;
	}
	.b-menu__link_active{
	    background-color:#000 !important;
	    color:#fff !important;
	    padding:13px 12px;
	    text-decoration:none;
	}
	.b-menu__link_active:hover{
		color:#000;
	}
	.b-menu__link-arr-active{
	    background:#fff;
	    color:#000;
	    padding:13px 12px;
	    text-decoration:none;
	}
	.b-menu__link_active.b-sub-menu__link.b-sub-menu__link2,
	.b-menu__link-arr-active.b-sub-menu__link.b-sub-menu__link2{
	    background:none;
	    border-top:none;
	    padding:0;
	}
	.i-sub-menu {
	    background:#fafafa;
	    box-shadow:0 4px 5px rgba(0, 0, 2, 0.5);
		display:none;
		left:0;
		position:absolute;
		top:51px;
		z-index:5900;
		width:100%;
	}
	.i-sub-menu__ar {
		background: url(_img/cmall/sub-m-ar.png) center 0 no-repeat;
		display:block;
		height:10px;
		left:0;
		position:absolute;
		top:1px;
		width:209px;
		z-index:2;
	}
	
	
	.b-menu__item-more .i-sub-menu .i-sub-menu{
		border:none;
		box-shadow:none;
		display:block;
		position:relative;
		width:auto;
        top:100%;
	}
	.b-menu__item-more .b-sub-menu2 .b-menu__link-arr{
		background:none;
	}

	
	
	.b-sub-menu2,
	.b-menu__item-more .b-sub-menu1{
	    list-style:none;
	    margin:0;
	    min-width:250px;
	    overflow:hidden;
	    padding:10px 0;
	}
	.b-sub-menu2__splitter,
	.b-menu__item-more .b-sub-menu2__splitter{
		padding:0 0 10px;
	}
	.b-sub-menu__item,
	.b-menu__item-more .i-sub-menu .b-menu__item{
		background:none;
		float:none;
		border-top:none;
		color:#5a6977;
		/*font:16px Ubuntu,sans-serif;*/
		padding:3px 16px 4px;
		text-align:left;
		text-transform:none;
	    display:inline-table;
	    white-space:normal;
	    width:25%;
	}
	.b-sub-menu__item_waste{}
	.b-menu__item-more .i-sub-menu .b-sub-menu__item_waste{
		display:none;
	}

	
	
	.b-sub-menu__item2,
	.b-menu__item-more .i-sub-menu .b-menu__item{
	    float:left;
	}
	.b-sub-menu__link2,
	.b-menu__item-more .i-sub-menu .b-menu__link{
		display:inline;
		background:none;
        border:none;
		color:#66a5d0 !important;
	    /*font:bold 15px Ubuntu,sans-serif;*/
		text-decoration:none;
		padding:0;
		margin:0;
		outline:none;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	.b-sub-menu__link2:hover,
	.b-sub-menu__link2:focus,
	.b-menu__item-more .i-sub-menu .b-menu__link:hover,
	.b-menu__item-more .i-sub-menu .b-menu__link:focus{
		color:#fe7f0a !important;
	}
	.b-sub-menu__link-active,
	.b-menu__item-more .i-sub-menu .b-menu__link_active{
		text-decoration:none;
	}
	
	.b-sub-menu3,
	.b-menu__item-more .b-sub-menu2{
		min-width:0;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	.b-sub-menu__item3,
	.b-menu__item-more .b-sub-menu__item2{
	    display:block;
		float:none;
	    padding:5px 0 0;
        width:100%;
	}
    .b-sub-menu__link.b-sub-menu__link3,
	.b-menu__item-more .i-sub-menu .b-sub-menu2 .b-sub-menu__item2 .b-sub-menu__link2{
	    color:#272828 !important;
	    font-size:14px;
	    text-decoration:none;
        font-weight:normal !important;
	}
	.b-sub-menu__link.b-sub-menu__link2:hover,
    .b-sub-menu__link.b-sub-menu__link3:hover,
	.b-menu__item-more .b-sub-menu__link.b-sub-menu__link2:hover,
    .b-menu__item-more .i-sub-menu .b-sub-menu2 .b-sub-menu__item2 .b-sub-menu__link2:hover{
	    color:#fe7f0a !important;
	}
	.b-sub-menu4,
	.b-menu__item-more .b-sub-menu3{
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	.b-sub-menu__item4,
	.b-menu__item-more .b-sub-menu__item3{
	    display:block;
	    line-height:10px;
	    padding:6px 0 0;
	}
	.b-sub-menu__link4,
	.b-menu__item-more .b-sub-menu__link3{
	    color:#4b4d4e;
	    /*font:12px/15px Ubuntu,sans-serif;*/
	    text-decoration:none;
	}
	.b-sub-menu__link4:hover,
	.b-menu__item-more .b-sub-menu__link3:hover{
	    color:#fe7f0a;
	}
	.b-sub-menu5,
	.b-menu__item-more .b-sub-menu4{
	    list-style:none;
	    margin:3px 0 0 0;
	    padding:0;
	}
	.b-sub-menu__item5,
	.b-menu__item-more .b-sub-menu__item4{
	    display:block;
	    line-height:10px;
	    padding:6px 0 1px 17px;
	    background:url("/_img/cmall/arrow__sub-menu-item-level5.png") left 10px no-repeat;
	}
	.b-sub-menu__item5:hover,
	.b-menu__item-more .b-sub-menu__item4:hover{
	    background:url("/_img/cmall/arrow__sub-menu-item-hover-level5.png") left 10px no-repeat;
	}
	.b-sub-menu__link5,
	.b-menu__item-more .b-sub-menu__link4{
	    color:#4b4d4e;
	    /*font:12px/1 Ubuntu,sans-serif;*/
	    text-decoration:none;
	}
	.b-sub-menu__link5:hover,
	.b-menu__item-more .b-sub-menu__link4:hover{
	    color:#fe7f0a;
	}
	.b-sub-menu__show-all2,
	.b-sub-menu__show-all3,
	.b-sub-menu__show-all4,
	.b-sub-menu__show-all5,
	.b-sub-menu__show-all6{
		display:none;
	}
	.b-menu__item-more .b-sub-menu__show-all2{
		display:inline-table;
	}
	.b-menu__item-more .b-sub-menu__show-all2,
	.b-menu__item-more .b-sub-menu__show-all3,
	.b-menu__item-more .b-sub-menu__show-all4,
	.b-menu__item-more .b-sub-menu__show-all5,
	.b-menu__item-more .b-sub-menu__show-all6{
		padding:10px 0 4px;
	}
	.i-sub-menu .b-sub-menu__show-all-link2{
	    color:#000;
	    font-size:12px;
	    font-weight:700;
	}
	.i-sub-menu .b-sub-menu__show-all-arr2 {
	    background:url("_img/cmall/arrow__EshopMenuDropDownMore.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	    display:inline-block;
	    font-size:9px;
	    height:9px;
	    line-height:1;
	    margin:0 0 0 5px;
	    text-indent:-9999px;
	    width:7px;
	}
    
    /* Cmall eshop cat hits */
    
    .b-cmall-EshopCatHomeHits-item_normal__img{
		max-height:170px;
	}
}

/* Cmall eshop tree dropdown V2 */

.cd-dropdown-wrapper {
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.cd-dropdown {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	/* Force Hardware Acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
	transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown .cd-close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
	/* this is the 'X' icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 20px;
	width: 2px;
	background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
	transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 992px) {
	.cd-dropdown {
		position: absolute;
		top:100%;
		/* reset style*/
		height: auto;
		width: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
	}
	.cd-dropdown .cd-close {
		display: none;
	}
	.cd-dropdown.dropdown-is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
	}
}

.cd-dropdown-content, .cd-dropdown-content ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	padding-top: 50px;
	margin:0;
	list-style-type: none;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider,
.cd-dropdown-content .cmallEshopTreeDropdownV2__splitter,
.cd-dropdown-content .cmallEshopTreeDropdownV2__search{
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider,
ul.move-out > .cmallEshopTreeDropdownV2__secondaryCol > li > a,
ul.move-out .cmallEshopTreeDropdownV2__splitter,
ul.move-out .cmallEshopTreeDropdownV2__search{
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider,
ul.move-out > .cmallEshopTreeDropdownV2__secondaryCol > li > a,
ul.move-out .cmallEshopTreeDropdownV2__splitter,
ul.move-out .cmallEshopTreeDropdownV2__search{
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
	.cd-dropdown-content, .cd-dropdown-content ul {
		padding-top: 0;
		overflow: visible;
	}
	.cd-secondary-dropdown ul{
		min-height:0;
		transition: transform, min-height 0.3s;
	}
  
	.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
		border-top-width: 1px;
	}
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider,
  ul.move-out > .cmallEshopTreeDropdownV2__secondaryCol > li > a, 
  ul.move-out .cmallEshopTreeDropdownV2__splitter,
  ul.move-out .cmallEshopTreeDropdownV2__search{
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #757575;
}

@media only screen and (min-width: 992px) {
	.cd-dropdown-content {
		position: static;
		height: auto;
	}
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #337ab7;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
	min-height:100%;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after{
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown{
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden{
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in{
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  
  .cd-dropdown-content .cd-secondary-dropdown > .go-back{
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all{
    position: absolute;
    bottom: 22px;
    height: 50px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a{
    margin: 0;
    height: 100%;
    line-height: 50px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover{
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a{
    border: none;
  }
  
  
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #337ab7;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 10px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    color: #337ab7;
  }
  .cd-dropdown-content > .has-children > a.is-active::before,
  .cd-dropdown-content > .has-children > a.is-active::after{
    background: #337ab7;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 1px;
  width: 6px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 992px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 5px 50%;
  -moz-transform-origin: 5px 50%;
  -ms-transform-origin: 5px 50%;
  -o-transform-origin: 5px 50%;
  transform-origin: 5px 50%;
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}


.b-cmall-Cmall__EshopTreeDropdownV2-main_body{
	background:#43494e;
}
.cmallEshopTreeDropdownV2{
	width:100%;
}
.cmallEshopTreeDropdownV2__catalogBtn,
a.cmallEshopTreeDropdownV2__catalogBtn{
	color: #fff;
    background: #323232 none repeat scroll 0 0;
    position: relative;
    display: block;
    padding:20px 0;
	line-height:20px;
    -webkit-transition: background-color 0.15s ease 0s;
    -moz-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.cmallEshopTreeDropdownV2__catalogBtn:before, .cmallEshopTreeDropdownV2__catalogBtn:after {
	/* this is the arrow inside the dropdown trigger*/
	/*content: '';*/
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	width: 5px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: width 0.3s, -webkit-transform 0.3s;
	-moz-transition: width 0.3s, -moz-transform 0.3s;
	transition: width 0.3s, transform 0.3s;
}
.cmallEshopTreeDropdownV2__catalogBtn:before {
	/*right: 22px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);*/
}
.cmallEshopTreeDropdownV2__catalogBtn:after {
	/*right: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}

.cmallEshopTreeDropdownV2__menuIcon {
    width: 24px;
    height: 4px;
    display:inline-block;
    background: #fff;
    border-radius: 1px;
    margin: 0 19px;
    position: relative;
	vertical-align:middle;
}

.cmallEshopTreeDropdownV2__menuIcon:before {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 0;
    right: 0;
    border-radius: 1px;
    content: "";
    display: block;
    height: 4px;
    background: #fff;
}

.cmallEshopTreeDropdownV2__menuIcon:after {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    right: 0;
    border-radius: 1px;
    content: "";
    display: block;
    height: 4px;
    background: #fff;
}

@media only screen and (min-width: 992px) {
	/* transform the arrow into a 'X' */
	.cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:before, .cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:after {
		width: 14px;
	}
	.cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:before {
		-webkit-transform: translateX(5px) rotate(-45deg);
		-moz-transform: translateX(5px) rotate(-45deg);
		-ms-transform: translateX(5px) rotate(-45deg);
		-o-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg);
	}
	.cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	/* prevent transform the arrow into a 'X' on home page */
	.cmallEshopTreeDropdownV2__home .cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:before,
	.cmallEshopTreeDropdownV2__home .cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:after{
		width: 9px;
	}
	.cmallEshopTreeDropdownV2__home .cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.cmallEshopTreeDropdownV2__home .cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.cmallEshopTreeDropdownV2__dropdown{
	background-color: #111433;
	color: #ffffff;
	width:100%;
}
.cmallEshopTreeDropdownV2__dropdownVisible{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
@media only screen and (min-width: 992px) {
	.cmallEshopTreeDropdownV2__dropdown {
		background-color: #ffffff;
		color: #757575;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	}
	.cmallEshopTreeDropdownV2__dropdownVisible{
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
	}
}
.cmallEshopTreeDropdownV2__header{
	color: #585a70;
	background-color: #111433;
	border-bottom: 1px solid #242643;
	height: 50px;
	line-height: 50px;
	font-size:16px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.cmallEshopTreeDropdownV2__splitter{
	height: 34px;
    line-height: 34px;
    padding: 0 0 0 10px;
    background: #0b0e23;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.cmallEshopTreeDropdownV2__splitter + .cmallEshopTreeDropdownV2__item > .cmallEshopTreeDropdownV2__link,
.cmallEshopTreeDropdownV2__search + .cmallEshopTreeDropdownV2__item > .cmallEshopTreeDropdownV2__link{
	border:none;
}
@media only screen and (min-width: 768px) {
	.cmallEshopTreeDropdownV2__header{
		height: 60px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.cmallEshopTreeDropdownV2__header{
		display:none;
	}
}

.cmallEshopTreeDropdownV2__list{
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	width:100%;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
}
.cmallEshopTreeDropdownV2__link{
	color: #fff;
	font-size:16px;
	display: block;
    height: 50px;
    line-height: 50px;
	padding: 0 20px;
	border-top:1px solid #242643;
}
.cmallEshopTreeDropdownV2__item:last-of-type > a{
	border-bottom:1px solid #242643;
}
a.cmallEshopTreeDropdownV2__link, a.cmallEshopTreeDropdownV2__link:hover, a.cmallEshopTreeDropdownV2__link:focus, a.cmallEshopTreeDropdownV2__link:active, a.cmallEshopTreeDropdownV2__link:visited{
	color: #fff;
}

.cmallEshopTreeDropdownV2__linkText{
	display:inline-block;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cmallEshopTreeDropdownV2__item.see-all a.cmallEshopTreeDropdownV2__link{
	color:#999;
}

@media only screen and (min-width: 768px) {
	.cmallEshopTreeDropdownV2__link{
		height: 60px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.cmallEshopTreeDropdownV2__menuItem{
		display:none !important;
	}
	.cmallEshopTreeDropdownV2__list{
		padding:0;
		width:100%;
	}
    .cmallEshopTreeDropdownV2__item_l1{
		display:flex;
		flex-direction:row;
		align-items:stretch;
		height:100%;
		border-bottom:1px solid #eee;
    }
	.cmallEshopTreeDropdownV2__list.cmallEshopTreeDropdownV2__list_dual{
		width:200%;
	}
	.cmallEshopTreeDropdownV2__secondaryCol{
		width:100%;
		margin-top:20px;
	}
	.cmallEshopTreeDropdownV2__list_dual .cmallEshopTreeDropdownV2__secondaryCol{
		width:50%;
		float:left;
	}
	.cmallEshopTreeDropdownV2__list_dual .cmallEshopTreeDropdownV2__secondaryCol:first-of-type{
		border-right:1px solid #ccc;
	}
	.cmallEshopTreeDropdownV2 a.cmallEshopTreeDropdownV2__link{
		border:none;
		color:#757575;
		padding-left:0;
	}
	.cmallEshopTreeDropdownV2__link:hover .cmallEshopTreeDropdownV2__linkText{
		color:#000;
	}
	.see-all .cmallEshopTreeDropdownV2__link{
		padding:0;
	}
	.cmallEshopTreeDropdownV2__item.see-all .cmallEshopTreeDropdownV2__link:hover .cmallEshopTreeDropdownV2__linkText{
		color:#000;
		border-color:#337ab7;
	}
	.cmallEshopTreeDropdownV2 .cmallEshopTreeDropdownV2__link.cmallEshopTreeDropdownV2__link_l1{
		height:58px !important;
		line-height:1.5/* 58px;*/;
		color:#262626;
		font-size:16px;
		padding:0 16px;
        
        /*border-bottom:1px solid #eee;*/
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		width:100%;
	}
	.cmallEshopTreeDropdownV2__link_l1 .cmallEshopTreeDropdownV2__linkText{
		padding-right: 20px;
		/*border-bottom: 1px solid #eee;*/
	}
	.cmallEshopTreeDropdownV2__item:last-child .cmallEshopTreeDropdownV2__link_l1 .cmallEshopTreeDropdownV2__linkText{
		border:none;
	}
	.has-children .cmallEshopTreeDropdownV2__link_l1:before,
	.has-children .cmallEshopTreeDropdownV2__link_l1:after{
		right:16px;
	}
	.cmallEshopTreeDropdownV2 .cmallEshopTreeDropdownV2__item .cmallEshopTreeDropdownV2__link_l1.is-active {
		color: #267ef7;
		/*background:#fff;*/
	}
	.cmallEshopTreeDropdownV2 .cmallEshopTreeDropdownV2__item .cmallEshopTreeDropdownV2__link_l1.is-active:before,
	.cmallEshopTreeDropdownV2 .cmallEshopTreeDropdownV2__item .cmallEshopTreeDropdownV2__link_l1.is-active:after{
		/*background:#fff;*/
	}
	.cmallEshopTreeDropdownV2__link_l1.is-active .cmallEshopTreeDropdownV2__linkText{
		text-decoration:none;
		color:#267ef7;
	}
	.see-all.cmallEshopTreeDropdownV2__item.cmallEshopTreeDropdownV2__item_l2{
		margin:0;
	}
	.see-all.cmallEshopTreeDropdownV2__item_l2{
		position:absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.cmallEshopTreeDropdownV2__link_l2{
		margin-bottom:10px;
	}
	.see-all .cmallEshopTreeDropdownV2__link.cmallEshopTreeDropdownV2__link_l2 .cmallEshopTreeDropdownV2__linkText{
		color:#919191;
		border:none;
		height:50px;
		line-height:50px;
	}
	.has-children > .cmallEshopTreeDropdownV2__link_l2{
		cursor:default;
	}
	
	.cmallEshopTreeDropdownV2__item_l2{
		margin: 0 0 20px 0;
		padding: 0 30px;
	}
	.cmallEshopTreeDropdownV2__list.cd-secondary-dropdown {
		overflow: hidden;
		padding-bottom: 65px;
	}
	
	.cmallEshopTreeDropdownV2__link.cmallEshopTreeDropdownV2__link_l2 .cmallEshopTreeDropdownV2__linkText{
		color: #000;
		font-size: 16px;
		line-height: 30px;
		pointer-events: none;
		height: 30px;
	}
	
	.has-children > .cmallEshopTreeDropdownV2__link_l2::after, .has-children > .cmallEshopTreeDropdownV2__link_l2::before{
		/* hide the arrow */
		display: none;
	}
	.cd-dropdown-content .cd-secondary-dropdown.move-out .cmallEshopTreeDropdownV2__link_l2 {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.cd-dropdown-content .cd-secondary-dropdown .cmallEshopTreeDropdownV2__item_l2 > ul {
		/* reset mobile style */
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		position: relative;
		height: auto;
	}
	.cd-dropdown-content .cd-secondary-dropdown .cmallEshopTreeDropdownV2__item_l2 > ul > .go-back {
		display: none;
	}
	.cd-dropdown-content .cd-secondary-dropdown .see-all .cmallEshopTreeDropdownV2__link_l2{
		color:#919191;
	}
	
	.cmallEshopTreeDropdownV2__link_l3,
	.cmallEshopTreeDropdownV2__link_l3 .cmallEshopTreeDropdownV2__linkText{
		font-size:15px;
	}
	.see-all.cmallEshopTreeDropdownV2__item{
		margin-top:10px;
	}
	.see-all .cmallEshopTreeDropdownV2__linkText{
		border-bottom:1px dashed #919191;
		line-height:1;
		width:auto;
	}
	
	
	.cmallEshopTreeDropdownV2__splitter{
		background-color: transparent;
		color: #b3b3b3;
		border-top: 1px solid #ebebeb;
	}
}

@media (min-width: 768px) {
    #b-cmall-main-menu .navbar-collapse.collapse {
        padding-left:0!important;
        display: none!important;
    }
}
@media (min-width: 992px) {
    #b-cmall-main-menu .navbar-collapse.collapse {
        display: block!important;
    }
}

/*#b-cmall-search_mobile .input-group .form-control{
    background:#242643 !important;
    border:none !important;
    color:#fff !important;
    font-size:14px !important;
	height:50px !important;
	line-height:50px !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border-radius:0 !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    cursor:pointer !important;
}
#b-cmall-search_mobile .input-group .form-control:focus{
	background: #ffffff !important;
    color: #111433 !important;
    outline: none !important;
}
#b-cmall-search_mobile .input-group .btn{
	background:#242643;
	border:none;
	height:50px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
    border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
    margin:0;
    padding:0;
    width:50px;
}
#b-cmall-search_mobile .b-cmall-Cmall__EshopSearchFormHeader-field_search__btn-icon {
	background-position:center center;
    height: 50px;
    width: 50px;
}*/

/* ****************Cmall Custom Eshop DropDown Menu*************** */

.cmallEshopTreeDropdownV2__linkText{
	overflow:unset !important;
	text-overflow:unset !important;
	white-space:unset !important;
}
.cmallEshopTreeDropdownV2__link {
    height:auto !important;
}
.cd-secondary-dropdown .cmallEshopTreeDropdownV2__linkText{
    line-height:1 !important;
}
.cmallEshopTreeDropdownV2__catalogBtn,
a.cmallEshopTreeDropdownV2__catalogBtn{
	background:url("_img/cmall/200/icon__CmallEshopTreeDropDownOpen.png") 94% 24px no-repeat #323232 !important;
}
.cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active,
a.cmallEshopTreeDropdownV2__catalogBtn.dropdown-is-active{
	background:url("_img/cmall/200/icon__CmallEshopTreeDropDownClose.png") 94% 24px no-repeat #323232 !important;
}
@media only screen and (min-width: 992px) {
	.cmallEshopTreeDropdownV2__link.cmallEshopTreeDropdownV2__link_l2 .cmallEshopTreeDropdownV2__linkText{
		height:auto !important;
	}
	.cd-dropdown-content .cd-secondary-dropdown a {
    	height:auto !important;
	}
}
@media (max-width: 991px) {
    
    .cmallEshopTreeDropdownV2__item_l1{
		display:flex;
		flex-direction:row;
		align-items:stretch;
    }
	
	.cmallEshopTreeDropdownV2 .cmallEshopTreeDropdownV2__link.cmallEshopTreeDropdownV2__link_l1{
		height:58px !important /* new */;
		line-height:1.5/* 58px;*/;
        
        /*border-bottom:1px solid #eee;*/
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		width:100%;
	}
	
}
/* ****************Cmall Custom Eshop DropDown Menu*************** */

/* **************Cmall Eshop List Demo Link************** */

.b-cmall-EshopListSpecial-body_small__wrapper{
	background:#353a3e;
    padding:10px 0;
}
.b-cmall-EshopListSpecial-body_small__item-title{
	color:#fff;
    font-size:20px;
    padding:5px 0 0 0;
}
.b-cmall-EshopListSpecial-body_small__item-btn,
.b-cmall-EshopListSpecial-body_small__item-btn:hover,
.b-cmall-EshopListSpecial-body_small__item-btn:focus{
	display:block;
    color:#fff !important;
    text-decoration:none;
    font-size:17px;
}
.b-cmall-EshopListSpecial-body_small__item-btn{
	background:#ffa600;
	padding:10px 35px;
	border-radius:25px !important;
	float:left;
}

@media (max-width: 991px) {
    
	.b-cmall-EshopListSpecial-body_small__item-title{
    	padding:0;
	.b-cmall-EshopListSpecial-body_small__item-btn{
	}
		margin:10px 0;
	}
}

.cmallEshopTreeDropdownV2__list.cd-dropdown-content > li > a > span {
	height: auto;
	display: flex;
	align-items: center;
}

#b-cmall-main-menu .cmallEshopTreeDropdownV2__list.cd-dropdown-content > li > a {
	height: auto !important;
}

/* **************Cmall Eshop List Demo Link************** */

/* **************Cmall Eshop Custom Prop ************** */

#tab-description img{
	display:block;
	max-width:100%;
	height:auto !important;
}
.ami-eshop-properties__wrapper-selectbox__block{
	margin-bottom:15px;
}
.ami-eshop-properties__wrapper-selectbox__title{
    font-size: 17px;
    margin-left: 21px;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.eshop-item-properties__select,
.eshop-item-properties_notavail__select{
    height:49px;
    color:#323232;
    font-size:16px;
    font-weight:300;
    border:solid 1px #f1f1f1;
  	background:transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4.5%205c-.1%200-.3%200-.4-.1l-4-4C0%20.7%200%20.3.1.1c.1-.2.5-.2.7%200l3.6%203.6L8%20.1c.3-.1.7-.1.9%200%20.2.1.2.5%200%20.7l-4%204c-.1.2-.3.2-.4.2z%22%20fill%3D%22%23545454%22%2F%3E%3C%2Fsvg%3E') right 20px top 22px no-repeat;
    padding-right:40px;
    padding: 5px 16px;
    border-radius: 25px !important;
	border: solid 1px #f1f1f1 !important;
    display: block;
	width: 100%;
    line-height: 1.42857143;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* CAUTION: IE hackery ahead */

.eshop-item-properties__select::-ms-expand,
.eshop-item-properties_notavail__select::-ms-expand{
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width:0\0) {
  .eshop-item-properties__select,
  .eshop-item-properties_notavail__select{
    background: none\9;
    padding: 5px\9;
  }
}

/* **************Cmall Eshop Custom Prop ************** */


/* ****************Cmall Fast Preview*************** */

/* Overlays */
.ui-widget-overlay {
	background: #000!important;
	opacity: .5!important;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.ui-dialog-titlebar.ui-widget-header {
	border:none!important;
	background:#f7f7f7!important;
	color:#333333;
	font-weight:400;
	padding:.6em 2.5em;
	position:relative;
	height:70px;
	border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.ui-dialog .ui-dialog-title{
	float: left;
	margin: .1em 0;
	font-size:20px;
	line-height:45px;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:active {
    position: absolute;
    right: 2em;
    top: 50%;
    width: 40px;
    margin: -20px 0 0 0;
    padding: 1px;
    height: 40px;
	border-radius:100%;
    background: #fff;
    border: none;
    outline:none;
}
.ui-dialog .ui-dialog-titlebar-close::before{
    content: url(/_img/close.png);
    position: absolute;
	top: 12px;
	left: 12px;
}
.view-block{
}
.block-1-aj, .block-2-aj {
    display: none;
}
.ui-dialog .ui-dialog-content{
	position: relative;
	border: 0;
	padding: .5em 1em;
	overflow: auto;
	background:#ffffff;
	color:#333333;
}
.ui-dialog.ui-widget{
	border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:0;
    border-top-left-radius:0;
    background:#ffffff;
}
#cmall_fast_preview_cont .block-1-aj, #cmall_fast_preview_cont .block-2-aj {
    display: block;
}

.b-cmall-eshop_item_list-itemD_detail__row-1 .b-cmall-eshop-itemD-detail__item-details1 {
    padding: 0;
    width: 100%;
}
.cmall_fast_preview_btn{
	background:url(/_img/preview-bg.png) repeat 0 0;
    font-size:16px;
    text-align:center;
    padding:10px 20px;
    border-radius:30px;
    border:none;
}

#cmall_fast_preview_cont .view-block {
    display: block;
}
#cmall_fast_preview_cont .view-block .b-cmall-eshop_item_list-itemD_detail__row-2 {
    background: #fff;
    padding: 0px 30px 30px;
    margin: 20px 0 0 0;
}
#cmall_fast_preview_cont .view-block .b-cmall-border-panel {
    padding: 0;
}
#cmall_fast_preview_cont .view-block .b-cmall-onspecial__list {
    top: 6px;
}
.b-cmall-eshop-filter__desktop .ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 25px !important;
}

#cmall_fast_preview_cont .view-block .b-cmall-eshop-item-list-itemD-custom-field__item:hover{
	background:#fff;
}

#cmall_fast_preview_cont .view-block .b-cmall-eshop-item-list-itemD-custom-field__title-value {
    text-align: right;
    font-weight: normal;
    font-size: 14px;
}

#cmall_fast_preview_cont .view-block .b-cmall-eshop-item-list-itemD-custom-field__title-name {
    font-weight: normal;
    font-size: 14px;
}
.b-cmall-eshop-itemD-detail__item-details .btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn {
    display: none;
}
#cmall_fast_preview_cont .b-cmall-eshop-itemD-detail__item-details1 .b-cmall-btn-about__prop.btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn{
    margin:30px 0 0;
    display:0block;
}
#cmall_fast_preview_cont .b-cmall-eshop-itemD-detail__item-details1 .btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn{
    margin:0;
    display:0block;
}
#cmall_fast_preview_cont 

/*@media screen and (min-width:0\0) {
  select.form-control{
    background: none\9;
    padding: 5px\9;
  }
}*/
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-title{
    padding-right:10px;
    font-size:24px;
    color:#212121;
}
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-new{
    color:#202020;
    display:block;
    font-size:35px;
    font-weight:700;
    line-height:1;
}
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-new.b-cmall-eshop-itemD-base-price__item-price-new-disc{
	color:#e91c1c;
}
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-old{
    font-size:16px;
    color:#a4a4a4;
    display:block;
    line-height:1;
    margin:5px 0 0;
    text-decoration:line-through;
    padding-right:5px;
}
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-buy h3{
    margin-bottom:20px;
}
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-buy h6{
    font-weight:700;
}
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-form,
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-form:hover,
.b-cmall-eshop-itemD-detail__item-details1 .b-cmall-eshop-itemD-base-price__item-price-form:focus{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
	font-size:20px;
	background:#ff8d12;
    border:none;
    color:#fff;
    font-weight:700;
    line-height:1;
    padding:15px 0;
    position:relative;
    width:100%;
}
.btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn,
.btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn:hover,
.btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn:focus{
	background:#8f8f8f;
}
.btn-about.b-cmall-eshop-itemD-base-price__item-price-form.button-group.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base.btn:hover{
	opacity:0.8;
}
.ui-widget .btn.b-cmall-eshop-itemD-base-price__item-price-buy-one-click{
	color:#fff;
}

/* ****************Cmall Fast Preview*************** */

/* ****************Cmall Certificates*************** */

.b-cmall-stickers__CmallCertificate-small_Vsplitter__splitter{
	border-color:#f1f1f1;
}

/* ****************Cmall Certificates*************** */

/* ****************Cmall Forum*************** */

.tbl th{
	background:#202020;
    padding:10px;
    color:#fff;
}
.b-cmall-eshop-compare-item-list__body .form__search-line{
	display:inline-block;
    width:50%;
}
.b-cmall-eshop-compare-item-list__body .compare_small_link {
	display:inline-block;
}
.b-cmall-eshop-compare-item-list__body .form{
	padding:0 0 15px;
}
.tbl tr{
	border-bottom:solid 1px #f1f1f1;
}
.tbl tr td{
	padding:10px;
}
/* System: Start user menu */

.user_menu_index {
    display: inline;
}

.user_profile {
    font-weight: bold;
    cursor: pointer;
}

.user_menu li {
    color: #ccc;
    cursor: default;
}

.user_menu_img {
    cursor: pointer;
    padding-left: 5px;
}

ul.user_menu {
    list-style-type: none;
    border: 1px solid #000000;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

ul.user_menu li {
    padding: 0px;
    margin: 10px;
}

.member_user_menu {
    position: relative;
}

.user_profile_on {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.user_menu {
    z-index: 1000;
    padding-top: 10px;
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #000000;
    top:-21px;
    left: -11px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.user_menu_discussion {
    top: -21px;
}

.user_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.user_menu ul li {
    padding: 0px;
    margin: 10px;
}

.top_user_block {
    padding:3px;
    float: left;
}

/* System: End user menu */

/* System: Start discussion
 * @tpl discussion.tpl
 */

.forum_preview {
    border: 1px solid #A5A5A5;
    display: none;
    padding: 4px;
    background: #F0F0F0;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 6px;
}
.front_edit_msg,
.forum_topic,
.forum_front_edit,
.forum_tr_create_topic{
    display: none;
}

.quest_split {
    clear: both;
}

.forum_bb_preview {
    text-align:center;display:none;
}

th.forum_itemd_row {
    text-align: left;
}

table th.forum_itemd_row table,
table th.forum_itemd_row td {
    border: 0;
    padding: 0;
}

.forum-extention__list br, .forum-extention__list hr,
.forum-extention__form br,
.forum-extention__form .alt_header2 {
    display: none;
}

.forum-extention__list {
    padding: 40px 0 20px 0;
    clear: both;
}

.forum-extention__list .alt_header2 {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 0;
}

.forum-extention__list .alt_header2 span {
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0 10px;
}

.forum_forum_form br,
.forum_forum_form #bbFormTitle {
    display: none;
}

.forum_forum_form table img {
    padding-left: 4px;
}

@media screen and (max-width: 1000px) {

    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    
    #forum-page nobr {
    	white-space: normal;   
    }
    
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }
    #forum-page img {
        display: none;
    }
    
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    
    #forum-page th {
        font-size: 14px;
    }
}
.member_forum_watch_menu {
    float: left;
}

/* System: End discussion
 * @tpl discussion.tpl
 */

/* ****************Cmall Forum*************** */


/* ****************Cmall Guestbook*************** */

.b-cmall-guestbook__form-btn{
	background:#724fa1;
	font-size:17px;
	border:none;
	opacity:1;
	padding:15px 0;
	border-radius:30px !important;
	color:#fff;
	line-height:20px;
	font-weight:700;
	width:100%;
	margin:0 !important;
}
.b-cmall-guestbook__form-btn:hover,
.b-cmall-guestbook__form-btn:focus,
.b-cmall-guestbook__form-btn:active{
    background:#724fa1;
    opacity:0.8;
}
/* ****************Cmall Guestbook*************** */


/* ****************Cmall Services*************** */

.b-cmall-pm-inst_services__wrapper{
	display:none;
}
.b-cmall-eshop_item_list-browse_item_list{
	position:relative;
    margin-top:50px;
}
.b-cmall-eshop_item_list-browse_item_list__wrapper-bg{
	position: absolute;
	background: #674172;
	height: 160px;
	width: 100%;
	top: 0;
}
.b-cmall-eshop_item_list-browse_item_list__wrapper-bg:before,
.b-cmall-eshop_item_list-browse_item_list__wrapper-bg:after {
    background: #674172;
    bottom: 0;
    content: "";
    height: 160px;
    position: absolute;
    top: 0;
    width: 9999px;
}
.b-cmall-eshop_item_list-browse_item_list__wrapper-bg:before{
    right: 100%;
}
.b-cmall-eshop_item_list-browse_item_list__wrapper-bg:after{
	left: 100%;
}
.b-cmall-onspecial_pic4{
	display:none;
}

/* ****************Cmall Services*************** */


/* ****************Cmall Typo*************** */

/*Promo Background Images*/
.promo-bg-pattern-v1-dark {
  background: url(_mod_files/img/patterns/5.png) repeat;
}

.promo-bg-pattern-v1-light {
  background: url(_mod_files/img/patterns/16.png) repeat;
}

/*Promo Background Images*/
.promo-bg-img-v1 {
  background: url(_mod_files/img/bg/img1.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v2 {
  background: url(_mod_files/img/bg/img5.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v3 {
  background: url(_mod_files/img/bg/img10.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v4 {
  background: url(_mod_files/img/bg/img11.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v5 {
  background: url(_mod_files/img/bg/img6.jpg) no-repeat;
  background-size: cover;
}

/*Promo Background Fixed*/
.promo-bg-fixed {
  background-attachment: fixed;
}

/*Promo Texts v1*/
.promo-text-v1 {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 2px #fff;
}

.promo-text-v1.color-dark {
  border-color: #555;
}

/*Promo Texts v2*/
.promo-text-v2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px;
}

/*Promo Video Icon*/
.promo-video-icon-wrap {
  width: 64px;
  height: 64px;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.promo-video-icon-wrap:hover {
  color: #333;
  text-decoration: none;
}

.promo-video-icon-wrap.color-light {
  color: #333;
  background: rgba(255,255,255,1);
}
.promo-video-icon-wrap.color-light:hover {
  background: rgba(255,255,255,.9);
}

.promo-video-icon-wrap.color-dark {
  color: #fff;
  background: rgba(0,0,0,.8);
}
.promo-video-icon-wrap.color-dark:hover {
  color: #fff;
  background: rgba(0,0,0,.9);
}

.promo-video-icon {
  left: 3px;
  position: relative;
}

/*--------------------------------------------------
	[2. Breadcrumbs]
----------------------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url(_mod_files/img/patterns/breadcrumbs.png) repeat;
}

.video-business-img1 {
  background: url(_mod_files/video/youtube-business/video-business-img1.jpg) no-repeat center;
  background-size: cover; /*Scales the background image to be as large as possible*/
}

.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}
/*
.breadcrumb {
  top: 10px;
  z-index: 1;
  padding-right: 0;
  background: none;
  position: relative;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #72c02c;
  text-decoration: none;
}
*/
@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }

  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }

  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
  background: #222;
  padding: 30px 0 20px;
  border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #555;
}

.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
  font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
  padding: 50px 0;
}
.breadcrumbs-md {
  padding: 100px 0;
}
.breadcrumbs-lg {
  padding: 200px 0;
}

/*Breadcrumbs v1 and v3
------------------------------------*/
.breadcrumbs-v1,
.breadcrumbs-v3 {
	transition: all 0.8s ease-in-out;
}

/*Breadcrumbs v1
------------------------------------*/
.breadcrumbs-v1 {
  padding: 100px 0;
  position: relative;
  background: url(_mod_files/img/breadcrumbs/img1.jpg) center no-repeat;
  background-size: cover; /*Scales the background image to be as large as possible*/
}

.breadcrumbs-v1:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.15);
}

.breadcrumbs-v1 span,
.breadcrumbs-v1 h1 {
  color: #fff;
  z-index: 1;
  position: relative;
}

.breadcrumbs-v1 span {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 5px;
  display: inline-block;
}

.breadcrumbs-v1 h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 55px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .breadcrumbs-v1 {
    padding: 50px 0;
  }

  .breadcrumbs-v1 h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

/*Breadcrumbs v2
------------------------------------*/
.breadcrumbs-v2 {
  text-align: center;
  position: relative;
  background: url(_mod_files/img/bg/11.jpg) no-repeat center;
}

.breadcrumbs-v2-in {
  padding: 80px 0;
  position: relative;
}

.breadcrumbs-v2 h1 {
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
  color: #fff;
}

.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
}

/*Breadcrumbs v3
------------------------------------*/
.breadcrumbs-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}

.breadcrumbs-v3.breadcrumbs-lg {
  padding: 200px 0;
}

.breadcrumbs-v3.img-v1 {
  background: url(_mod_files/img/breadcrumbs/img1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v2 {
  background: url(_mod_files/img/breadcrumbs/img2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v3 {
  background: url(_mod_files/img/breadcrumbs/img3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.2);
}

.breadcrumbs-v3 h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.breadcrumbs-v3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs-v3,
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 50px 0;
  }

  .breadcrumbs-v3 h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .breadcrumbs-v3 p {
    font-size: 18px;
  }
}

/*--------------------------------------------------
	[3. Image Hover Effects]
----------------------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-hover-v1 span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.img-hover-v1:hover span:after {
  background: rgba(0,0,0,0.3);
}

.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
  transition: all 0.5s ease-in-out;
}

.img-hover-v1:hover img {
  -transform: scale(1.1);
}

/*Image Hover v2*/
.img-hover-v2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*--------------------------------------------------
	[4. Block Grid]
----------------------------------------------------*/
/*Block Grid v1
------------------------------------*/
.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  transition: all 0.4s ease-in-out;
}

.block-grid-v1:hover {
  border-color: #72c02c;
}

.block-grid-v1 img {
  margin-bottom: 10px;
}

.block-grid-v1 img.block-grid-v1-img {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.block-grid-v1.content-boxes-v1 img.pull-left {
  float: inherit !important;
}

.block-grid-v1 h3 a {
  font-size: 22px;
  font-weight: 200;
  margin-right: 10px;
}

.block-grid-v1.content-boxes-v1 h3 {
  margin-bottom: 0;
}

.block-grid-v1.content-boxes-v1 h3 a {
  color: #555;
}

/*Star Vote*/
.block-grid-v1 .star-vote {
  padding: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

.block-grid-v1 .star-vote li {
  padding: 0;
  font-size: 11px;
  display: inline-block;
}

/*Additional Info*/
.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #eee;
}

.block-grid-v1-add-info li {
  padding: 0;
  margin-right: 3px;
  margin-bottom: 10px;
}

.block-grid-v1-add-info li a {
  font-size: 11px;
  padding: 4px 7px;
  text-decoration: none;
  border: solid 2px #eee;
  border-radius: 3px !important;
}

/*Block Grid v2
------------------------------------*/
.block-grid-v2 {
  padding: 0;
}

.block-grid-v2 li {
	list-style: none;
	position: relative;
	-webkit-backface-visibility: hidden; /*For Chrome*/
}

.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border-bottom: solid 3px #eee;
	transition: all 0.4s ease-in-out;
}

.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #72c02c;
}

.block-grid-v2-info h3 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}

.block-grid-v2-info .star-vote li {
  padding: 2px;
  font-size: 16px;
}

/*--------------------------------------------------
	[5. Services Box]
----------------------------------------------------*/
/* Services Box v1
------------------------------------*/
.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.service-box-v1 p {
  position: relative;
  margin-bottom: 50px;
}

.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #72c02c;
}

.service-box-v1 ul {
  padding: 0 40px;
}

.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #72c02c;
}

.service-box-v1 li:hover {
  color: #72c02c;
}

.service-box-v1 li:first-child {
  padding-top: 0;
  border-top: none;
}

/*--------------------------------------------------
	[6. Service Block ]
----------------------------------------------------*/
/*Service Block v1
------------------------------------*/
.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2;
}

.service-block-v1 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  display: inline-block;
}

.service-block-v1 h3,
.service-block-v1 p {
  margin-bottom: 20px;
}

/*Service Block v2 (used in page_404_error2.html)
------------------------------------*/
.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.2);
}

.service-block-v2 .service-block-in i {
  font-size: 40px;
}

.service-block-v2 .service-block-in h4 {
  line-height: 25px;
}

.service-block-v2 .service-block-in p {
  margin-bottom: 20px;
}

.service-block-v2 .service-block-in i,
.service-block-v2 .service-block-in h4,
.service-block-v2 .service-block-in p {
  color: #fff;
}

/*Service Block v3 (used in profile pages)
------------------------------------*/
.service-block-v3 {
  padding: 20px;
}

.service-block-v3 i {
  color: #fff;
  float: left;
  font-size: 50px;
  margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.service-block-v3 .service-in h4,
.service-block-v3 .counter {
  color: #fff;
}

.service-block-v3 .service-heading {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .counter {
  display: block;
  line-height: 1;
  font-size: 30px;
}

.service-block-v3 .progress {
  margin-bottom: 7px;
}

/*Service Innner*/
.service-block-v3 .service-in small {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
  font-size: 16px;
  line-height: 0.8;
  margin-bottom: 0;
}

/*Statistics*/
.service-block-v3 .statistics .heading-xs {
  color: #fff;
  opacity: 0.8;
}

.service-block-v3 .statistics small {
  color: #fff;
}

.service-block-v3 .statistics .progress {
  background: #bbb;
}

.service-block-v3 .statistics .progress-bar-light {
  background: #fff;
}

/*Service Block v4
------------------------------------*/
.service-block-v4 {
  position: relative;
  background: #f7f7f7;
}

.service-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.service-block-v4 .service-desc {
  text-align: center;
}

.service-block-v4 .service-desc i {
  color: #72c02c;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*Service Block v5
------------------------------------*/
.service-block-v5 {
  text-align: center;
  background: #f7f7f7;
}

.service-block-v5 .service-inner {
  padding: 80px 40px;
}

.service-block-v5 .service-inner i {
  margin-bottom: 30px;
}

.service-block-v5 .service-inner span {
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-block-v5 .service-border {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

@media (max-width: 992px) {
  .service-block-v5 .service-border {
		border-left: none;
		border-right: none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
  }
}

/*Service Block v6
------------------------------------*/
.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0;
}

.service-block-v6 .service-desc {
  overflow: hidden;
}

.service-block-v6 .service-desc h2 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.service-block-v6 .service-desc a {
  text-transform: uppercase;
}

/*Service Block v7
------------------------------------*/
.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px;
}

.service-block-v7 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  margin-left: -22.5px;
  display: inline-block;
}

.service-block-v7 h3,
.service-block-v7 p {
    margin-bottom: 20px;
}

/*Service Block v8
------------------------------------*/
.service-block-v8 {
  padding: 25px;
  background: #fff;
}

.service-block-v8 i {
  color: #555;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}

.service-block-v8 .service-block-desc {
  overflow: hidden;
}

.service-block-v8 .service-block-desc h3 {
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.service-block-v8 .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #72c02c;
}

/*Colored Content Boxes
------------------------------------*/
.service-block {
	padding: 60px 30px;
	text-align: center;
	margin-bottom: 20px;
}

.service-block p,
.service-block h2 {
	color: #fff;
}

.service-block h2 a:hover{
	text-decoration: none;
}

.service-block-light,
.service-block-default {
	background: #fafafa;
	border: solid 1px #eee;
}

.service-block-default:hover {
	box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
	color: #555;
}

.service-block-u {
	background: #72c02c;
}
.service-block-blue {
	background: #3498db;
}
.service-block-red {
	background: #e74c3c;
}
.service-block-sea {
	background: #1abc9c;
}
.service-block-grey {
	background: #95a5a6;
}
.service-block-yellow {
	background: #f1c40f;
}
.service-block-orange {
	background: #e67e22;
}
.service-block-green {
	background: #2ecc71;
}
.service-block-purple {
	background: #9b6bcc;
}
.service-block-aqua {
	background: #27d7e7;
}
.service-block-brown {
	background: #9c8061;
}
.service-block-dark-blue {
	background: #4765a0;
}
.service-block-light-green {
	background: #79d5b3;
}
.service-block-dark {
	background: #555;
}
.service-block-light {
	background: #ecf0f1;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes {
	background: #f7f7f7;
	padding: 20px 20px 15px;
	transition:all 0.3s ease-in-out;
}

.funny-boxes h2 {
	margin-top: 0;
	font-size: 18px;
	line-height: 20px;
}

.funny-boxes h2 a {
	color: #555;
}

.funny-boxes p a {
	color: #72c02c;
}

.funny-boxes .funny-boxes-img li {
	font-size: 12px;
	margin-bottom: 2px;
}

.funny-boxes .funny-boxes-img li i {
	color: #72c02c;
	font-size: 12px;
	margin-right: 5px;
}

@media (max-width: 992px) {
	.funny-boxes .funny-boxes-img li {
		display: inline-block;
	}
}

.funny-boxes .funny-boxes-img img {
	margin: 5px 10px 15px 0;
}

.funny-boxes ul.funny-boxes-rating li {
	display: inline-block;
}

.funny-boxes ul.funny-boxes-rating li i {
	color: #f8be2c;
	cursor: pointer;
	font-size: 14px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
	color: #f8be2c;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
	color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
	background: #e74c3c;
}

/*Dark Red Funny Box*/
.funny-boxes-purple {
	background: #9b6bcc;
}

/*Blue Funny Box*/
.funny-boxes-blue {
	background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
	background: #95a5a6;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
	background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
	border-top: solid 2px #1abc9c;
}

.funny-boxes-top-sea:hover {
	border-top-color: #16a085;
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
	border-top: solid 2px #f1c40f;
}

.funny-boxes-top-yellow:hover {
	border-top-color: #f39c12;
}

/*Red Top Bordered Funny Box**/
.funny-boxes-top-red {
	border-top: solid 2px #e74c3c;
}

.funny-boxes-top-red:hover {
	border-top-color: #c0392b;
}

/*Purple Top Bordered Funny Box**/
.funny-boxes-top-purple {
	border-top: solid 2px #9b6bcc;
}

.funny-boxes-top-purple:hover {
	border-top-color: #814fb5;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
	border-left: solid 2px #e67e22;
}

.funny-boxes-left-orange:hover {
	border-left-color: #d35400;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
	border-left: solid 2px #72c02c;
}

.funny-boxes-left-green:hover {
	border-left-color: #5fb611;
}

/*Blue Left Bordered Funny Box**/
.funny-boxes-left-blue {
	border-left: solid 2px #3498db;
}

.funny-boxes-left-blue:hover {
	border-left-color: #2980b9;
}

/*Dark Left Bordered Funny Box**/
.funny-boxes-left-dark {
	border-left: solid 2px #555;
}

.funny-boxes-left-dark:hover {
	border-left-color: #333;
}

/*--------------------------------------------------
	[7. Process]
----------------------------------------------------*/
/*Process v1
------------------------------------*/
.process-v1 .process-in {
  text-align: center;
}

.process-v1 .process-in > li i {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  background: #72c02c;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 9px #fff;
}

.process-v1 .process-in > li i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bbb;
}

/*Process Description*/
.process-v1 .process-in .process-desc {
  padding: 0 20px;
}

.process-v1 .process-in > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

/*Process Border*/
.process-v1 .process-border {
  position: relative;
}

.process-v1 .process-border:before {
  top: 15px;
  width: 75%;
  left: 12%;
  content: " ";
  display: block;
  position: absolute;
  border-top: solid 2px #ddd;
}

@media (max-width: 768px) {
  .process-v1 .process-border:before {
    border: none;
  }
}

/*--------------------------------------------------
	[8. Team]
----------------------------------------------------*/
/* Team v1
------------------------------------*/
.team-v1 ul {
  position: relative;
}

/*Team Image*/
.team-v1 li > .team-img {
  position: relative;
}

.team-v1 li > .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: transparent;
  transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > .team-img:after {
  background: rgba(0,0,0,0.5);
}

/*Team Socials*/
.team-v1 li > .team-img ul {
  left: 0;
  top: 45%;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 36px;
  list-style: none;
  margin-top: -18px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible;
}

.team-v1 li > .team-img ul li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}

.team-v1 li > .team-img li i {
  color: #eee;
  border-width: 2px;
  border-color: #eee;
  transition: all 0.1s ease-in-out;
}

.team-v1 li > .team-img li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

.team-v1 li > .team-img li i.fa-facebook:hover {
  color: #fff;
  background: #4765a0;
  border-color: #4765a0;
}

.team-v1 li > .team-img li i.fa-google-plus:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}

/*Team Discription*/
.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
}

.team-v1 li > h4 {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.team-v1 li > p {
  margin: 20px 0;
  position: relative;
}

.team-v1 li > p:before {
  left: 0;
  top: -10px;
  height: 1px;
  width: 40px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > p:before {
  width: 100%;
  background: #72c02c;
}

/*Team v2
------------------------------------*/
.team-v2 {
  position: relative;
  margin-bottom: 20px;
}

.team-v2 img {
  width: 100%;
}

.team-v2 .inner-team {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.team-v2 .inner-team h3 {
  margin: 0;
}

.team-v2 .inner-team small {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

.team-v2 .inner-team p {
  font-size: 13px;
}

.team-v2 .inner-team hr {
  margin: 10px 0 15px;
}

/*Team-Social (Temporary)*/
.team-social {
  margin-bottom: 0;
}

.team-social li {
  padding: 0 2px;
}

.team-social li a {
  font-size: 14px;
  padding: 6px 4px;
  text-align: center;
  border-radius: 50% !important;
}

.team-social li i {
  min-width: 20px;
}

.team-social li a.fb {
  color: #4862a3;
  border: 1px solid #4862a3;
}

.team-social li a.tw {
  color: #159ceb;
  border: 1px solid #159ceb;
}

.team-social li a.gp {
  color: #dc4a38;
  border: 1px solid #dc4a38;
}

.team-social li a:hover {
  text-decoration: none;
}

.team-social li a.fb:hover {
  color: #fff;
  background: #4862a3;
}

.team-social li a.tw:hover {
  color: #fff;
  background: #159ceb;
}

.team-social li a.gp:hover {
  color: #fff;
  background: #dc4a38;
}

/*Team v3
------------------------------------*/
.team-v3 .team-img {
  position: relative;
}

.team-v3 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.team-v3 .team-img:hover:after {
  background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
}

.team-v3 .team-img > img {
  width: 100%;
}

/*Team Hover Gradient*/
.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v3 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

.team-v3 .team-hover span,
.team-v3 .team-hover small {
  color: #fff;
  display: block;
}

.team-v3 .team-hover span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-v3 .team-hover small {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 10px;
}

.team-v3 .team-hover p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 20px;
}

/*Team Social*/
.team-v3 .team-hover .team-social-v3 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v3 .team-hover .team-social-v3 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team v4
------------------------------------*/
.team-v4 {
  text-align: center;
}

.team-v4 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v4 span {
  color: #333;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v4 small {
  color: #999;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}

.team-v4 .team-social-v4 a {
  color: #555;
  font-size: 16px;
}

.team-v4 .team-social-v4 a:hover {
  color: #72c02c;
  text-decoration: none;
}

/*Team v5
------------------------------------*/
.team-v5 {
  text-align: center;
}

.team-v5 span {
  color: #555;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v5 small {
  display: block;
  color: #72c02c;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
}

.team-v5 small:after {
  left: 50%;
  top: 30px;
  height: 1px;
  width: 30px;
  content: " ";
  background: #777;
  margin-left: -15px;
  position: absolute;
}

.team-v5 .team-img {
  position: relative;
}

.team-v5 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.team-v5 .team-img:hover:after {
  background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
}

.team-v5 .team-img > img {
  width: 100%;
  margin-bottom: 20px;
}

/*Team Hover Gradient*/
.team-v5 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-top: -16px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v5 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

/*Social Network-*/
.team-v5 .team-hover .team-social-v5 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v5 .team-hover .team-social-v5 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team v6
------------------------------------*/
.team-v6 {
  text-align: center;
}

.team-v6 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v6 span {
  color: #777;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v6 small {
  display: block;
  color: #72c02c;
  font-size: 13px;
  margin-bottom: 15px;
}

/*Team v7
------------------------------------*/
.team-v7 .team-v7-in {
  padding: 0 50px;
}

.team-v7 .team-v7-name {
  color: #555;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v7 .team-v7-position {
  display: block;
  color: #72c02c;
  font-style: normal;
  margin-bottom: 15px;
}

.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

/*Team Space*/
.team-v7 .team-v7-name {
  margin-top: 60px;
}

.team-v7 .social-icons-v1 {
  margin-bottom: 60px;
}

/*Team Image*/
.team-v7 .team-v7-img {
  position: relative;
}

.team-v7 .team-v7-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

/*Team Info*/
.team-v7 .team-arrow-right,
.team-v7 .team-arrow-left {
  position: relative;
}

.team-v7 .team-arrow-left:before,
.team-v7 .team-arrow-right:before {
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  content: " ";
  position: absolute;
  border-style: solid;
}

.team-v7 .team-arrow-right:before {
  right: -25px;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #fff;
}

.team-v7 .team-arrow-left:before {
  left: -25px;
  border-width: 20px 25px 20px 0;
  border-color: transparent #fff transparent transparent;
}

/*Team Info Media Queries*/
@media (max-width: 991px) {
  /*Team Arrows*/
  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    top: auto;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }

  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }

  /*Equal Height Columns*/
  .team-v7 .equal-height-column {
    height: auto !important;
  }
}

/*--------------------------------------------------
	[9. Call To Action]
----------------------------------------------------*/
/*Call To Action v1
------------------------------------*/
.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
}

.call-action-v1.call-action-v1-boxed {
  padding: 0 25px;
}

.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in.inner-btn {
  padding-top: 1px;
  min-width: 250px;
  text-align: right;
}

@media (max-width: 992px) {
  .call-action-v1 .call-action-v1-in,
  .call-action-v1 .call-action-v1-in.inner-btn {
    display: block;
    text-align: center;
  }

  .call-action-v1 .call-action-v1-in p {
    margin-bottom: 20px;
  }
}

/*Call To Action v2
------------------------------------*/
.call-action-v2 {
  padding: 50px 0;
  text-align: center;
  background: url(_mod_files/img/patterns/16.png);
}

.call-action-v2 h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.call-action-v2 p {
  padding: 0 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .call-action-v2 p {
    padding: inherit;
  }
}

/*--------------------------------------------------
	[10. Portfolio Box]
----------------------------------------------------*/
/*Portfolio Box*/
@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-box {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

.portfolio-box a.fancybox {
  overflow: hidden;
  position: relative;
}

.portfolio-box a.fancybox:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box a.fancybox:hover:after {
  background: rgba(0,0,0,0.5);
}

.portfolio-box a.fancybox img {
  transition: all .5s ease;
}

.portfolio-box a.fancybox:hover img {
  transform: scale(1.1);
}

.portfolio-box .portfolio-box-in {
	visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
	background: #72c02c;
	font-size: 20px;
	text-align: center;
	line-height: 53px;
	width: 50px;
	height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.portfolio-box a.fancybox:hover .portfolio-box-in {
  visibility: visible;
}

/*Project Tag*/
.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.portfolio-box small.project-tag,
.portfolio-box small.project-tag a {
  color: #999;
}

.portfolio-box small.project-tag i {
  margin-right: 5px;
}

.portfolio-box small.project-tag a:hover {
  color: #72c02c;
}

/*--------------------------------------------------
	[11. Portfolio Boxes]
----------------------------------------------------*/
/* Portfolio Box v1
------------------------------------*/
.portfolio-box-v1 {
  margin: 0;
}

.portfolio-box-v1 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v1 li {
  background: #333;
  position: relative;
    -webkit-backface-visibility: hidden; /*For Chrome*/
}

.portfolio-box-v1 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box-v1 li:hover:after {
  background: rgba(0,0,0,0.7);
}

.portfolio-box-v1 li:after,
.portfolio-box-v1 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li:hover img {
  -transform: scale(1.1);
}

.portfolio-box-v1 .portfolio-box-v1-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 150px;
  margin-top: -75px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v1 li:hover .portfolio-box-v1-in {
  visibility: visible;
}

.portfolio-box-v1 .portfolio-box-v1-in h3 {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.portfolio-box-v1 .portfolio-box-v1-in h3:after {
  left: 50%;
  height: 1px;
  width: 40px;
  content: " ";
  bottom: -10px;
  background: #fff;
  margin-left: -20px;
  position: absolute;
}

.portfolio-box-v1 .portfolio-box-v1-in p,
.portfolio-box-v1 .portfolio-box-v1-in h3 {
  color: #fff;
}

.portfolio-box-v1 .portfolio-box-v1-in p {
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
  font-weight: normal;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

/*Portfolio Box v2
------------------------------------*/
.portfolio-box-v2 {
  margin: 0 0 60px;
}

.portfolio-box-v2 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v2 li {
  background: #333;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

.portfolio-box-v2 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box-v2 li:hover:after {
	background: rgba(255,255,255,0.6);
}

.portfolio-box-v2 li:after,
.portfolio-box-v2 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v2 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -transform: scale(1.1);
}

.portfolio-box-v2 .portfolio-box-v2-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 60px;
  margin-top: -30px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v2 li:hover .portfolio-box-v2-in {
	visibility: visible;
}

.portfolio-box-v2 .portfolio-box-v2-in i {
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 20px;
	font-size: 22px;
	cursor: pointer;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	background: rgba(114,192,44,0.8);
}

.portfolio-box-v2 .portfolio-box-v2-in i:hover {
	background: #72c02c;
}

/*--------------------------------------------------
	[12. Thumbnail]
----------------------------------------------------*/
/*Thumbnail v1
------------------------------------*/
.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px;
}

.thumbnails-v1 h3 {
  margin-bottom: 5px;
}

.thumbnails-v1 h3 a {
  color: #555;
  font-size: 15px;
  text-transform: uppercase;
}

.thumbnails-v1 .read-more {
  color: #72c02c;
  font-size: 12px;
  text-transform: uppercase;
}

/*--------------------------------------------------
	[13. Image Backgrounds]
----------------------------------------------------*/
/* Image Backgrounds v1
------------------------------------*/
.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(_mod_files/img/bg/11.jpg) repeat fixed;
  background-size: cover;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Image Backgrounds v2
------------------------------------*/
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(_mod_files/img/bg/7.jpg) repeat fixed;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v2-dark h2,
.bg-image-v2-dark p {
  color: #eee !important;
}

/*--------------------------------------------------
	[14. Parallax Quote]
----------------------------------------------------*/
.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url(_mod_files/img/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.parallax-quote:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(_mod_files/img/patterns/gridtile.png) repeat;
}

/*Parallax Quote Inner*/
.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative;
}

.parallax-quote-in p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-quote-in p:after,
.parallax-quote-in p:before {
  content: ' " ';
  position: absolute;
  font-family: Tahoma;
}

.parallax-quote-in p:after {
  margin-left: 3px;
}

.parallax-quote-in p:before {
  margin-left: -15px;
}

.parallax-quote-in small {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px){
  .parallax-quote-in {
    padding: 0 40px;
  }

  .parallax-quote-in p {
    font-size: 20px;
  }
}

/*Parallax Quote Light*/
.parallax-quote-light:after {
  background: rgba(255,255,255,0.9);
}

.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #ddd;
}

.parallax-quote-light .parallax-quote-in p {
  color: #555;
  font-size: 28px;
  font-weight: 200;
}

.parallax-quote-light .parallax-quote-in small {
  color: #555;
}

@media (max-width: 768px){
  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px;
  }

  .parallax-quote-light .parallax-quote-in p {
    font-size: 20px;
  }

  .parallax-quote-light .parallax-quote-in small {
    font-weight: 200;
  }
}

/*--------------------------------------------------
	[15. Parallax Team]
----------------------------------------------------*/
.parallax-team {
  background: url(_mod_files/img/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team:before,
.parallax-team-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.9);
}

/*Parallax Team*/
.parallax-team {
  background: url(_mod_files/img/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team-dark:before {
  background: rgba(0,0,0,0.8);
}

/*--------------------------------------------------
	[16. Parallax Counter]
----------------------------------------------------*/
.parallax-bg {
  background: url(_mod_files/img/patterns/5.png) repeat fixed;
}

/*Parallax Counter
------------------------------------*/
.parallax-counter {
  padding: 30px 0;
  background: url(_mod_files/img/patterns/5.png) repeat fixed;
}

.parallax-counter .counters {
  color: #fff;
  padding: 15px 0;
}

.parallax-counter h4 {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter span.counter {
  font-size: 48px;
}

/*Parallax Counter v1
------------------------------------*/
.parallax-counter-v1 {
  padding: 60px 0;
  background: url(_mod_files/img/patterns/5.png) repeat fixed;
}

.parallax-counter-v1 .counters {
  color: #fff;
  padding: 15px 0 10px;
  border: solid 1px #555;
}

.parallax-counter-v1 h4 {
  color: #eee;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter-v1 span.counter {
  font-size: 42px;
  line-height: 48px;
}

/*Parallax Counter v2
------------------------------------*/
.parallax-counter-v2 {
  position: relative;
  padding: 80px 0 60px;
  background: url(_mod_files/img/patterns/16.png) repeat fixed;
}

.parallax-counter-v2:after {
  top: 0;
  left: 50%;
  content: " ";
  margin-left: -25px;
  position: absolute;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.parallax-counter-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.02);
}

.parallax-counter-v2 .counters {
  padding: 20px 0;
  border-bottom: solid 2px #ddd;
  background: rgba(255,255,255,0.9);
}

.parallax-counter-v2 .counters h4,
.parallax-counter-v2 .counters span {
  color: #555;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-counter-v2 .counters span {
  font-size: 36px;
}

.parallax-counter-v2 .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important;
  }
}

/*Parallax Counter v3
------------------------------------*/
.parallax-counter-v3 {
	z-index: 1;
	height: auto;
	padding: 80px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url(_mod_files/img/bg/25.jpg) 50% 0 fixed;
}

.parallax-counter-v3:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v3 .features {
  width: 130px;
  height: 130px;
  padding: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.2);
}

.parallax-counter-v3 .features:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}

.parallax-counter-v3 .features span {
  color: #fff;
  display: block;
  font-weight: 200;
}

.parallax-counter-v3 .features span.counter {
  font-size: 30px;
}

.parallax-counter-v3 .features span.features-info {
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .parallax-counter-v3 .features {
    width: 110px;
    height: 110px;
    padding: 22px;
  }

  .parallax-counter-v3 .features:after {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
  }

  .parallax-counter-v3 .features span.counter {
    font-size: 20px;
  }

  .parallax-counter-v3 .features span.features-info {
    font-size: 11px;
  }
}

/*Parallax Counter v4
------------------------------------*/
.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(_mod_files/img/bg/19.jpg) 50% 0 fixed;
}

.parallax-counter-v4:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v4 i {
  color: #fff;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.parallax-counter-v4 span.counter {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.parallax-counter-v4 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

/*--------------------------------------------------
	[17. Flat Background Block]
----------------------------------------------------*/
.flat-bg-block-v1 {
  padding: 40px 0;
  background: url(_mod_files/img/patterns/16.png) repeat;
}

.flat-bg-block-v1 .checked-list.first-child {
  float: left;
  margin-right: 100px;
}

.flat-bg-block-v1 .checked-list li {
  color: #888;
  margin-bottom: 5px;
}

.flat-bg-block-v1 .checked-list i {
  color: #72c02c;
  margin-right: 5px;
}

/*Image Over*/
.flat-bg-block-v1 img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .flat-bg-block-v1 img.img-over {
    top: -18px;
  }
}

@media (max-width: 991px) {
  .flat-bg-block-v1 img.img-over {
    position: static;
  }
}

/*--------------------------------------------------
	[18. Flat Testimonials]
----------------------------------------------------*/
.flat-testimonials {
  padding: 50px 0;
  background-color: #333;
}

.flat-testimonials .flat-testimonials-in {
  padding: 30px;
  text-align: center;
  background: rgba(255,255,255,0.2);
}

.flat-testimonials .flat-testimonials-in img {
  width: 135px;
  height: 135px;
  margin: 0 auto 25px;
}

.flat-testimonials .flat-testimonials-in h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.flat-testimonials .flat-testimonials-in span {
  display: block;
  margin-bottom: 5px;
}

.flat-testimonials .flat-testimonials-in p {
  color: #fff;
  font-weight: 200;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before,
.flat-testimonials .flat-testimonials-in p:after {
  top: 5px;
  font-size: 22px;
  line-height: 10px;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before {
  content: "“";
  padding-right: 5px;
}

.flat-testimonials .flat-testimonials-in p:after {
  content: "”";
  padding-left: 5px;
}

/*--------------------------------------------------
	[19. Testimonials]
----------------------------------------------------*/
/* Testimonials v4
------------------------------------*/
.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.testimonials-v4 .testimonials-v4-in:before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}

.testimonials-v4 .testimonials-v4-in p {
  color: #777;
  font-size: 14px;
  font-style: italic;
}

.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
}

.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}

.testimonials-v4 .testimonials-author em {
  font-size: 13px;
  text-transform: capitalize;
}

/*Testimonials v5
------------------------------------*/
.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-v5 .testimonials-desc span {
  font-size: 13px;
  font-weight: 200;
}

.testimonials-v5 .testimonials-desc p {
  padding: 15px;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 25px;
}

.testimonials-v5 .testimonials-desc p:after {
  width: 0;
  height: 0;
  left: 30px;
  color: #fff;
  bottom: -12px;
  content: " ";
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #f9f9f9 transparent transparent transparent;
}

/*Testimonials By*/
.testimonials-v5 .testimonials-by {
  margin-left: 20px;
}

.testimonials-v5 .testimonials-by img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.testimonials-v5 .testimonials-by small {
  color: #72c02c;
  font-size: 12px;
}

.testimonials-v5 .testimonials-by span {
  text-transform: uppercase;
}

/*Testimonials v6
------------------------------------*/
.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #eee;
	transition: all 0.4s ease-in-out;
}

.testimonials-v6 .testimonials-info:hover {
	border-color: #72c02c;
}

.testimonials-v6 .testimonials-info img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}

.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
}

.testimonials-v6 .testimonials-desc strong,
.testimonials-v6 .testimonials-desc span {
  color: #555;
  display: block;
}

@media (max-width: 768px) {
  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Other Testimonials
------------------------------------*/
/* Testimonials v3, v4 */
.testimonials-section3 .owl-stage-outer {
	margin-right: 1px;
}
.testimonials-section3 .testimonials-item,
.testimonials-section4 .testimonials-item {
	border-right: solid 1px #eee;
	padding: 15px 15px 20px;
}
.testimonials-section4 .testimonials-item:last-child {
	border-right: none;
}
.testimonials-section3 img,
.testimonials-section4 img {
	width: 74px !important;
	height: 74px !important;
	border-radius: 50%;
	background: #fff;
	padding: 3px;
	border: solid 1px #E6E6E6;
	margin: 0 auto 5px;
	display: block;
}
.testimonials-section3 blockquote,
.testimonials-section4 blockquote {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 20px;
	border: none;
}
.testimonials-section3 blockquote p,
.testimonials-section4 blockquote p {
	z-index: 9;
	position: relative;
	margin-bottom: 5px;
}
.testimonials-section3 .testimonials-item strong,
.testimonials-section3 .testimonials-item em,
.testimonials-section4 .testimonials-item strong,
.testimonials-section4 .testimonials-item em {
	display: block;
	font-size: 14px;
	font-weight: 700;
}
.testimonials-section3 .testimonials-item strong,
.testimonials-section4 .testimonials-item strong {
	padding-top: 10px;
}
.testimonials-section3 .testimonials-item em,
.testimonials-section4 .testimonials-item em {
	font-style: normal;
	opacity: 0.7;
	font-weight: 400;
}

/* Other Testimonials 1
------------------------------------*/
/*Testimonials*/
.testimonials {
	margin-bottom: 10px;
}

.testimonials .testimonial-info {
	color: #72c02c;
	font-size: 16px;
	padding: 0 15px;
	margin-top: 18px;
}

.testimonials .testimonial-info span {
	top: 3px;
	position: relative;
}

.testimonials .testimonial-info em {
	color: #777;
	display: block;
	font-size: 13px;
}

.testimonials .testimonial-info img {
	width: 60px;
	float: left;
	height: 60px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc;
}

.testimonials .testimonial-author {
	overflow: hidden;
}

.testimonials .carousel-arrow {
	top: -65px;
	position: relative;
}

.testimonials .carousel-arrow i {
	color: #777;
	padding: 2px;
	min-width: 25px;
	font-size: 20px;
	text-align: center;
	background: #f5f5f5;
}

.testimonials .carousel-arrow i:hover {
	color: #fff;
	background: #72c02c;
}

.testimonials .carousel-control {
	opacity: 1;
	width: 100%;
	text-align: right;
	text-shadow: none;
	position: absolute;
	filter: Alpha(opacity = 100); /*For IE*/
}

.testimonials .carousel-control.left {
	right: 27px;
	left: auto;
}
.testimonials .carousel-control.right {
	right: 0px;
}

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
	position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
	left: 80px;
	bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
	border-top: 22px solid;
	border-left: 0 solid transparent;
	border-right: 22px solid transparent;
}

/*Testimonials v2*/
.testimonials.testimonials-v2 .testimonial-info {
	padding: 0 20px;
}

.testimonials.testimonials-v2 p {
	padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
	top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
	left: 8%;
	bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
	border-top: 20px solid;
	border-left: 25px solid transparent;
	border-right: 0px solid transparent;
}

/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	background: #f5f5f5;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
	width: 0;
	height: 0;
	content: " ";
	display: block;
	position: absolute;
	border-top-color: #f5f5f5;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
	color: #fff;
	font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
	color: #fff;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
	background: #72c02c;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
	border-top-color: #72c02c;
}

.testimonials-bg-default .carousel-arrow i {
	background: #72c02c;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
	background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
	background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
	border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
	color: #fff;
	background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
	background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
	color: #555;
}

/*--------------------------------------------------
	[20. Featured Blog]
----------------------------------------------------*/
.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative;
}

.featured-blog h2:after {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -10px;
  position: absolute;
  background: #72c02c;
}

.featured-blog .featured-img {
  position: relative;
}

.featured-blog .featured-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.featured-blog .featured-img:hover:after {
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img > img {
  width: 100%;
}

/*Team Hover Gradient*/
.featured-blog .featured-img i {
  top: 60%;
  left: 50%;
  z-index: 1;
  width: 100%;
  list-style: none;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin: -17.5px 0 0 -17.5px;
  transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img:hover i {
  top: 50%;
  visibility: visible;
}

.featured-blog .featured-img i {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 11px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: rgba(255,255,255,0.4);
}

.featured-blog .featured-img i:hover {
  color: #fff;
  background: #72c02c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------
	[21. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #999;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #999;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Media Queries*/
@media (max-width: 768px) {
  .blog-comments .comments-itself:before {
    display: none;
  }

  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}

/*--------------------------------------------------
	[22. Quote]
----------------------------------------------------*/
.quote-v1 {
  padding: 170px 0 150px;
  text-align: center;
  background: url(_mod_files/img/patterns/5.png) repeat;
}

.quote-v1 p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  padding: 0 100px;
  position: relative;
  margin-bottom: 20px;
}

.quote-v1 p:before {
  color: #72c02c;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -30px 0 0 -40px;
  font-family: Georgia, serif;
}

.quote-v1 span {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px;
  }
}

/*Quote v2
------------------------------------*/
.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px;
}

.quote-v2 p {
  color: #555;
  font-size: 16px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.quote-v2 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}

.quote-v2 span {
  color: #555;
  font-weight: 400;
}

/*--------------------------------------------------
	[23. Team Social]
----------------------------------------------------*/
.social-icons-v1 i {
  color: #555;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}

.social-icons-v1 i:hover {
  color: #fff;
  background: #72c02c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.social-icons-v1--dark i {
  color: #fff;
  background: #333;
}

/*--------------------------------------------------
	[24. Box Shadows]
----------------------------------------------------*/
.shadow-wrapper {
  z-index: 1;
  position: relative;
}

/*Common Style*/
.box-shadow {
  background: #fff;
  position: relative;
}

.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}

 /*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
}

 /*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
}

/*Effect 5*/
.shadow-effect-5 {
  box-shadow: 0 0 2px #ccc;
}

/*--------------------------------------------------
	[25. Interactive Slider]
----------------------------------------------------*/
/* Interactive Slider v1
------------------------------------*/
.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative;
}

.interactive-slider-v1.img-v1 {
  background: url(_mod_files/img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1.img-v2 {
  background: url(_mod_files/img/bg/19.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1.img-v3 {
  background: url(_mod_files/img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.interactive-slider-v1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.interactive-slider-v1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .interactive-slider-v1 h2 {
    font-size: 30px;
  }

  .interactive-slider-v1 p {
    font-size: 18px;
  }
}

/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(_mod_files/img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2-md {
  padding: 250px 0;
}

.interactive-slider-v2.img-v1 {
  background: url(_mod_files/img/bg/25.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v2 {
  background: url(_mod_files/img/bg/14.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v3 {
  background: url(_mod_files/img/bg/img8.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v4 {
  background: url(_mod_files/img/bg/img9.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.intro-promo-img {
  padding: 80px 0;
  background: url(_mod_files/img/intro/promo.jpg) repeat-x fixed center center / cover ;
  -webkit-animation: infiniteBackground 65s linear infinite;
  -moz-animation: infiniteBackground 65s linear infinite;
  animation: infiniteBackground 65s linear infinite;
}
@media screen and (max-width: 992px) {
  .interactive-slider-v2.intro-promo-img {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
}
@keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-webkit-keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-moz-keyframe infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}

.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,.4);
}

.intro-promo-cover-dark:after {
  background: rgba(0,0,0,.8);
}
.intro-promo-cover-light:after {
  background: rgba(255,255,255,.9);
}

.interactive-slider-v2 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.interactive-slider-v2 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------
	[26. Blog Trending]
----------------------------------------------------*/
.blog-trending li {
  margin-bottom: 20px;
}

.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px;
}

.blog-trending small,
.blog-trending small a {
  color: #777;
}

.blog-trending small a:hover {
  color: #72c02c;
}

/*--------------------------------------------------
	[27. Blog Latest Posts]
----------------------------------------------------*/
.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.blog-latest-posts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px;
}

.blog-latest-posts small,
.blog-latest-posts small a {
  color: #777;
}

.blog-latest-posts small {
  margin-bottom: 8px;
  display: inline-block;
}

.blog-latest-posts p {
  font-size: 12px;
}

/*--------------------------------------------------
	[28. Blog Photostream]
----------------------------------------------------*/
.blog-photostream {
  margin-right: -5px;
}

.blog-photostream li {
  padding: 0;
  margin: 3px 5px 5px;
  position: relative;
}

.blog-photostream li img {
  width: 78px;
  height: auto;
}

/*--------------------------------------------------
	[29. Newsletter]
----------------------------------------------------*/
.blog-newsletter p {
  color: #555;
  margin-bottom: 15px;
}

.blog-newsletter .form-control {
  border: none;
}

.blog-newsletter .form-control:focus {
  box-shadow: none;
}

/*--------------------------------------------------
	[30. Blog Post Quote]
----------------------------------------------------*/
.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center;
}

.blog-post-quote p {
  color: #555;
  font-size: 32px;
  font-weight: 200;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .blog-post-quote {
    padding: 35px 25px;
  }

  .blog-post-quote p {
    font-size: 26px;
    line-height: 35px;
  }
}

.blog-post-quote p:before,
.blog-post-quote p:after {
  top: -3px;
  font-size: 30px;
  position: relative;
}

.blog-post-quote p:before {
  left: -10px;
  content: "\0022";
}

.blog-post-quote p:after {
  right: -10px;
  content: "\0022";
}

.blog-post-quote span {
  color: #555;
  font-size: 20px;
  font-weight: 200;
}

/*--------------------------------------------------
	[31. Blog Post Author]
----------------------------------------------------*/
.blog-author {
  padding: 20px;
  background: #fff;
}

.blog-author img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-author .blog-author-desc {
  overflow: hidden;
}

.blog-author .blog-author-desc h4 {
  float: left;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.blog-author .blog-author-desc ul {
  float: right;
  margin-top: 6px;
}

.blog-author .blog-author-desc p {
  color: #555;
}

/*--------------------------------------------------
	[32. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Media Queries*/
@media (max-width: 768px) {
	.blog-comments .comments-itself:before {
		display: none;
	}

	.blog-comments .comments-itself:after {
		width: 0;
		height: 0;
		top: -17px;
		left: 20px;
		content: " ";
		position: absolute;
		border-style: solid;
		border-width: 0 15px 17px 15px;
		border-color: transparent transparent #fff transparent;
	}
}

/*--------------------------------------------------
	[33. News]
----------------------------------------------------*/
/*News v1
------------------------------------*/
.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
  background: #fafafa;
}

.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}

.news-v1 h3 a {
  color: #555;
}

.news-v1 h3 a:hover {
  color: #72c02c;
}

.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
  font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
  color: #72c02c;
  text-decoration: none;
}

/*News v2
------------------------------------*/
/*News Badge*/
.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}

.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}

.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

/*News Description*/
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
}

.news-v2 .news-v2-desc h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.news-v2 .news-v2-desc h3 a {
  color: #555;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #72c02c;
}

.news-v2 .news-v2-desc small {
  color: #555;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-v2 .news-v2-desc p {
  color: #555;
}

/*News v3
------------------------------------*/
/*News Posts*/
.news-v3 .news-v3-in {
  padding: 35px 30px;
}

.news-v3 .news-v3-in-sm {
  padding: 20px;
}

.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}

.news-v3 .news-v3-in-sm h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;
}

@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.news-v3 h2 a {
  color: #555;
}

.news-v3 h2 a:hover {
  color: #72c02c;
  text-decoration: none;
}

.news-v3 p {
  color: #555;
  margin-bottom: 20px;
}

/*News Info*/
.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}

.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.news-v3 .posted-info li a {
  color: #555;
}

.news-v3 .posted-info li a:hover {
  color: #72c02c;
}

/*News Shares*/
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}

.news-v3 .post-shares li i:hover {
  background: #ddd;
}

.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #72c02c;
  border: 2px solid #fff;
  border-radius: 50% !important;
}

.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}

/*--------------------------------------------------
	[34. Blog Grid]
----------------------------------------------------*/
.blog-grid img {
  margin-bottom: 15px;
}

.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4;
}

.blog-grid h3 a {
  color: #333;
}

.blog-grid p {
  margin-bottom: 15px;
}

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
  position: relative;
}

.blog-grid .blog-grid-grad i {
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: rgba(0,0,0,0.5);
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none;
}

.blog-grid .blog-grid-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-grid .blog-grid-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-grid .blog-grid-info li a {
  color: #888;
}

.blog-grid .blog-grid-info li a:hover {
  text-decoration: none;
}

/*Read More Link*/
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
}

.blog-grid a.r-more:hover {
  text-decoration: none;
}

/*--------------------------------------------------
  [35. Blog Thumb]
----------------------------------------------------*/
.blog-thumb {
  overflow: hidden;
}

/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
  width: 120px;
  height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
  width: 30px;
  height: 30px;
}

/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
  left: 0;
  top: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-top: -14px;
  text-align: center;
  position: absolute;
  display: inline-block;
  transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  transform 0.55s;
  transition: opacity 0.55s,
}

/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
  overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
  color: #555;
}

/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
  padding-left: 0;
  list-style: none;
}

.blog-thumb .blog-thumb-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
  color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
  color: #e74c3c;
}

/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
  border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
  width: 50px;
  height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
  font-size: 15px;
  margin-top: -10px;
}

/*Blog Thumb Colors
------------------------------------*/
.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(114,192,44,0.9);
}
.blog-grid .blog-grid-grad i:hover {
  background: rgba(114,192,44,1);
}

/*--------------------------------------------------
  [36. Shop Subscribe]
----------------------------------------------------*/
.shop-subscribe {
  padding: 25px 0;
}

.shop-subscribe h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

/*Input Form Control*/
.shop-subscribe input {
  border-color: #fff;
  border-right: none;
  background: transparent;
}

.shop-subscribe .form-control {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.shop-subscribe .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.shop-subscribe .form-control::-moz-placeholder {
  color: #fff;
}
.shop-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
.shop-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}

.shop-subscribe .input-group-btn {
  border-color: #fff;
  background: transparent;
}

.shop-subscribe .input-group-btn .btn {
  border: 1px solid #fff;
  background: transparent;
}

.shop-subscribe .input-group-btn i {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

/*--------------------------------------------------
  [37. Parallax Slider (Main)]
----------------------------------------------------*/
.slider-inner .da-slider {
 box-shadow: none;
 border-bottom: 2px solid #ddd;
}

.slider-inner .da-dots {
  z-index: 10;
}

@media (max-width: 450px) {
 .da-slide p {
    display:none;
 }
}

@media (max-width: 900px) {
 /*Slider Parallax*/
 .da-slide .da-img {
    display:none;
 }
}

/*--------------------------------------------------
	[38. Master Slider]
----------------------------------------------------*/
.ms-promo-info {
	font-size: 45px;
	font-weight: 300;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-info-in {
	font-size: 60px;
	font-weight: 600;
}

.ms-promo-sub {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-sub-in {
	font-size: 15px;
}

.ms-img-bordered {
	background: #fff;
	padding: 7px;
}

/*--------------------------------------------------
  [39. Revolution Slider]
----------------------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff;
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

.tp-banner-container {
  position: relative;
}

/*Fullscreen*/
.fullscreen-container {
  padding:0;
  width:100%;
  position:relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' ';
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}

/*Slider Contents v2*/
.re-title-v1 {
	color: #fff;
	font-size: 75px;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .rs-caption-1:after,
  .rs-caption-1:before {
    content: "";
  }
}

.rs-caption-1:after {
  right: 4%;
}

.rs-caption-1:before {
  left: 4%;
}

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}

.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .rs-caption-1,
  .rs-caption-2,
  .rs-caption-3 {
    font-weight: normal;
  }
}

/*--------------------------------------------------
  [40. Layer Slider]
----------------------------------------------------*/
.layer_slider {
 overflow: hidden;
}

.ls-ct-half, .ls-ct-center {
 border-radius: 100px !important;
}

/*--------------------------------------------------
  [41. Clients Carousel]
----------------------------------------------------*/
.clients {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow:none !important;
  margin-bottom: 0 !important;
}
.clients li {
  overflow: hidden;
  margin-left: 1px;
  position: relative;
  background: #fafafa;
}
.clients li:hover {
  background: #f6f6f6;
}
.clients li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}
.clients li:hover img.color-img {
  display: block;
}
.clients li img {
  filter: gray; /* IE6-9 */
  float: none !important;
  margin: 0 auto !important;
}
.clients li img:hover {
  filter: none;
}

/*--------------------------------------------------
  [42. Pie Chart]
----------------------------------------------------*/
.pie-progress-charts .inner-pchart {
  text-align: center;
}

.pie-progress-charts .circle {
  color: #555;
  font-weight: 200;
  margin-bottom: 20px;
}

.pie-progress-charts .circle-title {
  font-size: 22px;
}

@media (max-width: 767px) {
  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------
  [43. Counter]
----------------------------------------------------*/
.counters {
  color: #555;
  text-align: center;
}

@media (max-width: 767px) {
	.counters {
		margin-bottom: 30px;
	}
	.counters:last-child {
		margin-bottom: inherit;
	}
}

.counters span {
	font-size: 35px;
}

.counters span.counter-icon {
	display: block;
	margin-bottom: 10px;
}

.counters span.counter-icon i {
	color: #fff;
	padding: 16px;
	min-width: 65px;
	font-size: 30px;
	position: relative;
	background: #72c02c;
}

.counters span.counter-icon i:after {
	width: 0;
	height: 0;
	left: 38%;
	content: " ";
	bottom: -7px;
	display: block;
	position: absolute;
	border-top: 7px solid #72c02c;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.counters:hover span.counter-icon i {
	border-color: #000;
}

/*--------------------------------------------------
	[44. Back To Top]
----------------------------------------------------*/
#topcontrol {
}

#topcontrol:after {
}

#topcontrol:hover {
}

/*--------------------------------------------------
	[45. Owl Carousel]
----------------------------------------------------*/
.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5;
}

.owl-btn:hover {
  color: #fff;
  background: #72c02c;
}

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px;
}

.owl-carousel-v1 .item {
  margin: 0 5px;
}

.owl-carousel-v1 .item img {
  text-align: center;
}

.owl-carousel-v1 .owl-pagination {
  display: none;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px;
}

.owl-carousel-v2 .item {
  margin: 0 15px;
}

.owl-carousel-v2 .item img {
  text-align: center;
}

.owl-carousel-v2 .owl-navigation {
  text-align: center;
}

.owl-carousel-v2 .owl-pagination {
  display: none;
}

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
  margin: 0 15px;
}

.owl-carousel-v3 .item img {
  text-align: center;
}

.owl-carousel-v3 .owl-pagination {
  display: none;
}

/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v4 .item {
  margin: 0 3px;
}

.owl-carousel-v4 .item img {
  width: 100%;
}

/*Owl Carousel v5*/
.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #72c02c;
}

.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}

/*Owl Slider v6*/
.owl-carousel-v6 .owl-carousel-item {
	margin: 0 10px;
	padding: 7px 0;
	text-align: center;
	position: relative;
	border: 1px solid #e4e2e2;
}

.owl-carousel-v6 .owl-carousel-item img {
	width: 150px;
	height: auto;
}

.owl-carousel-v6 .owl-wrapper-outer {
	margin-bottom: 20px;
}

.owl-carousel-v6 .owl-controls .owl-page span {
	margin: 5px 3px !important;
}

/*Owl Pagination*/
.owl-pagination {
  text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bbb;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  border-radius: 50% !important;
}

/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
  width: 120px;
  height: auto;
}

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee;
}

.owl-carousel-style-v2 .item img {
  padding: 0 3px;
  display: inline-block;
}

.owl-carousel-style-v2 .item:hover {
  background: #f7f7f7;
  border-color: #e5e5e5;
  transition: all 0.4s ease-in-out;
}

.owl-carousel-style-v2 .owl-pagination {
  display: none;
}

/*Owl Clients v2
------------------------------------*/
.owl-clients-v1 img {
  width: 120px;
  height: auto;
}

.owl-clients-v1 .owl-pagination {
    display: none;
}

/*Owl Carousel - Testimonials v3
------------------------------------*/
/*Testimonials Section*/
.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.testimonials-v3 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.testimonials-v3 li img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.testimonials-v3 li > p {
  font-size: 14px;
}

.testimonials-v3 .testimonials-v3-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}

.testimonials-v3 .testimonials-v3-title p {
  color: #72c02c;
  margin-bottom: 0;
}

.testimonials-v3 .testimonials-v3-title span {
  color: #777;
  display: block;
  font-size: 14px;
}

/*Testimonials Owl Navigation*/
.testimonials-v3 .owl-pagination {
  display: none;
}

.testimonials-v3 .owl-buttons .owl-prev,
.testimonials-v3 .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background: #f5f5f5;
  display: inline-block;
}

.testimonials-v3 .owl-buttons .owl-prev:after,
.testimonials-v3 .owl-buttons .owl-next:after {
	top: 0;
	color: #bbb;
	font-size: 16px;
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

.testimonials-v3 .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}

.testimonials-v3 .owl-buttons .owl-next:after {
  right: 10px;
  content: "\f105";
}

.testimonials-v3 .owl-buttons .owl-prev:hover:after,
.testimonials-v3 .owl-buttons .owl-next:hover:after {
  color: #fff;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #72c02c;
  transition: background 0.4s ease-in-out;
}

/*Recent Works (Owl Carousel)
------------------------------------*/
.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
}

.owl-work-v1 .owl-navigation {
  margin-bottom: 10px;
}

.owl-work-v1 .item a {
  text-align: center;
}

.owl-work-v1 .item a:hover {
  text-decoration: none;
}

.owl-work-v1 .item a:hover strong {
  color: #555;
}

.owl-work-v1 .item em.overflow-hidden {
  display: block;
}

.owl-work-v1 .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}

.owl-work-v1 .item a strong {
  color: #555;
  display: block;
}

.owl-work-v1 .item a i {
  color: #777;
}

.owl-work-v1 .item a img {
	transition: all 0.8s ease-in-out;
}

.owl-work-v1 .item a:hover img {
	opacity: 0.8;
	transform: scale(1.2) rotate(3deg);
}

.owl-work-v1 .item a:hover span {
	border-bottom: solid 2px #72c02c;
	transition: all 0.3s ease-in-out;
}

/*Parallax Twitter (Owl Carousel)
------------------------------------*/
.parallax-twitter {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: #333 url(_mod_files/img/bg/19.jpg) 50% 0 fixed;
  background-size: cover;
  background-position: center center;
}

.parallax-twitter:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-twitter:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(_mod_files/img/patterns/gridtile.png) repeat;
}

.parallax-twitter-in {
  z-index: 1;
  position: relative;
}

/*Twitter Block (owl-controls)*/
.parallax-twitter-in ul {
  margin: 0;
}

.parallax-twitter-in li {
  color: #fff;
}

.parallax-twitter-in li p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.parallax-twitter-in li a {
  color: #eee;
  text-decoration: underline;
}

.parallax-twitter-in li a:hover {
  text-decoration: none;
}

.parallax-twitter-in li span {
  color: #ddd;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.parallax-twitter-in .owl-page {
  width: 18px;
}

/*Clients Section (Owl Carousel)
------------------------------------*/
.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333 url(_mod_files/img/bg/7.jpg) 50% fixed;
  background-size: cover;
  background-position: center center;
}

.clients-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.clients-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(_mod_files/img/patterns/gridtile.png) repeat;
}

.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
  color: #fff;
}

.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}

.clients-section li {
  margin: 0 3px;
  background: #fff;
}

.clients-section li a {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.clients-section li a:hover {
  -transform: scale(1.2);
}

.clients-section img {
  width: 100px;
  height: 100px;
}

.clients-section .owl-pagination {
  display: none;
}

/* Owl Video
------------------------------------*/
.owl-video img {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.owl-video img.video-play {
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  position: absolute;
}

.owl-video .owl-controls .owl-page span {
  margin: 5px 3px;
}

/*--------------------------------------------------
	[46. Bootstrap Carousels]
----------------------------------------------------*/
/* Bootstrap Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
	color: #fff;
	margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
	opacity: 1;
	font-size:30px;
	height:inherit;
	width: inherit;
	background: none;
	text-shadow: none;
	position: inherit;
}

.carousel-v1 .carousel-arrow a i {
	top: 50%;
	opacity: 0.6;
	background: #000;
	margin-top: -18px;
	padding: 2px 12px;
	position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
	opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
	left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
	right: 0;
}

/* Bootstrap Carousel v2
------------------------------------*/
.carousel-v2 .carousel-control,
.carousel-v2 .carousel-control:hover {
	opacity: 1;
	text-shadow: none;
}

.carousel-v2 .carousel-control.left,
.carousel-v2 .carousel-control.right {
	top: 50%;
	z-index: 5;
	color: #eee;
	width: 45px;
	height: 45px;
	font-size: 30px;
	margin-top: -22px;
	position: absolute;
	text-align: center;
	display: inline-block;
	border: 2px solid #eee;
	background: rgba(0,0,0,0.1);
}

.carousel-v2 .carousel-control:hover {
	background: rgba(0,0,0,0.3);
	transition: all 0.4s ease-in-out;
}

.carousel-v2 .carousel-control.left {
	left: 20px;
}

.carousel-v2 .carousel-control.right {
	right: 20px;
}

.carousel-v2 .carousel-control .arrow-prev,
.carousel-v2 .carousel-control .arrow-next {
	top: -5px;
	position: relative;
}

.carousel-v2 .carousel-control .arrow-next {
	right: -2px;
}


@media (min-width: 768px) {
	.carousel-indicators {
		bottom: 10px;
	}
}

/*--------------------------------------------------
	[47. Tabs]
----------------------------------------------------*/
/*Tabs*/
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
}

/*Tabs v1
------------------------------------*/
.tab-v1 .nav-tabs {
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c;
}

.tab-v1 .nav-tabs a {
	font-size: 14px;
	padding: 5px 15px;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	color: #fff;
	border: none;
	background: #72c02c;
}

.tab-v1 .nav-tabs > li > a {
	border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
	color: #fff;
	background: #72c02c;
}

.tab-v1 .tab-content {
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Tabs v2
------------------------------------*/
.tab-v2 .nav-tabs {
	border-bottom: none;
}

.tab-v2 .nav-tabs li a {
	padding: 9px 16px;
	background: none;
	border: none;
}

.tab-v2 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
	border-bottom: none !important;
}

.tab-v2 .tab-content {
	padding: 10px 16px;
	border: solid 1px #eee;
}

/*Tabs v3
------------------------------------*/
.tab-v3 .nav-pills li a {
	color: #777;
	font-size: 17px;
	padding: 4px 8px;
	margin-bottom: 3px;
	background: #fafafa;
	border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	color: #fff;
	background: #72c02c;
	border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
	width: 1.25em;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}

.tab-v3 .tab-content {
	padding: 15px;
	background: #fafafa;
	border: solid 1px #eee;
}

/*Tab v4
------------------------------------*/
.tab-v4 .tab-heading {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 3px solid #333;
}

.tab-v4 .tab-heading h2 {
	margin: 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

/*Nav Tabs*/
.tab-v4 .nav-tabs {
	top: 3px;
	border: none;
	float: right;
	overflow: hidden;
	position: relative;
}

.tab-v4 .nav-tabs a {
	color: #555;
	font-size: 12px;
	padding: 6px 15px;
	text-transform: uppercase;
}

.tab-v4 .nav-tabs > .active > a,
.tab-v4 .nav-tabs > .active > a:hover,
.tab-v4 .nav-tabs > .active > a:focus {
	border: none;
	background: inherit;
}

.tab-v4 .nav-tabs > li > a {
	border: none;
}
.tab-v4 .nav-tabs > li > a:hover {
	background: inherit;
}

.tab-v4 .tab-content {
	padding: 20px 0 10px;
}

/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
	border-bottom: none;
}

.tab-v5 .nav-tabs li a {
	border: none;
	font-size: 14px;
	background: none;
	padding: 9px 16px;
}

.tab-v5 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 3px #222;
	border-bottom: none !important;
}

.tab-v5 .tab-content {
	padding: 13px;
	border: solid 1px #eee;
}

/*Tab v6
------------------------------------*/
.tab-v6 .nav-tabs {
  border-bottom-color: #dedede;
}

.tab-v6 .nav-tabs > li {
  margin-right: 30px;
}

.tab-v6 .nav-tabs > li > a {
  border: none;
  color: #687074;
  padding: 6px 0;
  font-size: 18px;
  margin-right: 0;
  background: none;
  text-transform: uppercase;
  border-bottom: solid 1px transparent;
}

.tab-v6 .nav-tabs > li.active > a,
.tab-v6 .nav-tabs > li.active > a:hover,
.tab-v6 .nav-tabs > li.active > a:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #18ba9b;
}

.tab-v6 .nav-tabs > li > a:hover {
  border-bottom: 1px solid #18ba9b;
}

.tab-v6 .nav-tabs > li > a:focus {
  border: none;
}

.tab-v6 .tab-content {
  padding: 30px 0;
}

/*--------------------------------------------------
	[48. Accordions]
----------------------------------------------------*/
/*Accordion v1
------------------------------------*/
.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
}

.acc-v1 .panel-heading a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	background: #fefefe;
}

.acc-icon a.accordion-toggle i {
	color: #555;
	margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}

/*--------------------------------------------------
	[49. Paginations]
----------------------------------------------------*/

/*Pegination*/
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

.pagination li a {
	color: #777;
	padding: 5px 15px;
}

.pagination li a:hover {
	color: #fff;
	background: #5fb611;
	border-color: #5fb611;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	border-color: #72c02c;
	background-color: #72c02c;
}

/*Pagination Without Space*/
.pagination-no-space .pagination {
	margin: 0;
}

/*--------------------------------------------------
	[50. Pagers]
----------------------------------------------------*/
/*Pager*/
.pager li > a,
.pager li > span {
	border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
	color: #fff;
	background: #5fb611;
	border-color: #5fb611;
}

/*Pager v2 and v3
------------------------------------*/
.pager.pager-v2 li > a {
	border: none;
}

.pager.pager-v2 li > a,
.pager.pager-v3 li > a {
	transition: all 0.1s ease-in-out;
}

.pager.pager-v2 li > a:hover,
.pager.pager-v2 li > a:focus,
.pager.pager-v3 li > a:hover,
.pager.pager-v3 li > a:focus {
	color: #fff;
	background: #72c02c;
}

/*Pager Amount*/
.pager.pager-v2 li.page-amount,
.pager.pager-v3 li.page-amount {
	font-size: 16px;
	font-style: italic;
}

.pager.pager-v2 li.page-amount,
.pager.pager-v2 li.page-amount:hover,
.pager.pager-v2 li.page-amount:focus,
.pager.pager-v3 li.page-amount,
.pager.pager-v3 li.page-amount:hover,
.pager.pager-v3 li.page-amount:focus {
	top: 7px;
	color: #777;
	position: relative;
}

/*Pager Size*/
.pager.pager-v2.pager-md li a,
.pager.pager-v3.pager-md li a {
	font-size: 16px;
	padding: 8px 18px;
}

/*Pager v4
------------------------------------*/
.pager.pager-v4 li > a {
	line-height: normal;
	transition: all 0.1s ease-in-out;
}

.pager.pager-v4 li > a:hover,
.pager.pager-v4 li > a:focus {
	color: #fff;
	background: #222;
	border-color: #222;
}

/*Pager Amount*/
.pager.pager-v4 li.page-amount {
	font-size: 14px;
	font-style: italic;
}

.pager.pager-v4 li.page-amount,
.pager.pager-v4 li.page-amount:hover,
.pager.pager-v4 li.page-amount:focus {
	top: 7px;
	color: #777;
	position: relative;
}

/*--------------------------------------------------
	[51. Sidebar Menu]
----------------------------------------------------*/
/* Sidebar Menu v1
------------------------------------*/
.sidebar-nav-v1 li {
	padding: 0;
}

.sidebar-nav-v1 li a {
	display: block;
	padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
	text-decoration: none;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
	background: #717984;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
	border-color: #ddd;
}

.sidebar-nav-v1 > li.active > a {
	color: #fff;
}

/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
	padding: 0;
	list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
	background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
	color: #555;
	font-size: 12px;
	border-top: solid 1px #ddd;
	padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
	color: #72c02c;
}

/*Sidebar Badges*/
.list-group-item li > .badge {
	float: right;
}

.sidebar-nav-v1 span.badge {
	margin-top: 8px;
	margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
	margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
	margin-top: 8px;
	font-size: 11px;
	padding: 3px 5px;
	margin-right: 10px;
}

/* Sidebar List Toggle
------------------------------------*/
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.list-toggle:after {
	top: 7px;
	right: 10px;
	color: #777;
	font-size: 14px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

.list-toggle.active:after {
	color: #fff;
	content: "\f107";
}

/*--------------------------------------------------
	[52. Content Boxes]
----------------------------------------------------*/
/*Content Boxes v1*/
.content-boxes-v1 {
	text-align: center;
}

.content-boxes-v1 span {
	display: block;
	margin-top: 5px;
}

/*Content Boxes v2*/
.content-boxes-v2-o span {
	display: block;
	overflow: hidden;
}

.content-boxes-v2-o small {
	display: block;
	line-height: 1.6;
}

.content-boxes-v2-o .icon-md + span {
	margin-top: 9px;
}

.content-boxes-v2-o .icon-lg + span {
	margin-top: 11px;
}

.content-boxes-v2-o .icon-custom {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}

@media (max-width: 992px) {
	.content-boxes-v2,
	.content-boxes-v2 .text-justify {
		text-align: center;
	}

	.content-boxes-v2 span {
		display: block;
		margin-top: 5px;
	}
}

/*Content Boxes v3*/
.content-boxes-v3 i.icon-custom {
	top: 8px;
	float: left;
	position: relative;
}

.content-boxes-v3 .content-boxes-in-v3 {
	padding: 0 20px;
	overflow: hidden;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.content-boxes-v3 .content-boxes-in-v3 h3 a {
	color: #555;
}

/*Content Boxes Right v3*/
.content-boxes-v3.content-boxes-v3-right {
	text-align: right;
}

.content-boxes-v3.content-boxes-v3-right i.icon-custom {
	float: right;
}

@media (max-width: 768px){
	.content-boxes-v3.content-boxes-v3-right {
		text-align: inherit;
	}

	.content-boxes-v3.content-boxes-v3-right i.icon-custom {
		float: left;
		margin-left: 0;
	}
}

/*Content Boxes v4*/
.content-boxes-v4 h2 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-boxes-v4 a {
	color: #777;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-boxes-v4 i {
	width: 25px;
	color: #72c02c;
	font-size: 35px;
	margin-top: 10px;
}

.content-boxes-in-v4 {
	padding: 0 10px;
	overflow: hidden;
}

.content-boxes-v4-sm i {
	font-size: 26px;
	margin-top: 10px;
	margin-right: 5px;
}

/*Content Boxes v5*/
.content-boxes-v5 i {
	float: left;
	color: #999;
	width: 50px;
	height: 50px;
	padding: 11px;
	font-size: 22px;
	background: #eee;
	line-height: 28px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
}

.content-boxes-v5:hover i {
	color: #fff;
	background: #72c02c;
}

/*Content Boxes v6*/
.content-boxes-v6 {
	padding-top: 25px;
	text-align: center;
}

.content-boxes-v6 i {
	color: #fff;
	width: 90px;
	height: 90px;
	padding: 30px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	background: #dedede;
	margin-bottom: 25px;
	display: inline-block;
}

.content-boxes-v6 i:after {
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	content: " ";
	position: absolute;
	border: 1px solid #dedede;
	border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
	transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
	background: #72c02c;
}

.content-boxes-v6:hover i:after {
	border-color: #72c02c;
}

/*--------------------------------------------------
	[53. Tagline Boxes]
----------------------------------------------------*/
/*Tagline Boxes*/
.tag-box  {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
}

.tag-box h2 {
	font-size: 20px;
	line-height: 25px;
}

.tag-box p {
	margin-bottom: 0;
}

.tag-box.tag-text-space p {
	margin-bottom: 10px;
}

/*Tagline Boxes v1*/
.tag-box-v1 {
	border: solid 1px #eee;
	border-top: solid 2px #202020;
}

/*Tagline Boxes v2*/
.tag-box-v2 {
	background: #fafafa;
	border: solid 1px #eee;
	border-left: solid 2px #72c02c;
}

/*Tagline Boxes v3*/
.tag-box-v3 {
	border: solid 2px #eee;
}

/*Tagline Boxes v4*/
.tag-box-v4 {
	border: dashed 1px #bbb;
}

/*Tagline Boxes v5*/
.tag-box-v5 {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.tag-box-v5 span {
	color: #555;
	font-size: 28px;
	margin-bottom: 0;
}

/*Tagline Boxes v6*/
.tag-box-v6 {
	background: #fafafa;
	border: solid 1px #eee;
}

/*Tagline Boxes v7*/
.tag-box-v7 {
	border: solid 1px #eee;
	border-bottom: solid 2px #72c02c;
}

/*--------------------------------------------------
	[54. Tags]
----------------------------------------------------*/
/*Tags v1
------------------------------------*/
.tags-v1 li {
	margin: 0;
	padding: 0;
}

.tags-v1 li a {
	font-size: 13px;
	padding: 4px 8px;
	line-height: 32px;
	border: solid 2px #eee;
	border-radius: 20px !important;
	transition: all 0.2s ease-in-out;
}

.tags-v1 li a:hover {
	text-decoration: none;
	border-color: #e0e0e0;
}

/*Tags v2
------------------------------------*/
.tags-v2 li {
	padding: 7px 0 7px 4px;
}

.tags-v2 li a {
	color: #555;
	font-size: 13px;
	padding: 5px 10px;
	border: solid 1px #bbb;
}

.tags-v2 li a:hover {
	color: #fff;
	background: #555;
	border-color: #555;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/*Tags v3
------------------------------------*/
.tags-v3 li {
	padding: 7px 0 7px 4px;
}

.tags-v3 li a {
	color: #555;
	font-size: 12px;
	padding: 4px 12px;
	border: solid 1px #eee;
}

.tags-v3 li a:hover {
	color: #fff;
	background: #222;
	border-color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/*Tags v4
------------------------------------*/
.tags-v4 {
	padding-left: 0;
	list-style: none;
}

.tags-v4 li {
	padding: 3px 2px;
	line-height: 28px;
	display: inline-block;
}

.tags-v4 a {
	color: #bbb;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 10px;
	border: 1px solid #bbb;
}

.tags-v4 a:hover {
	color: #fff;
	background: #e74c3c;
	border-color: #e74c3c;
	text-decoration: none;
	transition: all 0.25s,
	transform 0.25s;
}

/*--------------------------------------------------
	[##. Main Page Styles]
----------------------------------------------------*/
/* Purchase Block
------------------------------------*/
.purchase {
	padding: 25px 0 30px;
	border-bottom: solid 1px #eee;
	background: url(_mod_files/img/patterns/breadcrumbs.png) repeat;
}

.purchase p {
	margin-bottom: 0;
}

.purchase span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}

.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
		font-size: 22px;
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/* Service Block
------------------------------------*/
.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px;
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 35px;
	text-align: center;
  transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work
------------------------------------*/
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
 transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
 	transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #72c02c;
  transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
	color: #eee;
	font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
	margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
	padding: 8px 0;
	border-top: 1px solid #353535;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #eee;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
	color: #555;
	font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
	/*color: #3498db;*/
	text-decoration: none;
}
.latest-tweets .latest-tweets-inner a:hover {
	text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
	top: 2px;
	float: left;
	color: #bbb;
	color: #55acee;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}

.latest-tweets .latest-tweets-inner small {
	color: #777;
	display: block;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0;
}

.social-icons li a {
	margin: 0 3px;
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style {
	padding: 7px;
	margin-bottom: 20px;
}
.thumbnail-style:hover {
	box-shadow: 0 0 8px #ddd;
  transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block;
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #5fb611;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
	transform: scale(1.2) rotate(2deg);
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
	background: #76ca2c;
	transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt {
	width: 60px;
	float: left;
}

.posts .dl-horizontal dt img {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-top: 2px;
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd {
	margin-left: 70px;
}

.posts .dl-horizontal dd p {
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
	color: #72c02c;
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: #72c02c;
	border-color: #72c02c !important;
	transition: all 0.2s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail {
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #72c02c;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #72c02c !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(_mod_files/img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
}
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}

.blog-photos li img {
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}

.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #eee;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #72c02c;
	border-top-color: #72c02c;
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #72c02c;
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px;
}

.blog-twitter .blog-twitter-inner a {
	color: #72c02c;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li {
	margin-bottom: 6px;
}
.who li i {
	color: #72c02c;
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative;
}
.who li:hover i,
.who li:hover a {
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(_mod_files/img/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: none !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	display: block;
	font-size: 20px;
	font-weight: 200;
	margin: 20px 0 15px;
}

.promo-box:hover strong,
.promo-box:hover strong a {
	color: #72c02c;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 15px;
	}
}

.block-blockquote {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px;
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #72c02c;
  transition:all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #eee;
}

@media (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
	border: 1px solid #ddd;
}
.line-icon-page .item-box--higher {
	height: 120px;
}

@media (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;
  	}
}

@media (max-width: 450px) {
	.line-icon-page .item-box {
		height: 130px;
	}
}

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: #72c02c;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
	margin-bottom: 20px;
}

.icon-page-fa .item-box {
	float: left;
	height: 100px;
	width: 16% !important;
}

.icon-page-fa .item {
	font-size: 12px;
}

.icon-page-fa .item i {
	color: #555;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-page-fa .item-box {
		width: 20% !important;
	}
}

@media (max-width: 600px) {
 .icon-page-fa .item-box {
  width: 30% !important;
 }
}

@media (max-width: 400px) {
 .icon-page-fa .item-box {
  width: 50% !important;
 }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 18px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: #72c02c;
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
	  width: 12.5%;
	}
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
	width: 170px;
	height: 100px;
	padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
	height: 40px;
	display: block;
}

.demo-pro-glyphicons span:before {
	color: #555;
	padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
	font-size: 22px;
}

/*Glyphicons Pro Halflings*/
.demo-pro-glyphicons span.halflings {
	height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
	padding: 10px 70px;
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%;
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
	width: 250px;
	padding: 60px;
	position: absolute;
	top: -10px;
	right: -100px;
	background-color: rgba(255,255,255,0.1);
	transform: rotate(55deg);
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-block-v2 .easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);
}

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #585f69;
	padding: 30px 20px 20px;
}

.easy-block-v3.first {
	background: #696f77;
}
.easy-block-v3.second {
	background: #707780;
}
.easy-block-v3.third {
	background: #787f88;
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #555;
}

.simple-block .carousel-indicators li {
	border-color: #555;
}

.simple-block .carousel-inner > .item {
	margin: 0;
}

.simple-block .responsive-video {
	margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i {
	background: #555;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff;}
.banner-info.light p { color: #eee;}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

.no-space-left {
	padding-left: 0;
	padding-right: 15px !important;
}

.no-space-right {
	padding-right: 0;
	padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
	border-top: none;
}

.social-contacts li i {
	color: #777;
	font-size: 13px;
	min-width: 13px;
	margin-right: 12px;
	text-align: center;
}

/*Status Bar
------------------------------------*/
.status-bar li {
	padding-left: 9px;
	border-left: 1px solid #eee;
}

.status-bar li:first-child {
	border-left: none;
}

.status-bar li i {
	color: #72c02c;
	margin-right: 5px;
}

.status-bar li a:hover {
	text-decoration: none;
}

.status-bar-in {
	padding: 10px;
	position: relative;
	background: #f0f0f0;
}

.status-bar-in:after {
	width: 0;
	height: 0;
	top: -10px;
	left: 50px;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 11px solid #f0f0f0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Share List*/
.share-list {
	margin-bottom: 0;
}

.share-list li {
	padding-left: 20px;
}

.share-list li:first-child {
	padding-left: 0;
}

.share-list li i {
	color: #72c02c;
	margin-right: 5px;
}

/*People Say
------------------------------------*/
.people-say img {
	float: left;
	width: 40px;
	height: auto;
	margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
	font-weight: 700;
}

.people-say .overflow-h p {
	font-style: italic;
	line-height: 1.3;
}

.people-say .overflow-h small {
	text-align: right;
	font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
	width: 150px;
	height: auto;
	margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background: url(_mod_files/img/patterns/17.png) repeat;
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
  color: #555;
  font-weight: 200;
  margin-bottom: 5px;
}

.project-details strong {
  min-width: 100px;
  display: inline-block;
}

.project-details a {
  text-decoration: underline;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
  padding: 50px 0;
  background: url(_mod_files/img/bg/16.jpg) 50% 0 repeat fixed;
}

.testimonials-bs .headline-center-v2 span.author {
  color: #777;
  font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs .item {
  margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
  text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs .carousel-control-v2 i:hover {
  color: #72c02c;
  border-color: #72c02c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left,
.testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

/*Team v1*/
.team-v1 li > h3 {
	color: #555;
}

/*Images*/
img.img-bordered {
	padding: 3px !important;
	border: solid 1px #eee !important;
}

img.img-circle {
	border-radius: 50% !important;
}

img.image-sm {
	width: 50px;
	height: 50px;
}

img.image-md {
	width: 100px;
	height: 100px;
}

@media (max-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

/* ****************End Cmall Typo*************** */

/* ****************Cmall Rest**************** */

.b-cmall-eshop_item_list-item_base_price-rest{
	height:48px;
}
.b-cmall-eshop_item_list-item_base_price-rest__item{
    padding:20px 0 0;
	font-size: 14px;
	line-height: 1;
    color: #ff0022;
    display:block;
}
/* ****************End Cmall Rest**************** */
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */
