html {
  position: relative;
  min-height: 100%;
}

body {
    animation: 0.8s ease-in-out 0s normal none 1 fadenavtwo;
    transition: color 0.1s ease-in-out 0s;
    background-color: #fff;
}


#giftCertificateForm {
    display:none;
}

/* FORMS */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.layClear {
    clear:both;
}

.banner {
    padding-bottom: 20px;
}

div.spacer {
    display: inline-block;
    margin: 0px 10px;
}




/*.form-control {
    padding: 6px;
}*/

/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
}
*/


/* END FORMS */

.site-wrapper {
    background-attachment: fixed;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


/*.layoutcontent {
    background-color: rgba(245, 239, 228, 0.80);
    margin: 20px auto;
    max-width: 1080px;
    padding: 30px;
}*/

.layoutcontent {
    background-color: #FFF;
    margin: 0px;
    max-width: none;
    padding: 0px;
	margin-top: 0px !important;
}

.contentZone {
    max-width: 1800px;
    margin: 0px auto;
    padding: 50px 100px 50px 100px;
    text-align: center;
    opacity: 1;
}

.page-content, .col-sm-offset-1.col-sm-9 {
margin: 0px auto;

max-width: 1300px;

padding: 0px 50px;

float: none;

}

.category-banner {

}

.category-banner img {
    margin:auto;
    min-width: 100%;

}

.layoutcontent .subnav {
    margin-bottom: 40px;
    line-height: 40px;
}

/* MOBILE MENU */

footer .visible-xs.menu-small, footer .visible-s.menu-small {
    display: none !important;
}

.mobilefooterlogowrapper{border-bottom: 1px solid #8e8e8e; width: 100%;}

.mobilefooterlogo{max-width: 134px; margin: 46px auto;}

.mobilefooterinfo {

    color: #d7d7d7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 30px auto;

}

.mobilefooterinfo .socials {

    margin: 10px auto;
    display: block;

}

.mobilefooterinfo a{color: #d7d7d7;}

.mobilefooterinfo a:hover{color: #fff;}

.visible-xs .custom-cart, .visible-s .custom-cart {

    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    width: 100px;
    left: auto;
    display: inline-block;

}

/* mobile menu */
header .visible-xs .navbar, header .visible-s .navbar {
    background-color: white;
    box-sizing: border-box;
    height: auto;
    left: 102%;
    line-height: 1em;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: left;
    /*transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0.14s;*/
    visibility: visible;
    width: 0px;
    z-index: 1001;
    margin: 0;
    padding: 0px;
    box-shadow: 2px 0px 9px 2px rgba(0,0,0,.35);
	overflow: hidden;
	transition: left .8s, padding 0s 1s, width 0s 1s;
	
}

header.active .visible-xs .navbar, header.active .visible-s .navbar {
	padding: 50px 25px 15px 22%;
    opacity: 1;
    pointer-events: auto;
    /*transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0s;*/
	transition: .8s;
    visibility: visible;
    left: -16%;
	width: 100%;
	overflow: auto;
	transition: left .8s, padding 0s, width 0s;

}

.visible-xs .nav > li > a, .visible-s .nav > li > a {
    display: inline-block;
position: relative;
font-size: 14px;
text-align: left;
color: #666;
font-style: normal;
font-weight: 500;
letter-spacing: 0.2px;
line-height: 1em;
text-decoration: none;
text-transform: uppercase;
background-color: transparent;
margin-left: 15px;
padding: 10px 5px;
}

.visible-xs .nav > li > a > i, .visible-s .nav > li > a > i {

}

.visible-xs .nav > li > a:hover, .visible-s .nav > li > a:hover {

    background-color: transparent;
    color: #24285e;

}

.visible-xs .nav > li > ul > li > a, .visible-s .nav > li > ul > li > a {

    font-size: 13px;
    text-transform: none;
    padding-left: 10%;

}

.visible-xs .nav > li > ul > li  > ul > li > a, .visible-s .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.visible-xs .nav .menu-sub, .visible-s .nav .menu-sub  {
    display: none;
}

.visible-xs .nav .show-submenu, .visible-s .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color: #333;
    top: 5px;
    transform: rotate(90deg);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    font-size: 12px;
}

.open-submenu.closed{
    transform:rotate(0deg);
    -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
}


.visible-xs .cart, .visible-s .cart {
    color:#000;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    width: 30px;
}


/*.visible-xs .title-logo-wrapper {
    width:auto;
    max-width: 100%;
    position: static;
    transform:none;

}

.visible-xs .title-logo-wrapper h1 {

    position: relative;
    white-space: nowrap;
    text-align: center;
    z-index: 1002;

}

.visible-xs .title-logo-wrapper {
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    padding: 10px 0px;
    vertical-align: middle;
    width: 100%;
}
.visible-xs .title-logo-wrapper a{
    color: #fff;
    font-family: "proximanovalight", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4em;
    display: block;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-rendering: geometricprecision;
    position: relative;
    top:1px;
}


@media (max-width: 768px) {

        .visible-xs .title-logo-wrapper a{

        font-size: 26px;
        line-height: 1em;
    }


}*/

/* MOBILE NAV */

/* hamburger */
.mobile-nav-toggle-label {
    color: #000;
    cursor: pointer;
    height: 22px;
    right: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 47px;
    width: 28px;
    z-index: 1003;
	transition: right 0s;
}

/*.active .mobile-nav-toggle-label {
    right: 0px;
    top: 47px;
}*/

.active .mobile-nav-toggle-label {
    right: 17%;
    top: 47px;
}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
    background-color: #24285e;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in-out 0s, top 0.1s ease-in-out 0.1s;
    width: 28px;
}

.active .mobile-nav-toggle-label .top-bar {
    background-color: #24285e;
    top: 7px;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.mobile-nav-toggle-label .middle-bar {
    top: 9px;
    transition: opacity 0s linear 0.15s;
}

.active .mobile-nav-toggle-label .middle-bar {
    opacity: 0;
}

.mobile-nav-toggle-label .bottom-bar {
    top: 19px;
}

.active .mobile-nav-toggle-label .bottom-bar {
    background-color: #24285e;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.nav.menu-top > li:first-child {
    /*border-top: 1px solid rgba(30, 30, 20, 0.12);*/
}

.nav.menu-top > li > ul > li {
    /*border-bottom: 1px solid rgba(30, 30, 20, 0.12);*/
}

.nav.menu-top > li > ul > li:first-child {
    /*border-top: 1px solid rgba(30, 30, 20, 0.12);*/
}

.nav.menu-top > li > ul > li:last-child {
    /*border-bottom: 0px solid rgba(30, 30, 20, 0.12);*/
}

/* END MENU */



/* SUBNAV */

ul.subnav {
    list-style: outside none none;
    margin-top: 10px;
    padding: 0;
}

ul.subnav li.page-title {
    font-size: 17px;
    text-transform: uppercase;
}

ul.subnav li {
    margin-bottom: 5px;
}

ul.subnav li.level-3 {
    padding-left: 10px;
}

ul.subnav li.level-4, ul.subnav li.level-5 {
    display: none;
}

/*.storecart .subnavarea, .storecheckout .subnavarea {
    display: none;
}
*/

/* fonts */

body {
    color: #26275E;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.75em;
    overflow-x: hidden;
    background-color: #222;
}

.smallertext {
    font-size: .78em;
    line-height: 1.4em;
}

.full-wrap {

    background-image: url(../images/eastman_fabrictexture.jpg);
    background-repeat: repeat;
    background-size: 187.5px auto;

}


h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    margin-top: 5px;
	color: #26275E;
	text-transform: none;
	font-weight: normal;
}

h1 {
    font-size: 42px;
    font-weight: bold;
    color: #26275E;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 32px;
font-weight: bold;
}

h4 {
font-size: 28px;
font-weight: bold;
}

h5 {
font-size: 23px;
font-weight: normal;
}

p{font-family: 'Montserrat', sans-serif; font-size: 18px; color: #26275E;}

h1.page-title, .contentarea > h1:eq(0), .contentarea > h1:first-child, .contentarea .col-xs-12 > h1:eq(0), .contentarea .col-xs-12 > h1:first-child{}

.contentarea > h1:eq(0){}

h1.page-title, .contentarea > h1:first-child, .page-content h1:first-child {
background-image: url(../images/brunswick_default.jpg);
color: #f37025;
text-align: center;
padding: 20px 5% 40px;
background-size: cover;
background-position: center 50%;
font-size: 36px;
letter-spacing: 0.05em;
margin-bottom: 0px;
}

.page-content h1:first-child{}

.page-content > h1:first-child{}

.contentarea .col-xs-12 > h1:eq(0){}

.contentarea .col-xs-12 > h1:first-child{}


a/*, a:visited, a:focus*/ {
    outline: 0;
    color: #26275E;
    text-decoration: underline;
}
a:hover  {
text-decoration: none;
    color: #26275E;
  
}

b, strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

/* header */

header {
box-shadow: 0px 0px 0px transparent;
	transition: 1s;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    line-height: 1em;
    padding: 0px 20px;
    position: relative;
    /*max-width: 1800px;*/
    margin: 0px auto;
    background-color: #fff;
    /*background-image: url(../images/headerback.png);*/
    width: 100%;
    z-index: 999;
    height: 120px;

}

body.homepage header {
    /*background-color: #a0cdea;*/
	background-color: white;
	}

body.homepage {
    background-color: #222;
}

.hidden-xs.menu-large, header > .hidden-xs.row-fluid, .hidden-s.menu-large, header > .hidden-s.row-fluid {
    margin: 0px auto;
    max-width: 1800px;
    padding: 0px;
}

.hidden-xs.menu-large, .hidden-s.menu-large {
    margin-top: 24px;
}

header .menu-footer{display: none;}

/*title-logo-wrapper {
 width:500px;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translate(-50%, 0px);
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
  
}

.title-logo-wrapper h1 {
 opacity: 1;
    transition: opacity 0.14s ease-in-out 0s;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-weight:300;


}

.title-logo-wrapper a {

  color: #fff;
    font-family: "proximanovalight", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.title-logo-wrapper h1 a:hover {
    text-decoration: none;
}*/

.header-logo {
    margin:auto;
    width:100%;
    position:relative;
    min-height:50px;
}

.header-logo > a {
    display: inline-block;
    z-index: 999;
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    background-position: 2px 17px;
    background-size: 95px auto;
    top: 27px;
}

.header-logo > a > img.logo {

    display: block;
    max-width: 200px;
    width: auto;

}


/* navigation */

.caret {
    display: none;
}

.navbar-inverse {
    background-color: transparent;
    border:0px;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar {

    background: transparent none repeat scroll 0 0;
    border: 0px solid transparent;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0px;
    position: relative;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    text-align: right;
    min-height: inherit;
    font-family: 'Lato', sans-serif;

}

.menu-footer .navbar{font-family: 'Montserrat', sans-serif;}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

ul.navbar-nav {
    background-color: transparent;
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    visibility: visible;
}

.navbar-nav {
    float:none;

}

ul.navbar-nav {
    display: block;
    -webkit-transition: .5s;
        transition: .5s;
        visibility: visible;
        opacity: 1;

}

.navbar-nav > li {
    float: none;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0px 0px 6px 0px;
    border-bottom: 0px solid #f57e47;
    margin: 0px 14px;
}

.navbar-nav > li.active, .navbar-nav > li:hover {
   border-bottom: 3px solid #f57e47;
}

.navbar-nav > li.active, .navbar-nav > li:focus-within {
   border-bottom: 3px solid #f57e47;
}

.navbar-inverse .navbar-nav > li > a {
    color: #26275e;
    text-shadow: 1px 1px 0 rgba(252, 248, 227, 0.3);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
	text-decoration: none;
}

.navbar-nav > li > a {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1em;
    text-shadow: 0px 0px 0 transparent;
    text-transform: none;
    visibility: visible;
    padding: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #24285e;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #24285e;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #24285e;
}

/*
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fcf8e3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fcf8e3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fcf8e3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
*/

.dropdown-menu {
    background: #fff;
    border: 0px;
    border-bottom: 0px solid #a08859;
    border-top: 0px solid #a08859;
    background-image: none;
    background-size: 100% auto;
    border-radius: 0px;
    box-shadow: 0 0;
	left: 0px;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0;
    display:block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

.dropdown-menu > li > a {
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: none;
    border-top: 0px solid #76716d;
    background-color: #fff;
    transition: .2s;
	text-decoration: none;
}

.dropdown-menu > .active > a{
    color: #fff;
    text-decoration: none;
    background-color: #24285e;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{   background-color: #EDEDED;
color: #555;}

.navbar-nav > li > .dropdown-menu {
    box-shadow: 5px 5px 5px rgba(125,125,125,.65);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
   background-color: #f7f7f7;
color: #24285e;
}

ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
        left: 100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
     
    }

ul.navbar-nav li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 30px;
}

ul.navbar-nav li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
	top: 100%;
 }
 
 ul.navbar-nav li:focus-within ul{
    display: block;
    visibility: visible;
    opacity: 1;
	top: 100%;
 }

ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{left: 100%;
top: -2px; display: block;
    visibility: visible;
    opacity: 1;}

ul.navbar-nav > li.dropdown:first-child ul.dropdown-menu {
    left: -15px;
}

ul.navbar-nav li li.dropdown:hover ul.dropdown-menu {
    left: 100%;
}

ul.navbar-nav li:first-child, ul.navbar-nav > li:first-child > a:first-child{padding-left:0px;margin-left: 0px;}

/*ul.navbar-nav ul {
    -webkit-transition: height 0.3s ease-in;
      -moz-transition: height 0.3s ease-in;
         -o-transition: height 0.3s ease-in;
          -ms-transition: height 0.3s ease-in;
            transition: height 0.3s ease-in;
}

ul.navbar-nav ul li {
    -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
            -ms-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease;
}*/

/* custom cart */

/*.custom-cart {
    background-color: #f9b864;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 1;
    position: fixed;
    right: 18px;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    visibility: visible;
    z-index: 1005;
    color:#242424;
}

.custom-cart a, .custom-cart a:visited {
    display: block;
    line-height: 1em;
    padding: 12px;
    white-space: nowrap;
    color:#242424;
}*/

.custom-cart {
    margin: 0px 0px;
    font-family: 'Lato', sans-serif;
    text-align: right;
    position: absolute;
    top: 19px;
    right: 10px;
    color: #24285e;
    background-color: transparent;
    font-size: 16px;
    padding: 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.custom-cart ul, .custom-cart div.ul {
    text-align:right;
    list-style:none;
    margin:0;
    padding:0;
}

.custom-cart > ul, .custom-cart > div.ul {
    max-width: 1140px;
    margin: 0px 0px;
    float: right;
}

.custom-cart li {
    display: inline-block;
    margin: 3px;
}

.custom-cart li::before {
    content: " ";
    padding:0 5px;


}

.custom-cart li:first-child::before {
    content:none;
}

.custom-cart a, .custom-cart a:visited {

    color: #26275e;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255, 255, 255,0);
    transition: .5s;
}

.custom-cart a:hover {

    color: #26275e;
    text-decoration: none;

}




/* footer */

#toolbar {
    background-color: #f7f0e1;
}

footer {
    max-width: none;
    background-color: #222222;
    font-size: 16.5px;
    margin: 0 auto 0px;
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
    background-image: url(../images/footerback.gif);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center top;
    min-height: 402px;
    padding: 45px 41px 0px;
}

footer .visible-xs, footer .visible-s {

    padding: 0px 0 20px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position-x: center;
    margin: 0px auto;
    width: 100%;
    background-position-y: 15px;

}

.site-info {
    font-style: normal;
    font-weight: 300;
    letter-spacing: .2px;
    text-transform: none;
    text-align: center;
    color: #f5f5f0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    margin-top: 30px;
}

.site-info a{
    color: rgba(255, 255, 255, 0.72);
	transition: .3s;
}

.site-info a:hover{color: white;}

.vinsuite {
    text-transform: none;
}

footer .nav {

    margin: 0px;
    padding-top: 0px;
    display: inline-block;
    width: auto;
    float: left;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #988274;

}

footer .nav li {

    display: inline-block;
    float: none;
    padding: 0px 0;
    width: auto;

}

footer .nav li::before {
    float:left;

}

footer .nav li:first-child::before {
    content:none;
}

footer .nav li a {
    color: rgba(255, 255, 255, 0.72);
    display: inline;
    font-weight: normal;
    padding: 0 0px 0 0px;
    text-decoration: none;
    text-transform: none;
    transition: .3s;
}

footer .nav li a:hover{color: #fff;}

footer .social {

    width: auto;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0px;
    border-left: 0px solid #988274;
    border-right: 0px solid #988274;
    text-align: left;
    font-size: 11px;

}

footer .social a, footer .site-info a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
	transition: .3s;
}

footer .nav > li > a:hover, .nav > li > a:focus, footer .social > a:focus, footer .social > a:hover, footer .site-info a:hover {
    background-color: transparent;
    color: #fff;
	text-decoration: none;
}

footer .visible-xs .nav, footer .visible-s .nav {
    margin: 20px 0 10px;
text-align: center;
}

footer .visible-xs .nav li, footer .visible-s .nav li {
    display: inline-block;
    float: none;
    padding: 10px 15px;
    text-align: center;
}

footer .visible-xs .nav li::before, footer .visible-s .nav li::before {
    content: none;


}

footer .visible-xs .nav li:first-child::before, footer .visible-s .nav li:first-child::before {
    content:none;
}

footer .visible-xs .nav li a, footer .visible-s .nav li a {

    display: block;
    padding: 0px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: inherit;
    text-align: left;
    color: rgba(255, 255, 255, 0.72);
    font-weight: normal;
    line-height: 14px;

}

footer .visible-xs .nav > li > a:hover, .nav > li > a:focus, footer .visible-s .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

/* store */

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #331b13;
    border-color: #331b13;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #BFB5B2;
    color: #A08859;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #a08859;
    border-color: #a08859;
    opacity: 0.8;
    color: #fff;
}


.product {
    margin: 35px 0;
}


.tab-content {
    margin-top:15px;
    width:100%;
}

.price-units {
    display: inline-block;
    font-size: 1em;
    padding-top: 5px;
    text-transform: uppercase;
    width: auto;
}

.price {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 0.5em;
    width: auto;
}

.unit {
    display: inline-block;
    width: auto;
}

.quantity {
    min-width:45px;
    float:left;
}

.quantity input {
    text-align: center;
    padding:6px 4px;
    width:45px;
}



.add-to-cart {
    clear:both;
    display: block;
    padding:15px 0;

}

.category-content {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}


/* showlist */

.product-list .title {

}

.product-list .mobile-title {

    text-align: center;

}

.product-list .title h3 {
    font-size: 28px;
}

.product-list .product-image{overflow: hidden; border: 1px auto transparent;}

.product-list .product-image:hover{}

.product-list .product-image img {

}

.product-list .product-image:hover img {

}

.product-list .FirstPartyWine .product-image:hover img {

}

.product-list .title a {
    color: #331b13;
    display: block;
    height: auto;
    text-decoration: none;
}

.product-list .title a:hover {
    color: #a08859;
    text-decoration: none;
}

.product-list ul.nav-pills {
 display:none;
}

.product-list .producttype-product ul.nav-pills {
 display:block;
}

.product-list .img-responsive {
    max-height: 400px;
    width: auto;
}

.product-list .info {
    
}

.teaser p {
    padding:0;
}


.min-order {
    clear:both;
    display:block;
}

/* nav pills */


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    border: 1px solid #a08859;
    color: #000;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #a08859;
    color:#000;
}

ul.nav-pills li a{color: #666; background-color: rgba(255,255,255,.8); text-decoration: none; border: 1px solid rgba(0,0,0,.8);}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: #000;
    color: #fff; border: 1px solid transparent;
}

/* showdrilldown */

.product-detail .title {

}

.product-detail .title h2 {
    margin: 0 0 0.5em;
    font-size: 38px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;

}

.product-detail .title a {
    display: block;
    text-decoration: none;
}

.product-detail .mobile-title {
        text-align: center;
        background-position: top center;
    }


.product-detail .product-image img {
        max-height: 600px;
    }

@media (max-width: 640px) {

   .product-image img {
        max-height: 400px;
    }
}



.product-detail .product-title a {

    text-decoration: none;
}

.product-detail .product-title a:hover {
    text-decoration: none;
}

.product-detail .product-title h2 {

}

.product-detail .teaser {
    padding:10px 0;
}

.product-detail .nav-pills {
    display: none;
}

.product .product-detail .nav-pills {
    display:block;
}

.product-detail .tab-content {
 
   
    width:100%;
    clear:both;
}

.product-detail .tab-content form[data-type="purchase"]:first-child {
  
}

.product-detail .tab-content form[data-type="purchase"] {
   
}



.product-detail .quantity {
    float: left;
    width: 30px;
    margin-right:10px;
}



/* wine profile section - css workarounds until base3 fixes */

table.productDetails {
    margin:5px 0;

}

table.productDetails td {
    padding-right:15px;
}



/*   Pods   */

.pods {
    margin: 30px auto;
    max-width: 1300px;
    padding: 0;
}

.pod {

}

.pod-border {
   

}

.pods .panel {
 


}

.pods .panel-default {
    background-color: white;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.pods .panel-heading {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    color: #544e49;
    display: none;
}

.pods .panel-body {
    
}

.pages .pod {
  
}

.pods .panel-body label {
    font-weight: normal;
    font-size: .9em;
}


/* Clubs */

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.well:first-child {
    margin-top: 20px;
}

.club-rates.list-group {
    margin: 0 0 10px;
}

.club-rate.list-group-item {
    background-color: transparent;
    border: none;
    padding: 0;
}


/*  Forms  */

#sourceCodeForm {
    display: none;
}


legend {
    display: none;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    line-height: inherit;
    color: inherit;
    border-width: 0px 0px 0px;

}

/*  buttons  */

.btn-primary, .btn-default, .btn, .btn-xs, .btn-group-xs > .btn, .btn-sm, .btn-group-sm > .btn {

    background-image: url(../images/buttonbackyellow.png);
    border: 0px solid transparent;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-color: #FFBE45;
    color: #FFF;
    border-radius: 7px;
    box-shadow: 3px 3px 5px transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.4;
    margin: 5px 0;
padding: 18px 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 3px transparent;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    font-family: 'Lato', sans-serif;
background-position: 0px 0px;
}

.btn-primary.orange, .btn-default.orange, .btn.orange, .btn-xs.orange, .btn-group-xs > .btn.orange, .btn-sm.orange, .btn-group-sm > .btn.orange {background-image: url(../images/buttonbackorange.png);}

.btn-primary.blue, .btn-default.blue, .btn.blue, .btn-xs.blue, .btn-group-xs > .btn.blue, .btn-sm.blue, .btn-group-sm > .btn.blue {background-image: url(../images/buttonbackblue.png);}

.btn-primary.teal, .btn-default.teal, .btn.teal, .btn-xs.teal, .btn-group-xs > .btn.teal, .btn-sm.teal, .btn-group-sm > .btn.teal {background-image: url(../images/buttonbackteal.png);}

.btn-group-sm > .btn, .btn-sm {
    
}

.btn-group-sm > .btn, .btn-sm:hover
{}

.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-position: 0px 0px;
    color: #fff;
    border: 0px solid transparent;
    background-size: auto 200%;
}

