/* Fonts */

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tisapromedium';
    src: url('../fonts/tisapro-medi-webfont.eot');
    src: url('../fonts/tisapro-medi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tisapro-medi-webfont.woff') format('woff'),
         url('../fonts/tisapro-medi-webfont.ttf') format('truetype'),
         url('../fonts/tisapro-medi-webfont.svg#tisapromedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global */

body {
	font-family: 'proxima_nova_rgregular';
	font-weight: 400;
	font-size: 22px;
	color: #4b4d57;
	background-color:#ffffff;
	/*background: url(../images/bodyBG.png) center top no-repeat;*/
}
img {
	max-width: 100%;
}
a:link {
	color: #8c8c8c;
	text-decoration: none;
}
a:hover {
	color: #97cefc;
	text-decoration: none;
}
strong {
	font-family: 'proxima_nova_rgbold';
}


/* Navigation */

.menu {
	position:fixed;
	top: 0px;
	right: auto;
	left: auto;
	width: 100%;
	height: auto;
	background:url(../images/menu-bg.png) 0 0 repeat;
	z-index: 100;
	display: block;
}

#logo {
	text-align: left;
	margin: 19px 0 7px 19px;
}
#logo a {
	display: block;
}
#nav {
	text-align: left;
	margin: 15px 0 0 0;
}
.social {
	float: right;
	list-style: none;
	margin: 0 0 15px 0;
}
.social li {
	float: left;
	padding: 0 0 0 5px;
}
.social li a {
	display: block;
	width: 23px;
	height: 19px;
	background: url(../images/social.png) no-repeat;
	text-indent: -9999em;
}
.social li.facebook a {
	background-position: left top;
}
.social li.twitter a {
	background-position: right top;
}
.social li a:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#nav {
	position: relative;
}
.navigation {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	display: inline-block;
	padding: 0 0 0 18px;
	color: #fff;
	font-family: 'tisapromedium';
	font-size: 13px;
	text-transform: uppercase;
}
.navigation li a {
	font-family: 'tisapromedium';
	color: #fff;
}
.navigation li:hover {
	cursor: pointer;
	color: #97cefc;
}

.navigation li a:hover {
	color: #97cefc;
}

.navigation .active{
	cursor:pointer;
	color: #97cefc;
}

.open-slider, .close-slider {
	display: none;
}


/* General Slides */

.slide {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:75px 0;
	/*background-color: transparent !important;*/
}

.slide h1 {
	font-family: 'tisapromedium';
	font-size: 2.182em;
	font-weight: normal;
	color: #4b4d57;
	line-height: 0px;
}

.slide h1.blue {
	color: #0946ff;
}

.slide h1.white {
	color: #fff;
}

/* Slide 1 - Opening Image - Ramoundos */

#slide1 {
	background-image:url(../images/slide1-4r.jpg);
	background-repeat: no-repeat;
	/*background-position-x: center !important;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 745px;
	padding: 0;
}

#slide1 #content {
	text-align: right;
	padding-top: 180px;
	margin-left: -30px;
}




/* Slide 2 */

#slide2{
	background-color:#ffffff;
	color:#4b4d57;
	text-align:center;
}
#slide2 h1 {
}
.how-works {
	text-align: center;
}

.how-works .grid_3 {
	width: 19%;
}

.how-works .plus {
	width: 8%;
	margin: 0;
	float: left;
	display: block;
	text-align: center;
	padding: 7% 0 0 0;
}

.how-works .first-plus {
	text-align: right;
	padding-top: 100px;
}

.how-works .second-plus {
	text-align: left;
}

/* Slide 3 */

#slide3{
	background-image:url(../images/slide3-bg.png);
	text-align:center;
}
#slide3 h1 {
}
#slide3 h2 {
}

/* Slide 4 */

#slide4{
	background-image:url('../images/slide4.jpg');
	color:#ffffff;
	text-align: center;
}
#slide4 h1 {
}
#slide4 h2 {
}

/* Slide 5 */
#slide5 {
	background-color: #efefef;
	text-align: center;
}

#slide5 a.blue {
	color: #003fff;
	text-decoration: underline;
}

.comparison {
}

.comparison img {
	vertical-align: middle;
}

.comparison .column-4 {
	width: 20%;
	font-family: 'tisapromedium';
	font-size: 14px;
	color: #2332a7;
	text-align: right;
	margin-bottom: 0;
}

.comparison .column-4 .head {
	height: 124px;
	display: table-cell;
	vertical-align: middle;
}

.comparison .column-4 p {
	padding: 25px 0;
	margin: 0;
}

.comparison .column-2 {
	width: 19%;
	border: 1px #6a6a6a solid;
	border-left: 0;
	background-color: #fff;
	margin: 0;
}

.comparison .column-2.reming-a-cap {
	border-left: 1px #6a6a6a solid;
	background-color: #fdf1b4;
}

.comparison .column-2 .box {
	padding: 15px 0;
	border-top: 1px #6a6a6a solid;
}

.comparison .column-2 .box.last {
	padding: 30px 0;
}

.comparison .column-2 .blue {
	background-color: #2332a7;
}

