/*
Theme Name: Ember - Whirl Sites
Theme URI:  http://www.demos.whirlsites.com/industrial/
Description: 
Version: 1.0
Author: Whirl Sites 
Author URI: http://www.whirlsites.com/
*/

@import url('css/layers.min.css');
@import url('css/dash.css');

/*

	COLOR KEY:
		

*/

* {
	margin: 0;
	padding: 0;
	-webkit-hyphens: none;
}

a img {
	border: none;
	outline: none;
}

body {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #000;
	
}
 Override the insane word-break default from layers body 
{
	word-break: normal; 
	hyphens: manual;
}


.wrap {
	width: 92%;
	/*max-width: 960px;*/
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {


}

#post-content {
	padding-top: 20px;
}

.footer address {
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	line-height: 18px;
}

.footer address h5 {
	font-size: 16px;
	font-weight: 400;
}

.footer address strong {
	font-weight: 400;
	display: block;
}

.footer img {
	max-width: 230px;
}

.footer ul#social {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
	hyphens: none;
}

.mapoverlay {
	position: relative;
	width: 100%;
	height: 350px;
	top: 350px;
	margin-top: -350px;
	z-index: 1;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:hover {

}

a:visited {

}

strong {
	font-weight: 600 !important;
}

hr {
	margin-bottom: 30px;

}

.table {
	
}

th, td {
	padding: 0.37em !important;
}
tr:nth-child(odd) {
	background-color: #c4c4c4;
}

.menu_title {
	font-family: 'Orbitron', sans-serif;
	font-size: 17px !important;
	font-weight: 400 !important;
	text-transform: none;
	letter-spacing: 1px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	/*font-family: 'Orbitron', sans-serif;*/
	text-transform: none;
	letter-spacing: 1px;
}

h1 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 33px;
}

h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 28px;
}

h3 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
}

h4 {
	margin-bottom: 4px;
	font-size: 16px;
}

#content ol, #content ul {
	margin-left: 30px;
	margin-bottom: 5px;
}

#content ol {
	padding-left: 0;
}

.post ul, .post ol {
	margin-left: 50px;
	margin-bottom: 20px;
}

.cd-hero ul {
	margin-left: 0px !important;
	margin-bottom: 20px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: -webkit-filter 1s;
}


.fade-in{
  opacity : 0;
  transition-property : opacity; 
  transition-duration : 0.7s; 
}

.fade-in:hover {
  opacity : 1;
  transition-property : opacity; 
  transition-duration : 0.5s; 
}

.cd-btn {
    font-size: 17px !important;
	font-family: 'Orbitron', sans-serif;
    padding: 10px 20px !important;
    font-weight: 400 !important;
	border-radius: 10px !important;
	border-style: solid;
    border-width: 2px;
	border-color: #fff !important;
	color: #fff !important;
	text-decoration: none;
}

.cd-btn:hover {
    border-width: 2px;
	color: #fff !important;
	font-weight: 400 !important;
	padding: 11px 21px !important;
	text-shadow: none !important;
	text-decoration: none;
}

/* ------------ Gravity Forms Styles ------------ */

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
	body .gform_wrapper .gform_body .gform_fields .gfield select {
	    padding: 0 !important;
	}

.gform_wrapper label.gfield_label {
    font-weight: 500 !important;
    font-size: 13px !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 18px !important;
    max-width: 29em !important;
}

.gform_wrapper select, .gform_wrapper textarea {
    font-size: 13px !important;
    max-width: 100% !important;
}

.gform_wrapper select.large {
    max-width: 22em !important;
}

.gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 1px !important;
}

.gform_wrapper .gform_footer {
    padding: 10px 0 10px !important;
    margin: 1px 0 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
	float: left;
	height: 40px;
	min-width: 130px;
	clear: both;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px;
	border-color: #3c3b3b !important;
	margin-left: 0px;
	background: none;
	color: #3c3b3b;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
  	font-size: 17px !important;
	letter-spacing: 1px;		
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #3c3b3b;
	color: #fff;
}


.gform_wrapper label.gfield_label {
	font-size: 16px !important;
}

body #gform_wrapper_5 {
width:598px;
padding:0px;
}

body #gform_wrapper_5 .gform_heading span.gform_description {
display:block;
text-align:center;
}


