@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 36px;
    color: #808080;
    font-weight: normal;
    background-color: #FFF;
    overflow-x: hidden;
    height: 100%;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
    font-weight: normal;
}

a {
    color: #6a6a6a;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        text-decoration: none;
    }

p a {
    text-decoration: underline;
}

ul {
    padding-left: 0px;
}

    ul li {
        line-height: 26px;
    }

a:hover {
    color: #000;
}

img {
    border: none 0px;
}

.wrapper input, .wrapper textarea, .wrapper select {
    border: 0px;
    color: #303030;
    padding: 5px 20px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #C2C2C2;
}

input.ccm-search-block-text {
    padding-left: 15px;
}

span.noofitems {
    color: #FFFFFF;
    position: relative;
    top: 25px;
    left: -10px;
    background: rgb(128, 128, 128);
    height: 20px;
    line-height: 23px;
    display: inline-block;
    width: 25px;
    overflow: hidden;
    min-height: 25px;
    text-align: center;
    font-size: 13px;
    border-radius: 24px;
}

.cart-iconfloat {
    background-color: #303030;
    background: url('../images/carticon.png') no-repeat right center #303030;
    background-position: 12px 15px;
    background-size: 29px;
    position: fixed;
    right: 0px;
    top: 25%;
    display: block;
    width: 53px;
    height: 50px;
}

.wrapper select {
    cursor: pointer;
    padding: 9px 20px 9px;
    padding-left: 0px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    height: 58px;
    width: 445px;
    -moz-appearance: none;
    background: url('../images/dropdown-arrow.png') no-repeat right center #ffffff;
    border-bottom: 1px solid #E4E4E4;
    background-position: 95% 50%;
    text-indent: 0.01px;
    color: #AAA9A9;
}

.modal-footer {
    display: none;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('../fonts/futura-medium.eot');
    src: url('../fonts/futura-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/futura-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-t-bold';
    src: url('../fonts/futura_t_bold.eot');
    src: url('../fonts/futura_t_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_t_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input[type="submit"] {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline-color: transparent;
    outline-style: none;
}

select:focus {
    outline: none;
}
/*  uncomment this line when using formidable form. This will act as placeholder.(for IE only)
.wrapper .label{ font-size: 14px; color: #6A6969; font-weight: 200; display: block; overflow: hidden; position: absolute; margin-top: 6px; margin-left: 6px;}
*/

/* add elements here for zoom/bounce effect
{-moz-animation:zoom .3s linear; animation:zoom .3s linear; -webkit-animation:zoom .3s linear;}
{-moz-animation:bounce .3s linear; animation:bounce .3s linear; -webkit-animation:bounce .3s linear;} */
.loader {
    display: none;
    background: #303030;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.loginpage .page-header {
    border-bottom: 0px solid #eee;
}

.logo-middle {
    display: none;
    height: auto;
    margin: 19% auto 0;
    text-align: center;
    width: 160px;
}

    .logo-middle img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.errors, .success {
    background: #FFFFFF;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0px;
}

.errors {
    color: #f04f71;
}

.success {
    color: #51bf9b;
}

.wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}

.notpage {
    padding: 120px 0px;
}

.loginpage {
    padding: 120px 0px;
}

.formidable_message p {
    text-align: Center;
    padding-top: 20px;
    color: #ffffff;
}

.loginpage .wrapper input, .loginpage .wrapper textarea, .loginpage .wrapper select {
    border: 0px;
    color: #6a6a6a;
    padding: 5px 20px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 18px;
    border: 0px solid #C2C2C2 !important;
    margin-bottom: 20px;
}

.notpage h1 {
    font-size: 174px;
    color: #303030;
    line-height: 174px;
    font-weight: bolder;
}

.notpage .fourofourbutton {
    text-align: center;
}

.actions .primary .btn .ccm-input-submit {
    background: #303030;
}

.loginpage input#submit {
    background: #303030;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 30px;
    border-radius: 0px;
    line-height: 40px;
}

.loginpage label.control-label {
    font-size: 18px;
    line-height: 44px;
    color: #303030;
    font-weight: 100;
}

.loginpage input[type="radio"], .loginpage input[type="checkbox"] {
    margin: 11px 10px 10px 0px;
}

.loginpage input.ccm-input-text {
    border: 1px solid #D5D5D5;
    margin-bottom: 20px;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    width: 30px;
    background-color: #393939;
}

::-webkit-input-placeholder {
    color: #9D9C9C;
}

:-moz-placeholder {
    color: #9D9C9C;
}

::-moz-placeholder {
    color: #9D9C9C;
}

:-ms-input-placeholder {
    color: #9D9C9C;
}

/* hide placeholder on focus of input */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}
/* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important;
}
/* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
/* IE 10+ */

/* menu */
.nav-icon, .nav-icon:before, .nav-icon:after {
    background: #FFFFFF;
    display: inline-block;
    width: 45px;
    height: 4px;
}

.nav-icon {
    position: relative;
}

    .nav-icon:before, .nav-icon:after {
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 50% 50% 0;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
    }

    .nav-icon:before {
        top: 10px;
    }

    .nav-icon:after {
        top: -10px;
    }

.mobile-menu.active .nav-icon {
    -moz-transition: background 0.3s 0s ease;
    -webkit-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    background: transparent;
}

    .mobile-menu.active .nav-icon:before, .mobile-menu.active .nav-icon:after {
        top: 0;
        transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        transition: top 0.3s ease, transform 0.3s 0.5s ease;
    }

    .mobile-menu.active .nav-icon:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .mobile-menu.active .nav-icon:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

.site-body {
    position: relative;
    top: 0px;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
}

.contact-right {
    padding-bottom: 45px;
}
/* add this */
.at4-share-outer {
    display: none;
}

.atss a {
    width: 34px !important;
    padding: 7px 0 !important;
}

    .atss a:hover {
        width: 40px !important;
    }

.ios-device * {
    background-attachment: scroll;
}

body.modal-open {
    margin-right: 0px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

footer {
    overflow: hidden;
}

#footer .container p {
    margin: 20px 0;
}

.markerInfo {
    padding-top: 15px;
}

    .markerInfo p {
        font-size: 14px;
        line-height: 18px;
        margin: 0px;
        color: #303030;
        font-family: 'Playfair Display', serif;
    }

.payment-msgo {
    background-image: url(../images/payment-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
    padding-right: 0px;
    display: inline-block;
}

.navbar-fixed-top {
    z-index: 10;
    padding: 20px 0;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.admin-user .navbar-fixed-top {
    top: 53px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #000;
}

/* Variable Styling */
.content-body .bordery {
    border: 1px solid rgb(181, 181, 181);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.basic-padding {
    padding-top: 45px;
}

.bottom-biggy {
    padding: 70px 0px;
}

.dual-box {
    width: 490px;
    height: 370px;
}

    .dual-box .slides-pagination {
        display: none;
    }

    .dual-box img {
        backface-visibility: hidden;
        position: absolute;
        left: 0px !important;
        top: 0px !important;
        z-index: -1 !important;
        max-width: none !important;
        height: 302px !important;
        width: 448px !important;
    }

.content .right-border {
    border-right: 1px solid rgb(88, 88, 88);
}

.content .left-border {
    border-left: 1px solid rgb(88, 88, 88);
}

.slight-padder {
    padding: 25px 0px;
    padding-bottom: 0px;
}

.padding-bottom {
    padding-bottom: 40px;
}

.news-item {
    padding: 0 4% 80px;
    height: auto;
}

    .news-item img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.big-padding {
    padding: 90px 0px;
}

.big-paddingp {
    padding: 90px 0px;
}

.bottompaddfourfive {
    padding-bottom: 45px;
}

#slider-stack .ttcat-nav {
    position: absolute;
    left: 0px;
    top: 200px;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 3;
    width: 75px;
}

.cat-sortmain .slides-pagination a {
    border: 0px solid #ffffff;
    border-radius: 0px;
    width: 15px;
    height: 15px;
    display: -moz-inline-stack;
    /* display: inline-block; */
    vertical-align: middle;
    overflow: hidden;
    text-indent: -100%;
}

#slider-stack .ttcat-nav .cat-sorterselected {
    margin: 0px;
}

#slider-stack .ttcat-nav .cat-sorter {
    margin: 10px 0px;
}

