@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@font-face {
    font-family: 'EffraStd';
    src: url('../../fonts/Effra_Std_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EffraLight';
    src: url('../../fonts/Effra_Std_Lt_0.ttf') format('truetype');
    src: url('../../fonts/Effra_Std_Lt_0.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EffraMedium';
    src: url('../../fonts/Effra_Std_Md_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EffraBoldItalics';
    src: url('../../fonts/Effra_Std_BdIt_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Novecentowide';
    src: url('../../fonts/novecentowide-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovecentowideBook';
    src: url('../../fonts/novecentowidebook-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovecentowideDemiBold';
    src: url('../../fonts/novecentowidedemibold-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovecentowideMedium';
    src: url('../../fonts/novecentowidemedium-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Flaticon";
    src: url("../../fonts/Flaticon.eot");
    src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("truetype"), url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
.product_grid_item, .prd_cost{visibility:hidden;}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-arrows:before {
    content: "\f100";
}

.flaticon-business:before {
    content: "\f101";
}

.flaticon-business-1:before {
    content: "\f102";
}

.flaticon-check:before {
    content: "\f103";
}

.flaticon-cogwheel:before {
    content: "\f104";
}

.flaticon-credit-card:before {
    content: "\f105";
}

.flaticon-graduation:before {
    content: "\f106";
}

.flaticon-hierarchical-order:before {
    content: "\f107";
}

.flaticon-hierarchy-levels:before {
    content: "\f108";
}

.flaticon-interface:before {
    content: "\f109";
}

.flaticon-library:before {
    content: "\f10a";
}

.flaticon-technology:before {
    content: "\f10b";
}

.flaticon-up-arrow:before {
    content: "\f10c";
}

.flaticon-web:before {
    content: "\f10d";
}

html {
    overflow-x: hidden;
}

body {
    /* originally was size 13px */
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #666;
    overflow-x: hidden;
    font-family: "EffraLight", Helvetica, Arial, sans-serif;
}

strong,
b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

.quick-links-hold ul,
ul.breadcrumbs,
div.brandimage ul {
    list-style: none;
}

ul,
ol {}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a,
a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EffraLight';
    font-weight: 600;
    margin: 0;
    color: #444;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 16px;
    font-family: 'EffraLight';
    line-height: 22px;
    margin: 0;
}

p strong {
    font-weight: 600;
}

.page-content p {
    margin-bottom: 15px;
}

.image-text {
    margin-right: 10px;
}

a.main-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'EffraLight';
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

select,
input,
textarea,
.btn {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn {
    text-transform: uppercase;
    padding: 5px 25px !important;
}

select {
    padding: 6px !important;
    cursor: pointer;
}

a.main-button:hover {
    background: #444;
    color: #fff;
}

a.main-button i {
    font-size: 1.2em;
}

#content {
    padding: 60px 0;
}

#content.full-sections {
    padding: 0;
}

.section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.bg-parallax {
    background-attachment: fixed;
    background-position: 50% 30%;
}

#container {
    background-color: #fff;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncee {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*------------------------------------------*/


/*	     02 - Header & Navigation
/*------------------------------------------*/

.js .owl-carousel {
    display: block;
}

header {
    width: 100%;
    z-index: 999999;
}

.top-bar.affix {
    z-index: 9999 !important;
    width: 100%;
    top: 0;
}

.navbar-top.affix {
    width: 100%;
    top: 0;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.navbar-top.affix .search-side {
    margin-top: -7px;
}

.navbar-toggle {
    display: none;
}

.navbar {
    margin-bottom: 0;
    background-color: #000000;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.navbar-brand {
    position: relative;
    margin: 0 auto;
    padding: 35px 15px;
    margin-left: -25px !important;
}

.navbar-brand>img {
    width: 90%;
}

.navbar-default .navbar-nav {
    position: relative;
}

.navbar-default .navbar-nav>li {
    margin-left: 6px;
}

.navbar-default .navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 35px 5px 20px 5px;
    overflow: hidden;
    font-family: "EffraLight";
    text-transform: uppercase;
    color: #fff;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li:hover>a {
    border-bottom: 2px solid;
    padding: 35px 5px 18px 5px;
}

.navbar-default .navbar-nav>li>a.language {
    margin-top: -2px;
}

.navbar-default .navbar-nav>li>a i {
    margin: 0;
}

.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #bd202f;
    border-color: #bd202f;
    outline: none;
}

.navbar-default .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.language .dropdown {
    width: 50px !important;
}

.navbar-default .navbar-nav>li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block !important;
}

.dropdown li {
    position: relative;
    padding: 0 25px;
    outline: none;
}

.dropdown li:first-child {
    border-top: none;
}

.dropdown li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: 'EffraLight' !important;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    outline: none;
}

.dropdown li:last-child a {
    border-bottom: 0;
    padding-bottom: 20px;
}

.dropdown-menu li:hover a {
    background: none !important;
}

.dropdown li a i {
    margin: 0 0 0 -4px;
}

.dropdown .dropdown {
    max-height: 500px;
    /*
overflow:scroll !important;
overflow: -moz-scrollbars-none;
-ms-overflow: none;
-ms-overflow-style: none;
*/
}

.dropdown .dropdown::-webkit-scrollbar {
    display: none;
}

.dropdown .dropdown::-webkit-scrollbar {
    width: 0 !important -ms-overflow-style: none;
}

.absolute-hold {
    position: absolute;
}

.relative-hold {
    position: relative
}

.right-0 {
    right: 0;
}

.top-bar .navbar-nav>li>a {
    z-index: 9;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "EffraLight";
    padding-left: 0;
    outline: none;
    font-weight: bold;
}

.top-bar .navbar-nav>li>a>i,
.top-bar .navbar-nav>li:last-child {
    margin-right: 8px;
}

.top-bar .navbar-nav>li>a>i.fa-caret-down {
    margin-left: 5px;
}

.top-bar .label-danger {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 2px;
    background: #c72638;
}

.top-bar .nav>li>a:hover,
.top-bar .nav>li>a:focus {
    background: transparent
}

.top-bar .navbar-nav>li>a:hover,
.top-bar .navbar-nav>li>a:focus {
    color: #bd202f;
}

.inskin-menu {
    margin-top: 20px;
}


/*.navbar-top.affix .inskin-menu{
	margin-top: 0;
}*/

.navbar-top.affix .navbar-brand {
    padding-top: 35px;
}


/*==================================================
     Slideshow
 ================================================== */


/*-- Main slide --*/

#main-slide,
#mainslider {
    top: 95px;
    z-index: 2;
    margin-bottom: 0px;
}

#main-slide .item img {
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 41%;
    height: 100%;
    color: #fff;
}

#main-slide .slider-button {
    margin-top: 20px;
}

.carousel-indicators li {
    width: 20px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: none;
}

#main-slide.get-social {
    top: -40px;
    margin-bottom: 0;
}

