div.content-body {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-sizing: border-box;
}
div.content-body.full {
    display: block;
}
div.content-body.col1 {
    width: 80%;
}
div.content-body.col2 {
    width: 60%;
}
div.content-top {
    background-color: #b0c4dd;
}
div.content-top-inner {
    margin: 0 auto;
}
div.content-top .col.content-main {
    padding-right: 80px;
}
div.content-top img {
    width: 100%;
    max-width: 100%;
}
ul.product-box {
    display: block;
    list-style: none;
    overflow: hidden;
}
.product-box li {
    float: left;
    list-style: none outside none;
    width: 33%;
    box-sizing: border-box;
    padding: 5px;
}
.product-box li .box {
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out 0s;
}
.product-box li:hover .box {
    border-color: #9a9e83;
}
.product-box.stack li.block {
    width: 100%;
    float: none;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 2px solid #eee;
    overflow: hidden;
}
.product-box.stack li.block:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.product-box li .image {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.product-box li .info {
    width: 680px;
    float: left;
}
.product-box li img {
    vertical-align: top;
    width: 100%;
}
.product-box li .inner {
    padding: 8px;
    border: 1px solid #eee;
    transition: background-color 0.5s ease-in-out 0s, border-color 0.5s ease-in-out 0s;
    text-shadow: 0 1px 0 #fff;
}
.product-box li .inner p {
    margin: 0;
}
.product-box li:hover .inner {
    border-color: #ddd;
    background-color: #f4f4f4;
}
.product-box li p {
    margin: 0.3em 0;
    font-size: 14px;
    color: #333;
}
.product-box li ul li {
    font-size: 13px;
}
.product-box .title {
    margin-top: 10px;
    height: 68px;
    text-align: center;
    display: table;
    width: 100%;
}
.product-box .title a {
    font-size: 22px;
    font-family: "Exo 2", Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: -0.5px;
    display: table-cell;
    vertical-align: middle;
}
.product-box .price {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}
.product-box .title a:hover {
    text-decoration: underline;
}
.product-box .sub {
    font-weight: 600;
    font-size: 14px;
    color: #bbb;
}
.product-box .price_ex {
    font-size: 12px;
    color: #999;
    text-align: center;
    letter-spacing: -1px;
}
.product_box .feature {
    font-size: 12px;
    color: #7e98a9;
    letter-spacing: -1px;
}
.product-box div.options {
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    display: table;
    width: 100%;
}
.product-box div.options .options-add,
.product-box div.options .options-price {
    margin: 0;
    display: table-cell;
    width: 50%;
    font-weight: 700;
    padding: 12px 8px;
    color: #fff;
    font-weight: 300;
}
.product-box div.options .options-add {
    background-color: #2590e4;
	position: unset;
}
.product-box div.options .options-price {
    background-color: #1b75bb;
}
.product-box div.options .options-add a {
    text-decoration: none;
    color: #fff;
}
.product-box div.options .options-add a:hover {
    text-decoration: underline;
}
.product-box .out-of-stock {
    color: #c00;
    font-style: italic;
}
ul.product-gallery {
    list-style: none;
    overflow: hidden;
}
ul.product-gallery li {
    float: left;
    width: 75px;
    padding: 4px;
}
ul.product-gallery li img {
    width: 73px;
    border: 1px solid #fff;
}
div.breadcrumb {
    display: block;
    border-bottom: 2px solid #eee;
    font-size: 11px;
    color: #999;
    padding: 3px 0;
    margin-bottom: 5px;
}

.builder-head ul {
	list-style:none;
	display:table;
	width:100%;
}
.builder-head ul li {
	display:table-cell;
	width:25%;
	vertical-align:middle;
	background-color:#1b75bb;
}
.builder-head ul li a,
.builder-head ul li p {
	display:block;
	padding:12px 10px 10px;
	padding-right:20px;
	color:#999;
	font-weight:300;
	margin:0;
	background-color:#FFF;
	border:1px solid #DDD;
	border-left:none;
	transition:all 0.2s ease-in-out 0s;
}
.builder-head ul li a {
	text-decoration:none;
}
.builder-head ul li:first-child p,
.builder-head ul li:first-child a {
	border-left:1px solid #DDD;
}
.builder-head ul li.hover p,
.builder-head ul li.hover a,
.builder-head ul li.hover:hover p,
.builder-head ul li.hover:hover a {
	background-color:#1b75bb;
	border-color:#1b75bb;
	color:#FFF;
	box-shadow:none;
	text-shadow:none;
}
.builder-head ul li p:hover,
.builder-head ul li a:hover {
	background-color:#EEE;
	text-shadow:0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
}
.builder-body {
	border:1px solid #d9ebf0;
	background-color:#FFF;
	padding:10px;
	margin-bottom:15px;
}

/*Product Selector*/
.product-selector {
	border:1px solid #EEE;
}
.product-selector .product-sidebox {
	border-right:1px solid #EEE;
}
.product-selector .product-body {
	padding:10px;
}
.product-selector .product-body .list {
	height:300px;
	overflow-y:scroll;
	border:1px solid #DDD;
	margin-bottom:10px;
}
.product-selector .product-sidebox .ps-head {
	padding:10px;
	background-color:#0296b1;
	border-bottom-right-radius:5px;
	color:#FFF;
	font-weight:800;
}

/*Product BLock*/
.product-block {
	border:1px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
	position:relative;
}
.product-block .inner {
	padding:4px;
	text-align:center;
}
.product-block img {
	vertical-align:top;
	width:100%;
}
.product-block:hover {
	border-color:#FFF;
	box-shadow:0 0 10px #DDD;
}
.product-block .inner .add-bt {
	position:absolute;
	top:0;
	right:0;
}
.product-block .inner .price {
	font-size:12px;
	color:#999;
	margin:0;
}

/*DD*/
ul.dd li {
	list-style:none;
}
ul.dd li a {
	display:block;
	position:relative;
	padding:7px;
	border-top:1px solid #EEE;
	text-decoration:none;
	transition:all 0.3s ease-in-out 0s;
}
ul.dd li a .fa.arrow {
	position:absolute;
	top:10px;
	right:4px;
	font-size:10px;
	transition:all 0.3s ease-in-out 0s;
}
ul.dd ul.dd-child {
	display:none;
}
ul.dd ul.dd-child li a {
	padding-left:14px;
	background-color:#F8F8F8;
}
ul.dd li a:hover,
ul.dd ul.dd-child li a:hover {
	background-color:#00a6bf;
	color:#FFF;
}
ul.dd > li:last-child {
	border-bottom:1px solid #EEE;
}

/*Builder Footers*/
.builder-foot {
	margin-bottom:15px;
}
.builder-foot-order {
	border:2px solid #CCC;
	background-color:#FFF;
	padding:5px;
	border-bottom-left-radius:15px;
}
.builder-foot-summary {
	padding:5px;
	border:2px solid #0296b1;
	background-color:#0296b1;
	color:#FFF;
	vertical-align:middle !important;
}
.builder-foot-summary ul {
	margin:0;
}
.builder-foot-summary p {
	color:#FFF;
}

/*Cart Summary*/
.cart-summary li {
	padding:8px 5px;
	border-top:1px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
.cart-summary li.head,
.cart-summary li.head:hover {
	border-top:none;
	background-color:#EEE !important;
	color:#999;
}
.cart-summary li .total {
	text-align:right;
}
.cart-summary li .quantity {
	text-align:center;
}
.cart-summary li:hover {
	background-color:#F8F8F8;
}



/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
ul.spec-list li {
	padding:0 !important;
	margin:0 !important;
	display:table;
	width:100%;
}
ul.spec-list li p {
	display:table-cell;
	padding:5px 0;
}
ul.spec-list li p.value {
	width:60%;
}
ul.spec-list li p.label,
ul.spec-list li p.label a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
ul.spec-list li p.label span.date,
ul.spec-list li p.value span.date {
	float:right;
	font-weight:300;
	color:#000;
}
ul.spec-list li p.label.full,
ul.spec-list li p.value.full {
	width:100%;
}
ul.spec-list.small li p {
	font-size:12px;
	margin:5px 0;
}
ul.spec-list li.total {
	padding-top:10px;
	border-top:1px solid #FFF;
}
ul.spec-list li.total p {
	font-size:18px;
}

/*Forms*/
label {
	/*color:#00a6bf;*/
}
.form-block {
	overflow:hidden;
}
.form-block .field {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:5px;
}
.form-block .field.right, .form-block .field.right input {
	float:right;
}
.form-block.short .field {
	width:25%;
	min-width:25%;
}
.form-block.shorter .field {
	width:20%;
	min-width:20%;
}
.form-block.couple .field label {
	padding:10px 0;
	margin: 0;
}
.form-block.couple .field {
	text-align:center;
}
.form-block.long .field {
	width:75%;
}
.form-block .field input,
.form-block .field select,
.form-block .field textarea,
.form-block .field p,
.form-block .field label {
	display:block;
}
button.grey {
	background-color: #ccc;
	color:#000;
}
button.btn-small {
	padding: 10px;
	font-size:12px;
	border-radius:10px;
}
input.date-field {
	border-radius:10px;
}

/*Schedule
.schedule {
	border-collapse:collapse;
}
.schedule .time-row {
	border:1px solid #EEE;
	padding:5px;
}
.schedule .head {
	text-align:center;
	font-weight:800;
}
.schedule .head {
	color:#1b75bb;
	min-width:25%;
}
.schedule .time-row.space {
	padding:0;
}
.schedule .time-row.space > a,
.schedule .time-row.space > p,
.schedule .time-row.space > p .label,
.schedule .time-row.space > a .label {
	display:block;
	text-align:center;
	padding:5px;
	color:#999;
	font-weight:300;
	margin:0;
}
.schedule .time-row.space a .label,
.schedule .time-row.space p .label,
.schedule .time-row.space a.opt {
	display:inline-block;
}
.schedule .time-row.space.un > p,
.schedule .time-row.space.un a,
.schedule .time-row.space.un a:hover,
.schedule .time-row.space.un a .label,
.schedule .time-row.space.un a:hover .label {
	color:#CCC;
	background-color:#F8F8F8;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
}
.schedule .time-row.space.av a {
}
.schedule .time-row.space a:hover .label {
	color:#FFF;
}
.schedule .time-row.av a:hover,
.schedule .time-row.av a.check {
	text-decoration:none;
	color:#FFF;
	background-color:#6E972E;
	text-shadow:0 1px 0 #557f13;
}
.schedule .input-filter {
	max-width:250px;
	margin:0;
}
.schedule .input-filter input {
	font-weight:normal;
}*/

/*Schedule*/
.schedule {
	border-collapse:collapse;
}
.schedule .time-row {
	border:1px solid #EEE;
	padding:5px;
}
.schedule .time-row.sale-unpaid {
	background-color:#d9534f;
	color:#FFF;
	text-shadow:none;
}
.schedule .time-row.sale-unpaid.temp-res {
	background-color:#F0AD4E;
}
.schedule .time-row.sale-unpaid i,
.schedule .time-row.sale-unpaid span,
.schedule .time-row.sale-unpaid p,
.schedule .time-row.sale-unpaid a {
	color:#FFF !important;
	text-shadow:none;
}
.schedule .time-row.sale-paid {
	background-color:#5cb85c;
	color:#FFF;
	text-shadow:none;
}
.schedule .time-row.sale-paid i,
.schedule .time-row.sale-paid span,
.schedule .time-row.sale-paid p,
.schedule .time-row.sale-paid a {
	color:#FFF !important;
	text-shadow:none;
}
.schedule .head {
	text-align:center;
	font-weight:800;
	color:#1b75bb;
	min-width:25%;
}
.schedule .head h4 {
	font-size:16px;
}
.schedule .time-row.space {
	padding:0;
}
.schedule .time-row.space > a,
.schedule .time-row.space > p,.schedule .time-row.space > a > p,
.schedule .time-row.space > p .label,
.schedule .time-row.space > a .label,
.schedule .time-row.space a .label,
.schedule .time-row.space p .label {
	display:block;
	text-align:center;
	padding:5px;
	color:#999;
	font-weight:300;
	margin:0;
}
.schedule .time-row.space a .label,
.schedule .time-row.space p .label,
.schedule .time-row.space a.opt {
	display:inline-block;
}
.schedule .time-row.space.un > p,.schedule .time-row.space.un > a > p,
.schedule .time-row.space.un a,
.schedule .time-row.space.un a:hover,
.schedule .time-row.space.un a .label,
.schedule .time-row.space.un a:hover .label {
	color:#CCC;

	text-decoration:none;
	vertical-align:middle;
}
.schedule .time-row.space.un > p,.schedule .time-row.space.un > a {
	background-color:#F8F8F8;
}
.schedule .time-row.space.av a {
}
.schedule .time-row.space a:hover .label {
	color:#FFF;
}
.schedule .time-row.space.av a:hover, .schedule .time-row.space.un a:hover,
.schedule .time-row.space.av a.check, .schedule .time-row.space.un a.check,
.schedule .time-row.space.av a.check .label, .schedule .time-row.space.un a.check .label,
.space.av a.check, .space.un a.check {
	text-decoration:none;
	color:#FFF;
	background-color:#6E972E;
	text-shadow:0 1px 0 #557f13;
}
.schedule .time-row.space.un a:hover p {
	color:#FFF !important;
}
.schedule .input-filter {
	max-width:250px;
	margin:0;
}
.schedule .input-filter input {
	font-weight:normal;
}
.schedule .head {
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #EEE;
}
.schedule .time-row {
	height:30px;
	box-sizing:border-box;
	font-weight:300;
	font-size:14px;
	line-height:14px;
	border:1px solid #EEE;
	vertical-align:middle;
	position:relative;
}
.schedule .time-row > a {
	height:inherit;
	box-sizing:border-box;
	vertical-align:middle;
}
.schedule .time-row > .col {
	vertical-align:middle;
}
.schedule .time-row > .col > p {
	margin:0;
}
.schedule .time-row > .col.option-link {
	padding-right:10px;
	box-sizing:border-box;
}
.schedule .time-row .bt-close-session {
	background:none;
	border:1px solid #CCC;
	color:#DDD;
	padding:1px 3px 2px;
	text-align:center;
	font-size:12px;
	border-radius:10px;
	transition:all 0.2s ease-in-out 0s;
}
.schedule .time-row .bt-close-session:hover {
	color:#FFF;
	background-color:#d9534f;
	border-color:#d9534f;
}
.schedule .coltable.col1 .col.room {
	width:100%;
}
.schedule .coltable.col2 .col.room {
	width:50%;
}
.schedule .coltable.col3 .col.room {
	width:33.4%;
}
.schedule .coltable.col4 .col.room {
	width:25%;
}
.schedule .coltable.col5 .col.room {
	width:20%;
}
.schedule .coltable.col6 .col.room {
	width:16.7%;
}
.schedule .coltable.col7 .col.room {
	width:14.3%;
}
.schedule .time-row .bo-selector {
	display:inline-block;
}
a[title].bo-selector:hover:after {
	right:-120px;
	bottom:0px;
}
.schedule .time-row.spacer5 {
	height:5px;
}
.schedule .time-row.spacer10 {
	height:10px;
}
.schedule .time-row.spacer15 {
	height:15px;
}
.schedule .time-row.spacer20 {
	height:20px;
}
.schedule .time-row.spacer25 {
	height:25px;
}
.schedule .time-row.spacer30 {
	height:30px;
}
.schedule .time-row.spacer35 {
	height:35px;
}
.schedule .time-row.spacer40 {
	height:40px;
}
.schedule .time-row.spacer45 {
	height:45px;
}
.schedule .time-row.spacer50 {
	height:50px;
}
.schedule .time-row.spacer55 {
	height:55px;
}
.schedule .time-row.spacer60 {
	height:60px;
}
.schedule .time-row.spacer65 {
	height:65px;
}
.schedule .time-row.spacer70 {
	height:70px;
}
.schedule .time-row.spacer75 {
	height:75px;
}
.schedule .time-row.spacer80 {
	height:80px;
}
.schedule .time-row.spacer85 {
	height:85px;
}
.schedule .time-row.spacer90 {
	height:90px;
}
.schedule .time-row.spacer95 {
	height:95px;
}
.schedule .time-row.spacer100 {
	height:100px;
}
.schedule .time-row.spacer105 {
	height:105px;
}
.schedule .time-row.spacer110 {
	height:110px;
}
.schedule .time-row.spacer115 {
	height:115px;
}
.schedule .time-row.spacer120 {
	height:120px;
}

/* HOVER STYLES */
.schedule .col.room .head div.pop-up {
  display: none;
  position: absolute;
  width: 280px;
  padding: 10px;
  background: #FFF;
  color: #000000;
  border: 1px solid #EEE;
  font-size: 90%;
  z-index: 999;
  font-weight:400;
  box-shadow:5px 5px 2px rgba(0,0,0,0.3);
}

hr.small {
	width: 50%;
    margin: 15px auto;
}

#sec-code {
	display: none;
}

.schedule .time-row.grey {
	background-color: #f8f8f8;
}

.schedule .time-row.bord-active-top {
	border-top-color: #5BC0DE;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-width: 2px;
}
.schedule .time-row.bord-active-bot {
	border-bottom-color: #5BC0DE;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-width: 2px;
}
.schedule .time-row.bord-active-side {
	border-left-color: #5BC0DE;
	border-right-color: #5BC0DE;
	border-left-width: 2px;
	border-right-width: 2px;
}

.plan-box-wrapper .col {
    padding-top: 0 !important;
}
.plan-box-wrapper .plan-head {
    color: #fff;
    border: 2px solid #db8b00;
    background-color: #db8b00;
    padding: 5px 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.plan-box-wrapper .plan-head.standard {
    border-color: #00bfdb;
    background-color: #00bfdb;
}
.plan-box-wrapper .plan-head.trial {
    border-color: #0eb606;
    background-color: #0eb606;
}
.plan-box-wrapper .plan-box .note {
    font-size: 14px;
    color: #999 !important;
}
.plan-box .col {
    text-align: center;
}
.plan-box-wrapper .plan-box .col:first-child {
    padding-left: 0;
}
.plan-box-wrapper .plan-box .col:last-child {
    padding-right: 0;
}
.plan-box .box-inner {
    padding: 10px;
    border: 1px solid #eee;
    border-top: none;
    transition: all 0.2s ease-in-out 0s;
    min-height: 270px;
    vertical-align: middle;
}
.plan-box-wrapper.less-height .plan-box .box-inner {
    min-height: 200px;
}
.plan-box .box-inner.no-height {
    min-height: auto;
}
.plan-box .box-inner.extra {
    min-height: 0;
}
.plan-box .box-inner:hover {
    border-color: #ccc;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.plan-box .box-inner h2 {
    font-size: 22px;
}
.plan-box .box-inner h3 s {
    font-weight: 500;
}
.plan-box .box-inner .button {
    font-size: 14px;
}
.plan-box .box-inner ul,
.plan-box .box-inner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 13px;
}
.plan-box .box-inner ul.text-center,
.plan-box .box-inner ul.text-center li {
    text-align: center;
}
.plan-box .box-inner ul {
    margin-top: 5px;
}
.plan-box .box-inner ul li {
    padding: 5px 0;
    border-top: 1px solid #eee;
    color: #999;
    transition: all 0.2s ease-in-out 0s;
}
.plan-box .box-inner ul li:hover {
    color: #1b75bb;
}

.sidebox-container {
    width: 20%;
    display: table-cell;
    padding: 10px 10px 0 0;
    vertical-align: top;
    box-sizing: border-box;
}
.sidebox-container.right {
    padding: 10px 0 0 10px;
}
.sidebox {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.sidebox .full-span {
    width: 180px;
}
.sidebox_bdy {
    border: 1px solid #fff;
    padding: 5px;
    background-color: #f8f8f8;
}
.sidebox_bdy.red {
    background-color: #c00;
    color: #fff;
}
.sidebox_bdy.red h2 {
    color: #fff;
}
.sidebox_bdy.basket label {
    margin-top: 5px;
    display: block;
}
.sidebox_top {
    font-size: 14px;
    font-weight: 400;
    color: #1b75bb;
    font-size: 16px;
    text-align: left;
    padding: 4px 5px;
    letter-spacing: -1px;
    font-family: "Exo 2", "Open Sans", sans-serif;
}
.sidebox_bdy #product_title {
    font-size: 28px;
    letter-spacing: -1px;
    font-style: italic;
}
.sidebox_bdy .sidebox_product_button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ddd;
    padding: 3px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 12px;
    color: #5e7280;
    margin-top: 3px;
}
.sidebox_bdy .sidebox_product_button:hover {
    border-color: #bbb;
    position: relative;
    top: 1px;
}
.sidebox_bdy ul.options {
    list-style: none;
    margin: 0 auto;
}
.sidebox_bdy ul.options li {
    list-style: none;
}
.sidebox_bdy ul.options li a {
    border-top: 1px solid #fff;
    font-size: 14px;
    padding: 7px 4px 6px;
    display: block;
    text-decoration: none;
    color: #000;
}
.sidebox_bdy ul.options li a:hover {
    color: #fff;
    background-color: #1b75bb;
}
.sidebox_bdy ul.options li a:active {
    position: relative;
    top: 1px;
}
.sidebox_bdy ul.options.mini li a {
    font-size: 12px;
}
.sidebox_bdy ul.options.center li a {
    text-align: center;
}
.sidebox input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
}
.sidebox_top .js-toggle {
    position: absolute;
    display: none;
}
.sidebox_top .js-toggle.toggled i,
.sidebox_top.toggled .js-toggle i {
    transition: all 0.2s ease;
}
.sidebox_top .js-toggle.toggled i,
.sidebox_top.toggled .js-toggle i {
    transform: rotate(-180deg);
}
.sidebox_top .js-toggle:hover {
    color: #068ed0;
}
.sidebox_top .js-toggle {
    right: 10px;
    top: 1px;
}

