/******************************************************************
Theme Name: ExciteMedia 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.1.4
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=Lancelot|Open+Sans:300,400,600,700,800);
@import 'library/css/fonts.css';
/* Font Faces - END */

.marion{
    font-family: 'Lancelot', cursive;
}
html {
    font-size: 100% !important;
}
body, p, td, ul, li {
    color: #2a2a2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}
h1 {
    color: #fff;
    font-size: 4.75rem;
    font-weight: 300;
    text-transform: none;
}
h2 {
    font-size: 2.25rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
    text-transform: none;
}
h6 {
    font-size: 1.125rem;
    font-weight: 400;
}
a {
    color: #5e9bd2;
    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: #5e9bd2;
    text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
    border: 0;
    max-width: 100%;
    position: relative;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
    height: auto !important;
}
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: 100px;
    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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
img.cke_wordpress_more {
    height: 10px !important;
}
p {
    margin: 0 0 30px;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}
table {
    margin: 30px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #E3E3E3;
    color: transparent;
    height: 1px;
    margin: 30px 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 0 30px;
    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;
}
#post-not-found {
    padding-top: 30px;
    text-align: center;
}
.em-googlemap,
.acf-map {
    position:relative; 
}
.overlay {
    bottom: 0;
    left: 0;
    position: absolute; 
    right: 0;
    top: 0;
    z-index: 1;
}

p.testimonial{
    background: #14589f url(library/images/logo-quote.jpg) no-repeat 25px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    padding: 36px 25px 36px 120px;
}

/*********************
LAYOUT STYLES
*********************/
.row {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 30px;
}
.mainbody,
.extra-content {
    padding: 55px 0;
}
.extra-content-cols {
    margin: 0 -15px;
}
.extra-content-col {
    float: left;
    margin: 15px 0;
    padding: 0 15px;
}
.extra-content-col-02 .extra-content-col {
    width: 50%;
}
.extra-content-col-03 .extra-content-col {
    width: 33.333333%;
}
.extra-content-col-04 .extra-content-col {
    width: 25%;
}
.extra-content-col-05 .extra-content-col {
    width: 20%;
}
.extra-content-col-06 .extra-content-col {
    width: 16.6666667%;
}
.extra-content-col-02 .extra-content-col:nth-child:(2n+1),
.extra-content-col-03 .extra-content-col:nth-child:(3n+1),
.extra-content-col-04 .extra-content-col:nth-child:(4n+1),
.extra-content-col-05 .extra-content-col:nth-child:(5n+1),
.extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
    clear: both;
}

