/*
Theme Name: DM Corporate
Theme URI: http://www.digitalmonopoly.com.au/
Author: DigitalMonopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Description
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Global
----------------------------------------------- */

html, body {
	height: 100%;
	width: 100%;
}
#page{
	min-height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #001a24;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Asap', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	letter-spacing: 1px;


}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold!important;
	font-family: 'Asap', sans-serif!important;
	letter-spacing: 2px;
}

h1{ font-size: 32px; }
h2{ font-size: 30px; }
h3{ font-size: 20px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
h6{ font-size: 14px; }

/*h2:after{
	content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #00aeef;
    margin: 15px auto 50px;
}
h3:after{
	content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #00aeef;
    margin: 15px 0;
}*/
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 0;
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 00px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #00aeef ;
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	padding: 6px 15px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
input[type="submit"]:after{
	font-family: FontAwesome;
    padding-left: 15px;
    content: "\f105";
    color: #00aeef;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #444444;
    border-color: #444444;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #000000;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
	background: #ffffff;
	border-radius: 4px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:120px;
}

select{
	height: 34px;
	line-height: 34px;
	padding: 5px;
}

/* Links */
a,
a:visited {
	color: #00aeef;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #00aeef;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Content
----------------------------------------------- */
.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
}
.hentry .entry-header{ margin-bottom: 1.2em; }
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{color: #1a1a1a;}
.single .hentry,
.page	.hentry{ border-bottom:none; padding:0; margin:0; }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-thumbnail{
	padding:0;
	margin-bottom: 20px;
}
.entry-summary {
	margin: 1.2em 0 0;
}
.entry-title{}

.entry-content{
	margin:auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{
    border-bottom: medium none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.page-header .entry-title {
	font-size: 32px;
	line-height: 50px;
	margin: 0;
	padding: 50px 0;
	color: #ffffff;
}

.contact-header{}
.contact-header .entry-title{ margin-bottom: 0;}

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }

.clear{ clear:both; }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	margin-bottom: 1.2em;
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.entry-content .gallery{
	margin: 0 -10px!important;
}
.gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: none!important;
	margin-bottom: 0;
	width: 100%;
}

.gallery dd { margin: 0; }

.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 20px!important;
	position: relative;
	padding: 0 10px;
}
.gallery .gallery-item .gallery-caption{ 
	visibility: hidden; 
	position: absolute; 
	left: 10px; 
	bottom: 0; 
	right: 10px; 
	padding:10px; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff; 
}
.gallery .gallery-item:hover .gallery-caption{ 
	visibility: visible; 
}

.gallery-columns-4 .gallery-item {}
.gallery-columns-4 .gallery-item img {}

.dm-gallery{  max-width: 1440px; margin: auto; margin-bottom: 50px; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Widgets
----------------------------------------------- */
.widget-title{
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
}
.widget-title:after{
	content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #00aeef;
    margin: 15px 0;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:166px; }
#searchsubmit {padding: 0 15px;}


.widget_categories{}
.widget_categories .widget-title{}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	/*border-bottom: 1px solid #eee;*/
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #ffffff;
}
.widget_categories ul li.current-cat > a{}

.widget_archive{}
.widget_archive ul{}
.widget_archive ul li{}
.widget_archive ul li a{
	color: #ffffff;
}

.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{}
.widget_nav_menu .menu li{ position: relative;}
.widget_nav_menu .menu li a{
/*	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;*/
	font-size: 19px;
	font-weight: 500;
	line-height: 40px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget_nav_menu .menu li:last-child a{ border:none; }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{ }

.widget_nav_menu .menu-item-has-children{position: relative;}
.widget_nav_menu .menu-item-has-children > a{}
.widget_nav_menu .menu li .sub-menu{display: none; }
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ 
	border:none; 
	font-size: 14px;
/*	border-bottom: 1px solid #eee;*/
	padding-left: 20px;
	color: #ffffff;
}
.widget_nav_menu .menu li .sub-menu > li.current_page_item a{
	color: #000000;
}
.widget_nav_menu .menu-item-has-children i {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 10px;
	line-height: 37px;
	color: #000000;
}

.widget_nav_menu .menu li.current-menu-ancestor .sub-menu{
	display: block;
}
.widget_recent_entries ul{}
.widget_recent_entries ul li{}
.widget_recent_entries ul li a{
	color: #ffffff;
}


/* DM Address widget */
.dm-address{}
.dm-address .location{ clear: none; }
.dm-address .address{}
.dm-address .phone{}
.dm-address .fax{}
.dm-address .email{}
.dm-address .image-map{ float: right;margin-left: 10px; margin-right: -10px; }
.dm-address .address,
.dm-address .phone,
.dm-address .fax,
.dm-address .email{
	color: #00aeef;
	margin-bottom: 0;
}
.dm-address .address{
	padding-left: 0px;
	position: relative;
	margin-bottom: 10px;
}
.dm-address .phone .fa,
.dm-address .fax .fa,
.dm-address .email .fa,
.dm-address .address .fa{
	position: absolute;
	left: 0;
}
.dm-address .text{width: 60px; display: inline-block;}
.dm-address .phone br,
.dm-address .email br{display: none;}
.dm-address a{
 	color: #ffffff;
}
.dm-address h4{
	font-weight: 900;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	text-transform: capitalize;

}

#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget-title{
	color: #00aeef;
    font-size: 19px;
    line-height: 53px;
    font-weight: 400!important;
}
#footer-sidebar .widget-title:after{
	height: 0px;
	margin: 0;
}
#footer-sidebar .widget_nav_menu .menu {}
#footer-sidebar .widget_nav_menu .menu li{}
#footer-sidebar .widget_nav_menu .menu li a{
	border-bottom: 0px solid #333;
	display: block;
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	color: #ffffff;
	text-transform: uppercase;
}

