/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 * FONTS    
 *
 * font-family: 'Montserrat', sans-serif;
 * font-family: 'Julius Sans One', sans-serif;
   font-family: 'montserratregular';
   font-family: 'montserratbold';
    font-family: 'montserratlight';
 */
/* Stock indicator on product page: icon color
-------------------------------------------------------------- */
/*
.availability-only .ic { color: green; }
*/
/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */
/*
.header .skip-link .count {
    background-color: deepskyblue;
}
*/
/******* MISC *******/
.cboth{clear:both;}
.fleft{float:left;}
.fright{float:right;}
.txtleft{text-align: left;}
.txtright{text-align: right;}
.txtcenter{text-align: center;}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.col1_cms {
    background-color: #f7f7f7;
    padding:50px 0px;
}
.col1_cms .main, .col1_cms .col-main {
    background-color: #f7f7f7;;
}
.main {
     min-height: 50px; 
}
.breadcrumbs {
    line-height: 1.5em;
    margin: 15px 10px;
}
/******* FONTS *******/
h1, h2, h3, h4, h5, h6{
    font-family: 'Julius Sans One', sans-serif;
    color:#5f5f5f;
}
h1 {
    font-size: 34px;
    letter-spacing: -2px;
    line-height:1;
}
h2 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height:1;
}
h3 {
    font-size: 20px;
    letter-spacing: -1px;
    line-height:1;
}
h4 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height:1;
}
p {
    font-family: 'montserratlight';
    font-size: 14px;
    color:#5f5f5f;
    margin-bottom: 20px;
}
.sorter p {
    margin-bottom:0px;
}
.std, .std p, .std ul, .std li, .std li font, .std p font  {
    font-family: 'montserratlight' !important;
    line-height: 1.9;
    font-size: 12px !important;
    color: #5f5f5f !important;
}
.page-title h1, .page-title h2 {
    margin: 10px 0px;
    min-height: 1.3125em;
}
.box-additional.box-sidebar.custom-sidebar-right.grid12-6{
    margin-top: 150px;
}
.custom-sidebar-right .inner, .custom-sidebar-left .inner {
    border:0px;
}
/******* HEADER *******/
.header .logo-wrapper .logo {
    margin: 0px 0;
}
.header-container {
    background-color: transparent;
    /*position: fixed;*/
}
.header-primary-container {
    border-bottom: 1px solid #FFF;
}
.header-top-container {
    display: none;
    }
 .form-search .input-text {
    background-color: #ffffff;
    border-color: #ded7c4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.form-search .input-text, .form-search .button {
    color: #b19981;
}
#mini-cart-wrapper-regular {
    float: right;
}
.currency-switcher {
     font-family: 'montserratlight';
    /*font-weight: 400;*/
    font-size: 16px;
    color:#a99a87;
}
.curr-flag {
    padding:10px 5px 0px 0px;
}
.cart-icon span { 
 display:none;
}
.login {
    font-family: 'montserratlight';
    line-height: 1.9;
    font-size: 14px;
    margin-top: 6px;
    display:inline-block;
}
a.login, a.login:visited {
    color: #a99a87;
    }
a.login:hover, a.login:focus {
    color: #555555;
    }
 .fa-lock, .fa-unlock-alt {
    font-size:18px;
 }
.nav-regular .nav-item.level0 > a {
    font-family: 'montserratregular';
    font-size:12px;
    text-transform: uppercase;
    padding: 15px 0px 0px;
    font-weight:bold;
   }
