/*
    Theme Name: StartCreative
    Author: StartCreative
    Author URI: http://startcreative.com.au
    Description: ...
    Version: 1.0
*/

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
html, body {
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    width: 100%;
}
html.full,
body.full {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #565656;
    background-color: #FFF;
    line-height: 1.6;
}
a {
    cursor: pointer;
    outline: medium none !important;
    text-decoration: none;
}
p,
span {
    font-size: 18px;
    font-weight: 200;
}
ul li {
    font-size: 18px;
    font-weight: 200;
}
ul {
    list-style: outside none none;
    float: left;
}
*, *:before, *:after {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
input {
    -webkit-appearance: none;
}
#contact h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0;
}
#contact h2.inline {
    margin: 60px 0;
    font-size: 26px;
    font-weight: 100;
}
section {
    display: inline-block;
    float: left;
    width: 100%;
}


section.fullHeight {
    display: table;
    height: 100vh;
    min-height: 800px;
}
section.fullHeight .inner {
    display: table;
    height: 100vh;
    padding: 80px 0;
}
section.fullHeight .inner li.widget,
section.fullHeight .inner .middle {
    display: table-cell;
    vertical-align: middle;
}


.padding {
    padding: 20px !important;
}
.full-content {
    background-position: center;
    background-repeat: repeat-y;
    display: inline;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}
.right {
    width: 50%;
    float: right;
    padding: 15px;
}
.left {
    width: 50%;
    float: left;
    padding: 15px;
}
.rightPadding {
    width: 50%;
    float: right;
    padding: 150px 15px;
}

iframe {
    position: absolute;
}

/* ----------- Main sections ----------- */
section,
#footer {
    display: inline;
    width: 100%;
    float: left;
}
#footer {
    overflow: hidden;
}
.inner {
    height: auto;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    position: relative;
    width: 100%;
}
.btn-full {
    background-color: #333;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    float: none;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 36px;
    margin-bottom: 80px;
    padding: 8px 24px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    white-space: normal;
}
.btn-full:hover {
    background-color: #000;
}

/*  ----------- header -----------  */
.midnightHeader.default {
    background-color: rgba(255,255,255, 0.96);
}
.midnightHeader.white  {
    background-color: none;
    border: 0 none;
}
.midnightHeader.black  {
    background-color: none;
    border: 0 none;
}
.midnightHeader.default .logo.white {
    display: none;
}
.midnightHeader.white .logo.gray {
    display: none;
}
.midnightHeader.black .logo.white {
    display: none;
}

.midnightHeader.default a {
    color: #3d3d3d;
}
.midnightHeader.default .mob-icon span {
    background-color: #3d3d3d;
}
.midnightHeader.white a {
    color: #fff;
}
.midnightHeader.white .mob-icon span {
    background-color: #fff;
}
.midnightHeader.black a {
    color: #3d3d3d;
}
.midnightHeader.black .mob-icon span {
    background-color: #3d3d3d;
}
#header {
    top: 0;
    height: 62px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#header .logo {
    position: relative;
    float: left;
    height: auto;
    margin: 7px 10px;
    width: 120px;
}
#header .logo img {
    position: absolute;
    width: 100%;
    height: auto;
}
#header .mainmenu {
    float: right;
    height: 100%;
    width: auto;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
#header ul {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
#header .mainmenu ul li {
    float: left;
    position: relative;
}
#header .mainmenu ul li a {
    font-size: 16px;
    font-weight: 400;
    padding: 18px 25px;
    display: block;
}
#header .mainmenu ul li a:hover,
#header .mainmenu ul li.current-menu-item a {
    color: #000;
}
#header .mainmenu ul.sub-menu {
    display: none;
}


.mb20 {
    margin-bottom: 20px;
}

/* Mob Icon */

.mob-icon {
    cursor: pointer;
    display: none;
    float: right;
    height: 27px;
    margin: 19px 15px;
    position: relative;
    width: 35px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}

.mob-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mob-icon span:nth-child(1) {
  top: 0px;
}

.mob-icon span:nth-child(2) {
  top: 10px;
}

.mob-icon span:nth-child(3) {
  top: 20px;
}
.mob-icon.open {
    margin: 12px 15px;
}
.mob-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mob-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mob-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.show {
    -ms-transform: translate(-320px, 0); /* IE 9 */
    -webkit-transform: translate(-320px, 0); /* Chrome, Safari, Opera */
    transform: translate(-320px, 0);
}
.scale {
    opacity: 1 !important;
    -ms-transform: scale(1,1) !important; /* IE 9 */
    -webkit-transform: scale(1,1) !important; /* Chrome, Safari, Opera */
    transform: scale(1,1) !important;
}
.fadeIt {
    opacity: 0.5;
}



/* Canvas Menu */
.canvas-menu {
    background-color: rgba(20,165,122, 0.9);
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.34);
    display: none;
    height: auto;
    position: fixed;
    width: 300px;
    padding-top: 70px;
    right: 0;
    z-index: 99;
    height: 100%;
    right: -320px;
    top: 0;
    overflow: auto;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.canvas-menu .inner {
    opacity: 0.5;
    -ms-transform: scale(0.7,0.7); /* IE 9 */
    -webkit-transform: scale(0.7,0.7); /* Chrome, Safari, Opera */
    transform: scale(0.7,0.7);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.canvas-menu ul {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    background-color: transparent;
}
.canvas-menu ul li {
    float: none;
    width: 100%;
    border-bottom: 1px dashed #89d1bc;
}
.canvas-menu ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 100;
    padding: 18px 30px;
    text-transform: uppercase;
}
.canvas-menu ul li a:hover {
    background-color: #fff;
    color: #14a57a;
}
.canvas-menu .info ul.list {
    width: 100%;
    padding: 30px;
    border-top: 1px solid #dee9e6;
    color: #fff;
}
.canvas-menu .info ul.list li {
    padding: 0;
    margin: 20px 0;
    border: 0 none;
    width: 100%;
    float: left;
}
.canvas-menu .info ul.list li address {
    margin: 0;
    font-size: 14px;
    float: left;
}
.canvas-menu .info ul.list li strong {
    float: left;
    width: 100%;
}
.canvas-menu .info ul.list li a {
    padding: 0;
    width: auto;
    float: left;
}
.canvas-menu .info ul.list li a:hover {
    background-color: transparent;
    color: #fff;
}
.canvas-menu .info ul.list li i {
    padding: 0 23px;
}

