/*============================================*/

.clear {
    clear: both;
}

#content{
	min-height:400px;
}

/*==================HEADER==================*/

.prime header.header {
	background:#666659;
	background-image: url("/wp-content/uploads/header2.jpg");
	background-attachment:fixed;
}

.toplogo {
	color: #000;
	font-size:40px;
	font-weight:700;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

.toplogo img {height:225px;}

.toplogo:hover {
	opacity:0.9;
}

.topPhone a:hover{
	opacity:0.7;
	transition:all 0.3s;
}

.topPhone {
	font-size:40px;
	font-weight:700;
	line-height:1;
	padding-top:100px;
	padding-bottom:5px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
}

.topPhone span {
	font-size:29px;
}

#text-18 {text-align:center;}
#text-18 img {margin:26px 0 20px 86px;}

header {
	max-height:400px;
}

nav, nav.nav.nav-fixed, ul.sub-menu {
	background:#003366;
}

nav.nav ul li.current-menu-item a {
	border: 2px solid rgba(255,255,255,.8);
	background:rgba(255,255,255,0.1);
}

.cta {
	top:31%;
	left:0;
	right:0;
}

.ctatop {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color:#fff;
	font-size:3em;
	line-height:1;
	margin-bottom:3%;
	text-shadow:1px 1px 1px #333;
}

.ctabtn {
	padding:7px 30px;
	background:#fff;
	color:#000;
	font-weight:500;
	box-shadow:1px 1px 1px #333;
}

.ctabtn:hover {
	background:#003366;
	color:#fff;
	transition:all 0.4s;
}

/*==================BODY==================*/

h1,h2,h3 {
	color:#003366;
}

#trend {
	width: 100%;
}

.spacing li {
	padding: 5px;
}

.breakout {
    text-align: center;
    padding: 25px 0px 15px;
    background:#dedede;
}

.bnftsec {
    background: #dedede;
    padding: 15px 25px 20px;
}

.compliments h1 {
	background: #d23131;
}

.up-down a {
	color:#d23131 !important;
}

.up-down a:hover {
	color: #2C3CB2 !important;
}

#contactp {
	padding-right: 15px;
}

.rev-cont {
    border: 1px solid #000;
    padding: 12px;
    margin: 5px;
}

.review-rating {display:inline;}

.review-body {border-left:none;}

.one-third {padding:0px 10px; text-align:center;}}

/*======GALLERY=======*/


#gallery-2 img {
    width: auto;
    height: auto;
}

#gallery-4 img {
    max-height: 201px;
    width: auto;
}

.gallery-icon {
    margin: 0;
}

.wp-caption-text {
    margin: 0 !important;
}
.gallery-caption {font-size:1.1em !important;margin: 4px auto 20px auto !important;padding-top:20px;}
.gallery-icon a img{box-shadow: 2px 2px 2px #999;}
.gallery-item{
    background: #EBEBEB;
    margin: 10px 0;
    padding: 20px;
    width: 20% !important;
    border: 5px solid #FAFAFA;
    float:none !important;
    display: table-cell;
}
.packagepage .one-third img {max-height:140px;}
/*==============FORM==============*/

.wpcf7-list-item input {width:20px;}

input {margin: 10px 0px !important;}

footer.footer input {margin:0px !important;}

/*==================FOOTER==================*/

footer.footer {
	background:#003366;
	background-image: url();
}

.footer h2 {
	color:#FFF !important;
}

.socialicons {
	text-align:left;
}

#googlemapswidget-2 img {
	max-height:250px;
}

/*==================BUTTONS==================*/

.btn, .biziq-button {
  padding: 7px 30px;
  box-shadow: 2px 2px 2px #6b6b6b;
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #003366;
  color:#FFF !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn {
	margin:45px 0px;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
  text-decoration:none !important;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*==================LIST ======================*/

ul {list-style-type: none;} 
ul.spaced li{margin-bottom:15px;}
ul.fancylist li:before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #97563C;
    font-size: 16px;
    padding-right: 0.5em;
    margin-left: -27px;
}
ul.checked li:before{content: "\f00c";}
ul.marker li:before {content: "\f041";}


/*==================RESPONSIVE==================*/
@media (max-width: 1200px) {
	.toplogo {
		font-size:30px !important;
	}
}

@media (max-width:1024px) {
	.cta {
		
	}
}

@media (max-width:770px) {
	#text-18 img {display:none;}
}

@media (max-width:768px) {
	.nav {
		padding: 5px 0 5px;
	}
	img.alignright {
		padding-left:10%;
		padding-bottom:2%
	}
	#content ul {
		text-align:left;
		margin:0;
	}
	.toplogo {text-align:center; height:200px;}
	.topPhone {
		padding-top:5px;
		font-size:30px;
		text-align:center;
	}
	.cta {
		top:14%;
	}
	.ctatop {font-size:1.3em;}
	div.one-half {
		text-align:left;
	}
	.h2space {
		margin-top:10%;
	}
	.topimg{
		margin-left:18%;
	}
}

@media (max-width:617px) {
	img.alignright {
		padding-left:1%;
	}
}

@media (max-width:425px) {
	.rslides_tabs {
		display:none;
	}
}

@media (max-width:320px) {
	
}
