/******************************************************************
Theme Name: DWW Engineering
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.0
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(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900);
@import url(core.css);
/* Font Faces - END */

html {
    font-size: 100%;
}

a {
    outline: none;
    text-decoration: none;
    -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 {
    text-decoration: underline;
}
a:link, a:visited:link {
    -webkit-tap-highlight-color: #c22033;
}
img {
    border: 0;
    height: auto !important;
    max-width: 100%;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
    height: 10px !important;
}
p {
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 0;
}
table {
    margin: 20px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e5e5e5;
    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%;
}
.wrap {
    *zoom: 1;
}
.wrap:before,
.wrap:after {
    content: "";
    display: table;
    line-height: 0;
}
.wrap:after {
    clear: both;
}

.container { margin:0 -0.9375em;}

.aligncenter { text-align:center;}

/*********************
LAYOUT STYLES
*********************/
.center {
    margin: 0 auto;
    max-width: 1060px;
    position:relative; z-index:2;
}
.main-header {
    position: relative;
    z-index: 999;
    background:url(library/images/header-bg.png) center top no-repeat;
    margin-bottom:-35px;
width: 100%; float: left;
}

#slider a{
    color:#fff;
    text-decoration:none;
}

.logo {
    float: left;
    padding: 38px 0 41px 0;
    text-align: center;
}
.logo a, .logo img {
    line-height: 0;
}
.logo img {
    vertical-align: top;
}
.header-right {
    float: right;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.phone-number {
    background:url(library/images/phone.png) 0 50% no-repeat;
    color:#fff;
    display: block;
    float:left;
    font-size:24px; 
    font-weight:500;
    font-style:normal;
    margin-left:30px;
    padding-left:30px;
    line-height:1;
    margin-top:40px;
}

.phone-number a { color:#fff;   background:url(library/images/phone.png) 0 50% no-repeat;   padding-left:30px;

}

.phone-number a:hover { text-decoration:none; color:#fff;}

.top-menu {
    float: right;
    background:none;
    margin-top:35px;
}

.extra_content_container { background:#fff; padding-top:40px; padding-bottom:20px;}

.extra_content_container table { margin:40px 0;}

.mainbody {
    padding: 60px 0 40px;
}

.main-content {
    float: left;
    position: relative;
    width: 100%;
}
.flexslider {
    border: none;
    margin-bottom: 11px;
}
.flex-direction-nav a:before {
    color: #fff;
    line-height: 1em;
    text-shadow: none;
}
.flex-direction-nav a {
    color: #fff;
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}
#content .flexslider .slides img {
    margin-bottom: 0;
}
.flexslider .slides > li {
    position: relative;
}
#carousel .slides > li:before {
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter:alpha(opacity=100);
    position: absolute;
    top: 0;
    visibility: visible;
    transition: visibility 1s ease 0s, opacity 1s ease 0s;
    -webkit-transition: visibility 1s ease 0s, opacity 1s ease 0s;
    -moz-transition: visibility 1s ease 0s, opacity 1s ease 0s;
    -o-transition: visibility 1s ease 0s, opacity 1s ease 0s;
    width: 100%;
}
#carousel .slides > li.flex-active-slide:before {
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter:alpha(opacity=0);
    visibility: hidden;
}
.flex-direction-nav a {
    height: 44px;
}
#carousel .flex-direction-nav .flex-nav-prev {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 38px;
}
#carousel .flex-direction-nav .flex-nav-next {
    bottom: 0;
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}
#carousel .flex-direction-nav a {
    background: none repeat scroll 0 0 #bababb;
    display: block;
    font-size: 0;
    height: 100%;
    line-height: 0;
    margin: 0;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter:alpha(opacity=100);
    left: auto;
    position: relative;
    right: auto;
    text-decoration: none;
    text-indent: -999em;
    top: auto;
    width: 100%;
}
#carousel .flex-direction-nav a:before {
    bottom: 0;
    color: #fff;
    content: "\003E";
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    left: 0;
    line-height: 85px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    top: 0;
}
#carousel .flex-direction-nav a.flex-prev:before {
    content: "\003C";
}
#carousel .flex-direction-nav a.flex-next:before {
    content: "\003E";
}
#carousel .slides li {
    margin-right: 10px;
}
.accordion > p {
    display: none;
}
.accordion > hr {
    margin: 0;
}
h3.accordion-title {
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
}
.home-banner a.ls-l p {
    position: relative;
}
.home-banner a.ls-l:hover p:before {
    background: rgba(255,255,255,0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Project Page */
.project_list_item {
    border-top: 1px solid #cbcbcb;
    padding: 40px 0;
}
.project_list_wrapper .project_list_item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.project_list_title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
}
.project_list_title a {
}
.project_list_thumb {
    left: 0;
    top: 3px;
    position: absolute;
    width: 300px;
}
#content .project_list_thumb img {
    margin: 0;
}
.project_list_main {
    padding-left: 330px;
    position: relative;
}
.project_list_description p {
    margin-top: 0;
}
.project_list_more {
    padding-top: 15px;
}
.project_list_more a {
    background: #0b6241;
    color: #e5f0f2;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 47px;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: top;
}
.project_detail_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
    position: relative;
}
.project_list_right {
    min-height: 200px;
}
.project_detail_title a {
    color: #212121;
    float: right;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 10px;
    text-decoration: none;
}
.project_detail_meta {
    margin-bottom: 25px;
}
.project_detail_meta strong {
    font-weight: normal;
}
.project_detail_meta span {
    padding: 0 8px;
}
.project_detail_images {
    float: left;
    margin-bottom: 20px;
    margin-right: 4.6653144%;
    padding-top: 8px;
    width: 47.261663%;
}
.project_detail_info {
    background: #0b6241;
    margin-left: 51.926978%;
    margin-bottom: 25px;
    padding: 25px 20px 28px 30px;
}
.project_detail_info * {
    color: #fff;
}
.project_detail_info strong {
    font-size: 22px;
    font-weight: 500;
}
.project_detail_info > div {
    margin-top: 21px;
}
.project_detail_info > div:first-child {
    margin-top: 0;
}