#main-slide.get-social .carousel-control .fa-angle-left,
#main-slide.get-social .carousel-control .fa-angle-right {
    display: block;
    border-radius: 50%;
    padding: 5px 18px;
    margin: 0 10px;
}

#main-slide .item img:hover>.carousel-control .fa-angle-left,
#main-slide .item img:hover>.carousel-control .fa-angle-right {
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h2 {
    font-size: 60px;
    font-weight: 100;
    color: #555;
    text-transform: uppercase;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 60px;
    text-align: center;
    color: #555;
    color: rgb( 45, 45, 45);
}

.slider.btn {
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
}

.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
}


/*------------------------------------------*/


/*	   03 - Main Page Elements
/*------------------------------------------*/

.page-banner {
    border: 1px solid red;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.page-banner h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.page-banner p {
    font-weight: 300;
}

ul.breadcrumbs {
    float: left;
    margin-top: 20px;
    padding-left: 5px;
}

.no-subtitle ul.breadcrumbs {
    margin-top: 4px;
}

ul.breadcrumbs li {
    float: left;
}

ul.breadcrumbs li:before {
    content: ' > ';
    margin: 0 4px 0 4px;
    color: rgb(249, 249, 249);
    font-size: 17px;
}

ul.breadcrumbs li:first-child {
    margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0;
}

ul.breadcrumbs li a {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

label {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    cursor: pointer;
}

label .required {
    color: #ED2C3A;
    margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}


/*************** Helpers ***************/

.p-lr-3o0 {
    padding-left: 30px;
    padding-right: 0;
}

.no-rt-padding {
    padding-right: 0
}

.no-lt-padding {
    padding-left: 0
}

.pt-5 {
    padding-top: 5px;
}

.padding-5 {
    padding: 5px;
}

.padding-8 {
    padding: 8px !important;
}

.padding-l-5 {
    padding-left: 5px;
}

.margin-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-52 {
    margin-top: 52px;
}

.no-padding {
    padding: 0;
}

.no-mlft {
    margin-left: 0;
}

.mb-0 {
    margin-bottom: ;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-250 {
    margin-bottom: 250px;
}

hr {
    border-top: 1px solid #ccc !important;
}

.hr1 {
    height: 1px;
}

.hr2 {
    height: 0;
    border-bottom: 1px solid #eee;
}

.hr3 {
    height: 0;
    border-bottom: 1px dotted #eee;
}

.hr4 {
    height: 0;
    border-bottom: 1px dashed #eee;
}

.hr5 {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.hr-small {
    margin-top: 5px;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #4a4a4a;
    width: 25px;
    float: left;
}

.new-products-home h2 {
    font-size: 27px;
    font-family: "Novecentowide";
    text-align: center;
    margin-bottom: 40px;
}

.img-new-product {
    border: 1px solid #d4d4d4;
    text-align: center;
    height: 300px;
    line-height: 300px;
    padding: 0 10px;
    -webkit-box-shadow: 0 0px 3px 0px #ececec;
    -moz-box-shadow: 0 0px 3px 0px #ececec;
    box-shadow: 0 0px 3px 0px #ececec;
}


/*************** Toggles & Accordion ***************/

.panel-default>.panel-heading {
    background-color: #fff;
}

.panel-group .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
}

.panel-default {
    border-color: #e8e8e8;
}

.panel-body {
    padding: 4px 15px 10px 15px;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    font-size: 13px;
    font-weight: 100;
}

.panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed:hover {
    color: #666;
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.panel-title a i {
    font-size: 1.2em;
    padding-right: 5px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top: none;
}

.panel-default {
    border-color: #fff;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-family: "EffraLight";
    line-height: 1.75;
    color: inherit;
}

.panel-title a {
    text-decoration: none;
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb( 128, 128, 128) !important;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    outline: none;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    /* essential for enabling glyphicon */
    content: "\f107";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #ccc;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";
    /* adjust as needed, taken from bootstrap.css */
}


/*************** Buttons ***************/

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-inskincosmedics {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 30px !important;
}

.btn-inskincosmedics:last-child {
    margin-right: 0;
}

.btn-inskincosmedics {
    font-size: 1em;
    width: auto;
}

.btn-inskincosmedics.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-inskincosmedics:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-inskincosmedics.border-btn:hover {
    opacity: 1;
    color: #fff;
}

.btn-inskincosmedics.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
}

.btn-inskincosmedics.border-btn.btn-black:hover {
    background-color: #111;
    color: #fff;
}

.btn-inskincosmedics.border-btn.btn-wite:hover {
    background-color: #fff;
}

.btn-inskincosmedics.btn-gray {
    background-color: #444;
}

.btn-inskincosmedics.btn-black {
    background-color: #111;
}

.jquery-lightbox-html .btn-info {
    background-color: #D7D7D7;
    border-color: #D7D7D7;
    color: #111;
}

.jquery-lightbox-html .btn-success {
    background-color: #111;
    border-color: #111;
}

.jquery-lightbox-html .btn-info:hover,
.jquery-lightbox-html .btn-info:focus,
.jquery-lightbox-html .btn-info:active {
    color: #111;
}

.jquery-lightbox-html .btn-success:hover,
.jquery-lightbox-html .btn-success:focus,
.jquery-lightbox-html .btn-success:active {
    color: #fff;
}

.btn-inskincosmedics.btn-white {
    background-color: #fff;
}

.btn-inskincosmedics.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
}

.btn-inskincosmedics.border-btn.btn-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
}

.btn-inskincosmedics.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-large {
    font-size: 14px;
    padding: 9px 22px;
}

.btn-medium {
    font-size: 14px;
    padding: 7px 18px;
}

.btn-small {
    padding: 5px 15px;
}

.btn-mini {
    padding: 3px 12px;
}

.btn-large.border-btn {
    padding: 8px 22px;
}

.btn-medium.border-btn {
    padding: 6px 18px;
}

.btn-small.border-btn {
    padding: 4px 15px;
}

.btn-mini.border-btn {
    padding: 2px 12px;
}


/*************** Alerts ***************/

.alert {}

.alert-success p {
    color: #468847;
}

.alert-info p {
    color: #3a87ad;
}

.alert-warning p {
    color: #c09853;
}

.alert-danger p {
    color: #a94442;
}

.alert h4 {
    margin-bottom: 10px;
}

.alert strong {
    font-weight: 700;
}


/*************** Lists ***************/

ul.icons-list {
    margin-bottom: 6px;
}

ul.icons-list li,
ul.list-unstyled li {
    margin-bottom: 4px;
}

ul.icons-list li i {
    font-size: 14px;
    margin-right: 4px;
}


/*************** Tabs ***************/

.nav-tabs {
    border-color: #eee;
}

.nav-tabs>li>a {
    font-weight: 600;
    color: #666;
    padding: 8px 14px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border: 1px solid #eee;
    border-bottom: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.nav-tabs>li>a i {
    margin-right: 1px;
    padding-right: 5px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #fff;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: #eee;
    border-bottom-color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
}

.tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 12px 16px;
}

.tab-content p {
    margin-bottom: 15px;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.section {
    padding-top: 120px;
    padding-bottom: 80px;
}

.section.no-padd-bottom {
    padding-bottom: 0
}

.parallax-text-item {
    padding: 40px 0px;
}

.parallax-text-item ul li {
    list-style: none;
}

.parallax {
    background-image: url('../../../assets/images/content-images/common/home-bg-parallex.jpg');
    margin-top: -5px;
    width: 100%;
    background-position: 50% 0px;
}

.parallax-text-container {
    background-color: #f5f5f5 none repeat scroll 0% 0%;
}

.newsletter-text {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 255, 255, 255);
    text-transform: uppercase;
}

.newsletter-text i {
    font-size: 40px;
}


/*Pagination*/

.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 34px;
    font-size: 15px;
    font-family: "EffraLight";
    color: rgb(32, 32, 32);
    line-height: 33px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-right: 0;
    padding: 0;
    border: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border: 1px solid #ddd;
    border-radius: 0;
    min-width: 80px;
}

