/******************************************************************
Theme Name: Mates Rates Building Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import 'library/css/fonts.css';
@import 'library/css/project.css';
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #404141;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	color: #404141;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 24px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 3.1875rem;
}
h2 {
	font-size: 2.125rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.313rem;
	font-weight: 400;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #ffc34a;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #ffc34a;
	text-decoration: underline;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: #e20a17;
}
a:hover, a:active, a:focus {
	outline: none;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: calc(100% + 10px);
	left: 0;
	position: absolute;
	top: -10px;
	width: 100%;
}
img:after {  
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin: 0 0 30px;
	padding: 0;
}
p:last-child{
	margin: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
ul.list-none{
	list-style: none;
	margin: 0;
    padding: 0;
}
.wrap {
	*zoom: 1;
}
ul.list-none:before,
ul.list-none:after,
.wrap:before,
.wrap:after {
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after,
.wrap:after {
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
.sfm-rollback {
	display: none;
}

/*********************
TEMP STYLES
*********************/


.form-left { margin-right:5%;float:left;width:65%;margin-bottom:35px;}

.form-right { float:left;width:25%;min-width:300px;}

/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1110px;
}
.extra_content {
	padding: 60px 0;
}

/*** GENERAL LAYOUT ***/
/* Header */
.main-header{
	position: relative;
	z-index: 99999;
	padding: 33px 0;
  width: 100%;
	color: #fff;
	background: rgba(0,0,0,.20);
}
.main-header{
	background: rgba(0,0,0,.20);
    position: absolute;
    right: 0;
	left: 0;	
}
.main-header.sticky{
    background-color: #1d1d1d;
}
.main-header.sticky{
	position: fixed;
	padding: 20px 0;
}
.main-header, .logo, .logo img, .top-menu {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home .main-header.sticky img.site-logo-2{
	display: block;
}
.home .main-header.sticky img.site-logo-1{
	display: none;
}
.home .main-header img.site-logo-1{
	display: block;
}
.home .main-header img.site-logo-2{
	display: none;
}
.logo{
	float: left;
	margin-right: 2%;
}

.main-nav,
.top-menu{
	float: left;
	margin-top: 5px;
}
.top-menu {
	position: absolute;
    width: 495px;
    left: -52px;
    right: 0;
    margin: auto;
}
.header-right{
	float: right;
	text-align: right;
	margin-top: 23px;
}
.header-right > ul{
}
.header-right > ul > li{
	float: left;
}
.header-right > ul > li.phone{
	background: url(library/images/icons/phone.png) no-repeat left center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 4px 18px 0 15px;
    padding-left: 20px;
    font-weight: 100;
}
.header-right > ul > li.phone i{
}
.header-right > ul > li.button{
}
.header-right a.em-button{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 15px 10px;
}

/* Bottom Bar */
body.page-id-175 > .bottom-bar{
	display: none;
}
body > .bottom-bar{
	background-color: #f0f0f0;
	padding: 70px 0 58px;
}
.bottom-bar h2{
	float: left;
    width: 76%;
    margin-top: 12px;
    color: #323233;
    letter-spacing: -1px;
    font-size: 29px;
}
.bottom-bar h2 > span{
	position: relative;
}
.bottom-bar h2 > span:before {
    background: url(library/images/underline.png) no-repeat center bottom;
    display: inline-block;
    line-height: 1.15em;
    content: '';
    position: absolute;
    width: 75px;
    height: 6px;
    bottom: -5px;
    left: -10px;
}
.bottom-bar p{
	float: right;
}
.bottom-bar p > span{
	font-family: 'Open Sans', sans-serif;
    margin-left: 25px;
}
.bottom-bar a.em-button{
	font-size: 24px;
    padding: 19px 34px 20px;
    margin: 0 0 10px;
    letter-spacing: 1px;
	box-shadow: 1px 2px 1px rgba(0,0,0,.20);
}
.bottom-bar a.em-button:hover {
	background: #2b2b2b;
}
div.gform_wrapper .gform_footer input#gform_submit_button_1 {
	    background-color: #ffc34a;
}
div.gform_wrapper .gform_footer input#gform_submit_button_1:hover {
	background-color: #696969;
}

/* Testimonial */
.testimonial{
	background: url("library/images/testi-bg.png") no-repeat center top #2b2b2b;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 90px 0 70px;
  overflow: hidden;
}
.testimonial blockquote{
	background: url("library/images/icons/quote.png") no-repeat left 4px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}
