div,
span,
h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #0090e3;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 80%;
}

body,
td,
th {
    font-family: "Lato", Verdana;
}

a {
    text-decoration: none;
    color: #FFF;
}

#content a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h1 {
    font-size: 1.3em;
    color: #324674;
    font-weight: normal;
}

h2 {
    font-size: 1.0em;
    color: #324674;
    font-weight: 600;
}

h3 {
    font-size: 1.3em;
    color: #324674;
    font-weight: normal;
}

h5 {
    font-size: 1.0em;
    color: #324674;
    font-weight: 600;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text {
    color: #FFFBFB;
}

#bottom-product-specs {
    display: none !important;
}

#main {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    background: #FFF;
}

#main_content_bottom {
    background: url("/pr/images/main_content_bottom.jpg") no-repeat scroll 0% 0% #FFF;
    width: 100%;
    height: 180px;
}

#main_left {
    background: url(/pr/images/fade_left.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 3px;
    padding-top: 100px;
    height: 100%;
    max-height: 709px;
    position: absolute;
    left: -87px;
    top: 100px;
    width: 84px;
}

#main_right {
    background: url(/pr/images/fade_right.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-top: 100px;
    height: 100%;
    max-height: 709px;
    position: absolute;
    right: -87px;
    top: 100px;
    width: 87px;
}

#top {
    position: relative;
    width: 100%;

    background: url(../new/banner.jpg);
    background-size: 100% 100%;
}

#top .size {
    padding-bottom: 32.02%;
}

#top .swiper-container {
    padding: 0px !important;
    height: 100%;
}

#top .banner-slide {
    height: 100%;
    background: #F00;
}

#top .banner-slide img {
    width: 100%;
    height: auto;
}

#top .banner {
    background: #F00;
    position: absolute;
    width: 69%;
    top: 8%;
    right: 4%;
}

#top .test-purifier {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 50px;
}

#top .banner .content {
    background: url(../new/banner1.jpg);
    border: 3px solid #dcdddd;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#top .banner .prev,
#top .banner .next {
    position: absolute;
    width: 23.40%;
}

#top .banner .prev .circle,
#top .banner .next .circle {
    position: relative;
    background: #e6edf2;


    border-radius: 50%;
    width: 50%;
    box-shadow: 0px 0px 5px #888888;
}

#top .banner .next .circle {
    float: right;
}

#top .banner .prev .fill,
#top .banner .next .fill {
    background: #e6edf2;
    position: absolute;
    top: 0;
    bottom: 0;
}

#top .banner .prev:hover .circle,
#top .banner .next:hover .circle {
    background: #eff1f2;
}

#top .banner .prev:hover .fill,
#top .banner .next:hover .fill {
    background: #eff1f2;
}

#top .banner .prev .fill {
    left: 25%;
    right: 0;
}

#top .banner .next .fill {
    right: 25%;
    left: 0;
}

#top .banner .prev .size,
#top .banner .next .size {
    padding-bottom: 100%;
}

#top .banner .prev .circle .arrow,
#top .banner .next .circle .arrow {
    position: absolute;
    top: 27.57%;
    width: 29.48%;
    height: 44.87%;
    z-index: 100;
}

#top .banner .prev .circle .arrow {
    left: 22.5%;
    background: url(../new/prev.png);
    background-size: 100% auto;
}

#top .banner .next .circle .arrow {
    right: 22.5%;
    background: url(../new/next.png);
    background-size: 100% auto;
}

#top .banner .prev .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#top .banner .prev {
    top: 10%;
    left: -7%;
}

#top .banner .next {
    top: 10%;
    right: -7%;
}

#top .banner .size {
    padding-bottom: 34.69%;
}

#top .fader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#top .fader .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    z-index: 1;
}

#top .fader .active {
    opacity: 1;

    z-index: 2;
}

#top .logo-top {
    position: absolute;
    background: url(/pr/images/logo-top.png);
    background-repeat: no-repeat;
    left: 64px;
    top: 64px;
    width: 132px;
    height: 160px;
    z-index: 3;
}

#top .logo-top .mark {
    position: absolute;
    left: 17px;
    top: 114px;
    width: 98px;
    height: 36px;
}

#menu-holder {
    width: 100%;
    height: 40px;
}

#menu {
    background: url(../new/horz.png);
    height: 40px;
    font-family: "Lato";
    font-size: 1em;
}

#menu.ultra-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 125;
    width: 100%;
}

#menu.ultra-sticky ul {
    margin: 0 auto;
    width: 950px;
}

#menu ul,
#menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    float: left;
    line-height: 40px;
    color: #FFF;
}

#menu ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

#menu ul li a:hover {
    background: #555555;
}

#content {
    background: #FFF;
    padding: 10px;
}

#product h1 {
    color: #1398e5;
}

#product h2 {
    font-size: 1.2em;
    color: #324674;
    font-weight: normal;
}

#product .specs {
    display: inline-block;

}

