    /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


body {
    background: #f5f5f5;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a.logo {
    display:block;
    float: left;
    width:180px;
    height: 31px;
    text-indent: -99999px;
    background: url(/images/logo.png) no-repeat left center;
    margin-right: 15px;
}

.header.section.fixed a.logo {
    width:38px;
    height: 31px;
}

* {
    font-family: "museo-sans";
    font-weight: 300;
}

.button{
    font-family: "futura-pt", "Century Gothic";
    font-weight: 500 !important;

}
.header.section {
    background: #fff;
    padding: 35px 60px 0 60px;
    height: 100px;
    position: relative;
}
.home .primary.nav {
    display:none;
}
.primary.nav {
    display:block;
    position: absolute;
    width:100%;
    left:0;
    right:0;
    top:100px;
}
.primary.nav ul {
    display:block;
    float: left;
    width:100%;
}
.primary.nav ul li {
    width:16.6666666666%;
    text-align: center;
    display:block;
    float: left;
    margin: 0;
    padding: 0;
    background: rgba(255,255,255,0.5);
    line-height: 45px;
    height: 45px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

span.getStarted {
    display: block;
    position: relative;
    bottom: 15px;
}

.primary.nav ul li a,
.header.section .floating.right {
    font-family: "futura-pt", "Century Gothic";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.primary.nav ul li a {
    font-size: 13px;
    font-weight: 500;
    color:rgba(45,45,45,0.75);
    width:100%;
    display:block;
    float: left;
    line-height: 45px;
}

.primary.nav ul li:hover {
    background: rgba(255,255,255,0.40);
}
.primary.nav ul li:hover a {
    color:rgba(0,0,0,0.75);
}
.primary.nav ul li.current-menu-item {
    background: rgba(255,255,255,0.15);
}

.home-main.nav ul li.current-menu-item {
    background:  none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
}

.primary.nav ul li.current-menu-item a {
    text-decoration: underline;
}

.header.section.fixed {
    position: fixed;
    height: 70px;
    -moz-box-shadow:0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);
    box-shadow:0 0 3px rgba(0,0,0,0.15);
    padding-top:20px;
    top:-70px;
    background: #f5f5f5;
}

.headerpush {
    display:none;
    width:100%;
    height: 100px;
}

.header.section.fixed.animate {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    top:0;
}

.header.section.fixed .primary.nav {
    display:block;
    float: left;
    position: relative;
    width:auto;
    top:auto;
    left:auto;
    right:auto;
}
.header.section.fixed .primary.nav li {
    width:auto;
    padding: 0;
    line-height: 20px;
    /* height: 20px;*/
    margin: 0 15px;
    border: none;
    background: none!important;
}
.header.section.fixed .primary.nav li a {
    color:#FFFFFF;
    height:30px;
    line-height:30px;
}
.header.section.fixed .primary.nav li.current-menu-item a {
    color:#db862b;
    text-decoration: none;
}

.header.section .tagline {
    margin:0 0 0 15px;
    line-height: 27px;
    color:#666;
    font-size: 14px;
}
.header.section.fixed .tagline {
    display:none;
}

.cta-leadgen {
    color:#333;
    font-weight: 500;
    font-size: 12px!important;
    margin-right: 25px;
    letter-spacing: 0.03em;
}
.cta-telephone {
    font-family: "museo-sans"!important;
    color:#999;
    font-size: 15px!important;
    font-weight: 400;
    letter-spacing: 0.02em;
}
li.mobile-cta-telephone.menu-item {
    /*display: none !important;*/
}
.mobile-cta-telephone a {
    border-bottom: none !important;
    color: #00bdb5 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.footer.section {
    background: #363630;
    display:block;
    float: left;
    /*height: 275px; */
    height: auto;
    width:100%;
    padding: 0 60px;
    position: relative;
    z-index: 999;
}

.footer.section a {

}

.section.call-to-action {
    background: #4c5154;
    padding: 30px 0 35px 0;
}
.section.call-to-action h4 {
    font-family: "museo-sans";
    color:#fff;
    font-weight: 100;
    font-size: 24px;
    margin: 0 0 50px 0;
}
.section.call-to-action .container {
    text-align: center;
}

.page-header {
    display:block;
    float: left;
    width:100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    position: relative;
}

.page-header h1,
.page-header p {
    color: #fff;
    text-align: left;
}
.page-header.inverted h1,
.page-header.inverted p {
    color:#333;
}
.page-id-9 .page-header h1,
.page-id-5 .page-header h1 {
    margin: 120px 75px 15px 75px;
}
.page-id-7 .page-header h1 {
    margin: 95px 75px 15px 75px;
}
.page-id-13 .page-header h1 {
    margin: 110px 75px 15px 75px;
}

.page-header h1 {
    font-family: "museo-sans";
    font-weight: 100!important;
    font-size: 70px;
}
.page-header p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 75px;
}
.container {
}
.page-header.section .container {
    height: 100%;
}
.homepage.section {
    overflow: hidden;
    background-color: #000;
    display:block;
    float: left;

}

.homepage.section.full-height {
    -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.full-height {
    max-height: 430px!important;
}

.sub-section {
    overflow: hidden;
    display:block;
    float: left;
    width:16.666666667%;
    height: 100%;
    min-height: 500px;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}
.slideimage {
    display:block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    opacity:0;
    width:100%;
    height: 100%;
    -webkit-transition: all 2000ms linear;
    -moz-transition: all 2000ms linear;
    transition: all 2000ms linear;

}
.slideimage.active {
    opacity:1;
}
.sub-background {
    display:block;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-size: 100% auto;
    opacity:0.5;
    -webkit-transition: all 1500ms ease-out;
    -moz-transition: all 1500ms ease-out;
    transition: all 1500ms ease-out;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.subsection1 .sub-background {
    background-position: center center;
}
.subsection2 .sub-background {
    background-position: center right;
}

/* width */
.services-container {
    margin:0 5%;
}


.homepage.section.full-height.intro {
    margin-left: 100%;

}

.homepage.section.intro .sub-section {
    width:50%;
}
.home.page #pjax-container {
    background: #4C5252;
    overflow: hidden;
}
.homepage.section.hover .sub-section,
.homepage.section:hover .sub-section {
    width:10%;
}
.homepage.section.hover .sub-section.hover,
.homepage.section:hover .sub-section:hover {
    width:50%;
}
.homepage.section.hover .sub-section.hover .sub-background,
.homepage.section:hover .sub-section:hover .sub-background {
    opacity:.75;
}
.homepage.section.hover .sub-section.icon-Technology.hover .sub-background,
.homepage.section:hover .sub-section.icon-Technology:hover .sub-background {
    opacity:.5;
}
.sub-background.starting {
    opacity:.25;
}
.homepage.section .sub-section p {
    display:none;
    position: absolute;
    width:300px;
    left:50%;
    margin-left: -150px;
    top:50%;
    z-index: 999;
    color:rgba(255,255,255,0.75);
    text-align:justify;
    text-justify:inter-word;
    -moz-text-align-last: center;
    text-align-last: center!important;
    opacity: 1;
    font-size: 12px!important;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

.homepage.section .sub-section.hover p,
.homepage.section .sub-section:hover p {

}

.homepage.section.hover .sub-section.slidehide,
.homepage.section:hover .sub-section.slidehide,
.sub-section.slidehide {
    width:0%;
}
.homepage.section.hover .sub-section.slideshow,
.homepage.section:hover .sub-section.slideshow,
.sub-section.slideshow {
    width:100%;
}
.homepage.section:hover .sub-section .sub-background{
    opacity:.25;
    /* 	background-size: 100% 100%; */
}

.sub-section.icon-Seo .slide-section-title {
    background: url(/images/icon-Methodology.png) no-repeat center center;
}

.sub-section.icon-Contact .slide-section-title {
    background: url(/images/icon-Contact.png) no-repeat center center;
}

.sub-section.icon-Results .slide-section-title {
    background: url(/images/icon-Results.png) no-repeat center center;
}

.sub-section.icon-Offerings .slide-section-title,
.sub-section.icon-Services .slide-section-title
{
    background: url(/images/icon-Offerings.png) no-repeat center center;
}

.sub-section.icon-Company .slide-section-title {
    background: url(/images/icon-Company.png) no-repeat center center;
}

.sub-section.icon-Technology .slide-section-title {
    background: url(/images/icon-Technology.png) no-repeat center center;
}

.sub-section.icon-Blog .slide-section-title {
    background: url(/images/icon-Community.png) no-repeat center center;
}

.sub-section .slide-section-title {
    display:block;
    position: absolute;
    top:50%;
    left:30px;
    right:30px;
    text-align: center;
    color:#fff;
    font-family: "futura-pt", "Century Gothic";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    z-index: 99;
    margin: 20px 0;
    margin-top:-100px;
    padding-bottom:160px;
    opacity:.75;
    background-size: 30px 30px!important;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}



.homepage.section .sub-section.slideshow p {
    display:none!important;
}

.homepage.section:hover .sub-section .slide-section-title {
    opacity:.35!important;
}

.homepage.section:hover .sub-section:hover .slide-section-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    opacity:1!important;
    background-size: 60px 60px!important;
    margin-top:-160px;
}

a.prev-page, a.next-page {
    display: block;
    position: absolute;
    top:50%;
    font-size: 100px;
    font-weight: 600;
    color:rgba(255,255,255,0.3);
    opacity:.3;
    width:50px!important;
    height: 50px;
    z-index: 99999!important;
}

a.prev-page:hover,
a.next-page:hover {
    opacity:.7;
}

a.prev-page:hover, a.next-page:hover {
    color:rgba(255,255,255,0.5)
}

a.prev-page{
    left:50px;
    background: url(/images/icon-prev.png) no-repeat center center;
}

a.next-page{
    right:50px;
    background: url(/images/icon-next.png) no-repeat center center;
}
body.home a.scroll-link {
    display:none;
}
a.scroll-link {
    width:200px;
    height: 90px;
    position: absolute;
    left:50%;
    margin-left: -100px;
    background: url(/images/scroll-white.png) no-repeat top center;
    color:#fff;
    text-align: center;
    padding-top:30px;
    font-size: 12px;
    font-weight: 300;
    opacity:.75;
    bottom:20px;
}

.blog .featured-container {
    max-width: 1290px !important;
}


.home-sections {
    height: 600px!important;
    padding: 100px 0;
}

.home-sections .mini-container {
    padding-left: 45%;
    padding-right: 80px;
}
.home-sections.secondary .mini-container {
    padding-right: 45%;
    padding-left: 80px;
}

.home-sections h3,
h2.hp-image-titles {
    color: #333333;
    font-weight: 100;
    font-size: 38px;
    font-style: normal;
    line-height: 36px;
    margin: 20px 0;
}
.home-sections p {
    font-size: 16px;
    line-height: 26px;
    color:#666;
    margin: 40px 0;
}
.home-sections.secondary h2 {
    color:#fff;
}
.home-sections.secondary p {

}

.inverted a.scroll-link {
    background: url(/images/scroll-black.png) no-repeat top center;
    color:#333;
}
a.scroll-link:hover {
    opacity:1;
}
.mini-container {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    margin:0px 10%;
}
.mini-container-2 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    margin:0px 10%;
}
.supermini-container {
    width: 40%;
    margin: 0 auto;
    padding: 0;
    margin:0px 30%;
}
ul.sub-nav {
    width:100%;
    text-align: center;
    display:inline-table;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding:0;
}
.blog ul.sub-nav,
.category ul.sub-nav {
    padding:45px 0 0 0 !important;
}