.btn:active {
	color: #FFF;
	border: 1px solid transparent;
}

.modal-footer .btn + .btn {
    margin: 20px 0;
}

a.btn.demoButton {
    background-color: #f37022;
    color: #FFF;
    margin: 0px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    opacity: 1;
    padding: 6.1px 12.5px;
    position: relative;
    top: -2px;
    background-image: none;
}

a.btn.demoButton:hover{}


/*  Cart   */

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table > thead > tr > th {
    border-bottom: 1px solid #BFB5B2;
    }

.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-top: 1px solid #BFB5B2;
}

.storecart input[type=text] {
   width:auto;
}

.storecart p {
    padding:10px 0;
}

#productName .btn {

}

.storecart .cart-qty input {
    display: inline-block;
    width:40px;
}

.cart-image {
    width:auto;
    float:left;
    padding:0 15px ;
}




.subtotal-row td, .shipping-row td, .salestax-row td, .salestax-row td, .total-row td{
    text-align: right;
}

#divCoupon input, #divCoupon .btn {
    display: inline-block;

}

#divCoupon input {
    margin-bottom:3px;

}

#divFutureShipDate label {
    padding:5px 2px;
    display: block;
}

#checkout .btn {
    margin-bottom:3px;
}

#divShipping {
    padding-right: 15px;
}

