/* ==========================================================================
	* Template Name: ARTDAY - Creative Shop Template
	* Description: Ecommerce Single Product Template that can be used by a creative artist, agency, shop, for selling your prints. 
	  ARTDAY is a fully responsive Single Product Template built with Bootstrap Framework.
	* Version: 1.1
	* Author: Woss Themes
	* Website: http://artday.wossthemes.com
========================================================================== */


/*
---------------

Table of Contents:

1) GENERAL STYLES
2) HEADER
3) ABOUT SECTION
4) WORKS SECTION
5) SHOP SECTION
6) CALL TO ACTION
7) SUBSCRIBE
8) NEW ARRIVALS SECTION
9) PARALLAX HEADERS
10) CONTACT PAGE
11) JOURNAL PAGE
12) PRODUCT PAGE
13) F.A.Q & PRIVANCY PAGE
14) FOOTER
15) RESPONSIVE STYLES

--------------
*/


/*--------------------------------------
	1) GENERAL STYLES
---------------------------------------*/

body {
    font-family: 'Merriweather', serif;
    direction: ltr;
    color: #585757;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    line-height: 25px;
    margin: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}


/* Font Styles */

.btn,
h1,
h2,
h3,
h4,
h5,
h6,
.dropdown-menu li,
.ws-work-item-desc span,
.ws-footer-bar p,
.ws-topbar,
.ws-navbar,
.ws-item-category,
.ws-item-sale span,
.ws-call-btn a,
.ws-footer li,
.ws-contact-form,
.ws-contact-page .ws-contact-info a,
.ws-contact-offices .caption strong,
.ws-journal-page .nav-tabs li a,
.ws-journal-pagination .pager li>a,
.ws-shop-page .nav-tabs li a,
.ws-faq-page .nav-tabs li a,
.ws-login-form,
.ws-register-form,
.ws-breadcrumb,
.ws-mycart-content thead th,
.ws-mycart-total,
.ws-mycart-content .ws-coupon-code input,
.ws-checkout-billing label,
.ws-checkout-order,
.ws-3d-title {
    font-family: 'Lato', sans-serif;
}

.ws-hero-description h4,
span.minicart-content-price,
.ws-about-team .caption h5,
.ws-forgot-pass a,
.ws-register-link a,
.ws-mycart-content .cart-item-title h3 {
    font-family: 'Merriweather', serif;
}


/* Buttons */

.btn {
    background: transparent;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.ws-btn-facebook {
    font-size: 14px;
    width: 100%;
    padding: 15px;
    border: 1px solid #3b5998;
    background-color: transparent;
    color: #3b5998;
}

.ws-btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
}

.ws-small-btn-black {
    font-size: 12px;
    padding: 10px 35px;
    background-color: #353535;
    color: #fff;
}

.ws-small-btn-black:hover {
    color: #fff;
    background-color: #1d6568;
}

.ws-small-btn {
    font-size: 12px;
    padding: 10px 35px;
    border: 2px solid #1d6568;
    background-color: transparent;
    color: #1d6568;
}

.ws-small-btn:hover {
    color: #fff;
    background-color: #1d6568;
}

.ws-big-btn {
    font-size: 13px;
    padding: 15px 45px;
    background-color: #1d6568;
    color: #fff;
}

.ws-big-btn:hover {
    color: #fff;
    background-color: #356778;
}

.ws-big-btn a {
    color: #fff;
    text-decoration: none;
}

.ws-btn-black {
    font-size: 14px;
    width: 100%;
    padding: 15px;
    background-color: #353535;
    color: #fff;
}

.ws-btn-black:hover {
    color: #fff;
    background-color: #1d6568;
}

.ws-btn-fullwidth {
    font-size: 14px;
    width: 100%;
    padding: 15px;
    background-color: #1d6568;
    color: #fff;
}

.ws-btn-fullwidth:hover {
    color: #fff;
    background-color: #1d6568;
}

.btn-follow {
    padding: 15px 35px;
    background-color: #353535;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    margin: 50px 0 50px 0;
}

.btn-follow:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1d6568;
}


/* Loader */

.sk-folding-cube {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d6568;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

#preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #ffffff;
    z-index: 9999;
}

.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align: center;
}


/* Helpper Classes */

.ws-page-container {
    padding: 70px 0;
}

.right_To_left {
    direction: rtl;
}

.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.padding-top-x50 {
    padding-top: 50px;
}

.padding-top-x70 {
    padding-top: 70px;
}

.padding-bottom-x70 {
    padding-bottom: 70px;
}

.col-no-p {
    padding-right: 0;
    padding-left: 0;
}

.ws-product-title-separator {
    background-color: #1d6568;
    height: 2px;
    margin: 10px 0;
    width: 35px;
}

.ws-price-separator {
    background-color: #000;
    height: 1px;
    margin: 5px 0;
    width: 25px;
}

.ws-separator {
    background-color: #1d6568;
    height: 1px;
    position: relative;
    width: 70px;
    display: block;
    margin: 15px auto 20px auto;
}

.ws-item-separator {
    background-color: #1d6568;
    height: 1px;
    position: relative;
    width: 40px;
    display: block;
    margin: 10px auto 10px auto;
}


/*--------------------------------------
	2) HEADER
---------------------------------------*/


/* Top Bar */

.ws-topbar {
    position: relative;
    color: #77a2a4;
    padding: 0 0 0 24px;
    background-color: #1d6568;
    height: 36px;
}

.ws-topbar-message p {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 36px;
}

.ws-topbar span {
    color: #1b3842;
}


/* Navbar */

.ws-logo {
    padding-bottom: 30px;
    max-width: 300px;
    margin: 0 auto;
}

.ws-navbar {
    min-height: 72px;
    margin: 0;
    border: none;
    border-radius: 0;
    border-color: transparent;
    text-transform: uppercase;
    background-color: transparent;
}

.ws-navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 15px;
}

.ws-navbar .navbar-collapse {
    text-align: center;
}

.ws-navbar .navbar-nav li {
    padding: 8px 30px;
}

.ws-navbar .navbar-nav li a {
    padding: 0;
    color: #353535;
    font-size: 12px;
    font-weight: 600;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-navbar .navbar-nav li a:hover {
    color: #1d6568;
}


/* Header Transparent */

.ws-header-transparent .ws-navbar .navbar-nav li a {
    color: #fff;
}

.ws-header-transparent .ws-navbar .navbar-nav li a:hover {
    color: #1d6568;
}

.ws-header-transparent .ws-navbar .navbar-nav li a.hover {
    color: #77a2a4;
}

.ws-header-transparent .ws-navbar .navbar-nav>.open>a,
.ws-header-transparent .ws-navbar .navbar-nav>.open>a:focus,
.ws-header-transparent .ws-navbar .navbar-nav>.open>a:hover {
    color: #1d6568;
    background-color: transparent;
}

.ws-header-transparent .ws-navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .6);
    border: none;
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ws-header-transparent .ws-navbar .navbar-nav .dropdown-menu>li>a:focus,
.ws-header-transparent .ws-navbar .navbar-nav .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.ws-header-transparent .ws-navbar .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}


