﻿@charset "utf-8";

/* ------------ Reset ------------ */
.footer {
    background-color: #14850c;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0px;
    padding: 0px 0px;
    position: static;
    right: 0px;
    left: 0px;
    margin-top: 10px;
}

.btn-primary {
    background-color: #14850c !important;
    color: #fff !important;
}




body {
    font-family: 'Open Sans', arial, sans-serif;
    color: #96979d;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    line-height: normal;
}

a {
    color: #96979d;
    text-decoration: none;
    cursor: pointer;
}

input, button, select, textarea {
    font-family: 'Open Sans', arial, sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    padding: 0px;
}

h3 {
    font-size: 20px;
}

ul, ul li {
    list-style: none;
}

.flex-direction-nav {
    display: none;
}
/* ------------ Common Classes ------------ */
.slider {
    padding-bottom: 1%;
}

.heading1 {
    font-size: 22px;
    color: #5e626b;
    text-transform: uppercase;
    font-family: 'Open Sans', arial, sans-serif;
    border-bottom: 1px solid #F2F2F2;
    padding: 0px 0 5px 0;
    margin-bottom: 40px;
    margin-top: 0px;
}

.col-lg-3 .heading1 {
    margin-bottom: 30px;
}

.heading2 {
    font-size: 22px;
    text-transform: none;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', arial, sans-serif;
    ;
    border-bottom: 1px solid #F2F2F2;
    padding: 0px 0 5px 0;
    color: #5e626b;
    margin-bottom: 15px;
}

    .heading2 span {
        border-bottom: 1px solid #ccc;
        padding: 0px 0 5px 0;
    }

.heading3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.heading1 .maintext {
    border-bottom: 1px solid #cccccc;
    padding: 0px 0 5px 0; /*color:#f3601d*/
}

.heading3 {
    font-size: 18px;
    color: #333;
}

.textright {
    text-align: right;
}

img {
    max-width: 100%;
    height: auto;
}

.imageleft {
    margin: 0 10px 10px 0;
    float: left;
    padding: 5px;
    border: 1px solid #E7E7E7;
}

.red {
    color: #F00;
}

.orange {
    color: #f3601d;
}

