* {
    margin: 0;
    outline: 0;
    padding: 0;
}

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

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

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


/*==========================================
*** HTML TAG STYLES
==========================================*/

body {
    font-family: 'open_sanslight';
    background-color: #1c1c1c;
    color: #FFF;
    font-size: 19px !important;
    line-height: 25px !important;
    font-weight: 400;
}


/*==========================================
*** SHELL STYLES
==========================================*/

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

a {
    color: #FFF;
    text-decoration: none;
    outline: none !important;
}

.nomargin {
    margin: 0 !important;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 15px !important;
}

.display {
    display: block !important;
}

.light {
    font-family: 'open_sanslight';
}

.regular {
    font-family: 'open_sansregular';
}

.italic {
    font-family: 'open_sansitalic';
}

.table-div {
    display: table;
    width: 100%;
}

.table-cell-div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.half-div {
    float: left;
}

.half-div.first {
    width: 43%;
    margin-right: 2%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.half-div.last {
    width: 55%;
    text-align: left;
}

.auto-image {
    width: auto;
    max-width: 95%;
    display: inline-block;
    vertical-align: middle;
}

.centerNextImage {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/*==========================================
*** GRID SYSTEM STYLES
==========================================*/

.wrapper {
    width: 960px;
    margin: 0 auto;
    height: auto;
    position: relative;
}

section.main-top {
    width: 100%;
    background-image: url('../images/main-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.main-top header {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    z-index: 999;
}

section.main-top header .header-bg {
    background-image: url('../images/header-bg.png');
    width: 1024px;
    height: 280px;
    position: absolute;
    top: 0;
    left: -330px;
    z-index: 90;
}

section.main-top header .logo {
    float: left;
    padding-top: 127px;
    padding-left: 4%;
    z-index: 100;
    position: relative;
}

section.main-top header nav {
    float: right;
    margin-top: 52px;
    margin-right: 20px;
    z-index: 100;
    position: relative;
}

section.main-top header ul.menu {
    display: none;
    margin-top: 25px;
    right: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

section.main-top header ul.menu li {
    display: block;
    text-align: right;
    margin-bottom: 1px;
    padding: 10px 25px;
    min-width: 230px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat;
}

section.main-top header ul.menu li a {
    color: #FFF;
    font-size: 22px;
    font-family: 'open_sansregular';
}


/* Menu Toggle Styles */

.menu-toggle {
    display: block;
    float: right;
    background-image: url(../images/icon-menu.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 99999;
    width: 53px;
    height: 43px;
    position: absolute;
    right: 20px;
    top: 34px;
}

section.main-top header ul.active {
    display: block;
}

section.main-top figure {
    width: 100%;
    z-index: 900;
}

section.main-top figure .padding {
    padding: 60px 25px 30px 135px;
    margin: 0 auto;
    max-width: 670px;
}

section.main-top figure h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: normal;
}

section.main-top figure p.small {
    line-height: 28px;
    font-size: 18px;
}

section.main-top figure a {
    text-decoration: underline;
    color: #007dcd;
}

section.main-top figure ul {
    display: block;
    margin-left: 20px;
}

section.main-top figure ul li {
    margin-bottom: 10px;
    list-style: disc !important;
    padding-left: 15px;
    font-size: 19px;
}

section.big-title {
    width: 960px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    padding: 60px 0 55px 0;
    font-size: 38px;
}

section#methodology {
    width: 100%;
    margin-bottom: 50px;
}

section#methodology div.tabs {
    width: 100%;
}

section#methodology div.tabs .tab_content {
    width: 100%;
    display: none;
    /*background-color: #00ace4;
    background-image: url(../images/floor-bg.png);*/
    background-image: url(../images/repeating-background.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

section#methodology div.tabs h2 {
    cursor: pointer;
    height: 55px;
    padding-top: 25px;
    width: 100%;
    border-top: 1px solid #0e6582;
}

section#methodology div.tabs h2.last {
    border-bottom: 1px solid #0e6582;
}

section#methodology div.tabs h2 > span {
    margin: 0 auto;
    padding-top: 3px;
    width: 320px;
    height: 29px;
    background-image: url(../images/slide-plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

section#methodology div.tabs h2.active > span {
    background-image: url(../images/slide-minus.png);
}

section#methodology div.tabs .tab_content .tab-content {
    margin: 0 auto;
    width: 800px;
    padding: 30px 80px 15px 80px;
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
    position: relative;
}

