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

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

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

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

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

}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ffffff;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
    max-width: 100% !important;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {	
	background:#ffffff url("../images/bg_main.jpg") repeat-x top center;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size:13px;
	color: #252525;
	height: 100%;
	margin:0;
}


h1 {
	font-family: 'interstate_r', Arial, Verdana, sans-serif;
	color: #252525;
	line-height:normal;
	font-weight:600;
	font-size: 25px;
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #252525;
}

h2 {
	font-family: 'interstate_r', Arial, Verdana, sans-serif;
	color: #76acba;
	font-size: 20px;
	font-weight:600;
	line-height:20px;
	margin: 0 0 10px 0;
}


h3 {
	font-family: 'interstate_r', Arial, Verdana, sans-serif;
	font-weight:600;
	font-size: 16px;
	color:#252525;
	padding:0;
	margin: 0;
}

h4 {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-weight:600;
	font-size: 14px;
	color:#534741;
	padding:0;
	margin: 0;
}

a {
	color: #E37F11;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #54a8b1;
	text-decoration: underline;
}

h2 a {color: #76acba;}

strong {font-weight: 700}

.border {
	border:1px solid #b5a58f;
}

.border-left {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #b5a58f;
}

.border-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #b5a58f;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.centerbox {
	position:relative;
	margin:0 auto;
	width: 1170px;
}

#content a:hover {
	background-position:0% 100%;
}

/* ==========================================================================
   Body and layout classes
   ========================================================================== */

#main_body {
	position:relative;
	margin: auto;
	z-index:100;
}

#content {
	position:relative;
}

#popup_body {
	position:relative;
	margin: auto;
	z-index:100;
	background: #fff;
	padding: 20px;
}

/* ==========================================================================
   Header classes
   ========================================================================== */

#top {
	position:relative;
	height:109px;
	margin: auto;
	background: #1a2539 url("../images/bg_top.jpg") repeat-x top center;
}

a.logo {
	position:relative;
	display: inline-block;
	float: left;
	margin: 0 75px;
	padding:10px 0;
}


/* ==========================================================================
   Nav classes
   ========================================================================== */

#top_nav {
	font-family: 'interstate_r', Arial, Verdana, sans-serif;
	font-weight: normal;
	float: right;
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
	width: 50%;
}

#top_nav a {
	display: block;
	padding:0 15px;
	color: #76acba;
	text-decoration: none;
	line-height: 12px;
}

#top_nav a:hover {
	color: #fff;
}

#top_nav ul {
	list-style: none;
	margin:0;
	float: right;
}

#top_nav li {
	width: auto;
	float: left;
	border-right: 1px solid #76acba;
}

#top_nav li:last-child, #top_nav li:last-child a {
	border-right: none;
	padding-right: 0;
}

#main_nav {
	font-family: 'interstate_r', Arial, Verdana, sans-serif;
	float: right;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding-top: 25px;
}

#main_nav a {
	display: block;
	padding:0 25px;
	color: #fff;
	text-decoration: none;
}

#main_nav a:hover, #main_nav a.on {
	color: #94d3da;
}

#main_nav ul {
	list-style: none;
	margin:0;
}

#main_nav li {
	width: auto;
	float: left;
}

#main_nav li:last-child, #main_nav li:last-child a {
	border-right: none;
	padding-right: 0;
}

.on {
	background-position:0% 100%;
}

#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
	color:#ffffff;
}

a#simple-menu {
	background: #544741;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding:5px 10px;
	text-align: right;
	text-transform: uppercase;
	border-top:1px solid #fff;
	display: none;
}

#sidr {display: none;}

#cont-top {
	background: #acd9e5;
}

#searchbox {
	position:relative;
	width: 300px;
	float: left;
	background: #76acba;
}

#searchbox.inner {
	float: none;
	margin-bottom: 40px;
}

.mob-search {
	background: #76acba;
	border-top: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	padding:5px 10px;
	color: #fff;
	text-transform: uppercase;
	display: none;
}

.mob-search a {
	color: #fff;
	text-decoration: none;
}

.left_search {
	position:relative;
	width: 100%;
}