.m0 {
    margin: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt40 {
    margin-top: 40px;
}

.mt14 {
    margin-top: 14px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb10p {
    margin-bottom: 3%;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml0 {
    margin-left: 0px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.m5 {
    margin: 5px 0;
}

.w100 {
    width: 100%;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

.font36 {
    font-size: 36px;
}

.font48 {
    font-size: 48px;
}

.font60 {
    font-size: 60px;
}

.font72 {
    font-size: 72px;
}

.font96 {
    font-size: 96px;
}

.font124 {
    font-size: 124px;
}

.error404 {
    font-size: 60px;
    text-align: center;
    font-family: 'Open Sans', serif;
    color: #f3601d;
}

.centeralign {
    text-align: center;
}

.margin-none {
    margin: 0px;
}

.clear {
    clear: both;
}

.displayblock {
    display: block;
}

.red {
    color: #F00;
}

label.error {
    color: #f3601d;
}

.relativediv {
    position: relative;
}

.greycontainer {
    padding: 25px 0;
    background: #efefef;
}

.btn:focus {
    color: #fff;
}

a, input, select, textarea, a:hover, input:hover, select:hover, textarea:hover {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}

/* ------------ Bootstrap Overwrites ------------ */

ul, ul li {
    margin: 0px;
    padding: 0px;
}

label {
    font-weight: normal;
}

h2 i[class^="icon-"], h2 i[class*=" icon-"], .accrodian-trigger i[class^="icon-"], .accrodian-trigger [class*=" icon-"], #myTab i[class^="icon-"], #myTab i[class*=" icon-"] {
    margin-right: 5px;
}

.pull-left[class^="icon-"], .pull-left[class*=" icon-"] {
    margin-right: 10px;
}

.nav-pills > li > a, .form-control, .btn, .thumbnail, .img-thumbnail {
    border-radius: 0px;
}

.nav .dropdown-toggle .caret, .nav .dropdown-toggle:Hover .caret {
    border-bottom-color: #efefef;
    border-top-color: #efefef;
}

.nav.language > li > a {
    padding: 0px;
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}

.navbar {
    min-height: 34px;
}

input, textarea, select, .form-control {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: .075),;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(242, 92, 39, 0.4);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(242, 92, 39, 0.4);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(242, 92, 39, 0.4);
    }

    input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select, textarea {
        min-width: 160px;
    }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 0px;
}

.btn {
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 10px;
   /* border: 1px solid #f9f9f9;*/
    font-size: 13px;
    font-weight: bold;
}

.btn-default {
    background-color: #f9f9f9;
}

.control-group {
    margin-bottom: 15px;
}

.btn-small, .btn-mini {
    font-size: 13px;
}

.btn-green {
    background: #14850c;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}

    .btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
        color: #ffffff;
        background-color: #5cb85c;
        *background-color: #5cb85c;
    }

.icon-star {
    color: #f1b500;
}

.btn-oranctive, ve, .btn-orange.active {
    background-c;
}

.icon-star {
    color: #f1b500;
}

.btn-orange:active, .btn-orange.active {
    background-color: #d8420e \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: none;
    background: #000000;
    *background: #000000;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #000000;
        *background-color: #000000;
    }

    .btn-inverse:active, .btn-inverse.active {
        background-color: #000000 \9;
    }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.label-orange, .badge-orange {
    background-color: #f3601d;
}

    .label-orange[href], .badge-orange[href] {
        background-color: #f3601d;
    }

.form-control {
    border: 1px solid #E7E7E7;
}



.well:after {
    clear: both;
    content: '';
    height: 0;
    display: block;
}

.well {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #E7E7E7;
}

.well {
    background: none;
    border: 1px solid #efefef;
    padding: 8px;
    margin-bottom: 10px;
}

.breadcrumb {
    margin-bottom: 20px;
    background: none;
    border-bottom: 4px double #E7E7E7;
    padding: 0 0 10px 0;
}

.form-custom .control-label {
    float: left;
    width: in0px;
    padding: 0 15px 0 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 0 5px 0 0;
    float: none;
}

.radio, .checkbox {
    display: inline-block;
    padding-left: 0px;
    margin-top: 0px;
}

    .radio + .radio, .checkbox + .checkbox {
        margin-top: 0px;
    }

.dropdown-menu {
    display: block;
    padding: 8px 10px 10px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99999;
    display: none;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-width: 170px;
    border-top: 4px solid #f3601d;
}

    .dropdown-menu > li {
        padding: 0px;
    }

        .dropdown-menu > li a {
            padding: 3px 8px;
        }

.language .dropdown-menu > li:hover a {
    background: #f3601d;
    color: #fff;
}

.dropdown-menu {
    top: 96%;
}


/* ------------ Header ------------ */


.headerstrip {
    background: #14850c;
}

    .headerstrip nav.subnav select {
        display: none;
    }

    .headerstrip ul.nav {
        margin-bottom: 0px;
    }

        .headerstrip ul.nav.language {
            margin-right: 60px;
        }

            .headerstrip ul.nav.language li.dropdown {
                padding: 9px 3px 0 0;
                display: inline-block;
                text-transform: uppercase;
                margin-right: 15px;
            }

        .headerstrip ul.nav.topcart li.dropdown {
            display: inline-block;
            text-transform: uppercase;
        }

.headerdetails .topcall {
    font-size: 16px;
    line-height: 31px;
    padding: 0 0 0 41px;
    margin-left: 40px;
}

.headerdetails li.carticon.dropdown {
    padding: 7px 10px 7px 0px;
}

#topnav {
    margin: 0px;
}

    #topnav .navbar-inner {
        background: none;
        border: none;
        box-shadow: none;
        filter: none;
        padding: 0px;
    }

    #topnav ul {
        padding: 0 0 0 0;
        margin: 0px;
    }

        #topnav ul li {
            padding: 5px 0;
            display: inline-block;
        }

            #topnav ul li a {
                box-shadow: none;
                text-shadow: none;
                color: #efefef;
                font-size: 13px;
                text-transform: capitalize;
                padding: 0px;
                margin-right: 15px;
            }

                #topnav ul li a:hover, #topnav ul li a.active {
                    color: #fff;
                    background: none;
                }

/* ------------  Top Cart ------------ */

.headerdetails #main-nav ul > li.topcart {
    background: #fff;
    height: 45px;
}

    .headerdetails #main-nav ul > li.topcart a {
        color: #999999;
        font-size: 14px;
    }