.testimonial blockquote > p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.475rem;
	font-weight: 400;
	line-height: 1.5em;
	color: #fff;
	padding-bottom: 40px;
	padding-left: 60px;
}
.testimonial ul{
	text-align: center;
}
.testimonial ul > li{
	display: inline-block;
	color: #fff;
	line-height: 1em;
}
.testimonial ul > li:first-child{
}
.testimonial ul > li:last-child{
	padding-left: 7px;
  border-left: 1px solid #FFF;
}
.testimonial ul > li > a{
	color: #fff;
	text-decoration: underline;
}
.testimonial ul > li > a:hover{
	text-decoration: none;
}

/* Footer */
.main-footer{
	background: url("library/images/footer-bg.jpg") repeat center top;
	height: auto;
	padding: 100px 0 120px;
}
.social-media{
	padding-bottom: 34px;
}
.footer-copyright ul,
.menu-footer-menu-container ul,
.social-media ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.social-media ul > li{
	display: inline-block;
	margin: 0 4px;
}
.social-media ul > li > a{
	background-color: #e1e1e1;
    display: inline-block;
    height: 38px;  
    width: 38px;
	padding-top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
.social-media ul > li > a > i{
	color: #454546;
    font-size: 24px;
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-media ul > li > a:hover > i.fa-facebook{
	color: #3b5998;
}
.social-media ul > li > a:hover > i.fa-twitter{
	color: #68cdef;
}
.social-media ul > li > a:hover > i.fa-linkedin{
	color: #007bb6;
}
.social-media ul > li > a:hover > i.fa-google-plus{
	color: #dd4b39;
}
.menu-footer-menu-container{
	padding-bottom: 20px;
}
.footer-copyright ul > li,
.menu-footer-menu-container ul > li{
	display: inline-block;
	line-height: 1em;
	border-right: 1px solid #323233;
}
.menu-footer-menu-container ul > li{
	font-size: 1.125rem;
	padding: 0 12px 0 10px;
}
.footer-copyright ul > li:last-child,
.menu-footer-menu-container ul > li:last-child{
	border: 0;
}
.footer-copyright ul > li > a,
.menu-footer-menu-container ul > li > a{
	color: #323233;
}
.footer-copyright{
	padding-bottom: 50px;
}
.footer-copyright ul > li{
	font-size: 0.875rem;
	padding: 0 8px 0 4px;
}
.footer-logos{
	text-align: center;
}
.footer-logos img{
	margin: 0 10px;
}

.main-footer-inner p {
	margin-bottom: 18px;
	font-weight: 100;
	color: #000;
}
.main-footer-inner b {
	font-weight: 500;
}
.main-footer-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-footer-inner ul.sub-menu {
	display: none;
}
.main-footer-inner ul li {
	margin: 0 0 14px;
    display: inline-block;
    width: 43%;
    font-size: 18px;
	font-weight: 300;
}
.main-footer-inner ul li a {
	color: #000;
}
.main-footer-inner ul li a:hover, .main-footer-inner ul li.current_page_item a {
	color: #323233;
	font-weight: 500;
}
.main-footer-inner .footer-logo img  {
	margin-bottom: 8px;
    margin-top: -18px;;
  width: 188px;
}
.main-footer-inner .center > div.widget {
	width: 31.33%;
	margin-right: 2%;
	float: left;
}
.main-footer-inner .center > div.widget:first-of-type {
	width: 34.33%;
}
.main-footer-inner .center > div.widget:nth-of-type(2) {
	width: 33.33%;
}
.main-footer-inner .center > div.widget:nth-of-type(3) {
	width: 26.33%;
}
.main-footer-inner .center > div.widget:last-of-type {
	width: 100%;
    clear: both;
    text-align: center;
    margin-top: 35px;
    font-weight: 600;
    padding-right: 60px;
}
#menu-footer-menu-1 {
	text-align: left;
}
#menu-footer-menu-1 li {
	padding: 0;
  border: 0 none;
  margin-bottom: 22px;
}

.flex-nav-prev, .flex-nav-next {
	opacity: 0.7;
}
.flex-nav-prev:hover, .flex-nav-next:hover {
	opacity: 1;
}


/*** end of GENERAL LAYOUT ***/

/*** HOMEPAGE ***/
/* Slider/Banner */
.home-banner .hs-btn1:hover{
	background-color: #dd770a !important;
}
.home-banner .hs-btn2:hover{
	border-color: #7faaba !important;
	color: #7faaba !important;
}