#footer-sidebar .widget_nav_menu .menu li:last-child,
#footer-sidebar .widget_nav_menu .menu li:last-child a{ border-bottom: none; }
#footer-sidebar .widget_nav_menu .menu li.current-menu-item a {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu a {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_parent ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_text .textwidget{/*max-width: 250px;*/}
#footer-sidebar .widget_text .text-upper{color: #ffffff;}


#footer-sidebar .dm-address{/*text-transform: uppercase;*/}
#footer-sidebar .dm-address h4{display: none;}
#footer-sidebar .dm-address .text{color: #ffffff;}
#footer-sidebar .dm-address br{display: none;}
#footer-sidebar .dm-address a{color: #ffffff;}

#footer-sidebar .dm-address .address{margin-bottom: 10px; display: none;}
#footer-sidebar .dm-address .address br{display: block;}
#footer-sidebar .dm-address .postal-address .text{width: auto; margin-right: 5px;}
#footer-sidebar .dm-address .socials {margin-bottom: 15px;}
#footer-sidebar .dm-address .socials li{line-height: 40px;}
#footer-sidebar .dm-address .socials li a{
	background: #ffffff;
	color: #000000;
}

#footer-sidebar .dm-address .socials li a:hover{
	background: #00aeef;
}
#footer-sidebar .dm-address .socials li:first-child a{
	margin-left: 0;
}

/* =Comments
----------------------------------------------- */
.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {
	margin: 90px 0 50px;
	min-height: 800px;
}
#sidebar {
	margin: 90px 40px 50px;
	background: #00aeef;
	color: #Fff;
	padding: 40px 20px 1px;

}
#sidebar .widget{ margin-bottom: 40px;}
#sidebar .widget .dm-address .postal-address,
#sidebar .widget .dm-address .fax,
#sidebar .widget .dm-address .text{
	display: none;
}
#sidebar .widget_nav_menu{
	position: relative;
}
#sidebar .widget_nav_menu:after{
	content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ffffff;
    margin: 15px 0;
}
#sidebar .widget .gform_wrapper{
	/*background: #eeeeee;
    padding: 15px;*/
    display: inline-block;
    width: 100%;
}
#sidebar .widget .gform_wrapper ul{margin: 0 -10px!important;}
#sidebar .widget .gform_wrapper ul li{
	width: 100%!important;
}

#sidebar .widget .gform_wrapper .ginput_container input,
#sidebar .widget .gform_wrapper .ginput_container textarea {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #cccccc;
}
#sidebar .widget .gform_wrapper .gform_footer{width: 100%;}
#sidebar .widget .gform_wrapper .gform_footer .gform_button{
	width: 100%!important;
	background: #ffffff;
	color: #00aeef;
}
#sidebar .widget .gform_wrapper .gform_footer .gform_button:hover{
	background: #000000;
	color: #ffffff;
}
#sidebar .widget .gform_wrapper .gform_footer::before {
    line-height: 26px;
    padding-left: 0;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    margin-top: -10px;
}
/*#sidebar .widget .dm-address{position: relative;}
#sidebar .widget .dm-address:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ffffff;
	margin: 15px 0;
}
*/