.headerdetails .navbar .nav li.topcart .dropdown-toggle .caret, .navbar .nav li.dropdown.open.topcart .caret {
    border-bottom-color: #999999;
    border-top-color: #999999;
}

.headerdetails ul.topcartopen {
    font-size: 12px;
    right: 0;
}

    .headerdetails ul.topcartopen li > table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 5px;
        padding: 10px;
    }

        .headerdetails ul.topcartopen li > table td {
            color: #;
            vertical-align: top;
            padding: 5px 10px;
            border-bottom: 1px dashed #E7E7E7;
        }

        .headerdetails ul.topcartopen li > table .image {
            width: 1px;
        }

            .headerdetails ul.topcartopen li > table .image img {
                text-align: left;
            }

        .headerdetails ul.topcartopen li > table .name small {
            color: #999999;
        }

        .headerdetails ul.topcartopen li > table .quantity {
            text-align: right;
        }

        .headerdetails ul.topcartopen li > table td.total {
            text-align: right;
        }

        .headerdetails ul.topcartopen li > table .remove {
            text-align: right;
        }

            .headerdetails ul.topcartopen li > table .remove img {
                cursor: pointer;
            }

.headerdetails #header #cart .mini-cart-total > table {
    border-collapse: collapse;
    padding: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}

.headerdetails ul.topcartopen li > table a {
    padding: 0px;
}

.headerdetails .shoppingcarttop {
    position: absolute;
    top: 0;
    right: 250px;
}

.headerstrip nav.subnav select {
    display: none;
}

.headerstrip ul.nav {
    margin-bottom: 0px;
}

    .headerstrip ul.nav.language {
        margin-right: 60px;
    }

        .headerstrip ul.nav.language li.dropdown {
            padding: 9px 3px 0 0;
            display: inline-block;
            text-transform: uppercase;
            margin-right: 15px;
        }

    .headerstrip ul.nav.topcart li.dropdown {
        display: inline-block;
        text-transform: uppercase;
    }

.top-search input {
    width: 500px;
    height: 24px;
    border: 1px solid #E7E7E7;
    padding: 5px;
    margin-left: 80px;
}

.headerdetails {
    padding: 50px 0 50px 0;
}

li.dropdown {
    list-style: none;
}

.welcometxt {
    margin: 8px 0 0 0;
    color: #efefef;
}

    .welcometxt .orange {
        color: #fff;
    }

.call {
    float: right;
    clear: both;
    margin: 0 0 10px 0;
}

.socialtop ul {
    display: block;
    clear: both;
}

    .socialtop ul li {
        display: inline-block;
        font-size: 18px;
        margin: 0 0 0 8px;
    }

        .socialtop ul li a {
            background: #F2F2F2;
            color: #999999;
            display: inline-block;
            width: 26px;
            height: 26px;
            font-size: 16px;
            text-align: center;
            line-height: 26px;
        }

            .socialtop ul li a i {
                margin-right: 0px;
                transition: all 0.05s ease-in-out 0.05s;
            }

            .socialtop ul li a:hover i {
                transition: all 0.05s ease-in-out 0.05s;
                color: #000000;
            }

.welcometxt {
    margin: 7px 0 0 0;
}

.headerdetails {
    padding: 40px 0;
    border-bottom: 1px solid #E7E7E7;
}

.topsearch {
    margin: 23px 65px 0 0;
}

    .topsearch .form-control {
        width: auto;
    }

.topcart {
    padding: 0px;
    margin-top: 24px;
    border: 1px solid #E7E7E7;
}

    .topcart li {
        padding: 0px !important;
    }

        .topcart li a {
            padding: 5px 8px 8px 8px;
        }

/* ------------ Heading Style 1------------ */

.header1body {
    border: 0px;
}

#header1 .headerdetails {
    border: none;
    border-bottom: 4px double #E7E7E7;
    margin-bottom: 30px;
    padding: 30px 0;
}

#header1 #mainmenu {
    border: 0px;
    gin-top: 8px;
}

#header1 a.logo {
    margin-bottom: 8px;
}

#header1 .socialtop ul li {
    margin: 0 0 0 4px;
}

#header1 #mainmenu .subnav {
    background: none;
    padding: 0px;
}