/* Sidebar Column */

.sidebar-widget { padding:50px 20px 20px; }

#sidebar .sub-menu {
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#sidebar .sub-menu li {
    border-bottom: none;
    display: block;
    list-style: none;
    *zoom: 1;
    margin-left:0;
    padding:0;
    margin-bottom:10px;
}
#sidebar .sub-menu li a {
    color: #fff;
    display: block;
    font-weight:bold;
    font-size:22px;
    text-align:left;
    padding: 23px 0 23px 30px;
    text-decoration: none;
    *zoom: 1;
    background:#bcbec0;
}
#sidebar .sub-menu li.first-menu-item a {
    padding-top: 0;
}
#sidebar .sub-menu li.current-menu-item a, #sidebar .sub-menu li.current-menu-parent > a, #sidebar .sub-menu li a:hover {
    color: #fff;
    background:#414042;
}
#sidebar .sub-menu li.current-menu-item a, #sidebar .sub-menu li.current-menu-parent > a {
    font-weight: bold;
}

#sidebar .widget {
    border-top: none;
    padding: 35px 0 35px 0;
}
#sidebar .widget:first-child {
    border-top: none;
    padding-top: 0;
}
#sidebar .widgettitle {
    font-size: 1.6875rem;
}
#sidebar form {
    margin: 0;
}
#sidebar label {
    display: block;
    margin: 0;
}
#sidebar input[type="text"], #sidebar input[type="email"] {
    display: block;
    height: 41px;
    margin: 0 0 16px;
    width: 100%;
}
#sidebar input[type="submit"] {
    display: block;
    margin-top: 31px;
    width: 100%;
}

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

