/* Menus styles */

#mainmenu ul {
	list-style-type: none;
	list-style: none;
	display: table;
	margin: 0 auto;
}
#mainmenu ul li {
	float: left;
	line-height: 80px;
}
#mainmenu ul li a:link,
#mainmenu ul li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 12px;
	width: 50px!important;
	font-size: 15px;
	color: antiquewhite;
	transition: .3s;
}
#mainmenu ul li a:hover,
#mainmenu ul li a:active {
	background: antiquewhite;
	color: #2e2e2e;
}

#mainmenu.fixed ul li {
	line-height: 60px;
}
#mainmenu.fixed ul li a:link,
#mainmenu.fixed ul li a:visited {
	padding: 12px 10px;
}
#mainmenu ul li.item-101 a {
	display: block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 18px 40px;
    font-family: "PeachesandCreamBoldW00-Rg";
    font-size: 24px
}
#mainmenu ul li.item-101 a:hover,
#mainmenu ul li.item-101 a:active {
	background: none;
	color: antiquewhite;
}
#submenu-top ul li.item-283,
#submenu-top ul li.item-284 {display: none!important;}

/* Sub Menu */

#submenu-top ul {
	list-style-type: none;
	list-style: none;
	display: table;
	margin: 0 auto;
}
#submenu-top ul li {
	float: left;
	line-height: 60px;
}
#submenu-top ul li a:link,
#submenu-top ul li a:visited {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
	width: auto;
	height: inherit;
	font-size: 14px;
	color: #555;
	transition: .3s;
}
#submenu-top ul li a:hover,
#submenu-top ul li a:active {
	background: #383838;
	color: antiquewhite;
}
/* Additionals styles */

.light {
    display: block;
    position: relative;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding: 1px 9px;
    top: -16px;
    left: -53px;
    height: 0px;
}
.block-1:hover .light,
.block-2:hover .light,
.block-3:hover .light,
.block-4:hover .light,
.block-5:hover .light,
.block-6:hover .light,
.block-7:hover .light,
.block-8:hover .light,
.block-9:hover .light {
	padding:1px 5px;
    -webkit-animation-name: shine;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    -khtml-animation-name: shine;
    -khtml-animation-duration: .5s;
    -khtml-animation-timing-function: linear;
    -moz-animation-name: shine;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: linear;
    -o-animation-name: shine;
    -o-animation-duration: .5s;
    -o-animation-timing-function: linear;
    -webkit-animation-name: shine;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    left:45px;
}
@-webkit-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -webkit-transform: rotate(-360deg); }
}

@-khtml-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -khtml-transform: rotate(-360deg); }
}

@-moz-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -moz-transform: rotate(-360deg); }
}

@-o-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -o-transform: rotate(-360deg); }
}

@-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; transform: rotate(-360deg); }
}

.block-bg {
	width: 100%;
	height: 100%;
	background: rgba(20,20,20,0.1);
}
.block-1 a,
.block-2 a,
.block-3 a,
.block-4 a,
.block-5 a,
.block-6 a,
.block-7 a,
.block-8 a,
.block-9 a {
	position: relative;
	top: 95px;
	display: block;
	background: antiquewhite;
	border: 2px solid antiquewhite;
	margin: 0 auto;
	padding: 12px 10px;
	width: 165px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	color: #555;
	transition: .3s;
}
.block-1 a:hover,
.block-2 a:hover,
.block-3 a:hover,
.block-4 a:hover,
.block-5 a:hover
.block-6 a:hover,
.block-7 a:hover,
.block-8 a:hover,
.block-9 a:hover {
	background: rgba(0,0,0,0.5);
	color: antiquewhite;
}

