@font-face {
    font-family: 'Conv_BebasNeue Regular';
    src: url('/fonts/BebasNeue Regular.eot');
    src: local('☺'), url('/fonts/BebasNeue Regular.woff') format('woff'), url('/fonts/BebasNeue Regular.ttf') format('truetype'), url('/fonts/BebasNeue Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	box-sizing: border-box;
}
input.hiden {
    display: none;
}
.moduletablehidden {
    display: none;
}
.product-left {
    width: 50%;
    float: left;
}
.aboutright:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -5px;
}
ul.menutopmenu {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 10px 25px;
}
ul.menutopmenu li {
    padding: 0px 10px;
    display: inline-block;
}
ul.menutopmenu li a {
    color: #fff;
    font-family: 'Roboto','Arial';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}
.aboutright {
    position: relative;
}
.moduletable h3 {
    font-weight: 100;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}
div#top-phone a {
    color: #fff;
}
ul.bottom-nav li {
    margin-bottom: 5px;
}
.bottom-wrap, body ul.bottom-nav li a {
    color: rgba(255, 255, 255, 0.7);
}
.bottom-wrap a:hover {
	color:#fff;
	border-bottom:1px dashed;
}
.owl-stage {
    display: flex;
}
ul.bottom-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.news.owl-carousel.owl-loaded.owl-drag {
    margin-top: 40px;
}
.news-item {
    height: 100%;
    background: url(/images/cros.png);
}
ul.menuvirt {
    list-style: none;
}
ul.menuvirt {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}
ul.menuvirt li a {
    color: #444;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s;
    font-weight: 700;
}
ul.menuvirt a:hover {
    color: #005580;
    transform: translateX(-5px);
}
ul.menuvirt li {
    border-bottom: 1px dashed #eee;
    border-left: 2px solid transparent;
    transition: .5s;
}
ul.menuvirt li:hover {
    border-left: 2px solid #074e84;
}
ul.menuvirt li:last-child {
    border-bottom: none;
}
.it-title h4 {
    font-weight: 100;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 20px;
    color: #444;
    padding: 10px;
}
.product.item {
    border: 1px solid #eee;
    transition: .3s;
}
.product.item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}
.pr-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h-pr-details a {
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px 30px;
    color: #444;
}
.owl-item > .product-item {
    padding: 10px !important;
}
h2.h-pr-title a, h3.h-pr-title a{
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    font-size: 16px;
}
.product.item:hover .h-pr-details a {
    border: 2px solid #005580;
}
.bottom-col {
    width: 19%;
}
.bottom-wrap {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.it-title h4:hover {
    text-decoration: none;
}
.pr-t .span6 {
    width: 100%;
}
.owl-nav.disabled {
    display: none;
}
.aboutus:hover .owl-item img {
    filter: grayscale(0);
}
form.s-form {
    max-width: 462px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
}
.productdetails-view .product-description {
    margin: 0 auto!important;
    float: none;
}
.tab-content {
    margin: 0 auto;
}
ul.navnav-tabs {
    margin: 50px auto 20px;
    border-bottom: 1px solid #ccc;
}
ul.navnav-tabs li {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 20px;
    line-height: 30px;
    position: relative;
}
ul.navnav-tabs li:before {
    content:"";
    display:block;
    position: absolute;
    bottom:-2px;
    width:100%;
    height:2px;
    background: transparent;
}
ul.navnav-tabs li.active:before {
    background: #074e84;
}
ul.navnav-tabs li a{
	display:block;
    color:#074e84;
    font-size: 16px;
    font-family: 'Roboto','Arial';
    font-weight: 700;
}
ul.navnav-tabs li a:focus{
    text-decoration: none;
}
.order-button span {
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px 30px;
    color: #444;
    cursor:pointer;
    transition: .3s;
}
.order-button span:hover {
    border: 2px solid #074e84;
}
#prb-form {
    margin-top: 50px;
    max-width: 1090px;
    margin: 50px auto;
}
.med-title {
    text-align: center;
    font-size: 26px;
    margin-top: 50px;
}
.f-title {
    font-size: 24px;
    padding: 20px 0;
}
.cat-toggle {
    display: none;
}
div#b-area {
    float: right;
    width: 50%;
    margin: 0;
    padding-left: 70px;
}
.but-send {
    background: #074e84;
    color: #fff;
    border-radius: 5px;
}
.but-send:hover {
    background: #053a63;
}
form.s-form input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eee;
    margin-bottom: 16px;
    box-sizing: border-box;
    outline: none;
}
.main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 17vh;
}
.video-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    z-index: 9;
}
video.fillWidth {
    top: 0;
    left: 0;
    max-width: 1000px;
    object-fit: cover;
    position: absolute;
}
.video-container .filter {
    z-index: 9;
    position: absolute;
    background: url(/images/rast.png);
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.aboutus {
    max-width: 1170px;
    margin: 0 auto;
    background: url(/images/cros.png);
}
.aboutleft {
    width: 50%;
    float: left;
    position: relative;

}
div#CSS3-megaMenuToggle {
    z-index: 99999;
}
.ext-bigtitle {
    font-family: 'Conv_BebasNeue Regular';
    font-size: 150px;
    line-height: 1.17;
    color: #fff;
    padding: 140px 165px 30px 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    text-shadow: 0px 2px 13px #000;
}
.aboutright h1 {
    text-transform: uppercase;
    font-size: 28px;
    padding-left: 0!important;
    letter-spacing: 0.1em;
    padding: 5px 17px;
    font-weight: 100;
    margin:0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.colwrap-cont {
    padding: 50px 20px 50px 50px;
}
.aboutright {
    width: 50%;
    max-width: 600px;
    float: left;
    box-sizing: border-box;
}
.rmore {
    padding: 14px 63px;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
    color: #444;
    background: #fff url(/images/next1.png)right center no-repeat;
    transition: .1s;
}
.rmore:hover {
    color: #fff;
    border: 1px solid #074e84;
    background: #074e84 url(/images/next.png)right center no-repeat;
}
.about {
    position: relative;
}
.main-pemlub {
   /* height: calc(100vh - 134px);
    background: url(/images/rast.png),url(/images/mainbg.jpg)center;*/
}
.main-top {
    font-family: 'Conv_BebasNeue Regular';
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}
.main-top span {
    font-size: 109px;
}
.cnbg-handler {
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-clip: content-box;
	background-size: contain;
}
.inf-block {
    display: inline-block;
    width: 151px;
    vertical-align: top;
    margin: 12px;
}
li.item-687 {
    padding-bottom: 19px!important;
}
.inf-bl-img {
    width: 88px;
    margin: 0 auto;
}
.air {
    min-height: 40vh;
}
.customunder-ic {
    max-width: 1100px;
    margin: 0 auto;
}
.inf-block img{
    opacity: 0.7;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.8);
}
.inf-block:hover img {
    opacity: 1;
    transform: scale(1.1) rotate(-7deg);
}
.inf-block-all {
    text-align: center;
    
}
div#js-meganav {
    text-align: center;
}
.terms-content {
    font-size: 12px;
}
.inf-bl-desc {
    color: #074e84;
    font-weight: 700;
}
ul.megamenu.level0 li.active a,ul.megamenu.level0 li:hover a  {
    color: #074e84!important;
}
#megamenucss #js-mainnav.megamenu.horizontal.left ul.level0 {
    display: inline-block;
    float: right;
}
.cont-all {
    text-align: center;
}
.fancybox-title.fancybox-title-inside-wrap {
    display: none;
}
.cont {
    display: inline-block;
    width: 22%;
    margin: 1%;
    background: #fff;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    min-height: 165px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}
.cont-icon {
    font-size: 36px;
    color: #074e84;
}
section#bottom-long .moduletable {
    margin: 0 3%;
    box-sizing: border-box;
}
.items-row.cols-5.row-0.row-fluid.clearfix .span2 {
    width: 17%;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.items-row.cols-5.row-0.row-fluid.clearfix {
    text-align: center;
}
div#tpr-nav {
    margin: 0 auto;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.items-row.cols-5.row-0.row-fluid.clearfix .pull-left.item-image {
    margin: 0px 0 10px;
}
div#top-cont {
    max-width: 400px;
}
.blog .pull-left.item-image {
    width: 100%;
    box-sizing: border-box;
}
.pull-left.item-image {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 4px 30px 10px 0;
    
}
.pull-left.item-image img {
    max-width: 100%;
    opacity: 0.8;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.item-page .item-image img{
    opacity: 1;
}
.pull-left.item-image a {
    display: block;
    background: #074e84;
    overflow: hidden;
}
.blog .pull-left.item-image:hover img{
    opacity:1;
    transform: scale(1.3) rotate(-7deg);
}
.items-leading.clearfix>div {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
    min-height: 160px;
}
.page-header h2 {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.categories-list {
    margin-top: 60px;
    min-height: 70vh;
}
.categories-list>div {
    width: 170px;
    float: left;
    margin: 12px;
    height: 228px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.categories-list>div:hover img {
    opacity: 1;
    transform: scale(1.1) rotate(-7deg);
}
.categories-list>div img {
    opacity: 0.7;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.8);
}
h3.cat-title {
    text-align: center;
    padding: 11px 10px;
    font-size: 14px;
    background: #074e84;
    height: 36px;
    margin-top: 0;
}
h3.cat-title a{
	color:#fff;
}
.fa-envelope:before{content:"\f0e0"}
.fa-map-marker:before{content:"\f041"}
#fancybox-close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/images/close1.png);
    background-size: contain;
}
.blog {
    margin-top: 30px;
}
section#bottom-long .moduletable {
    margin-bottom: 0;
}
div#footer-line p {
    margin: 10px 0;
}
ul#m-bottom li {
    display: inline;
    border-left: 1px solid #444;
    padding: 0 20px;
}
ul#m-bottom {
    text-align: center;
}
.browse-view {
    min-height: 70vh;
}
a.list-u {
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #074e84;
    border-radius: 3px;
    padding: 5px 13px;
}
a.list-u:hover {
    color:#fff;
    background:#074e84;
    text-decoration: none;
}
ul#maincat {
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
ul#maincat li a{
	color:#fff;
}
div#top-long .container {
    padding: 28px 0 20px;
}
ul#maincat li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 4px -1px 4px;
    padding: 7px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 7px 7px 0 0;
    background: #074e84;
    border-bottom: none;
    line-height: 14px;
    min-height: 30px;
}
.moduletablecatalog1 ul#maincat li {
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 4px -1px 4px;
    padding: 12px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    border-radius: 7px 7px 0 0;
    background: #074e84;
    border-bottom: none;
    line-height: 16px;
    min-height: auto;
}
ul#maincat li.current.active {
    background: url(/images/cros.png);
}
ul#maincat li.current.active a{
	color: #444;
}
.h-cat {
    width: 25%;
    position:relative;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    min-height: 300px;
    background: #13272d;
    border: 1px solid #adadad;
    text-align: center;
}
.h-cat:hover{
    background: #06556d;
} 
.h-cat-t {
    position: absolute;
    top: 50px;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 1.17;
    letter-spacing: 0.1em;
    padding: 5px 17px;
    font-weight: 100;
    color: #fff;
    z-index: 9;
    min-height: 67px;
    font-family: 'Conv_BebasNeue Regular';
}
/*.main-pemlub {
    background: url(/images/t-bg.png)left bottom no-repeat;
}
section#top-modules {
    background: #dedede;
}*/
.category-m {
    width: 25%;
    display: block;
    float: left;
    margin: 0;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 302px;
}
.category-m:hover{
    background: #fff;
}
.cat-main {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}
.spacer {
    max-width: 200px;
}
.cat-img img {
    max-width: 64px;
    opacity: 0.7;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.cat-title h4 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding: 5px 17px;
    font-weight: 100;
    min-height: 67px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.category-m:hover .cat-in{
	opacity: 1;
}
.category-m:hover .cat-img img{
	transform: rotate(360deg);
	opacity: 1;
}
.cat-in {

}
.utp {
    padding-bottom:30px;
}
.category-m:first-child {
    border-left: 1px solid #e2e2e2;
}
.category-m {
    border-right: 1px solid #e2e2e2;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss,
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
  display: block;
  line-height: normal;
  margin: 0;
  padding: 7px 18px;
  text-decoration: none;
  cursor: pointer;
}
/***************главная картинка*******************/
div#room1,div#room2,div#room3,div#room4,div#room5,div#room6,div#room7,div#room8,div#room9,div#room10,div#room11  {
    height: 30px;
    width: 30px;
    position: absolute;
    background: url(/im/sign.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
div#room1:hover,div#room2:hover,div#room3:hover,div#room4:hover,div#room5:hover,div#room6:hover,div#room7:hover,div#room8:hover,div#room9:hover,div#room10:hover,div#room11:hover  {
    height: 40px;
    width: 40px;
    position: absolute;
    background: url(/im/sign.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
div#room1 {
    top: 128px;
    left: 456px;
}
div#room2 {
    top: 377px;
    left: 235px;
}
div#room4 {
    top: 120px;
    left: 651px;
}
div#room3 {
    top: 45px;
    left: 714px;
}
div#room5 {
    top: 180px;
    left: 734px;
}
div#room6 {
    top: 216px;
    left: 446px;
}
div#room7 {
    top: 285px;
    left: 562px;
}
div#room8 {
    top: 372px;
    left: 530px;
}
div#room9 {
    top: 452px;
    left: 238px;
}
div#room10 {
    top: 496px;
    left: 376px;
}
div#room11 {
    top: 466px;
    left: 656px;
}
.privacy {
    font-size: 10px;
}
div#mainimg {
    width: 1170px;
    height: 627px;
    margin: 40px auto;
    background: transparent;
    background-repeat: no-repeat!important;
    position: relative;
}
div#mainimg1 {
    width: 1170px;
    height: 590px;
    margin: 0 auto;
    background: url(/im/0.png) no-repeat;
    background-size: contain;
    position: relative;
}
.r-in {
    position: relative;
}
div#room1:hover .r-desc,div#room2:hover .r-desc,div#room3:hover .r-desc,div#room4:hover .r-desc,div#room5:hover .r-desc,div#room6:hover .r-desc,div#room7:hover .r-desc,div#room8:hover .r-desc,div#room9:hover .r-desc,div#room10:hover .r-desc,div#room11:hover .r-desc{
	top:0;
}
.r-desc {
    position: absolute;
    left: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #fd9a01;
    padding: 18px;
    display: inline-block;
    top: -5000px;
    text-align: center;
    border-radius: 0 20px 20px 20px;
    z-index: 9;
}
/************************************************/
.moduletablec-title span.h-cl {
    text-transform: uppercase;
    font-size: 24px;
}
.moduletablec-title h3{
	text-align: center;
}
.moduletablec-title {
    margin-top: 50px;
}
.moduletablec-title span.h-cl {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0.1em;
    padding: 5px 17px;
    font-weight: 100;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.moduletablec-title .module-content {
    margin-top: 70px;
}
.msc-container {
	padding: 20px;
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
}
div#outcall {
    display: inline-block;
    vertical-align: top;
}
div#top-phone {
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
    color: #ffffff;
    font-size: 32px;
    margin: 0 16px 0 62px;
    background-size: contain;
    font-family: 'Conv_BebasNeue Regular';
    position: relative;
}
.main-menu {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tog-button {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display:none;
}
div#top-phone:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    background: url(/images/ph1.png)9px 6px no-repeat;
    background-size: 30px;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    left: -55px;
}
.container.megamenu-background {
    width: 100%;
}
/*div#jux_memamenu178:before {
    position: absolute;
    top: 50px;
    height: 30px;
    width: 100%;
    content: '';
    background: url(/images/shadow.png);
    background-size: 100% 100%;
}*/
div#bot-modules span.h-cl {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 4px;
}
div#top-phone a {
    color: #fff;
}
.n2-ss-slide-backgrounds:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/rast.png);
    z-index: 99;
    position: absolute;
}
div#megamenu-handler {
    border-bottom: 1px solid #ffffff1f;
    position: fixed;
    width: 100%;
    top: 57px;
    z-index: 9;
}
div#outcall input.popup-btn {
    background: #01417100 url(/images/ph1.png)7px 6px no-repeat!important;
    background-size: 30px!important;
    padding: 2px 14px 0 34px;
    line-height: 41px;
    outline: none;
    border: 2px solid#e6e6e6;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