section#methodology div.tabs .tab_content .tab-content p {
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

section.projects {
    width: 100%;
    margin-bottom: 0px;
}

section.projects h2 {
    color: #FFF;
    text-align: center;
    padding: 60px 0 55px 0;
    font-size: 38px;
    font-weight: normal;
}

section.projects figure {
    width: 192px;
    height: 192px;
    margin-bottom: 25px;
    text-align: center;
    float: left;
}

section.projects figure .table-div {
    height: 192px;
    width: 80%;
    padding: 0 10%;
}

section.projects figure img {
    width: auto;
    max-width: 100%;
}

section.contact {
    width: 100%;
    margin-bottom: 150px;
}

section.contact h2 {
    color: #FFF;
    text-align: center;
    padding: 60px 0 55px 0;
    font-size: 38px;
    font-weight: normal;
}

section.contact form {
    width: 60%;
    margin: 0 20%;
}

section.contact input, section.contact textarea {
    width: 94%;
    border: none;
    margin-bottom: 17px;
    color: #FFF;
    font-size: 24px;
    padding: 8px 3%;
    background: #007dcd;
    /*
    background: -moz-linear-gradient(top, #ab61d6 0%, #8945b0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ab61d6), color-stop(100%, #8945b0));
    background: -webkit-linear-gradient(top, #ab61d6 0%, #8945b0 100%);
    background: -o-linear-gradient(top, #ab61d6 0%, #8945b0 100%);
    background: -ms-linear-gradient(top, #ab61d6 0%, #8945b0 100%);
    background: linear-gradient(to bottom, #ab61d6 0%, #8945b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab61d6', endColorstr='#8945b0', GradientType=0 );
    */
}

section.contact textarea {
    min-height: 200px;
    resize: vertical;
}

section.contact button {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 24px;
    border: none;
    margin-top: 5px;
    padding-right: 50px;
    background-image: url(../images/icon-send.png);
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
}

section.contact input::-webkit-input-placeholder, section.contact textarea::-webkit-input-placeholder {
    color: #FFF;
}

section.contact input:-moz-placeholder, section.contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

section.contact input::-moz-placeholder, section.contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

section.contact input:-ms-input-placeholder, section.contact textarea:-ms-input-placeholder {
    color: #FFF;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 40px;
    right: 60px;
    display: none;
    text-indent: -9999px;
    background: url("../images/xicon_scroll_top.png") no-repeat;
}