/* Portals */
.home-portals{
	background-color: #000;
	position: relative;
}
.home-portals ul{
	position: relative;
    z-index: 999;
}
.home-portals ul > li{
	background-position: 0 top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
	width: 33.33%;
	height: 218px;
	text-align: center;
}
.home-portals ul > li:first-child{
	background-color: #1f1f1f;
}
.home-portals ul > li:first-child + li{
	background-color: #2b2b2b;
}
.home-portals ul > li:last-child{
	background-color: #696969;
}
.home-portals a.portal-link:link,
.home-portals a.portal-link:visited,
.home-portals a.portal-link{
	color: #fff;
	display: block;
    padding: 50px 55px 24px;
	text-decoration: none;
}
.home-portals a.portal-link:hover{
	color: #ffc34a;
}
.home-portals a.portal-link > span{
	display: block;	
}
.portal-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1em;
	padding-bottom: 14px;
	letter-spacing: 1px;
}
.portal-title span {
      display: block;
    font-size: 17px;
    font-style: italic;
}
.portal-text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6em;
	padding-bottom: 24px;
}
.portal-arrow{
	position: relative;
	margin: 0 auto;
	height: 33px;
	width: 33px;
}
.portal-arrow img{}
.portal-arrow img.arrow-hover{
	position: absolute;
	top: 0;
	left: 0;
    opacity: 0;
	z-index: 999;
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;	
}
.home-portals a.portal-link:hover img.arrow-hover{
	opacity: 1;
}

/* Benefits */
.home-benefits{
	padding: 100px 0 70px;
}
.home-benefits ul{
	padding-top: 50px;
}
.home-benefits ul > li{
	float: left;
	width: 48%;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-bottom: 30px;
}
.home-benefits ul > li:nth-child(2n){
	float: right;
	width: 46%;
}
.home-benefits h3{
	font-weight: normal;
	margin-bottom: 10px;
}
.home-benefits p{}


/* Main Content */
.wIcons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wIcons li {
    position: relative;
    padding-left: 110px;
    margin: 27px 0;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: 500;
    color: rgba(50,50,51,.70);
}
.wIcons li:first-of-type {
	margin-top: -7px;
}
.wIcons li > img {
    position: absolute;
    left: 0;
    top: 7px;
}
.wIcons li > i {
    position: absolute;
    left: 0;
    font-size: 53px;
    color: #ffc34a;
}
.wIcons li > span {
    margin-bottom: 5px;
    display: inline-block;
    color: #404141;
	line-height: normal;
}

/*** end of HOMEPAGE ***/


/*** INNERPAGE ***/
/* Banner */
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 200px 0px 60px;
}
.inner-banner h1 {
	font-size: 3.750rem;
	line-height: 1em;
	margin: 0 0 12px !important;
}
.inner-banner h1,
.inner-banner h3 {
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.inner-banner h3 {
	margin: 0;
	font-weight: normal;
    letter-spacing: 2px;
}

/* Main Content */
.mainbody{
	padding: 60px 0;
}

/* Work WIth Us / Get A Quote */
form.cta-form-wrapper{
	background-color: #f0f0f0;
	padding: 50px 30px 40px;
	margin: 0 0 24px;
}
form.cta-form-wrapper .gform_heading{
	font-family: 'Open Sans', sans-serif;
    font-size: 2.125rem;	
	color: #ffc34a;
	line-height: 1.2em;
}
form.cta-form-wrapper .gform_heading span.gform_description{
	font-weight: 700 !important;
}
form.cta-form-wrapper ul li.gfield{
	margin-bottom: 18px !important;
}
form.cta-form-wrapper input{
	border: 0 !important;
	height: 60px !important;
}
form.cta-form-wrapper .gform_footer{
	margin-top: 40px !important;
}
form.cta-form-wrapper input[type="submit"]{
	padding: 20px 45px !important;
}
body.page-id-172 form.cta-form-wrapper input[type="submit"]{
	background-image: url(library/images/icons/mail.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-color: #ff8400;
	padding-left: 93px !important;
}
body.page-id-172 form.cta-form-wrapper input[type="submit"]:hover{
	background-color: #dd770a;
}
form.cta-form-wrapper label,
body.page-id-172 p,
body.page-id-175 p{
	font-size: 1.25rem;
	line-height: 1.5em;
}
body.page-id-172 #main .ezcol-one-half{
	width: 44.59%;
	float: left;
	padding: 0;
}
body.page-id-172 #main .ezcol-one-half.ezcol-last{
	width: 49.55%;
	float: right;
}
body.page-id-175 #main .ezcol-one-half{
	width: 49.55%;
	float: left;
	padding: 0;
}
body.page-id-175 #main .ezcol-one-half.ezcol-last{
	width: 44.59%;
	float: right;
}
ul.quote-list{}
ul.quote-list > li:after{
	background-image: url(library/images/icons/list-bottom.png);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 539px;
	height: 11px;
}
ul.quote-list > li{
	position: relative;
	font-size: 1.25rem;
	padding-left: 90px;
	padding-bottom: 44px;
	margin-bottom: 40px;
}
ul.quote-list > li:first-child{background: url(library/images/icons/clock.png) no-repeat left 5px;}
ul.quote-list > li:first-child + li{background: url(library/images/icons/talk.png) no-repeat left 5px;}
ul.quote-list > li:first-child + li + li{background: url(library/images/icons/okay.png) no-repeat left 5px;}