h3 {
    font-size: 36px;
    line-height: 56px;
    font-family: 'Playfair Display', serif;
    color: #303030;
}

h2 {
    font-size: 52px;
    line-height: 64px;
    font-family: 'Playfair Display', serif;
    text-shadow: 0px 2px 25px rgb(46, 40, 40);
}

h1 {
    font-size: 36px;
    line-height: 56px;
    font-family: 'Playfair Display', serif;
    color: #303030;
}

.upperdeck h1 {
    font-size: 52px;
    line-height: 64px;
    font-family: 'Playfair Display', serif;
    text-shadow: 0px 2px 25px rgb(46, 40, 40);
    color: #ffffff;
}

h4 {
    font-size: 15px;
    line-height: 32px;
    color: #303030;
    font-family: 'Playfair Display', serif;
}

article h4 {
    font-size: 24px;
    color: #303030;
    font-family: 'Playfair Display', serif;
}

.blog-dates {
    padding-top: 20px;
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 1px solid #BFBEBE;
    font-weight: bold;
    font-size: 16px;
}

.darker {
    color: #000000;
}

.upperdeck {
    position: relative;
    left: 0px;
}

.lighter {
    color: #FFFFFF;
}

.our-brandlist {
    padding-top: 25px;
}

.dark-content {
    background: #303030;
    color: #808080;
    border-top: 7px solid #B7B7B7;
}

    .dark-content p,
    .dark-content ul,
    .dark-content li a {
        color: #B7B7B7;
        font-size: 14px;
        line-height: 38px;
        font-weight: 500;
        font-family: 'Playfair Display', serif;
        list-style: none;
    }

.cat-block .hov-button {
    display: none;
}

.cat-block:hover .hov-button {
    display: inline-block;
}

.lighter-note {
    color: #FFFFFF;
    font-size: 15pt;
    line-height: 26pt;
    font-family: 'Playfair Display', serif;
}

footer .lighter-note {
    /*min-height: 60px;*/
    margin-bottom: 15px;
}

