@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/* Button List */
.bt-list {
	overflow:hidden;
}
.bt-list > li > .button {
	display:block;
	text-align:center;
	width:100%;
}
.bt-list > li {
	margin:0 !important;
	list-style:none;
	float:left;
	box-sizing:border-box;
	width:25%;
	padding:10px;
}

/*Popdown*/
.popdown-wrapper .popdown-head,
.popdown-wrapper .popdown-foot,
.popdown-wrapper .popdown-body {
	padding: 15px;
}
.popdown-wrapper .popdown-head {
	border-bottom: 1px solid #DDD;
	background: #EEE;
}
.popdown-wrapper .popdown-foot {
	border-top: 1px solid #FFF;
	background: #4071D3;
}
.popdown-wrapper .popdown-head h1 {
	font-size: 24px;
	margin: 0;
}
.popdown-wrapper .popdown-foot .button {
	background-color:#5cb85c;
	border-color:#5cb85c;
	font-size: 14px;
	color: #FFF;
}
.popdown-wrapper .popdown-foot .button.bt-outline {
	background: none;
	padding-right: 20px;
	padding-left: 0;
	border: none;
	color: #FFF;
}
.popdown-wrapper .popdown-foot .button:hover {
	background-color:#FFF;
	border-color:#FFF;
	color:#76AB00 !important;
}
.popdown-wrapper .popdown-foot .button.bt-outline:hover {
	background: none !important;
}

