/*  General Styling */

html {
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

body {
    margin: 0;
    background: #FFF;
    color: #3F3F3F;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

.container {
    max-width: 1170px;
}

.custom-color-1 {
    color: #F7941D;
}

.custom-font-1 {
    font-family: 'Open Sans', sans-serif;
}

.custom-font-2 {
    font-family: 'Playfair Display', sans-serif;
    font-family: 'Rokkitt', serif;
}

.color-white {
    color: #FFF;
}

.background-center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}


.category-wrapper {
    font-size: 11px;
}

.overflow-hidden {
    overflow: hidden;
}

ul.flexnav.large {
    display: block;
}

ul.flexnav.small {
    display: none;
}

ul.flexnav>li>a,
ul.flexnav>li>span {
    font-size: 120%;
    font-weight: 400;
}

a {
    text-decoration: none;
    font-style: normal;
    color: inherit
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    margin: 0
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
.button,
.woocommerce input.button {
    padding: 5px 20px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn {
    box-shadow: none;
    text-shadow: none;
    color: #FFF;
    border: none;
    min-height: 35px;
    line-height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 100%;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #FFF;
}

.btn-default {
    background: #666;
}

.modal-title {
    text-transform: uppercase;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    font-size: 110%;
}

.modal-footer {
    border-top: none;
}

.button {
    display: inline-block;
}

/**	define maximum image size inside content-wrapper	**/

.content-wrapper img {}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
    font-weight: bold;
    color: #003E56;
}

/**	define maximum grid size	**/

.main-content,
.content-wrapper,
.footer,
.footer-partner-wrapper,
.footer-widget-wrapper,
.social-button-wrapper,
h2.credit {
    /*max-width: 1100px;*/
    /*width: 100%;*/
    display: block;
    /*margin: auto;*/
}

.header,
.flexnav {
    max-width: 1280px;
    width: 100%;
    display: block;
    margin: auto;
}

.add_to_cart_button {
    padding: 0px;
}

.no-border-radius {
    border-radius: 0px;
}

.no-border {
    border: none;
}

body,
input[type=text],
textarea,
select {
    font-family: 'Open Sans', 'Raleway', sans-serif;
    font-weight: normal;
}

textarea {
    resize: none;
}

p {
    line-height: 28px;
}

/**	end of html general styling	**/

.separator {
    display: block;
    clear: both
}

iframe {
    max-width: 100%;
    overflow-x: hidden;
}

.header-wrapper {
    background-color: rgb(255, 174, 76);
    color: /*#FFF*/
    #4F4F4F;
}

.shopping-cart {
    height: 50px;
}

.middle-vertical {
    vertical-align: middle;
    display: table-cell;
}

.vertical-center {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header {
    border: none;
}

.navbar-default {
    background-image: none;
    border-color: transparent;
    border: none !important;
    box-shadow: none;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-toggle {}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {}

.navbar-collapse {}

.navbar-default .navbar-nav>li>a {
    color: /*#FFF*/
    #4F4F4F;
}

.navbar-nav>li>a {
    padding: 0;
    line-height: inherit;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

/**	header styling here	**/

.mobile-logo {
    display: none;
}

.menu-button {
    width: 40px;
    height: 50px;
    background: transparent !important;
    position: absolute !important;
    right: 0;
    top: 0;
    padding: 0px !important;
    display: none;
    border-bottom: 0px !important;
}

.ecc-menu-logo-wrapper {
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

/**	show touch button on every flexnav menu/sub-menu	**/

.flexnav .touch-button {
    display: block !important;
    position: absolute !important;
    right: 0;
    top: 0;
    margin: auto;
}

/**	hide touch button on drop down menu	**/

.menu-button .touch-button {
    display: none !important;
}

.flexnav .touch-button .navicon {
    display: block !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
}

.ecc-menu-logo-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header-sub-wrapper {
    display: table;
    float: left;
}

.header-sub-wrapper.left {
    width: 100%;
}

.header-sub-wrapper.center {
    width: 20%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline;
    position: absolute;
}

.banner-wrapper {
    font-size: 22px;
    text-align: center;
    float: left;
    display: table;
    margin: auto;
    width: 100%;
}

/**	style for center positioned logo	**/

.header .banner-logo {
    width: auto;
    height: auto !important;
    position: absolute;
    top: 0;
}

.header .banner {
    text-transform: none;
    display: inline-block;
    margin: 0px auto;
    font-size: 90%;
    text-transform: capitalize;
    color: /*#e74c3c*/
    #DADFE1;
    background-color: rgb(255, 174, 76);
}

.header .banner img {
    width: auto;
}

.header .banner-sub {
    font-size: 50%;
    display: inline-block;
    text-align: left;
    margin: 0px auto;
}

.contact-wrapper {
    font-size: 130%;
    max-width: 20%;
    display: table;
    float: left;
    margin-left: 5%;
}

h2.contact {
    display: table-cell;
    vertical-align: middle;
    font-size: 80%;
}

.contact a {
    font-style: normal;
}

.navigation-wrapper {
    display: table;
    opacity: 1;
    width: 50%;
    max-width: 70%;
    float: left;
    margin-left: 10%;
}

.display-slider-content-wrapper {
    width: 100%;
    background: #FFF;
    overflow: hidden;
    display: block;
}

.display-slider-image-wrapper {
    /*width: 40%;*/
    /*    left: 0;
        top: 0;
        height: inherit;*/
    /*    position: absolute;*/
}

.display-slider-image {
    width: 100%;
}

.display-slider-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.display-slider-info-wrapper {
    /*width: 55%;*/
    height: inherit;
    /*    position: absolute;
        right: 5%;
        top: 0;*/
    display: table;
}

.display-slider-info-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.display-slider-title {
    display: block;
}

.display-slider-description {
    font-size: 150%;
    line-height: 150%;
}

#left-wrapper {
    width: 16%;
    padding: 0 3% 0 1%;
    float: left;
    height: auto;
    min-height: 100px;
}

.right-wrapper {
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
}

h1.title,
h1.page-title,
.single-product .product .summary h1 {
    margin-bottom: 15px;
    padding: 10px 0;
}

h1.title span,
h1.page-title {
    text-transform: none;
    margin: auto;
    display: block;
    font-style: normal;
    line-height: 1.625;
}

.page p {
    font-size: 115%;
}

.page h2 {
    font-size: 130%;
}

.single-product {
    /*background-color: transparent !important;*/
}

.index-page h2 {
    font-size: 250%;
}

.category {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto
}

.main-wrapper {
    /*    width: 100%;*/
}

.product-grid-container {
    padding-top: 30px;
}

.product-grid-container-title {
    font-size: 140%;
}

.content-header {
    font-size: 165%;
    background-color: transparent;
    text-transform: uppercase;
    color: #606060;
    padding-left: 10px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.latest-post-grid {
    width: 30%;
    padding: 0px 1%;
    display: inline-block;
}

.latest-post-grid .image-wrapper {
    width: 90%;
    margin: auto;
}

.latest-post-grid .image-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}

li.product {
    margin-top: 10px;
    width: 49.5%;
    max-width: 640px;
    min-width: 480px;
    height: 225px;
    float: left;
    overflow: hidden;
}

li.product+li.product {
    margin-left: 1%;
}

.product-grid {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    transition: all ease-in 0.5s;
    background: #000;
    color: /*#FFF*/
    #4F4F4F;
}

.product-grid:hover {}

.product-grid-content {
    overflow: hidden;
    /*border: 1px solid #5b5b5b;*/
    border-collapse: collapse;
    box-sizing: border-box;
    /*display: inline-table;*/
    display: inline-block;
    /*    margin-left: -1px;
        margin-top: -1px;*/
    /*outline: 1px solid #5b5b5b;*/
    transition: all linear 0.4s;
    padding-left: 5px;
    padding-right: 5px;
}

.product-grid-inner {
    max-width: 160px;
    margin: auto !important;
}

.product-grid-image-wrapper {
    overflow: hidden;
    /*height: 180px;*/
    /*height: 300px;*/
    height: 150px;
    width: 150px;
    background: #FFF;
    border: none;
    /*padding: 2.5%;*/
    margin: auto;
}

.product-grid-image-wrapper a {
    overflow: hidden;
    height: inherit;
    display: block;
}

.product-grid-image {
    width: 100%;
    width: auto;
    height: auto;
    max-height: 150px;
    max-height: 150px;
    height: inherit;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.product-grid-image img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-grid-sale-banner {
    position: absolute;
    width: 100%;
    background: #000;
    opacity: 0.8;
    height: 0px;
    line-height: 40px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: /*#FFF*/
    #4F4F4F;
    font-weight: bold;
    text-align: center;
    transition: all ease-in 0.2s;
    overflow: hidden;
}

.product-grid-image:hover .product-grid-sale-banner {
    /*height:40px;*/
}

.product-grid-out-of-stock {
    position: absolute;
    width: 100%;
    background: #FFF;
    opacity: 0.8;
    height: 60px;
    line-height: 60px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: #222;
    font-weight: bold;
    text-align: center;
    transition: all ease-in 0.2s;
    overflow: hidden;
}

.product-grid-discount-background {
    position: absolute;
    top: -70px;
    /*right: -70px;*/
    left: -70px;
    width: 120px;
    height: 120px;
    /*background: #F00;*/
    background: /*#DADFE1*/
    #FF5252;
    /*transform: rotate(-45deg);*/
    transform: rotate(-225deg);
}

.product-grid-info {
    display: inline-block;
    margin: auto;
    background-position: bottom;
    background-size: contain;
    height: inherit;
    line-height: 25px;
    width: 95%;
    padding: 10px 0;
}

.product-grid-title,
.product-grid-price {
    display: block;
    overflow: hidden;
    font-size: 90%;
}

.product-grid-title {
    height: 25px;
    text-align: center;
}

.product-grid-title h2 {
    vertical-align: middle;
    font-size: 135%;
    line-height: inherit;
    margin: 0;
    overflow: hidden;
    font-weight: 400;
    color: /*rgb(255, 174, 76) - test*/
    #484848;
}

/**	styling for product with new label 	**/

.product-grid-new-label {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
}

.woocommerce-result-count {
    display: inline-block;
    margin-right: 10px;
}

#category-widget li a,
#sub-category-widget li a {
    border-bottom: 1px solid #999999;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

#category-widget li:hover a,
#sub-category-widget li:hover a {
    background: #999999;
    color: /*#FFF*/
    #4F4F4F;
    padding-left: 20px;
}

#category-widget li a,
#sub-category-widget li a {
    /*font-family: 'Roboto', Verdana, Arial;*/
    display: block;
    font-style: normal;
    font-size: 80%;
    line-height: 35px;
    text-transform: uppercase;
}

.footer,
.footer a {
    color: #666;
}

.footer {
    background-color: #222222;
    padding: 65px 0 15px 0;
    position: relative;
}

.footer .widget h3.widget-title {
    border-color: #292929;
    color: #fff;
    color: #666;
    letter-spacing: 3px;
}

.widget h3.widget-title {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget h4.widget-title {
    margin: 10px 0 5px 0;
    font-size: 100%;
    color: #333;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.copyright {
    position: relative;
    font-size: 85%;
    letter-spacing: 1px;
    background-color: #FFF;
    padding: 12px 0;
}

.copyright,
.copyright a {
    color: #666;
}

.footer {
    border-top: 2px solid #efefef;
    background-color: #FFF;
    background: #FFF;
    color: #959595;
    color: #666;
}

.footer-widget h2 {
    color: #959595;
    color: #000;
    font-weight: bold;
}

.footer-wrapper {
    /*    background: #000;
        color: #FFF;*/
    padding-top: 10px;
    overflow: hidden;
    display: block;
}

.footer,
.footer-partner-wrapper,
.footer-widget-wrapper {
    overflow: hidden;
    min-height: 100px;
}

ul#footer-partner-widget {
    height: 100px;
    padding: 10px 0px;
}

ul#footer-partner-widget li {
    display: block;
    width: auto;
    max-width: 8%;
    margin: 0px 1%;
    float: left;
    height: 100px;
}

ul#footer-partner-widget li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.credit-wrapper {
    display: block;
    background: #D7D7D7;
    color: #7D858A;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    bottom: 0px;
}

.footer-credit {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer-credit-wrapper {
    /*border-top: 1px solid #959595;*/
}

h2.credit {
    line-height: 45px;
    padding: 0 1%;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF;
}

.post-content {
    font-size: 16px;
    line-height: 150%;
    /*    white-space: -moz-pre-wrap !important;   Mozilla, since 1999 
        white-space: -webkit-pre-wrap; Chrome & Safari  
        white-space: -pre-wrap;       Opera 4-6 
        white-space: -o-pre-wrap;     Opera 7 
        white-space: pre-wrap;        css-3 
        word-wrap: break-word;        Internet Explorer 5.5+ 
        word-break: break-all;
        white-space: normal;*/
    /*text-align: justify;*/
}

.content {
    text-align: justify;
}

.post-content ol li, .content ol li {
    width: 100%;
    line-height: 150%;
    list-style: decimal;
    clear: both;
}

.post-content ol, .content ol,  .content ul {
    margin: 10px auto;
    overflow: hidden;
}

.post-content ul li, .content ul li {
    width: 100%;
    line-height: 162%;
    clear: both;
    list-style: disc;
    margin-left: 30px;
    padding-left: 10px;
}

.post-content ul {
    margin: 10px auto;
    overflow: hidden;
}

ul.sidebar li , .sidebar ul li {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.sidebar
{
    text-align: left;
}

.post-content h2 {
    /*letter-spacing: 2px;*/
    /*font-family: 'Roboto', Verdana, Arial;*/
    font-size: 20px;
}

h3 {
    /*font-family: 'Roboto', Verdana, Arial;*/
    font-size: 18px;
}

.post-content img {
    /**	style to limit image size in the post body content	**/
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.up-arrow {
    background: #cecece;
    opacity: .85;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    /*border-radius: 20px;*/
    text-align: center;
}

.up-arrow:hover {
    background: #ababab;
}

.up-arrow img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: auto;
}

/**	navigation bar styling **/

#slider-wrapper {
    width: 100%;
    /*max-width:1100px;*/
    margin: auto;
    height: 390px;
    /*    background: #cccccc;
        background: #FFF;*/
    background: #000;
}

/* --------------------------------- */

/* Edit Link Button */

span.edit-link a.post-edit-link {
    line-height: 35px;
    height: 35px;
    display: inline-block;
    /*font-family: 'Roboto', Verdana, Arial;*/
    /*border-radius: 3px;*/
    background: #999999;
    color: /*#FFF*/
    #4F4F4F;
    text-transform: uppercase;
    min-width: 40px;
    text-align: center;
    padding: 0px 20px !important;
    font-size: 16px !important;
    font-style: normal;
}

/**--------------------------------**/

/** Social button **/

.social-button-wrapper {
    padding-top: 20px;
    text-align: center;
}

.social-button-wrapper a.social-button {
    width: auto;
    height: auto;
    min-height: 40px;
    margin-right: 10px;
}

.social-button-wrapper a.social-button img {
    max-height: 40px;
}

/**--------------------------------**/

.desktop-view {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    line-height: 40px;
}

.desktop-view a {
    font-style: normal !important;
}

table tr,
table tr td {
    padding: 10px;
}

/* ----------------------------- */

/*  bootstrap tweak */

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.panel-heading {
    background-image: none !important;
}

.table-responsive {
    border: none !important;
}

/*  ----------------------------    */

/* search result container */

.content-wrapper.search {
    display: block;
    margin: auto;
    width: 100%;
}

/* widget styling */

li.widget {
    margin: 10px auto 20px auto;
}

li.widget h1 {
    line-height: 120%;
    letter-spacing: 2px;
    border-left: none;
    margin-bottom: 0px;
    padding: 0px inherit;
    margin-top: 0px;
}

li.widget h1 span {
    font-weight: normal;
    font-size: 50%;
    padding: 0px;
    margin-left: 0px;
}

li.widget h2 {
    text-transform: uppercase;
    font-size: 130%;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

#pushstat {
    /** this style to remove spaces below body tag due to google analytics **/
    display: none;
}

/**	shop page styling	**/

ul.products {
    /*margin-top: 10px;*/
}

/**	shop product styling	**/

.products .product-grid {
    position: relative;
}

.products .add_to_cart_button,
.products .added_to_cart,
.products .product_type_simple {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 120px;
    bottom: 0;
    margin: auto;
    background: red;
    right: 20px;
    border-radius: 20px;
    opacity: 0.9;
    color: /*#FFF*/
    #4F4F4F;
    line-height: 40px;
    text-align: center;
}

.products .added_to_cart {
    width: 100%;
    border-radius: 0px;
    top: 0;
    right: 0;
}

/**	comment form styling	**/

ol.commentlist {
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
}

ol.commentlist li {
    overflow: hidden;
    margin-bottom: 10px;
}

ol.commentlist .comment_container img {
    display: block;
    float: left;
    max-width: 20%;
}

ol.commentlist .comment_container .comment-text {
    display: block;
    float: left;
    clear: right;
    margin-left: 5%;
    max-width: 70%;
}

/**	end of comment form styling	**/

/**	display slider styling	**/

#slider-wrapper .flexslider {
    position: relative;
    text-align: center;
    border: none;
}

#slider-wrapper .flexslider .flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
}

#slider-wrapper .flexslider .flex-control-nav.flex-control-paging li {
    display: inline-block;
}