@media (min-width:760px) {
    .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
        width: 40%;
    }
    .gform_wrapper .top_label textarea.medium {
        width: 40%;
    }
}

/*********************
BLOG
*********************/
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.postlist .post {
    border-top: 1px solid #e5e5e5;
    margin-top: 35px;
    padding-top: 35px;
}
.postlist .post-list .post:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.post-list-date {
    margin-bottom: 14px;
}
.post-list-date a {
    text-decoration: underline;
}
h2.entry-title {
    font-size: 1.8125rem;
    margin-bottom: 18px;
}
.post-list-thumbnail {
    float: left;
    margin-bottom: 5px;
    margin-right: 35px;
    width: 235px;
}
.post-list-content p {
    margin-top: 0;
}
h1.single-title {
    font-size: 1.8125rem;
    font-weight: normal;
}
.post-image {
    margin: 15px 0;
}

/*********************
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:after { display:none;}

nav.main-nav ul.nav > li:after {
    background: url(library/images/menu-divider.png) 0 50% no-repeat;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

nav.main-nav ul.nav > li.last:after {
    display:none;
}

nav.main-nav ul.nav > li {
    float: left;
    margin-left: -1px;
    position: relative;
    padding:0;
    text-align:center;
}
nav.main-nav ul.nav > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    white-space: nowrap;
    text-transform:uppercase;
}

nav.main-nav ul.nav > li.first > a { background:url(library/images/home-icon.png) 50% 50% no-repeat;  text-indent:-9999em; width:40px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/*nav.main-nav ul.nav > li.first > a:hover,
nav.main-nav ul.nav > li.first:hover > a,
nav.main-nav ul.nav > li.current-menu-item.first > a { background:url(library/images/home-icon.png) 50% -52px no-repeat; padding:0 10px;  text-indent:-9999em;}
*/

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:hover > a {
    color: #fff;
}

nav.main-nav ul.nav li ul {
    background: #0b6241;
    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: 200px;
}
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: 100%;
}
nav.main-nav ul.nav li ul li {
    border-top: none;
    text-align:left;
    margin-left:0;
    padding:0;
}
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;
    font-size:18px;
}
nav.main-nav ul.nav li ul li a:hover {
    background: #ccc;
    color:#0b6241;
}

/* Mobile Menu */
#wprmenu_menu .wpr_social_icons a {
    text-decoration: none;
}
#wprmenu_bar .wprmenu_icon {
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
#wprmenu_bar .menu_title {
    margin-left: 32px;
}
#wprmenu_menu.wprmenu_levels ul li:hover,
#wprmenu_menu.wprmenu_levels ul.sub-menu li:hover, 
#wprmenu_menu.wprmenu_levels ul li.current-menu-item,
#wprmenu_menu.wprmenu_levels ul li.current-menu-item a{ background-color:#414042;}      
#wprmenu_menu.wprmenu_levels ul li{border-bottom:0 !important;}
#wprmenu_menu.wprmenu_levels ul li a{transition: none 0s ease 0s ;}
#wprmenu_menu.wprmenu_levels ul#wprmenu_menu_ul > li:first-child{border-top:1px solid #fff !important;}
#wprmenu_menu.wprmenu_levels ul#wprmenu_menu_ul > li > a {font-weight: 600;}
#wprmenu_menu.wprmenu_levels ul li ul{border-top:0 !important;}
#wprmenu_menu.wprmenu_levels ul li ul li a{padding: 10px 13px;}
#wprmenu_menu.wprmenu_levels ul li ul li, #wprmenu_menu.wprmenu_levels ul li ul li a{font-size: 14px;background: #d3d1d1 !important;color: #313131 !important;}
#wprmenu_menu.wprmenu_levels ul li ul li:hover a, #wprmenu_menu.wprmenu_levels ul li ul li.current-menu-item a{background: #414042 !important;color: #fff !important;}
#wprmenu_menu.wprmenu_levels ul li ul li:hover, #wprmenu_menu.wprmenu_levels ul li ul li.current-menu-item{background: #414042 !important;}



