/*Colors
#fd0505 = orange
#5eadc5 = blue
#fe0000 = dark orange
#98AB57 = green
*/

body {
	background-image: url(/themes/floridaridge/images/clouds-background_liteflip.jpg);
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 32px;
	color: #1CA1BC;
	font-weight: 600;
}
h2, .h2 {
    font-size: 22px;
    font-weight: 600;
}
td {
    padding: 5px;
}
.alignright {
	text-align: right;
}
.orange {
	color: #fd0505;
}
.green {
	color: #98AB57;
}
.blue {
	color: #1CA1BC;
}
#wrapper {
	background-color: #ffffff;
}
#side-tab {
    background-color: #1CA1BC;/*#fd0505*/
    padding: 15px 0px 15px 10px;
    position: fixed;
    width: 40px;
    min-height: 32px;
    top: 190px;
    -webkit-box-shadow: 3px 1px 5px 1px rgba(150, 150, 150, 1);
    -moz-box-shadow: 3px 1px 5px 1px rgba(150, 150, 150, 1);
    box-shadow: 3px 1px 5px 1px rgba(150, 150, 150, 1);
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border: 0px solid rgb(41, 118, 233);
    z-index: 10;
    visibility: visible;
    color: #ffffff;
    z-index: 1000;
}
#side-tab p {
    transform: rotate(90deg);
	transform-origin: left top 0;
}
#header {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
}
#logo {
    margin-left: 10px;
}
#header-top-right .orange {
    margin-right: 5px;
}
#header-top-right img {
    margin-top: -6px;
}

/*======= MAIN NAVIGATION =======*/

#main-navigation {
	float: right;
	position: relative;
	margin-top: 10px;
}
#main-navigation .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 600;
	background-color: #1CA1BC; /*#fd0505;*/
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	margin-left: 8px;
}
/*=====*/
#stats {
	padding: 2em 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5eadc5+0,54a1b9+49,2b748a+100 */
	background: #179fba; /* Old browsers */
	background: -moz-linear-gradient(top,  #179fba 0%, #66c0db 50%, #179fba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #179fba 0%, #66c0db 50%, #179fba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #179fba 0%, #66c0db 50%, #179fba 100%) repeat scroll 0% 0% transparent; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179fba', endColorstr='#179fba',GradientType=0 ); /* IE6-9 */
	margin-top: 10px;
	margin-bottom: 20px;
}
#stats .cols {
	color: #000000;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
#stats .cols h1 {
	color: #ffffff;
	font-family: 'Impact','Oswald', sans-serif;
	font-size: 70px;
	text-shadow: 2px 2px 3px #000,3px 3px 25px #99ffff;
	font-weight: 400;
}

/*======*/
#home-header {
	margin-bottom: 30px;
	font-family: 'Axis', Axis-Regular, sans-serif;
	text-transform: uppercase;
}
#home-header h1 {
	font-size: 2.8em;
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 1px 1px 0px rgb(204, 204, 204), 0px 2px 0px rgb(201, 201, 201), 0px 3px 0px rgb(187, 187, 187), 0px 4px 0px rgb(185, 185, 185), 0px 5px 0px rgb(170, 170, 170), 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.2), 0px 20px 20px rgba(0, 0, 0, 0.15);
}
.box {
	min-height: 155px;
	margin-bottom: 20px;
	padding: 0 20px;
}
.box h2 {
	color: #1CA1BC;/*#fe0000*/
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 10px;
	font-family: 'Axis', Axis-Regular, sans-serif;
}
.box p {
    font-weight: 100;
    color: #333333;
	line-height: 1.8;
}
/*======*/
#testimonials {
	position: relative;
	padding: 2em 0;
	z-index: 0;
}
.testimonials-container_img {
	background-image: url(/themes/floridaridge/images/testimonials-bg.jpg);
	z-index: 10;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 2% 0;
}