/* Header Static */

.ws-header-static {
    position: relative;
    padding: 14px 0;
}

.ws-header-static .ws-navbar .navbar-nav li a {
    color: #353535;
}

.ws-header-static .ws-navbar .navbar-nav li a:hover {
    color: #1d6568;
}

.ws-header-static .ws-navbar .navbar-nav>.open>a,
.ws-header-static .ws-navbar .navbar-nav>.open>a:focus,
.ws-header-static .ws-navbar .navbar-nav>.open>a:hover {
    color: #1d6568;
    background-color: transparent;
}

.ws-header-static .ws-navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    background-color: #ffffff;
    border: none;
    border-color: transparent;
    border-radius: 0;
}

.ws-header-static .ws-navbar .navbar-nav .dropdown-menu li,
.ws-header-transparent .ws-navbar .navbar-nav .dropdown-menu li {
    padding: 15px 30px;
}

.ws-header-static .ws-navbar .navbar-nav .dropdown-menu>li>a:focus,
.ws-header-static .ws-navbar .navbar-nav .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.ws-header-static .ws-navbar .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}


/* Dropdown */

.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu>li.open>a {
    background-color: #F5F5F5;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: -1px;
}

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.dropdown-menu.animated:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0;
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
    bottom: -1px;
    top: auto;
}

.navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}


/* Hero Content */

.ws-header {
    position: relative;
    padding-top: 30px;
}

.ws-hero-title h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}

.ws-hero-description h4 {
    color: #fff;
}

.ws-header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    z-index: 100;
}

.ws-center {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#ws-fullscreen-slider .slotholder:after,
#ws-fullwidth-slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4);
}

#ws-fullscreen-slider .tparrows,
#ws-fullwidth-slider .tparrows {
    background: transparent;
}

#ws-fullscreen-slider .tparrows:before,
#ws-fullwidth-slider .tparrows:before {
    font-size: 36px;
}

.ws-3d-title {
    font-weight: 300;
    color: #353535;
}


/*--------------------------------------
	3) ABOUT SECTION
---------------------------------------*/

.ws-about-section {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 70px 0;
    background-color: #ffffff;
}

.ws-about-content h3 {
    font-size: 22px;
    color: #353535;
    text-transform: uppercase;
}

.ws-featured-collections {
    margin-top: 40px;
}

.featured-collections-item .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.featured-collections-item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.featured-collections-item .caption h3 {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
}

.featured-collections-item .caption h3:before,
.featured-collections-item .caption h3:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    margin: 0 2% 0 -55%;
}

.featured-collections-item .caption h3:after {
    margin: 0 -55% 0 2%;
}

.ws-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.featured-collections-item .ws-overlay:hover {
    background-color: rgba(0, 0, 0, .0);
}

#ws-instagram-section {
    border-top: 1px solid #f2f2f2;
    padding: 70px 0;
}

.ws-about-page h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #353535;
}

.ws-instagram-header h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #353535;
}

.ws-instagram-item {
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-instagram-item img:hover {
    opacity: .7;
}

a.ws-instagram-link {
    font-size: 16px;
    color: #1d6568;
}

.ws-about-team .caption {
    padding-top: 35px;
}

.ws-about-team .caption h5 {
    color: #1d6568;
    padding-bottom: 10px;
}


/*--------------------------------------
	4) WORKS SECTION
---------------------------------------*/

.ws-works-item a {
    color: #353535;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-works-item a:hover {
    color: #1d6568;
}

.ws-works-item {
    padding-top: 40px;
}

.ws-works-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.ws-works-title h3 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #353535;
}

.ws-works-caption {
    margin-top: 15px;
}

h3.ws-item-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}

.ws-item-category {
    color: #1d6568;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.ws-item-price {
    color: #999;
    font-style: italic;
}

.ws-item-price del {
    padding: 0 5px;
}

.ws-item-price ins {
    color: #1d6568;
    padding: 0 5px;
    text-decoration: none;
}

.ws-works-item figure {
    overflow: hidden;
}

