/*
Theme Name: The Mail Factory	
Theme URI: ****************
Description: Main Theme
Version: 1.0
Author: Andrew Tebbott
Author URI: Gooey Creative

***********************************************************************************************

	Colors:
	
		Dark Purple: #4a3b47;
		Teal: #3b9d91;
		Lime: #e1c64c;
		Eggshell: #ffeab0;
		
***********************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800|Open+Sans+Condensed:300,300italic,700);


/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    vertical-align: baseline;
}

::selection {
    background: #e1c64c;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #e1c64c;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #e1c64c;
    color: #fff;
    text-shadow: none;
}


/* Generic Elements  */
* {
    outline: none !important;
}

body {
    background-image: url('../images/lime-bg.jpg');
    background-repeat: repeat;
    background-color: #e1c64c;
    overflow-x: hidden;
}

a {
    color: #e1c64c;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

    a:hover, a:focus {
        color: #4a3b47;
    }

h1, h2, h3, h4, h5, h6 {
    color: #4a3b47;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
}

p {
    line-height: 22px;
    color: #4a3b47;
    margin: 0 0 20px;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    background-image: url('../images/horizonal-dotted.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center;
}

.lime-bg h1 {
    text-shadow: 1px 1px 1px #fae688;
    font-size: 24px;
    padding-bottom: 10px;
    background-image: url('../images/horizonal-dotted.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
    min-height: 60px;
}

.teal-bg h3 {
    text-shadow: 1px 1px 1px #58baae;
}

.eggshell-bg h3 {
    text-shadow: 1px 1px 1px #fdeec4;
}

.purple-bg h3 {
    text-shadow: none;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-weight: inherit !important;
        font-size: inherit !important;
        color: inherit !important;
    }

ul {
    margin-bottom: 10px;
    color: #4a3b47;
}

ol {
    margin-bottom: 10px;
    color: #4a3b47;
}

li {
    line-height: 24px;
}

table {
    margin-bottom: 10px;
}

tr {
    padding-bottom: 10px;
}

td {
    padding: 0 40px 0 0;
}

strong {
    font-weight: 700;
    font-size: inherit;
    font-family: inherit;
}

em {
    font-style: italic;
    font-size: inherit;
    font-family: inherit;
}

address {
    line-height: 18px;
    color: #4a3b47;
    margin: 0 0 20px;
}

span {
    font-size: inherit;
}


/* Utility Classes */
.desktop {
    display: block;
}

.mobile {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.line {
    height: 1px;
    border-top: 1px solid #d3d2d0;
    margin-bottom: 30px;
    clear: both;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.teal-bg {
    background-color: #3b9d91;
    background-image: url('../images/teal-bg.jpg');
}

.lime-bg {
    background-color: #e1c64c;
    background-image: url('../images/lime-bg.jpg');
}

.eggshell-bg {
    background-color: #ffeab0;
    background-image: url('../images/eggshell-bg.jpg');
}

.purple-bg {
    background-color: #4a3b47;
    background-image: url('../images/purple-bg.jpg');
}

.teal-bg,
.lime-bg,
.eggshell-bg,
.purple-bg {
    background-repeat: repeat;
}

    .lime-bg ::selection {
        background: #4a3b47 !important;
        color: #fff;
        text-shadow: none;
    }

    .lime-bg ::-webkit-selection {
        background: #4a3b47 !important;
        color: #fff;
        text-shadow: none;
    }

    .lime-bg ::-moz-selection {
        background: #4a3b47 !important;
        color: #fff;
        text-shadow: none;
    }

    .teal-bg ::selection {
        background: #e1c64c;
        color: #fff;
        text-shadow: none;
    }

    .teal-bg ::-webkit-selection {
        background: #e1c64c;
        color: #fff;
        text-shadow: none;
    }

    .teal-bg ::-moz-selection {
        background: #e1c64c;
        color: #fff;
        text-shadow: none;
    }

    .eggshell-bg ::selection {
        background: #3b9d91;
        color: #fff;
        text-shadow: none;
    }

    .eggshell-bg ::-webkit-selection {
        background: #3b9d91;
        color: #fff;
        text-shadow: none;
    }

    .eggshell-bg ::-moz-selection {
        background: #3b9d91;
        color: #fff;
        text-shadow: none;
    }

    .purple-bg ::selection {
        background: #ffeab0;
        color: #fff;
        text-shadow: none;
    }

    .purple-bg ::-webkit-selection {
        background: #ffeab0;
        color: #fff;
        text-shadow: none;
    }

    .purple-bg ::-moz-selection {
        background: #ffeab0;
        color: #fff;
        text-shadow: none;
    }

.horizontal-line {
    background-image: url('../images/horizonal-dotted.png');
    background-repeat: repeat-x;
    height: 1px;
}

.button,
.wpcf7-submit {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 18px 60px;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Open Sans Condensed', Helvetica, Arial, Verdana, sans-serif;
    -webkit-box-shadow: 0 3px 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 2px rgba(0,0,0,0.1);
    cursor: pointer;
    font-weight: 600;
    border: none;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.teal-button,
#ndas .wpcf7-submit {
    background-color: #3b9d91;
    background-image: url('../images/teal-bg.jpg');
    border-bottom: 4px solid #288074;
    text-shadow: 1px 1px 1px #32887c;
    color: #fff;
}

#ndas .wpcf7-submit {
    margin-left: -163px !important;
    position: relative;
}

.lime-button,
.wpcf7-submit {
    color: #4a3b47;
    background-color: #e1c64c;
    background-image: url('../images/lime-bg.jpg');
    border-bottom: 4px solid #a39038;
    text-shadow: 1px 1px 1px #f4e189;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.button:hover,
.button:focus {
    border-bottom: 3px solid transparent;
    color: #fff;
    margin-top: 3px;
    text-decoration: none !important;
}

.lime-button:hover,
.lime-button:focus {
    color: #4a3b47;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
    border-bottom: 3px solid transparent !important;
    bottom: -3px;
}

.col-half.left {
    width: 45%;
    padding: 30px 5% 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-small.left {
    width: 20%;
    padding: 30px 5% 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-small.right {
    width: 20%;
    padding: 30px 5% 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-medium.left {
    width: 70%;
    padding: 30px 5% 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-medium.right {
    width: 70%;
    padding: 30px 5% 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-half.right {
    width: 45%;
    padding: 30px 0 0 5%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-one.left {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-two.right {
    width: 75% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-two.left {
    width: 75% !important;
    padding: 30px 0 0 5%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.section-title {
    text-align: center;
    padding: 10px 0;
    display: block;
    z-index: 10;
    background-repeat: repeat;
    position: relative;
}
.pull-right{
    float:right !important;
}
.pull-left{
    float:left !important;
}

.teal-bg .section-title,
.teal-bg .section-description {
    background-color: #3b9d91;
    background-image: url('../images/teal-bg.jpg');
    text-shadow: 1px 1px 1px #58baae;
}

.lime-bg .section-title,
.lime-bg .section-description {
    background-color: #e1c64c;
    background-image: url('../images/lime-bg.jpg');
    text-shadow: 1px 1px 1px #fae688;
}

.eggshell-bg .section-title,
.eggshell-bg .section-description {
    background-color: #ffeab0;
    background-image: url('../images/eggshell-bg.jpg');
    text-shadow: 1px 1px 1px #fdeec4;
}

.purple-bg .section-title,
.purple-bg .section-description {
    background-color: #4a3b47;
    background-image: url('../images/purple-bg.jpg');
    color: #fff;
}

.purple-bg h2,
.purple-bg h3,
.purple-bg h4,
.purple-bg h5,
.purple-bg h6,
.purple-bg p {
    color: #fff;
}

.section-description {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    background-repeat: repeat;
    position: relative;
}


/* Clear Fix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}


/* General Layout Rules */
.outerwrapper {
    overflow: hidden;
    position: relative;
}

.mobile {
    display: none;
}

.wrapper {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

 



.logo-emblem {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -67px;
    z-index: 9999;
    height: 154px;
    width: 135px;
}

    .logo-emblem img {
        display: block;
        width: 100%;
        height: auto;
    }

.logo-text {
    width: 100%;
    max-width: 527px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 11% auto 20px;
    position: relative;
}

    .logo-text img {
        display: block;
        width: 100%;
        height: auto;
    }


/* Main Navigation */
.main-nav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    background-color: transparent;
}

.main-nav {
    text-align: justify;
    width: 40%;
    margin-bottom: 0;
    height: 62px;
}

    .main-nav li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        line-height: 18px;
    }

        .main-nav li a {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            line-height: 20px;
            text-transform: uppercase;
            font-family: 'Open Sans Condensed', Helvetica, Arial, Verdana, sans-serif;
            padding: 20px 0 22px;
            background-position: -200px bottom;
            background-image: url('../images/main-nav-underline.jpg');
            background-repeat: no-repeat;
            display: block;
            -webkit-transition: all ease-in-out 0.4s;
            -moz-transition: all ease-in-out 0.4s;
            -o-transition: all ease-in-out 0.4s;
            transition: all ease-in-out 0.4s;
            font-weight: 600;
            text-shadow: 1px 1px 1px #32887c;
        }

            .main-nav li a:hover,
            .main-nav li a:focus {
                background-image: url('../images/main-nav-underline.jpg');
                background-position: 0 bottom;
                text-decoration: none !important;
            }

        .main-nav li.current a {
            background-image: url('../images/main-nav-underline.jpg');
            background-position: 0 bottom;
            color: #4a3b47;
            text-shadow: 1px 1px 1px #58bbae;
        }

    .main-nav .stretch {
        display: inline-block;
        width: 100%;
        /* if you need IE6/7 support */
        *display: inline;
        zoom: 1;
    }

#nav {
    right: 0;
}

#allcontent-wrapper,
#nav {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0px;
}

.selected,
.site-header.selected,
#side-navigation.selected,
#logo.selected {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

#logo.selected {
    left: 0;
    display: none;
}

#nav.selected {
    right: 260px;
}

#side-navigation {
    position: fixed;
    -webkit-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 259px;
    right: -260px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #2f3248;
    z-index: 1000;
    display: block;
    z-index: 9999;
    border-left: 1px solid rgba(0,0,0,0.1);
    background-color: #3b9d91;
    background-image: url('../images/teal-bg.jpg');
}

    #side-navigation > .menu {
        height: 100%;
        overflow-y: scroll;
    }

    #side-navigation a {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed', Helvetica, Arial, Verdana, sans-serif;
        padding: 15px 20px 15px;
        background-position: -200px bottom;
        background-image: url('../images/main-nav-underline.jpg');
        background-repeat: no-repeat;
        display: block;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        font-weight: 600;
        text-shadow: 1px 1px 1px #32887c;
    }

        #side-navigation a:hover,
        #side-navigation a:focus,
        #side-navigation li.current a {
            background-image: url('../images/main-nav-underline.jpg');
            background-position: 0 bottom;
            color: #4a3b47;
            text-shadow: 1px 1px 1px #58bbae;
            text-decoration: none !important;
        }

.search-bar .wrapper {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.remove-margin-bottom{
    margin-bottom:0px !important;
}
.remove-margin-top{
    margin-top:0px !important;
}

#inner-mobile-nav li,
#mobile-nav li {
    list-style-type: none;
}

.mobile-links li {
    margin-left: 20px;
}

    .mobile-links li i {
        color: #fff;
        font-size: 30px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .mobile-links li i:hover,
        .mobile-links li i:focus {
            cursor: pointer;
            color: #4a3b47;
        }


/* Welcome Section */
#welcome {
    padding-top: 62px;
}

    #welcome .wrapper {
        padding: 0;
    }

.vertical-dotted {
    position: absolute;
    top: 380px;
    left: 50%;
    width: 1px;
    background-image: url('../images/vertical-dotted-lime.png');
    background-repeat: repeat-y;
    height: 100%;
    display: block;
    z-index: 1;
}

.page .vertical-dotted {
    display: none;
}

.home .vertical-dotted {
    display: block;
}

#welcome .button {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 0;
}

#welcome .contact-details {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 0;
    right: auto;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    font-size: 22px;
    line-height: 22px;
    background-image: url('../images/header-telephone-bg.jpg');
    background-repeat: repeat;
    text-shadow: 1px 1px 1px #bba541;
}

    #welcome .contact-details:hover,
    #welcome .contact-details:focus {
        border-bottom: 0px solid transparent;
        color: #fff;
        margin-top: 0;
    }

.homesubtitle {
    padding: 20px 5px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.margin-bottom-40 {
    margin-bottom: -40px !important;
}

.element-content {
    position: absolute;
    z-index: 5;
    top: 90px;
    text-align: center;
    width: 100%;
}

.element-content-row-data {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
}

.site-header {
    padding-top: 105px;
}

#mobile-slider {
    margin-top: 61px;
    width: 100%;
}

.homesubtitle-wrapper {
    text-align: center;
    max-width: 527px;
    width: 100%;
    margin: 0 auto;
}

.section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .section .wrapper {
        padding: 80px 0 100px;
    }

.intro-services {
    padding: 60px 0 110px;
    background-image: url('../images/horizonal-dotted.png');
    background-repeat: repeat-x;
    background-position: left 130px;
}

.col4 {
    width: 21.25%;
    margin: 0 5% 0 0;
    float: left;
}

    .col4.last {
        margin-right: 0;
    }

.md-col-4 {
    width: 28%;
}

.intro-services .col4 {
    text-align: center;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

    .intro-services .col4:hover,
    .intro-services .col4:focus {
        margin-top: -10px;
    }

    .intro-services .col4 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 100%;
        max-width: 200px;
    }

    .intro-services .col4 p {
        text-shadow: 1px 1px 1px #efd86d;
    }

.down-arrow {
    background-image: url('../images/down-arrow-bg.png');
    height: 33px;
    width: 33px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 20px;
    cursor: pointer;
    z-index: 3;
}

    .down-arrow:hover,
    .down-arrow:focus {
        bottom: 15px;
    }


/* Pricing Section */
.pricing-col ul {
    margin: 0 20px 30px;
}

    .pricing-col ul li {
        color: #3b9d91;
        margin-bottom: 8px;
        line-height: 20px;
    }

        .pricing-col ul li span {
            color: #4a3b47;
        }

.pricing-col img {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.pricing-col-wrapper {
    background-image: url('../images/horizonal-dotted.png');
    background-repeat: repeat-x;
    background-position: left 100px;
    position: relative;
}

    .pricing-col-wrapper .button {
        left: 50%;
        margin-left: -123px;
        position: absolute;
        top: 70px;
        z-index: 10;
    }

.pricing-table {
    background-color: #4a3b47;
    margin-bottom: 10px;
}

    .pricing-table p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: 300;
    }

    .pricing-table .line {
        margin: 0;
        height: 0;
        border-top: 1px solid #453441;
    }

.pricing-col-1 {
    padding: 20px;
    display: block;
}

.pricing-col-2 {
    padding: 20px;
    background-color: #584754;
    display: block;
    min-width: 20%;
    text-align: center;
}

    .pricing-col-2 p {
        font-size: 24px;
        line-height: 24px;
        font-weight: 100;
    }

.superscript {
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.subscript {
    position: relative;
    bottom: 0;
    font-size: 80%;
}

.table-notes {
    font-size: 13px;
    line-height: 16px;
    color: #4a3b47;
    text-align: right;
    width: 100%;
    display: block;
}


/* How we Work */
.work-steps {
    background-image: url('../images/horizonal-dotted.png');
    background-repeat: repeat-x;
    background-position: left 62px;
    position: relative;
    margin-bottom: 100px;
    text-align: center;
}

    .work-steps img {
        margin: 0 auto 30px;
        display: block;
    }

    .work-steps p {
        color: #fff;
        margin: 0 auto 20px;
    }

.work-step-button {
    position: relative;
    width: 100%;
    padding: 0 0 60px;
    margin-top: 40px;
}

.work-steps .button {
    position: absolute;
    left: 50%;
    margin-left: -123px;
}

.step2 {
    margin-top: 102px;
}

.step3 .button {
    margin-left: -166px;
}

.step4 {
    margin-bottom: 20px;
}


/* What we test in */
.testing-devices li {
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #fae688;
    margin-left: 50px;
}


/* NDAs */
#ndas {
}

    #ndas .button {
        position: absolute;
        left: 50%;
        margin-left: -163px;
        bottom: 0;
        z-index: 999;
    }

    #ndas .wpcf7 {
        width: 100%;
        max-width: 600px;
        margin: 50px auto;
        position: relative;
        padding-bottom: 10px;
        background-color: #ffeab0;
        background-image: url('../images/eggshell-bg.jpg');
        background-repeat: repeat;
        z-index: 999;
    }

        #ndas .wpcf7 p {
            text-shadow: 1px 1px 1px #fdeec4;
            margin-bottom: 30px;
        }