#slider-wrapper .flexslider .flex-control-nav.flex-control-paging li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
    background: #CCC;
    color: #ccc;
    opacity: 0.9;
    margin: auto 5px;
    overflow: hidden;
    cursor: pointer;
}

#slider-wrapper .flexslider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #333;
    color: #333;
}

#slider-wrapper .flexslider .flex-direction-nav .flex-prev,
#slider-wrapper .flexslider .flex-direction-nav .flex-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    content: "\e02c";
    transition: all ease-in 0.3s;
    opacity: 0.8;
    color: /*#FFF*/
    #4F4F4F;
    font-size: 24px;
    font-weight: bold;
    background: url('images/arrow_sprite.png');
}

#slider-wrapper .flexslider .flex-direction-nav .flex-prev {
    left: -100px;
    background-position: 0 -60px;
}

#slider-wrapper .flexslider .flex-direction-nav .flex-next {
    right: -100px;
    background-position: 0 -120px;
}

#slider-wrapper .flexslider:hover .flex-direction-nav .flex-prev {
    left: 40px;
}

#slider-wrapper .flexslider:hover .flex-direction-nav .flex-next {
    right: 40px;
}

.editing-tools {
    margin: 20px auto;
}

.editing-tools .edit-button,
.editing-tools .delete-button {
    margin-right: 10px;
    font-size: 80%;
}