.ws-works-item figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-works-item figure:hover img {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ws-item-offer {
    position: relative;
}

.ws-item-sale {
    position: absolute;
    top: -3%;
    left: -3%;
    background-color: #1d6568;
    border-radius: 25px 5px 25px 3px;
    width: 60px;
    height: 60px;
    text-align: center;
    image-rendering: pixelated;
    background-repeat: no-repeat;
}

.ws-item-sale span {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}


/*--------------------------------------
	5) SHOP SECTION
---------------------------------------*/

.ws-shop-account .btn,
.ws-shop-cart .btn,
.ws-shop-cart .btn1 {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}

.ws-shop-account .btn {
    padding: 10px 30px;
}

.ws-shop-account .btn:hover {
    color: #1d6568;
    background-color: #fff;
}

.ws-shop-cart .btn {
    padding: 10px 30px;
    background-color: #5095ad;
}

.ws-shop-cart .btn:hover {
    color: #fff;
    background-color: #1d6568;
}

.ws-shop-cart .btn1 {
    padding: 10px 30px;
    background-color: #1d6568;
}

.ws-shop-cart .btn1:hover {
    color: #fff;
    background-color: #1d6568;
}

ul.ws-shop-menu li {
    margin: 0;
    list-style: none;
    padding-left: 0;
    float: left;
}

.ws-shop-cart:hover .ws-shop-minicart {
    display: block;
}

.ws-shop-minicart {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 30px;
}

.ws-shop-viewcart .btn {
    padding: 9px 20px;
    width: 150px;
    font-size: 12px;
    background-color: #1d6568;
    border: 2px solid #1d6568;
    color: #fff;
}

.ws-shop-viewcart .btn:hover {
    border: 2px solid #1d6568;
    background-color: #1d6568;
}

.ws-shop-checkout .btn {
    padding: 9px 20px;
    width: 150px;
    font-size: 12px;
    border: 2px solid #1d6568;
    background-color: transparent;
    color: #1d6568;
}

.ws-shop-checkout .btn:hover {
    border: 2px solid #1d6568;
    background-color: #1d6568;
    color: #fff;
}

ul.minicart-content-items img {
    max-height: 70px;
    margin-right: 20px;
}

.ws-shop-menu-checkout {
    padding-top: 30px;
}

.minicart-content-details {
    padding-top: 10px;
}

.minicart-content-details a {
    color: #1d6568;
    font-size: 14px;
    text-transform: uppercase;
}

span.minicart-content-price {
    color: #999;
    font-size: 13px;
}

.minicart-content-total {
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
    margin-top: 30px;
}

.minicart-content-total h3 {
    color: #1d6568;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

span.minicart-content-remove a {
    color: #999;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

span.minicart-content-remove a:hover {
    color: #1d6568;
}

span.minicart-content-remove {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.minicart-content-items li.media:last-child {
    margin-bottom: 0;
}

.minicart-content-items li.media {
    position: relative;
    margin-bottom: 15px;
}

.minicart-content ul {
    padding: 0;
}

.ws-shop-page .nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ws-shop-page .nav-tabs,
.nav-pills {
    text-align: center;
}

.ws-shop-page .nav-tabs {
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 30px;
}

.ws-shop-page .nav-tabs li a {
    color: #999;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-shop-page .nav-tabs>li.active>a,
.ws-shop-page .nav-tabs>li.active>a:focus,
.ws-shop-page .nav-tabs>li.active>a:hover {
    color: #1d6568;
    cursor: default;
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
}

.ws-shop-page .nav-tabs>li>a:hover {
    color: #1d6568;
    background-color: transparent;
    border-color: transparent;
}

.ws-more-btn-holder {
    text-align: center;
    padding-top: 70px;
}

.ws-more-btn {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #353535;
    padding: 20px 150px;
    font-size: 12px;
    font-weight: 700;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-more-btn:hover {
    color: #fff;
    background-color: #1d6568;
}

.ws-login-form .form-group {
    margin: 0 0 20px 0;
}

.ws-login-form .control-label {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.ws-login-form .control-label span {
    color: #1d6568;
}

.ws-login-form input.form-control {
    height: 40px;
}

.ws-login-form .form-control {
    border-radius: 0;
    border: 1px solid #dadada;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-login-form input:focus,
.ws-login-form textarea:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-login-form .checkbox label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ws-forgot-pass {
    margin-top: 10px;
}

.ws-forgot-pass a {
    color: #1d6568;
    font-style: italic;
}

.ws-register-link {
    padding-top: 20px;
    text-align: center;
}

.ws-register-link a {
    color: #1d6568;
    border: 1px #1d6568;
    border-style: none none solid none;
    padding-bottom: 2px;
}

.ws-register-form h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #353535;
}

.ws-register-form .form-group {
    margin: 0 0 20px 0;
}

.ws-register-form .control-label {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.ws-register-form .control-label span {
    color: #1d6568;
}

.ws-register-form input.form-control {
    height: 40px;
}

.ws-register-form .form-control {
    border-radius: 0;
    border: 1px solid #dadada;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-register-form input:focus,
.ws-register-form textarea:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-register-form .checkbox a {
    color: #1d6568;
    text-decoration: underline;
}

.ws-register-form .checkbox label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


/* Modal */

#ws-register-modal .modal-footer {
    text-align: center;
    border: none;
    padding-bottom: 50px;
}

#ws-register-modal .modal-header {
    padding: 15px;
    border: none;
}

#ws-register-modal .modal-body .ws-register-form h2 {
    text-align: center;
}

#ws-register-modal .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ws-register-modal .close {
    opacity: 1;
    font-size: 32px;
    color: #1d6568;
}


/* My Cart */

table .img-responsive {
    width: 100%;
}

.ws-mycart-content td,
.ws-mycart-content th {
    padding: 15px !important;
}

.ws-mycart-content td:first-child,
.ws-mycart-content th:first-child {
    padding-left: 0 !important;
}

.ws-mycart-content td:last-child,
.ws-mycart-content th:last-child {
    padding-right: 0 !important;
}

.ws-mycart-content tbody td.cart-item-cell {
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2 !important;
}

.ws-mycart-content thead th.cart-item-head {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2 !important;
}

.ws-mycart-content .cart-item-remove {
    width: 100px;
    text-align: right;
}

.ws-mycart-content .cart-item-remove a {
    color: #999;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-mycart-content .cart-item-remove a:hover {
    color: #1d6568;
}

.ws-mycart-content .cart-item-title a {
    color: #999;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-mycart-content .cart-item-title a:hover {
    color: #1d6568;
}

.ws-mycart-content .cart-item-title h3 {
    font-size: 14px;
}

.ws-mycart-content .cart-item-thumb,
.ws-mycart-content .cart-item-price,
.ws-mycart-content .cart-item-quantity,
.ws-mycart-content .cart-item-subtotal {
    width: 100px;
}

.ws-mycart-content .cart-item-quantity input {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #dadada;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-mycart-content .cart-item-quantity input:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-mycart-total {
    margin-top: 15px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 30px;
}

.ws-mycart-total table {
    width: 100%;
}

.ws-mycart-total h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ws-mycart-total tbody tr.cart-subtotal th,
.ws-mycart-total tbody tr.shipping th {
    font-weight: 400;
}

.ws-mycart-total tbody th {
    text-align: left;
}

.ws-mycart-total tbody td {
    text-align: right;
}

.ws-mycart-total tbody tr th,
.ws-mycart-total tbody tr td {
    font-size: 13px;
    padding-bottom: 30px;
}

.ws-mycart-total tbody tr.order-total {
    text-transform: uppercase;
    border-top: 1px solid #ddd;
}

.ws-mycart-total tbody tr.order-total th,
.ws-mycart-total tbody tr.order-total td {
    font-weight: 600;
    padding-top: 30px;
    color: #1d6568;
}

.ws-mycart-content .ws-update-cart {
    float: right;
    text-align: right;
}

.ws-mycart-content .ws-coupon-code {
    float: left;
}

.ws-mycart-content .ws-coupon-code input {
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #dadada;
    text-transform: uppercase;
    height: 37px;
    margin-right: -5px;
    padding: 0 50px 0 15px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-mycart-content .ws-coupon-code input:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}


/* Checkout */

.ws-checkout-coupon {
    text-align: center;
}

.coupon-info {
    background-color: #f5f5f5;
    padding: 10px;
}

.coupon-info p {
    font-size: 13px;
    font-style: italic;
}

.coupon-info a {
    color: #1d6568;
}

.ws-checkout-coupon-code {
    padding: 30px 0;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}

.ws-checkout-coupon-code input {
    font-style: italic;
    font-size: 13px;
    border: 1px solid #dadada;
    padding: 0 15px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 40px;
    width: 100%;
}

.ws-checkout-coupon-code input:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-checkout-coupon-code .ws-btn-fullwidth {
    font-size: 13px;
    padding: 10px;
}

.ws-checkout-content {
    margin-top: 30px;
}

.ws-checkout-billing h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.ws-checkout-billing input {
    height: 40px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    border: 1px solid #dadada;
    padding: 0 15px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 0;
}

.ws-checkout-billing input:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-checkout-billing textarea {
    height: 120px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    border: 1px solid #dadada;
    padding: 15px;
    resize: none;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 0;
}

.ws-checkout-billing textarea:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-checkout-first-row .ws-checkout-input:first-child {
    padding-right: 20px;
}

.ws-checkout-input {
    margin-bottom: 20px;
}

.ws-checkout-billing label {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.ws-checkout-billing label span {
    color: #1d6568;
}


/* Order Table */

.ws-checkout-order {
    background-color: #f5f5f5;
    padding: 30px;
}

.ws-checkout-order h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ws-checkout-order thead {
    text-transform: uppercase;
}

.ws-checkout-order th {
    font-size: 13px;
}

th.ws-order-product {
    color: #1d6568;
    text-align: left;
}

th.ws-order-total {
    color: #1d6568;
    text-align: right;
}

.ws-checkout-order table td,
.ws-checkout-order table th {
    padding-bottom: 30px;
}

.ws-checkout-order tbody th {
    font-weight: 400;
    text-align: left;
    width: 50%;
}

.ws-checkout-order tbody td {
    text-align: right;
    width: 50%;
}

tfoot.ws-checkout-shipping tr:first-child th {
    font-weight: 400;
}

tfoot.ws-checkout-shipping th {
    font-size: 13px;
}

tfoot.ws-checkout-shipping tr.ws-shipping-total {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #1d6568;
}

tfoot.ws-checkout-shipping tr.ws-shipping-total td {
    text-align: right;
}

.ws-shipping-payment {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ws-shipping-payment .radio {
    margin: 0;
}

.ws-shipping-payment .radio label {
    text-transform: uppercase;
    font-weight: 600;
    color: #1d6568;
}


/*--------------------------------------
	6) CALL TO ACTION
---------------------------------------*/

.ws-call-section {
    position: relative;
    min-height: 350px;
    background: url(../img/backgrounds/fot.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ws-parallax-holder {
    text-align: center;
}

.ws-parallax-holder h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}

.ws-parallax-holder p {
    color: #fff;
}

.ws-parallax-caption {
    display: table;
    width: 100%;
    height: 100%;
}

.ws-parallax-caption .ws-parallax-holder {
    display: table-cell;
    vertical-align: middle;
}

.ws-call-btn {
    padding-top: 30px;
}

.ws-call-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-style: none none solid none;
    border-width: 2px;
    padding-bottom: 3px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-call-btn a:hover {
    color: #1d6568;
}


/*--------------------------------------
	7) SUBSCRIBE
---------------------------------------*/

.ws-subscribe-section {
    border-top: 1px solid #f2f2f2;
    padding: 70px 0;
}

.ws-subscribe-content h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #353535;
}

.ws-subscribe-content p {
    font-size: 13px;
    color: #000;
}

.ws-subscribe-content .form-inline .form-control:focus {
    background-color: #EBEBEB;
}

.ws-subscribe-content .form-inline .form-control {
    width: 350px;
    font-size: 12px;
    height: 45px;
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-btn-subscribe {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #353535;
    height: 45px;
    line-height: 33px;
    width: 160px;
    font-size: 12px;
    margin-left: -3px;
    font-weight: 700;
}

.ws-btn-subscribe:hover {
    color: #fff;
    background-color: #1d6568;
}


/*--------------------------------------
	8) NEW ARRIVALS SECTION
---------------------------------------*/

.ws-items-carousel {
    position: relative;
    padding: 0;
    margin: 0;
}

.ws-arrivals-section {
    padding: 70px 0;
    border-bottom: 1px solid #f2f2f2;
}

#ws-items-carousel .owl-controls {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ws-items-carousel .owl-controls .owl-prev {
    padding: 10px 20px 10px 15px;
    text-align: center;
    background-color: rgba(204, 180, 142, .8);
    position: absolute;
    left: 0;
}

#ws-items-carousel .owl-controls .owl-next {
    padding: 10px 15px 10px 20px;
    text-align: center;
    background-color: rgba(204, 180, 142, .8);
    position: absolute;
    right: 0;
}

#ws-items-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    display: block;
    font: normal normal normal 32px/1 FontAwesome;
}

#ws-items-carousel .owl-controls .owl-next:before {
    color: #fff;
    content: "\f105";
    display: block;
    font: normal normal normal 32px/1 FontAwesome;
}


/*--------------------------------------
	9) PARALLAX HEADERS
---------------------------------------*/

.ws-simple-header {
    text-align: center;
    background-color: #f2f2f2;
    padding: 70px 0;
}

.ws-simple-header-caption h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.ws-simple-header-caption h1:before,
.ws-simple-header-caption h1:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 15px;
    height: 21px;
    border-bottom: 1px solid #999;
    margin: 0 2% 0 -55%;
}

.ws-simple-header-caption h1:after {
    margin: 0 -55% 0 2%;
}

.ws-parallax-header {
    position: relative;
    min-height: 300px;
    background: transparent;
}


/* Title */

.ws-parallax-header .ws-parallax-holder h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.ws-parallax-header .ws-parallax-holder h1:before,
.ws-parallax-header .ws-parallax-holder h1:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 10px;
    height: 21px;
    border-bottom: 1px solid #fff;
    margin: 0 2% 0 -55%;
}

.ws-parallax-header .ws-parallax-holder h1:after {
    margin: 0 -55% 0 2%;
}


/*--------------------------------------
	10) CONTACT PAGE
---------------------------------------*/

.ws-contact-form .control-label {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.ws-contact-form .control-label span {
    color: #1d6568;
}

.ws-contact-form input.form-control {
    height: 40px;
}

.ws-contact-form textarea.form-control {
    resize: none;
}

.ws-contact-form input:focus,
.ws-contact-form textarea:focus {
    border: 1px solid #1d6568;
    background-color: transparent;
}

.ws-contact-form .form-group {
    margin: 0 0 20px 0;
}

.ws-contact-form .form-control {
    border-radius: 0;
    border: 1px solid #dadada;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-contact-page .ws-contact-info h2 {
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ws-contact-page .ws-contact-info a {
    color: #1d6568;
}

.ws-contact-offices {
    padding-top: 70px;
}

.ws-contact-offices h2 {
    font-size: 24px;
    color: #353535;
    text-align: center;
    text-transform: uppercase;
}

.ws-contact-offices .thumbnail {
    position: relative;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.ws-contact-offices .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ws-contact-offices .caption address {
    padding: 0;
    margin: 0;
    color: #fff;
}

.ws-contact-offices .caption strong {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.ws-contact-separator {
    background-color: #fff;
    height: 1px;
    position: relative;
    width: 50px;
    display: block;
    margin: 5px auto 10px auto;
}


/*--------------------------------------
	11) JOURNAL PAGE
---------------------------------------*/

.ws-journal-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ws-journal-item {
    padding-bottom: 30px;
}

.ws-journal-page .nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ws-journal-pagination .pager {
    margin: 0;
    padding-top: 40px;
}

.ws-journal-pagination .pager li>a {
    color: #999;
    border: none;
    text-transform: uppercase;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-journal-pagination .pager li>a:focus,
.ws-journal-pagination .pager li>a:hover {
    color: #1d6568;
    background-color: transparent;
}

.ws-journal-page .nav-tabs,
.nav-pills {
    text-align: center;
}

.ws-journal-page .nav-tabs {
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 70px;
}

.ws-journal-page .nav-tabs li a {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 15px;
    font-weight: 600;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-journal-page .nav-tabs>li.active>a,
.ws-journal-page .nav-tabs>li.active>a:focus,
.ws-journal-page .nav-tabs>li.active>a:hover {
    color: #1d6568;
    cursor: default;
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
}

.ws-journal-page .nav-tabs>li>a:hover {
    color: #1d6568;
    background-color: transparent;
    border-color: transparent;
}

.ws-journal-image figure {
    overflow: hidden;
}

.ws-journal-image figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-journal-image figure:hover img {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ws-journal-caption {
    padding: 15px 0;
}

.ws-journal-caption h3 {
    font-size: 18px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 15px;
}

.ws-journal-caption p {
    color: #999;
}

span.ws-journal-category {
    color: #1d6568;
    font-style: italic;
    padding-top: 15px;
}


/*--------------------------------------
	12) PRODUCT PAGE
---------------------------------------*/

.ws-breadcrumb {
    border-top: 1px solid #f2f2f2;
    padding-top: 70px;
}

.ws-breadcrumb .breadcrumb {
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.ws-breadcrumb .breadcrumb li a {
    color: #999;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-breadcrumb .breadcrumb li a:hover {
    color: #1d6568;
}

.ws-breadcrumb .breadcrumb li.active {
    color: #1d6568;
}

.ws-breadcrumb .breadcrumb li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

#ws-products-carousel {
    position: relative;
}

#ws-products-carousel .owl-controls {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ws-products-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    display: block;
    font: normal normal normal 32px/1 FontAwesome;
}

#ws-products-carousel .owl-controls .owl-prev {
    padding: 10px 20px 10px 15px;
    text-align: center;
    background-color: #1d6568;
    position: absolute;
    left: 0;
    border-radius: 17px;
}

#ws-products-carousel .owl-controls .owl-next:before {
    color: #fff;
    content: "\f105";
    display: block;
    font: normal normal normal 32px/1 FontAwesome;
}

#ws-products-carousel .owl-controls .owl-next {
    padding: 10px 15px 10px 20px;
    text-align: center;
    background-color: #1d6568;
    position: absolute;
    right: 0;
    border-radius: 17px;
}

.ws-product-content header {
    text-align: center;
    padding-bottom: 30px;
}

.ws-product-content .ws-product-quantity {
    height: 50px;
    border: 1px solid #f5f5f5;
    margin: 20px auto 0 auto;
    width: 200px;
}

.ws-product-content .ws-product-quantity input {
    width: 40%;
    border: 0;
    height: 48px;
    line-height: normal;
    float: left;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 0 24px;
}

.ws-product-content .ws-product-quantity a.minus {
    float: left;
    width: 30%;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 17px;
    color: #1d6568;
    background-color: #1d6568;
}

.ws-product-content .ws-product-quantity a.plus {
    float: left;
    width: 30%;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 17px;
    color: #1d6568;
    background-color: #1d6568;
}

.ws-product-details {
    padding-bottom: 30px;
}

.ws-product-content header h3 {
    color: #353535;
}

.ws-single-item-price {
    font-size: 22px;
}

.ws-products-description-content {
    border-top: 1px solid #1d6568;
}

.ws-product-description {
    padding: 70px 100px;
    border-bottom: 1px solid #1d6568;
}

.ws-product-description h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #353535;
    margin-bottom: 30px;
}

.ws-product-social-icon a {
    color: #999;
    font-size: 18px;
    margin: 0 18px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-product-social-icon a:hover {
    color: #1d6568;
}

.ws-related-section {
    padding: 70px 0;
}

.ws-related-title h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #353535;
}


/*--------------------------------------
	13) F.A.Q & PRIVANCY PAGE
---------------------------------------*/

.ws-faq-page .nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ws-faq-page .nav-tabs,
.nav-pills {
    text-align: center;
}

.ws-faq-page .nav-tabs {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding-bottom: 70px;
}

.ws-faq-page .nav-tabs li a {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 15px;
    font-weight: 600;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-faq-page .nav-tabs>li.active>a,
.ws-faq-page .nav-tabs>li.active>a:focus,
.ws-faq-page .nav-tabs>li.active>a:hover {
    color: #1d6568;
    cursor: default;
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
}

.ws-faq-page .nav-tabs>li>a:hover {
    color: #1d6568;
    background-color: transparent;
    border-color: transparent;
}

.ws-faq-pane-holder h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #353535;
}

.accordion-group {
    border-top: 1px solid #1d6568;
    margin-top: 25px;
    padding-top: 25px;
}

.ws-accordion .accordion-heading a {
    color: #353535;
    font-size: 16px;
}

.accordion-inner {
    padding-top: 20px;
}


/*--------------------------------------
	14) FOOTER
---------------------------------------*/

.ws-footer {
    color: #fff;
    padding: 70px 0;
    background-color: #1d6568;
}

.ws-footer a {
    color: #77a2a4;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-footer a:hover {
    color: #91d8f1;
}

.ws-footer h3 {
    color: #77a2a4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.ws-footer ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.ws-footer li {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 12px;
}

.ws-footer-separator {
    background-color: #1d6568;
    height: 1px;
    width: 15px;
    display: block;
    margin: 15px 0 20px 0;
}

.ws-footer-bar ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.ws-footer-bar {
    padding: 10px 0;
    background-color: #353535;
}

.ws-footer-bar p {
    color: #1d6568;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

ul.ws-footer-social i {
    margin-right: 5px;
}

.ws-footer-about {
    padding-right: 60px;
}

.ws-footer-about p {
    color: #999;
    font-size: 12px;
}

ul.ws-footer-payments li {
    color: #999;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 3px;
    float: left;
}


/*--------------------------------------
	15) RESPONSIVE STYLES
---------------------------------------*/

.ws-navbar .navbar-toggle .icon-bar {
    background-color: rgb(22, 22, 22);
    width: 25px;
    height: 1px;
    border-radius: 0;
}

.ws-navbar .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.ws-navbar .navbar-toggle:focus,
.ws-navbar .navbar-toggle:hover {
    background-color: transparent;
}

@media only screen and (max-width: 1200px) {
    #ws-items-carousel .owl-controls {
        top: 37%;
    }
    #ws-items-carousel .owl-controls .owl-prev {
        padding: 5px 15px 5px 10px;
    }
    #ws-items-carousel .owl-controls .owl-next {
        padding: 5px 10px 5px 15px;
    }
    .ws-logo {
        padding-bottom: 8px;
        max-width: 200px;
    }
    .ws-header-transparent {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        z-index: 100;
    }
}

@media only screen and (max-width: 768px) {
    .ws-subscribe-content .form-inline .form-control {
        width: 270px;
    }
    .featured-collections-item .caption h3 {
        font-size: 9px;
    }
    .featured-collections-item .caption h3:before,
    .featured-collections-item .caption h3:after {
        height: 8px;
    }
    .ws-header-static .navbar-left,
    .ws-header-static .navbar-right {
        float: none !important;
    }
    .ws-header-transparent .navbar-left,
    .ws-header-transparent .navbar-right {
        float: none !important;
    }
    .ws-center {
        position: relative;
        top: 0;
        left: 10%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .ws-header-static {
        padding: 15px 0 0 0;
    }
    .ws-header-transparent {
        padding: 15px 0 0 0;
    }
    .ws-logo {
        padding-bottom: 8px;
        max-width: 200px;
    }
    .ws-cart-page .col-sm-8,
    .ws-cart-page .col-sm-4 {
        width: 100%;
    }
    .ws-header-third .ws-navbar .navbar-nav li {
        padding: 8px 25px;
    }
}

@media only screen and (max-width: 768px) {
    .ws-logo {
        padding-bottom: 0;
    }
    .row {
        margin: 0;
    }
    #ws-items-carousel .owl-controls {
        top: 43%;
    }
    .featured-collections-item {
        padding-bottom: 10px;
    }
    .ws-footer {
        padding: 0 0 70px 0;
    }
    .ws-footer-about {
        padding: 0;
    }
    .ws-footer .ws-footer-col {
        padding-top: 70px;
    }
    .ws-footer-bar .pull-right {
        display: none !important;
    }
    .ws-subscribe-content .form-inline .form-control {
        width: 300px;
        margin: 0 auto;
    }
    #ws-instagram-section {
        text-align: center;
    }
    .ws-instagram-item {
        padding-top: 15px;
    }
    .vertical-align {
        display: block;
    }
    .ws-shop-minicart {
        width: 100%;
    }
    .ws-topbar ul.ws-shop-menu li.ws-shop-account {
        display: none;
    }
    .ws-product-description {
        padding: 70px 20px;
    }
    .ws-contact-info {
        padding-bottom: 30px;
        text-align: center;
    }
    .ws-contact-form .form-group:last-child {
        margin: 0;
    }
    .ws-contact-form .ws-big-btn {
        width: 100%;
    }
    .ws-contact-office-item {
        padding-bottom: 15px;
    }
    .ws-contact-office-item:last-child {
        padding-bottom: 0;
    }
    .ws-header-static .navbar-collapse {
        background-color: #ffffff;
        border: none;
        padding-top: 0;
        border-top: 1px solid #ffffff;
        margin-top: 20px;
    }
    .ws-header-static .navbar-toggle {
        position: absolute;
        top: -55px;
        border: none;
        margin: 8px 0 9px 25px;
        padding: 2px;
    }
    .ws-header-static {
        padding: 20px 0 20px 0;
    }
    .ws-header-transparent .navbar-collapse {
        background-color: rgba(0, 0, 0, .6);
        border: none;
        padding-top: 0;
        margin: 20px 20px 0 20px;
        padding-bottom: 20px;
    }
    .ws-header-transparent .navbar-toggle {
        position: absolute;
        top: -55px;
        border: none;
        margin: 8px 0 9px 25px;
        padding: 2px;
    }
    .ws-header-transparent {
        padding: 20px 0 20px 0;
    }
    .ws-about-team-item:first-child {
        padding-bottom: 15px;
    }
    .ws-faq-page .nav-tabs li a {
        padding: 5px 15px;
    }
    .ws-faq-page .nav-tabs li {
        display: inline;
    }
    .ws-more-btn {
        padding: 20px 120px;
    }
    .ws-shop-page .nav-tabs li a {
        padding: 5px 15px;
    }
    .ws-shop-page .nav-tabs li {
        display: inline;
    }
    #ws-products-carousel {
        padding-bottom: 20px;
    }
    .ws-checkout-first-row .ws-checkout-input:first-child {
        padding-right: 0;
    }
    .ws-mycart-content table thead {
        display: none;
    }
    .ws-mycart-content table tbody td {
        display: block;
        text-align: center;
    }
    .ws-mycart-content .cart-item-thumb,
    .ws-mycart-content .cart-item-price,
    .ws-mycart-content .cart-item-quantity,
    .ws-mycart-content .cart-item-subtotal {
        margin: 0 auto;
    }
    .ws-mycart-content .cart-item-remove {
        margin: 0 auto;
        text-align: center;
    }
    .ws-mycart-content tbody td.cart-item-cell {
        border: none !important;
    }
    .ws-mycart-content table tr.cart-item {
        border-bottom: 1px solid #f2f2f2;
    }
    .ws-mycart-content .ws-coupon-code {
        float: none;
        padding-bottom: 20px;
    }
    .ws-mycart-content .ws-update-cart {
        float: none;
        text-align: center;
    }
    .ws-mycart-content .ws-coupon-code .btn,
    .ws-mycart-content .ws-update-cart .btn,
    .ws-mycart-content .ws-coupon-code input {
        width: 100%;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        border: none;
    }
    .ws-mycart-content td:last-child,
    .ws-mycart-content th:last-child {
        padding-right: 15px !important;
    }
    .ws-mycart-content td:first-child,
    .ws-mycart-content th:first-child {
        padding-left: 15px !important;
    }
    .ws-header-static .ws-navbar .navbar-nav {
        display: block;
        margin: 0;
    }
    .ws-header-static .ws-navbar .navbar-nav li a {
        text-align: center;
    }
    .ws-header-transparent .ws-navbar .navbar-nav {
        display: block;
        margin: 0;
    }
    .ws-header-transparent .ws-navbar .navbar-nav li a {
        text-align: center;
    }
    .ws-navbar .navbar-nav li {
        padding: 20px 0 0 0;
    }
    .ws-shop-cart:hover .ws-shop-minicart {
        display: none;
    }
    .ws-header-static .ws-navbar .navbar-nav .open .dropdown-menu>li>a {
        color: #353535;
    }
    .ws-header-static .ws-navbar .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #1d6568;
    }
    .ws-header-static .ws-navbar .navbar-nav .dropdown-menu li {
        padding-bottom: 0;
    }
    .ws-header-static .ws-navbar .navbar-nav .dropdown-menu {
        padding: 0 0 15px 0;
        margin-top: 15px;
        background-color: #ffffff;
    }
    .ws-header-transparent .ws-navbar .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .ws-header-transparent .ws-navbar .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #1d6568;
    }
    .ws-header-transparent .ws-navbar .navbar-nav .dropdown-menu li {
        padding-bottom: 0;
    }
    .ws-header-transparent .ws-navbar .navbar-nav .dropdown-menu {
        padding: 0 0 15px 0;
        margin-top: 15px;
        background-color: rgba(0, 0, 0, .8);
    }
    .ws-header-third .navbar-toggle {
        top: -91px;
    }
    .ws-subscribe-content .form-inline .form-control,
    .ws-btn-subscribe {
        width: 100%;
    }
    .ws-shop-cart .btn {
        background-color: transparent;
    }
    .ws-shop-cart .btn:hover {
        background-color: transparent;
    }
    .ws-hero-title h1 {
        font-size: 26px;
        padding-bottom: 70px;
        text-align: center;
    }
    .ws-hero-description h4 {
        display: none;
    }
    .ws-3d-title {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .rwd-break {
        display: none;
    }
}

