/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/
/* https://www.getevolution.co/ */
/* =Start From Here
-------------------------------------------------------------- */

/* Swatch of Colors */
/* #2a2a2a = charcoal gray */
/* #6d777e = Dark Gray, hint of blue */
/* #68c97f / #69c97f = Green */
/* #3cbaa8 = Aquamarine */
/* #48545e = Dark Navy */
/* #38444E = Darker Navy */
/* #EDF0F3 = Light Gray */
/* #bdc1c4 = MidGray */
 

html {
    padding: 0;
    margin: 0;
    width: 100%;
}
p {
    text-align: justify;
    color: #6d777e;
    font-size: 16px;
}
a {
    color: #68c97f;
    font-size: 16px;
}
a:hover {
    color: #3cbaa8;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
	min-width:480px;
    font-family: Open Sans, sans-serif;
}
h1,h2,h3,h4,h5,h6,h7,h8,p,ul,ol,li,a,table,span {
    font-family: Open Sans, sans-serif;
}

/* v2 NOV 2016 */
h2 { color:#48545e;}
h7 {
    padding-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    line-height: 51px;
    color: #2a2a2a;
    font-weight: 300;
}
p,ul,ol,li,table {
    color: #6d777e; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-weight: 500;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #48545e;
}
h5 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #48545e;
}
h6.title-search-results,h6.title-archive{ 
/* When Tag value is searched, title of the Tag on results screen */
/* When term is searched, title of the Search on results screen */
	font-size:22px;
	color: #48545e;
	font-family: Open Sans, sans-serif;
	font-weight:600;
	padding:0;
	margin:0;
	line-height:20px;
}
#container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-family: Open Sans, sans-serif;
}
#container.hfeed2 {
    background-color: #38444E; /*#5C656D;*/
    width: 100%;
	/* background with man-in-office. Uncomment next two lines */
    /*background-image: linear-gradient(180deg, rgba(57, 69, 79, .82), rgba(57, 69, 79, .82)), url(''); */
    /*'https://www.getevolution.co/wp-content/uploads/2016/10/56d10108f1c8bf58303a6fad_office-bright.jpg'*/
    /*background-position: top;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
}
#pagetitlearea {
    clear: both;
    font-size: 52px;
    color: #ffffff;
    font-family: Open Sans, sans-serif;
    padding-top: 70px;
    line-height: 56px;
    font-weight: 500;
}
#pagetitlearea h1 {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 56px;
    color: #ffffff;
}
#wrapper {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    margin: 0 auto;
}
#wrapper.clearfix2 {
    background-color: white;
    margin-top: 57px;
    border-radius: 0;
    overflow: auto;
}
#content-full {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 10px;
}
#content-full.subpages {
    max-width: 100%;
    background-color: #EDF0F3; 
    margin-top: 57px;
}
#content-full.subpages .post-entry {
    max-width: 960px;
    margin: 0 auto;
}
post-entry h4 {
    text-align: left;
font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;
}
#content-full h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 56px;
    color: #ffffff;
}
#header {
    font-family: Open Sans, sans-serif;
    margin: 0;padding: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 125px;
    margin-top: 15px;
}
#header #menu-main-menu.top-menu {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.top-menu {
    float: left;
    margin: 20px 0 10px 20px;
    padding: 0;
}
.top-menu li a {
    border-left: 0;
    color: #bdc1c4;/* 48545e; */
    font-size: 14px;
    padding: 0 4px 0 18px;
}
.top-menu li a:hover {
    color: #ffffff;
}
.top-menu li.current-menu-item a,
.top-menu li.current_page_item a {
    color: #ffffff;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -9999999999;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fullscreen-bg:before {
    content: '';
    background: rgba(57, 69, 79, .56);
    /* Original Background Color Overlay */
	/* home page video overlay */
    /* blue rgba(39, 69, 145, 0.56) */
    /* gray rgba(57,69,79,.56);*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* HOME PAGE 'let your culture grow' transparent block */
#transparent_home_block {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    background: none;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
}
#transparent_home_block p {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
}
#transparent_home_block h1 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;    
    font-family: Open Sans, sans-serif;
}
#transparent_home_block .button.herobutton {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    text-shadow: none;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 16px 45px 16px 20px;
    background-color: #69c97f; 
    background-image: url("https://www.getevolution.co/wp-content/uploads/2016/10/56d1040285b6fb90551dcd96_1456548611_back-alt.svg");
    background-position: 88% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    font-size: 19px;
    font-weight: 400;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-family: Open Sans, sans-serif;
}
/* LOGO */
#logo {
    margin: 0;
    padding: 0;
    width: 260px;
    /*300px;*/
}
/* CONTACT BUTTON in HEADER */
#responsivecontactarea {
    display: none;
    visibility: hidden;
}
/* responsive contact button */
/* NOV 2016 : Not Needed */
/*.w-button {
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}*/
.button {
    border-radius: 4px;
    -webkit-transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
    line-height: 25px;
}
.button.contact {
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 8px;
    float: right;
    background-color: #68C97F;
    background-image: none;
    font-size: 15px;
    border: none;
}
a.button.contact {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    text-shadow: none;
    background-color: #68c97f;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 13px 10px 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
a.button.contact:hover {
    background-color: #3cbaa8;
}
/* LEARN MORE HERO BUTTON HOME PAGE */
.button.herobutton {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    text-shadow: none;
    margin-top: 60px;
    margin-bottom: 82px;
    padding: 16px 45px 16px 20px;
    background-color: #69c97f;
    background-image: url("https://www.getevolution.co/wp-content/uploads/2016/10/56d1040285b6fb90551dcd96_1456548611_back-alt.svg");
    background-position: 88% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    font-size: 19px;
    font-weight: 400;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-family: Open Sans, sans-serif;
}
a.button.herobutton:hover {
    background-color: #3cbaa8;
    color: #ffffff;
    border: none;
    background-image: url("https://www.getevolution.co/wp-content/uploads/2016/10/56d1040285b6fb90551dcd96_1456548611_back-alt.svg");
}
/* CLIENT SLIDER AREA */
#client_slider_area_background {
    width: 100%;
    background-color: white;
}
#client_slider_area {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #A4AAAE;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
#client_slider_area p {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #A4AAAE;
    padding: 14px 0 14px 0;
}
#client_slider_area p a {
    margin: 0;
    padding: 0;
    color: #69706F;
    padding: 14px 0 14px 0;
}
/* HOME PAGE GRAY ABOUT BLOCK V2 NOV 2016 */
#gray_about_block_background {
    width: 100%;
    background-color: #EDF0F3;
    z-index: 1;
}
#gray_about_block {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-bottom: 146px;
    padding-top: 30px;
    font-family: Open Sans, sans-serif;
}
#gray_about_block img {
    float: left;
    margin: 50px 40px 0px 0;
    width: 55%;
    box-shadow: 10px 10px 5px #dddddd;
    -moz-box-shadow: 10px 10px 5px #dddddd;
    -webkit-box-shadow: 10px 10px 5px #dddddd;
    -khtml-box-shadow: 10px;
}
#gray_about_block p {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
}
#gray_about_block h2 {
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #48545e;
    margin: 0;
    padding: 0;
    padding-top: 47px;
    line-height: 36px;
}
#gray_about_block p {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #555555;
    line-height: 28px;
    padding-top: 10px;
    text-align: justify;
}
/* HOME PAGE OUR SERVICES BLOCK */
#services_block_background {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #FFFFFF;
    overflow: auto;
    z-index: 1;
}
#services_block {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
    overflow: auto;/* pulls the height of the white to the blocks */
    padding-bottom: 60px;
    z-index: 1;
}
#services_block h2 {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #48545e;
}
#services_block h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #48545e;
}
#services_block p {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #707A81;
    padding-top: 10px;
}
/* service block 1 */
#services_block_1 {
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
#services_block_1 p a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #68c97f;
    text-decoration: underline;
}
#services_block_1 p a:hover {
    color: #3cbaa8;
}
#services_block_1 img {
    width: 78px;
    height: 78px;
    margin-top: 25px;
}
/* service block 2 */
#services_block_2 {
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px;
}
#services_block_2 p a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #68c97f;
    text-decoration: underline;
}
#services_block_2 p a:hover {
    color: #3cbaa8;
}
#services_block_2 img {
    width: 78px;
    height: 78px;
    margin-top: 25px;
}
/* service block 3 */
#services_block_3 {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}
#services_block_3 p a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #68c97f;
    text-decoration: underline;
}
#services_block_3 p a:hover {
    color: #3cbaa8;
}
#services_block_3 img {
    width: 78px;
    height: 78px;
    margin-top: 25px;
}
/* service block 4 */
#services_block_4 {
    clear: both;
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
#services_block_4 p a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #68c97f;
    text-decoration: underline;
}
#services_block_4 p a:hover {
    color: #3cbaa8;
}
#services_block_4 img {
    width: 78px;
    height: 78px;
    margin-top: 25px;
}
/* service block 5 */
#services_block_5 {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 20px;
}
#services_block_5 p a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #68c97f;
    text-decoration: underline;
}
#services_block_5 p a:hover {
    color: #3cbaa8;
}
#services_block_5 img {
    width: 78px;
    height: 78px;
    margin-top: 25px;
}
/*service block 6 */
#services_block_6 {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}
#services_block_6 p a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #68c97f;
    text-decoration: underline;
    margin-top: 5px;
}
#services_block_6 p a:hover {
    color: #3cbaa8;
}
#services_block_6 img {
    width: 78px;
    height: 78px;
    margin-top: 25px;
}
/* ABOUT PAGE */ 
#theiblockbackground {
    clear: both;
    background-color: #ffffff;
    width: 100%;
}
#theiblock {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 44px 0; /* 34px 0 44px 0; nov 2016 xxxxx */
}
#theiblock img {
    width: 350px;
    float: left;
    margin: 90px 40px 90px 40px;
}
#theweblockbackground {
    clear: both;
    background-color: #EDF0F3;
    width: 100%;
}
#theweblock {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 44px 0; /* 34px 0 44px 0; Nov 2016 xxxxx */
}
#theweblock img {
    width: 350px;
    float: left;
    margin: 90px 40px 90px 40px;
}
#theitblockbackground {
    clear: both;
    background-color: #ffffff;
    width: 100%;
}
#theitblock {
    max-width: 960px;
    margin: 0 auto;
    padding: 34px 0 44px 0;
}
#theitblock img {
    width: 350px;
    float: left;
    margin: 90px 40px 90px 40px;
}
/* TEAM PAGE */
.readmorebutton {
    -webkit-transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
    line-height: 25px;
    display: inline-block;
    color: white;
    border-radius: 4px;
    border: 0; /* border-width: 0 */
    border: none; /* border-style: 0 */ 
	text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    padding: 7px 15px 8px 15px;
    background-color: #68C97F;
    background-image: none;
    font-size: 15px;   
}
a.button.readmorebutton {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    text-shadow: none;
    background-color: #68c97f;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 13px 10px 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
a.button.readmorebutton:hover {
    background-color: #3cbaa8;
}
#team_matt_and_geoff_background {
    width: 100%;
    background-color: #EDF0F3;
    padding: 0;
    margin: 0;
    overflow: auto;
    margin-top: 57px;
}
#displayarea {
	max-width:960px;margin:0 auto;margin-bottom:30px;padding-bottom:30px;width:100%;
}/*xxx*/
#displayarea h4{width:100%;margin:0 auto;padding-left:0%;padding-right:2%;font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;margin-bottom: 1em;
margin-top: 1em;}