.subscribe-sbox {
    background-color: #c33;
    vertical-align: top;
    padding: 10px;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.subscribe-sbox a,
.subscribe-sbox h2,
.subscribe-sbox h3,
.subscribe-sbox p {
    color: #fff;
    border-color: #fff;
}
.subscribe-sbox:hover {
    box-shadow: inset 0 0 15px #000;
}

@media screen and (max-width: 800px) {
	.sidebox input[type="password"],
    .sidebox input[type="text"],
    .sidebox textarea {
        width: 100%;
        padding: 10px 0;
    }
	.sidebox_bdy ul.options li a {
        font-size: 12px;
        padding: 4px 7px;
    }
    .sidebox_top {
        font-size: 16px;
    }
    .sidebox-container,
    div.content-body {
        width: 100%;
        display: block;
    }
	.sidebox-container .sidebox.collapse .sidebox_bdy {
        display: none;
    }
    .sidebox.collapse .sidebox_top {
        cursor: pointer;
    }
    .sidebox.collapse .sidebox_top .js-toggle {
        transition: all 0.2s ease;
        display: block;
        font-size: 20px;
        color: #a7b4c6;
    }
    .sidebox.collapse .sidebox_top .js-toggle i {
        font-weight: 500;
    }
    .sidebox.collapse .sidebox_top .js-toggle,
    .sidebox.collapse .sidebox_top:hover .js-toggle {
        color: #3d4255;
    }
	.product-box li {
        box-shadow: none;
        border-color: #eee;
        margin: 0;
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }
    .product-box li .title a {
        font-size: 16px;
    }
    .product-box li .sub-title {
        font-size: 11px;
        min-height: 30px;
    }
	.product-box li {
        width: 33%;
    }
    div.content-body.col2 {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
	.schedule .head {
		font-size:12px;
	}
	.schedule .head h4 .fa {
		display:none;
	}
	.plan-box .box-inner {
        min-height: 0;
    }
	.product-box li .sub-title {
        font-size: 10px;
    }
	.product-box div.options {
        font-size: 12px;
    }
	.product-box li {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
	.builder-head ul li a,
	.builder-head ul li p {
		padding-right:0;
	}
	.schedule .coltable .col {
		display:table-cell !important;
		width:inherit !important;
	}
	.schedule .head {
		font-size:10px;
		letter-spacing:-0.5px;
		white-space:nowrap;
	}
	.schedule .time-row, .schedule .time-row a, .schedule .time-row p, .schedule .time-row .label {
		font-size:9px !important;
	}
	.schedule .time-row .fa {
		display:none;
	}
	.form-block.couple .field label {
		padding: 0;
	}
    .builder-body .coltable.float-option .col {
        text-align: center;
    }
	.content-body,
    .sidebox-container {
        display: block;
        width: 100%;
    }
    .sidebox-container {
        padding: 10px 0 !important;
    }
	.product-box li {
        width: 100%;
    }
    .product-box li .title {
        height: auto;
    }
}
