
.col-md-8 {
    width: 100%!important;
    max-width: 780px!important;
}
.blog-title {display: inline-block; font-weight: 300!important; margin-top: 20px;  margin-bottom: 20px;}
.np2-blog-container {max-width: 800px; margin-right: auto; margin-left: auto; margin-bottom: 100px;}
.np2-blog-container .tag {color: rgba(70, 76, 79, 0.6); font-size: 14px; margin-bottom: 0px; margin-left: 15px; margin-top: 25px; }
.np2-blog-container p, ol, ul {font-size: 16px;
color: rgba(70, 76, 79, 0.9);
line-height: 1.4;}
.np2-blog-container p {margin-top: 15px; margin-bottom: 15px; }
/*==============================================================

	Version : 2009.08.10

==============================================================*/
/*

.specwhite{ background: white;}
*/
.go-away {display: none;}
/* @group BASE */

.addtocart img{ cursor: pointer; }


/* @group FRIENDLY SETTINGS */

img, a img { border:0; } /* nobody likes default border around images */

.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */
/* based on YUI 2.3 base.css */

/* Idioms */

ul.mod {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mod li {
	list-style: none;
}

/* @end */

/* @group Web Form */

ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

.interior-page form { margin: 15px 0; }
form .item { margin: 10px 0;}
.form label {
    color: rgba(70, 76, 79, 0.7);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.cat_button,
.register-btn {
    background-color: #fff;
    border-radius: 45px;
    border-style: none;
    color: rgba(70, 76, 79, 0.8);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 12px 25px;
    text-transform: uppercase;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}
.cat_button:hover,
.register-btn:hover {
    color: #DD1A32;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}


form label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 10px 10px 0;
    text-transform: uppercase;
}
  
form input,
form textarea {
    background-color: rgba(70,76,79, 0.1);
    padding: 17px 20px;
    border: 0;
    color: rgb(70,76,79);
    width: 100%;
    display: block;
    font-size: 15px;
}
form input[type="submit"],
form input[type="checkbox"],
input#recaptcha_response_field { width: auto;}

form input[type="checkbox"] {display: inline-block;}

.form .item a {
    color: rgb(221, 26, 50);
    font-size: 14px;
    font-weight: 600;
}
.login-page .form .item a { color: #9A9FA3; }

.req {
    color: rgb(221,26,50);
}

select {
    cursor: pointer;
    -moz-appearance: none;
    background-color: rgb(216, 220, 223);
    background-image: url("/sites/all/themes/culinaire/images/arrow-select.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    border: 0 none;
    box-shadow: none;
    color: #7e8486;
    font-size: 14px;
    height: 53px;
    padding: 6px 17px;
    text-overflow: "";
}


table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
  margin: 0px!important;
}

table.webform td {
	padding: 6px;
  margin: 0px!important;
}


.webform {
margin: 0px!important;
}

/* @end */

/* @group System Message */

.system-message, .system-error-message {
    color: rgba(70, 76, 79, 0.9);
    margin: 0 auto;
    max-width: 1170px;
    padding: 60px 0 100px;
}

/*.system-message {
	background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}*/

.system-message h1, .system-error-message h1 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 25px;
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}



/* @end */

/* @group Announcement */

.announcement-list {
	font-size: 11px;
}

.announcement-list h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
}

.announcement-details span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 18px;
}

/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */

.blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    padding: 40px;
    background: #fff;
}

.blog-post.individual { 
    flex-direction: column;
}

.post-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;   
    max-width: 240px;
}
.post-image img { margin: auto;}


.post-details {
    width: 280px;
    padding-right: 30px;
}
.individual .post-details { width: auto; }
.post-details span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.interior-page .blog-post h2 {
    margin: 0 0 15px;
    letter-spacing: 0px;
    text-transform: Capitalize;
    font-size: 24px;
}

.post-body {
    margin-top: -6px;
    width: calc(100% - 20px);
}
.post-body p { font-size: 18px;}
.post-body img { margin: 15px 0 0; display: block;}
.post-body a {
    border-top: 5px solid #DD1A32;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    width: 96px;
    display: block;
    margin-top: 25px;
    color: #DD1A32;
    align-self: flex-start;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.post-body a span { float: right;}
.post-body a:hover { width: 105px; color: #C71F34; border-color: #C71F34;}
.individual .post-body a { 
    border: 0;
    display: inline-block;
    text-transform: none;
    font-size: inherit;
    width: auto;
    margin: 0;
    padding: 0;
}

.interior-page .BlogRecentPost ul, .interior-page .BlogPostArchive ul { padding: 0; }
.BlogRecentPost li, .BlogPostArchive li { list-style: none;}
.BlogRecentPost a, .BlogPostArchive a {
    padding: 5px 0;
    display: block;
    color: #9A9FA3;
}

.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
}

.comment-list h5 {
	font-size: 14px;
	margin: 0 0 18px;
}

.comment-list input#Captcha {
	width: 300px;
}

.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
}

.blog-comment-container {
	border: 1px solid #e9e9e9;
	margin: 0 0 18px;
}

.blog-comment-container  .comment-details {
	background: #eee;
	font-size: 11px;
	padding: 6px;
}

.blog-comment-container .comment {
	background: #fff;
	padding: 9px;
}

span.flag {
	margin: 0 6px;
	vertical-align: middle;
}