/**	single post styling	**/

.post-content .editing-tools {
    margin-top: 10px;
}

.post-meta {
    margin-top: 10px;
}

.post-meta>li {
    padding-top: 10px;
    border-left: none;
    float: left;
    width: auto;
    margin-right: 10px;
}

/**	end of single post styling	**/

/**	comment form styling	**/

#comment-wrapper {
    margin-top: 10px;
    padding-top: 10px;
}

#comments {
    font-size: 90%;
}

#comments ol.commentlist>li,
#comments ol.commentlist li.comment>.comment-body {
    margin: 0px;
    margin-bottom: 10px;
}

#comments ol.commentlist li.comment ul>li.comment {
    margin-left: 2%;
}

#comments ol.commentlist .comment-author img {
    margin-bottom: 20px;
    display: block;
}

#comments #respond #commentform fieldset {
    border: none;
    padding-left: 0px;
}

#comments #respond #commentform fieldset label {
    display: block;
}

/*  custom comment template */

.single-comment {
    padding: 15px;
    background: #F4F4F4;
    margin-bottom: 15px;
    overflow: hidden;
}

.single-comment-header {
    position: relative;
    margin-bottom: 15px;
    padding-left: 90px;
}

.single-comment .author-image {
    width: 75px;
    height: auto;
    max-height: 75px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}