/*==========================================
*** RESPONSIVNESS STYLES - TABs AND MOBILE
==========================================*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    section, header, footer {
        width: 100%;
    }
    .wrapper {
        width: 96%;
        padding: 0 2%;
    }
    section.big-title {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 45px;
        padding-bottom: 35px;
    }
    section#methodology div.tabs .tab_content .tab-content {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    section.main-top header nav {
        margin-right: 0;
    }
    .header-bg {
        display: none;
    }
    section.projects figure.clients {
        height: auto;
        min-height: 200px;
        background-position: center center;
    }
    section.projects h2 {
        padding: 30px 0 55px 0;
    }
    section.projects {
        margin-bottom: 40px;
    }
    .menu-toggle {
        right: 2%;
    }
    section.projects figure {
        width: 20%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    section, header, footer {
        width: 100%;
    }
    .wrapper {
        width: 96%;
        padding: 0 2%;
    }
    section.big-title {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 45px;
        padding-bottom: 35px;
    }
    section#methodology div.tabs .tab_content .tab-content {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    section.main-top header .logo {
        padding-top: 30px;
        float: left;
        text-align: center;
    }
    .menu-toggle {
        top: 35px;
    }
    section.main-top header {
        height: auto;
        padding-bottom: 60px;
    }
    section.main-top header nav {
        margin-top: 0px;
        margin-right: 0px;
        width: 100%;
    }
    section.main-top header ul.menu {
        position: static;
    }
    section.main-top header ul.menu li {
        text-align: center;
        padding: 0;
    }
    section.main-top header ul.menu li a {
        font-size: 18px;
        display: block;
        padding: 10px 25px;
        margin-bottom: 5px;
    }
    section.main-top figure h2 {
        font-size: 30px;
        line-height: 32px;
    }
    section.main-top figure p {
        line-height: 28px;
        font-size: 16px;
    }
    section.main-top figure ul li, section#methodology div.tabs h2 > span, section#methodology div.tabs .tab_content .tab-content p, section#methodology div.tabs .tab_content .tab-content {
        font-size: 15px;
    }
    section.main-top figure .padding {
        padding: 15px 25px 15px 25px;
    }
    section.big-title {
        font-size: 30px;
    }
    section#methodology div.tabs h2 {
        height: 45px;
        padding-top: 10px;
    }
    section#methodology div.tabs .tab_content .tab-content {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .header-bg {
        display: none;
    }
    section.projects figure.clients {
        height: auto;
        min-height: 200px;
        background-position: center center;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    section.projects h2 {
        padding: 30px 0 55px 0;
    }
    section.projects {
        margin-bottom: 40px;
    }
    .menu-toggle {
        right: 2%;
    }
    section.contact input::-webkit-input-placeholder, section.contact textarea::-webkit-input-placeholder {
        /*color:#b0aeae; text-transform:uppercase; font-size:29px;*/
        color: #ffffff;
        font-size: 24px;
    }
    section.contact input:-moz-placeholder, section.contact textarea:-moz-placeholder {
        /* Firefox 18- */
        /*color:#b0aeae; text-transform:uppercase; font-size:29px;*/
        color: #ffffff;
        font-size: 24px;
    }
    section.contact input::-moz-placeholder, section.contact textarea::-moz-placeholder {
        /* Firefox 19+ */
        /*color:#b0aeae;  text-transform:uppercase; font-size:29px;*/
        color: #ffffff;
        font-size: 24px;
    }
    section.contact input:-ms-input-placeholder, section.contact textarea:-ms-input-placeholder {
        /* color:#b0aeae; text-transform:uppercase; font-size:29px;*/
        color: #ffffff;
        font-size: 24px;
    }
    section.contact input[type="text"] {
        height: 50px;
        width: 94%;
        background-color: #007dcd;
        border: none;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 24px;
        padding: 0 3%;
    }
    section.contact input[type="text"].short {
        width: 94%;
    }
    section.contact textarea {
        height: 60px;
        width: 94%;
        background-color: #007dcd;
        border: none;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 24px;
        padding: 1% 3%;
        height: 150px;
    }
    section.contact input[type="submit"] {
        background-color: #007dcd;
        padding: 0.5% 4%;
        color: #FFF;
        font-size: 29px;
        border: none;
        margin-top: 15px;
    }
    section.main-top figure p.small {
        font-size: 15px;
    }
    section.projects h2, section.contact h2 {
        font-size: 30px;
    }
    section.contact {
        margin-bottom: 80px;
    }
    section.projects figure {
        width: 50%;
        height: 150px;
    }
    section.projects figure .table-div {
        height: 150px;
    }
    section.contact form {
        width: 100%;
        margin: 0%;
    }
    .scrollup {
        display: none !important;
    }
    .half-div {
        float: none;
    }
    .half-div.first {
        width: 100%;
        margin-right: 0%;
        text-align: center;
        position: relative;
    }
    .half-div.last {
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }
    .auto-image {
        max-width: 60%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    body {
        overflow-x: hidden;
    }
    section, header, footer {
        width: 100%;
    }
    .wrapper {
        width: 96%;
        padding: 0 2%;
    }
    section.main-top {
        height: auto;
        min-height: 500px;
    }
    section.big-title {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    section#methodology div.tabs .tab_content .tab-content {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    section.main-top header .logo {
        padding-top: 30px;
        float: left;
        text-align: center;
    }
    .menu-toggle {
        top: 38px;
        background-image: url(../images/icon-menu-mobile.png);
        background-repeat: no-repeat;
        background-position: right;
        z-index: 99999;
        width: 25px;
        height: 20px;
    }
    section.main-top header {
        height: auto;
        padding-bottom: 20px;
    }
    section.main-top header nav {
        margin-top: 0px;
        margin-right: 0px;
        width: 100%;
    }
    section.main-top header ul.menu {
        position: static;
    }
    section.main-top header ul.menu li {
        text-align: center;
    }
    section.main-top header ul.menu li {
        text-align: center;
        padding: 0;
    }
    section.main-top header ul.menu li a {
        font-size: 14px;
        display: block;
        padding: 10px 25px;
        margin-bottom: 5px;
    }
    section.main-top figure h2 {
        font-size: 22px;
        line-height: 25px;
    }
    section.main-top figure p {
        line-height: 26px;
        font-size: 14px;
    }
    section.main-top figure ul li, section#methodology div.tabs h2 span, section#methodology div.tabs .tab_content .tab-content p, section#methodology div.tabs .tab_content .tab-content {
        font-size: 13px;
    }
    section.big-title {
        font-size: 22px;
    }
    section#methodology div.tabs h2 {
        height: 45px;
        padding-top: 10px;
    }
    section#methodology div.tabs .tab_content .tab-content {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    section.main-top header .logo a img {
        width: 190px;
    }
    section.main-top figure .padding {
        padding: 15px 15px 0px 15px;
    }
    section#methodology div.tabs h2 span, section#methodology div.tabs h2 span.active {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        background-position: right 2% center;
    }
    section#methodology div.tabs .tab_content .tab-content p {
        line-height: 20px;
    }
    .header-bg {
        display: none;
    }
    section.projects figure.clients {
        height: auto;
        min-height: 120px;
        background-position: center center;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    section.projects h2 {
        padding: 30px 0 25px 0;
    }
    section.contact h2 {
        padding: 30px 0 25px 0
    }
    section.projects {
        margin-bottom: 20px;
    }
    .menu-toggle {
        right: 2%;
    }
    section.contact {
        margin-bottom: 50px;
    }
    section.contact input::-webkit-input-placeholder, section.contact textarea::-webkit-input-placeholder {
        /*color:#b0aeae; text-transform:uppercase; font-size:18px;*/
        color: #ffffff;
        font-size: 16px;
    }
    section.contact input:-moz-placeholder, section.contact textarea:-moz-placeholder {
        /* Firefox 18- */
        /*color:#b0aeae; text-transform:uppercase; font-size:18px;*/
        color: #ffffff;
        font-size: 16px;
    }
    section.contact input::-moz-placeholder, section.contact textarea::-moz-placeholder {
        /* Firefox 19+ */
        /*color:#b0aeae;  text-transform:uppercase; font-size:18px;*/
        color: #ffffff;
        font-size: 16px;
    }
    section.contact input:-ms-input-placeholder, section.contact textarea:-ms-input-placeholder {
        /* color:#b0aeae; text-transform:uppercase; font-size:18px;*/
        color: #ffffff;
        font-size: 16px;
    }
    section.contact input[type="text"] {
        height: 40px;
        width: 94%;
        background-color: #007dcd;
        border: none;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 16px;
        padding: 0 3%;
    }
    section.contact input[type="text"].short {
        width: 94%;
    }
    section.contact textarea {
        height: 60px;
        width: 94%;
        background-color: #007dcd;
        border: none;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 16px;
        padding: 1% 3%;
        height: 150px;
    }
    section.contact input[type="submit"] {
        background-color: #007dcd;
        padding: 0.5% 4%;
        color: #FFF;
        font-size: 18px;
        border: none;
        margin-top: 15px;
    }
    section.main-top figure p.small {
        font-size: 13px;
    }
    section.projects h2, section.contact h2 {
        font-size: 22px;
    }
    section.main-top figure ul li {
        margin-bottom: 5px;
    }
    section.projects figure {
        width: 50%;
        height: 150px;
    }
    section.projects figure .table-div {
        height: 150px;
    }
    section.contact form {
        width: 100%;
        margin: 0%;
    }
    .half-div {
        float: none;
    }
    .half-div.first {
        width: 100%;
        margin-right: 0%;
        text-align: center;
        position: relative;
    }
    .half-div.last {
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }
    .auto-image {
        max-width: 60%;
    }
}

.wow {
    visibility: hidden;
}

.validationError {
    border: #c0392b solid 1px;
}

#contactFormMessages {
    display: none;
    float: left;
    width: 70%;
    min-height: 35px;
    padding-top: 10px;
}

#contactFormMessages.error {
    color: #ffffff;
    display: block;
}

#contactFormMessages.success {
    color: #ffffff;
    display: block;
}

.disclaimer {
    font-size: 12px;
}

.captchaHolder{
    text-align: center; 
    margin: 70px auto 0px auto; 
    width: 49%;
}

/*@media only screen and (max-width: 767px) {
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}*/