/*

Theme Name: jwp

Description: Gtech IT Dubai custom template

Author: Shawn Somido/Juls Terobias & The WordPress team

Version: 2

/* ==========================================================================
   HTML5 Boilerplate styles  
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    height: 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    background-image: url('images/bg.jpg');
    background-repeat: repeat;
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#container {
    background-color: #fff;
    min-height:100%;
    position:relative;
    width: 1150px;
    margin: 0 auto;
}
#header {
    background-image: url('images/headerbg.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    height: 105px;

}
#body {
    padding-bottom:90px;   /* Height of the footer */
}
#footer {
    background-image: url('images/footer.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    position:absolute;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    bottom:0;
    width:100%;
    line-height: 60px;
    height:90px;   /* Height of the footer */
}

##footer a {
    color: #808080;
    text-decoration: none;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* header */

#header #logoarea {
    float: left;
    width: 480px;
}
#header #menuarea {
    float: right;
    width: 660px;
}

#logo {
    display: block;
    margin: 0;
    padding: 0;
}

#mobilemenu {
    display: none;
    float: left;
    position: relative;
    z-index: 999;
}

#mobilemenu ul {
    margin: 0;
    padding: 0;
}

#mobilemenu ul li a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

#mobilemenu.dl-menuwrapper button:hover, #mobilemenu.dl-menuwrapper button.dl-active, #mobilemenu.dl-menuwrapper ul {
    background-color: #043a58;
}

/* menu */

#webmenu {
    height: 105px;
}

#webmenu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 45px 0 0 0;
    float: right;
}

#webmenu ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 0 38px 0;
}

#webmenu ul li a {
    color: #da251c;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 20px;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
    border-left: 1px solid #a29f9b;
}

#webmenu ul li ul {
    display: none;
    float: none;
    position: absolute;
    top: 38px;
    padding: 0;
    margin: 0;
    width: 270px;
    z-index: 10;

    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#webmenu ul li:hover ul {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#webmenu ul li ul li {
    display: block;
    padding: 0;

}

#webmenu ul li ul li a {
    background-image: url('images/submenubg.jpg');
    background-repeat: repeat-x;
    border-top: #3a647c 1px solid;
    border-bottom: #01263a 1px solid;
    border-left: none;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
}

#webmenu ul li ul li:first-child {
    padding-top: 15px;
    background-image: url('images/submenuarrow.png');
    background-position: left top;
    background-repeat: no-repeat;
}

#webmenu ul li ul li:first-child a {
    background-image: url('images/submenubg_firstchild.jpg');
    border-top: none;
}

#webmenu ul li ul li a:hover {
    background-color: #03263a;
    background-image: none;
    color: #fff;
}

#webmenu ul li a:hover {
    color: #043a58;
}

/* slider */


#sliderwrap.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 100%;
}


#sliderwrap.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    background-image: url('images/slidernavigation.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 43px;
    width: 43px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    text-indent: 999em;
    font-size: 12px;
    margin: 0;
    opacity: 1;
    padding: 0px;
}

#sliderwrap.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-position: 0 0;
    float: left;
}
#sliderwrap.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background-position: 0 -43px;
}

#sliderwrap.owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -43px 0;
    float: right;
}
#sliderwrap.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-position: -43px -43px;
}

#sliderwrap.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
}

#sliderwrap.owl-theme .owl-controls .owl-page span {
    background-color: #2689c0;
    border-radius: 0;
    display: block;
    height: 17px;
    margin: 5px 7px;
    opacity: 1;
    width: 17px;
}

#sliderwrap.owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    opacity: 1;
}

/* headboxes */
#boxsection {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.boxcol {
    display: block;
    float:left;
    margin: 1% 0 1% 0%;
}

.boxcol:first-child {
    margin-left: 0;
}

.boxgroup:before,
.boxgroup:after { content:""; display:table; }
.boxgroup:after { clear:both;}
.boxgroup { zoom:1; /* For IE 6/7 */ }

/*  GRID OF SIX  */
.boxspan6 {
    width: 100%;
}

.boxspan5 {
    width: 83.33%;
}

.boxspan4 {
    width: 66.66%;
}

.boxspan3 {
    width: 50%;
}

.boxspan2 {
    width: 33.33%;
}

.boxspan1 {
    width: 16.66%;
}

.boxpadd {
    padding: 10px;
}

.boxpadd img {
    height: auto;
    width: 100%;
}

.bodypadd {
    padding: 20px;
}

/* content */
#content {
    width: 100%;
}

#content .contentleft {
    float: left;
    width: 75%;
}

#content .contentright {
    float: right;
    width: 22.5%;
}

/*  homepage  */
#homepage h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #da1e14;
    margin: 0;
    padding: 20px 0;
}

#homepage p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#homepage p b {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#homepage h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-top: 40px;
}

.homecheck {
    list-style: none;
    margin: 0;
    padding: 0;
}

.homecheck li {
    background-image: url('images/homepage_list.jpg');
    background-position: left 5px;
    background-repeat: no-repeat;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}

/* subpage */

#subpage h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #da1e14;
    margin: 0;
    padding: 20px 0;
}

#subpage p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#subpage p b {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#subpage h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-top: 40px;
}

/*  partners */
#partners {
    width: 90%;
    padding: 0 5%;
}