/* Pre-loader */
.preload-div {
    background-color: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.sc-preloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    -webkit-animation: sc_preloader 2s infinite; /* Safari 4+ */
    -moz-animation: 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s normal none infinite running sc_preloader; /* Fx 5+ */
    -o-animation: sc_preloader 2s infinite; /* Opera 12+ */
    animation: sc_preloader 2s infinite; /* IE 10+, Fx 29+ */

    background-color: transparent;
    border-color: #eee #eee #aaa #aaa;
    border-image: none;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    cursor: wait;
    height: 45px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    position: absolute;
    width: 45px;
    display: block;
    z-index: 10;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
@-webkit-keyframes sc_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes sc_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes sc_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sc_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}





/* ----------- Sections ----------- */
.content {
    padding: 80px;
}

/* Intro */
#intro {
    height: auto;
    position: relative;
    width: 100%;
}
#intro .intro-padding {
    padding: 20px;
    height: 100% !important;
}
#intro h2 {
    color: #55a475;
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: 45px;
    position: relative;
}
#intro h2:before,
#intro h2:after {
    content: "";
    font-size: 20px;
    font-family: entypo;
    position: absolute;
}
#intro h2:before {
    left: -22px;
    top: -15px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
}
#intro h2:after {
    bottom: -18px;
    right: auto;
    margin-left: 5px;
}
#intro span {
    color: #888;
    font-weight: 100;
    font-size: 18px;
}
#intro img.parallax {
    height: auto;
    left: 0;
    max-width: 1920px;
    min-width: 640px;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    margin: auto;
    z-index: -1;
}


.intro-right {
   width: 40%;
   float: right;
}
.intro-left {
    float: left;
    text-align: right;
    width: 60%;
}
.intro-left img.sc_logo {
    margin-top: 130px;
    width: 150px;
    position: relative;
    z-index: 9;
}
#layer0 {
    min-width: 1600px !important;
}
.scroll-down {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 120px;
    float: left;
}
.scroll-down div {
    display: block;
    position: relative;
    width: auto;
    float: none;
    margin: 10px;
    line-height: 15px;
}
.scroll-down i {
    font-size: 22px;
    border: 1px solid;
    border-radius: 25px;
    cursor: pointer;
}
.scroll-down a {
    color: #888;
}
.scroll-down i:hover {
    border: 1px solid #FFF;
    border-radius: 25px;
    color: #FFF;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.sequence {
    float: right;
    height: 381px;
    position: relative;
    width: 340px;
    margin-left: -60px;
    z-index: 0;
}
.sequence img {
    width: 100%;
    height: 100%;
}
.seq-animated {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}


/* Main title */
.main-title {
    background-color: transparent;
    display: block;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}
.main-title h1 {
    font-size: 62px;
    font-weight: 100;
    padding: 80px 20px;
}

/* Pre Porfolio */
#pre-portfolio {
    position: relative;
    background-color: #fff;
}
#pre-portfolio h3.bordered {
    margin: 100px 0;
}
.grid-layout {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 !important;
    display: block;
    position: relative;
}
.box1 {
    width: 33.3%;
}
.box2 {
    width: 66.6%;
}
.box3 {
    width: 33.3%;
}
.box3 a {
    padding-bottom: 4px !important;
}

.grid-layout .column {
    background-color: #fff;
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 2px;
}
.column a {
    color: #fff;
    display: table;
    height: auto;
    float: left;
    line-height: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    height: auto;
    width: 100%;
}
.column a img {
    width: 100%;
    height: auto;
}
.column a .line {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -ms-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.column a .line span {
    font-family: "arial black";
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -ms-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    opacity: 1;
}
span.portCat {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    letter-spacing: 0 !important;
    left: auto !important;
    right: 15px;
}

.column a:hover .line {
    height: 40px;
    background-color: rgba(0,0,0,0.7);
}
.column a:hover .line span {
    bottom: 20px;

}
.column a:hover .hovered {
    opacity: 1;
    margin-top: 0;
}


/* Service Panels */
.service-panels {
    background-image: url("img/home_bg.jpg");
    background-position: center center;
    background-size: 100% auto;
    float: left;
    width: 100%;
}


/* Filter */

#filter {
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
}
#filter ul {
    width: auto;
    float: right;
}
#filter ul li {
    float: left;
    list-style: none !important;
    border: 1px solid;
    margin: 5px;
}
#filter ul li a {
    color: #000;
    padding: 5px 15px !important;
}
#filter ul li:hover,
#filter ul li a:hover,
#filter ul li.current-cat,
#filter ul li.current-cat a {
    color: #34986e;
    border-color: #34986e;
}

