/*
    orange: #FF5300
    blue: #31708F
*/


*:focus { /* Remove Chrome input border */
    outline: none;
}

html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
}
body {
	background-color: #FFF;
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
body a {
	outline: none !important;
}
p {
    color: #333;
    line-height: 24px;
    margin: 0 0 20px;
}
li {
	line-height: 24px;
}
.ePlatform-container {

}
.btn-alert {
    background-color: #D9EDF7;
    color: #31708F; 
    border-color: #BCE8F1;
}
.main-content-container {
    background-color: #ffffff;
    padding-left: 15px; 
    padding-right: 15px;
}
.img-center {
    margin: 0 auto;
}
.overflow {
    white-space: nowrap;
    overflow: hidden;
}
.clip {
    text-overflow: clip;
}
.ellipsis {
    text-overflow: ellipsis;
}
.cursor-pointer {
    cursor: pointer;
}

/* MISC RESPONSIVE */

@media (max-width: 479px) {
    body {
        /*font-size: 1em;*/
        font-size: 12px;
    }
}

/*@media (max-width: 992px) {
    .container {
    }
}*/

@media (min-width: 768px) {
    .container {
    }
}

@media (min-width: 992px) {
    .container {
    }
}

@media (min-width: 1200px) {
    .container {
    }
}

/* MODAL DIALOG DEFAULTS */

.modal-error-dialog-header {
    background-color: orangered;
    color: white;
    font-size: 2em;
    font-weight: bold; 
    border: 0px solid orangered;
}

.modal-dialog-header {
    background-color: #31708F;
    color: white;
    font-size: 2em;
    font-weight: bold;
}
.modal-dialog-header-sm {
    background-color: #31708F;
    color: white;
    font-size: 1.4em;
    font-weight: bold; 
    /*text-transform: uppercase;*/
}
.modal-dialog-fa-close {
    margin-top: -5px;
    margin-right: -5px;
    font-size: 1em;
    color: white;
    font-weight: bold;
    float: right;
}
.modal-dialog-fa-close-sm {
    margin-top: 3px;
    margin-right: -5px;
    font-size: 1em;
    color: white;
    font-weight: bold;
    float: right;
}

/* SLIDER */

.home-slider-wrapper {
    margin-top: 10px;
}

/* SITEMAP */

.site-map-category a {
    font-size: 1.1em;
    color: #333;
    font-weight: 600;
}
.site-map-subcategory a {
    font-size: .9em;
    color: #333;
    font-weight: 500;
}
.sitemap-row {
    margin-left: 30px;
    padding-right: 20px;
}

/* SURVEY */
.survey-msg {
    font-weight: bold;
    color: #003366;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

/* VERIFY OFFER */

.verify-offer-wrapper {
    font-family:Tahoma, Arial, Helvetica, sans-serif; 
    text-align:center;
    margin-top: 10px;
    font-size: 1.2em;
    color: #333333;
}

/* SITE SEARCH */

.search-input-group {
    /*max-width: 360px;*/
}
.search-input {
    box-shadow: inset 0px 0px 0px 0px #dddddd;
    -webkit-box-shadow: inset 0px 0px 0px 0px #dddddd;
    -moz-box-shadow: inset 0px 0px 0px 0px #dddddd;
    border: 0px;
    max-width: 300px; 
    height: 33px;
    font-size: 14pt;
    margin-top: 7px;
    margin-left: 5px;
    width: 98%;
}
.search-btn {
    height: 40px;
    width: 40px;
    margin: 3px 3px 3px 3px;
    border: 0px;
    border-radius: 0;
}
.search-sidebar-facets {
    background-color: #f4f4f4;
    min-height: 600px;
    padding: 8px 8px 8px 8px;
}
.search-items-col {
    border-left: 1px solid #dedede;
}

/* UNBXD AUTO-SUGGEST */

.UNBXD-autoSuggest-container {
    padding: 0px 5px 5px 5px;
    position: absolute;
    background: white;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    /*width: 250px;*/
    min-width: 300px;
    /*max-height: 250px;*/
    overflow-x: auto;
    overflow-Y: auto;
    z-index: 1;
}
.UNBXD-autoSuggest-title {
    font-size: 12pt;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 600;
}
.UNBXD-autoSuggest-keywordSuggestion ul {
    list-style: none;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.UNBXD-autoSuggest-keywordSuggestion li:hover {
    background-color: #f4f4f4;
}
.UNBXD-autoSuggest-keywordSuggestion li {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    padding: 3px 3px 3px 10px;
    width: 100%;
    margin-left: 5px;
}
.UNBXD-autoSuggest-keywordSuggestion li a {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-transform: lowercase;
}
.UNBXD-autoSuggest-keywordSuggestion li a:hover {
    font-weight: 600;
}
.UNBXD-autoSuggest-keywordSuggestion li a:hover {
    font-weight: 600;
}
.UNBXD-autoSuggest-topSearchQueries ul {
    list-style: none;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 0px;
    margin-top: 0px;
}
.UNBXD-autoSuggest-topSearchQueries li:hover {
    background-color: #f4f4f4;
}
.UNBXD-autoSuggest-topSearchQueries li {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    padding: 3px 3px 3px 10px;
    width: 100%;
    margin-left: 5px;
}
.UNBXD-autoSuggest-topSearchQueries li a {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-transform: lowercase;
}
.UNBXD-autoSuggest-topSearchQueries li a:hover {
    font-weight: 600;
}
.UNBXD-autoSuggest-popularProducts ul {
    list-style: none;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 0px;
    margin-top: 0px;
}
.UNBXD-autoSuggest-popularProducts li img {
    width: 50px;
    margin-right: 10px;
    border: 1px solid #E2E2E2;
    display: block; 
    float: left;
}
.UNBXD-autoSuggest-popularProducts li:hover {
    background-color: #f4f4f4;
    font-weight: 600;
}
.UNBXD-autoSuggest-popularProducts li {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    padding: 3px 3px 3px 3px;
    width: 100%;
    margin-left: 5px; 
    clear: both;
}
.UNBXD-autoSuggest-popularProducts li a {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.UNBXD-autoSuggest-popularProducts li a:hover {
    font-weight: 600;
}
.UNBXD-autoSuggest-popularProducts-itemName {
    /*word-wrap: break-word;*/
    max-width: 250px; 
    min-height: 50px;
    vertical-align: middle;
    display: block;
}
.UNBXD-autoSuggest-error {
    background-color: #FF5300;
    color: #FFFFFF;
}

/* MINI CART */

.mini-cart a {
    font-size: 1em;
    text-decoration: none;
}
.mini-cart a:hover {
    font-size: 1em;
    text-decoration: underline;
}

/* SITE TOP NAV */

.site-top-nav-icon {   
    margin-right: 5px;

    /*font-family: FontAwesome;
    content:"\f054";
    font-size: 1em;*/

    /*
    position: absolute;
    top: 9px;
    right: 11px;
    */
}

/* HEADER */

/*.header-nav-clearance {
    color: orangered;
    font-weight: normal;
}*/
#header {
	position: relative;
	z-index: 100;
}
#header .header-container-row {
    background-color: transparent;
}
#header .header-body {
	background: #FFF;
	border-top: 0px solid #EDEDED;
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
	min-height: 125px;
}
#header .container {
	position: relative;
}
#header .site-top-nav {
    float: right;
    position: relative;
    font-size: 1.2em;
    /*width: auto;
    margin: 0 auto;*/
}
#header .header-container {
    position: relative;
    display: table;
    padding-left: 15px;
    padding-right: 15px;
}
#header .header-top {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ededed;
	margin-top: -13px;
	padding:0px 0px 0px 0px;
	position: relative;
	z-index: 4;
}
#header .header-top::after {
	clear: both;
	content: "";
	display: table;
}
#header .header-top p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 37px;
	float: left;
}
#header .header-top p .fa, #header .header-top p .icons {
	position: relative;
	top: 1px;
}
#header .header-top .header-search {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 0;
}
#header .header-top .header-nav-top {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}
#header .header-top .header-social-icons {
	margin-top: 3px;
}
#header .header-top.header-top-colored {
	margin-top: -13px;
	border-top: 5px solid #CCC;
	border-bottom: 0;
	color: #FFF;
}
#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
	color: #FFF;
}
#header .header-top.header-top-colored .form-control {
	border: 0;
}
#header .header-top.header-top-style-2 {
	background: #f6f6f6;
	margin-top: -16px;
}
#header .header-top.header-top-style-3 {
	margin-top: -16px;
	margin-bottom: 10px;
}
#header .header-top.header-top-style-4 {
	background: #E4E6ED;
	margin-top: -16px;
	margin-bottom: 10px;
	border-bottom: 0;
}
#header .header-row {
	display: table-row;
	clear: both;
}
#header .header-column {
	display: table-cell;
	vertical-align: middle;
}
#header .header-column .row {
	margin: 0;
}
#header .header-column .header-row {
	display: block;
	clear: right;
}
#header .header-column .header-extra-info {
	list-style: outside none none;
	margin: 24px 0 0;
	padding: 0;
	float: right;
}
#header .header-column .header-extra-info li {
	display: inline-block;
	margin-left: 25px;
}
#header .header-column .header-extra-info li .feature-box small {
	position: relative;
	top: -4px;
}
#header .header-column.header-column-valign-top {
	vertical-align: top;
}
#header .header-column.header-column-valign-bottom {
	vertical-align: bottom;
}
#header .header-column.header-column-center {
	text-align: center;
}
#header .header-column.header-column-center .header-logo {
	width: 100% !important;
	padding: 9px 0;
}
#header .header-logo {
	float: left;
	position: relative;
}
#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 15px 15px 15px 0;
    top: 0;
}
#header .header-nav-top {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #999;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}
#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .icons {
	margin-right: 3px;
	position: relative;
	top: 1px;
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: #EEE;
}
#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
	border-radius: 4px 4px 0px 0px;
}
#header .header-nav-top .dropdown-menu {
	border-color: #EEE;
	margin-top: -2px;
	border-radius: 4px 0px 4px 4px;
	padding: 0;
}
#header .header-nav-top .dropdown-menu a {
	color: #999;
	padding: 6px 12px;
	font-size: 0.9em;
}
#header .header-nav-top .flag {
	margin-right: 2px;
}
#header .header-search {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	width: 170px;
}
#header .header-search .btn-default {
	background: transparent;
	border: 0 none;
	color: #CCC;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