.archive-content{ }
.page-content{ }

/* =Main Layout
----------------------------------------------- */
.site-header{ 
	width: 100%;
	background: #ffffff;

  	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
 
}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 30px 0 30px 30px;
}
.site-header .navbar-brand img{ 
	display: block; 
	margin-bottom: 0;
	height: 100px;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.site-header .site-contact .site-phone{
	margin: 0px 0px 0px 40px;
	padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 85px;
    display: inline-block;
    text-transform: uppercase;
}
.site-header .site-contact{
	color: #00aeef;
	font-weight: bold;
	padding-top: 43px;
	padding-right: 30px;
	width: 100%;
	text-align: right;
}
.site-header .site-contact ul li{
	padding:  0 20px;
}
.site-header .site-contact ul li:last-child{
	padding-right: 10px;
    left: 0;
    left: 10%;
    font-size: 36px;
    position: absolute;
    bottom: 39%;
}
.site-header .site-contact ul li a {
	color: #00aeef;
	padding-left: 10px;
	text-transform: uppercase;
}
.site-header .site-contact ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.site-header .site-contact .fa{
	padding-right: 10px;
}
.site-header .site-contact .fa.fa-at{
	padding-right: 0;
}
.site-header .site-contact .fa.fa-phone{
	/* border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;*/
    line-height: 20px;
    padding: 0 3px;
}
.is-sticky .site-header{ width: 100% ;}	
.is-sticky .site-header .navbar-brand{}
.is-sticky .site-header .site-contact {}
.is-sticky .navbar-collapse.collapse{}
.is-sticky .navbar-default{}
.is-sticky .navbar-default .navbar-nav > li > a {}

.admin-bar .is-sticky .site-header{ top:32px!important; }
.admin-bar .site-header.sticky{ top:32px!important; }
.site-header.sticky{
	position: fixed;
	width: 100%;
  	left: 0;
  	top: 0;
  	z-index: 100;
  	border-top: 0;
}
.site-header.sticky .navbar-brand{padding: 15px 0;}
.site-header.sticky .navbar-brand img{max-height: 70px; }
.site-header.sticky .navbar-default{}
.site-header.sticky .navbar-default .navbar-nav > li > a { line-height: 50px; }
.site-header.sticky .site-contact {/*display: none;*/  padding-top: 10px;}



.site-featured{ margin:auto; }

.site-header-image-bg{ 
	height:415px!important;
	background-size: cover!important;
}

.site-tagline{
	border-bottom: medium none;
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	padding: 40px 0;
	text-transform: uppercase;
}
.site-tagline .btn,
.site-tagline .btn:visited{}

.container{ }
.site-main{ }
.site-main .col-md-4{
	border-right: 1px solid #959595;
}
.site-main .col-md-8{
	/*border-left: 1px solid #959595;*/
	/*border-left: 2px solid #acacac;*/
	padding-left: 65px
}
.site-content{}
.site-footer{
	background: #001a24 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 60px 0 20px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
    background: #001a24 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    color: #fffefe;
    line-height: 25px;
}
.site-footer .footer-info p{margin-bottom: 0;}
.site-footer .footer-info a{
	color: #ffffff;
	font-weight: bold;
}
.site-footer .footer-info .site-copyright,
.site-footer .footer-info .site-info{display: inline-block;}
.site-footer .footer-info .site-copyright span{
	color: #ffffff;
	font-weight: bold;
}
.page .entry-header{ }
.page .entry-header .entry-title{}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	z-index: 20;
	width: 100%;
}


/* =Menu
----------------------------------------------- */
.sticky-wrapper{ 
	width: 100%; 
	z-index: 75; 
	position: absolute; 
}

.navbar{ margin: 0; }
.navbar-default {
	background-color: #001924;
	border: medium none;
	width: 100%;
}
.navbar-brand {
	color: #00aeef;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}

.navbar-collapse.collapse{}
.navbar-default .navbar-nav > li > a {	
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 90px;
	letter-spacing: 1.5px;
	padding: 0px 0px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	margin-right: 50px;
}
.navbar-default .navbar-nav > li:first-child > a{}
.navbar-default .navbar-nav > li:last-child > a{}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #ffffff;
	border-bottom: 3px solid #00aeef;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #ffffff;
	border-bottom: 3px solid #00aeef;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0!important;
	list-style: none outside none;
	margin: 0;
	min-width: 225px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.navbar-nav  li{ 
	position: relative; 
}
.navbar-nav  li:hover > .dropdown-menu{
	display: block;
}

.dropdown-menu > li > a{
	padding:10px 20px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #00aeef;
	color: #fff
} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #efbb20 none repeat scroll 0 0;
	color: #fff;
}
.dropdown-menu .dropdown-menu{
	left:100%;
	top:0;
}