#single {
    background-color: #f8f7fc;
    margin-top: 65px;
}
#single .inner {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
}
#banner {
    background-image: url(img/more_services_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
.no-banner {
    padding: 50px 0;
}


/* Homepage Services Sections */

.home-services::before,
.green-streak::before {
    content: "";
    height: 580px;
    left: 0;
    margin: -200px auto auto -59%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 200%;
}
.home-services.d-green::before,
.green-streak::before {
    background-color: #35a374;
    -ms-transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.home-services.l-green::before {
    background-color: #12b3a1;
    -ms-transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
}
.home-services {
    height: 900px;
    display: table;
    position: relative;
}
.home-services > .inner {
    color: #fff;
    display: table-cell;
    position: relative;
    height: auto;
    float: none;
    vertical-align: middle;
    padding: 0;
}
.home-services > .inner > .content {
    float: none;
    max-width: 500px;
    padding: 120px 20px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.home-services h2 {
    color: #FFF;
    font-size: 52px;
    line-height: 52px;
    float: left;
    width: 100%;
}
.home-services p {
    display: block;
    position: relative;
    float: left;
    font-size: 16px;
    padding: 20px 0;
}
.home-services a {
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0;
    padding: 7px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.home-services a:hover {
    background-color: #fff;
    color: #34986e;
}
.home-services img {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 1;
}
img.web-1 {
    max-width: 50%;
    top: 0;
    right: -180px
}
img.web-2 {
    left: 100px;
    max-width: 200px;
    top: 180px;
}
img.marketing-1 {
    left: 100px;
    max-width: 450px;
    top: -70px;
}
img.marketing-2 {
    bottom: -150px;
    left: 100px;
    max-width: 350px;
}
img.graphic-1 {
    max-width: 700px;
    right: -165px;
    top: -200px;
}
img.graphic-2 {
    bottom: 50px;
    left: 100px;
    max-width: 250px;
}
img.video-1 {
    bottom: 140px;
    max-width: 400px;
    left: 0;
}
img.video-2 {
    max-width: 500px;
    top: 0;
    right: 0;
}


@media screen and (max-width: 1100px) {
    img.web-1 {
        max-width: 500px;
        right: -220px;
        top: 0;
    }
    img.web-2 {
        left: 40px;
        max-width: 180px;
        top: 180px;
    }
    img.marketing-1 {
        left: 100px;
        max-width: 400px;
        top: -100px;
    }
    img.marketing-2 {
        bottom: -150px;
        left: 100px;
        max-width: 350px;
    }
    img.graphic-1 {
        max-width: 600px;
        right: -100px;
        top: -230px;
    }
    img.graphic-2 {
        left: 55px;
    }
    img.video-1 {
        max-width: 270px;
    }
}

@media screen and (max-width: 800px) {
    img.web-1,
    img.web-2,
    img.marketing-1,
    img.marketing-2,
    img.graphic-1,
    img.graphic-2,
    img.video-1,
    img.video-2 {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .home-services::before {
        height: 520px;
    }
    .home-services {
        height: 600px;
    }
    .home-services h2 {
        font-size: 44px;
        line-height: 44px;
        margin-top: 60px;
    }
    .home-services.d-green::before {
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    .home-services.l-green::before {
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}









/* Our Clients */
#clients {
    background-color: #fff;
    overflow: hidden;
    padding: 80px 140px;
}
.slick-list {
    background-color: #fff;
}

/* Video Section */
#vidPlay {
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
video {
    height: auto;
    max-width: 1920px;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

#vidPlay.anim {
    background-color: #42af78;
    box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.3);
    margin: 80px 0;
}


/* BreadCrumb */

.breadcrumb {
    width: 100%;
    display: block;
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
}
.breadcrumb a {
    font-size: 18px;
    line-height: 1.2;
}
.breadcrumb i {
    font-size: 10px;
}
#breadcrumbs {
    margin: 0;
    padding: 0;
    color: #ddd;
}
#breadcrumbs span {
    float: none;
    font-size: 20px;
}
#breadcrumbs a {
    color: #3ea071;
    padding: 0 8px;
}
#breadcrumbs a:visited {
    color: #296f4e;
}
.breadcrumb_last {
    color: #333;
    font-size: 20px;
    padding-left: 8px;
}




/**  ------- Headings -------   **/

.pageContent h1 {
    color: #333;
    float: left;
    font-size: 70px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 20px;
    width: 100%;
}
.pageContent h2 {
    color: #333;
    font-size: 36px;
    /*display: inline-block;*/
    width: auto;
    /*float: left;*/
    padding: 5px 0;
    margin-bottom: 25px;
}
.pageContent h3 {
    color: #333;
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    float: left;
    white-space: normal;
    margin: 20px 0;
    width: 100%;
}
.pageContent h4,
.pageContent h5 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000;
    padding: 0;
    clear: both;
}
.pageContent h6 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 100;
}

h3.bordered {
    border: 0 none;
    margin: 50px 0;
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}
h3.bordered span {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    float: none;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 36px;
    padding: 16px 24px;
    text-align: center;
    margin: 0 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    white-space: normal;
}
h3.bordered a span:hover {
    background-color: #333;
    color: #fff;
}

h2.bordered {
    border: 1px solid #3ea071;
    color: #3ea071;
    display: inline-block;
    font-size: 31px;
    font-weight: 100;
    line-height: 50px;
    padding: 5px 20px;
    text-align: center;
    white-space: normal;
    margin: 20px 0;
    width: auto;
}


h1.bordered span {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 42px;
    font-weight: 100;
    line-height: 50px;
    padding: 5px 20px;
    text-align: center;
    white-space: normal;
    margin: 20px 0;
    width: auto;
}

#banner h1 {
    margin: 40px 0;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 40px;
}
#banner h1 span {
    color: #FFF;
    border: 1px solid;
    font-size: 50px;
    padding: 10px 20px;
    float: none;
    margin: 0;
}

#MoreServices h2 {
    border: 0 none;
    float: left;
    margin: 50px 0;
    position: relative;
    width: 100%;
    padding: 20px;
}
#MoreServices h2 span {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
    white-space: normal;
}

#aboutPage {
    display: inline-block;
    width: 100%;
    float: left;
}
#aboutPage h3 {
    color: #3ea071;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}
#aboutPage h2 {
    border: 0 none;
    margin: 50px 0;
    position: relative;
    width: 100%;
    float: left;
    padding: 22px 0;
}
#aboutPage h2 span {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 48px;
    line-height: 50px;
    padding: 10px 20px;
    text-align: center;
    white-space: normal;
    float: none;
}

#servicesPage {
    display: inline-block;
    width: 100%;
    float: left;
}

#servicesPage h3,
#servicesPage h3 a {
    color: #3ea071;
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
#servicesPage h3 a:before {
    content: '\e816';
    font-family: "entypo";
    left: 0;
    position: relative;
    margin-right: 6px;
    font-size: 20px;
    top: -4px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#servicesPage h3 a:hover {
    color: #378e64;
}


#ServiceSingle {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
}