.traditional-text {
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.talign-center {
    text-align: center;
}

.talign-left {
    text-align: left;
}

.talign-right {
    text-align: right;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: rgba(51, 51, 51, 0.2);
}

.footer-layer {
    position: relative;
    border-top: 1px solid #414141;
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

.movetotop {
    position: relative;
    text-align: right;
    right: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

    .movetotop a {
        color: #ffffff;
        text-decoration: none;
    }

.dark-seperator {
    margin: 16px 0px;
    display: block;
    height: 1px;
    width: 51px;
    background: #808080;
}

.nearby-you {
    background-image: url(../images/map.jpg);
    background-size: cover;
}

.breadcrumbs {
    background-image: url(../images/breadback.jpg);
    background-size: cover;
    padding: 231px 10px 90px 10px;
}

.breadcrumbs-brands {
    background-image: url(../images/breadback-brand.jpg);
    background-size: cover;
    padding: 230px 0px 90px 0px;
}

.brands-heading {
    width: 450px;
    margin: 0 auto;
}

.breadcrumbs-carriers {
    background-image: url(../images/careers.jpg);
    background-size: cover;
    padding: 235px 0px;
}

    .breadcrumbs-carriers p {
        text-align: center;
        width: 450px;
        margin: 0 auto;
    }

.breadcrumbs-contact {
    background-size: cover;
}

.opening-hours {
    font-size: 15px;
    border: 1px solid #999A9D;
    padding: 10px 16px 10px 10px;
    margin: 25px 1px;
    display: block;
}

    .opening-hours .days {
        padding: 0px;
        position: relative;
        top: 10px;
        left: 7px;
        border-right: 1px solid #C0B7B7;
        color: #303030;
        font-weight: bold;
    }

    .opening-hours .hours {
        padding-top: 10px;
    }

    .opening-hours .timing {
        position: relative;
        bottom: 6px;
        left: 20px;
    }

hr {
    margin-top: 40px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #A79E9E;
}

.opening-hours .timing p {
    margin-bottom: -10px;
}

.breadcrumbs-bathrooms {
    background-image: url(../images/bathrooms-back.jpg);
    background-size: cover;
    background-position: center center;
    padding: 220px 0px 160px 0px;
}

.flooring-page .breadcrumbs-bathrooms {
    background-image: url(../images/flooring-back.jpg);
}

.water-heater-page .breadcrumbs-bathrooms {
    background-image: url(../images/heater-back.jpg);
}

.our-history {
    padding-bottom: 60px;
    padding-top: 25px;
}

.block-hiring {
    background: #ffffff;
    position: relative;
    bottom: 20px;
    padding-top: 20px;
    margin-top: -110px;
}

.block-producty {
    background: #ffffff;
    position: relative;
    margin-top: -65px;
    background: #ffffff;
    position: relative;
    padding: 45px;
    padding-top: 45px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0px 6px 19px -11px rgba(71,71,71,1);
    -moz-box-shadow: 0px 6px 19px -11px rgba(71,71,71,1);
    box-shadow: 0px 6px 19px -11px rgba(71,71,71,1);
}

    .block-producty h3 {
        padding-top: 90px;
    }

    .block-producty li {
        list-style: none;
        text-decoration: none;
    }

ul.topnav-shop {
    position: relative;
    top: 30px;
}

li.topnav-shopper {
    display: inline;
    color: #ffffff;
    background: transparent;
    border: 2px solid transparent;
    padding: 10px 34px;
    padding-bottom: 14px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 34px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    li.topnav-shopper:hover {
        background: #333333;
        border: 2px solid transparent;
    }

    li.topnav-shopper.nav-selected.nav-path-selected {
        background: #333333;
        border: 1px solid #787373;
    }

.topnav-shopper a {
    color: #ffffff;
    text-decoration: none;
}

.vision-mission {
    background-image: url(../images/interior-four.jpg);
    background-size: cover;
    padding: 90px 0px;
    padding-top: 0px;
}

.gradient-back {
    z-index: 2;
    background-image: url(../images/gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    height: 255px;
    width: 100%;
}

.board-members {
    padding: 45px 0px 45px 0px;
}

.boxy-inside {
    background: #303030;
    color: #ffffff;
    font-size: 16px;
    padding: 45px;
    margin-top: -100px;
}

.boxy-light {
    background: #ffffff;
    padding: 45px;
    color: #333333;
    margin-top: 250px;
    margin-left: 45px;
}

.boxy-outside {
    border: 3px solid #ffffff;
    padding: 0px 25px;
    height: 300px;
    margin-top: 97px;
}
/* Begin Header Styling */

.desktop-navigation .nav > li {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    padding-right: 2px;
    padding-left: 1px;
    padding-top: 25px;
}

    .desktop-navigation .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 5px;
        color: #ffffff;
    }

    .desktop-navigation .nav > li.nav-selected.nav-path-selected a::before, .desktop-navigation .nav > li.nav-selected.nav-path-selected:hover a::before {
        left: 0;
        right: 0;
    }

.slick-header {
    height: 90px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #303030;
    -webkit-transition: height 1.3s;
    -moz-transition: height 1.3s;
    -ms-transition: height 1.3s;
    -o-transition: height 1.3s;
    transition: height 1.3s;
}

.home-page .slick-header,
.about-us-page .slick-header,
.our-brands-page .slick-header {
    background: rgba(51, 51, 51, 0.2);
    -webkit-transition: height 1.3s;
    -moz-transition: height 1.3s;
    -ms-transition: height 1.3s;
    -o-transition: height 1.3s;
    transition: height 1.3s;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
}

.slick-header .logo {
    padding-top: 12px;
    height: 90px;
}

.fixed-header .slick-header .logo,
.fixed-header .social-box {
    height: 90px !important;
}

.fixed-header .slick-header .logo {
    padding-top: 15px;
}

.fixed-header .slick-header {
    background: rgba(48, 48, 48, 0.93) !important;
}

.social-box {
    height: 90px;
    padding: 28px 25px;
}

.social-boxsmall {
    position: relative;
    left: 0px;
    bottom: 16%;
    z-index: 999;
}

    .social-boxsmall a.mobile-naver:hover {
        background-color: transparent;
    }

.mobile-logo {
    position: relative;
    bottom: 50px;
}

.social-boxsmall {
    height: 110px;
    padding: 25px 25px !important;
    text-align: center;
    width: 100%;
}

    .slick-header .social-box .social-text,
    .social-boxsmall .social-text {
        font-size: 12px;
        position: relative;
        list-style: none;
        text-decoration: none;
        top: 2px;
        padding-right: 35px;
        color: #ffffff;
    }

.brandy .float-it {
    float: right;
}

.slick-header .social-box .fa,
.social-boxsmall .fa {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding: 12px 10px;
    border: 1px solid #C4C4C4;
    border-radius: 54px;
    margin-right: 3px;
    width: 40px;
    transition: background 0.3s ease-in-out;
}

    .slick-header .social-box .fa:hover,
    .social-boxsmall .fa:hover {
        background: #ffffff;
        color: #333;
    }

.boxy-content {
    background: #E7E7EA;
    padding: 35px 25px;
    width: 352px;
    position: relative;
    float: right;
    top: 100px;
    left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #E7E7EA;
    margin: 10px;
    box-shadow: 0px 0px 0px 4px white inset;
    z-index: 99999;
}

.slick-header .nav > li > a:focus, .slick-header .nav > li > a:hover {
    background-color: inherit;
}

a.dft-button {
    background: transparent;
    border: 2px solid #808080;
    padding: 14px 30px;
    padding-top: 17px;
    color: #808080;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
    position: relative;
    top: 10px;
    font-family: "FuturaMedium", sans-serif;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.dft-button i.fa {
    font-size: 32px;
    position: relative;
    top: 6px;
    left: 12px;
}

.slides-navigation .next {
    padding-right: 30px;
}

.slides-navigation .prev {
    padding-left: 30px;
}

a.dft-button:hover {
    background: #808080;
    border: 2px solid #808080;
    color: #ffffff;
}

a.dft-buttondark {
    background: #303030;
    border: 3px solid #303030;
    padding: 15px 40px;
    padding-top: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 30px;
    font-family: "FuturaTBold", sans-serif;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

    a.dft-buttondark:hover {
        background: transparent;
        border: 3px solid #303030;
        color: #303030;
    }

.cool-quote {
    color: #969698;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 13px;
    font-style: italic;
}

.developed-by {
    width: 180px;
    float: right;
    display: block;
}

    .developed-by object {
        max-width: 100%;
        display: block;
        height: auto;
    }

.big-whitey {
    font-size: 34px;
    color: #ffffff;
    transition: 0.4s all ease;
}

.threesixty:hover .big-whitey {
    font-size: 74px;
}

.small-whitey {
    font-size: 32px;
    color: #ffffff;
    font-weight: lighter;
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

    .banner .dots li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 4px;
        text-indent: -999em;
        border: 2px solid #fff;
        cursor: pointer;
        opacity: .4;
        position: relative;
        top: 50px;
        -webkit-transition: background .5s, opacity .5s;
        -moz-transition: background .5s, opacity .5s;
        transition: background .5s, opacity .5s;
    }

        .banner .dots li.active {
            background: #fff;
            opacity: 1;
        }

.testimonials .banner .dots {
    position: absolute;
    left: 0;
    top: 124px;
}

    .testimonials .banner .dots li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 4px;
        text-indent: -999em;
        border: 2px solid #7F7F7F;
        cursor: pointer;
        opacity: .4;
        position: relative;
        top: 50px;
        -webkit-transition: background .5s, opacity .5s;
        -moz-transition: background .5s, opacity .5s;
        transition: background .5s, opacity .5s;
    }

        .testimonials .banner .dots li.active {
            background: #7F7F7F;
            opacity: 1;
        }

.quality {
    padding: 0px;
    margin: 0px;
    height: 425px !important;
}

    .quality .slides-pagination {
        display: none;
    }

.tt-slider {
    height: 500px;
    position: relative;
    display: block;
    bottom: 70px;
}

    .tt-slider .ttcat-nav {
        padding-top: 80px;
        padding-left: 20px;
        position: absolute;
        margin: 0 auto;
        top: 50px;
        left: 50%;
        z-index: 999;
    }

.seealllink {
    float: right;
    position: relative;
    top: 410px;
    right: 40px;
}

.big-paddingphome {
    padding-top: 0px;
    padding-bottom: 80px;
}

.tt-slider .slides-pagination {
    display: none;
}

.floaty-box {
    position: relative;
    width: 500px;
    float: left;
    z-index: 41;
    display: block;
}

.smoke-text {
    color: #626262;
    font-size: 17px;
    padding-bottom: 30px;
}

.big-text {
    font-size: 18px;
    padding: 0px 55px;
    padding-left: 3px;
    font-weight: lighter;
    text-shadow: 0px 1px 11px rgb(37, 37, 37);
}

.products-back {
    height: 580px;
    background-repeat: no-repeat;
}

.threesixty {
    background-image: url(../images/interior2.jpg);
    background-position: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0px;
    display: none;
}

.lighty {
    color: #ffffff;
}

.trancy-box {
    border: 3px solid #A89786;
    padding: 40px 20px 70px 20px;
    padding-top: 140px;
    position: absolute;
    bottom: -50px;
    left: 20px;
}

.trancy-boxtwo {
    border: 3px solid #A89786;
    padding: 20px 0px 60px 13px;
    padding-top: 44px;
    position: relative;
    top: 170px;
}

.bottom-to-top {
    border: 3px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, #808080 0%, #ffffff 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #808080 0%, #ffffff 100%);
    border-image: linear-gradient(to left, #808080 0%, #ffffff 100%);
    border-image-slice: 1;
}

.no-padding {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -100px;
    left: 0;
}

#slider-stack {
    height: 680px;
    background-color: #fff;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50%;
    z-index: -1;
}

.ringo {
    background-image: url(../images/ring.png);
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 43% 48%;
    position: relative;
    height: 544px;
}

.ringo-content {
    position: relative;
    top: 210px;
}

.less-lineheight {
    line-height: 25px;
}

a.dft-button-lighty {
    background: rgba(52, 52, 52, 0.2);
    border: 2px solid #FFFFFF;
    padding: 15px 14px;
    padding-top: 20px;
    color: #F4F4F4;
    line-height: 21px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 0px;
    font-family: "FuturaTBold", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.2s ease-in;
}

#slider-stack a.dft-button-lighty {
    margin-right: 20px;
    margin-top: 25px;
}

#slider-stack h2 {
    width: 771px;
    margin: 0 auto;
}

a.dft-button-lighty:hover {
    background: #303030;
    border: 2px solid #303030;
}

.bottom-padding {
    padding-bottom: 5px;
    padding-top: 16px;
}

.fixed-height {
    height: 700px;
}

.textytwo {
    position: relative;
    top: 40%;
}

.plain-formy {
    margin-top: 45px;
    background: #303030;
    padding: 7px 20px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 24px;
}

.grey {
    background: #E7E7E7;
}

.padder-bot {
    padding-bottom: 90px;
    padding-top: 90px;
}

.tt-left {
    margin-top: -140px;
}

.regular-padding {
    padding: 120px 0;
}

.down-arrow {
    position: relative;
    bottom: 110px;
    z-index: 2;
}

.big-paddingslider {
    height: 870px;
}

.move-bottom {
    position: relative;
    top: 445px;
    right: 0px;
}

.move-center {
    position: relative;
    top: 255px;
    right: 25px;
}

.banner {
    position: relative;
    overflow: auto;
}

    .banner li {
        list-style: none;
    }

    .banner ul li {
        float: left;
        height: 480px;
    }

.close-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.testimonials .banner .has-dots {
    height: 170px !important;
    border-bottom: 1px solid #BBBBBB;
}

footer i {
    font-size: 32px !important;
    padding-right: 20px;
}

.portfolio-feature {
    background-image: url(../images/portfolio-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}
/* Portfolio Grid */

/* End Portfolio Grid */

/* Styling for team section here */
.our-team {
}

    .our-team .member-slot {
        width: 19.5%;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        height: 100%;
    }

    .our-team h4 {
        color:;
    }

.member-figure {
    height: 400px;
    display: block;
    overflow: hidden;
}

    .member-figure img {
        position: absolute;
    }

.member-info {
    padding: 0px 10px;
    visibility: hidden;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.member-slot:hover .member-info {
    visibility: visible;
}

.our-team h4 {
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0px 2px 25px rgb(46, 40, 40);
}

.our-team p {
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif !important;
    text-shadow: 0px 7px 16px rgb(46, 40, 40);
}

.our-team i {
    color: #ffffff;
    margin: 0px 10px;
    background: #333333;
    padding: 14px 14px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
}

.our-team .info {
    position: absolute;
    z-index: 999;
    bottom: 40px;
    left: 55px;
    margin: 0px;
    display: none;
    text-align: center;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
}

.teamperson:hover .info {
    display: block;
    bottom: 40px;
}

.our-team .ih-item.square.effect4 {
    background: #333;
}

.our-team .teamperson .img {
    opacity: 0.9;
}

.teamperson:hover .img {
    opacity: 0.6;
}

.our-team .teamperson {
    display: inline-block;
    float: left;
    margin: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 0px;
}
/* Styling ends for team here */
.fontbrand-padding {
    padding-top: 0px;
    margin-top: 0px;
}

.boxy-light ul li {
    margin-left: 20px;
    padding: 5px 0;
}

.testimonials {
    background: #E7E7E7;
    padding: 60px 0px;
    color: #7F7F7F;
    font-size: 19px;
    text-align;
    left;
    display: none;
}

    .testimonials .open-quote {
        position: relative;
    }

.searchy-icon {
    position: relative;
    left: 25px;
    top: 6px;
}

.testimonials .closed-quote {
    position: relative;
    bottom: 79px;
    left: 100px;
}

nav,
.navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav {
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: white;
}


/* New Mobile Navigation */
.mobily-menu {
    position: fixed;
    right: 0px;
    top: 2px;
    z-index: 999;
    display: none;
}

a.menu-link {
    color: #ffffff;
    font-size: 40px;
    float: right;
    padding-right: 35px;
    padding-top: 25px;
    list-style: none;
    text-decoration: none;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-image: url(../images/menumoby.png);
    background-repeat: no-repeat;
}

    a.menu-link.active {
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
    }

.mobily-menu .panel {
    width: 100%;
    background-color: #303030;
    background-image: url(../images/menu-backy2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    left: -100%;
}

a.menu-link.active .panel {
    opacity: 1;
}

.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

.mobily-menu nav ul li a {
    font-size: 22px;
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
}
/* End New Mobile Navigation */

nav ul {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0 !important;
}

    nav ul li {
        list-style: none;
    }

        nav ul li a {
            font-size: 35pt;
            color: inherit;
            font-weight: bolder;
            text-decoration: none;
        }

.ttcat-nav {
    padding-top: 80px;
    padding-left: 20px;
}
/* Styling for brands pages */

.our-brandlist img {
    padding-bottom: 25px;
}

.our-brandlist .brandy {
    padding: 45px 0px;
    border-bottom: 2px solid #F1F1F1;
}

/* end the styling for brand pages */
#formidable_container_2 {
    padding: 0px 16px;
    padding-top: 0px;
}

#upload-cv-resume-10_counter {
    display: none;
}

.contact-form .formidable_column .element input {
    border: 0;
    color: #303030;
    background: #E4E4E4;
    border-radius: 0;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 20px;
    width: 50%;
}

.careers-page .contact-form .formidable_column .element input {
    border: 0;
    color: #303030;
    background: #E4E4E4;
    border-radius: 0;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 96%;
    line-height: 24px;
    display: inline-block;
}

.contact-form .formidable_column .element {
    width: 50%;
    float: left;
    position: relative;
    clear: none;
}

.contact-form .formidable_column .element {
    width: 50%;
    float: left;
    position: relative;
    clear: none;
}

#job-posts .apply-form .formidable_column .element {
    width: 50%;
}

.formidable .element {
    margin-bottom: 18px;
    clear: both;
}

.contact-form input#submit {
    background: #303030;
    border: 3px solid #303030;
    padding: 5px 45px;
    padding-top: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 30px;
    font-family: "FuturaMedium", sans-serif;
    letter-spacing: 1.8px;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px;
}

.ccm-attribute-address-line.ccm-attribute-address-country {
    display: none;
}

.contact-form .apply-form .formidable textarea {
    width: 96%;
}

a.close-enquiry {
    background-image: url(../images/closeenquiry.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 12px !important;
}

.date-posted {
    border-left: 1px solid #999A9D;
    padding-left: 10px;
}

.job-post {
    padding: 0px 5px;
}

.jobs-bigtext h3 {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}

.jobs-bigtext p {
    font-size: 14px;
    line-height: 28px;
}

.job-apply a {
    background: #808080;
    border: 1px solid #808080;
    color: #ffffff;
    padding: 10px 10px;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.job-apply:hover a {
    background: #ffffff;
    border: 1px solid #808080;
    color: #808080;
}

.contact-form input#submit:hover {
    background: #ffffff;
    color: #303030;
}

.element.fileupload.upload-cv-resume-10 label {
    color: #808080;
    /* text-transform: uppercase; */
    font-size: 16px;
    position: relative;
    right: 6px;
    bottom: 8px;
    font-weight: normal;
}

span.ax-text.btn {
    display: none;
}

.formidable textarea {
    background: #E4E4E4;
    border: 0px;
    padding: 20px;
    height: 195px;
}

#job-posts .formidable textarea {
    background: #E4E4E4;
    border: 0px;
    padding: 20px;
}

.formidable input.ax-browse {
    line-height: 36px;
}

.contactshamsi {
    padding-top: 20px;
}

    .contactshamsi .formidable_column .element {
        width: 100%;
        float: left;
        position: relative;
        clear: none;
    }

.contactinfobar {
    list-style: none;
    padding: 1% 9%;
}

.contact-right {
    padding: 1% 9%;
}

.contactinfobar h5 {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    font-family: inherit;
    color: #303030;
}

.contactinfobar h4 {
    font-size: 22px;
    line-height: 36px;
}

.contactinfobar ul {
    list-style: none;
}

    .contactinfobar ul li {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        line-height: 36px;
        color: #808080;
        font-weight: normal;
    }

.contactinfobar img {
    padding: 20px 0px;
    width: 50%;
    display: block;
}

.wow {
    visibility: hidden;
}
/* Main Slider On Front */
.cat-sorter {
    background: #333;
    width: 60px;
    height: 60px;
    list-style: none;
    margin: 20px 0px;
}

    .cat-sorter a {
        padding: 14px 13px;
        line-height: 56px;
    }

    .cat-sorter:hover {
        background: #7F7F7F;
        transition: all 0.4s ease-in-out;
    }

.ttcat-nav .current {
    background: #7F7F7F;
    width: 60px;
    height: 60px;
    list-style: none;
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    background: #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.testimonials .banner ul li {
    float: left;
    height: 200px;
}

.flexslider .slides {
    zoom: 1;
}

    .flexslider .slides img {
        height: auto;
    }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.slide-wrapper {
    height: 454px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 50px;
        height: 50px;
        margin: 0px 0 0;
        position: absolute;
        top: 45%;
        z-index: 999;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: rgba(0, 0, 0, 1);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        /* background: #ffffff; */
        padding: 25px;
        border-radius: 25px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .flex-direction-nav a:before {
            font-family: "flexslider-icon";
            font-size: 25px;
            font-weight: lighter;
            display: inline-block;
            content: '\f001';
            color: rgba(255, 255, 255, 0.8);
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        }

        .flex-direction-nav a.flex-next:before {
            content: '\f002';
        }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -10px;
    text-align: center;
    display: none;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

.flex-caption {
    width: 547px;
    position: relative;
    left: 25px !important;
    top: 11px;
    background: transparent !important;
    border: 3px solid #FFFFFF;
    padding: 1px 30px;
    padding-left: 90px;
    padding-top: 144px;
    height: 478px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 18px;
    line-height: 38px;
}

    .flex-caption h3 {
        font-size: 48px;
        line-height: 58px;
        font-family: 'Playfair Display', serif;
        color: #FFFFFF;
    }

.text-wrapper {
    padding: 0px 275px;
    color: #303030;
    font-size: 16px;
}

#map_canvas {
    width: 100%;
    height: 590px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.tt-left h3 {
    color: #ffffff;
}

.flex-slider ul li {
    line-height: 43px;
}
/* ====================================================================================================================
 * STYLING THE PRODUCT CATEGORIES
 * ====================================================================================================================*/
.category-list .well {
    border-color: #c9c9c9;
}

.category-list .post h4 {
    margin-bottom: 3px;
    color: #ffffff;
    padding-top: 3px;
}

    .category-list .post h4 a {
        color: #333;
    }

.category-list .post img.image {
    max-width: 100%;
    margin-top: 9px;
}

.category-list .info {
    padding: 4px;
}
/* ====================================================================================================================
 * STYLING THE FEEDBACK FORMS
 * ====================================================================================================================*/
#feedback {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
    right: -100%;
    z-index: 999999;
    background: #353535;
}

    #feedback form {
        float: left;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 10px;
        border-radius: 0px;
        padding-right: 50px;
        text-align: center;
        margin-bottom: 10%;
        padding-top: 145px;
    }

        #feedback form label {
            text-align: right;
            margin-right: 20px;
            width: 70px;
            font-weight: bold;
            color: 019AC6;
            font-size: 16px;
            color: #CACACA;
        }

    #feedback a {
        display: block;
        width: 185px;
        padding: 7px 30px;
        height: 150px;
        border: 3px solid #333333;
        float: left;
        position: fixed;
        bottom: 40%;
        right: -115px;
        z-index: 999999;
        color: #ffffff;
        background: #333333;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(270deg);
        text-decoration: none;
        transition: all 0.4s ease-in-out;
    }

    #feedback:hover a {
        display: block;
        color: #FFFFFF;
        background: rgba(48, 48, 48, 0.6);
    }

    #feedback a:hover {
        background-position: 90% 12px;
        list-style: none;
    }

    #feedback a:active {
        list-style: none;
    }

    #feedback form textarea {
        width: 300px;
        height: 137px;
        border: 1px solid #2D2D2D;
        padding: 14px;
        font-size: 14px;
        color: #333333;
    }

    #feedback .formidable_row {
        padding-left: 30px;
    }

    #feedback input#submit {
        border: 0px;
        color: #FBFBFB;
        padding: 12px 24px;
        font-weight: normal;
        font-size: 16px;
        border-bottom: 1px solid #403D3D;
        background: #444444;
    }