/*#content strong {
	display: table;
	margin: 0 auto 20px auto;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-family: 'Lobster', cursive;
	font-size: 24px;
}*/
#content h1,#content h2,#content h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
}
#content h3 {
	text-align: center;
	/*font-family: 'Lobster', cursive;*/
    font-size: 1.5em;
	/*margin: 10px 0 20px 0;*/
	font-weight: normal;
	/*font-size: 14px;*/
	line-height: 20px;
}
.moduletablemain1,.moduletablemain2 {margin: 30px 0;}
.moduletablemain2 ul li {width: 20%;}
.krug1,.krug2,.krug3 {
	border-radius: 50%;
	margin: 20px 0;
	width: 50%;
	height: auto;
}
#content .krug1,#content .krug2,#content .krug3 {width: 40%;height: auto;}
table.main {padding: 20px 20px 20px 5px;display: block;}
/*#m-content table td {text-align: left!important;}*/
.imageright {width: 80%;height: auto;margin-right: 5%;}
#content .imageright {width: 50%;height: auto;margin-right: 5%;}
#m-content .imageright {margin-right: 0!important;width: 100%;}
.imgline {width: 30%;height: auto;margin: 20px 0.5%;text-align: center;}
.imgline:nth-child(1) {margin-left: -20px;}
.imgtwo {width: 40%;height: auto;margin: 30px 2%;}
img.one {width: 50%;height: auto;}
table.two img {width: 100%;height: auto;}
table td.centerimg {overflow: hidden;}
table td.centerimg img {width: 100%;height: auto;}
table.two img {width: 80%;height: auto;margin: 30px 0;}
div.collage {width: 100%;text-align: center;padding: 30px 0;}
div.collage img {border: 5px solid #fff;height: auto;transition: .5s;}
img.colimg1 {width: 20%;transform: rotate(-20deg);}
img.colimg2 {width: 23%;transform: rotate(-10deg);}
img.colimg3 {width: 25%;transform: rotate(-5deg);}
img.colimg4 {width: 26%;transform: rotate(-15deg);}
img.colimg5 {width: 40%;transform: rotate(5deg);}
img.colimg6 {width: 25%;transform: rotate(-18deg);}
img.colimg7 {width: 26%;transform: rotate(-20deg);}
img.colimg8 {width: 26%;transform: rotate(-20deg);}
img.colimg1:hover {transform: rotate(0deg);}
img.colimg2:hover {transform: rotate(0deg);}
img.colimg3:hover {transform: rotate(0deg);}
img.colimg4:hover {transform: rotate(0deg);}
img.colimg5:hover {transform: rotate(0deg);}
img.colimg6:hover {transform: rotate(0deg);}
img.colimg7:hover {transform: rotate(0deg);}
img.colimg8:hover {transform: rotate(0deg);}
strong.delcenter {width: 100%;overflow: hidden;text-align: center;display: block;}
#m-content img.delimg1 {width: 40%;height: auto;float: left;margin-left: 10%;}
#m-content img.delimg2 {width: 25%;height: auto;float: none;}
#m-content img.delimg3 {width: 75%;height: auto;margin-top: 30px;}



#navigation176 {
	top: 91px!important;
}


/* Превью списка товаров */

.moduletable {overflow: hidden;}
.latest_products .block_item {
	background: #fff;
	border: 1px solid #E6E6E6;
	float: left;
	width: 23%;
	margin: 0 20px 20px 0;
	transition: .3s;
	overflow: hidden;
}
.block_item .image {overflow: hidden;}
.latest_products .block_item img {
	width: 100%;
	transition: .4s;
}
.block_item .name {
	font-size: 18px;
	text-align: center;
}
.name a {
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.jshop_price {
	text-align: right;
	color: #555;
	margin: 0 10px 10px 0;
	font-weight: bold;
	font-size: 14px;
}
.latest_products .block_item:hover {
	background: #2E2E2E;
	color: antiquewhite;
}
.latest_products .block_item:hover a,
.latest_products .block_item:hover .jshop_price {color: antiquewhite;}
.latest_products .block_item:hover img {
	transform: scale(1.1,1.1) rotate(5deg);
}
/* Карточка товара */
img.jshop_img_thumb {
	width: 100px;
}
.productfull h1 {
	margin-bottom: 20px;
	font-size: 22px!important;
	text-align: center;
}
.productfull {
	background: rgba(20,20,20,0.5);
	padding: 20px;
	color: antiquewhite;
	overflow: hidden;
}


#delpay h3 {padding-bottom: 20px;font-size: 24px;}
#content hr {
	border: 0;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
}