ul.sub-nav > li.cat-item-1{
    display: none !important;
}

ul.sub-nav > li {
    display:inline-table;
    width:150px;
    margin-bottom: -1px;
    padding-top:20px;
    padding-bottom: 30px;
}

ul.sub-nav > li > a {
    color:#333;
    text-transform: uppercase;
    font-family: "futura-pt", "Century Gothic";
    font-size: 12px;
    display:block;
    width:100%;
    font-weight: 500;
    padding-top:60px;
    opacity:.25;
    line-height: 14px;
}
ul.sub-nav > li.current,
ul.sub-nav > li.current-cat {
    background: url(/images/subnav-tip.png) no-repeat bottom center;
}
ul.sub-nav > li.current-cat a,
ul.sub-nav > li.current a {
    opacity:1;
}
ul.sub-nav > li.pict-company a {
    background: url(/images/pict-company.png) no-repeat top center;
}

ul.sub-nav > li.pict-culture a {
    background: url(/images/pict-culture.png) no-repeat top center;
}

ul.sub-nav > li.pict-team a {
    background: url(/images/pict-teams.png) no-repeat top center;
}

ul.sub-nav > li.pict-career a {
    background: url(/images/pict-careers.png) no-repeat top center;
}

ul.sub-nav > li.pict-contact a {
    background: url(/images/pict-contact.png) no-repeat top center;
}



ul.sub-nav > li.pict-research a {
    background: url(/images/pict-research.png) no-repeat top center;
}

ul.sub-nav > li.pict-promotion a {
    background: url(/images/pict-promotion.png) no-repeat top center;
}

ul.sub-nav > li.pict-analysis a {
    background: url(/images/pict-analysis.png) no-repeat top center;
}

ul.sub-nav > li.pict-projectmanagement a {
    background: url(/images/pict-projectmanagement.png) no-repeat top center;
}

ul.sub-nav > li.pict-scalability a {
    background: url(/images/pict-scalability.png) no-repeat top center;
}





ul.sub-nav > li.pict-industry a {
    background: url(/images/pict-industry.png) no-repeat top center;
}

ul.sub-nav > li.pict-clients a {
    background: url(/images/pict-clients.png) no-repeat top center;
}

ul.sub-nav > li.pict-difference a {
    background: url(/images/pict-difference.png) no-repeat top center;
}

ul.sub-nav > li.pict-casestudies a {
    background: url(/images/pict-casestudies.png) no-repeat top center;
}

ul.sub-nav > li.pict-creativecontent a {
    background: url(/images/pict-creativecontent.png) no-repeat top center;
}

ul.sub-nav > li.pict-strategic a {
    background: url(/images/pict-strategic.png) no-repeat top center;
}

ul.sub-nav > li.pict-brandmanagement a {
    background: url(/images/pict-brandmanagement.png) no-repeat top center;
}

ul.sub-nav > li.pict-brandasset a {
    background: url(/images/pict-brandasset.png) no-repeat top center;
}

ul.sub-nav > li.pict-researchanalysis a {
    background: url(/images/pict-researchanalysis.png) no-repeat top center;
}

ul.sub-nav > li.pict-trategy a {
    background: url(/images/pict-trategy.png) no-repeat top center;
}




ul.sub-nav > li.pict-optimization a {
    background: url(/images/pict-optimization.png) no-repeat top center;
}

ul.sub-nav > li.pict-conversion a {
    background: url(/images/pict-conversion.png) no-repeat top center;
}

ul.sub-nav > li.pict-content a {
    background: url(/images/pict-content.png) no-repeat top center;
}

ul.sub-nav > li.pict-authority a {
    background: url(/images/pict-authority.png) no-repeat top center;
}

ul.sub-nav > li.pict-promotion a {
    background: url(/images/pict-promotion-new.png) no-repeat top center;
}



.author.vcard,
span.date,
span.categories-links {
    display:inline;
    float: left;
    clear: both;
    width:100%;
}
.entry-meta,
.entry-content {
    width:100%;
    display:block;
    float: left;
    clear: both;
    position: relative;
}

.user-avatar {
    display:block;
    position: absolute;
    right:0;
    bottom:0;
    width:80px!important;
    height:80px!important;
}
.single-wrapper .entry-meta {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.methodology.section .container {
    padding: 50px;
}

.half {
    width:40%;
    margin: 0 0 0 10%;
}

.third {
    width:29%;
    margin: 0 7% 0 0;
    float: left;
}

.twothird {
    width:57%;
    margin: 0 7% 0 0 ;
    float: left;

}

.fourth {
    width:25%;
    margin: 0 5% 0 0;
    float: left;
}

.threefourth {
    width:70%;
    margin: 0 ;
    float: right;

}

.half h3 {
    font-size: 38px;
    font-weight: 100;
    color: rgba(0,0,0,0.75);
    margin: 20px 0!important;
}
.half p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
    color:#666;
}
.technology.section ul {
    width:100%;
    margin: 0;
    padding: 0;
}
.technology.section ul li {
    display:inline-table;
    float: left;
    margin: 0;
    padding: 30px;
    width:33.333333333%;
}
.technology.section ul li strong {
    text-align: center;
    display:block;
    width:100%;
    clear: both;
    text-align: center;
    color:#333;
    font-size: 20px;
    font-family: "futura-pt", "Century Gothic";
    font-weight: 400;
}
.technology.section ul li img {
    display:block;
    width:auto;
    margin: 0 auto;
    clear: both;
}
.technology.section .container {
    padding: 50px;
}
.mini-container, .mini-container-2 {
    clear: both;
}

.dc-difference.section {
    background:url(/images/dc-difference.jpg) no-repeat center center;background-size:100% auto;
    height:700px;
    padding:120px 0 0 0 ;
    text-align: center;
}
.dc-difference.section * {
    color:#fff;
}
.dc-difference.section h1 {
    font-size: 70px;
    margin-bottom: 40px;
}

.dc-difference.section p {
    color:rgba(255,255,255,0.7)!important;
    font-size: 16px!important;
    line-height: 32px!important;
    padding: 0 150px!important;
}
.dc-difference.section p strong {
    font-weight: 500;
}
.technology.section .mini-container h2 {
    text-align: center;
    font-weight: 100;
    color:#333;
    font-size: 40px;
    margin: 30px 0 60px 0;
}

.technology.section .mini-container p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 100;
}

.results.section .half-left {
    display:block;
    float: left;
    width:50%;
    clear: left;
    padding-right: 50px;
}

.results.section .half-right {
    display:block;
    float: right;
    width:50%;
    height: 750px;
    border-bottom: 1px solid #ddd;
    clear: right;
}

.results.section h3 {
    font-weight: 100;
    color:#333;
    font-size: 32px;
    line-height: 44px;
}

.subnavsection {
    display:block;
    float: left;
    width:100%;
}
.subnavsection .container {
    padding: 0;
}
.subnavsection.fixed {
    position: fixed;
    top:40px;
    z-index: 8;
    border-bottom: 0px solid #ddd;
    max-width: 1400px;
}

.subnavsection.fixed .container {
    margin-bottom: -1px;
}

.subnav-push {
    display:none;
    height: 125px;
    width:100%;
    float: left;
}


.primary-push{
    display: none;
    height: 45px;
    width:100%;
    float: left;
    background-color: #ccc;
}


.section.offering .fourth h4{
    font-size: 18px!important;
    color:#293352;
    margin: 0px 0px 35px;
    font-family: "futura-pt", "Century Gothic";
    font-weight: 500;

}

.section.offering .fourth ul{
    padding: 0px;

}
.section.offering .fourth ul li{
    font-size: 15px;
    color:#00bdb5;
    list-style-type: none;
    margin:5px 0px;
}


.section.offering .mini-container,
.section.company .mini-container,
.section.company .supermini-container{
    padding:40px 0px;
    float: left;

}