#product .spec {
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 50px;
    margin-top: 4px;
    background: #eeeeee;
    background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(50%, #eeeeee), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
    background: -o-linear-gradient(left, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
    background: -ms-linear-gradient(left, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
    color: #808080;
}

#product .spec .checked {
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(/pr/images/checked.png);
    width: 17px;
    height: 14px;
}

#product .icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

#product .icons .icon {
    float: left;
    width: 50px;
    height: 50px;
    background: url(/pr/new/slice.png);
    margin-right: 15px;
}

#product .icons .icon a {
    display: block;
    width: 100%;
    height: 100%;
}

#product .icon.smoke:hover {
    background-position: 0px -137px;
}

#product .icon.the-great-mystery {
    display: none !important;
}

#product .icon.smoke {
    background-position: -50px -137px;
}

#product .icon.cat:hover {
    background-position: -100px -137px;
}

#product .icon.cat {
    background-position: -150px -137px;
}

#product .icon.animals:hover {
    background-position: -100px -137px;
}

#product .icon.animals {
    background-position: -150px -137px;
}

#product .icon.dog:hover {
    background-position: -200px -137px;
}

#product .icon.dog {
    background-position: -250px -137px;
}

#product .icon.rabbit:hover {
    background-position: -300px -137px;
}

#product .icon.rabbit {
    background-position: -350px -137px;
}

#product .icon.birds:hover {
    background-position: -400px -137px;
}

#product .icon.birds {
    background-position: -450px -137px;
}

#product .icon.allergies:hover {
    background-position: -500px -137px;
}

#product .icon.allergies {
    background-position: -550px -137px;
}

#product .icon.dust:hover {
    background-position: -600px -137px;
}

#product .icon.dust {
    background-position: -650px -137px;
}

.product-right {
    float: right;
    max-width: 475px;
}

.product-content img {
    max-width: 90%;
    height: auto;
}