#content h2 a {color: rgba(50,50,50,0.8);}
#content a {color: #2E2E2E;}


#delpay img {
	width: auto;
	height: 80px;
	margin: 20px;
}

#content section.blog article.item,
#content section.blog article.leading-0 {
	background: url(/templates/jblank/images/bg/articles_bg.png) rgba(255,255,255,0.75);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center 12px;
	position: relative;
	margin: 30px 0;
	padding: 30px 50px;
	border: 1px solid #bbb;
	overflow: hidden;
	transition: .5s;
}
#content section.blog article.item:hover,
#content section.blog article.leading-0:hover {box-shadow: 0 0 20px #bbb;}
#content section.blog article.item h2,
#content section.blog article.leading-0 h2 {
	display: block;
	text-align: center;
	margin: 55px 0 15px 0;
	padding: 0;
	font-family: 'Lobster', cursive;
	font-size: 22px;
}
#content img.articleimg {
	float: left;
	border: 2px solid #bbb;
	margin-right: 10px;
	width: 150px;
	height: auto;
}
#content dl.article-info {font-size: 11px;}
#content dl.article-info img {border: 0!important;margin: 0!important;padding: 0!important;	}
#content p.counter,#m-content p.counter {text-indent: 0!important;text-align: center;font-size: 12px;}
#m-content p.counter {margin-top: 20px;}
#content .pagination ul,
#m-content .pagination ul {
	display: table;
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	margin: 0 auto;
}
#content .pagination ul li,
#m-content .pagination ul li {
	float: left;
	background: #2E2E2E;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	text-align: center;
	color: #999;
}
#content .pagination ul li a,
#m-content .pagination ul li a {
	display: block;
	background: #2E2E2E;
	color: #fff;
	transition: .3s;
}
#content .pagination ul li a:hover {background: #999;}
li.pagination-start,li.pagination-prev,
li.pagination-next,li.pagination-end {
	display: none;
}

.nspCol4 {
	background: #fff;
	margin: 0 18px 40px 0;
	padding: 0 0 10px 0!important;
	width: 23.555555%;
	height: 425px;
	color: #555;
	text-align: center;
	border: 1px solid #A8875E;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.nspCol4:hover {
	background: #2E2E2E;
	color: antiquewhite;
}
.nspCol4 p {text-indent: 0!important;}
.nspCol4:nth-child(4n+4) {margin-right: 0!important;padding-right: 0!important}
.nspArt h4.nspHeader {
	font-size: 18px!important;
	padding: 0 0 15px 0!important;
}
.nspArt p {
	font-size: 12px!important;
	font-weight: bold!important;
	/*padding-left: 10px!important;*/
}
.nspText {
	width: 100%;
}
a.nspImageWrapper {overflow: hidden;}
.nspCol4 img {transition: .4s;}
.nspCol4:hover img {
	transform: scale(1.15,1.15) rotate(5deg);
}
.nspCol4 a {
	max-height: 220px;
	margin-bottom: 20px!important;
}
.nspTopInterface {
	display: table!important;
	float: none!important;
	margin: 0 auto 40px auto!important;
	padding: 0!important;
}
.nspPagination {
	padding: 0!important;
}
.nspPagination li {
	width: 20px!important;
 	height: 20px!important;
}
figure {margin: 0!important;}
.gkNspPM-VideoList {
	padding: 0px!important;
}
.gkNspPM-VideoList .gkItemsPage figure {padding: 10px!important;}
.gkNspPM-VideoList .gkImageWrap {margin: 0!important;}
figcaption {padding: 0!important}
#colorbox {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}
#cboxLoadedContent {
	padding: 10px!important;
	margin-top: 30px!important;
}
#cboxTitle {display: none!important;}
#cboxClose {top: 12px!important;right: 10px!important;}
.separator-2 img {width: 100px;}