.single-comment .author-info {
    display: inline-block;
    overflow: hidden;
}

.single-comment .author-info div {
    height: 25px;
    line-height: 25px;
}

.single-comment .author-info h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.single-comment .author-info .author-name h3 {
    font-weight: 400 !important;
    text-transform: none;
}

ol.commentlist,
.commentlist ol {
    list-style: none;
    padding-left: 0px;
}

ul.children {
    padding-left: 15px;
}

#commentform {}

#commentform form {
    padding: 15px;
    background: #F4F4F4;
    margin-bottom: 15px;
}

#commentform .form-group {
    margin-bottom: 15px;
    overflow: hidden;
}

#commentform input,
#commentform textarea {
    border: none;
}

/**	woocommerce specific styling	**/

.wc-forward a:after,
.wc-forward:after {
    content: normal !important;
}

/* =Price Filter Widget
        -------------------------------------------------------------- */

.widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #ccc;
    outline: none;
    top: -0.2em;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #4F4F4F;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #efefef;
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
    display: block;
    clear: both;
    text-align: left;
}

/**	styling for product feature	**/

.single-product .product-feature {
    border-bottom: 1px solid #000;
}

.product-feature.info {
    width: 50%;
    float: left;
}

.product-feature.image {
    width: 48%;
    float: left;
    padding: 1%;
}