.nav-regular .nav-item {
      text-align: center;
}
li.nav-item {
    width: 126px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
li.nav-item ul li {
    width: 300px;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
}
.nav-regular .classic > .nav-panel--dropdown {
    margin: 0;
    padding: 20px;
    width:auto;
    min-width: 12em;
}
.nav-regular li.level0 > a > span {
    /* display: inline-block; */
    white-space: initial;
}
.nav-regular .nav-item.level0 > a {
    line-height: 1.2;
}
.nav-regular li.level0 a span span.last-word {
     font-family: 'montserratlight';
     font-weight: normal;
     display:block;
}
.nav-regular li.level0 ul li a span {
    font-size: 10px;
}
.nav-regular li.level0 ul li a span span.last-word {
     font-family: 'montserratlight';
     font-weight: normal;
     display:inline;
    font-size: 10px;
}
div#header-nav {
    /*position: fixed;*/
    z-index: 99999;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
/******* BANNER/ IMAGES HOME PAGE / CALL OUTS *******/
.caption {
    display: block;
    position: absolute;
    top: 0;
    width: 80%;
    margin: 6%;
    padding: 0;
}
.caption > * {
    float:none;
    }
.bannertextouter {
    background-color: #f8f1de;
}
.banner-text {
    font-family: 'montserratlight';
    font-size: 14px;
    color:#5f5f5f;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    display: table;
}
.banner-text span {
    font-family: 'montserratbold';
}
.callouts {
    position:relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display:block;
}
.callouts h2 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 22px;
    padding:20px;
    letter-spacing: -1px;
    color:#5f5f5f;
    line-height:1;
}
.callouts p {
    font-family: 'montserratlight';
    font-size: 10px;
    position:absolute;
    bottom:5px;
    left:10px;
    color:#000;
    line-height:1;
}
.callout1 {
    position:relative;
    min-height: 250px;
    background-image: url('../images/spotlight-1.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FAF9F9;
}
.callout2 {
    position:relative;
    min-height: 250px;
    background-image: url('../images/spotlight-2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F2F0F2;
}
.callout3 {
    position:relative;
    min-height: 250px;
    background-image: url('../images/spotlight-3.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F9F8F3;
}
.the-slideshow-wrapper-outer {
    margin-top: 0 !important;
    display:none;
}

.the-slideshow.slider-pagination2 .owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #999;
}
.slider-pagination2 .owl-controls .owl-page span { 
    background-color: transparent;
    box-shadow: none;
    width: 10px;
    height: 10px;
    margin: 2px;
}

.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls .owl-page.active span {
    width: 10px;
    height: 10px;
    margin: 2px;
}

.the-slideshow.slider-pagination2 .owl-controls             .owl-page.active span,
.the-slideshow.slider-pagination2 .owl-controls.clickable   .owl-page.active:hover span 
{
    background-color: #000;
    color: #333333;
}
.pagination-pos-over-bottom-centered    .owl-pagination {
    margin-top: -50px;
}
/******* HOMEPAGE *******/
.hometextouter {
    background-color: #fbf4e3;
    padding: 40px 0px;
}
.hometext h1, .hometext h2 {
    text-align: center;
    margin-top: 40px;
}
.hometext h1 {
    line-height:1.15;
}
.hometext p {
    padding:0px 2%;
    text-align: center;
    line-height:1.5;
}
.spacer {
    display:block;
}
.home-featured {
}
/******* CMS PAGES *******/
.cms-pages {
    position:relative;
}
.col1_cms .page-title:before {
    content: "";
    position: absolute;
    border-top: 1px solid #e5e5e5;
    margin-top: 24px;
    width: 100%;
    z-index: 0;
}
.col1_cms .page-title h1 {
    font-size: 34px; 
    color:#000;
    text-align: center;
    margin: 30px 0px;
}
.col1_cms .page-title h1 span {
    background-color: #F7F7F7;
    position:relative;
    z-index: 1;
    padding: 0 20px;
}
.page-title:before {
    content: "";
    position: absolute;
    border-top: 1px solid #e5e5e5;
    margin-top: 11px;
    width: 100%;
    z-index: 0;
}
 .page-title h1 {
    font-size: 24px; color:#000;
    text-align: center;
    margin: 30px 0px;
}
.page-title h1 span {
    background-color: #fff;
    position:relative;
    z-index: 1;
    padding: 0 20px;
}
.cms-page-view .breadcrumbs ul {
    text-align: center;
}
.cms-page-view .breadcrumbs li {
    float: none;
    display: inline-block;
}
/******** ADVANCED SEARCH BAR ********/
.home-advanced li {
    float: left;
    width:29%;
}
  .advanced-search .form-list.home-advanced label {
     padding-right: 10px; 
    width: 100px;
}
 .form-list.home-advanced label {
    float: none;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin: 0 0 2px 0;
    display: block;
}
.advanced-search .form-list.home-advanced .input-box, .advanced-search .form-list.home-advanced .input-range {
    clear: none;
    float: none;
    width:160px;
    margin-right: 10px;
}
.advanced-search-all .container .buttons-set {
    clear:none;
    float:left;
    margin: 0px; 
    border-top: 0px solid #e5e5e5; 
}
}
.advanced-search-all .container button.button span span {
    padding: 0px 25px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}
.toolbar {
    clear: both;
    margin-top: 10px;
    border-top: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    background:#f7f7f7;
    padding:0px 10px;
}
.head-button {
    color:#e3302f;
    width:100%;
    text-align: center;
    padding:20px 0px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    font-size: 16px;
}
.slidedown {display:none;}
/******** PRODUCT LIST PAGE ********/
.toolbar .pager {
    display:none;
}
.toolbar-bottom .toolbar .pager {
    display:block;
}
.col-main {
    position: relative;
}
.page-title.category-title h1 {
    font-size: 34px; color:#000;
    text-align: center;
    background:#fff;
    margin: 30px 0px;
}
.page-title.category-title h1 span {
    background-color: #fff;
    position:relative;
    z-index: 1;
    padding: 0 20px;
}
.page-title.category-title {
    border-bottom: 0px solid #e5e5e5;
    position: relative;
}
.page-title.category-title:before { 
    content: "";
    position: absolute;
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
    width: 100%;
    z-index: 0;
}
.products-grid .product-name {
    font-family: 'montserratlight';
    font-size: 14px;
    color: #5f5f5f;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing:0;
     line-height: 1.5;
}
.products-list .product-name {
    font-family: 'montserratlight';
    font-size: 14px;
    color: #5f5f5f;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing:0;
     line-height: 1.5;
}
.products-grid .price-box {
    background: #b6ab93;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 40px auto 40px auto;
}
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #5f5f5f;
}
.products-grid .price-box:before {
    content: "";
    position: absolute;
    border-top: 1px solid #b6ab93;
    margin-top: 28px;
    margin-left: -45%;
    width: 90%;
    z-index: 0;
}
.products-grid .price-box span {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
  }