#contactPage {
    display: inline-block;
    width: 100%;
    float: left;
}
.tree {
    text-align: center;
    font-size: 70px;
}
.cColumn {
    float: left;
    text-align: center;
    width: 33.3%;
    padding: 20px;
    margin-top: 40px;
}
.cColumn h2 {
    font-size: 36px;
    color: #FFF;
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 50px;
}
.cColumn i {
    font-size: 38px;
}
#MapCanvas {
    width: 100%;
    float: left;
    display: inline-block;
    height: 350px;
    background-color: #fff !important;
}


/**  ------- Tables -------   **/

/*General*/
.pageContent p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.pageContent table {
    width: 100%;
    float: left;
    display: table;
    border: 0 none !important;
    border-collapse: collapse;
}
.pageContent table tbody {
    width: 100%;
}
.table-half {
    width: 25% !important;
    float: left !important;
}
.pageContent table tr {
    width: 100% !important;
}
.pageContent table tr td {
    width: 50%;
    vertical-align: middle;
    padding: 0 20px;
}
.pageContent table tr td img.size-full {
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 600px;
    padding: 0;
}
img.aligncenter {
    float: none;
    margin: 15px auto;
    display: block;
    clear: both;
}

.pageContent table, th, td {
    border: 0 none !important;
}

/* About Page */
#aboutPage table {
    padding: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 200;
}
#aboutPage tbody {
    width: 100%;
}
#aboutPage table tr {
    border-bottom: 1px solid #ccc;
    float: left;
}
#aboutPage table tr td {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 25px 0;
}

/* Services Page */
#servicesPage table {
    padding: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 200;
}
#servicesPage tbody {
    width: 100%;
}
#servicesPage table tr {
    border-bottom: 1px solid #ccc;
    float: left;
}
#servicesPage table tr td {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 25px 15px;
    width: 33.33%;
}



/* Content Sections */


.section {
    display: table;
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.section.no_padding {
  padding: 0;
}
.section.grey {
    background-color: #f1f4f9;
}
.section.white {
    background-color: #fff;
}
.section.with_bg  {
    padding-bottom: 0 !important;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: 0 93%;
}
.section.with_bg.bg-1 {background-image: url(img/graphicdesign_icons1.svg)}
.section.with_bg.bg-2 {background-image: url(img/graphicdesign_icons2.svg)}


.section.with_bg .col:first-child {
    padding-bottom: 350px;
}
.force-white > * {
  color: #fff !important;
}
.section.green-streak::before,
.section.dgreen-streak::before {
    content: "";
    height: 580px;
    left: 0;
    margin: -230px auto auto -36%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 200%;
}
.section.green-streak::before {
    background-color: #35a374;
    -ms-transform: rotate(-29.5deg);
    -webkit-transform: rotate(-29.5deg);
    transform: rotate(-29.5deg);
}
.section.dgreen-streak::before {
    background-color: #12b3a1;
    -ms-transform: rotate(-29.5deg);
    -webkit-transform: rotate(-29.5deg);
    transform: rotate(-29.5deg);
}

.section .col {
    width: 49.8%;
    display: inline-grid;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}
.section .col-full {
  width: 100%;
  display: inline-grid;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
  margin-bottom: 25px;
}
.section .col.align-top {
    vertical-align: top;
}

.section .col img.size-full {
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 600px;
    padding: 0;
}
.grey:before, .grey:after {
    background: none repeat scroll 0 0 #f1f4f9;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 9999px;
}
.grey:before {
    right: 100%;
}
.grey:after {
    left: 100%;
}

.section.white:before, .section.white:after {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 9999px;
}
.section.white:before {
    right: 100%;
}
.section.white:after {
    left: 100%;
}


.green {
    background: none repeat scroll 0 0 #34986e;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 150px 0;
    color: #FFF;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6 {
    color: #FFF !important;
}
.green:before, .green:after {
    background: none repeat scroll 0 0 #34986e;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 9999px;
}
.green:before {
    right: 100%;
}
.green:after {
    left: 100%;
}




/* PAGES Content */

.contentPadding {
    padding: 40px 80px;
}
.pageContent {
    margin: 70px 0;
}
.pageContent a {
    color: #34986e;
}
.pageContent .banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    margin-bottom: 60px;
    overflow: hidden;
}
.pageContent .blogImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    margin-bottom: 60px;
    overflow: hidden;
}

.pageContent ul {
    clear: both;
}
.pageContent ul li {
    list-style: outside none none;
    padding: 5px 0;
}
.portfolio-single ul {
    clear: both;
    padding: 0;
}
.portfolio-single ul li:before,
#ServiceSingle ul li:before {
    color: #3ea071;
    content: "";
    font-family: "entypo";
    font-size: 20px;
    left: 0;
    position: absolute;
}
#ServiceSingle ul {
    padding: 0;
}
#ServiceSingle ul li {
    position: relative;
    padding: 10px 0px 0 25px;
}
.portfolio-single ul li {
    list-style: outside none none;
    padding: 5px 0 5px 20px;
    position: relative;
}

.main {
    width: 75%;
    float: left;
}
.sidebar {
    width: 25%;
    min-width: 220px;
    float: left;
    padding: 20px;
    list-style: none;
    padding-top: 0;
}
.sidebar h3 {
    font-size: 30px;
}
.sidebar h3 a {
    background-color: #34986e;
    border: 0 none;
    color: #FFF;
    display: inline-block;
    float: none;
    font-size: 22px;
    line-height: 30px;
    padding: 10px 20px;
    text-align: center;
    white-space: normal;
}
.sidebar ul {
    border-left: 1px solid #e8e8e8;
    padding: 0 0 0 10px;
}
.sidebar ul li {
    padding: 10px 0;
}

/* Portfolio Single */

section.imgSection {
    background-color: #f8f7fc;
    width: 100%;
    text-align: center;
}
section.imgSection img {
    width: 100%;
    max-width: 950px;
    height: auto;
}




/* About Page */

