@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;
}

/* Action Menu / Call Bar */
.mobile-action-menu {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 9999;
	border-top: 2px solid #F8F8F8
}
.mobile-action-menu ul {
	display: table;
	width: 100%;
	vertical-align: middle
}
.mobile-action-menu ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.mobile-action-menu ul li a {
	padding: 15px 5px;
	display: block;
	font-size: 26px;
	background: linear-gradient(#FFF, #EEE);
	transition: all .5s ease-in-out 0s
}
.mobile-action-menu ul li a:hover {
	background: linear-gradient(#EEE, #DDD)
}

/*Popdown*/
.popdown-wrapper .popdown-head,
.popdown-wrapper .popdown-foot,
.popdown-wrapper .popdown-body {
    background-color: #fff;
	padding: 20px;
}
.popdown-wrapper .popdown-head {
	background: #6A809D;
}
.popdown-wrapper .popdown-foot {
	background: #6A809D;
    padding: 15px 20px;
    border-radius: 0 0 6px 6px;
}
.popdown-wrapper .popdown-head h1 {
	font-size: 24px;
	margin: 0;
}

/*Product Box*/
.product-box > li .box .title a .co {
	display:block;
	font-size:12px;
	font-weight:300;
}

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

/*Cart Row*/
.cart-wrap {
	overflow:hidden;
	margin:0 0 20px;
}
.cart-row {
	margin: 5px 0;
}
.cart-row > .coltable {
    border: 2px solid #eee;
    border-radius: 4px;
}
.cart-row > .coltable > .col {
	box-sizing:border-box;
}
.cart-row > .coltable > .col.col-image {
    padding-right:25px;
	width:25%;
}
.cart-row > .coltable > .col.col-image img {
	width: 100%;
	vertical-align: top;
    border-right: 1px solid #eee;
}
.cart-row > .coltable > .col.col-info h2 {
	font-weight:400;
	font-size:20px;
    line-height: 22px;
	margin:0 0 5px;
}
.cart-row > .coltable > .col.col-info h2 a {
    color: #3D4255;
}
.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:center;
	padding:20px;
    width: 20%;
    border-left: 1px solid #eee;
}
.cart-row > .coltable > .col.col-price .price_ex,
.cart-row > .coltable > .col.col-price .price {
	color:#6A809D;
	font-size:20px;
	font-weight:300;
	margin:0;
}
.cart-row > .coltable > .col.col-price .price {
	font-weight:700;
}
.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;
}
.cart-row .cart-controls {
	border:1px solid #EEE;
	overflow:hidden;
	padding:5px;
	box-sizing:border-box;
	display:inline-block;
}
.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:7px;
	padding-right:5px;
}
.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;
	padding: 4px 10px;
	font-size: 14px;
}
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: 16px;
}
.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:20px;
	font-weight:300;
}
.payment-summary div.price.price-spacer {
	margin-top: 5px;
}
.payment-summary p.price.price-total {
	padding: 5px 0;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.payment-summary p.intro {
	font-weight:300;
	margin:0 0 10px;
}
.payment-summary p.tax {
	font-size:14px;
}
.payment-summary .intro {
	font-size: 20px;
}

/*Grid Table*/
.grid-table {
	width:100%;
	border:1px solid #EEE;
	background: #FFF;
	border-collapse:collapse;
}
.grid-table tr {
	position: relative;
}
.grid-table th,
.grid-table td {
	padding:10px;
	margin:0;
	border-bottom:1px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
}
.grid-table tr.grey-out th,
.grid-table tr.grey-out td {
	color:#999;
}
.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:#068ed0;
}