.pagination {
    width: 95%;
    margin: 10px auto;
    text-align: left;
    direction: ltr;
    margin-top: 50px;
}

.pagination .current {
    padding: 4px 10px;
    color: black;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    background: whitesmoke;
}

.pagination .page-numbers {
    padding: 4px 10px;
    color: white !important;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    background: #1d6568;
    border-radius: 10px;
}


/* CONTACT US */


/* Contact Form variables
========================================================*/


/* Contact Form Basic Styles 
========================================================*/

#contact-form .btn {
    margin-top: 31px;
    font-size: 10px;
    border-radius: 20px;
}

#contact-form .btn+.btn {
    margin-left: 10px;
}

#contact-form label {
    display: block;
    float: left;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 40px;
    direction: rtl;
}

#contact-form label+label {
    margin-left: 30px;
}

#contact-form label.message {
    margin-left: 0;
    width: 100%;
    position: relative;
    top: -1px;
}

#contact-form fieldset {
    border: none;
}


/* Contact Form Placeholder Styles 
========================================================*/

#contact-form ._placeholder {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 27px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: text;
    color: #323045;
}

#contact-form ._placeholder.focused {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(237, 44, 53, 0.7);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

#contact-form ._placeholder.hidden {
    display: none;
}

#contact-form .file ._placeholder {
    display: none;
}