/* Contact */
#contactus .button {
    margin-top: 20px;
}

    #contactus .button:hover,
    #contactus .button:focus {
        margin-top: 23px;
    }

#up-arrow {
    background-image: url('../images/up-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 39px;
    width: 39px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: -64px;
    z-index: 9;
}

#map {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 500px;
}

.map-wrapper {
    padding: 10px;
    background-color: #40323d;
    background-image: url('../images/dark-purple-bg.jpg');
}

.contact-details {
    text-align: center;
    background-image: url('../images/horizonal-dotted.png');
    background-repeat: repeat-x;
    background-position: left 110px;
}

    .contact-details p a {
        font-weight: 600;
        font-size: 16px;
    }

        .contact-details p a:hover,
        .contact-details p a:focus {
            color: #fff;
        }

.contact-details-inner {
    width: 100%;
    max-width: 400px;
    float: left;
}




/* Quote Form */
.quote-request {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    padding-bottom: 42px;
    overflow: hidden;
    display: none;
    min-height: 0 !important;
}

    .quote-request .wrapper {
        padding-top: 0;
        height: 100%;
    }

    .quote-request .vertical-dotted {
        top: 400px;
    }

    .quote-request .logo-text {
        margin: 0 auto 20px;
        padding-top: 173px;
    }

    .quote-request .homesubtitle {
        text-shadow: 1px 1px 1px #59bcb0;
    }