.navbar-toggle {
	border-color: transparent;
	border-radius: 0;
	color: #dddddd;
	font-size: 21px;
	height: 40px;
	line-height: 27px;
	margin-top: 0px;
	padding: 5px;
	width: 40px;
	margin-right: 0;
	position: absolute;
	right: 10px;
	top: 40px;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
	background-color: transparent!important;
}
.navbar-toggle .fa{color: #ffffff}
.navbar-toggle .fa-bars{}
.navbar-toggle .fa-times{ display: none;}
.navbar-toggle.active{ border-color: #dddddd;}
.navbar-toggle.active .fa-bars{ display: none; }
.navbar-toggle.active .fa-times{ display: inline-block;}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #00aeef none repeat scroll 0 0;
	color: #fff;
}

.footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
.footer-menu li{ float:left; }
.footer-menu li a{ display:block; float:left; padding:3px 10px; }
.footer-menu li:first-child a{ padding-left:0; }
.footer-menu li:hover > a {}
.footer-menu li.current_page_item a,
.footer-menu li.current-menu-item a { }


.socials{ 
	list-style:none; 
	color: #ffffff; 
	margin: 0px 20px; 
	padding: 0;
	display: inline-block;
	float: none;
}
.socials li{ 
	display: inline-block; 
	line-height: 135px; 
	font-size: 10px;
	text-transform: uppercase;
}
.socials li a{
	background:#00aeef;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    height:30px;
    width: 30px;
    margin: 0 0 0 5px;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
}

.socials li a:hover{ 
	/*opacity:0.8;*/
	background:#00aeef;
}


/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}
.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 40px;
	z-index: 65;
}
.bx-wrapper .bx-prev{ left: 0; }
.bx-wrapper .bx-next{ right: 0; }
.bx-wrapper .bx-pager .bx-pager-item, 
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
    margin-bottom: 5px;
}
.bx-wrapper .bx-pager{
	bottom: 45%;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    right: 20%;
    width: auto;
    z-index: 55;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b5b6b6;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
	z-index: 65;
}

/* Custom Post type Slidshow */
.slidercontainer{ margin:auto; background:#f5f5f5; position: relative;}
.sliderarea{ width:100%; height:822px; display:block; padding:0px;}
.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:822px; background:none!important; }
.custom-slideshows > .slide-item{ width:100%!important; height:822px; background-size: cover!important; position: relative; }

.custom-slideshows > .slide-item .slide-content{

}
.custom-slideshows > .slide-item .slide-content .slide-info{
	position: absolute;
	z-index: 65;
	color: #ffffff;
	font-size: 17px;
	line-height: 27px;
	max-width: 480px;
	top: 30%;
}
.custom-slideshows > .slide-item .slide-content .slide-info h1{
	font-size: 50px;
	font-weight: 600;
	line-height: 58px;
	color: #ffffff;
	text-transform: none;
}
.custom-slideshows > .slide-item .slide-content .slide-info h1:after{height: 0;}
/* =Custom .item-carousel
----------------------------------------------- */
.item-carousel{}
.item-carousel .item{ position: relative;}
.item-carousel .item .thumbnail{}
.item-carousel .item .thumbnail a{ display: block; }
.item-carousel .item .thumbnail img{ float: none; }
.item-carousel .item:hover .thumbnail img{ opacity: 0.15; }
.item-carousel .item .item-title{
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	display: none;
	background-color: rgba(0,0,0,.5);
}
.item-carousel .item:hover .item-title{ display: block;}
.item-carousel .item .item-title a{
	color: #fff;
	display: block;
	font-size: 28px;
	padding: 24.5% 0;
	text-align: center;
	vertical-align: middle;
	
}
.item-carousel .item:hover .item-title a{ text-decoration: none;}


/* =Custom .mixitup
----------------------------------------------- */
.mixitup{ padding:20px 0;  margin-bottom: 0px; }
.mixitup .nav-pills{ margin-bottom: 20px; }
.mixitup .nav-pills > li > a{}
.mixitup .nav-pills > li > a.active{
	background: #00aeef;
	color: #fff;
}
.mixitup .mix{ display: none; max-width: 100%; }
.mixitup .item{ text-align: center; }
.mixitup .item h3{ padding:10px 0 20px 0; margin-bottom: 0}