input#gform_submit_button_7.gform_button.button {
	border-color: #fff !important;
	color: #fff;
}

input#gform_submit_button_7.gform_button.button:hover {
	border-color: #fff !important;
	color: #3c3b3b;
	background-color: #fff !important;
}

body #gform_wrapper_7 label.gfield_label {
	display: none !important;
}

body #gform_wrapper_7 .gform_body ul li.gfield {
text-align:center;
}

body #gform_wrapper_7 .gform_footer input[type='submit']  {
position: absolute;
display:block;
width: 130px;
height: 30px !important;
margin:0 auto;
border: #499fd3 2px solid !important;
}

#input_7_1.medium {
	position: absolute;
	width: 220px !important;
	height: 30px !important;
	left:27%;
	top: -5px;
	border: #499fd3 2px solid !important;
}
#gform_submit_button_7.gform_button.button {
	left: 51%;
	top: -6px;
}

/* ------------- Header -------------- */

/*.topbar {
	position: fixed;
	height: 32px;
	min-width: 390px;
	padding: 10px 0px 0 0;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
	z-index: 999 !important;
	top: 0px;
	left: 50%;
	border-radius: 0 0 10px 10px;
	padding: 5px 10px 0 10px;
}*/

.topbar{
	position: absolute;
    /* height: 32px; */
    min-width: 390px;
    padding: 5px 0px 0px 0;
    /* text-align: center; */
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    z-index: 997 !important;
    top: 30px;
    right: 4%;
    border-radius: 0 0 10px 10px;
    /* padding: 5px 10px 0 10px; */
	background:none !important;
}
.topbar a {
    color: #ed1e24 !important;
}
#wprmenu_bar {

	z-index: 998 !important

}
.topbar a {
	text-decoration: none;
}

#header {

	position: relative;
	top: 0;
	min-height: 80px;
}

#header h1 img, #header h4 img {
	width: 270px;
	padding-bottom: 0px;
}

#header .mobile-logo img {
	display: none;
}

#header h1, #header h4 {

	display: inline;
}

#header .wrap {
	height: 100%;
	box-sizing: border-box;
	padding: 1% 0;
}

.header-button {
	position: absolute;
	right: 0;
	top: 40px;
}

#phone {
	position: absolute;
	right: 0;
	top: 5px;
}


/* ------------- Front Page -------------- */

#intro {
	width: 100%;
	max-height: 600px;
	position: relative;
	overflow: hidden;
}

#intro .cycle-slideshow {
	width: 100%;
	position: relative;
}

#intro .cycle-slideshow img {
	width: 100%;
	height: auto;
	background: black;
}

#intro h2 {
	color:  #fff !important;
	font-weight: 900;
	padding-top: 125px;
/*	padding-left: 45%;*/
	font-size: 45px;
	line-height: 50px;
}

.cd-hero-slider li.selected p {
	padding-left: 0;
	font-size: 18px;
	font-weight: 900;
	
}


#text-stripe {
	box-sizing: border-box;
	padding: 50px 0;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 35px;
	text-align: center;
}

#text-stripe p {
	margin-bottom: 0;
}



#page-intro {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#page-intro img {
	max-width: 960px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#page-intro h1 {
	position: relative;
	top: 45%;
	margin: 0 !important;
	text-transform: uppercase;
	text-align: center !important;
	z-index: 100;
	font-weight: 300;
	font-size: 30px;
	line-height: 35px;
	color: #fff !important;
	text-shadow:#000000 1px 1px 4px;
}

#home-content {
	padding-top: 50px;
	margin-top: 50px;
}

#home-boxes {
	box-sizing: border-box;
	padding: 50px 0;
}



#home-boxes a.read-more {
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

#home-boxes .home-box {
	height: 250px;
	position: relative;
	pointer-events: none;
}

#home-boxes .home-box span.icon {
	width: 100%;
	height: 80px;
	display: table;
	margin-bottom: 10px;
}

#home-boxes .home-box span.icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	color: #bfc4c8;
}

#home-boxes .home-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
}

#home-boxes .home-box a, #home-boxes .home-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

#recent-posts {
	box-sizing: border-box;
	padding: 80px 0;
	font-size: 15px;
	line-height: 24px;
}

#recent-posts img, .flex-serv img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	right: 0;
	left: 0;
	display: table;
	margin-bottom: 20px;
}