#banner li {
    list-style: none;
}
.teamPhotos {
    background-color: #E8E8E8;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}
.teamPhotos ul {
    width: 100%;
    float: left;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}
.teamPhotos ul li {
    background-color: #000;
    float: left;
    display: block;
    height: 100%;
    width: 25%;
    overflow: hidden;
    position: relative;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}
.teamPhotos ul li:hover .Info {
    opacity: 1;
    visibility: visible;
}
.teamPhotos ul li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.teamPhotos ul li .Info {
    background-color: rgba(0,0,0, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    display: table;
    opacity: 0;
    visibility: hidden;
    line-height: auto;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.Info > div {
    display: table-cell;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}
.teamPhotos ul li div h3,
.teamPhotos ul li div h4 {
    color: #FFF;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.teamPhotos ul li div h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
#aboutPage p {
    margin: 0;
    padding: 0;
}

/* Services Page */
#servicesPage ul {
    padding: 0;
    float: left;
    display: inline-block;
    width: 100%;
}
#servicesPage li {
    list-style: none;
}


/* Blog Page */
.row {
    display: table;
    float: left;
    height: auto;
    width: 100%;
}
.articleGrid {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 10px;
    vertical-align: top;
    width: 33.3%;
}

article {
    background-color: #f8f8f8;
    display: table;
    float: left;
    height: 100%;
    width: 100%;
}
article header {
    width: 100%;
    float: left;
    height: auto;
    display: block;
}
article header.blog {
    background-position: center;
    background-color: #a9a9a9;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
}
article header img {
    width: 100%;
    float: left;
    height: auto;
}
article .innerBody {
    display: block;
    float: left;
    padding: 0 15px 15px;
}
article .innerBody h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
}
article .innerBody h3 a {
    color: #3ea071;
}
article .innerBody p {
    font-size: 16px;
}
article .innerBody .date {
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: 100;
    width: 100%;
}
article footer {
    font-size: 12px;
    font-weight: 100;
    color: #b3b3d1;
    width: 100%;
    float: left;
    display: block;
}
.blogPag {
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    float: left;
    margin: 30px 0;
    padding-top: 15px;
    width: 100%;
    height: auto;
}
.blogPag h2 {
    font-size: 22px;
    color: inherit;
    float: left;
    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}



/* More Services Line */

#MoreServices {
    background: url(img/more_services_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: 0;
    text-align: center;
    color: #FFF;
}
#MoreServices h3 {
    color: #fff;
    text-align: center;
}
#MoreServices ul {
    width: 100%;
    display: inline-block;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
}
#MoreServices ul li {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
#MoreServices ul li img {
    margin: 10px auto;
    max-width: 75px;
    display: block;
    width: 100%;
}
#MoreServices ul li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #FFF;
}
#MoreServices ul li span {
    font-size: 28px;
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
#MoreServices ul li p {
    font-size: 16px;
}

.center {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}



/* Cotact Section */
#contact {
    background-color: #f7f8fc;
    display: block;
    float: left;
    width: 100%;
}
#contact .details {
    color: #888;
    float: left;
    padding: 40px;
    margin: 0;
    width: 50%;
    list-style: none;
}
#contact .details h3 {
    color: #378f65;
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
}
#contact .details h3 a {
    color: #378f65;
}
address {
    font-style: normal;
    margin-top: 40px;
}
#contact .form {
    float: right;
    width: 50%;
    padding: 80px;
    position: relative;
}
#contact .bird {
    left: 270px;
    position: absolute;
    top: 64px;
    width: 150px;
}
.testimonial-link {
    border: 1px solid;
    border-radius: 5px;
    color: #34986e !important;
    float: left;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 50px 0 25px;
    padding: 7px 25px;
    text-transform: uppercase;
    white-space: nowrap;
}
.white {
    color: #fff !important;
}
.testimonial-link.white:hover {
    background-color: #fff !important;
    color: #34986e !important;
}
form {
    width: 100%;
    position: relative;
    float: left;
}
form input,
form select {
    background-color: rgba(255,255,255,0.8);
    border: 0 none;
    border-left: 2px solid #ccc;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
    margin: 6px 0;
    padding: 15px;
    width: 100%;
}
form input[type=checkbox]{
    width: auto;
    margin: 10px;
}
form textarea {
    background-color: rgba(255,255,255,0.8);
    border: 0 none;
    border-left: 2px solid #ccc;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
    margin: 6px 0;
    padding: 15px;
    width: 100%;
    resize: none;
}
.submit {
    float: right;
    position: relative;
    width: 220px;
}
.submit i {
    color: #fff;
    font-size: 30px;
    margin: 8px 16px;
    position: absolute;
}
form input[type="submit"] {
    border: 0 none !important;
    background-color: #34986e;
    color: #FFF;
    cursor: pointer;
    width: 100%;
    padding-left: 55px;
}



/* ----------- Footer ----------- */
#footer {
    background-color: #34986e;
    color: #fff;
}
#footer .logo {
    float: left;
    height: auto;
    margin-right: 50px;
    width: 120px;
}
#footer .logo img {
    width: 100%;
    height: auto;
}
#footer .footer-menu {
    display: block;
    float: left;
    height: auto;
}
#footer .footer-menu ul {
    float: left;
    padding: 0;
}
#footer .footer-menu ul li {
    float: left;
    font-size: 18px;
    min-width: 180px;
}
#footer .footer-menu ul li a {
    color: #fff;
    display: block;
    padding: 0;
}
#footer .footer-menu ul li ul {
    list-style: outside none disc;
}
#footer .footer-menu ul li ul li {
    float: none;
    font-size: 14px;
    margin-left: 10px;
    padding: 4px;
    position: relative;
}
#footer .footer-right {
    display: block;
    float: right;
    height: auto;
}
#footer .footer-right .social {
    width: 250px;
}
#footer .footer-right a {
    color: #FFF;
}
#footer .footer-right a i {
    float: left;
    font-size: 28px;
    margin: 20px 5px;
}
#footer .copyright {
    display: block;
    float: left;
    height: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
#footer .copyright span {
    font-size: 11px;
}
#footer .copyright a {
    color: #FFF;
}
.mleft {
    margin-left: 15px;
}
.mright {
    margin-right: 15px;
}