/*Product Box*/
.product-box > li .box .title a,
.product-single-wrapper .box .title a {
	text-decoration:none;
	color:#000;
	font-size: 18px;
    display: table;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.product-box > li .box .title a .co,
.product-single-wrapper .box .title a .co {
	display:block;
	font-size:12px;
	font-weight:300;
}
.product-box > li .box .options,
.product-single-wrapper .box .options {
	text-align: left;
}

.product-single-wrapper .box {
    border: none;
    padding: 0;
}

/*Breadcrumb*/
.breadcrumb {
	font-size:12px;
	color:#121070;
}
.breadcrumb a {
	color:#121070;
}
.breadcrumb .divide,
.breadcrumb em {
	color:#CCC;
	padding:0 4px;
}

/*Cart Row*/
.cart-wrap {
	overflow:hidden;
	margin:0 0 20px;
}
.cart-row {
	border-bottom:1px solid #e3e3e3;
}
.cart-row > .coltable {
    padding: 15px 0;
}
.cart-row > .coltable > .col {
	box-sizing:border-box;
}
.cart-row > .coltable > .col.col-image {
	padding-right:20px;
	width:200px;
}
.cart-row > .coltable > .col.col-image img {
	width: 100%;
	vertical-align: top;
}
.cart-row > .coltable > .col.col-info h2 {
	font-weight:300;
	font-size:22px;
	margin:0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.cart-row > .coltable > .col.col-info .remove {
	color:#999;
	font-size:14px;
	position:relative;
	top:-3px;
	transition:all 0.2s ease-in-out 0s;
}
.cart-row > .coltable > .col.col-info .remove:hover {
	color:#C00;
}
.cart-row > .coltable > .col.col-price {
	text-align:right;
}
.cart-row > .coltable > .col.col-price .price_ex,
.cart-row > .coltable > .col.col-price .price {
	color:#999;
	font-size:28px;
	font-weight:300;
    white-space: nowrap;
	margin:0;
}
.cart-row > .coltable > .col.col-price .price {
	font-weight:400;
}
.cart-row > .coltable > .col.col-price .price_ex .each {
	font-size:14px;
	font-weight:800;
}
.cart-row .sub {
	color:#AAA;
	font-size:12px;
	margin:0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
/*Cart*/
.cart-row .cart-controls {
	border:1px solid #EEE;
	overflow:hidden;
	padding:5px;
	box-sizing:border-box;
	display: inline-block;
    vertical-align: middle;
}
.cart-row .cart-controls .button {
	margin: 0 !important;
}
.cart-row .cart-controls .field {
	float:left;
	padding-left:5px;
}
.cart-row .cart-controls .field:first-child {
	padding-left:0;
}
.cart-row .cart-controls .field.field-qty {
	overflow:hidden;
}
.cart-row .cart-controls .field.field-qty label {
	padding-top:5px;
	padding-right:10px;
}
.cart-row .cart-controls .field.field-qty label,
.cart-row .cart-controls .field.field-qty input {
	float:left;
	width:auto;
}
.cart-row .cart-controls .field.field-qty input {
	width:50px;
	padding:6px 4px;
	text-align:center;
}
.cart-row .cart-controls .field .button {
	display:block;
}
.cart-row .cart-controls {
	display: inline-block;
	border: none;
	border-radius: 0px;
	vertical-align: middle;
	padding: 0px;
	padding-left: 10px;
	margin-top: 0px;
}
.cart-row .cart-controls .field .button {
	padding: 6px 14px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 300;
}
.cart-row .cart-controls .field.field-qty input {
    border-color: #ddd;
	border-radius: 0px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	width: 50px;
	padding: 5px 10px;
}
.cart-row .cart-controls .field.field-update .button {
	background-color: #fff;
	border-color: #aaa;
	color: #aaa;
	font-weight: 400;
}
.cart-row .cart-controls .field.field-remove .button {
	background-color: #D66C55;
	border-color: #D66C55;
	color: #fff;
	font-weight: 400;
}
.cart-row .cart-controls .field.field-update .button:hover {background-color: #fff !important; border-color: #121070 !important; color: #121070 !important;}
.cart-row .cart-controls .field.field-remove .button:hover {background-color: #fff !important; border-color: #DB3527 !important; color: #DB3527 !important;}
body.zulu-checkout_summary .cart-row > .coltable > .col.col-image {
	width: 15%;
}
body.zulu-checkout_summary .cart-row .input-labels {
	display: none;
}
body.zulu-checkout_summary .cart-row > .coltable > .col.col-price .price_ex, .cart-row > .coltable > .col.col-price .price {
	font-size: 20px;
}
.payment-summary {
	margin:0 0 20px;
	padding:20px;
	box-sizing:border-box;
}
.payment-summary p {
	margin:0;
	color:#FFF;
}
.payment-summary p.price {
	font-size:28px;
	font-weight:300;
}
.payment-summary p.intro {
	font-weight:300;
	margin:0 0 10px;
}
.payment-summary p.tax {
	font-size:14px;
}
.payment-summary .intro {
	font-size: 20px;
}
.payment-summary .button {
	background:none;
	border:1px solid #FFF;
}
.payment-summary .button:hover {
	background-color:#FFF;
	color:#121070;
	text-decoration:none;
}

/*Grid Table*/
.grid-table {
	width:100%;
	border:1px solid #EEE;
	border-collapse:collapse;
}
.grid-table tr {
	position: relative;
}
.grid-table td {
	padding:10px;
	margin:0;
	border-bottom:1px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
}
.grid-table thead {
	background-color:#F8F8F8;
}
.grid-table thead td {
	color:#999;
}
.grid-table thead td {
	border-top:1px solid #EEE;
}
.grid-table tbody tr:nth-child(even) td {
	background-color:#FCFCFC;
}
.grid-table tbody tr:hover td {
	background-color:#F8F8F8;
}
.grid-table tbody tr.sub-row td {
	font-size: 12px;
}
.grid-table td.price {
	min-width:70px;
}
.grid-table tbody > tr.top-bord > td,
.grid-table thead > tr.top-bord > td {
	border-top: 4px solid #DDD;
}
.grid-table td.bt {
	
}
.grid-table tr.toggled > td {
	background-color: #DDD !important;
}
.grid-table p {
	margin:0;
}
.table-row-overlay {
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	background-color: #EEE;
	padding: 10px;
	box-sizing: border-box;
	z-index: 100;
	display: none;
}
.table-row-overlay .form-block {
	padding: 0;
	border: none;
}
.table-row-overlay.tro-success {
	background-color:#5cb85c;
}
.table-row-overlay.tro-success label,
.table-row-overlay.tro-success p {
	color: #FFF;
}

/*Calendar*/
.form-block.calendar-filter .field {
	width:150px;
}
.form-block.calendar-filter .field.form-head {
	width:auto;
}
.form-block.calendar-filter .field.form-head label {
	font-weight:300;
	color:#121070;
}

/*Calendar Event Head*/
.coltable.c-event-head .c-image {
	width:20%;
}
.coltable.c-event-head .col:last-child {
	padding-left:40px;
}

/*Opt*/
.opt:not(.opt-badge) {
	background:none !important;
}
.opt.opt-danger {
	color:#c00 !important;
	border-color:#B3222A;
	background-color:#B3222A;
}
.opt.opt-grey {
	color:#999 !important;
	border-color:#CCC;
	background-color:#CCC;
}
.opt.opt-warning {
	color:#DE7B00 !important;
	border-color:#DE7B00;
	background-color:#DE7B00;
}
.opt.opt-success {
	color:#5cb85c !important;
	border-color:#5cb85c;
	background-color:#5cb85c;
}
.opt.opt-primary {
	color:#337ab7 !important;
	border-color:#337ab7;
	background-color:#337ab7;
}
.opt.opt-bord {
	border-width:1px;
	border-style:solid;
	padding:5px 14px 6px;
	border-radius:0px;
}
.opt a,
.opt .fa {
	color:inherit;
	transition:all 0.2s ease-in-out 0s;
}
.opt a:hover {
	color:#000;
}
.opt.opt-badge {
	color:#FFF !important;
	border:none !important;
	padding:5px 14px 6px;
}

/* ############################# */
/*         POST TYPE: NEWS       */
/* ############################# */
.news-header {
	padding:350px 0 0;
	background-size:cover;
	background-position: center center;
	margin:0 0 10px;
	position: relative;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.news-header .news-intro {
	background-color:rgba(255,255,255,0.9);
    border-top: 1px solid #e3e3e3;
	padding:20px 25px;
}
.news-header .news-intro h1 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.news-header .news-intro h1,
.news-header .news-intro > *:last-child {
	margin:0;
	padding:0;
}
.news-header .breadcrumb {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-bottom-left-radius: 10px;
}
.post-wrap.post-type-news .post-item h3 {
	min-height:70px;
}

.post-content.page-news-content {
    padding: 40px 0;
}

/*Images*/
.image-wrap img {
    border: 1px solid #e3e3e3;
	width:100%;
	vertical-align:top;
	transition:all 0.2s ease-in-out 0s;
}
.image-wrap img:hover {
	border-color:#121070;	
}
.image-container {
	overflow:hidden;
	margin:0 0 20px;
}
.image-container .col {
	width:50%;
	float:left;
	padding:5px;
	box-sizing:border-box;
}
.image-container.sort .col {
	cursor:move;
}

/*Image Container*/
.product-image-container {
	padding:0px;
	transition:all 0.2s ease-in-out 0s;
	box-shadow:0 5px 10px rgba(0,0,0,0.3);
	background-color:#FFF;
}
.product-image-container .main-link {
	padding:0px;
	display:block;
}
.product-image-container img.main {
	border:1px solid #EEE;
	width:100% !important;
	transition:all 0.2s ease-in-out 0s;
}
.product-image-container img.main:hover {
	border-color:#121070;	
}
.product-image-container .image-container.gallery {
	padding:0;
	margin:0;
}
.product-badge {
	width:98px;
	height:98px;
	position:absolute;
	top:-4px;
	left:-4px;
	text-indent:-9999px;
}
.product-badge.special {
	background-image:url(images/bnr-special.png);
}
.product-badge.new {
	background-image:url(images/bnr-new.png);
}

/*Pagination*/
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #121070;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #121070;
    border-color:#121070;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:focus, .pager li > a:hover {
    background-color: #eee;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/*Pagination Override*/
.pagination > li > a, 
.pagination > li > span {
    border-radius: 100%;
    vertical-align: middle;
    background: none;
    border: 0px solid #e3e3e3;  
    width: 39px;
    padding: 12px 11px;
    text-align: center;
    margin: 2px;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    color: #354155;
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
    /*background: #F8F9FB;
    border-color: #354155;*/
    color: #121070;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    width: 39px;
    padding: 12px 11px;
    border-color: #121070;
    background-color: #121070;
}
.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover {
    background: none;
    border: none;
    color: #aaa !important;
}
.pagination > li.disabled:first-child > a, 
.pagination > li.disabled:first-child > a:focus, 
.pagination > li.disabled:first-child > a:hover, 
.pagination > li.disabled:first-child > span, 
.pagination > li.disabled:first-child > span:focus, 
.pagination > li.disabled:first-child > span:hover,
.pagination > li.disabled:last-child > a, 
.pagination > li.disabled:last-child > a:focus, 
.pagination > li.disabled:last-child > a:hover, 
.pagination > li.disabled:last-child > span, 
.pagination > li.disabled:last-child > span:focus, 
.pagination > li.disabled:last-child > span:hover{
    border: 2px solid #e3e3e3 !important;  
    background-color: #f3f3f3 !important;
    color: #aaa !important;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    background: #fff;
    border: 2px solid #e3e3e3;
    letter-spacing: 2px;
    border-radius: 100%;
    padding: 13px 10px;
    width: 48px;
    font-size: 18px;
    margin: 0 12px;
    position: relative;
    top: -3px;
}
.pagination > li:first-child > a:hover, 
.pagination > li:first-child > a:focus,
.pagination > li:last-child > a:hover, 
.pagination > li:last-child > a:focus {
    border-color: #121070;
}

.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:focus, .pager li > a:hover {
    background-color: #eee;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/* Module Select */
.module-select {
	padding: 10px;
	border: 2px solid #EEE;
	cursor: pointer;
	margin: 10px 0 0;
	transition:all 0.2s ease-in-out 0s;
	border-radius: 10px;
}
.module-select.highlight {
	border-color:#121070;
}
.module-select:hover:not(.highlight) {
	border-color: #CCC;
}
.module-select h3 {
	margin:0;
	font-size: 18px;
}
.module-select p {
	margin: 0;
}

/* Schedule View */
.grid-table tbody tr.schedule-day-sub-row td.time {
	font-size: 12px;
	color: #999;
}

/* Post Builder: BLOCK TYPES */
.pb-block.pb-block-type-image .pb-block-content img {
	width: 100%;
	vertical-align: top;
}

/* Post Builder: MASTER */
.row-container > .pb-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.row-container > .pb-section > .frame,
.row-container > .pb-section > .frame.frame-master {
	padding: 0;
}
.section-variant-1,
.row-container > .pb-section.section-variant-1 {
	background-color: #E8ECEF;
}
.section-variant-2,
.row-container > .pb-section.section-variant-2 {
	background-color: #121070;
}
.section-variant-3,
.row-container > .pb-section.section-variant-3 {
	background-color: #E8ECEF;
    box-shadow:inset 0 -9999px 0 rgba(232,236,239,0.90);
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/paint-texture.jpg");
    background-position: center;
    background-size: cover;
}
.section-variant-4,
.row-container > .pb-section.section-variant-4 {
    background-color: #121070;
    box-shadow:inset 0 -9999px 0 rgba(18,16,112,0.85);
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/paint-texture.jpg");
    background-position: center;
    background-size: cover;
}
.section-variant-5,
.row-container > .pb-section.section-variant-5 {
    background-color: #0D111B;
	box-shadow:inset 0 -9999px 0 rgba(13,17,27,0.85);
    background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/bg-paint-gradient.jpg");
    background-position: center;
    background-size: cover;
}

.section-variant-2 p,
.row-container > .pb-section.section-variant-2 p {
	color: #fff;
}

/* Post Builder: PADDING */
.row-container > .pb-section.section-pad-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.row-container > .pb-section.section-pad-1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.row-container > .pb-section.section-pad-2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.row-container > .pb-section.section-pad-3 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.row-container > .pb-section.section-pad-4 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.row-container > .pb-section.section-pad-5 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Media Queries */
@media screen and (max-width:1200px) {
	.row-container > .pb-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:900px) { 
    .row-container > .pb-section.section-pad-1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .row-container > .pb-section.section-pad-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row-container > .pb-section.section-pad-3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row-container > .pb-section.section-pad-4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .row-container > .pb-section.section-pad-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width:767px) { 
	.bt-list > li {
		width: 50%;
	}
    
    .cart-row > .coltable > .col.col-image {
        width: 160px;
    }
}
@media screen and (max-width:767px) { /* Bootstrap SM collapse */
	.row-container .pb-block > .pb-block-content {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:600px) {
	.payment-summary .intro {
		font-size: 22px;
	}
	.payment-summary {
		text-align:center;
	}
	.payment-summary .button {
		display: inline-block;
		width: 100%;
		padding: 20px 0;
		font-size: 18px;
	}
	.payment-summary .col-opt {
		padding: 0 0 10px;
	}
	.payment-summary .col-sum {
		padding: 10px 0 0;
	}
	.bt-list > li {
		width: 100%;
	}
}