#team_matt_and_geoff_block {
    max-width: 960px;
    margin: 0 auto;
}
#team_matt_and_geoff_block img {
    width: 50%;
}
#matt_block {
    width: 48%;
    margin-right: 1%;
    float: left;
    min-height: 500px;
}
#geoff_block {
    width: 48%;
    margin-left: 1%;
    float: left;
    min-height: 500px;
}
#team_block {
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: auto;
}
#team_block img {
    clear: both;
    max-width: 235px;
    height: auto;
    float: left;
    margin: 0 60px 40px 0;
}
#team_block p {
    clear: none;
}
/* TEAM PAGE v2 NOV 2016 */
#surrounds {
    float: left;
    width: 230px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 40px;
    color: #555555;
}
#surrounds p {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #48545e;
	text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: Open Sans, sans-serif;
    color: #48545e;
}
#surrounds #overlay p { /* xxxxxxx */
    background-color: none;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 100%;
}
#box {
    float: left;
    width: 230px;
    height: 230px;
    margin: 0;
    background-size: cover;
    border-radius: none;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #000000;
}
#overlay {
    background: rgba(255, 255, 255, .75);
    padding: 35px 0 46px 0;
    opacity: 0;
    color: #000000;
    text-align: center;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
#box:hover #overlay {
    opacity: 1;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