/* =Custom .gallery
----------------------------------------------- */
.item-gallery{ position: relative; margin-bottom: 20px;}
.item-gallery .item-thumbnail{}
.item-gallery .caption{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	opacity: 0
}
.item-gallery:hover .caption{
	opacity: 1;
}
.item-gallery .title{ 
	font-size: 18px;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	color: #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found #searchform{ margin-bottom: 50px;}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}

.home .site-main{ padding:0; margin: 0; }
.home .site-header-image-bg{ height:725px!important; }
.home .front-content{ padding:20px 0; }
.home .front-content .entry-header{ margin:0; height:auto;}
.home .testimonials{
	padding: 70px 0 50px;
	text-align: center;
}


#cta .cta-thumbnail{
	display: inline-block;
}
#cta .cta-title{
	font-size: 24px;
}


#about{}
#about .vc_col-sm-12 .wpb_content_element{
	margin-bottom: 25px;
}
#about .vc_col-sm-12 .wpb_content_element.vc_separator{
	margin-bottom: 30px;
} 
#about h3{
	margin-bottom: 15px;
}
#about h4{
	font-weight: 400!important;
}
#about .about-list{
	margin-bottom: 35px;
}
#about .about-list .vc_col-sm-4 {}
#about .about-list .vc_col-sm-4 .wpb_content_element.vc_separator{
	margin-bottom: 25px;
}
#about .about-list .vc_col-sm-4 .wpb_wrapper{}
#about .about-list .vc_col-sm-4 .wpb_single_image,
#about .about-list .vc_col-sm-4 .wpb_single_image .vc_figure,
#about .about-list .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper,
#about .about-list .vc_col-sm-4 .wpb_single_image img{
	width: 100%!important;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#about .about-list .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper{
	position: relative;
	background: #00aeef;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#about .about-list .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper:after{

	content: "View More";
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;

	border: 1px solid;
	border-radius: 20px;

	position: absolute;
	width: 130px;
	height: 40px;
	top: 55%;
	left:40%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 50;
	
	opacity: 0;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}
#about .about-list .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper:hover:after{
	opacity: 1;
}
#about .about-list .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper:hover img{
	opacity: 0.3
}




#why-us{
	z-index: 50;
}
#why-us .vc_col-sm-12 .wpb_content_element{
	margin-bottom: 25px;
}
#why-us .vc_col-sm-12 .wpb_content_element.vc_separator{
	margin-bottom: 30px;
}
#why-us .why-icon{}
#why-us .why-icon .vc_col-sm-4 {}
#why-us .why-icon .vc_col-sm-4 .wpb_single_image{
	height: 150px;
}
#why-us .why-icon .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper{
	background: #00aeef;
	border-radius: 50%;

	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#why-us .why-icon .vc_col-sm-4 .wpb_single_image img{
	vertical-align: middle;
}
#why-us .why-icon .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper:hover{
	background: #ffffff;
	padding: 10px;
}
#why-us .why-icon .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper:hover img{
	opacity: 0;
}
/*#why-us .why-icon .vc_col-sm-4 .wpb_single_image.item-icon.year .vc_single_image-wrapper:hover{
	background: #ffffff url(images/icon-23-hover.png) no-repeat center center;
}*/
#why-us .why-icon .vc_col-sm-4 .wpb_single_image.item-icon.year .vc_single_image-wrapper:hover{
	background: #ffffff url(images/icon-25-hover.png) no-repeat center center;
}
#why-us .why-icon .vc_col-sm-4 .wpb_single_image.item-icon.warranty .vc_single_image-wrapper:hover{
	background: #ffffff url(images/icon-warranty-hover.png) no-repeat center center;
}
#why-us .why-icon .vc_col-sm-4 .wpb_single_image.item-icon.like .vc_single_image-wrapper:hover{
	background: #ffffff url(images/icon-like-hover.png) no-repeat center center;
}
#why-us .why-icon .vc_col-sm-4 h4{
	font-weight: bold;
}
#why-us .why-icon .vc_col-sm-4  .vc_btn3{
	color: #ffffff!important;
	font-weight: bold;
	font-size: 12px;
}
#why-us .why-icon .vc_col-sm-4  .vc_btn3:hover{
	color: #00aeef!important;
}
#welcome{
	overflow: visible;
}
#welcome .content{}
#welcome .form{
	top: 0;
	z-index: 50;
	margin-top: -110px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