.pagination span.current {
    color: #000;
    font-weight: 600;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #000;
    font-weight: 600;
    background-color: transparent;
    border-color: transparent;
}

.pagination .all-pages,
.pagination .next-page {
    width: auto;
    padding: 0 14px;
    margin: 0 5px;
    border: 1px solid #ccc;
}


/*------------------------------------------*/


/*		    09 - Single post Styles
/*------------------------------------------*/

.blog-page,
.blog-post-page {
    padding-top: 5px;
}

.blog-post-page .blog-post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.blog-post-page ul.post-meta {
    margin-bottom: 12px;
}

.post-content h2 {
    font-weight: 500;
}

.post-bottom {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.blog-post .author-info {
    display: block;
    margin-bottom: 10px;
}

.blog-post .author-info .author-image {
    float: left;
}

.blog-post .author-info .author-image img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 4px solid #eee;
}

.blog-post .author-info .author-bio {
    padding-left: 85px;
}

.blog-post .author-info h4 {
    margin-bottom: 4px;
    font-weight: 500;
}

.blog-post .author-info p:last-child {
    margin: 0;
}


/*------------------------------------------*/


/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
    background-color: #333333;
    border-top: 1px solid #727272;
    text-transform: uppercase;
    padding: 30px 15px 20px 15px;
    font-size: 14px;
    font-family: "EffraLight";
    color: rgb( 255, 255, 255);
}

footer p {
    color: rgb( 255, 255, 255);
    font-size: 14px;
}

.footer-icons i {
    font-size: 18px;
    color: #fff;
    float: right;
    margin-right: 30px;
}

.footer-icons i:first-child {
    margin-right: 30px;
}

.social-footer-text {
    font-size: 13px;
    font-family: "EffraLight";
    color: rgb( 0, 0, 0);
    text-align: center;
    margin-top: -25px;
    position: absolute;
    right: 55px;
}