#divLogin {
    max-width: 400px;
}

/*  Cart mobile  */



.cart-title {
    padding:15px 0;
    margin:20px 0 10px 0;
    line-height: 1;
   /* color: #A08859;*/

}

.cart-buttons .btn {
    width:150px;
    margin-bottom:3px;
}

.cart-buttons {
    padding:5px 0;
    display: block;
}

.cart-quantity {
    display: inline-block;
    padding-right:10px;
    vertical-align: top;
}

.cart-prices {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
}

.cart-quantity input {
    width:40px;
}

h1.cart-subtotal {
    font-size: 24px;
    margin:20px auto;
    padding:10px 0;
    background-image: none;
    border-top: 1px solid #c1b8a4;
    border-bottom: 1px solid #c1b8a4;
}

h2.cart-subtotal {
    font-size: 24px;
    margin:20px auto;
    padding:10px 0;
    background-image: none;
    border-top: 1px solid #c1b8a4;
    border-bottom: 1px solid #c1b8a4;
}

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
background-color:#331b13;
float:left;
height:32px;
margin-left:17px;
width:32px;
-moz-animation-name:bounce_circleG;
-moz-animation-duration:0.75s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleG;
-webkit-animation-duration:0.75s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-ms-animation-name:bounce_circleG;
-ms-animation-duration:0.75s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
-o-animation-name:bounce_circleG;
-o-animation-duration:0.75s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
animation-name:bounce_circleG;
animation-duration:0.75s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

#circleG_1{
-moz-animation-delay:0.15s;
-webkit-animation-delay:0.15s;
-ms-animation-delay:0.15s;
-o-animation-delay:0.15s;
animation-delay:0.15s;
}

#circleG_2{
-moz-animation-delay:0.35s;
-webkit-animation-delay:0.35s;
-ms-animation-delay:0.35s;
-o-animation-delay:0.35s;
animation-delay:0.35s;
}

#circleG_3{
-moz-animation-delay:0.45s;
-webkit-animation-delay:0.45s;
-ms-animation-delay:0.45s;
-o-animation-delay:0.45s;
animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

h3.modal-title {
    background-image: none;
    border: 0 none;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.modal-body {
    font-size: 15px;
    line-height: 24px;
}

.modal-body .cart-title {
    font-size: 15px;
}

.cart-price {
    text-align: right;
}

.cart-totals {
    border-top: 1px solid #c1b8a4;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
}

.thead-total {
    text-align: right;
}

.thead-price {
    text-align: right;
}

.strikethru {
    text-decoration:line-through;
}

.panel-group .visible-xs .img-responsive, .panel-group .visible-s .img-responsive {
    margin: 0 auto;
    max-width: 329px;
    width: 100%;
}

.error{
    color:#a94442;
}

.modal-body .cart-total {
    text-align: right;
}

.cartpaymenttypetabs {
    max-width:100%;
    margin-top:0;
    background:#fff;
    padding-top:50px;
    padding-bottom:50px;
    border-left:1px solid #c1b8a4;
    border-right:1px solid #c1b8a4;
    border-bottom:1px solid #c1b8a4;
}

.modal-body .cart-total {
    text-align: right;
}

.cart-total {
    text-align: right;
}

.fixed {
    border-bottom: 1px solid transparent;
    position: fixed !important;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition: 1s;
}

body.homepage header.fixedeffect {
    border-bottom: 1px solid transparent;
    box-shadow: 0px 3px 15px rgba(0,0,0,.5);
	transition: 1s;
	background-color: #fff;
}

hr {
    border-color: #bfb5b2;
}

.form-control {
    border-radius: 0;
}

.modal-body .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    }

.modal-body .table > tbody > tr > td, .table > tbody > tr > th, .modal-body .table > tfoot > tr > td, .modal-body .table > tfoot > tr > th, .modal-body .table > thead > tr > td, .modal-body .table > thead > tr > th {
    border-top: 1px solid #ddd;
}

td.wineNotesLeft{font-weight: bold;}

.product-detail div h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 1px;
}

.subnavarea.col-sm-3{width: 100%; padding: 0px; display: none;}
.subnavarea.col-sm-3 ul.subnav {
    text-align: center;
    width: 80%;
    margin: 0px auto 20px;
}
.subnavarea.col-sm-3 ul.subnav li {
    display: inline-block;
    padding: 0 15px;
}
.subnavarea.col-sm-3 ul.subnav li a{}
.subnavarea.col-sm-3 ul.subnav li a:hover {
    text-decoration: none;
    color: #666;
}
.subnavarea.col-sm-3 ul.subnav li.page-title{display: none;}
.contentarea.col-sm-9 {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
}

.subnavarea.col-sm-3 ul.subnav li a.current {
    font-weight: 500;
}