input.ba-btn-submit {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.customtop {
    font-size: 12px;
    line-height: 20px;
}
div#top-cont {
    display: inline-block;
    vertical-align: top;
}
#tpr-nav {
    padding-top: 7px;
}
.location {
    margin: 0 35px 0 0;
    padding: 0 10px;
    border-left: 1px solid #c3c1c1;
    border-right: 1px solid #c3c1c1;
}
.bottom-bg-handler-1 {
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 20px rgba(0,0,0,0.19);	
}

.bottom-bg-handler-2 {
	padding: 20px;
	margin-top: -40px;
}

.site-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #ffffff url(../images/loading8.gif) no-repeat 50% 50%;
	visibility: hidden;
	z-index: 9999999;
}

.clear-sep {
	clear: both;
}
a:focus {
	border: 0;
	outline: 0;
}
/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#info-line {
	padding: 6px 0px;
	min-height: 16px;
}

#info-line p {
	margin-bottom: 0px;
}

#info-line img {
	vertical-align: middle;
	margin: 0px 3px 0px 10px;
}

#info-line * {
	min-height:16px;
}

#top-navigation-bar {
	position: relative;
	z-index: 10;
	padding: 3px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.badr-txt {
    width: calc(100% - 25px);
}
.bottom-col.one img {
    width: 80px;
    margin-bottom: 20px;
}
.col-txt {
    margin-bottom: 20px;
}
.bc-title {
    font-weight: 100;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.bc-title:before {
    content:"";
    display:block;
    position: absolute;
    bottom:0;
    height:2px;
    width: 40px;
    background:#fff;
}
.badr-ic {
    width: 25px;
}
.ba-adr-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.bottom-wrap a {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.7);
}
#top-navigation-bar p {
	margin: 5px 0px !important;
}
.bg1 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg1 {
    opacity: .2;
}
.bg2 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg2 {
    opacity: .2;
}
.bg3 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg3 {
    opacity: .2;
}
.bg4 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg4 {
    opacity: .2;
}
.bg5 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg5 {
    opacity: .2;
}
.bg6 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg6 {
    opacity: .2;
}
.bg7 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg7 {
    opacity: .2;
}
.bg8 {
    min-height: 300px;
    background: url(/images/grscha0.png);
    background-size: cover;
    opacity: .3;
    transition: all .2s;
}
.h-cat:hover .bg8 {
    opacity: .2;
}
.bg2 {
    min-height: 300px;
}
.bg3 {
    min-height: 300px;
}
.bg4 {
    min-height: 300px;
}
.bg5 {
    min-height: 300px;
}
.bg6 {
    min-height: 300px;
}
.bg7 {
    min-height: 300px;
}
.bg8 {
    min-height: 300px;
}
#bottom-long {
    padding: 26px 0px 10px 0px;
    background: #074e84;
    width: 100%;
}
#nav-line #brcr {
	padding: 10px 10px;
}

