html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}
::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 2em 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
    width: 50%;
    left: 25%;
    position: relative;
    border: none;
}

img {
    vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
    height: 100%;
}
body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
.col-md-4 {
    padding-bottom: 20px;
}
.row {
    margin-right: 0px;
    margin-left: -15px;
}
.modal-header {
    background: #3E433D;
}
.modal-header h4 {
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}
.modal-footer {
    background: #2b2b2b;
}
.navbar-default {
    border-color: transparent;
    background-color: #dadada;
}
.navbar-inverse .navbar-brand {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    background: #fff;
}
.navbar-inverse .navbar-brand img{
    background: #fff;
    padding: 10px;
    box-shadow: 2px 3px 10px #000;
}
.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #16a085;
    color: white;
}
a img {
    background: white;

}
.odd a img {
    background: #f5f5f5;
}
ul, ol {
    list-style: none;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 200;
    color: #333;
}
h2 {
    font-size: 36px;
    color: #777;
}
h3 {
    font-size: 26px;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 20px;
}
p.large {
    font-size: 20px;
    margin-bottom: 50px;
}
.centered {
    text-align: center;
}
strong {
    font-weight: 700;
}
em {
    font-weight: 300;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
blockquote, blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}
blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}
blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}
blockquote cite:before {
    content: "-- "
}
/* Images */
.overflow-image {
    margin-top: -65px;
}
/* Links */
a {
    color: #4abcc5;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}
a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
/*
#headerwrap {
        margin-top: 50px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 650px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-bottom: 100px;
}
#headerwrap header {
  left: 59px;
  position: absolute;
  top: 34%;
  width: 40%;
}*/
.caption-wrap{
    left: 59px !important;
    position: absolute !important;
    top: 14% !important;
    width: 40% !important;
    /*background: none !important;*/
    display: block !important;
    opacity: 1 !important;
}

#headerwrap h1 {
    color: #f13333;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
}
#headerwrap p {

    color: #2a1212;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
}
#headerwrap .icon {
    color: #ffffff;
    margin-top: 90px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 100px;
    font-weight: bold;
    text-shadow: 0px 20px 7px #3da8ae;
}
#headerwrap .btn {
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
    background-color: #3E433D;
    color: #fff; 
    float: left;
    border: 0;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
    background-color: #e9af03;
    outline: 0px;
}
#about {
    background: #fff;
    padding: 60px 0;
}
#about img {
    margin-top: 65px;
}
#services {
    background: #f5f5f5;
    padding: 60px 0;
    text-align: center;
}
#services .fa {
    color: #3E433D;
}
#services p {
    text-align: center;
}
#team {
    background: #f5f5f5;
    padding: 60px 0;
}
#team H4 {
    padding-top: 10px;
}
#team p.large {
    margin-top: 60px;
    margin-bottom: 40px;
}
#team .fa {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    outline: 0;
    color: #fff;
    background-color: #c4c4c4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#team .fa:hover {
    background-color: #3E433D;
}
#portfolio {
    background: #f1f1f1;
    padding: 60px 0;
}
#portfolio .btn-default {
    border: 0;
}
#contact {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
#contact .form {
    padding: 30px 0;
}
#contact .fa {
    color: #3E433D;
    margin-bottom: 10px;
}
#contact .text-danger {
    color: #e74c3c;
    text-align: left;
    margin: 0;
}
#contact .btn {
    font-weight: 500;
    font-size: 18px;
    margin-top: 30px;
    background-color: #3E433D;
    color: #fff;
    border: 0;
}
#contact .btn:hover, #contact .btn:focus {
    background-color: #e9af03;
    outline: 0px;
}
#greywrap {
    background: #f5f5f5;
    margin-top: 0px;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