#contacts img {width: 50px;height: auto;margin: 15px 15px -15px 0;}
#contacts h3 {
	color: #fff;
	margin-bottom: 20px;
}
.contacts a {color: #ccc;text-decoration: none;}
#contacts hr {
	background: #666;
	height: 2px;
	margin: 15px 0;
	border: 0;
}
.order input,.order textarea {
	background: #444;
	border: 1px solid #555;
	width: 250px;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	resize: none;
}
.rsform-submit-button {
	background: #2E2E2E!important;
	width: 100px!important;
	margin-top: -15px;
	padding: 15px 10px!important;
	color: #DEDEDE!important;
	border: 0!important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.rsform-submit-button:hover {
	background: #777!important;
	color: #ccc;
}
#content p {text-indent: 25px;}
#content .formControls {
	width: 70%!important;
	margin: 0 auto;
}
#content .formBody #submit {
	margin: 0 0 0 10px!important;
}
#content .formRed {
	text-align: center;
	margin-bottom: 20px;
}
#content .formResponsive .formError {
	padding-left: 17px!important;
	margin: 0 5px 3px 0!important;
}
#content .control-group {
	margin-bottom: 20px;
}
#content .control-group input {
	display: block;
	width: 50%!important;
	padding: 15px;
	border: 1px solid #bbb;
	border-radius: 0;
	font-size: 15px;
	outline: none!important;
}
#content .pgbBlock {
	background: rgba(255,255,255,0.75)!important;
	border: 1px solid #e1e1e1;
	width: 95%;
	margin: 20px auto;
	-webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
#content .pgbBlock > *{
	-webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
}
#content .pgbBlock p {text-indent: 0px;}
#content .pgbBtn {
	margin: 0 20px 0 0!important;
	transition: .3s;
}
#content .pgbBtn:hover {
	background: #777!important;
	color: #ccc!important;
}
#mceu_23 {display: none;}
section.blog .mv-social-buttons-box {display: none!important;}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: "LuloCleanW01-One";
}
#m-content h1,
#m-content h2,
#m-content h3,
#m-content h4,
#m-content h5,
#m-content h6 {
	font-family: "LuloCleanW01-One";
	font-size: 1.1em!important;
}
#m-content h1,#content h1 {font: 12px/16px Arial, Verdana, sans-serif;}
#content h1 {font-size: 22px;line-height: 26px;}

#content .mv-sb-left {
	padding-bottom: 10px;
}
#content .mv-sb-left img {
	width: 40px;
	height: auto;
	margin-right: 5px;
	border-radius: 50%;
	box-shadow: 5px 5px 5px rgba(100,100,100,0.5);
	transition: .3s;
}
#content .mv-sb-left img:hover {
	transform: translateY(5px);
}

.imageGallery .fancybox {width: 31%!important;}
a.modal {width: 100%;}
img.nspImage {width: 100%!important;}



#content img.pcnoshow {visibility: hidden;display: none;}
.animation-logo {width: 200px;line-height: 35px;}
/* Logo */
.m-logo {
	position: relative;
	background: #2E2E2E;
	height: 60px;
	text-align: center;
	font-family: "PeachesandCreamBoldW00-Rg";
	/*font-family: "calibri";*/
	font-size: 50px;
	line-height: 60px;
}
.m-logo a {color: antiquewhite!important;text-decoration: none;}
.logo-blesk {
	position: absolute;
	top: 0;
	left: 10%;
	width: 150px;
	height: auto;
}