.enquiry-button form input[type="text"] {
    width: 339px;
    height: 42px;
    border: 1px solid #565656;
    background: #464646;
    font-size: 16px;
    color: #333333;
}

#feedback form input[type="text"] {
    width: 300px;
    font-size: 14px !important;
    height: 42px;
    border: 1px solid #565656;
    background: #ECECEC;
    color: #303030;
}

#feedback h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    position: relative;
    top: 120px;
}

/* Isotope Transitions
------------------------------- */
.category-list .isotope,
.category-list .isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.category-list .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .category-list .isotope .item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
        padding: 0 10px !important;
    }

.category-list a.dft-button {
    background: rgba(68, 68, 68, 0.9);
    border: 1px solid #525252;
    padding: 18px 30px 13px 30px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 90px;
    font-family: "FuturatBold", sans-serif;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}
/* responsive media queries */

@media (max-width: 480px) {
}

@media (max-width: 768px) {
    header h1 small {
        display: block;
    }

    header div.description {
        padding-top: 9px;
        padding-bottom: 4px;
    }

    .isotope .item {
        position: static !important;
        margin-bottom: 0px !important;
        -webkit-transform: translate(0px, 0px) !important;
        -moz-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }
}

@media (max-width: 980px) {
    header p.lead span {
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
}


@media (min-width: 768px) and (max-width: 980px) {
    .span3 {
        width: 352px;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .span3 {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .span3 {
        width: 270px;
    }
}

.catimgmain {
    width: 100%;
}

.cat-content {
    position: relative;
    width: 370px;
    background: rgba(51, 51, 51, 0.8);
    left: 15px;
    border-top: 1px solid #ffffff;
}

.listcat-icon {
    line-height: 56px;
    border-right: 1px solid #FFFFFF;
    background: #303030;
    padding-left: 30px;
}

.isotope-item .button-cii {
    position: relative;
    width: 260px;
    vertical-align: top;
    bottom: 190px;
    left: 75px;
    opacity: 0;
}

.isotope-item:hover .button-cii {
    opacity: 1;
}

.ccm-search-block-form .wrapper input {
    color: #999A9F;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 10px;
    border: 0px;
    border-bottom: 1px solid #999A9F;
}
/* Stylizing the product Output */
.product-padder {
    position: relative;
    padding-top: 35px;
}

.ccm-core-commerce-product-list-results {
    padding-top: 25px;
}

.product-padder select.product-list-sort-select {
    cursor: pointer;
    padding: 9px 20px 9px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    height: 58px;
    width: 183px;
    -moz-appearance: none;
    background: url('../images/dropdown-arrow.png') no-repeat right center #FFFFFF;
    background-position: 166px 26px;
    text-indent: 0.01px;
    color: #7B7B7B;
}

.photo.ccm-core-commerce-add-to-cart-image {
    background-position: center center;
    overflow: hidden;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}

.product-blocky p {
    font-size: 14px;
    line-height: 22px;
}

.block-producty .ccm-pagination {
    display: none;
}

form.ccm-search-block-form {
    padding-bottom: 45px;
}

.ccm-core-commerce-cart-buttons {
    margin-top: 0px;
}

.hproduct.ccm-core-commerce-add-to-cart-product-info-container {
    text-align: center;
}

.fn.ccm-core-commerce-add-to-cart-product-name {
    padding-top: 10px;
    padding-bottom: 5px;
    text-decoration: none;
}

.ccm-core-commerce-add-to-cart-image .link-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .ccm-core-commerce-add-to-cart-image .link-wrap a {
        width: 100%;
        height: 100%;
        display: block;
    }

.pagination {
    width: 100%;
    text-align: center;
}

    .pagination .numbers {
        margin: 0 10px;
    }

    .pagination span.pageRight {
        float: right;
        padding: 0px 25px;
        background: #303030;
    }

        .pagination span.pageRight a, .pagination span.pageLeft a {
            color: #ffffff;
            text-decoration: none;
        }

    .pagination span.pageLeft {
        float: left;
        padding: 0px 25px;
        background: #303030;
    }

.ccm-core-commerce-add-to-cart-product-button-box {
    border-top: 1px solid #E9E9E9;
}

.photo.ccm-core-commerce-add-to-cart-image img {
    min-height: 200px;
    width: auto;
}

.ccm-core-commerce-add-to-cart-product-button-box .wrapper input {
    color: #80807F;
    font-size: 16px;
    border-bottom: 0px solid #C2C2C2;
    background: #ffffff;
}

.ccm-core-commerce-product-list-results .ccm-core-commerce-add-to-cart-container {
    margin-bottom: 45px;
}

.ccm-core-commerce-add-to-cart-product-attributes .fn.ccm-core-commerce-add-to-cart-product-name a {
    color: #303030;
    text-align: center;
}

.ccm-core-commerce-add-to-cart-submit input#submit {
    color: #6A6A6A;
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 0px solid #C2C2C2;
    background: transparent;
}

.ccm-core-commerce-add-to-cart-submit {
    display: inline-block;
    position: relative;
    left: -10px;
    top: 1px;
}

.product-details {
    border-left: 1px solid #E9E9E9;
    position: Relative;
    font-size: 14px;
    left: -10px;
    top: 2px;
    display: inline-block;
}

.product-details {
    padding-left: 30px;
    text-decoration: none;
}

.product-list-sort-header {
    float: right;
    padding: 20px 0px;
}

/* styling add to cart pages */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ccm-core-commerce-cart-dialog.ui-draggable.ui-resizable {
    background: #FFFFFF;
    color: #3C3C3C;
}

input.ccm-core-commerce-cart-buttons-checkout {
    background: #FFFFFF;
    border: 1px solid #303030;
    text-transform: uppercase;
    font-size: 13px;
    color: #303030;
    padding: 7px 20px 5px 20px;
    letter-spacing: 1px;
    margin: 0px;
    margin-bottom: 8px;
    font-weight: lighter;
}

.infoformy {
    border-top: 10px solid #808080;
}

table.ccm-core-commerce-cart .ccm-core-commerce-cart-quantity input {
    width: 34px !important;
    padding-left: 10px;
}

table.ccm-core-commerce-cart td {
    border-bottom: 1px dotted #3F3D3D;
}

tr.ccm-core-commerce-cart-subtotal td {
    background-color: #F5F5F5;
    /* width: 193px; */
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: right;
    color: #333;
}

.ui-dialog, .ui-dialog input, span#ui-dialog-title-1 {
    font-family: 'Playfair Display', serif;
}

    .ui-dialog.ccm-core-commerce-cart-dialog .ui-dialog-titlebar {
        background-color: #2D2D2D;
        background-image: -moz-linear-gradient(top,#303030,#303030);
        background-image: -ms-linear-gradient(top,#303030,#303030);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#303030),to(#303030));
        background-image: -webkit-linear-gradient(top,#303030,#303030);
        background-image: -o-linear-gradient(top,#f1f1f1,#d1d1d1);
        background-image: linear-gradient(top,#f1f1f1,#d1d1d1);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#d1d1d1',GradientType=0);
        background-clip: padding-box;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom: 1px solid #3E3E3E;
        padding: 5px 10px;
        position: relative;
        font-size: 18px;
        border: 0px;
        line-height: 42px;
        box-shadow: 0 1px 3px rgba(51, 51, 51, 0.1);
        font-family: playfair;
        border-radius: 0px;
    }

    .ui-dialog.ccm-core-commerce-cart-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .2em 0;
        color: #FFFFFF !important;
        font-weight: lighter;
        padding-left: 8px;
        padding-top: 2px;
        text-shadow: 0 1px 0 rgba(56, 56, 56, 0.2);
    }
/* styling the single product */
.product-msg {
    padding: 45px 0px;
    padding-top: 0px;
}

.zerotop-padding {
    padding-top: 20px;
}

#quantity {
    border: 1px solid #D5D5D5;
    width: 60px !important;
    padding: 0px 10px;
}

.product-display-wrap .col-md-3 {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
}

#product-block-minigallery {
    display: inline-block;
    position: relative;
    top: 40px;
    left: 60px;
    cursor: pointer;
}

.productblock .thumb_picture .thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 5px 7px;
    line-height: 1.428571429;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ccm-core-commerce-product-property-list h4 {
    border-bottom: 1px solid #999A9D;
    padding-bottom: 20px;
}

.ccm-core-commerce-product-property-list h3 {
    margin-top: -20px;
}

.ccm-core-commerce-product-property-list p {
    border-bottom: 1px solid #999A9D;
    padding-bottom: 20px;
}

.cool-attribute {
    padding-left: 10px;
}

#ccm-core-commerce-add-to-cart-form-54 input#submit {
    background: #303030;
    border: 2px solid #303030;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 37px;
    border-radius: 0px;
    margin-left: 19px;
    margin-top: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    #ccm-core-commerce-add-to-cart-form-54 input#submit:hover {
        border: 2px solid #303030;
        background: #ffffff;
        color: #303030;
    }

.product_info label.control-label {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socialproduct {
    color: #303030;
    font-size: 18px;
    padding-top: 20px;
    text-align: right;
}

    .socialproduct .fa {
        border: 2px solid #303030;
        padding: 20px 15px;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        font-size: 16px;
        line-height: 2px;
    }

        .socialproduct .fa:hover {
            background: #303030;
            color: #ffffff;
        }

.categoryname-shop {
    padding-left: 15px;
    padding-bottom: 20px;
}

    .categoryname-shop li {
        list-style: none;
        text-decoration: none;
        border-bottom: 1px solid #E9E9E9;
        padding-bottom: 24px;
        font-size: 16px;
    }

.product-description {
    float: left;
    padding: 0px 30px;
    display: block;
    width: 100%;
}

.fancy-texty {
    line-height: 0.5;
    text-align: center;
}

    .fancy-texty span {
        display: inline-block;
        position: relative;
    }

        .fancy-texty span:before,
        .fancy-texty span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid white;
            border-top: 1px solid white;
            top: 0;
            width: 600px;
        }

        .fancy-texty span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy-texty span:after {
            left: 100%;
            margin-left: 15px;
        }
/* Styling the Careers page here */
.job-post h5 {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    line-height: 32px;
    color: #303030;
    padding-top: 50px;
}

.job-post .date-posted {
    font-size: 14px;
    color: #303030;
}

.apply-jobtext {
    border-right: 1px solid #E2DEDE;
}

.jobs-bigtext {
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 10px;
}

.wrapthetext {
    padding: 0 20%;
}

.jobs-bigtext p {
    border-right: 1px solid #EAE6E6;
}

.apply-jobtext a {
    background: #808080;
    color: #ffffff;
    padding: 12px 10px;
    font-size: 13px;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #808080;
    font-family: "FuturaMedium", sans-serif;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.apply-jobtext:hover a {
    background: #ffffff;
    color: #808080;
}

.modal-content {
    width: 730px;
    position: relative;
    top: 38px;
    right: 54px;
    margin: 100px auto;
    z-index: 99;
    margin-right: 42px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

.modal-header {
    background: #303030;
}

.modal-content .formidable textarea {
    width: 290px;
}

#job-posts .contact-form .formidable_column .element input {
    width: 290px;
}

.modal-content h4 {
    color: #ffffff;
}

.testimonialtext {
    padding-bottom: 35px;
}

#ax-box {
    position: relative;
    left: 0px;
    right: 0px;
    z-index: -9;
}

.modal-backdrop.in {
    opacity: .5;
    position: fixed;
    filter: alpha(opacity=50);
    z-index: 1;
    display: none;
}

.hover-content {
    position: absolute;
    bottom: 0;
}

.modal {
    background: rgba(48, 48, 48, 0.8);
}

.related-articles {
    clear: both;
    text-align: center;
    padding: 50px 30px;
}

    .related-articles .ccm-core-commerce-add-to-cart-submit {
        display: inline-block;
        position: relative;
        left: -25px;
        top: 1px;
    }

    .related-articles .ccm-core-commerce-product-list-container.product-padder {
        position: relative;
    }

.enter-quantity {
    padding-left: 14px;
}

.add-tocartsig {
    position: relative;
    max-width: 354px;
}

a.cigthelink {
    position: absolute;
    width: 100%;
    height: 100%;
}

h3 {
    margin-top: 20px;
}

    h3.one {
        margin-top: 0;
    }

        h3.one:before {
            content: "";
            display: block;
            border-top: solid 1px #CAC9C9;
            width: 100%;
            height: 1px;
            position: relative;
            top: 47px;
            z-index: 1;
        }

        h3.one span {
            background: #fff;
            padding: 0px 52px;
            line-height: 32px;
            position: relative;
            z-index: 5;
            font-size: 32px;
            position: relative;
            top: 14px;
        }

.bottompad-foot {
    padding-bottom: 45px;
}

    .bottompad-foot p {
        line-height: 26px;
    }

        .bottompad-foot p a:hover {
            color: #fff;
        }

footer .slight-padder {
    padding: 10px 0 20px;
    padding-top: 25px;
}

    footer .slight-padder img {
        max-width: 125px;
        padding: 20px 0px;
        padding-top: 0px;
        opacity: 0.3;
        transition: 0.4s all ease;
    }

.dark-content:hover .slight-padder img {
    opacity: 0.8;
    transition: 0.4s all ease;
}

.footer-layer img {
    opacity: 1 !important;
}

li.topnav-shopper.nav-path-selected {
    background: #333333;
    border: 2px solid transparent;
}

#product-block-minigallery .thumbnail {
    border: 0px solid #ddd;
}

.productblock.main_picture img {
    width: 520px;
}

.productblock.thumb_picture {
    padding-right: 10px;
}
/* add this */
.addthis_sharing_toolbox {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.at-share-tbx-element .at-share-btn {
    margin: 1px 0 !important;
    padding: 20px;
    padding-top: 5px;
    padding-left: 5px;
    display: block !important;
    background-color: transparent;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.at-share-tbx-element.addthis_20x20_style .at-share-btn {
    max-width: 30px;
    max-height: 30px;
}

a.at-share-btn {
    padding-bottom: 45px;
}

.addthis_sharing_toolbox.fixed .at-share-tbx-element .at-share-btn {
    background: #303030;
}

.at-share-tbx-element .at-share-btn:hover {
    background: #303030 !important;
    color: #303030 !important;
}

.at-share-tbx-element .at-share-btn.at-svc-whatsapp {
    display: none !important;
}

.addthis_20x20_style .at4-icon, .addthis_20x20_white_style .at4-icon, .at-20x20 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 24px !important;
}

#atstbx a {
    padding: 10px 35px 30px 11px;
    background: rgba(48, 48, 48, 0.9);
    line-height: 20px;
    margin-top: 1px !important;
    margin-bottom: 0px !important;
}

    #atstbx a:hover {
        background: #7F7F7F !important;
    }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ccm-core-commerce-cart-dialog.ui-draggable.ui-resizable {
    width: 90% !important;
    top: 100px !important;
}