#header .header-search .btn-default:hover {
	color: #000;
}
#header .header-social-icons {
	float: right;
	margin: 15px 0 0 10px;
}
#header .header-btn-collapse-nav {
	background: #CCC;
	color: #FFF;
	display: none;
	float: right;
	margin: 12px 0 8px 15px;
}
#header.header-narrow .header-body {
	min-height: 0;
}
#header.header-narrow .header-logo img {
	margin: 12px 12px 12px 0;
}
#header.header-narrow .header-nav-main {
	margin-bottom: 0;
}
#header.header-no-border-bottom .header-body {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
    min-height: 200px;
}
html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
}
html #header.header-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}
html #header.header-transparent .header-body {
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}
html #header.header-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
html.sticky-header-enabled #header.header-transparent .header-body {
	position: fixed;
}
html.sticky-header-active #header.header-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}
html.sticky-header-active #header.header-transparent .header-body:before {
	opacity: 1;
}
html #header.header-semi-transparent, html #header.header-semi-transparent-light {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}
html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	border-bottom: 0;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
html.sticky-header-enabled #header.header-semi-transparent .header-body {
	position: fixed;
}
html.sticky-header-active #header.header-semi-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}
html.sticky-header-active #header.header-semi-transparent .header-body:before {
	opacity: 0.8;
}
html #header.header-semi-transparent-light .header-body:before {
	opacity: 0.1;
	background: #FFF;
}
html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
	position: fixed;
}
html.sticky-header-active #header.header-semi-transparent-light .header-body {
	border-bottom: 0;
	box-shadow: none;
}
html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
	border-bottom: 1px solid #f1f1f1;
	opacity: 0.9;
}
html #header.header-transparent-bottom-border .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #e9e9e9;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
	background: transparent !important;
}

@media (min-width: 992px) {
    #header .header-logo img {
        min-height: 90px;
        width: auto;
    }

    /*.header-nav-clearance:hover {
        color: white;
        font-weight: normal;
    }*/
}

/* HEADER NAV MAIN */

@media (min-width: 992px) {
	#header .header-nav-main {
		float: right;
		margin: 12px 0 0;
		min-height: 45px;
	}

	#header .header-nav-main nav > ul > li > a {
		border-radius: 4px;
		font-size: 0.563em;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 13px;
		/*text-transform: uppercase;*/
	}

	#header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
		background: transparent;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 20px;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
		display: none;
	}

    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        /*
        position: absolute;
	    font-family: FontAwesome;
	    content: "\f0d7";
	    font-size: 0.625em;
	    top: 9px;
	    right: 11px;
        */
    }

	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
		background: #CCC;
		color: #FFF;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0 4px 4px;
		border: 0;
		border-top: 4px solid #CCC;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: -3px 0 0 0;
		min-width: 200px;
		padding: 5px;
		text-align: left;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f4f4f4;
		color: #777;
		font-size: 0.9em;
		font-weight: 400;
		padding: 8px 20px 8px 8px;
		position: relative;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #CCC;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		content: " ";
		display: block;
		float: right;
		height: 0;
		margin-right: -10px;
		margin-top: 5px;
		position: absolute;
		right: 15px;
		top: 8px;
		width: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		display: block;
		left: 100%;
		margin-top: -10px;
		margin-left: -1px;
		border-radius: 4px;
		opacity: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		top: 0;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 15px;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
		padding-right: 8px;
		padding-left: 20px;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
		left: 8px;
		border-width: 5px 5px 5px 0;
	}
    
	#header .header-nav-main nav > ul > li.dropdown-mega {
		/*position: static;*/
        position: relative;
	}

    #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
        /*
        border-radius: 4px;
	    left: 15px;
	    right: 15px;
	    width: auto;
	    */
        border-radius: 0px 4px 4px 4px;
        left: 0;
        right: 15px;
        /*width: 480px;*/
        width: 240px;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 20px 20px;
        min-width: 240px;
    }

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
		display: block;
		font-size: 1em;
		font-weight: 600;
		margin-top: 20px;
		padding-bottom: 5px;
		/*text-transform: uppercase;*/
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0px 5px 0px 0px;
		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border: 0 none;
		border-radius: 4px;
		color: #777;
		display: block;
		font-size: 0.9em;
		font-weight: normal;
		margin: 0;
		padding: 3px 8px;
		text-shadow: none;
		text-transform: none;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #f4f4f4;
	}

	#header .header-nav-main.header-nav-main-square {
		margin-bottom: -9px;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		margin-top: 0;
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border-radius: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		position: absolute;
		display: block;
		left: 100%;
		opacity: 0;
		border: 0;
		padding-left: 10px;
		background: transparent;
		overflow: visible;
		margin-top: 15px;
		top: -10000px;
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(-20px, 0, 0);
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
		background: #FFF;
		display: block;
		border-radius: 4px;
		border: 0;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding: 4px;
		text-align: left;
		width: 190px;
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-image {
		transition: all 6s linear 0s;
		width: 182px;
		height: 136px;
		min-height: 0;
	}

	#header .header-nav-main a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
		top: 0;
		opacity: 1;
		margin-top: -5px;
	}

	#header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
		transform: translate3d(20px, 0, 0);
		right: 100%;
		left: auto;
		padding-left: 0;
		margin-right: 10px;
	}

	#header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav {
		display: block !important;
	}

	#header .header-nav.header-nav-stripe {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background: transparent;
		padding: 295px 13px 24px;
		margin: -230px 0 0;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after {
		top: 295px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a {
		color: #444;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-top-line {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		background: transparent;
		color: #444;
		padding: 65px 13px 24px;
		margin: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 5px;
		top: -16px;
		left: -5px;
		opacity: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
		top: 65px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li.active > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-top-line .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-dark-dropdown {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		background: transparent;
		color: #444;
		padding: 65px 13px 24px;
		margin: 0;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
		top: 65px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
		border-bottom-color: #2a2a2a;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
		background: #1e1e1e;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
		color: #969696;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
		color: #ababab;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-center .header-nav-main {
		float: none;
		margin: 0;
	}

	#header .header-nav.header-nav-center .header-nav-main > nav {
		width: 100%;
		text-align: center;
	}

	#header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
		display: inline-block;
		float: none;
		text-align: left;
	}

	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}

	#header .header-nav-bar {
		background: #F4F4F4;
		padding: 0 10px 5px;
		margin-bottom: 0;
	}

	#header .header-nav-bar .header-nav-main {
		float: left;
		margin-bottom: 0;
	}
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		background: transparent;
		clear: both;
		float: none;
	}

	#header .header-nav-main nav {
		margin: 0 0 6px;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#header .header-nav-main nav > ul li a {
		font-size: 0.813em;
		font-style: normal;
		line-height: 20px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 4px;
	}

	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent;
		padding: 0;
		margin: 0;
		font-size: 0.813em;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		display: none;
		float: none;
		position: static;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
        margin-left: 10px;
        margin-top: 10px;
        display: block; 
        font-weight: 600;
    }

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		display: block;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		/*text-transform: uppercase;*/
		font-weight: 700;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
		color: #FFF;
	}

	#header .header-nav-main nav .not-included {
		margin: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		display: none !important;
	}

	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
	}

	#header .header-nav-bar {
		margin: 0 auto;
	}

	#header .header-nav-bar .header-btn-collapse-nav {
		margin-top: 14px;
	}

	#header.header-transparent .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	#header.header-semi-transparent .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	#header.header-semi-transparent-light .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	html.sticky-header-enabled #header .header-nav-main {
		/*max-height: 450px;*/
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html.sticky-header-enabled #header .header-nav-main.collapsing {
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-container {
		display: block;
        padding-left: 15px; 
        padding-right: 15px;
	}

	#header .header-row {
		display: block;
	}

	#header .header-column {
		display: block;
	}

	#header .header-column .header-row {
		display: block;
	}

	#header.header-mobile-nav-only .header-logo {
		float: none;
	}

	#header.header-mobile-nav-only .header-nav {
		margin-top: -35px;
	}

	html.sticky-header-negative.sticky-header-active #header .header-logo {
		padding-top: 7px;
	}
}

html.side-header #header {
	min-height: 0 !important;
}

html[dir="rtl"] #header .header-search .btn-default {
	right: -35px;
}

/* Page Header */

.panel-top-nav-row {
    /*padding-right: 15px;*/
}
.top-nav-div {
    /*background-color: #DEDEDE;
    padding-top: 0px;*/
}
.page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.page-header .breadcrumb {
	background: none;
	margin: 0 0 2px 2px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-header .breadcrumb > li {
	display: inline-block;
	font-size: 0.85em;
	/*text-transform: uppercase;*/
	text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 7px 0 5px;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 36%;
	right: 20px;
}

.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 200;
	line-height: 32px;
	margin: 0 0 -25px;
	padding: 0 0 25px;
	position: relative;
}

.page-header h1 span {
	color: #999da3;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 7px 0 0;
}

.page-header-no-title-border h1 {
	border: 0;
}