#partnerslider div a {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#partnerslider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-color: transparent;
    background-image: url('images/clientsnavright.png');
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 0px;
    display: block;
    font-size: 12px;
    position: absolute;
    z-index: 500;
    top: 50%;
    left: -27px;
    margin: 0;
    margin-top: -16px;
    overflow: hidden;
    text-indent: -999em;
    opacity: 1;
    height: 44px;
    width: 27px;
    padding: 0;
}
#partnerslider.owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: transparent;
    background-image: url('images/clientsnavleft.png');
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 0px;
    display: block;
    font-size: 12px;
    position: absolute;
    z-index: 500;
    top: 50%;
    right: -27px;
    margin: 0;
    margin-top: -16px;
    overflow: hidden;
    text-indent: -999em;
    opacity: 1;
    height: 44px;
    width: 27px;
    padding: 0;
}

/* subfooter  */

#subfooter {
    background-color: #f5f3f3;
}

#subfooter .subfooterleft {
    float: left;
    width: 75%;
}

#subfooter .subfooterleft .service1 {
    float: left;
    width: 24%;
}

#subfooter .subfooterleft .service2 {
    float: left;
    width: 52%;
}

#subfooter .subfooterleft .service3 {
    float: left;
    width: 24%;
}

#subfooter .subfooterright {
    float: right;
    width: 25%;
}

#subfooter .subfooterright img {
    width: 100%;
    height: auto;
}

.service1 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.service1 ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.service2 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}

.service2 ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.service1 ul li a,
.service2 ul li a {
    color: #7e7e7e;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.service1 ul li a:hover,
.service2 ul li a:hover {
    color: #000;
}

.servicelink {
    color: #494848;
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.servicelink:hover {
    color: #000;
}


/*  sidebar  */

/* contact */

#box_contact {
    background-color: #043a58;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

#box_contact h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
}

#box_contact #sendinquiry {
    background-image: url('images/sendusinquiry_btn.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    width: 203px;
    margin: 10px auto 10px;
    height: 38px;
}

#box_contact .contact_info {
    background-image: url('images/contact_or.jpg');
    background-position: center 15px;
    background-repeat: no-repeat;
    padding-top: 56px;
    color: #fff;
}

#contact .contactleft {
    width: 49%;
    float: left;
}

#contact .contactright {
    width: 49%;
    float: right;
}

/* map */
#locationmap {
    background-image: url('images/locationmaplogo.jpg');
    background-position: center 15px;
    background-repeat: no-repeat;
    background-color: #043a58;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#locationmap.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: hidden;
}

#locationmap h2 {

    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0 20px;
    width: 100%;
}

#locationmap #map_canvas {
    width: 100%;
    height: 290px;
}

#locationmap #map_canvas img {
    width: 100%;
    height: auto;
}

#locationmap .enlargemap {
    background-image: url('images/enlargemaptitle.jpg');
    background-color: #083c58;
    background-position: left center;
    background-repeat: no-repeat;
    height: 43px;
    text-align: right;
}

#locationmap .enlargemap a {
    display: inline-block;
    background-image: url('images/enlargemapicon.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    height: 43px;
    width: 43px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*  inquiry form  */
.inqform {

}

.inqform .inqgroup {
    padding-bottom: 30px;
}

.inqform .inqgroup .inqlabel {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;

}

.inqform .inqgroup .inqinput {
    padding-top: 10px;

}

.inqform .inqgroup .inqinput input,
.inqform .inqgroup .inqinput textarea {
    width: 260px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1140px) {
    #container {
        background-color: #fff;
        margin: 0 auto;
        min-height: 100%;
        position: relative;
        width: 100%;
    }
    #header {
        height: 210px;
        background-position: center bottom;
    }
    #header #logoarea {
        float: none;
        width: 100%;
        text-align: center;
    }
    #header #menuarea {
        float: none;
        width: 100%;
        text-align: center;
    }

    #sliderwrap img {
        width: 100%;
        height: auto;
    }

    #webmenu ul {
        display: inline-block;
        float: none;
    }
    #content .contentleft {
        width:65%;
    }
    #content .contentright {
        width:32.5%;
    }
}

@media only screen and (max-width: 768px) {
    #content .contentleft {
        float: none;
        width:100%;
    }
    #content .contentright {
        float: none;
        width:100%;
    }
    .boxspan1 { width: 32.26%; }
    #mobilemenu {  display: inline-block; text-align: left; float: left; padding-top: 45px;  }
    #webmenu { display: none; }

    .pageimg {
        width: 90%;
        height: auto;
        margin: 0 5%;
    }

    #contact .contactleft {
        width: 100%;
        float: none;
    }

    #contact .contactright {
        width: 100%;
        float: none;
    }

}

@media only screen and (max-width: 480px) {
    .boxspan1 { width: 70%; }
    #logo img {
        width: 100%;
        height: auto;
    }
    #subfooter .subfooterleft {
        float: none;
        width: 100%;
    }

    #subfooter .subfooterleft .service1 {
        float: none;
        width: 100%;
    }

    #subfooter .subfooterleft .service2 {
        float: none;
        width: 100%;
    }

    #subfooter .subfooterleft .service3 {
        float: none;
        width: 100%;
    }

    #subfooter .subfooterright {
        float: none;
        width: 100%;
    }

    .boxpadd {
        padding: 10px 0;
    }

    .bodypadd {
        padding: 20px 1%;
    }

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}