#main-content-handler {
	padding: 30px 0px 10px 0px;
	margin-bottom: 10px;
}

.tmp-content-area {
	padding-bottom: 10px;
}

#tab-modules {
	padding: 0px;
	overflow: hidden;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.menu-title {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color:#fff;
}
#top-modules {
    padding: 50px 0;
    overflow: hidden;
}
.owl-item img {
    filter: grayscale(100%);
}
.owl-item:hover img {
    filter: grayscale(0);
}
#top-modules #vina-carousel-content181 .item a {
    color: #444;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.17;
    padding-left: 0!important;
    letter-spacing: 0.1em;
    padding: 5px;
    font-weight: 100;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.owl-theme .owl-controls {
    width: 100%;
}
.text-block {
    min-height: 136px;
    padding:10px;
}
.owl-theme .owl-controls {
    bottom: 2px;
    right: 20px;
}
#vina-carousel-content181 .item {
    color: #333333;
    background: #fff;
    border: 1px solid #e6e6e6;
}
#tmp-container {
	margin: 0 0px;
}

#top-long {
	font-weight: 300;
}

#top-long .container {
	padding-top: 140px;
	padding-bottom: 140px;
}

#top-long h1, #top-long h2, #top-long h3, #top-long p {
	margin-bottom: 30px;
}
.customers-box-handler {
	padding: 25% 0px 15% 0px;
}

.customers-box-handler .owl-wrapper-outer {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.customers-box-handler .module-content {
	padding: 30px 0px;
	font-size: 100%;
}

.customers-box-handler .owl-item > li, .owl-item > div {
	padding: 0px !important;
}

.customers-box-handler .module-content strong {
	font-size: 12px;
}

#testimonials {
	overflow: hidden;
}

#customers-box .owl-theme .owl-controls {
	position: static !important;
}
.u-top-c {
    text-align: center;
}
#customers-box .owl-pagination {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	margin: 0px !important;
}
.utop-cont {
    display: none;
    border-top: none;
    padding: 0 20px;
    border-radius: 0 0 16px 16px;
    text-align: left;
}
#customers-box .owl-buttons {
	float: none;
	position: absolute;
	bottom: 50%;
	margin-bottom: -12px;
	width: 100%;
}

#customers-box .owl-buttons div.owl-prev {
	float: left;
	margin-left: -40px;
}

#customers-box .owl-buttons div.owl-next {
	float: right;
	margin-right: -40px;
}

#customers-box .testi-title {
	font: 300 200% "Roboto", Helvetica, sans-serif;
	text-align: left;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
	height: 100%;
	font-size: 100%;
	text-decoration: none !important;
}

#top-com-handler {

}

#top-com-handler #system-message-container {
	margin-bottom: 20px;
}

#top-com-handler .close {
	width: 20px;
	height: 20px;
	top: -10px;
	right: -14px;
	opacity: 1;
}

#top-com-handler .alert {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333333;
}

#top-background {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}
#top-handler {
    position: fixed;
    padding: 0px;
    top:0;
    left:0;
    width: 100%;
    z-index: 99;
    color:#fff;
}
#top-handler.activ {
    background: #074e84;
}
#megamenu-handler.activ {
    background: #074e84;
}
#top-handler .th-shadow {
	position: absolute;
	top: -1px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 1px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.inner {
	padding: 0px 40px;
}
.item-page {
    margin-top: 30px;
}
#site-name-handler {
    float: left;
    width: 136px;
}
#top-nav-handler {
	padding-top: 0px;
}

#sn-position {
	position: relative;
}
#sn-position .h1 {
	position: absolute;
	letter-spacing: -1px;
	z-index: 9;
	margin:0px;
	padding: 0px;
	font-weight:300;
	line-height: 1em;
}
#sn-position .h2 {
	position: absolute;
	z-index: 10;
	margin:0px;
	padding: 0px;
	font-weight:800;
	letter-spacing: 0px;
}
#sn-position .h1 a, #sn-position .h1 a:hover {
	text-decoration: none;
}

#sn-position .h1 strong, #sn-position .h2 strong, #sn-position .h1 b, #sn-position .h2 b {
	font-weight: 900;
}

#LoginForm {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

#LoginForm.modal, #socialModal.modal {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#LoginForm.modal .modal-header, #socialModal.modal .modal-header {
	border-bottom: 0 !important;
	padding: 9px 0px;
}

.close-lgform-button, .Follow-Us-close {
	width: 30px;
	height: 30px;
	text-align: center;
	font: 400 28px/30px "Roboto", Helvetica, sans-serif;
	float: right;
	color: #666666;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	text-decoration: none !important;
}

#LoginForm .modal-body .userdata {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#LoginForm .modal-body {
	max-height: 350px;
	min-height: 250px;
	padding: 45px 15px;
}

#LoginForm .caret {
	margin-top: 8px;
}

#LoginForm .btn-group > .dropdown-menu {
	font: 700 12px 'Roboto', Arial, Helvetica, sans-serif;
	text-align: left;
	border: 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#LoginForm .btn-group > .button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#LoginForm .btn-group > .button.dropdown-toggle {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
}

#LoginForm .modal-header #myModalLabel, #socialModal #myModalLabel2 {
	font: 300 24px 'Roboto', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#LoginForm .btn-group > .dropdown-menu a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

#LoginForm .button.dropdown-toggle {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#LoginForm .modal-body .userdata label { display: inline; }

#LoginForm .modal-body ul {
	padding: 0px;
	margin: 0px;
}

#LoginForm .modal-body ul li {
	padding: 0px;
	margin: 0px;
	background: none;
}

.lg-row {
	width: 224px;
	margin: 0px auto;
	padding: 8px 0px;
}


div.modal {
	border: none;
}

div.modal,select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.log-panel, .quick-menu {
	margin: 0px !important;
	list-style: none;
	float: right;
}

.quick-menu .menu, .log-panel {
	margin: 0px !important;
	padding: 0px !important;
}

.log-panel li, .quick-menu .menu li {
	margin: 0 !important;
	padding: 0px !important;
	list-style: none;
	display: inline-block;
}

.log-panel li a, .quick-menu .menu li a {
	padding: 5px 9px 5px 9px;
	display: inline-block;
	text-decoration: none;

}

.log-panel li a {
	font-size: 18px;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity:0.97;
}
.modal-backdrop, #fancybox-overlay{background:#ffffff !important;}
.fancybox-bg {opacity:0.3}
#fancybox-overlay{opacity:0.9 !important;}

.b-modal{
-webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
border:0;
}

#content-handler {
	z-index: 1;
	position: relative;
}

#cart, #currency {
	float: right;
	font-weight: 300;
}

#currency {
	padding: 6px 5px 3px 15px;
}


#search-position #vmCartModule {
	position: relative;
	float: right;
	top: 35%;
}

#top {
	position: relative;
    margin: 0px auto;
}

.is-navline {
	margin-bottom: 0px !important;
}

.cart-button .popover.bottom .arrow{left:150px;top: -7px;}

.cart-button .popover{opacity:0;
	left: auto;
	right: -2px;
	width:172px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 45px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}
.cart-button:hover .popover{opacity:0.90;top:50px;display:block;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.cart-button .popover-content{text-align:center;padding: 20px;}
.cart-button .popover-content p {margin: 0px;padding:0px;;}

.cart-button {float:right;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

.show-both { float:right;text-align:right;padding:6px 10px; }
.show-cart { float:right;margin-right:0px;}

#vmCartModule div.panel2 {
	padding-bottom: 0px;
	display:none;
	position: absolute;
	top: 59px;
	right: 0px !important;
	width:300px;
	right: -1px;
	z-index: 300000;
	margin: 0;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
	box-shadow: 0px 1px 5px rgba(0,0,0,.25);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#cart .vmCartModule .total, #cart .vmCartModule .total_products {
	float: left;
	padding: 10px 4px;
}

#cart .vmCartModule .show_cart {
	float: right;
}

#cart .show_cart a#cartpanel, #cart .show_cart a {
	float: right;
	margin-right: -1px;
	padding: 10px 15px;
	font-weight: 600;
	text-decoration: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	transition-property: background-color, color;
}

#cart a#cartpanel:hover {
	text-decoration: none;
}

.cartpanel .show-cart-link {
	clear: both;
	padding: 28px 0px 20px 20px;
	display: block;
	font-weight: bold;
}