/* Page Header - Color */
.page-header-color {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-color h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
	padding: 0;
	margin: 0;
}

.page-header-color h1 span {
	opacity: 0.65;
}

.page-header-color .breadcrumb > .active {
	opacity: 0.65;
}

/* Page Header - More Padding */
.page-header-more-padding {
	padding: 35px 0;
}

/* Page Header - Light */
.page-header-light {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-light h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
}

/* Page Header - Reverse */
.page-header-reverse {
	text-align: right;
}

.page-header-reverse .breadcrumb, .page-header-reverse .breadcrumb.breadcrumb-valign-mid {
	float: left;
	left: 20px;
	right: auto;
}

/* Page Header - Parallax */
.page-header.parallax {
	margin: 0 0 35px;
	padding: 180px 0 60px;
}

.page-header-center {
	text-align: center;
}

.page-header-center .breadcrumb {
	margin: 15px 0 0;
}

/* Page Header Custom Background */
.page-header-custom-background {
	padding: 45px 0;
	background-repeat: repeat;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

.page-header-custom-background h1 {
	color: #FFF;
	border: 0;
}

.page-header-custom-background h1 span {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
	top: 36%;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
	color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.custom-product {
	background-image: url(../img/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	overflow: hidden;
}

.page-header.custom-product .row {
	position: relative;
}

.page-header.custom-product p.lead {
	color: #E8E8E8;
}

.page-header.custom-product img {
	bottom: -47px;
	position: relative;
}

.page-header.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}

/* Responsive */
@media (min-width: 992px) {
	.page-header-more-padding h1,
	.page-header-custom-background h1,
	.page-header-float-breadcrumb h1 {
		max-width: 70%;
	}

	.page-header-more-padding .breadcrumb-valign-mid,
	.page-header-custom-background .breadcrumb-valign-mid,
	.page-header-float-breadcrumb .breadcrumb-valign-mid {
		width: 30%;
		text-align: right;
	}

	.page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
	.page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
	.page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.page-header .breadcrumb {
		float: none !important;
		position: static !important;
	}

	.page-header .breadcrumb-valign-mid {
		margin-top: 15px;
	}

	.page-header-reverse .breadcrumb-valign-mid {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 479px) {
	.page-header h1 {
		font-size: 1.857em;
		line-height: 26px;
	}
}
/* Parallax */
.parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 70px 0;
	padding: 50px 0;
	position: relative;
	clear: both;
}

.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
	font-size: 2.429em;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 1.714em;
	line-height: 30px;
}

.parallax blockquote span {
	font-size: 1.143em;
	line-height: 20px;
	color: #999;
	position: relative;
	left: -5px;
}

.parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

/* Section Featured */
section.section {
	background: #f4f4f4;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;
	padding: 20px 0;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.section.section-center {
	text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: #FFF;
}

section.section.section-text-light p {
	color: #e6e6e6;
}

section.section.section-background {
	background-repeat: repeat;
	border: 0;
}

section.section.section-overlay {
	position: relative;
}

section.section.section-overlay:before {
	content: "";
	display: block;
	background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity {
	position: relative;
}

section.section.section-overlay-opacity:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
	background: rgba(0, 0, 0, 0.1);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
	background: rgba(0, 0, 0, 0.2);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
	background: rgba(0, 0, 0, 0.3);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
	background: rgba(0, 0, 0, 0.4);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
	background: rgba(0, 0, 0, 0.5);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
	background: rgba(0, 0, 0, 0.6);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
	background: rgba(0, 0, 0, 0.7);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
	background: rgba(0, 0, 0, 0.8);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
	background: rgba(0, 0, 0, 0.9);
}

section.section.section-overlay-opacity-light:before {
	background: rgba(255, 255, 255, 0.5);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
	background: rgba(255, 255, 255, 0.1);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
	background: rgba(255, 255, 255, 0.2);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
	background: rgba(255, 255, 255, 0.3);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
	background: rgba(255, 255, 255, 0.4);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
	background: rgba(255, 255, 255, 0.5);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
	background: rgba(255, 255, 255, 0.6);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
	background: rgba(255, 255, 255, 0.7);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
	background: rgba(255, 255, 255, 0.8);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
	background: rgba(255, 255, 255, 0.9);
}

section.section.section-video {
	background: none !important;
	border: 0;
}

section.section.section-parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	border: 0;
}

section.section.section-parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

section.section.section-no-border {
	border: 0;
}

section.section.section-with-divider {
	margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}

section.section.section-footer {
	margin-bottom: -50px;
}

section.section.section-with-mockup {
	margin-top: 120px;
}

section.section.section-front {
	position: relative;
	z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
	.container-fluid > .row > .p-none section.section {
		margin-bottom: 0;
		margin-top: 0;
	}

	.container-fluid > .row > .p-none:first-child section.section {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.container-fluid > .row > .p-none:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0;
	}
}
/* Sidebar */
aside ul.nav-list > li > a {
	color: #666;
	font-size: 0.9em;
	padding: 8px 0 8px 18px;
}

/* Home Slider - Revolution Slider */
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
	display: none;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 1.714em;
	font-weight: 300;
}

.slider-container .main-label {
	color: #FFF;
	font-size: 4.429em;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 3.714em;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 1.429em;
	line-height: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 3.286em;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 1.571em;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: auto;
	padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
	right: auto !important;
	left: -30px !important;
	border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
	font-family: FontAwesome;
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
	right: -60px !important;
	left: auto !important;
	border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
	font-family: FontAwesome;
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
	padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
	border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
	position: relative;
}

.slider-with-overlay .slider-container {
	z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
	margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
	text-align: left;
}

.slider-contact-form label.error {
	display: none !important;
}

.slider-contact-form .alert {
	padding: 6px;
	text-align: center;
}

.slider-contact-form textarea {
	resize: none;
}

/* Responsive */
@media (min-width: 992px) {
	.slider-contact-form {
		margin: 0;
		position: absolute;
		top: 20px;
		z-index: 99;
		width: 100%;
	}
}
/* Boxed */
html.boxed .slider-container {
	width: 100% !important;
	left: auto !important;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
	position: relative;
}

.nivo-slider .theme-default .nivoSlider {
	border-radius: 10px 10px 0px 0px;
	box-shadow: none;
	margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
	border-radius: 10px 10px 0px 0px;
}

.nivo-slider .theme-default .nivo-controlNav {
	margin-top: -72px;
	position: absolute;
	z-index: 99;
	right: 5px;
	bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
	padding-left: 20px;
}

/* Custom Map */
section.section-custom-map {
	background: transparent url(../img/map.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
}

section.section-custom-map section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}

section.section-custom-map-2 {
	background: transparent url(../img/map-2.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 50px 0 0;
	border: 0;
}

section.section-custom-map-2 section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}

/* Home Intro */
.home-intro {
	background-color: #171717;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

.home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

.home-intro .get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

.home-intro .get-started .btn {
	position: relative;
	z-index: 1;
}

.home-intro .get-started .btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

.home-intro .get-started a {
	color: #FFF;
}

.home-intro .get-started a:not(.btn) {
	color: #777;
}

.home-intro .learn-more {
	margin-left: 15px;
}

.home-intro.light {
	background-color: #E2E2E2;
}

.home-intro.light.secondary {
	background-color: #E0E1E4;
}

.home-intro.light p {
	color: #777;
}

/* Home Intro Compact */
.home-intro-compact {
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

.home-intro-compact p {
	padding-left: 20px;
}

.home-intro-compact .get-started {
	padding-right: 20px;
}

/* Responsive */
@media (max-width: 767px) {
	/* Home Intro */
	.home-intro-compact {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Page 404 */
.page-not-found {
	margin: 50px 0;
}

.page-not-found h2 {
	font-size: 10.000em;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px;
}

.page-not-found h4 {
	color: #777;
}

.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

/* Responsive */
@media (max-width: 479px) {
	.page-not-found {
		margin: 0;
	}

	.page-not-found h2 {
		font-size: 7.143em;
		letter-spacing: 0;
		line-height: 100px;
	}
}

.text-xs {
	font-size: 1rem !important;
}

.text-sm {
	font-size: 1.3rem !important;
}

.text-md {
	font-size: 1.6rem !important;
}

.text-lg {
	font-size: 1.9rem !important;
}

.text-xl {
	font-size: 2.2rem !important;
}

.text-muted {
	color: #999 !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

.text-dark {
	color: #1d2127 !important;
}

.text-light {
	color: #FFF !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-extra-bold {
	font-weight: 900 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.rounded {
	border-radius: 5px !important;
}

.b-thin {
	border-width: 3px !important;
}

.b-normal {
	border-width: 5px !important;
}

.b-thick {
	border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}

	col-sm-2-5 {
		width: 40%;
		float: left;
	}

	col-sm-3-5 {
		width: 60%;
		float: left;
	}

	col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-2-5 {
		width: 40%;
		float: left;
	}

	.col-md-3-5 {
		width: 60%;
		float: left;
	}

	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

@media (max-width: 991px) {
	.col-md-3 .sidebar {
		clear: both;
	}
}

/* #FOOTER */

#footer {
    /*background: #fff;*/
    background-color: transparent;
    border-top: 0px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 20px;
    padding: 20px 0 0;
    position: relative;
    clear: both;
}

#footer .footer-guarantee-headline {
    background-color: gray;
    text-align: center;
    padding: 3px 3px 3px 3px;
    color: white;
    font-weight: 600;
    font-size: 1.6em;
    text-transform: uppercase;
}

#footer .footer-guarantee-message {
    background-color: #E2E2E2;
    text-align: center;
    padding: 3px 3px 3px 3px;
    color: #333333;
    font-weight: 500;
    font-size: 1.1em;
}

#footer .footer-guarantee-message a {
    text-decoration: underline;
}

#footer .footer-guarantee p {
    margin-top: -20px;
    font-size: 1em;
    color: #000000;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #333333;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC;
}

#footer ul.nav-list > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer form {
	opacity: 0.85;
}