.swiper-parent {
    box-sizing: border-box;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.swiper-parent .left-panel,
.swiper-parent .right-panel {
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    z-index: 11;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swiper-parent .left-panel:hover,
.swiper-parent .right-panel:hover {
    background: rgba(0, 0, 0, 0.05);
    transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
}

.swiper-parent .left-panel {
    box-sizing: border-box;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
}

.swiper-parent .right-panel {
    box-sizing: border-box;
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
}

.swiper-parent .left-panel .prev-icon,
.swiper-parent .right-panel .next-icon {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    margin-left: -8px !important;
    margin-top: -12px !important;
}

.swiper-parent.vertical {
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.swiper-parent.vertical .left-panel,
.swiper-parent.vertical .right-panel {
    width: 100% !important;
    height: 30px !important;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    z-index: 11;
}

.swiper-parent.vertical .left-panel:hover,
.swiper-parent.vertical .right-panel:hover {
    background: rgba(0, 0, 0, 0.05);
    transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
}

.swiper-parent.vertical .left-panel {
    box-sizing: border-box;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
}

.swiper-parent.vertical .right-panel {
    box-sizing: border-box;
    position: absolute !important;
    left: 0px !important;
    top: auto !important;
    bottom: 0px !important;
}

.swiper-parent.vertical .left-panel .prev-icon,
.swiper-parent.vertical .right-panel .next-icon {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    margin-left: -12px !important;
    margin-top: -12px !important;
}

.prev-icon {
    background: url(../images/tiles.png);
    background-position: -96px -32px;
    width: 16px;
    height: 24px;
}

.next-icon {
    background: url(../images/tiles.png);
    background-position: -112px -32px;
    width: 16px;
    height: 24px;
}

.swiper-parent.vertical .prev-icon {
    background-position: -200px -32px;
    width: 24px;
    height: 24px;
}

.swiper-parent.vertical .next-icon {
    background-position: -176px -32px;
    width: 24px;
    height: 24px;
}

.swiper-parent.vertical .swiper-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 100% !important;
    max-height: 512px !important;
}

.swiper-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.order-product {
    cursor: pointer;
    display: block;
    border: 0;
    color: #FFF;
    line-height: 3em;
    width: 100%;
    font-weight: bold;
    background: #00a61b;
    background: -webkit-linear-gradient(left, #00a61b, #008a1a);
    background: -o-linear-gradient(left, #00a61b, #008a1a);
    background: -moz-linear-gradient(left, #00a61b, #008a1a);
    background: linear-gradient(left, #00a61b, #008a1a);
}

.order-product:hover {
    background: #00a61b;
    background: -webkit-linear-gradient(left, #00a61b, #00a61b);
    background: -o-linear-gradient(left, #00a61b, #00a61b);
    background: -moz-linear-gradient(left, #00a61b, #00a61b);
}

.order-product.color2,
.order-product.color3 {
    background: #f68c1f;
    background: -webkit-linear-gradient(left, #f68c1f, #e2811c);
    background: -o-linear-gradient(left, #f68c1f, #e2811c);
    background: -moz-linear-gradient(left, #f68c1f, #e2811c);
    background: linear-gradient(left, #f68c1f, #e2811c);
}

.order-product.color2:hover,
.order-product.color3:hover {
    background: #f68c1f;
    background: -webkit-linear-gradient(left, #f68c1f, #f68c1f);
    background: -o-linear-gradient(left, #f68c1f, #f68c1f);
    background: -moz-linear-gradient(left, #f68c1f, #f68c1f);
    background: linear-gradient(left, #f68c1f, #f68c1f);
}

.stock-text {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

.stock1 {
    color: #009f1b;
}

.stock2 {
    color: #f79700;
}

.stock3 {
    color: #dc0000;
}

.stock4 {
    background: #dc0000;
    color: #FFF;
    line-height: 3em;
}

.stock5 {
    color: #005ddc;
}

.try-product {
    position: absolute;
    bottom: 0;
    border: 0px none transparent;
    left: 0;
    color: #FFF !important;
    background: #1775b9;
    padding: 10px;
    z-index: 101;
}

.product-price {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.product-versions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
}

.product-versions .dropdown {
    display: inline-block;
}

.product-versions span {
    line-height: 30px;
}

.product-price .price {
    font-size: 2.6em;
    color: #1775B9;
}

.product-price .inc-tax {
    font-size: 0.9em;
    color: #1775B9;
}

hr {
    border: 0px none transparent;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #FFF, #dddedd, #FFF);
    background: -o-linear-gradient(right, #FFF, #dddedd, #FFF);
    background: -moz-linear-gradient(right, #FFF, #dddedd, #FFF);
    background: linear-gradient(to right, #FFF, #dddedd, #FFF);
    margin-top: 1em;
    margin-bottom: 1em;
}

.thumbs {
    max-width: 425px;
}

.thumbs .thumb {
    border: 1px solid #d7d5d5;
    width: 92px;
    height: 92px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 90px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

.thumbs .thumb img {
    display: inline-block;
    vertical-align: middle;
}

.thumbs .thumb:hover {
    border: 1px solid #939393;
}

.thumbs .div {
    clear: both;
    width: 100%;
    height: 5px;
}

.content-bar {
    background: #6a6b6c;
    height: 3px;
}

#content .content-bar {
    margin-left: -10px;
    margin-right: -10px;
}

#bottom {
    color: #666;
    font-size: 0.9em;
    padding: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f5', GradientType=0);
}

#bottom a {
    color: #666;
}

#bottom .block-2 {
    width: 20%;
    float: left;
}

a .blocklink {
    color: #686565;
}

#bottom .block-25 {
    width: 25%;
    float: left;
}

#bottom .block-15 {
    width: 15%;
    float: left;
}

#bottom .map {
    position: relative;
    background: url(../new/slice.png);
    background-position: 0px -187px;
    width: 109px;
    height: 126px;
}

#back-to-top {
    position: absolute;
    top: 0px;
}

#back-to-top i {
    border-color: #01B7F2;
    font-weight: bold;
    overflow: hidden;
}

.circle[class^="soap-icon"],
.circle[class*=" soap-icon"],
.glyphicon.circle {
    border: 1px solid;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.7333em;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: url(/pr/images/arrowup.png);
    background-repeat: no-repeat;
    background-position: center center;
}

[class^="soap-icon"]::before,
[class*=" soap-icon"]::before {
    font-family: "soap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

*::before,
*::after {
    box-sizing: border-box;
}

#bottom-icons {
    background: url(../new/slice.png);
    background-position: 0px -313px;
    height: 49px;
}

#bottom .block-2,
#bottom .block-25,
#bottom .block-15 {
    box-sizing: border-box;
    padding: 15px;
}

.slide-icon {
    position: relative;
    color: #fdb715;
    font-size: 12px;
    padding-bottom: 10px;
}

.slide-icon a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#main_tabs {
    width: 100%;
    height: 83px;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
    position: relative;

}

#main_tabs_tabs {
    position: absolute;
    left: 0px;
    top: 45px;
    right: 0px;
    z-index: 5;
}

#main_tabs_tabs .uberintab .center {
    width: 100px;
}

.uberintab a,
.ubertab a {
    background: url(/images/transparent.png);
    background-repeat: repeat;
    position: absolute;
    display: block;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 40px;
}

.ubertab a {
    left: 40px;
}

.uberintab a {
    left: 0px;
    color: #FFF;
}

.uberintab {
    cursor: pointer;
    position: relative;
    float: left;
    top: 5px;
    margin-right: -40px;
    color: #FFF;
    font-size: 14px;
}

.uberintab .left {
    background-image: url(../images/ubertabs.png);
    background-repeat: no-repeat;
    background-position: 0px -164px;
    width: 18px;
    height: 58px;
    float: left;
}

.uberintab .center {
    background-image: url(../images/ubertabs.png);
    background-repeat: repeat-x;
    background-position: 0px -274px;
    height: 58px;
    text-align: center;
    line-height: 36px;
    float: left;
}

.uberintab .right {
    background-image: url(../images/ubertabs.png);
    background-repeat: no-repeat;
    background-position: 0px -222px;
    width: 60px;
    height: 58px;
    float: left;
}

.ubertab {
    cursor: pointer;
    position: relative;
    left: -40px;
    float: left;
    color: #FFF;
    font-size: 14px;
}

.ubertab .left {
    background-image: url(../images/ubertabs.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 54px;
    height: 58px;
    float: left;

}

.ubertab .center {
    background-image: url(../images/ubertabs.png);
    background-repeat: repeat-x;
    background-position: 0px -106px;
    padding-left: 5px;
    height: 58px;
    line-height: 40px;
    float: left;
}

.ubertab .right {
    background-image: url(../images/ubertabs.png);
    background-repeat: no-repeat;
    background-position: 0px -58px;
    width: 54px;
    height: 58px;
    float: left;
}

.carttab {
    position: absolute;
    right: 0px;
    top: -40px;
    float: right;
}

.carttab .left {
    float: left;
    background: url(../new/slice.png);
    background-position: 0px -362px;
    width: 15px;
    height: 112px;
}

.carttab .center {
    float: left;
    background: url(../new/slice.png);
    background-position: -15px -362px;
    width: 228px;
    height: 112px;
}

.carttab .center .text {
    color: #FFF;
    padding-top: 15px;
    padding-right: 40px;
    text-align: right;
    line-height: 30px;
}

.carttab .right {
    float: left;
    background: url(../new/slice.png);
    background-position: -243px -362px;
    width: 15px;
    height: 112px;
}

#search_label {
    font-size: 12px;
    float: left;
    line-height: 40px;
}

#search_input {
    position: relative;
    margin-top: 9px;
    margin-left: 5px;
    margin-right: -18px;
    float: left;
}

#search_input .input_left {
    background-position: 0px 0px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    float: left;
    width: 5px;
    height: 30px;
}

#search_input .input_center {
    position: relative;
    background-position: 0px -60px;
    background-image: url(../images/search.png);
    background-repeat: repeat-x;
    float: left;
    width: 200px;
    height: 30px;
    z-index: 2;
}

#search_input .input_center input {
    position: absolute;
    left: -3px;
    width: 180px;
    height: 22px;
    line-height: 22px;
    border: 0px none transparent;
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
    background-color: #FFF;


    border-radius: 5px;
}

#search_input .input_center img.loading {
    display: none;
    position: absolute;
    left: -6px;
    top: 3px;
}

#search_input .input_right {
    position: relative;
    background-position: 0px -30px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 30px;
}

.form-group {
    box-sizing: border-box;
}

.responsive-menu {}

.rmm {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0;
    text-align: center;
    line-height: 19px !important;
}

.rmm * {
    -webkit-tap-highlight-color: transparent !important;
    font-family: Arial;
}

.rmm a {
    color: #ebebeb;
    text-decoration: none;
}

.rmm .rmm-main-list,
.rmm .rmm-main-list li {
    margin: 0px;
    padding: 0px;
}

.rmm ul {
    display: block;
    width: auto !important;
    margin: 0 auto !important;
    overflow: hidden;
    list-style: none;
}


/* sublevel menu - in construction */
.rmm ul li ul,
.rmm ul li ul li,
.rmm ul li ul li a {
    display: none !important;
    height: 0px !important;
    width: 0px !important;
}

/* */


.rmm .rmm-main-list li {
    display: inline;
    padding: padding:0px;
    margin: 0px !important;
}

.rmm-toggled {
    display: none;
    width: 95%;
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
}

.rmm-button:hover {
    cursor: pointer;
}

.rmm .rmm-toggled ul {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}

.rmm .rmm-toggled ul li {
    display: block;
    margin: 0 auto !important;
}




/* GRAPHITE STYLE */

.rmm.graphite .rmm-main-list li a {
    display: inline-block;
    padding: 8px 13px 8px 13px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #333333;
    background-color: #444444;
    border-left: 1px solid #555555;
    background-image: url('/pr/css/rmm-img/graphite-menu-bg.png');
    background-repeat: repeat-x;
}

.rmm.graphite .rmm-main-list li a:hover {
    background-image: url('/pr/css/rmm-img/graphite-menu-bg-hover.png');
}

.rmm.graphite .rmm-main-list li:first-child a {




    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.rmm.graphite .rmm-main-list li:last-child a {




    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.rmm.graphite .rmm-toggled {
    width: 95%;
    background-color: #555555;
    min-height: 36px;
    border-radius: 6px;
}

.rmm.graphite .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: white;
    text-align: left;
    position: relative;
    background-image: url('/pr/css/rmm-img/graphite-menu-bg.png');
    background-repeat: repeat-x;
    border-radius: 6px;
}

.rmm.graphite .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.rmm.graphite .rmm-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
}

.rmm.graphite .rmm-button span {
    display: block;
    margin-top: 4px;
    height: 2px;
    background: white;
    width: 24px;
}

.rmm.graphite .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #555555;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #777777;
    text-shadow: 1px 1px 1px #333333;
}

.rmm.graphite .rmm-toggled ul li a:active {
    background-color: #444444;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
}



/* SAPPHIRE STYLE */

.rmm.sapphire .rmm-main-list li a {
    display: inline-block;
    padding: 8px 13px 8px 13px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #3e587b;
    background-color: #537b9f;
    border-left: 1px solid #3e587b;
    background-image: url('/pr/css/rmm-img/sapphire-menu-bg.png');
    background-repeat: repeat-x;
}

.rmm.sapphire .rmm-main-list li a:hover {
    background: #3e597b;
}

.rmm.sapphire .rmm-main-list li:first-child a {




    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rmm.sapphire .rmm-main-list li:last-child a {




    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rmm.sapphire .rmm-toggled {
    width: 95%;
    background-color: #537b9f;
    min-height: 36px;
    border-radius: 6px;
}

.rmm.sapphire .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: white;
    text-align: left;
    position: relative;
    background-image: url('/pr/css/rmm-img/sapphire-menu-bg.png');
    background-repeat: repeat-x;
    border-radius: 5px;
}

.rmm.sapphire .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px #3e587b;
}

.rmm.sapphire .rmm-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 20px;
    padding: 0px 7px 0px 7px;
    border: 1px solid #3e587b;
    border-radius: 3px;
    background-image: url('/pr/css/rmm-img/sapphire-menu-bg.png');
    background-position: top;
}

.rmm.sapphire .rmm-button span {
    display: block;
    margin: 4px 0px 4px 0px;
    height: 2px;
    background: white;
    width: 20px;
}

.rmm.sapphire .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #537698;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #3c5779;
    border-top: 1px solid #6883a6;
    text-shadow: 1px 1px 1px #333333;
}