.cartpanel {
	text-transform: none;
}

.cartpanel .show-cart-link a {
	float: none !important;
}

.cartpanel .vm_cart_products {
	padding: 0px 20px 20px 20px;
}

#vmCartModule div.panel2 .cartpanel .total {
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.05);
}

.cartpanel span.closecart, .cartpanel span.closecart:hover, .closemenu, .closemenu:hover {
	opacity: 1.0;
	font: 300 30px/30px Arial, Helvetica, sans-serif;
	width: 30px;
	height: 30px;
	text-align: center;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
    position:absolute;
    right:-16px;
    top:-18px;
    cursor:pointer;
}

.closemenu {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.cartpanel span.closecart, .cartpanel span.closecart:hover {
    right:-15px;
    top:-15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
}

#currency .currency-label {
	float: left;
}

#currency form {
	padding: 0px;
	margin: 0px;
}

#currency input.button {
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	float: right;
	padding: 0px;
	margin: 2px;
	background-image: url('../images/change-currency.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
}

.row-fluid .ex-span2 {
	width: 17.92%;
}

.row-fluid .ex-span1_5 {
	width: 14.46%;
}

#top-sticky-panel .container {
	position: relative;
}

#top-sticky-panel .container .h1 {
	line-height: 100%;
}

#searchpanel1, #searchpanel2  {
	display: none;
	float: left;
}

#stickymenuButton, #searchOpenButton2, #searchOpenButton1 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#stickymenuButton {
	float: right;
	background-image: url(../images/res-menu-icon.png);
}

#stickymenupanel {
	position: absolute;
	display: none;
	top: 50px;
	right: 0px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	height:340px !important;
	width: 340px !important;
	padding: 20px !important;
	overflow: hidden;
	z-index:1039;
}

.search-panel {
	float: right;
	position: relative;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid; 
	width:50%;
}

.search-panel form {
	margin: 0px;
	padding: 0px;
}

.search-panel .inputbox {
	width: 64%;
	padding: 8px;
	height: 20px;
	float: left;
	margin: 0px;
	border: 0px !important;
}

.search-panel .button {
	padding: 0 !important;
	width: 38px;
	height: 38px;
	margin: -1px;
	float: right;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/search-icon.png) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 0px 3px 3px 0px !important;
	-moz-border-radius: 0px 3px 3px 0px !important;
	border-radius: 0px 3px 3px 0px !important;
}

#cl-handler .cl-handler {
	padding: 0px;
	float: right;
}

#cl-handler .cart-button {
	position: relative;
	margin: 0px !important;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: right;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	cursor: pointer;
	font-size: 18px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

.cart-button .products-number {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: center;
    overflow: hidden;
}

.cart-button .products-number .total_products {
    width: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
	line-height: 20px;
	font-size: 10px;
}

#cl-handler .cart-button:hover {
	opacity: 1;
}

#cl-handler .show-both {
	padding: 6px 10px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	display: none;
}

#cl-handler #vmCartModule {
	position: relative;
}
	
#cl-handler .is-empty {
	text-transform: uppercase;
	padding: 0px 10px;
	height:36px;
	font: normal 100%/36px 'Roboto', Arial, Helvetica, sans-serif;
}

#cl-handler.tiny #search-position {
	transition: all 500ms;
	position: fixed;
	top: 20px;
	right: 0px;
	margin-right: 10px;
	z-index: 1043;
}

#cl-handler.tiny div.cl-handler {
	transition: all 500ms;
	position: fixed;
	top: 68px;
	right: 0px;
	margin-right: 10px;
	z-index: 1053;
}

#cl-handler.tiny div.cl-handler #vmCartModule div.panel2 {
	top: 18px !important;
	right: 18px !important;
}

#searchOpenButton {
	border: 0px;
	padding: 0;
	margin: 0 !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	float: right;
	cursor: pointer;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	
}
#search-position #searchpanel {
    display: inline-block;
    height: 50px !important;
    width: 240px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}
div#search-position {
    display: inline-block;
}
div#sn-position img {
    padding: 10px;
    width: 100px;
    box-sizing: border-box;
}
#search-position form {
	margin-bottom: 0px;
}
#search-position .button {
    padding: 0;
    margin: 3px 7px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/search.png)center no-repeat;
    background-size: 18px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-indent: -99999px;
    outline: none;
}
#search-position .search, #search-position .finder {
	vertical-align: top;
	text-align: right;
	clear: both;
	overflow: hidden;
	width: 240px;
}
body #search-position .inputbox {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    border: 0px;
    background: none;
    float: left;
    padding: 0 15px;
    box-shadow: none;
    line-height: 40px;
    height: 44px;
    margin-bottom: 0;
}
#search-position .search {
    position: relative;
}
#searchForm label { display: inline-block;}

.scroll-bg {
	background: #ffffff;
	box-shadow: 0px 1px 14px rgba(0,0,0,0.07);
	width: 330px;
	height: 330px;
	padding: 5px;
}

.scroll-bg .sticky-menu-content > ul {
	padding:0px !important;margin:5px !important;
}

.scroll-bg ul ul {
	padding:0px !important;margin:0px !important;
}

.scroll-bg ul li {
	padding: 4px 0px 0px 4px !important;
}

.scroll-bg ul li ul li {
	padding: 4px 0px 0px 20px !important;
}

.scroll-bg ul li a {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px;
}

.scroll-bg ul .clear { display: none !important; }

#boxscroll{overflow:auto;cursor:default !important;height:330px;width:330px;}

#boxscroll:active{cursor:url(../images/grabbing.png) 8 8,move !important;}


/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-line {
	padding: 15px 0px;
}

#breadcrumb-line #brcr {
	min-height: 0;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
td {
	padding: 8px 10px;
	text-align:left;
}
thead th, table th {
	padding: 8px 10px;
	text-align:left;
	font-weight: bold;
	font-size: 100%;
}
tbody th, tbody td {
}
tfoot th, tfoot td {
	border-top:2px solid #ededed;
}
/* forms
----------------------------------------------- */
fieldset {
	padding:10px 0px;
	position:relative;
	margin:0px 0px 10px 0px;
	
}
legend {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding: 4px 0px;
	vertical-align: middle;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* Modules Layout
----------------------------------------------- */


#bottom-bg {
	padding: 0px 0px 20px 0px;
	margin-top: 0px;
}

#bottom-bg h3 {
	font-weight: 600;
	font-size: 130%;
}

#bot-modules {
	position: relative;
	padding: 40px 0px 5px 0px;
	margin-bottom: 20px;
}

#bot-modules-2 ul li,#bot-modules-2 ul {
	padding: 3px 0px;
	margin: 0px;
	background-image: none;
	list-style: none;
}

#lbOverlay {
	z-index: 99999999999 !important;
}
#lbCenter, #lbBottomContainer {
	z-index: 999999999999 !important;
}

#foo-left-right {
	clear: both;
	padding: 0px;
}
.no-foo-lr-line {
	border-top: 0px !important;
}
.moduletable_style2 {
	border: none;
}
.moduletable_style2 h3 {
	font-size: 145%;
}

#vertical_slide {
	z-index: 999999;
	opacity: 0.96;
}

img {
	max-width: 100%;
}

#slideshow-handler {
	position: relative;
	margin: 0px auto 0px auto;
}

#header-left-handler {
	position: fixed;
	left: 0px;
	z-index: 1040;
}

#header-left-panel {
	float: left;
	opacity: 1 !important;
	display: none;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 0px 0px 4px 0px;
	-moz-border-radius: 0px 0px 4px 0px;
	border-radius: 0px 0px 4px 0px;
}

#hl-panel-handler {
	padding: 10px;
}

#hl-open {
	float: left;
	width: 40px;
	position: relative;
	z-index: 1041;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

#hl-open-label {
	position: absolute;
	height: 40px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font: 700 12px/40px "Roboto", Helvetica, sans-serif;
	text-transform: uppercase;
}

#header-right-handler {
	position: fixed;
	right: 0px;
	z-index: 1030;
}

#header-right-panel {
	float: right;
	opacity: 1 !important;
	display: none;
	overflow: hidden;
	-webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 4px 0px 0px 0px;
	-moz-border-radius: 4px 0px 0px 0px;
	border-radius: 4px 0px 0px 0px;
}

#hr-panel-handler {
	padding: 10px;
}

#hr-open {
	float: right;
	width: 40px;
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

#hr-open-label {
	position: absolute;
	text-align: right;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font: 700 12px/40px "Roboto", Helvetica, sans-serif;
	text-transform: uppercase;
}

.info-line-handler {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding-top: 5px;
}