#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both;
}

#footer form .alert {
	padding: 6px;
	text-align: center;
}

#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
	width: 100%;
	max-width: 262px;
}

#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
}

#footer .alert a {
	color: #222;
}

#footer .alert a:hover {
	color: #666;
}

#footer .twitter .fa, #footer .twitter .icons {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter ul li {
	padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
	padding-bottom: 0;
}

#footer .twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 5px;
	opacity: 0.55;
}

#footer .twitter-account:hover {
	opacity: 1;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.mb-xl {
	margin-bottom: 12px;
}

#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}

#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

#footer .phone {
	color: #FFF;
	font-size: 1.857em;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
	font-size: 1.143em;
	padding-bottom: 0;
	margin-top: -13px;
}

#footer .recent-work {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .recent-work li {
	float: left;
	width: 30%;
	margin: 10px 3% 0 0;
}

#footer .recent-work img {
	border: 0;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
	border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
	font-size: 1.571em;
	margin-left: -2px;
}

#footer .view-more-recent-work {
	padding: 12px;
}

#footer.short {
	padding-top: 50px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#footer.light {
	padding-top: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px;
}

#footer.light .footer-copyright {
	margin-top: 15px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
	color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
	color: #777;
}

#footer.light ul.nav-pills > li.active > a {
	color: #FFF;
}

#footer.narrow {
	padding-top: 30px;
}

#footer.narrow .footer-copyright {
	margin-top: 0;
}

#footer.narrow .nav > li > a {
	padding: 5px 12px;
}

#footer.color {
	color: #FFF;
}

#footer.color p {
	color: #FFF;
}

#footer.color .footer-copyright nav ul li {
	border-left-color: #FFF;
}

.footer-seo-content {
    font-size: 0.857em;
    color: gray;
    padding: 20px 20px 20px 20px; 
    text-align: center;
}

.footer-container {
    padding-left: 15px; 
    padding-right: 15px;
}
/* Responsive */
@media (max-width: 991px) {
	#footer .phone {
		font-size: 1.429em;
	}

    #footer .footer-guarantee-headline {
        font-size: 1.3em;
    }

    #footer .footer-guarantee-message {
        font-size: 1.0em;
    }
}
@media (max-width: 767px) {
	/* Footer */
	#footer .phone {
		font-size: 1.429em;
	}
}

/* Boxed Layout */
html.boxed body {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}

html.boxed .body {
	background-color: #FFF;
	border-bottom: 5px solid #1d2127;
	border-radius: 5px;
	border-top: 5px solid #CCC;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 25px auto;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

html.boxed #header .header-body {
	border-top-color: transparent;
}

/* Responsive */
@media (min-width: 1200px) {
	html.boxed.sticky-header-active #header .header-body {
		width: auto;
	}

	html.boxed #header.header-transparent .header-body,
	html.boxed #header.header-semi-transparent .header-body,
	html.boxed #header.header-semi-transparent-light .header-body {
		width: auto;
	}
}

@media (min-width: 992px) {
	html.boxed #header .header-top.header-top-colored {
		margin-top: -18px;
		border-radius: 4px 4px 0 0;
	}

	html.boxed #header.header-transparent .header-body,
	html.boxed #header.header-semi-transparent .header-body,
	html.boxed #header.header-semi-transparent-light .header-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	html.boxed #header .header-top.header-top-style-2,
	html.boxed #header .header-top.header-top-style-3,
	html.boxed #header .header-top.header-top-style-4 {
		margin-top: -13px;
	}

	html.boxed.sticky-header-active #header .header-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	html.boxed.sticky-header-active #header .header-nav-bar {
		margin: 0 -15px -9px;
	}
}

@media (max-width: 991px) {
	html.boxed .body {
		margin: 0 auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media (max-width: 767px) {
	/* Boxed */
	html.boxed {
		background: none !important;
	}
}

/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
        transform: translate3d(0px, 0px, 0px);
    }

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
    margin-bottom: 10px;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
    text-align: center;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
        max-width: 55px;
    }

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
    display: block;
    padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
    display: block;
    font-size: 0.875em;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
    margin: 0 0 0 25px;
    text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    list-style: square;
    margin: 6px 0 0;
    padding: 0;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
        text-decoration: none;
    }

/* Responsive */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
        margin-right: 0;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
            display: none;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
            display: block !important;
            margin: 0 !important;
            padding: 0 10px 0 10px;
            width: 100%;
            right: 0;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
                font-size: 1em;
                font-weight: 600;
                /*text-transform: uppercase;*/
                padding-top: 5px;
                padding-bottom: 0;
            }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
            display: none;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
            margin: 15px 0 !important;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
            margin: 15px 0 0 0 !important;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
                line-height: 35px;
            }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    /*width: 40%;*/
    right: 0px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu a {
    transform: translate3d(0px, 0px, 0px);
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
    width: 100%;
    margin-top: 0px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
    display: block;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
    float: right;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
    text-decoration: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    clear: both;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
        margin: 15px 0;
        padding: 0 15px;
        width: 100%;
    }
}
/* PLP Page */

.PLP-paging-top {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding:10px 0px 10px 0px;
    margin:10px 0px 20px 0px; 
}
.PLP-pager-filter-label {
    font-size: 1.2em; 
    width: 50px; 
    text-align: left; 
    margin-top: 3px;
}
.PLP-pager-filter-ddl {
    /*max-height: 24px; 
    padding: 2px 2px 2px 2px; 
    line-height: normal; 

    font-size: 0.857em;
    */
    padding: 2px 2px 2px 2px;
    margin-top: 3px;
    min-width: 150px;
    max-width: 150px;
    display: block;
    font-size: 1.0em;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid silver;
    border-radius: 4px;
}
.PLP-data-pager-top {
    margin-top: 3px;
    font-size: 1em;
}
.PLP-data-pager-bottom {
    font-size: 1em;
    width: 100%; 
    border-top:1px dotted #dedede;
}
.PLP-data-pager-bottom i {
    font-size: 1.4em;
}
.PLP-tablet-subcat-heading {
    margin-left: 5px;
    font-weight: 600;
}
.PLP-tablet-subcat-link {
    text-transform: capitalize;
}
.PLP-breadcrumb > ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
}
.PLP-breadcrumb > ul > li {
    display: block;
    padding: 8px 3px 0px 3px;
    font-size: 1.2em;
    list-style: none;
    float: left;
    color: #333333;
}
.PLP-breadcrumb > ul > li > a {
    text-decoration:none;
    color:#333333;
}
.PLP-breadcrumb ul > li > a:hover {
    text-decoration:underline;
}
.PLP-breadcrumb-divider {
    font-weight: bold;
    padding-left: 12px;
    padding-right: 8px;
    font-size: 1.2em;
}
.PLP-category-name {
    font-size: 2.143em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
}
/* These max-height designations fix issues when img is not square */
.PLP-item-col-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    max-height: 510px;
}
@media (max-width: 1199px) {
    .PLP-item-col-wrapper {
        max-height: 454px;
    }
}
@media (max-width: 992px) {
    .PLP-item-col-wrapper {
        max-height: 554px;
    }
}

.PLP-item-wrapper {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}
.PLP-featured-item-wrapper {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
    margin-top: 10px;
}
.PLP-item-attributes {
    padding-top: 5px; 
    min-height: 185px; 
    text-align: center;
    background-color: #F7F9FC;
}
.PLP-featured-item-attributes {
    padding-top: 5px;
    min-height: 185px;
    text-align: center;
    background-color: #F7F9FC;
}
.PLP-item-name {
    min-height: 45px; 
    line-height: normal;
    padding-left: 3px;
    padding-right: 3px;
}
.PLP-item-name a {
    font-size: 1.0em;
    color: #333333;
    font-weight: normal;
    text-decoration: none; 
    text-transform: capitalize;   
}
.PLP-item-name a:hover {
    text-decoration: underline;
}
.PLP-featured-item-name {
    min-height: 35px;
    line-height: normal;
}
.PLP-featured-item-name a {
    font-size: 0.8em;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}