.comparison .column-2 .box a {
	font-family: 'tisapromedium';
	font-size: 16px;
	background-color: #f36f18;
	border: 0;
	outline: 0;
	color: #fff;
	border-radius: 40px;
	padding: 6px 30px;
	line-height: 35px;
}

.comparison .column-2 .box a:hover {
	color: #000;
}

/* Slide 6 */
#slide6 {
	background-color: #fff;
	text-align: center;
}

.learn-form {
	text-align: left;
	margin: 0 0 0 0;
}

.learn-form input[type="text"],
.learn-form input[type="email"] {
	width: 407px;
	height: 27px;
	line-height: 26px;
	color: #373636;
	font-size: 14px;
	padding: 5px 15px;
	margin: 15px 0 0 0;
	border: 1px #c1c0c1 solid;
	border-right: 0;
	border-bottom: 0;
	background-color: #f4f3f3;
	outline: 0;
}

input:-webkit-autofill {
	background-color: #f4f3f3;
}

.learn-form label {
	font-size: 18px;
}

.learn-form label.error {
	color: red;
	font-size: 14px;
	float: left;
}

.learn-form input[type="submit"] {
	font-family: 'proxima_nova_rgbold';
	font-size: 26px;
	background-color: #f36f18;
	border: 0;
	outline: 0;
	color: #fff;
	border-radius: 40px;
	padding: 5px 37px;
	margin: 15px 0 0 0;
}

.learn-form input[type="submit"]:hover {
	color: #000;
}

.learn-form #success-msg {
	display: none;
	width: 100%;
	border: 1px solid #D8D8D8;
	padding: 10px;
	background-color: rgb(236, 255, 216);
	color: green;
	font-size: 16px;
	margin-top: 15px;
}

/* Footer */
.footer {
	background-color: #00064b;
	text-align: center;
	padding: 30px 0 5px 0;
	font-size: 16px;
}

.footer-logo {
	width: 100%;
	text-align: center;
	border-bottom: 1px #545886 solid;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.footer a {
	color: #8c8c8c;
}

.footer a:hover {
	text-decoration: underline;
}

.footer span.find {
	color: #5aa2d4;
}

.big-blue {
	display: none;
}

.floating-cta {
	visibility: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40%;
	min-width: 350px;
	z-index: 100;
	border-radius: 10px;
	border: 1px solid #707070;
	opacity: 0;
	transition: visibility 0s, opacity 1s ease;
	background-color: #f0f0f0;
	padding: 40px 40px 40px 15px;
}
.floating-cta.active {
	visibility: visible;
	opacity: 1;
}
.floating-cta .take-look {
	font-family: 'proxima_nova_rgregular';
	font-size: 28px;
	color: #000;
	padding: 0 0 15px 0;
}
.floating-cta .view {
	font-size: 16px;
	color: #fff;
	background-color: #2332a7;
	padding: 10px 25px;
	border-radius: 20px;
}
.floating-cta .close {
	display: block;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 37px;
	height: 37px;
	background: url('../images/close-btn.png') center center no-repeat;
	text-indent: -9999em;
}
@media only screen and (max-width: 767px) {
	.floating-cta { min-width: auto; width: auto; max-width: 90%; text-align: center; padding: 30px 0 10px; right: 10px; left: 10px; margin: 0 auto; }
	.floating-cta .take-look { font-size: 18px; }
	.floating-cta .view { display: inline-block; margin: 0 0 15px 0; display: 14px; }
	.floating-cta img { max-width: 100%; }
	.floating-cta .close { top: 10px; right: 10px; width: 18px; height: 18px; }
}

/* Tablet */
@media screen and (max-width: 1024px) {

	#logo {
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}

	#nav {
		width:100%;
		text-align:center;
		margin: 0 0 10px 0;
	}

	.social {
		width: 15%;
		float: right;
		padding: 0;
		margin: 0;
	}

	.navigation{
		width: 85%;
		float: left;
		list-style: none;
		margin: 5px 0 0 0;
		padding:0;
	}

	.navigation li{
		float: left;
		width:20%;
		padding:0;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:75px 0;
	}

	#content {
		text-align:center;
		width:100%;
	}

	.slide h1 {
		margin: 0.5em;
		line-height: 1em;
	}

	#slide1 #content {
		margin-left: 0px;
	}

	#slide1 h1 {
		line-height: 1em;
	}
	#slide1 h2 {
		line-height: 1em;
	}
	#slide2 h1 {
		line-height: 1em;
	}
	#slide2 h2 {
		line-height: 1em;
	}
	#slide3 h1 {
		line-height: 1em;
	}
	#slide3 h2 {
		line-height: 1em;
	}
	#slide4 h1 {
		line-height: 1em;
	}
	#slide5 h1 {
		line-height: 1em;
	}

	.learn-form input[type="text"],
	.learn-form input[type="email"] {
		width: 90%;
	}

	.comparison .column-2 .box a {
		padding: 6px 15px;
	}

}