/* Contact Form Input 
========================================================*/

#contact-form input[type='text'] {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 27px 5px;
    outline: none;
    color: #323045;
    height: 31px;
    border: 1px solid #000;
    border: 1px solid rgba(50, 48, 69, 0.34);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background-color: #ffffff;
}


/* Contact Form File Input 
========================================================*/

#contact-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form input.form-control[disabled] {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

#contact-form input.form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 6px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-form .input-group-btn:first-child>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin: 0 -1px 0 0;
}

#contact-form .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#contact-form .input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#contact-form .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#contact-form input.form-control,
#contact-form .input-group-btn {
    display: table-cell;
    border-collapse: separate;
    float: none !important;
}

#contact-form .input-group-btn label {
    width: auto;
    margin-left: -1px;
}

#contact-form .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}

#contact-form .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

#contact-form .btn-default:hover {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

#contact-form .btn-default:active,
#contact-form .btn-default:focus {
    outline-offset: -2px;
    outline: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/* Contact Form Textarea 
========================================================*/

#contact-form textarea {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 27px 5px;
    outline: none;
    border: 1px solid #000;
    border: 1px solid rgba(50, 48, 69, 0.34);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #323045;
    height: 150px;
    background-color: #ffffff;
}


/* Contact Form Error messages
========================================================*/