#header1 ul.mainmenucontain > li {
    border: none;
}

    #header1 ul.mainmenucontain > li a i {
        font-size: 36px;
        clear: both;
        display: block;
        text-align: center;
        padding-bottom: 8px;
    }

    #header1 ul.mainmenucontain > li a {
        padding: 12px 13px 8px;
    }

#header1 ul.mainmenucontain {
    width: 100%;
}

#header1 .mainmenucontain {
    padding: 0px;
}

#header1 .menurelative {
    padding: 0px;
}

/* ------------ Main Menu ------------ */

#mainmenu select {
    display: none;
}

#mainmenu {
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}

    #mainmenu:after {
        clear: both;
        content: "";
    }

    #mainmenu select {
        display: none;
    }

    #mainmenu .subnav {
        background: #F2F2F2;
        padding: 7px 10px;
        margin: 2px 0;
    }

ul.mainmenucontain {
    width: 90%;
    float: left;
    padding-left: 0px;
}

    ul.mainmenucontain > li {
        position: relative;
        margin: 0;
        border-right: 1px solid #E7E7E7;
    }

        ul.mainmenucontain > li a i {
            color: #999;
        }

        ul.mainmenucontain > li:hover > a, ul.mainmenucontain > li > a.active, ul.mainmenucontain > li:hover > a i, ul.mainmenucontain > li > a.active i {
            color: #fff !important;
            text-shadow: none;
            background-color: #14850c;
        }

        ul.mainmenucontain > li a.home span {
            text-indent: -9999px;
        }

        ul.mainmenucontain > li:last-child {
            border: none;
        }

        ul.mainmenucontain > li > a {
            text-decoration: none;
            display: block;
            z-index: 6;
            position: relative;
            color: #4b5b58 !Important;
            text-transform: uppercase;
            font-size: 14px;
            padding: 5px 12px;
            margin: 0 6px 0 0;
        }

        ul.mainmenucontain > li + li > a {
            margin-left: 6px;
        }

        ul.mainmenucontain > li > div {
            display: table;
            padding: 8px 12px 12px;
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 99999;
            display: none;
            list-style: none;
            background-color: #ffffff;
            border: 1px solid #E7E7E7;
            -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            min-width: 220px;
            border-top: 4px solid #14850C;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

        ul.mainmenucontain > li:last-child > div {
            right: 6px;
            left: auto;
        }

        ul.mainmenucontain > li + li > div {
            left: 6px;
        }

        ul.mainmenucontain > li:hover > div {
            width: 100%;
            vertical-align: top;
            min-width: 220px;
        }

        ul.mainmenucontain > li > div ul {
            display: table-cell;
            vertical-align: top;
            min-width: 220px;
        }

        ul.mainmenucontain > li ul + ul {
            padding-left: 20px;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

        ul.mainmenucontain > li ul > li {
            display: block;
            float: left;
            width: 100%;
            border-bottom: 1px dashed #dddddd;
        }

        ul.mainmenucontain > li > div ul.arrow li a {
            padding: 8px 8px 8px 8px;
            display: block;
        }

        ul.mainmenucontain > li ul > li > a {
            text-decoration: none;
            display: block;
            white-space: nowrap;
            min-width: 150px;
            padding: 8px;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

        ul.mainmenucontain > li > div ul li:hover a {
            background-color: #f3601d;
            color: #fff;
            text-shadow: none;
        }

        ul.mainmenucontain > li > div ul > li > a {
            color: #999999;
        }

        ul.mainmenucontain > li ul > li img {
            margin: 3px;
            max-width: none;
        }

.menutitle {
    font-size: 16px;
}

.mega {
    padding-bottom: 20px;
}

    .mega:after, ul.mainmenucontain > li > div:after {
        clear: both;
        display: block;
        content: '';
        height: 0;
    }

/* ------------ third level menu ------------ */

ul.mainmenucontain > li > div ul > li {
    position: relative;
}

    ul.mainmenucontain > li > div ul > li > div {
        display: block;
        padding: 8px 12px 12px;
        position: absolute;
        top: -15px;
        left: 90%;
        z-index: 99999;
        display: none;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #E7E7E7;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        min-width: 220px;
        border-top: 4px solid #f3601d;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

ul.mainmenucontain li div ul {
    margin: 0px;
}

ul.mainmenucontain > li > div ul > li > div ul li a {
    background: #fff;
}
/*ul.mainmenucontain > li > div ul > li:hover > div { display: table; width:100%; vertical-align:top }
*/ ul.mainmenucontain > li > div ul li:hover a {
    background-color: #fff;
    color: #999999;
}

ul.mainmenucontain > li > div ul li:hover > a {
    background-color: #EFEFEF;
    color: #000;
}

ul.mainmenucontain > li > div ul > li > div ul li > div {
    display: none;
    display: block;
    padding: 15px;
    position: absolute;
    top: 10%;
    left: 90%;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 120px;
    margin: 1px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

ul.mainmenucontain > li > div ul > li > div ul li:hover > div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

ul.mainmenucontain > li > div ul > li > div ul li > div {
    display: none;
    display: block;
    padding: 15px;
    position: absolute;
    top: 10%;
    left: 90%;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 120px;
    margin: 1px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

ul.mainmenucontain > li > div ul > li > div ul li:hover > div {
    display: table;
    width: 100%;
    vertical-align: top;
}

.quickcontact {
    background: #f3601d;
    padding: 6px 10px;
    color: #fff;
    position: absolute;
    right: 12px;
    top: -5px;
    font-size: 16px;
    border: 4px double #ffffff;
}

    .quickcontact:hover, .quickcontact:focus {
        color: #fff;
        background: #666;
    }

.menurelative {
    position: relative;
}

    .menurelative:after {
        clear: both;
        content: '';
        display: block;
        height: 0;
    }


/* ------------ Main container ------------ */

h1.headingcenter {
    text-align: center;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
}

h1.headinglefttitle {
    text-align: left;
    margin-bottom: 10px;
    font-size: 36px;
    color: #5E626B;
    font-weight: 700;
}

.headingsubtitle {
    text-align: left;
    font-weight: 300;
    font-size: 13px;
}

.titles {
    border-bottom: 4px double #E7E7E7;
    padding: 0px 25px 18px 0;
}

    .titles .pull-left {
        width: 85%;
    }

    .titles i {
        font-size: 72px;
        margin-top: 5px;
        float: right;
    }

    .titles:after {
        clear: both;
        display: block;
        content: '';
        height: 0;
    }

p.metadetails {
    text-align: center;
    font-weight: 300;
}


/* ------------ Messages ---------- */

.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 {
    display: block;
    margin: 18px 0;
    padding: 15px 8px 15px 15px;
    position: relative;
}

.errormsg {
    background-color: #FCCAC1;
    border: 1px solid #E18B7C;
    color: #d13e24;
}

.alertmsg {
    background-color: #FFE9AD;
    border: 1px solid #EAC572;
    color: #836d31;
}

.successmsg {
    background-color: #DFF0D8;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.infomsg {
    background-color: #DEEEFA;
    border: 1px solid #AFD3F2;
    color: #476a88;
}

.infomsg2 {
    background-color: #FFFFFF;
    border: 1px solid #AFD3F2;
    color: #3172aa;
}

.alert {
    line-height: 36px;
}

    .alert:after {
        clear: both;
        display: block;
        content: '';
        height: 0;
    }

    .alert i {
        float: left;
        margin-right: 20px;
    }

        .alert i.icon-remove {
            cursor: pointer;
            height: 15px;
            overflow: hidden;
            position: absolute;
            right: 5px;
            top: 5px;
            width: 15px;
            margin-right: 0px;
        }

.the-icons i {
    width: 30px;
    float: left;
}



.container, .newcustomer, .returncustomer, .manufacturer-list, #portfoliocontainer ul, #portfoliocontainer ul li {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

@media only screen and (max-width: 1024px) {
    ul.mainmenucontain > li > a {
        font-size: 12px;
        padding: 5px 9px;
    }

    .nav > li > a {
        padding: 4px 8px;
    }

    #myTab.home-2 li a {
        font-size: 14px;
        padding: 4px 8px;
    }

        #myTab.home-2 li a i {
            font-size: 20px;
        }

    .headerstrip ul.nav.language {
        margin-right: 20px;
    }

    .topsearch {
        margin: 8px 0 0 0;
        clear: both;
    }

    #header1 ul.mainmenucontain > li > a {
        margin: 0px;
    }

    #header2 .topsearch {
        margin: 10px 0 0 0;
    }

    #header2 .call {
        margin-top: 15px;
    }

    .carousel li {
        margin: 0 15px;
    }

    #myTab.nav > li > a {
        padding: 8px 6px;
    }

    ul.latesttestimonialsfull > li {
        margin: 0 4px;
    }
}