.ccm-core-commerce-cart-dialog .ui-dialog-content.ui-widget-content {
    height: 100% !important;
    width: 100% !important;
    overflow-x: hidden;
}

table.ccm-core-commerce-cart {
    width: 100%;
    background: #303030;
    color: #ffffff;
}

input.ccm-core-commerce-cart-buttons-checkout {
    margin-left: 10px;
    margin-right: 10px;
}

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 42em;
}

    .ui-tabs.ui-tabs-vertical .ui-widget-header {
        border: none;
    }

    .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        float: left;
        width: 10em;
        background: #CCC;
        border-radius: 4px 0 0 4px;
        border-right: 1px solid gray;
    }

        .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            margin: 0.2em 0;
            border: 1px solid gray;
            border-width: 1px 0 1px 1px;
            border-radius: 4px 0 0 4px;
            overflow: hidden;
            position: relative;
            right: -2px;
            z-index: 2;
        }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
                width: 100%;
                padding: 0.6em 1em;
            }

                .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
                    cursor: pointer;
                }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: 0.2em;
                padding-bottom: 0;
                border-right: 1px solid white;
            }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
                margin-bottom: 10px;
            }

    .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
        float: left;
        width: 28em;
        border-left: 1px solid gray;
        border-radius: 0;
        position: relative;
        left: -1px;
    }