/*** GLOBAL LAYOUT ***/
/* Header */
.main-header{
    background-color: #0c56a1;
    padding: 11px 0 20px;
}
.main-header .row{
    position: relative;
    max-width: 1700px;
}
.logo{
    float: left;
}
.top-menu{
    float: left;
    margin-top: 15px;
    margin-left: 13%;
}
.header-right{
    float: right;
    margin-top: 20px;
}
.header-right > div {
    display: inline-block;
}
.header-phone a{color: #fff;}
.header-phone span{
    background: url(library/images/icons/phone.png) no-repeat left center;
    padding-left: 33px;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 58px;
    position: relative;
    top: 2px;
}
.header-button {
    margin-left: 55px;
}
.main-header, 
.logo, 
.logo img, 
.top-menu, 
.header-button,
.header-button a{
    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;
}

/* Footer */
.main-footer *{
    color: #fff;
}
.main-footer{
    background-color: #2b2d2d;
    padding: 50px 0;
}
.footer-col{
    float: left;
    width: auto;
}
.footer-col-1 img{}
.footer-col-2{
    padding-top: 10px;
    padding-left: 12%;
}
.footer-col-2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col-2 ul li:after{
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 4px;
    position: absolute;
    right: -1px;
    top: 13px;
    width: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.footer-col-2 ul li:last-child:after {
    display: none;
}
.footer-col-2 ul li{
    float: left;
    margin-left: -1px;
    position: relative;
}
.footer-col-2 ul li a{
    color: #fff;
    display: block;
    font-size: 1.125rem;
    padding: 0 16px 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
.footer-col-2 ul li:hover a{
    color: #fdf102;
}
.footer-col-3{
    float: right;
    text-align: right;
    padding-top: 10px;
}
.footer-col-3 p{
    font-size: 1rem;
}
/*** Accordion ***/

.accordion {
    margin: 30px 0;
}

h3.accordion-title {
    background: transparent;
    border-bottom:2px #3b3d39 solid;
    color: #3b3d39;
    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: #609cd0;
    color: #fff;
}


/*** end of GLOBAL LAYOUT ***/

/*** HOMEPAGE ***/
/* Home Banner */

/* Home Portals */
.home-portals{
    background: url(library/images/bg-portals.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    border-top: 8px solid #fff;
}
.portal-wrapper > div {
    background-color: #0056a4;
    float: left;
    text-align: center;
    width: 24.1825%;
    margin-right: 1.09%;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.portal-wrapper > div:hover {
    background-color: rgba(0, 86, 164, 0.85);
}
.portal-wrapper > div:last-child{
    margin-right: 0;
}
.portal-wrapper > div:nth-child(2n){
    background-color: #1f4f7b;  
}
.portal-wrapper > div:nth-child(2n):hover{
    background-color: rgba(31, 79, 123, 0.85);  
}
.portal-wrapper > div:nth-child(3n){
    background-color: #5e9bd2;
}
.portal-wrapper > div:nth-child(3n):hover{
    background-color: rgba(94, 155, 210, 0.85);
}
.portal-wrapper > div:last-child{
    background-color: #00386b;  
}
.portal-wrapper > div:last-child:hover{
    background-color: rgba(0, 56, 107, 0.85);
}
.portal-wrapper > div > a:after {
    background-color: rgba(0, 0, 0, 0.125);
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portal-wrapper > div:hover > a:after {
    width: 100%;
}
.portal-wrapper > div > a{
    color: #fff;
    display: block;
    padding: 80px 20px 70px;
    text-decoration: none;
}
.portal-content h5{
    color: #fff;
    margin: 0 0 16px;
}
.portal-content p {
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}
/* .portal-wrapper > div > a:hover{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -o-border-radius: 50px;
} */
.portal-wrapper > div > a:hover p,
.portal-wrapper > div > a:hover h5,
.portal-wrapper > div > a:hover{
    color: #fdf102;
}

/* Home Mainbody */
body.home .mainbody {
    min-height: 1px !important;
    padding-bottom: 0;
}
.home .mainbody, .home .home-row-01 {
    padding: 10px 0;
}
.home-row-01 .row,
body.home .mainbody .row{
    max-width: 1920px;
    padding: 0;
    background: url(library/images/bg-graysand.jpg) repeat-y;
}
body.home .mainbody .ezcol-last{
    display: table;
}
body.home .mainbody .ezcol-inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 580px;
    padding: 10px 20px 10px 3.25%;
}

/* Home Extra Content Rows */
.home-row-01 .ezcol:first-child{
    display: table;
}
.home-row-01 .ezcol-inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 10px 0 10px 20px;
}
.home-row-01 .ezcol-inner > div{
    float: right;
    width: 527px;
}


/* Home Projects */
.home-projects{
    padding: 20px 0 70px;
    text-align: center;
}
.home-projects h2{
    text-align: left;
}
.project-wrapper {
    padding: 5px 0 54px;
}
.project-wrapper > div {
    float: left;
    width: 31.82%;
    margin-right: 2.27%;
    position: relative;
    overflow: hidden;
}
.project-wrapper > div:last-child{
    margin-right: 0;
}
.project-wrapper > div > a{
    color: #fff;
    display: block;
    text-decoration: none;
}
.project-list img{
    -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;
}
.project-list:hover img{
     -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.project-title:after{}
.project-title{
    background-color: rgba(0, 44, 98, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.project-list:hover .project-title{
    background: url(library/images/bg-project-title.png) no-repeat left center;
    height: 100%;
}
.project-title h6{
    background: url(library/images/icons/arrow-right.png) no-repeat 92% center;
    display: table;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4em;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    margin: 0;
    text-transform: none;
}
.project-title h6 span {
    display: table-cell;
    padding: 15px 55px 15px 24px;
    vertical-align: middle;
}
.home-projects a.em-button{
    background: url(library/images/icons/arrow-right-blue.png) no-repeat 90.5% center;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    padding-right: 65px;
    border-radius: 0;
}
.home-projects a.em-button:hover{
    background: #00386b url(library/images/icons/arrow-right-yellow.png) no-repeat 94% center;
}

/* Bottom Bar */
.bottom-bar {
    background: url(library/images/bg-bottom-bar.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0;
}
.bottom-bar .row {
    position: relative;
}
.bottom-bar h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 4px 250px 0 0;
    text-transform: none;
}
.bottom-bar a.em-button {
    position: absolute;
    top: 0;
    right: 15px;
}

/* Homepage - Enter any style for elements on homepage here */
    
/*** end of HOMEPAGE ***/


/*** INNERPAGE ***/
/* Inner 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: 78px 0;
}
.inner-banner h1 {
    line-height: 1em;
    color: #fff;
    margin: 0;
}

/* Inner Mainbody */
body.inner .main-content img.alignnone{
    margin-bottom: 30px;
}

/* Innerpage - Enter any style for elements on homepage here */
    
/*** end of INNERPAGE ***/


/*********************
SIDEBAR
*********************/
body.sidebar .mainbody-inner {
    padding-right: 330px;
    position: relative;
}
body.sidebar .main-content {
    float: left;
    position: relative;
    width: 100%;
}
body.sidebar .main-content #content{
    padding-right: 8%;
}
.main-sidebar.show-mobile {
    display: none;
}
.main-sidebar {
    float: left;
    margin-top: 8px;
    margin-right: -100%;
    width: 330px;
}
.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 .widget h3{
    margin: 0 0 20px;
}
.main-sidebar ul {
    padding: 0 0 0 19px;
}
.main-sidebar ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu > li {
    margin-bottom: 10px;
}
.main-sidebar ul.menu > li > a {
    background: #e7eef5;
    color: #626262;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0.006em;
    padding: 19px 15px 18px 40px;
    position: relative;
    text-decoration: none;
    text-align: left;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
    background: #609cd0;
    color: #fff;
    font-weight: 600;
}

/*********************
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 */
}
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.work-list,
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-list a.em-button {
	display: inline-block;
    margin: 25px 0 0;
    font-size: 1.2rem;
}
.post-list a.em-button:hover {
	background-color: #dcd201;
  border-color: #dcd201;
}
.worklist .case_studies,
.postlist .post {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 25px;
}
.worklist .case_studies:nth-of-type(2n-1),
.postlist .post:nth-of-type(2n-1) {
    clear: left;
}
.worklist .case_studies:nth-of-type(2n),
.postlist .post:nth-of-type(2n) {
    margin-right: 0;
}
.post-list-date {
    font-size: 0.875rem;
    margin-bottom: 14px;
}
.post-list-date a {
    text-decoration: underline;
}
h2.entry-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.post-list-thumbnail {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.post-list-thumbnail img {
    width: 100%;
}
.post-list-thumbnail a.em-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.post-list-content p {
    display: inline;
    margin-top: 0;
}
.post-list-content a.excerpt-read-more {
    /*display: none;*/
}
.post-tags:before {
    content: "\f02c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.post-tags {
    font-size: 0.875rem;
    margin: 15px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
h1.single-title {
    font-size: 1.8125rem;
    font-weight: normal;
  	color: inherit;
}
.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 > li:after {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 4px;
    position: absolute;
    right: -1px;
    top: 34px;
    width: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
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: 1.125rem;
    font-weight: 600;
    line-height: 70px;
    padding: 0 16px 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
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,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
    color: #fdf102;
}
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.menu-item-has-children ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
}
nav.main-nav ul.nav li.menu-item-has-children > ul li:first-child:before{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdf102;
    position: absolute;
    top: -10px;
    left: 15px;
}
nav.main-nav ul.nav li.menu-item-has-children > ul li:first-child a{
    border-radius: 5px 5px 0 0;
}
nav.main-nav ul.nav li.menu-item-has-children > ul li:last-child a{
    border-radius: 0 0 5px 5px;
}
nav.main-nav ul.nav li ul {
    background: #e7eef5;
    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;
    z-index: 999;
}
nav.main-nav ul.nav li:hover > ul,
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: 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: #626262;
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 1.2em;
    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-color: #609cd0;
    color: #ffffff;
}
/* nav.main-nav ul.nav li ul li a:hover {
    padding-left: 20px;
} */


/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1600px) {
    /* Header */
    .top-menu{
        margin-left: 5%;
    }
}
@media (max-width: 1550px) {
    /* Header */
    .header-button a.em-button{
        padding: 15px 25px;
    }
}
@media (max-width: 1500px) {
    /* Header */
    .main-header .row{
        max-width: 100%;
    }
    .header-button {
        margin-left: 20px;
    }
}
@media (max-width: 1440px) {
    .bottom-bar {
        padding: 70px 0;
    }
    .bottom-bar h2 {
        font-size: 2rem;
        margin: 9px 250px 9px 0;
    }
    .bottom-bar a.em-button {
        font-size: 1.2rem;
    }
}
@media (max-width: 1400px) {
    html{
        font-size: 95% !important;
    }
    body, p, td, ul, li{
        font-size: 1rem;
    }
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
    h1, h2, h3, h4, h5, h6, p{
        margin-bottom: 24px;
    }
    table, hr {
        margin: 24px 0;
    }
    
    /* SIDEBAR */
    body.sidebar .mainbody-inner {
        padding-right: 280px;
    }
    .main-sidebar {
        width: 280px;
    }
    .main-sidebar ul.menu > li > a{
        padding-left: 35px;
    }

    
    /* Header */
    
    /* Inner Banner */
    .inner-banner{
        padding: 65px 0;
    }
    
    /* Bottom Bar */
    .bottom-bar {
        padding: 80px 0;
    }
    
}
@media (max-width: 1300px) {
    /* Header */
    .top-menu {
        margin-left: 4%;
    }
}
@media (max-width: 1250px) {
    /* Header */
    .top-menu {
        margin-left: 2%;
    }
}
@media (max-width: 1200px) {
    html{
        font-size: 92.5% !important;
    }
    body, p, td, ul, li{
        line-height: 1.45em;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h1, h2, h3, h4, h5, h6, p{
        margin: 0 0 20px;
    }
    table, hr{
        margin: 20px 0;
    }
    
    /* SIDEBAR */
    body.sidebar .mainbody-inner {
        padding-right: 250px;
    }
    .main-sidebar {
        width: 250px;
    }
    .main-sidebar ul.menu > li > a{
        padding-left: 30px;
    }
    
    /* Section Layout */
    .home-portals,
    .mainbody, 
    .extra-content{
        padding: 50px 0;
    }

    .home .mainbody, .home .home-row-01 {
        padding: 10px 0;
    }
    /* Header */
    .header-phone span{
        font-size: 1.5rem;
        -webkit-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -o-background-size: 18px auto;
        background-size: 18px auto;
        padding-left: 30px;
    }
    .header-button a.em-button {
        padding: 15px 20px;
    }
    
    /* Home Projects */
    .home-projects{
        padding-top: 0 !important;
    }
    .project-title h6,
    .project-title{
        height: 80px;
    }
    
    /* Inner Banner */
    .inner-banner{
        padding: 55px 0;
    }
    
    /* Bottom Bar */
    .bottom-bar {
        padding: 70px 0;
    }
    .bottom-bar h2{
        font-size: 2.25rem;
    }
    
}
@media (max-width: 1150px) {
    /* Header */
    .main-header{
        padding: 12px 0;
    }
    .logo img{
        width: 100px;
    }
    .top-menu{
        margin-top: 5px;
    }
    nav.main-nav ul.nav > li > a{
        font-size: 1rem;
    }
    .header-right{
        margin-top: 10px;
    }
    .header-button{
        top: 11px;
    }
    
    /* Home Mainbody */
    body.home .mainbody .ezcol-inner,
    .home-row-01 .ezcol-inner > div{
        width: auto;
    }
    body.home .mainbody .ezcol-inner{
        padding-left: 0;
    }
}
@media (max-width: 1100px) {
    /* Header */
    .logo img{
        width: 90px;
    }
    .top-menu {
        margin-top: 3px;
    }
    .header-phone span{
        top: 0;
    }
    .header-button a.em-button {
        font-size: 1rem;
        padding: 15px 14px;
    }
    
    .footer-col-2{
        padding-left: 10%;
    }
}
@media (width: 1024px) {
    .header-button a.em-button {
        font-size: .875rem;
        padding: 15px 11px;
    }
}
@media (max-width: 1023px) {
    html{
        font-size: 90% !important;
    }
    h1, h2, h3, h4, h5, h6, p{
        margin: 0 0 20px;
    }
    table, hr{
        margin: 20px 0;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h2.entry-title {
        font-size: 1.375rem;
    }
    .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;
    }
    .top-menu {
        display: none;
    }
    .cd-top {
        bottom: 20px;
        right: 20px;
    }
    .sfm-rollback {
        display: block;
        width: 0;
    }
    .extra-content-col-05 .extra-content-col {
        width: 50%;
    }
    .extra-content-col-06 .extra-content-col {
        width: 33.333333%;
    }
    .extra-content-col-05 .extra-content-col:nth-child:(5n+1),
    .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
        clear: none;
    }
    .extra-content-col-05 .extra-content-col:nth-child:(2n+1),
    .extra-content-col-06 .extra-content-col:nth-child:(3n+1) {
        clear: both;
    }
    
    /* 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: 220px;
    }
    .main-sidebar {
        width: 220px;
    }
    .main-sidebar ul.menu > li > a{
        font-size: 1.125rem;
        padding-left: 20px;
    }
    
    /* Section Layout */
    .home-portals,
    .mainbody, 
    .extra-content{
        padding: 40px 0;
    }
    .home .mainbody, .home .home-row-01 {
        padding: 10px 0;
    }
    /* Header */
    .logo{
        margin-left: 60px;
    }
    .header-phone span{
        line-height: 54px;
    }
    
    /* Home Portals */
    .portal-wrapper > div > a{
        padding: 50px 10px;
    }
    
    /* Home Projects */
    .project-wrapper {
        padding: 0px 0 30px;
    }
    .project-title h6,
    .project-title{
        height: 70px;
    }
    .project-title h6 span{
        padding: 10px 45px 10px 20px;
    }
    .home-projects a.em-button{
        padding-right: 45px;
        padding-left: 20px;
    }
    
    /* Inner Banner */
    .inner-banner{
        padding: 45px 0;
    }
    
    /* Bottom Bar */
    .bottom-bar {
        padding: 50px 0;
        text-align: center;
    }
    .bottom-bar h2 {
        font-size: 2rem;
        margin: 0 0 20px;
    }
    .bottom-bar a.em-button{
        position: static;
    }
    
    /* Footer */
    .main-footer {
        padding: 40px 0;
    }
    .footer-col{
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer-col-2{
        padding: 24px 0;
    }
    .footer-col-2 ul li:after{
        top: 10px;
    }
    .footer-col-2 ul li{
        float: none;
        display: inline-block;
    }
    
    /*** Enter your custom style here ***/
    .sfm-rollback {
      left: 15px !important;
    }
}

@media (max-width: 930px) {
    
    /* Home Mainbody */
    .home-row-01 .ezcol,
    body.home .mainbody .ezcol{
        width: 100% !important;
        margin: 0;
    } 
    body.home .mainbody .ezcol-inner, body.home .home-row-01 .ezcol-inner {
        padding: 24px 15px 30px;
    }
    .home-row-01 .ezcol-inner{
        padding: 30px 15px 24px;
    }
    body.home .mainbody h2,
    .home-row-01 h2{
        margin-bottom: 16px;
    }
    
    .home-row-01 .ezcol-inner,
    .home-row-01{
        padding-top: 0;
    }
}
@media (max-width: 800px) {
    .home-row-01 .ezcol-last {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hide-desktop {
      display: none;
    }
    /* Responsive Column */
    div.ezcol-one-quarter {width: 23.17375% !important;}
    div.ezcol-one-half {width: 48.7825% !important;}
    div.ezcol-one-third {width: 31.71% !important;}
    div.ezcol-one-fifth {width: 18.052% !important;}
    div.ezcol-two-third {width: 65.855% !important;}
    div.ezcol-three-quarter {width: 74.39125% !important;}
    div.ezcol-two-fifth {width: 38.539% !important;}
    div.ezcol-three-fifth {width: 59.026% !important;}
    div.ezcol-four-fifth {width: 79.513% !important;}
    div.ezcol {margin-right: 2.435%;}
    div.ezcol-last {margin-right: 0;}
}

@media (max-width: 767px) {
    html {
        font-size: 87.5% !important;
    }
    .post-list-thumbnail {
        float: none;
        margin: 0 0 10px;
    }
    .postlist > article.post {
        margin-top: 25px;
        padding-top: 25px;
    }
    
    .csColumn {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    div.ezcol-one-half,
    div.ezcol-one-third, div.ezcol-two-third {
        margin-right: 0;
        width: 100% !important;
    }
    .cd-top {
        bottom: 10px;
        right: 10px;
    }
    .extra-content-col-04 .extra-content-col
    .extra-content-col-05 .extra-content-col,
    .extra-content-col-06 .extra-content-col {
        width: 50%;
    }
    .extra-content-col-04 .extra-content-col:nth-child:(2n+1),
    .extra-content-col-06 .extra-content-col:nth-child:(2n+1) {
        clear: both;
    }
    
    /* 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 */
    div.ezcol {
        width: 100% !important;
        margin: 0 0 20px;
    }
    div.ezcol-last {
        margin-bottom: 0;
    }
    
    /* Sidebar */
    body.sidebar .mainbody-inner {
        padding-right: 0;
    }
    body.sidebar .main-content #content{
        padding-right: 0;
    }
    .main-sidebar .widget_em_submenu_widget,
    .main-sidebar.show-mobile {
        display: block !important;
    }
    .main-sidebar .widget,
    .main-sidebar {
        display: none;
    }
    .main-sidebar {
        width: 100%;
        margin: 0 0 22px;
        padding: 0 0 10px;
        border-bottom: 1px solid #f3f0f0 ;
    }
    .main-sidebar .widget{
        margin-bottom: 20px;
    }
    .main-sidebar ul.menu > li {
        margin-bottom: 5px;
    }
    .main-sidebar ul.menu > li > a{
        padding: 15px;
    }
    
    /* Header */
    .logo{
        margin-left: 0;
    }
    .header-phone span {
        line-height: 44px;
    }
    
    /* Home Banner */
    .home-banner p{
        display: none;
    }
    
    /* Home Portals */
    .portal-wrapper > div {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        min-height: 1px !important;
    }
    .portal-wrapper > div:last-child {
        margin: 0;
    }
    .portal-wrapper > div > a {
      	display: table;
        padding: 30px 10px;
      	width: 100%;
    }
    .portal-list .portal-content {
			display: table-cell;
    }
    .portal-content h5{
        margin: 0;
    }
    .portal-content p{
        display: none;
    }
    
    /* Home Projects */
    .project-wrapper {
        margin: 0 auto;
        padding: 0 0 10px;
        max-width: 350px;
    }
    .project-wrapper > div {
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
    
    /* Home Extra Row */
    .home-row-01 .ezcol-inner,
    .home-row-01{
        padding-top: 0;
    }
    .home-row-01 .ezcol-last{
        display: none;
    }
    
    /* Bottom Bar */
    .bottom-bar {
        padding: 40px 0;
    }
    .bottom-bar h2 {
        font-size: 1.75rem;
    }
    .hide-mobile {
      display: none;
    }
    /*** Enter your custom style here ***/
}

@media (max-width: 640px) {
    /* Header */
    .logo,
    .header-right,
    .header-button{
        float: none;
        width: 100%;
        position: static;
        text-align: center;
    }
    .header-right {
        margin: 5px 0 0;
    }
    .header-button {
        margin-left: 0;
        margin-top: 10px;
    }
    .header-button a.em-button {
        padding: 10px 20px;
    }
    
    /* Footer */
    .footer-col-2 ul li:after{
        display: none;
    }
    .footer-col-2 ul li{
        display: block;
        padding: 0 0 8px;
    }
    .footer-col-2 ul li:last-child{
        padding: 0;
    }
}
@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;
    }
    .extra-content-cols .extra-content-col {
        width: 100%;
    }
    
    p.testimonial{
        background-position: center 20px;
        font-size: 1rem;
        padding: 80px 20px 20px;
    }
    
    /* Home Projects */
    .project-wrapper {
        max-width: 350px;
    }
    .project-list img{
        width: 100%;
    }
    
    /*** Enter your custom style here ***/
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
  	.home .home-row-01 {
      margin-top: -1px;
      padding: 0 0 30px 0;
    }
    body.home .mainbody .ezcol-inner {
      padding-bottom: 15px;
    }
    body.home .home-row-01 .ezcol-inner {
      padding-top 15px;
    }
}

.project-image {
  position: relative;
  width: 800px;
  height: 350px;
  overflow: hidden;
}
.project-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.project-image img {
  width: 100%;
  height: auto;
}