body.contentpane{background:#fff;padding:25px;font-size:12px}
a{-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;}
#theme-width{margin:0px auto}

.moduletable_style1 .custom_style1{
padding: 0;
background-repeat: no-repeat;
background-size: cover;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



.moduletable_style1, .moduletable_style2, .moduletable_style3 {
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	padding: 20px 30px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
	margin-bottom: 10px;
}

.moduletable_style1:hover, .moduletable_style2:hover, .moduletable_style3:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.moduletable_style1 p, .moduletable_style2 p, .moduletable_style3 p {
	font-weight: 300;
	font-size: 90%;
}

.moduletable_style1 h5 a, .moduletable_style2 h5 a, .moduletable_style3 h5 a,
.moduletable_style1 h6 a, .moduletable_style2 h6 a, .moduletable_style3 h6 a {
	font-size: inherit !important;
}

.img_style1 {
	float: right;
}

.con_style1 {
	float: left;
}

.img_style2 {
	position: relative;
}

.moduletable_banner {
	margin-bottom: 30px;
	overflow: hidden;
}

.moduletable_banner > h3 {
	display: none;
}

.moduletable_banner .custom_banner.has-image1 {
	position: relative;
}

.moduletable_banner .custom_banner.has-image1 .con_style1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 35px;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;
	-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
}

.moduletable_banner:hover .custom_banner.has-image1 .con_style1 {
	padding: 35px 50px;
}

.moduletable_banner .button {
	padding: 10px 20px 10px 20px;
}

.moduletable_banner h1, .moduletable_banner h2, .moduletable_banner h3, .moduletable_banner h4 {
	letter-spacing: -0.05em;
	margin: 0px 0px 10px 0px;
}

.moduletable_banner p {
	padding: 0px;
	margin: 0px 0px 1px 0px;
	line-height: 0.9em;
}

.moduletable_banner img {
	margin-bottom: -1px;
}

#mega-menu [class*="moduletable"] {
	margin-bottom: 10px !important;
}

#mega-menu [class*="moduletable"] h3 {
	font-weight: 400;
	font-size: 15px;
	padding: 0px;
	margin-bottom: 10px !important;
}

#welcome-box {
	margin-bottom: 30px;
	position: relative;
	padding: 5% 0px;
}

.welcome-box-handler {
	padding: 0px 30px;
}

.padding-10{padding:10px !important}
.padding-5{padding:5px !important}
.padding-10 p,.padding-5 p{margin-bottom:0px}
.moduletable,.moduletable_text,.moduletable_style1,.moduletable_style2,.browse-view .row,.moduletable_menu{height:100%;margin-bottom:30px}
.moduletable_style2{border:none !important}
.item-page .moduletable{border:0px}
.moduletable .module-content,.category-view .row,.featured-view .row,.latest-view .row,.topten-view .row,.browse-view .row{padding:0px 0px 3px 0px}
.moduletable_menu .module-content{padding: 0px}
.moduletable,.moduletable_menu,.spacer,#slideshow-handler,.category_description,.productdetails-view{}



.mod-color1, .mod-color2 {
	min-height: 70px;
}

.moduletable_menu p{padding-bottom:5px}
.moduletable_empty h1{margin-bottom:2px;letter-spacing:0px}
,.category-view h4,.featured-view h4,.latest-view h4,.topten-view h4,.related-products-view h4{letter-spacing:0px;font-weight:700;padding:0px 0px 18px 0px;margin-bottom:0px;text-transform:uppercase}
.moduletable_style2 .module-content h3{font-weight:300;font-size:16px;text-transform:uppercase;letter-spacing:-0.09em}

#footer .moduletable_empty h3,#footer .moduletable_menu h3,#footer .moduletable_products h3,#footer .browse-view h1,#footer .category-view h4,#footer .featured-view h4,#footer .latest-view h4,#footer .topten-view h4,#footer .related-products-view h4,#footer .product-details-header{background:transparent}

.moduletable table td,.moduletable_text table td,.moduletable_menu table td,.moduletable_empty table td{border:0}
.moduletable_menu table td{padding:1px 4px}
.moduletable_menu table td #login{padding:0px 4px}
.latestnews_menu li{padding:4px 3px 4px 24px}

[class*="moduletable"].move-up-40{margin-top: -40px;}
[class*="moduletable"].move-up-30{margin-top: -30px;}
[class*="moduletable"].move-up-20{margin-top: -20px;}
[class*="moduletable"].move-up-10{margin-top: -10px;}


.centered > h3 {
	text-align: center;
	font-size: 220%;
	line-height: 120%;
	padding-bottom: 40px;
	padding-top: 20px;
}

.centered > h3 .h-cl {
	position: relative;
}

.centered > h3 .h-cl:before {
	position: absolute;
	content: "";
	width: 64px;
	height: 2px;
	left: -84px;
	top: 50%;
}

.centered > h3 .h-cl:after {
	position: absolute;
	content: "";
	width: 64px;
	height: 2px;
	right: -84px;
	top: 50%;
}

.centered .owl-theme .owl-controls {
	width: 100%;
	text-align: center;
}

.centered .owl-theme .owl-controls .owl-pagination {
	float: none;
}

.centered .owl-theme .owl-controls .owl-buttons {
	float: none;
	display: none;
}

.special-ribbon, .hot-ribbon, .new-ribbon {
	position: relative;
}