.subnavarea.col-sm-3 ul.subnav li a.current:hover{cursor: default; text-decoration: none; color: #000;}

.subnavarea.col-sm-3 ul.subnav li.level-3 a{font-size: .9em; font-style: italic;}

.subnavarea.col-sm-3 ul.subnav li.level-4 a{font-size: .8em; font-style: italic;}

ul.nav-pills.has-prices{margin-top: 10px;}

#divCoupon button.apply{display: block; clear: both;}

body.clubs .layoutcontent .contentarea > .row{max-width: 1300px; padding: 0px 50px; margin: 0px auto;}

body.store .layoutcontent .contentarea .page-content {
    max-width: none;
    padding: 0px;
}

body.store .layoutcontent .contentarea .page-content .category-dropdown, body.store .layoutcontent .contentarea .page-content .statecompliancemessage, body.store .layoutcontent .contentarea .page-content .category-content, body.store .layoutcontent .contentarea .page-content .product-list {max-width: 1100px; padding: 0px 50px; margin: 0px auto;}

body.store.showdrilldown .layoutcontent .contentarea {
    max-width: 1300px;
    padding: 75px 50px 25px;
    margin: 0px auto;
    float: none;
}

#locationsFormHolder{max-width: 1300px; padding: 0px 50px; margin: 0px auto;}

body.pages.showpage .contentarea > .col-xs-12 {
    padding: 0px;
}

body.homepage .layoutcontent > .row{margin: 0px auto;
max-width: 1300px;
padding: 0px 50px;
float: none;}

.pageimage img{width: 100%; height: auto;}

#subscribeForm{max-width: 1300px; margin: 0px auto; padding: 0px 50px; float: none;}

body.JoinClub .layoutcontent .contentarea{max-width: 1300px; margin: 0px auto; padding: 30px 50px;}

.showcart .contentarea, .storecart .contentarea, .ShowCart .contentarea, .storecheckout .contentarea{max-width: 1300px; margin: 0px auto; padding: 30px 50px;}

.storecheckout .panel-default > .panel-heading, .showcart .panel-default > .panel-heading, .storecart .panel-default > .panel-heading, .ShowCart .panel-default > .panel-heading {
    background-color: rgba(255,255,255,.4);
}

body.members .contentarea > .row{max-width: 1300px; margin: 0px auto; padding: 0px 50px;}

body.members .contentarea > form{max-width: 1300px; margin: 0px auto; padding: 0px 50px;}

.storecheckout .panel-default > .panel-heading, .storecart .panel-default > .panel-heading {
    background-color: rgba(255,255,255,.4) !important;
}

body.pages .full-wrap .layoutcontent > .row > .col-xs-12 img.img-responsive{width: 100%;}


.hide.available-cards{display: block !important;}

.header-logo > a.demoButton {
    display: block;
    background-color: #f37025;
    transition: .5s;
    color: white;
    padding: 8px 4px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 7.8px;
    float: none;
    margin: 0px 0px 0px 0px;
    line-height: 9px;
    position: absolute;
    left: auto;
    width: 44px;
    font-weight: 700;
    right: 48px;
    top: 40px;
    text-decoration: none;
}

.header-logo > a.demoButton:hover{background-color: #24285e; text-decoration: none;}

.header-logo > a.demoButton span.request{}
.header-logo > a.demoButton span.demo {font-size: 11.5px;}

.loginZone {
    display: inline-block;
    color: #535353;
    cursor: pointer;
    background-image: url(../images/loginicon.png);
    background-position: left 5.5px;
    background-repeat: no-repeat;
    padding-left: 16.5px;
}

.loginZone:hover{color: #24285e;}

.loginZone .loginZoneRollover {

    display: inline-block;
    z-index: 99;
    padding-left: 0px;
    color: #060b49;

}

.loginZone:hover .loginZoneRollover{background-color: transparent;}

.loginLinks {
    display: block;
	position: absolute;
    left: 76px;
    top: 10px;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	border: 0px solid transparent;
	padding: 5px;
	z-index: 98;
}

.loginZone:hover .loginLinks {
    display: block;
    left: 76px;
    top: 26px;
    opacity: 1;
    transition: .5s;
    visibility: visible;
    border: 0px solid #f37025;
    padding: 5px;
    background-color: white;
	box-shadow: 5px 5px 5px rgba(125,125,125,.65);
}

.loginZone .loginLinks a {
    color: transparent;
    display: block;
}

.loginZone .loginLinks a img {
    height: auto;
    max-width: 120px;
    margin: 10px;
}

.loginZone .loginLinks a img:hover {
    opacity: .7;
}

.loginZone:hover .loginLinks a{color: #535353;}

.loginZone:hover .loginLinks a:hover{color: #24285e;}

/*body.homepage header{position: fixed; background-color: rgba(255,255,255,.9);}*/

.carousel-tagline {
    position: absolute;
    top: 0px;
    max-width: 100%;
    margin: 0px auto;
    left: 0%;
    text-align: center;
    color: white;
    background-image: url(../images/opacity35.png);
    width: 100%;
    height: 100%;
    padding: 7% 20% 0px;
    text-shadow: 1px 1px 3px black;
    font-size: 24px;
    letter-spacing: .4px;
}

.carousel-tagline h1 {
    color: white;
    margin-bottom: 0px;
}

.carousel-tagline .btn {
    padding: 10px 40px;
}

.podlets {
    margin: 0px auto;
    max-width: none;
}

.podlet .flexrow{max-width: 1800px; margin: 0px auto;}

.podlet {
    transition: .5s;
    text-align: center;
    margin: 0px auto;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    padding-bottom: 100px;
    padding-top: 70px;
}

.podlet h1 {
    margin: 0px auto 60px;
    max-width: 1040px;
    padding: 0px 20px;
    font-family: 'Montserrat', sans-serif;
}

.podlet h2 {
    color: #f37022;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0px;
}

.podlet h3{}

.podlet img{max-width: 100%; height: auto;}

.podlet:hover{}

.layClear{clear: both; width: 100%; height: .1px; display: block;}

.podlet#podlet02, .podlet#podlet04, .podlet#podlet06 {
    background-color: #fafafa;
}

.homepage .podlet#podlet02 .flexrow .graypodlet:first-child{background-color: transparent;}

.homepage .podlet#podlet02 .flexrow .graypodlet:eq(0){background-color: transparent;}

.homepage .podlet#podlet02 {
    background-image: url(../client/Image/homebanner_spareroad.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 17.8%;
    background-color: #fafafa;
}

.homepage .podlet#podlet03 {
    background-image: url(../client/Image/homeroad.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 17%;
}

.podlet#podlet05, .podlet#podlet06 {
    width: 50%;
    float: left;
}

.podlets #podlet01 .gray {
    max-width: 400px;
    height: 360px;
    padding: 20px;
    border-radius: 12px;
    
}

body.homepage .layoutcontent {}

/*.hidden-xs.menu-footer{display: none;}*/

footer .hidden-xs.menu-large, footer .hidden-s.menu-large {display: none;}

footer .menu-footer {display: block; padding: 0px;}

footer .menu-footer .navbar{padding: 0px;}

footer .menu-footer .navbar ul.nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

footer .menu-footer .navbar ul.nav > li {
    border-bottom: 0px solid transparent;
    color: #d7d7d7;
    display: flex;
    flex-direction: column;
}

footer .hidden-xs, footer .hidden-s {

    padding: 0px;
    max-width: 1800px;
    margin: 0px auto;

}

footer .nav li.firstone {
    color: #d7d7d7;
    line-height: 19.5px;
    letter-spacing: 0px;
    font-size: 16px;
    padding-top: 20px;
}

footer .nav > li.links {

    padding-top: 28px;

}

footer .nav li.firstone img.footerlogo {

    max-width: 134px;
    margin-bottom: 40px;

}

li.firstone a, li.firstone a i.fa {

    font-size: 22px;
    padding-right: 2px !important;

}

li.firstone .footerlogosocials {
    flex-direction: row;
    margin-top: 18px;
}

.menu-footer ul.navbar-nav > li{margin: 0px;}
.menu-footer ul.navbar-nav > li a, .menu-footer ul.navbar-nav > li.active a {

    color: #d7d7d7 !important;
    text-shadow: none;

}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {

    color: #d7d7d7 !important;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: .5px;

}

.menu-footer ul.navbar-nav > li:first-child{padding-left: 0px; margin-left: 0px;}
.menu-footer ul.navbar-nav > li:last-child{padding-right: 0px; margin-right: 0px;}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(125,125,125,1);
    background-color: transparent;
    margin-top: 36px;
    padding-left: 0px;
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
	min-width: auto;
}

.menu-footer ul.navbar-nav > li:hover > ul.dropdown-menu {

    top: 0px;

}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li {
    width: 100%;
    display: block;
    line-height: 24.2px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li ul{display: none !important;}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li a {

    background-color: transparent;
    font-size: 15.5px;
    letter-spacing: 1px;

}

.showsmall{display: none;}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: transparent;
    width: 27px;
    height: 27px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #757a7e;
    font-size: 11px;
    border: 2px solid #757a7e;
	z-index: 99;
}

#return-to-top i {
    color: #757a7e;
    margin: 0;
    position: relative;
    left: 5px;
    top: -7px;
    font-size: 21px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
background-color: rgba(0,0,0,.1);
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);

}
#return-to-top:hover i {

    color: #fff;
    top: -8px;
    text-shadow: 0px 0px 2px rgba(0,0,0,.2);

}

#topPageWrapper{background-position: center; background-size: cover; margin-top: 120px;}

#topPage {
    color: white;
    text-align: center;
    padding: 0px;
    /*text-shadow: 1px 1px 3px #000;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    background-image: url(../images/opacityteal50.png);
    background-repeat: repeat;
	position: relative;
}

#topPage.caption {
    color: white;
    text-align: left;
    padding: 49% 7% 1% 1%;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    background-image: url(../images/opacityteal50.png);
    background-repeat: repeat;
	line-height: 24px;
}

#topPage h1, #topPage h2 {
    color: white;
    font-size: 3.2em;
    letter-spacing: .1px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 20%;
    padding-bottom: 20%;
    font-weight: 700;
    margin-bottom: 0px;
}

#topPage span.caption {
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 20px;
    text-align: left;
}

.pageArea{padding: 40px 20px 15px;}

.pageArea1, .pageArea3, .pageArea5, .pageArea7, .pageArea9, .pageArea11, .pageArea13, .pageArea15, .pageArea17{background-color: #F9F9F9;}

.lilmodule {
    border: 1px solid #e5e5e5;
    margin: 0px auto;
    display: inline-block;
    padding-bottom: 50px;
	position: relative;
}

.lilmoduleText {
    max-width: 325px;
    margin: 0px auto;
    text-align: center;
}

.flexrow .lilmodule {

    flex-basis: auto;
    max-width: 500px;
    margin: 19px 19px;

}

.lilmodule a.btn {

    position: absolute;
    bottom: 0px;
    left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
    margin-bottom: 10px;

}

/*.flexrow .lilmodule:first-child{margin-left: 0px;}

.flexrow .lilmodule:last-child{margin-right: 0px;}*/

