<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* The CSS */
.ms-select select {
    padding:5px 30px 5px 15px;
    height: 35px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 14px;
    width: 100%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.ms-select {position:relative;border: 1px solid #c1c1c1;padding: 0 !important;margin-right: 10px;}
.ms-select:after {
    content:'\&gt;';
    font:30px "Consolas", monospace;
    color:#ccc;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.footer a.btnfacebook {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    line-height: 36px;
    color: #242d58 ;
    border: 2px solid #242d58 ;
    border-radius:100%;
    text-align: center;
    font-size: 20px;
}
/*  **************************************************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.container {
    position: relative;
}
.nicescroll {
    height: 224px;
}
/******* Popup Video CSS ****/
.popup-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  max-width:100%;
  width:600px;
}
.popup-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/******* Banner Video CSS ****/
.banner-video {
  position: relative;
  /*padding-bottom: 56.25%; /* 16:9 */
  height: 419px;
}
.banner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Header Section **************************************************/
.header {
    z-index: 9;
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fbfbfb;
}

/* Top Header **************************************************/
.top-header-sec {
    padding: 0;
    background: #1f1e21;
    border-bottom: 1px solid #fff;
}

.right-top-section li{
    line-height: 16px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #babab4;
}
.right-top-section li a {
    color: #fff;
}
.right-top-section li a i.fa {
    margin-right: 8px;
    font-size: 16px;
    color: #d7d6d7;
}
.right-top-section li:last-child {
    padding-right: 0;
}
.right-top-section li:first-child {
    padding-left: 0;
    padding-right: 24px;
    border: none;
}
.right-top-section li strong {
    color: #fff;
}

/*  **************************************************/
.main-header {
    background: #fff;
}
.logo {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.right-header {
    padding-top: 45px;
}
.right-header h3 {
    font-size: 25px;
    margin-bottom: 0;
    padding-top: 18px;
    color: #6d6d6f;
}
.right-header  a.button {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    padding: 0 24px;
    color: #fff;
    margin-bottom: 20px;
}

/* Navbar Section **************************************************/
.navbar {
    min-height: 1px;
    border-radius: 0;
    margin-bottom: 10px;
    border: none;
}
.navbar .navbar-collapse {
    padding: 0;
}
.navbar-nav &gt; li {
    padding: 0;
    position: relative;
    border-left: 1px solid #d8d8d8;
}
.navbar-nav &gt; li:first-child {
    border: none;
}
.navbar-nav &gt; li &gt; a {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    position: relative;
    padding: 0px 22px;
    line-height: 38px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
}

.navbar-nav &gt; li:hover &gt; a, .navbar-nav &gt; li:focus &gt; a, .navbar-nav &gt; li:active &gt; a, .navbar-nav &gt; li.active &gt; a {
    color: #ae0010;
    background: none;
}
.navbar-toggle .icon-bar {
    background-color: #0894ce;
}
.navbarmenu &gt; li {
    padding: 16px 6px 10px 6px;
}
.navbar-nav  li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.navbar-nav ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 230px;
    background: #f8f8f8;
    border: 1px solid #909090;
    border-top: 4px solid #aaaaaf;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear 0.15s;
    -moz-transition: all 0.25s linear 0.15s;
    -ms-transition: all 0.25s linear 0.15s;
    -o-transition: all 0.25s linear 0.15s;
    transition: all 0.25s linear 0.15s;
    padding: 0px;
}
.navbar-nav ul li {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #909090;
    overflow: hidden;
}
.navbar-nav ul li a {
    display: block;
    padding: 12px 15px;
    color: #2c2c2c;
    line-height: 16px;
    font-size: 14px;
    margin: 0;
    background-color: #f2f5f4;
}
.navbar-nav ul li a:hover {
   background: #aaaaaf;
    color: #fff;
}
.navbar-collapse a.button {
    line-height: 54px;
    padding: 0 14px;
    color: #fff !important;
    font-size: 14px;
}
.navbar-toggle {
    background-color: #fff;
}

/* Main **************************************************/
.main {
    position: relative;
    z-index: 999;
    text-align: center;
}
.wrapper-main {
    background: #fff;
    padding: 20px 20px 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    
}
.wrapper-main:before,.wrapper-main:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,000000+100&amp;0.65+0,0+52,0+100 */
background: -moz-linear-gradient(top,  rgba(216,216,216,0.65) 0%, rgba(104,104,104,0) 52%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(216,216,216,0.65) 0%,rgba(104,104,104,0) 52%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(216,216,216,0.65) 0%,rgba(104,104,104,0) 52%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d8d8d8', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    
}
.wrapper-main:after {
    left: auto;
    right: 0;
}
/* Banner **************************************************/
.banner {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.banner .bx-wrapper {
    margin: 0;
}
.banner .bxslider li figure {
    background: #7189ab;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.banner .bxslider li figure img {

}

/* Voucher Form **************************************************/
.slider-area {
    position: relative;
}
.outer-banner {
    background: #fff;
    top: 0;
    width: 100%;
}
.bxslider li {
    overflow: hidden;
}


/* Main Section **************************************************/


/* services area **************************************************/
.discount-voucher {
   background: url(layout/bg-discount-voucher.png) no-repeat left top #c9e1f0;
   margin-bottom: 15px;
   padding: 12px;
   padding-bottom: 2px;
   border: 1px solid #a2c8e5;
}

.contForm form {
    margin-bottom: 0;
}
.left-voucher h2 {
    font-size: 48px;
    color: #201e22;
    line-height: 1;
    margin-bottom: 6px;
}
.left-voucher p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #201e21;
    margin-bottom: 0;
    width: 160px;
    padding-left: 15px;
}

.contForm input {
    width: 33%;
    background: #fff;
    height: 40px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 4px;
}
.contForm .button {
    padding: 0;
    width: 180px;
    height: 48px;
    font-size: 14px;
    background: #1f1e21;
    font-weight: 600;
}
.our-services {
    margin-bottom: 40px;
}

.our-services figure {
    margin-bottom: 20px;
    position: relative;
}
.our-services figure figcaption {
    position: absolute;
    left: 40px;
    top: 35px;

}
.our-services .button,
.our-services .grey-button {
    position: absolute;
    left: 40px;
    bottom: 35px;
    padding: 0 24px;
    line-height: 48px;
}
.our-services .grey-button {
    background: none;
    color: #000;
    border: 1px solid #6d777f;
}
.our-services .grey-button:hover {
    background: #aaa;
}
.our-services figure figcaption h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0px;
    font-family: Open Sans;
    text-transform: uppercase;
}
.our-services figure figcaption h3 a {
    color: #000;
}


/* Features Services **************************************************/
.feature-services {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;

}

.feature-services article {
    margin-bottom: 10px;
    text-align: center;
}
.feature-services figure {
    position: relative;
    overflow: hidden;
}
.feature-services figure &gt; a {
    display: block;
    background: #0078ae;
    overflow: hidden;
}
.feature-services figure img {
    -webkit-transition: all 0.15s linear;
       -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
         -o-transition: all 0.15s linear;
            transition: all 0.15s linear;
}
.feature-services figure figcaption {
    left: 0;
    bottom: 0;
    width: 100%;
  }