#welcome .form h3{
	font-size: 30px;
	margin-bottom: 10px;
}
#welcome .form .gform_description{
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#welcome .form .gform_button{
	background: transparent;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px;
}
#welcome .form .gform_button:hover{
	background: #fff;
	color: #00aeef;
	border: none !important;
}
#welcome .form .vc_column-inner{
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	padding: 40px 40px;

}

#what-we-services{}
#what-we-services .vc_col-sm-12 .wpb_content_element{
	margin-bottom: 25px;
}
#what-we-services .vc_col-sm-12 .wpb_content_element.vc_separator{
	margin-bottom: 30px;
}
#what-we-services .service-list{}

#what-we-services .service-list .vc_col-sm-4 .vc_column-inner{}

#what-we-services .service-list .vc_col-sm-4 .wpb_single_image{
	margin-bottom: 0;
}
#what-we-services .service-list .vc_col-sm-4 .wpb_single_image .vc_figure,
#what-we-services .service-list .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper{
	width: 100%;
}
#what-we-services .service-list .vc_col-sm-4 .wpb_single_image img{
	width: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#what-we-services .service-list .vc_col-sm-4 .wpb_text_column{
	background: #001a24;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 35px 10px 25px;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}
#what-we-services .service-list .vc_col-sm-4 .wpb_text_column h3{
	color: #ffffff;
	margin-bottom: 0;
	font-size: 16px;
}
#what-we-services .service-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper{
	position: relative;
	background: #00aeef;
	width: 100%;
}
#what-we-services .service-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:after{

	content: "Read More";
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;

	border: 1px solid;
	border-radius: 20px;

	position: absolute;
	width: 130px;
	height: 40px;
	top: 40%;
	left:40%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 50;
	
	opacity: 0;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}
#what-we-services .service-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover:after{
	opacity: 1;
}
#what-we-services .service-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img{
	opacity: 0.3
}
#what-we-services .service-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover .wpb_text_column{
	background: #111111;
}

/* 
#what-we-services .service-list .vc_col-sm-3 */
#what-we-services .service-list .vc_col-sm-3 .vc_column-inner{}

#what-we-services .service-list .vc_col-sm-3 .wpb_single_image{
	margin-bottom: 0;
}
#what-we-services .service-list .vc_col-sm-3 .wpb_single_image .vc_figure,
#what-we-services .service-list .vc_col-sm-3 .wpb_single_image .vc_single_image-wrapper{
	width: 100%;
}
#what-we-services .service-list .vc_col-sm-3 .wpb_single_image img{
	width: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	max-height: 177px;
	height: 100%;
}
#what-we-services .service-list .vc_col-sm-3 .wpb_text_column{
	background: #001a24;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 35px 10px 25px;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}
#what-we-services .service-list .vc_col-sm-3 .wpb_text_column h3{
	color: #ffffff;
	margin-bottom: 0;
	font-size: 16px;
}
#what-we-services .service-list .vc_col-sm-3 .vc_column-inner > .wpb_wrapper{
	position: relative;
	background: #00aeef;
	width: 100%;
}
#what-we-services .service-list .vc_col-sm-3 .vc_column-inner > .wpb_wrapper:after{

	content: "Read More";
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;

	border: 1px solid;
	border-radius: 20px;

	position: absolute;
	width: 130px;
	height: 40px;
	top: 30%;
	left:50%;
/*	margin-top: -25px;
	margin-left: -25px;*/
	z-index: 50;
	
	opacity: 0;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

	transform: translate(-50%, -30%);
	-webkit-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -30%);

}
#what-we-services .service-list .vc_col-sm-3 .vc_column-inner > .wpb_wrapper:hover:after{
	opacity: 1;
}
#what-we-services .service-list .vc_col-sm-3 .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img{
	opacity: 0.3
}
#what-we-services .service-list .vc_col-sm-3 .vc_column-inner > .wpb_wrapper:hover .wpb_text_column{
	background: #111111;
}