/*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-grey-light {
    border-color: #CCC;
    color: #CCC !important;
}
.opt.opt-warning {
	color:#DE7B00 !important;
	border-color:#DE7B00;
	background-color:#DE7B00;
}
.opt.opt-success {
	color:#66BF84 !important;
	border-color:#66BF84;
	background-color:#66BF84;
}
.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:300px 0 0;
	background-size:cover;
	background-position: center center;
	margin:0 0 40px;
	position: relative;
}
.news-header .news-intro {
	background-color:rgba(255,255,255,0.9);
	padding:20px 40px;
	border-bottom:4px solid #068ed0;
}
.news-header .news-intro h1,
.news-header .news-intro > *:last-child {
	margin:0;
	padding:0;
}
.news-header .news-intro.capsule-container .wrap {
	margin-top:23px;
	margin-right:20px;
}
.news-header .breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.7);
	border-bottom-right-radius: 5px;
}
.post-wrap.post-type-news .post-item h3 {
	min-height:70px;
}

/* ############################# */
/*         POST TYPE: PROJECT       */
/* ############################# */
.project-header {
	padding:300px 0 0;
	background-size:cover;
	background-position: center center;
	margin:0 0 40px;
	position: relative;
}
.project-header .project-intro {
	background-color:rgba(255,255,255,0.9);
	padding:20px 40px;
	border-bottom:4px solid #068ed0;
}
.project-header .project-intro h1,
.project-header .project-intro > *:last-child {
	margin:0;
	padding:0;
}
.project-header .project-intro.capsule-container .wrap {
	margin-top:23px;
	margin-right:20px;
}
.project-header .breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.7);
	border-bottom-right-radius: 5px;
}
.post-wrap.post-type-project .post-item h3 {
	min-height:70px;
}

/*Images*/
.image-wrap {
	position: relative;
}
.image-wrap img {
	padding:5px;
	border:1px solid #EEE;
	width:100%;
	vertical-align:top;
	transition:all 0.2s ease-in-out 0s;
}
.image-wrap img:hover {
	border-color:#068ed0;
}
.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-wrap .image-wrap-controls {
	position: absolute;
	top:0;
	right:0;
	padding-top: 10px;
	padding-right: 10px;
}

/*Image Container*/
.product-image-container {
	padding:10px;
	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:5px;
	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:#068ed0;
}
.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: 40px 0 0px;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    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: #337ab7;
    border-color: #337ab7;
    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;
}

/*Pagination Override*/
.pagination > li > a,
.pagination > li > span {
    border-radius: 100%;
    vertical-align: middle;
    background: none;
    border: 0px solid #e3e3e3;
    padding: 12px 3px;
    width: 30px;
    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: #068ed0;
}

.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: #068ed0;
    background-color: #068ed0;
}
.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 8px;
    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: #068ed0;
}

.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: 20px;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
	margin: 10px 0 0;
	transition:all 0.2s ease-in-out 0s;
}
.module-select.highlight {
	border-color:#068ed0;
}
.module-select:hover:not(.highlight) {
	border-color: #CCC;
}
.module-select h3 {
	margin:0;
	font-size: 22px;
}
.module-select .ms-html > *:last-child {
	margin: 0;
}
.module-select img.module-logo {
	max-width: 100%;
	max-height: 50px;
}