.rmm.sapphire .rmm-toggled ul li a:active {
    background-color: #3c5779;
    border-bottom: 1px solid #3c5779;
    border-top: 1px solid #3c5779;
}

.rmm.sapphire .rmm-toggled ul li:first-child a {
    border-top: 1px solid #3c5779 !important;
}

/*

Responsive Mobile Menu v1.1
Plugin URI: responsivemobilemenu.com

Author: Sergio Vitov
Author URI: http://xmacros.com

License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/

*/
.rmm.minimal a {
    color: #333333;
}

.rmm.minimal a:hover {
    opacity: 0.7;
}

.rmm.minimal .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
}

.rmm.minimal .rmm-toggled {
    width: 95%;
    min-height: 36px;
}

.rmm.minimal .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: #333333;
    text-align: left;
    position: relative;
}

.rmm.minimal .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 9px;
    font-size: 16px;
    color: #33333;
}

.rmm.minimal .rmm-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
}

.rmm.minimal .rmm-button span {
    display: block;
    margin: 4px 0px 4px 0px;
    height: 2px;
    background: #333333;
    width: 25px;
}

.rmm.minimal .rmm-toggled ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #dedede;
    color: #333333;
}

.rmm.minimal .rmm-toggled ul li:first-child a {
    border-top: 1px solid #dedede;
}