.section.offering h1{
    text-align: left;
    font-size:30px;
    font-weight: 200;
    color: #333333;
    margin:0px 0px 20px 0px
}

.section.offering h5{
    line-height: 30px;
    font-size:22px;
    font-weight: 500;
    color: #999999;
    margin:10px 0px;
}

.section.offering p{
    font-size: 14px;
    line-height: 26px;
}

.singleoffering .offering-content{
    float: left;
    padding-right: 50px;
}

.singleoffering .right-sidebar{
    float: left;
    text-align: center;
    padding: 20px 40px;
    margin-top:80px;
    border-left: 1px solid #e5e5e5;
}

.right-sidebar h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
}
.singleoffering .container{
    padding:80px 0px;
}

.singleoffering .container .entry-content p{
    line-height: 26px;
}

.section.company p{
    font-size: 16px;
    line-height: 26px;
}

.company.section p.heading{
    width: 80%;
    margin: 40px 10%;
    text-align: center;

}

.company.section h2{
    font-weight: 200;
    font-size: 30px;
    text-align: center;
}

.company.section ul{
    margin: 0px -20px;
    padding: 0px;
}

.company.section#section4 ul li {
    display: inline-table;
    float: left;
    margin: 0;
    padding: 50px 0px 0px 0px;
    width: 25%;
    text-align: center;
}

.company.section ul li p{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
}

.company.section table{
    width: 100%;
    margin-top:50px;
}

.company.section table tr{
    border-bottom: 1px solid #ccc;
}

.company.section table tr:last-child{
    border: 0px;
}

.company.section table tr td:first-child{
    font-size: 16px;
    line-height: 60px;
    font-weight: 200;
}
.company.section table tr td:last-child{
    text-align: right;
}

.company.section ul.largelist li{
    width: 80%!important;
    text-align: left;
    display:block;
    float: left;
    margin: 0px 10%!important;
    padding:50px 0px 20px 90px!important;
    position: relative;
    color: #333333;
    border-bottom: 1px solid #ccc;
}

.company.section ul.largelist li.noborder{
    border-bottom:0px !important;
}


.company.section ul.largelist li .number{
    position: absolute;
    left:0px;
    width: 80px;
    text-align: left;
    font-family: "futura-pt", "Century Gothic";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 80px;
    color: #333333;
    line-height: 80px;
    top:50px;
}

.company.section ul.largelist h3{
    font-family: "futura-pt", "Century Gothic";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    margin:0px;
}

.company.section ul.largelist p{
    padding: 0px;
    margin:30px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 200;
}


.company.section.team .container{
    display: table;
}

.company.section.team .container .team-pic{
    width: 350px;
}

.company.section.team .container .team-pic img{
    width: 98%;
    margin-bottom: -7px;
}

.company.section.team .container .team-bio{
    width: 530px;
    padding: 60px 0px;

}
.company.section.team .container .team-bio h6{
    font-family: "futura-pt", "Century Gothic";
    font-size: 16px;
    font-weight: 600;
    margin:0px;
    color: #333333;
}

.company.section.team .container .team-bio p{
    margin:30px 30px 0px 0px;
    font-size: 14px;
    line-height: 24px;
}


.company.section.team .container .team-skill{
    width: 220px;
    padding: 60px 0px;
}
.company.section.team .container .team-skill ul{
    text-align: left;
    margin: 10px 0px 0px 10px;
    padding: 0px 0px;
    float: left;
    font-size: 14px;
    font-weight: 700;
}
.company.section.team .container .team-skill ul li{
    display: block;
    padding: 0px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin: 5px 0;
}


.company.section.team .container .team-pic,
.company.section.team .container .team-bio,
.company.section.team .container .team-skill{
    display: table-cell;
    vertical-align: top;
    color: #666666;
    padding: 50px 20px 0 0;
}
.page-header #infobox {
    margin:20px;
    background: url('/images/ico-contact.png')top left no-repeat;
}

.page-header #infobox p{
    margin:0px 0% 0px 22% !important;
    color:#333333;
    text-align: left;
    line-height: 24px;
    width: 78% !important;
    font-size: 14px;
}
.page-header #infobox p a{
    color: #00bdb5;
}


.gm-style img{
    max-width: none;
}

#map_canvas{
    height: 100%;
}

.contactLink, .contactLink:hover {
    text-decoration: none;
}

.mobile-content-contactus {
    display: none;
    text-align: center;
}
.mobile-content-contactus p.contact-phone a {
    color: #00bdb5;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.mobile-content-contactus p a {
    color: #363a35;
    text-decoration: none;
}
.mobile-content-contactus p {
    color: #363a35;
    font-size: 14px;
}
.mobile-content-contactus img.contact-map-marker {
    margin: 20px 0 10px 0;
}

.contactform{
    margin: 0;
    padding: 0;

}

.contactform .input-box.fullbox.submit{
    text-align: center;
    margin-top: 0px;
    position: relative;
}

.contactform .input-box.fullbox.submit input[type="submit"]{
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    height: 60px;
    line-height: 60px;
    font-family: "futura-pt", "Century Gothic";
    background: #00BDB5;
    color: white;
    font-weight: 400;
    font-size: 18px;
    border-radius: 0px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding: 0 90px;
    margin: 0;
    margin-top:-10px;
}

.contactform .input-box.fullbox{
    width: 100%;
}

.contactform label{
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.contactform .input-box{
    width: 50%;
    padding:15px 10px;
    float: left;
    font-size: 16px;
    font-weight: 200;
    height: 80px;
}

.contactform .input-group input[type="text"],
.contactform .input-group input[type="email"],
.contactform .input-group textarea{
    width: 100%;
    background: #f5f5f5;
    margin:0 0 5px 0px;
    border-radius: 0px;

}

.contactform .input-box.error {
}
.contactform .input-group input[type="email"],
.contactform .input-group input[type="text"]{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 10px;
}
.input-box.error input[type="text"],
.input-box.error input[type="email"],
.input-box.error textarea {
    background: #F7F0E8;
}

.contactform .input-group input[type="checkbox"]{
    margin-right:10px;
}


.contactform .input-group textarea{
    padding:10px;
    font-size: 16px;
    line-height: 24px;
    height: 150px;
}

.input-group label.customlabel .customcheck {
    width:18px;
    height: 18px;
}
.input-group label.customlabel {
    line-height: 18px;
    margin: 5px 0;
}
.input-group .third {
    width:50%!important;
}
.contactform .input-box.error .input-message{
    display:block;
}
.contactform .input-message{
    display: none;
}
.input-box .http {
    font-size: 16px;
    margin: 6px 10px;
}
.contactform .input-group .input-message p{
    width:100%;
    clear: both;
    font-size: 12px;
    margin:0px!important;
    line-height: 16px;
    color: #F27D00;
}

.contactform .input-group p {
    font-size: 16px;
}

.contactform  .input-group p{
    color: #999999;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.contactform .third{
    width: 33.33333%;
    padding-right:20px;
    margin:0px;
}

.contactform .successmessage{
    position: absolute;
    width: 400px;
    left:50%;
    margin-left:-200px;
    bottom:130px;
    background: rgba(63,158,158,0.5 );
    padding: 30px;
    color:white;
    font-size: 17px;
    display: none;
}

.contactform .successclose{
    bottom: 217px;
    color: #FFFFFF;
    font-size: 20px;
    height: 20px;
    left: 50%;
    margin-left: 175px;
    position: absolute;
    width: 20px;
    cursor: pointer;
    display: none;
}


label.customlabel {
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    margin: 10px 0px;
    position: relative;
    width: 50px;
    width: 100%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.customlabel .customcheck {
    background:#f5f5f5;
    height: 22px;
    padding: 4px;
    width: 22px;
    float: left;
    margin-right:10px;
}

label.customlabel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
}

label.customlabel.checked .customcheck {
    background: #00BDB5;
}


ul.sidebar{
    width: 25%;
    display: block;
    padding:0px;
    font-weight: 300;
    background-color: #f9f9f9;
    float: left;
    margin:0px;
}

ul.sidebar li{
    width: 100% !important;
    padding: 20px;
    float: left;
    border-bottom: 1px solid #dddddd;
}
ul.sidebar li:first-child{

}

ul.sidebar li:last-child{
    border-bottom: 0px;
}

ul.sidebar li img{
    float: left;
    margin-right: 10px;
}

ul.sidebar li img {
    width:30%;
    height: auto;
}
ul.sidebar li .sidebar-title {
    font-size: 16px;
    line-height: 20px;
    color:#333333;
    display: block;
    font-weight: 300;
    float:left;
    width:65%;
}
.sidebar-data {

}

ul.sidebar li .sidebar-data{
    display:block;
    float: left;
    width:65%;
    font-size: 12px;
    color: #999999;

}
ul.sidebar li .sidebar-data .entry-date{
    color: #999999;
    font-weight: 700;

}

ul.sidebar li .sidebar-data .categories-links a{
    color: #00bdb5;
    font-weight: 700;

}

.community-content{
    width: 75%;
    float: left;
    background: white;
}

.featured-container header,
.featured-container article {
    display:block;
    float: left;
    margin: 0;
    padding: 0;
}


.entry-thumbnail {
    display:block;
    float: left;
    width:400px;
    height: 200px;
}
.community-content .entry-thumbnail img {
    display:none;
}
.featured-container .entry-thumbnail img {

}
.search-container .post .entry-thumbnail,
#featured-post .entry-thumbnail {
    display:block;
    width:400px;
    height: 400px;
}

.featured-container .entry-header {
    display:block;
    float: left;
    width:400px;
}
.search-container .entry-header,
.featured-container #featured-post .entry-header {
    display:block;
    float: left;
    width:800px;
}