.special-ribbon .ribbon-special, .hot-ribbon .ribbon-hot, .new-ribbon .ribbon-new {
	width: 61px;
	height: 61px;
	position: absolute;
	z-index:99;
	display: block;
	top: 0px;
	left: 0px;
	background-image: url(../images/ribbons-sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.special-ribbon .ribbon-special {
	background-position: 0px 0px;
}

.hot-ribbon .ribbon-hot {
	background-position: 0px -61px;
}

.new-ribbon .ribbon-new {
	background-position: 0px -122px;
}

.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.featured-view .spacer,.vmproduct .spacer,.browse-view .spacer{margin:0px 0px 0px 0px !important;position:relative;overflow:hidden}
.category-view .spacer .paddingtop8,.latest-view .spacer .paddingtop8,.topten-view .spacer .paddingtop8,.recent-view .spacer .paddingtop8,.featured-view .spacer .paddingtop8,.vmproduct .spacer .paddingtop8,.browse-view .spacer .paddingtop8{margin-top:-18px;margin-bottom:15px}
#top-modules .moduletable_empty{padding:0 5px 5px 0px}
#breadcrumb-handler{font-weight:normal;font-style:italic}
#breadcrumb-bg{padding:0px}
#breadcrumb-handler a{font-weight:normal}
#breadcrumb-bg span{font-weight:bold}
#breadcrumb-bg span.showHere{font-weight:normal}
.article-details{padding:10px 0px}
.article-details p{padding:0 !important;margin:0 !important}
.blog .modifydate{float:right;width:50%;text-align:right}
.items-leading{padding:0px 0 10px 0}
.blog h1,.blog-featured h2{padding:5px 0px;margin-bottom:11px;font-weight:300;letter-spacing:-1px;font-size:220%}
h1 .subheading-category{font-size:16px;display:block;letter-spacing:0px}
.item h2,.item-page h2,h3.title,h2 .contact-name,.newsfeed h2,#archive-items h2{padding:0px 0px 5px 0px;margin-bottom:11px;}
.article-info{margin-bottom:10px;margin-right:50px;}
.dc-sep{margin-bottom:10px}
.img-intro-none,.img-fulltext-none{text-align:center;padding-bottom:10px}
.img-intro-left{padding-bottom:10px}
.img-fulltext-left{float:left}
.img-intro-right{padding-bottom:10px}
.img-fulltext-right{float:right}
.img-intro-none img,.img-fulltext-none img,.img-intro-left img,.img-fulltext-left img,.img-intro-right img,.img-fulltext-right img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:95%}
h2 .contact-name{display:block}
p.readmore a,a.readmore{font-weight:bold}
.blog-more{padding:10px 5px}
.items-row{margin:0px;padding:0px 0px;overflow:hidden}
.article_column{padding:0}
.row_separator2{display:block;clear:both;margin:0;border:solid 0px}
.article_separator,.row_separator{display:none}
.published,.create{font-weight:bold;font-size:85%}
.modified,.createdby{opacity:0.5}
.componentheading,.contentheading{padding:0px 0px 10px;margin:0px}
#article-index{float:right;width:30%;margin-left:2%}
#article-index a.active{font-weight:bold}
.counter{padding:5px 0px}
.readon a{font-weight:bold}
#system-message dt.error,#system-message dt.notice,#system-message dt.message{display:none}
#system-message ul{padding:0 15px 0 25px;margin:0;list-style:none}
#system-message ul li{padding:0;margin:0;list-style:none;background:none}
#top-small-menu ul{padding:6px 10px 0 0;margin:0;overflow:hidden}
#top-small-menu ul li{display:inline;margin:0;padding:0 11px;font-size:11px;text-shadow:none;background:url(../images/top-small-menu-sep.gif) repeat-y 100% 0}
#top-small-menu ul li a{background:none;display:inline;margin:0;padding:0;color:#b7b7b7}
#top-small-menu ul li a:hover{color:#d9d9d9}
.n-order .inputbox{width:60%}
.button2-left{float:left;margin:5px 10px 10px 0px}
.modal-button:hover,.button2-left .readmore a:hover{text-decoration:none}
.tool-tip{border-bottom-left-radius:5px 5px;border-bottom-right-radius:5px 5px;border-top-left-radius:5px 5px;border-top-right-radius:5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;-moz-box-shadow:0 0 0 1px #dedede,1px 2px 5px rgba(0,0,0,0.3);background:#fafafa;padding:10px}
.tool-title{font-weight:bold;padding:5px 0}
.weblinks .contentdescription img{margin:0 10px 20px 10px}
.weblinks td img{margin:3px 5px 0px 0px}
.contact_email label{float:left;line-height:36px;width:180px}
.contact_email{clear:both;padding:3px 0px}
.productPrice{font-weight:bold;white-space:nowrap}
.product-Old-Price{color:#900;text-decoration:line-through !important;background:none;font:normal 12px Arial,Helvetica,sans-serif !important}
.moduletable_products table{border-spacing:0px !important;border-collapse:separate;width:104%;margin-left:-2%;display:table;margin-top:20px;margin-bottom:0px}
div.moduletable_products td:first-child,.vmgroup_products .first-col,ul.vmproduct-list li .first-col{background-image:none !important;margin-left:0px !important}
.moduletable_products table td,ul.vmproduct-list li .spacer,.vmgroup_products .spacer,.category .spacer,.product .spacer{height:100%}
.moduletable ul.vmproduct-list li .spacer{height:100%}
.prod-det-button-handler{padding-bottom:6px}
.prod-det-button-handler .product-details{float:none}
.browseProductContent2{background:url(../images/td-prod-bg.png) repeat-y 226px 0}
.last .browseProductContent2{background:none}
.grid_4 .product-anchor-image{height:186px;display:block}
.grid_4 .product-anchor-image img{border:0;-webkit-box-shadow:none;box-shadow:none;-moz-box-shadow:none;width:100%;max-width:100%;height:100%}
.moduletable_products .featuredProductImage{margin:0px auto;margin-bottom:10px;max-width:100%}
.moduletable_products table td a.product-anchor-image{display:block;clear:both;width:100%}
.product-name{font-weight:bold;display:block;text-align:left;padding-bottom:6px;text-transform:uppercase;color:#434343;padding-left:8px}
.product-name a{color:#434343}
.moduletable_products table td span.product-Old-Price{color:#e25d5d;text-decoration:line-through !important;background:none;font:normal 12px Arial,Helvetica,sans-serif !important;text-shadow:none;display:inline;padding:0}
.moduletable_products table td br{display:none}
.productPrice{float:left;text-align:left;font-weight:bold;padding:9px 0px 0px 10px}
.browseProductTitle .productPrice{float:right !important;text-align:right;width:20%;padding-top:0px}
form.form-add-to-cart{float:right;width:25%;padding-top:7px;text-align:left}
.highlight{font-weight:bolder}
.margin_top_20{margin-top:-20px}
#vmMainPage table tr td table tr td{border:0}
#facebox .popup{position:relative;border:1px solid rgba(0,0,0,0.05) !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;-webkit-box-shadow:3px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow:3px 3px 0px rgba(0,0,0,0.2);box-shadow:3px 3px 0px rgba(0,0,0,0.2)}
#facebox .content{padding:0;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}
#facebox .content div{padding:25px}
#facebox .content div div{padding:3px 0px}
.form-validate.user div{clear:both}
.jicons-icons{float:left;margin-right:10px}
.contact-street,.contact-suburb,.contact-state,.contact-postcode,.contact-country{display:block;padding:2px 0px 6px 0px}
.contact-email label{float:left;width:30%}
.contact-input-box input,input.required,#jform_contact_message{width:60%}
.contact-slider{padding-top:15px}
ul.actions,ul.actions-featured{margin:0px 0px 0px 2px;padding:0px;text-align:center;list-style-position:outside;list-style-type:square;display:inline;float:right}
ul.actions li,ul.actions-featured li{background:none !important;display:block;float:left;line-height:1.7em;margin:0px 0px 0px 0px !important;padding:0px 0px 14px 8px !important}
.print-icon a,.email-icon a{display:block;opacity:0.6;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity,-webkit-filter;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-filter:grayscale(1)}
.icons .dropdown-menu a { margin-left: 0px;}
.print-icon a:hover,.email-icon a:hover{opacity:1;-webkit-filter:grayscale(0)}
.article-details dl,ul.actions-featured dl{margin-bottom:0px}
.categories-list dt,.categories-list dd{display:inline}
.stats-module dt{font-weight:bold}
.stats-module dd{padding-left:10px}
.categories-list .item-title{font-weight:bold}
.article-info-term{display:none}
ul.pagenav{clear:both}
.pagenav li,.pagination ul li{background:none !important;display:inline;padding:0 10px 0 0;margin:0px}
.pagenav li a,.pagination ul li a{font-weight:bold}
.pagenav li a:hover,.pagination ul li a:hover{text-decoration:none}
.pagenav-next{float:right;padding-right:0px !important}
.image-left{float:left;margin:0px 10px 0px 0px}
.image-right{float:right;margin:0px 0px 0px 10px}
.contact-email div{clear:both}
.article-details{padding:10px 0px}
.tip-wrap{z-index:500000 !important}
.tip-wrap .tip{width:380px;font:normal 12px Arial,Helvetica,sans-serif;background:rgba(0,0,0,0.80) !important;box-shadow:2px 2px 3px rgba(0,0,0,0.18);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.18);-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.18);border-bottom-left-radius:7px 7px;border-bottom-right-radius:7px 7px;border-top-left-radius:7px 7px !important;border-top-right-radius:7px 7px !important;-moz-border-radius:7px 7px 7px 7px;border:1px solid rgba(0,0,0,0.60) !important}
.tip-wrap .tip .tip-text{color:#fff;padding:5px 10px 10px 10px !important}
.tip-wrap .tip .tip-title{color:white;font-weight:bold;padding:10px 10px 5px 10px !important;text-align:left !important;color:#fff;font-weight:bold;padding:4px 0px;text-align:center;padding:0;margin:0;font-size:1em;font-weight:bold;margin-top:0px !important;background:none !important}
.button2-left .readmore{padding-top:8px}
.button2-left .readmore a{padding:6px 10px 7px 10px}
.edit .formelm label{float:left;width:30%}
.edit .formelm input{width:250px}
.edit .formelm select{width:265px}
.formelm-buttons{padding:10px 0px}
.calendar{margin:5px;vertical-align:middle;opacity:0.7;cursor:pointer}
.calendar:hover{opacity:1.0}
.contact .current{clear:both}
.contact-image{float:right}
.sl-3rd-parties{margin:0px auto}
#contact-form fieldset dt,.registration fieldset dt{float:left;width:25%}
#contact-form fieldset dd,.registration fieldset dd{width:73%;margin-bottom:6px}
.spacer .text #jform_spacer-lbl{font-size:11px !important;opacity:0.80 !important}
#finder-filter-select-list li{clear:both}
#finder-filter-select-list li label{width:95%;float:left}
#finder-filter-select-list li select{width:60%}
#finder-search fieldset{border:none !important;padding:0px 0px 10px 0px;margin:0px}
.result-title{font-size:140%;margin-bottom:15px !important;background-position:0px 6px;padding-left:0px !important;margin-top:15px}
.result-url{font-size:90%;font-style:italic;padding:4px 0px 15px 0px}
span.highlight{background:transparent;border-bottom:1px dotted}
div.toolbar-list a,div.toolbar-list a:hover{display:block;float:left;white-space:nowrap;border:none;padding:1px 5px;cursor:pointer}
.toolbar-list ul li{background:none;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
#admin-ui-tabs ul#tabs li{padding:4px 10px !important;width:10% !important}
#facebox .close{top:20px;right:20px}
.formelm label{width:30%;float:left}
.img-intro-left div.img_caption{width:99% !important;display:inline}
.word #search-searchword{padding:6px}
.phrases-box,.ordering-box{padding:7px 0px}
.phrases-box input[type="radio"],.only input[type="checkbox"]{margin:0px 5px 0px 5px}
fieldset.phrases,fieldset.word,fieldset.only,.search .form-limit{padding:20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
fieldset.phrases legend,fieldset.only legend{padding:0px;margin:0px;font-size:16px;font-weight:700;letter-spacing:0px}

.contact-links ul li { padding: 0px; background-image: none; margin:0px 0px -1px 0px; }
.btn-primary, .btn, .btn-primary:hover { background-image: inherit; }
.categories-list h3.page-header.item-title { padding: 10px 0px; margin:0px;}
.categories-list h3.page-header.item-title a { display: inline; }
.category.list-striped li {margin:0px; background-image: none; }
li { margin-left: 0px; }
.contact dl dt { width: 30px; } .contact dl dd { margin-left: 30px; }

.mce-btn button, .mce-btn button:hover { background-color: transparent !important; }

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.editor [class^="icon-"]:before, .editor [class*=" icon-"]:before {
font-family: 'IcoMoon';
font-style: normal;
speak: none;
}

.editor .icon-file-add:before, .editor .icon-file-plus:before {
content: "\29";
}

.editor .icon-picture:before, .editor .icon-image:before {
content: "\2f";
}

.editor .icon-save-copy:before, .editor .icon-copy:before {
content: "\e018";
}

.editor .icon-eye-open:before, .editor .icon-eye:before {
content: "\3c";
}

.edit .icon-ok {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -288px 2px;
}

.edit .icon-cancel {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -314px 2px;
}

.icon-calendar {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -192px -120px;
}

.popout1 .product-price {
	min-height: 20px;
}

#jform_publish_down_img, #jform_publish_up_img { margin-top: 2px; }

.vm-pdf-button a, .vm-print-button a, .vm-email-button a {
	width: 24px;
	height: 24px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}

.vm-pdf-button a {
	background: url('../images/pdf_Button.png') no-repeat 0 0;
}

.vm-print-button a {
	background: url('../images/printButton.png') no-repeat 0 0;
}

.vm-email-button a {
	background: url('../images/emailButton.png') no-repeat 0 0;
}

.productdetails-view.productdetails h1 a {
	float: none !important;
	font-size: 12px;
}

#customer_notes_field {
	width: 100%;
	height: 60px;
}

.login-separtor {
	padding-bottom: 10px;
}
body {
    color: #494949;
}
.moduletable_products > h3, #tabs-1 .nav-tabs, dt.tabs.open, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .browse-view .spacer {
	background-color: transparent;
}

.custom-color1{color:#074e84 !important;}
.custom-color2{color:#8c8c8c !important;}
.custom-color3{color:#ffae21 !important;}
.custom-color4{color:#ffffff !important;}

.custom-background1{background-color:#074e84 !important;}
.custom-background2{background-color:#8c8c8c !important;}
.custom-background3{background-color:#ffae21 !important;}
.custom-background4{background-color:#ffffff !important;}

#top-navigation-bar {
	border-bottom-color: #e0e0e0;
}

.info-line-handler {
	color: #878787;
}

.log-panel li a, .quick-menu .menu li a, #searchOpenButton {
	color: #8c8c8c !important;
}

.log-panel li a:hover, .quick-menu .menu li a:hover, #searchOpenButton:hover {
	color: #074e84 !important;
}
#search-position #searchpanel input.inputbox {
	color: #b5b5b5;
}
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image a:hover:after, 
.row-fluid .spacer .pr-img-handler .popout-price .product-details:hover:after, 
.row-fluid .spacer .pr-img-handler .popout-price .show-advanced-fields:hover:after {
	color: #074e84 !important;
}

.action-handler .addtocart-bar span.quantity-box input {
	background: #ffffff !important;
	border-color: #074e84 !important;
	color: #074e84 !important;
}

#LoginForm .btn-group > .dropdown-menu a:hover {
	background: #074e84 !important;
	color: #ffffff !important;
}

#LoginForm .button:hover .caret {
	border-top-color: #ffffff !important;
}

#tabs-1 .nav-tabs>.active>a, #tabs-1 .nav-tabs>.active>a:hover, #tabs-1 .nav-tabs>.active>a:focus, #tabs-1 .nav-tabs > li > a:hover {
	color: #ffffff !important;
	background-color: #074e84 !important;
}

#tabs-1 .nav-tabs > li > a, .moduletable_products > h3, 
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image a:after, 
.row-fluid .spacer .pr-img-handler .popout-price .product-details:after, 
.row-fluid .spacer .pr-img-handler .popout-price .show-advanced-fields:after {
	color: #787878;
}

.pr-add, .pr-add-bottom,.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .product .spacer h2,.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	color: #494949;
}

.category-view .row-fluid .category .spacer h2 a .cat-title {
	color: #494949;
}

.category .spacer {
	background: #ffffff;
	
}

.category-view .row-fluid .category .spacer:hover h2 a .cat-title {
	color: #ffffff;
}

.category .spacer:hover {
	background: #074e84;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details:hover,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image:hover,
.row-fluid .spacer .popout-price-buttons-handler .show-advanced-fields:hover  {
	background-color: #ffffff !important;
}

span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus {
	background-color: #074e84 !important;
}


div.spacer, li.spacer {
	background:#ffffff;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image,
.row-fluid .spacer .popout-price-buttons-handler .show-advanced-fields  {
	background-color: #ffffff !important;
}

.custom-fields-panel {
	background-color: #ffffff;
}
.camera_wrap .camera_pag .camera_pag_ul li {
background: #ffffff;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background-color: #074e84;
}

.camera_thumbs_cont ul li > img {
	border: 1px solid #2f2f2f !important;
}

.camera_caption.title > div > div {
	color: #494949;
}

.camera_caption > div > div {
	color: #494949;
}

.camera_caption.white > div > div, .camera_caption.white > div > div p, .camera_caption.white > div > div a {
	color: #ffffff !important;
}

.camera_caption > div > div p {
	color: #8f8f8f;
}

.camera_caption.title .camera_caption_bg > span:before, .centered h3 .h-cl:before, .centered h3 .h-cl:after {
	background: #979797;
}

.white {
	color: #ffffff !important;
}

.white .button {
	border-color: #c2c2c2 !important;
	color: #ffffff !important;
}

.white .button:hover {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
	color: #333333 !important;
}
#megamenu-handler ul.menu-nav ul {
	background-color: #ffffff;
}

ul#mega-menu > li > a, a#cartpanel {
	color: #cfcfcf;
}
#menupanel2 {
	color: #cfcfcf !important;
}

ul#mega-menu > li.active > a, ul#mega-menu > li > a:hover, ul#mega-menu > li.sfHover > a, a#cartpanel:hover, .cart-button .products-number, #menupanel2:hover {
	color: #ffffff !important;
	background-color: #074e84;
}

.menu-nav > li > a, .open-social-links {
	color: #8c8c8c;
}

.menu-nav > li.active > a, .menu-nav > li > a:hover, .menu-nav > li.sfHover > a, .menupanel ul.selectnav li a:hover, a.menupanel:hover, a.menupanel, .open-social-links:hover, #mega-menu [class*="moduletable"] h3 {
	color: #074e84 !important;
}

.rm-line {background-color:#ffffff;}


.menu-nav > li > a > span small {
	background: #ffae21;
	color: #ffffff;
}

.menu-nav > li > a > span small:before {
	border-top-color: #ffae21;
}

.menu-nav > li > a > span small.hot {
	background: #e53535;
	color: #ffffff;
}

.menu-nav > li > a > span small.hot:before {
	border-top-color: #e53535;
}

.menu-nav > li > a > span small.featured {
	background: #9ccc6c;
	color: #ffffff;
}

.menu-nav > li > a > span small.featured:before {
	border-top-color: #9ccc6c;
}

.menu-nav ul li {
	border-top: 1px solid #dedede;
}

.menu-nav ul li a {
	color: #595959;
}

.menu-nav ul li > a:hover, .menu-nav ul li.sfHover > a {
	color: #ffffff !important;
	background-color: #074e84 !important;
}

@media (max-width: 979px) { 
	
	#menu #nav, #mega-menu {
		background-color: #ffffff;
	}

	#menu .menu-nav ul li a, ul#mega-menu > li > a {
		color: #494949 !important;
	}
	
	#menu .menu-nav ul li a:hover, #menu .menu-nav ul li.sfHover > a, ul#mega-menu > li.active > a, ul#mega-menu > li > a:hover, ul#mega-menu > li.sfHover > a {
		color: #074e84 !important;
	}
}

.menu-nav ul li a .sf-sub-indicator {
	border-left-color: #074e84 !important;
}

.menu-nav ul li a:hover .sf-sub-indicator,
.menu-nav ul li.sfHover > a .sf-sub-indicator  {
	border-left-color: #ffffff !important;
}

.menu-nav li ul, .menu-nav li ul li ul, #nav ol, #nav ul, #nav ol ol, #nav ul ul, div.panel2 {
	background-color: #ffffff !important;
}