#responsive-menu {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-40 {
    float: left;
    width: 40%;
}

.left-20 {
    float: left;
    width: 20%;
    text-align: center;
}

.left-20.icon {
    display: inline-block;
    color: #fdb715;
    font-size: 12px;
}

.content .left-40.title {
    line-height: 58px;
}

#call {
    display: none;
    text-align: center;
    font-family: "Lato", Verdana;
    font-size: 1.4em;
}

@media all and (max-width: 1150px) {
    #main_left {
        display: none !important;
    }

    #main_right {
        display: none !important;
    }
}

@media all and (max-width: 950px) {

    #product .left {
        float: none;
    }

    #product .left .thumbs {
        display: none;
    }

    #product .product-right {
        float: none;
    }
}

@media all and (max-width: 985px) {

    #main_toptext {
        display: none;
    }

    #top .logo-top {
        display: none;
    }

    #wrap-anchor-menu {
        display: none;
    }

    .social-buttons {
        display: none;
    }
}

@media all and (max-width: 875px) {
    .left-40 {
        float: none;
        width: 100%;
        text-align: center !important;
    }

    .left-40 h1 {
        margin: 0px !important;
    }

    .left-40 {
        line-height: 58px !important;
    }

    .left-20 {
        float: none;
        width: 100%;
        text-align: center !important;
    }

    .left-40 br {
        display: none;
    }
}

@media all and (max-width: 700px) {
    #menu {
        display: none;
    }

    #responsive-menu {
        display: block;
    }

    #top .banner {
        display: none;
    }
}

@media all and (max-width: 700px) {

    #bottom .block-2 {
        width: 50%;
    }

    #bottom .block-15 {
        width: 50%;
    }

    #bottom .block-25 {
        width: 50%;
    }

    #bottom .uneven {
        clear: both;
    }
}

@media all and (max-width: 450px) {

    img {
        max-width: 90%;
        height: auto;
    }

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    #call {
        display: block;
        text-align: center;
        font-family: "Lato", Verdana;
        font-size: 1.4em;
    }

    #main_tabs {

        width: auto;
        height: 132px;
        background-repeat: no-repeat;
        background: url(../layouts/pr/luchtreiniger-mobiel.jpg) !important;

    }

    #main_tabs_tabs {

        display: none;
    }

    #main_left {
        display: none;
    }

    #main_right {
        display: none;
    }

    #top .size {
        display: none;

    }

    #bottom {
        font-size: 1.2em;
        line-height: 2em;
    }

    #bottom .block-2 {
        width: 100%;

    }

    #bottom .block-15 {
        width: 100%;
    }

    #bottom .block-25 {
        width: 100%;
    }

    #bottom .uneven {
        clear: both;
    }

    #product .button.button {
        position: relative;
        margin-top: 60px;
        line-height: 15px;
        right: 180px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #product .combo-offer .offer-middle {
        display: none;
    }

    #top-product-specs {
        display: none !important;
    }

    #bottom-product-specs {
        display: block !important;
    }
}