#contact-form .empty-message,
#contact-form .error-message {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #1d6568;
    height: 0;
    overflow: hidden;
    font-size: 11px;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    z-index: 99;
}

#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
    height: 20px;
}


/* Contact Form Processing Box
========================================================*/

#contact-form .contact-form-loader {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    background-image: url('../img/form-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
}

#contact-form.processing .contact-form-loader {
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/* Contact Form Modal 
========================================================*/

.modal-open {
    overflow: hidden;
}

#contact-form .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#contact-form .modal h4 {
    font-size: 24px;
    color: #616070;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
    position: relative;
    z-index: 10;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-dialog {
    width: 600px;
    margin: 10px auto;
}

@media only screen and (max-width: 768px) {
    .modal-dialog {
        position: relative;
        width: auto !important;
        margin: 10px;
    }
}


/* Contact Form Close icon 
========================================================*/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

@media only screen and (max-width: 1199px) {
    #contact-form {
        padding-right: 0;
    }
    #contact-form label {
        width: 100%;
        margin: 0 !important;
        clear: left;
    }
}


/* Video */

.videoWrapperOuter {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: inherit;
}

.videoWrapperInner {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
}

.videoWrapperInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMHYxNDBoMTI4MEwwIDB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 60px;
    bottom: -239px;
    /* height: 60px; */
    z-index: 1;
    /* position: absolute; */
    display: block;
    background-repeat-y: no-repeat;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    margin-bottom: -1px;
    filter: invert(10%) sepia(19%) saturate(356%) hue-rotate(61deg) brightness(102%) contrast(105%);
}