#m-content li {margin-left: 25px;}
#content span.zaglav,#m-content span.zaglav {
	text-align: center;
	font-family: 'Lobster', cursive;
    font-size: 1.5em;
    line-height: 26px;
	margin: 10px 0 20px 0;
	display: block;
}

/* Carousel */
#m-carousel {
	background: #2E2E2E;
	height: auto;
	overflow: hidden;
}

/* Main */
.m-main {
	background: rgba(255,255,255,0.35)!important;
	padding: 10px;
	font-size: 1.25em!important;
}

/* Menu */
#m-main-menu {height: auto!important;}
#m-menu #mainmenu ul li {
	line-height: 60px;
}
#m-menu #mainmenu ul li a:link,
#m-menu #mainmenu ul li a:visited {
	padding: 10px;
	font-size: 13px;
}
/* SubMenu */
#m-submenu-top,
#m-submenu-bottom {
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 5px rgba(20,20,20,0.3);
	width: 100%;
	height: 50px;
	overflow: hidden;
}
#m-submenu-top ul,
#m-submenu-bottom ul {
	display: table;
	width: auto;
	margin: 0 auto;
	list-style: none;
	list-style-type: none;
}
#m-submenu-top ul li,
#m-submenu-bottom ul li {
	position: relative;
	float: left;
}
#m-submenu-top ul li a:link,
#m-submenu-top ul li a:visited,
#m-submenu-bottom ul li a:link,
#m-submenu-bottom ul li a:visited {
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #333;
}
#m-submenu-bottom {
	background: rgba(250,250,250,0.8)!important;
	box-shadow: none;
	border-top: 3px solid #333;
}