p.biobox {
    width: 100%;
    background-color: #239C97;
    text-align: center;
}
p.biobox a {
    background-color: #239C97;
    color: white;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: white;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* ************************************** */
/* TEAM PAGE V3 NOVEMBER 2016 - fitting 4 boxes in max-width 960px page instead of 1000px, which above v2 fits */
#surrounds {
    float: left;
    width: 220px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 40px;
    color: #555555;
}
#surrounds p {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #48545e;
}
#surrounds p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: Open Sans, sans-serif;
    color: #48545e;
}
#box {
    float: left;
    width: 220px;
    height: 220px;
    margin: 0;
    background-size: cover;
    border-radius: none;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #000000;
}
#overlay {
    background: rgba(255, 255, 255, .75);
    padding: 35px 0 46px 0;
    opacity: 0;
    color: #000000;
    text-align: center;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
#box:hover #overlay {
    opacity: 1;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
p {
    background-color: none;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0 8px 0;
    text-align: center;
    width: 100%;
}
p.biobox {
    width: 100%;
    background-color: #239C97;
    text-align: center;
}
p.biobox a {
    background-color: #239C97;
    color: white;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: white;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* END OF NEW V3 TEAM TO FIT THE BOXES */
/* *************************************** */

/* SERVICES PAGE (NOT HOME PAGE SERVICES)  */
#servicesblockbackground {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 30px;
}
#servicesblocknewline {
    clear: both;
    float: left;
    width: 31%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#servicesblock {
    float: left;
    width: 31%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#servicesblocknewline h5 {
    text-align: center;
}
#servicesblock h5 {
    text-align: center;
}
#servicesblocknewline p {
    text-align: center;
}
#servicesblock p {
    text-align: center;
}
#servicesblock img,
#servicesblocknewline img {
    margin: 0;
    padding: 0;
    max-height: 80px;
    width: auto;
}
#servicesblock a,
#servicesblocknewline a {
    text-decoration: underline;
    color: #68c97f;
}
#servicesblock a:hover,
#servicesblocknewline a:hover {
    color: #3cbaa8;
}
/* CUSTOMER PAGE */
#customerblockbackground {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 50px;
}
#customerblocknewline {
    clear: both;
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    width: 29%;
    margin-left: 0.65%;
    margin-right: 1.65%;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
}
#customerblock {
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    width: 29%;
    margin-right: 1.65%;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
}
#customerblocknewline img,
#customerblock img,
#customerblocknewline p,
#customerblock p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
#customerblock a,
#customerblocknewline a {
    color: #68c97f;
}
#customerblock a:hover,
#customerblocknewline a:hover {
    color: #3cbaa8;
}
#customerblock img,
#customerblocknewline img {
    max-height: auto;
    width: 180px;
}
/* SERVICES PAGE V2 NOV 2016 */

#servicesblockbackgroundv2 {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 0px;
}
.servicespanel {
    margin-bottom: 20px;
    overflow: hidden;
}
.servicespanel h2 {
    padding-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    line-height: 51px;
    color: #48545e;
    font-weight: 300;
}
.servicespanel h2 a {
    padding-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    line-height: 51px;
    color: #48545e;
    font-weight: 300;
}
.servicespanel img {
    width: 450px;
    height: auto;
}
.servicespanel p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2a2a2a;
    text-align: justify;
    font-weight: 300;
}
.miniservicesnav {
    text-align: center;
}
.miniservicesnav a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2c9c96;
}
/* SERVICES PAGE V3 */
#servicesblockbackgroundv3 {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 0px;
}
.servicespanelv3 {
    margin-bottom: 0; /* 20px;*/
    overflow: hidden;
}
.servicespanelv3 h2 {
    padding-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    line-height: 51px;
    color: #48545e;
    font-weight: 300;
}
.servicespanelv3 h2 a {
    padding-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    line-height: 51px;
    color: #48545e;
    font-weight: 300;
}
.servicespanelv3 img {
    width: 450px;
    height: auto;
}
.servicespanelv3 p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2a2a2a;
    text-align: justify;
    font-weight: 300;
}
.miniservicesnav {
    text-align: center;
}
.miniservicesnav a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2c9c96;
}
.servicespanelv3:nth-child(even) {
    background: #EDF0F3;
}
.servicespanelv3:nth-child(odd) {
    background: #EDF0F3;
}
/* OTHER CLIENT PARTNERS IN THE INDIVIDUAL CLIENT PAGE */
#otherclientsbackground {
    background-color: #EDF0F3;
    width: 100%;
    padding: 20px 0 70px 0;
    overflow: auto;
}
#otherclientsbackground h4 {
    text-align: center;