.addcart-alshamsi {
    padding: 10px 10px;
}

    .addcart-alshamsi input {
        width: 250px;
        padding: 2px 10px;
        background: rgba(175, 175, 175, 0.3);
        border: 0;
        color: #303030;
        min-height: 40px;
    }

    .addcart-alshamsi h4 {
        padding-left: 14px;
    }

.address-info {
    padding-left: 30px;
}

.continuealshamsishop input[type="submit"] {
    cursor: pointer;
    background: #363535;
    border: 1px solid #303030;
    padding: 4px 28px;
    float: right;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
    text-transform: uppercase;
}

.news-archive .service-image img {
    width: 275px;
    margin-top: 36px;
}

.input.no_label .wrapper select {
    cursor: pointer;
    padding: 9px 20px 9px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    height: 58px;
    width: 524px;
    -moz-appearance: none;
    background: url('../images/dropdown-arrow.png') no-repeat right center #E4E4E4;
    background-position: 485px 26px;
    text-indent: 0.01px;
    color: #AAA9A9;
}

.info-styling i.fa {
    padding: 20px 22px;
    background: #FFFFFF;
    color: #303030;
    border: 1px solid #303030;
    border-radius: 50%;
    font-size: 30px;
}

.active i.fa {
    padding: 20px 22px;
    background: #303030 !important;
    color: #ffffff !important;
    border: 1px solid #303030;
    border-radius: 50%;
    font-size: 30px;
}

