html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style-type: none;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url(../font/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSansLight';
    src: url(../font/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'firaLight';
    src: url(../font/FiraSans-Light.ttf);
}

@font-face {
    font-family: 'firaMedium';
    src: url(../font/FiraSans-Medium.eot), /*IE9-11 fix*/
        url(../font/FiraSans-Medium.ttf);
}

@font-face {
    font-family: 'firaRegular';
    src: url(../font/FiraSans-Regular.eot), /*IE9-11 fix*/
        url(../font/FiraSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'firaBold';
    src: url(../font/FiraSans-Bold.eot), /*IE9-11 fix*/
        url(../font/FiraSans-Bold.ttf);
}

@font-face {
    font-family: 'robotoRegular';
    src: url(../font/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url(../font/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: 'RobotoSlab-Light';
    src: url(../font/RobotoSlab-Light.ttf);
}

@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url(../font/RobotoSlab-Thin.ttf);
}

@font-face {
    font-family: 'Lobster1.4';
    src: url(../font/Lobster1.4.otf);
}

a {
    text-decoration: none;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: default;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'firaRegular';
    font-weight: 300;
    font-size: 14px;
}

#ip-container {
    position: relative;
    height: 100%;
}

#loader {
    display: none;
}

#loader .gif {
    position: fixed;
    z-index: 999999;
    background: url('../images/icon_small.png') no-repeat;
    width: 150px;
    height: 168px;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -84px;
}


/*tittle all page*/

.header_page {
    float: left;
    color: #243b06;
    padding: 30px 7px;
    text-transform: capitalize;
    width: 100%;
    position: relative;
    font-size: 30px;
}


/*Position data from cms */

.positionDiv {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}


/***
*Image in top section for all pages
***/

.pageImage {
    position: relative;
    max-height: 460px;
    margin-top:57px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.pageImage img {
    width: 100%;
    float: left;
}

.imageShadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/shadow_image_top.png);
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: bottom left !important;
}


/******/

#black-mask, #loader .mask {
    background: #000;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #fff;
    min-height: 100%;
    background: #fff;
    position: relative;
    background-size: 100%;
    position: absolute;
    left:0;
}

.content {
    float: left;
    /*height: 100%;*/
    /*max-width: 1000px;*/
    width: 100%;
    position: relative;
    background: #fff;
    background-size: 100%;
}

.jPag-pages {
    min-width: 46px !important;
    /*height: 22px !important;*/
}

.product-image {
    padding-left: 8px;
}