.flex-serv p {
	padding: 0 10px 0 10px;
}

#recent-posts .column {
	height: 420px;
	position: relative;
}

#recent-posts .column em {
	position: absolute;
	bottom: 0;
	left: 0;
}

a.read-more {
	font-weight: bold;
	margin-bottom: 30px;
}

#posts .post {
	margin-bottom: 30px;
}

/* ------------ Navigation ------------ */


.menu-main-menu-container {
	/*position: absolute;
	right: 0;
	top: 50%;*/
	height: 0px;
	width: 100%;
	text-align: center !important;
}

ul.nav {
	list-style: none;
	text-align: center !important;
	position: relative;
	display: inline-table;
	padding: 0 !important;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 10px 0 !important;
	background: rgba(237,30,36,0.6);
}

ul.nav:after {
	content: ""; clear: both; display: block;
}

ul.nav > li {
	display: inline-block;
	margin-right: 0;
	text-align: center;
}

ul.nav li  a {
	display: block;
	padding: 0 13px 0 13px;
	width: auto;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: .2px;
	text-decoration: none;
	text-shadow:#000000 1px 1px 2px;
}

ul.nav li:last-child a {
	padding-right: 0 !important;
}

ul.nav li a:hover {
}

ul.nav li.current-menu-item {
}

ul#menu-footer-menu.nav.sf-menu {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
    font-size: 10px;
	background: none;
	margin: 0;
}



/*---*/


/*---*/




ul#wprmenu_menu_ul li a {
	color: #fff !important;
}

p.post-meta {
	color: #8f8d8d;
	font-size: 14px;
	font-weight: 400;
}

p.post-meta span.date {
	display: inline-block;
}


#posts .post h2 {
	margin-bottom: 10px;
}

#posts {
	padding: 30px 0;
}

/* ------------ Flexible Layouts ------------ */


.light {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.light h2, .light h3, .light i, .light h3 a {
	color: #fff !important;
	text-shadow: 1px 1px 4px #000;
	
}

.light h1 {
	color: #fff !important;
	text-shadow: 1px 1px 4px #000;
	padding-top: 15px;
}

.dark {
	color: #3c3b3b;
}

.dark h2, .dark h3, .dark h3 a {
	color: #3c3b3b !important;
}

.dark i {
	color: #3c3b3b;
}

#flex-content.column.twelve.last {
	z-index: -999 !important;
}

.px {
	background-attachment: scroll;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
	clear: both;
}

.px-small {
	height: 300px !important;
}

.px span {
	bottom: 20%;
	display: block;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	font-weight: 400;
	width: 100%;
}

.px-small span {
	bottom: 0px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 105px;
	
}
.px {
		background-attachment: scroll !important;
		background-position: center !important;	
}


a.button {
	display: table;
	padding: 12px 20px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	width: auto;
	margin-top: 20px;
	border-radius: 0px;
}

.flex-full-text {
	box-sizing: border-box;
	padding: 40px 0;
	text-align: center;
	font-size: 18px !important;
	line-height: 24px;
	border-radius: 0 0 0 0;
	box-shadow: 0px 0px 7px #2d2d2d;
}

.full-img-content {
	
}

.full-img-content h1 {
	text-shadow: none;
	padding: 20px 0 30px 0 !important;
	margin: 0 50% 0 0 !important;
	font-size: 45px;
	line-height: 50px;
	margin-top: -50px;
	background: rgba(255,255,255,0.8);
	border-radius: 0 0 0 0;
	border-top: solid 3px #3c3b3b;
}

.full-img-content-small h2 {
	text-shadow: 1px 1px 4px #000;
	padding: 40px 0 0 0 !important;
	font-size: 40px;
	line-height: 45px;
	z-index: 999 !important;
}

.full-img-content p {
	text-shadow: none;
	font-size: 18px;
	line-height: 23px;
	padding: 0px 10px 10px 10px !important;
	margin: 0 50% 0 0 !important;
	background: rgba(255,255,255,0.6);
}

.full-img-content-small h1 {
	text-shadow: 1px 1px 4px #000;
	padding: 100px 50% 0 0 !important;
	font-size: 40px;
	line-height: 55px;
}