.feature-services h2 {
    line-height: 1;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
}
.feature-services h2 a {
    text-transform: uppercase;
    color: #333;
}
.feature-services figure:hover figcaption h2 a {
    color: #ae0010;
}
.feature-services figure:hover img {
   -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
       -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
           transform: scale(1.2);
           opacity: 0.9;
}
/* Home Content **************************************************/
.home-content {
    margin-bottom: 35px;
}
.aboutus-sec {
    padding-top: 8px;
}
.aboutus-sec h1{
    font-size: 18px;
    color: #111;
    margin-bottom: 22px;
}
.aboutus-sec h1 mark {
    color: #ae0010;
    background: none;
}
.aboutus-sec p {
    margin-bottom: 12px;
}
/*  **************************************************/
.testimonial-scroller {
    background: #f5f7f9;
    padding-top: 60px;
    padding-bottom: 50px;
}
.testimonial-scroller .col-xs-12 p {
    text-align: left;
    font-size: 14px;
}
.testimonial-sec header {
    overflow: hidden;
    margin-bottom: 40px;
}
.testimonial-sec header h2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 28px;
    color: #000;
    margin-bottom: 0;
}
.testimonial-sec header h2:before,
.testimonial-sec header h2:after {
    content: '';
    position: absolute;
    right: 100%;
    width: 99999px;
    height: 1px;
    background: #d5d5d5;
    top: 50%;
    margin-right: 30px;
    
}
.testimonial-sec header h2:after {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 30px;
}
.testimonial-main-sec h2 {
    text-align: left;
    margin-bottom: 35px;
    color: #393939;
    font-size: 26px;
}
.testimonial-slider-wrapp {
    padding-bottom: 40px;
}

.testimonial-slider-wrapp {
    white-space: nowrap;
    font-size: 0;
}
.testimonial-slider-wrapp .col-xs-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    white-space: normal;
    
}
.testimonial-slider-wrapp .col-xs-6:first-child {
    padding-left: 0;
}
.testimonial-slider-wrapp .col-xs-6:last-child {
    padding-right: 0;
}
.testimonial-box {
    min-height: 170px;
    padding: 30px 10px 10px 20px;
    border: 1px solid #0078ae;
    margin-bottom: 28px;
    position: relative;
}
.testimonial-box:before {
    content: '';
    width: 20px;
    height: 20px;
    border-left: 1px solid #0078ae;
    border-bottom: 1px solid #0078ae;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    background: #f5f7f9;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    
}
.testimonial-slider-wrapp blockquote {
    padding: 0 35px 0 25px;
    margin-bottom: 0px;
    quotes: '\201C' '\201D' '\2018' '\2019';
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    font-style: normal;
}
.testimonial-slider-wrapp blockquote:before,
.testimonial-slider-wrapp blockquote:after {
    content: open-quote;
    font-family: Open Sans;
    font-size: 60px;
    color: #666;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -8px;
}
.testimonial-slider-wrapp blockquote:after {
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    left: auto;
    top: auto;
    right: 12px;
    bottom: -30px;
}
.testimonial-slider-wrapp blockquote p {
    margin-bottom: 0;
    display: inline;
    vertical-align: top;
    
}
.testimonial-slider-wrapp p.info-user {
    font-size: 12px;
    margin-bottom: 0px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.testimonial-slider-wrapp p.info-user strong {
    color: #393939 !important;
}
.marginLeft-ele {
    margin-left: 0 !important;
}
/* -------------PRODUCTS------------- */
#productList {
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 0;
}
#productList .col-xs-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
}
#productList article {
    position: relative;
    background-color: #fff;
    border: 1px solid #dadada;
    margin-bottom: 30px;
    font-size: 14px;
}


#productList .proBrands {
    padding: 0px 0;
    margin: 15px;
    margin-bottom: 0;
	height: 40px;
}
#productList .proBrands img {
    max-height: 30px;
    max-width: 100%;
    display: inline-block;
    float: none;
}
#productList .proBox {
    width: 100%;
    padding: 5px;
}
#productList .proImage {
    height: 180px;
    line-height: 180px;
    display: inline-block;
    vertical-align: top;
    width: 100%;

}
#productList .proImage img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    
}
#productList .proTitle {
    padding: 0px 15px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}
#productList .proTitle a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color: #000;
}
.bottom-product {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f0f4f6;

}
.bottom-product li {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.bottom-product li a {
    font-size: 14px;
    color: #0894ce;
    text-transform: uppercase;
    font-weight: 700;
}
.bottom-product li:first-child {
    border: none;
    font-weight: bold;
    color: #000;
    float: none;
    padding-right: 0;
}

/* Product Wrapp **************************************************/
.progallerywrapp {
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-info h2 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}
.bottomSlider h2 {
    margin-bottom: 25px;
    font-size: 16px;
    color: #aaa;
}
.presc-msg-box {
    background: #fafafa;
    padding: 12px 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}
.presc-msg-box h4,.presc-msg-box h6 {
    font-size: 13px;
    margin-bottom: 4px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #128c08;
    font-weight: 700;
}
.presc-msg-box p {
    color: #666 !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
    font-style: italic;
}
.presc-msg-box h6 {
    color: #2a2e42;
}
/* ==============Product Details slider gallery================ */
.proGallery {
    padding-top: 30px;
    margin: 00px 0 30px;
    background-color: #FFF;
    position: relative;
}
.productdetail-sec .proGallery {
    border: 1px solid #ccc;
}
.proGallery h2 {
    font-size: 30px;
    padding: 30px;
    margin-bottom: 0;
}
#thumbarea {
    width: 22%;
    position: relative;
    padding: 40px 0;
    height: 400px !important;
}
#thumbarea ul {
    list-style: none;
    margin: 0;
}
#thumbarea li {
    margin-bottom: 10px;
    height: 50px !important;
    margin-left: 0;
}
#thumbs {
    left: 10px !important;
}
#imagearea {
    position: relative;
    float: none;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
}
#imagearea img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.next2, .prev2 {
    width: 130px;
    height: 30px;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    z-index: 100;
}
.next2 {
    background-image: url(layout/up.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}
.prev2 {
    background-image: url(layout/dwn.png);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
}
.bottomSlider {
    margin-bottom: 30px;
}

.bottomSlider .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: -50px;
    background-position: -17px 0;
}