.products-grid .price-box span span {
    color: #fff;
    position:relative;   
    z-index: 1;
   font-family: 'montserratregular';
   font-size: 16px;
}
.category-products-grid.hover-effect .item:hover {
    margin-left: -1%;
    margin-right: -1%;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 10;
    box-shadow: none;
    border-color: transparent;
    transition: box-shadow 0ms ease-out;
    -moz-transition: box-shadow 0ms ease-out;
    -webkit-transition: box-shadow 0ms ease-out;
    background:#F7F7F7;
}
.catalog-category-view  .breadcrumbs  ul {
    text-align: center;
}
.catalog-category-view  .breadcrumbs li {
    float: none; 
    display: inline-block;
}
.block-layered-nav dd li.lnl {
    border-bottom: 0px solid rgba(0,0,0,0.06);
}
.lnl {    margin: 15px 0;}
a.lnl-more {
    padding: 10px 20px;
    background-color: #000;
    color: #fff !important;
}
a.lnl-less{
    padding: 10px;
    background-color: #000;
      color: #fff !important;
}
.block-layered-nav dl dd ol > li > a.lnl-more, .block-layered-nav dl dd ol > li > a.lnl-less {
    padding: 10px;
}
.block-layered-nav dl dd ol > li > a.lnl-more:before, .block-layered-nav dl dd ol > li > a.lnl-less:before  {
    border:0;
}
.category-products-grid .item {
     border:0;
}
.minimal-price-link {
    display: none;
}
/******* PRODUCT VIEW PAGE *******/
.product-name h1 {
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-align: center;
    margin: 10px 50px;
}
 .ratings .rating-links {
    display: block;
    vertical-align: middle;
    margin: 20px 0px;
}
.product-options {
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 48%;
}
.catalog-product-view  .price-box .price {
   font-family: 'montserratbold';
    color:#000;
}
.catalog-product-view  .price-box {
    margin-bottom: 30px;
}
.catalog-product-view .zoom-notice,
.catalog-product-view .zoom,
.catalog-product-view .more-views,
.catalog-product-view .more-images{
    display: none!important;
}
.product-shop .price-box .regular-price .price {
    font-size: 25px;
}
.availability {
    float: none;
    margin: 10px 40px 20px 0px;
}
.short-description .std ul:not(.ic-ul) li, .box-tabs .std ul:not(.ic-ul) li {
    background-position: 0 2px;
    padding-left: 25px;
}
.short-description .std ul:not(.ic-ul) li, .box-tabs .std ul:not(.ic-ul) li {
    background: url(../images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
    padding-left: 25px;
}
.btn-cart, .btn-checkout {
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.product-options-bottom .add-to-cart {
    clear: none;
}
 .add-to-cart {
    float: left;
    margin-left: 10px;
}
  .qty-wrapper {
    float: left;
}
 .btn-cart, .btn-checkout {
    line-height: 36px;
    font-size: 1.1666em;
}
.availability.in-stock span {
    color:#51b629;
}
.availability.out-of-stock span {
    color:#ff0000;
}
.product-shop .product-options-bottom {
margin-bottom: 20px;
    }
.product-options p.required {
    position: absolute;
    left: 0;
    bottom: -100px;
    right: inherit;
    top: inherit;
}
.productsbg {
    background:#f9f9f9;
}
.productview {
    padding:40px 0;
}
.catalog-product-view .breadcrumbs ul {
    text-align: center;
}
.catalog-product-view .breadcrumbs li {
    float: none;
    display: inline-block;
}
.product-shop .short-description {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.addthis_toolbox.addthis_default_style {
    text-align: center;
    width: 160px;
    margin: 0 auto;
}
a.link-wishlist.feature.feature-icon-hover.first {
    margin-right: 10px;
}
a.link-compare.feature.feature-icon-hover.first {
      margin-right: 10px;
}
.tier-prices.product-pricing {
    margin:20px 0px 30px 0px;
}
/******* CONTACT US PAGE *******/
.page-title.contact:before {
    content: "";
    position: absolute;
    border-top: 1px solid #e5e5e5;
    margin-top: 24px;
    width: 100%;
    z-index: 0;
}
.page-title.contact h1 {
    font-size: 54px; color:#000;
    text-align: center;
    margin: 30px 0px;
}
.page-title.contact h1 span {
    background-color: #fff;
    position:relative;
    z-index: 1;
    padding: 0 20px;
}
.contacts-index-index  .form-list input.input-text {
    width: 100%;
}
.contacts-index-index  .form-list .field {
    float: left;
    width: 100%;
    margin:0% 0% 2% 0%;
}
.contacts-index-index  .form-list .field.field-name {
     float: left;
     width: 100%;
    margin:0% 0% 2% 0%;
}
.icons .fa {
    margin-right: 15px;
}
/******* 404 PAGE *******/
.notfoundtext {
    text-align: center;
}
/******* SIDEBAR *******/
.sidebar .block .block-title strong {
    font-weight: inherit;
    text-transform: uppercase;
    font-family: 'montserratbold';
}
.block-layered-nav .block-content > dl > dt  {
    text-transform: uppercase;
    font-family: 'montserratbold';
}
.accordion-style1 li a {
    padding: 15px 5px;
}
.accordion .opener {
    margin-top: 10px;
}
.accordion  .nav-submenu li a{
    text-transform: capitalize;
    font-size: 11px;
    background#fbfbfb;
}
.block .block-title, .block-layered-nav .block-subtitle--filter, .section-title, .cart .crosssell h2, .cart .discount h2, .cart .shipping h2 {
    padding-top: 14px;
    padding-bottom: 12px;
    }
/******* FOOTER *******/
.footer .heading {
    font-family: 'Julius Sans One', sans-serif;
    font-size:24px;
    text-transform: uppercase;
    text-align: center;
    
}
.footer-primary.footer.container {
    padding: 70px 0px;
}
.footer h6.block-title.heading span:after {
       content: "";
    border-bottom: 4px solid #E3302F !important;
    width: 40px;
    margin: 20px auto 10px;
    display: block;
}
.footer  .block-content {
    text-align: center;
}
.std p.footer-tel {
     font-family: 'montserratbold' !important;
     font-size: 24px !important;
     letter-spacing:-1px;
}
.footer-secondary-container.section-container {
     padding: 50px 0px;
}
.footer-links {
    font-family: 'montserratregular';
    font-size:12px;
    text-align: center;
}
.footer-links li {
    display:block;
    padding:5px;
}
.footer-links li a:link {
    color:#000;
    }
.footer-bottom-container p {
    font-family: 'montserratregular';
    font-size: 12px;
    text-align: center;
    color:#000;
    text-transform: uppercase;
}
.footer-bottom-container p span {
    padding: 10px 20px;
    display: block;
}
.footer-bottom-container a:link {
    color:#000 !important;
}
.footer-bottom-container.section-container {
    padding-top: 11px;
}
#subscribe-form .input-box {
    float: none; 
    margin: 5px 5px 5px 0;
    position: relative;
}
#subscribe-form .input-text {
    float: none;
    width: 80%;
    border:#fff;
    background-color: #f7f7f7;
    font-family: 'montserratregular';
     text-align: center;
    font-size:14px;
    color:#000;
    margin: 10px auto;
}
#subscribe-form .button {
    float: none;
    display: block;
    background-color: #e3302f;
       font-family: 'montserratregular';
    font-size:14px;
    color:#fff;
    margin: 10px auto;
    padding: 5px 25px;
}
#subscribe-form .button:focus {
    float: none;
    display: block;
    background-color: #f1f1f1;
    color:#555;
}