.vc_custom_1475064828722 {
    padding-top: 70px !important;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pb-100px {
    padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-100px {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

.contact-wrapper {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-wrapper {
        padding: 70px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-wrapper {
        padding: 50px 30px;
    }
}

.contact-wrapper .contact-info .single-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 35px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-wrapper .contact-info .single-contact {
        padding: 30px 28px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-wrapper .contact-info .single-contact {
        padding: 25px 20px;
    }
}

.contact-wrapper .contact-info .single-contact .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-155deg, #1d6568 0%, #2c6c83 98%, #f3dfe0 100%);
    border-radius: 50%;
    margin-right: 30px;
}

.contact-wrapper .contact-info .single-contact .icon-box img {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
    .contact-wrapper .contact-info .single-contact .icon-box {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}

.contact-wrapper .contact-info .single-contact .info-box {
    width: calc(100% - 100px);
}

@media only screen and (max-width: 479px) {
    .contact-wrapper .contact-info .single-contact .info-box {
        width: calc(100% - 80px);
    }
}

.contact-wrapper .contact-info .single-contact .info-box .title {
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 600;
    margin: 0 0 3px;
}

@media only screen and (max-width: 479px) {
    .contact-wrapper .contact-info .single-contact .info-box .title {
        font-size: 20px;
    }
}

.contact-wrapper .contact-info .single-contact .info-box p {
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}

.contact-wrapper .contact-info .single-contact .info-box a {
    color: #848484;
}

@media only screen and (max-width: 479px) {
    .contact-wrapper .contact-info .single-contact .info-box a {
        color: #848484;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .contact-wrapper .contact-info .single-contact .info-box a {
        color: #848484;
        font-size: 15px;
    }
}

.contact-wrapper .contact-info .single-contact .info-box a:hover {
    color: #fb5d5d;
}

.contact-wrapper .contact-info .single-contact:hover img {
    transform: scale(0.9) rotate(3deg);
}

.contact-wrapper .contact-info .single-contact+.single-contact {
    margin-top: 30px;
}

.contact-form {
    padding-left: 30px;
}

.contact-form .contact-title {
    margin: 0 0 31px;
}

.contact-form .contact-title .title {
    font-size: 30px;
    color: #222121;
    font-weight: 700;
    margin: 0 0 14px;
    direction: rtl;
}

.contact-form .contact-title p {
    color: #404040;
    line-height: 27px;
    direction: rtl;
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
    background: transparent;
    border: 1px solid #c1c1c1;
    margin-bottom: 30px;
    color: #474747;
    font-size: 14px;
}

.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
    font-style: italic;
    color: #999999;
}

.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
    border-color: #fb5d5d;
}

.contact-form .contact-form-style textarea {
    margin-bottom: 0;
    height: 200px;
}

.contact-form p {
    color: #474747;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        padding: 50px 27px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 50px 0px 0px;
    }
}

.contact-form button {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 600;
}

.contact-form button i {
    font-size: 16px;
    margin-left: 10px;
}

.gmap_canvas {
    line-height: 0;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #1d6568;
    text-align: center;
    color: #77a2a4;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.arabic-css {
    font-size: 26px;
    direction: rtl;
}

.contact-wrapper-one {
    position: relative;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgb(22 37 66 / 7%);
    box-shadow: 0px 10px 60px 0px rgb(22 37 66 / 7%);
    padding: 90px 60px 60px;
    margin-bottom: -85px;
    @media (max-width: 767px) .contact-wrapper-one {
        padding: 90px 30px 60px;
    }
}

.contact-wrapper-one .contact-form .form_control {
    background-color: rgba(22, 37, 66, 0.05);
    height: 60px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    margin-bottom: 30px;
}

.form_control {
    width: 100%;
    padding: 0 30px;
    height: 55px;
    border: none;
}

.main-btn {
    position: relative;
    z-index: 1;
    background-color: #1d6568;
    padding: 13px 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
}

.contact-wrapper-one .contact-form .main-btn {
    padding: 15px 45px;
    width: 100%;
    text-align: center;
}

.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form_group {
    position: relative;
}

.contact-wrapper-one {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
    padding: 90px 60px 60px;
    margin-bottom: -85px;
}

@media (max-width: 767px) {
    .contact-wrapper-one {
        padding: 90px 30px 60px;
    }
}

.contact-wrapper-one .contact-form .form_control {
    background-color: rgba(22, 37, 66, 0.05);
    height: 60px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    margin-bottom: 30px;
}

.contact-wrapper-one .contact-form .form_control::-webkit-input-placeholder {
    color: #162542;
}

.contact-wrapper-one .contact-form .form_control::-moz-placeholder {
    color: #162542;
}

.contact-wrapper-one .contact-form .form_control:-ms-input-placeholder {
    color: #162542;
}

.contact-wrapper-one .contact-form .form_control::-ms-input-placeholder {
    color: #162542;
}

.contact-wrapper-one .contact-form .form_control::placeholder {
    color: #162542;
}

.contact-wrapper-one .contact-form textarea.form_control {
    padding-top: 15px;
}

.contact-wrapper-one .contact-form .nice-select {
    background-color: rgba(22, 37, 66, 0.05);
    height: 65px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400;
    color: #162542;
    font-family: "Merriweather", serif;
    line-height: 65px;
    border-radius: 0px;
    border: none;
    margin-bottom: 30px;
}

.contact-wrapper-one .contact-form .nice-select:after {
    right: 30px;
}

.contact-wrapper-one .contact-form .main-btn {
    padding: 15px 45px;
    width: 100%;
    text-align: center;
}

.contact-wrapper-two {
    position: relative;
    z-index: 2;
    margin-left: 70px;
    padding: 48px 40px 45px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
    margin-bottom: -70px;
}

@media (max-width: 767px) {
    .contact-wrapper-two {
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

.contact-wrapper-two .section-title h2 {
    margin-bottom: 10px;
}

.contact-wrapper-two .contact-form .form_control {
    background-color: rgba(22, 37, 66, 0.05);
    height: 65px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Merriweather", serif;
}

.contact-wrapper-two .contact-form .form_control::-webkit-input-placeholder {
    color: #162542;
}

.contact-wrapper-two .contact-form .form_control::-moz-placeholder {
    color: #162542;
}

.contact-wrapper-two .contact-form .form_control:-ms-input-placeholder {
    color: #162542;
}

.contact-wrapper-two .contact-form .form_control::-ms-input-placeholder {
    color: #162542;
}

.contact-wrapper-two .contact-form .form_control::placeholder {
    color: #162542;
}

.contact-wrapper-two .contact-form textarea.form_control {
    padding-top: 15px;
    height: 230px;
}

.contact-wrapper-two .contact-form .nice-select {
    background-color: rgba(22, 37, 66, 0.05);
    height: 65px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 700;
    color: #162542;
    font-family: "Merriweather", serif;
    line-height: 65px;
    border-radius: 0px;
    border: none;
}

.contact-wrapper-two .contact-form .nice-select:after {
    right: 30px;
}

.contact-wrapper-two .contact-form .main-btn {
    width: 100%;
    text-align: center;
}

.contact-wrapper-three {
    padding: 70px 70px 80px;
    background-color: rgba(182, 140, 90, 0.07);
}

@media (max-width: 767px) {
    .contact-wrapper-three {
        padding: 70px 30px 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-wrapper-three .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.contact-wrapper-three .contact-form form .form_control {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    height: 65px;
}

.contact-wrapper-three .contact-form form .form_control::-webkit-input-placeholder {
    color: #162542;
}

.contact-wrapper-three .contact-form form .form_control::-moz-placeholder {
    color: #162542;
}

.contact-wrapper-three .contact-form form .form_control:-ms-input-placeholder {
    color: #162542;
}

.contact-wrapper-three .contact-form form .form_control::-ms-input-placeholder {
    color: #162542;
}

.contact-wrapper-three .contact-form form .form_control::placeholder {
    color: #162542;
}

.contact-wrapper-three .contact-form form textarea.form_control {
    height: 150px;
}

.contact-info-list .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-info-list .info-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contact-info-list .info-item .thumb,
.contact-info-list .info-item .content {
    width: 50%;
}

@media (max-width: 767px) {
    .contact-info-list .info-item .thumb,
    .contact-info-list .info-item .content {
        width: 100%;
    }
}

.contact-info-list .info-item .thumb img {
    width: 100%;
}

.contact-info-list .info-item .content {
    padding-left: 35px;
}

@media (max-width: 767px) {
    .contact-info-list .info-item .content {
        padding-left: 0px;
        margin-top: 30px;
    }
}

.contact-info-list .info-item .content h3 {
    margin-bottom: 14px;
}

.contact-info-list .info-item .content h3 span.sm-title {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info-list .info-item .content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .contact-info-list .info-item .content h3 span.sm-title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .contact-info-list .info-item .content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .contact-info-list .info-item .content h3 span.sm-title {
        font-size: 16px;
    }
}

.contact-info-list .info-item .content p {
    margin-bottom: 10px;
}

.contact-info-list .info-item .content p:hover a {
    color: #03051c;
}

.contact-info-list .info-item .content p i {
    margin-right: 10px;
    color: #03051c;
}

.map-area .map-box iframe {
    display: inherit;
    width: 100%;
    height: 590px;
    border: none;
}

.coll {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}