.PLP-featured-item-name a:hover {
    text-decoration: underline;
}
.PLP-item-price {
    font-size: 1.0em;
    color: #333333;
    font-weight: 600; 
}
.PLP-featured-item-price {
    font-size: .8em;
    color: #333333;
    font-weight: 600;
}
.PLP-item-was-price {
    font-size: 1.0em; 
    text-decoration: line-through; 
}
.PLP-featured-item-was-price {
    font-size: .8em;
    text-decoration: line-through;
}
.PLP-item-now-price {
    font-size: 1.0em; 
    color: #FF5300; 
    font-weight: 600;
}
@media (max-width: 992px) {
    .PLP-item-price {
        font-size: 1.2em;
    }
    .PLP-item-was-price {
        font-size: 1.2em;
    }
    .PLP-item-now-price {
        font-size: 1.2em;
    }
}
.PLP-featured-item-now-price {
    font-size: .8em;
    color: #FF5300;
    font-weight: 600;
}
.PLP-item-price-wrapper {
    min-height: 24px;
}
.PLP-featured-item-price-wrapper {
    min-height: 24px;
}
.PLP-item-now-price-wrapper {
    min-height: 24px;
}
.PLP-featured-item-now-price-wrapper {
    min-height: 24px;
}
.PLP-item-colors-wrapper {
    padding-top: 3px;
    font-size: 1.0em;
    min-height: 17px;
    text-align: center;
}
.PLP-featured-item-colors-wrapper {
    font-size: 0.875em;
    min-height: 20px;
    text-align: center;
}
.PLP-item-colors-icon {

}
.PLP-featured-item-colors-icon {
}
.PLP-item-colors-text {
    padding-left: 10px;
    position: relative;
    top: 1px;
}
.PLP-featured-item-colors-text {
    padding-left: 10px;
    position: relative;
    top: 1px;
}
.PLP-item-shipping-msg {
    min-height: 20px;
    font-size: 0.875em;
    font-weight: bold;
    color: darkred;
}
.PLP-featured-item-shipping-msg {
    min-height: 20px;
    font-size: 0.875em;
    font-weight: bold;
    color: darkred;
}
.PLP-item-promo-msg {
    min-height: 20px; 
}
.PLP-featured-item-promo-msg {
    min-height: 20px;
}
.PLP-item-promo-msg .itemPromoMsgLine1 {
    font-size: 0.875em;
    font-weight: bold;
    color: darkred;
}
.PLP-featured-item-promo-msg .itemPromoMsgLine1 {
    font-size: 0.875em;
    font-weight: bold;
    color: darkred;
}
.PLP-item-promo-msg .itemPromoMsgLine2 {
    font-size: 0.875em;
    font-weight: normal;
    color: #333;
}
.PLP-featured-item-promo-msg .itemPromoMsgLine2 {
    font-size: 0.875em;
    font-weight: normal;
    color: #333;
}
.PLP-item-review-badge {
    padding-bottom: 5px;
    text-align: center;
    min-height: 20px;
}
.PLP-featured-item-review-badge {
    padding-bottom: 5px;
    text-align: center;
    min-height: 20px;
}
.pin-wrapper {
    height: auto;
}
.PLP-sidebar {
    
}
.PLP-sidebar-subcats {

}
.PLP-sidebar-facets {

}
.PLP-items-col {
    border-left: 0px solid #dedede;
}
.PLP-onsale-badge {
    position: absolute;
    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 0;
    top: -15px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    background-color: #FF5300;
    text-transform: uppercase;

    /* adds shadow
        border-bottom: 2px solid transparent;
        border-bottom-color: #eee;
    */
}
.PLP-search-noresults {
    font-weight: 600;
    color: #FF5300;
    text-align: center;
    font-size: 1.1em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.PLP-search-noresults-phrase {
    background-color: #FF5300;
    color: #FFFFFF;
    padding: 0px 3px 0px 3px;
}
.PLP-seo-content {
    color: #333333;
    font-size: 0.714em;
    text-align: left;
    margin-top: 10px;
}
.PLP-panel-banner {
    float: left;
    width: 100%;
    height: auto;
}
.PLP-panel-banner-A {
    float: left;
    height: auto; 
    padding-right: 0px;
}
.PLP-panel-banner-B {
    padding-left: 0px;
    height: auto;
}
.PLP-panel-banner img {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.PLP-head-banner {
}
.PLP-item-img-container {
    overflow: hidden;
}
.PLP-item-img-container:hover .PLP-item-img {
    /*
opacity: 0.8;
filter: alpha(opacity=80);
padding: 10px 10px 10px 10px;
*/
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* CART */

.cart {
    font-size: 1em;
}
.cart-panel-group {

}
.cart-status-warning {
    font-weight: 600;
    color: orangered;
}
.cart-item-not-available-remove {
    font-weight: 600;
    color: orangered;
    text-decoration: underline;
}
.cart-promo-msg {
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
}
.cart-progress-indicator {
    width: 220px; 
    height: 15px; 
    text-align: center;
    margin-bottom: 5px;
}
.cart-headline {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}
.cart-items-header {
    text-align: right;
    font-size: 0.875em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.cart-item-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.cart-discounts-title {
     font-size: 0.875em;
     color: #FF5300; 
     font-weight: 600;
}
.cart-discounts-msg {
     font-size: 0.875em;
     color: #333333;
}
.cart-item-name a {
    font-size: 0.875em; 
    font-weight: 600; 
    color: #333333;
}
.cart-add-remove-items {
    font-size: 11px; 
    font-weight: 500; 
    color: #333333; 
    text-decoration: underline; 
    text-align: right;
}
.cart-no-items-msg {
    font-size: 1.714em; 
    margin-top: 10px; 
    text-align: center;
}
.cart-item-stock-status {
    font-size: 0.875em; 
    color: #333333;
}
.cart-item-sku {
    font-size: 0.875em; 
    color: #333333;
}
.cart-item-personalized {
    margin-top: 5px;
    font-size: 0.786em; 
    color: #333333;
}
.cart-item-free-shipping-msg {
    font-size: 0.875em;
    color: #FF5300; 
    font-weight: 600;
}
.cart-item-special-msg {
    font-size: 0.875em;
    color: #FF5300; 
    font-weight: 600;
}
.cart-item-qty-input {
    max-width: 52px;
    width: 52px;
    min-width: 26px; 
    max-height: 26px;
    height: 26px;
    font-size: 0.786em; 
    text-align: center; 
}
.cart-item-update-qty {
    margin-top: 5px;
    font-size: 0.714em;
    color: #333333; 
    text-transform: uppercase;
    text-decoration: none;
    width: 52px; 
}
.cart-item-remove {
    font-size: 1.143em; 
    color: #999;
    margin-top: 5px;
    /*
    text-transform: uppercase;
    text-decoration: none; 
    width: 52px; 
    
    */
}
.cart-item-price-cols {
    text-align: right;
}
.cart-item-price {
    font-size: 0.875em;
    font-weight: 600;
    color: #333333;
}
.cart-item-original-price {
    font-size: 0.875em;
    color: gray;
    text-decoration: line-through;
}
.cart-item-sale {
    font-size: 0.875em;
    color: #FF5300; 
    font-weight: 600; 
}
.cart-line-discount{
    font-size: 0.875em;
    color: #FF5300; 
    font-weight: 600;
}
.cart-line-total {
    font-size: 0.875em;
    font-weight: 600;
    color: #333333;
}
.cart .panel-default {
    margin-right: 0px;
    margin-top: 10px;

    /*
    min-height: 272px;
    border-color:#ffffff;
    border:0px solid white;
    */
}
.cart .panel-heading {
    background-color: #E2E2E2; 
    height: 34px;
}
.cart .panel-title {
    font-size: 1.4em; 
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 5px;
}
.cart-summary-panel-title {

}
.cart-summary-panel-body {
    min-height: 60px;
}
.cart-summary-promo-lbl {
    text-align: left;
    font-size: 1.2em;
    color: #FF5300;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-summary-promo-amt {
    text-align: right;
    font-size: 1.2em;
    color: #FF5300; 
    font-weight: 600;
}
.cart-promo-code-panel {
    /*margin-top: 20px;*/
}
.cart-promo-code-input {
    max-width: 100px;
    width: 200px;
    min-width: 200px; 
    max-height: 30px;
    height: 30px;
    font-size: 0.875em; 
    text-align:center; 
}
.cart-promo-code-apply-btn {
    color: white;
    background-color: #FF5300;
}
.cart-promo-code-apply-btn a {
    color: white;
}
.cart-promo-code-apply-btn a:hover {
    color: white;
    text-decoration: underline;
}
.cart-summary-shipping-lbl {
    text-align: left;
    font-size: 1.2em;
    color: #FF5300; 
    font-weight: 600;
    margin-top: 10px;
}
.cart-summary-shipping-amt {
    text-align: right;
    font-size: 1.2em;
    color: #FF5300;
    font-weight: 600;
    margin-top: 10px
}
.cart-summary-merch-total-lbl {
    text-align: left;
    font-size: 1.2em;
    color: #333333; 
    font-weight: 600;
}
.cart-summary-merch-total-amt {
    text-align: right;
    font-size: 1.2em;
    color: #333333; 
    font-weight: 600;
}
.cart-summary-default-lbl {
    text-align: left;
    font-size: 0.875em;
    color: #333333; 
    font-weight: 500;
}
.cart-summary-default-amt {
    text-align: right;
    font-size: 0.875em;
    color: #333333; 
    font-weight: 500;
}
.cart-promo-exclusions-panel {
    margin-top: 10px;
    font-weight: 500; 
    text-align: center; 
}
.cart-promo-exclusions-dropdown-ul {
    width: 400px;
    padding: 5px 10px 10px 10px;
    position: absolute;
    top: 100%;
    left: -185px;
}
.cart-promo-exclusions-panel .btn-group .btn .btn-sm .btn-primary {
    background-color: chartreuse;
}
.cart-promo-exclusions-panel .btn-primary {
    background-color: transparent; 
    border: 0px; 
    padding: 1px 5px 1px 5px; 
    color: #333;
    margin-top: 0px; 
    margin-bottom: 0px;
}
.cart-cont-shopping-lbl {
    font-size: 1em;
    font-weight: 600;
    color: #003366;
}
.cart-cont-shopping-url {

}
.cart-cont-shopping-url a {
    font-size: 0.875em;
    color: #003366; 
    text-decoration: none;
}
.cart-cont-shopping-url a:hover {
    text-decoration: underline;
}
.cart-summary-msg {
    padding: 5px 15px 0px 15px;
    font-size: 0.857em;
    color: #333333;
    font-weight: 500;
}
.cart-btn-checkout {
    margin-top: 10px;
    color: white;
    background-color: #FF5300;
    width: 100%; 
    font-size: 1.714em;
    border: 2px solid #FF5300;
}
.cart-btn-checkout:hover, .cart-btn-checkout:active, cart-btn-checkout:focus {
    color: #FF5300 !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #FF5300 !important;
}
/* override bootstrap for the click */
.cart .btn:hover, .btn:active, .btn:focus {
  /*
  color: #FF5300 !important;
  background-color: #fff !important;
  border-color: #FF5300 !important;
  */
}

.cart-btn-paypal {
    padding: 10px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.cart-paypal-or {
    margin: 0px 0px 10px 0px; 
    font-size: 1.286em; 
    font-weight: 500;
}
.cart-action-msg {
    color: #FF5300;
    font-size: 1.1em;
}
.cart-promo-alert {
    background-color: #FF5300;
    color: #FFF;
}
.cart-order-processing-msg {

}
.cart-order-total {
    border-top: 1px dotted silver;
}
.cart-reco-container {
    margin-top: 20px;
}
.cart-feature-panel {
    min-height: 185px;
}

/* Mobile Overrides*/
@media (max-width: 991px) {
    .cart-promo-msg {
        font-size: 1.4em;
        font-weight: 600;
        text-align: center;
    }
    .cart-summary-merch-total-lbl {
        font-size: 1.4em;
    }
    .cart-summary-merch-total-amt {
        font-size: 1.4em;
    }
    .cart-summary-default-lbl {
        font-size: 1.2em;
    }
    .cart-summary-default-amt {
        font-size: 1.2em;
    }
    .cart-summary-promo-lbl {
        font-size: 1.4em;
    }
    .cart-summary-promo-amt {
        font-size: 1.4em;
    }
    .cart-summary-shipping-lbl {
        font-size: 1.2em;
    }
    .cart-summary-shipping-amt {
        font-size: 1.2em;
    }
}

/* CHECKOUT */
.checkout-main-panel {
    margin-right: 15px;
    margin-left: 15px;
}
.checkout-top-msg-headline {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.8em;
}
.checkout-top-msg-text {
    font-size: 1.4em;
    text-align: center;
}
.checkout-order-complete-alert {
    font-size: 2em;
    text-align: center;
}
.checkout-order-complete-alert h2 {
    font-size: 3em;
    font-weight: 600;
}
.checkout-forgot-password {
    color: maroon; 
    text-decoration: underline; 
    font-weight: bold; 
    font-size: 0.929em;
}
.checkout .form-horizontal .control-label {
    text-align: left;
}
.checkout .panel-title {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.checkout-progress-update
{
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-image: url("https://lppool.catalogsites.net/lf?source=url[file:MasterSite/ProgressCircle.gif]&sink=format[gif]");
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #e4e4e6;
    z-index: 500 !important;
    opacity: 0.8;
    overflow: hidden;
}
.checkout-step1-panel {
    min-height: 260px;
}
.checkout-header { 
    color: #31708F;
}
.checkout-heading {
    font-size: 1.714em; 
    padding: 0px 0px 10px 0px;
}
.checkout-heading2 {
    font-size: 1.125em; 
    font-weight: bold; 
}
.checkout-heading2-note {
    font-size: 0.938em; 
    margin-left: 5px;
}
.checkout-form-label {
    font-size: 0.875em; 
    font-weight: 600;
    text-transform: capitalize; 
    margin-top:5px;
}
.checkout-step-num {
    padding-top: 4px;
    font-size: 1.286em;
    font-weight: bold;
    color: #31708F;
}
.checkout-step-text {
    font-size: 1.286em;
    color: #31708F; 
    font-weight: normal;
}
.checkout-giftcard-msg {
    font-weight: bold; 
}
.checkout-payment-warning {
    font-weight: bold;
    font-size: 1.2em;
}
.checkout .fa-exclamation-triangle {
    margin-top: 3px;
    font-size: 1.7em;
}
.checkout-payment-header {
    font-size: 1.143em;
    font-weight: bold;
}
.checkout-std-ship-msg-container {
    font-size: 1.286em; 
    font-weight: bold;
}
.checkout-std-ship-msg {
    color: Maroon; 
    font-weight: bold;
}
.checkout-expedite-ship-header {
    font-size: 1.143em;
    font-weight: bold;
    margin-bottom: 15px;
}
.checkout-account-password-label {
    font-size: 1.143em;
    font-weight: bold;
    margin-bottom: 15px;
}
.checkout-account-password-txt {
    font-size: 1em;
    margin-bottom: 15px;
    color: #FF5300;
}
.checkout-account-password-textbox {
    max-width: 200px;
}
.checkout-account-password-err {
    margin-top: 8px;
    margin-bottom: 8px;
    color: maroon;
    font-weight: 600;
}
.checkout-panel-debug {
    font-size: 0.857em;
    color: #333 !important
}
.checkout-ship-change-msg {
     font-weight: bold;
     text-align: center;
     margin-top: 5px;
}

/* Tablet Overrides */
@media (max-width: 991px) {
    .checkout-top-msg-headline {
        font-size: 1.4em;
    }
    .checkout-top-msg-text {
        font-size: 1.2em;
        text-align: center;
    }
    .checkout-order-complete-alert {
        font-size: 1.2em;
        text-align: center;
    }
    .checkout .form-horizontal .control-label {
        font-size: 1.4em;
    }
    .checkout .checkout-heading2 {
        font-size: 1.4em;
    }
}
/* SHOP WITH CONFIDENCE PANEL */

.SWC-container {
    background-color: #f5f5f5;
    margin-top: 20px;
}
.SWC-title {
    font-size: 1.2em;
    font-weight: 600;
}
.SWC-body {
    margin-top: 0.714em;
    font-size: 1em;
}
@media (max-width: 991px) {
    .SWC-body {
        font-size: .55em;
    }
}
.SWC-links {
    text-align: left;
    margin-top: 10px;
}
.SWC-links a {
    font-size: 0.786em;
    color: #003366;
}
.SWC-dropdown-ul {
    width: 400px;
    padding: 5px 10px 10px 10px;
}
.SWC-dropdown-title {
    background-color: #fff;
    color: #003366;
    border-bottom: 2px solid #003366;
    margin: 5px 5px 5px 5px;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    width: auto;
}
.SWC-dropdown-content {
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 1em;
    width: 100%;
    font-style: italic;
}

/* SITEWIDE PANELS */

.SWP-promo-exclusions-panel {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
}
.SWP-promo-exclusions-dropdown-ul {
    width: 300px;
    padding: 5px 10px 10px 10px;
    position: absolute;
    top: 100%;
    left: -220px;
}
.SWP-dropdown-title {
    background-color: #fff;
    color: #003366;
    border-bottom: 2px solid #003366;
    margin: 5px 5px 5px 5px;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    width: auto;
}
.SWP-dropdown-content {
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: .8em;
    width: 100%;
    font-style: italic;
}

/* MISC */

.default-error {
}
.default-error-body {
    width: 100%;
    height: 100%;
    border: solid 8px #DEDEDE;
    padding: 0px 10px 20px 10px;
    text-align: center;
    font-size: 1.2em;
}
.default-error-msg {
    margin-bottom: 20px;
}
.default-error-msg a {
    font-size: 1.2em;
    text-decoration: underline;
}
.default-error-msg a:hover {
    text-decoration: underline;
}
.default-error h1 {
    margin-top: 20px;
    color: orangered;
}

/* FORM CONTROLS */

.form-control-error {
    background-color: #F2DEDE;
}
.form-control-alert {
    background-color: #D9EDF7;
}

/* CHECKBOX */

.form-help-icon {
    font-size: 2em;
    color: #31708F;
}
.input-read-only {
    border: solid 0px #FFFFFF;
    background-color: #FFFFFF;
}
.checkbox .btn, .checkbox-inline .btn {
    padding-left: 2em;
    min-width: 8em;
    /*background-color: #D9EDF7;*/
}
.checkbox label, .checkbox-inline label {
    text-align: left;
    padding-left: 0.5em;
}
.checkbox input[type="checkbox"] {
    float: none;
}

/* CUSTOMER SERVICE */

.CS-wrapper {
}
.CS-help-center-links-heading {
    font-size: 1.143em;
    font-weight: 600;
    letter-spacing: normal;
    margin: 10px 0 10px 0;
}
.CS-help-center-links {
    list-style: none;
    margin: 0px 0px 0px 5px;
    padding: 0;
    font-weight: normal;
}
.CS-help-center-links a {
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}
.CS-help-center-links a:hover {
    text-decoration: underline;
}
.CS-help-center-content-heading {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: normal;
}
.CS-forms-top-msg {
    font-size: 1.143em;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}
.CS-forms-btn {
    color: white;
    background-color: #FF5300;
    width: 100%;
    font-size: 1.143em;
    border: 2px solid #FF5300;
}
.CS-forms-btn:hover, .CS-forms-btn:active, CS-forms-btn:focus {
    color: #FF5300 !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #FF5300 !important;
}
.CS-forms-msg {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: normal;
}
.CS-panel-group {
}
.CS-panel-group .panel-default {
    margin-right: 0px;
    /*border: 1px solid #31708F;*/
}
.CS-panel-group .panel-heading {
    background-color: #31708F;
    color: #fff;
    height: 34px;
}
.CS-panel-group .panel-title {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 5px;
}
.CS-help-topic-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.CS-help-topic-info {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.CS-help-topic-info a {
    color: #333;
    text-decoration: underline;
}

/* CS Tablet Overrides */
@media (max-width: 991px) {
    .CS-contact-us-form .form-horizontal .control-label {
        font-size: 1.4em;
    }

    .CS-contact-us-form h5 {
        font-size: 1.4em;
    }
}

/* PRODUCT REVIEWS */

.p-w-r .pr-subheadline {
    /* hide the By PowerReviews link*/
    display: none !important;
}
.pr-subheadline {
    display: none !important;
}
.PR-PLP-full-star {
    font-size: 1.2em;
    color: #F7941D;
    padding-right: 3px;
}
.PR-PLP-half-star {
    font-size: 1.2em;
    color: #F7941D;
    padding-right: 3px;
}
.PR-PLP-blank-star {
    font-size: 1.2em;
    color: #CCC;
    padding-right: 3px;
}
.PR-PLP-num-reviews {
    font-size: 1em;
    color: #31708F;
    display: inline-block;
    margin-left: 10px;
}
.PR-PLP-num-reviews a:hover {
    text-decoration: underline;
}
.PR-PLP-stars-wrapper {
    margin-top: 5px;
}
.PR-PDP-num-reviews {
    font-size: 1em;
    color: #31708F;
    display: inline-block;
    margin-left: 10px;
}
.PR-PDP-num-reviews a:hover {
    text-decoration: underline;
}
.PR-PDP-full-star {
    font-size: 1.2em;
    color: #F7941D;
    padding-right: 3px;
}
.PR-PDP-half-star {
    font-size: 1.2em;
    color: #F7941D;
    padding-right: 3px;
}
.PR-PDP-blank-star {
    font-size: 1.2em;
    color: #CCC;
    padding-right: 3px;
}
.PR-PDP-num-reviews {
    font-size: 1em;
    color: #31708F;
    display: inline-block;
    margin-left: 10px;
}
.PR-PDP-full-star {
    font-size: 1.2em;
    color: #F7941D;
    padding-right: 3px;
}
.PR-PDP-half-star {
    font-size: 1.2em;
    color: #F7941D;
    padding-right: 3px;
}
.PR-PDP-blank-star {
    font-size: 1.2em;
    color: #CCC;
    padding-right: 3px;
}
.PR-PDP-num-reviews {
    font-size: 1em;
    color: #31708F;
    display: inline-block;
    margin-left: 10px;
}

/* PDP */

.PDP-item-msg {
    margin-top: 10px;
}
.PDP-chkboxerror {
    border: 5px red solid;
}
.PLP-breadcrumb > ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    padding-left: 0px;
}
.PDP-modal-body {
    width: inherit;
    text-align: center;
}
.PDP-no-border {
    border: 0;
}
.PDP-panel-title {
    border-bottom: 1px solid #888888;
    padding-bottom: 3px;
}
.PDP-panel-title a {
    color: #333333;
}
.PDP-panel-title a:hover {
    color: #333333;
    font-weight: 600;
}
.PDP-panel-heading {
    -webkit-transition: color #333333;
    /*-webkit-transition: border-bottom 0;*/
}
.PDP-button-default {
    border: 1px solid #E2E2E2;
    background-color: white;
    margin-bottom: 5px;
}
.PDP-btn-dontclick {
    cursor: not-allowed;
    pointer-events: none !important;
    background-image: url("https://lppool.catalogsites.net/lf?source=url[file:MasterSite/NLA.tif]&sink=format[png]")
}
.PDP-primary-img {
    max-height: 600px;
}
.PDP-big-img-modal {
    max-height: 700px;
}
.PDP-alt-img-thumb {
    /*margin-right: 5px;*/
}
.PDP-alt-img-modal-thumb {
    margin-right: 5px;
    max-height: 100px;
}
.PDP-img-modal-header {
    border: 0px solid silver;
    padding: 10px 10px 0px 0px;
    max-height: 50px;
}
.PDP-swatch-image {
    max-height: 50px;
    max-width: 50px;
}
.PDP-swatch-images-md {
    height: 50px;
    width: 50px;
}
.PDP-swatch-images-lg {
    height: 90px;
    width: 90px;
    padding: 10px 0 10px 0;
}
.PDP-hr {
    border-top: 1px solid silver !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.PDP-item-name {
    /*font-size: 1.8em;*/
    font-weight: 500;
    letter-spacing: normal;
    margin: 0px 0px 15px 0px;
}
.PDP-group-item-name {
    font-weight: 500;
    letter-spacing: normal;
    margin: 0px 0px 15px 0px;
}
.PDP-prod-title {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.PDP-group-prod-title {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.PDP-initial-pricing {
    margin: 15px 0px 0px 0px;
}
.PDP-item-number {
    margin: 15px 0px 0px 0px;
    font-size: 1.2em;
}
.PDP-sku-label {
    font-weight: 500;
    padding: 0 5px 0 0;
}
.PDP-product-details-container {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.PDP-sku {
    border: 0;
    min-width: 1px;
    max-width: 100px;
}
.PDP-size-label {
    font-weight: 600;
    padding: 0 5px 0 0;
}
.PDP-color-label {
    font-weight: 600;
    padding: 0 5px 0 0;
}
.PDP-quantity-label {
    font-weight: 600;
    padding: 0 5px 0 0;
}
.PDP-grouped-wrapper {
    border: 1px solid #E2E2E2;
    padding: 10px 5px 5px 5px;
    margin-bottom: 10px;
    min-height: 280px;
}
.PDP-group-size-label {
    font-weight: 600;
    margin: 0 0 0 0;
}
.PDP-group-color-label {
    font-weight: 600;
    padding: 0 5px 0 0;
}
.PDP-group-quantity-label {
    font-weight: 600;
    margin: 0 0 0 0;
}
.PDP-sku-label-middle {
    font-weight: 700;
    padding: 10px 5px 0 0;
}
.PDP-item-price-label {
    margin-top: 5px;
    min-height: 25px;
}
.PDP-qty-updown {
    border: 1px solid silver;
    margin-top: 12px;
    width: 45px;
    height: 48px;
    font-size: 1.4em;
}
.PDP-qty {
    margin-top: 0px;
    border: 1px solid silver;
    text-align: center;
    width: 50px;
    height: 48px;
    font-size: 1.4em;
}
.PDP-item-price {
    font-size: 1.4em;
    color: #333333;
    font-weight: 500;
}
.PDP-item-was-price {
    font-size: 1.4em;
    text-decoration: line-through;
}
.PDP-item-now-price {
    font-size: 1.4em;
    color: #FF5300;
    font-weight: 600;
}
.PDP-item-price-wrapper {
    min-height: 24px;
}
.PDP-item-now-price-wrapper {
    min-height: 24px;
}
.PDP-size-row {
    margin: 0 0 0 -1px;
    display: table;
}
.PDP-size-button {
    /*font-size: 0.9em;*/
    margin: 0 5px 3px 3px;
    border: 1px solid #E2E2E2;
    background-color: white;
    padding: 3px 5px 3px 5px;
}
.PDP-container {
    margin: 0 0 0 40px;
}
.PDP-color-header {
    padding: 10px 0 0 0;
}
.PDP-colorbutton-clicked {
    border: 5px solid red;
}
.PDP-color-buttons {
    border: 0px solid pink;
    width: 40px;
}
.PDP-color-buttons-nla {
    position: relative;
    top: 0;
    left: 0;
    width: 33px;
    height: 32px;
    /*border:1px solid gray;*/
    background-image: url("https://lppool.catalogsites.net/lf?source=url[file:MasterSite/NLA1.tif]&sink=format[png]");
    background-size: 100% 100%;
}
.PDP-color-buttons-grayedout {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}
.PDP-textbox {
    /*width:auto;*/
    border: 0px solid silver;
    max-width: 150px;
}
.PDP-sel-qty {
    width: 100px;
}
.PDP-noCImage {
    border: 10px solid red;
    width: 50px;
}
.PDP-top-msg-headline {
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.4em;
}
.PDP-top-msg-text {
    font-size: 1.2em;
    text-align: center;
}
.PDP-filterBox {
    display: inline-block;
}
.PDP-item-promo-msg {
    margin: 10px 0px 10px 0px;
}
.PDP-item-promo-msg .itemPromoMsgLine1 {
    font-size: 1.4em;
    font-weight: bold;
    color: darkred;
}
.PDP-item-promo-msg .itemPromoMsgLine2 {
    font-size: 1.0em;
    font-weight: normal;
    color: #333;
}
.PDP-group-item-promo-msg {
    margin: 10px 0px 10px 0px;
}
.PDP-group-item-promo-msg .itemPromoMsgLine1 {
    font-size: 1.4em;
    font-weight: bold;
    color: darkred;
}
.PDP-group-item-promo-msg .itemPromoMsgLine2 {
    font-size: 1.0em;
    font-weight: normal;
    color: #333;
}
.PDP-filterBox {
    display: inline-block;
}
.PDP-filterLook2 .PDP-filterBox {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}
.PDP-form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 3px 6px 3px 6px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid silver;
    border-radius: 4px;
}
.PDP-strike {
    text-decoration: line-through;
}
.PDP-personalized-container {
    margin-bottom: 15px;
}
.PDP-personalized-warning {
    width: 100%;
    color: maroon;
    font-size: 1.0em;
    font-weight: bold;
    float: left;
}
.PDP-personalized-btn {
    width: 100% !important;
    background: cadetblue !important;
    color: white !important;
    font-size: 1.2em !important;
    border: 0px solid cadetblue !important;
    float: left !important;
    margin: 0 0 10px 0 !important;
    font-weight: 600;
}
.PDP-personalized-content {
    width: 100%;
    float: left;
    background: #f0f0f0;
    margin-bottom: 15px;
}
.PDP-personalized-input {
    width: 98%;
    margin: 5px 5px 5px 5px !important;
    border: 1px solid silver;
}
.PDP-personalized-input-bold {
    width: 98%;
    margin: 5px 5px 5px 5px !important;
    border: 1px solid silver;
    font-weight: 700;
}
.PDP-personalized-confirm {
    padding-left: 5px;
}
.PDP-personalized-faq {
    padding-left: 5px;
}
/* PDP Tablet Overrides = screen smaller than max-width, larger than min-width */
@media (max-width: 992px) {
    .PDP-item-name {
        font-size: 1.6em;
    }
    .PDP-group-item-name {
        font-size: 1.6em;
    }
    .PDP-size-button {
        font-size: 1.4em;
    }
    .PDP-top-msg-headline {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    .PDP-item-name {
        font-size: 1.8em;
    }
    .PDP-group-item-name {
        font-size: 1.8em;
    }
    .PDP-size-button {
        font-size: 1em;
    }
}

/* SWATCHES */

.swatches {
    margin: 5px 0px 5px 0px;
    padding-left: 0;
}
/*
.swatches ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
*/
.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
    max-height: 40px;
}
/*
.swatches .selected, .swatches div:hover {
    border: 2px solid red;
}
*/
.swatches .selected {
    border: 2px solid red;
}
.swatches a {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    /*box-shadow: 1px 1px 2px #C5C5C5;*/
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    transition: all 0.25s ease 0s;
}
.swatches a img {
    height: 30px;
    width: 30px;
}
.swatches li a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.swatches .selected a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* ALT IMGS */

.altImages {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}

/* PDP GROUPS */

.groupImages {
    width: 300px;
}
.Grouped-item-wrapper {
    display: inline-block;
    width: 280px;
    height: auto;
    padding: 4px;
    /*
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
    margin-bottom: 20px;
    */
}
.Grouped-item-attributes {
    padding-top: 5px;
    min-height: 185px;
    text-align: center;
    background-color: #F7F9FC;
}
.Grouped-item-name {
    min-height: 45px;
    line-height: normal;
}
.Grouped-item-name a {
    font-size: 1.0em;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}
.Grouped-item-name a:hover {
    text-decoration: underline;
}
.Grouped-item-price {
    font-size: 1.0em;
    color: #333333;
    font-weight: 600;
}
.Grouped-item-was-price {
    font-size: 1.0em;
    text-decoration: line-through;
}
.Grouped-item-now-price {
    font-size: 1.0em;
    color: #FF5300;
    font-weight: 600;
}
.Grouped-item-price-wrapper {
    min-height: 24px;
}
.Grouped-item-now-price-wrapper {
    min-height: 24px;
}
.PDP-swatch-images {
    height: 25px;
    width: 25px;
}
.PDP-swatch-images-md {
    height: 100%;
    width: 100%;
}
.PDP-recovert {
    background: white;
    position: absolute;
    right: 0%;
}
.PDP-swatch-images-lg {
    height: 90px;
    width: 90px;
}
.PDP-swatch-images-xl {
    height: 120px;
    width: 120px;
    padding: 10px 0 10px 0;
}
.PDP-addtocart-modal-btn {
    margin: 10px 0 0 0;
    color: #31708F;
    background-color: #FFFFFF;
    font-size: 1.0em;
    border: 1px solid #E2E2E2;
    font-weight: 600;
}
.PDP-addtocart-modal-btn:hover, .PDP-addtocart-modal-btn:active, PDP-addtocart-modal-btn:focus {
    color: #333333 !important;
    text-decoration: none !important;
    background-color: #F4F4F4 !important;
    border: 1px solid #E2E2E2 !important;
}
.PDP-addtocart-modal-btn-checkout {
    margin: 10px 0 0 0;
    color: white;
    background-color: #31708F;
    font-size: 1.0em;
    border: 1px solid #31708F;
    font-weight: 600;
}
.PDP-addtocart-modal-btn-checkout:hover, .PDP-addtocart-modal-btn-checkout:active, PDP-addtocart-modal-btn-checkout:focus {
    color: #31708F !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 1px solid #31708F !important;
}
.PDP-addtocart-modal-item-descr {
    font-size: 1.0em;
    font-weight: 600;
}
.PDP-addtocart-modal-item-details {
    font-size: .9em;
}
.PDP-addtocart-modal-item-container {
    padding: 5px 0px 5px 0px;
    margin: 0px 5px 0px 5px;
    border-bottom: 1px solid #E2E2E2;
}
.PDP-size-chart-modal {
}
.PDP-size-chart-modal-header {
    border-bottom: none;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    background-color: #D9EDF7;
}
.PDP-size-chart-modal-title {
    font-size: 2.0em;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0px;
}
.PDP-size-chart-modal-body {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: none;
    padding: 10px 10px 10px 10px;
}
.color-details {
    margin-top: 14px;
}
.selectable li.ui-selecting {
    border: 3px solid red;
}
.selectable li.ui-selected {
    border: 5px solid #E47911;
}
.selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.selectable li {
    border: 1px solid #003399;
    margin: 3px;
    padding: 3px;
    float: left;
    text-align: center;
}
.selectable li div {
    padding: 5px;
    width: 20px;
    height: 20px;
}
.selectable li.text {
    color: #006699;
    font-weight: bold;
}
.btnAddorSubtract {
    width: 30px;
}
.cart1-btn-addtocart {
    margin-top: 10px;
    color: white;
    background-color: #FF5300;
    width: 100%;
    font-size: 1.714em;
    border: 2px solid #FF5300;
    float: left;
}
.cart1-btn-addtocart:hover, .cart1-btn-addtocart:active, cart1-btn-addtocart:focus {
    color: #FF5300 !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #FF5300 !important;
}
/* override bootstrap for the click */
.cart1 .btn:hover, .btn:active, .btn:focus {
    /*
    color: #FF5300 !important;
    background-color: #fff !important;
    border-color: #FF5300 !important;
    */
}
.cart2-btn-addtocart {
    margin: 12px 0 0 0;
    color: white;
    background-color: #FF5300;
    font-size: 1.714em;
    border: 2px solid #FF5300;
    float: right;
}
.cart2-btn-addtocart:hover, .cart2-btn-addtocart:active, cart2-btn-addtocart:focus {
    color: #FF5300 !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #FF5300 !important;
}
/* override bootstrap for the click */
.cart2 .btn:hover, .btn:active, .btn:focus {
    /*
    color: #FF5300 !important;
    background-color: #fff !important;
    border-color: #FF5300 !important;
    */
}
.cart3-btn-continue {
    margin: 10px 0 0 0;
    color: white;
    background-color: #31708F;
    /*width: 100%; */
    font-size: 1.714em;
    border: 2px solid #31708F;
    float: right;
}
.cart3-btn-continue:hover, .cart3-btn-continue:active, cart3-btn-continue:focus {
    color: #31708F !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #31708F !important;
}
.cart3-btn-viewcart {
    margin: 10px 0 0 0;
    color: white;
    background-color: #31708F;
    /*width: 100%; */
    font-size: 1.714em;
    border: 2px solid #31708F;
    float: left;
}
.cart3-btn-viewcart:hover, .cart3-btn-viewcart:active, cart3-btn-viewcart:focus {
    color: #31708F !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #31708F !important;
}
/* override bootstrap for the click */
.cart3 .btn:hover, .btn:active, .btn:focus {
    /*
    color: #FF5300 !important;
    background-color: #fff !important;
    border-color: #FF5300 !important;
    */
}
.PDP-addtocart-modal-close {
    padding: 0px 0px 0px 0px;
    margin-right: -10px;
    color: white;
    background-color: #31708F;
    font-size: 1.4em;
    border: 1px solid #31708F;
    font-weight: 600;
}
.PDP-sizechart-modal-close {
    padding: 0px 0px 0px 0px;
    margin-right: -5px;
    color: gray;
    background-color: #D9EDF7;
    font-size: 1.4em;
    border: 0px solid #31708F;
    font-weight: 600;
}
.PDP-group-cart-btn-addtocart {
    color: white;
    font-weight: 600;
    background-color: #FF5300;
    width: 25%;
    font-size: 1.4em;
    border: 2px solid #FF5300;
    float: right;
}
.PDP-resolve-image {
    width: 100%;
}
.PDP-grp-resolve-image {
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: 350px;
}
.PDP-grp-resolve-swatch {
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: 350px;
}
.PDP-group-cart-btn-addtocart:hover, .PDP-group-cart-btn-addtocart:active, .PDP-group-cart-btn-addtocart:focus {
    color: #FF5300 !important;
    text-decoration: none !important;
    background-color: white !important;
    border: 2px solid #FF5300 !important;
    float: right;
}
/* override bootstrap for the click */
.group-cart2 .btn:hover, .btn:active, .btn:focus {
    /*
    color: #FF5300 !important;
    background-color: #fff !important;
    border-color: #FF5300 !important;
    */
}
.PDP-mmedia-button {
    border: 0;
}
.PDP-disabledAnchor a {
    pointer-events: none !important;
    cursor: none;
    background-color: deeppink;
}
.PDP-enabledAnchor a {
    pointer-events: visible !important;
    cursor: pointer;
}
.vkitDDL {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    width: 90%;
}
.sizeColorError {
    font-weight: 700;
    font-size: 1.1em;
    color: red;
}
.sizeColorErrorsm {
    font-weight: 700;
    font-size: .8em;
    color: red;
}
.sizeColorNormal {
    font-weight: normal;
    font-size: 1.1em;
    color: #333;
}
/* POWER REVIEWS */

/* ACCORDION PANELS */

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
    padding-top: 10px;
}

/* TABS */

html body .tabs-primary {
}
html body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #0088cc;
}
html body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover {
    border-top-color: #0088cc;
}
html body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #0088cc;
    color: #0088cc;
}
html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #0088cc;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #0088cc;
}
/* PDP ZOOM */

.zoomWrapper {
    overflow: hidden;
    background: #fff;
}
.zoom_area {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0px;
}
.zoom_area .preview {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.zoom_area .preview img {
    max-width: 100%;
}
.magnifier {
    position: absolute;
    top: -50%;
    left: -50%;
    display: none;
}