@import url("fontawesome-all.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

/*
	Verti by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	border: 0;
	font-size: 100%;
	font: inherit;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	/* -moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none; */
	font-family: 'Montserrat', sans-serif;
}

.alert { padding: 10px; text-align: center;  margin: 10px auto 10px; }
.alert-danger { background: #ffcaca; }
.alert-success { background: #c4ffc8; }


.modal {height: auto; overflow: hidden; }
.modal-body {height: 500px; overflow: hidden; border: 1px solid #ddd; padding:1em 0 1em 1em; overflow-x: hidden }

.modal-body label, .modal-body h2, .modal-body h3, .modal-body h4 { font-size: 75%!important; }
.modal-body p { font-size: 13px!important; }

.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:relative;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		/* background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-color: #f7f7f7;
		background-position: top left, top left;
		background-repeat: repeat-x, repeat;
		background-size: 100% 30em, auto; */
		font-family: 'Montserrat', sans-serif!important;
		font-size: 13pt;
		color: #000;
		font-weight: 300;
		line-height: 2em;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, select, textarea {
		font-family: 'Montserrat', sans-serif;
		font-size: 13pt;
		color: #696969;
		font-weight: 300;
		line-height: 2.25em;
	}

	a {
		text-decoration: none;
		color: #4fbfef;
	}

		a:hover {
			text-decoration: underline;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-weight: 400;
		line-height: 1.5;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			font-family: 'Montserrat', sans-serif;
			outline: 0;
		}

	h2 {
		font-size: 2.1em;
		font-family: 'Montserrat', sans-serif;
		margin: 0 0 1em 0;
		line-height: 1.2em;
	}
	
	h2.btmline {
		font-size: 2.2em;
		margin: 0 0 1em 0;
		line-height: 1.6em;
		position: relative;
    	overflow: hidden;
	}
	
	h2.btmline:before{
			content: "";
			top: 90%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 4px;
			width: 5.5%;
			position: absolute;
			background: #ffa801;
			margin-top: 2px;
		}

	h3 {
		font-size: 1.2em;
		margin: 0 0 5px 0;
		font-weight: 500;
		color: #000;
	}

	b, strong {
		font-weight: 600;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #eee;
	}

	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
		font-weight: normal;
		line-height: 1.6;
	}
	

	.text-right { text-align: right!important;}
	.text-center { text-align: center!important;}
	.text-left { text-align: left!important;}
	.text-black { color: rgba(0, 0, 0, 1)!important; }
	.text-white { color: rgba(255, 255, 255, 1)!important; }
	.text-black-50 { color: rgba(0,0,0,0.5); }
	.text-blue { color: #1450b4!important; margin: 0 0 0.5em 0!important; }
	.w-100 { width: 100%!important; }
	.sml-or-font{ font-size: 16px!important; }
	
	.middle-column { font-weight: 400;}
	.middle-column div.step-description {
	    border-left: solid 1px #d7d7d7;
    	border-right: solid 1px #d7d7d7;
		padding: 0 1em;
		line-height: 1.5;
	}
	
	.msgstick { background-color: #6ac8ff;
    background-image: url(../images/superfastmailoutstep3.svg);
    background-size: 20%;
    padding: 1.7em;
    font-weight: 300;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 65% 25%; }
    
    .msgstick span{ background: #1e6790; padding: 0 4px; }
	
	
/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 95%;
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: 90%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 100%;
			}

		}


table.resp-table { 
	width: auto; 
	border-collapse:collapse; 
	margin:0px auto;
	border: 0;
	}

table.noborder th, table.noborder td { border:0px!important; }
table label{margin-top: 0!important;}

/* Zebra striping */
table.resp-table tr:nth-of-type(odd) { 
	background: #fff; 
	}

table.resp-table th { 
	border-top: 1px solid #3498db;
	border-bottom: 1px solid #3498db;
	background: #fff;
	color: #000; 
	font-weight: bold; 
	}

table.resp-table td, table.resp-table th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table.resp-table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table.resp-table, table.resp-table thead, table.resp-table tbody, table.resp-table th, table.resp-table td, table.resp-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.resp-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.resp-table tr { border: 1px solid #ccc; }
	
	table.resp-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee;
		position: relative;
		padding-left: 50%; 
	}

	table.resp-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}


.bgdark { background: rgba(0,0,0,1)!important; }
.bgdark a.btnlink { background: #51e7ff; color: #fff; padding: 10px 15px; display: inline-table; margin: 15px 0 0; }
.bgdark h1,.bgdark h2,.bgdark h3,.bgdark p,.bgdark span, .bgdark a { color: #fff; line-height:1.2;  font-weight:normal; }

a.btnlink { background: #26cce6; color: #fff; text-decoration: none; cursor:pointer; }

.bglight { background: rgb(233 248 255) !important; }
.bglight a.btnlink { background: #26cce6; color: #fff; padding: 10px 15px; display: inline-table; margin: 15px 0 0; }
.bglight a.textblulink { color: #00a9ce; padding: 5px 0px; display: inline-block; margin: 15px 0 0; text-decoration: none; font-size: 16px; }
.bglight a:hover.textblulink { text-decoration: underline; }
.bglight p,.bglight span { color: #000; line-height:1.7; font-weight:300; }
.bglight h1,.bglight h2, .bglight a { color: #4fbfef; line-height:1.7; font-weight:400; }
.bglight h3 {color: #000; font-weight: 600; line-height:1.7; }

.textblue { color: #00a9ce!important;}

/*  scroll css section here*/
.scrolltop .icon {
    font-size: 30px;
    text-align: center;
    transform: rotate(-0deg);
    margin-top: 10px;
}

.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: none;
	color: #198abb;
    border: 1px solid #198abb;
}

.caption {
    display: block;
    position: relative;
    text-align: left;
	font-weight: 300!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	color: #000!important;
	font-size: 22px!important;}
	
.shopfybox{margin:0;padding:0 1em; display:block;border:1px solid #e7e9ef;min-height: 505px !important;}
.shopfybox .stepnum{ padding:4px 10px;margin:5px 1em 1em 0;text-align:center;width:40px;height:40px;border:1px solid #454545;background:transparent; color:#000;border-radius:100%; display:inline-block;float:left;font-weight:700; vertical-align:middle;}
.shopfybox img{position:relative;display:block;}
.shopfybox p{vertical-align:middle;font-size:13px;padding: 0.5em 0 0.5em 0; margin:0; text-align:left;line-height: 1.4;}

.bgbox1{ background: #fff; padding: 0em;}
.bgbox2{height:670px;padding:1em 0 0;}
.bgbox2:before{ content: "\2936";left: 75%;top: 40%;position:absolute;color:#ddd;font-size:12em;}

aside.faqside{margin:0 0 2em; float:right}
aside.faqside ul{width:100%;margin:0;padding:0;}aside.faqside ul li{display:block;font-weight:300!important;list-style-type:none;margin:0 0 0.5em!important;background-image:none!important;padding:0!important;}aside.faqside ul li a{border:1px solid #fff;font-weight:300!important;display:block;padding:0.2em 1em!important;border-radius:0.3em;color:#454545;}
aside.faqside ul li a i{ margin-right: 1em;}
aside.faqside ul li a:hover{border:1px solid #ddd;font-weight:300!important;display:block;padding:0.2em 1em!important;background-color:#f8f8f8;border-radius:0.3em;color:#06C;}
aside.faqside ul li a.active{border:1px solid #ddd;font-weight:300!important;display:block;padding:0.2em 1em!important;background-color:#f8f8f8;border-radius:0.3em;color:#06C;}

aside .userinfo{text-align: center; margin:0em auto 2em; padding:2em 0 1em; background:#f7eee7;}
aside .userinfo img{border-radius: 100%; padding: 0px; border:2px solid #fff;}
aside .userinfo h2{text-align: center; font-size: 18px; font-weight:500; margin:1em auto 0.5em; padding:0;}
aside .userinfo h3{text-align: center; font-size: 17px; margin:0em auto 1em; padding:0;}


DIV.rewards-icon, .rewards-icon {
	display: block;
	padding: 10px 0px 0px 0px;
	margin-right: 30px;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}
html[dir="rtl"] DIV.rewards-icon, html[dir="rtl"] .rewards-icon {
	margin-right: 0px;
	margin-left: 30px;
}

.rewards-icon:after {
	position: relative;
	margin-top: 10px;
	bottom: 0px;
	display: block;
	content: "";
	height: 20px;
	border-bottom: solid 20px #FFFFFF;
	border-left: solid 50px transparent;
	border-right: solid 50px transparent;
}

.rewards-icon.free {
	background-color: #ff9977;
}
.rewards-icon.premium-monthly {
	/*background-color: #3882AD;*/
	background-color: #208814;
}
.rewards-icon.standard-member {
	background-color: #3882AD;
}
.rewards-icon.silver-member {
	background-color: #BBBBBC;
}
.rewards-icon.gold-member {
	background-color: #DBBA33;
}
.rewards-icon.platinum-member {
	background-color: #898989;
}
.rewards-icon.diamond-member {
	background-color: #A4B2BC;
}


img.setimgresp{display: block;
    max-width: 100%;
    height: auto;}
	

.with-steps-top {

   margin-bottom: 100px;

}

.with-steps-bottom {

   margin-bottom: 50px;

}

.with-steps H3 {

   display: block;

   font-size: 18px;

   color: #00A9CE;

   text-align: center;

   margin: 0px 0px 90px 0px;

}



.with-steps DIV.step .table {

  margin: 0px auto 0px auto;

}

.with-steps DIV.step .table > TBODY > TR > TD {

   text-align: center;

   border: none;

   padding: 0px 0px 25px 0px;

}

.with-steps DIV.step .table > TBODY > TR > TD.right-side {

   padding-left: 15px;

   padding-right: 15px;

}



.with-steps LABEL {

  font-size: 18px;

  color: #000000;

  font-weight: 300;

  display: block!important;

  margin: 20px 20px 40px 20px;

  text-align: center;
  

}

.with-steps .step-1 {

}

.with-steps .step-3 {

  margin-top: 120px;

}

.with-steps .step-3 ul{margin:0 1em;list-style:none!important;}
.with-steps .step-3 ul li{margin:0; list-style:none;background-image:none!important;}

.with-steps .step-3 IMG {

  height: auto;

}

.with-steps .step-5 {

  margin-top: 120px;

}

.with-steps .step-5 IMG {

  max-width: 80%;

  margin: 0px auto 0px auto;

}

.with-steps .step-2 {

  margin-top: 150px;

}

.with-steps .step-2 IMG {

  max-height: 220px;

  margin: 0px auto 0px auto;
  
  display: block;

}

.with-steps .step-2 IMG.img-arrow {

  height: 30px!important;

  margin-top: -20px!important;

  margin-bottom: 40px!important;

}

.with-steps .step-4 {

  margin-top: 100px;

}

.with-steps .step-4 IMG {

  max-width: 80%;

  margin: 0px auto 0px auto;

}



.with-steps .step-6 {

}

.with-steps .step-6 IMG {

  max-width: 70%;

  margin: 0px auto 0px auto;

}

.with-steps .step-7 {

  margin-top: 220px;

}

.with-steps .step-7 IMG {

  max-width: 70%;

  margin: 0px auto 0px auto;

}

.with-steps .step-8 {

  margin-top: 100px;

}

.with-steps .step-8 IMG {

  max-width: 70%;

  margin: 0px auto 0px auto;

}

.step-2-topgap{margin-top:30px;}
.step-3-topgap{margin-top:375px;}
.step-4-topgap{margin-top:250px;}
.step-5-topgap{margin-top:210px;}

.odd {
    margin: 1em 0em 1em 0!important;
}

.even {
    margin: -0.3em 0 0 70%!important;
}

.steps {
    background: #4fbfef;
    border-radius: 100%;
    padding: 1em 1.28em;
    width: 90px;
    text-align: center;
    margin: 1em auto 5em auto;
    font-size: 1.8em;
    color: #fff;
    display: block; }
	

.how-it-works {
  color: #808080;
  font-size: 16px;
  padding-bottom: 35px;
  border-top: solid 1px #D7D7D7;
  line-height: 1.5;
}
.how-it-works LABEL {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0px 20px 0px;
}
.membership-type {
  background-color: #F6F6F6;
  border: solid 2px #FFFFFF;
  padding: 20px 0px 0px 0px;
}
.membership-type DIV.type-name {
  height: 120px;
  padding: 30px 10px;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 30px 22px;
  line-height: 1.3;
}
.membership-type DIV.price {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.membership-type DIV.price SMALL {
  font-size: 12px;
  color: #808080;
}
.membership-type DIV.premium {
  background-image: url("../imgs/signup/premium.svg");
 }
.membership-type DIV.billing {
  height: 60px;
  text-align: center;
}
.membership-type DIV.selector {
  text-align: center;
  margin-bottom: 20px;
}
.membership-type DIV.selector input {
  -moz-appearance: auto!important;
  -webkit-appearance: auto!important;
  -ms-appearance: auto!important;
  appearance: auto!important;
}

.terms, .plannotes {
  color: #808080;
  font-size: 16px;
}
.modal-lg {
  width: 1030px;
}
.modal-header {
  border-bottom: none;
  padding-top: 0px;
  height: auto;
}
button.close {
  font-size: 40px;
  font-weight: 300;
}

.sm-plans-table > THEAD > TR > TH, .sm-plans-table > THEAD > TR > TD, .sm-plans-table > TBODY > TR > TH, .sm-plans-table > TBODY > TR > TD {
   border-bottom: none;
   border-top: none;
}
.sm-plans-table > THEAD > TR > TH {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  padding-top: 40px;
}
.sm-plans-table > THEAD > TR > TH.text-left {
  text-align: left;
}
.sm-plans-table > THEAD > TR > TH.premium {
  background-image: url("../assets/images/premium.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.sm-plans-table > THEAD > TR > TH > SMALL {
  font-size: 12px;
  font-weight: 300;
}

.sm-plans-table > TBODY > TR > TD.left {
   border-right: solid 1px #E7E7E7;
}

.sm-plans-table > TBODY > TR > TH {
   color: #000000;
   font-size: 12px;
   font-weight: 300;
}
.sm-plans-table > TBODY > TR > TD {
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  color: #000000;
  padding: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.sm-plans-table > TBODY > TR > TD.checkmark {
   background-image: url("../assets/images/check.svg");
}
.sm-plans-table > TBODY > TR > TD.nocheckmark {
   background-image: url("../assets/images/nocheck.svg");
}
.premium IMG {
  height: 20px;
  margin-top: -5px;
  margin-right: 5px;
}

.tool-tip-image {
  height: 16px;
  margin-top: -5px;
}
@media (min-width:1200px) {
 .left-side {
   padding: 0px 45px 0px 30px;
 }
 .right-side {
   padding: 0px 30px 0px 45px;
 }
}
@media (max-width:962px) {
 .how-it-works {
   border-bottom: none;
 }
 .how-it-works SPAN.divider {
   display: block;
   background-color: #F7F7F7;
   height: 6px;
   margin-top: 25px;
   margin-left: -25px;
   margin-right: -25px;
   margin-bottom: 20px;
 }
 .modal-lg {
  width: 90%;
 }
}

		
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } 
 
	}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } 
	
   }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

  .text-white {
  	color: #fff !important; }
 .pull-right {float: right;}
 .pull-left {float: left;}
 
 .transition{
  transition: all .3s ease-out;
}
.selctlocbtns input[type="radio"]{
  visibility: hidden;
  height: 0;
  width: 0;
}

.selctlocbtns label {
  display: block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #ff6600;
  color: #ff6600!important;
  width: auto!important;
  white-space:nowrap;
  padding: 5px 20px;
  margin:0em!important;
  border-radius: 3px;
}
.selctlocbtns input[type="radio"]:checked + label{
  background-color: #ff6600;
  border:2px solid #ff6600;
  color:#fff!important;
}
.selctlocbtns img{ vertical-align: middle;}
.selctlocbtns{margin:0 auto 3em; text-align:center;}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -0px;
			margin-left: -40px;
		}

			.row > * {
				padding: 0px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -0px;
					margin-left: -0px;
				}

					.row > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -0px;
					margin-left: -20px;
				}

					.row > * {
						padding: 0px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}
				.img-100 { width: 100%!important; }

		}

/* Section/Article */

	section, article {
		margin-bottom: 5em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}
	
	.services H3 {
  margin-bottom: 40px!important;
}
.service {
  float: left!important;
  width: 100%!important;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
  min-height: 140px!important;
  border-bottom: 1px solid #ddd;
}
.service label.title{ color: #9c5827; margin-top: 0; font-weight: 500;}
.service-image {
  float: left!important;
  width: 180px!important;
  padding: 0px 20px 0px 20px!important;
}
.service-price {
  float: left!important;
  width: 200px!important;
  font-size: 18px!important;
  color: #0f75c3!important;
  font-weight: 300!important;
}
.service-price label {
  width: 100%!important;
  display:block;
  margin-bottom: 5px!important;
  font-size: 20px!important;
  color: #000000!important;
  font-weight: 500!important;
  padding-right: 20px!important;
}
.service-description {
  float: left!important;
  font-size: 16px!important;
  color: #808080!important;
  max-width: calc(100% - 440px)!important;
  line-height: 30px!important;
}


.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 15px;
  font-size: 100%;
  background-color: rgb(204 153 120);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: -41px;
}


.image-grid-tile,
.image-grid-list {
  overflow: hidden;
  position: relative;
  display: block;
  clear: both; }
  .image-grid-tile .image-grid-cell,
  .image-grid-list .image-grid-cell {
    float: left;
    position: relative; }
  .image-grid-tile .cell-face-image,
  .image-grid-list .cell-face-image {
    width: 100px; }

.image-grid-tile .image-grid-cell {
  width: percent(100/5); }

.image-grid-tile .cell-face {
  text-align: center; }
  .image-grid-tile .cell-face figure {
    height: 160px; }
  .image-grid-tile .cell-face .cell-face-image {
    margin: 0 auto; }

@media only screen and (max-width: 500px) {
  .image-grid-tile .cell-drawer {
    width: 200%; }
  .image-grid-tile .image-grid-cell {
    width: 90%!important;height:auto!important; }
    .image-grid-tile .image-grid-cell:nth-of-type(2n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-tile .image-grid-cell:nth-of-type(2n+3) {
      clear: left; } }

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .image-grid-tile .cell-drawer {
    width: 300%; }
  .image-grid-tile .image-grid-cell {
    width: 33.33%; }
    .image-grid-tile .image-grid-cell:nth-of-type(3n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-tile .image-grid-cell:nth-of-type(3n+3) .cell-drawer {
      margin-left: -200%; }
    .image-grid-tile .image-grid-cell:nth-of-type(3n+4) {
      clear: left; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .image-grid-tile .cell-drawer {
    width: 500%; }
  .image-grid-tile .image-grid-cell {
    width: 20%; }
    .image-grid-tile .image-grid-cell:nth-of-type(5n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-tile .image-grid-cell:nth-of-type(5n+3) .cell-drawer {
      margin-left: -200%; }
    .image-grid-tile .image-grid-cell:nth-of-type(5n+4) .cell-drawer {
      margin-left: -300%; }
    .image-grid-tile .image-grid-cell:nth-of-type(5n+5) .cell-drawer {
      margin-left: -400%; }
    .image-grid-tile .image-grid-cell:nth-of-type(5n+6) {
      clear: left; }
      
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .image-grid-tile .cell-drawer {
    width: 600%; }
  .image-grid-tile .image-grid-cell {
    width: 33%;
    padding: 2em 2em 1em 2em;
    text-align: center;
    background: #f1f1f1;
    border: 2px solid #fff; }
    .image-grid-tile .image-grid-cell:nth-of-type(6n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-tile .image-grid-cell:nth-of-type(6n+3) .cell-drawer {
      margin-left: -200%; }
    .image-grid-tile .image-grid-cell:nth-of-type(6n+4) .cell-drawer {
      margin-left: -300%; }
    .image-grid-tile .image-grid-cell:nth-of-type(6n+5) .cell-drawer {
      margin-left: -400%; }
    .image-grid-tile .image-grid-cell:nth-of-type(6n+6) .cell-drawer {
      margin-left: -500%; }
    .image-grid-tile .image-grid-cell:nth-of-type(6n+7) {
      clear: none; } }

@media only screen and (min-width: 1200px) {
  .image-grid-tile .cell-drawer {
    width: 700%; }
  .image-grid-tile .image-grid-cell {
    width: 33%;
    padding: 2em 2em 1em 2em;
    text-align: center;
    background: #f1f1f1;
    border: 2px solid #fff; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+3) .cell-drawer {
      margin-left: -200%; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+4) .cell-drawer {
      margin-left: -300%; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+5) .cell-drawer {
      margin-left: -400%; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+6) .cell-drawer {
      margin-left: -500%; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+7) .cell-drawer {
      margin-left: -600%; }
    .image-grid-tile .image-grid-cell:nth-of-type(7n+8) {
      clear: left; } }

.image-grid-list .link-block:after {
  content: "";
  display: table;
  clear: both; }

.image-grid-list .image-grid-cell {
  width: percent(100/5); }

.image-grid-list .cell-face-image {
  float: left;
  margin-right: 10px; }

@media only screen and (max-width: 768px) {
  img.image-fluid {width: 100%!important; height: auto!important;}
  .image-grid-list .cell-drawer {
    width: 100%; }
  .image-grid-list .image-grid-cell {
    width: 100%; }
  .image-grid-list .image-grid-cell:nth-of-type(1n+2) {
    clear: left; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  img.image-fluid {width: 100%!important; height: auto!important;}
  .image-grid-list .cell-drawer {
    width: 200%; }
  .image-grid-list .image-grid-cell {
    width: 50%; }
    .image-grid-list .image-grid-cell:nth-of-type(2n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-list .image-grid-cell:nth-of-type(2n+3) {
      clear: left; } }

@media only screen and (min-width: 992px) {
  .image-grid-list .cell-drawer {
    width: 300%; }
  .image-grid-list .image-grid-cell {
    width: 33.33%; }
    .image-grid-list .image-grid-cell:nth-of-type(3n+2) .cell-drawer {
      margin-left: -100%; }
    .image-grid-list .image-grid-cell:nth-of-type(3n+3) .cell-drawer {
      margin-left: -200%; }
    .image-grid-list .image-grid-cell:nth-of-type(3n+4) {
      clear: left; } }

.cell-face {
  font-size: 12px;
  line-height: 14px; }
  .cell-face p:last-child {
    margin-bottom: 0; }
  .cell-face .title {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold; }
  .cell-face .link-block {
    padding: 10px; }

.cell-drawer {
  background: #f8f8f8;
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease-in-out, margin-bottom .3s; }

.cell-drawer-content {
  padding: 20px;
  border: 1px solid #e8e8e8; }

.image-grid-cell .arrow-up {
  display: block;
  height: 14px;
  width: 100%;
  position: relative; }

.image-grid-cell.active .arrow-up {
  z-index: 100;
  border-bottom: 12px solid #e8e8e8;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0; }
  .image-grid-cell.active .arrow-up:before {
    content: '';
    position: absolute;
    height: 10px;
    left: -12px;
    display: block;
    width: 100%;
    border-bottom: 12px solid #f8f8f8;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto -1px; }

.image-grid-cell.active .cell-drawer {
  max-height: 500px;
  margin-bottom: 10px;
  position: relative; }

.image-grid-cell.active .close-cell-drawer {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #808080;
  font-size: 39px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out; }
  .image-grid-cell.active .close-cell-drawer:before {
    content: 'Ã—'; }
  .image-grid-cell.active .close-cell-drawer:hover {
    color: #a6a6a6; }


	header {
		margin: 0 0 0em 0;
		
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	footer {
		margin: 2.5em 0 0 0;
	}

	.sidebar {
			border: 1px solid #ddd;
			padding: 1em 2em;
			background: #f1f1f1;
		}


.popup-vid { position: absolute!important;
    top: 35%;
    left: 8%;
    font-size: 2em;
    color: #fff;
    height: 200px;
    width: 300px;
    background: #000;
    text-align: center; }
	
div.slidecontent {position:absolute;top: 20%; height: auto; z-index:900;margin-left:820px; width:auto;text-align:center;}
div.slidecontent h1{font-size: 30px; line-height: 1.5; color: #000;}
div.slidecontent h1 span { color: #00b3fb; /* background-color: rgba(0,0,0,0.6); */ padding: 1px 3px; font-weight: 700; }

div.slidecontent h2{font-size: 25px; line-height: 1.5; color: #000;}
div.slidecontent h2 span { color: #00b3fb; /* background-color: rgba(0,0,0,0.6); */ padding: 1px 3px; font-weight: 700; }

div.videothumb{position:absolute;top:40%;height: 200px;background:#000; z-index:900;margin-left:890px;box-shadow: 0px 0px 15px rgba(0,0,0,0.5);border:2px solid #fff;text-align:center}div.videothumb div.play-btn img{width:55px;height:55px;}div.play-btn{position:absolute;z-index:200;top:50%;left:50%;transform:translate(-50%,-50%); opacity: 1!important;}div.play-btn i{color:#fff;font-size:55px}div.videothumb img{width:284px!important;height:100%!important; opacity: 0.75;}

div.header-brands-map{position:absolute;top:3%;height: 450px; z-index:900;margin-left:200px;width: 350px;text-align:center}

.open-video 
	{
	  position: absolute;
	  display: inline-block;
	  padding: 10px 25px;
	  font-family: monospace;
	  border: solid 2px transparent;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  cursor: pointer;
	}
	.open-video:hover {
	  background: transparent;
	  color: transparent;
	}
	
	.overlay {
	  background: #000;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: none;
	}
	.video-active .overlay {
	  display: block;
	}
	
	.close {
	  color: #fff;
	  font-size: 30px;
	  position: absolute;
	  top: 20px;
	  right: 20px;
	  cursor: pointer;
	  z-index: 1000;
	}
	
	.video-container {
	  padding: 20px 200px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 56.25vw;
	}

@media(max-width:1024px){img#brandmap{height:150px;margin-top:0}div.videothumb{text-align:left;margin-left:10%}div.videothumb img{width:240px}div.banner-thumb-right{text-align:right;left:-20px}div.videothumb div.play-btn img{margin-left:-118px;width:55px;height:55px}}@media(max-width:768px){img#brandmap{height:137px;margin-top:0}div.videothumb{text-align:left;margin-left:10%}div.videothumb img{width:220px}div.banner-thumb-right{text-align:right;left:-15px}div.videothumb div.play-btn img{margin-left:-78px;width:55px;height:55px}}

@media(max-width:767px){div.videothumb div.play-btn img{margin-left:0}div.videothumb{margin-left:0;display:none;margin-top:-142px;position:relative;left:50%;transform:translate(-50%,0);width:200px}html[dir=rtl] div.videothumb{margin-top:-142px;position:relative;right:50%;transform:translate(50%,0);width:200px}div.play-btn i{font-size:45px}div.videothumb img{width:200px}}



.my-packages-wrapper {
    position: fixed;
    z-index: 999;
    background-color: #FFFFFF;
    width: 100%;
    top: 135px;
    line-height: 52px;
    border-top: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
}

.my-packages-wrapper a {color: #ab5c24; padding: 0 1em;  display:inline-block; }
.my-packages-wrapper a:hover {text-decoration: none; background:#6ac8ff; color: #fff; }
.my-packages-wrapper a.ACTIVE{border-bottom:2px solid #69c6fb; line-height: 50px; display:inline-block; color: #69c6fb;}
.my-packages-wrapper a:hover.ACTIVE{border-bottom:2px solid #69c6fb; background:#69c6fb; color: #fff; line-height: 50px; display:inline-block;}
.my-packages-wrapper i{	vertical-align: top; color: #000; margin-right: 5px;}

.my-packages-subnav { top: 190px!important; }

.subtabs SPAN.badge {
    font-weight: 300;
}
SPAN.badge, .subtabs SPAN.badge {
    background-color: #F04D25;
    display: inline-block;
    position: relative;
    top: -8px;
    padding: 3px;
    min-width: 18px;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

/* Search Box */

	.headtop {
			margin: 0px auto 0 auto;
			padding: 0em 0;
		}
	.headtop ul.topinfo{
			margin: 0 0 5px 0;
			padding: 0 0px;
			width: 70%;
			text-align: right;
			float: right;
		}
	
	.headtop ul.topinfo li{
		display: inline-block;
		margin: 0em;
		padding: 7px 5px 8px 5px;
		font-size: 13px;
		width: auto;
		background: #4fbfef;
		text-transform: uppercase;	
		text-align: left;
		border-radius: 0px !important;
	}

/*
	.headtop ul.topinfo li.trincornr{
			width: 0px;
			height: 0px;
			left: 5px;
			top: 18px;
			position: relative;
			/* border-top: 10px solid transparent; */
		/*	border-bottom: 50px solid transparent;
			border-right: 42px solid #1f9c3d;
			position: relative;
			margin: -33px 0 0 -10%;
			background: #fff;
		}
	*/	
	
	.headtop ul.topinfo li a{ 
		margin: 0;
		padding: 0 1em;
		text-decoration: none;
		font-weight: 500;
		color: #ffffff;
		line-height: 1.2;
	}
	.headtop ul.topinfo li a i{ margin-right: 5px; font-size: 22px; vertical-align: sub;}
	.headtop ul.topinfo li a:hover{ 
		
		border-radius: 3px;
	}
	
	.searchbox {
			padding: 1em 2em;
			width: 100%;
			text-align:center;
			margin:0 auto;
			background: #a2bae2;
			display: inline-block;
		}

/* Forms */

	form label {
		display: block;
		font-weight: 300;
		margin:	0px 0 10px 0;
    	font-size: 13px;
		color: #444;
		line-height: 1.5;
	}

	form p {
		font-size: 13px!important;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="number"],
	form input[type="password"],
	form select,
	form textarea {
		
		display: block;
		width: 100%;
		border: solid 1px #cacaca;
	}
	
		form input[type="number"]{ 
			padding-left:55px!important;
		}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="number"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #936f55;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="number"],
	form input[type="password"] {
		line-height: 3em;
		padding: 0 1em;
		height: 47px;
	}

	form select {
		line-height: 3em;
		padding: 0 1em;
		    height: 47px;
	}

	form textarea {
		min-height: 5em;
    	padding: 10px 15px;
    	line-height: 1.5;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

	form input[type="checkbox"] {
    display:none;
	}
	
	form input[type="checkbox"] + label {
		width: auto;
		font-weight: 600;
	}

	form input[type="checkbox"] + label.font-weight-normal {
		font-weight: 400!important;
	}
	
	form input[type="checkbox"] + label span {
		display:block;
		width:20px;
		height:35px;
		margin:5px 8px 5px 0px;
		vertical-align:middle;
		background:url(../images/check_radio_sheet.png) -1px 0px no-repeat;
		cursor:pointer;
		float:left;
	}
	
	form input[type="checkbox"]:checked + label span {
		background:url(../images/check_radio_sheet.png) -20px 0px no-repeat;
	}
	
	form input[type="radio"] {
		display:none;
		
	}
	
	form input[type="radio"] + label {
		font-weight:600;
		width: auto;
	}
	
	form input[type="radio"] + label span {
		display:inline-block;
		width:20px!important;
		height:35px;
		margin: 0px 10px 0 0px;
		vertical-align:middle;
		font-weight:300!important;
		background:url(../images/check_radio_sheet.png) -40px 0px no-repeat;
		cursor:pointer;
		vertical-align: text-top;
	}
	
	form input[type="radio"]:checked + label span {
		background:url(../images/check_radio_sheet.png) -59px 0px no-repeat;
		font-weight:300!important
	}

.switch-field {
	display: flex;
	margin-bottom: 0;
	overflow: hidden;
	max-height: 58px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid #e3a274;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #e3a274;
	color: #fff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

	
.range-slider {
  margin: 8px 0 0 5%;
}

.range-slider {
  width: 90%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #ff6600;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #ff6600;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #ff6600;
}
.range-slider__range:active::-moz-range-thumb {
  background: #ff6600;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ff6600;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #ff6600;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #ff6600;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #ff6600;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

	/* Special Offer Box */
	
	.specialboxcontent { background: #2471a3; border-radius: 1em; color: #fff; padding: 1em; margin: 0 auto 2em;
		background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
		background-size: 400% 400%;
		animation: gradient 15s ease infinite;
	 }
	 
	 @keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	.specialboxcontent h2.specialhd { font-size: 45px; margin: 0 auto; font-weight: 400; padding:0; color: #e8ff2c; font-family: 'Courgette', cursive; }
	.specialboxcontent h2 { color: #fff; margin:0 0 15px 0; padding:0; }
	.specialboxcontent h2 span{ color: #e8ff2c; font-weight: 300; }
	.specialboxcontent p { font-size: 18px; margin: 5px; }
	
	.shoppingbrands{width:85%;margin:1em auto 1em auto;padding:1em 0;display:block; text-align:center;clear:both;}
	.shoppingbrands h3{margin:0;padding:0;font-size:1.3em;color:#808080;font-weight:400; text-align:center;}
	.shoppingbrands ul{width:100px; float:left; display:inline-block;margin:0em 0px 10px;padding:0;list-style-type:none;text-align:center;}
	.shoppingbrands ul li{margin:0 5px 5px 0;padding:0.5em;width:100px;height:100px;display:block;background:#f2f2f2;border-radius:0.2em;list-style-type:none;text-align:center;}
	.shoppingbrands ul li img{width:100%; height:auto;}
	
	.shoppingbrands ul:nth-child(odd){margin-top:2em; display:inline-block;}
	
	table.shopbrands {
		  border: 0px solid #bdbdbd;
		  border-collapse: collapse;
		  margin: 0 auto;
		  padding: 0;
		  width: auto;
		  table-layout:auto;
		}
	table.shopbrands tr {
	  background: #ffffff;
	  border: 0px solid #e1e1e1;
	  padding: .35em;
	}
	table.shopbrands th,
	table.shopbrands td {
	  padding: .625em;
	  text-align: left;
	  vertical-align:top;
	  line-height: 1; 
	}
	
	table.shopbrands td {
	  padding: .625em;
	  text-align: left;
	  vertical-align:top;
	  border: 0px solid #e1e1e1;
	  line-height: 1.5;
	}
	
	
	table.shopbrands th {
	  font-size: 1em;
	  letter-spacing: 0em;
	  text-transform: uppercase;
	  font-weight:600;
	}

	@media screen and (max-width: 600px) {
	  table.shopbrands {
		border: 0;
	  }
	  table.shopbrands thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	  }
	  table.shopbrands tr {
		border-bottom: 1px solid #e1e1e1;
		display: block;
		margin-bottom: .625em;
	  }
	  table.shopbrands td {
		border-bottom: 1px solid #e1e1e1;
		display: inline-block;
		font-size: .8em;
		text-align: right;
		width: auto;
		width: 45.5%;
	  }
	  table.shopbrands td.brand-even{ padding-top: 7px!important }
	  table.shopbrands td:before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	  }
	  table.shopbrands td:last-child {
		border-bottom: 0;
	  }
	  
	  div.slidecontent { top: 15%; margin-left: 0; width: 390px; }
	  div.slidecontent h1 { font-size: 2em;line-height: 1; }
	
	}


	table.shopbrands td.brand-cell {
		padding: 0 3px 0px 3px;
	}
	.brand-image {
		width: auto;
	}
	.brand-image-top {
		margin-bottom: 6px;
		width: auto;
	}
	table.shopbrands td.brand-even {
		padding-top: 55px;
	}
	table.shopbrands td.brand-odd {
		vertical-align: top;
	}


	/* Currency Dropdown */
	
	.currency-container {
	  position: relative;
	  width: 75px;
	  display: inline-block;
	  font-size: 16px;
	  -webkit-font-smoothing: antialiased;
	  border: 1px solid #e9e9e9;
	  border-radius: 3px;
	  background: #e9e9e9;
	}
	
	.selected-currency {
	  position: relative;
	  padding: 7px 15px 7px 0;
	  text-align: center;
	  cursor: pointer;
	  border-radius: 4px;
	  position: relative;
	  -moz-transition: all 0.1s ease-in;
	  -o-transition: all 0.1s ease-in;
	  -webkit-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
	}
	.selected-currency:hover {
	  background: #e9e9e9;
	}
	.selected-currency:after {
	  top: 20px;
	  right: 10px;
	  border: solid transparent;
	  content: "";
	  height: 0;
	  width: 0;
	  position: absolute;
	  pointer-events: none;
	  border-color: transparent;
	  border-top-color: #777;
	  border-width: 5px;
	  margin-left: -5px;
	}
	
	.currency-selector-native {
	  display: none;
	}
	
	.currency-selector {
	  position: absolute;
	  top: 40px;
	  width: 75px;
	  background: #e9e9e9;
	  padding: 0px 1px;
	  padding-right: 8px;
	  z-index: 1;
	  border-radius: 4px;
	  max-height: 150px;
	  overflow-y: auto;
	  opacity: 0;
	  visibility: hidden;
	  left: 0%;
	  margin-left: 0%;
	  -moz-transition: all 0.1s ease-in;
	  -o-transition: all 0.1s ease-in;
	  -webkit-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
	  text-align:left;
	}
	.currency-selector.visible {
	  opacity: 1;
	  visibility: visible;
	}

	.currency-option {
	  font-size: 17px;
	  background: #F9F9F9;
	  padding: 2px 6px;
	  display:block;
	  border-radius: 3px;
	  margin-left: 8px;
	  color: #797979;
	  cursor: pointer;
	  border-bottom: 2px solid #fff;
	}

	ul.secrseal{width: 100%;margin: 2em auto;padding: 0;text-align: center;vertical-align:middle;}
	ul.secrseal li{display:inline-block;vertical-align:middle;width:auto;font-size:0.8em;text-decoration:none;}

	/* Newsletter Form */

	#newsletter-wrapper input {
		border: 0;
		box-shadow: none;
		padding: 5px 1em;
		font-size: 1.1em;
		height: 50px;
		border-radius: 3px;
		vertical-align:middle;
	}
	#newsletter-wrapper  input[type="button"] {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #1350b4;
		color: #fff;
		height: 50px;
		text-decoration: none;
		border-radius: 3px;
		font-weight: 300;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1.3em;
		padding: 0em 1.3em;
		vertical-align:middle;
	}

	/* Tables 

	table {
		width: 100%;
		}

		table tr {
			border-top: solid 1px #eee;
		}

			table tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.5em 1em 0.5em 1em;
		}
		
		table td .btn { font-size: 13px!important; }

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			font-weight: 800;
			margin: 0 0 1em 0;
		}

		table thead {
			background: #404248;
			color: #fff;
		}
		*/

/* Image */

	.image {
		display: block;
		outline: 0;
		height: 325px;
		overflow:hidden;
		border: 1px solid #ddd;
	    padding: 1em;
	}

		.image img {
			display: block;
			width: 100%;
			height: auto;
			margin: 0 auto;
			border-radius: 0px;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: auto;
			margin: 0 0 1em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	#flt-btn {
		position: fixed!important;
		top: 52%;
		background-color: #ff6600;
		-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s;
		right: 0%;
		padding: 1em 1.5em 1em;
	}
	
	#flt-btn a.fltbox{ color: #fff; font-weight:600;}

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #4fbfef;
		color: #fff;
		text-decoration: none;
		font-weight: 400;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1.2em;
		padding: 0.2em 1em;
	}
	
	a.logoffbtn {
		cursor: pointer;
   	 	padding: 0 10px!important;
    	margin: -25px 0 0px 20px;
    	display: block;
    	float: left;
		background: transparent!important;
	}
	
	a.logoffbtn i{color: #ff9977!important;}
	a:hover.logoffbtn i{color: #000!important;background: transparent!important;}
	
	a:hover.logoffbtn {
		cursor: pointer;
   	 	padding: 0 10px!important;
    	margin: -25px 0 0px 20px;
    	display: block;
    	background: transparent!important;
		float: left;
	}
	
	a.button-blue {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		vertical-align:middle!important;
		position: relative;
		background: #4fbfef;
		color: #fff!important;
		text-decoration: none;
		font-weight: 500;
		outline: 0;
		line-height:2;
		border: 1px solid #4fbfef;
		cursor: pointer;
		font-size: 100%;
		padding: 5px 15px ;
		display:inline-block;
		text-align:center;
		
	}
	
	a:hover.button-blue{background: #84d9fe!important; border:1px solid #84d9fe;}
	
	a.button-border { background: #fff!important; color: #198abb!important; display:inline-block; cursor:pointer; border: 1px solid #198abb;}
	a:hover.button-border { background: #fff!important; border: 1px solid #84d9fe; color: #84d9fe!important;}
	
	label.button-border { background: #fff!important; color: #ff6600!important; display:inline-block; cursor:pointer; border: 1px solid #ff6600;padding:0.4em 0.7em 0.25em!important;}
	label.button-border:hover { background: #fff!important; border: 1px solid #000; color: #000!important;}
	
	
	
	a.button-gray {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		background-color: #F3F5F9;
		color: #333;
		touch-action: manipulation;
    	cursor: pointer;
		text-decoration: none;
		font-weight: 500;
		border: 1px solid #ccc;
		text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
		cursor: pointer;
		display:inline-block;
		text-align:center;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			margin-right: 0.5em;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover,
		a.button-blue:hover,
		a.button-yellow:hover {
			background: #ee5930;
			color: #fff;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #ee5930;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #fff;
			background: rgba(255, 255, 255, 1);
			color: #1350b4;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #e8e8e8;
				background: rgba(255, 255, 255, 0.5);
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #e4e4e4;
				background: rgba(0, 0, 0, 0.15);
			}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 2.25em;
			padding: 0.5em 0.7em;
		}
	
input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		button.small,
		.button.small  {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #000;
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1.2em;
		padding: 0.1em 1em;
	}

/* List */

	ul {
		list-style: circle;
	}

		ul li {
			line-height: 1.5;
		}
		
	ul.bullets {
		margin: 0 1em;
	}

	ul.bullets li {
		line-height: 1.5;
		list-style: circle!important;
	}
		
		ul.style1 {
			list-style: none;
			padding-left: 0;
		}

			ul.style21 li {
				padding-left: 0;
			}
		
		ul.style2 {
			list-style: none;
			padding-left: 0;
		}

			ul.style2 li {
				padding-left: 0;
				display: inline-block;
				width: 49%;
			}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}
		
	ul.marker {
  list-style: none;
	}
	ul.marker li{margin: 6px ;}
	
	ul.marker li::before {
	  content: "";
	  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/fb-heart.gif);
	  background-size: contain;
	  display: inline-block;
	  width: 1em;
	  height: 1em;
	  position: relative;
	  top: 0.1rem;
	  margin-right: 0.5rem;
	}

	
	ul.marker {
  	list-style-position: inside;
	}
	ul.marker ::marker {
	  color: red;
	}


/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 0.25em;
			margin: 0 0 0 0.25em;
		}

			ul.actions li:first-child {
				margin-left: 0;
				padding-left: 0;
			}

/* Menu */

	ul.menu {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0px;
	}

	ul.menu li {
		border-left: solid 1px #5d5d5d;
		display: inline-block;
		padding: 0 0 0 0.75em;
		margin: 0 0 0 0.75em;
		border-radius: 0;
	}

	ul.menu li:first-child {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

/* Price color */

	.prctag {
		color: #7abb58;
		font-weight: 600;
		margin: 0 0 1em;
		padding: 0;
		line-height: 1;
	}
	
	.dashboard-box {
		background: #936f55;
		text-align: center!important;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em!important;
		width: auto;
	}
	
	.dashboard-box i{ color: #fff; }
	.dashboard-box .button {margin: 0 auto; float: none; display:ininline-block;}

/* Top 4 Box CSS */
	.discountbox {
			background-image: url(../images/discntboxbg.jpg);
			background-repeat:no-repeat;
			background-size:cover;
			height: 150px;
			margin: 0;
		}

	.discountbox p{
		    font-size: 17px;
			font-weight: 400;
			color: #fff;
			line-height: 1.4;
			padding: 15px 10px 0 5px;
			text-align: center;
			margin: 0px 0 20px;
		}
	.discountbox span.dscntnumr {
		    font-size: 60px;
			display: block;
			line-height: 1;
			text-align: left;
			padding: 35px 0 0 0px;
			color: #f00;
			text-shadow: 0px 0px 5px rgb(255 255 255);
			font-family: 'Montserrat', sans-serif;
		}
	.discountbox p.dscntxt {
			margin: 0;
			text-align: center;
			padding: 0px;	
		}

/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 0em 2em;
	}

		.box.feature {
			padding: 0;
		}

			.box.feature .inner {
				padding: 1em 0;
			}

			.box.feature h2, .box.feature h2 a {
				font-size: 17px;
				padding: 0 0 10px;
				border-radius: 0;
				border: 0px;
				line-height:1.2;
				font-weight: 500;
			}
			.box.feature h2 a:hover{
				border: 0;
				background:none;
				color:#6b4123;	
			}
			
			.box.feature h5 {
				margin: 0 0 10px 0;
			}
			.box.feature h5 strike{color: red; margin: 0 10px;}

			.box.feature p {
				margin: 0 0 10px;
				line-height: 1.6;
			}
			
			.box.feature a{
				text-decoration: none;
				font-size: 1em;
				border:1px solid #cacaca;
				padding: 0.2em 0.6em;
				border-radius: 0.3em;
			}
			.box.feature a:hover{
				border:1px solid #f1f1f1;
				background: #f1f1f1;
			}
			
			.box.feature .image {
				position: relative;
				margin: 0;
				padding: 0em;
				height: auto;
				width: auto;
    			overflow: hidden;
			}

				.box.feature .image img {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon > .label {
			display: none;
		}

/* Cart Process Timeline */
.vcv-timeline {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 95%;
  margin: 0em auto 2em;
  padding: 0;
  list-style-type: none;
  color: #a7a7a7;
}

.vcv-timeline-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 0;
}
.vcv-timeline-item span{
		width: auto;
		white-space: nowrap;
	}

.vcv-timeline-item::before,
.vcv-timeline-item::after {
  content: '';
}
.vcv-timeline-item::before {
  content: attr(data-step);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex: 0 0 32px;
  height: 32px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 2px solid #a7a7a7;
  color: #a7a7a7;
}
.vcv-timeline-item::after {
  height: 2px;
  background: #a7a7a7;
  width: 100%;
  margin: 0 10px;
}
.vcv-timeline-item:last-of-type {
  -webkit-box-flex: 0;
          flex: 0 0 120px;
}
.vcv-timeline-item:last-of-type::after {
  display: none;
}
.vcv-timeline-item.vcv-step-done::before {
  content: '';
  border-color: #aace35;
  background: #aace35 url("data:image/svg+xml,%0A%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Activation-Theme-to-Premium' transform='translate(-827.000000, -183.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Activation-02' transform='translate(342.000000, 172.000000)'%3E%3Cg id='Navigation' transform='translate(44.000000, 0.000000)'%3E%3Cg id='check' transform='translate(441.000000, 11.000000)'%3E%3Cpolygon id='Path' points='11.8606017 0 4.86058121 6.82615443 2.13952103 4.17292819 0 6.25973131 4.8606221 11 14 2.08684301'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 40%;
}
.vcv-timeline-item.vcv-step-done::after {
  background: #aace35;
}
@media screen and (max-width: 768px) {
  .vcv-timeline {
    margin-bottom: 50px;
  }
  .vcv-timeline-item {
    position: relative;
  }
  .vcv-timeline-item span {
    text-align: center;
    margin: 10px 0 0;
    position: absolute;
    top: 30px;
    width: 50%;
    left: 0;
    white-space: normal;
    line-height: 1.5;
    letter-spacing: -1px;
  }
  .vcv-timeline-item:last-of-type {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 30px 0 0;
  }
  .vcv-timeline-item::before {
    margin: 0;
  }
  .vcv-timeline-item::after {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }
  
  #logo {padding: 0!important;margin: 0 auto;}
  #logo img {width: 75%;}
  .headtop { position: relative!important; }
  .headtop ul.topinfo {width: 100%; margin-right: -10px;}
  .headtop ul.topinfo li{font-size: 13px;height: auto; display: flex;}
  .headtop ul.topinfo li.trincornr {display: none;}
  .headtop ul.topinfo li a i {float:left;}
  
}

/* Status */

	.pending {
			background: #ffb714;
			color: #fff;
			text-decoration: none;
			border-radius: 3px;
			font-weight: 600;
			outline: 0;
			border: 0;
			cursor: pointer;
			font-size: 13px;
			text-decoration: none!important;
			padding: 0.2em 0.5em 0.3em;
		}
	.completed {
			background: #60b700;
			color: #fff;
			text-decoration: none;
			border-radius: 3px;
			font-weight: 600;
			outline: 0;
			border: 0;
			cursor: pointer;
			font-size: 13px;
			text-decoration: none!important;
			padding: 0.2em 0.5em 0.3em;
		}
	.shipped {
			background: #14b3ff;
			color: #fff;
			text-decoration: none;
			border-radius: 3px;
			font-weight: 600;
			outline: 0;
			border: 0;
			cursor: pointer;
			font-size: 13px;
			text-decoration: none!important;
			padding: 0.2em 0.5em 0.3em;
		}
	.text-white {color: #fff!important;}

/* Widgets */

	.widget.thumbnails .grid {
		margin: 0 0 0em 0;
	}

	.widget.thumbnails .image {
		margin: 0;
	}

	.widget.contact ul {
		list-style: none;
		padding-left: 0;
		overflow: hidden;
		position: relative;
		left: -4px;
		top: 4px;
		margin-bottom: 1.5em;
	}

	.widget.contact ul li {
		display: inline-block;
		margin-right: 0.25em;
		padding-left: 0em;
	}
	.widget.contact ul li.col-12{
			width: 99%!important;	
		}
	.widget.contact ul li.col-6{
			width: 49%!important;	
		}
	
	.widget.contact ul li a {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		display: inline-block;
		text-align: center;
		line-height: 2.5em;
		border-radius: 0.35em;
		outline: 0;
		opacity: 0.75;
		text-decoration: none;
		
	}
	
		.widget.contact ul li a:before {
			color: #f3f3f3;
			font-size: 1.2em;
			line-height: inherit;
		}

		.widget.contact ul li a:hover {
			background: #444444;
		}

		.widget.contact ul li a:active {
			background: #666666;
		}
		
		.widget.contact i{color: #1350b4;}
		
		.sociallinks { padding: 0px; }
		.sociallinks ul {margin: 10px auto;}
		.sociallinks ul li {display:inline; margin:0; padding:0; }
		.sociallinks ul li a.brands{
			color: #464646;
			width: 2.2em;
			font-size: 19px;
			display: inline-block;
			height: 2.2em;
			border-radius: 100%;
			padding: 5px 10px;
			text-align: center;
		}
			
		.sociallinks ul li a.fa-twitter{ border: 2px solid #464646; color: #464646!important; }
		.sociallinks ul li a.fa-facebook-f{ border: 2px solid #464646; color: #464646!important; }
		.sociallinks ul li a.fa-youtube{ border: 2px solid #464646; color: #464646!important; }
		.sociallinks ul li a.fa-instagram{ border: 2px solid #464646; color: #464646!important; }
		
		.sociallinks ul li a:hover.brands{
			background: #4fbfef;
			color: #fff!important;
			border: 2px solid #4fbfef;
			border-radius: 100%;
			padding: 5px 10px;
			text-align: center;
		}

	/* Wrappers */
	
	.country-box {
		padding: 2em;
		width: 70%;
		margin: 0 auto;
		text-align: left;
	}
	
	.country-box select,.country-box label{ width: 100%; display:block;}
	.country-box select {padding: 0 15px;-moz-appearance: auto; -webkit-appearance: auto; -ms-appearance: auto; appearance: auto;}
	
	
	.cellgrid {
  background: #fff;
  color: #555;
  cursor: help;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin: 0px 10px 10px 0px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 180px;
  float:left;
  height:170px;
  vertical-align:top;
  line-height:1.3;
  
}

.cellgrid img{width:60%;margin:0 1em 0.5em;padding:0;}

.cellgrid .tooltip {
  background: #fff;
  top: 80%;
  color: #393939;
  display: inline-block;
  text-align:left;
  left: 0px;
  margin-top: 15px;
  font-size:1em;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 250px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
		  border:1px solid #1496bb;
		  z-index:99999999999999999;
}

.cellgrid .tooltip p{font-size:0.8em;font-weight:500;}
.cellgrid .tooltip p.hd-3{color: #1496bb;font-size:0.9em;font-weight:500;width:100%;display:block;}
.cellgrid .tooltip ul{list-style:disc;padding:0; margin:0 1em;}
.cellgrid .tooltip ul li{font-size:0.8em;font-weight:500;background:none;line-height:120%;list-style:disc;padding:0; margin:0em 0 0.5em;}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.cellgrid .tooltip:before {
  top: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.cellgrid .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #1496bb 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.cellgrid:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .cellgrid .tooltip {
  display: none;
}

.lte8 .cellgrid:hover .tooltip {
  display: block;
}
	
	#header-wrapper {
		padding: 0em 0 0em 0;
		position: sticky;
		top: 0;
		z-index: 999;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	#features-wrapper {
		padding: 2em 0 3em 0;
	}

	#main-wrapper {
		background: #e8e8e8;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em 0 1em;
    	margin-bottom: 1em;
	}
	#grn-wrapper {
			padding: 0.5em 0 0.5em;
			background: #f9f9f9;
			font-size: 18px;
			color: #000000;
			font-weight: 400;
		}
	
	#grn-wrapper .us-address {
			background-image: url(../images/us-flagwhite.svg);
			background-position: center center;
			background-size: auto 95px;
			background-repeat: no-repeat;
			
		}
	
	#grn-wrapper p, #grn-wrapper a.button-blue{
			margin: 0;
			font-size: 15px;
		}
	
	#newsletter-wrapper {
		background: #4fbfef;
		padding: 0.5em 0;
		color: #fff;
		font-size: 1.3em;
		font-weight: 300;
		margin-top: 2em;
	}
	
	#newsletter-wrapper .us-address {
			background-image: url(../images/bluefade-map.png);
			background-position: 45% center;
			background-size: auto 150px;
			background-repeat: no-repeat;
			font-weight: 300;
		}
	
	#logo-wrapper {
		background: #a3bbe2;
		padding: 1.5em;
		margin: 0 auto 2em;
		border-radius: 4px;
	}	

	#footer-wrapper {
		padding: 3em 0 2em;
		border-top: 1px solid #ddd;
	}
	
	#footer-wrapper [class^=icon-], [class*=" icon-"] {font-size: 1.9em;line-height: 1;}

DIV.section-title {
    margin: 20px auto 60px auto;
    height: 50px;
    text-align: center;
	width:100%;
}

.section-title SPAN.title-content {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 500;
    padding: 0px 15px 0px 15px;
}
.section-title SPAN.bar {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #C1C1C1;
    margin-top: -25px;
	margin-bottom: 35px;
}

DIV.section-title p{font-weight: 300; margin-bottom:2em; display:block;}

a.imghover{ opacity: 0.8; border: 0px; display:inline-block; }
a:hover.imghover{ opacity: 0.8; border: 1px solid #ddd; }

/* Header */

	#header {
		position: relative;
		background: #fff;
		display: flex;
	}

/* Logo */

	#logo {
		display: inline-block;
		padding: 10px 0 0 0em;
	}

	#logo h1 {
		background: #ff4486;
		color: #fff;
		border-radius: 6px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		padding: 0.25em 0.2em 0.25em 0.2em;
		font-size: 3.25em;
		letter-spacing: 0.05em;
		display: inline-block;
		vertical-align: middle;
	}

	#logo span {
		font-weight: 800;
		line-height: 1em;
		letter-spacing: 0.025em;
		font-size: 1.5em;
		vertical-align: middle;
		margin: 0 0 0 0.5em;
	}

/* Nav */

	#nav {
		position: relative;
		float: right;
		font-size: 1em;
		margin: 10px 0 0;
	}

		#nav ul {
			list-style: none;
			padding-left: 0;
			padding-top: 0px;
		}

			#nav ul li {
				float: left;
				line-height: 4.5em;
				padding-left: 0em;
			}

			#nav ul li a, #nav ul li span {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				font-weight: 600;
				letter-spacing: 0em;
				font-size: 13px;
				color: #0096d7;
				text-transform: uppercase;
				text-decoration: none;
				padding: 5px 10px;
			}
			
			#nav ul li a i { font-size: 20px; margin-right: 5px; vertical-align: bottom; color:#e3a272;font-weight: 600;}
			
			#nav ul li a.link{color: #fff; font-weight: 600; font-size:1.05em; }

			#nav ul li > ul {
				display: none;
			}

			#nav ul li:hover a, #nav ul li:hover span {
				text-decoration: underline;
				/*color: #98ddfc;
				 background-color:#fff; */
			}
			#nav ul li:hover a i, #nav ul li a:hover > i{ text-decoration: none !important;
    display: inline-block;line-height: 3.6; }

			#nav ul li.active a, #nav ul li.active span {
				background: #fff;
			}

			#nav ul li.current a {
				background: #f0f0f0;
				color: #0671a3;
			}

	.dropotron {
		background: #fff;
		letter-spacing: 0.025em;
		color: #696969;
		text-decoration: none;
		border-radius: 0px;
		padding: 0em 0;
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;
		list-style: none;
		padding-left: 0;
	}

		.dropotron li {
			border-top: solid 1px #eee;
			line-height: 3em;
			padding-left: 0;
		}

			.dropotron li:first-child {
				border-top: 0;
			}

			.dropotron li > a, .dropotron li > span {
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
				text-decoration: none;
				color: inherit;
				display: block;
				padding: 0 1.5em;
				text-transform: uppercase;
			}

				.dropotron li > a:hover, .dropotron li > span:hover {
					background: #84d9fe;
				}

			.dropotron li.active > a, .dropotron li.active > span {
				background: #84d9fe;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-left: 0em;
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -0.7em;
				left: 1em;
				border-bottom: solid 0.75em #84d9fe;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				z-index: 1;
				
			}
			

	/* Responsive shopping Cart table */
@media (max-width: 414px) {
  .table-xs tr,
  .table-xs td,
  .table-xs tbody,
  .table-xs thead,
  .table-xs tfoot,
  .table-xs th {
    display: table;
    width: 100%;
    border-collapse: separate;
  }
  /*
  .table-xs > tbody tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }*/
  .table-xs td[title]:before {
    content: attr(title) ": ";
  }
  .table-xs td:before {
    white-space: nowrap;
    width: 50%;
    display: table-cell;
    text-align: left;
    font-weight: bold;
  }
  .table-xs .item-row td:first-child,
  .table-xs .item-row td:nth-child(2) {
    border: 0 none;
  }
  .table-xs .item-row td:first-child {
    border: 0 none;
  }
  .table-xs .item-row td:last-child {
    background: #eee;
    border-bottom: 2px solid #a2a2a2;
    font-weight: bold;
  }
  .table-xs .item-row img {
    margin-bottom: 1em;
  }
  .table-xs .total-row td {
    display: block;
    width: auto;
    border-top: 0 none;
    border-bottom: 3px double #a2a2a2;
    font-weight: bold;
    font-size: 1.5em;
  }
  .table-xs .total-row td:first-child {
    width: 99%;
  }
  
  .table-xs tr:nth-child(odd){background:#fff!important;}
}
.table-xs tr:nth-child(odd){background:#fff!important;}
.table-xs th,.table-xs td{border-bottom:1px solid #ddd;padding:1em}
.table-xs td input[type="text"],.table-xs td input[type="file"],.table-xs td input[type="email"],.table-xs td select{width:100%;padding:0 1em;height:38px;border-radius:0.3em; border:1px solid #909090;background:#fff;font-size:1em;}
.table-xs td textarea{height:100px;width:100%;font-family:arial;color:#454545;padding:1em;border-radius:0.3em; border:1px solid #909090;background:#fff;font-size:1em;}
.table-xs td .rtcpt{padding: .5rem .75rem;
margin-bottom: 0;
text-align: right;
display:flex;
white-space: nowrap;
vertical-align: middle;
padding:0em;

}
.table-xs td h5{font-size: 18px;}

.table-xs td .rtcpt span.capright{padding: .7rem .75rem;
margin-left: -0.2em;
font-size: 0.9rem;
font-weight: 400;
color: #495057;
text-align: right;
line-height: 24	0%;
border: 1px solid #bababa;
border-left-width: 0px;
border-left-style: solid;
border-left-color: rgba(0, 0, 0, 0.15);
border-radius: .25rem;
border-top-left-radius: 0rem;
border-bottom-left-radius: 0rem;
white-space: nowrap;
vertical-align: middle;
padding:0.2em 0.8em 0em 0.8em;
background: #d8d8d8;

}

.rtcpt span.capleft{padding: .7rem .75rem;
margin-right: -0.2em;
font-size: 0.9rem;
font-weight: 400;
color: #495057;
text-align: left;
line-height: 240%;
border: 1px solid #bababa;
border-right-width: 0px;
border-right-style: solid;
border-right-color: rgba(0, 0, 0, 0.15);
border-radius: .25rem;
border-top-right-radius: 0rem;
border-bottom-right-radius: 0rem;
white-space: nowrap;
vertical-align: middle;
padding:0.2em 0.8em 0em 0.8em;
background: #d8d8d8;
z-index: 99;
font-family:arial!important;
}
/*
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#606060;
    width:auto!important;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:35px!important;
    height:35px;
    margin:5px 5px 0px 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left 0px no-repeat;
    cursor:pointer;
    float:left;
}

input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -35px 0px no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#606060;
}

input[type="radio"] + label span {
    display:inline-block;
    width:30px;
    height:34px;
    margin:0px 10px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) -77px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -105px top no-repeat;
}
*/
label.imbselectlist {
    position: relative;
    display: inline-block;
    width:100%;
}

.table-xs td table.noborder td{ border:0px; }


    .imbselectlist select {
        display: inline-block;
        border: 1px solid #8c8c8c;
        padding: 2px 3px 3px 7px;
        margin: 0;
        height:45px;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #ffffff;
        color:#606060;
        font-weight:300;
        -webkit-border-radius:0.2em;
        -moz-border-radius:0.2em;
        border-radius:0.2em;
        font-size:0.9em;
    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .imbselectlist select {
            padding-right:30px; 
            color:#606060;
        	font-weight:300;   
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .imbselectlist select:focus {
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        color:#606060;
        font-weight:300;
    }
    
    /* Select arrow styling */
    .imbselectlist:after {
        content: "â–¼";
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        border-left:1px solid #888;
        font-size: 50%;
        line-height: auto;
        padding: 2.2% 10px 0 10px;
        background: #ffffff;
        color: #444;
        
        pointer-events:none;
        
        -webkit-border-radius:0em 0.2em 0.2em 0;
        -moz-border-radius:0em 0.2em 0.2em 0;
        border-radius:0em 0.2em 0.2em 0;
    }
    
    .no-pointer-events .imbselectlist:after {
        content: none;
    }
    
.imbselectlist option{color:#000;font-weight:normal;font-size:1.2em!important;padding:1em;line-height:2em;}
.imbselectlist option:hover{color:blue;background:#17c248;}
.imbselectlist option {border:1px solid green}

.additionalcolor {background: #4fbfef;}

/* Banner */

	#banner {
		position: relative;
		padding: 2.5em 4em;
		margin-bottom: 2.5em;
	}
	
	.h-450 { height: 450px; }
	
	#banner .text-white {color: #fff!important;}

		#banner h1 {
			font-size: 2.1em;
			font-weight: 300;
			margin: 0em;
			padding: 0px;
		}
		
		#banner h2 {
			font-size: 1.5em;
			margin: 0.1em 0 0.35em 0;
		}

		#banner p {
			font-size: 14px;
			line-height: 1.2em;
			margin: 4px 2px;
		}

		#banner .button {
			width: 100%;
			margin-bottom: 0.5em;
		}

		#banner .button.icon:before {
			position: absolute;
			right: 0.15em;
			top: 50%;
			margin-top: -0.8em;
		}

		#banner .button.alt {
			margin-bottom: 0;
		}

		#banner ul {
			list-style: none;
			padding-left: 0;
			margin: 0 0 0 2em;
		}

		#banner ul li {
			padding-left: 0;
		}

/* Reviews CSS */

/* -- Reviews Styles -- 

.reviews DIV.review {
   height: 295px;
   width: 350px;
   margin: 20px 40px 20px 5px;
   padding: 10px 20px 0px 20px;
   background-size: cover;
   background-repeat: no-repeat;
   font-size: 17px;
   text-align: left;
}
.review SPAN {
   display: block;
}
.review SPAN.stars {
   height: 30px;
   line-height: 30px;
   font-size: 15px;
}
.review SPAN.review-text {
   height: 150px;
   overflow-y: auto;
   font-weight: 300;
   line-height: 1.3;
}
.review SPAN.reviewer {
   height: 20px;
   font-weight: bold;
   margin-top:1em;
}
.review SPAN.reviewer-country {
   height: 20px;
}
.review SPAN.review-date {
   height: 20px;   
}

.reviews DIV:nth-child(odd) DIV.review{
  background: #ffe7d7;
  color: #000000;
  border: 2px solid #ff6600;
}
.reviews DIV:nth-child(even) DIV.review {
  border: 2px solid #ff6600;
  color: #000;
}
.reviews TD:nth-child(odd) DIV.review{
   background: #fff0e6;
  color: #000000;
  border: 2px solid #ff6600;
}
.reviews TD:nth-child(even) DIV.review {
  border: 2px solid #ff6600;
  color: #000;
}

.reviews DIV:nth-child(odd) DIV.review SPAN.stars {
  color: #ffb204;
}
.reviews DIV:nth-child(even) DIV.review SPAN.stars {
  color: #ffb204;
}
.reviews TD:nth-child(odd) DIV.review SPAN.stars {
  color: #ffb204;
}
.reviews TD:nth-child(even) DIV.review SPAN.stars {
  color: #ffb204;
}

*/

/* -- Reviews Styles -- */

.reviews DIV.review {
   height: 360px;
   width: 395px;
   margin: 20px 0px 0px 5px;
   padding: 10px 20px 0px 20px;
   background-size: cover;
   background-repeat: no-repeat;
   font-size: 17px;
   text-align: left;
}
.review SPAN {
   display: block;
}
.review SPAN.stars {
   height: 30px;
   line-height: 30px;
   font-size: 15px;
}
.review SPAN.review-text {
   height: 150px;
   overflow-y: auto;
}
.review SPAN.reviewer {
   height: 20px;
   font-weight: bold;
   margin-top:1em;
}
.review SPAN.reviewer-country {
   height: 20px;
}
.review SPAN.review-date {
   height: 20px;   
}

.reviews DIV:nth-child(odd) DIV.review{
  background-image: url("../images/testimonial-bg-gray.png");
  color: #000000;
}
.reviews DIV:nth-child(even) DIV.review {
  background-image: url("../images/testimonial-bg.png");
  color: #FFFFFF;
}
.reviews TD:nth-child(odd) DIV.review{
  background-image: url("../images/testimonial-bg-gray.png");
  color: #000000;
}
.reviews TD:nth-child(even) DIV.review {
  background-image: url("../images/testimonial-bg.png");
  color: #FFFFFF;
}

.reviews DIV:nth-child(odd) DIV.review SPAN.stars {
  color: #01B2D4;
}
.reviews DIV:nth-child(even) DIV.review SPAN.stars {
  color: #FFFFFF;
}
.reviews TD:nth-child(odd) DIV.review SPAN.stars {
  color: #01B2D4;
}
.reviews TD:nth-child(even) DIV.review SPAN.stars {
  color: #FFFFFF;
}

/* Footer */

	#footer {
		margin-top: 0;
		padding-bottom: 0em;
		font-weight: 300;
		font-size: 14px;
	}

		#footer a {
			color: #000;
			font-weight:300;
			line-height: 1.5;
			display: inline-block;
		}
	#footer a:hover { color:#198abb; text-decoration: none; }
	#footer ul li {line-height: 2.3!important; padding: 0px 0;}

	#copyright {
		color: #616161;
		padding: 10px 0 20px;
		text-align: center;
		border-top: 1px solid rgba(0,0,0,0.2);
		font-weight: 300;
		font-size: 14px;
	}

		#copyright a {
			color: inherit;
		}
		
	#footer h3, #footer h4 { color: #000; font-weight: 500; text-transform:uppercase; margin-bottom: 15px;}


/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}

	}

/* Medium */

	#navPanel, #navToggle {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

			section.last, article.last {
				margin-bottom: 0 !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Menu */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}
		

		/* Actions */

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: auto;
				text-align: center;
				font-size: 1.3em;
				padding: 0.85em 0 !important;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

					input[type="button"].icon:before,
					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
						top: 0.05em;
					}
		
			.widget.contact ul li.col-6 {
				width: 100%!important;	
			}

		/* Wrappers */

			#header-wrapper {
				padding: 3em 0 1em 0;
				text-align: center;
			}

			#footer-wrapper {
				padding: 6em 0 4em 0;
			}

		/* Header */

			#header {
				margin: 0 auto;
			}

		/* Logo */

			#logo span {
				display: block;
				margin: 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Banner */

			#banner {
				padding: 4.5em 3em;
				text-align: center;
			}

				#banner ul {
					margin: 2em 0 0 0;
				}

				#banner .button.icon:before {
					position: relative;
					right: auto;
					top: auto;
				}

		/* Content */

			#content {
				border-bottom: solid 1px #e8e8e8;
				padding: 4em 0;
				margin-bottom: 0 !important;
			}

				#content > :last-child {
					margin-bottom: 0 !important;
				}

			#sidebar {
				border: 1px solid #ddd;
				padding: 1em 2em;
				background: #f1f1f1;
			}
			
			#sidebar > :last-child {
				margin-bottom: 0 !important;
			}

		/* Footer */

			#copyright {
				padding: 0;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navToggle {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 50%;
				z-index: 10001;
			}

				#navToggle .toggle {
					text-decoration: none;
					width: 70px;
					height: 50px;
					opacity: 1;
				}

					#navToggle .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#navToggle .toggle:before {
						display: inline-block;
						text-decoration: none;
						position: absolute;
						left: 6px;
						top: 6px;
						background: rgb(227 162 116);
						width: 45px;
						height: 38px;
						border-radius: 6px;
						content: '\f0c9';
						color: #fff;
						text-align: center;
						line-height: 38px;
						font-size: 20px;
					}

					#navToggle .toggle:active {
						opacity: 0.75;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #fff;
				box-shadow: inset -3px 0px 0px 0px #dfdfdf;
				padding: 0 23px 0 20px;
			}

				#navPanel .link {
					display: block;
					text-decoration: none;
					height: 54px;
					line-height: 1.5;
					border-top: solid 1px #e8e8e8;
					color: #696969;
					padding: 10px 0 0;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #444;
					font-weight: 800;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navToggle {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
		
		.headtop {
			right: 10px;
			position: absolute;
			top: 0;	
		}
		
	}


/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */
		
			.my-packages-wrapper {
				
				position: relative;
				z-index: 999;
				background-color: #FFFFFF;
				width: 100%;
				top: 0;
			}
			
			.my-packages-wrapper a,.my-packages-wrapper a.ACTIVE
			{
				display: block;	
			}
			
			.my-packages-subnav {top: 0px!important;}


			body, input, select, textarea {
				line-height: 2em;
			}

			h2, h3, h4, h5, h6 {
				font-size: 20pt;
				margin: 1em;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

				section.last, article.last {
					margin-bottom: 0 !important;
				}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Menu */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

		/* Actions */

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.25em !important;
				padding: 0.65em 0 !important;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

					input[type="button"].icon:before,
					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
						top: 0.05em;
					}

		/* Box */

			.box {
				padding: 15px 15px 15px 15px;
				margin: 0;
			}

			.box.feature {
				margin: 20px 0 0 0 !important;
				padding: 0;
			}

			.box.feature .inner {
				padding: 15px 0;
			}

			.box.feature p {
				margin: 0;
			}

			.box.feature .image {
				position: relative;
				margin: 0;
			}

			.box.feature .image img {
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			}

		/* Widgets */

			.widget.thumbnails .image {
				margin: 0;
			}

			.widget.thumbnails .x {
				padding: 1em 0.5em 0 0;
			}

			.widget.thumbnails .y {
				padding: 1em 0 0 0.5em;
			}

			.widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
				padding-top: 0;
			}

		/* Wrappers */

			#header-wrapper {
				padding: 0em 0 0em 0;
			}

			#banner-wrapper {
				padding: 0 ;
			}

			#features-wrapper {
				padding: 0 15px 10px 15px;
			}
			
			#grn-wrapper {
					font-weight: 500;
					background: #e8e8e8;
					font-size: 22px;
					padding: 20px;
					text-align: center;
					margin: 0px 0 0;
				}

			#main-wrapper, #footer-wrapper {
				padding: 10px 30px 10px 30px;
			}

		/* Logo */

			#logo h1 {
				font-size: 2.75em;
				padding: 0.2em 0.275em;
			}

			#logo span {
				line-height: 3em;
			}

		/* Banner */

			#banner {
				text-align: center;
				padding: 15px 15px 15px 15px;
				margin: 0 auto !important;
			}

			#banner h2 {
				font-size: 2em;
				margin: 0.75em 0 0.5em 0;
			}

			#banner p {
				font-size: 1.5em;
				line-height: 1.5em;
				margin: 0;
			}

			#banner ul {
				margin: 0;
			}

			#banner .button {
				margin: 0 0 1em 0;
			}

		/* Content */

		#content {
			padding: 1em;
		}
		
		/* Newsletter */
		
		#newsletter-wrapper {
				padding: 1em;
				font-size: 1em;
			}
		#newsletter-wrapper input {
				width: 100%;
			}
		
		ul.style2 li {
			padding-left: 0;
			display: block;
			width: 100%;
		}
		

		/* Footer */

		#footer section {
			border-bottom: solid 1px #ccc;
			padding-bottom: 3em;
			margin-bottom: 1em !important;
		}

		#copyright {
			text-align: center;
			padding: 10px 1em;
			line-height: 1.5;
		}
		
		.section-title SPAN.title-content {
			display: inline-block;
			background-color: #FFFFFF;
			color: #454545;
			height: auto;
			line-height: 30px;
			font-size: 25px;
			font-weight: 500;
			padding: 15px 15px 0px 15px;
		}

	}
	

