@import url("fixes/reset.css");
@import url("fixes/fonts.css");
@import url("fixes/base.css");
@import url("fixes/clearfix.css");

/* FONTS */
@font-face {
    font-family: 'questa_granderegular';
    src: url('fonts/2-questa_grande_regular_31-webfont.eot');
    src: url('fonts/2-questa_grande_regular_31-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/2-questa_grande_regular_31-webfont.woff2') format('woff2'),
         url('fonts/2-questa_grande_regular_31-webfont.woff') format('woff'),
         url('fonts/2-questa_grande_regular_31-webfont.ttf') format('truetype'),
         url('fonts/2-questa_grande_regular_31-webfont.svg#questa_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* PAGE LAYOUT */
* {
	outline: none;	
}
html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 1em 0;
}

/* HEADER */

header {
	border-bottom: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 20;
}
header .logo-banner {
	width: calc(100% - 40px);
	display: inline-block;
	background-color: #ffffff;
	padding: 20px;
	transform: translateZ(0);
}
header .logo-banner img {
	width: 70%;
	max-width: 740px;
}

/* NAVIGATION */

#nav1 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
	height: 50px;
}
#nav1 ul {
    z-index: 100;
	width: 100%;
	margin: 0 auto;
    position: relative;
    list-style: none;
	padding: 0;
	height: 50px;
	
	list-style-type: none;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
		text-align: right;
		display: -webkit-flex;
		display: flex;
		display: -ms-flexbox;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
		white-space: nowrap;
}
#nav1 ul li {
    position: relative;
    display: inline;
    float: left;
	text-align: center;
	font-size: 100%;
	white-space: nowrap;
}
#nav1 ul li:first-child {
	padding: 0 0 0 0;
}
#nav1 ul li:last-child {
	border-right: none;
}
#nav1 ul li a, #nav1 ul li span {
    display: block;
    position: relative;
    padding: 0 10px;
    text-decoration: none;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: normal;
}
#nav1 ul li a:link, #nav1 ul li a:visited {
    color: #000;
}
#nav1 ul li:hover > a {
	color: #EA3F3F;
}
#nav1 ul li ul {
    position: absolute;
    left: -5000px;
	top: auto;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s .3s, left 0s .3s;
    transition: opacity .3s, visibility 0s .3s, left 0s .3s;
	border: none;
}
#nav1 ul li:hover > ul {
    visibility: visible;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
#nav1 ul li ul li {
    display: list-item;
    float: none;
	width: 100%;
	list-style-type: none;
	border: none;
}
#nav1 ul li ul li:first-child {
	border: none;
}
#nav1 ul li ul li ul {
    top: 0;
    left: 100%;
}
#nav1 ul ul li:hover > a {
    background: #89C5CE;
	color: #fff !important;
}
#nav1 ul ul li:hover > ul {
    left: 100%;
}
#nav1 ul li ul li a {
    margin: 0;
    background: #fff;
	color: #333;
	text-transform: none;
	font-weight: lighter;
	line-height: normal;
	height: auto;
	padding: 15px 20px;
}
#nav1 ul li > a {
}
#nav1 ul li > a:only-child {
}
#nav1 ul li > a:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    right: 8px;
}
#nav1 ul li > a:only-child:after {
    display: none;
}
#nav1 ul li ul li > a:after {
    /* change arrow to right arrow inside sub UL LIs */
    top: 40%;
    right: 8px;
}
.nav1 input[type="checkbox"] {
	display: none;
}

/* ROYAL SLIDER */
#full-width-slider {
	width: 100%;
	color: #000;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}
@media screen and (min-width:960px) and (min-height:660px) {
	.heroSlider .rsOverflow,
	.royalSlider.heroSlider {
    	height: 670px !important;
	}
	.home .heroSlider .rsOverflow,
	.home .royalSlider.heroSlider {
    	height: 670px !important;
	}
}
@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 670px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.royalSlider.heroSlider,
	.royalSlider.heroSlider .rsOverflow {
		height: 670px !important;
	}
}
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}
.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('../prototype/css/images/rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }
.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }
.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
	transform: translateZ(0);
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}
.arrow {
	position: relative;
	left: calc(50% - 20px);
	top: -60px;
	background-color: #fff;
    background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	transform: translateZ(0);
}
.arrow:hover {
	background-color: #000;
	background-image: url("../images/arrow-on.png");
}
.arrow a {
	display: block;
    height: 100%;
    width: 100%;
}
.rsGCaption {
	font-size: 120%;
	color: #666;
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding: 10px 0;
}