/* 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: Quick Order */
.pb-block.pb-block-type-product_quickorder .step-wrapper {
    background: #FFF;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .done {
	padding: 40px 20px;
	text-align: center;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .done *:last-child {
	margin: 0;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .step-head {
    background: #EEE;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .step-head .sh {
    display: inline-block;
    padding: 15px 20px;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .step-head .sh.current {
    background-color: #FFF;
    border-top-right-radius: 10px;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .form-block {
    border: none;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .form-block label.heading {
	margin: 0 0 10px;
}
.pb-block.pb-block-type-product_quickorder .stripe-wrapper {
	padding: 10px;
}
.pb-block.pb-block-type-product_quickorder .step-wrapper .step-block > .form-block {
	padding: 10px;
}

/* 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: #EEE;
}
.section-variant-2,
.row-container > .pb-section.section-variant-2 {
	background-color: #068ed0;
}
.section-variant-3,
.row-container > .pb-section.section-variant-3 {
	background-color: #D81C31;
}
.section-variant-4,
.row-container > .pb-section.section-variant-4 {
	background-color: #D07506;
}
.section-variant-5,
.row-container > .pb-section.section-variant-5 {
	background-color: #CCC61A;
}
.post-builder .pb-row {
    display: block;
    width: 100%;
}

/* 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: 30px;
	padding-bottom: 30px;
}
.row-container > .pb-section.section-pad-2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.row-container > .pb-section.section-pad-3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.row-container > .pb-section.section-pad-4 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.row-container > .pb-section.section-pad-5 {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Form Block */
.form-wrapper.field-stack .form-block .field {
	width: 100%;
}

/*Guessbox*/
.guessbox {
	position:absolute;
	background-color:#FFF;
	font-size:12px;
    overflow: hidden;
    transform: translateY(-4px);
    border-left: 2px solid #068ed0;
    border-right: 2px solid #068ed0;
	border-radius: 0px 0px 5px 5px;
    /*box-shadow: 0 6px 6px rgba(0,0,0,0.1), 0 15px 15px rgba(0,0,0,0.1);*/
    padding-top: 2px;
	z-index:9999;
	display:none;
    width: 100% !important;
}
.guessbox ul,
.guessbox ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.guessbox ul li {
	padding: 2px 6px;
	width: 100%;
}
.guessbox ul li:last-child {
	padding: 4px 0 0;
}
.guessbox ul li a {
	text-decoration:none;
}
.guessbox ul li .gb-product {
	overflow: hidden;
	display: block;
    padding: 1px 0;
}
.guessbox ul li .gb-product > .title,
.guessbox ul li .gb-product > img {
	display: inline-block;
	vertical-align: middle;
}
.guessbox ul li .gb-product > .title {
	color:#3D4255;
	font-size: 12px;
    line-height: 15px;
}
.guessbox ul li .gb-product > .title > span {
	font-size: 10px;
}
.guessbox ul li .gb-product img {
	width: 25%;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    /*filter: brightness(0.95);*/
}
.guessbox ul li .gb-product > .title {
	width: 75%;
	padding-left: 10px;
}

/*.guessbox ul li:hover {
	background-color: #f3f3f3;
}*/
.guessbox ul li a:hover .gb-product > .title {
	color: #7F8DA8;
}
.guessbox ul li a:hover .gb-product img {
	border-color: #c3c3c3;
    filter: brightness(1);
}

.guessbox ul li .button {
	border: none;
    padding: 12px 5px;
    font-size: 14px;
    box-shadow: inset -999px 0 0 #068ed0;
    background: linear-gradient(to right, #068ed0, #36B9EF, #068ed0);
}
.guessbox ul li .button i {
    margin-left: 3px;
	position: relative;
    font-size: 18px;
    top: 2px;
}
.guessbox ul li .button:hover {
	background: linear-gradient(to right, #068ed0, #36B9EF, #068ed0);
    box-shadow: inset -999px 0 0 rgba(6,142,208,0.00);
}
.guessbox ul li .button:hover i {
    animation: attention-icon 1.5s ease infinite;
    transform: translateX(0px);
}
@keyframes attention-icon {
    0% {transform: translateX(0px)}
    50% {transform: translateX(4px)}
    100% {transform: translateX(0px)}
}

.guessbox ul li span.no-result {
    padding: 6px 10px 8px;
    font-size: 14px;
    color: #6A809D;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #068ed0;
}

/* Media Queries */
@media screen and (max-width:1200px) {
	.row-container > .pb-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:1000px) {
    .pagination > li > a, .pagination > li > span {
        padding: 8px 7px;
        width: 33px;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        padding: 12px 13px;
        width: 45px;
        top: -4px;
    }
    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        padding: 8px 7px;
        width: 31px;
    }
}
@media screen and (max-width:767px) {
	.bt-list > li {
		width: 50%;
	}
}
@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) {
	.mobile-action-menu {
		display: block
	}
	.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%;
	}

    .pagination {
        position: relative;
        text-align: center;
    }
    .pagination > li {
        display: inline-block;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        position: absolute;
        top: auto;
        bottom: -50px;
        left: 50%;
        transform: translateX(-15%);
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        transform: translateX(-135%);
    }
}