/* HOMEPAGE */

/* HOME BANNER */

.home-banner { overflow:hidden; position:relative; width: 100%; clear: both;}

.home-banner-wrap { position:absolute; top:0; left:0; z-index:2; width:100%;}

#slider {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* HOME BANNER TEXT */

.home-banner-inner { padding-top:150px;}

.home-banner-inner h1 { color:#fff; font-size:56px; line-height:1.2;}

.home-banner-inner p { color:#fff; font-size:20px; font-weight:normal;}

.home-banner-inner a.style_1 { border-radius:0; text-transform:none;}

/* PORTAL */


#portals { background: url(library/images/portal-bg.jpg) center top no-repeat; text-align:center; position:relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

#portals-shadow { overflow:hidden; height:226px; position:absolute; z-index:1; top:0; left:0; width:100%;}

#portal-content { position:relative; z-index:2;}

#portals-shadow div.center { position:relative;}  
#portals-shadow div.center:before,
#portals-shadow div.center:after { position:absolute; top:0; content:""; height:226px; display:block; z-index:9;}

#portals-shadow div.center:before { left:-155px; width:155px; background:url(library/images/portal-shadow-left.png) repeat-y;} 

#portals-shadow div.center:after { right:-155px; width:155px; background:url(library/images/portal-shadow-right.png) repeat-y;}   
  
  
#portals-inner { background:url(http://dwwengineering.flywheelsites.com/wp-content/uploads/portal-bg2.jpg) no-repeat; margin-top:-24px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

#portals-inner > div { background:url(library/images/portal-divider.png) left center no-repeat; padding-top:45px; padding-bottom:60px;}

#portals-inner > div:first-child { background:none;}

#portals-inner > div:hover { background-color:rgba(255,255,255,.1);} 

#portals-inner > div:hover + div,
#portals-inner > div + div:hover { background-image:none;}

#portals h3 { margin-bottom:30px;}

#portals h3,
#portals a { font-size:19px; font-weight:normal; color:#fff;}

#portals a { display:block;}

#portals a:hover { text-decoration:none;}

/* PROJECTS */

#projects h5 { font-weight:500; }

#projects h3.project-title  { font-weight:normal; font-size:18px; color:#fff;  line-height:1.2; margin-bottom:26px;  }

#projects h3.project-title a { color:#fff; padding:10px 16px; background:#0b6241; display:block;}

#projects h3.project-title a:hover { color:#fff; text-decoration:none; background:#0e734d;}

.project img { width:100%;}

/* INNER */

.inner-banner { background:url(library/images/banner-inner.jpg) center top no-repeat; width: 100%; clear: both;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

.inner-banner-inner .large-8 {
    min-height: 150px;
}

.single #content {
    padding-bottom: 60px;
    padding-top: 60px;
}

.inner-banner h1 { font-size:59px; padding:0 0 0 20px; color:#fff; text-transform:none; margin-bottom:0;}

.banner-button { padding:0 20px; margin-bottom: 47px;}

.banner-button .style_1 { width:100%; margin-top:57px; text-transform:none; border-radius:0; padding-left:0; padding-right:0; text-align:center; white-space: nowrap;}

#main { background:url(library/images/main-bg.jpg) center top repeat;
/*-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/}

.inner #main { background:url(library/images/main-bg-inner.jpg) center top repeat;}

#main .center { background:#fff;}

#content { background:url(library/images/divider.png) 100% 50px no-repeat;}

.page-template-page-fullwidth #content { background:none;}

.home #content { background:url(library/images/divider.png) 100% 50px no-repeat;}


.content-inner { padding:40px 20px 40px 20px; }

/* FOOTER */

.main-footer { background:#323333; padding:60px 0; color:#999a9a; font-weight:normal;}

.main-footer p { color:#999a9a; font-size:16px; font-weight:normal;}
.main-footer a { color:#999a9a;}

.main-footer .columns { background: url(library/images/footer-divider.png) 0 0 no-repeat; min-height:182px;}

.main-footer .col1 { background:none; padding-left:35px; padding-top:30px; padding-right:0; }

.main-footer .col1 .copyright { padding-top:15px; }

.main-footer .col3 { padding-right:0; }

.main-footer h3 {color:#fff; font-size:17px; font-weight:bold;}

.copyright { font-size:12px;}

/* EXTRA */

.gform_wrapper .left_label .gfield_label { float:none; width:100%;}

.gform_wrapper .gform_footer.left_label { margin-left:0; width:100%;}

.gform_wrapper form li, .gform_wrapper li { padding:5px 0; }

.jqTransformSelectWrapper { border: 1px solid #B7B7B7; }

.jqTransformSelectWrapper select { display:none !important;}

.gform_wrapper .top_label .gfield_label { font-weight:400;}

input[type="file"] { width:auto !important; height:auto !important;}

.ls-bottom-nav-wrapper { width:1060px; text-align:right; position:absolute; top:20px; z-index:999; left:50%; margin-left:-530px;}

.ls-bottom-slidebuttons { top:0 !important;} 

.ls-v5 .ls-bottom-slidebuttons a { background:#fff !important; opacity:.5 !important; width:14px !important; height:14px !important; border-radius:50%; margin-left:3px;}

.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active { opacity:1 !important;}

/* Post page */

#blog-entry { margin-top:30px; padding-bottom:30px; border-bottom:1px dotted #ccc;}

.post_list > article {
    border-top: 1px dotted #d2d2d3;
    padding: 42px 0 2px;
}
.post_list > article:first-child {
    border-top: none;
    padding-top: 0;
}
.pl_left {
    float: left;
    margin: 0 25px 0 0;
    width: 82px;
}
.pl_date {
    background: #0b6241;
    color: #fff;
    font: normal 17px/1 'Fira Sans', sans-serif;
    padding: 15px 0 13px;
    text-align: center;
    text-transform: uppercase;
}
.pl_date span {
    display: block;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 3px;
}
.pl_comment {
    color: #49767f;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}
.pl_comment a {
    letter-spacing: -1px;
    text-decoration: underline;
}
.pl_right {
    padding-top: 2px;
}
.pl_right h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.pl_right h2 a {
    color: #0b6241;
}

.pl_right h2 a:hover { color:#0e734d; text-decoration:none;}

.pl_thumb {
    float: right;
    margin-left: 20px;
}
.pl_footer {
    padding-top: 10px;
}
.pl_footer a {
    text-decoration: underline;
}
.pl_footer_left, .article-footer {
/*  background: url(library/images/icon_tag.png) no-repeat left top;
*/  float: left;
    padding: 0 0 5px 38px;
}
.pl_footer_left ul, .article-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.article-footer {
    float: none;
    margin-top: 15px;
}
.pl_footer_left ul li, .article-footer ul li {
    display: inline-block;
    font-size: 15px;
    padding: 0 20px 0 0;
}
.pl_footer_left ul li:first-child, .article-footer ul li:first-child {
    padding-left: 0;
}
.pl_footer_left ul li a, .article-footer ul li a {
    color: #555;
    text-decoration: underline;
}
.pl_footer_right {
    display:block;
    text-align:right;
}

#content .pl_footer_right a, #content .pl_footer_right a:visited {
  background: #0b6241;
  color: #fdfdfd;
  display: inline-block;
/*  font-size: 9px;
*/  font-weight: bold;
  line-height: 17px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: none;
}

#content .pl_footer_right a:hover {
    background:#0e734d;
    }
#content img {
  margin: 0 0 1rem;
}   

/*********************
RESPONSIVE STYLES
*********************/

@media ( max-width:1199px) {
}


@media (max-width: 1170px) {
}

@media (max-width: 1060px) {
    .main-header .center, .banner-overlay .center, .mainbody .center, .extra_content .center, .main-footer .center, .alm-listing, .home-banner .center, .homeblock .center
    , .experience .center, .extra_content_container .center, .get-quote-bottom .center {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .main-header { background:url(library/images/header-bg2.png) top left no-repeat;}   
    
    .ls-bottom-nav-wrapper { width:100%; left:0; margin:0; text-align:center;}
        
    .main-footer .widget_nav_menu 
    .homeblock img,
    .img_tile_container img,
    .extra_content_container img,
    .experience img { max-width:100%; height:auto;}
    
    
    h2 { font-size:35px;}
    
    h3 { font-size:27px;}
    
    h4 { font-size:23px;}
    
    h5 { font-size:20px;}
    
    .banner-button .style_1,
    #sidebar .sub-menu li a { font-size:18px;}
    
}

@media (max-width: 1024px) {
    .col3 .widget_nav_menu { padding-left:0 !important; }
    
    .blog-description {
        padding: 25px;
    }
    h2.entry-title {
        font-size: 1.375rem;
    }
    .post-list-thumbnail {
        margin-right: 15px;
    }
    .table-style-1 td, .table-style-1 th {
        padding-left: 10px;
    }
    .logo {
    }
    .header-right {
        position: relative;
    }
    
    .phone-number { margin-left:20px; }
    nav.main-nav ul.nav > li:last-child:after {
        display: none;
    }
    nav.main-nav ul.nav > li > a {
        font-size: 14px;
    }
    nav.main-nav ul.nav li ul li a { font-size:14px; }
    nav.main-nav ul.nav > li:last-child a {
        padding-right: 0;
    }

    #sidebar .widget {
        padding: 20px 0 20px 25px;
    }
    
    #slider {
        width: 1280px;
        position: relative;
        left: 50%;
        margin-left: -640px;
    }
    
    /* HOME BANNER TEXT */
    
    .home-banner-inner { padding-top:100px;}
    
    .home-banner-inner h1 {  font-size:38px; }
    
    .home-banner-inner p {  font-size:15px;}
    
    .inner-banner h1 { font-size:40px; padding-left:20px;}  
}

@media (max-width: 960px) {
    body,
    p,
    td,
    ul,
    li {
            font-size: 16px;
    }

    h2.underline { background:none; display:block; padding:0;}
    h2 { font-size:27px;}
    
    h3 { font-size:23px;}
    
    h4 { font-size:21px;}
    
    h5 { font-size:16px;}
    
    .phone-number { margin-top:40px;}
    
    .top-menu { margin-top:10px; clear:right;}

    .banner-button .style_1,
    #sidebar .sub-menu li a { font-size:16px;}
    
    .project_detail_info strong {
        font-size: 18px;
    }
    
}

@media (max-width: 800px) {
    .banner-button .style_1,
    #sidebar .sub-menu li a { font-size:14px;}
    
    #sidebar .sub-menu li a { padding:15px;}
}


@media (max-width: 767px) {
    html {
        font-size: 87.5%;
    }
    
    body,
    p,
    td,
    ul,
    li {
            font-size: 14px;
    }
    h2.underline { background:none; display:block; padding:0;}
    h2 { font-size:27px;}
    
    h3 { font-size:23px;}
    
    h4 { font-size:21px;}
    
    h5 { font-size:16px;}

    .main-header { background:#000; margin-bottom:0;} 
    
    .logo {
        float: none;
        padding: 30px 0 20px;
        text-align: center;
    }
        
    .header-right  {
        width:100%; text-align:center;
    }

    .phone-number { display: inline-block; float: none; margin-left:0; margin-top:10px; margin-bottom:25px; vertical-align: top;}
    .jqTransformSelectWrapper a.jqTransformSelectOpen::before {
        line-height: 30px;
    }
    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        width: 30px;
    }
    
    .banner-button { display:none;}
    .inner-banner h1 { font-size:30px; padding-left:0;}     
    
    .project_list_main {
        padding-left: 0 !important;
    }
    .project_list_thumb {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }
    .project_list_right {
        min-height: 1px !important;
    }
    .project_list_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .project_detail_title a {
        display: block;
        float: none;
        margin: 0 0 10px;
        text-align: right;
    }
    .project_detail_title {
        margin-bottom: 10px;
    }
    .project_detail_meta {
        margin-bottom: 10px;
    }
    .project_detail_images {
        float: none;
        margin: 0 0 10px;
        width: auto;
    }
    .project_detail_info {
        margin-left: 0;
        padding: 20px;
    }
    .project_detail_info strong {
        font-size: 16px;
    }
    .inner-banner-inner .large-8 {
        min-height: 80px;
    }
    .inner-banner h1 {
        margin: 20px 0 !important;
    }
}

@media (max-width: 640px) {
    .phone-number {}
    #portals-inner { margin-top:0;}
    #portals-inner > div { padding-top:20px; padding-bottom:20px; border-bottom:1px solid #3b7b63;}
    #portals h3 { margin-bottom:5px; }
    #slider {
        width: 100%;
        position: relative;
        left: 0%;
        margin-left: 0;
    }
    
    .home-banner-wrap { display: none;}
    #content { background:none; }
    
    .content-inner,
    .sidebar-widget { padding: 30px 0 20px;}
    .main-footer {
        padding: 10px 0 25px;
    }
    .main-footer .columns { background: none; min-height:inherit; padding:10px 0; text-align:center;}
    .copyright { text-align:center;}
    .main-footer h3 {
        font-size: 16px;
    }
    
    .main-footer table { margin:0 auto;}
    .pl_thumb {
      clear: both;
      float: none;
      margin: 0;
      padding: 10px 0 0;
    }
    
    .pl_left { float:none; margin-bottom:10px;}
    
}

@media (min-width:641px) and (max-width:767px) {
    .inner-banner h1 { padding-left:20px;}


}

@media (min-width:769px) and (max-width:959px) {
    .phone-number {
      margin-top: 22px;
    }


}


@media (max-width: 480px) {
    .home-banner-wrap,
    body.inner .main-header{ display:none;}
    .g-recaptcha {
        -moz-transform: scale(0.96);
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
        transform-origin: left center 0;
    }
    
    .home-banner { display:none;}
    
}

@media (max-width: 320px) {
}



#wprmenu_bar .menu_title,
#wprmenu_bar .menu_title span { display: block !important;}

@media (min-width:768px) {
    li#field_2_1,
    li#field_2_2,
    li#field_2_3,
    li#field_2_6,
    li#field_2_12,
    li#field_2_10 { width:30%; float:left; clear:none;}
    li#field_2_1,
    li#field_2_2,
    li#field_2_6,
    li#field_2_8,
    li#field_2_11 { margin-right:5%;}
    li#field_2_1 input.medium, li#field_2_1 select.medium,
    li#field_2_2 input.medium, li#field_2_2 select.medium,
    li#field_2_3 input.medium, li#field_2_3 select.medium,
    li#field_2_6 input.medium, li#field_2_6 select.medium,
    li#field_2_7 input.medium, li#field_2_7 select.medium,
    li#field_2_8 input.medium, li#field_2_8 select.medium,
    li#field_2_10 input.medium, li#field_2_10 select.medium,
    li#field_2_12 input.medium, li#field_2_12 select.medium  { width:100%;}
    li#field_2_4 textarea.medium,
    li#field_2_5 textarea.medium,
    li#field_2_11 textarea.medium,
    li#field_2_13 textarea.medium { width:100%;}
    
    li#field_2_7,
    li#field_2_8,
    li#field_2_11,
    li#field_2_13 { width:65%; float:left; clear:none;}
    
    #input_2_12 li {  float:left; margin-right:10px;}
    #input_2_12 li label {  float:left; margin-left:5px;}

}