font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;
}
#otherclients {
    max-width: 960px;
    margin: 0 auto;
}
#eachclient {
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
    width: 29%;
    margin-right: 1.65%;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 10px;
    padding-bottom: 20px;
}
#eachclient p {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
}
#eachclient a {
    color: #68c97f;
}
#eachclient a:hover {
    color: #3cbaa8;
}
/* BLOG , SEARCH RESULTS, and ARCHIVE RESULTS (e.g. by Tag, or Author) */ 
#content-blog,
#content-search,
#content-archive {
    background-color: #ffffff;
}
#author-meta {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: none;
    border: none;
    clear: both;
    display: block;
    margin: 30px 0 40px 0;
    padding: 10px;
    overflow: hidden;
}
#author-meta .about-author {
    font-weight: 700;
    margin: 40px 0 0 0;
}
#innerwrapper {
    max-width: 960px;
    margin: 0 auto;
    overflow: auto;
}
/* UPDATED BLOG V2 STYLE Nov 2016 */
#content-blog h1,
#content-blog h1 a,
#content-search h1,
#content-search h1 a,
#content-archive h1,
#content-archive h1 a {
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -1px;
    color: #2c9c96;
    text-decoration: none;
    text-align: justify;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#content-blog h2,
#content-blog h2 a,
#content-search h2,
#content-search h2 a,
#content-archive h2,
#content-archive h2 a {
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -1px;
    color: #2c9c96;
    text-decoration: none;
    text-align: justify;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
/* UPDATED BLOG MENU ON RIGHT V2 NOV 2016 */

#widgets .widget-wrapper {
    background-color: #ffffff;
    border: none;
}
.widget-title h3 {
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #2a2a2a;
    text-transform: uppercase;
}
#widgets .widget_recent_entries ul {
    margin: 0 0 0 0;
    /* was 0 1.5em 1.5em 0; */
    
    padding: 0;
    /* was 0 0 0 20px; */
}
#widgets .widget_recent_entries ul li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: .6180469716em;
    list-style: none;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    box-sizing: border-box;
    color: #5c5c5c;
    text-align: justify;
}
#widgets .widget_recent_entries ul li a {
    color: #5c5c5c;
    font-weight: 300;
    text-decoration: none;
    outline: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.navigation a {
    color: #2c9c96;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    text-align: justify;
}
/* FOOTER WHAT OTHERS SAY PANEL (now WHAT OUR PARTNERS SAY v2 NOV 2016) and WHAT CAN EVOLUTION DO FOR YOU */

#footer.clearfix {
    max-width: 100%;
    width: 100%;
    background-color: #38444E;
    margin: 0;
    padding: 0;
}
#whatotherssaybackground {
    margin-top: 0;
    margin-top: -10px;
    background-color: #38444E;
    width: 100%;
    color: #ffffff;
}
#whatotherssay {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}
#whatotherssay h2 {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
    float: left;
}
#whatotherssay img {
    float: right;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
#whatotherssay p {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #C4C7CA;
    width: 45%;
    float: left;
}
#whatevolutioncandoforyou {
    width: 100%;
    background-color: #68C97F;
    text-align: center;
    padding-top: 10px;
}
#contentwhatevolutioncandoforyou {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#contentwhatevolutioncandoforyou h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
}
/* FOOTER BUTTON */

#whatevolutioncandoforyou #contentwhatevolutioncandoforyou a.button.footerbutton {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    text-shadow: none;
    margin-bottom: 50px;
    padding: 16px 45px 16px 45px;
    background-color: #38444e;
    font-size: 17px;
    font-weight: 400;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
}
#whatevolutioncandoforyou #contentwhatevolutioncandoforyou a.button.footerbutton:hover {
    background-color: #434F59;
    color: #ffffff;
    border: none;
}
/* testimonials box */

#testimonialsbox {
    width: 60%;
    height: auto;
    float: right;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
/* TESTIMONIALS PAGE not footer widget */
/* ADDITIONAL STYLING OF THE PLUGIN */  /* xxx */
.testimonials-widget-testimonial span.image img{border:2px solid #D4D9DD;border-radius:100px;}
.testimonials-widget-testimonial blockquote{border-bottom: 15px solid transparent;margin-top:-10px;padding-bottom:10px;}
.testimonials-widget-testimonial blockquote:hover {box-shadow: 10px 10px 5px #888888;margin-top:0px;margin-bottom:-8px;}

.testimonials-widget-testimonial blockquote span.list-title{line-height:60px;font-family:Open Sans,sans-serif;}

.testimonials-widget-testimonials blockquote p{padding:0;margin:0;padding:10px 0 10px 0;font-family:Open Sans, sans-serif; font-style: italic; font-size: 18px; line-height: 28px;
}


/* FOOTER WIDGETS : NAVIGATION ETC. */

#footer-wrapper {
    max-width: 960px;
    margin: 0 auto;
    font-family: Open Sans, sans-serif;
}
#footer-wrapper #footer_widget {
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
.widget-title h3 {
    text-transform: capitalize;
}
/* footer logo area */

#footer-wrapper #footer_widget #execphp-2 {
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #execphp-2.col-300 {
    margin: 0;
    padding: 0;
    width: auto !important;
    margin-right: 100px;
}
#footer-wrapper #footer_widget #execphp-2 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #execphp-2 .widget-wrapper .execphpwidget {} #footer-wrapper #footer_widget #execphp-2 .widget-wrapper .execphpwidget img {
    margin: 0;
    padding: 0;
    max-width: 150px;
}
/* footer left navigation: site links */