#greywrap .btn {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 20px;
    margin: 0 `px;
        background-color: #fff;
        border-color: #e2e2e2;
        color: #888;
        border-bottom: 0;
        letter-spacing: 1px;
        }
        #greywrap .btn:hover, #greywrap .btn:focus {
        margin: 0 25px;
        background-color: #fff;
        border-color: #a5cdd5;
        border-bottom: 0;
        outline: 0px;
        color: #a5cdd5;
        }
        #greywrap h2 {
        font-size: 30px;
        }
        #greywrap .callout {
        margin-bottom: 20px;
        }
        #greywrap p {
        font-size: 30px;
        }
        #greywrap .fa {
        font-size: 18px;
        margin-right: 4px;
        }
        #footerwrap {

        background: #2b2b2b;
        padding: 25px 0 15px 0;
        border-bottom: 1px solid #ddd;
        text-align: center;
        }
        #footerwrap span.copyright {
        line-height: 40px;
        color: #888;
        font-weight: 400;
        }
        #footerwrap span.copyright a {
        color: #888;
        border-bottom: 1px dotted;
        }
        #footerwrap span.copyright a:hover {
        color: #3E433D;
        text-decoration: none;
        }
        #footerwrap h4 {
        color: white;
        }
        ul.social-buttons {
        margin: 0;
        }
        ul.social-buttons li a {
        font-size: 24px;
        outline: 0;
        color: #999;
        }
        ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
        color: #3E433D;
        }
        /* ==========================================================================
        Box Sections
        ========================================================================== */

        .white h1 {
        color: #999;
        }
        .white h3 span{color: #FC5550}

        .white p {
        padding-top: 0;
        }

        /* ==========================================================================
        Image Mask
        ========================================================================== */

        .grid figure {
        margin: 0;
        position: relative;
        border: 1px solid #eee;
        margin-bottom: 30px;
        }
        .grid figure img {
        width: 100%;
        display: block;
        position: relative;
        }
        .grid figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        color: #fff;
        background-color: #3E433D;
        }
        .grid figcaption h5 {
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 20px 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        text-transform: uppercase;
        }
        .grid figcaption a {
        text-align: left;
        padding: 5px 10px;
        margin-left: 20px;
        display: inline-block;
        background: #2f2f2f;
        color: #fff;
        font-size: 13px;
        }
        /* Caption Style */
        .mask figure {
        overflow: hidden;
        }
        .mask figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
        }
        .no-touch .mask figure:hover img, .mask figure.cs-hover img {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        }
        .mask figcaption {
        height: 100%;
        width: 100%;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
        }
        .no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
        }
        .mask figcaption a {
        bottom: 10px;
        height: 30px;
        left: 50%;
        margin: 0;
        position: absolute;
        transform: translate(-50%);
        }



        .feature-list{}
        .feature-list li{ background-image: url(../images/bullet.png) ; background-size: 15px 15px; background-position: left 8px ; background-repeat: no-repeat; margin-bottom: 10px; padding-left: 25px; }



        #features{padding: 50px 0;}
        #features .owl-features .centred{ text-align: center; }
        #features .owl-features .img{border-radius: 50%; height: 150px; width: 150px; padding:20px; background-color: #C01F25; margin:20px auto;}
        #features .owl-features .img img{width: 100%;}
        #features .owl-features h4{color: #fff; margin: 5px 0}
        .centered > span {  color: #fc5550;}



        #animate-area{position: relative;max-height: 500px; width: 100%; background: #323431; overflow: hidden;}

        .highlight-text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate3d(-50%, -50%, 0px);
        border: 10px double #f9f1e9;
        padding: 30px 30px;
        font-size: 30px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        text-transform: uppercase;
        }

        .bxslider > li {
        left: 0; 
        }

        .bx-wrapper .bx-controls-direction a{background-position: center;}

        .modal-dialog {  width: 90%;} 

        /*IMAGES ZOOM CSS*/

        .bzoom { direction: ltr; }

        .bzoom,
        .bzoom_thumb,
        .bzoom_thumb_image,
        .bzoom_big_image,
        .bzoom_zoom_preview,
        .bzoom_icon,
        .bzoom_hint { display: none }

        .bzoom .bzoom_thumb { background: #fff url(./img/loading.gif) center no-repeat; }

        .bzoom,
        .bzoom ul,
        .bzoom li,
        .bzoom img,
        .bzoom_hint,
        .bzoom_icon,
        .bzoom_description {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none
        }

        .bzoom,
        .bzoom_magnifier div,
        .bzoom_magnifier div img,
        .bzoom_small_thumbs ul,
        ul .bzoom_small_thumbs li,
        .bzoom_zoom_area div,
        .bzoom_zoom_img { position: relative }

        .bzoom img,
        .bzoom li {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -moz-user-drag: none;
        user-drag: none
        }

        .bzoom,
        .bzoom_small_thumbs li { float: left }

        .bzoom_right { float: right }

        .bzoom li { position: absolute }

        .bzoom img {
        vertical-align: bottom;
        width: 50px;
        height: 50px
        }/*
        .bzoom_thumb.bzoom_thumb_active {  height: 310px !important;  width: 450px !important;}
        .bzoom_thumb_image {  height: 100% !important;  width: 100% !important;}

        .bzoom_small_thumbs {  top: 320px !important;}
        .bzoom_zoom_area {  left: 450px !important;}
        .bzoom_zoom_area > div {  height: 310px !important;  width: 450px !important; }
        .bzoom_magnifier img {  height: 310px !important;  width: 450px !important;}
        */

        .bzoom .bzoom_zoom_area,
        .bzoom_zoom_area {
        background: #fff url(./img/loading.gif) center no-repeat;
        border: 1px solid #ddd;
        padding: 6px;
        -webkit-box-shadow: 0 0 10px #ddd;
        -moz-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd;
        display: none;
        z-index: 11111 !important;
        opacity: 1 !important;
        }

        .bzoom_zoom_area div { overflow: hidden; }

        .bzoom_zoom_area .bzoom_zoom_img { position: absolute; }

        .bzoom_wrap .bzoom_magnifier {
        background: #fff;
        outline: #bbb solid 1px;
        display: none;
        cursor: move;
        }

        .bzoom_magnifier div { overflow: hidden; }

        .bzoom_wrap .bzoom_small_thumbs { overflow: hidden; }

        .bzoom_wrap .bzoom_small_thumbs li {
        border: 1px solid #FFF;
        margin: 0px 10px 0px 0px;
        position: relative;
        }

        .bzoom_wrap ul li.bzoom_smallthumb_active {
        -webkit-box-shadow: 0 0 10px #ddd;
        -moz-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd;
        border: 1px solid #535353;
        }




        /* ==========================================================================
        MEDIA QUERIES
        ========================================================================== */


        @media screen and (max-width:1050px), screen and (max-device-width:1050px) {
        body .header {
        background-attachment: scroll;
        }
        }

        /*ipad portrait*/
        @media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
        .header {
        background-attachment: scroll;
        }
        }

        @media screen and (max-width:769px) {
        #headerwrap h1 {
        font-size: 80px;
        }
        #headerwrap p {
        font-size: 30px;
        line-height: 38px;
        }
        header{display: none;}
        #headerwrap {
        background-position: center center;
        background-size: cover;
        margin-top: 50px;
        min-height: auto;
        padding-bottom: 0;
        text-align: center;
        width: 100%;
        }

        #headerwrap .bx-viewport{height: auto !important; min-height: 270px;}
        .bx-wrapper img {   min-height: 270px; }
        .navbar-fixed-top, .navbar-fixed-bottom {  z-index: 11111;}

        }


        //custom css


        #huge_it_portfolio_pupup_element_20 {
        height: 590px !important;
        width: 100% !important;
        }

        #huge_it_portfolio_popup_list_2 {
        width: 95% !important;
        left: 1% !important;

        }
        .hugeitmicro-item {
        display: inline-block !important;
        left: 0 !important;
        position: relative !important;
        top: 0 !important;
        transform: translate3d(0px, 0px, 0px) !important;
        width: 280px !important;
        height:auto !important;
        vertical-align: top !important;
        }
        .image-block_2 > img {
        height: auto !important;
        width: 100% !important;
        }
        .title-block_2 {
        display: none;
        }
        .element_2 .image-block_2 .image-overlay {
        display: none;

        }
        .image-block_2 {
        height: 100%;
        }
        .element_2 {
        width: 275px !important;
        height: 205px !important;

        }
        .flex-prev {
        background: url("../images/left-arrow.png") no-repeat scroll 0 0 !important;
        height:60px !important;
        width:30px !important;
        }
        .flex-next {
        background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll 0 0 !important; 
        height:60px !important;
        width:30px !important;
        }
        .flex-direction-nav .flex-prev {
        left: 5px !important;
        }
        .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: 5px !important;
        }
        #content #headerwrap {
        padding-top: 50px;
        }
        .super-list.variable-sizes.clearfix.hugeitmicro {
        height: auto !important;
        }
        .large {
        text-align: center;
        }
		#product-content .woocommerce-tabs {
		display: block !important;}
		.zoom_in_marker {
  background: #c3230b none repeat scroll 0 0 !important;
}
.woocommerce-tabs ul.tabs .active > a {
  color: #c3230b !important;
}
.main-container .product-view .product .woocommerce-tabs ul.tabs li.active a::after {
  background: #c3230b none repeat scroll 0 0 !important;
}
.main-container .product-view .product .woocommerce-tabs ul.tabs li a:hover::after {
  background: #c3230b none repeat scroll 0 0 !important;
}
.main-container .product-view .product .woocommerce-tabs ul.tabs li a:hover {
  color: #c3230b !important;
}
.vg-front-page-title2.inner-title::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: none;
}
.vg-front-page-title2.inner-title > h3 {
  padding-left: 40px;
}
.vg-front-page-title2.inner-title > h3::before {
  border: medium none;
}
.caption .div {
  visibility: hidden;
}
#about-us .white label {
  margin: 0;
}
#about-us .white ul {
  padding-left: 10px;
}