/*------- Service Page  .service-page-list --------------------*/
.service-page-list .vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_single_image{
	position: relative;
	background: #00aeef;
	width: 100%;
}
.service-page-list .vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_single_image img{
	margin-bottom: 0;
		-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.service-page-list .vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_single_image:after{

	/*content: "Read More";*/
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;

	border: 1px solid;
	border-radius: 20px;

	position: absolute;
	width: 130px;
	height: 40px;
	top: 40%;
	left:40%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 50;
	
	opacity: 0;

}
.service-page-list .vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_single_image:hover:after{
	opacity: 1;
}
.service-page-list .vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_single_image:hover  img{
	opacity: 0.3
}


#brand-we-work{}
#brand-we-work .vc_col-sm-12 .wpb_content_element{
	margin-bottom: 25px;
}
#brand-we-work .vc_col-sm-12 .wpb_content_element.vc_separator{
	margin-bottom: 30px;
} 

#tagline{
	color: #ffffff;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	background: #00aeef;
	letter-spacing: 1px;
	padding: 23px 0;
}

#contact-map{
	height: 400px;
	width: 100%;
	margin-top: 85px;
}

#dm-map{
	height: 300px;
	width: 100%;
}



/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment{}
.single-attachment .site-featured{ display: none; }
.content-area.image-attachment{ background: #F5f5f5; padding:0!important; }
.image-attachment{}
.image-attachment .page-header{ margin-bottom: 0; margin-top: 0; padding: 0 }

.sidebar-image{ padding:20px;}
.image-header{ margin-bottom: 20px; }
.image-header .entry-title{ margin-bottom: 0; }

#image-navigation{}
#image-navigation .previous-image{ float: left}
.entry-attachment .attachment img {
	margin: 0;
}

/* = Custom Plugins
------------------------------------------------*/
.pace .pace-progress{
	background: #00aeef none repeat scroll 0 0;
}

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #00aeef;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #00aeef;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #00aeef;
	border-color: #00aeef;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pricelist strong{
    font-size: 75px;
    line-height: 75px;
}

.pricelist h3 {min-height: 65px;}


/* = Custom Gravity Forms
------------------------------------------------*/
.gform_wrapper ul { padding:0; }
.gform_wrapper ul li { margin: 10px 0px;  list-style-image: none !important; list-style: none !important; }
.gform_wrapper ul li:last-child{margin-bottom: 50px;}
.gfield_label {  font-weight: bolder; }
.gfield_required { color: #00aeef !important; font-weight: lighter !important; }
.ginput_container input { width: 100%;  }
.ginput_container .large{ width: 100%; }
.gform_wrapper #gform_1 .gfield_label,
.gform_wrapper #gform_4 .gfield_label { display: none; }
.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both;; padding: 0; float: right;  margin-top: -30px; }

.gform_button {}
.gform_button:focus,
.gform_button:hover { }
.gform_validation_container { }
.gform_wrapper .gform_footer{
    clear: both;
    padding: 0;
    float: right;
    margin-top: -30px;
    margin-right: 0px;
}
.gform_wrapper .gform_footer::before {
    color: #ffffff;
    content: "Required Fields*";
    float: left;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 26px;
    padding-left: 20px;
    position: absolute;
    left: 23px;
}
.gform_wrapper #gform_4 #field_4_7 { clear: both; }
.gform_wrapper #gform_4 .gform_footer{
    margin-top: 0px;
}
#sidebar .gform_wrapper #gform_4 .ginput_recaptcha {transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0; padding-left: 10px;} 
#sidebar .gform_wrapper #gform_4 li:last-child { margin-bottom: 10px; }

.gsection{ padding-top: 40px;  }
.gsection_title{ font-size: 18px; border-bottom: #F5f5f5 solid 1px;}

.gfield_checkbox li{ margin:0!important;}
.ginput_complex{}
.ginput_complex .ginput_full{ width: 100%; display: block; padding:0 10px; }
.ginput_complex .ginput_left{ width: 50%;  padding:0 10px; display: inline-block; float: left; }
.ginput_complex .ginput_right{ width: 50%; padding:0 10px; display: inline-block; float: right; }
.ginput_complex input{ width: 48.5%; }
.ginput_complex label{  font-size: 11px; font-style: italic; font-weight: normal; line-height: 16px; display: block; }
.ginput_complex .name_first input{margin-right: 15px;}

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip{display:block; width: 33.3333%; float: left;  padding-left: 10px; padding-right: 10px;}

.gf_browser_safari .ginput_complex span{
	width: 48.5%;
	padding:0px; 
	display: inline-block; 
	float: left;
}
.gf_browser_safari .ginput_complex span.name_first{
	margin-right: 20px;
}
.gf_browser_safari .ginput_complex span > input{
	width: 100%;
}
.gf_browser_safari input, 
.gf_browser_safari textarea{
	line-height: 16px;
}
.gfield.file_upload{}
.gfield.file_upload .gfield_label{}
.gfield.file_upload .ginput_container{ float: right;}


.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea { border: 1px #00aeef solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


#gform_wrapper_4 .gform_footer{
	float: left;
}
#gform_wrapper_4 .gform_footer .gform_button{
	border-radius: 0px;
	text-transform: unset;
	width: 350px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #cccccc;
}
#gform_wrapper_4 .ginput_container input,
#gform_wrapper_4 .ginput_container textarea{
	border-radius: 0;
	background: #eaeaea;
	border: 1px solid #cccccc;
}
#gform_wrapper_4 ul {
	margin: 20px -10px;

}