#product .combo-offer .offer-right {
    text-align: left;

}

.swiper-parent.product {
    max-width: 1100px;
    margin: 0 auto;
}

.swiper-parent.coll {
    max-width: 1100px;
    margin: 0 auto;
}

.swiper-parent.icons {
    max-width: 825px;
    margin: 0 auto;
}

.swiper-parent.icons.aid {
    max-width: none;
}

.swiper-parent.icons {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.social-buttons {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 22px;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    background: #f2f2f2;
    margin: 0 auto;
    margin-top: 1em;
    -moz-border-top-left-radius: 45px;
    border-top-left-radius: 45px;
    -moz-border-top-right-radius: 45px;
    border-top-right-radius: 45px;
    text-align: right;
}

.social-buttons a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-buttons .icon {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/tiles.png);
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    opacity: 0.2;

}

.social-buttons .icon:hover {
    opacity: 0.6;

    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
}

.social-buttons .icon.facebook {
    left: 50%;
    top: 8px;
    background-position: 0px -123px;
}

.social-buttons .icon.twitter {
    left: 25%;
    top: 8px;
    background-position: -108px -123px;
}

#anchor-menu.ultra-sticky {
    background: #FFF;
    position: fixed !important;
    top: 40px;
    left: 0px;
    right: 0px;
    max-width: none;
    z-index: 12 !important;
}

#anchor-menu.ultra-sticky ul {
    max-width: 1025px;
    margin: 0 auto;
}

#anchor-menu-back {
    background: #FFF;
    position: fixed !important;
    top: 90px;
    left: 0px;
    right: 0px;
    height: 45px;
    z-index: 9;
}

#wrap-anchor-menu {
    width: 100%;
    height: 47px;
}

#anchor-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 1025px;
    border-top: 1px solid #dddedd;
    border-bottom: 1px solid #dddedd;

}

#anchor-menu ul:after {
    content: "";
    display: table;
    clear: both;
}

#anchor-menu ul {
    margin: 0;
    padding: 0;
}

#anchor-menu ul li {
    margin: 0;
    list-style: none;
    float: left;
}

#anchor-menu ul li a {
    display: block;
    line-height: 45px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #1775b9;
    font-weight: normal;
    font-size: 1.2em;
    cursor: pointer;
}

#anchor-menu ul li:hover {
    background: #f0f5f8;
}

#anchor-menu ul li.active {
    background: #e7f1f8;
}

#anchor-menu a {
    text-decoration: none;
}

.product-content h2,
#cms-content h2 {
    text-align: left;
    font-size: 1.2em !important;
    font-weight: normal !important;
    color: #1775b9 !important;
    margin-top: 1em !important;
    margin-bottom: 0.03em !important;
}

.product-content h3,
#cms-content h2 {
    text-align: left;
    font-size: 1.15em !important;
    font-weight: normal !important;
    color: #1775b9 !important;
    margin-top: 1em !important;
    margin-bottom: 0.03em !important;
}

.slide-product {
    position: relative;
    display: inline-block;
    max-width: 245px;
    width: 100%;
}

.slide-product a {
    position: absolute;
    display: block;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.slide-product .info {
    height: 40px;
}

.slide-product .info .left {
    float: left;
    text-align: left;
}

.slide-product .info .right {
    float: right;
    text-align: right;
}

.slide-product .more-info {
    background-color: #98ce44;
    font-size: 12px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
    text-align: center;
}

.slide-product .more-info:hover {
    background-color: #ff9900;
    transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
}

.slide-product .more-info a {
    display: block;
    width: 100%;
    height: 100%;
}

.info h3 {
    font-size: 1.3em;
    color: #324674;
    font-weight: normal;
}

.slide-product h3 {
    font-size: 16px;
    font-weight: normal;
    color: #2d3e52;
    margin: 0 !important;
}

.slide-product h4 {
    font-size: 12px;
    font-weight: normal;
    color: #838383;
    margin: 0 !important;
}

.slide-product .price {
    font-size: 18px;
    color: #7db921;
}

.slide-product .tax {
    font-size: 10px;
    color: #838383;
}

.slide-product .bar {
    margin-top: 2px;
    margin-bottom: 7px;
    border-top: 1px solid #e0e0e0;
}

.combo-offer {
    display: table;
    width: 100%;
    background: #f2f8fb;
    margin-bottom: 2em;
    position: relative;
}

.combo-offer .offer-left {
    display: table-cell;
    width: 40%;
}

.combo-offer .offer-middle {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}

.combo-offer .offer-middle h4 {
    color: #1775b9;
    font-weight: bold;
}

.combo-offer .offer-middle {
    color: #009F1B;
    text-align: center;
}

.offer-left .img {
    background: #FFFFFF;
    position: relative;
    display: table;
    height: 100%;
}

.offer-left .img * {
    display: table-cell;
}

.offer-left .img .plus {
    width: 0px;
    height: 100%;
    position: relative;
    overflow: visible;
}

.offer-left .img .plus .icon {
    position: absolute;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/tiles.png);
    background-repeat: no-repeat;
    background-position: -24px -32px;
}