/*********************
Our Work Project - Detail
*********************/

.table_style_1.ddt-project-detail-table {
    background: none ;
    border: medium none;
}

table.ddt-project-detail-table td:first-child {
    padding: 0 0 20px;
    vertical-align: top;
}

.ddt-project-detail-table td {
    vertical-align: top;
	background:none !important;
	border:none;
}

.ddt-project-detail-table tr:nth-of-type(even) { background:none;}
.ddt-project-detail-table h2 {
    margin-bottom: 12px;
}

.ddt-our-work-table-project-content-details { border:1px solid #e5e5e5; display: none;}

.project-name {
	float: left;
}
.back-to-project-container {
    display: inline-block;
    float: right;
}

.project-subtitle {
    color: #3a3a3a;
    display: inline-block;
    font-size: 20px;
}

.ddt-project-detail-table .flexslider {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    overflow: hidden;
  	width: 548px;
}

.ddt-project-detail-table .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.table_style_1.ddt-project-detail-table td {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 6px;
    background: #fff;
}

#carousel .slides img{
	cursor: pointer;
	max-width: 172px;
}

.ddt-project-detail-table .flexslider{
	margin: 0 0 25px;
}

.project-navigation a {
    color: #323233;
    display: inline-block;
    padding: 25px;
}

.back-to-project-link {
    color: #323233;
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: bold;
}
.back-to-project-link:hover {
	color: #ffc34a;
}
.back-to-project-link span {
		margin-right: 10px;
    font-family: cursive;
}

.active-overlay {
	display: none;
    background: none repeat scroll 0 0 rgba(61, 61, 61, 0.56);
    height: 150px;
    position: absolute;
    width: 172px;
	z-index: 9;
}

.flex-active-slide .active-overlay{
	display: block;
}

.active-overlay > img {
    margin: auto;
    padding-top: 56px;
    width: 42px !important;
}
#slider .full-screen-image {
    position: absolute;
    top: 10px;
	right: 10px;
    width: 17px !important;
	height: 17px !important;
	z-index: 9;
}

#slider .slides li {
    position: relative;
}

.ddt-our-work-table-project-content-details > table {
    width: 100%;
    border: none;
}

.table_style_1.ddt-project-detail-table .ddt-our-work-table-project-content-details td {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 0 40px;
}

.table_style_1.ddt-project-detail-table .ddt-our-work-table-project-content-details tr:first-child td {
    padding: 25px 40px 0 40px;
}

.table_style_1.ddt-project-detail-table .ddt-our-work-table-project-content-details tr:last-child td {
    padding: 0 40px 25px 40px;
}

.table_style_1.ddt-project-detail-table .ddt-our-work-table-project-content-details tr td:first-child {
    font-weight: 800;
    padding-right: 0;
}

.table_style_1.ddt-project-detail-table .ddt-our-work-table-project-content-details tr td:last-child {
    padding-left: 0;
}

.table_style_1.ddt-project-detail-table .ddt-our-work-table-project-content-details tr td:last-child div {
    border-left: 1px solid #a6b9c0;
    margin: 3px 0;
    padding-left: 7px;
}

.project-navigation {
    background: none repeat scroll 0 0 #e5eef1;
    display: inline-block;
    margin-top: 30px;
    padding: 25px;
}

.project-navigation-link.prev {
	float: left;
}

.project-navigation-link.next {
	float: right;
}

a.project-navigation-link {
    color: #005d70;
    display: inline-block;
    font-size: 15px;
}

/* Accordion Styles */
.ddt-projects .accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 0;
}
.ddt-projects .accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
	background: none !important;
	color: #404141 !important;
	font-weight: 700;
  cursor: default;
}
.ddt-projects .accordion-title:before {
	display: none;
}
.ddt-projects .accordion-title:after {
    color: #485c7e;
    content: "+";
    display: inline-block;
    float: right;
  display: none !important;
}
.ddt-projects .accordion-title:hover {}
.ddt-projects .accordion-title:first-child {
	border: none;
}
.ddt-projects .accordion-title.open:after{
	content: '-';
}
.ddt-projects .accordion-content {
	padding: 0 0 20px;
	margin: 0;
	background: none;
  display: block !important;
}