.product-feature.image img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.single-product h2.section-title {
    display: block;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-family: 'Segoe UI', 'Roboto', Verdana, Arial;
    color: #000;
    font-size: 2rem;
}

.single-product .feature-row {
    display: block;
    margin-bottom: 25px;
}

.single-product .feature-header {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    width: 40%;
    vertical-align: top;
}

.single-product .feature-value {
    display: inline-block;
    color: #666;
    font-size: 1.2rem;
    width: 60%;
    line-height: 1.6;
}

/** woocommerce cart, my account & checkout style	**/

.post-content .woocommerce {
    width: 100%;
    max-width: 90%;
    padding: 5%;
    margin: auto;
    background: #FFF;
    color: #000;
}

/**	woocommerce page table / form styling	**/

.post-content .woocommerce form {
    overflow-x: scroll;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #515151;
}

.navbar-default {
    background: #FFF;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #FFF;
}

@media (max-width:1099px) {
    .right-wrapper {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        display: block;
        margin: auto;
        float: none;
    }
    li.product {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        min-width: 0px;
    }
    li.product+li.product {
        margin-left: auto;
        margin-right: auto;
    }
    /*    .single-product .product .images,
        .single-product .product .summary
    
        {
            display:block;
            margin:auto;
            width: 90%;	
            float:none;
            max-width:90%;
        }
    
        .single-product .product .images
        {
            max-width:600px;	
        }
    
        .single-product .product .summary
        {
            max-width: 90%;
        }*/
    .single-product .product-feature {
        max-width: 90%;
        width: 90%;
        margin: auto;
    }
    .product-feature.info,
    .product-feature.image {
        float: none;
        width: 100%;
    }
    .product-feature.image {
        text-align: center;
    }
    .single-product .feature-header,
    .single-product .feature-value {
        display: block;
        width: 90%;
        margin: auto;
    }
    .product-review {
        width: 90%;
        float: none;
        margin: auto;
    }
    .single-product #reviews input[type=text],
    .single-product #reviews textarea {
        width: 100%;
        max-width: 100%;
    }
    .single-product #reviews label {
        width: 100%;
    }
}