.info-styling {
    border-right: 1px solid #D8D8D8;
}

    .info-styling .confirmation-info i.fa {
        background: #ffffff;
        color: #303030;
    }

.ax-details {
    min-height: 70px;
    display: inline-block;
}

.ax-progress {
    display: inline-block;
}

ul.ax-file-list li {
    list-style: none;
    color: #303030;
}

#ccm-core-commerce-cart-form-dialog {
    background: #303030;
}

.info-styling h5 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    padding-top: 14px;
}

.info-styling .basic-info {
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0px;
    text-align: center;
}

.info-styling .confirmation-info {
    padding: 45px 0;
    text-align: center;
}

a.developed-by {
    padding-top: 0px;
}

.ui-dialog.ccm-core-commerce-cart-dialog {
    border: 1px solid #2C2C2C !important;
}

    .ui-dialog.ccm-core-commerce-cart-dialog .ui-dialog-content {
        padding: 0px;
    }

table.ccm-core-commerce-cart th {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: lighter;
}

.control-group.address.billing_address {
    width: 100%;
}

.ccm-attribute-address-composer-wrapper .control-group {
    width: 50%;
    float: left;
}

.ccm-attribute-address-composer-wrapper .ui-widget input {
    width: 246px;
}

.alshamsiaddress input {
    width: 250px;
    padding: 2px 10px;
    background: rgba(175, 175, 175, 0.3);
    border: 0px solid #AFAFAF;
    color: #303030;
}