/* Media Grid hook */
.img_wrap .overlays .cell_type {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
}
.img_wrap .overlays .overlay {
    transform: translate(0px, 0px) !important;
}
.img_wrap .overlays .overlay, .img_wrap .overlays .cell_more, .img_wrap .overlays .cell_type {
    transition: all 0.15s ease-in-out 0s !important;
}
.mg_overlay_tit {
    font-family: "Open Sans",sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 15px !important;
    text-decoration: none !important;
    display: table-cell !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
}
.mg_new_filters a.mgf {
    padding: 2px 14px !important;
    height: auto !important;
}
.mg_filter {
    text-align: center !important;
    margin-top: 40px !important;
}
#mg_inside_close:before {
    left: -5px !important;
}
#mg_lb_inside_nav > * > i:before {
    left: 3px !important;
}
.mg_item_title {
    font-weight: 200 !important;
}
h1.js-clip_title {
    display: none !important;
}
.cell_type {
    display: table !important;
}
.cell_type .mg_overlay_tit {
    opacity: 0;
    left: 30px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.cell_type:hover .mg_overlay_tit {
    left: 0;
    opacity: 1;
}
.mgl_1 {
    background-color: #55a575 !important;
}
.mgl_2 {
    background-color: #51987b !important;
}
.mgl_3 {
    background-color: #328171 !important;
}
.mgl_4 {
    background-color: #396273 !important;
}


/* Contact 7 form hook */
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-validation-errors {
    border: 0 none !important;
    color: #b30000 !important;
}
div.wpcf7-mail-sent-ok {
    border: 0 none !important;
    color: #378f65;
    font-size: 14px;
}
div.wpcf7-response-output {
    float: left !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
}
div.wpcf7-validation-errors {
    border: 0 none !important;
    color: #b30000 !important;
}

.wpcf7-not-valid {
    background-color: rgba(255,0,0, 0.1);
}

.scfield {
    height: 0 !important;
    opacity: 0;
    position: absolute !important;
    visibility: hidden !important;
    width: 0 !important;
}
#wpadminbar {
    z-index: 999999 !important;
}


/* 404 Page */
.four-O-four {
    text-align: center;
    padding: 0 20px;
}
.four-O-four h1 {
    font-size: 240px;
    line-height: 240px;
    font-weight: 100 !important;
}
.four-O-four span {
    font-weight: bold !important;
    font-size: 20px !important;
}



/* Requests */

.account {
    background: rgba(52,152,110,1);
    background: -moz-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(52,152,110,1)), color-stop(10%, rgba(52,152,110,1)), color-stop(97%, rgba(91,201,151,1)), color-stop(100%, rgba(91,201,151,1)));
    background: -webkit-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: -o-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: -ms-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: linear-gradient(to bottom, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34986e', endColorstr='#5bc997', GradientType=0 );
    height: 100%;
    display: table;
}
.account h1 {
    color: #fff;
    float: left;
    font-size: 32px;
    font-weight: 100;
    line-height: 60px;
    margin: 0 0 20px;
}
.account .account-inner {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    width: 100% !important;
    padding: 20px;
    max-width: none !important;
    overflow: hidden;
}
.account .tml p {
    margin: 0;
}
.account .account-inner .tml {
    max-width: 400px !important;
    margin: auto;
    width: 100%;
}
.account .account-inner form,
.account .account-inner .message,
.account .account-inner .error,
.account .account-inner h1 {
    border: 0 none;
    border-radius: 5px;
    float: none;
    margin: auto;
    max-width: 400px;
    width: 100%;
}
.account .tml form input[type="submit"] {
    background-color: #fff;
    color: #34986e;
    font-weight: 500;
    padding: 10px 25px;
    float: right;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.account .tml form input[type="submit"]:hover {
    color: #fff;
    background-color: #34986e;
    padding: 10px 27px;
}
.account .tml form input {
    background-color: #fff;
}

.tml-rememberme-wrap {
    display: none !important;
}
.tml-action-links {
    float: none;
    margin: auto !important;
    text-align: center;
    position: relative;
    display: block !important;
    width: 100%;
    max-width: 400px;
    float: left;
}
.tml-action-links a {
    color: #fff;
}
.account .tml label {
    display: none !important;
}



/* Account list - Left */
.account-left {
    width: 45%;
    padding: 40px 20px;
    float: left;
    position: relative;
}

.create-request {
    background-color: #fff;
    border-radius: 5px;
    border: 0 none !important;
    color: #34986e;
    float: right;
    display: block;
    font-size: 22px;
    padding: 16px 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.create-request:hover {
    color: #fff;
    background-color: #34986e;
    padding: 16px 34px;
}


.account-right {
    border-left: 1px solid #fff;
    width: 55%;
    padding: 40px 20px;
    float: left;
    position: relative;
    overflow: hidden;
}

.tickets {
    background: rgba(52,152,110,1);
    background: -moz-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(52,152,110,1)), color-stop(10%, rgba(52,152,110,1)), color-stop(97%, rgba(91,201,151,1)), color-stop(100%, rgba(91,201,151,1)));
    background: -webkit-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: -o-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: -ms-linear-gradient(top, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    background: linear-gradient(to bottom, rgba(52,152,110,1) 3%, rgba(52,152,110,1) 10%, rgba(91,201,151,1) 97%, rgba(91,201,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34986e', endColorstr='#5bc997', GradientType=0 );
    height: 100%;
    display: table;
}
.tickets .tickets-inner {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    width: 100% !important;
    padding: 80px 20px;
    max-width: none !important;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}


.tickets h1 {
    color: #fff;
    float: left;
    font-size: 32px;
    font-weight: 100;
    line-height: 60px;
    margin: 0 0 20px;
    width: 100%;
}
.tickets h3 {
    float: left;
    margin: 6px 0;
}
#wpas_ticketlist {
    font-size: 14px;
    width: 100%;
    float: left;
}
#wpas_ticketlist .list-head {
    width: 100%;
    float: left;
}
#wpas_ticketlist .list-head ul {
    color: #fff;
    display: block;
    float: left;
    margin: 2px 0;
    padding: 0;
    width: 100%;
}
.list-head ul li {
    float: left;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}