.footer-logo {
    float: right;
    margin-top: -5px;
}

.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0;
}

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: #e6e6e6;
}

.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
}

.copyright-section p a:hover {
    text-decoration: none;
    color: #fff;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
    color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.offset-parent {
    position: absolute;
    top: 0;
    left: 0;
}

.default-offset-parent {
    position: absolute;
    top: 20px;
    left: 20px;
}

.custom-offsets {
    position: absolute;
    top: 20px;
    left: 20px;
}

#scroll-property-transform {
    position: absolute;
    top: 0;
    left: 0;
}

.ad-last-img {
    height: 238px;
}

.home-social {
    padding: 35px 23px;
}

.home-social h1 {
    font-size: 30px;
    font-family: "EffraLight";
    color: rgb( 59, 59, 59);
    text-align: left;
    text-transform: uppercase;
}

.home-social .home-social-content {
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb( 45, 45, 45);
    text-align: left;
    margin-top: 15px;
}

.home-social i {
    font-size: 20px;
    padding: 20px;
}

.home-social i:first-child {
    padding-left: 0;
}

#text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 60px;
}

#page-banner #main-img {
    margin-bottom: -50px;
    position: relative;
}

#page-banner #main-img img {
    width: 100%;
    margin-top: 95px;
}

.imgWrap {
    background: #fff;
    position: relative;
}

.imgWrap>img {
    display: block;
    width: 100%;
}

.imgWrap span {
    position: absolute;
    display: table;
    z-index: 1;
    height: 100%;
    bottom: 50px;
    width: inherit;
}

.imgWrap span::after {
    content: attr(data-title);
    display: table-cell;
    vertical-align: middle;
}

.imgWrap span h1 {
    font-size: 30px;
    font-family: "Novecentowide";
    color: rgb(249, 249, 249);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.imgWrap span .bnnr_txt {
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb(0, 0, 0);
}


/****** Product Grid & Detail Page ******/

.product_grid_item,
.product_detail_item {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}

.product_grid_item {
    margin-top: 10px;
    padding: 0px 20px;
    line-height: 300px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}

.product_detail_item {
    text-align: center;
}

.product_grid_item img,
.product_detail_item img {
    margin: 0 auto;
    display: inline-block;
}

.product_detail_item img {
    width: 80%;
}

.product_grid_left_col h1 {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px;
}

.product_grid_left_col ul {
    margin-top: 20px;
}

.product_grid_left_col .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 30px;
}

.product_grid_left_col .panel .list-group-item {
    position: inherit !important;
    background-color: #fff;
    border: 0 !important;
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb(162, 162, 162);
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    padding-left: 0;
    outline: none;
}

.product_grid_left_col .panel .list-group-item.active,
.product_grid_left_col .panel .list-group-item:hover,
.product_grid_left_col .panel .list-group-item:active,
.product_grid_left_col .panel .list-group-item:focus {
    color: rgb(0, 0, 0);
}

.product_grid_left_col .panel .sublinks .list-group-item {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb( 201, 201, 201);
    text-align: left;
    margin-left: 15px;
    line-height: 1;
}

.product_grid_left_col ul li a>ul>li>a {
    color: rgb(204, 204, 204);
}

.product_grid .product-form-sort-hold span {
    display: inline-block;
    float: left;
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb(43, 43, 43);
    line-height: 1.412;
    text-align: center;
    margin-right: 5px;
}

.product_grid .product-form-sort-hold select {
    float: right;
    display: inline-block;
    width: 40%;
}