/* -------Product Details Sidebar ------ */
.product-desc-panel {
    border: 1px solid #efefef;
    margin-bottom: 30px;
    padding: 15px;
}
.product-desc-panel li {
    border-top: 1px solid #efefef;
    padding: 8px 0;
}
.product-desc-panel li:first-child {
    border-top: none;
    padding-top: 0;
}
.product-desc-panel li:nth-of-type(even) {
    background-color: #fcfcfc;
}
.product-desc-panel li span {
    display: block;
    font-size: 12px;
}
.product-desc-panel li span.box1 {
    float: left;
    padding-left: 5px;
    width: 80px;
    font-weight: bold;
}
.product-desc-panel li span.box2 {
    margin-left: 80px;
}
.sidebarWidget {
    margin: 20px 0 40px;
    color: #676767;
}
.sidebarWidget .pro-form li label  {
    float: left;
    width: 60px;
    color: #151515;
    line-height: 34px;
    height: 38px;
    font-size: 12px;
}
.sidebarWidget .pro-form li label.ms-select {
    float: none;
    width: 100%;
    border-color: #b7b7b7;
    max-width: 190px;
    display: inline-block;
    vertical-align: top;
    
}
.sidebarWidget .pro-form li label.ms-select select {
    background-color: #fff;
    padding:5px 48px 5px 10px;
}
.sidebarWidget .pro-form li label.ms-select:after {
    content: "\f0d7";
    font:18px "FontAwesome", monospace;
    color:#3c3c3e;
    width: 48px;
    height: 36px;
    background: #fff;
    text-align: center;
    line-height: 36px;
    border-left: 1px solid #b7b7b7;
    right:0px; top:0px;
    padding:0 0 0px;
    position:absolute;
    pointer-events:none;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.sidebarWidget .pro-form li select {
    margin-bottom: 0;
    height: 36px;
    color: #000;
}
.sidebarWidget .Info .price {
    color: #5aa2d6 ;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin: 10px 0 5px 0;
    font-style: normal;
    line-height: 1.2;
}
.sidebarWidget h2 span {
    font-size: 14px;
}
.sidebarWidget h3.steps {
    font-size: 12px;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}
.sidebarWidget .or {
    text-align: center;
    display: block;
    margin: 10px 0;
}
.button-area-product {
}
.button-area-product a.fullBtn {
    padding: 15px 5px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    background: #969699;
}

.button-area-product a.grey-button.fullBtn {
    background: #242d58;
    border-radius: 0;
}
.sidebarWidget p,.sidebarWidget h5 {
    margin: 0 0 10px 0;
    font-size: 13px;
}
.sidebarWidget p strong {
    color: #000000;
}
.sidebarWidget .btn {
    font-size: 18px;
    padding: 12px;
    background-color: #000;
    color: #fff;
}
.sidebarWidget .btn:hover {
    background-color: #333;
    color: #fff;
}
.sidebar-area {
    background: #efefef;
    padding: 22px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.sidebar-area h5 {
    font-size: 13px;
    margin-bottom: 18px;
    color: #151515;
    font-family: Open Sans;
}
.appointmentForm h2 {
    color: #1a2b64;
    font-size: 26px;
    margin: 0 0 10px 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.appointmentForm div {
    margin-top: 10px;
}
.appointmentForm input[type="text"], .appointmentForm input[type="email"] {
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    float: left;
    font-style: italic;
}
.appointmentForm .timeIcon {
    width: 55% !important;
    border: 1px solid #bdbebe;
    float: right !important;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    height: 30px;
}
.appointmentForm .dateIcon {
    width: 42% !important;
    border: 1px solid #bdbebe;
}
.appointmentForm span {
    color: #000;
    margin-bottom: 5px;
    display: block;
    font-weight: bold
}
.appointmentForm p {
    margin: 0 0 10px 0;
    line-height: 16px;
    font-size: 12px;
}
#clientsDropDown {
    position: absolute;
    bottom: 25px;
    z-index: 100;
    right: 45px;
    float: right;
    width: 210px;
}
#clientsOpen {
    float: right;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}
#clientsOpen .button {
    width: 100%;
    float: left;
    background: url(layout/bg-arrowtop.png) no-repeat 14px 13px #000;
    text-align: center;
    line-height: 38px;
    padding: 0 0 0 30px;
    border-top: 1px solid #4c493d;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 14px;
}
#clientsDropDown #clientsDashboard {
    display: none;
}

/*CART SECTION **************************************************/