@media screen and (max-width: 980px) {
	#logo {
		float: left;
		width: 75%;
		max-width: 350px;
	}
	#nav {
		float: right;
		width: 25%;
		margin-bottom: 0px;
	}
	.navigation, .social {
		display: none;
	}
	.open-slider, .close-slider {
		display: block;
		float: right;
		cursor: pointer;
		background-color: #202529;
		padding: 25px 26px 25px 25px;
	}
	.close-slider {
		display: none;
		padding: 21px 34px 22px 34px;
		color: #fff;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 25px;
		font-weight: bold;
	}
	.open-slider .navicon-line {
		width: 31px;
		height: 5px;
		margin-bottom: 3px;
		background-color: #fff;
	}
	.sb-slidebar {
		padding: 100px 0 0 0;
		background: url(../images/menu-bg.png) 0 0 repeat;
	}
	.sb-slidebar .navigation {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	.sb-slidebar .navigation li {
		float: left;
		clear: left;
		width: 100%;
		padding: 0;
		font-size: 36px;
	}
	.sb-slidebar .navigation li:hover {
		color: #97cefc;
	}

	.social-big {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.social-big a {
		display: block;
		clear: left;
		margin: 0 0 20px 0;
	}

	#slide1 {
		background-image: url(../images/slide1r-980.jpg);
		height: 645px;
		background-size: 100%;
	}

	.comparison .column-4 {
		font-size: 12px;
	}
	.comparison .column-4 .head {
		height: 114px;
	}

	.comparison .column-2 .box.last {
		display: none;
	}
	.big-blue {
		display: block;
		float: left;
		background-color: #2332a7;
		width: 100%;
		text-align: center;
		font-size: 2.182em;
		font-family: 'tisapromedium';
		color: #fff;
		border-radius: 30px/10px;
		margin: 50px 0 0 0;
		line-height: normal;
		padding: 0 0 15px 0;
	}
}

@media screen and (max-width: 640px) {
	#slide1 {
		background-image: url(../images/slide1r-640.jpg);
		height: 422px;
		background-size: 100%;
		padding: 0;
	}
	#slide2 { padding-top: 0px; }
	.comparison .column-4 {
		font-size: 10px;
	}
	.comparison .column-4 .head {
		height: 73px;
	}
	.comparison .column-4 p {
		padding: 22px 0 !important;
	}
	.comparison .column-4 p:nth-child(4) {
		padding: 14px 0 !important;
	}
	.comparison .box img {
		max-width: 35%;
	}
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	#slide1 {
		background-image: url(../images/slide1r-980.jpg);
		height: 454px;
		padding: 0px;
		background-size: 100%;
	}
	#slide2 { padding-top: 0px; }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
	#slide1 {
		background-image: url(../images/slide1r-640.jpg);
		height: 544px;
		padding-bottom: 0px;
	}
	#slide2 { padding-top: 0px; }
}

/* Mobile */
@media screen and (max-width: 480px) {

	#slide1 {
		height: 300px;
	}

	#slide2 { padding-top: 0px; }

	#logo {
		width: 75%;
		margin: 10px 0 0 0;
	}

	#nav {
		width: 25%;
		margin: 0;
	}

	.social {
		width: 25%;
		float: right;
		margin: 5px 0 0 0;
	}

	.social li {
		float: none;
		display: inline-block;
	}

	.navigation {
		width: 75%;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navigation li {
		float: left;
		width: 50%;
		margin-bottom: 5px;
	}

	.sb-slidebar .navigation li {
		font-size: 30px;
	}

	.slide{
		background-attachment: fixed;
		width: 100%;
		position: relative;
		padding: 50px 0;
	}

	.slide h1 {
		margin: 0.5em 0;
		font-size: 1.75em;
	}

	#slide1 h1 {
		line-height: 1em;
	}
	#slide1 h2 {
		line-height: 1em;
	}
	#slide2 h1 {
		line-height: 1em;
	}
	#slide2 h2 {
		line-height: 1em;
	}
	#slide3 h1 {
		line-height: 1em;
	}
	#slide3 h2 {
		line-height: 1em;
	}
	#slide4 h1 {
		line-height: 1em;
	}
	#slide4 h2 {
		line-height: 1em;
	}

	.how-works .grid_3 {
		width: 100%;
	}

	.how-works .plus {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 2% 0;
	}

	.slider div p {
		padding: 0 25px;
	}

	.comparison .column-4 {
	}
	.comparison .column-4 .head {
		height: 55px;
	}
	.comparison .column-4 p {
		padding: 16px 0 !important;
	}
	.comparison .column-4 p:nth-child(4) {
		padding: 0px 0 !important;
	}
	.comparison .box img {
		max-width: 35%;
	}

}

@media only screen 
and (max-width : 600px) 
and (orientation : landscape) {
	#slide1 { height: 248px; }
}

@media only screen 
and (max-width : 600px) 
and (orientation : portrait) {
	#slide1 { height: 424px; }
}

@media screen
and (max-width: 480px)
and (orientation : landscape) {
	#slide1 { height: 207px; }
}

@media screen and (max-width: 320px) {
	.open-slider, .close-slider { padding: 15px; }
	#slide1 { height: 220px; }
	.big-blue { font-size: 1em; margin-top: 10px; padding-bottom: 5px; }
}