.product_grid_item_desc p.prd_name {
    font-size: 16px;
    font-family: "Novecentowide";
    color: rgb(128, 128, 128);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_grid_item_desc p.prd_name1 {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    text-transform: capitalize;
    line-height: 2;
    text-align: left;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 590;
}

.product_grid_item_desc p.prd_cost {
    font-size: 17px;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}

.btn-product-page,
.btn-product-det-page {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    margin: 0 auto;
}

.btn-product-page {
    padding: 5px 15px !important;
    margin: 20px 0;
    font-size: 15px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
}

.product_detal_grid_buttons,
.product_detal_param {}

.btn-product-det-page {
    padding: 6px 10px !important;
    margin: 0px 5px;
    float: left;
}

.btn-product-det-page .fa-shopping-cart {
    margin-right: 10px;
}

.btn-product-det-page:first-child {
    margin-left: 0;
}

.product_detal_grid .prod_name_d {
    font-size: 30px;
    font-family: "EffraLight";
    color: rgb( 196, 18, 48);
    text-transform: uppercase;
    font-weight: 100;
}

.product_detal_grid .prod_name_desc {
    font-size: 13px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.product_detal_grid .prod_name_rate {
    font-size: 24px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
}

.qtylabel {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.qty_input {
    float: left;
    width: 10%;
    margin-right: 10px;
}

.pdesc {
    font-size: 15px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.556;
    text-align: left;
}

#contact-form {
    margin-top: 50px;
}

.contact-table tr td,
.contact-form-header,
.contact-table-page tr td {
    border: none !important;
    padding: 0 !important;
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb(0, 0, 0);
    line-height: 1.529;
    text-align: left;
}

.contact-form-hold form label,
.contact_us_p {
    text-align: left;
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb(8, 3, 22);
}

.contact_us_p {
    margin-bottom: 15px;
}

.skin-analysis-hold .skin-analysis-header {
    font-size: 18px;
    font-family: "EffraLight";
    color: #bd202f;
    text-transform: uppercase;
}

.skin-analysis-hold .skin-analysis-content {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb( 0, 0, 0);
    line-height: 1.875;
    margin-top: 10px;
}

.skin-analysis-searach-hold {
    top: 30px;
    position: relative;
}

.skin-analysis-search-results-hold .skin-analysis-search-result {
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}

.skin-analysis-search-results-hold .skin-analysis-search-result:last-child {
    border-bottom: 0;
}

.skin-analysis-search-results-hold .skin-analysis-search-result .about-expert {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb( 0, 0, 0);
    line-height: 1.5;
}

.skin-analysis-search-results-hold .skin-analysis-search-result .website-link {
    font-size: 16px;
    font-family: "EffraLight";
    color: #bd202f;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.contact-thank-you .contact-thank-you-content {
    font-size: 15px;
    color: rgb(128, 128, 128);
    font-family: "EffraLight";
    text-align: left;
}

.contact-thank-you .contact-thank-you-header {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-family: "Novecentowide";
}

.contact-thank-you .contact-thank-you-content {
    margin-top: 30px;
}

.store-locator-text {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.2;
}

.store-locator-hold {
    margin-top: 30px;
}

.store-locator-hold .store-product-line {
    font-size: 17px !important;
    ;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    text-align: left;
}

.store-locator-hold input[type="submit"] {
    padding: 6px 25px !important;
}

.store-results h2 {
    font-size: 22px;
    font-family: "Novecentowide";
    color: rgb(128, 128, 128);
}

.store-results .stores h4 {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.556;
}

.store-results .stores .store-address {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.667;
}

.store-results .stores .store-stockits h4 {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.875;
    margin-top: 15px;
}

.store-results .stores .store-stockits ul li {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.75;
}

.store-results .stores .vdetails {
    font-size: 16px;
    font-family: "EffraLight";
    color: #bd202f;
    line-height: 1.875;
    margin-top: 10px;
    display: block;
}

.blog h2 {
    font-size: 30px;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: left;
    margin-bottom: 20px;
}

.box_list .h4 {
    font-size: 24px;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.25;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin: 0;
}

.right_menu {
    padding: 0
}

.right_menu li {
    font-size: 18px;
    list-style: none;
    font-family: "EffraLight";
    line-height: 2.222;
    border-bottom: 1px solid #efefef;
}

.right_menu li a {
    color: rgb(128, 128, 128);
}

.right_menu li a:hover,
.right_menu li.active a {
    color: #383838;
    font-family: "EffraLight";
}

.blog {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    font-weight: normal;
}

.blog.detail {
    border-bottom: 0;
}

.blog:not(:first-child) {
    margin-top: 35px;
}

.blog .img {
    margin-top: 30px;
}

.blog .img img {
    width: 100%
}

.blog .from_date_time {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(51, 51, 51);
    line-height: 1.667;
    margin-top: 10px;
}

.blog .body p {
    margin-top: 10px;
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.667;
}

.blog .read_more {
    margin-top: 20px;
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb(51, 51, 51);
    text-decoration: underline;
    display: block;
}

.get-social-content .line-top p {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.333;
}

.get-social-content .line-bottom p {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.333;
    text-align: center;
    margin-top: 10px;
}

.get-social-content .social-icons ul {
    float: none;
    text-align: center;
}

.get-social-content .social-icons ul li {
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 35px;
    border: 1px solid #eee;
    padding: 15px 25px;
    margin: 20px 3px 0 3px;
}


/*------------------ Intranet Skin Settings --------------------*/

.navbar.intranet-navbar {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: rgb(0, 0, 0)
}

.navbar.intranet-navbar .navbar-brand {
    padding: 27px 15px;
}

.navbar.intranet-navbar a.logout {
    display: inline-block;
}

.navbar.intranet-navbar a.logout .label-danger {
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar.intranet-navbar li span.user {
    position: relative;
    top: 35px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(255, 255, 255);
}

#intranet-menu-hold {
    background-color: #ededef;
    -moz-box-shadow: inset 0 1px 1px -1px #696868, inset 0 -1px 1px -1px #696868;
    -webkit-box-shadow: inset 0 1px 1px -1px #696868, inset 0 -1px 1px -1px #696868;
    box-shadow: inset 0 1px 1px -1px #696868, inset 0 -1px 1px -1px #696868;
    margin-top: 95px;
}

#intranet-menu-hold+.section {
    padding-top: 40px
}

.section.shop_cart {
    padding-top: 80px
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    #intranet-menu-hold {
        margin-top: 65px;
    }
    .intranet-menu ul li a img {
        border: 1px solid red;
        max-height: 50px;
        with: auto;
    }
}

.intranet-menu {
    height: 110px;
}

.intranet-menu ul li {
    float: left;
    border-right: 1px solid #d4d2ce;
    text-align: center;
    list-style: none;
}

.intranet-menu ul li:hover a,
.intranet-menu ul li.active a {
    color: #000 !important;
}

.intranet-menu ul li a {
    font-size: 10px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /*
	padding: 25px 16px 0 16px;
	*/
    padding-top: 5px;
    height: 110px;
    width: 110px;
}

.intranet-menu ul li:last-child {
    border-right: 0;
}

.intranet-menu ul li a i {
    display: block;
    font-size: 34px;
    margin-bottom: 10px;
}

.intranet-menu ul li:hover a,
.intranet-menu ul li:hover a i,
.intranet-menu ul li.active a i,
.intranet-menu ul li.active a {
    color: #000
}