#close-quote {
    display: inline-block;
    background-image: url('../images/close-form.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    height: 33px;
    line-height: 33px;
    padding-right: 40px;
    text-transform: uppercase;
    margin: 0 0;
    position: relative;
    right: 0;
    font-family: 'Open Sans Condensed', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 20px;
    text-shadow: 1px 1px 1px #2c8a7e;
    z-index: 3000;
}

#close-quote-bottom {
    background-image: url('../images/close-form.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    height: 33px;
    width: 33px;
    line-height: 33px;
    margin-left: -16px;
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    z-index: 1000;
}

.wpcf7 {
    padding-top: 20px !important;
}

    .wpcf7 p.left,
    .wpcf7 p.right {
        width: 48%;
    }

    .wpcf7 p {
        color: #4a3b47;
        font-size: 15px;
        font-weight: 400;
        text-shadow: 1px 1px 1px #59bcb0;
    }

        .wpcf7 p .wpcf7-text {
            width: 90%;
            padding: 10px 5%;
            border: none;
            color: #8d878c;
            font-size: 15px;
            text-shaodw: 1px 1px 1px #fff;
        }

        .wpcf7 p textarea {
            width: 95%;
            padding: 20px 2.5%;
            border: none;
            color: #8d878c;
            font-size: 15px;
            text-shaodw: 1px 1px 1px #fff;
            height: 140px;
        }

        .wpcf7 p .wpcf7-select {
            width: 100%;
        }