#t-content .contentarea {
	width: 75%;
	margin: 0 auto;
	background-color: #000000;
	background-color: rgba(55, 100, 120, 0.15);
	color: #ffffff;
	font-style: italic;
	padding: 10px;
	border-radius: 25px;
}
#t-content .contentarea small {
	color: #ffffff;
	font-style: normal;
	font-size: inherit;
}
#t-content .block-testimonials blockquote {
	border: 0;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.btn-blue {
    background-color: #5eadc5;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    font-style: normal;
}
/*======*/
#pricing {
	padding: 0 0 2em 0;
	overflow: hidden;
}
.pricing-box {
    padding-left: 18px;
    text-align: center;
}
/*.pricing-box {
    border: 1px solid #1ea1c7;
    border-radius: 5px;
    background-color: #ededed;
}
.tagline, .headline, .price-tag {
	text-align: center;
}
.tagline {
    background-color: #4a474a;
    color: #ffffff;
    padding: 5px 0;
}*/
.pricing-box img {
    padding-bottom: 10px;
}
.pricing-box > img {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
/*======*/
#bottom-content {
	text-align: center;
	padding: 2em 0;
}
#bottom-content h1 {
	font-size: 50px;
	font-weight: 700;
	color: #474447;
	margin: 0;
}
#bottom-content p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}
#bottom-content p a {
	color: #fd0505;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 400;
}

#full-content {
}
/*======*/
footer {
	background-color: #474447;
	color: #fffeff;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 12px;
	font-weight: 100;
}

/*======	revslider style overrides =====*/
.tp-caption.white_italic {
    position: absolute; 
    color: #fff; 
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75); 
    font-weight: 600; 
    font-size: 36px; 
    line-height: 36px; 
    font-family: "Open Sans", sans-serif; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    letter-spacing: -1.5px;										
  	font-style: italic;
}
.tp-caption.white_big_normal {
    position: absolute; 
    color: #fff; 
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75); 
    font-weight: 700; 
    font-size: 42px; 
    line-height: 36px; 
    font-family: "Open Sans", sans-serif; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    letter-spacing: -1.5px;
}
.tp-caption.white_small_italic {
    position: absolute; 
    color: #fff; 
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75); 
    font-weight: 400; 
    font-size: 24px; 
    line-height: 36px; 
    font-family: "Open Sans", sans-serif; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    letter-spacing: -1.5px;										
  	font-style: italic;
}
/*======*/
@media (min-width: 993px) {
	#stats .cols:nth-child(1) {
	padding-left: 100px;		
	}
	#stats .cols:nth-child(3) {
	padding-right: 100px;				
	}
	.main-content {
		min-height: 500px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.pricing-box > img {
		width: 93%;
		right: 4px;
	}
}
@media (max-width: 992px) {
	.box {
	    min-height: 140px;
	    margin-bottom: 15px;
	    padding: 0;
	}
	.box h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.box p {
		line-height: normal;
	}
}
/*@media (max-width: 830px) {
	#side-tab {
		display: none;
	}
}*/
@media (max-width: 767px) {
	#header {
		padding-bottom: 0;
	}
	#home-content .alignright,
	#home-content .alignleft {
		text-align: center;
	}
	#stats .cols h1 {
		font-size: 50px;
	}
	.box {
	    min-height: inherit;
	    margin-bottom: 30px;
	}
	.btn {
	    font-size: 12px;
	    white-space: normal;
	}
	#bottom-content h1 {
	    font-size: 30px;
	}
	#left-sidebar{float: left;}
	.flight{padding-top:15px;}

	.pricing-box > img {
	    clear: both;
	    width: 300px;
	    padding-right: 10px;
	}
}
@media (max-width: 694px) {
	.pricing-box > img {
		padding-right: 0;
		right: 5px;
	}
}
@media (max-width: 566px) {
	#header {
		font-size: 14px;
	}
	#header .alignright {
		text-align: center;
	}
	#logo {
	    margin-left: 0;
	    text-align: center;
	    margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	#stats .cols h1 {
	    font-size: 32px;
	}
	#stats .cols {
	    font-size: 10px;
	}
	#side-tab {
		display: none;
	}
	.pricing-box > img {
		right: 2px;
	}
}
@media (max-width: 453px) {
	#stats {
	    padding: 1em 0;
	}
	#home-header h1 {
		font-size: 1.75em;
	}
	.testimonials-container_img {
		background-position: -250px 50%;
	}
}
