.intranet-content h2 {
    font-size: 22px;
    font-family: "Novecentowide";
    color: rgb( 51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
}

.intranet-content h2.quick-links {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    position: relative;
    top: 10px
}

table.business-toolkit-table {
    width: 80%;
}

.business-toolkit-table>tbody>tr>td {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    top: 5px;
    position: relative;
    bottom: 5px;
    font-weight: 600;
}

.business-toolkit-table>tbody>tr:first-child>td {
    border-top: 0;
}

.business-toolkit-table>tbody>tr>td>p>a {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    text-decoration: underline;
    -moz-text-decoration-color: #ccc;
    /* Code for Firefox */
    text-decoration-color: #ccc;
    margin-bottom: 10px;
    display: block;
    font-weight: 100;
}

.quick-links-hold {
    padding: 0 20px;
    border: 1px solid #ccc;
}

.quick-links-hold ul {
    margin-bottom: 15px;
}

.quick-links-hold ul li {
    font-size: 18px;
    font-family: "EffraLight";
    line-height: 1.556;
    list-style: none;
}

.quick-links-hold ul li a {
    color: rgb(128, 128, 128);
}

.brandimage ul {
    display: inline-block;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
}

.brandimage ul li {
    float: left;
    margin: 3px;
    width: 130px;
    list-style: none;
}

.brandimage .brandimage-img-hold .brandimage-img {
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 130px;
}

.brandimage .brandimage-img-hold .brandimage-img img {
    margin: 0 auto;
    padding: 10px
}

.brandimage .brandimage-img-hold .img-name {
    font-size: 13px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    margin: 5px 0;
    font-weight: 600;
}

.contact-table,
.contact-table-page {
    margin-top: 20px;
}

.contact-table thead {
    background: #dbdbdb;
    padding-left: 10px;
}

.contact-table>thead>tr>th {
    padding-left: 0;
}

.contact-table>thead>tr>th:first-child {
    padding-left: 10px !important;
}

.contact-table>tbody>tr>td:first-child {
    padding-left: 10px !important;
}

.contact-table thead th {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    vertical-align: middle;
}

.contact-table>tbody>tr>td {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 2.5;
}

.contact-table>tbody>tr>td>a {
    color: rgb( 128, 128, 128);
    text-decoration: underline;
    -moz-text-decoration-color: #ccc;
    /* Code for Firefox */
    text-decoration-color: #ccc;
}

.contact-table>tbody>tr:nth-of-type(2n+1) {
    background: none;
}

.contact-table>tbody>tr:nth-of-type(2n+2) {
    background-color: #f0f0f0;
}

.notice-board-hold .notice-board-content {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.notice-board-hold .notice-board-content:first-child {
    padding-top: 0;
}

.notice-board-hold .notice-board-content:last-child {
    border-bottom: 0;
}

.notice-board-header {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    line-height: 1.333;
}

.notice-board-hold .notice-board-content {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.667;
}

.notice-board-hold .notice-board-content .notice-board-body {
    margin-top: 15px;
}

.intanet-upload-File {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    line-height: 1.5;
    margin: 10px 0;
}

.campaign-hold h2 {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb( 16, 16, 16);
    font-weight: bold;
    line-height: 1.333;
    margin-bottom: 20px;
}

.campaign-hold .about-campaign p {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.333;
    text-align: center;
}

.chead {
    margin-top: 15px;
}

.library h2 i {
    margin-right: 15px;
}

.quick-links-hold.left-links {
    padding: 20px 20px;
    width: 22%;
}

.library-hold .libraries .libraries-head {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb( 51, 51, 51);
    text-transform: uppercase;
    line-height: 2;
}

.library .left-links ul li {
    line-height: 1.856;
}

.library-hold .libraries .libraries-logo {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 2;
    text-align: left;
}

.library-hold .libraries .libraries-logo ul li a {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 2;
    text-align: left;
}

.emerginC-logo {
    position: absolute;
    right: 30px;
    top: 70px;
}

.emerginC-logo img {
    width: 70%;
}

.dashboard h2 {
    font-size: 22px;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard-menu a {
    display: block;
    background: #ededed;
    padding: 35px 17px;
    text-align: center;
    font-size: 16px;
    font-family: "ProximaNova";
    color: rgb(0, 0, 0);
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.dashboard-menu a i {
    display: block;
    font-size: 42px;
    color: rgb(0, 0, 0);
}

.dashboard-menu a span {
    font-size: 17px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    line-height: 1.333;
    position: relative;
    top: 20px;
    display: block;
}

.dashboard-menu a:hover {
    background: #c72438;
    color: #fff;
}

.dashboard-menu a:hover i {
    color: #fff;
}

.dashboard-menu a:hover span {
    color: #fff;
}

.title-1 {
    font-size: 30px;
    position: relative;
    margin: auto;
    text-align: center;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.title-1 span {
    display: inline-block;
    padding: 0 20px;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

.title-1::after {
    display: block;
    height: 1px;
    width: 95%;
    margin: auto;
    background-color: #ccc;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

.about_us_p,
.our_edge_p {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.667;
    text-align: left;
}

.about_us_header {
    font-size: 24px;
    font-family: "Novecentowide";
    color: rgb(51, 51, 51);
    line-height: 1.25;
    text-align: left;
    margin-bottom: 20px;
}

.login_page .p_header {
    font-size: 22px;
    font-family: "Novecentowide";
    color: rgb( 51, 51, 51);
    text-transform: uppercase;
    text-align: left;
    margin-top: -30px;
}

.p_header_blk {
    color: rgb( 0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
}

.login_page .accform_hold .login_header_customer {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb( 51, 51, 51);
    line-height: 1.556;
    text-align: left;
}

.login_page .accform_hold .new_customer_txt {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.667;
    text-align: left;
}

#registration-form .control-label {
    font-size: 18px !important;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    text-align: left;
}

#registration-form .forgot-pass a {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128) !important;
    text-decoration: underline;
    line-height: 1.556;
    text-align: right;
}

.register .login-link {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.667;
    text-decoration: underline;
}

.tab_menu {
    padding: 0px;
    list-style: none;
    margin: 0 0 23px 0;
    text-align: center;
}

.tab_menu li {
    font-family: "Novecentowide";
    color: rgb( 51, 51, 51);
}

.tab_menu li a {
    color: rgb( 128, 128, 128);
    font-size: 16px;
}

.tab_menu li a:hover {
    color: #000;
}

.tab_menu li.active a {
    color: #000;
}

.tab_menu+hr {
    border-color: #a7a7a7;
    margin-bottom: 30px;
}

.shopping_head {
    font-size: 22px;
    font-family: "Novecentowide";
    color: rgb( 0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
}

.shopping_cart_quote {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.667;
    text-align: left;
    margin-top: 10px;
}

.order_table img {
    max-width: 150px;
}

.order_table .table>tbody>tr>td {
    vertical-align: middle;
}

.order_table thead th {
    text-transform: none;
    text-align: center;
}

.order_table tr td:not(:first-child) {
    text-align: center;
}

.order_table input {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.order_table .del {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.order_table .del a:hover {
    color: #af985b;
}

.order_table tr:not(:last-child) td {
    border-bottom: 1px solid #e9e9e9;
}

.order_table .table thead {
    background: #f3f3f3;
    border: none;
}

.order_table .table thead th {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 100;
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
}

.order_table .table tr {
    border: none;
    font-size: 18px;
}

.order_table .table>tbody>tr>td,
.order_table .table>tbody>tr>th,
.order_table .table>tfoot>tr>td,
.order_table .table>tfoot>tr>th,
.order_table .table>thead>tr>td,
.order_table .table>thead>tr>th {
    border: none;
    padding-left: 20px;
    padding-right: 20px
}

.order_table .table tbody tr td {
    border-bottom: 1px solid #a7a7a7;
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.667;
    text-align: center;
}

.line_hold {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.line_hold .row>div:first-child .btn {
    width: auto;
}

.line_hold .row>div:last-child {
    margin-top: 20px;
    text-align: left;
}

.discount_text {
    font-size: 20px;
    font-family: "Novecentowide";
    color: rgb( 0, 0, 0);
    line-height: 1.5;
    text-align: left;
}

.discount_text small {
    font-size: 15px;
    font-family: "Novecentowide";
    color: rgb( 128, 128, 128);
}

.total_tab {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    color: #111111;
}

.total_tab li {
    padding: 10px 0;
    border-bottom: 1px solid #a7a7a7;
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
}

.total_tab li div {
    float: right;
    margin: 0 0 0 10px;
}

.total_tab li:last-child {
    border: none;
}

.shopping_cart_hold {
    background: #f8f8f8;
    padding: 30px;
    margin: 30px 0;
}

.shopping_cart_hold label {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    line-height: 1.667;
}

.shop_cart .btn {
    padding: 8px 25px !important;
}

.delivery_form {
    padding-left: 30px
}

.delivery_form .checkbox {
    margin: 0 0px 30px -30px;
}

.delivery_form .checkbox label {
    padding-left: 30px;
}

.delivery_form .checkbox input {
    top: 2px;
}

.delivery_form .form-group {
    margin-bottom: 20px;
}

.delivery_form form {
    margin-top: 30px;
}

.delivery_form textarea {
    resize: vertical;
}

.p_hold {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.37;
}

.delivery_form .control-label {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    text-align: left;
}

.addr_hold .delivery_heading {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb( 0, 0, 0);
    line-height: 1.667;
    margin-bottom: 15px;
}

.delivery_address {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 128, 128, 128);
    line-height: 1.667;
}

.addr_hold .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.addr_hold .form-control,
.addr_hold .btn {
    width: auto;
}

.cards_holder {
    font-size: 18px;
}

.cards_holder .payment_options_header {
    font-size: 22px;
    font-family: "Novecentowide";
    color: rgb(0, 0, 0);
    line-height: 1.636;
}

.cards_holder .form-horizontal .control-label {
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
}

.cards_holder .form-group {
    margin-bottom: 20px;
}

.cards_holder select {
    width: 48%;
    display: inline-block;
}

.cards_holder select:only-child {
    width: 100%;
}

.cards_holder .c_tpe {
    width: 100%;
}

.cards_holder select:last-child {
    float: right;
}

.cards_holder textarea {
    resize: vertical;
}

.cards_holder .btn {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
}

.cards_holder .h2 {
    font-size: 30px;
    font-weight: normal;
}

#step_form .control-label {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    text-align: left;
}

.thanks_hold {
    margin-top: 50px;
}

.thanks_hold .img {
    text-align: center;
}

.thanks_hold p {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}

.thanks_hold .row {
    margin-top: 10px;
}

.thanks_hold .row>div {
    margin-top: 30px;
}

.content_area>.container>.thanks_hold+.section {
    margin-top: 60px
}

.details_hold {
    font-size: 17px;
}

.details_hold .section {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 23, 22, 22);
    text-transform: uppercase;
}

.details_hold p {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.556;
    margin-top: 10px;
    margin-bottom: 25px;
}

.details_hold form {
    margin-top: 30px;
}

.details_hold .form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}

.details_hold .form-group {
    margin-bottom: 20px;
}

.details_hold .prevnext {
    min-width: 80px;
    text-align: center;
    margin: 0 10px;
    color: rgb(128, 128, 128);
}

.details_hold .prevnext:last-child {
    margin-right: 0;
}

.details_hold .table thead {
    background: rgb(243, 243, 243);
    border: none;
}

.details_hold .table thead th {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}

.details_hold .table tr {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 2.222;
    border-bottom: 1px solid #e7e7e7;
}

.details_hold .table>tbody>tr>td,
.details_hold .table>tbody>tr>th,
.details_hold .table>tfoot>tr>td,
.details_hold .table>tfoot>tr>th,
.details_hold .table>thead>tr>td,
.details_hold .table>thead>tr>th {
    border: none;
    padding-left: 20px;
    padding-right: 20px
}

.details_hold .table a {
    color: rgb(128, 128, 128);
    text-transform: uppercase;
}

.details_hold .table a:hover {
    color: rgb(0, 0, 0);
}

.details_hold .table thead th:not(:first-child) {
    text-align: center;
}

.details_hold .table tr td:not(:first-child) {
    text-align: center;
}

.my_account .menu_header,
.menu_header {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb(23, 22, 22);
}

.menu_header_order_history {
    font-size: 18px;
    font-family: "Novecentowide";
    color: rgb(23, 22, 22);
}

.left_menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0
}

.left_menu li {
    font-size: 15px;
    font-family: "EffraLight";
    color: rgb(128, 128, 128);
    line-height: 1.7;
}

.left_menu li a {
    color: rgb(128, 128, 128);
}

.left_menu li a:hover {
    color: #bd202f;
    font-weight: bold;
}

.left_menu li.active a {
    color: #bd202f;
    font-weight: bold;
}

.left_menu li ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0
}

.left_menu li ul li {
    font-weight: 300;
}

.left_menu.for_account li a {
    color: rgb( 179, 179, 179);
}

.left_menu.for_account li a:hover {
    color: #383838;
    font-weight: 700;
}

.left_menu.for_account li.active a {
    color: #383838;
    font-weight: 700;
}

.datepicker-dropdown.datepicker-orient-top::before,
.datepicker-dropdown.datepicker-orient-top::after {
    bottom: 0;
    border-bottom: 0;
    border-top: 0;
}

.marketing ul.mark-img li {
    float: left;
    margin: 10px 3px;
    width: 135px;
    list-style: none;
}

.marketing .marketing-img-hold .marketing-img {
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 130px;
}

.marketing .marketing-img-hold .marketing-img img {
    margin: 0 auto;
    padding: 10px
}

.marketing .marketing-img-hold .img-name {
    font-size: 16px;
    font-family: "Novecentowide";
    color: rgb( 128, 128, 128);
}

.calendar-form label {
    font-size: 18px;
    font-family: "EffraLight";
    color: rgb( 51, 51, 51);
    text-transform: uppercase;
    line-height: 1.333;
    font-weight: bold;
    margin-bottom: 15px;
}

.language .dropdown-menu {
    min-width: 65px;
}

.language .dropdown li {
    padding: 0 0;
    text-align: center;
}

.language .dropdown li a {
    padding: 5px;
}

.language .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav .open>a.dropdown-toggle,
.nav .open>a.dropdown-toggle:focus,
.nav .open>a.dropdown-toggle:hover {
    background: transparent !important;
}

@media (max-width: 767px) {
    .nav .open>a.dropdown-toggle,
    .nav .open>a.dropdown-toggle:focus,
    .nav .open>a.dropdown-toggle:hover {
        padding: 0
    }
    .navbar-nav .language.open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        min-width: 50px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 0
    }
}

.fix-nav {
    /* this make our menu fixed top */
    z-index: 9994;
    /*position: fixed;
    left: 0;
    width: 100%;*/
    background: #000;
    /*top: 0;*/
}

.fix-nav.top-bar {
    top: 0px;
    z-index: 9995;
}

.fix-body {
    /* this will adjust body top margin to prevent content jumping when nav gets fix  */
    margin-top: 50px;
    /* adjust as per height of your menu */
    ;
}

ul.left_menu li a.active {
    font-weight: bold;
    color: #bd202f;
}

.jquery-lightbox-move p {
    font-size: 17px;
}

.container.get-social-content {
    margin-top: 80px;
}

#login-form.form-horizontal .control-label {
    font-size: 17px;
}

.forgot-pass {
    font-size: 16px;
    font-weight: bold;
}

.paypal-caption {
    font-size: 17px;
    margin-bottom: 10px;
}

.our-family-template {
    padding-top: 0px !important;
}

.our-family-template p {
    font-size: 18px;
    line-height: 28px;
}

.our-family-template ol {
    font-size: 18px;
    line-height: 28px;
}

.our-family-template ul {
    font-size: 18px;
    line-height: 28px;
}

.payment-form div.error {
    display: none !important;
}

.footer-widget {}

.footer-widget ul li a {
    font-size: 16px;
    font-family: "EffraLight";
    color: rgb( 0, 0, 0);
    text-transform: uppercase;
    line-height: 2.25;
    text-align: left;
}

.error {
    color: #FF0000 !important;
}

.modal-body,
.modal-dialog,
.modal-content {
    border-radius: 0 !important;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    z-index: 99999 !important;
}

.bigicon {
    font-size: 80px;
    margin-top: 10px;
    display: inline-block;
}

@media screen and (min-width:1024px) {
    .dashboard>.bigicon {
        font-size: 70px;
        margin-top: 40px;
    }
}.owl-theme .owl-controls {
    margin-top: -20px !important;
    text-align: center;


}
.owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
    display: block;
	width: 24px !important;
	height: 10px;
	border: 2px solid rgb(255, 255, 255) !important;
	margin: 2px !important;
	border-radius: 0px !important;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    opacity: 0.8;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #c72438;opacity: 0.8;}
.usual_hold .row.margin-t-20{
	margin-top: 60px;
	margin-bottom: 60px;
}


@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}