.gray{background-color: #fafafa;}

.white{background-color: #fff;}

.flexrow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
}

.flexrow > a.btn{margin: 19px;}

.pages .flexrow .autoflex{flex-basis: auto;}

.pages .flexrow.flexnowrap {flex-wrap: nowrap;}

.pages .flexrow .integrationdescription {
    text-align: left;
    padding: 0px 50px;
    max-width: 680px;
}

.pages .flexrow .clientdescription {
    padding: 0px 50px;
    max-width: 680px;
}

.pages .flexrow {
    justify-content: center;
    margin: 50px auto;
    flex-wrap: wrap;
}

.graypodlet {
    /*background-color: #fafafa;*/
    padding: 20px;
    border-radius: 12px;
    flex-basis: auto;
    margin: 0px 15px;
    max-width: 400px;
    border: 1px solid #e5e5e5;
}

.whitepodlet {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    flex-basis: auto;
    margin: 0px 25px;
    max-width: 250px;
	font-size: 18px;
}

.whitepodlet .btn{padding: 10px 30px;
font-size: 20px; }

#podlet02 .flexrow{max-width: 1200px; margin: 0px auto;}

.podlet span {
    max-width: 798px;
    margin: 0px auto;
    display: inline-block;
    padding: 0px 20px;
}

.flexrow.clientlogos, .marquee0 {
    margin: 0px auto;
    flex-wrap: wrap;
}

.flexrow.clientlogos img, .marquee0 img {
    height: 55px;
    width: auto;
    margin: 20px 60px;
}

.integrationpartners{}

.integrationpartner {
    margin: 35px;
}

.integrationpartner img {
    max-height: 50px;
    width: auto;
}

#podlet01{}

.contentBit {
    margin: 35px;
}

.homeBanner{width: 100%; display: block; position: relative;}

.homeBanner img {
    width: 100%;
    height: auto;
    z-index: 98;
}

.homeBanner .btn {
    position: absolute;
    z-index: 99;
    top: 73%;
    font-size: 28px;
    transform: translateX(-50%);
    left: 50%;
    padding: 15px 35px;
}

.homepageJason {

    position: absolute;
    z-index: 99;
    top: 47.2%;
    right: 29.6%;
    font-size: .69em;
    width: 30%;
    line-height: 1.3em;
    text-align: center;
    display: none;

}

.homepageJason img {
    /*max-width: 150px;*/
    clear: both;
    display: block;
    text-align: center;
    margin: 0px auto 10px;
    min-width: 100px;
    height: auto;
    flex-shrink: 0;
}

.homepageJason span {
    margin: 10px 3px 0px 0px;
}

.homepageJason span.speechbubble {

    background-image: url(../images/speech.png);
    display: block;
    background-size: 100% 100%;
    margin: 0px 0px 5px;
    padding: 10px 10px 10px 25px;

}

a.anchorlink {
    display: inline-block;
    background-color: gray;
    background-image: url(../images/anchorlink.png);
    border-radius: 6px;
    padding: 1px 40px 3px;
    margin: 5px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    background-size: 100%;
}

a.anchorlink:hover{background-image: url(../images/anchorlinkhover.png);}

h2 a{text-decoration: none;}

.websitetemplates .flexrow .autoflex.screens {
    max-width: 66%;
    padding-right: 3%;
}

.websitetemplates .flexrow .autoflex.description{width: 33%;}

.mapZone {
    position: relative;
	/*background-image: url(../client/Image/mapping.png);*/
	background-image: url(../client/Image/homepageelements/map.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow:  hidden;
}

.mapZone .themap{opacity: 0; z-index:0;}

.mapZone .textblock{z-index: 1; position: absolute; height: auto; opacity: 0; transition: 2.8s;}

.mapZone .textblock.slid{opacity: 1;}

.mapZone .icon{z-index: 1; position: absolute; height: auto; transition: 1.8s;}

.mapZone .textblock img{width: 100%; height: auto;}

.mapZone .icon img{width: 100%; height: auto;}

.mapZone #textblock01 {

    top: 12.5%;
    left: 39.9%;
    width: 25.1%;

}

.mapZone #textblock02 {

    top: 37.1%;
    left: 31.3%;
    width: 22.2%;

}

.mapZone #textblock03 {

    top: 60.6%;
    left: 50%;
    width: 24.7%;

}

.mapZone #textblock04 {

    top: 86.9%;
    left: 28.3%;
    width: 29%;

}

.mapZone #icon01 {

    top: 3.99%;
    left: -37%;
    width: 36.4%;

}

.mapZone #icon02 {

    top: 31.79%;
    right: -23%;
    width: 22.7%;

}

.mapZone #icon03 {

    top: 59.83%;
    left: -31%;
    width: 30.6%;

}

.mapZone #icon04 {
    top: 78.53%;
    right: -34%;
    width: 33.6%;
}

.mapZone #icon01.slid {
    left: 2.6%;
}

.mapZone #icon02.slid {
    right: 19.1%;
}

.mapZone #icon03.slid {
    left: 14.4%;
}

.mapZone #icon04.slid {
    right: 5.7%;
}

.teamPod {
    position: relative;
    line-height: 26px;
    width: 25%;
    margin-bottom: 35px;
	overflow: hidden;
}

.teamPod img {

    max-width: 200px;
    height: auto;
    border-radius: 100px;
    margin: 15px;
	transition: height 1.3s, opacity 1.2s;

}

.teamPod .aboutBlurb {
    opacity: 0;
    position: absolute;
    z-index: 20;
    top: 15px;
    background-color: white;
    font-size: 16px;
    width: 100%;
    border: 0px solid transparent;
    padding: 15px 25px;
    border-radius: 50px;
    transition: height 0s, opacity 1.2s;
    transition: 1.2s;
    position: absolute;
    height: auto;
    line-height: 22px;
	color: #444;
}

.teamPod:hover{
    overflow: visible;
}

.teamPod:hover .aboutBlurb {
    opacity: .90;
    top: 15px;
    font-size: 16px;
    line-height: 22px;
    height: auto;
    transition: height 1.3s, opacity 1.2s;
    color: #444;
}

.teamPod:hover img {
    opacity: .3;
    transition: height 1.3s, opacity 1.2s;
}

body.webinars .flexrow .lilmodule {
    max-width: 33%;
    width: 30%;
}

body.webinars .flexrow .lilmodule img {
    width: 100%;
}

body.webinars .lilmoduleText {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #585858;
}

body.webinars .lilmoduleText h4 {
    color: #585858;
    font-size: 24px;
}

body.about .teamPod {
    width: 20%;
font-size: 16px;
line-height: 20px;
}

body.about .teamPod img {
    max-width: 125px;
}

body.about .teamPod:hover img {
    opacity: 1;
    transition: 0s;
}

.websitetemplates .description a {
    text-decoration: none;
    border-bottom: 2px solid #26275E;
    padding-bottom: 0px;
    transition: .2s;
    display: inline-block;
    line-height: 1.3em;
}

.websitetemplates .description a.btn {
    border-bottom: 0px solid transparent;
    padding: 10px 20px;
}

.websitetemplates .description a.btn:hover {
border-bottom: 0px solid transparent;
    padding: 10px 20px;
}