.list-body ul li a {
    font-weight: 400 !important;
    color: #34986e !important;
}
#wpas_ticketlist .list-body {
    width: 100%;
    float: left;
}
#wpas_ticketlist .list-body ul {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 2px 0;
    padding: 0;
    width: 100%;
}
.list-body ul li {
    float: left;
    padding: 10px;
    font-size: 14px;
}


/* Request Submission */
.request-submit {
    width: 100%;
    padding: 120px;
    margin: 0;
    float: left;
    display: block;
}

.request-submit form label {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.request-submit form input,
.request-submit form select,
.request-submit form textarea {
    background-color: #fff;
    padding: 10px;
}
.wpas-form-group {
    float: left;
    width: 100%;
}
#wpas_size_wrapper,
#wpas_quantity_wrapper {
    width: 50%;
}
#wpas_size_wrapper {
    padding-right: 5px;
}
#wpas_quantity_wrapper {
    padding-left: 5px;
}


.wpas-help-block {
    font-size: 12px;
    color: #f8f8f8;
}
.wpas-alert {
    border-radius: 5px;
    float: left !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 !important;
    width: auto;
    border: 0 none !important;
}



.list-head ul li:nth-child(1),
.list-body ul li:nth-child(1) {
    width: 45%;
}
.list-head ul li:nth-child(2),
.list-body ul li:nth-child(2) {
    width: 20%;
}
.list-head ul li:nth-child(3),
.list-body ul li:nth-child(3) {
    width: 20%;
}
.list-head ul li:nth-child(4),
.list-body ul li:nth-child(4) {
    width: 15%;
}

.wpas-label {
    border-radius: 3px;
    color: #fff !important;
    padding: 2px 14px;
    white-space: nowrap;
    font-size: 14px;
}



/* Single Request Page */
.wpas-table {
    padding: 0;
}
.ticket-single {
    color: #fff;
    width: 100%;
    padding: 80px;
    float: left;
}
.wpas-ticket-details {
    display: block;
    float: left;
    margin: 50px 0;
    position: relative;
}
.wpas-ticket-details-header {
    display: block;
    float: left;
    position: relative;
    width: 40% !important;
}
.wpas-ticket-details-header .cont-text {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 100%;
}
.wpas-ticket-details-header .cont-text h4 {
    margin-bottom: 10px;
}
.wpas-ticket-details-header ul {
    padding: 0;
    width: 50% !important;
    float: left;
    margin: 0;
}

.wpas-ticket-replies {
    width: 60% !important;
    float: left;
    padding: 20px;
    margin: 0;
}
.wpas-ticket-replies tbody tr,
.wpas-ticket-replies tbody tr td {
    position: relative;
}