.full-img-content-small p {
	text-shadow: 1px 1px 4px #000;
	z-index: 999 !important;
}

.cta-text {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
	border-bottom: #3c3b3b solid 3px;
	border-radius: 0 0 0 0;
	box-shadow: 0px 0px 7px #2d2d2d;
}

.cta-text a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}

.cta-text p {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	letter-spacing: 0px !important;
	word-spacing: 4px;
	font-size: 22px;
	margin-bottom: 20px !important;
	margin-top: 5px !important;
}

.cta-text a.button {
	display: inline;
	padding: 5px 10px;
	margin: 0 auto;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px !important;
	text-align: center;
	width: auto;
	margin-top: 20px;
	border-radius: 0px;
	border-color: #fff !important;
	letter-spacing: .5px;
	text-decoration: none !important;
}

.cta-text a.button:hover {
	background-color: #fff !important;
	color: #3b3b3b !important;
	text-shadow: none !important;
	text-decoration: none !important;
}

.recent-posts, .main-content {
	box-sizing: border-box;
	padding: 35px 0;

			background: #e8e8e8 !important; 
			background-repeat: repeat;
			background-attachment: fixed !important;
			background-clip: border-box;
			background-origin: padding-box;
			background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
}

.main-content .far {
	color: #ed1e24;
}

.flex-icons {
	padding: 25px 0 0 0;
	width: 100% !important;
	background: none; 
	
}

.flex-icons3 {
	padding: 0 12% 0 0 !important;
}

.flex-serv {
	box-sizing: border-box;
	padding: 35px 0;

			background: #eee !important;
			background-repeat: repeat;
			background-attachment: fixed !important;
			background-clip: border-box;
			background-origin: padding-box;
			background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
}



.flex-box {
	position: relative;
	pointer-events: none;
}

.flex-box span.icon {
	width: 100%;
	height: 80px;
	display: table;
	margin-bottom: 10px;
}

.flex-box span.icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 60px;
	padding-top: 10px !important;
}

.flex-box .twoicon {
	padding-left: 30px;
}

.flex-box h3 {
	text-align: center;
	font-size: 23px;
	margin-top: 10px;
}

.flex-box a {
	text-decoration: none !important;
	pointer-events: all !important;
	color: #000;
}

.flex-box a:hover {
	text-decoration: none !important;
	/*text-shadow: 0 0 45px #64a4d7;*/
	/*color: #3e3e3e;*/
}

.flex-box img {
	padding: 0 10px 0px 10px;
	margin: 4px 8px 5px 10px;
	width: 100px;
}

.flex-box a:hover img {
	width: 104px !important;
	margin: 0px 10px 5px 12px;

}

.flex-box p {
	width: 80% !important;
}

.flex-box a.button {
	display: table;
	padding: 5px 8px 3px 8px !important;
	margin: 20px auto;
	text-transform: uppercase;
	text-align: center !important;
	font-weight: 400;
	font-family: 'Orbitron', sans-serif;
  	font-size: 17px !important;
	letter-spacing: 0px;
	width: auto;
	border-radius: 0px;
	white-space:nowrap;
}
.column.fourth.flex-box-buttons {
    display: none;
}


/* ------------ Serv-box ------------ */
.serv-box {
	position: relative;
	pointer-events: none;
	margin: auto !important;
	padding-left: 9%;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #474747;
}

.column.fourth.service-box {
	width: 19%;
	margin-right: 4% !important;
	border-radius: 15px !important;
}

.column.third.service-box {
	width: 25%;
	margin-right: 8.3% !important;
	border-radius: 15px !important;
}

.service-box h3 {
	hyphens: none !important;
}

.service-box {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	background: #fff;
	margin-right: 6% !important;
	transition: all .2s ease-in-out;
}

.service-box a {
	font-weight: 300;
	color: #000;
}

.service-box:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.serv-box h3 {
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	margin-top: 15px;
	padding: 0 10px;
	text-align: center;
	color:#ed1e24 !important;
}

.serv-box a, .serv-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

.serv-box img {
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
		border-top-right-radius: 15px !important;
		border-top-left-radius: 15px !important;
}

.serv-box p {

}

.service-box .serv-text {
	padding: 0 8%;
	text-align: center;
	font-size: 15px;
}

.rss_item {
	padding: 0px 5px 0px 5px !important;
	font-weight: 100 !important;
}