.websitetemplates .description a:hover{text-decoration: none;
    border-bottom: 2px solid #26275E; padding-bottom: 2px;}
	
.laptopFadein {
    background-image: url(../client/Image/wineclub/macbook_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.laptopFadein img {

    opacity: 0;
    transition: 2.5s;

}

.laptopFadein.fadein img{opacity: 1;}

.tabletFadein {
    background-image: url(../client/Image/pos/tablet_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.tabletFadein img {

    opacity: 0;
    transition: 2.5s;

}

.tabletFadein.fadein img{opacity: 1;}

.templateFadein {
	background-image: url(../client/Image/websitetemplates/template_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.templateFadein img {

    opacity: 0;
    transition: 2.5s;

}

.templateFadein.fadein img{opacity: 1;}

.desktopFadein {
    background-image: url(../client/Image/pos/desktop_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.desktopFadein img {

    opacity: 0;
    transition: 2.5s;

}

.desktopFadein.fadein img{opacity: 1;}

.laptopnmobileFadein {
    background-image: url(../client/Image/ecommerce/laptopnmobile_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.laptopnmobileFadein img {

    opacity: 0;
    transition: 2.5s;

}

.laptopnmobileFadein.fadein img{opacity: 1;}

body.integrations .lilmodule a.btn {}

iframe.clientvideo{margin: 0px auto;}

body.pricing .layoutcontent > .contentZone{
    background-image: url(../images/pricingback.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: none;
    background-position: center bottom;
    padding: 50px 0px 100px;
}

body.thankyou .layoutcontent > .contentZone {
    background-image: url(../images/thankyouback.png);
	background-size: cover;
    background-repeat: no-repeat;
    max-width: 1800px;
}

body.pricing .layoutcontent > .contentZone > .contentarea {
    max-width: 1800px; margin: 0px auto;
}

body.pricing .layoutcontent > .contentZone > .contentarea .flexrow {

    padding: 0px 100px;

}

body.pricing .pageArea1{background-color:white;}

body.pricing .pageArea2{background-color: #eaeaea;}

body.pricing .pageAreas > .layClear{background-color: #7a881f;}

body.pricing .layoutcontent > .layClear {background-color: #7A881F;}

body.pricing .flexrow .pricingpod {

    max-width: 399px;
    margin: 2.7% 0px 30px;
    flex-grow: 1;
    flex-basis: 0;

}

body.pricing .flexrow .pricingpod.standardpod, body.pricing .flexrow .pricingpod.quickstartpod {

    margin-top: 0px;

}

body.pricing .flexrow .pricingpod .pricingPodInner {
    background-size: 100% 100%;
    background-repeat: none;
    padding: 20px 20px 35px;
}

body.pricing .flexrow .pricingpod:hover .pricingPodInner{background-image: url(../client/Image/pricingglow.png);}

body.pricing .flexrow .pricingpod.quickstartpod:hover .pricingPodInner {
    background-position: center 39px;
    background-size: 100% 94%;
    background-repeat: no-repeat;
}

body.pricing .flexrow .pricingpod.standardpod:hover .pricingPodInner {

    background-position: center 35px;
    background-size: 100% 96%;
    background-repeat: no-repeat;

}

body.pricing .flexrow .pricingpod .element {

    background-color: white;
    color: black;
    line-height: 30px;
    background-image: url(../images/pricingdivider.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 20px 10px;

}

body.pricing .flexrow .pricingpod .element.greyback {
    background-color: #dcdcde;
    color: #f37022;
    border-radius: 30px 30px 0px 0px;
    line-height: 25px;
    padding-bottom: 15px;
	background-image: none;
}

body.pricing .flexrow .pricingpod .element.greyback.standard {

    padding-top: 11.4%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0px;
    position: relative;
    background-image: url(../images/standardtopper.png);
    background-size: 100% auto;
    background-position: center top;

}

body.pricing .flexrow .quickstartpod .element.greyback {
    padding-top: 11.4%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0px;
    position: relative;
    background-image: url(../images/growthplantopper.png);
    background-size: 100% auto;
    background-position: center top;
}

body.pricing .flexrow .quickstartpod .element.greyback .contents {
    background-color: #dcdcde;
    padding-bottom: 15px;
    z-index: 3;
    border-radius: 30px 30px 0px 0px;
    padding-top: 20px;
}

body.pricing .flexrow .pricingpod .element.greyback.standard .contents {

    background-color: #dcdcde;
    padding-bottom: 15px;
    z-index: 3;
    border-radius: 30px 30px 0px 0px;
    padding-top: 20px;

}

body.pricing .flexrow .pricingpod .element.greyback h5 {
    color: #27285d;
    margin: 0px auto 10px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 0px 32px;
    font-weight: 700 !important;
}

body.pricing .flexrow .pricingpod .element.blueback {
    background-color: #f37022;
    color: white;
    display: block;
    text-decoration: none;
    border-radius: 0px 0px 30px 30px;
    background-image: none;
    cursor: pointer;
	transition: .5s;
}

body.pricing .flexrow .pricingpod .element.blueback:hover {background-color: #336;}

span.orangetext{color: #f37022;}

.flexrow.basefeatures {
    justify-content: space-evenly;
}

.basefeature {
    
    min-width: 410px;
    padding: 20px;
    text-align: center;
    font-size: 27px;
    width: 40%;
}

.basefeature h5 {
   
    font-size: 30px;
}

body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: block;}

body.pricing img.hidden-s, body.pricing img.hidden-xs, body.calculator img.hidden-s, body.calculator img.hidden-xs{display: none;}

body.BlogList .blogEntry > p {
    display: block;
    width: 100%;
    clear: both;
    margin: 0px;
    line-height: 18px;
}

body.BlogList .blogEntryTeaser{}

body.BlogList .blogEntryTeaser br{display: none;}

body.BlogList .blogEntryTeaser img {display: inline-block;
    margin: 0px 30px 30px 0px;
    max-width: 200px;
    float: left;}
	
body.BlogList .blogEntryTeaser img.center-block {

    display: inline-block;
    margin: 0px 30px 30px 0px;
    max-width: 200px;
    float: left;

}

.blogEntryDate {
  display: none;
}

.smallcaption {

    font-size: .8em;
    display: block;
    margin-bottom: 10px;
	color: #27285d;

}

body.homepage #podlet01{padding: 0px;}

body.pricing #topPage, body.calculator #topPage{display: none;}
body.integrations .contentZone{padding-top: 0px;}
body.about{text-align: left;}

.dateLeft, .locationRight{padding: 0px 10px; font-size: .7em;}

.dateLeft{float: left; text-align: left;}

.locationRight{float: right; text-align: right;}

.events .lilmodule {
    padding-bottom: 0px;
    background-color: #D6D6D6;
}

body.events{background-color: white;}

iframe.signupForm {
    height: auto;
    min-height: 392px;
}

#privacy h3 {
    padding-top: 118px;
}

#privacy table {

    border: 1px solid 

    #CCC;

}

#privacy table thead {

    background-color: 

    #CCC;

}

#privacy table td {

    border-left: 1px solid 

#ccc;

border-bottom: 1px solid

    #ccc;
    font-size: .9em;
    line-height: 1.5em;
    padding: 20px;

}

#privacy table thead th {

    padding: 0px 20px;

}

.covid .contentZone a.textlink {

    text-decoration: none;
    color: #f57e47;
    transition: .5s;
	font-weight: 700;

}

.covid .contentZone a.textlink:hover{color: #26275E; text-decoration: none;}

.autoflex.screens.scheduledemo{min-height: 940px;}

.calculatorBox{margin: 30px auto 0px; width: 80%;}

iframe body.vp-center{height: auto;}

/* xs only */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
		overflow-x: hidden;
    }

.layoutcontent {
   
}

iframe.signupForm {
    min-height: 453px;
}
	
.header-logo {
    width: auto;
    text-align: left;
}
	
.header-logo > a > img.logo {
    max-width: 153px;
    margin-left: 0;
    margin-bottom: 0;
    max-height: none;
    height: auto;
    margin-top: 4px;
}

footer ul.nav, footer div.site-info, footer div.social {
    width: 100%;
    margin: 0px auto 15px;
    text-align: left;
    border: 0px solid transparent;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    padding: 0px 15px 15px;
    border-bottom: 0px dashed transparent;
    float: none;
	text-align: center;
}

footer div.social {
    padding-bottom: 20px;
    font-size: 24px;
	border-bottom: 0px solid transparent;
}

.pod {

    border-top: 1px solid rgba(30, 30, 20, 0.12);
    padding-top: 20px;

}

.contentarea.col-sm-9 { margin: 0px auto;}

.custom-cart{background-color: #544e49;
color: white;}

.custom-cart a, .custom-cart a:visited{color: #fff;}

.custom-cart a:hover {

    color: rgba(255,255,255,.7);
    text-decoration: none;

}

.modal-footer button {
    padding: 5px 20px;
    font-size: 18px;
}

header {
    padding: 0px;
    position: relative;
    z-index: 999;
    width: 100%;
   /* box-shadow: 0px 0px 10px #333;*/
    height: 120px;
}

.header-logo > a {

    background-repeat: no-repeat;
    background-size: 80px auto;
    display: inline-block;
    max-width: none;
    z-index: 999;
    margin: 5px auto 0px;
    text-align: center;
    padding-top: 5px;
    position: relative;
    left: 18px;
    padding-bottom: 5px;
    background-position: 1px 6px;
    top: 26px;

}

h1.page-title, .contentarea > h1:first-child, .contentarea .col-xs-12 > h1:first-child, .page-content h1:first-child {
    font-size: 33px;
    padding: 40px 3% 10px;
    margin-bottom: 5px;
}

footer .visible-xs ul.nav, footer .visible-xs div.site-info, footer .visible-xs div.social, footer .visible-s ul.nav, footer .visible-s div.site-info, footer .visible-s div.social {
 margin: 0px 0px 15px;
    padding: 0px;
}

/*.layoutcontent .contentarea .col-xs-12 {
    padding: 0px;
    overflow-x: hidden;
}*/

h1.page-title, .contentarea > h1:first-child, .page-content h1:first-child{font-size: 33px;}

.showlist .purchase-form {
    text-align: center;
}

.showlist .purchase-form .quantity {
    display: inline-block;
    float: none;
}

.showlist .purchase-form .price-units {
    display: inline-block;
    float: none;
    position: relative;
    top: -9px;
}

.showlist .purchase-form .add-to-cart {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.showlist .purchase-form .add-to-cart button{display: inline-block; float: none;}

.showlist .product-list .desktop-title h3 {
    margin-top: 20px;
}

.showlist .product-info .info{text-align: center;}

.nav-pills > li {
    float: none;
    display: inline-block;
}

.product-list .producttype-product ul.nav-pills {
    text-align: center;
}

.page-content, .col-sm-offset-1.col-sm-9 {
    margin: 0px auto;
    max-width: none;
    padding: 0px 20px;
    float: none;
}

.page-content, .contentarea > .row {

    max-width: none;
    padding: 30px 20px;

}

body.store .layoutcontent .contentarea .page-content {
    padding: 10px 4%;
}

body.storeproducts .layoutcontent .contentarea .page-content {
    padding: 0px;
}

body.store .layoutcontent .contentarea .page-content .category-dropdown, body.store .layoutcontent .contentarea .page-content .statecompliancemessage, body.store .layoutcontent .contentarea .page-content .category-content, body.store .layoutcontent .contentarea .page-content .product-list {

    max-width: none;
    padding: 0px 20px;
    margin: 0px auto;

}

#locationsFormHolder {
    max-width: none;
    padding: 0px 5%;}
	
	body.clubs .layoutcontent .contentarea > .row, .contentarea #formInfo, #contentInfo {
    padding: 0px 5%;}
	
body.homepage .layoutcontent > .row {

    padding: 0px 3%;

}

.product-detail .product-image img {

    max-height: 200px;

}

body.store.showdrilldown .layoutcontent .contentarea {

    max-width: 1300px;
    padding: 25px 4% 15px;
    margin: 0px auto;
    float: none;

}

#subscribeForm{max-width: 1300px; margin: 0px auto; padding: 0px 4%; float: none;}

body.JoinClub .layoutcontent .contentarea{margin: 0px auto; padding: 20px 4%;}

.showcart .contentarea, .storecart .contentarea, .storecheckout .contentarea, .ShowCart .contentarea{margin: 0px auto; padding: 20px 4%;}

body.members .contentarea > .row{margin: 0px auto; padding: 0px 4%;}

body.members .contentarea > form{margin: 0px auto; padding: 0px 4%;}

.carousel-tagline {

    bottom: auto;
    top: 0px;
    font-size: 0.75em;
    line-height: 1em;
    padding: 2% 5% 0px;

}

.carousel-tagline h1 {
    font-size: 18px;
}

.carousel-tagline .btn {

    padding: 5px 10px;
    font-size: 14px;

}

.carousel-indicators {display: none;}

.podlet#podlet05, .podlet#podlet06 {
    width: 100%;
    float: none; clear: both;
}

body.homepage .layoutcontent{}

.menu-footer ul.dropdown-menu{display: none;}

.mobilefooterlogo {
    max-width: 134px;
    margin: 46px auto;
}

footer {
    background-image: none;
    padding: 0px 0px;
}

footer .nav{

}

footer .menu-footer {

    display: block;
    padding: 29px 0px;
    border-bottom: 1px solid #8e8e8e;

}

footer .nav li.firstone {
    display: none !important;
}

footer .nav li{width: 100%;}

footer .menu-footer .navbar ul.nav {
    width: 100%;
    display: block;
	margin-bottom: 0px
}

footer .menu-footer .navbar ul.nav > li {
    padding: 0px;
    text-align: center;
    width: 100%;
}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    margin-left: 0px;
    text-align: center;
	line-height: 32px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {display: none !important; visibility: hidden; opacity: 0;}

#topPage {

    font-size: 12px;
    line-height: 17px;
    padding: 10% 12% 10% 12%;

}

#topPage.caption {
    padding: 49% 7% 1% 1%;
    font-size: 14px;
    line-height: 20px;
}

#topPage span.caption {
    font-size: 13px;
    line-height: 16px;
}

#topPage h1, #topPage h2 {
    font-size: 3.2em;
    letter-spacing: .1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
}

.contentZone{padding: 40px 20px 15px;}

.flexrow {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.graypodlet, .whitepodlet {
    margin: 15px;
}

.whitepodlet{}

.flexrow.clientlogos{flex-wrap: wrap;
justify-content: center;}

.flexrow.clientlogos img {
    margin: 30px 40px 10px;
}

.podlet h1 {
    font-size: 32px;
	margin-bottom: 0px;
}

.flexrow .lilmodule {
    margin: 19px auto;
}

.flexrow .lilmodule:first-child{margin-left: auto;}

.flexrow .lilmodule:last-child{margin-right: auto;}

.lilmodule .btn {
    padding: 10px 25px;
    font-size: 18px;
}

.contentBit{}

.homeBanner .btn {}

#topPage.caption {
    font-size: 14px;
    line-height: 16px;
}

.pages .flexrow.flexnowrap {
    flex-wrap: wrap;
    margin: 10px auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {text-align: center;}

h1 {font-size: 28px;}

.pages .flexrow.directionswitch {
    flex-direction: column-reverse;
}

.pages .flexrow .autoflex {
    margin: 0px auto;
}

.pages .flexrow .autoflex.integrationpartner {
    margin: 15px;
}

a.anchorlink {
    padding: 1px 30px 3px;
    font-size: 14px;
}
.zopim{display: none;}

.homepageJason {display: none;}

.websitetemplates .flexrow .autoflex.screens{max-width: 100%; width: 100%; padding-right: 0px;}

.websitetemplates .flexrow .autoflex.description{max-width: 100%; width: 100%;}

.teamPod, body.about .teamPod{
    width: 100%;
}

.teamPod .aboutBlurb, .teamPod:hover .aboutBlurb {
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    line-height: 22px;
    font-size: 14px;
}

.teamPod:hover img {
    opacity: 1;}

body.webinars .flexrow .lilmodule {max-width: 100%;}

.btn-primary, .btn-default, .btn, .btn-xs, .btn-group-xs > .btn, .btn-sm, .btn-group-sm > .btn {
    padding: 15px 30px;
    font-size: 18px;
}

.mapZone #textblock01 {
    top: 11.6%;
    left: 4.6%;
    width: 42%;
}

.mapZone #textblock02 {
    top: 40%;
    left: 52.2%;
    width: 43%;
}

.mapZone #textblock03 {
    top: 64.8%;
    left: 14.7%;
    width: 34.3%;
}

.mapZone #textblock04 {
    top: 87.4%;
    left: 51.3%;
    width: 44%;
}

.mapZone #icon01 {
    width: 30%;
    top: 8.4%;
    right: -30%;
    left: unset;
}

.mapZone #icon02 {
    width: 25%;
    top: 32%;
	left: -25%;
	right: unset;
}

.mapZone #icon03 {
    width: 25%;
    top: 60%;
	right: -25%;
	left: unset;
}

.mapZone #icon04 {
    width: 22%;
    top: 84.6%;
	left: -22%;
	right: unset;
}