.wp-post-image {
    margin-bottom: 20px;
}

.table tr th {
    text-align: center;
    font-size: 100%;
}

.select2-container .select2-choice {
    height: 35px !important;
    line-height: 35px !important;
}

.select2-container .select2-choice .select2-arrow {
    height: 35px !important;
    line-height: 35px !important;
}

/** category container styling  **/

.category-container:hover,
.sub-category-container:hover,
.service-list-container:hover {
    background: #F0F0F0;
}

.modal-content {
    border-radius: 2px;
    border: none;
}

/*@font-face {
    font-family: 'Adam CG';
    src: url(library/fonts/adam.cg.pro.woff);
}*/

.opacity-8x {
    opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
}

.opacity-7x {
    opacity: 0.7;
    filter: alpha(opacity=70);
    zoom: 1;
}

.opacity-6x {
    opacity: 0.6;
    filter: alpha(opacity=60);
    zoom: 1;
}

.opacity-5x {
    opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
}

.row-1x {
    margin-left: -5px;
    margin-right: -5px;
}

.row-2x {
    margin-left: -10px;
    margin-right: -10px;
}

.row-3x {
    margin-left: -15px;
    margin-right: -15px;
}

.row-4x {
    margin-left: -20px;
    margin-right: -20px;
}

.row-5x {
    margin-left: -25px;
    margin-right: -25px;
}

