/*@import url(http://reset5.googlecode.com/hg/reset.min.css);*/

/*
font-family: 'Open Sans', sans-serif;
Light 300
Normal 400
Semi-Bold 600
Bold 700
Extra-Bold 800
*/

/*
COLORS:
Blue - #345ea7
Baby Blue - #bed3ec
Dark Blue - #040348
*/

/*--------------------------------------------------------------
BASIC STYLES
--------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 1rem Helvetica Neue, Arial, sans-serif;
	
	font-weight: 400;
	background-color: #345ea7;
}

hr {
	border: 0;
	color: #345ea7;
	background-color: #345ea7;
	height: 2px;
	margin: 1em 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
	max-width: 100%;
}

/* ---------- HACKS ---------- */

.columns {
	/*padding-left: 23px;*/

	/*margin-top: 10px;*/
}

.su-row {
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/

/* ---------- HEADER ---------- */

.header-wrapper {
	border-bottom: 6px solid #345ea7;
	background-color: #fff;
}

.breakingnews, .breakingnews img, .breakingnews:visited {
	color:#fd0902; text-decoration: none; font-weight:bold;
	font-style: normal;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.breakingnews:hover {
	color: #ff3530;
}

.breakingnews img:hover {
	opacity: 0.5;
}

.site-branding img {
	display: block;
	margin: 5px 0;
}

.tagline {
	color: #345da6;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	text-align: left;
	padding-top: 18px;
}

.socialstuff {
	padding-top: 18px;
	padding-left: 18px;
}
.gtranslator {
	text-align: right;
	padding-top: 6px;
}

.socialicons ul {
	list-style: none;
	/*float: right;*/
	text-align: right;
}
.socialicons ul li {
	display: inline-block;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.socialicons ul li:hover {
	opacity: 0.5;
}

.phonenumber {
	color: #fd0902;
	font-size: 24px;
	font-weight: 600;
	text-align: right;
	padding-top: 9px;
}

.nav-side {
	position: relative;
}

/* ---------- MAIN NAV ---------- */

#primary-menu > li {
	margin-left: 1px;
}


/* ---------- SIDEBAR ---------- */

.sidebar {
	background-color: #fff;
	padding: 18px;
	width: 100%;
	min-width: 230px;

}

.sidebar .sel-area {
	margin-bottom: 18px;
}

.sidebar .sel-area form li {
	padding: 0;
}

.sidebar h5 {
	font-size: 17px;
	color: #345ea7;
	font-weight: 600;
	margin-bottom: .5em;
}

.sidebar p {
	font-size: 12px;
	color: #345ea7;
	line-height: 15px;
}

.sidebar hr {
	border: 0;
	color: #fd0902;
	background-color: #fd0902;
	height: 2px;
	margin: 1em 0;
}

.sidebar ul {
	width: 100%;
}
.sidebar select, 
.sidebar input[type="text"] {
	width: 100%;
	padding: 5px 8px;
}

.sidebar input[type="submit"] {
	background-color: #fd0902;
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 1px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
    float: right;
}
.sidebar input[type="submit"]:hover {
	background-color: #b90701;
	cursor: pointer; 
	cursor: hand;
}

.sidebar .category-list {
	margin-bottom: 0;
}

.sidebar .category-list ul {
	list-style: none;
}

.sidebar .category-list ul a {
	font-size: 16px;
	display: inline-block;
	line-height: 1.25;
	/*margin-bottom: .5em;*/
}

.sidebar .inventory-signup {
	padding-bottom: 35px;
	margin-bottom: 0;
}
.sidebar .inventory-signup ul.gform_fields {
	list-style: none;
}
.sidebar .inventory-signup ul.gform_fields li {
	margin-bottom: .25em;
}
.sidebar .inventory-signup ul.gform_fields li label {
	display: inline-block;
	font-size: 12px;
    color: #345ea7;
    padding-bottom: 2px;
}
.sidebar .inventory-signup ul.gform_fields input {
	display: block;
	margin: 0;
	width: 100%;
	padding: 5px 8px;
}

/* ---------- HOMEPAGE ---------- */

/* SLIDER */
.slider-wrapper {
	background-color: #fff;
	background-image: url('../img/just-listed.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.bxslider > div {
	/*position: relative;*/
	color: #000;
	padding: 18px 55px;
}

.bxslider div.columns {
	padding:0;
}

.bxslider div .slide-img {
	margin: 0;
}

.bxslider .slide-text-side {
	padding-left: 18px;
	position: relative;
}

.bxslider .slide-title {
	color: #fd0902;
/*	font-style: italic; */
	font-size: 36px;
	font-weight: 200;
	margin-bottom: .75em;
}

.bxslider .slide-text {
	line-height: 1.4;
	font-style: normal;
	font-size: 15px;
	max-height:350px; 
	overflow-y:scroll;
}

::-webkit-scrollbar{
  width:15px;
  background-color: rgba(255,255,255, 1)
} 

::-webkit-scrollbar-thumb{
   background-color: rgba(178,178,178,.6);
} 

/* PACKAGES AREA */
.packages-wrapper {
	background-color: #eeeeee;
	background-image: url('../img/bg-services.jpg');
	padding: 9px 9px 0 9px;
	border-top: 6px solid #345ea7;
	text-align: center;
}

.packages-wrapper .columns {
	padding: 9px;
	height: 245px;
}

.package-img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.packages-wrapper h1 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	/*margin-bottom: 10px;*/
}
.packages-wrapper h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.packages-wrapper p {
	font-size: 12px;
	font-weight: 400;
}

/* PARTNERS */

.partners-wrapper {
	background-color: #fff;
	padding: 18px;
	text-align: center;
    min-height: 600px;
}

.partners-wrapper h2 {
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

.partners-wrapper p {
	font-size: 12px;
	font-weight: 400;
}

/* HOME CONTACT AREA */

.contact-area-wrapper {
	background-color: #a5a5a5;
	/*padding: 18px 0 0 0;*/
	text-align: center;
	/*border-bottom: 9px solid #fff;*/
	min-height: 520px;
}

.contact-area-wrapper .columns {
	/*padding: 9px;*/
}

.knowmore-wrapper {
	position: relative;
}
.knowmore {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	margin-left: 20px;
}

.contact-area-wrapper h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 10px;
}

.contact-area-wrapper p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.contact-area-wrapper .gform_fields {
	list-style: none;
	text-align: left;
}

.contact-area-wrapper .gfield_label {
	font-size: 12px;
	line-height: 2;
	font-weight: 700;
	color: #000;
}

.gfield_required {
	color: #9c0000;
	margin-left: 4px;
}

.contact-area-wrapper .contactform {
	text-align: left;
	padding-top: 18px;
}

.contact-title {
	line-height: 1;
	margin-bottom: 0;
}

.contact-area-wrapper .contactform p {
	color: #000;
    padding: 0 5px;
}
.contact-area-wrapper .contactform p span {
	font-size: 20px !important;
}

.contact-area-wrapper .gform_fields input,
.contact-area-wrapper .gform_fields textarea {
	width: 100% !important;
	border: none;
	padding: 5px;
}

.contact-area-wrapper .gform_fields textarea {
	height: 3em;
}

.gform_footer {
	text-align: right;
}

.contact-area-wrapper input[type=submit] {
    background-color: #ff0000;
    padding: 5px 25px;
    margin: 15px 0 10px 5px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
}
.contact-area-wrapper input[type=submit]:hover {
	background-color: #dd0000;
}

.gform_validation_container {
	display: none;
}

.silhouettebox {
	position: relative;
}
.silhouette {
	display: block;
	height: 280px;
	position: absolute;
    bottom: 5px;
    right: 5px;
}
select {
    width: 100%;
    height: 25px;
}
/*----------TESTIMONIALS---------------------------*/

.testimonial .entry-title {
	display: none;
}

.testimonial_rotator_wrap.with-prevnext {
    padding: 0px 40px;
}

.testimonial_rotator_wrap {
    margin: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------
PAGES
--------------------------------------------------------------*/

.page-content-wrapper {
	background-color: #fff;
	padding: 18px;
	text-align: left;
}

h1.entry-title {
	color: #040348;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 1em;
}

.entry-content p {
	line-height: 22px;
}

.entry-content a img {
	border: 1px solid #345ea7;
}

.home .entry-content a img {
	border: none !important;
}

.entry-content ul {
	margin-bottom: 2em;
}
.entry-content ul li {
	margin-bottom: 1em;
	margin-left: 1.25em;
}

/*--------------------------------------------------------------
POSTS
--------------------------------------------------------------*/

.entry-meta, 
.nav-links, 
.entry-footer {
	display: none;
}

.page-content-wrapper {
	padding: 35px;
/*	min-height: 1300px !important;*/
}

/* EQUIPMENT */

.equipment-discovery h2 {
	font-size: 21px;
	font-weight: 500;
	color: #345ea7;
	text-align: center;
/*	text-transform: uppercase;*/
	margin-bottom: .5em;
}

.equipment-discovery p {
	font-size: 13px;
	font-weight: normal;
	color: #345ea7;
	line-height: 1.3rem;
}

.equipment-title h1 {
	font-size: 28px;
	font-weight: 100;
	color: #040348;
	margin-bottom: .5em;
}

.catlist {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
}

.catlist li {
	display: inline-block;
	/*margin-right: .5em;*/
}

.catlist li:last-child .listcomma {
	display: none;
}

.catlist a, .catlist a:visited {
	text-decoration: none;
	color: #040348;
}
.catlist a:hover {
	color: #fd0902;
}

.acf-equip {
	list-style: none;
	margin-bottom: 1em;
}
.acf-equip li {
	display: inline-block;
	margin-right: 10%;
}
.acf-equip li:last-child {
	margin-right: 0;
}

.equipment-left-side {
	padding-right: 50px;
}

.equipment-left-side img {
	margin-bottom: 18px;
}

.equipment-left-side p {
	font-size: 12px;
	font-weight: 400;
	color: #040348;
	line-height: 1.5;
}

.equipment-left-side .gform_body .gform_fields {
	list-style: none;
}

.equipment-left-side .gform_body .gfield_label {
	display: none;
}

.equipment-left-side .gform_body input, 
.equipment-left-side .gform_body textarea {
	width: 100%;
	max-width: 100%;
	padding: 5px;
	margin-bottom: .75em;
}

.equipment-left-side input[type="submit"] {
	background-color: #fd0902;
	border: none;
	padding: 8px 20px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 10px;
	font-weight: 600;
	float: right;
}
.equipment-left-side input[type="submit"]:hover {
	background-color: #b90701;
	cursor: pointer; 
	cursor: hand;
}

.validation_error, 
.validation_message, 
.gform_confirmation_message {
	font-size: 12px;
	font-weight: 400;
	color: #b90701;
}

/*--------------------------------------------------------------
SEARCH RESULTS
--------------------------------------------------------------*/

.index-search-results li {
	padding: 10px;
}

.resultwrapper {
	border: 1px solid #345ea7;
	padding: 10px 7px;
	position: relative;
	overflow: hidden;
}

.index-search-results h2 a {
	text-decoration: none;
}

.index-search-results p {
	padding-top: .5em;
	line-height: 1.2;
	margin: 0 0 35px 0;
	font-size: 12px;
}

.read-more {
	display: inline-block;
	text-decoration: none;
	background-color: #fd0902;
	color: #fff !important;
	background-color: #fd0902;
	padding: 8px 20px;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	position: absolute;
	bottom: 9px;
	right: 9px;
}

.read-more:hover {
	background-color: #b90701;
}

/*--------------------------------------------------------------
FOOTER AREA
--------------------------------------------------------------*/

.footer-wrapper {
	background-color: #333333;
	color: #fff;
	padding: 9px;
	font-size: 12px;
	line-height: 1.25;
	/*border-top: 9px solid #fff;*/
}

.footer-wrapper .columns {
	padding: 9px;
}

.footer-wrapper .location p, 
.footer-wrapper .mission p {

}

.footer-wrapper .testimonials ul {
	list-style: none;
}
.footer-wrapper .testimonials ul li {
	margin-bottom: 1em;
}
.footer-wrapper .testimonials ul p {
	margin-bottom: 0;
}

.test-date {
	color: #b3d1ff;
}

/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/

/* ---------- FOUNDATION QUERIES ---------- */

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

	.silhouette {
		/*display: none;*/
		position: relative;
		margin: -50px auto 0 auto;
	}
	.knowmore {
		position: static !important;
		padding-top: 18px;
		transform: translateY(0%);
	}
	.equipment-left-side {
		padding-right: 3px;
	}
	.acf-equip li {
		display: block;
	}
	.tagline {
		text-align: center;
	}
	.socialstuff {
		padding-left: 0;
	}
	.gtranslator, 
	.socialicons ul,
	.phonenumber {
		text-align: center;
	}
	.phonenumber {
		padding-top: 18px;
	}
	.socialicons {
		padding: 18px 0;
	}
	.site-branding img {
		display: block;
		margin: 47px auto 0 auto;
	}
	.index-search-results img {
		margin-bottom: 9px;
	}
	.bxslider .slide-text-side {
		padding-left: 0;
	}

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

	.silhouette {
		/*display: none;*/
		position: relative;
		margin: -50px auto 0 auto;
	}
	.knowmore {
		position: static !important;
		padding-top: 18px;
		transform: translateY(0%);
	}
	.equipment-left-side {
		padding-right: 3px;
	}
	.tagline {
		text-align: left;
		padding-right: 60px;
	}

	.socialstuff {
		padding-left: 0;
	}

	.gtranslator, 
	.phonenumber, 
	.socialicons ul {
		text-align: left;
	}

	.phonenumber {
		padding-top: 18px;
	}

	.socialicons {
		padding: 18px 0;
		text-align: left;
	}	
} 
/* SPECIAL */
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
	.gtranslator, 
	.socialicons {
		display: block;
		width: 100%;
		text-align: center;
	}
	.socialicons {
		padding: 18px 0;
		text-align: center;
	}
	.socialicons ul, 
	.phonenumber {
		text-align: center;
	}
	.phonenumber {
		padding-top: 18px;
	}
	
} 
/* Large and Up */
@media only screen and (min-width : 1025px) {

	/*body {
		background-color: green;
	}*/
	
} 
.gform_heading h3 {

    margin-top: -25px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300 !important;
    font-style: italic;
}
.bx-next a {margin-left: -25px !important;}
.large-5 img {
	max-height: 168px;
	width: auto;
}
.sf-result-head { 
	display:none;
}
.page-id-66928 .mfp-title {
	display: none !important;
}
.page-id-66928 .entry-content a img {
    border: 1px solid #c0c0c0;
}