#footer-wrapper #footer_widget #nav_menu-2.col-300 {
    margin: 0;
    padding: 0;
    width: auto !important;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper .widget-title {
    text-transform: capitalize;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper .widget-title h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper ul {
    margin: 0;
    padding: 0;
    margin-right: 25px;
    margin-top: 3px;
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
    list-style: none;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper ul li {
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper ul li a {
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
    text-transform: capitalize;
}
#footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper ul li a:hover {
    color: #ffffff;
}
/* footer middle navigation: services */

#footer-wrapper #footer_widget #nav_menu-4.col-300 {
    margin: 0;
    padding: 0;
    width: auto !important;
}
#footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper .widget-title {} #footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper .widget-title h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
#footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper ul {
    margin: 0;
    padding: 0;
    margin-right: 40px;
    margin-top: 3px;
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
    list-style: none;
}
#footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper ul li {
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
}
#footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper ul li a {
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
    text-transform: capitalize;
}
#footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper ul li a:hover {
    color: #ffffff;
}
/* footer right navigation: connect */

#footer-wrapper #footer_widget #nav_menu-3.col-300 {
    margin: 0;
    padding: 0;
    width: auto !important;
}
#footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper .widget-title {} #footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper .widget-title h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
#footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper ul {
    margin: 0;
    padding: 0;
    margin-right: 25px;
    margin-top: 3px;
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
    list-style: none;
}
#footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper ul li {
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
}
#footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper ul li a {
    font-weight: 400;
    font-size: 13px;
    color: #bbbbbb;
    text-transform: capitalize;
}
#footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper ul li a:hover {
    color: #ffffff;
}
/* footer : contact us button */

#footer-wrapper #footer_widget #execphp-3.col-300 {
    margin: 0;
    padding: 0;
    width: auto !important;
}
#footer-wrapper #footer_widget #execphp-3 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #execphp-3 .widget-wrapper .execphpwidget a {
    color: white;
}
#footer-wrapper #footer_widget #execphp-3 .widget-wrapper .execphpwidget a:hover {
    color: white;
}
/* Footer : logo left */

#footer-wrapper #footer_widget #execphp-4.col-300 {
    margin: 0;
    padding: 0;
    float: left;
    width: 30%;
}
#footer-wrapper #footer_widget #execphp-4 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper #footer_widget #execphp-4 .widget-wrapper img {
    width: 90%;
    padding-right: 10%;
}
/* Footer : logo right */

#footer-wrapper #footer_widget #execphp-5.col-300 {
    margin: 0;
    padding: 0;
    float: right;
    width: 20%;
}
#footer-wrapper #footer_widget #execphp-5 .widget-wrapper {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 40%;
}

/* Tag cloud adjustment v2 Nov 2016 */

#widgets .tagcloud {
    display: block;
    line-height: 2em;
}
#widgets .tagcloud a {
    color: #239C97;
}
/* Reset the font alignment and style to accommodate the import of the new design on some pages */

p {
    text-align: justify;
    font-family: Open Sans, sans-serif;
    color: #2a2a2a;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
}
/* RESPONSIVE */

@media screen and (max-width: 1000px) {
    .fullscreen-bg {
        background-color: #38444E;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -9999999999;
    }
    .fullscreen-bg__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .fullscreen-bg:before {
        content: '';
        background: rgba(57, 69, 79, .56);
        /* home page video overlay */
        /* blue rgba(39, 69, 145, 0.56) */
        /* gray rgba(57,69,79,.56);*/
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .fullscreen-bg video {
        visibility: hidden;
        display: none;
    }
    /* Responsive LOGO in HEADER */
    #logo {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
        min-width: 300px;
    }
    /* Responsive Contact button area */
    #responsivecontactarea {
        display: none;
        visibility: hidden;
        overflow: auto;
        margin: 0 auto;
        max-width: 200px;
    }
    a.responsivecontact {
        display: none;
        visibility: hidden;
    }
	/* responsive menu plugin style override */

select.responsiveMenuSelect {
	    padding: 0;
    margin: 0;
    background-color: #39454e;
    box-shadow: none;
    appearance: none;
    -moz-box-shadow: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
	color: #ffffff;
	
	border-top: 1px solid #5A6772;
    border-bottom: 1px solid #5A6772;
	border-left:0;
	border-right:0;
   padding: 10px 40px 10px 25px;
       text-align: left;
	   text-indent: 46%; /* alternate option*/
    width:100%;

}
   