/* MAIN */
main {
    width: 100%;
    float: left;
	text-align: center;
    position: relative;
	z-index: 1;
	padding-top: 140px;
}
#content {
	width: 100%;
	max-width: 960px;
	text-align: left;
	margin: 0 auto;
}
#content .banner {
	max-width: 960px;
	margin-top: 50px;
}
.content-image {
	width: 100%;
}
.content-image img {
	width: 100%;
}
.content-image p {
	font-size: 100%;
	color: #666;
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding: 10px 0;
}
.content-text {
	max-width: 960px;
	margin: 0 auto 100px auto;
	padding: 20px 0 0 0;
	display: inline-block;
}
.content-text  ul {
	margin: 0 0 15px 0;
	font-size: 110%;
	color: #333;
	line-height: 150%;
	word-spacing: 0.25em;
    padding-left: 20px;
    text-indent: -20px;
}
.content-text  ul li {
	list-style-type: none;
	text-decoration: none;
	padding-left: 20px;
	margin: 0 0 10px 0;
}
.content-text  ul li:before {
	content: "▪ ";
	font-size: 200%;
	vertical-align: bottom;
	margin: 0 0 1px 0;
	color: #EA3F3F;
}
.content-text .quote {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 50px 0;
	padding: 30px 0;
	font-size: 175%;
	line-height: 150%;
}
.content-column {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.content-column img {
	width: 100%;
	margin-bottom: 30px;
}
.content-column h2 {
	text-align: center;
	margin-top: 0;
}
.content-column-left {
	width: calc(50% - 20px);
	padding: 0 10px 0 0;
	display: inline-block;
}
.content-column-right {
	width: calc(50% - 20px);
	padding: 0 0 0 10px;
	display: inline-block;
	float: right;
}
.content-column-right .label {
	margin: 0;
}
.content-column-right input {
	width: calc(100% - 22px);
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	border: 1px solid #aaa;
}
.content-column-right textarea {
	width: calc(100% - 22px);
	padding: 10px;
	border: 1px solid #aaa;
}
.content-column-right input[type=submit] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #aaa;
	height: 60px;
	margin: 20px 0 0 0;
	color: #333;
}
.content-column-right input[type=submit]:hover {
	color: #fff;
	background-color: #333;
}
.home-image {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.home-image img {
	width: 500px;
}
iframe {
	width: 100%;
}
.cta-btn {
	width: 50%;
	background-color: #EA3F3F;
	padding: 20px;
	text-align: center;
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 150%;
	color: #fff;
	margin: 0 auto 30px auto;
	display: block;
}
.cta-btn:hover {
	background-color: #333;
}
.content-text table, .content-text td  {
	border: none;
	padding: 0;
}
table.price-matrix {
	width: 100%;
	border: solid 1px #000;
}
table.price-matrix td {
	border: solid 1px #000;
	padding: 10px;
}
footer {
	max-width: 960px;
	margin: 0 auto 100px auto;
	padding: 0 20px;

}
footer p {
	font-size: 96%;
	text-align: center;
}

/* TEXT FORMATTING */
.border {
	border: 1px #ccc solid;
	padding: 30px;
	width: calc(50% - 80px);
}
a,a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #EA3F3F;
}
h1 {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 400%;
	color: #000;
	text-align: center;
	font-weight: lighter;
}
h2 {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 275%;
	color: #000;
	font-weight: lighter;
	margin: 55px 0 10px 0;
}
h3 {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 138.5%;
	color: #000;
}
h4 {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 138.5%;
	color: #000;
}
h5 {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 120%;
	color: #000;
}
h6 {
	font-size: 110%;
	color: #000;
	font-weight: strong;
}
p, td {
	color: #333;
	line-height: 175%;
	margin: 0 0 20px 0;
	word-spacing: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
}
p, label, button, input, textarea, label {
	font-size: 110%;
}
p strong {
	color: #000;
}
.back-to-top {
	text-align: right;
}
.highlight {
	font-family: 'questa_granderegular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 175%;
	line-height: 150%;
}
.security-image {
	width: 100%;
}
.back-to-top {
	text-align: right;
	width: 100%;
}
.map {
	width: 100%;
	height: 450px;
	frameborder: 0; 
}

/* HEADER */