.mapZone #icon01.slid {
    right: 30.5%;
	left: unset;
}

.mapZone #icon02.slid {
    left: 26%;
    right: unset;
}

.mapZone #icon03.slid {
    right: 23.8%;
    left: unset;
}

.mapZone #icon04.slid {
    left: 27.1%;
    right: unset;
}

.mapZone {
	background-image: url(../client/Image/homepageelements/mapmobile.png);
}

.pages .flexrow .integrationdescription {
    padding: 30px 0px;
    max-width: none;
    width: 100%;
    text-align: center;
}

iframe.clientvideo {
    max-width: 100%;
    height: auto;
}

body.pricing .flexrow .pricingpod {
    max-width: none;
    margin: 15px 15px;
    width: 100%;
    flex-basis: auto;
}

body.pricing .flexrow .pricingpod .element.greyback h5 {font-size: 1.8em;}

.basefeature {
    padding: 30px 60px;
text-align: left;
font-size: 18px;
line-height: 24px;
width: 100%;
}

.basefeature h5 {
    font-size: 24px;
    text-align: left;
}

.basefeature {
    text-align: center; min-width: 1px; padding: 30px 10px;
}

.basefeature h5 {text-align: center;}

body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}

body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: none;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: block;}

.tabletFadein img {transition: 1.25s;}

.podlet h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

body.pricing .layoutcontent > .contentZone > .contentarea .flexrow {
    padding: 0px 10px;
}

.mobile-nav-toggle-label {right: 10px;}
/*.active .mobile-nav-toggle-label {right: 10px;}*/
.active .mobile-nav-toggle-label {
    right: 20%;
}

body.pages.showpage.contact .contentarea > .col-xs-12 {
    padding: 0px 15px 0px;
}

#privacy {
    padding: 0px 20px;
    line-height: 1.3em;
    font-size: .7em !important;
}

#privacy table {
    font-size: 10px;
}
#privacy table thead {}
#privacy table td {padding: 5px 10px;}
#privacy table thead th {padding: 0px 10px; line-height: 18px;}

#privacy h3 {padding-top: 115px;}

.autoflex.screens.scheduledemo iframe {
    height: 100%;
    min-height: 925px;
}

.calconic-info{line-height: 1.2em !important;}

}

.quickstartpod{display: none;}

/* extra tiny phones only */
@media (min-width: 8px) and (max-width: 766px) {

.podlet h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

/*.homeBanner .btn {
    font-size: 20px;
    padding: 10px 30px;
	display: none;
}*/

.homeBanner .btn /*coronavirus edition*/{

    font-size: 20px;
    padding: 10px 30px;
    display: block !important;
    top: 78%;

}

h1 {
    font-size: 28px;
    margin-bottom: 32px;
}

#topPage h1, #topPage h2 {
    font-size: 2.5em;
}

body.webinars .flexrow .lilmodule {
    max-width: 100%;
    width: auto;
}

body.pricing .flexrow .pricingpod .element.greyback h5 {
    font-size: 1.4em;
}

#topPage span.caption {
    font-size: 12px;
    line-height: 14px;
}

}

/* sm only */
@media (min-width: 768px) and (max-width: 992px) {

html {background-color: #222;}

.showsmall{display: block;}

.navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: 0px; padding: 0px;
}
	
	.navbar-nav > li {padding: 0px 0px;}
	
	h1.page-title, .contentarea > h1:first-child, .page-content h1:first-child {
    font-size: 28px;
    padding: 30px 10px 10px 10px;
}
	
	.pod {

    border-top: 1px solid rgba(30, 30, 20, 0.12);
    padding-top: 20px;

}

.header-logo > a > img.logo {
    height: auto;
    max-height: none;
    max-width: 150px;
}

.custom-cart {font-size: 14px;}

.layoutcontent {

}

.dropdown-menu > li > a {
    font-size: 11px; letter-spacing: 0px;
	}
	
.carousel-tagline {
    top: 0px;
    font-size: 16px;
    line-height: 20px;
}

.carousel-tagline h1 {
    font-size: 28px;
}

.carousel-tagline .btn {
    font-size: 18px;
    padding: 5px 20px;
}

body.homepage .layoutcontent{}

.menu-footer ul.dropdown-menu{display: none;}

.mobilefooterlogo {
    max-width: 134px;
    margin: 46px auto;
}

footer {
    background-image: url(../images/mobilefooterback.gif);
    padding: 0px 40px;
}

footer .nav{

}

footer .menu-footer {

    display: block;
    padding: 0px;
    margin: 30px auto;

}

footer .nav li.firstone {
    display: none !important;
}

footer .nav li{width: 100%;}

footer .menu-footer .navbar ul.nav {

    width: 100%;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;

}

footer .menu-footer .navbar ul.nav > li {
    padding: 0px;
    text-align: center;
    width: 100%;
}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    margin-left: 0px;
    text-align: center;
	line-height: 32px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {display: none !important; visibility: hidden; opacity: 0;}

.visible-xs .nav > li > ul > li > a, .visible-s .nav > li > ul > li > a {

    font-size: 13px;
    text-transform: none;
    padding-left: 5%;

}

#topPage {

    font-size: 16px;
    line-height: 22px;
    padding: 10% 5% 10% 5%;

}

#topPage.caption {
padding: 49% 7% 1% 1%;
    font-size: 16px;

}

#topPage h1, #topPage h2 {
    font-size: 3.2em;
}

#topPage .caption{font-size: 16px;}

.contentZone{}

.flexrow {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.graypodlet, .whitepodlet {margin: 15px 15px;
}

.whitepodlet{}

.flexrow.clientlogos{flex-wrap: wrap;
justify-content: center;}

.flexrow.clientlogos img {
    margin: 20px 40px;
}

.flexrow .lilmodule {
    margin: 19px auto;
}

.flexrow .lilmodule:first-child{margin-left: auto;}

.flexrow .lilmodule:last-child{margin-right: auto;}

.lilmodule .btn {
    padding: 10px 25px;
    font-size: 18px;
}

.contentBit{}

/*.homeBanner .btn {
    font-size: 32px;
	display: none;
}*/

.homeBanner .btn /*coronavirus edition*/{

    font-size: 32px;
    display: block !important;
    top: 80%;

}

.pages .flexrow.flexnowrap {flex-wrap: wrap;}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {text-align: center;}

.pages .flexrow.directionswitch {
    flex-direction: column-reverse;
}

.pages .flexrow .autoflex {
    margin: 0px auto;
}
	
a.anchorlink {
    padding: 1px 30px 3px;
    font-size: 16px;
}

.zopim{display: none;}

.homepageJason {display: none;}

.websitetemplates .flexrow .autoflex.screens{max-width: 100%; width: 100%; padding-right: 0px;}

.websitetemplates .flexrow .autoflex.description{max-width: 100%; width: 100%;}

.teamPod, body.about .teamPod{
    width: 50%;

}

.teamPod .aboutBlurb, .teamPod:hover .aboutBlurb {
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    line-height: 22px;
    font-size: 14px;
    margin: 0px auto;
    width: 90%;
}

.teamPod:hover img {
    opacity: 1;}

body.webinars .flexrow .lilmodule {max-width: 100%;}

.integrationpartner img {
    margin: 15px;
}

.mapZone #textblock01 {
    top: 10.6%;
    left: 4.4%;
    width: 42%;
}

.mapZone #textblock02 {
    top: 40.2%;
    left: 52.2%;
    width: 42%;
}

.mapZone #textblock03 {
    top: 64.4%;
    left: 12.3%;
    width: 36%;
}