.wpas-reply-single:before {
    bottom: -2px;
    background-color: #fff;
    content: "";
    height: 20px;
    position: absolute;
    right: 13px;
    width: 20px;
    z-index: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpas-reply-single {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    color: #363636;
    float: right;
    margin: 0 20px 8px 0;
    padding: 15px;
    position: relative;
    width: 100%;
}
.wpas-status-read:after {
    bottom: 3px;
    color: #ccc;
    content: "Read";
    letter-spacing: 1px;
    font-weight: 200;
    position: absolute;
    right: 7px;
    z-index: 9;
}
.wpas-status-read {

}
.wpas-reply-meta {
    text-align: right;
    position: relative;
    float: right;
    margin-bottom: 40px;
    margin-right: -20px;
}

.wpas-reply-attachements {
    border-top: 1px solid #e8e8e8 !important;
    float: left;
    width: 100%;
    display: block;
}
.wpas-reply-attachements strong {
    float: left;
}
.wpas-reply-attachements ul {
    list-style: circle;
}
.wpas-reply-attachements li {
    font-size: 14px;
    font-weight: 400;
}

.wpas-reply-attachements a {
    color: #34986e;
    font-size: 12px;
}
.wpas-date-ago {
    font-size: 14px;
}


#wpas_files_wrapper {
    margin: 20px 0;
}
.wpas-help-block {
    margin: 0;
}
.wpas-btn {
    background-color: #fff;
    border-radius: 5px;
    border: 0 none !important;
    color: #34986e;
    cursor: pointer;
    font-size: 20px;
    padding: 15px 50px;
    letter-spacing: 1px;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.wpas-btn:hover {
    color: #fff;
    background-color: #34986e;
    padding: 15px 54px;
}
.close-animatedModal {
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    padding: 0 5px;
    text-align: right;
}
.close-request-single {
    font-size: 42px;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 80px;
}
.close-request-single a {
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .ticket-single {
        padding: 80px 5px;
    }
    .close-request-single {
        right: 0;
    }
}
@media screen and (max-width: 940px) {
    .account-right {
        width: 100%;
        border-left: 0 none;
    }
    .account-left {width: 100%}
}
@media screen and (max-width: 840px) {
    .wpas-ticket-details-header {
        width: 100% !important;
    }
    .wpas-ticket-replies {
        width: 100% !important;
    }
    .ticket-single {
        padding: 80px 0;
    }
    .create-request {
        float: none;
        margin: 50px auto;
    }
}


@media screen and (max-width: 770px) {
    .request-submit {
        padding: 40px;
    }
}

@media screen and (max-width: 680px) {
    .tickets .tickets-inner {
        padding: 20px;
    }
    .tickets h1 {
        display: none;
    }
    .list-head ul li:nth-child(1),
    .list-body ul li:nth-child(1) {
        width: 50%;
    }
    .list-head ul li:nth-child(2),
    .list-body ul li:nth-child(2) {
        width: 50%;
    }
    .list-head ul li:nth-child(3),
    .list-body ul li:nth-child(3) {
        width: 50%;
    }
    .list-head ul li:nth-child(4),
    .list-body ul li:nth-child(4) {
        width: 50%;
    }
    .list-head ul li {
        padding: 5px;
    }
    .list-body ul li {
        padding: 5px 10px;
    }
}
@media screen and (max-width: 620px) {
    .wpas-reply-single {
        margin: 0 10px 8px 0;
    }
    .wpas-reply-meta {
        margin-right: -10px;
    }
    .wpas-table {
        padding: 0;
    }
    .request-submit {
        padding: 20px;
    }
}



/*
 * ------------------------------ @MEDIA QUERIES ---------------------------------
 */



/* 1200px */
@media screen and (max-width: 1200px) {
    .column a .hovered .middle h6 {font-size: 32px; line-height: 32px;}
}

/* 1140px */
@media screen and (max-width: 1140px) {
    .Info h3 {font-size: 20px; line-height: 25px;}
    .Info h4 {font-size: 14px; }
}


/* 1050px */
@media screen and (max-width: 1050px) {
    .main {
        width: 100%;
        float: left;
    }
    .sidebar {
        width: 100%;
        min-width: none;
    }
}

/* 1024px */
@media screen and (max-width: 1024px) {
    #webDesg h2,#seo h2,#grapDesg h2,#vidProd h2 {font-size: 42px; line-height: 45px;}
    #intro h2 {font-size: 30px; line-height: 36px;}
    #servicesPage table tr td {width: 50%;}
    .column a .hovered .middle h6 {font-size: 28px; line-height: 28px;}
}

/* 950px */
@media screen and (max-width: 950px) {
    #footer .footer-right {width: 100%;}
    #footer .footer-right .social {margin: 0 auto;}
    #footer .copywrite {text-align: center;}
    #clients {padding: 80px;}
    .row:nth-child(3) {display: none;}
    #MoreServices ul li {width: 50%;}

    .box1 {
        width: 50%;
    }
    .box2 {
        width: 100%;
    }
    .box3 {
        width: 50%;
    }

}
/* 850px */
@media screen and (max-width: 850px) {
    #contact .form {padding: 40px;}
    #contact .form img {left: 220px; top: 24px;}
    .intro-left img.sc_logo {width: 120px;}
    .sequence {height: 347px; width: 310px;}
    .pageContent table tr td {width: 100%;}
    .contentPadding{ padding: 40px 20px;}
    .four-O-four h1 { font-size: 160px; line-height: 160px}
}
/* 744px */
@media screen and (max-width: 744px) {
    span.portCat {display: none;}
}
@media screen and (max-width: 700px) {
    .intro-left {width: 100%;}
    .intro-right {width: 100%; float: left; text-align: center; padding: 20px; padding-top: 0;}
    .scroll-down {margin-top: 50px;}
    .main-title h1 {font-size: 38px;}
    #header .mainmenu ul li a {padding: 25px 22px;}
    #servicesPage h3, #servicesPage h3 a {font-size: 24px;}
    .articleGrid {
        width: 100%;
        display: table-row;
        margin: 20px 0;
        float: left;
    }
}
/* 650px */
@media screen and (max-width: 650px) {
    #header .mainmenu ul {display: none;}
    .canvas-menu {display: block;}
    #header .mob-icon {display: block;}
    #contact .details {width: 100%; padding-bottom: 20px;}
    #contact .form {width: 100%; float: left;}
    #servicesPage table tr td {width: 100%;}
    #servicesPage .section .col {width: 100%;}
    .column a .hovered .middle h6 {font-size: 22px; line-height: 22px;}
}


/* 570px */
@media screen and (max-width: 570px) {
    #clients {padding: 0 20px;}
    h2.clients {width: 100%; text-align: center;}
    #vidPlay .vidbutton {width: 280px;}
    #vidPlay .vidbutton a {font-size: 20px;}
    #webDesg,#seo,#grapDesg,#vidProd {text-align: center; padding: 0 20px;}
    .svg-wrapper {width: 250px;}
    .shape {width: 100% !important;}
    #webDesg img,#seo img,#grapDesg img,#vidProd img {width: 60px; float: none;}
    .service-button {display: table; margin: auto;}
    section h2, #contact h2 {font-size: 28px;}
    #contact .details {padding: 50px 20px;}
    #contact .form {padding: 50px 20px;}
    #contact .form img {left: 170px; top: 40px;}
    #contact .details h3 {font-size: 22px;}
    #intro h2 {font-size: 24px; line-height: 30px;}
    .rightPadding {width: 100%; padding: 150px 40px;}
    .right {width: 100%; padding: 0 40px;}
    .left {width: 100%; padding: 0 40px;}
    .teamPhotos ul li {width: 50%;}
    .pageContent table tr td {width: 100%;}
    .pageContent .section .col {width: 100%;}
    .pageContent .section .col {width: 100%;}
    .section.with_bg .col:first-child {padding-bottom: 50px}
    .tree {display: none;}
    .cColumn {width: 100%; margin-top: 0;}
    #MoreServices ul li {width: 100%;}
    .box1 {
        width: 100%;
    }
    .box2 {
        width: 100%;
    }
    .box3 {
        width: 100%;
    }
    span.portCat {display: block;}
    section.fullHeight {height: auto;}
}

/* 500px */
@media screen and (max-width: 500px) {
    .sequence {display: none;}
    .intro-left{text-align: center;}
    .intro-left img.sc_logo {margin-top: 80px;}
    .intro-right {margin-top: 30px !important;}
    #banner h1 span {font-size: 32px;}
    #aboutPage h2 span {font-size: 32px;}
    .green .left {padding: 0;}
    .green .right {padding: 0;}
    h1.bordered span {font-size: 28px; line-height: 38px;}
    .pageContent h1 {font-size: 40px}
    .four-O-four h1 { font-size: 90px; line-height: 90px}
}

/* 400px */
@media screen and (max-width: 400px) {
    .teamPhotos ul li {width: 100%;}
    .Info h3 {font-size: 35px; line-height: 50px; }
    .Info h4 {font-size: 18px; }
    span.portCat {display: none;}

}


@media screen and (max-width: 700px) {
    .intro-left {text-align: center;}
    .intro-left img.sc_logo {margin-left: auto; float: none; width: 150px;}
    #layer5 {
        display: none;
    }
}