#scrollUp{ position: fixed; right: 10px; bottom: 10px;}

/* = Custom Bootstrap
------------------------------------------------*/

.btn{ 
	text-transform: uppercase;
}
.btn-xs{ line-height: 18px; height: 20px; padding:0 10px;}
.btn-sm{ line-height: 22px; height: 24px; padding:0 15px;}
.btn-lg{ 
	line-height: 48px;
	height: 50px;
	padding: 0 40px;
}

.lead{ font-size: 18px; font-weight: normal;}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}

.btn:active,
.btn.active {}

.btn-default,
.btn-default:visited {
	background-color: #00aeef;
	border-color: #00aeef;
	color: #ffffff;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #444444;
	border-color: #444444;
    color: #ffffff;
}

.btn-default:active,
.btn-default.active {}

.btn-primary,
.btn-primary:visited {}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {}

.btn-success {}
.btn-success:hover,
.btn-success:focus {}
.btn-success:active,
.btn-success.active {}

.btn-info {}
.btn-info:hover,
.btn-info:focus {}
.btn-info:active,
.btn-info.active {}

.btn-warning,
.btn-warning:visited { color: #fff;}
.btn-warning:hover,
.btn-warning:focus { color: }
.btn-warning:active,
.btn-warning.active {}

.btn-danger {}
.btn-danger:hover,
.btn-danger:focus {}
.btn-danger:active,
.btn-danger.active {}


.thumbnail,
.img-thumbnail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 1em;
	padding: 0;
}

.alert {}
.alert-success {}
.alert-info {}
.alert-warning {}
.alert-danger {}

.progress {}
.progress-bar {}
.progress-bar-success {}
.progress-bar-info {}
.progress-bar-warning {}
.progress-bar-danger {}

.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}

.panel {}
.panel-default > .panel-heading {}
.panel-primary > .panel-heading {}
.panel-success > .panel-heading {}
.panel-info > .panel-heading {}
.panel-warning > .panel-heading {}
.panel-danger > .panel-heading {}

.well{}

.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}
.pager li > a:hover, .pager li > span:hover{
	background: transparent;

}
.pager li > a:hover{
	text-decoration: underline;
}

.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }

.thumbnail img{width: 100%;}


/*Style Placeholder Text*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #929292!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #929292!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #929292!important;
}




.text-white{
	color: #ffffff;
}
/* = Custom VC
------------------------------------------------*/
.vc_sep_width_10 {
    width: 50px!important;
}

.vc_separator.wpb_content_element{
	margin-bottom: 25px;
}


.contact-info{}
.contact-info .dm-address {
    color: #001a24;
}
.contact-info .dm-address a {color: #001a24;
}
.contact-info .dm-address .text{display: none;}
.contact-info .dm-address h4{
	margin-top: 35px;
	color: #009efa;
}

.vc_tta-panel .vc_tta-panel-body{
	border-color: #acacac!important;
}
.vc_tta-panel .vc_tta-panel-heading {
    border-color: #acacac!important;
    background-color: transparent;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before{
	color: #001a24!important;
}
.vc_tta-panel .vc_tta-panel-title > a {
    color:  #001a24!important;
}
.vc_tta-controls-icon::before {
    color: #001a24!important;
}
.vc_tta-controls-icon::after{
	color: #001a24!important;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body, .vc_tta.vc_tta-style-outline .vc_tta-panel-heading, .vc_tta.vc_tta-style-outline .vc_tta-tab > a {
    border-width: 1px!important;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: -1px!important;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: -1px!important;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #acacac!important;
    background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {border-color: #001a24!important;}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after, 
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before{border-color: #001a24!important;}