@media only screen and (max-width: 768px) {
    h1.headinglefttitle {
        font-size: 30px;
    }

    .container {
        padding: 0 30px;
    }

    ul.mainmenucontain > li {
        margin-bottom: 10px;
    }

    .font96 {
        font-size: 60px;
    }

    .processdetails {
        margin-left: 90px;
    }

    .ourprocess li {
        margin-bottom: 20px;
    }

    .processdetails p {
        display: none;
    }

    #newslettersignup .pull-left {
        width: 50%;
    }

    .topsearch {
        clear: both;
        margin: 10px 0 0 0;
    }

    h1.headingcenter {
        font-size: 28px;
    }

    .mt40column {
        margin-top: 40px;
    }

    .mousetrap, #cloud-zoom-big {
        display: none;
    }

    .aboutus li {
        margin-bottom: 30px;
    }

    .subscribeinput {
        width: auto;
    }

    ul.mainmenucontain > li + li > div {
        left: 4px;
    }

    ul.mainmenucontain > li:last-child > div {
        left: 4px;
    }

    ul.latesttestimonialsfull > li {
        width: auto;
        margin: 0 0 20px 0;
    }

        ul.latesttestimonialsfull > li:after {
            clear: both;
            display: block;
            height: 0;
            content: '';
        }

    #header1 .socialtop, #header1 .socialtop a, #header1 .socialtop ul {
        float: none !important;
        text-align: center;
    }

    #header1 ul.mainmenucontain {
        margin: 10px auto;
        float: none;
    }

    #header1 #mainmenu, #header4 #mainmenu {
        float: none !important;
        margin: 10px auto;
        text-align: center;
    }

    #header1 .nav-pills > li, #header4 .nav-pills > li {
        float: none;
        display: inline-table;
    }

    #header1 #mainmenu select, #header2 #mainmenu select {
        margin: 0 auto;
    }

    #header2 a.logo, #header2 .mainmenu, #header4 a.logo, #header4 .mainmenu {
        float: none !important;
        margin: 0 auto;
    }

    #header2 .headerdetails, #header4 .headerdetails {
        text-align: center;
    }

    #header2 .call {
        clear: none;
    }

    #header2 .topsearch:after {
        clear: both;
        display: block;
        content: '';
    }

    #header4 ul.mainmenucontain {
        float: none !important;
        margin: 0 auto;
    }

    #header5 ul.mainmenucontain > li a i {
        font-size: 24px;
    }

    #header5 ul.mainmenucontain > li > a {
        padding: 5px;
        margin-top: 5px;
    }

    #mainmenu {
        margin-bottom: 20px;
    }

    #header6 .headerdetails {
        padding-bottom: 20px;
    }

    .carousel li {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 700px) {
    .container {
        width: 420px;
        padding: 0px;
    }

    .heading1 {
        font-size: 18px;
    }

    h1.headinglefttitle {
        font-size: 24px;
    }

    #mainslider2_pag {
        margin-top: 8px;
    }

        #mainslider2_pag img {
            margin: 8px;
        }

    .processdetails p {
        display: block;
    }

    a.logo, .socialtop, .topsearch, .socialtop .pull-right, .call {
        float: none !important;
    }

    .headerdetails {
        text-align: center;
        padding: 20px 0;
    }

    .topsearch .form-control {
        float: left;
        width: 88%;
    }

    .topsearch .btn-orange {
        float: left;
    }

    #mainmenu select {
        display: block;
        width: 60%;
    }

    #mainmenu .menurelative ul {
        display: none;
    }

    .quickcontact {
        top: -3px;
    }

    #newslettersignup .pull-left {
        width: 100%;
    }

    .btn-small, .btn-mini {
        font-size: 12px;
    }

    ul.features-home2 li, ul.features-home5 li {
        clear: both;
        margin: 30px 0;
        display: block;
    }

        ul.features-home2 li:after, ul.features-home5 li:after {
            clear: both;
            display: block;
            height: 0;
            content: '';
        }

    #newslettersignup .pull-right {
        float: left !important;
    }

    .copyrightbottom .pull-left, .copyrightbottom .pull-right {
        text-align: center;
        float: none;
        width: 100%;
    }

    .quicklinks li {
        margin: 6px 0;
    }

    .titles .pull-left {
        width: 70%;
    }

    th.image, th.model, td.image, td.model {
        display: none !important;
    }

    .newcustomer, .returncustomer {
        width: 85%;
    }

    .manufacturer-list ul {
        width: 50%;
    }

    ul#portfoliocontainer.column2 li {
        width: 400px;
    }

    .mt40column1 {
        margin-top: 40px;
    }

    .thumbnail .viewicons a, .imagepopup .viewicons a {
        height: 28px;
        width: 28px;
        line-height: 28px;
    }

    .welcometxt {
        text-align: center;
    }

    .headerstrip > .container > .pull-right, .headerstrip > .container > .pull-left {
        float: none !important;
        margin: 0 auto;
        clear: both;
        text-align: center;
    }

    ul.language {
        margin: 0 auto !important;
        float: none !important;
    }

    ul.topcart {
        margin: 10px auto !important;
        float: none !important;
    }

    #header2 #mainmenu select, #header1 #mainmenu select, #header4 #mainmenu select {
        width: 100% !important;
    }

    #header3 #mainmenu {
        margin-bottom: 10px;
    }

    #header4 .call {
        text-align: center;
    }

    .latestprojectcontianer ul li {
        margin-bottom: 30px;
    }

    .latestprojectcontianer ul.mt40 {
        margin-top: 0px;
    }

    .list .caption a {
        margin-top: 5px;
        display: block;
    }

    .sorting form input[type="text"] {
        min-width: 147px;
    }

    .sorting form {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .socialtop ul li a {
        height: 24px;
        width: 24px;
        line-height: 24px;
    }

    .html_carousel div.slide p {
        display: none;
    }

    .subscribeinput {
        width: 150px !important;
    }

    h1.headingcenter {
        font-size: 24px;
    }

    input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select, textarea {
        min-width: inherit;
        width: 98%;
    }

    #pager.sliderindex10pager a {
        width: 23%;
    }

    ul#portfoliocontainer.column2 li {
        width: 250px;
    }

    ul#portfoliocontainer.column5 li {
        width: 200px;
    }

    ul#portfoliocontainer.column4 li {
        width: 250px;
    }

    ul#portfoliocontainer.column3 li {
        width: 250px;
    }

    #header2 #mainmenu {
        float: none !important;
    }

    .carousel li {
        margin: 0 13px;
    }

    .html_carousel div.slide h4 {
        font-size: 16px;
        padding: 5px 10px;
    }

    h3 {
        font-size: 16px;
    }

    .sorting form:after {
        clear: both;
        content: '';
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    body {
        font-size: 14px;
    }

    .HipervinculoEdit, .HipervinculoDelete, .HipervinculoPrint {
        font-size:25px !important;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    #pager.sliderindex10pager a {
        width: 22%;
    }

    .imagepopup .viewicons, .thumbnail .viewicons {
        right: -10px;
    }

    .carousel li {
        margin: 0 16px 0 14px;
    }

    .thumbnail .caption h3 {
        font-size: 14px;
    }

    .titles i {
        margin-top: 15px;
        font-size: 0px;
    }

    .footerText {
        font-size: 15px !important;
    }

    #topnav ul li a {
        font-size: 18px;
    }

    .breadcrumb {
        font-size: 20px;
    }
}

faq-section {
    margin: 40px 0;
    position: relative;
}

.faq-section p {
    display: none;
}

.faq-section input {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    display: none\9; /* IE8 and below */
    margin: 0;
    width: 100%;
    height: 36px;
  
}

.faq-section label  {
    display: block;
    color: #999;
    font-size: .85em;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    
}

.faq-section input[type=checkbox]:checked ~ p {
    display: block;
    color: #444;
    font-size: 1em;
    /* restore clipping defaults */
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
}

.faq-section label {
    font-size: 1.2em;
    background: #eee;
    display: block;
    position: relative;
    color: #5E626B;
    padding: 7px 10px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-left: 3px solid #888;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
   
}

    .faq-section label::-moz-selection { /* remove text selection when toggle-ing */
        background: none;
    }

    .faq-section label::selection {
        background: none;
    }

    .faq-section label:hover {
        background: #f5f5f5;
    }

.faq-section label::before {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: inherit;
}

.faq-section input[type=checkbox]:checked ~ label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}

.terminos {
    color:#000 !important;
}