input#mce-EMAIL {
       float: none;
    width: 80%;
    border:#fff;
    background-color: #f7f7f7;
    font-family: 'montserratregular';
     text-align: center;
    font-size:14px;
    color:#000;
    margin: 10px auto;
    padding:10px;
}

input#mc-embedded-subscribe {
 float: none;
    display: block;
    background-color: #e3302f;
       font-family: 'montserratregular';
    font-size:14px;
    color:#fff;
    margin: 10px auto;
    padding: 0px 20px;
}

input#mc-embedded-subscribe:focus {
    float: none;
    display: block;
    background-color: #f1f1f1;
    color:#555;
}


.footer-primary .block-content {
    padding:0 20px;
}
.cardlogos {
    display:block;
    margin:20px auto;
}
/******* MEDIA QUERIES *******/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-collapsible .block-title:after, .sidebar .block .block-title:after, .block-layered-nav .block-title:after {
        display: inline-block !important;
        margin-top: -55px;
    }
}
@media only screen and (min-width: 768px)  {
    .header-primary-container {
        /*position:relative;*/
        width: 100%;
        height: 97px;
        z-index: 1;
        background-color: #fff;
        padding:20px 0px;
    }
    div#header-nav {
        /*position: fixed;*/
        width: 100%;
       /* top: 0px;*/
        z-index: 100;
        height:55px;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }
    .main-container.col1-layout, .main-container.col2-right-layout, .main-container.col2-left-layout {
        margin-top: 0px;
    }
    .cart-icon {
        background-image: url('../images/cart.jpg');
        width:24px;
        height:19px;
    }
    .cart-icon span {
        position:absolute;
        font-size:12px;
        text-align: center;
        background-color: #b6ab93;
        color:#fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width:15px;
        height:15px;
        top:-7px;
        right:-7px;
        line-height: 1.4;
        padding:3px;
        font-family: 'montserratbold';
        display:block;
    }
    .ic-cart:before, .ic-cart1:before {
        content: "";
    }
    .caption {
        display: block;
        position: absolute;
        top: 10%;
        left: 50%;
           width: 21.5%;
        margin: 0 0 0 -11%;
        padding: 0;
    }
     .page-title:before {
        content: "";
        margin-top: 24px;
    }
     .page-title h1 {
        font-size: 54px; color:#000;
        text-align: center;
        margin: 30px 0px;
    }
    h1.heading.permanent {
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 26px;
    letter-spacing: -3px;
    line-height: 1;
    text-align: center;
    }
    .caption  p {
        color:#000000;
        font-family: 'montserratlight';
        text-align: center;
        font-size: 10px;
        display:none;
        line-height: 1.5;
    }
    a.shopnwbtn {
        display:block;
        margin:20px auto;
        padding:15px;
        color:#ffffff;
        font-family: 'montserratregular';
        background-color: #E3302F;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        width: 100px;
        clear:both;
        float:none;
    }

    a.shopnwbtn:visited {
        background-color: #E3302F;
    }

    a.shopnwbtn:hover {
        background-color: #000;
    }
    .header-primary-container {
        border-bottom: 1px solid #e5e5e5;
    }
    .footer-bottom-container p span {
        padding: 0px 20px;
        display: inline-block;
    }
    .footer-links li {
        display:inline-block;
        padding:20px;
        text-transform: uppercase;
    }
    .hometext p{
        padding:0px;
    }
    .contacts-index-index  .form-list .field {
        float: left;
        width: 48%;
        margin:0% 0% 2% 2%;
    }
    .contacts-index-index  .form-list .field.field-name {
         float: left;
        width: 48%;
        margin:0% 2% 2% 0%;
    }
    .product-name h1 {
        font-size: 35px;
        letter-spacing:-1px;
        margin: 30px 100px;
    }
    .product-shop .price-box .regular-price .price {
        font-size: 40px;
    }
    .productsbg {
        background:url('../images/productsbg.jpg') 50% repeat-y;
    }
    .col1_cms .page-title h1 {
        font-size: 54px; 
        color:#000;
        text-align: center;
        margin: 30px 0px;
    }
    .toolbar {
        clear: both;
        margin-top: 53px;
        margin-bottom: 30px;
    }
    .page-title.category-title h1 {
        font-size: 54px; color:#000;
    }
    .page-title.category-title:before { 
        margin-top: 24px;
    }
    .the-slideshow-wrapper-outer {
        display:block;
    }
    
}
@media only screen and (min-width: 968px)  {
    .callouts h2 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 32px;
        padding:20px;
        letter-spacing: -1px;
        color:#5f5f5f;
        line-height:1;
    }
    .product-name h1 {
        font-size: 50px;
        letter-spacing:-2px;
    }
    .product-shop .price-box .regular-price .price {
        font-size: 60px;
    }
     .availability {
        float:right;
        margin: 15px 40px 10px 0px;
    }
}
@media only screen and (min-width: 1080px)  {
    
    h1.heading.permanent {
    font-size: 32px;
    letter-spacing: -3px;
    
    }
    .caption  p {
        display:block;
        font-size: 12px;
        line-height: 1.5;
    }
    a.shopnwbtn {
        font-size: 16px;
        width: 125px;
        
    }
    li.nav-item {
    width: 133px;
    }
}
@media only screen and (min-width: 1140px)  {
    li.nav-item {
        width: 150px;
    }
}
@media only screen and (min-width: 1280px)  {
    
    h1.heading.permanent {
    font-size: 50px;
    letter-spacing: -3px;
    
    }
    li.nav-item {
    width: 168px;
    }
}
@media only screen and (min-width: 1380px)  {
    
    h1.heading.permanent {
    font-size: 58px;
    letter-spacing: -3px;
    
    }
    .caption  p {
        font-size: 12px;
        line-height: 1.75;
    }
    a.shopnwbtn {
        font-size: 18px;
        width: 125px;
        
    }
}
@media only screen and (min-width: 1500px)  {
    
    h1.heading.permanent {
    font-size: 62px;
    letter-spacing: -3px;
    
    }
}
@media only screen and (min-width: 1600px)  {
    
    h1.heading.permanent {
    font-size: 58px;
    letter-spacing: -3px;
    
    }
}