.lg-shop-table {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
.product-cart-steps {
  margin-bottom: 0px;
  padding-top: 10px;
}
.product-cart-steps .row {
  margin: 0 -40px;
}
.product-cart-steps .row .col-sm-4 {
  padding: 0 40px;
}
.product-cart-steps .lg-step-box {
  padding-bottom: 12px;
  font-size: 18px;
  color: #b0b0b0;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #adadad;
  margin-bottom: 28px;
}
.product-cart-steps  span.number {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  background: #b0b0b0;
  color: #fff;
  margin-top: 2px;
}

.product-cart-steps .active span.number {
  background: #006473;
}
.product-cart-steps .active .lg-step-box {
  color: #006473;
  border-color: #006473;
}


.lg-top-cart {
  margin-bottom: 20px;
}

.btn-cart {
  padding: 0;
  width: 220px;
  text-align: center;
  font-size: 19px;
  background: #64b234;
  font-weight: 600;
  line-height: 42px;
  box-shadow: 0 5px 0 #427920;
}
.lg-shop-cart {
  border-collapse:separate;
  border-spacing: 0 10px;
  margin-bottom: 0;
  width: 100%;
}
.lg-shop-cart tr td {
  border: none;

}
.lg-shop-cart tr.cart_item td {
  vertical-align: bottom;
  border: 1px solid #dedede;
  border-left: none;
  border-right: none;
  background: #fff;
  padding: 20px;
}
.lg-shop-cart tr.cart_item td select {
  width: 174px;
  height: 35px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.lg-shop-cart tr.cart_item td.product-thumbnail,
.lg-shop-cart tr.cart_item td.coupen-voucher
 {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
}
.lg-shop-cart tr.cart_item td.coupen-voucher {
  text-align: left;
  border-right: none;
}
.lg-shop-cart tr.cart_item td.product-subtotal,
.lg-shop-cart tr.cart_item td.total-frieght {
  border-right: 1px solid #dedede;
  text-align: center;
  
}
.lg-shop-cart .product-name {
  width: 490px;
}
.lg-shop-cart .product-name h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #3a3a3a;
}
.lg-shop-cart .product-name h3 a {
  color: #3a3a3a;

}
.lg-shop-cart .variation li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 110px;
  float: left;
  font-size: 14px;
  color: #757575;
  
}
.lg-shop-cart .variation li span {
  display: block;
  padding-bottom: 4px;
}
.lg-shop-cart tr.cart_item td.product-remove,
.lg-shop-cart tr.cart_item td.product-subtotal,
.lg-shop-cart tr.cart_item td.product-quantity{
  text-align: center;
  vertical-align: bottom;
  line-height: 25px;
}
.lg-shop-cart tr.cart_item td.product-quantity {
  text-align: right;
}
.lg-shop-cart tr.cart_item td.product-quantity input {
    border-radius: 0;
    width: 90px;
}
.product-remove a {
  color: #757575;
  font-size: 17px;
}
.lg-shop-cart tr.cart_item td.product-subtotal span.amount {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.lg-shop-cart tr.cart_item td.total-frieght {
  font-weight: bold;
  font-size: 18px;
  color: #8c8a8a;
}
.lg-shop-cart tr.cart_item td.coupen-voucher h5 {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: normal;
}
.lg-shop-cart tr.cart_item td.coupen-voucher .button {
  box-shadow: none;
  background: none;
  color: #0b0a0a;
  font-weight: 700;
  text-decoration: underline;
  height: 35px;
  padding: 0 15px;
}
.deliver-note {
  text-align: right;
}
.deliver-note label {
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px;
  color: #757575;
}
.deliver-note select {
  display: inline-block;
}
.lg-bottom-cart {
  margin-bottom: 30px;
}
.lg-repeat-request {
  margin-bottom: 10px;
}
.lg-repeat-request label {
  margin-top: 5px;
}
.lg-repeat-request select {
  height: 35px;
  display: inline-block;
  vertical-align: top;
  width: 174px;
  margin-left: 28px;
  border: 1px solid #d7d7d7;
}
.lg-total-cart {
  margin-bottom: 30px;

}
.lg-total-amount {
  padding-top: 5px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.lg-total-amount  span {
  padding-left: 24px;
}
.payment-methods img {
  border: 1px solid #dedbd1;
}
.lg-cart-box h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0b0a0a;
}
.lg-cart-box ul li {
    font-size: 14px;
    margin-bottom: 12px;

}
.lg-cart-box ul li .form-group {
    margin-bottom: 0;
}
.lg-cart-box ul li label {
    display: inline-block;
    vertical-align: top;
    
}
.lg-cart-box ul li label {
    overflow: hidden;
}
.lg-cart-box ul li label input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.lg-cart-box ul li label span.radio-btn {
    width: 18px;
    height: 18px;
    border: 1px solid #c9c9c9;
    background: #fff;
    position: relative;
    text-align: center;
    margin-left: 15px;
}

.lg-cart-box ul li label input[type="radio"]:checked + span.radio-btn {
    background: #006473;
    box-shadow: 0 0 0 4px #fff inset;
}
.lg-cart-box ul li span {
    text-align: left;
    width: 65px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: top;
}
.lg-cart-box ul li:last-child .form-group{
    border-top: 1px dashed #c2c2c2;
    padding-top: 12px;
}
.delivery-note-lg {
    font-size: 12px;
    color: #757575;
    line-height: 1.4;
    margin-bottom: 20px;
}
.coupon {
    margin-bottom: 65px;
}
.coupon input[type="text"] {
    width: 142px;
    height: 30px;
    border: 1px solid #d9d9d9;
}
.coupon .button {
    height: 30px;
    padding: 0;
    background: none;
    color: #0b0a0a;
    font-size: 14px;
    width: 55px;
    text-decoration: underline;

}
.payment-methods {
    margin-bottom: 30px;
}
/*  **************************************************/
.lg-shop-cart tr.cart_item td.product-thumbnail {
    vertical-align: middle;
}
.product-name .table tr td,.product-name .table tr th {
  vertical-align: middle;
  padding: 8px 15px;
} 
.product-name .table tr th {
    font-weight: bold;
} 
.product-name .table {
    margin-bottom: 0;
}
/* ============== checkout Confirm page ================ */
.checkoutTbl {
}
.checkoutTbl th, checkoutTbl td {
    text-align: left;
    padding: 8px;
}
.odd {
    background-color: #e9e9e9;
}
.even {
    background-color: #f6f6f6;
}

/* ============== Appointment Booking page ================ */
.appointment {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.appointment h2 {
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
}
.appointment p {
    padding: 5px 10px;
    font-weight: bold;
}
.appointment ul {
}
.appointment li {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
}
.appointment .bullets {
    min-height: 130px;
    background-color: #0098D9;
    color: #FFF;
    padding: 5px;
    width: 25px;
    text-align: center;
}
.appointment .discription {
    padding: 5px 15px;
    min-height: 75px;
}
.appointment .discription p {
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.appointment .appbtn {
    text-align: center;
    display: block;
    border-radius: 0;
    line-height: 16px;
    padding: 6px;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 20px;
    width: 93px;
}
.appointmentouter .discForm {
    background-color: #0894ce;
    padding: 10px;
    color: #000;
    min-height: 245px;
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 10;
    margin-bottom: 20px;
}
.appointmentouter .discForm h2 {
    color: #fff;
    text-shadow: 2px 2px 2px #444;
    font-size: 26px;
    margin: 0 0 20px 0;
    line-height: 46px;
}
.appointmentouter .discForm input[type="text"], .appointmentouter .discForm input[type="email"] {
    margin-bottom: 10px;
    height: 30px;
}
.appointmentouter .discForm .dateIcon {
    width: 50%;
}
.appointmentouter .discForm .timeIcon {
    width: 48%;
}
.appointmentouter .discForm .dateIcon {
    background: #fff url(layout/date.png) no-repeat 95% center;
    padding-right: 30px;
}
.appointmentouter .discForm .timeIcon {
    background: #fff url(layout/clock.png) no-repeat 95% center;
    padding-right: 30px;
}
.appointmentouter .discForm  span {
    color: #fff;
    margin-bottom: 8px;
    display: block;
    font-weight: bold
}
.appointmentouter .discForm .button {
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}
.appointmentouter .discForm .red-button {
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}
.appointmentouter .discForm .callback {
    background: #127eb0 url(layout/telIcon.png) no-repeat 52px 6px;
    padding-left: 35px;
}
.appointmentouter .discForm .callback:hover {
    background-color: #0d74a3;
}
.appointmentouter .discForm p {
    margin: 0 0 10px 0;
    line-height: 16px;
    font-size: 12px;
}
.appointmentouter  .discForm  select {
    height: 30px;
    margin-bottom: 10px;
}

/* -------------SIDEBAR------------- */
.sidebar {
    margin-bottom: 40px;
    border: 1px solid #dcdfdf;
    background-color: #fff;
    overflow: hidden;
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar li {
    list-style: none;
    border-top: 1px solid #dcdfdf;
}
.sidebar h2, .sidebar h3 {
    font-size: 16px;
    padding: 12px 12px;
    margin-bottom: 2px;
    color: #fff;
    background-color: #101084;
}
.sidebar li:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}
.sidebar li a {
    color: #000;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 8px 12px;
    background-color: #f9f9f9 ;
    position: relative;
}
.sidebar li a:hover, .sidebar li a.active {
    color: #fff;
    background-color: #0894ce;
}

.sidebar li.level-2 a {
    padding-left: 30px;
    background: #fff;
    color: #000;
}
.sidebar li.level-3 a {
    padding-left: 40px;
    background: #fff;
    color: #000;
}
.sidebar li.level-4 a {
    padding-left: 50px;
    background: #fff;
    color: #000;
}

.pagination-wrapp {
    padding: 0px 10px;
    margin-bottom: 30px;
}
.pagination-area &gt; a, .pagination-area &gt; span.active, .pagination-area &gt; span.cs-prev, .pagination-area &gt; span.cs-next {
    padding: 0;
    font-size: 16px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    border: 1px solid #d6d7d5;
    color: #000000;
}
.pagination-area &gt; span.active {
    font-weight: bold;
}
.pagination-area &gt; span.cs-prev, .pagination-area &gt; span.cs-next {
}

/* ==============Product Details slider gallery================ */
.breadcrumb {
    padding: 0;
    background: none;
    margin-bottom: 15px;
}
.breadcrumb &gt; li ,.breadcrumb &gt; li  &gt; a {
    font-size: 14px;
    color: #000;
}
.breadcrumb &gt; li + li:before {
    color: #000;
    content: '\&gt;';
}
.breadcrumb &gt; li  &gt; a.active {
    font-weight: bold;
}
.pro-descsec {
    padding: 20px;
    border: 1px solid #d9d7d7;
    padding-bottom: 0px;
}
.pro-descsec h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}
#thumbarea {
    width: 22%;
    position: relative;
    padding: 40px 0;
    height: 400px !important;
}
#thumbarea ul {
    list-style: none;
    margin: 0;
}
#thumbarea li {
    margin-bottom: 10px;
    height: 50px !important;
    margin-left: 0;
}
#thumbs {
    left: 10px !important;
}
#imagearea {
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#imagearea img {
    margin: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
}
.next2, .prev2 {
    width: 130px;
    height: 30px;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    z-index: 100;
}
.next2 {
    background-image: url(layout/up.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}
.prev2 {
    background-image: url(layout/dwn.png);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
}
.bottomSlider {
    padding: 10px 30px;
    margin-bottom: 30px;
}

/* -------Product Details Sidebar ------ */
.sidebarWidget {
    margin: 0px 0 20px;
    color: #676767;
}

.sidebarWidget .Info .price span {
    font-size: 16px;
    color: #a8a6a6;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}
.sidebarWidget h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Open Sans;
}
.sidebarWidget h2 span {
    font-size: 14px;
    font-weight: normal;
}
.sidebarWidget h3 {
    font-weight: normal;
}
.sidebarWidget h3.steps {
    font-size: 12px;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.sidebarWidget .or span {
    background-color: #fff;
    padding: 4px 8px;
    position: relative;
    top: 8px;
    color: #666;
}
.sidebarWidget p {
    margin: 0 0 10px 0;
    color: #000;
}
.sidebarWidget .btn {
    font-size: 18px;
    padding: 12px;
    background-color: #000;
    color: #fff;
}
.sidebarWidget .btn:hover {
    background-color: #333;
    color: #fff;
}
.sidebarWidget label {
    margin: 0px;
    width: 80px;
    font-weight: 600;
    padding: 5px 0;
    color: #a8a6a6;
    font-size: 12px;
}
.sidebarWidget select {
    border-radius: 0;
    margin-bottom: 10px;
    height: 28px;
    padding: 0;
    border-color: #dddede;
}

.specification-area {
    border: 1px solid #d9d7d7;
    margin-bottom: 20px;
    padding: 20px;
}
.specification-area h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.specification-area li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

/* -------------FOOTER------------- */
.client-logos li{
    line-height: 156px;
    margin: 0 15px;
}
.client-logos li img {
    display: inline-block;
    vertical-align: middle;
}
.footer {
    background: #1f1e21;
    margin-bottom: 0 !important;
    font-size: 0;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 25px;
}

.footer .col-md-3,.footer .col-md-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}
.widget-box {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.widget-box .button.fullBtn {
    line-height: 40px;
    max-width: 178px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.widget-box &gt; ul {
    margin: 0 0 30px 0;
}
.widget-box &gt; ul &gt; li {
    margin-bottom: 6px;
    list-style: none;
    position: relative;
}

.widget-box &gt; ul &gt; li &gt; a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.widget-box &gt; ul &gt; li &gt; a:hover {
    color: #006473;
}

.widget-box p {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.address-footer address,
.address-footer p,.address-footer h4 {
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.address-footer h4 {
    font-size: 18px;
    font-weight: 700;
}
.logo-footer img {
    margin-bottom: 20px;
}
#newsletter {
    margin-bottom: 0;
    max-width: 160px;
}
#newsletter {

}
#newsletter input {
    width: 100%;
    height: 30px;
    padding: 6px 10px;
    border: none;
    font-size: 13px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
    color: #000;
    border: 1px solid #78777b;
}
#newsletter button {
    border: none;
    background: none;
    padding: 0;
    border: 1px solid #fff;
    width: 100%; 
    height: 40px;
    font-size: 12px;
    float: right;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/* Bottom Footer **************************************************/
.bottom-footer {
    background-color: #1f1e21;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 0;
    font-size: 14px;
    border-top: 1px solid #868687;
}
.bottom-footer p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}

/* -------Sidebar Menu-------- */
/* -------Media Queries-------- */
@media (max-width:767px) {
    .sidebarWidget .info {
        text-align: center !important;
    }
}
.footerlinks {
    margin-bottom: 30px;
}
aside + .main {
    padding-top: 0;
}
.proImagecat {
    text-align: center;
    float: left;
    width: 100%;
}
.proImagecat h5 {
    text-transform: uppercase;
    margin: 0px;
    font-family: Open Sans;
}
.proImagecat h5 a {
    display: block; 
    background: #f0f4f6; 
    padding: 12px 0; 
    color: #0894ce; 
    font-size: 14px;                     
}
#productList .proImagecat .proBox {
    width: 600px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
}