.adresssecondrow {
    padding-top: 10px;
}

.alshamsiaddress label {
    display: block;
}

.address-info.row label.control-label {
    display: none;
}

.address-info.row .alshamsiaddress label.control-label {
    display: block;
}

.address-info span.ccm-required {
    display: none;
}

.alshamsiaddress select {
    border: 0px solid #ccc;
    background: rgba(175, 175, 175, 0.3);
    color: #4F4F4F;
    border-radius: 0px !important;
    height: 44px;
    padding: 20px 11px !important;
    width: 250px;
}

.ui-dialog.ccm-core-commerce-cart-dialog .ui-dialog-titlebar-close:hover span {
    background-position: 0 -15px;
    background-color: #312F2F;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-dialog.ccm-core-commerce-cart-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0;
    color: #FFFFFF !important;
    font-weight: lighter;
    padding-left: 4px;
    padding-top: 0px;
    text-shadow: 0 1px 0 rgba(56, 56, 56, 0.2);
    font-size: 20px;
}

.news-padding {
    padding: 45px 0;
    padding-top: 90px;
}

.news-page .alshamsi-breadcrumbs {
    text-align: left;
    list-style: none;
    padding-left: 13px;
    position: relative;
    top: 35px;
    left: 30px;
}

#job-posts {
    padding: 45px 0px;
}

.job-post.item {
    padding: 0 20px;
    padding-bottom: 45px;
}

.alshamsi-breadcrumbs {
    text-align: left;
    list-style: none;
    padding-left: 15px;
}

.about-us-page .alshamsi-breadcrumbs {
    padding-left: 0px;
}

.our-brands-page .alshamsi-breadcrumbs {
    padding-left: 0px;
}

.brandies-row {
    padding-bottom: 45px;
}

.brandies img {
    transition: 0.4s all ease;
    max-width: 100%;
    margin: auto;
}

    .brandies img:hover {
        -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
        filter: grayscale(0%);
    }

.news-listings {
    padding-bottom: 60px;
}

.archive {
    padding: 20px 0 20px 0;
}

    .archive .service-image img {
        width: 100%;
        margin-top: 36px;
    }

    .archive .blog-dates {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 1px solid #868686;
    }

.news-detail {
    line-height: 28px;
    min-height: 112px;
}

.archive .news-detail {
    line-height: 28px;
}

.contact-us-page .contact-form .formidable_column .element input {
    background: #FFFFFF;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
}

.contact-us-page .contact-form .formidable_column .element select {
    width: 100%;
}

.confirmation-msg {
    padding-top: 45px;
    padding-bottom: 35px;
}

.confirmation-msg {
    display: none;
}

#enquiry-error {
    display: none;
}

.ccm-core-commerce-cart-remove a {
    display: inline-block;
    padding: 0px 5px;
}

    .ccm-core-commerce-cart-remove a:hover {
        display: inline-block;
        background: #413E3E;
        padding: 0px 5px;
    }

.block-producty .searchResult {
    display: none;
}

.inner-shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.ccm-required {
    font-weight: bold;
    color: #BA2222;
}

.crumbs-contact {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 55px;
}

h5.ax-main-title {
    display: none;
}

.related-articles img {
    display: none;
}

.related-articles .photo.ccm-core-commerce-add-to-cart-image {
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.home-page .content.container.talign-center.big-paddingp.bottompaddfourfive {
    display: none;
}

.admin-user header {
    top: 50px;
}

.contact-us-page .enquiry-button {
    display: none;
}

.singlesearchresult {
    padding-bottom: 25px;
    text-align: center;
}

input[type='file'] {
    font-size: 12px;
    line-height: 13px !important;
}

.singlesearchresult h3 {
    font-size: 24px;
    line-height: 36px;
}

.singlesearchresult .searchResult {
    min-height: 160px;
    background-size: cover;
}

.block-producty form h4 {
    display: none;
}

.ie10 .bottom-to-top {
    border: 2px solid #c1c3c7;
}

.ie9 .bottom-to-top {
    border: 2px solid #c1c3c7;
}

.ie8 .bottom-to-top {
    border: 2px solid #c1c3c7;
}

.loginpage .checkbox {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.ie-warning {
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    padding: 30px 20px 20px 20px;
    background: #4d4d4d;
    color: #ffffff;
    z-index: 99999;
    display: none;
}

.ie8 .ie-warning {
    display: block;
}