.row-6x {
    margin-left: -30px;
    margin-right: -30px;
}

.padding-1x {
    padding: 5px;
}

.padding-2x {
    padding: 10px;
}

.padding-3x {
    padding: 15px;
}

.padding-4x {
    padding: 20px;
}

.padding-5x {
    padding: 25px;
}

.padding-6x {
    padding: 30px;
}

.padding-right-0x {
    padding-right: 0px;
}

.padding-right-1x {
    padding-right: 5px;
}

.padding-right-2x {
    padding-right: 10px;
}

.padding-right-3x {
    padding-right: 15px;
}

.padding-right-4x {
    padding-right: 20px;
}

.padding-right-5x {
    padding-right: 25px;
}

.padding-right-6x {
    padding-right: 30px;
}

.margin-top-0x {
    margin-top: 0px;
}

.margin-top-1x {
    margin-top: 5px;
}

.margin-top-2x {
    margin-top: 10px;
}

.margin-top-3x {
    margin-top: 15px;
}

.margin-top-4x {
    margin-top: 20px;
}

.margin-top-5x {
    margin-top: 25px;
}

.margin-top-6x {
    margin-top: 30px;
}

.margin-bottom-0x {
    margin-bottom: 0px;
}

.margin-bottom-1x {
    margin-bottom: 5px;
}

.margin-bottom-2x {
    margin-bottom: 10px;
}

.margin-bottom-3x {
    margin-bottom: 15px;
}

.margin-bottom-4x {
    margin-bottom: 20px;
}

.margin-bottom-5x {
    margin-bottom: 25px;
}

.margin-bottom-6x {
    margin-bottom: 30px;
}

.padding-bottom-1x {
    padding-bottom: 5px;
}

.padding-bottom-2x {
    padding-bottom: 10px;
}

.padding-bottom-3x {
    padding-bottom: 15px;
}

.padding-bottom-4x {
    padding-bottom: 20px;
}

.padding-bottom-5x {
    padding-bottom: 25px;
}

.padding-bottom-6x {
    padding-bottom: 30px;
}

/*  color styling definition    */

.btn-google-plus {
    background: #D84C40;
}

.btn-google-plus:active,
.btn-google-plus:hover {
    background: #6A1D16;
}

.btn-facebook {
    background: #4A63A1;
}

.btn-facebook:active,
.btn-facebook:hover {
    background: #3D5285;
}

.btn-main {
    background: #008FFF;
}

.btn-main:active,
.btn-main:hover {
    background: #04528E;
}

.background-red {
    background: #04528E;
}

.background-orange {}

.background-hover-red {}

.background-hover-orange {}

#wpadminbar {
    display: none !important;
}

/*  select2 override style  */

.select2-container--default .select2-selection--single {
    border: none !important;
    height: 40px !important;
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

/*  table border styling    */

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
}

.post-thumb,
.post-thumb img {
    max-width: 100%;
    padding-bottom: 40px;
}

/*  styling for pagination  */

.pagination .next-post,
.pagination .previous-post {
    position: relative;
    margin-bottom: 20px;
}

.pagination .fa {
    font-size: 20px;
}

.pagination li a {
    width: 36px;
    height: 36px;
    border-radius: 5px !important;
    margin-right: 5px;
    background: rgb(90, 90, 90) !important;
    color: #FFF !important;
    text-align: center;
}

.pagination li.active a {
    /*color: #333 !important;*/
    background: rgb(190, 190, 190) !important;
}

.pagination li a:hover {
    background: rgb(190, 190, 190) !important;
    /*color: #333 !important;*/
}

.next-post-title,
.previous-post-title {
    font-size: 130%;
    font-weight: bold;
}

.next-post-symbol {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    line-height: 60px;
}

.next-post-title {
    padding-left: 40px;
    text-align: left;
}

.previous-post-symbol {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    line-height: 60px;
}

.previous-post-title,
.previous-post-caption {
    padding-right: 40px;
    text-align: right;
}

.image-caption {
    text-align: center;
    font-style: italic;
    padding-bottom: 20px;
    padding-top: -5px;
}

.post-thumb.image-wrapper img {
    display: block;
    margin: auto;
}

/*  title wrapper   */