.quote-request-form {
    position: relative;
    padding-bottom: 60px;
}

.wpcf7-submit {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -147px;
    z-index: 1000;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    position: absolute !important;
    bottom: 0px !important;
    left: 0 !important;
    height: 5px !important;
    width: 100% !important;
    display: block !important;
    background-color: #c84e4e !important;
    text-indent: -9999px;
    overflow: hidden;
}

div.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 20px 5% !important;
    width: 90% !important;
    background-color: #c84e4e !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px;
    text-align: center;
    clear: both !important;
    position: relative !important;
    z-index: 1000;
}

div.wpcf7-mail-sent-ok {
    background-color: #e1c64c !important;
    background-image: url('../images/lime-bg.jpg') !important;
}

.ajax-loader {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -110px !important;
}

.quote-request-col {
    padding-top: 0 !important;
}



/* Site Footer */
.site-footer {
    padding: 45px 0;
    background-color: #40323d;
    background-image: url('../images/dark-purple-bg.jpg');
    text-align: center;
}

    .site-footer p {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
    }

    .site-footer a.gooey-link {
        color: #ec008b;
        font-weight: 600;
    }

        .site-footer a.gooey-link:hover,
        .site-footer a.gooey-link:focus {
            color: #fff;
        }

.inner-page {
    padding-top: 100px;
}