/* Blocks */
#m-blocks {background: #2E2E2E;overflow: hidden;}
.m-block-1,.m-block-2,.m-block-3,.m-block-4,.m-block-5,.m-block-6,.m-block-7,.m-block-8,.m-block-9 {
	position: relative;
	float: left;
	width: 49.719999%;
	height: 230px;
	text-align: center;
}
.m-block-1,.other-m-block-1 {
	background: url('../images/bg/blocks/virgin-slavic-hair.jpg');
	background-size: cover;
	background-position: center;
	border-right: 2px solid #333;
}
.m-block-2,.other-m-block-2 {
	background: url('../images/bg/blocks/wefts.jpg');
	background-size: cover;
	background-position: center;
}
.m-block-3,.other-m-block-3 {
	background: url('../images/bg/blocks/tape-hair.jpg');
	background-size: cover;
	background-position: center;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
.m-block-4,.other-m-block-4 {
	background: url('../images/bg/blocks/pre-bonded-hair.jpg');
	background-size: cover;
	background-position: center;
	border-top: 2px solid #333;
}
.m-block-5,.other-m-block-5 {
	background: url('../images/bg/blocks/clip-ins.jpg');
	background-size: cover;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
.m-block-6,.other-m-block-6 {
	background: url('../images/bg/blocks/Bleached-Russian-hair.jpg');
	background-size: cover;
	border-top: 2px solid #333;
}
.m-block-7,.other-m-block-7 {
	background: url('../images/bg/blocks/super-double-drawn-russian-hair.jpg');
	background-size: cover;
	border-top: 2px solid #333;
	/*width: 100%!important;*/
}
.m-block-8,.other-m-block-8 {
	/*background: url('../images/bg/blocks/super-double-drawn-russian-hair.jpg');*/
	background-size: cover;
	border-top: 2px solid #333;
	/*width: 100%!import  ant;*/
}.m-block-9,.other-m-block-9 {
	/*background: url('../images/bg/blocks/super-double-drawn-russian-hair.jpg');*/
	background-size: cover;
	border-top: 2px solid #333;
	width: 100%!important;
}
.other-m-block-1,.other-m-block-2,.other-m-block-3,.other-m-block-4,.other-m-block-5,.other-m-block-6,.other-m-block-7,.other-m-block-8,.other-m-block-9 {
	position: relative;
	float: left;
	width: 49.719999%;
	height: 50px;
	text-align: center;
}
.m-block-1 a,.other-m-block-1 a,
.m-block-2 a,.other-m-block-2 a,
.m-block-3 a,.other-m-block-3 a,
.m-block-4 a,.other-m-block-4 a,
.m-block-5 a,.other-m-block-5 a,
.m-block-6 a,.other-m-block-6 a,
.m-block-7 a,.other-m-block-7 a,
.m-block-8 a,.other-m-block-8 a,
.m-block-9 a,.other-m-block-9 a {
	position: relative;
	top: 83px;
	vertical-align: middle;
	display: block;
	background: rgba(0,0,0,0.5);
	margin: 0 auto;
	width: 100%;
	line-height: 56px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	color: #bbb;
	transition: .3s;
}
.other-m-block-1 a,.other-m-block-2 a,
.other-m-block-3 a,.other-m-block-4 a,
.other-m-block-5 a,.other-m-block-6 a,
.other-m-block-7 a,.other-m-block-8 a,
.other-m-block-9 a {top: 0;background: rgba(0,0,0,0.3);color: #e6e6e6;}
.m-block-1 a,.m-block-7 a,.m-block-8 a {
	padding: 12px 0;
	line-height: 16px;
}
#m-delpay {
	background: url('../images/bg/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	border-top: 3px solid #333;
}
.m-delpay-mask {
	background: rgba(255,255,255,0.65);
	padding: 20px 10px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}
.m-delpay-mask h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
}
.m-delpay-mask img {
	width: auto;
	height: 80px;
	margin: 20px;
}
.m-delpay-mask strong:nth-child(2) {width: 10%!important;}

/* Content */
#m-content {
	position: relative;
	font-size: 1.2em;
	line-height: 18px;
	color: #555;
	border-top: 4px solid #333;
}
#m-content:before {
	content: '';
	background: url(../images/bg/bg.jpg) center 0/cover no-repeat antiquewhite;
	background-size: 100% 100%;
	background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#m-content-wrapper {
	background: rgba(255,255,255,0.55);
	margin: 0 auto;
	padding: 20px 10px;
}
#m-content h2,#m-content h1 {
	text-align: center;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	font-size: 1.3em;
}
#m-content p {text-indent: 20px;}
#m-content hr {
    border: 0;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(95,75,50,0.75), rgba(0,0,0,0));
}
#m-content a {color: #555;}
#m-content .nspCol4 {
	width: 47%;
	height: 400px;
	float: left;
	margin: 10px 5px!important;
	padding: 0 0 20px 0!important;
	font-size: 12px;
	overflow: hidden;
}
#m-content .nspArt p {padding: 0!important;text-indent: 0;}
#m-content .nspArts {
	margin: 0!important;
	padding: 0!important;
}

div.moduletable.main-1 {margin: 40px 0!important;overflow: hidden!important;}

#m-delpay img.mob {width: 80%!important;height: auto!important;}
#m-content .gkTabsItem,.gkTabsItem {background: transparent!important;}
#m-content .gkTabsContainer a {
	display: block!important;
	float: left!important;
	width: 48%!important;
	margin: 10px 10px 0 0!important;
	padding: 0!important;
}
#m-content .rowImages,#m-content .moduletable {margin: 0!important;padding: 0!important;overflow: auto!important;}
#m-content .gkTabsContainer a {margin: 1%!important;}
#m-content .gkTabsContainer img {width: 100%;height: auto;}
#m-content .gkTabs {overflow: auto!important;}

#m-content .articleimg {
	display: block;
	float: left;
	width: 40%;
	height: auto;
	margin: 0 5px 5px 0;
	border: 5px solid #fff;
}
#m-content article.item-page p img {
	display: block;
	float: none!important;
	width: 90%;
	height: auto;
	margin: 0 auto 10px auto;
}