/*   **************************************************/
.full-width {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/* Contact us Sec **************************************************/
.contactus-banner {
    margin-bottom: 30px;
    background: #dddbe0 url(content/bg-contactus.jpg) no-repeat right center;
    padding: 20px 35px 12px 35px;
}
.contactus-banner h1 {
    font-family: Georgia, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #242d58;
}
.contactus-banner p {
    color: #666;
}
.contact-listing {
    margin-bottom: 20px;
}
.contact-box {
    margin-bottom: 25px;
    padding: 25px 30px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}
.contact-box address {
    font-size: 14px;
    color: #151515;
}
.contact-box p {
    margin-bottom: 3px;
}
.contact-box p a {
    color: #0894ce;
     word-break: break-all;
     word-wrap: break-word;
     line-height: 1.1;
}
.contact-box a.btnreadmore {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    color: #b5092d;
    font-weight: 600;
    text-decoration: underline;
}
.contact-box a.btnreadmore:hover {
    text-decoration: none;
}
.contact-box a.grey-button {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    background: #e7e7e9;
    color: #6a6a6a;
    font-size: 13px;
}
.contact-box a.grey-button:hover{
    background: #b0afb5;
    color: #fff;
}
.contact-listing h1 {
    font-size: 21px;
    font-weight: normal;
    color: #242d58;
    margin-bottom: 30px;
}
.contact-box h4 {
    font-size: 18px;
    font-weight: 400;
    color: #151515;
}
#contact-detail {
    margin-bottom: 20px;
}
#contact-detail h1 {
    font-size: 24px;
    margin-bottom: 30px;
}
#contact-detail h2 {
    margin: 20px 0px 30px;
}