thead th, table th, tbody th, tbody td {
	border-top: 1px solid #d6d6d6;
}
tbody th, tbody td, .search-results dt.result-title{
	border-bottom: 1px solid #d6d6d6;
}

.product-price, div.PricebillTotal.vm-display.vm-price-value span.PricebillTotal {
	color: #787878;
}

.h-pr-title a {
	color: #074e84;
}

.owl-theme .owl-controls .owl-page span {
	background-color: #e5e5e5;
	color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div {
	background-color: #e5e5e5;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	border-right-color: #787878;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	border-left-color: #787878;
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#074e84;
	color: #ffffff;
}
#vina-carousel-content181 .item a {
    text-align: center;
}
.moduletable_menu > h3 {
	color: #494949;
}

.moduletable_menu ul.menu li a, .latestnews_menu li a, .VMmenu li div a {
	color: #074e84;
}

.moduletable_menu ul.menu li a:hover, ul.latestnews_menu li a:hover, .VMmenu li div a:hover {
	color: #ffffff;
	background-color: #074e84;
}

.moduletable_menu .VmOpen ul.menu li a, .moduletable_menu ul.menu li ul li a {
	color: #4d4d4d;
}

.moduletable_menu .VmOpen ul.menu li a:hover, .moduletable_menu ul.menu li ul li a:hover {
	color: #074e84;
}

.moduletable_style1 {
	background-color: #ffffff; 
	color: #8c8c8c;
}

.moduletable_style1 a {
	color: #074e84 !important;
}

.moduletable_style2 {
	background-color: #404040; 
	color: #cfcfcf;
}

.moduletable_style2 a, .moduletable_style2 h1, .moduletable_style2 h2, .moduletable_style2 h3, .moduletable_style2 h4 {
	color: #ffffff !important;
}

.moduletable_style3 {
	background-color: #074e84; 
	color: #ffffff;
}

.moduletable_style3 a {
	color: #ffffff !important;
}

.customers-box-handler .owl-wrapper-outer {
	color: #404040;
}

#customers-box .testi-title {
	color: #404040;
}