.search-container .attachment-post-thumbnail {
    display:none;
}


.search-container .entry-summary {
    display:none;
}

.search-content {
    width:800px;
    display:inline;
    float: left;
}

.search-sidebar {
    display:inline;
    float: left;
    width:400px;
    /*
            -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
            box-shadow: 0 0 3px rgba(0,0,0,0.15);
    */
    margin: 15px 10px;
    /* 	padding: 20px; */
}

.offer-box {
    display:block;
    float: left;
    width:400px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    background: #fff;
    padding: 30px;
    height: 400px;
}

.newsletter-sidebar {
    display:block;
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
}


.single-wrapper {
    display:block;
    float: left;
    width:400px;
    padding: 20px 40px;
}

.featured-container h1 {
    font-size: 20px;
    line-height: 30px;
}

.featured-container h1 a {
    color:#333;
    font-weight: 200;

}

.featured-container .post:hover h1 a {
    color:#00BDB5!important;

}
.search-container .post h1,
.featured-container #featured-post h1 {
    font-size: 30px;
    line-height: 40px;
}

.featured-container .entry-content {
    display:none!important;
}
.search-container .post .single-wrapper,
.featured-container #featured-post .single-wrapper {
    overflow: hidden;
    height: 370px;
}

.search-container .post .entry-content,
.featured-container #featured-post .entry-content {
    display:block!important;
}

.community-content .entry-thumbnail {
    display:none;
}
.community-content .single-wrapper,
.community-content article,
.community-content .entry-header {
    display:block;
    float: left;
    width:100%;
}
.community-content .single-wrapper {
    padding: 0;
}
.community-content .single-wrapper img {
    width:100%;
    height: auto;
}
.community-content2 .single-wrapper img {
  display: none;
}

/* owl carousel */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* other owl items */
.owl-item {
}
#owl-demo .item{
    display:block;
    float: left;
    width:200px;
    padding: 30px 0px;
    margin: 10px 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-demo .item:hover {
    background-position: bottom center!important;
    opacity:.5;
}
.customNavigation{
    text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-item .item {
    display:block;
    float: left;
    width:200px;
    height: 133px;
    background-size: 200px 266px!important;
    background-position: top center!important;
    opacity:1;
}
.owl-item .company-name {
    display:none!important;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}
#owl-demo {
    width:90%;
    margin: 0 5% 30px 5%;
}
.customNavigation .btn {
    display:block;
    position: absolute;
    width:50px;
    height: 50px;
    top:50%;
    text-indent: -99999px;
    opacity:.5;
}
.customNavigation .btn:hover {
    opacity:1;
}
.customNavigation .btn.prev {
    background: url(/images/arrow-left.png) no-repeat center center;
    left:0;
}
.customNavigation .btn.next {
    background: url(/images/arrow-right.png) no-repeat center center;
    right:0;
}

/* end owl carousel */
.http {
    display:block;
    position: absolute;
    margin: 18px 0 0 15px;
    color:#999;
    font-size: 20px;
}

.home .mini-container h1 {
    font-size: 38px!important;
}

.home .mini-container p {
    font-size: 14px;
    line-height: 24px;
    color:#555;
}
.homebutton {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 0px;
}
.dvk-social-sharing {
    display:block;
    position: absolute;
    top:0px;
    right:50px;
}

.homebutton .primary.button {
    margin: 0 0 10px 0;
}

.homebutton .down-btn {
    margin: 0 0 30px 0;
}
.homebutton h2 {
    font-size: 34px;
    font-weight: 200;
    text-align: center;
}
.call-to-action .homebutton h2 {
    color:#ddd;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    width:50%;
    margin: 0 25% 20px 25%;
    font-weight: 100;
}
.recent-tweets .socialicons {
    margin: 0px 0;
    padding:  0;
}

.recent-tweets .socialicons li{
    display:inline-table;
    margin: 15px 2px 0 2px;
    padding: 0;
}
.clients-list-section h2 {
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    margin: 50px 0 0 0;
}
.recent-tweets .socialicons li a {
    display:block;
    width:37px;
    height: 37px;
    background-color:#676a6b;
    background-repeat: no-repeat;
    background-position: center center;
    opacity:.5;
}

.recent-tweets .socialicons li a:hover {
    opacity:1;
}
.footer-wrapper .socialicons {
    float: right;
    margin: 0 0 0 15px;
    padding: 0;
}
.footer-copyright-social {
    background: #4c5252 !important;
    height: 40px !important;
}

ul.sub-nav .socialicons {
    padding:0!important;
    margin: -1px 0 0 20px!important;

    display:block;
    float: left;
}
ul.sub-nav li {
    margin-bottom: -1px!important;
}

.footer-wrapper {
    background: #4c5252;
    overflow: hidden!important;
}

.footer-wrapper .socialicons li {
    padding:5px 0 0 0;
}
ul.sub-nav .socialicons li,
.footer-wrapper .socialicons li {
    display:inline-table;
}
ul.sub-nav .socialicons li a,
.footer-wrapper .socialicons li a {
    display:block;
    float: left;
    width:30px;
    height: 30px;
    margin: 0;
    background-size: 27px 27px;
    background-color:#676a6b;
    background-repeat: no-repeat;
    background-position: center center;
    opacity:.5;
}
.footer-wrapper .footer-list {
    margin: 15px 0 0 0;
    padding: 0;
}
.footer-wrapper .footer-images img {
    vertical-align: top;
}
.footer-menu.row {
    padding: 20px 0;
    width: 100%;
}
.footer-menu a.logo {
    background: url('/images/footer-logo.png') no-repeat left center;
    height: 56px;
    position: relative;
    top: -15px;
    width: 86px;
}
ul.sub-nav .socialicons li a:hover,
.footer-wrapper .socialicons li a:hover {
    opacity:1;
}
.getstarted {
    display: block;
    margin: 15px 0 0 0;
}
.getstarted a, .getstarted a:hover {
    text-decoration: none;
}
/* footer columns */
.ft-col-a, .ft-col-b, .ft-col-c, .ft-col-d, .ft-col-e, .ft-col-f, .ft-col-g {
    display: block;
    float: left;
}
.ft-col-a {
    width: 160px;
}
.ft-col-b {
    width: 195px;
}
.ft-col-c {
    width: 140px;
}
.ft-col-d {
    width: 110px;
}
.ft-col-e {
    width: 150px;
}
.ft-col-f {
    width: 160px; /*245px*/
}
.ft-col-g {
    width: 195px; /*240px*/
    float: right;
    text-align: right;
}


.socialicons li a.facebook {
    background-image:url(/images/btn-facebook.png);
}
.socialicons li a.twitter {
    background-image:url(/images/btn-twitter.png);
}
.socialicons li a.pintrest {
    background-image:url(/images/btn-pinterest.png);
}
.socialicons li a.rss{
    background-image:url(/images/btn-rss.png);

}
.socialicons li a.google {
    background-image:url(/images/btn-google.png);
}
.socialicons li a.linkedin {
    background-image:url(/images/btn-linkedin.png);
}

.socialicons li a.facebook:hover {
    background-color:#3b5998;
}
.socialicons li a.twitter:hover {
    background-color:#00b4f1;
}
.socialicons li a.pintrest:hover {
    background-color:#ce2021;
}
.socialicons li a.rss:hover {
    background-color:#ff7b00;
}
.socialicons li a.google:hover {
    background-color:#d94230;
}
.socialicons li a.linkedin:hover {
    background-color:#00659b;
}
.section.footer .floating.right p {
    font-size: 12px;
    color: #bfc1bf;
    font-weight: 100;
    line-height: 40px;
    margin: 0;
    padding: 0;
    height: 40px;
    display: block;
    float: left;
}


.section.footer p a {
    color:#fff;
    font-weight: 100;
    margin: 0;
}

.section.footer p a.footer-facebook,
.section.footer p a.footer-twitter {
    display:block;
    float: right;
    width:20px;
    height: 20px;
    margin: 0 0 0 10px!important;
}
.section.footer p a.footer-twitter {
    background: url(/images/footer-twitter.png) no-repeat center center;
}
.section.footer p a.footer-facebook {
    background: url(/images/footer-facebook.png) no-repeat center center;
}