.combo-offer .offer-right {
    position: relative;
    display: table-cell !important;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    padding-right: 10px;
}

.combo-offer .offer-right .prices {
    padding-bottom: 25px;
    color: #1775B9;
}

.combo-offer .offer-right .button {
    position: absolute;
    color: #FFF;
    right: 10px;
    bottom: 10px;
    background: #11ac2b;
    background: -webkit-linear-gradient(left, #11ac2b, #008a1a);
    background: -o-linear-gradient(left, #11ac2b, #008a1a);
    background: -moz-linear-gradient(left, #11ac2b, #008a1a);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 35px;
    border: 0px transparent none;
    cursor: pointer;
}

.product-offer .button {
    color: #FFF;
    background: #11ac2b;
    background: -webkit-linear-gradient(left, #11ac2b, #008a1a);
    background: -o-linear-gradient(left, #11ac2b, #008a1a);
    background: -moz-linear-gradient(left, #11ac2b, #008a1a);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    border: 0px transparent none;
    cursor: pointer;
}

.combo-offer .offer-right .prices {
    height: 100%;
}

.combo-offer .offer-right .price {
    font-size: 2em;

}

.combo-offer .offer-right .inc-tax {
    font-size: 0.75em;

}

.center-text {
    text-align: center;
    font-size: 1.25em;
}

.right-text {
    text-align: right;
}

.right-text .dropdown {
    display: inline-block !important;
}

.dropdown {
    display: table-cell;
    padding: 0;
    margin: 0;
    border: 1px solid #1775B9;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #dfecf5 url("../images/arrowdown.png") no-repeat 90% 50%;
    z-index: 1;
}

.dropdown select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    z-index: 1;
    color: #1775B9;
}

.dropdown select:focus {
    outline: none;
}

.product-star {
    float: left;
    background-image: url(../images/tiles.png);
    width: 24px;
    height: 24px;
    background-position: -72px -32px;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.product-star.on {
    background-position: -48px -32px;
}

.product-stars .rate {
    float: left;
}

.product-stars .rate div {
    float: left;
    margin-left: 0.2em;
    margin-right: 0.2em;
    line-height: 24px;
}

.product-stars .rate .product-star {
    cursor: pointer;
}

.product-stars .rate:hover .product-star {
    background-position: -72px -32px;
}

.product-stars .rate:hover .product-star.hover {
    background-position: -48px -32px;
}

.product-stars {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.product-stars .label {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 1.2em;
    margin-right: 1em;
}

.product-stars-large {
    margin-bottom: 2em;
}

.product-stars-large .label {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 1.5em;
    margin-right: 1em;
    color: #1775b9;
}

.product-star-large {
    float: left;
    background-image: url(../images/tiles.png);
    width: 32px;
    height: 32px;
    background-position: -32px -150px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.product-star-large.on {
    background-position: 0px -150px;
}

.review-form textarea {
    width: 100%;
}

.review-form .bottom {
    text-align: right;
    margin-top: 10px;
}

.write-review,
.write-review:hover {
    cursor: pointer;
    display: block;
    background: #1e79bb;
    line-height: 32px;
    color: #FFF !important;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
    border: 0px transparent none;
}

.product-review {
    color: #1e79bb;
}

.product-review .title {
    font-weight: bold;
    display: inline-block;
}

.product-review .stars {
    display: inline-block;
    margin-left: 1em;
}

.inline {
    display: inline-block;
}

.product-review .stars .star {
    float: left;
    background: url(../images/tiles.png);
    background-position: 0px -260px;
    width: 16px;
    height: 16px;
}

.product-review .stars .star.on {
    background-position: -16px -260px;
}

.horz-row {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #dbdadc;
}

.product-right .offers,
.main-product .buttons {
    max-width: 375px;
}

.product-right .offers .title {
    color: #fd2222;
}

.product-offer {
    position: relative;
    padding: 5px;
    color: #1775B9;
}

.product-offer a,
.product-offer button {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0px transparent none;
    background: transparent;
    cursor: pointer;
}

.product-offer .img {
    position: relative;
    display: table;
}

.product-offer .img * {
    display: table-cell;
}

.product-offer .img .plus {
    width: 0px;
    height: 100%;
    position: relative;
    overflow: visible;
}

.product-offer .img .plus .icon {
    position: absolute;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/tiles.png);
    background-repeat: no-repeat;
    background-position: -24px -32px;
}

.product-offer .bottom {
    display: table;
    width: 100%;
}

.product-offer .prices,
.product-offer .order {
    display: table-cell;
}

.product-offer .order {
    vertical-align: middle;
    text-align: center;
}

.product-offer .order button {
    cursor: pointer;
    display: inline-block;
    background: transparent;
    border: 0px none transparent;
    padding: 5px;
    color: #00a51b;
}

.lightbox {
    display: none;
}

#main_toptext {
    position: absolute;
    width: 70%;
    padding-top: 10px;
    font-size: 12px;
}

#main_toptext .block {
    position: relative;
    color: #FFF;
    float: left;
    text-align: right;
    width: 33%;
    line-height: 16px;

}

#main_toptext .block .text {
    position: relative;
    float: right;
    font-size: 13px;
    color: #FFF;
}

#main_toptext .block .sub {
    display: inline-block;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: #FFF;
}

#main_toptext .block .text a {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #FFF;
}

#main_toptext .block .text .icon_car {
    position: absolute;
    background-position: -472px 0px;
    background-repeat: none;
    background-image: url(../images/white_icons.png);
    margin-left: -32px;
    width: 64px;
    height: 25px;
    margin-top: 5px;
}

#main_toptext .block .icon_phone {
    position: relative;
    float: right;
    background-position: -472px -25px;
    background-repeat: none;
    background-image: url(../images/white_icons.png);
    width: 25px;
    height: 32px;
}