.feedzy-rss .rss_item .title {
	font-weight: 100 !important;
}

.display-posts-listing {
	list-style: none !important;
}

/* ------------ Sidebar ------------ */


.widget {
	margin-bottom: 30px;
}

.widget h3 {
	text-align: center;
	font-size: 21px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

/* ------------ Shortcodes ------------ */

/* - Tabs -*/

.su-tabs {
}

.su-tabs-nav span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #452c14;
}

.su-tabs-nav span:hover {

}

span.su-tabs-current {
	text-shadow: none;
	color: #000 !important;
	border: none !important;
}

span.su-tabs-current:hover {
	background: #fff !important;
}

span.su-tabs-current

.su-tabs-panes {
	
}

.su-button-style-ghost {
	font-family: 'Orbitron', sans-serif;
	font-size: 17px !important;
}

/* -- Accordion --*/

.su-spoiler-title {
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #452c14 !important;
}

h2.su-post-title {
	font-size: 18px !important;
}

.su-list {
	font-size: 15px !important;
}

ul#header-social {
	list-style: none;
	border-top: none !important;
	text-align: right;
	margin-top: 0px;
	padding: 0 120px 0 0 !important;
}

ul#header-social li {
	display: inline;
	margin: 0 10px;
}

ul#header-social li a {
	font-size: 16px;
	
}

ul#header-social li i {
	font-size: 20px;
	vertical-align: right;
}

a.headerphone {
	color: #494949 !important;
	font-size: 16.5px !important;
	font-weight: 700 !important;
}

/* ------------ Footer ------------ */

.footer {
	padding-top: 10px;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.footer .wrap {
	height: 360px;
}



.footer-nav li {
	display: inline-block;
	margin-right: 0;
}

.footer-nav li a {
  display:inline-block;
  font-size:14px;
  font-weight:normal;
  line-height:20px;
  width: 300px;
}

.footer-nav ul.sub-menu {
	display: none;
}

ul#social {
	list-style: none;
	border-top: none !important;
	text-align: center;
	margin-top: 30px;
}

ul#social li {
	display: inline;
	margin: 0 10px;
}

ul#social li a {
	
}

ul#social li i {
	font-size: 40px;
	vertical-align: middle;
}

#footer-social {
	box-sizing: border-box;
	padding: 40px 0;
}

#footer-social a i {
	color: rgba(255,255,255,0.7) !important;
	cursor: pointer;
}

#footer-social a i:hover {
	color: rgba(255,255,255,1) !important;
	cursor: pointer;
}

p#coda {
	position: absolute;
	bottom: 70px;
	text-align: center !important;
	width: 100%;
	opacity: 0.7;
	font-size: 12px;
}

p#coda a {

}

/* ---------- Misc ----------- */

#wprmenu_bar .menu_title a {
	color: #fff !important;
	text-decoration: none !important;
	top: -2px;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 5px;
}

.alignright {
	float: right;
	margin: 5px;
}

div.center, img.center, .center a img {
	margin: 0 auto;
	text-align: center;
}