.left_search .header {
	border-bottom: 1px solid #fff;
	padding:5px;
	text-align: center;
	font-family: 'interstate_r', Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

.left_search .header strong {
	font-weight: 800;
}

.left_search form {
	position: relative;
	width: 90%;
	margin: 14px auto;
	color: #252525;
}

.left_search .form-group {
	margin-bottom: 5px;
}

.left_search label {
	color: #252525;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {margin-top: 2px;}

.left_search a {color: #fff;display:block;text-align:center;font-size: 12px;}

.left_search .radio-inline label {font-size: 12px;color:#fff;}

.btn-std {
	background: #1a2539;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding:5px 15px;
	text-transform: uppercase;
	margin-top:10px;
	text-decoration: none;
	border:none;
}

.btn-std:hover {
	background: #E49135;
	color: #252525;
	text-decoration: none;
}

.btn-std.sm {
	font-size: 12px;
	padding:5px 10px;
	border: none;
	text-transform: none;
}

.plannum {
	position: relative;
	border-top: 1px solid #fff;
	padding:8px 0;
}

.plannum form {
	margin: 0 auto;
}

.form-inline .btn-std.sm {
	font-size: 12px;
}

.share {
	position: relative;	
	padding: 15px 15px;
	height: 60px;
}

.share h3 {
	color: #252525;
	font-size: 20px;
	font-weight: 600;
	float: left;
	margin: 5px 5px 0 0;
}
span.at_flat_counter {
    display: none;
}
.addthis_sharing_toolbox {
    clear: none !important;
}

.side_buttons {
	position: relative;
	margin: 25px 0;
}

#banner {
	position:relative;
	float: left;
	text-align: center;
	width: 870px;
	height: 440px;
}

#banner img, #banner a {max-width: 100%;}

#banner a { display: none }
#banner a.first { display: block }

/* overlay */
.cycle-overlay { 
    position: absolute; bottom: 0; width: 100%; z-index: 500;
    background: rgba(0,0,0,.5); color: white; padding: 0 15px 15px;
    text-transform: uppercase;
}

.cycle-overlay div:first-child {
	font-family: 'charis_silbold_italic', Times, sans-serif;
	font-weight: 400;
	font-size: 28px;
	font-style: italic;
	display: inline-block;
	margin-bottom: 10px;
}

.cycle-overlay div:last-child {
	font-family: 'charis_silbold_italic', Times, sans-serif;
	font-weight: 400;
	font-size: 28px;
	font-style: italic;
	display: inline-block;
	margin-bottom: 10px;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 600; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 30px; width: 12px; height: 12px; 
    display: inline-block; color: #959595; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #ffffff;}
.cycle-pager > * { cursor: pointer;}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #252525;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border:1px solid #252525;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #f6f4f2;
}

/* ==========================================================================
   Home classes
   ========================================================================== */

.home_popular {
	background: #ebebe1;
}

.popularbox {
	background: #ebebe1;
	width: 842px;
	float: left;
	padding:30px 0;
	margin: 0 20px 0 0;
}

.popularbox h1 {
	color:#252525;
	border-bottom: 1px solid #252525;
	padding: 0 15px 10px 15px;
	margin-bottom: 10px;
}

.home_style {
	position: relative;
	float: left;
	width: 195px;
	margin:0 15px 15px 0;
}

.home_style:nth-child(4n+2) {
	margin:0 0 15px 0;
}

.home_style img {
	margin-bottom: 5px;
	border:1px solid #fff;
}

.home_style h3 {font-size: 13px;}

.home_style p {
	font-size: 11px;
	margin: 0;
}

.home_style a {color: #76acba;font-style: italic;}
.home_style a i {color: #76acba;}

.popularbox a.all-plans {float: right;font-size: 15px; color:#252525;font-style: italic;}

.home_bottom {
	background: #fff;
}

.home_buttons {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 30px;
}

a.mainbtn {
	position: relative;
	display: block;
	width: 288px;
	border: 1px solid #fff;
	height: 100px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	margin-bottom: 15px;
	padding:10px 0;
}

a.mainbtn span {
	font-family: 'charis_silbold_italic', Times, serif;
	font-size: 25px;
	display: block;
	color: #252525;
	line-height: 22px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

a.mainbtn span.cta {
	font-family: 'open sans', arial, sans-serif;
	font-size: 15px;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

a.mainbtn.existing {background: #e49135;}
a.mainbtn.pps {
	padding:0;
	background: #8baa4c;
}
a.mainbtn.custom {background: #76acba;padding-top: 20px;}

a.mainbtn.hps {
	padding:0;
	background: #FFAF4E;
}

.btnhalf {
	float: left;
	width: 50%;
}

.btnhalf:last-child {
	background: #4c7117;
	border-radius: 0 6px 6px 0;
	border-left:1px solid #fff;
}

.btnhalf:last-child img {
	border-radius: 0 6px 6px 0;
}

a.mainbtn.hps .btnhalf span, a.mainbtn.pps .btnhalf span {
	font-size: 22px;
	margin-bottom: 0;
}

a.mainbtn .btnhalf span.cta {
	font-size: 15px;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.home_col {
	position: relative;
	float: left;
	width: 842px;
	padding:20px 0;
	margin: 0 20px 0 0;
}

.home_features {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 30px;
}

.feature {
	position: relative;
	width: 288px;
	border: 1px solid #38383a;
	margin-bottom: 20px;
}

.feature .header {
	font-family: 'interstate_r', Arial, sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding:5px 0;
	background:#76acba;
}

.feature a {
	display: block;
	margin: 0;
	padding:0;
}

.feature img {max-width: 288px;}

.feature .caption {
	padding:10px 20px;
	color: #38383a;
	font-size: 13px;
	background: #f4f1e3;
	border-top: 1px solid #38383a;
}

.feature .link {
	padding:5px;
	text-align: center;
	font-size: 15px;
	background: #1a2539;
	font-family: 'interstate_r', Arial, sans-serif;
	font-style: italic;
	text-align: center;
}

.feature .link a {color: #fff;text-decoration: none;}
.feature .link a i {color: #94d3da;}


/* ==========================================================================
   Interior classes
   ========================================================================== */

#col_1 {
	position:relative;
	float:left;
	width:300px;
	padding:0;
	margin:0;
}

#col_2 {
	position:relative;
	float:left;
	width:260px;
	padding:0;
	margin:0;
}

#col_full {
	position: relative;
	background: #fff;
	float: left;
	min-height: 700px; 
	height:auto !important; 
	height: 700px;
	width: 870px;
	padding:20px;
	z-index: 500;
}

#col_plan {
	position: relative;
	float: left;
	width: 870px;
	z-index: 500;
}

.faq-group .panel {
	position: relative;
	margin-bottom: 20px;
	box-shadow: none;
}

a.headline {
	display: block;
	padding:5px 0 ;
	outline: none;
	text-decoration: none;
}

a.headline:before {
	font-family: FontAwesome;
	content:"\f0d7";
	padding-right: 10px;
}

a.headline.collapsed:before {
	font-family: FontAwesome;
	content:"\f0da";
	padding-right: 10px;
}

.faq_text {
	border: 1px solid #CFC2AF;
	padding:15px;
}

a.btn-close {
	background: #6d929b;
	color: #fff;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	padding:2px 5px;
	text-transform: uppercase;
	margin-top:-10px;
	margin-right: -10px;
	text-decoration: none;
}

a.btn-close:hover {
	background: #98856D;
	color: #fff;
}

.sub {
	font-size: 10px;
    font-style: italic;
    text-decoration: none;
}

.mob_buttons {
	display: none;
}


/* ==========================================================================
   Plan Listing classes
   ========================================================================== */

.list_header {
    background-color: #8CAAB1;
    color: #ffffff;
    height: 27px;
    margin: 10px 0;
    padding: 4px 0 0 8px;
}
.list_header a {
    color: #ffffff;
}
.taller {
    height: 60px;
}
.plan_list {
    float: left;
    margin: 0 9px 15px 0;
    position: relative;
    width: 200px;
}
.plan_list_last {
    float: left;
    margin: 0 0 15px;
    position: relative;
    width: 200px;
}
.plan_list .buttons, .plan_list_last .buttons {
	position: relative;
	margin-top: 10px;
}
.list_img {
    border: 1px solid #b5a58f;
    margin: 0 0 5px;
}
.stats {
    background: #EBEBE1;
    font-size: 12px;
    margin: 0 0 4px;
    padding: 8px;
}
.bold {font-weight: 600;}
.action_buttons {
	padding:5px 0;
}

.action_buttons .btn-std {
	padding:5px 10px;
	text-transform: none;
}


/* ==========================================================================
   Plan classes
   ========================================================================== */

#main_img {
	float: left;
	position: relative;
	width: 587px;
}

#main_img a {
	display: block;
}

.fullimg {
	width: 587px;
	height: 440px;
	position: relative;
	top:0;
	left: 0;
	display: none;
	margin-bottom: 70px;
}

#photo1 {
	display:block;
}

.overlay { 
    position: relative; 
    width: 100%; 
    z-index: 500; 
    color: #252525; 
    padding: 0 15px 15px;
    font-family: 'interstate_r', arial, sans-serif;
    padding:15px;
    font-size: 24px;
    font-weight: 600;
}

.overlay span {
	font-size: 24px;
	font-style: italic;
}

.buy_info {
	/*position: relative;
	float: left;
	width: 283px;
	height: 440px;
	padding:20px 15px;
	background: #F8F7EE;
	overflow: hidden;*/
	position: relative;
	width:100%;
	padding: 15px 0 0 15px;
}

.buy_info_mob {
	position: relative;
	width: 100%;
	padding:20px 15px;
	background: #F8F7EE;
	display: none;
}

.buy_info .btn-std {
	display: inline-block;
	margin:0 10px 0 0;
}

.buy_info .btn-std.mod, .buy_info_mob .btn-std.mod {
	background: #E49135;
	color: #252525;
}

/*.buy_info .btn-std.mod:hover, .buy_info_mob .btn-std.mod:hover {
	background: #94d3da;
	color: #252525;
}*/

.buy_info a {
	color: #fff;
	display: inline-block;
}

.buy_info a i {color: #E49135;}
.buy_info a:hover i {color: #252525;}
.buy_info a.mod i {color: #fff;}

.top_plan_info {
	position: relative;
	float: left;
	width: 283px;
	height: 440px;
	padding:20px 15px 0 15px;
	background: #F8F7EE;
	overflow: hidden;
}

.top_plan_info p {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
}

.thumbs_box {
	position: relative;
	width:100%;
	padding: 15px 0 0 0;
	height: 310px;
	overflow: auto;
}

.thumbs_box em {font-size: 12px;}

.thumb {
	position: relative;
	float: left;
	border: 1px solid #382922;
	margin:0 9px 10px 0;
	cursor: pointer;
}

.plan-vid img.vid-play {
    position: absolute;
    left: 30px;
    top: 10px;
}

/*.thumb:nth-child(8n + 1) {
	margin: 0 0 10px 0;
}*/

.plan_info {
	padding:20px 15px;
}

.plan_info h1 {
	color: #252525;
	border:none;
}

.plan_detail {
	background: #F4F1E3;
	border: 1px solid #252525;
	float: left;
	width: 48%;
}

.plan_detail:first-child {
	margin-right: 30px;
}

.plan_detail h1 {
	background: #76ACBA;
	color: #fff;
	margin:0;
	border-bottom: none;
	text-align: center;
	padding:10px 0;
}

.plan_detail > div  {
	padding:15px 0;
}


table.info {
	width: 80%;
	margin: auto;
}

table.order {
	width: 100%;
}

table.order h3 {
	margin-bottom: 10px;
}

/* ==========================================================================
   Cart classes
   ========================================================================== */

.firsthalf {
	width:40%;
	margin-right: 20px;
}

/* ==========================================================================
   Footer classes
   ========================================================================== */

.info-pane {
	position: relative;	
	background: #e49135;
	padding:20px 0;
	color: #fff;
}

.thirdbox {
	position: relative;
	float: left;
	width: 400px;
	margin-right: 30px;
}

.thirdbox:last-child {width:290px;margin:0;}

.thirdbox h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.thirdbox a {
	color: #382922;
	text-decoration: none;
}

.feedburnerFeedBlock ul {
	padding:0;
	list-style-type: none;
}

.feedburnerFeedBlock ul .headline, .feedburnerFeedBlock p.date {
	font-weight: bold;
}

#creditfooter {display: none;}

#footer {
	position:relative;
	background: #24334d;
	color: #ffffff;
	padding:20px;
}

.footerplans {
	position: relative;
	width: 830px;
	float: left;
	margin-right: 30px;
}
.footerplans:nth-child(2) {width:290px;margin:0;}

.footer_cols {
	width: 25%;
	float: left;
}

#footer h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer a {
	color: #ffffff;
}

.footerplans a {
	display: block;
	/*width: 25%;
	float: left;*/
	margin-bottom: 5px;
	text-decoration: underline;
}

.footerplans:nth-child(2) a {
	width: 100%;
}

.footerplans a:hover {color: #94d3da;}

.disclaimer {
	font-size: 11px;
	color: #7787a4;
	margin-top: 20px;
}

.disclaimer strong {color: #fff;}

.footerbottom {
	background: #1a2539;
	padding:20px 0;
	color: #fff;
}

.footerbottom a {color: #fff;}

.copyright {color: #7787a4; font-size: 12px;}
.social_icons {
	float: right;
	font-size: 30px;
}

.social_icons i {margin-left: 15px;}


/* ==========================================================================
   Custom classes
   ========================================================================== */

.viewlet {
	position:relative;
	padding:0;
	margin:0 0 20px 0;
	border:1px solid #ee8d21; 
}

.viewlet h4 {
	background: #ee8d21;
	text-transform: uppercase;
	color: #fff;
	padding:5px 10px;
}

.viewlet p {
	margin:10px;
}

a.readmore {
	background: #ee8d21;
	text-transform: uppercase;
	color: #fff;
	padding:4px 6px;
	text-decoration: none;
	font-size: 11px;
}

a.readmore:hover {
	color:#ee8d21;
	background: #fff;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*************************************** RESPONSIVE STYLES ********************************************* */

@media (max-width: 767px) {

		#main_body {
			position:relative;
			margin: auto;
			width:100%;
			z-index:100;
		}

		#footer, #top, .centerbox, #footer .inner, .popularbox, .socialbox {
			position:relative;
			width:100%;
			height:auto;
			margin:auto;
			padding:0;
			z-index: 600;
		}
		
		a.logo {
			position:relative;
			margin:auto;
			display: block;
			text-align: center;
			width: 100%;
			float: none;
		}
		#searchbox, .share, .side_buttons {display: none;}
		.mob-search {
			display: block;
		}

		#banner {
			position:relative;
			width:100%;
			height:auto;
			margin:auto;
			padding:0 0 8%;
			z-index: 600;
			background:none;
		}

		.cycle-overlay div:first-child {
			font-family: 'Cinzel', Times, sans-serif;
			font-weight: 400;
			font-size: 16px;
			font-style: italic;
			display: inline-block;
			margin-bottom: 0;
		}

		.cycle-overlay div:last-child {
			font-family: 'Cinzel', Times, sans-serif;
			font-weight: 800;
			font-size: 16px;
			font-style: italic;
			display: inline-block;
		}

		.container {
			width: 100%;
		}

		#content {
			position:relative;
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0;
			z-index: 600;
			background: #fff;
		}

		.home_buttons {
		  position: relative;
		  float: none;
		  width: 100%;
		  padding-top: 30px;
		  text-align: center;
		}

		a.mainbtn { display: inline-block;}

		.home_style {
			margin: 0 auto 15px !important;
			float: none;
			width: 196px;
			text-align: center;
		}

		.popularbox a.customplans {
			display: block;
		    margin:auto;
		    margin-bottom: 15px;
		    float: none;
		}

		.popularbox a.all-plans {
		    display: block;
		    width: 100%;
		    text-align: center;
		    margin: 15px 0;
		}

		.home_col, .home_features {
		  float: none;
		  width: 100%;
		  padding: 20px 10px;
		  margin: 0;
		}

		.home_features {text-align: center;}

		.feature {display: inline-block;}

		#col_1 {
			position:relative;
			width:100%;
			padding:0 0 20px 0;
			margin:0;
			float: none;
		}

		#col_1 a.customplans {
			display: none;
		}

		#col_2, #col_full, #col_plan {
			position:relative;
			width:98%;
			padding:0;
			margin:auto;
			float: none;
		}

		.list_header {
			font-size: 11px;
			height: auto;
		}

		.plan_list {
		    float: none;
		    margin: 0 auto 15px;
		    position: relative;
		    width: 100%;
		    max-width: 200px;
		}
		.plan_list_last {
		    float: none;
		    margin: 0 auto 15px;
		    position: relative;
		    width: 100%;
		    max-width: 200px;
		}

		.plan_info {
			padding:0 0 20px 0;
		}

		.img_desc {
			background: #f1eacd;
		}

		#main_img {
			width: 100%;
		}

		#main_img img {
			width: 100% !important;
			height: auto !important;
		}

		#main_img a {
			display: block;
			width: 100% !important;
			height: auto !important;
		}

		.fullimg {
			width: 100% !important;
			height: auto !important;
			margin-bottom: 0;
		}

		.overlay {
		  height: auto;
		  font-size: 18px;
		}

		.top_plan_info {
			width: 100%;
		}

		.buy_info {
			display: none;
		}

		.buy_info_mob {
			display: block;
		}

		.buy_info_mob .buttons {
			
		}

		.buy_info_mob .btn-std {
			display: inline-block;
		}

		.buy_info_mob a {
			color: #fff;
			display: inline-block;
		}

		.plan_detail {
			width: 100%;
			margin-bottom: 20px;
		}

		.contactform {
			width: 100%;
		}

		.thirdbox, .thirdbox:last-child {
			float: none;
			width: 100%;
			text-align: center;
		}

		#footer {
			width:100%;
			padding:20px 0;
			text-align: center;
		}

		.footerplans,.footerplans:nth-child(2) {
			width:100%;
			margin-bottom: 15px;
		}

		.footerplans a {
			width: 100%;
		}

		.footer_cols {
			width: 100%;
			float:none;
		}

		.footerbottom .left, .social_icons {
			float:none;
			text-align: center;
		}

		/* ***************  SUCKERFISH NAV STYLES *************** */

		#main_nav, #top_nav {
			display:none;
		}

		a#simple-menu {
			display:block;
		}


		@media (min-width: 470px) and (max-width: 620px) {
			#main_nav, #top_nav {
				display: none;
			}
			
			a#simple-menu {
				display: block;
			}

			.popularbox  {
				padding:0 10px;
				float: none;
			}

			.home_style {
				float: left;
				width: 196px;
				text-align: center;
				margin:0 15px 15px 0 !important;
			}

			.popularbox a.customplans {
				display: block;
			    margin:auto;
			    margin-bottom: 15px;
			    float: left;
			}

			.plan_list {
			    float: left;
			    margin: 0 15px 15px 0;
			    position: relative;
			    width: 100%;
			    max-width: 200px;
			}
			.plan_list_last {
			    float: left;
			    margin: 0 15px 15px 0;
			    position: relative;
			    width: 100%;
			    max-width: 200px;
			}

			#main_img {
				width: 100%;
			}

		}


	}


	@media (min-width: 768px) and (max-width: 1050px) {


		#main_body {
			position:relative;
			margin: auto;
			width:100%;
			z-index:100;
		}
		a.logo {
			position:relative;
			display: inline-block;
			text-align: left;
			float: none;
		}

		#main_nav, #top_nav {
			display:none;
		}

		a#simple-menu {
			background: #544741;
			color: #fff;
			text-decoration: none;
			font-size: 20px;
			padding:5px 10px;
			text-align: center;
			text-transform: uppercase;
			border-top:none;
			position: absolute;
			top:-75px;
			right:15px;
			display: block;
			z-index: 10000;
		}

		#footer, #top, .centerbox, #footer .inner, .popularbox, .socialbox, .home_col, .footerplans {
			position:relative;
			width:auto;
			height:auto;
			margin:auto;
			padding:0;
			z-index: 600;
		}

		#top {
			background: #1a2539 url("../images/bg_top.jpg") repeat-x top right;
		}

		#searchbox {display: none;}
		.mob-search {
			display: block;
		}

		#banner {
			position:relative;
			width:100%;
			height:auto;
			margin:auto;
			padding:0;
			z-index: 600;
			background: #9CB9BF;
			background-size:100% 100%;
			text-align: center;
		}

		#banner a {
			margin: auto;
			width: 100%;
			text-align: center;
		}

		#content {
			position:relative;
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0;
			z-index: 600;
			background: #fff;
		}

		.container {
			width: 100%;
		}

		.popularbox {
			padding:15px;
			width: auto
		}

		.home_buttons {
		    display: none;
		}

		.home_style {
			margin-bottom: 15px !important;
			width: 169px;
			min-height: 230px;
			text-align: center;
		}

		.home_style:nth-child(4n+2) {
		    margin: 0 15px 15px 0;
		}

		/*.popularbox a.all-plans {
		    display: block;
		    float: left;
		    width: 20%;
		    height: 124px;
		    background: #6D929B;
		    text-align: center;
		    margin: 0 15px;
		    font-size: 22px;
		    color: #fff;
		    padding:10px;
		    border: 1px solid #fff;
		}*/

		.home_bottom {
			padding:15px;
		}

		.home_col {
			padding:15px;
			float: none;
		}

		.home_features, .info-pane {
		    float: none;
		    width: auto;
		    padding:15px;
		}

		.feature, .thirdbox {
			float: left;
			margin-right: 10px;
			width: 32%;
		}

		.feature:last-child, .thirdbox:last-child {
			width: 32%;
			margin-right: 0;
		}

		.planoftheweek {
			margin-bottom: 25px;
		}

		.pinboard {
			position: relative;
			width: 40%;
			float: left;
			margin-right: 0;
		}

		.fblikebox {
			width: 100%;
		}

		#col_1 {
			position:relative;
			float:none;
			width:100%;
			padding:0 0 20px 0;
			margin:0;
			display: none;
		}

		#col_1 a.customplans {
			display: none;
		}

		#col_2, #col_full, #col_plan {
			position:relative;
			width:98%;
			padding:0;
			margin:15px auto;
			float: none;
			min-height: auto;
		}

		.plan_list {
		    float: left;
		    margin: 0 14px 15px 0;
		    position: relative;
		    width: 23%;
		    max-width: 180px;
		}
		.plan_list_last {
		    float: left;
		    margin: 0 14px 15px 0;
		    position: relative;
		    width: 23%;
		    max-width: 180px;
		}

		.action_buttons .btn-std {
		    padding: 5px;
		    font-size: 11px;
		    text-transform: none;
		}

		.img_desc {
			background: #8CAAB1;
		}

		#main_img {
			width: 65%;
		}

		#main_img img {
			width: 100% !important;
			height: auto !important;
		}

		#main_img a {
			display: block;
			width: 100% !important;
			height: auto !important;
		}

		.fullimg {
			width: 100% !important;
			height: auto !important;
			margin: 0;
		}

		.overlay {
		    padding: 10px 15px;
		}

		.top_plan_info {
		    width: 35%;
		    height: 100%;
		}

		.buy_info {
			height: 100%;
		}

		.buy_info .btn-std {
		    display: inline-block;
		    margin: 0;
		    font-size: 14px;
		}

		.mob_buttons {
			display: block;
			width: auto;
			padding: 15px;
			text-align: center;
		}

		.mob_buttons a.mainbtn {
			display: inline-block;
			vertical-align: top;
		}

		.plan_detail:first-child {
		    margin-right: 25px;
		}

		#footer {
			width:100%;
			height: 100%;
			padding:20px 10px;
			text-align: center;
		}

		.footerplans {
			float: none;
			overflow: auto;
			margin-bottom: 20px;
		}

		.footerplans:nth-child(2) {
		    width: auto;
		    margin: 0;
		}

		.footer_cols {
			width: 23%;
			margin-right: 10px;
		}

		.footer_cols:last-child {
			margin-right: 0;
		}


		@media  (min-width: 790px) {
			
		}


		
	}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