.left-contact {
    background: #f9f6f4;
    padding: 20px 10px;
    color: #151515;
    margin-bottom: 30px;
}
.left-contact h4 {
    margin-bottom: 3px;
    font-size: 18px;
    color: #151515;
    font-weight: 700;
    font-family: Open Sans;
}
.left-contact address {
    margin-bottom: 22px;
}
.left-contact p {
    line-height: 1.5;
    margin-bottom: 22px;
}
.left-contact p strong {
    color: #151515;
    font-size: 18px;
}
.left-contact h5 {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: normal;
    font-family: Open Sans;
}
.left-contact h5 a {
    color: #151515;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    word-wrap: break-word;
    text-decoration: underline;
}
.left-contact a.grey-button {
    text-align: center;
    width: 100%;
    background: #b0afb5;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 18px 40px;
    border-radius: 0;
    position: relative;
}
.left-contact a.grey-button .fa {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.contact-detail-sec .col-sm-5 h3{
    font-size: 16px;
    color: #006473;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: normal;
    border-bottom: 1px solid #4b0049;

}
.contact-detail-sec .table td,
.contact-detail-sec .table th {
    border: none;
    padding: 5px 0;
    color: #151515;
    font-size: 11px;
}
.contact-detail-sec .table td {
    font-size: 16px;
}




.contact-form input, .contact-form textarea {
    width: 100%;
    border-color: #fff;
    height: 90px;
    border: 1px solid #dcdcdc;
    padding:10px 20px;
    color: #666;
    margin-bottom: 8px;
    font-style: italic;
}
.contact-form input {
    height: 42px;
}
.contact-form textarea {
	margin-bottom: 12px;
}

.contact-form .button {
	width: 145px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	background-color: #8e8d92;
    font-style: normal;
}
	
.contact-form form{
	margin: 0;	
}

.contact-form {
	padding: 25px 20px 15px;
	background-color: #f9f6f4;
	border: 1px solid #dcdbdb;
    display: none;
    margin-top: 20px;
}
.contact-form form {
    max-width: 800px;
}
/* Book An Appointment **************************************************/
.booking-banner {
    margin-bottom: 40px;
    background: #fff url(content/bg-booktest.jpg) no-repeat right center;
    padding: 20px 35px 12px 35px;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.booking-banner h1 {
    font-family: Georgia, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #242d58;
}
.booking-banner p {
    color: #363638;
}

/* Booking Detail **************************************************/
#booking-detail-sec {
    margin-bottom: 30px;
}
#booking-detail-sec h1 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #204596;
    padding-bottom: 15px;
    font-family: Georgia, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 35px;
}
.left-appointment h2 {
    color: #006473;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: Open Sans;
}
.left-appointment li {
    margin-bottom: 15px;
}
.left-appointment li input[type="text"],
.left-appointment li input[type="email"] {
    width: 100%;
    height: 45px;
    border: 2px solid #d6d6d6;
    padding: 10px 15px;
    color: #000;
    font-style: italic;
}
.left-appointment li select {
    border: 2px solid #d6d6d6;
    height: 45px;
    padding: 10px;
    width: 90px;
    font-style: italic;

}
.left-appointment .row {
    margin: 0 -20px;
}
.left-appointment .col-xs-6 {
    padding: 0 20px;
    margin-bottom: 30px;
}
.left-appointment .col-xs-6:first-child {
    border-right: 1px solid #dbdbdb;
}
.left-appointment li select.half {
    width: 48%;
}
.left-appointment li input[type="text"].half {
    width: 48%;
}
span.check {
    position: relative;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-right: 12px;
}
span.check span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #242d58;
    box-shadow: 0 0 0 1px #d1d3dc inset;
}
span.check span:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 18px;
    color: #242d58;
    text-align: center;
    display: none;
    position: relative;
    top: -2px;

}
span.check input {
    position: absolute;
    left: -60px;
    top: 0;
}
span.check input:checked + span:before {
    display: block;
}
.left-appointment li label {
    color: #333;
}
.left-appointment li h3 {
    padding-top: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.left-appointment li input[type="text"].dateIcon {
    background: url(layout/ico-calendar.png) no-repeat 92% center;
}
.left-appointment .button {
    width: 100%;
    height: 52px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.right-appointment {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
}
.right-appointment h3 {
    color: #151515;
    font-size: 18px;
    margin-bottom: 25px;
}
.right-appointment a {
    color: #a90202;
    text-decoration: underline;
}
.time-table {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #c8c8c8;
}
.time-table .table td,
.time-table .table th {
    border: none;
    padding: 3px 0;
}
.store-box {
    margin-bottom: 30px;
}
.time-table .table {
    margin-bottom: 0;

}
/*   **************************************************/
.sidebarWidget label {
    margin-bottom: 8px;
}
.formContainer {
    background-color: #f4f4f4;
    padding: 25px;
}
.pageHeading {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.pageHeading span {
    font-size: 14px;
}

/* Register, checkout2, contact us Forms */
.userForm {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
main.main {
    padding-bottom: 40px;
	z-index: 998;
}
.home-page main.main {
    padding-bottom: 0;
}
.userForm h2 {
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
    font-size: 18px;
    padding-bottom: 15px;
}
.userForm ul {
    margin-bottom: 0px;
    list-style: none;
}
.userForm li {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.userForm label {
    text-align: right;
    padding: 6px 10px;
}
.userForm input[type="text"], .userForm input[type="password"], .userForm input[type="email"], .userForm input[type="number"], .userForm textarea {
    width: 100%;
    height: 35px;
    margin: 0;
}
.userForm select {
    width: 100%;
    padding: 8px 5px;
    display: inline-block;
    margin: 0;
}
.userForm select.gender {
    width: 105px;
    padding: 8px 5px;
    display: inline-block;
}
.userForm select.day, select.month, select.year {
    width: 105px;
    padding: 8px 5px;
    display: inline-block;
}

/* for ie7 Register, Checkout Step 2, Forms */
.ie7 .userForm li {
    margin: 0px;
    height: 45px;
}
.ie7 .userForm input[type="text"], .ie7 .userForm input[type="password"], .ie7 .userForm input[type="email"], .ie7 .userForm input[type="number"] {
    width: 350px;
    height: 35px;
    margin: 0;
    padding: 0;
}
.ie7 .userForm textarea {
    width: 365px;
    height: 32px;
    margin: 0 0 5px 0;
    padding: 0;
}
.rq {
    color: #F00;
    padding: 0 2px;
}
.text-title {
}
.block2 {
    height: 207px;
    width: 100%;
    border: solid 1px #d8d7d7;
    padding: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.by {
    color: #616161;
    background: #eee;
    padding: 4px 5px 4px 5px;
}
.blog-sec::-webkit-scrollbar {
    width: 10px;
    background-color: #F4F4F4;
}
.blog-sec::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}
.blog-sec::-webkit-scrollbar-thumb:hover {
    background-color: #666;
    border: 1px solid #666;
}
.blog-sec::-webkit-scrollbar-thumb:active {
    background-color: #000;
    border: 1px solid #333;
}
.features {
    border-bottom: 1px dotted #CCC;
    padding: 20px;
    margin-bottom: 10px;
}
.features td {
    padding: 10px;
}
.features h3 {
    padding: 15px;
}
.contactusmap {
    margin-bottom: 30px;
}

/*   **************************************************/

#vilidation_error {
    background: rgb(231, 67, 67);
    color: #fff;
    padding: 10px;
    display: none;
    width: 100%;
}
/*  **************************************************/

.practice-info {
    border: 1px solid #aaa;
    border-radius: 6px;
    overflow: hidden;
}
.practice-info header {
    padding:6px 10px;
}
.practice-info header h2 {
    margin-bottom: 0;
    color: #0894ce;
    font-size: 24px;
    line-height: 36px;
}
.practice-info header a.button {
    padding: 0 30px;
    background: none;           
    line-height: 36px;
    font-size: 16px;
    color: #0294e9;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.shop-section {
    margin-bottom: 30px;
}
.stores {

}
.stores h2 {
    margin: 0;
    padding: 8px;
    color: #0f1625;
    border-bottom: 1px solid #ddd;
}
.stores h2 span a {
    font-weight: normal;
    font-size: 15px;
    color: #222;
    margin: 0;
}
.stores h3 {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.storepic {
    width: 100%;
    margin: 10px 0;
}
.storepic img {
    padding: 5px;
    border: 1px solid #ddd;
}
.stores .contact {
    width: 100%;
    color: #1d2d38;
    font-size: 14px;
}
.stores .contact .tel {
    background: url(content/tel.png) no-repeat left center;
    padding-left: 28px;
    margin-bottom: 4px;
    line-height: 25px;
	font-size: 14px;
}
.stores .contact .e-mail {
    background: url(content/email.png) no-repeat left center;
    margin-bottom: 4px;
    padding-left: 28px;
    color: #222;
    line-height: 25px;
    display: block;
    word-break: break-all;
}
.shop-top-area {
    padding: 10px;
    margin-bottom: 20px;
}
.stores .button {
    background: #0894ce;
    padding: 10px 20px;
    border-bottom: 1px solid #6e6e6e;
    box-shadow: 0 0 3px rgba(255,255,255,0.5) inset;
}
.gmapsection {
    padding-top: 0;
    font-size: 0;
}
.stores .contact address {
    padding-bottom: 15px;
}
a.btnviewmap {
    text-decoration: underline;
}
.stores .contact a {
    color: #0294e9;
    text-decoration: underline;
}
.stores .contact .address {
    background: url(content/pin.png) no-repeat left top;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 20px;
}
.bottom-contact-sec {
    border-top: 1px solid #cecece;
    overflow: hidden;
}
.bottom-contact-sec .col-sm-6 {
    padding: 0;
    border-left: 1px solid #cecece;
    padding-bottom: 325550px;
    margin-bottom: -325550px;
}
.bottom-contact-sec .col-sm-6:first-child {
    border-left: none;
}
.directions-map {
    font-size: 14px;
    padding: 10px;
}
.directions-map p {
    margin-bottom: 0;
}
.bottom-contact-sec h3 {
    padding: 15px 10px;
    margin-bottom: 0;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
}
.timetable {
    width: 100%;
    font-size: 13px;
}
.timetable th {
    color: #232724;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    padding: 4px 0;
    padding-top: 0;
}
.timetable td {
    font-weight: normal;
    line-height: 20px;
    color: #1d2d38;
    padding: 2px 4px;
}
.storeBottom {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.storeBottom h2 {
    margin-bottom: 10px;
    color: #0f1625;
}
.storeBottom p {
    padding: 10px;
}
.storeBottom .formContainer {
    background-color: #fff;
    padding: 10px;
}
.storeBottom .contactForm {
    margin: 0;
}
.storeBottom .formContainer .button {
    background-color: #0f1625;
    padding: 8px 20px;
}
.team {
    width: 100%;
    margin-bottom: 10px;
}
.team a {
    color: #222;
}
.team p {
    margin: 10px 0;
}
.selection {
    margin-bottom: 20px;
	padding: 10px;
    border: 1px solid #ccc;
}
.selection .del {
    color: #670001;
    background: none;
}
.selection ul {
    padding: 5px 10px;
    list-style: none;
    margin: 0;
    margin-top: 5px;
}
.selection li {
    margin: 0 0 6px 0;
    display: block;
    width: 100%;
}
.selection li a {
    background: url(delete.png) no-repeat right center;
    padding-right: 20px;
    display: block;
    color: #555;
    font-size: 12px;
}

.filters {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #d1d2cf;
}
ul.filters {
    font-size: 15px;
    line-height: 0.5em;
    list-style: none;
}
ul.filters li {
    margin: 0;
}
ul.filters li a {
    line-height: 10px;
    font-size: 14px;
    padding: 10px 5px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}
ul.filters &gt; li &gt; a {
    line-height: 1.5;
    font-size: 14px;
    padding: 15px 5px 20px 44px;
    color: #242d58;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
ul.filters &gt; li &gt; a &gt; span {
    float: right;
    font-size: 13px;
    position: absolute;
    left: 12px;
    top: 17px;
    text-align: center;
    line-height: 16px;
    width: 18px;
    height: 18px;
    background: #0894ce;
    color: #fff;
}
ul.filters li a:hover {
    color: #444;
}
ul.filters ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}
ul.filters ul li {
    margin: 0;
    padding: 0;
    clear: both;
}
ul.filters ul li a {
    padding-left: 20px;
    font-weight: normal;
    outline: 0;
    border: none;
    padding: 0px;
    display: inline;
    vertical-align: text-top;
}
ul.filters ul li a:hover {
    color: #666;
}

/* ---types --- */
ul.filters .types {
    font-size: 12px;
    padding: 10px;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0;
}
ul.filters .types li {
    font-size: 13px;
    margin-bottom: 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 28px;
}
 ul.filters.brand-filters-colours .types li {
    width: auto;
 }
  ul.filters.Brand .types li,
    ul.filters.Shape .types li {
    width: 100%;
 }
ul.filters .types li input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
/* --- Brands--- */
ul.filters .brands {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
    border-top: none;
}
ul.filters .brands li {
    margin-bottom: 10px;
}
ul.filters .crums {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
ul.filters .crums a {
    float: left;
    padding: 5px;
}
ul.filters .glasses {
    max-height: 280px;
    overflow: auto;
}

/* --- Materials--- */
ul.filters .material {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
    border-top: none;
}
ul.filters .material li {
    margin-bottom: 5px;
    height: 24px;
}
ul.filters .material input[type="checkbox"] {
    float: left;
}
ul.filters .material label {
    float: left;
    display: block;
    width: 180px;
}
ul.filters .material li a {
    margin: 3px 5px 0 0;
    padding: 0;
}
ul.filters .material li img {
    margin: 0 3px;
}

/* --- Size--- */
ul.filters .size {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ddd;
    border-top: none;
}
ul.filters .size li {
    margin-bottom: 10px;
}
ul.filters .size select {
    width: 85px;
    display: block;
}

/* --- Frames--- */
ul.filters .frames {
    font-size: 12px;
}
ul.filters .frames a {
    margin: 8px 3px;
    display: inline-block;
    border: none;
    padding: 0;
}
ul.filters .frames a:hover, ul.filters .frames a.active {
    background-color: #ccc;
}

/* --- Price Range--- */
ul.filters .priceRange {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 10px;
    border-top: none;
}
ul.filters .priceRange li {
    margin-bottom: 10px;
    height: 20px;
}
ul.filters .priceRange input[type="text"] {
    width: 65px;
    height: 26px;
}
ul.filters .priceRange div {
    margin: 0 5px;
    display: block;
    padding: 12px 3px 0 3px;
    float: left;
}
ul.filters .priceRange a {
    margin: 0;
    padding: 0;
}
ul.filters .priceRange .button {
    width: 30px;
    padding: 4px 6px;
    margin-left: 6px;
}
input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}
ul.filters .color {
    float: left;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 15px 0px 0px 11px;
    display: block;
    border: 1px solid #e3e3e3;
    clear: none;
}
ul.filters .color input {
    opacity: 0;
    cursor: pointer;
}
.types {
    display: block;
    max-height: 200px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.types::-webkit-scrollbar {
    width: 10px;
}
.types::-webkit-scrollbar-thumb {
    background-color: #0894ce;
    border-radius: 10px;
}
.types::-webkit-scrollbar-thumb:hover {
    background-color: #93C4D7;
    border: 1px solid #333333;
}
.types::-webkit-scrollbar-thumb:active {
    background-color: #0894ce;
    border: 1px solid #333333;
}
.spectacleservices {
    margin: 10px 0px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
}
.blurb {
    float: left;
    padding: 20px;
    border: 5px solid #ccc;
    margin: 20px 10px;
}
.blurbimg {
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 30%;
    padding: 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.blurbimg img {
    max-width: 170px;
}
.blurbtext {
    margin-bottom: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.footerpayment {
    float: left;
    margin: 20px 0px 20px 0px;
}
.footerpayment p {
    width: 235px;
    font-size: 15px;
    margin-top: 10px;
    color: #bbbbbb;
}
.try-on {
    position: absolute;
    right: -5px;
    top: -6px;
    cursor: pointer;
}
.try-on-detail {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 2;
}
.vto-outer {
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 9999;
    cursor: pointer;
}
.vto-panel {
    position: absolute;
    left: -41px;
    width: 40px;
    height: 200px;
    #top: 30%;
    z-index: 200;
    cursor: pointer;
    Color: #fff;
    border: 1px solid #41444b;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #41444b url("vto.png") no-repeat center;
    float: left;
}
.Slide {
    text-align: center;
}
.proThumb {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    border: 1px solid #5e6584;
    margin-right: 10px;
    text-align: center;
    padding: 5px;
    height: 100px;
    line-height: 90px;
    overflow: hidden;
}
.bottomSlider .bx-wrapper .proThumb a img {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    
}
.bottomSlider h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.callus {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}
#framepresform input {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    display: inline;
}
#framepresform textarea {
    margin-bottom: 10px;
    width: 100%;
    height: 70px;
    padding-left: 10px;
    display: inline;
}
#framepresform #catSubmit {
    height: auto;
}
.man-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #acacac;
}
.meet-team  a {
    color: #733e9f;
}
.meet-team a:hover {
    text-decoration: underline;
}
.team-outer {
    float: left;
    width: 100%;
    border: 2px solid #e9ebeb;
    padding: 10px;
    border-radius: 5px;
}
.team-outer h1 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0px;
    margin-top: 10px;
    color: #000;
}
.team-item {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e9ebeb;
    margin-bottom: 20px;
    height: 210px;
}
.team-outer h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0px;
    margin-bottom: 5px;
    color: #000;
}
.team-outer p {
    font-size: 13px;
    line-height: 13px;
    color: #000;
    margin: 0;
}
.btnseemore {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    padding-top: 35px;
    background: url(layout/btn-seemore.png) no-repeat center top #fff;
    font-size: 11px;
    color: #000;
    position: relative;
    top: 18px;
}
.btnseeless {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    padding-top: 35px;
    background: url(layout/btn-seeless.png) no-repeat center top #fff;
    font-size: 11px;
    color: #000;
    position: relative;
    top: 18px;
}
.offers-div {
    width: 47%;
    float: left;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.offers-div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.product-desc-sec {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}
.product-desc-sec h2 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;

}
.product-desc-sec p{
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.4;
}
.product-content p {
    margin-bottom: 0;
}
.proudct-desc {
    margin-bottom: 35px;
}
.payment-method-logo {
    margin-bottom: 20px;
}
.proudct-desc h4 {
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #242d58;
    border-bottom: 1px solid #ccc;
}
.proudct-desc li {
    padding: 2px 0 4px 0;
    padding-left: 40px;
    font-size: 16px;
    color: #262626;
    background: url(layout/tick.png) no-repeat 0 0;
}
.proudct-desc ul {
    padding-left: 15px;
}
.proudct-desc li b {
    font-weight: bold;
}


.bottom-panel {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.btnzoom {
    display: none;
    vertical-align: top;
    font-size: 14px;
    color: #cecece;
    margin-right: 30px;
    line-height: 35px;
}

.btnzoom i {
    margin-left: 10px;
    color: #b9b9b9;
    font-size: 20px;
}
.offer-grid{
    position: relative;
    margin-bottom: 50px;

}
.offer-grid figcaption {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
}
.offer-grid figcaption a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    background: #fff;
    padding: 4px 3px;
    border: 1px dashed #c5c5c5;
    line-height: 1.2;
    font-size: 16px;
    color: #393939;
    text-transform: uppercase;
    font-weight: 600;
}

.product-thumbnail img {
    max-width: 90px;
}

.eyesStage .table &gt; thead &gt; tr &gt; th{
    font-weight: bold;
    font-size: 13px;
    padding: 4px 8px;
    vertical-align: middle;
    height: 60px;
    line-height: 1;

}
.eyesStage .table &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
    padding: 15px 8px;
}
#framepresform {
    display: none;
}


/* Our brand all css **************************************************/
.our-brands-sec {
    margin-bottom: 20px;
    font-size: 0;
}
.our-brands-sec .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.our-brands-sec article {
    margin-bottom: 25px;
    border: 1px solid #c7c7c7;
}
.op-logo-box {
    text-align: center;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #c7c7c7;
}
.op-logo-box img {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
	max-width: 150px;
}
.our-brands-sec article figure {
    padding: 15px;
}
.our-brands-sec article .descarea {
    padding: 0 15px;
    padding-bottom: 15px;
    min-height: 210px;
}
.our-brands-sec article .descarea p {
    margin-bottom: 0;
    font-size: 13px;
}
@media (max-width:480px ) {
 .our-brands-sec .col-md-4 {
    width: 100%;
 }   
}



/* Christmas opening Times */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.85);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: 20px;
	max-width: 500px;
    margin: auto;
    background: #949494;
    transform: translateY(-50%);
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 60px;
}

.overlay-content table tr {
    border-bottom: 1px solid #fff;
}
.overlay-content table tr td{
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay-content h2{
	padding:15px !important;
	font-size:17px;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 20px;
    top: 10px;
    right: 35px;
  }
}
/*Social Media Icons*/
  .socialIcons{
	margin:20px auto!important;
	text-align:center;
	

}
.socialIcons a{
	color:#ddd !important;
	margin:0 5px;
}
.socialIcons a:hover{
	color:#0078ae !important;
}
/* Covid Video FAQs*/ 
.video-frame {
    max-width: 560px;
	margin:0 auto;
}
.video-frame iframe {
    width: 100%;
}
.covid-faqs {
    position: relative;
    margin-left: 15px;
}
.covid-faqs:before {
    border-left: 1px solid #999;
    width: 1px;
    height: 18px;
    position: absolute;
    left: -9px;
    top: 0;
    content: "";
}
</pre></body></html>