/*** end of INNERPAGE ***/


/*********************
SIDEBAR
*********************/
body.sidebar .mainbody-inner {
    padding-right: 275px;
    position: relative;
}
body.sidebar .main-content {
    float: left;
    position: relative;
    width: 100%;
}
body.sidebar .main-content #content{
	padding-right: 7%;
}
.main-sidebar {
    float: left;
	margin-top: 8px;
    margin-right: -100%;
    padding-left: 0;
    width: 275px;
}
.main-sidebar .widget{
	border-top: 1px solid #dedede;
	margin-bottom: 40px;
    padding-top: 40px;
}
.main-sidebar .widget:first-child{
	border-top: 0;
	padding-top: 0;
}
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #262626;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.460rem;
	font-weight: 600;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.main-sidebar ul.menu > li.current-menu-item > a, 
.main-sidebar ul.menu > li > a:hover {
	background: #ffc34a;
}

.main-sidebar h3{margin-bottom: 16px;}
.main-sidebar ul{
	margin: 0;
    padding-left: 18px;
}
.main-sidebar ul > li{margin-bottom: 5px;}
.main-sidebar ul > li a{}

/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}

/*********************
ACCORDION
*********************/
.accordion {
	margin: 30px 0;
}
h3.accordion-title:before {
	content: "\002B";
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 34px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background: #e7eff5;
	cursor: pointer;
	font-size: 1.333333rem;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 29px 60px 29px 28px;
	position: relative;
}
h3.accordion-title.open {
	background: #00284d;
	color: #fff;
}
.accordion-content {
	background: #f2f2f2;
	margin: -4px 0 23px;
	padding: 30px 55px;
}

/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}

/* Category Listing Page */
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}

/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list {
	position: relative;
  z-index: 0;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	/*margin: 15px 0 22px 210px;*/
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
    font-size: 1.2em;
    font-style: normal;
    text-align: center;
    color: #FFF;
}
article.testimonial {
	background: none;
    padding: inherit;
}

/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(255, 195, 74, 0.79);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
  text-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(255, 195, 74, 1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
  width: auto;
}

/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