#m-content .article-info {font-size: 12px;}

/* Contacts */
#m-contacts {
	background: #2E2E2E;
	padding: 25px 0;
	font-family: calibri;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	text-transform: uppercase;
	color: #999;
}
#m-contacts a {color: #999!important;text-decoration: none!important;}
#m-contacts img {
	width: 36px;
	height: auto;
	margin: 20px 7px 0 0;
}
#userForm input,#userForm textarea,#m-content .pgbInput {
	display: block;
	width: 90%!important;
	margin: 0 auto!important;
	padding: 15px;
	border: 1px solid #bbb;
	border-radius: 0;
	font-size: 15px;
	outline: none!important;
}
.formBody #submit {
	width: 30%!important;
	margin: 0!important;
	font-weight: bold;
	text-transform: uppercase;
	border: 0!important;
}
.btn-group {float: left;}
#pgbTabPosts {}
.pgbBlock {
	background: rgba(255,255,255,0.85);
	margin: 20px 0;
	padding: 10px;
	font-size: 14px;
}
#m-content .pgbBlock p {text-indent: 0px;}
#pgbTabPosts h5 {font-size: 15px;}
small.pgb_thi_font {font-size: 10px!important;color: #8c8c8c!important;}
blockquote.pgblockquote {font-size: 14px!important;margin-top: 10px;}
#m-content .pgbInput {margin-bottom: 20px!important;}
#m-content .pgbBtn, #content .pgbBtn,#m-content .rsform-submit-button {
	background: #2E2E2E!important;
	margin: 20px 20px 0 0;
	border-radius: 0!important;
	border: 0!important;
	padding: 15px!important;
	text-transform: uppercase;
	color: antiquewhite!important;
}
#m-content #xmap {
	background: rgba(255,255,255,0.85);
	padding: 20px;
}
#m-content #xmap .inborder {
	border: 1px solid #8c8c8c;
	padding: 20px;
}
#m-content #xmap ul li {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
#m-content #xmap ul li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	padding: 5px 0;
}

#m-menu li.item-101 {
	width: 60px;
	height: 50px;
	line-height: 20px!important;
	white-space: pre-line!important;
	font-family: "PeachesandCreamBoldW00-Rg";
	text-align: center;
	padding-top: 10px!important;
}
#m-menu li.item-101 a:link,
#m-menu li.item-101 a:visited {
	color: antiquewhite!important;
	font-size: 18px!important;
	padding: 0px!important;
}

#m-submenu-top li.item-284,
#m-submenu-bottom li.item-284 {
	display: none;
}

#m-content .blog .items-row {position: relative;overflow: hidden;}
#m-content .blog .items-row .article-read-more {
	position: relative!important;
	margin-top: 5px;
	left: 0px!important;
	bottom: 0px!important;
	font-size: 14px!important;
}
#m-content .blog h2 {
	margin: 20px 0 0 0!important;
	text-align: left;
}
#m-content .blog h2 a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
#m-content .blog .published,
#m-content .blog .hits {font-size: 10px;}

#m-content .mv-sb-left {
	position: fixed;
	left: 2%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
#m-content .mv-sb-left.sb-show {
	visibility: visible;
	opacity: 1;
}
#m-content .sb-after-scroll {position: relative;}

#m-content .mv-sb-left img {width: 40px;height: auto;}

/* Copyright */
#m-copyright {
	background: #2E2E2E;
	line-height: 40px;
	border-top: 1px solid #575757;
	font-size: 12px;
	color: #575757;
}

#m-content td.noshow {visibility: hidden;display: none;}
 .cd-top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(0,0,0,0.4);
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50%;
  font-size: 50px;
  font-weight: bold;
  z-index: 99999999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  /*opacity: .5;*/
  /*background: rgba(255,255,255,0.5);*/
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
/* Safari 3 patch */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #m-content {
      /*font-size: 2.55em;*/
  }
}