/* LOGO SLIDER */

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	padding: 2em 0em 1em;
	margin: 0 3.5em;
	border-top:1px solid rgba(255,255,255,0.5);
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* accordion style */

/* Styles for Accordion */
.toggle:last-child {
  border-bottom: 1px solid #dddddd;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 6px;
}
.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
  color:#000;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
  font-weight: 400;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("../images/plus-minus.png") -15px -5px no-repeat;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url("../images/plus-minus.png") -15px -28px no-repeat;
}


.switch-lang {
  width: 120px;
  text-align: left;
  float: right;
  cursor: pointer;
  z-index: 50;
  top: 20px;
  right: 0px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  background: transparent;
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
}

    .caret {
        width: 0;
        height: 0;
        display: inline-block;
        border: 5px solid transparent;
		margin-top: 11px;
    	margin-right: 15px;
    }
    .caret.down{
        border-top-color: #ffffff;
    }
    .caret.right{
        border-left-color: #ffffff;
    }
    .caret.up{
        border-bottom-color: #ffffff;
    }
    .caret.left{
        border-right-color: #ffffff;
    }

.lang-flag {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.lang-text {
  display: inline-block;
  margin-left: 0px;
  vertical-align: top;
  margin-top: 2px;
  font-weight: 500;
}
.lang-dropdown {
  display: none;
  border: 1px solid #f0f0f0;
  padding: 1em 0 0 0;
  background:#fff;
  border-radius: 5px;
  margin-top: 0px;
  position: absolute;
  z-index: 9;
  width: 150px;
  max-height: 150px;
  overflow: auto;
  overflow-x: hidden;
  font-weight: normal;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
  font-weight: normal;
}
.selecting-lang:hover {
  background: #ddd;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 0px;
}

.accordion {
  max-width: auto;
  float:left;
  width: 100%;
  margin: 0px auto 0;
}
.accordion__item {
  margin-bottom: -1px;
}
.accordion__title {
  padding: 0px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  border:1px solid #ddd;
}
.accordion__title::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-left: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 2em;
  height: 2em;
  transition: transform 0.3s ease-in;
}
.is-open .accordion__title::before {
  transform: rotate(180deg);
  font-family: "Font Awesome 5 Free";
  content: '\f146';
}
.accordion__body {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  transition: height 0.3s ease-in-out;
}
.accordion__content {
  padding: 0px;
  margin-top: 5px;
  font-size: 12px;
  line-height:1.5;
}