.customers-box-handler .owl-theme .owl-controls .owl-page span {
	background-color: #404040;
}

.customers-box-handler .owl-theme .owl-controls .owl-page.active span, .customers-box-handler .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #074e84;
}

#header-left-panel, #hl-open {
	background-color: #17a1e5;
	color: #ffffff !important;
}

#header-left-panel h3, #header-left-panel a {
	color: #ffffff !important;
}

#header-left-panel .button {
	color: #ffffff;
	border-color: #ffffff;
}

#header-left-panel .button:hover {
	background-color: #ffffff !important;
	color: #17a1e5 !important;
	border-color: #ffffff;
}

#header-right-panel, #hr-open {
	background-color: #f8f8f8;
	color: #494949 !important;
}

#header-right-panel h3, #header-right-panel a {
	color: #074e84 !important;
}

#header-right-panel .button:hover {
	background-color: #074e84 !important;
	color: #ffffff !important;
}

#bottom-bg {
	background: #074e84;
	color: #ffffff;
	position:relative;
}

#bottom-bg a {
	color: #cce9ff;
}

#bottom-bg a:hover {
	color: #ffffff;
}
.sq-m {
    position: absolute;
    width: 100%;
    top: -30px;
}
#footer {
    background-color: #014171;
    color: #a2b1bd;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.sq {
    background: url(/images/cros.png);
    height: 40px;
    width: 40px;
    margin: 0px auto 0;
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	.cart-on-phone {
		overflow-x: scroll;
		width:99%;
	}
}

.output-shipto input[type="checkbox"] { 
	float: left; 
	margin-right: 10px; 
}

.cart-summary input[type="radio"], #userForm input[type="radio"], #paymentForm input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.h-pr-details .paddingtop8, .spacer .paddingtop8 {margin-top: 0px !important;}

.span2.sp20 {
width: 19.2%;
margin-left: 1%;
}

.sl-bg {
margin-bottom:29px;
}

.hand-product-details {
	padding-top: 10px;
}

#virtuemart_currency_id_chzn { display: none; }

.cart-summary hr {
	display: none;
}

#customer_note_field {
	width: 95%;height:60px;
}

.well {
background-color: transparent;
border: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.btn {
text-shadow: none;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.page-header {
	border: 0;
}

.btn.dropdown-toggle, .btn.dropdown-toggle:hover {
	background-color: transparent !important;
	opacity: 1 !important;
	border: 1px solid #eeeeee;
}

.contact .thumbnail {
	border: 0 !important;
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.camera_caption .button, #hl-panel-handler .button, #hr-panel-handler .button, .white .button {padding:11px 26px 10px 26px;font-weight:700;margin-right: 10px;}

.camera_caption .button, #hl-panel-handler .button , #hr-panel-handler .button {
	position: relative;
	background: none transparent !important;

}
@media screen and (max-width:1200px){
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}
}
@media screen and (max-width:1170px){
	div#mainimg1 {
    width: 1000px;
    height: 536px;
}
div#top-cont {
    display: none;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss,
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
  padding: 7px;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.menu-title {
    font-size: 12px;
}
div#mainimg {
    width: 1000px;
    height: 536px;
    background-size: contain!important;
}
div#room3 {
    top: 36px;
    left: 582px;
}
div#room1 {
    top: 100px;
    left: 443px;
}
div#room4 {
    top: 100px;
    left: 547px;
}
div#room5 {
    top: 160px;
    left: 604px;
}
div#room6 {
    top: 180px;
    left: 380px;
}
div#room7 {
    top: 242px;
    left: 458px;
}
div#room2 {
    top: 324px;
    left: 338px;
}
div#room8 {
    top: 315px;
    left: 442px;
}
div#room9 {
    top: 387px;
    left: 199px;
}
div#room10 {
    top: 410px;
    left: 281px;
}
div#room11 {
    top: 396px;
    left: 545px;
}
ul.megamenu.level0 {
    float: right;
}
div#sn-position img {
    margin-left: 20px;
}
div#tpr-nav {
    width: 100%;
    padding: 20px 10px;
}
}
@media screen and (max-width:1024px){
.cat-title h4 {
    font-size: 18px;
    min-height: 44px;
}
.h-cat-t {
    font-size: 22px;
}
#top-modules #vina-carousel-content181 .item a {
    font-size: 12px;
}
}

 /* Если есть поддержка object-fit (Chrome/Chrome для Android, Safari в iOS 8 и Opera), используем его: */

@media screen and (max-width:1020px){
div#top-cont {
    display: none;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.menu-title {
    font-size: 12px;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
    padding: 7px 8px;
}
ul.megamenu.level0 li:first-child {
    display: none!important;
}
}
@media screen and (max-width:800px){
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.menu-title {
    font-size: 11px;
}
.category-m {
    width: 50%;
}
.h-cat {
    width: 50%;
}
.ext-bigtitle {
    font-size: 110px;
}
.aboutright h1 {
    font-size: 16px;
}
.rmore {
    margin-top: 14px;
}
.moduletablec-title span.h-cl {
    font-size: 24px;
}
}
@media screen and (max-width:767px){
div#search-position, div#outcall {
    display: none;
}
#site-name-handler {
    float: left;
    width: 60px;
}
.pr-wrap {
    padding: 0 10px;
}
.product.item {
    width: 48%;
}
.product-item .product.item {
    width: 100%;
}
.h-pr-details a {
    padding: 5px 20px;
}
ul.menutopmenu {
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    margin: 0;
    padding: 30px;
    background: #054371;
    box-sizing: border-box;
    display:none;
}
.bottom-col {
    display: none;
}
ul.menutopmenu li {
    display: block;
    width: 100%;
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tog-button {
    color: #fff;
    font-size: 20px;
    display: block;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.colwrap-cont {
    padding: 20px 0;
}
.moduletable h3 {
    font-size: 20px;
}
#top-modules {
    padding: 30px 15px 0;
}
.row-fluid [class*="span"] {
    min-height: 0px;
}
.category-m {
    min-height: auto;
}
.ext-bigtitle {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-title h4 {
    min-height: auto;
}
.utp {
    padding-bottom: 0;
}
.bottom-col.one {
    width: 100%;
    display: block;
}
#site-name-handler {
    top: 0;
}
.product-left {
    width: 100%;
    float: left;
}
div#b-area {
    width: 100%;
    padding-left: 0;
}
#sn-position {
    padding: 0;
}
ul.navnav-tabs li {
    text-indent: -9999px;
}
div#sn-position img {
    margin: 0;
    width: 80px;
}
div#top-phone {
    margin-right: 0;
    font-size: 24px;
    margin: 0;
    padding-left: 38px;
}
.megamenu-background {
    background-color: transparent;
}
#top {
    height: 57px!important;
}
#jux_memamenu178 #js-mainnav.megamenu {
    border: none;
}
div#js-meganav ul {
    width: 100%;
    background: #014171;
}
.moduletable {
    margin-bottom: 15px;
}
ul.menuvirt {
    display: none;
}
div#megamenu-handler {
    border: none;
    top: 0;
    z-index: 999;
    height: 56px;
    width: 56px;
    right: 0;
}
div#tpr-nav {
    width: auto;
    padding: 0;
    margin: 5px 60px 0 0;
}
.main-menu, div#jux_memamenu178,div#megamenucss, div#js-mainnav {
    height: 56px;
}
div#top-phone:before {
    width: 34px;
    height: 36px;
    position: absolute;
    top: 4px;
    background: url(/images/ph1.png)center left no-repeat;
    background-size: 38px;
    border-radius: 50%;
    border: none;
    left: 0;
}
div#CSS3-megaMenuToggle {
    width: 40px;
    position: fixed;
    right: 0;
    top: 10px;
}
#m-bottom {
    font-size: 12px;
}
.items-row.cols-5.row-0.row-fluid.clearfix .span2 {
    width: 40%;
}
.row-fluid .span3 {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
}
#site-name-handler {
    height: 55px!important;
}
header#top-handler {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body {
    padding-top: 56px;
}
#top-handler {
    background: #074e84;
}
.cat-toggle {
    display: inline-block;
    padding: 7px 30px;
    margin-bottom: 10px;
    border: 2px solid #074e84;
    cursor: pointer;
}
}
@media screen and (max-width:480px){
.moduletablec-title span.h-cl {
    text-transform: uppercase;
    font-size: 24px;
}
.cont {
    width: calc(100% - 2%);
}
body {
    padding-right: 0;
    padding-left: 0;
}
.category-m {
    width: 80%;
}
.product.floatleft{
	float:none;
	display: inline-block;
}
.privacy {
    font-size: 10px;
}
.h-cat {
    width: 100%;
    min-height: 200px;
}
.ext-bigtitle {
    text-align: center;
}
.aboutleft {
    width: 100%;
    float: left;
}
.aboutright {
    width: 100%;
    padding: 0 30px;
}
.about {
    background: none;
}
.bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7,.bg8 {
    min-height: 200px;
}
.category-m, .category-m:first-child {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
}
.row-fluid {
    text-align: center;
}
.items-row.cols-5.row-0.row-fluid.clearfix .span2 {
    width: 290px;
}
.categories-list>div {
    float: none;
    display: inline-block;
}
.categories-list {
    margin-top: 0;
}
}