input#fullname, input#website, input#emailaddress {
	width: 300px;
}

textarea.comment {
	height: 160px;
	width: 100%;
}

.forum-registration textarea.comment {
	height: 70px;
	width: 270px;
}

.post-body .links {
	font-size: 11px;
}

.blog-container .side-panel {
	float: right;
	width: 27%;
}

.side-panel h4 {
	font-size: 12px;
	margin: 0 0 9px;
}


p.page-nav {
	text-align: center;
} 

p.page-nav a {
	margin: 0 9px;
}

.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-post dt {
	color: #000;
}

.blog-post dd {
	margin: 0 0 9px;
}

/* @end */

/* @group Booking */

.booking-list {
	margin: 0 0 9px;
}

.booking-list span.date {
	margin: 0 9px 0 0;
}

.booking-container h1, .form-container h2 {
	margin: 0 0 18px;
}

.form-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone {
	width: 260px;
}

.go-back {
	margin: 18px 0;
}

/* @end */

/* @group Calendar */

div.select-month-year {
	padding: 9px 0;
}

table.module-calendar {
	border: 1px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.module-calendar td {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

table.module-calendar td span {
	background: #f7f7f7;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 0 2px;
	text-align: right;
}

tr.day-of-week td {
	background: #d7d7d7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

table.module-calendar td.events span {
	background: #2BABFA;
	color: #fff;
	font-weight: bold;
}

table.module-calendar td.events {
	background: #EEF5FA;
}

table.module-calendar td ul {
	margin: 9px 0;
	padding-left: 24px;
}

table.module-calendar td.last-month {
	background: #eee;
}

table.module-calendar td.next-month {
	background: #eee;
}

/* @end */

/* @group Catalogue and Products */

.sidebar { margin-top: 50px;}
.sidebar-section { margin-bottom: 50px;}
.sidebar-section h6 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 20px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    text-transform: uppercase;
}
.sidebar-item { margin-bottom: 5px;}
.sidebar-item div { min-width: 60px;}
.sidebar-item a{
    color: #464C4F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mitybilt-office .sidebar-item a { color: #464C4F; }
.sidebar-item a img {
/*     height: 40px; */
    max-width: 52px;
    padding: 5px 10px 5px 0;
}
.sidebar-item a span {
    align-self: center;
    border-radius: 40px;
    color: rgba(70, 76, 79, 0.5);
    font-size: 13px;
    opacity: 1;
    padding: 10px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.sidebar-item a:hover span {
    background: #fff;
    color: #DD1A32;
}
.mitybilt-office .sidebar-item a:hover span { color: #6BA539; }
.sidebar-item a:hover { color: #DD1A32;}
.sidebar-item a p {
    align-self: center;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

ul.productList.productSmall {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
ul.productList.productSmall li {
	-ms-flex: 0 0 31%;
    flex:  0 0 31%;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
}
ul.productList.productSmall li.productItemNotFound {
    flex: 0 0 100%;
    text-align: left;
}
ul.productList.productSmall li.productsearchPagination {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 20px 0 10px;
    color: #E9EDF0;
}
ul.productList.productSmall li.productsearchPagination a {
    color: rgba(70,76,79, 0.5);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
ul.productList.productSmall li.productsearchPagination a:hover { color: #464C4F;}
ul.productList.productSmall li:nth-child(3n) { margin-right: 0;}
ul.productList.productLarge {
    margin: 0;
    padding: 0;
} 
.shop-product-small {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 0;
}
.shop-product-small:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    z-index: 15;
}
.interior-page .shop-product-small p {
    margin: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    white-space: nowrap;
}

.shop-product-small .image {
    height: 100%;
    min-height: 0;
}

.shop-product-small .image a {
    padding: 25px;
    display: block;
    height: 100%;
}
.shop-product-small div.image + div span a {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    padding: 16px 20px 16px 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.shop-product-small div.image + div.has-price span a {
    padding: 27px 20px 27px 16px;
}
.shop-product-small p a {
    color: #575757;
	display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 62px;
}
.shop-product-small div.image + div {
    color: #575757;
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin-top: auto;
    padding: 25px 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.shop-product-small div.image + div.has-price { padding: 35px 10px }

.shop-product-small:hover div.image + div { background: #DD1A32;}
.mitybilt-office .shop-product-small:hover div.image + div { background: #6BA539;}
.search-results .shop-product-small:hover div.image + div { background: #9A9FA3;}


.shop-product-small:hover p {
    left: 0;
    text-align: left;
    color: #fff;
    transform: translateX(0%);
}
.shop-product-small:hover div.image + div a{
	color: #fff;
	padding-left: 20px;
}
.shop-product-small:hover div.image + div span a {
    width: auto;
    opacity: 1;
    visibility: visible;
}
.shop-product-small span.price {
    color: #dd1a32;
    display: block;
    margin: 0;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    white-space: nowrap;
}

.shop-product-small div.image + div span.price a {
    color: #DD1A32;
	display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    opacity: 1;
    padding: 10px 90px 15px;
    position: relative;
    right: inherit;
    top: inherit;
    visibility: visible;
}
.mitybilt-office .shop-product-small div.image + div span.price a { color: #6BA539;}
.search-results .shop-product-small div.image + div span.price a { color: #9A9FA3;}

.shop-product-small:hover span.price {
    left: 0;
    text-align: left;
    transform: translateX(0%);
}
.shop-product-small:hover div.image + div span.price a {
    color: #fff;
	padding-left: 20px;
}




.shop-footer {
    padding: 30px 0 0;
    text-align: center;
}
.shop-footer a {
    color: #DD1A32;
    display: inline-block;
}
.shop-footer a:hover p,
.shop-footer a:hover span.icon-right,
.shop-footer a:hover span.icon-left { color: #DD1A32;}

.mitybilt-office .shop-footer a:hover p,
.mitybilt-office .shop-footer a:hover span.icon-right,
.mitybilt-office .shop-footer a:hover span.icon-left { color: #6BA539;}


.shop-footer a:hover span.icon-right {
    transform: translateX(5px);
    box-shadow: 0 3px 18px rgba(0,0,0,0.1);
}
.shop-footer a:hover span.icon-left {
    transform: translateX(-5px);
    box-shadow: 0 3px 18px rgba(0,0,0,0.1);
}
.shop-footer a span {
    background: #fff none repeat scroll 0 0;
    border-radius: 60px;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    color: #464C4F;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.shop-footer a p {
    color: rgba(70,76,79, 0.5);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
span#pagination {
    padding: 0 25px;
    letter-spacing: 8px;
    font-weight: 700;
    color: #DD1A32;
}
.mitybilt-office span#pagination { color: #6BA539}
#pagination a {
    color: rgba(70, 76, 79, 0.5);
    display: inline-block;
}
#pagination a:hover { color: #DD1A32; }
.mitybilt-office #pagination a:hover { color: #6BA539; }

.shop-main ul { margin: 0; padding: 0;}
/*.shop-main li { list-style: none;}*/
.interior-page .shop-main h1 {
    font-size: 40px;
    margin: 0 0 5px;
    line-height: 1.1;
}
.shop-main h2 {
    color: #dd1a32;
    font-size: 21px;
    float: left;
    font-weight: 800;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}

/*---- shop product large--*/

.shop-product-large.row { margin-top: 20px;}
.shop-product-large .image { 
    position: relative;
    margin-bottom: 30px;
}

.productLarge .details .productAttributes {
    display: none !important;
}

.product-title { display: inline-block;}

.interior-page .details ul {
    margin: 0;
    background: #fff;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.details {
    margin: 20px 0 30px;
}

.details h6 {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    margin-right: 5px;
    padding: 12px 0 11px;
    text-transform: uppercase;
}

.details li {
    flex-grow: 1;
    border-right: 1px solid #e9edf0;
    display: inline-block;
    font-size: 16px;
    padding: 8px 22px;
}

.details li:last-child {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.details ul .productTextInput {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
    max-width: 80px;
    padding: 0 15px;
}

.addtocart .productSubmitInput {
    background: #dd1a32 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}
.mitybilt-office .addtocart .productSubmitInput { background-color: #6BA539; }

.build-btn {
    /*display: inline-block;*/
    float: right;
    padding: 6px 0 0;
}

a.btn-download.productSubmitInput {
    /* display: inline-block; */
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    float: right;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
}

a.btn-download.productSubmitInput span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all;
}
a.btn-download.productSubmitInput:hover span {
    color: #DD1A32;
}



/*---- simpleTabs--*/
.simpleTabs a { color: #464C4F; font-weight: 600;}
.simpleTabs a:hover { color: #DD1A32;}
ul.simpleTabsNavigation {    
    background: none;
    padding: 0 !important;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
ul.simpleTabsNavigation li {
    flex: 1 0 auto;
	list-style: none;
}
ul.simpleTabsNavigation li a {
    border-bottom: 5px solid rgba(70, 76, 79, 0.1);
    color: rgba(70, 76, 79, 0.6);
    display: block;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 100%;
    margin: 0;
    padding: 0 0 17px 0;
    text-align: center;
    text-decoration: none;
}
ul.simpleTabsNavigation li a:hover {    
    color: rgb(221,26,50);
}
.mitybilt-office ul.simpleTabsNavigation li a:hover { color: #6BA539;}
ul.simpleTabsNavigation li a.current {
	color: rgb(221, 26, 50);
	border: none;
    border-bottom: 5px solid rgb(221,26,50);
}
.mitybilt-office ul.simpleTabsNavigation li a.current { color: #6BA539; border-bottom-color: #6BA539;}
div.simpleTabsContent {
    position: absolute;
    opacity: 0;
    width: 0;
    color: rgb(70,76,79);
    font-size: 16px;
    line-height: 1.5;
    visibility: hidden;
    -moz-transform: opacity .5s ease, visibility .5s ease;
    -webkit-transform: opacity .5s ease, visibility .5s ease;
    -ms-transform: opacity .5s ease, visibility .5s ease;
    transform: opacity .5s ease, visibility .5s ease;
}
div.simpleTabsContent.currentTab {
	opacity: 1;
    width: 100%;
	visibility: visible;
    position: relative;
}

div.simpleTabsContent ul {
    padding-left: 23px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 55px;
    -webkit-column-gap: 55px;
    column-gap: 55px;
    margin: 15px 0;
}
div.simpleTabsContent li { position: relative; 
    display: inline-block;
    width: 100%;
}
div.simpleTabsContent li::before {
    background: #464C4F;
    border-radius: 50%;
    content: "";
    font-size: 12px;
    height: 5px;
    margin-left: -18px;
    margin-right: 10px;
    opacity: 0.4;
    position: absolute;
    width: 5px;
    top: 9px;
}

.simpleTabsContent div.loggedout {
    height: 194px;
}

.simpleTabsContent div.loggedout::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    content: "Please login to access this content";
    display: inline-block;
    font-size: 13px;
    left: 0;
    letter-spacing: 1px;
    padding: 87px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}


/*---carousel--*/

div.simpleTabsContent .unslider ul { 
    padding: 0; margin: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}
div.simpleTabsContent .unslider li::before {
    width: 0;
    height: 0;
    background: none;
    margin: inherit;
    position: relative;
}

.configurations.unslider { width: 100%; margin-bottom: 40px;}

.configurations + a.unslider-arrow.next {
    left: calc(50% - -5px);
    right: inherit;
}
.configurations + a.unslider-arrow.next + a.unslider-arrow.prev {
    left:calc(50% - 45px);
    right: inherit;
}

.unslider{overflow:auto;margin:0;padding:0; position: relative;}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider li,.unslider ol,.interior-page .unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    right: 70px;
    z-index: 2;
}
.unslider-arrow.next{left:auto;right:20px}

.unslider li div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    background: rgba(162, 165, 167, 0.2) none repeat scroll 0 0;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
}

div.simpleTabsContent .unslider div img {
    align-self: center;
    max-height: 290px;
    width: auto;
}

.unslider ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.unslider h6 {margin: 0;}

.inspiration-gallery { margin-bottom: 40px;}
.inspiration-gallery img { max-height: 600px;}
.inspiration-gallery li {background: #DFE3E6;}

.inspiration-gallery + a.unslider-arrow, 
.inspiration-gallery + a.unslider-arrow + a.unslider-arrow { padding: 12px;}
.inspiration-gallery + a.unslider-arrow.next {
    left: calc(50% - -5px);
    right: inherit;
}
.inspiration-gallery + a.unslider-arrow.next + a.unslider-arrow.prev {
    left:calc(50% - 45px);
    right: inherit;
}
.products-used.row { margin: 25px -8px 0; }
.products-used .sub-product a { min-height: 270px; flex-direction: column;}
.products-used .sub-product img { height: auto; max-width: 225px; }
.products-used .sub-product div:last-child { width: 100%; height: auto; padding: 25px 5px;}

/*---- colour chooser --*/
iframe:not([title=reCAPTCHA]) {
    overflow: visible;
    border: none;
    width: 100%;
    height: 650px;
}

.options-left { float: left; width: 55%;}
.options-right { float: left; width: 45%;}
.swatch span {
    border-radius: 50px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: 3px 0;
    vertical-align: middle;
    width: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    box-shadow: inset 0 0 0 3px rgba(222, 27, 50, 0);
}

.swatch.active span::after,
.swatch span:hover::after {
    content: '\e80a';
    font-family: 'mitybilt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: auto;
    color: #fff;
    padding: 5px;
    background: #dd1a32;
    border-radius: 50%;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}

.mitybilt-office .swatch.active span::after,
.mitybilt-office .swatch span:hover::after {
    background: #6BA539;
}

.swatch span:hover p, 
.swatch.active p {
    color: rgba(70, 76, 79, 1);
}
.swatch p {
    vertical-align: middle;
    color: rgba(70, 76, 79, 0.7);
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-left: 5px;
    text-align: center;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}
.options-left h2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 20px 0 15px;
    text-transform: uppercase;
    color: rgb(70,76,79);
}

div.loading { position: absolute; left: 170px; top: 10px; z-index:99; }
div.swatch {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    width: auto;
    min-width: 105px;
}

p.disclaimer {
    font-size: 13px;
    color: #999999;
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 45px;
}
    
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(221,26,50, 0.2);
  border-bottom: 1.1em solid rgba(221,26,50, 0.4);
  border-left: 1.1em solid #DD1A32;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
    












.shop-catalogue {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 180px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 180px;
}

.shop-catalogue h4 {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-indent: 9px;
}

.shop-catalogue h4 a {
	color: #1969bc;
	text-decoration: none;
}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}


.shop-main .header {
	border-bottom: 1px solid #eee;
	height: 27px;
	line-height: 27px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 18px;
}

.shop-main .breadcrumbs {
	float: left;
	width: 40%;
	color: #919191;
	font-size: 14px;
}

.shop-main .cart-summary {
	float: right;
	width: 40%;
}



table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	font-size: 12px;
	float: right;
  margin-left: 12px;
}

td.cartSummaryItem {
	padding: 0;
  font-size: 14px;
}

a.cartSummaryLink {
	margin: 0 0 0 18px;
}


table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	margin: 0 0 18px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
	width: 100%;
}

table.productTable td {
	padding: 3px;
}


.image a, td.actions a {
	border: none !important;
}

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
}

.shop-product-small li.quantity input.productTextInput {
	width: 50px;
}

/* .shop-product-small li.quantity input.productSubmitInput {
} */


td.productItem .comment-form input#Captcha {
	width: 300px;
}

.poplets {
	margin-top: 0px;
	padding: 0px 0;
}

.poplets img {
	border: 1px solid #ddd;
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}


/* Table Builder (Add more tables to the list here) */
.shop-product-large .image.surf .imgBuilder,
.shop-product-large .image.blade .imgBuilder,
.shop-product-large .image.flex .imgBuilder,
.shop-product-large .image.encore .imgBuilder,
.shop-product-large .image.cog .imgBuilder,
.shop-product-large .image.smile .imgBuilder,
.shop-product-large .image.tripod .imgBuilder,
.shop-product-large .image.wave .imgBuilder,
.shop-product-large .image.eko .imgBuilder,
.shop-product-large .image.clover .imgBuilder,
.shop-product-large .image.flower .imgBuilder,
.shop-product-large .image.horseshoe .imgBuilder,
.shop-product-large .image.nexus .imgBuilder,
.shop-product-large .image.quaver .imgBuilder,
.shop-product-large .image.rain .imgBuilder,
.shop-product-large .image.aktivity-c-shape .imgBuilder,
.shop-product-large .image.a180 .imgBuilder,
.shop-product-large .image.aktivity-bean .imgBuilder,
.shop-product-large .image.star .imgBuilder,
.shop-product-large .image.puddle .imgBuilder,
.shop-product-large .image.rectangle .imgBuilder,
.shop-product-large .image.aktivity-round .imgBuilder,
.shop-product-large .image.trapezoid .imgBuilder,
.shop-product-large .image.leaf .imgBuilder,
.shop-product-large .image.petal .imgBuilder,
.shop-product-large .image.conekt-web .imgBuilder,
.shop-product-large .image.conekt-summit .imgBuilder,
.shop-product-large .image.team-mate .imgBuilder,
.shop-product-large .image.team-player .imgBuilder,
.shop-product-large .image.team-work .imgBuilder,
.shop-product-large .image.conekt-atom .imgBuilder,
.shop-product-large .image.conekt-leaf .imgBuilder,
.shop-product-large .image.poze-flip-top .imgBuilder,
.shop-product-large .image.poze-adjustable .imgBuilder,
.shop-product-large .image.poze-fixed .imgBuilder,
.shop-product-large .image.rta-rectangle .imgBuilder,
.shop-product-large .image.rta-180 .imgBuilder,
.shop-product-large .image.rta-round .imgBuilder, 
.shop-product-large .image.rta-trapezoid .imgBuilder,
.shop-product-large .image.classic-rectangle .imgBuilder,
.shop-product-large .image.classic-180 .imgBuilder,
.shop-product-large .image.classic-round .imgBuilder,
.shop-product-large .image.classic-trapezoid .imgBuilder{ display: block; }
/* End Table Builder */

/* Table Builder Product Tweaks */
.shop-product-large .image.classic-180 .LegStyle{ display: none !important; }
/* END Table Builder Product Tweaks */


/* Table Builder Common */
.shop-product-large .image .imgBuilder {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.shop-product-large .image .Size{ display: none !important; }
.shop-product-large .image .LaminateColour{ z-index: 20; }
.shop-product-large .image .EdgeColour{ z-index: 20; }
.shop-product-large .image .LegStyle{ z-index: 10; }
.shop-product-large .image .LegColour{ z-index: 1; }
/* END Table Builder Common */





/*start shopping cart*/

.cartrow {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    font-size: 13px;
    margin-left: 0 !important;
	padding: 5px 0;
	overflow: hidden;
    text-transform: uppercase;
}
.cartlabel {
    float: left;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
}
.cart-item {
    color: #333333;
    float: left;
    font-size: 13px;
    width: 10%;
}
.product-image img {
    border: 1px solid #EEEEEE;
    max-height: 100px;
    max-width: 100px;
}
	.product-remove a:link,
	.product-remove a:visited {
		background: url("/stylesheets/images/cart-remove.gif") no-repeat scroll 0 0 transparent;
		display: block;
		font-size: 0;
		height: 23px;
		line-height: 0;
		text-indent: -9999px;
		width: 23px;
	}
	.product-remove a:hover, 
	.product-remove a:active {
		opacity: 0.8;
	}
.cldetails {
    width: 46%;
}
.clprice, .cltax, 
.clcost, .clremove {
    width: 10%;
}
#catCartDetails .product-image {
    width: 13%;
}
.clqty, 
.product-qty {
    width: 14%;
}
.product-qty input.cartInputText {
    width: 60px;
}
#cart-footer {
    overflow: hidden;
}
.discount{
	clear: both;
}

.cart-opt {
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}
.cart-opt p {
    margin: 0 0 3px;
}
#cart-footer hr {
    margin: 3px 0;
}
#opt-total-container {
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
    overflow: hidden;
} 
.opt-total-data .productitemcell {
    border: medium none;
    height: auto;
    padding: 0;
}
.opt-total h3 {
    margin: 0;
    color: #333; 
}
.opt-total-data {
	padding: 5px 0;
    text-align: right;
}
select.shippingDropDown {
    width: 100%;
}
.opt-btns {
    border-bottom: medium none;
    text-align: center;
}
	a#catshopbuy:link, 
	a#catshopbuy:visited,
	a#catshopquote:link, 
	a#catshopquote:visited {
		background: none repeat scroll 0 0 #DD1A32;
		color: #FFFFFF;
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		padding: 20px 40px;
		border-radius: 40px;
		/*float: right;*/
		text-align: center;
		text-decoration: none;
		
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a#catshopclear:link, 
	a#catshopclear:visited {
		color: #393939;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		height: 22px;
		padding: 2px 0 0 25px;
		text-align: center;
		text-transform: uppercase;
	}
	a#catshopclear:hover, 
	a#catshopclear:active {
		opacity: 0.8;
		text-decoration: none;
	}
@media only screen and (max-width: 767px) {
	.cartlabel {
		float: left;
		font-size: 12px;
		font-weight: normal;
		padding-bottom: 3px;
		padding-top: 3px;
		text-transform: capitalize;
	}
	.product-remove a:link, .product-remove a:visited {
		float: right;
	}
	.cart-item {
		width: 13%;
	}
	.cldetails {
		width: 33%;
	}
	.clprice, .cltax, .clcost, .clremove {
		width: 13%;
	}
	.product-image {
		width: 13%;
	}

	.clqty, .product-qty {
		width: 14%;
	}
	#catCartDetails input.cartInputText {
		margin: 0 0 0 10px;
		width: 20px !important;
	}
	.cartlabel {
		text-align: center;
	}
	.row.cartrow {
		margin-bottom: 0;
	}
	.product-remove a:link, .product-remove a:visited {
		float: right;
	}
	.cart-item {
		font-size: 12px;
		width: 20%;
	}
	.cldetails {
		width: 33%;
	}
	.clprice, .cltax, .clcost, .clremove {
		width: 13%;
	}

	.product-image {
		display: none;
		width: 13%;
	}

	.clqty, .product-qty {
		text-align: center;
		width: 12%;
	}
	#catCartDetails input.cartInputText {
		margin: 0 0 0 10px;
		width: 25px !important;
	}
	.cart-item.product-remove {
		padding: 0;
		width: 22px;
	}
}
table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}

table.cart a {
	color: #1969bc;
}

table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}

tr.val td {
	border-bottom: 1px solid #eee;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}


input#DiscountCode, input#GiftVoucher {
	width: 55%;
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
}

/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
	margin: 0 6px 0 0;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 260px;
}

.shop-form textarea.cat_listbox {
	height: 100px;
}



.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group Customer Cases */

table.case-list {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0;
	width: 100%;
}

table.case-list td {
	padding: 6px;
}

table.case-list td.subject,
table.case-list td.category {
	width: 40%;
}

table.case-list td.status {
	width: 20%;
}

table.case-details {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.case-details td {
	padding: 6px;
}

table.case-details tr.odd td {
	background: #fff;
}

table.case-details td.var {
	color: #888;
	text-align: right;
	width: 130px;
}

table.case-details td.val {
	color: #000;
}

/* @end */

/* @group Customer Orders */

table.border {
	border-collapse:collapse;
	border-spacing:0;	
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
    
}

table.border td, table.border th {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.border th {
    text-align: left;
}

table.border span { color: #888; }

table.order-list {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

table.order-list td {
	border: 1px solid #eee;
}

table.order-list a {
	margin: 0 9px 0 0;
}

table.order-list span.number {
	font-size: 11px;
}

/* @end */

/* @group Comment */

.comment-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
}

.comment-container .header {
	background: #eee;
	font-size: 11px;
	padding: 6px 18px;
}

.comment-container span.name {
	color: #000;
}

.comment-container span.rating {
	margin: 0 9px;
	vertical-align: middle;
}

.comment-container .content {
	padding: 18px;
}

.comment-form {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 0 0 18px;
	padding: 18px;
}

.comment-form h3 {
	font-size: 14px;
	margin: 0 0 18px;
}

.comment-form h5 {
	color: #666;
	font-size: 14px;
	margin: 0 0 18px;
}

/*.comment-form li.rating div {
	font-size: 10px;
}*/

/*.comment-form li.rating div input {
	margin: 0 3px;
}*/

.comment-form input.cat_textbox_small,
.comment-form textarea {
	width: 300px;
}

.comment-form textarea {
	height: 120px;
}

/* @end */

/* @group FAQ */

table.faq-search {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	width: 100%;
}

table.faq-search label {
	color: #888;
}

table.faq-search td {
	border-collapse:collapse;
	border-spacing:0;	
	padding: 9px;
}

table.faqresultstable {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.faqresultstable td {
	color: #666;
	padding: 9px;
}

table.faqresultstable a {
	color: #1969bc;
}

table.faqresultstable td.faqresultstableinfo {
	background: #f9f9f9;
	color: #888;
	font-size: 10px;
	padding: 3px 18px;
	text-align: right;
}

table.faqresultstable td.faqresultstablecount {
	padding-left: 18px;
	width: 10px;
}

td.faqresultstablehead {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;	
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
	font-size: 24px;
}

table.topic-list, div.forum-posts-container div.post-list, div.forum-registration {
	color: #666;
}

div.forum-posts-container div.post-list a, div.forum-registration a {
	color: #1969bc;
}

div.forum-registration h2 {
	color: #000;
}

table.forum {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0;
	width: 100%;	
}

table.forum td {
	font-size: 11px;
	padding: 9px;
	vertical-align: top;
}

table.forum td.topics {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 90px;
}

table.forum td.posts {
	border-right: 1px solid #eee;	
	width: 90px;
}

table.forum td.lastpost {
	border-left: 1px solid #eee;	
	width: 180px;
}

table.forum .icon {
	float: left;
	width: 50px;
}

table.forum .forum {
	margin: 0 0 0 50px;
}

table.forum h3 {
	margin: 0;
}

table.forum h3 a {
	text-decoration: none;
}

ul.cap-top,
ul.cap-bottom {
	font-size: 11px;
	height: 30px;
	margin: 0 0 18px;
	padding: 0;
}

ul.cap-bottom {
	margin: 18px 0 0;
}

ul.cap-top li,
ul.cap-bottom li {
	display: block;	
	line-height: 30px;
	list-style: none;	
}

ul.cap-top li.user,
ul.cap-bottom li.nav-page {
	float: left;
	width: 200px;
}

ul.cap-top li.actions,
ul.cap-bottom li.actions
{
	float: right;
	font-size: 12px;
	text-align: right;
	width: 350px;
}

ul.cap-top li.actions a,
ul.cap-bottom li.actions a{
	float: right;
	margin: 0;
	padding: 0 9px;
}

table.topic-list {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 100%;
}

table.topic-list th {
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	padding: 6px;
	text-align: left;
}

table.topic-list .name {
	font-weight: bold;
	width: 60%;
}

table.topic-list .name .icon {
	float: left;
	width: 30px;
}

table.topic-list .replies,
table.topic-list .views {
	font-size: 10px;
	text-align: center;
	width: 10%;
}

table.topic-list .date {
	font-size: 10px;
	text-align: right;
	width: 20%;
}

table.topic-list td {
	padding: 0;
}

table.topic-list a {
	color: #1969bc;
}

table.topic {
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;;
	margin: 0;
	width: 100%;
}

table.topic td {
	padding: 9px;
}

table.topic td.name,
table.topic td.replies,
table.topic td.views {
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.forum-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.forum-registration input.cat_textbox,
.forum-registration textarea.cat_textbox {
	width: 260px;
}

.forum-registration input.cat_button {
	margin: 0 6px 0 0;
}

.forum-posts-container .breadcrumb {
	font-size: 11px;
	padding: 6px;
}

.forum-posts-container h1 {
	font-size: 18px;
	margin: 18px 0;
}

.forum-posts-container h2 {
	background: #eee;
	border: 1px solid #eee;
	color: #888;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 3px 18px;
}

.forum-posts-container table.container {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

.forum-posts-container td {
	background: #f9f9f9;	
	border: 1px solid #ddd;
	padding: 18px;
	vertical-align: top;
}

.forum-posts-container td.author {
	font-size: 11px;
	width: 160px;
}

.forum-posts-container h3.name {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.forum-posts-container tr.sub td {
	height: 30px;
	padding: 0 18px;
}

.forum-posts-container td.action a {
	float: right;
	line-height: 30px;
}

/* @end */

/* @group Literature */

p.literature-container img {
	vertical-align: middle;
}

p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
}


/* @end */

/* @group Secure Zone Markup */

.case-search {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-lost-password {
	background: #f9f9f9;
	border: 1px solid #eee;	
	padding: 18px;
}

.secure-lost-password input.cat_textbox_small {
	width: 210px;
}

.secure-update-details {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
	width: 260px;
}


/* @end */

/* @group Form Modules */

.product-form h3 {
	padding-left: 9px;
}

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

/* @end */

/* @group Search */

.search-box {
	padding: 6px;
}

.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
}

/* @end */

/* @group Photo Gallery */

#imageContainer img {
	margin: 0;
}

table.photogalleryTable td {
	padding: 9px;
}

/* @end */

/* @group Affiliate Program */

table.affiliate-stats {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}

table.affiliate-stats td {
	border: 1px solid #d7d7d7;
	padding: 6px;
}

table.affiliate-stats td.var {
	color: #888;
}

/* @end */

/* @group Tell a Friend */

.tell-a-friend {
	border: 2px solid #333;
	background-color: #fff;
	color: #666;
	padding: 18px;
}

.tell-a-friend form {
	padding: 0 0 0 36px;
}

.tell-a-friend  h1 {
	border-bottom: 1px solid #ccc;
	color: #222;
	font-size: 18px;
	margin: 0;
	padding: 0 0 6px;
}

.tell-a-friend  h2 {
	border-bottom: 1px dotted #ccc;
	color: #222;
	font-size: 12px;
	margin: 18px 0 9px;
}

.tell-a-friend  td.var {
	text-align: right;
	width: 130px;
}

.tell-a-friend td {
	font-size: 11px;
	vertical-align: top;
}

.tell-a-friend  label {
	color: #888;
	font-size: 11px;
}

.tell-a-friend  input.cat_textbox_small {
	height: 21px;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	font-size: 11px;
	width: 300px;
}

/* @end */

/* @group Favourites */

.favourite-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
	width: 260px;
}

.favrourite-registration input.cat_button {
	margin: 0 6px 0 0;
}


/* @end */

/* @group eCommerce Browse Panel */

.browse-panel {
	border: 1px solid #d7d7d7;
}

.browse-panel h5 {
	background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	margin: 0;
	padding: 9px;
}

.browse-panel h6 {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 9px;
}

.browse-panel ol {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 9px;
}

.browse-panel ol.browse-catalogue {
	border-bottom: none;
}

.browse-panel li {
	list-style: none;
	padding: 3px 9px;
}

.browse-panel li span {
	display: inline;
	font-weight: bold;
}

/* @end */

/* @group eCommerce Image Zoom Slider */

img.drag {
	position: relative;
	padding: 0.5em;
	/*margin: 0 0 0.5em 1.5em;*/
	margin: 0;
	cursor: move;
}
 
.slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc;
}
 
.slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}
 
.slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999;
}
 
#zoomcontainer{
    overflow: hidden;
    position: relative;
}

#zoomcontainer img{
    position: absolute;
}


/* @end */

/* @group Web Apps */

/*pagination*/
ul.pagination {
	margin: 0;
	padding: 0;
}

ul.pagination li {
	display: inline;
	list-style: none;
	margin: 0 2px;
}

/* @end */


.catProdAttributeTitle{
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
}
.catProdAttributeTitle, .catProdAttributeItem select{ display: none; }




.tabs{ border-bottom: 1px solid #E6E6E6; }
.tabs dd.active, .tabs .tab-title.active{ border-top: 2px solid #ED1C24; margin-top: -4px; height: auto; line-height: 27px; font-weight: bold; position: relative; }
.tabs dd a, .tabs .tab-title a{ border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; }
.tabs input{ margin: 0 !important; }

/* Order History
_____________________________________*/

#order-history { width: 100%;}
#order-history span { display: block; float: left;  }
#order-history span.col-1 { width: 50%; }
#order-history span.col-2 { width: 20%; }
#order-history span.col-3 { width: 10%; }
#order-history span.col-4 { width: 20%; }
#order-history li{ padding: 10px; }
#order-history li:nth-child(odd) { background: #eee; }

#order-history p, #order-history li { position: relative; overflow: hidden; clear: both; width: auto; }
#order-history p {  margin: 0;  font-weight: bold; }
#order-history ol { list-style: none; margin: 0; padding: 0; }

.hide{ display: none !important; }
#Amount{ border: none; outline: none; box-shadow: none; cursor: default; display: inline; width: auto; padding: 0; background-color: white; font-size: inherit; }
#products td{ font-size: 13px; }
#products .productitemcell{ height: 50px; }

.empty0 { display:none; }
.notEmpty1 { display:none; }

#cart-preview{
	background: #fff none repeat scroll 0 0;
    color: #333;
    padding-top: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 49px;
    min-width: 285px;
	-moz-transition:background-color 2s;
-webkit-transition:background-color 2s;
-o-transition:background-color 2s;
transition:background-color 2s;
}
#cart-preview h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#cart-preview .row { margin: 0;}
#cart-preview .quantity {
    /*display: inline-block;*/
    float: left;
    width: 50px;
}
#cart-preview .title {
    display: inline-block;
    width: calc(100% - 50px);
}
#cart-preview .title a {
    color: #464c4f;
    float: left;
    font-size: 14px;
    padding: 5px 0;
    text-align: left;
    text-transform: none;
}

#cart-preview input {
    background: #e9edf0 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #464c4f;
    font-size: 14px;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
}
.shopping-cart-preview {
    padding: 20px 25px;
}
#cart-preview .buy-now-btn {
    background: #9a9fa3 none repeat scroll 0 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    width: 100%;
}


#cart-box #cart-preview .header a{ color: #777 !important; }
#cart-preview .header{ font-size: 18px; }
#cart-preview.new{ background-color:#FFFBCC; }




.underdealer-1 .price,
.underdealer-1 .clprice,
.underdealer-1 .cltax,
.underdealer-1 .clcost,
.underdealer-1 .product-price,
.underdealer-1 .product-tax,
.underdealer-1 .product-total,
.underdealer-1 .opt-total,
.underdealer- .fordealer,
/*.underdealer-0 .fordealer,*/
.underdealer-1 .notfordealer{ display: none !important; }

.underdealer-1 .Clearance .price,
.underdealer-1 .Clearance .clprice,
.underdealer-1 .Clearance .cltax,
.underdealer-1 .Clearance .clcost,
.underdealer-1 .Clearance .product-price,
.underdealer-1 .Clearance .product-tax,
.underdealer-1 .Clearance .product-total,
.underdealer-1 .Clearance .opt-total{ display: block !important; }

.underdealer-1 .fordealer,
.iswholesaler-1 .isdealer{ display: inline !important; }

#logo{ position: relative; }
#dealer {
    color: #fff;
    float: right;
    height: 160px;
    position: relative;
    text-align: center;
    width: 225px;
    z-index: -1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
#dealer div {
    margin-bottom: 0;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
#dealer span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.5;
}
#enduser-logo{
	position: absolute;
	top: -26px;
	left: 180px;
	
	text-align: center;
	
	color: white;
	width: 250px;
	height: 100px;
	overflow: hidden;
	z-index: -1;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5em;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5em;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5em;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5em;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5em;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5em;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5em;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

/* =======================================================
            SECURE ZONE
======================================================= */
/* handle logged OUT state */
.isloggedin-0 .loggedin,
.isloggedin-0 .loggedin-inline{
  display:none !important;
}
.isloggedin-0 .loggedout{
  display:block !important;
}
/* handle logged IN state */
.isloggedin-1 .loggedin{
  display:block !important;
}
.isloggedin-1 .loggedin-inline{
  display:inline-block !important;
}
.isloggedin-1 .loggedout{
  display:none !important;
}