.mapZone #textblock04 {
    top: 88%;
    left: 50.1%;
    width: 48%;
}

.mapZone #icon01 {
    width: 30%;
    top: 8.4%;
    right: -30%;
    left: unset;
}

.mapZone #icon02 {
    width: 25%;
    top: 32%;
	left: -25%;
	right: unset;
}

.mapZone #icon03 {
    width: 25%;
    top: 60%;
	right: -25%;
	left: unset;
}

.mapZone #icon04 {
    width: 22%;
    top: 84.6%;
	left: -22%;
	right: unset;
}

.mapZone #icon01.slid {
    right: 30.5%;
	left: unset;
}

.mapZone #icon02.slid {
    left: 26%;
    right: unset;
}

.mapZone #icon03.slid {
    right: 23.8%;
    left: unset;
}

.mapZone #icon04.slid {
    left: 27.1%;
    right: unset;
}

.mapZone {
	background-image: url(../client/Image/homepageelements/mapmobile.png);
}

.textblock img.hidden-s{display: none !important;}

.textblock img.visible-s{display: block !important;}

body.webinars .flexrow .lilmodule {
    max-width: 45%;
    width: auto;
}

.pages .flexrow .integrationdescription {
    padding: 30px 0px;
}

iframe.clientvideo {
    max-width: 100%;
    height: auto;
}

body.pricing .flexrow .pricingpod {

    max-width: none;
    margin: 15px 15px;
    width: 100%;
    flex-basis: auto;
}

.flexrow.basefeatures {
    justify-content: space-evenly;
    max-width: 100%;
    width: 100%;
}

.basefeature {
    text-align: center;
    min-width: 100%;
    flex-basis: auto;
    width: 100%;
}

.basefeature h5 {text-align: center;}

body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}

body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: block !important;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: none;}

.tabletFadein img {transition: 1.25s;}

.mobilefooterlogowrapper {
    border-bottom: 0px solid transparent;
    width: 100%;
}

body.webinars .lilmoduleText {
    padding: 0px 25px;
}

#privacy table {}
#privacy table thead {}
#privacy table td {}
#privacy table thead th {}

.autoflex.screens.scheduledemo {
    min-height: 875px;
}

.autoflex.screens.scheduledemo iframe.clientvideo {
    min-height:920px;
}

.calconic-info{line-height: 1.2em !important;}

}

/* md only */
@media (min-width: 993px) and (max-width: 1199px) {

.showsmall{display: block;}

.navbar-nav > li > a {

    font-size: 14px;
    padding: 0px;

}
	
	.navba-nav > li{padding: 36px 19px;}
	
	h1.page-title, .contentarea > h1:first-child {}
	
	.dropdown-menu > li > a {
    font-size: 12px; letter-spacing: 0px;
	}
	
	.dropdown-menu {left: 0px;}
	
.carousel-tagline {
    top: 0px;
    font-size: 20px;
}

.carousel-tagline h1 {
    font-size: 32px;
}

.carousel-tagline .btn {
    font-size: 20px;
    padding: 10px 30px;
}

body.homepage .layoutcontent{}

.menu-footer ul.dropdown-menu{display: none;}

.mobilefooterlogo {
    max-width: 134px;
    margin: 46px auto;
}

.visible-xs .nav > li > ul > li > a, .visible-s .nav > li > ul > li > a {
    padding-left: 4%;
}

footer {
    background-image: url(../images/mobilefooterback.gif);
    padding: 0px 40px;
}

footer .nav{

}

footer .menu-footer {

    display: block;
    padding: 0px;
    margin: 30px auto;

}

footer .nav li.firstone {
    display: none !important;
}

footer .nav li{width: 100%;}

footer .menu-footer .navbar ul.nav {

    width: 100%;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;

}

.mobilefooterlogowrapper {
    border-bottom: 0px solid transparent;
}

footer .menu-footer .navbar ul.nav > li {
    padding: 0px;
    text-align: center;
    width: 100%;
}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    margin-left: 0px;
    text-align: center;
	line-height: 32px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {display: none !important; visibility: hidden; opacity: 0;}

#topPage {}

#topPage.caption {
	padding: 49% 7% 1% 1%;
    font-size: 18px;

}

#topPage h1, #topPage h2 {
    font-size: 3.2em;
}

#topPage span.caption{font-size: 16px;}

.contentZone{}

.flexrow {
flex-wrap: wrap;
justify-content: center;
}

.graypodlet, .whitepodlet {
    margin: 15px 15px;
}

.whitepodlet{}

.flexrow.clientlogos{flex-wrap: wrap;
justify-content: center;}

.flexrow.clientlogos img {
    margin: 20px 40px;
}

.flexrow .lilmodule {
    margin: 19px auto;
}

.flexrow .lilmodule:first-child{margin-left: auto;}

.flexrow .lilmodule:last-child{margin-right: auto;}

body.webinars .flexrow .lilmodule {
    max-width: 45%;
    width: auto;
}

.contentBit{}

.homeBanner .btn {
    display: block !important;
    top: 81%;
}

.pages .flexrow.flexnowrap {flex-wrap: wrap;}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {text-align: center;}

.pages .flexrow.directionswitch {
    flex-direction: column-reverse;
}

.pages .flexrow .autoflex {
    margin: 0px auto;
}

.homepageJason {

    font-size: .55em;
    top: 47.2%;
    width: 30%;
    flex-wrap: nowrap;

}

.homepageJason img {

    /*max-width: 80px;
    min-width: 70px;*/

}

.websitetemplates .flexrow .autoflex.screens{}

.websitetemplates .flexrow .autoflex.description{}

.teamPod, body.about .teamPod{
    width: 50%;

}

.integrationpartner img {
    margin: 15px;
}

body.webinars .flexrow .lilmodule {

}

.pages .flexrow .integrationdescription {
    padding: 40px 0px;
    max-width: none;
    width: 100%;
	text-align: center;
}

body.pricing .flexrow .pricingpod {

    width: 46%;
    max-width: none;
    flex-basis: auto;
    margin-bottom: 30px;
    margin-top: 5.1%;

}

body.pricing .flexrow .pricingpod .element.greyback h5 {
    font-size: 1.4em;
	}
	
	body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}
	
	body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: block;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: none;}

.blog .contentarea.col-sm-9 {
    width: 100% !important;
}

body.webinars .lilmoduleText {
    padding: 0px 25px;
}

#privacy table {}
#privacy table thead {}
#privacy table td {}
#privacy table thead th {}

}

@media (min-width: 993px) and (max-width: 1024px) {

.mapZone #textblock01 {
    top: 15.6%;
    left: 4%;
    width: 44%;
}

.mapZone #textblock02 {
    top: 42%;
    left: 52.2%;
    width: 43%;
}

.mapZone #textblock03 {
    top: 65.8%;
    left: 27.3%;
    width: 46%;
}

.mapZone #textblock04 {
    top: 91%;
    left: 50.3%;
    width: 50%;
}

.mapZone #icon01 {
    width: 30%;
    top: 8.4%;
    right: -30%;
    left: unset;
}

.mapZone #icon02 {
    width: 25%;
    top: 32%;
	left: -25%;
	right: unset;
}

.mapZone #icon03 {
    width: 25%;
    top: 60%;
	right: -25%;
	left: unset;
}

.mapZone #icon04 {
    width: 22%;
    top: 84.6%;
	left: -22%;
	right: unset;
}

.mapZone #icon01.slid {
    right: 30.5%;
	left: unset;
}

.mapZone #icon02.slid {
    left: 26%;
    right: unset;
}

.mapZone #icon03.slid {
    right: 23.8%;
    left: unset;
}

.mapZone #icon04.slid {
    left: 27.1%;
    right: unset;
}

.mapZone {
	background-image: url(../client/Image/homepageelements/mapmobile.png);
}

.textblock img.hidden-s{display: none !important;}

.textblock img.visible-s{display: block !important;}

.basefeature {
    text-align: center;
}

	body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}
	
	body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: block !important;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: none;}

.tabletFadein img {transition: 1.25s;}

}

@media (min-width: 1025px) and (max-width: 1059px) {
.basefeature {
    text-align: center;
}
}

/* lg footer menu only */
@media (min-width: 1200px) and (max-width: 1300px) {

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    font-size: 18px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li a {
    font-size: 13px;
    letter-spacing: 0px;
}



}

/* lg only */
@media (min-width: 1200px) {

.showsmall{display: none;}

h1.page-title, .contentarea > h1:first-child {}

.navbar-nav > li > a {}

.carousel-tagline {}

.carousel-tagline h1{}

.carousel-tagline .btn{}

body.homepage .layoutcontent{}

#topPage{}

#topPage h1, #topPage h2 {
    padding-top: 15%;
    padding-bottom: 15%;
}

#topPage span.caption{}

.contentZone {
    padding: 50px 100px 100px;
}

.flexrow {
}

.graypodlet {
}

.whitepodlet{}

.homeBanner .btn {}

body.webinars .flexrow .lilmodule {
}

body.webinars .lilmoduleText {
    padding: 0px 25px;
}

}

.checkout-row {
    margin-top:15px;
}


/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}




#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
        width:250px;
        display:none;
    }
 
#custom-search-input .input-group-addon {
    background: #FFF none repeat scroll 0% 0% !important;
}

#custom-search-input button {
    border: 0px none;
    background: transparent none repeat scroll 0% 0%;
}

.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

/*carousel*/
.carousel-control {
    z-index:100;
}

#myCarousel {
        width: 100%;
    position: relative;
    /*margin-left: -50vw;
    left: 50%;*/
    background-color: #efefef;
    max-height: 78vh;
	overflow: hidden;
}

.carousel-inner > .item > img {
     width: 100%;
    padding: 0;
}

/*.carousel-indicators {
    display:none;
}
*/



 /*maintains mobile layout on ipads NOT NO MORE*/
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)  {
        .visible-xs, .visible-s {
        display: block !important;
        }
        .hidden-xs, .hidden-s {
        display: none !important;
        }
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

.carousel-tagline img{max-width: 100%;}

/* Icons for within */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: $carousel-control-icon-width;
  height: $carousel-control-icon-width;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url(../images/left.svg);
}
.carousel-control-next-icon {
  background-image: url(../images/right.svg);
}

a:focus { outline: thin dotted; outline-offset: -2px; }

body.BlogDrilldown .pageimage img, body.blogdrilldown .pageimage img{display: none;}