.title-wrapper {
    margin: 40px 0;
    overflow: hidden;
}

.title-wrapper h2 {
    margin: 0;
    font-size: 27px;
    line-height: 27px;
}

/*  categories widget fixing    */

.screen-reader-text[for=cat] {
    display: none;
}

.post-thumb h1.entry-title {
    margin-top: 0;
}

.post-content h2 {
    font-size: 160%;
    font-weight: bold;
    padding-top: 40px;
    text-transform: uppercase;
}

.post-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*  social share styling    */

.social-share a {
    border-radius: 20px;
    background: transparent !important;
    color: #666;
    border: 1px solid #666;
}

/*  read more styling   */

.btn-read-more {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f47e00;
    color: #333;
    transition: all ease 0.2s;
}

.btn-read-more:hover {
    border: 1px solid #f47e00;
    background: #f47e00;
    color: #FFF;
}

.custom-border-bottom {
    border-bottom: 1px dotted #ddd;
}

.script {
    font-family: "Courier New";
    border: 1px dotted #909090;
    padding: 15px;
    color: orangered;
    overflow-x: scroll;
}

/*  blog like styling   */

.blog-like,
.btn-comment {
    border-radius: 20px;
    background: transparent !important;
    color: #666;
    border: 1px solid #666;
}

.blog-like:hover,
.blog-like:active,
.blog-like:visited,
.btn-comment:hover,
.btn-comment:active,
.btn-comment:visited {
    color: inherit;
}

/*  style for dashboard */

.dashboard-layout,
.dashboard-layout #page-wrapper {
    background: #F2F2F2;
}

.dashboard-layout .navbar-default {
    background: #F8F8F8;
}

.dashboard-layout .sidebar {
    color: #b8c7ce;
    background-color: #222d32;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    position: fixed;
    margin-top: 0;
    width: 285px;
    float: left;
    z-index: 10;
}

.dashboard-layout .mainframe {
    z-index: 9;
    padding-left: 285px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.dashboard-layout #side-menu li>a:hover {
    color: #FFF;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.dashboard-layout .sidebar ul li {
    border-bottom: 0;
}

.dashboard-layout #side-menu>li>a {
    padding-left: 65px;
}

.dashboard-layout #page-wrapper {
    margin-left: 0;
    padding: 30px;
}

.dashboard-layout .navbar-top {
    padding-right: 30px;
    height: 70px;
    line-height: 70px;
}

.dashboard-layout .navbar-top.nav>li>a {
    line-height: 70px;
    height: 70px;
}

.dashboard-layout .navbar-top.nav>li {
    display: inline-block;
    float: right;
}

@media (max-width:768px) {
    .dashboard-layout .mainframe {
        padding-left: 0px;
        position: relative;
        width: 100%;
    }
}

.dashboard-layout .navbar-collapse.in {
    overflow-y: visible;
}

.dashboard-layout .btn-tosca {
    background: #00808C;
}

.dashboard-layout .btn-red {
    background: #ED1B24;
}

.dashboard-layout .dashboard-shortcut {
    display: block;
    width: 100%;
}

.dashboard-layout .dashboard-shortcut li {
    display: inline-block;
    width: auto;
    padding-right: 15px;
    font-size: 60%;
}

.dashboard-layout .navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 10000px;
}

.empty {
    background: transparent;
    border: none;
    box-shadow: none !important;
}

.social-media .fa {
    border: 1px solid #0080b2;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #0080b2;
}

.full-screen-layout {
    background-color: #181D20;
}

.full-screen-header {
    width: 100%;
    left: 0;
}

.small-column {
    max-width: 300px;
    margin: auto;
}

.page-layout .sidebar>li,
.blog-layout .sidebar>li {
    background-color: #F1F1F1;
    padding: 25px;
    margin-bottom: 20px;
}

.page-layout .sidebar>li .widget-header,
.blog-layout .sidebar>li .widget-header {
    margin-top: 0px;
    font-size: 180%;
}

.content-title {
    font-size: 260%;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 40px;
    color: #474747;
}

.blog-layout img {
    max-width: 100%;
    height: auto;
}

/*  carousel */

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.portfolio-map .highcharts-legend-item
{
    display:none;
}

.category-news h1.content-title
{
    text-align: left;
}