/* NAVIGATION */

/* MAIN CONTENT */

/* CONTACT PAGE */

.icon {
	float: left;
	margin-right: 10px;
}
.icon img {
	width: 40px;
}


/* FOOTER */

@media (max-width:1030px){
	main {
		padding-top: 80px;
	}
	header {
		
	}
	.content-text {
		margin-left: 20px;
		margin-right: 20px;
	}
	.content-column-left {
		width: 100%;
	}
	.content-column-right {
		width: 100%;
	}
	.border {
		width: calc(100% - 62px);
		margin-bottom: 30px;
		/*border: none;
    	padding: 0px;*/
	}
	#navi ul li a {
		padding: 0 10px;
	}
	.royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
		height: 500px !important;
	}
	.rsMainSlideImage {
		
	}
}
@media (max-width:700px){
	/*  MOBILE MENU  */
	.nav1 {
		width: 0 ;
	}
	.nav1, .nav1 * {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav1 input[type="checkbox"] {
		position: absolute;
		right: 0;
		top: 0;
		visibility: hidden;
	}
	.nav1 > label {
		z-index: 100;
		display: block;
		position: absolute;
		font-size: 10px;
		width: 3.5em;
		height: 3em;
		top: 20px !important;
		right: 20px;
		text-indent: -1000px;
		border: 0.3em solid #999;
		border-width: 0.3em 0;
		cursor: pointer;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		margin-left: 20px;
	}
	#nav1 ul li:hover > ul {
		visibility: visible;
		left: calc(100% - 0px);
		opacity: 1;
		top: 0;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
	}
	.nav1 > label::before, .nav1 > label::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 0.3em;
		top: 50%;
		margin-top: -0.2em;
		left: 0;
		background: #999;
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}	
	#nav1 ul {
		display: block;
		width: 100%;
	}
	#nav1 ul li {
		height: auto;
		float: none;
		display: block;
		width: 100%;	
		border-right: none;
	}
	.nav1 #nav1 {
		margin: 0;
		padding: 0;
		position: fixed;
		width: 50%;
		font-size: 100%!important;
		height: 100%;
		left: -50%;
		top: 0;
		z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		background: #333;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.nav1 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.nav1 ul li {
		display: block;
		margin: 0;
		width: 100%;
	}
	#nav1 ul li:first-child {
    	padding: 0;
		border: none;
	}
	#nav1 ul li:last-child {
    	padding: 0;
	}
	.nav1 ul li a {
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 15px;
		text-align: left;
		font-size: 120%;
		float: none;
		color: #959fa3!important;
		width: 100%;
	}
	.nav1 ul li a:hover {
		color: #fff!important;
	}
	.nav1 #nav1 label {
		cursor: pointer;
		position: absolute;
		text-transform: lowercase;
		right: 0;
		top: 0;
		-moz-border-radius: 0 0 0 40px;
		-webkit-border-radius: 0 0 0 40px;
		border-radius: 0 0 0 40px;
		width: 40px;
		height: 30px;
		background: none;
		text-align: center;
	}
	.nav1 .overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		opacity: .5;
		background: #fff;
		z-index: 1001;
		visibility: hidden;
	}
	.nav1 .overlay label {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.nav1 #nav1 label:hover::after {
		-moz-transform: rotatey(180deg);
		-ms-transform: rotatey(180deg);
		-webkit-transform: rotatey(180deg);
		transform: rotatey(180deg);
	}
	.nav1 input[type="checkbox"]:checked ~ label {
		border-color: transparent;
	}
	.nav1 input[type="checkbox"]:checked ~ label::before {
		transform: rotate(-45deg);
	}
	.nav1 input[type="checkbox"]:checked ~ label::after {
		transform: rotate(45deg);
	}
	.nav1 input[type="checkbox"]:checked ~ #nav1 {
		left: 0;
	}
	.nav1 input[type="checkbox"]:checked ~ div.overlay {
		visibility: visible;
	}
	.royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
		height: 300px !important;
	}
	.rsMinW .rsBullets {
		display: none;
	}
	.home-image img {
		width: 100%;
	}
}
@media (max-width:530px){
	main {
		padding-top: 0;
	}
	#navi ul li {
		height: 40px;
		line-height: 40px;
	}
	#navi ul li a {
		padding: 0 10px;
	}
	.content-column-right.about {
		width: 100%;
	}
	.content-image {
		display: none;
	}
}