.jqTransformHidden {
    display: none !important;
}
.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span{
	width: 100% !important;
}
.jqTransformSelectWrapper div span{
	border: 0;
	line-height: 60px;
	font-size: 1rem;
	padding: 0 0 0 12px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before{
	font-size: 28px;
	line-height: 40px;
	color: #3c3c3c;
	content: "\f0d7";
	top: 10px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
	background: #fff;
	height: 60px;
	width: 60px;
	top: 0;
	right: 0;
}
.jqTransformSelectWrapper ul a{
	font-size: 15px;
	padding: 4px 12px;
}

/*********************
BLOG
*********************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
	
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.excerpt-read-more {
	display: none;
}
.post_list > article {
	border-top: 1px solid #b3b1b1;
	padding: 38px 0 34px;
}
.post_list > article:first-child {
	border-top: none;
	padding-top: 0;
}
.pl_date_top {
	font-size: 0.947368em;
	line-height: 1.2em;
}
.pl_date_top a, .pl_footer_left a {
	color: #373737;
	text-decoration: none;
}
.pl_date_top a:hover, h1.pl_title a:hover, .pl_footer_left a:hover {
	color: #016e97;
}
h1.pl_title {
	font-size: 1.89474em;
    margin: 7px 0 24px;
}
.pl_no_thumb h1.pl_title {
	margin-bottom: 20px;
}
h1.pl_title a {
	color: #1c1c1c;
	text-decoration: none;
}
.pl_image {
	margin-bottom: 34px;
	position: relative;
}
.pl_image img {
	line-height: 0;
	vertical-align: top;
}
.pl_date {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: #016e97;
	color: #fff;
	font-size: 1.47368421rem;
	height: auto;
	width: 100px;
	line-height: 1em;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
}
.pl_date span {
	display: block;
	font-size: 2.36842105rem;
	line-height: 1em;
	padding-bottom: 2px;
}
.post_list_readmore {
	margin-top: 20px;
	text-align: right;
}
.post_list_readmore a {
	text-decoration: underline;
}
.post_list_readmore a:hover {
	text-decoration: none;
	color: #0487b9;
}
.pl_footer {
	margin-top: 20px;
	position: relative;
}
.pl_footer_left {
	background: url(library/images/icons/tag.png) no-repeat 0 6px;
	margin-right: 180px;
	padding: 0 0 0 40px;
}
.pl_footer_left a {
	text-decoration: underline;
}
.pl_footer_right {
	position: absolute;
	right: 0;
	top: 0;
}
.pl_no_tags .pl_footer_right {
	float: right;
	position: static;
}
div.at-share-tbx-element .at-share-btn {
	margin: 0;
}
.social_sharing {
	padding: 10px 0;
}
.pagination {
	border-top: 1px solid #b3b1b1;
	margin: 0;
	padding: 0;
}
.pagination ul {
	*zoom: 1;
}
.pagination ul:before,
.pagination ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.pagination ul:after {
	clear: both;
}
.pagination ul {
	list-style: none;
	margin: -1px 0 0;
	padding: 0;
	position: relative;
}
.pagination li {
	float: left;
	margin-left: -1px;
}
.pagination li:first-child {
	margin-left: 0;
}
.pagination li:last-child {
	background: none;
}
.pagination a, .pagination span {
	display: block;
	line-height: 60px;
	min-width: 0;
	padding: 0 22px;
}
.pagination a {
	color: #373737;
	text-decoration: none;
  border-bottom: 4px solid transparent;
}
.pagination .current {
	color: #ffc34a !important;
  border-bottom: 4px solid #ffc34a;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	background: none;
  color: #ffc34a;
}
.pagination a.next, .pagination span.next {
}
.pagination a.prev, .pagination span.prev {
}
.pd_image {
	padding: 10px 0;
}
h1.single-title {
	font-size: 1.47368421rem;
}
.addthis-toolbox, .at-below-post-homepage {
	display: none;
}
.pl_footer_right .addthis-toolbox {
	display: block;
}
.addthis_toolbox > a {
	padding: 0 !important;
}
.addthis_toolbox .addthis_counter {
	display: none !important;
}

.get-a-free-quote-btn, .view-our-work-btn {
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.get-a-free-quote-btn:hover {
	background: #2b2b2b !important;
}
.view-our-work-btn:hover {
	background: #FFF !important;
  color: #2b2b2b !important;
  text-shadow: none !important;
}

/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li:after {
	background-color: #817c7e;
	content: "";
	height: 22px;
	position: absolute;
	right: 0;
	top: 22px;
	width: 1px;
}
nav.main-nav ul.nav > li:last-child:after {
	display: none;
}
nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
.nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li > a {
	color: #fff;
	display: block;
	font-size: 16px;
    font-weight: 400;
	letter-spacing: 0.03em;
	padding: 22px 10px 21px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li:hover > a {
	color: #ffc34a;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: 700;
}
nav.main-nav ul.nav li ul {
	background: #808080;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 90%;
	z-index: 99999;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
	background: #ffc34a;
}

/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
	position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}

#projects-submenu, .topsubmenu {
  	background: #808080;
    padding: 20px 0;
}
#projects-submenu ul, .topsubmenu ul {
	padding: 0;
  list-style: none;
  margin: 0;
}
#projects-submenu li, .topsubmenu li {
    color: #ffffff;
    padding: 0;
    display: inline-block;
    text-decoration: none;
}
#projects-submenu li a, .topsubmenu li a {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 400;
    padding: 3px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#projects-submenu li.active_submenu a, #projects-submenu li a:hover, .topsubmenu li a:hover, .topsubmenu li.current-menu-item a {
	color: #ffc34a;
}
#projects-submenu li:first-of-type a, .topsubmenu li:first-of-type a {
	padding-left: 0;
}
.topsubmenu .widget {
	margin: 0 auto;
    max-width: 1110px;
}

#carousel .flex-viewport .slides > li {
	width: 182px !important;
}
.table-style-1 tr:nth-child(2) td:nth-of-type(2) {
    padding-right: 0;
    padding-left: 5%;
}

/*********************
BACK TO TOP
*********************/
.cd-top {
	background: rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1160px) {
	nav.main-nav ul.nav > li > a {
		font-size: 14px;
	}
}
@media (max-width: 1115px) {
	.logo {
		margin-right: 1%;
	}
	nav.main-nav ul.nav > li > a {
		padding: 22px 10px 15px 10px;
	}
  .bottom-bar h2 {
    font-size: 26px;
  }
}
@media (max-width: 1080px) {
	html{font-size: 95% !important;}
	.center{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.mainbody,
	.testimonial,
	.home-benefits,
	.extra_content {
		padding: 50px 0 40px;
	}	
	
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.35rem;
	}
	
	/*** Enter your custom style here ***/
	.logo{
	}
	.logo img{
		max-width: 170px;
	}
	nav.main-nav ul.nav > li:after{
		top: 16px;
	}
	nav.main-nav ul.nav > li > a{
		font-size: 0.938rem;
		padding: 16px 10px 15px 10px;
	}
	.header-right{
		margin-top: 18px;
	}
	
	.home-benefits ul {
		padding-top: 20px;
	}
	
	.testimonial blockquote > p{
		line-height: 1.4em;
		padding-bottom: 20px;
	}
	
	body > .bottom-bar{
		padding: 50px 0 30px;
	}
	
	.main-footer{
		padding: 50px 0 70px;
	}
	
	.inner-banner{
		padding: 150px 0 34px;
	}
	.inner-banner h1 {
		font-size: 3.25rem;
	}

	
}
@media (min-width: 1031px) {
	.sfm-rollback{ display: none;}
}
@media (max-width: 1030px) {
	.top-menu {
		display: none;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}
  .logo {
    margin: 0 0 0 65px;
	}
}
@media (max-width: 1087px) {
  #projects-submenu, .topsubmenu {
  	padding: 15px 0;
  }
  #projects-submenu li a, .topsubmenu li a {
  	padding: 5px 25px 5px 0;
    display: block;
  }
}
@media (min-width: 1025px) {
	.home-benefits ul > li:first-child,
	.home-benefits ul > li:first-child + li{
		min-height: 150px;
	}
}	
@media (max-width: 1024px) {
	.sfm-rollback{display: block;}
	html{font-size: 90% !important;}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	h2, h3, h4, h5, p{
		margin-bottom: 20px;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	div.ezcol-last + .ezcol-divider {
		clear: both !important;
		display: block !important;
    float: none;
	}
	.cd-top {
		bottom: 20px;
		right: 20px;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product > a:after {
		font-size: 1.25rem;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 -100px;
		width: 200px;
	}
	.cat-list-info, .product-list-info {
		padding-bottom: 0;
	}
	.cat-list-link, .product-list-link {
		margin-top: 15px;
		position: static;
		width: auto;
	}
	.woocommerce ul.products li.product .price {
		margin: 14px 0 12px;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		font-size: 1rem;
	}
	body.em-grid-view-mode ul.products {
		margin-top: -30px;
	}
	body.em-grid-view-mode ul.products li.product {
		margin-top: 30px !important;
	}
	body.em-grid-view-mode .product-listing-title {
		margin-top: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 2.125rem;
		margin-bottom: 20px;
	}
	
	/* Sidebar */
	body.sidebar .mainbody-inner {
		padding-right: 230px;
	}
	body.sidebar .main-content #content{
		padding-right: 8%;
	}
	.main-sidebar {
		width: 230px;
	}
	.main-sidebar .widget{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.mainbody,
	.testimonial,
	.bottom-bar.extra_content,
	.home-benefits,
	.extra_content {
		padding: 40px 0 30px;
	}	
	
	/*** Enter your custom style here ***/
	.top-menu{
		display: none;
	}
	.logo {
		margin: 0 0 0 65px;
	}
	
	/* Home Portals */
	.home-portals:before,
	.home-portals:after,
	.home-portals ul > li{
		height: 200px;
	}
	.home-portals a.portal-link{
		padding: 30px 12px 24px;
	}
	.portal-title{
		font-size: 1.25rem;
	}
	
	/* Benefits */
	.home-benefits ul > li{
		padding-left: 90px;
		width: 100% !important;
	}
	
	/* Bottom Bar */
	.bottom-bar h2,
	.bottom-bar p{
		float: none;
		width: auto;
		text-align: center;
	}
	.bottom-bar p > span{
		margin: 0;
	}
	.bottom-bar h2{
		margin: 0 0 20px;
	}
	
	.main-footer{
		padding: 40px 0;
	}
	.footer-copyright {
		padding-bottom: 30px;
	}
	
	
	.inner-banner h1 {
		font-size: 3rem;
	}
  
  #projects-submenu li a, .topsubmenu li a {
  	font-size: 1.05rem;
  }
  
  .ddt-projects .project-tile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 32%;
    margin-right: 2%;
	}
	.ddt-projects .project-tile:nth-of-type(3n) {
    margin-right: 0;
	}
  .ddt-projects #project-grid {
  	min-width: initial;
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
	/* Responsive Column */
	div.ezcol-one-half,
	div.ezcol-one-third,
	div.ezcol-two-third {
		margin-right: 4%;
	}
	div.ezcol-one-third {
		width: 30.666% !important;
	}
	div.ezcol-two-third {
		width: 65.334% !important;
	}
	div.ezcol-last {
		float: right;
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 87.5% !important;
	}
	h2, h3, h4, h5, p{
		margin-bottom: 16px;
	}
	
	img.alignright{
		float: none !important;
		margin-left: 0 !important;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	.top-menu {
		display: none;
	}
	.csColumn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	div.ezcol-one-half {
		margin-right: 0;
		width: 100% !important;
    padding-right: 0;
	}
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product {
		margin-top: 26px;
		padding-top: 22px;
	}
	.woocommerce ul.products li.product > a {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.cat-list-info, .product-list-info {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-listing-switch-view {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.woocommerce-ordering {
		margin-right: 0;
		padding-left: 80px;
	}
	body.em-grid-view-mode ul.products {
		margin: -20px auto 0;
		max-width: 500px;
	}
	body.em-grid-view-mode ul.products li.product {
		float: none !important;
		margin: 20px 0 0 !important;
		width: auto;
	}
	body.em-grid-view-mode .product-list-info {
		margin-top: 0;
	}
	
	/* Responsive Column */
	.ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	/* Sidebar */
	body.sidebar .mainbody-inner {
		padding-right: 0;
	}
	body.sidebar .main-content #content{
		padding-right: 8%;
	}
	.main-sidebar {
		width: 100%;
		margin: 20px 0 0;
	}
	.main-sidebar .widget{
		margin-bottom: 22px;
		padding-bottom: 22px;
	}
	
	/*** Enter your custom style here ***/
	.home-banner{display: none;}
	
	/* Header */
	.main-header {
		background-color: #1d1d1d;
		position: static;
	}
	.main-header{
		padding: 20px 0;
	}
	.logo,
	.header-right{
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.header-right{
		margin: 0;
	}
	.header-right ul > li{
		display: inline-block;
		float: none;
	}
	.header-right > ul > li.phone{
		margin-bottom: 10px;
	}
	.main-header img.site-logo-2{
		display: inline-block !important;
	}
	.main-header img.site-logo-1{
		display: none !important;
	}
	.main-header.sticky {
		position: fixed;
	}
	
	/* Home Portals */
	.home-portals{
		background: #1a3a45;
	}
	.home-portals:before,
	.home-portals:after,
	.home-portals ul > li{
		height: auto;
		width: 100%;
	}
	.home-portals a.portal-link{
		padding: 20px 10px;
	}
	.portal-title{
		padding-bottom: 10px;
	}
	.portal-text{
		padding-bottom: 14px;
	}
	
	/* Project Single */
	.ddt-project-detail-table{position: relative;padding-top: 24px;}
	.back-to-project-container{
		position: absolute;
		right: 0;
		top: -24px;
	}
	.back-to-project-link{margin-top: 0;}
	.ddt-projects .accordion{margin-bottom: 24px;padding-top: 14px;}
	.ddt-projects .em-button{margin-bottom: 14px;}
	
	.main-footer-inner .center > div.widget {
		width: 500px !important;
		max-width: 100% !important;
		float: none !important;
		margin: 0 auto 30px !important;
		padding-right: 0 !important;
		text-align: center;
	}
	.main-footer-inner .center > div.widget:nth-of-type(2) {
		display: none;
	}
	.inner-banner {
		padding: 30px 0;
	}
	.testimonial blockquote > p {
		background-size: 20px;
		font-size: 1.2rem;
		padding: 0 35px 20px;
	}
  .ddt-projects #project-grid {
  	padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ddt-projects .project-tile {
  	width: 49%;
    float: left;
  }
  .ddt-projects .project-tile:nth-of-type(3n) {
    margin-right: 2%;
	}
  .ddt-projects .project-tile:nth-of-type(2n) {
    margin-right: 0;
	}
  
  .main-footer-inner .footer-logo img {
  	margin-top: 0;
  }
  .main-footer {
  	padding-bottom: 20px;
  }
}

@media (max-width: 641px) {
	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {line-height: normal;}
  .ddt-projects .project-tile {
  	width: 100%;
    float: none;
    margin-right: 0 !important;
  }
}

@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	/*** Enter your custom style here ***/
  
  #projects-submenu ul, .topsubmenu ul {
  	text-align: center;
  }
  #projects-submenu li a, .topsubmenu li a {
  	padding: 5px 10px;
  }
}