#main_toptext .block .text .icon_register {
    position: absolute;
    float: right;
    background-position: -497px -25px;
    background-repeat: none;
    background-image: url(../images/white_icons.png);
    width: 27px;
    height: 26px;
    top: 0px;
    margin-left: -42px;
    margin-top: 5px;
}

#main_toptext .block .text .register {
    background: url(/images/transparent.png);
    background-repeat: repeat;
    position: absolute;
    display: block;
    text-decoration: none;
    left: -32px;
    top: 0px;
    right: 0px;
    height: 100%;
    cursor: pointer;
    z-index: 10 !important;
}

.display-modes {
    margin-right: 50px;
}

.display-change {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.display-change .icon {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/tiles.png);
}

.display-change.slider .icon {
    background-position: -292px -123px;
}

.display-change.slider.sel .icon,
.display-change.slider:hover .icon {
    background-position: -340px -123px;
}

.display-change.tiles .icon {
    background-position: -316px -123px;
}

.display-change.tiles.sel .icon,
.display-change.tiles:hover .icon {
    background-position: -364px -123px;
}

.display-change .label {
    float: left;
    padding-left: 5px;
    line-height: 24x;
}

.product-tile {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    width: 245px;
}

.display-change a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#chat {
    border: 1px solid #000;
    position: fixed;
    background: #FFF;
    right: 50px;
    bottom: 50px;
    width: 300px;
    height: 400px;
    z-index: 200;
}

#chat.closed .open {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    cursor: pointer;
}

#chat.closed {
    bottom: -358px;
}

#chat.closed .close {
    display: none;
}

#chat .top {
    position: relative;
    color: #FFF;
    background: #323a45;
    height: 40px;
}

#chat .top .logo {
    position: absolute;
    background: url(../images/tiles.png);
    background-position: -92px -208px;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
}

#chat .top .bar {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 15px;
    height: 40px;
    background: #818181;
}

#chat .top .title {
    position: absolute;
    left: 70px;
    top: 0px;
    line-height: 40px;
}

#chat .circle {
    color: #FFF;
    background: #D00;
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
    text-align: right;
}

#chat .circle.green {
    background: #0D0;
}

#chat .circle .online,
#chat .circle.green .offline {
    display: none;
}

#chat .circle.green .online {
    display: inline-block;
}

#chat .conv {
    position: absolute;
    overflow: scroll;
    top: 60px;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

#chat .chat {
    background: #FFF;
    position: absolute;
    bottom: 1px;
    height: 50px;
    left: 0px;
    right: 75px;
}

#chat .submit {
    background: #01aaef;
    color: #FFF;
    border: 0px transparent none;
    border-top: 1px solid #7b7b7b;
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 75px;
    right: 0px;

}

#chat .chat textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-top: 1px solid #7b7b7b;
}

#chat .center {
    line-height: 28px;
}

#chat .right {
    position: absolute;
    right: 6px;
    top: 6px;
}

#chat .msg {
    position: relative;
    padding: 10px;
    width: 230px;
    background: #f2f2f2;
    padding-left: 40px;
}

#chat .msg.user {
    padding-left: 10px;
    padding-right: 40px;
}

#chat .msg .icn {
    position: absolute;
    background: url(../images/tiles.png);
    background-position: -115px -182px;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

#chat .msg.user .icn {
    left: auto !important;
    right: 5px;
}

#chat .msg.user {
    background: #FFF;
}

#chat .msg a {
    color: #000;
}

#chat .msg .poster {
    font-weight: bold;
    color: #00acf1;
}

#chat .msg .date {
    font-weight: bold;
    color: #00acf1
}

#chat .msg.admin {
    text-align: left;
}

#chat .msg.user {
    text-align: right;
}

#chat .close,
#chat .destroy {
    cursor: pointer;
}

.clear {
    clear: both;
}