/* Responsive Footer */
.footer-list {
    list-style: none;
}
.footer-list li a {
    color:#939598;
    font-size: 12px;
    text-decoration: none;
}
.footer-phone a {
    color:#f27d00 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}
.col-title, .col-title a {
    color:#ffffff !important;
    font-size: 16px !important;
    text-decoration: none;
}
.company.section .teamphoto {
    text-align: center;
}
.company.section.teamlist h1 {
    margin: 60px 0 40px 0;
    text-align: center!important;
}
.company.section .teamphoto ul {
    margin: 0!important;
    padding: 0!important;
    line-height: 0;
}
.company.section .teamphoto ul li {
    width: 165px!important;
    display:inline-table;
    float: none;
    padding: 0!important;
    line-height: 0;
    margin: 0!important;
    overflow: hidden!important;
}

.company.section .teamphoto .teamwrap {
    height: 60px;
    line-height: 18px;
}

.company.section .teamphoto .teamwrap h6 {
    margin: 0;
}

.company.section .teamphoto .teamwrap img {
    display:block;
    position: absolute;
    top:20px;
}
.liwrap {
    display:block;
    position: relative;
    height: 200px;
    float: left;
    margin: 40px 0 0 0;
    overflow: hidden;
}

.overlay {
    background: url(/images/overlay.jpg);
    display:block;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height: 100%;
    display:none;
    z-index: 99999;
    opacity:.9;
}
.image-modal,
.modal {
    display:block;
    position: fixed;
    width:800px;
    height: 200px;
    background: #fff;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-100px;
    z-index: 999999;
    display:none;
    padding: 30px;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.image-modal {
    width:1000px;
    height: 560px;
    margin-left: -500px;
    margin-top:-280px;
    padding-top:60px;
    padding-bottom: 60px;
}
.popup-image {
    width:100%;
    height: auto;
}
.modal.medium-modal {
    width:1000px;
    margin-left: -500px;
}

.modal.large-modal {
    width:1000px;
    margin-left: -500px;
    height: 550px;
    margin-top:-275px;
}


.modal.stepfinal {
    width: 500px;
    height: 300px;
    margin-left: -250px;
    margin-top:-150px;
    text-align: center;
}
.modal.stepfinal h2,
.modal.stepfinal p {
    display:block;
    float: left;
    width:100%;
    text-align: center;
}
.modal.stepfinal h2 {
    color:#333;
    font-weight: 300;
    font-size: 24px;
    margin-top:45px;
}

.modal.stepfinal p {
    color:#666;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding: 0 50px;
}
.modal steps {
    display:block;
    float: left;
    width:100%;
}
.modal label {
    display:block;
    float: left;
    width:100%;
    clear: both;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.modal textarea,
.modal input[type="text"],
.modal a.button {
    height: 80px;
    line-height: 80px;
    border: none;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    display:block;
    float: left;
    width:30%;
    padding: 20px;
    font-size: 28px;
}

.modal textarea {
    width:100%;
    background: #f5f5f5;
    color:#666;
    height: 180px;
    line-height: 38px;
}


.modal input[type="text"] {
    background: #f5f5f5;
    width:70%;
    color:#666;
}

.modal a.button {
    background: #00bdb5;
    color:#fff;
    font-size: 16px;
    line-height: 80px;
    padding: 0!important;
    text-align: center;
    font-weight: normal!important;
}
.modal p.error-msg {
    color:#F27D00;
    display:block;
    float: left;
    clear: both;
    width:100%;
    margin: 5px 0 0 0;
    line-height: 16px;
    display:None;
}



.modal a.button strong {
    font-weight: bold!important;
}

.steps {
    display:none;
}
.steps.step1 {
    display:block;
}
.step5 .third {
    width:33.33333%;
    margin: 10px 0 20px 0;
    padding: 0;
}
.step5 a.button {
    width:100%;
}

.step5 .third label {
    font-size: 14px;
    margin-bottom: 10px;
}

.steps.error input[type="text"],
.steps.error textarea {
    background: #f7f0e8;
    color:#F27D00;
    opacity:1;
}

.telephone-cta {
    padding-left: 100px!important;
}

.modal .http {
    font-size: 28px;
    top:80px;
}

.modal-close {
    display:block;
    width:30px;
    height: 30px;
    position: absolute;
    background: url(/images/close-icon.png) no-repeat center center;
    right:20px;
    top:20px;
}
p.step-paragraph {
    font-size: 16px;
    line-height: 20px;
    margin:  -10px 0 10px 0!important;
    display:block;
    float: left;
    clear: both;
    width:100%;
}

.featured-container .entry-thumbnail {
    position: relative;
}

.featured-container .entry-thumbnail .share-overlay {
    display:block;
    position: absolute;
    top:100%;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.65);
    opacity:0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.featured-container .post:hover .entry-thumbnail .share-overlay {
    top:0;
    opacity:1;
}
.icon-overlay {
    display:block;
    top:50%;
    width:100%;
    text-align: center;
    position: absolute;
    margin-top:-30px;
}





.share-icons {
    display:inline-table;
    width:20px;
    height: 20px;
    background: #fff;
    text-indent: -99999px;
    opacity:.75;
    margin: 0 5px;
}
.share-icons:hover {
    opacity:1;
}
.icon-overlay label {
    display:inline-table;
    clear: both;
    width:100%;
    color:rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: "futura-pt", "Century Gothic";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.share-icons.ic-facebook {
    background: url(/images/share-facebook.png) no-repeat center center;
}

.share-icons.ic-twitter {
    background: url(/images/share-twitter.png) no-repeat center center;
}

.share-icons.ic-linkedin {
    background: url(/images/share-linkedin.png) no-repeat center center;

}

.featured-container .entry-meta,
.featured-container .entry-meta *	 {
    font-family: "futura-pt", "Century Gothic"!important;
    font-size: 14px;
    font-weight: 400;
    color:#999;
}
.featured-container .entry-meta .entry-date {
    color:#666;
}
.featured-container .entry-meta a {
    color:#00BDB5;

}

.technology.section ul li a {
    background: url(/images/magnifyingglass.png) no-repeat center center #000;
    display:block;
}

.technology.section ul li a img {
    width:300px;
    height: auto;
}

.technology.section ul li a:hover img {
    opacity:.5;
}

.map-cta {
    padding: 30px;
    display:block;
    position: absolute;
    top:90px;
    text-align: left;
    right:50px;
    bottom:50px;
    background: rgba(255,255,255,0.8);
    width:600px;
}

.map-cta h2 {
    font-weight: 300;
    color:#333;
    text-align: center;
    margin: 10px 0 0 0;
}
.page-id-46 .full-height {
    height: 900px!important;
}
.bar-chart {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    width:0;
}
.bar-chart.thick {
    height: 60px;
}
.single-block.stage1 .marketing-messages-1 {
    width:25px;
}
.single-block.stage2 .marketing-messages-2 {
    width:250px;
}
.single-block.stage1 .usage-1 {
    width:100px;
}
.single-block.stage2 .usage-2 {
    width:300px;
}
.single4 label {

}
.pieces {
    display:block;
    width:100%;
    height: 300px;
    position: relative;
    margin-top:30px;
}

.pieces div {
    position: absolute;
}

.piece-center {
    left:160px;
    top:90px;
}

.piece1 {
    background: url(/images/piece1.png) no-repeat center center;
    width:55px;
    height: 72px;
    left:160px;
    top:5px;
    display: none;
}
.piece2 {
    background: url(/images/piece2.png) no-repeat center center;
    width:56px;
    height: 70px;
    left:250px;
    top:10px;
    display: none;
}
.piece3 {
    background: url(/images/piece3.png) no-repeat center center;
    width:71px;
    height: 55px;
    left:320px;
    top:60px;
    display: none;
}
.piece4 {
    background: url(/images/piece4.png) no-repeat center center;
    width:71px;
    height: 55px;
    left:300px;
    top:150px;
    display: none;
}
.piece5 {
    background: url(/images/piece5.png) no-repeat center center;
    width:56px;
    height: 70px;
    left:240px;
    top:180px;
    display: none;
}
.piece6 {
    background: url(/images/piece6.png) no-repeat center center;
    width:55px;
    height: 70px;
    left:150px;
    top:175px;
    display: none;
}
.piece7 {
    background: url(/images/piece7.png) no-repeat center center;
    width:71px;
    height:56px;
    left:70px;
    top:140px;
    display: none;
}
.piece8 {
    background: url(/images/piece8.png) no-repeat center center;
    width:70px;
    height:56px;
    left:80px;
    top:50px;
    display: none;
}

.pie-chart {
    display:block;
    width:250px;
    margin: 0 auto;
}
.investments,
.conversions,
.content-pieces {
    width:370px;
    display:block;
    float: right;
}
.investment {
    display:block;
    float: left;
    width:40px;
    height: 70px;
    background: url(/images/content-piece-1-dollar.png) no-repeat center center;

}
.conversion {
    display:block;
    float: left;
    width:30px;
    height: 30px;
    background: url(/images/conversion.png) no-repeat bottom center;
    margin: 5px;
}

.conversion.converted {
    background: url(/images/conversion.png) no-repeat top center;
}


.content-dollar,
.content-piece {
    display:block;
    float: left;
    width:60px;
    height: 70px;
    display:none;
}

.content-pieces.green .content-piece {
    background: url(/images/content-piece-1.png) no-repeat center center;
}

.content-pieces.blue .content-piece {
    background: url(/images/content-piece-2.png) no-repeat center center;
}

.content-pieces.green .content-dollar {
    background: url(/images/content-piece-1-dollar.png) no-repeat center center;
}

.content-pieces.blue .content-dollar {
    background: url(/images/content-piece-2-dollar.png) no-repeat center center;
}
.recent-blog-posts,
.recent-tweets {
    margin: 50px 0;
}
.recent-blog-posts {
    display:block;
    float: left;
    width:70%;
    padding-right: 30px;
}

.recent-post-title {
    display: block;
    font-weight: 800;
    color: #666666;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin: 15px 0;
}

.recent-blog-posts h3 {
    font-size: 28px;
    font-weight: 100;
}
.tp_recent_tweets li {
    color:#333!important;
}
.single-recent-entry {
    color:#333!important;
    display:block;
    float: left;
    width:100%;
    padding: 30px 0;
    border-top:1px solid #e5e5e5;
}

.recent-tweets {
    background: #f5f5f5;
    display:block;
    float: right;
    width:30%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top:30px;
}

.section.home .inverted h2 {
    font-weight: 100;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color:#333;
    margin: 20px 0;
}

.tp_recent_tweets {
    display:block;
    float: left;
    width:100%;
    margin: 0;
    padding: 0;
}

.tp_recent_tweets ul,
.tp_recent_tweets li {
    overflow: hidden;
    display:block;
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
}

.tp_recent_tweets li {
    line-height: 24px;
    background: none;
    margin: 10px 0;
}
.community-content .entry-content img {
    width:auto!important;
    height: auto!important;
}


.gm-style-iw {
    width:270px!important;
}
.gm-style-iw,
.gm-style-iw * {
    overflow: hidden;
}

.section.home-sections {
    padding-top:0;
    padding-bottom: 0;
    overflow: hidden;
    background: #f9f9f9!important;
}
.section.home-sections .container {
    height: 600px;
    width:1440px;
    padding:60px 0;
}
.section.home-sections .container h4 {
    color:#333;
    font-weight: 600;
    font-size: 18px;
}
.section.home-sections .container p {
    color:rgba(0,0,0,0.75);
    text-shadow:none;
    margin: 20px 0;
}
.section.home-sections.secondary .container h4 {
    color:#fff;
}
.section.home-sections.secondary .container p {
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    color:rgba(255,255,255,0.85);
}

.section.home-sections .container ul,
.section.home-sections .container li {
    display:block;
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
}
.section.home-sections .container li {
    margin-left: 20px;
}
.section.home-sections a {
    color:#333;

}

.section.home-sections.secondary a {
    color:#fff;
}
.section.home-sections a:hover {
    text-decoration: underline;
}
.mobile-nav {
    display:block;
    position: absolute;
    width:30px;
    height: 30px;
    left:30px;
    top:20px;
    background: url(/images/mobilenav.png) no-repeat center center;
    display:none;
}



/* Responsive CSS */

@media only screen and (max-width: 1023px) {


    .search-content {
        width:100%;
    }
    .search-content .entry-content {
        display:none!important;
    }
    .search-sidebar {
        display:none;
    }
    .primary-push {
        height: 70px;
    }


    .home-sections .mini-container {
        padding-left: 50%;
        padding-right: 80px;
    }
    .home-sections.secondary .mini-container {
        padding-right: 50%;
        padding-left: 80px;
    }


    .mobile-nav {
        display:block;
    }
    .section.header {
        border-bottom: 1px solid #e5e5e5;
        width:100%!important;
        position: fixed!important;
        top:0!important;
        height: 70px!important;
        left:0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    .primary.nav {
        width:300px!important;
        display:block!important;
        left:0!important;
        right:auto!important;
        margin-left: -300px;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        top:0!important;

    }

    .primary.nav ul li,
    .primary.nav ul {
        /*display:block!important;*/
        float: left!important;
        width:100%!important;
        margin: 0!important;
    }


    div.wrapper {
        display:block;
        width:100%!important;
        margin-left: 0!important;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out;

    }

    body {
        width:100%;
        overflow: hidden;
    }
    div.wrapper.open {
        margin-left: 300px!important;
    }
    div.wrapper.open .section.header {
        left:300px;
    }


    .tagline,
    .cta-telephone,
    .cta-leadgen {
        display:none;
    }

    a.logo {
        width:180px!important;
        position: absolute;
        left:50%;
        margin-left: -90px;
        top:20px;
    }

}

.mobile-meth {
    display:none;
}

@media only screen and (max-width: 840px) {

    .home-sections .container {
        background-position: right center!important;
    }
    .home-sections.secondary .container {
        background-position: left center!important;
    }

    .home-sections .mini-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .home-sections.secondary .mini-container {
        padding-right: 40px;
        padding-left: 40px;
    }

    .recent-blog-posts,
    .recent-tweets {
        width:100%;
        margin-top:30px!important;
    }
    .recent-tweets  {
        margin-top:-30px!important;
    }
}
.search-form {
    display:inline;
    float: left;
    width:250px;
    margin-bottom:10px!important;
    margin-left: 20px;
}
.search-form .input {
    display:inline;
    float: left;
    width:160px;
}
.newsletter-sidebar .input {
    display:inline;
    float: left;
}
.newsletter-sidebar label {
    display:block;
    float: left;
    margin: 5px 0;
    width:100%;
}
.newsletter-button,
.search-button {
    display:inline;
    float: left;
    background: #00bdb5;
    color:#fff;
    padding: 0 0px!important;
    line-height: 30px;
    width:50px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
}
.newsletter-sidebar .input {
    width:75%;
}
.newsletter-button {
    width:23%;
    margin-left: 2%;
}
h1.screen-reader-text,
.edit-link {
    display:none!important;
}

nav.paging-navigation {
    display:block;
    float: left;
    text-align: center;
    width:100%;
    padding:20px 0 40px 0!important;
}

.nav-links a {
    background: #00BDB5!important;
    color:#fff!important;
    padding:8px 30px!important;
    text-transform: uppercase!important;
    font-size: 11px!important;
    letter-spacing: 0.02em;
}

.nav-previous,
.nav-next {
    display:inline-table;
    width:auto;
}
.community-content .entry-thumbnail {
    display:block;
    height: auto;
}

.community-content .entry-thumbnail .icon-overlay label {
    color:#999;
}
.community-content .entry-thumbnail .icon-overlay .share-icons {
    background-color: #ccc;
}
.community-content .entry-thumbnail .icon-overlay {
    top:auto;
    z-index: 99999!important;
    margin-top:80px;
    width:300px!important;
    left:600px!important;
}
.share-overlay {
    display:block;
}



/** 01-04-2015 **/

@font-face {
    font-family: 'museo_sans500';
    src: url('font/MuseoSans_500-webfont.eot');
    src: url('font/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/MuseoSans_500-webfont.woff2') format('woff2'),
        url('font/MuseoSans_500-webfont.woff') format('woff'),
        url('font/MuseoSans_500-webfont.ttf') format('truetype'),
        url('font/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}



.header.section > .primary.nav{
    display:none;
}

.header.section.fixed > .primary.na{
    display:block;
}



.header.section.fixed .primary.nav li a:hover {
    color:#DB862B !important;
}

.primary ul.sub-menu{
    background-color: #fff;
    border: 1px solid #d9d9d9;
    display: none !important;
    margin-left: -10px;
    margin-top: 35px;
    padding: 0 0 10px 10px;
    position: absolute;
    width: 200px;
}

.primary.nav ul li a{
    text-decoration: none;
    color:#b6b5b0 !important;
    font-family: 'museo_sans500';
    font-size: 11px;
    font-weight: bold;
    text-transform:inherit;
}

.primary ul.sub-menu a {
    color: #353630 !important;
}
.primary ul.sub-menu li a:hover{
    color:#DB862B;
}

.primary ul.sub-menu li{
    margin: 0px !important;
    width:100% !important;
    text-align:left;
    height: 25px!important;
    line-height: 25px!important;
}

.primary li:hover > ul{
    display: block !important;
}
.primary .menu-parent-item-box a:hover {
    background-image:url(/images/menu-arrow.png);
    background-repeat: no-repeat;
    background-position: 14px 15px;
}
.sub-menu a{
    background: none !important;
}
.header.section.fixed {
    height: 40px;
    padding-top: 5px;
    background-color: #343729;
    color:#ddd;
    z-index: 9999;
}

.header.section.fixed .cta-telephone{
    color:#00BBAD;
}



.home .home-menu-main {
    display: none;
}

.home-menu-main{
    width:100%;
    height:45px;
    background: rgba(0,0,0,0.15);
    /*background-color: rgba(255,255,255, 0.5);*/
    line-height: 45px;
    z-index: 9999;
    position: absolute;
}

.home-menu-main .home-main ul li a{
    font-size: 13px;
    font-family: "futura-pt", "Century Gothic";
    font-weight: 500;
    color: rgba(45,45,45,0.75);
    width: 100%;
    display: block;
    float: left;
    line-height: 45px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.home-menu-main .home-main ul li{
    margin: 0;
    float: left;
    width: 14%;
    text-align: center;
    padding: 0;
    background: rgba(255,255,255,0.5);
    border-right: 1px solid rgba(0,0,0,0.1);
}

.home-menu-main ul.sub-menu{
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*border:1px solid #D3D7D8;*/
    /*    position: absolute;
        margin: 45px 0 0 -204px;
        width: 204px;*/
    position: relative;
    width: 100%;
    z-index: 9999;

    display: none;
    text-align: left;

}

.home-menu-main li:hover > ul{
    display: inline-block;
}

.home-menu-main ul.sub-menu li  {
    margin: 0;
    width: 100% !important;
    float: left;
    line-height: 30px;
    text-align: left;
    border: none;
    padding: 0 0 0 10px;
    height: 30px;
}
.home-menu-main ul.sub-menu li, .home-menu-main ul.sub-menu li:hover, .home-menu-main ul.sub-menu li a:hover {
    background: #ebebeb !important;
}

.home-menu-main ul.sub-menu li a{
    color:#333333 !important;
    /*font-family: 'museo_sans500';*/
    font-family: "futura-pt","Century Gothic";
    font-weight: normal !important;
    line-height: 30px;
}

.home-menu-main ul.sub-menu li a:hover, .home-menu-main li a:hover {
    text-decoration: underline;
}

.home-menu-main li.current-menu-item a {
    text-decoration: underline;
}


.phone-no-right-top{
    clear: both; font-size: 18px !important;letter-spacing: -1px;font-family: museo sans;color: #55C8C1;
}

.getstarted-right-top{
    font-size: 18px !important;letter-spacing: 0;text-decoration: none;margin-right:0px; text-transform: capitalize !important;
}

.header.section.fixed  .getstarted-right-top{
    display: none;
}
.header.section.fixed  .phone-no-right-top{
    clear: none;
}

.white_logo{display: none;}
.header.section.fixed .white_logo{float: left; display: block; margin: 5px 15px 0 0; }
.header.section.fixed .logo{display:none;}



.home-menu-main .home-main ul.menu li.current-menu-item a:first-child{
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    color: #ccc;
}
.home-menu-main .home-main ul li a:hover{
    text-decoration: underline;
}

.home-menu-main .home-main ul li:hover{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
}


@media only screen and (min-width:768px) and (max-width:959px){
    .home-menu-main{display: none;}
    .header.section.fixed {background:#ffffff !important;}
    .header.section.fixed .logo{display:block;}


    .page-header h1{text-align: center;}
    .page-header p{text-align: center;}

    .home .full-height .container,
    .home .full-height {
        min-height: 400px!important;
    }
    .full-height .container,
    .full-height {
        min-height: 600px!important;
    }

}

@media only screen and (min-width:481px) and (max-width:767px){
    .home-menu-main{display: none;}
    .header.section.fixed {background:#ffffff !important;}
    .header.section.fixed .logo{display:block;}


    .home .full-height .container,
    .home .full-height {
        min-height: 400px!important;
    }
    .full-height .container,
    .full-height {
        min-height: 600px!important;
    }

    .page-header h1{font-size: 35px; text-align: center; margin-bottom: 10px !important;}
    .page-header p{text-align: center;}

    .home .full-height .container,
    .home .full-height {
        min-height: 400px!important;
    }
    .full-height .container,
    .full-height {
        min-height: 600px!important;
    }
}

@media only screen and (min-width:320px) and (max-width:360px){
    .home-menu-main{display: none;}
    .primary ul.sub-menu{
        border:none;
        display: block;
        margin-left: -10px;
        margin-top: 30px;
        padding: 0 0 10px 10px;
        /*position: fixed;*/
        /*width: 84%;*/
        position: absolute;


    }

    .primary ul.sub-menu li{
        margin: 0px !important;
        width:100% !important;
        text-align:left;
        height: 25px!important;
        line-height: 25px!important;
    }

    .sub-menu .mobile-cta-telephone{
        display: none !important;
        visibility: hidden;
        height: 0 !important;
        width: 0 !important;
    }

    .header.section.fixed {background:#ffffff !important;}
    .header.section.fixed .logo{display:block;}
    .page-header h1{font-size: 25px; text-align: center; /*margin-bottom:0px !important; margin-top: 75px!important;*/ margin: 0 !important; }
    .page-header p{text-align: center; line-height: 14px !important; font-size: 14px !important; }
    /*
.home .full-height .container,
.home .full-height {
    min-height: 400px!important;
}
.full-height .container,
.full-height {
    min-height: 600px!important;
}
    */


}

@media only screen and (max-width:480px){
    .home-menu-main{display: none;}

    .header.section.fixed {background:#ffffff !important;}
    .header.section.fixed .logo{display:block;}

    .page-header h1{font-size: 25px; text-align: center; margin-bottom:0px !important; margin-top: 75px !important;}
    .page-header p{text-align: center; line-height: 14px !important; font-size: 14px !important; }

    /*
        .home .full-height .container,
        .home .full-height {
            min-height: 400px!important;
        }
        .full-height .container,
        .full-height {
            min-height: 600px!important;
        }*/
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .page-header h1{font-size: 25px; text-align: center;  /*margin-bottom:0px !important; margin-top: 75px!important;*/ margin: 105px 0px 5px !important; }
}



.header.section.fixed .phone-no-right-top{margin-top: 15px;}

.home-main ul li{width:16.66% !important; text-align: center; border-right: 1px solid rgba(0, 0, 0, 0.1); height:45px; }
.home-main ul li:last-child{border: none;}
.home-main ul li a, .header.section .floating.right {
    font-family: "futura-pt","Century Gothic";
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media only screen and (min-width:980px){
    li.mobile-cta-telephone.menu-item {
        display: none !important;
    }
}




/* 14 -07-2015 */
@media only screen and (min-width: 1400px) and (max-width: 2500px) {
	ul.sidebar.fixe
	{
		width:350px;
	}
}

.subnavsection ul.sub-nav li:last-child {
	padding-bottom: 20px !important;
	width: auto;
}

form.search-form {
    float: right;
	margin-bottom:0px !important;
}
ul.sub-nav ul.socialicons{
    float: left;
	margin-top:6px !important;
}



/*15-07-2015*/

@media only screen and (min-width: 1024px) and (max-width: 1248px) {
.subnavsection ul .cat-item {
    width: 108px;
}
}

ul.sub-nav .cat-item a {
    background-size: 25px auto;
    float: left;
    height: 24px !important;
    margin-top: -39px !important;
    padding-top: 24px !important;
}
.subnavsection ul.sub-nav li{
    padding-bottom: 0px !important;
}

.subnavsection ul.sub-nav ul.socialicons li {
    padding: 0 !important;
}
.community-content {
    padding: 20px 50px !important;
}

/*02-09-15*/
.page-template-t-landing-seo-solutions {
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-template-t-landing-seo-solutions .content-form-section {
    margin-bottom: 30px;
}
.page-template-t-landing-seo-solutions .page-header h1 {
    margin: 110px 75px 30px 75px;
}
.page-template-t-landing-seo-solutions .page-header p {
    line-height: 24px;
}
.page-template-t-landing-seo-solutions .section .mini-container {
    width: 100%;
    margin: 0;
    padding: 0 5%;
    float: left;
}
.page-template-t-landing-seo-solutions .bottom-section {
    margin-bottom: 30px;
}
.page-template-t-landing-seo-solutions .section .mini-container-2 {
    padding: 0 15%;
    margin: 0;
    width: 100%;
}
.page-template-t-landing-seo-solutions h2 {
    color: #4d4742;
    font-weight: 300;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 0;
}
.page-template-t-landing-seo-solutions #lead-page-form-div {
    float: right;
    background-color: #BBBBBB;
    margin:50px 0 40px 40px;
    position: relative;
}
.page-template-t-landing-seo-solutions header {
    position: relative;
}
.page-template-t-landing-seo-solutions header {
    margin: 0;
    background-color: #333333;
    max-width: 360px;
    padding: 5px 10px;
}
.page-template-t-landing-seo-solutions .arrowgif {
    background: url("http://www.digitalcurrent.com/wp-content/uploads/2015/08/Form-arrow.gif") bottom center no-repeat;
    height: 9px;
    margin: 0 0 10px;
}
.page-template-t-landing-seo-solutions header div {
    font-size: 14px;
    line-height:20px;
    color: #DDD;
}
.page-template-t-landing-seo-solutions header h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.page-template-t-landing-seo-solutions header .arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #333333;
    margin: 0 auto;
    bottom: -20px;
    position: relative;
    margin-top: -15px;
}
.page-template-t-landing-seo-solutions ul {
    list-style: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}
.page-template-t-landing-seo-solutions ul li {
    margin-bottom: 10px;
}
.page-template-t-landing-seo-solutions ul li:last-child {
    margin-bottom: 0;
}
.page-template-t-landing-seo-solutions ul li i {
    padding-right: 10px;
}
.page-template-t-landing-seo-solutions .infographic {
    text-align: center;
}
.page-template-t-landing-seo-solutions .infographic img {
    width: 100%;
}
.page-template-t-landing-seo-solutions .infographic p.infographic-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 30px;
    padding: 0 5%;
}
.page-template-t-landing-seo-solutions ul.icon-list {
    float: left;
    margin-bottom: 20px !important;
}
.page-template-t-landing-seo-solutions ul.icon-list li {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon {
    float: left;
    width: 15%;
    text-align: center;
    padding-top:5px;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon-text {
    float: right;
    width: 83%;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon-text p {
    margin: 0 0 15px;
    padding: 0;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon-text strong {
    color: #4ebdb5;
    font-size: 20px;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon-text a.icon-link {
    color: #f27d00;
    font-style: italic;
    font-weight: bold;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon-text .button {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
.page-template-t-landing-seo-solutions ul.icon-list li .icon-text .button:hover {
    text-decoration: none;
}
.page-template-t-landing-seo-solutions form,
.page-template-t-landing-seo-solutions form > div {
    clear: both;
    overflow: hidden;
    padding: 0 5px;
    margin: 0 0 10px 0;
    max-width: 360px;
}
.page-template-t-landing-seo-solutions form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}
.page-template-t-landing-seo-solutions form > div > label,
.page-template-t-landing-seo-solutions legend {
    width: 25%;
    float: left;
    padding-right: 10px;
}
.page-template-t-landing-seo-solutions form > div > div,
.page-template-t-landing-seo-solutions form > div > fieldset > div {
    width: 100%;
    float: left;
}
.page-template-t-landing-seo-solutions form > div > div.short {
    width: 45%;
    float: left;
}
.page-template-t-landing-seo-solutions form > div > fieldset label {
    font-size: 90%;
}
.page-template-t-landing-seo-solutions fieldset {
    border: 0;
    padding: 0;
}
.page-template-t-landing-seo-solutions input[type=text],
.page-template-t-landing-seo-solutions input[type=email],
.page-template-t-landing-seo-solutions input[type=url],
.page-template-t-landing-seo-solutions input[type=password],
.page-template-t-landing-seo-solutions textarea {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #999999;
}
.page-template-t-landing-seo-solutions input[type=text],
.page-template-t-landing-seo-solutions input[type=email],
.page-template-t-landing-seo-solutions input[type=url],
.page-template-t-landing-seo-solutions input[type=password] {
    width: 100%;
    height: 35px;
    color: #999999;
}
.page-template-t-landing-seo-solutions input[type=text]:focus,
.page-template-t-landing-seo-solutions input[type=email]:focus,
.page-template-t-landing-seo-solutions input[type=url]:focus,
.page-template-t-landing-seo-solutions input[type=password]:focus,
.page-template-t-landing-seo-solutions textarea:focus {
    outline: 0;
    border-color: #4697e4;

}
.page-template-t-landing-seo-solutions .orange {
    display: inline-block;
    border: solid 2px #ffffff;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    color: rgb(51, 51, 51);
    font-weight: 500;
}
.page-template-t-landing-seo-solutions .orange:hover {
    text-decoration: none;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.page-template-t-landing-seo-solutions .orange:active {
    position: relative;
    top: 1px;
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
@media (max-width: 600px) {
    .page-template-t-landing-seo-solutions form > div {
        margin: 0 0 15px 0;
    }

    .page-template-t-landing-seo-solutions form > div > label,
    .page-template-t-landing-seo-solutions legend {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }

    .page-template-t-landing-seo-solutions form > div > div,
    .page-template-t-landing-seo-solutions form > div > fieldset > div {
        width: 100%;
        float: none;
    }

   .page-template-t-landing-seo-solutions input[type=text],
   .page-template-t-landing-seo-solutions input[type=email],
   .page-template-t-landing-seo-solutions input[type=url],
   .page-template-t-landing-seo-solutions input[type=password],
   .page-template-t-landing-seo-solutions textarea,
   .page-template-t-landing-seo-solutions select {
        width: 100%;
    }

    .page-template-t-landing-seo-solutions #lead-page-form-div {
        margin: 10px 0 0 0;
    }

    .page-template-t-landing-seo-solutions header {
        width: 100%;
        max-width: none;
    }

    .page-template-t-landing-seo-solutions form,
    .page-template-t-landing-seo-solutions form > div {
        width: 100%;
        max-width: none;
    }
}
@media (min-width: 1200px) {
    .page-template-t-landing-seo-solutions form > div > label, legend {
        text-align: right;
    }

    .page-template-t-landing-seo-solutions .services-content-div {
        float: left;
        position: relative;
        width: 60%;
    }
}

.page-template-t-landing-seo-solutions .services-page-section {
    background: url(/images/white-arrow-services.gif) top center no-repeat;
}
.page-template-t-landing-seo-solutions .services-page-section h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    color: #333;
    margin: 50px 0 20px 0;
}
.page-template-t-landing-seo-solutions .testimonials-wrapper {
    width: 80%;
    padding: 0;
    margin: 0px 10%;
}
.page-template-t-landing-seo-solutions .services-testimonial {
    width: 45%;
    float: left;
    margin: 40px 0;
}
.page-template-t-landing-seo-solutions .services-testimonial.right-testimony {
    margin-left: 50px;
}
.page-template-t-landing-seo-solutions .services-testimonial h5 {
    float: left;
    width: 80%;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 140%;
}
.page-template-t-landing-seo-solutions .services-testimonial p {
    float: left;
    width: 80%;
    padding: 0 0 0 20px;
    margin: 0;
}
.page-template-t-landing-seo-solutions .services-testimonial img {
    float: left;
    display: block;
    clear: both;
    margin: 0;
}
@media (max-width: 768px) {
    .page-template-t-landing-seo-solutions .testimonials-wrapper {
        width: 100%;
        margin: 0 0;
    }

    .page-template-t-landing-seo-solutions .services-testimonial {
        width: 100%;
    }

    .page-template-t-landing-seo-solutions .services-testimonial.right-testimony {
        margin-left: 0;
    }

    .page-template-t-landing-seo-solutions header {
        width: 100%;
        max-width: none;
    }

    .page-template-t-landing-seo-solutions form,
    .page-template-t-landing-seo-solutions form > div {
        width: 100%;
        max-width: none;
    }

    .page-template-t-landing-seo-solutions #lead-page-form-div {
        margin: 10px 0 0 0;
    }
}

.page-template-t-landing-seo-solutions .divider, .divider-arrow {
    background: #1E97B6 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 2.75rem;
    padding: 15px 0px;
}
.page-template-t-landing-seo-solutions .row-CTA {
    text-align: center;
    vertical-align: middle;
}
.page-template-t-landing-seo-solutions .nine.columns {
    width: 74%;
}
.page-template-t-landing-seo-solutions .column:first-child, .columns:first-child {
    margin-left: 0px;
}
.page-template-t-landing-seo-solutions .column, .columns {
    margin-left: 4%;
}
.page-template-t-landing-seo-solutions .column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.page-template-t-landing-seo-solutions .three.columns {
    width: 22%;
}
.page-template-t-landing-seo-solutions .right {
    float: right;
}
.page-template-t-landing-seo-solutions .column, .columns {
    margin-left: 4%;
}
.page-template-t-landing-seo-solutions .column,
.page-template-t-landing-seo-solutions .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.page-template-t-landing-seo-solutions .button2.white,
.page-template-t-landing-seo-solutions button2.white,
.page-template-t-landing-seo-solutions input.white[type="submit"],
.page-template-t-landing-seo-solutions input.white[type="reset"],
.page-template-t-landing-seo-solutions input.white[type="button"] {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 10px;
    font-size: 1.5rem;
}
.page-template-t-landing-seo-solutions .button2.large,
.page-template-t-landing-seo-solutions button2.large,
.page-template-t-landing-seo-solutions input.large[type="submit"],
.page-template-t-landing-seo-solutions input.large[type="reset"],
.page-template-t-landing-seo-solutions input.large[type="button"] {
    padding: 5px 15px;
}
.page-template-t-landing-seo-solutions .divider a,
.page-template-t-landing-seo-solutions .divider-arrow a {
    color: #FFF;
}
.page-template-t-landing-seo-solutions .button2 {
    margin-bottom: 0rem;
}
.page-template-t-landing-seo-solutions .button2,
.page-template-t-landing-seo-solutions button,
.page-template-t-landing-seo-solutions input[type="reset"],
.page-template-t-landing-seo-solutions input[type="button"] {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    color: #909295;
    border: 1px solid #909295;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}
.page-template-t-landing-seo-solutions a,
.page-template-t-landing-seo-solutions a:hover {
    transition: all 0.3s ease 0s;
}
.page-template-t-landing-seo-solutions .button2.white:hover,
.page-template-t-landing-seo-solutions button.white:hover,
.page-template-t-landing-seo-solutions input[type="submit"].white:hover,
.page-template-t-landing-seo-solutions input[type="reset"].white:hover,
.page-template-t-landing-seo-solutions input[type="button"].white:hover {
    background-color: #f8982a;
    border: 1px solid #f8982a;
}
.page-template-t-landing-seo-solutions .services-content-div {
    float: left;
    position: relative;
    width: 65%;
    margin: 40px 0 0 0;
}
@media (max-width: 1300px) {
    .page-template-t-landing-seo-solutions .services-content-div {
        float: left;
        position: relative;
        width: 50%;
    }
}
@media (max-width: 1024px) {
    .page-template-t-landing-seo-solutions .services-content-div {
        float: left;
        position: relative;
        width: 40%;
    }
}
@media (max-width: 768px) {
    .page-template-t-landing-seo-solutions .services-content-div {
        float: left;
        position: relative;
        width: auto;
    }
}

.page-template-t-landing-seo-solutions [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
.page-template-t-landing-seo-solutions input,
.page-template-t-landing-seo-solutions button,
.page-template-t-landing-seo-solutions select,
.page-template-t-landing-seo-solutions textarea {
    padding: 0px 0px 0px 10px;
}
.page-template-t-landing-seo-solutions .divider-section {
    margin-bottom: 50px;
}
.page-template-t-landing-seo-solutions .divider-section hr {
    border-color: #858585;
}
.page-template-t-landing-seo-solutions .company.section#section4 ul {
    float: left;
}
.page-template-t-landing-seo-solutions .company.section#section4 ul li {
    display: inline-table;
    float: left;
    margin: 0;
    padding: 0px 0px 0px 0px;
    width: 33.3%;
    text-align: center;
}
.page-template-t-landing-seo-solutions .company.section#section4 ul li p {
    color: #4d4742;
    font-size: 16px;
    line-height: 24px;
}
.page-template-t-landing-seo-solutions .company.section#section4 ul li strong {
    color: #4ebdb5;
    font-size: 20px;
    line-height: 24px;
}

@media( max-width: 1023px ) {
    .page-template-t-landing-seo-solutions .page-header h1 {
        padding: 0;
        margin: 110px auto 30px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .page-template-t-landing-seo-solutions .page-header p {
        max-width: 100%;
        text-align: center;
    }
    .page-template-t-landing-seo-solutions .page-header.section.full-height {
        height: 265px !important;
        min-height: 0 !important;
    }
    .page-template-t-landing-seo-solutions .services-content-div,
    .page-template-t-landing-seo-solutions #lead-page-form-div {
        float: none;
    }
    .page-template-t-landing-seo-solutions .services-content-div {
        width: 100%;
    }
    .page-template-t-landing-seo-solutions #lead-page-form-div {
        padding: 0;
        margin: 50px auto 30px;
        width: 360px;
    }
    .page-template-t-landing-seo-solutions ul.icon-list li .icon,
    .page-template-t-landing-seo-solutions ul.icon-list li .icon-text {
        float: none;
        width: 100%;
    }
    .page-template-t-landing-seo-solutions ul.icon-list li .icon {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-template-t-landing-seo-solutions .company.section#section4 ul li {
        float: none;
        width: 100%;
    }
}

@media( max-width: 480px ) {
    .page-template-t-landing-seo-solutions .page-header h1 {
        font-size: 35px;
        margin-top: 95px !important;
        margin-bottom: 15px !important;
    }
    .page-template-t-landing-seo-solutions .page-header p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .page-template-t-landing-seo-solutions .section .mini-container,
    .page-template-t-landing-seo-solutions .section .mini-container-2 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .page-template-t-landing-seo-solutions #lead-page-form-div {
        width: 320px;
    }
    .page-template-t-landing-seo-solutions header h3 {
        font-size: 16px;
    }
    .page-template-t-landing-seo-solutions ul.icon-list li .icon-text .button {
        font-size: 12px;
    }
}