/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.delay1 {
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay2 {
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay3 {
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay4 {
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.section-description a {
    color: #333;
    padding-left: 20px;
    text-decoration: underline;
}

    .section-description a:hover, .section-description a:focus {
        text-decoration: underline;
    }


.mainbanner {
    background: none !important;
    height: 450px !important;
    padding-top: 20px !important;
    z-index: 99 !important;
}





.bannerheading {
    text-align: left !important;
    background: none !important;
    color: #FFF !important;
    text-shadow: none !important;
}

.bannerdesc {
    background: none !important;
    color: #FFF !important;
    text-shadow: none !important;
    text-align: justify !important;
    padding-bottom: 50px !important;
}


.graphicbanner {
    width: 100% !important;
    clear: both !important;
    background-image: url('/images/service-category/graphics-video-contant.jpg') !important;
    background-size: 100% 100% !important;
    margin-top: 60px !important;
    z-index: 99 !important;
}

.prbanner {
    width: 100%;
    clear: both;
    background-image: url('/images/service-category/public-relation.jpg');
    z-index: 99;
    background-size: 100% 100%;
    margin-top: 60px;
}


.socialbanner {
    width: 100%;
    clear: both;
    background-image: url('/images/service-category/slide-1.jpg');
    background-size: 100% 100%;
    margin-top: 60px;
    z-index: 99;
}

.dmbanner {
    width: 100%;
    clear: both;
    background-image: url('/images/service-category/slide-2.jpg');
    background-size: 100% 100%;
    margin-top: 60px;
    z-index: 99;
}

.webbanner {
    width: 100%;
    clear: both;
    background-image: url('/images/service-category/web-development.jpg');
    background-size: 100% 100%;
    margin-top: 60px;
    z-index: 99;
}


.loc {
    width: 50% !important;
    padding: 30px !important;
}

.Dubai {
    float: left !important;
    padding: 0px !important;
}

.India {
    float: right !important;
    padding: 0px 0px 0px 20px !important;
}

@media screen and (max-width: 700px) {
    .blogbtn {
        display: none !important;
    }

    .snapbtn {
        display: none !important;
    }

    #frmYoutube {
        height: 450px !important;
    }

    .Dubai {
        float: none !important;
        padding: 0px !important;
        width: 100% !important;
    }

    .India {
        float: none !important;
        padding: 0px !important;
        width: 100% !important;
    }


    .loc {
        width: 100% !important;
        padding: 0px !important;
    }

    .simplefilter li {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .pricing-col {
        background-color: transparent !important;
    }

    .webbanner {
        width: 100% !important;
        clear: both !important;
        background: none !important;
        background-size: auto;
        margin-top: 60px !important;
        z-index: 99 !important;
    }

    .graphicbanner {
        width: 100% !important;
        clear: both !important;
        background: none !important;
        background-size: auto;
        margin-top: 60px !important;
        z-index: 99 !important;
    }

    .dmbanner {
        width: 100% !important;
        clear: both !important;
        background: none !important;
        background-size: auto;
        margin-top: 60px !important;
        z-index: 99 !important;
    }

    .socialbanner {
        width: 100% !important;
        clear: both !important;
        background: none !important;
        background-size: auto;
        margin-top: 60px !important;
        z-index: 99 !important;
    }

    .prbanner {
        width: 100% !important;
        clear: both !important;
        background: none !important;
        background-size: auto;
        margin-top: 60px !important;
        z-index: 99 !important;
    }

    .mainbanner {
        background: none !important;
        height: 450px !important;
        padding: 30px 0 60px !important;
        z-index: 99 !important;
    }

    .bannerheading, .bannerdesc {
        color: #4a3b47 !important;
    }

    .home .vertical-dotted {
        display: none !important;
    }
}

.blogbtn {
    position: fixed !important;
    right: -10px !important;
    top: 35% !important;
    background-color: red !important;
    z-index: 9999 !important;
    display: none;
}

.snapbtn {
    position: fixed !important;
    right: 0px !important;
    bottom: 40px !important;
    background-color: red !important;
    z-index: 9999 !important;
}

.lime-bg .contact-details {
    position: absolute;
    top: 80px;
    right: 50px;
    z-index: 0;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    font-size: 22px;
    line-height: 22px;
    background: #9e8827;
    /*background-image: url('../images/header-telephone-bg.jpg');*/
    background-repeat: repeat;
    text-shadow: 1px 1px 1px #bba541;
}

    .lime-bg .contact-details:hover,
    .lime-bg .contact-details:focus {
        border-bottom: 0px solid transparent;
        color: #fff;
        margin-top: 0;
    }

.telephone {
    box-shadow: 0px 3px 0px 0px #bba541;
    font-size: 22px;
    line-height: 22px;
    background: #bba541;
    background-repeat: repeat;
    background-image: none;
    background-repeat: repeat;
    background-image: none;
    background-image: url('../images/header-telephone-bg.jpg');
    background-repeat: repeat;
    text-shadow: 1px 1px 1px #bba541;
}

    .telephone .contact-details:hover,
    .telephone .contact-details:focus {
        border-bottom: 0px solid transparent;
        color: #fff;
        margin-top: 0;
    }