div.center, .center, img.center, p .center, p.center, p img.center {
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

li.cd-bg-video {
	background: none;
}

.strong-view.default * {

    font-size: 14px !important;
    line-height: 17px !important;
}


/* -------- Media Queries ---------- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 200px)
and (max-width : 736px) {

span.slide-caption {
	display: none;
}
		#intro h2 {
	line-height:40px !important;
}


.footer-nav li a {
	display: none !important;
}

.footer ul {
	display: none !important;
}

#page-intro h1 {
	font-size: 27px;
}

.home-box, .column.third {
	margin-bottom: 30px;
}

#header h1 a, #header h1 img {
	display: block;
	max-width: 60%;
	height: auto;
}

.home-box {
	height: 180px !important;
}

#header h4 {

}

.px {
	background-attachment: scroll !important;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;
}


.px span h2 {
	margin-bottom: 5px;
}

.px-small span {
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	padding-top: 8%;
}
	
.full-img-content h1 {
	text-shadow: none;
	padding: 20px 0 30px 0 !important;
	margin: 0 0 0 0 !important;
	font-size: 35px;
	line-height: 38px;
	background: rgba(255,255,255,0.8);
	border-radius: 0;
	border-top: solid 3px #3c3b3b;
}

.full-img-content p {
	text-shadow: none;
	font-size: 15px;
	line-height: 20px;
	padding: 0px 10px 10px 10px !important;
	margin: 0 0 0 0 !important;
	background: rgba(255,255,255,0.6);
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
	padding-top: 50px;
	height: 360px !important;
}	

.cd-hero-slider h2 {
  font-size: 25px !important;
}
.cd-hero-slider p {
  font-size: 18px !important;
  line-height: 28px !important;
}
	

.recent-posts .column {
	text-align: center;
}

h4#phone {
}

.column.fourth.service-box, .serv-box .column.fourth {
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100% !important;
	float: none !important;
	clear: both !important;
}
	



}



/* Smartphones ----------- */
@media only screen
and (min-width : 301px) 
and (max-width : 800px) {
	
	.mobile-btn {
		display: inline !important;
	}
	
	.desktop-btn {
		display: none !important;
	}

/* Smartphones ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 450px)
 {
	p#coda {
	
		font-size: 12px !important;
		line-height: 15px !important;
	}
	
	.flex-call-action {
		font-size: 16px !important;
	}
	 
	.px {
	height: 450px;
}
		
}		
	
/* Smartphones ----------- */
@media only screen
and (min-width : 200px) 
and (max-width : 699px)
 {	
	 
	 
.full-img-content-small h2 {
	padding: 200px 0 0 0 !important;
	font-size: 40px !important;
}
	 
	 .px-small {
	height: 475px !important;
}

.cta-text p {
	font-size: 16px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.cta-text a.button {
	font-size: 14px !important;
	padding: 0px 10px;
}

.flex-full-text {
	border-radius: 0 0 0 0;
}
	 
.cta-text {
	border-radius: 0 0 0 0;
}

 }
 
 /* iPad (portrait) ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 900px)
 {	
 	.flex-box p {
		width: 80%;
		padding-left: 0%;
		text-align: center;
  }
	 
#header h1 img, #header h4 img {
	display: inline !important;
}

#header .mobile-logo img {
	display: none;
}

}
		
	


@media only screen
and (min-width : 700px) 
and (max-width : 980px)
 {	
	 


	
}
}

@media only screen
and (min-width : 200px) 
and (max-width : 1020px)
 {	
	 
#input_7_1.medium {
	width: 220px !important;
	height: 30px !important;
	top: -5px;
	left: 20%;
	border: #499fd3 2px solid !important;
}
#gform_submit_button_7.gform_button.button {
	top: 30px;
	left: 30%;
} 
	 
.cta-text {
 
	text-align: center !important;
}
	 
}


@media only screen and (min-width : 642px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:158px
	}

	
}
@media only screen and (min-width : 862px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:120px
	}
}
@media only screen and (min-width : 920px) and (max-width: 940px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:110px
	}
}
@media only screen and (min-width : 940px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:auto;
	}
}

@media only screen and (min-width : 300px) and (max-width: 1010px){
	ul.nav li a {
	padding: 0 9px 0 9px;
	font-size: 12px;
	}
	
	ul.nav li li a {
	font-size: 14px !important;
	}
}

.logoImg{
	max-width:260px;
	height:auto;
	padding: 0 0 0 120px;
}

.callToActionButton{background-color: #020202; 
	border-color: #020202; border-radius: 20px; height: 25px; color: white; font-weight: bold; font-size: large; padding: 10px 10px 10px 10px; margin-top: 10px;width:auto; min-width:20%}
.callToActionButton:hover{background-color:#fd0100;border-color:#fd0100;}

.cd-slider-nav li a{
	text-decoration:none !important;
}

/*#menu-main-menu li a,#menu-footer-menu li a{
border-right: 1px solid grey;
}*/


/*ul li + li a:before{
    content: " | ";
    padding: 0px 0px 0px 3px !important;
}
ul li + li a:after{
    
   padding: 0px 0px 0px 3px!important;
}
ul li + li a:before{
    color:grey !important;
}*/

@media only screen and 
	(min-width : 640px) and (max-width: 800px)
{
	
		.serv-box h3
		{
			font-size:16px !important;		
		}
	
	
}

@media only screen and (max-width: 768px)
{
.cd-hero-slider {
    height: 520px !important;
}
}