.accordion__content label{color: #838B91;
    font-weight: normal;
    display: block;
    font-size: 8pt;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;}

.accordion__content ul{ list-style-type:none; margin: 0; padding: 0; }
.accordion__content ul li{ list-style-type:none; margin: 0; padding: 5px 0; line-height: 1.3; }
.accordion__content ul li a{ margin: 0; padding: 0;}
.accordion__content ul li a:before{ margin: 0 10px 0 0; padding: 0; content:'›'; float: left;
    height: 30px;}
	
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 0%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px 0px 20px 20px;
    border: 1px solid #888;
    width: 70%;
	height: 600px;
}

/* The Close Button */
.modal .close {
    color: #aaaaaa;
	position: relative!important;
    float: right;
	top: -70px!important;
	right: 20px!important;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.input-group-addon, .input-group-addon:first-child {
    border: none!important;
    opacity: 1;
    background-color: transparent;
    padding: 5px;
}

.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon{
    padding: 15px 25px 16px 20px;
    position: absolute;
    margin: 1px 10px 1px 1px;
}

.table-bordered ,.table-bordered tr td{
    border: 1px solid #ddd;
}

.plans-table-head>thead>tr>th{text-align:center;vertical-align:top;font-weight:500;border-bottom:1px solid #ddd}.plans-table-head>thead>tr>th.plan-header{vertical-align:middle;font-size:18px;text-align:center;font-weight:600;color:#000;padding:25px 15px;line-height: 2;}.plans-table>tbody>tr>th{vertical-align:middle;font-size:18px;text-align:center;font-weight:400;color:#000;padding:20px 15px}.plans-table>tbody>tr>td,.rewards-table>tbody>tr>td{vertical-align:middle;font-size:16px;text-align:left;color:#000;padding:20px 15px;background-position:center center;background-repeat:no-repeat;background-size:25px 25px;text-align:left}html[dir=rtl] .plans-table>tbody>tr>td,.rewards-table>tbody>tr>td{text-align:right}table.bus-plans{width:100%;border:solid 1px #ddd}table.bus-plans td,table.bus-plans th{border:solid 1px #ddd;padding:10px}table.bus-plans th{font-weight:300}table.bus-plans thead th.plan-selector{padding:0}table.bus-plans thead th.standard{background-color:#9bba10;color:#fff;vertical-align:middle;text-align:center}table.bus-plans thead th.starter{background-color:#709a10;color:#fff;vertical-align:middle;text-align:center}table.bus-plans thead th.growth{background-color:#477219;color:#fff;vertical-align:middle;text-align:center}table.bus-plans thead th.enterprise{background-color:#1d3207;color:#fff;vertical-align:middle;text-align:center}table.bus-plans tbody td{text-align:center;padding-top:15px;padding-bottom:15px}@media(min-width:768px){table.bus-plans tbody td,table.bus-plans tbody th{font-size:14px}}@media(max-width:767px){table.bus-plans td,table.bus-plans th{font-size:12px}.plans-table-head thead tr th{display:contents;}}table.select-plan{margin:auto;width:auto}table.select-plan>tbody>tr>td{padding:15px 35px 0;text-align:center;font-size:16px;border:none}table.select-plan>tfoot>tr>td{padding:20px 15px 35px;border:none}table.select-plan>tbody>tr>td.or{padding-left:0;padding-right:0}table.select-plan>tbody>tr>td strong{font-size:40px;font-weight:500;display:block;margin-bottom:10px}table.select-plan>tbody>tr>td strong small{font-size:16px}table.select-plan>tbody>tr>td span{display:inline-block;width:auto}html[dir=rtl] table.select-plan>tbody>tr>td span{margin-right:-40px}table.select-plan>tbody>tr>td label{margin-left:-20px}table.select-plan>tfoot>tr>td .btn{min-width:200px}div.checkmark,div.nocheckmark{vertical-align:middle;font-size:16px;text-align:left;color:#000;background-position:center center;background-repeat:no-repeat;background-size:22px 22px}.rewards-table>tbody>tr>td{background-size:20px 20px}div.checkmark,.plans-table>tbody>tr>td.checkmark,.rewards-table>tbody>tr>td.checkmark{background-image:url(../images/check.svg)}div.nocheckmark,.plans-table>tbody>tr>td.nocheckmark,.rewards-table>tbody>tr>td.nocheckmark{background-image:url(../images/nocheck.svg)}.table.plans-table-head>thead>tr>th{padding:0}.plans-table-head thead th.plans-header{vertical-align:middle;font-size:38px;font-weight:300;color:#878787;z-index:1001}.plans-table-head thead th div.plan-type{color:#fff}.plans-table-head thead th.free div.plan-type{background-color:#ef9250}.plans-table-head thead th.monthly div.plan-type{background-color:#d87a37}.plans-table-head thead th.annual div.plan-type{background-color:#c35f18;background-image:url(../images/premium.svg);background-position:right top;background-repeat:no-repeat;background-size:35px 35px}.plans-table-head thead th.annual small,.plans-table-head thead th.monthly small{font-size: 13px;}.plans-table-head thead th.standard div.plan-type{background-color:#75c2d0}.plans-table-head thead th.premium div.plan-type{background-color:#6598cc}.plans-table-head thead th.business div.plan-type{background-color:#6aaf1b}.plans-table-head thead th{width:40%}.plans-table-head .plan-type{font-size:20px;line-height:30px;height:85px;vertical-align:middle;padding-top:15px;margin-bottom: 1em;}.plans-table-head.plans-table-signup .plan-type{height:60px}.plans-table-head thead th.currentplan{background: #ffd5b8!important;}.plans-table-head .plan-description{height:50px;padding:10px 30px}.plans-table-head .plan-price{font-size:40px;font-weight:500;margin-top:0;margin-bottom:10px;line-height:1}.plans-table-head .plan-price small{font-size:18px;font-weight:300;vertical-align: middle;}.plans-table-head .plan-price span.annual{display:block}.plans-table-head .plan-price span.monthly{display:none}.plans-table-head .plan-price.monthly span.annual{display:none}.plans-table-head .plan-price.monthly span.monthly{display:block}.plans-table-head .plan-paymentterm{text-align:center;height:60px}.plan-paymentterm{color:#454545;font-weight:300}.plan-paymentterm span.free{display:block;padding-top:4px}.plans-table-head .plan-paymentterm>div{display:inline-block;min-width:100px}.plans-table-head .plan-button .btn,.rewards .plan-button .btn{border:solid 1px #ee5930;background-color:#fff;color:#ee5930;text-transform:uppercase;font-size:14px;font-weight:500;display:block;margin:15px 30px;padding:5px 5px;width:calc(100% - 70px);box-sizing:border-box}.plan-button .btn.padded{background-color:transparent;padding:14px 20px}.plans-table tbody tr:first-child td{border-top:none}.plans-table tbody tr td{width:21%}.plans-table tbody tr td:first-child{width:30%}.plans-table-head thead tr th{width:21%}.plans-table-head thead tr th:first-child{width:30%;padding-left: 10px;}.modal-body .plans-table tbody tr:first-child td{border-top:none}.modal-body .plans-table tbody tr td{width:23%}.modal-body .plans-table tbody tr td:first-child{width:20%}.modal-body .plans-table-head thead tr th{width:23%}.modal-body .plans-table-head thead tr th:first-child{width:20%}.get-premium-button{padding:14px 35px;margin:10px 0 25px;font-size:14px;text-transform:uppercase}.plans-table-head .plan-button .btn:hover,.plan-button .btn:focus{color:#fff;border:solid 1px #ee5930;background-color:#ee5930}.plans-table .plan-button .btn:active{color:#fff;background-color:#05c8e8;border:solid 1px #05c8e8}

@media (min-width:768px) {
  TABLE.bullets {
    margin: 0px 60px 0px 60px;
  }
}

TABLE.bullets TD {
  padding: 5px 15px 15px 15px;
}
TABLE.bullets TH, TABLE.bullets TD {
  vertical-align: top;
  font-weight: 300;
}
TABLE.bullets TH{
  padding: 0px 15px 30px 15px;
}

TABLE.bullets TD STRONG {
  color: #00A9CE;
}
TABLE.bullets TH DIV {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ff6600;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 15px;
}
@media (max-width:767px) {
  TABLE.bullets TH {
    padding: 0px 10px 30px 10px;
  }
  TABLE.bullets TD {
    padding: 5px 10px 15px 10px;
  }
}

.sideaccordion {
  max-width: auto;
  float:left;
  width: 100%;
  margin: 30px auto 2em;  
}

.sideaccordion ul {
  margin: 0;
  padding: 0;
}

.sideaccordion .pagenav {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.sideaccordion .pagenav a {
  text-decoration: none;
  color: #323232;
}

.sideaccordion .pagenav ul {
  display: none; /* hides all ul content by default (see exceptions in JS) */
  padding: 15px 0;
  margin: 0;
}

.sideaccordion .pagenav li {
  margin-bottom: 3px;
  list-style: none;
}

.sideaccordion .pagenav ul li.page_item a{
    border: 1px solid #fff;
    font-weight: 300!important;
    display: block;
    padding: 0.2em 1em!important;
    border-radius: 0.3em;
    color: #454545;	
}

.sideaccordion .pagenav ul li.page_item a:before {
    margin: 0 10px 0 0;
    padding: 0;
    content: '›';
    float: left;
    height: 30px;
}

.sideaccordion .pagenav ul li a.current_page_item, .sideaccordion .pagenav ul li.page_item a:hover{
    border: 1px solid #ddd;
    font-weight: 300!important;
    display: block;
    padding: 0.2em 1em!important;
	text-decoration:none;
    background-color: #f8f8f8;
    border-radius: 0.3em;
    color: #06C;}

.sideaccordion .pagenav h4 {
  padding: 5px 0;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
}

.sideaccordion .pagenav h4 i {
  font-size: 24px;
  position: absolute;
  right: 30px;
  line-height: 20px;
  transition: .2s;
  -webkit-transition: .2s;
  -ms-transition: .2s;
}

.sideaccordion .pagenav.open h4 i {
  transform: rotate(90deg);
}

.sideaccordion a:hover, .sideaccordion .pagenav li.current_page_item a {
  text-decoration: underline;
}

.timeline {
  padding: 15px;
  display: grid;
  grid-template-columns: 40% auto;
  justify-content: center;
}

.timeline ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
.timeline li {
  margin-top: 30px;
  position: relative;
  padding: 25px;
}
.timeline li p {
  padding: 0 20px;
  transition: 1.5s;
}

.timeline .date {
  position: absolute;

  top: 30px;
  left: -50px;
  opacity: 1;
  transition: 1.5s;
  font-size: 11px;
}

.timeline li.completestep { color: #f39776; }
.timeline li.completestep .timeline-point { background:#f39776; }
.timeline li.completestep .date,.timeline li.completestep p { color: #f39776!important; font-weight: 600; }

.timeline .timeline-line {
  background: rgb(228, 228, 228);
  width: 4px;
  border-radius: 12px;
  position: relative;
  justify-self: end;
}

.timeline .timeline-point {
  border: none;
  position: absolute;

  border-radius: 50%;
  background: rgb(228, 228, 228);
  width: 8px;
  height: 8px;

  top: 30px;
  left: -6px;
  transition: 1.5s ease;
}
.timeline .timeline-innerline {
  position: absolute;
  background: blue;
  width: 4px;
  height: 0%;

  top: 0%;
  left: 0%;

  transition: 1s linear;
}

@media screen and (min-width: 728px) {
  .timeline {
    display: block;
	margin-top: 4em;
	margin-bottom: 2em;
  }
 .timeline  ul {
    flex-direction: row;
  }
  .timeline li {
    margin-top: 0px;
    position: relative;
    width: 100%;
    padding: 0px;
  }
  .timeline li p {
    transform: translateY(-10px);
    opacity: 1;
    /* padding: 0 20px; */
    transition: 1.5s;
	font-size: 13px;
	min-height: 40px;
    text-align: center;
  }

  .timeline .date {
    opacity: 1;
    transition: 1.5s;
    font-size: 11px;

    position: absolute;
    top: -75px;
    left: 35%;
  }

  .timeline .timeline-point {
    width: 15px;
    height: 15px;

    top: -40px;
    left: 40%;
    transition: 1.5s ease;
  }

  .timeline .timeline-line {
  	width: 84%;
    height: 4px;
    margin: 0 auto;
    left: -10px;
  }

  .timeline .timeline-innerline {
    position: absolute;
    background: blue;
    width: 0%;
    height: 4px;

    top: 0%;
    left: 0%;

    transition: 1s linear;
    border-radius: 999px;
  }
}

@media screen and (max-width: 768px) {
	.timeline { display: none; }
 }

.rotatebg-style {
	    background: #eefaff;
		border-radius: 3em;
		transform: rotate(45deg);
		width: 150px;
		height: 150px;
		position: absolute;
		z-index: -9999;
	}