select.responsiveMenuSelect option {
    padding: 0;
    margin: 0;
    padding: 10px 40px 10px 0;
    color: #b0b5b9;
	text-align:center;
}
select.responsiveMenuSelect option:hover {
    color: #ffffff;
    /* text-align:center; */
}
select.responsiveMenuSelect option[selected="selected"] {
    color: #ffffff;
	text-align:center; 
}
/* For Firefox Menu customized centered MENU ☰ ref. the bottom of this document */

    
   
    /* Responsive HOME PAGE 'let your culture grow' transparent block */
    #transparent_home_block {
        max-width: 900px;
        width: 100%;
    }
    #transparent_home_block h1 {
        margin-top: 20px;
        font-size: 2em;
        line-height: 1.5em;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #transparent_home_block p {
        text-align: center;
        width: 100%;
        padding-left: 0;
       padding-right: 0;
    }
    #transparent_home_block .button.herobutton {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    /* RESPONSIVE */
    /* CONTACT BUTTON in HEADER */
    a.button.contact {
        display: none;
    }
    #responsivecontactarea {
        display: block;
        visibility: visible;
        overflow: auto;
        margin: 0 auto;
        max-width: 200px;
    }
    /* responsive contact button */
    .button.responsivecontact {
        float: none;
        margin: 0px 0 30px 0;
        padding-bottom: 28px;
        font-size: 20px;
        text-transform: uppercase;
    }
    a.button.responsivecontact {
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        text-shadow: none;
        background-color: #68c97f;
        color: #ffffff;
        font-weight: 400;
        padding: 20px 20px 20px 20px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }
    a.button.responsivecontact:hover {
        background-color: #3cbaa8;
    }
    /* HOME PAGE GRAY ABOUT BLOCK - RESPONSIVE V2 NOV 2016 */
    #gray_about_block_background {
        width: 100%;
        background-color: #EDF0F3;
        z-index: 1;
    }
    #gray_about_block {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding-bottom: 15px;
        padding-bottom: 100px;
        padding-top: 30px;
        font-family: Open Sans, sans-serif;
    }
    #gray_about_block h2 {
		clear:both; /* xxxxxxxx */
        margin: 0;
        padding: 0;
        font-family: Open Sans, sans-serif;
        font-size: 3em; 
        line-height: 51px;
		text-align:center;
        color: #48545e;
        font-weight: 400;
        padding-top: 47px;
    }
    #gray_about_block p {
        margin: 0;
        padding: 0;
        font-family: Open Sans, sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        padding-top: 10px;
        color: #6C767E;
        color: #555555;
        text-align: justify;
        padding-left: 10px;
    }
    #gray_about_block img {
        float: left;
        margin: 50px 40px 0px 0;
        width: 55%;
        box-shadow: 10px 10px 5px #dddddd;
        -moz-box-shadow: 10px 10px 5px #dddddd;
        -webkit-box-shadow: 10px 10px 5px #dddddd;
        -khtml-box-shadow: 10px;
        float: left;
        margin: 0;
        width: 100%;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
    }
    /* RESPONSIVE */
    /* HOME PAGE OUR SERVICES BLOCK - RESPONSIVE */
    #services_block {
        max-width: 900px;
        padding-bottom: 40px;
    }
    #services_block h2 {
        text-align: center;
    }
    #services_block h3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    /* service block 1 */
    #services_block_1 {
        width: 97%;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #services_block_1 p a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block_1 img {
        margin: 0 auto;
        margin-top: 25px;
    }
    /* service block 2 */
    #services_block_2 {
        width: 97%;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #services_block_2 p a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block_2 img {
        margin: 0 auto;
        margin-top: 25px;
    }
    /* service block 3 */
    #services_block_3 {
        width: 97%;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #services_block_3 p a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block_3 img {
        margin: 0 auto;
        margin-top: 25px;
    }
    /* service block 4 */
    #services_block_4 {
        width: 97%;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #services_block_4 p a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block_4 img {
        margin: 0 auto;
        margin-top: 25px;
    }
    /* service block 5 */
    #services_block_5 {
        width: 97%;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #services_block_5 p a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block_5 img {
        margin: 0 auto;
        margin-top: 25px;
    }
    /*service block 6 */
    #services_block_6 {
        width: 97%;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #services_block_6 p a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_block_6 img {
        margin: 0 auto;
        margin-top: 25px;
    }
    /* RESPONSIVE TITLE ON EACH PAGE : NOV 2016 */
    #pagetitlearea h1 {
        margin: 0;
        padding: 0;
        font-family: Open Sans, sans-serif;
        font-weight: 500;
        font-size: 52px;
        line-height: 56px;
        color: #ffffff;
        padding-left: 30px;
    }
    /* RESPONSIVE */
    /* ABOUT PAGE */
    #theiblock {
        max-width: 900px;
        padding: 0;
        padding-bottom: 35px;
    }
    #theiblock img {
        clear: both;
        float: none;
        width: 90%;
        max-width: 350px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #theiblock h4 {
        clear: both;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;
    }
    #theiblock p {
        clear: both;
        padding-left: 3%;
        padding-right: 3%;
    }
    #theweblock {
        max-width: 900px;
        padding: 0;
        margin: 0;
        padding-bottom: 35px;
    }
    #theweblock img {
        clear: both;
        float: none;
        width: 90%;
        max-width: 350px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #theweblock h4 {
        clear: both;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;
    }
    #theweblock p {
        clear: both;
        padding-left: 3%;
        padding-right: 3%;
    }
    #theitblock {
        max-width: 900px;
        padding: 0;
        margin: 0;
        padding-bottom: 35px;
    }
    #theitblock img {
        clear: both;
        float: none;
        width: 90%;
        max-width: 350px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #theitblock h4 {
        clear: both;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;
    }
    #theitblock p {
        clear: both;
        padding-left: 3%;
        padding-right: 3%;
    }
    /* RESPONSIVE */
    /* TEAM PAGE */
    .readmorebutton {
        border-radius: 4px;
        -webkit-transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
        transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
        line-height: 25px;
        display: inline-block;
        padding: 9px 15px;
        color: white;
        border: 0;
        text-decoration: none;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 10px;
        padding-top: 7px;
        padding-bottom: 8px;
        background-color: #68C97F;
        background-image: none;
        font-size: 15px;
        border: none;
    }
    a.button.readmorebutton {
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        text-shadow: none;
        background-color: #68c97f;
        color: #ffffff;
        font-weight: 400;
        padding: 10px 13px 10px 13px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }
    a.button.readmorebutton:hover {
        background-color: #3cbaa8;
    }
    #team_matt_and_geoff_background {
        width: 100%;
        background-color: #EDF0F3;
        padding: 0;
        margin: 0;
        overflow: auto;
        margin-top: 57px;
    }
    #team_matt_and_geoff_block {
        max-width: 960px;
        margin: 0 auto;
        max-width: 900px;
    }
    #team_matt_and_geoff_block img {
        width: 50%;
        width: 100%;
        max-width: 300px;
    }
    #matt_block {
        width: 48%;
        margin-right: 1%;
        float: left;
        min-height: 500px;
        width: 100%;
        margin: 0;
        float: none;
    }
    #matt_block p {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* RESPONSIVE AREA */
    #geoff_block {
        width: 48%;
        margin-left: 1%;
        float: left;
        min-height: 500px;
        width: 100%;
        margin: 0;
        float: none;
    }
    #geoff_block p {
        padding-left: 10px;
        padding-right: 10px;
    }
    #team_block {
        clear: both;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: auto;
        max-width: 900px;
        text-align: center;
    }
    #team_matt_and_geoff_background #team_block p {
        clear: both;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    #team_block img {
        float: none;
        clear: both;
        width: 200px;
        margin: 0 auto;
    }
	#displayarea h4{ /* xxxxxxxx */
		/*padding-left:3%;*/text-align:center; font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;
	}
	h4{/* padding-left:3%;*/ text-align:center;font-weight: 500;
font-family: Open Sans, sans-serif;
font-size: 32px;
line-height: 36px;
color: #48545e;}
    /* Responsive Team Page v2 Nov 2016 */
    #surrounds {
        float: left;
        width: 230px;
        height: 280px;
        margin-right: 20px;
        margin-top: 50px;
        color: #555555;
        margin-left: 40px;
    }
    #surrounds p {
        text-align: center;
        font-family: Open Sans, sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #48545e;
    }
    #surrounds p {
        text-align: center;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #48545e;
        font-weight: 500;
        font-family: Open Sans, sans-serif;
        color: #48545e;
    }
    #box {
        float: left;
        width: 230px;
        height: 230px;
        margin: 0;
       background-size: cover;
        border-radius: none;
        overflow: hidden;
        margin-top: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
        color: #000000;
    }
    #overlay {
        background: rgba(255, 255, 255, .75);
        padding: 35px 0 46px 0;
        opacity: 0;
        color: #000000;
        text-align: center;
        -webkit-transition: opacity .25s ease;
        -moz-transition: opacity .25s ease;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    /* RESPONSIVE TEAM V2 PAGE NOV 2016 */
    #box:hover #overlay {
        opacity: 1;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    p {
        background-color: none;
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        padding: 10px 0 10px 0;
        text-align: center;
        width: 100%;
    }
    p.biobox {
        width: 100%;
        background-color: #239C97;
        text-align: center;
        margin-top: 30px;
    }
    p.biobox a {
        background-color: #239C97;
        color: white;
        padding: 10px 0 10px 0;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    /* Shutter In Horizontal */
    
    .hvr-shutter-in-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #2098D1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-shutter-in-horizontal:hover,
    .hvr-shutter-in-horizontal:focus,
    .hvr-shutter-in-horizontal:active {
        color: white;
    }
    .hvr-shutter-in-horizontal:hover:before,
    .hvr-shutter-in-horizontal:focus:before,
    .hvr-shutter-in-horizontal:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
	/* UPDATED V3 NOV 2016 RESPONSIVE TEAM PAGE IMAGE BOXES xxxxxxxx */
    #surrounds {
		float: none;
        width: 290px;
		width:400px;
        height: 340px;
        height:469px;
		margin-right: 0px;
        margin-left: 0px;
    	margin:0 auto;
        margin-top: 50px;
		color: #555555;
        }
    #surrounds p {
        text-align: center;
        font-family: Open Sans, sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #48545e;
    }
    #surrounds p {
        text-align: center;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #48545e;
        font-weight: 500;
        font-family: Open Sans, sans-serif;
        color: #48545e;
    }
    #box {
        float: left;
        width: 290px;
		width:400px;
        height: 290px;
		height: 400px;
        margin: 0;
       background-size: cover;
        border-radius: none;
        overflow: hidden;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        color: #000000;
		margin:0 auto;
    }
    #overlay {
        background: rgba(255, 255, 255, .75);
        padding: 35px 0 46px 0;
        opacity: 0;
        color: #000000;
        text-align: center;
        -webkit-transition: opacity .25s ease;
        -moz-transition: opacity .25s ease;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    
    #box:hover #overlay {
        opacity: 1;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    p {
        background-color: none;
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        padding: 10px 0 10px 0;
        text-align: center;
        width: 100%;
    }
    p.biobox {
        width: 100%;
        background-color: #239C97;
        text-align: center;
        margin-top: 30px;
    }
    p.biobox a {
        background-color: #239C97;
        color: white;
        padding: 10px 0 10px 0;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    /* Shutter In Horizontal */
    
    .hvr-shutter-in-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #2098D1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-shutter-in-horizontal:hover,
    .hvr-shutter-in-horizontal:focus,
    .hvr-shutter-in-horizontal:active {
        color: white;
    }
    .hvr-shutter-in-horizontal:hover:before,
    .hvr-shutter-in-horizontal:focus:before,
    .hvr-shutter-in-horizontal:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
	/* END UPDATED V3 RESPONSIVE TEAM PAGE IMAGE BOXES */
    /* RESPONSIVE */
    /* SERVICES PAGE (NOT HOME PAGE SERVICES)  */
    
    #servicesblockbackground {
        max-width: 960px;
        margin: 0 auto;
        padding-top: 65px;
    }
    #servicesblocknewline {
        clear: both;
        width: 96%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 40px;
    }
    #servicesblock {
        clear: both;
        width: 96%;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 40px;
    }
    #servicesblocknewline h5,
    #servicesblocknewline p {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #servicesblock h5,
    #servicesblock p {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #servicesblocknewline h5 {
        margin: 5px 0 5px 0;
    }
    #servicesblock h5 {
        margin: 5px 0 5px 0;
    }
    #servicesblocknewline p {
        margin: 5px 0 5px 0;
        line-height: 26px;
    }
    #servicesblock p {
        margin: 5px 0 5px 0;
        line-height: 26px;
    }
    #servicesblock img,
    #servicesblocknewline img {
        margin: 0;
        padding: 0;
        max-height: 80px;
        width: auto;
    }
    /* RESPONSIVE */
    /* CUSTOMER PAGE */
    
    #customerblockbackground {
        width: 100%;
        width: 98%;
        max-width: 960px;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #customerblocknewline {
        clear: both;
        float: none;
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
    #customerblock {
        clear: both;
        float: none;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }
    /* RESPONSIVE */
    /* OTHER CLIENT PARTNERS IN THE INDIVIDUAL CLIENT PAGE */
    
    #otherclientsbackground {
        background-color: #EDF0F3;
        width: 100%;
        padding: 20px 0 70px 0;
        overflow: auto;
    }
    #otherclientsbackground h4 {
        text-align: center;
    }
    #otherclients {
        max-width: 960px;
        margin: 0 auto;
    }
    #eachclient {
        float: left;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
        -moz-box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
        box-shadow: 0px 0px 11px 0px rgba(168, 163, 168, 1);
        width: 29%;
        margin-right: 1.65%;
        margin-bottom: 20px;
        min-height: 250px;
        padding: 10px;
        padding-bottom: 20px;
        clear: both;
        float: left;
        margin: 10px 0 0 0;
        width: 96%;
    }
    #eachclient p {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    #eachclient a {
        color: #68c97f;
    }
    #eachclient a:hover {
        color: #3cbaa8;
    }
    /* RESPONSIVE */
    
    .post-entry {
        padding-top: 10px;
        overflow: auto;
        padding-bottom: 30px;
    }
    .post-entry img {
        clear: both;
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }
    .post-entry p {
        clear: both;
        float: left;
        text-align: justify;
        padding-left: 3%;
        padding-right: 3%;
    }
    .post-entry p a {
        clear: both;
        float: left;
        text-align: justify;
        padding-left: 3%;
        padding-right: 3%;
    }
    .post-entry p ul {
        cloear: both;
        float: left;
        text-align: justify;
        padding-left: 3%;
        padding-right: 3%;
    }
    /* RESPONSIVE */
    /* BLOG */
    
    #content-blog,
    #content-search,
	#content-archive {
        background-color: #ffffff;
        overflow: auto;
    }
    #innerwrapper {
        max-width: 960px;
        margin: 0 auto;
        overflow: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    /* RESPONSIVE */
    /* FOOTER WHAT OTHERS SAY PANEL and WHAT CAN EVOLUTION DO FOR YOU */
    
    #whatotherssaybackground {
        margin-top: 0;
        margin-top: -10px;
        background-color: #38444E;
    }
    #whatotherssay {
        max-width: 900px;
    }
    #whatotherssay h2 {
        padding-bottom: 10px;
        width: 100%;
    }
    #testimonialsbox {
        clear: both;
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
    }
    #whatotherssay img {
        /*width:100%;clear:both;*/
    }
    #whatotherssay p {
        clear: both;
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }
    /* testimonials box */
    /* RESPONSIVE */
    
    #footer-wrapper {
        max-width: 960px;
        margin: 0 auto;
        font-family: Open Sans, sans-serif;
    }
    #footer-wrapper #footer_widget {
        margin: 0;
        padding: 0;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 10px;
    }
    /* RESPONSIVE What evolution can do for you green footer box */
    
    #whatevolutioncandoforyou {
        width: 100%;
        background-color: #68C97F;
        text-align: center;
        padding-top: 10px;
    }
    #contentwhatevolutioncandoforyou {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    #contentwhatevolutioncandoforyou h4 {
        font-family: Open Sans, sans-serif;
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
        color: #ffffff;
        padding-left: 1%;
        padding-right: 1%;
    }
    /* footer logo area */
    
    #footer-wrapper #footer_widget #execphp-2 {
        margin: 0 auto;
    }
    #footer-wrapper #footer_widget #execphp-2.col-300 {
        margin: 0 auto;
    }
    /* footer left navigation: site links */
    
    #footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper {
        margin-top: 30px;
    }
    #footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper .widget-title h3 {
        text-align: center;
    }
    #footer-wrapper #footer_widget #nav_menu-2 .widget-wrapper ul {
        text-align: center;
        margin: 0 auto;
    }
    /* footer middle navigation: services */
    
    #footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper {
        margin-top: 30px;
    }
    #footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper .widget-title h3 {
        text-align: center;
    }
    #footer-wrapper #footer_widget #nav_menu-4 .widget-wrapper ul {
        text-align: center;
        margin: 0 auto;
    }
    /* footer right navigation: connect */
    
    #footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper {
        margin-top: 30px;
    }
    #footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper .widget-title h3 {
        text-align: center;
    }
    #footer-wrapper #footer_widget #nav_menu-3 .widget-wrapper ul {
        text-align: center;
        margin: 0 auto;
    }
    /* footer : contact us button */
    
    #footer-wrapper #footer_widget #execphp-3 .widget-wrapper {
        margin-top: 30px;
    }
    #footer-wrapper #footer_widget #execphp-3 .widget-wrapper .execphpwidget a {
        color: white;
    }
    #footer-wrapper #footer_widget #execphp-3 .widget-wrapper .execphpwidget a:hover {
        color: white;
    }
    /* RESPONSIVE */
    /* Footer : logo left */
    
    #footer-wrapper #footer_widget #execphp-4.col-300 {
        display: none;
        margin-top: 30px;
        padding: 0;
        float: left;
        width: 100%;
    }
    #footer-wrapper #footer_widget #execphp-4 .widget-wrapper {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }
    #footer-wrapper #footer_widget #execphp-4 .widget-wrapper img {
        width: 90%;
        padding-right: 10%;
    }
    /* Footer : logo right */
    
    #footer-wrapper #footer_widget #execphp-5.col-300 {
        margin: 0;
        padding: 0;
        float: right;
        width: 20%;
    }
    #footer-wrapper #footer_widget #execphp-5 .widget-wrapper {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 40%;
    }
    /* RESPONSIVE */
    
    p {
        width: 93%;
        margin: 0 auto;
        padding-left: 3%;
        padding-right: 2%;
        font-size: 1em;
        line-height: 1.5em;
    }
}
/* media screen, max width : 900px, close bracket */

@media screen and (max-width: 700px) {
    #pagetitlearea h1 {
        margin: 0;
        padding: 0;
        font-family: Open Sans, sans-serif;
        font-weight: 500;
        color: #ffffff;
        font-size: 0.7em;
        line-height: 1.1em;
        padding-left: 0;
        text-align: center;
    }
	
}
@-moz-document url-prefix() {
	/* Stylesheet for elements which aren't displaying correctly on FIREFOX */
    select.responsiveMenuSelect {
		 text-indent: 0%;
		 text-align:center; 
    }
}
