	a @charset "UTF-8";

body {

    margin: 0;

}

.clear {

    float: none;

    clear: both;

}

.f-left {

    float: left;

}

.f-right {

    float: right;

}

.f-none {

    float: none;

}

/* Responsive */@media (max-width: 479px) {

    body {

        font-size: 13px;

    }

}

/* Headings */h1, h2, h3, h4, h5, h6, h7 {

    color: #757677;

    font-weight: 200;

    letter-spacing: -1px;

    margin: 0;

    text-transform: none;

}

h1 {

    font-size: 2.4em;

    line-height: 44px;

    margin: 0 0 44px 0;

}

h2 {

    font-size: 1.4em;

    font-weight: 600;

    line-height: 32px;
    color:#1c5b7e;

   /* margin: 0 0 20px 0;*/
    margin-top:30px;
    border-style:solid;
    border-color:#c3daf9;
    border-width:0 0 1px;
}
h7 {

    font-size: 1.4em;

    font-weight: 400;

    line-height: 32px;
    color:#1c5b7e;

   /* margin: 0 0 20px 0;*/
    margin-top:30px;

}



h3 {

    font-size: 1.9em;

    font-weight: 500;

    letter-spacing: normal;

    line-height: 32px;

    margin: 0 0 30px 0;

}

h4 {

    font-size: 1.3em;

    font-weight: 400;

    letter-spacing: normal;

    line-height: 27px;

    margin: 0 0 14px 0;
	text-align:justify;

}

h5 {

    font-size: 1em;

    font-weight: 600;

    letter-spacing: normal;

    line-height: 18px;

    margin: 0 0 14px 0;

}

h6 {

    font-size: 1em;

    font-weight: 400;

    letter-spacing: normal;

    line-height: 18px;

    margin: 0 0 14px 0;

}

h1.big {

    font-size: 4.2em;

    line-height: 54px;

}

h1.short {

    margin-bottom: 15px;

}

h2.short {

    margin-bottom: 15px;

}

h3.short, h4.short, h5.short, h6.short {

    margin-bottom: 9px;

}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {

    margin-bottom: 0;

}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {

    margin-bottom: 33px;

}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {

    margin-bottom: 44px;

}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {

    margin-top: 22px;

}

h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced {

    margin-top: 44px;

}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {

    color: #1d2127;

}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {

    color: #fff;

}

h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow {

    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);

}

h2 .inverted {

    min-height: 60px;

}

/* Responsive */@media (max-width: 479px) {

    h2 {

        line-height: 40px;

    }

}

@media (max-width: 767px) {

    h1.big {

        font-size: 3.2em;

        line-height: 42px;

    }

}

.heading-bold {

    font-weight: 600 !important;

}

.heading-bold strong {

    font-weight: 800 !important;

}

.page-title {

    margin-top: 0;

}

/* Blockquote */blockquote {

    font-size: 1em;

}

/* Paragraphs */p {

    line-height: 24px;

    margin: 0 0 20px;

}

p.featured {

    font-size: 1.6em;

    line-height: 1.5em;

}

p.short {

    margin-bottom: 0;

}

p.tall {

    margin-bottom: 20px;

}

p.taller {

    margin-bottom: 40px;

}

p .alternative-font {

    display: inline-block;

    margin-top: -15px;

    position: relative;

    top: 3px;

    margin-bottom: -6px;

}

b {

    font-weight: 800;

}

/* Labels */.label-dark, .label-dark:hover {

    background: #111;

    text-decoration: none;

    font-weight: normal;

}

/* Alternative Font Style */.alternative-font {

    font-family: "Shadows Into Light", cursive;

    font-size: 1.6em;

}

/* Navs */ul {

    /* Sitemap */

}

ul.nav-list li, ul[class^="wsp-"] li {

    margin: 0;

    padding: 0;

    display: block;

    position: relative;

}

ul.nav-list li a, ul[class^="wsp-"] li a {

    -webkit-transition: background 0.1s;

    -moz-transition: background 0.1s;

    transition: background 0.1s;

    border-bottom: 1px solid #ededde;

    padding: 8px 0;

    display: block;

    color: #666;

    font-size: 0.9em;

    text-decoration: none;

}

ul.nav-list li a:before, ul[class^="wsp-"] li a:before {

    content: "";

    display: inline-block;

    width: 0;

    height: 0;

    border-top: 4px solid transparent;

    border-bottom: 4px solid transparent;

    border-left: 4px solid #333;

    margin-left: 10px;

    margin-right: 5px;

    position: relative;

}

ul.nav-list li a:hover, ul[class^="wsp-"] li a:hover {

    background-color: #eee;

    text-decoration: none;

}

ul.nav-list li.active > a, ul[class^="wsp-"] li.active > a {

    font-weight: bold;

}

ul.nav-list li ul, ul[class^="wsp-"] li ul {

    list-style: none;

    margin: 0 0 0 25px;

    padding: 0;

}

ul.nav-list li:last-child a, ul[class^="wsp-"] li:last-child a {

    border-bottom: none;

}

ul.nav-list.hide-not-active li ul, ul[class^="wsp-"].hide-not-active li ul {

    display: none;

}

ul.nav-list.hide-not-active li.active ul, ul[class^="wsp-"].hide-not-active li.active ul {

    display: block;

}

ul.nav-list.show-bg-active .active > a, ul[class^="wsp-"].show-bg-active .active > a {

    background-color: #f5f5f5;

}

ul.nav-list.show-bg-active .active > a:hover, ul[class^="wsp-"].show-bg-active .active > a:hover {

    background-color: #eee;

}

ul.narrow li a {

    padding: 4px 0;

}

ul.nav-pills > li.active > a {

    background-color: #ccc;

}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {

    background-color: #ccc;

}

/* Buttons */button {

    border: 1px solid #ccc;

}

.btn-icon i {

    margin-right: 10px;

}

.btn-icon-right i {

    margin-right: 0;

    margin-left: 10px;

}

.btn-flat {

    display: inline-block;

}

/* Forms */form label {

    font-weight: normal;

}

textarea {

    resize: vertical;

}

input[type='number'] {

    -moz-appearance: textfield;

}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {

    -webkit-appearance: none;

}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {

    border: 1px solid #d3dae3;

    border-radius: 3px;

    outline: none;

    text-align: left;

    background: #fff;

}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {

    line-height: 1.42857;

    padding: 6px 8px;

    font-size: 1em;

    vertical-align: middle;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

select {

    padding: 6px 0 6px 2px;

}

.form-control {

    padding: 6px 8px;

}

select.form-control {

    padding: 6px 2px;

}

label.checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    margin-right: 5px;

}

input[type="radio"], input[type="checkbox"] {

    margin-right: 5px;

}

.form-group:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.form-control:focus {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

    border-color: #ccc;

}

/* Forms Validations */label.valid {

    display: inline-block;

    text-indent: -9999px;

}

label.error {

    color: #c10000;

    font-size: 0.9em;

    margin-top: -5px;

    padding: 0;

}

label.error#captcha-error {

    margin-top: 15px;

}

legend {

    border: none;

}

fieldset legend {

    margin-top: 15px;

}

input[type="submit"] {

    border: 1px solid #ccc;

    color: #fff;

    padding: 6px 20px;

    border-radius: 15px;

    line-height: 1.42857;
margin-bottom:30px;
font-size:18px;

}

/* Search Form */#searchform {

    *zoom: 1;

}

#searchform:before, #searchform:after {

    content: " ";

    display: table;

}

#searchform:after {

    clear: both;

}

#searchform .screen-reader-text, #searchform #s, #searchform #submit {

    display: block;

}

#searchform #s {

    margin-bottom: 1em;

    width: 100%;

    max-width: 250px;

}

/* Form Table */.form-table th, .form-table td {

    padding: 10px 10px 10px 0;

}

.form-table th label, .form-table td label {

    margin-right: 15px;

}

.form-table th h3, .form-table td h3 {

    color: inherit;

    font-size: 1em;

    font-weight: normal;

    line-height: 1.42857;

    margin: 0 0 -10px !important;

}

img {

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-user-drag: none;

    -moz-user-drag: none;

}

.thumbnail.full, .img-thumbnail.full {

    width: 100%;

}

.thumbnail.full img, .img-thumbnail.full img {

    width: 100%;

}

.img-circle {

    border-radius: 50%;

}

/* Thumbnails */.img-thumbnail {

    border-radius: 8px;

    position: relative;

}

.img-thumbnail .zoom {

    border-radius: 100%;

    bottom: 4px;

    cursor: pointer;

    color: #fff;

    display: block;

    height: 30px;

    padding: 0;

    position: absolute;

    right: 4px;

    text-align: center;

    width: 30px;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}

.img-thumbnail .zoom i {

    font-size: 14px;

    line-height: 28px;

}

.img-thumbnail .link {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    color: #fff;

    display: inline-block;

    font-size: 25px;

    height: 50px;

    line-height: 50px;

    position: absolute;

    border-radius: 0 0 0 25px;

    right: -100px;

    text-align: center;

    top: -100px;

    width: 50px;

}

.img-thumbnail .link i {

    font-size: 24px;

    left: 3px;

    position: relative;

    top: -4px;

}

.img-thumbnail:hover .zoom {

    opacity: 1;

    filter: alpha(opacity=100);

}

.img-thumbnail:hover .link {

    right: 0;

    top: 0;

}

.img-thumbnail .inner {

    overflow: hidden;

    position: relative;

}

.thumbnail .zoom {

    border-radius: 100%;

    bottom: 4px;

    cursor: pointer;

    color: #fff;

    display: block;

    height: 30px;

    padding: 0;

    position: absolute;

    right: 4px;

    text-align: center;

    width: 30px;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}

.thumbnail .zoom i {

    font-size: 14px;

    line-height: 28px;

}

.thumbnail:hover .zoom {

    opacity: 1;

    filter: alpha(opacity=100);

}

.gallery-row {

    margin: 0 -4px;

}

.img-opacity-effect a img {

    border-radius: 7px;

    -webkit-transition: opacity 0.2s ease-in-out 0s;

    -moz-transition: opacity 0.2s ease-in-out 0s;

    transition: opacity 0.2s ease-in-out 0s;

    overflow: hidden;

}

.img-opacity-effect a img:hover {

    opacity: 0.9;

    filter: alpha(opacity=90);

}

/* Responsive *//* Visual Composer Grid */body .vc_row {

    margin-left: -10px;

    margin-right: -10px;

}

body .vc_row.wpb_row {

    margin-bottom: 0;

}

body .vc_col-xs-1, body .vc_col-sm-1, body .vc_col-md-1, body .vc_col-lg-1, body .vc_col-xs-2, body .vc_col-sm-2, body .vc_col-md-2, body .vc_col-lg-2, body .vc_col-xs-3, body .vc_col-sm-3, body .vc_col-md-3, body .vc_col-lg-3, body .vc_col-xs-4, body .vc_col-sm-4, body .vc_col-md-4, body .vc_col-lg-4, body .vc_col-xs-5, body .vc_col-sm-5, body .vc_col-md-5, body .vc_col-lg-5, body .vc_col-xs-6, body .vc_col-sm-6, body .vc_col-md-6, body .vc_col-lg-6, body .vc_col-xs-7, body .vc_col-sm-7, body .vc_col-md-7, body .vc_col-lg-7, body .vc_col-xs-8, body .vc_col-sm-8, body .vc_col-md-8, body .vc_col-lg-8, body .vc_col-xs-9, body .vc_col-sm-9, body .vc_col-md-9, body .vc_col-lg-9, body .vc_col-xs-10, body .vc_col-sm-10, body .vc_col-md-10, body .vc_col-lg-10, body .vc_col-xs-11, body .vc_col-sm-11, body .vc_col-md-11, body .vc_col-lg-11, body .vc_col-xs-12, body .vc_col-sm-12, body .vc_col-md-12, body .vc_col-lg-12 {

    padding-left: 10px;

    padding-right: 10px;

}

body .vc_non_responsive .vc_row .vc_col-sm-1, body .vc_non_responsive .vc_row .vc_col-sm-2, body .vc_non_responsive .vc_row .vc_col-sm-3, body .vc_non_responsive .vc_row .vc_col-sm-4, body .vc_non_responsive .vc_row .vc_col-sm-5, body .vc_non_responsive .vc_row .vc_col-sm-6, body .vc_non_responsive .vc_row .vc_col-sm-7, body .vc_non_responsive .vc_row .vc_col-sm-8, body .vc_non_responsive .vc_row .vc_col-sm-9, body .vc_non_responsive .vc_row .vc_col-sm-10, body .vc_non_responsive .vc_row .vc_col-sm-11, body .vc_non_responsive .vc_row .vc_col-sm-12 {

    padding-left: 10px;

    padding-right: 10px;

}

/* Visual Composer Buttons */.vc_row.bg-width50 .upb_row_bg {

    width: 50% !important;

    min-width: 50% !important;

}

@media (max-width: 767px) {

    .vc_row.bg-width50 .upb_row_bg {

        display: none;

    }

}

.vc_row.bg-ml50 .upb_row_bg {

    margin-left: 50%;

}

body .btn-inverse {

    color: #fff;

    background-color: #333;

    border-color: #2d2d2d;

}

body .btn-inverse:hover, body .btn-inverse:focus, body .btn-inverse.focus, body .btn-inverse:active, body .btn-inverse.active, .open > body .btn-inverse.dropdown-toggle {

    color: #fff;

    background-color: #262626;

    border-color: #202020;

}

body .btn-inverse:active, body .btn-inverse.active, .open > body .btn-inverse.dropdown-toggle {

    background-image: none;

}

body .btn-inverse.disabled, body .btn-inverse[disabled], fieldset[disabled] body .btn-inverse, body .btn-inverse.disabled:hover, body .btn-inverse[disabled]:hover, fieldset[disabled] body .btn-inverse:hover, body .btn-inverse.disabled:focus, body .btn-inverse[disabled]:focus, fieldset[disabled] body .btn-inverse:focus, body .btn-inverse.disabled.focus, body .btn-inverse[disabled].focus, fieldset[disabled] body .btn-inverse.focus, body .btn-inverse.disabled:active, body .btn-inverse[disabled]:active, fieldset[disabled] body .btn-inverse:active, body .btn-inverse.disabled.active, body .btn-inverse[disabled].active, fieldset[disabled] body .btn-inverse.active {

    background-color: #333;

    border-color: #2d2d2d;

}

body .btn-inverse .badge {

    color: #333;

    background-color: #fff;

}

body .btn {

    display: inline-block;

    margin: 0;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857;

    border-radius: 4px;

}

body .cart-actions .button, body .checkout-button, body #place_order, body .btn-lg, body .btn-group-lg > .btn, body input.submit.btn-lg, body input.btn.btn-lg[type="submit"], body input.button.btn-lg[type="submit"], body .return-to-shop .button {

    padding: 10px 16px;

    font-size: 18px;

    line-height: 1.33;

    border-radius: 6px;
	background:#1c5b7e;
	color:#fff;

}

body .btn-sm, body .btn-group-sm > .btn {

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px;

}

body .btn-md, body .btn-group-md > .btn {

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857;

    border-radius: 4px;

}

body .btn-xs, body .btn-group-xs > .btn {

    padding: 1px 5px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px;

}

body .btn-block {

    display: block;

    width: 100%;

    padding-right: 0;

    padding-left: 0;

}

body .vc_btn3-container.vc_btn3-inline {

    vertical-align: baseline;

}

body .vc_btn3.vc_btn3-size-lg {

    padding: 5px 16px;

    font-size: 18px;

    line-height: 1.33333;

    border-radius: 6px;
font-weight:500;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {

    padding-left: 45px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {

    left: 18px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {

    padding-right: 45px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {

    right: 18px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 24px;

    padding-right: 24px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {

    padding: 8px 14px;

    border-width: 3px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 22px;

    padding-right: 22px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d {

    padding: 8px 16px 7px;

    margin-bottom: 5px;

}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 22px;

    padding-right: 22px;

}

body .vc_btn3.vc_btn3-size-md {

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857;

    border-radius: 4px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {

    padding-left: 35px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {

    left: 14px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {

    padding-right: 35px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {

    right: 14px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 20px;

    padding-right: 20px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {

    padding: 4px 10px;

    border-width: 3px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 18px;

    padding-right: 18px;

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-3d {

    padding: 4px 12px 3px;

    margin-bottom: 5px;

    /*&:hover,

 &:focus {

 padding: 5px 10px;

 margin-bottom: 2px;

 top: 0 !important;

 }*/

}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-3d.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-md.vc_btn3-style-3d.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 18px;

    padding-right: 18px;

}

body .vc_btn3.vc_btn3-size-sm {

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {

    padding-left: 30px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {

    left: 12px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {

    padding-right: 30px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {

    right: 12px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 17px;

    padding-right: 17px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {

    padding: 4px 9px;

    border-width: 2px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 16px;

    padding-right: 16px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d {

    padding: 4px 10px 2px;

    margin-bottom: 2px;

}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 16px;

    padding-right: 16px;

}

body .vc_btn3.vc_btn3-size-xs {

    padding: 1px 5px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 2px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {

    padding-left: 24px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {

    left: 7px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {

    padding-right: 24px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {

    right: 7px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 12px;

    padding-right: 12px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {

    padding: 1px 5px;

    border-width: 1px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 11px;

    padding-right: 11px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d {

    line-height: 1.42857;

    padding: 0px 5px;

    margin-bottom: 1px;

}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d.vc_btn3-icon-left.vc_btn3-o-empty, body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d.vc_btn3-icon-right.vc_btn3-o-empty {

    padding-left: 11px;

    padding-right: 11px;

}

body .vc_btn3.vc_label {

    display: inline;

    cursor: inherit;

}

body .vc_btn3.vc_label.vc_btn3-size-lg, body .vc_btn3.vc_label.vc_btn3-size-md, body .vc_btn3.vc_label.vc_btn3-size-sm, body .vc_btn3.vc_label.vc_btn3-size-xs {

    padding: 0.2em 0.6em 0.3em;

    line-height: 1;

    text-align: center;

    vertical-align: baseline;

    border-radius: 0.25em;

}

body .vc_btn3.vc_label.vc_btn3-size-lg {

    font-size: 1em;

}

body .vc_btn3.vc_label.vc_btn3-size-lg.vc_btn3-style-outline {

    border-width: 2px;

}

body .vc_btn3.vc_label.vc_btn3-size-md {

    font-size: 0.75em;

}

body .vc_btn3.vc_label.vc_btn3-size-md.vc_btn3-style-outline {

    border-width: 1px;

}

body .vc_btn3.vc_label.vc_btn3-size-sm {

    font-size: 0.7em;

}

body .vc_btn3.vc_label.vc_btn3-size-xs {

    font-size: 0.6em;

}

body .vc_btn3.vc_btn3-shape-square {

    border-radius: 0 !important;

}

body .vc_btn3.vc_btn3-shape-round {

    border-radius: 2em !important;

}

/* Visual Composer Alert */body .wpb_alert {

    padding: 15px;

}

body .wpb_alert .messagebox_text {

    background-image: none;

    padding-left: 0;

}

body .vc_message_box-icon > * {

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

/* Visual Composer Slider */body .wpb_gallery .wpb_flexslider .flex-control-nav {

    bottom: -50px;

}

/* Featured Box */.wpb_text_column p {

    line-height: inherit;

}

.wpb_text_column.featured {

    font-size: 1.6em;

    line-height: 1.5em;

}

.wpb_text_column.short {

    margin-bottom: 0;

}

.wpb_text_column.tall {

    margin-bottom: 20px;

}

.wpb_text_column.taller {

    margin-bottom: 40px;

}

.wpb_text_column .alternative-font {

    display: inline-block;

    margin-top: -15px;

    position: relative;

    top: 3px;

    margin-bottom: -6px;

}

/* Visual Composer Single Image */div.wpb_single_image .vc_single_image-wrapper {

    display: inline-block;

    max-width: 100%;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow {

    border-radius: 8px;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {

    border-radius: 6px;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_border, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {

    border-radius: 8px;

    padding: 4px;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_border img, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img {

    border-radius: 6px;

    border-color: #ddd;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {

    padding: 4px;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {

    background: #fff;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {

    border-radius: 6px;

    margin-bottom: -4px;

}

div.wpb_single_image .vc_single_image-wrapper.vc_box_outline.vc_box_border_grey, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey {

    background: #fff;

    border-color: #ddd;

}

div.wpb_single_image .porto-vc-zoom {

    display: inline-block;

    position: relative;

    max-width: 100%;

}

div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon {

    position: relative;

}

div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img {

    position: relative;

    z-index: 1;

}

div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:before {

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    transition: all 0.2s;

    background: rgba(0, 0, 0, 0.65);

    border-radius: 4px;

    content: "";

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    opacity: 0;

    z-index: 2;

}

div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:after {

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    transition: all 0.2s;

    font-family: "FontAwesome";

    color: #fff;

    content: "\f00e";

    font-size: 30px;

    height: 30px;

    position: absolute;

    top: 30%;

    margin-top: -15px;

    display: block;

    text-align: center;

    width: 100%;

    opacity: 0;

    z-index: 3;

}

div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:before {

    opacity: 1;

}

div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:after {

    top: 50%;

    opacity: 1;

}

div.wpb_single_image .porto-vc-zoom .zoom-icon {

    color: #fff;

    border-radius: 100%;

    width: 30px;

    height: 30px;

    position: absolute;

    padding: 0;

    line-height: 28px;

    display: block;

    bottom: 8px;

    right: 8px;

    text-align: center;

}

div.wpb_single_image .porto-vc-zoom .zoom-icon:before {

    font-family: "FontAwesome";

    content: "\f002";

}

/* Visual Composer Flickr */.wpb_content_element.wpb_flickr_widget {

    margin-bottom: 15px;

}

/* Visual Composer Separator */.vc_separator h4 {

    margin-top: 0;

    font-size: 1.1429em;

    font-weight: 700;

    text-transform: uppercase;

}

.vc_text_separator {

    margin-bottom: 25px;

    border: none;

}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line {

    border: none;

    background-image: - webkit-linear-gradient(-270 - left, transparent, rgba(0, 0, 0, 0.15));

    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));

}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line {

    border: none;

    background-image: - webkit-linear-gradient(-270 - right, transparent, rgba(0, 0, 0, 0.15));

    background-image: linear-gradient(right, transparent, rgba(0, 0, 0, 0.15));

}

/* Visual Composer Heading */.vc_custom_heading.heading-m-none > *, .vc_custom_heading.m-b-none > * {

    margin-bottom: 0;

}

.vc_custom_heading.big h1 {

    font-size: 4.2em;

    line-height: 54px;

}

.vc_custom_heading.short h1 {

    margin-bottom: 15px;

}

.vc_custom_heading.short h2 {

    margin-bottom: 15px;

}

.vc_custom_heading.short h3, .vc_custom_heading.short h4, .vc_custom_heading.short h5, .vc_custom_heading.short h6 {

    margin-bottom: 9px;

}

.vc_custom_heading.shorter h1, .vc_custom_heading.shorter h2, .vc_custom_heading.shorter h3, .vc_custom_heading.shorter h4, .vc_custom_heading.shorter h5, .vc_custom_heading.shorter h6 {

    margin-bottom: 0;

}

.vc_custom_heading.tall h1, .vc_custom_heading.tall h2, .vc_custom_heading.tall h3, .vc_custom_heading.tall h4, .vc_custom_heading.tall h5, .vc_custom_heading.tall h6 {

    margin-bottom: 33px;

}

.vc_custom_heading.taller h1, .vc_custom_heading.taller h2, .vc_custom_heading.taller h3, .vc_custom_heading.taller h4, .vc_custom_heading.taller h5, .vc_custom_heading.taller h6 {

    margin-bottom: 44px;

}

.vc_custom_heading.spaced h1, .vc_custom_heading.spaced h2, .vc_custom_heading.spaced h3, .vc_custom_heading.spaced h4, .vc_custom_heading.spaced h5, .vc_custom_heading.spaced h6 {

    margin-top: 33px;

}

.vc_custom_heading.more-spaced h1, .vc_custom_heading.more-spaced h2, .vc_custom_heading.more-spaced h3, .vc_custom_heading.more-spaced h4, .vc_custom_heading.more-spaced h5, .vc_custom_heading.more-spaced h6 {

    margin-top: 44px;

}

/* Visual Composer Message Box *//* Visual Composer Call to Action */.vc_general.vc_cta3 {

    padding: 25px;

}

.vc_general.vc_cta3.vc_cta3-shape-rounded {

    border-radius: 10px;

}

.vc_general.vc_cta3 h2 {

    font-size: 1.8em;

    font-weight: 400;

    letter-spacing: normal;

    line-height: 30px;

}

.vc_general.vc_cta3 h2, .vc_general.vc_cta3 h4 {

    margin: 0 0 9px;

}

.vc_general.vc_cta3 p {

    font-size: 1.2em;

}

.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {

    color: #1d2127;

}

.vc_general.vc_cta3.vc_cta3-style-custom {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

}

@media (min-width: 768px) {

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {

        width: 70%;

        padding-right: 25px;

    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {

        width: 20%;

    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {

        width: 70%;

        padding-left: 25px;

    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {

        width: 20%;

    }

}

@media (max-width: 767px) {

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {

        padding-top: 20px;

    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions > div:last-child {

        margin-bottom: 0;

    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {

        padding-bottom: 20px;

    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions > div:last-child {

        margin-bottom: 0;

    }

}

/* Visual Composer Progress Bar */.vc_progress_bar .vc_single_bar.progress.bar_blue .vc_bar {

    background-color: #0074cc;

}

.vc_progress_bar .vc_single_bar.progress.bar_turquoise .vc_bar {

    background-color: #49afcd;

}

.vc_progress_bar .vc_single_bar.progress.bar_green .vc_bar {

    background-color: #5bb75b;

}

.vc_progress_bar .vc_single_bar.progress.bar_orange .vc_bar {

    background-color: #faa732;

}

.vc_progress_bar .vc_single_bar.progress.bar_red .vc_bar {

    background-color: #da4f49;

}

.vc_progress_bar .vc_single_bar.progress.bar_black .vc_bar {

    background-color: #414141;

}

/* Visual Composer Others */.overlay-show {

    margin-bottom: 30px;

}

.tab-pane > *:last-child, .panel-body > *:last-child {

    margin-bottom: 0;

}

/* Ultimate Addon Info Box */.wpb_wrapper .top-icon .ult-just-icon-wrapper {

    margin-bottom: 15px;

}

.wpb_wrapper .top-icon .aio-icon-header h3.aio-icon-title {

    margin-top: 0;

    margin-bottom: 10px;

}

.wpb_wrapper .aio-icon-header h3.aio-icon-title {

    font-size: 1.3em;

    font-weight: 400;

    letter-spacing: normal;

    text-transform: none;

}

.wpb_wrapper .aio-icon-read {

    padding: 10px 0;

}

.info-box-small-wrap .aio-icon-box {

    margin-bottom: 15px;

}

.info-box-small-wrap .aio-icon-header + .aio-icon-description {

    margin-top: -2px;

}

/* Ultimate Addon Modal */h3.ult_modal-title {

    text-transform: none;

}

/* Ultimate Addon Advanced Carousel *//* add default style because removed in the latest version *//*Slider Buttons Customization*/.ult-carousel-wrapper button.circle-border, .ult-carousel-wrapper button.circle-bg {

    border-radius: 100%;

    width: 1.5em;

    height: 1.5em;

    line-height: 1.5em;

}

.ult-carousel-wrapper button.square-border, .ult-carousel-wrapper button.square-bg {

    border-radius: 0px !important;

}

.ult-carousel-wrapper button.slick-disabled {

    opacity: 0.5;

    cursor: auto;

}

/*Slider Basics*/.ult-carousel-wrapper, .ult-carousel-wrapper * {

    -webkit-box-sizing: border-box;

    moz-box-sizing: border-box;

    box-sizing: border-box;

}

.ult-carousel-wrapper {

    position: relative;

    margin-bottom: 35px;

}

.ult-carousel-wrapper .wpb_content_element {

    margin-bottom: 0;

}

/*Horizontal Arrows*/.ult-carousel-wrapper.ult_horizontal .slick-prev, .ult-carousel-wrapper.ult_horizontal .slick-next, .ult-carousel-wrapper.ult_full_width .slick-prev, .ult-carousel-wrapper.ult_full_width .slick-next {

    position: absolute;

    top: 50%;

    margin: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.ult-carousel-wrapper.ult_full_width .slick-next {

    right: 20px;

}

.ult-carousel-wrapper.ult_full_width .slick-prev {

    left: 20px;

}

/*Horizontal Navigation Dots*/.ult-carousel-wrapper.ult_horizontal ul.slick-dots, .ult-carousel-wrapper.ult_full_width ul.slick-dots {

    position: absolute;

    bottom: -35px;

    list-style: none;

    display: block;

    text-align: center;

    padding: 0;

    margin: 0;

    width: 100%;

    z-index: 99;

}

.ult-carousel-wrapper.ult_full_width .slick-slide.slick-active {

    z-index: 9;

}

/*Vertical Arrows*/.ult-carousel-wrapper.ult_vertical {

    padding: 50px 0;

}

.ult-carousel-wrapper.ult_vertical .slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent;

}

.ult-carousel-wrapper.ult_vertical button.slick-prev, .ult-carousel-wrapper.ult_vertical button.slick-next {

    left: 50%;

    margin: 0;

    -webkit-transform: translateX(-50%) rotate(90deg);

    -moz-transform: translateX(-50%) rotate(90deg);

    -o-transform: translateX(-50%) rotate(90deg);

    -ms-transform: translateX(-50%) rotate(90deg);

    transform: translateX(-50%) rotate(90deg);

}

.ult-carousel-wrapper.ult_vertical button.slick-prev {

    top: -45px;

}

.ult-carousel-wrapper.ult_vertical button.slick-next {

    top: auto;

    bottom: -40px;

}

/*Vertical Navigation Dots*/.ult-carousel-wrapper.ult_vertical ul.slick-dots {

    position: absolute;

    left: -25px;

    top: 50%;

    list-style: none;

    display: table !important;

    text-align: center;

    padding: 0;

    margin: 0;

    height: auto;

    float: none;

    width: 25px;

    vertical-align: middle;

    z-index: 99;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.ult-item-wrap.slick-slide.animated {

    opacity: 1 !important;

}

body .ult-carousel-wrapper .m-b-none {

    margin-bottom: -35px !important;

}

body .ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .ult-carousel-wrapper.ult_full_width ul.slick-dots, body .slick-dots {

    position: relative;

    bottom: -5px;

    margin-top: 10px;

}

body .ult-carousel-wrapper.ult_horizontal ul.slick-dots li, body .ult-carousel-wrapper.ult_full_width ul.slick-dots li, body .slick-dots li {

    margin: 0 2px;

}

body .sidebar .ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .sidebar .ult-carousel-wrapper.ult_full_width ul.slick-dots, body .sidebar .slick-dots {

    margin-top: 3px;

}

body .sidebar .ult-carousel-wrapper {

    margin-bottom: 0;

}

body .slick-slide img {

    display: inline;

}

.ult-carousel-wrapper > div:first-child {

    position: relative;

    display: block;

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -ms-touch-action: none;

    -webkit-tap-highlight-color: transparent;

}

.ult-carousel-wrapper > div:first-child > .ult-item-wrap {

    display: none;

}

.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child {

    display: block;

    position: relative;

    min-height: 200px;

}

.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child > * {

    opacity: 0;

    filter: alpha(opacity=0);

}

.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap {

    display: block;

}

.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child {

    position: static;

    min-height: 0;

}

.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child:before {

    display: none;

}

.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child > * {

    opacity: 1;

    filter: alpha(opacity=100);

}

/* Ultimate Addon Google Map */.ultimate_google_map {

    min-width: 0 !important;

    width: 100% !important;

    position: relative !important;

}

.gmap-border {

    border-radius: 6px;

    overflow: hidden;

}

/* Ultimate Addon Others */.uvc-type-wrap .ultimate-typed-main, .uvc-type-wrap .ticker {

    font-weight: bold;

}

.upb_row_bg {

    min-height: 0 !important;

}

.video-cover {

    overflow: hidden !important;

}

.video-cover .upb_video-bg {

    left: 0 !important;

}

.video-cover .upb_video-src {

    position: absolute;

    left: 49% !important;

    top: 49% !important;

    -webkit-transform: translate(-49%, -50%);

    -moz-transform: translate(-49%, -50%);

    -ms-transform: translate(-49%, -50%);

    -o-transform: translate(-49%, -50%);

    transform: translate(-49%, -50%);

}

/* Porto Grid Container */.porto-grid-container {

    position: relative;

}

.porto-grid-container .porto-grid-item {

    float: left;

    max-width: 100%;

}

.porto-grid-container .porto-grid-item > .wpb_single_image {

    margin-bottom: 0;

}

.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper:hover {

    background: #000;

    -webkit-transition: opacity 0.35s ease 0s;

    -moz-transition: opacity 0.35s ease 0s;

    transition: opacity 0.35s ease 0s;

}

.porto-grid-container .porto-grid-item > .wpb_single_image a {

    display: block;

}

.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper {

    width: 100%;

    display: block;

}

.porto-grid-container .porto-grid-item > .wpb_single_image img {

    width: 100%;

    -webkit-transition: opacity 0.35s ease 0s;

    -moz-transition: opacity 0.35s ease 0s;

    transition: opacity 0.35s ease 0s;

}

.porto-grid-container .porto-grid-item > .wpb_single_image img:hover {

    opacity: 0.9;

    filter: alpha(opacity=90);

}

/* Porto Links */.porto-links-block {

    border: 1px solid #ddd;

    border-radius: 7px;

    background: #fbfbfb;

}

@media (max-width: 1199px) {

    .porto-links-block {

        font-size: 13px;

    }

}

.porto-links-block .links-title {

    color: #000;

    border-radius: 7px 7px 0 0;

    background: #f5f5f5;

    border-bottom: 1px solid #ddd;

    font-size: 0.9286em;

    font-weight: 700;

    line-height: 20px;

    padding: 11px 15px 9px;

    margin: 0;

    text-transform: uppercase;

    position: relative;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

@media (max-width: 1199px) {

    .porto-links-block .links-title {

        line-height: 20px;

        padding: 8px 12px 6px;

    }

}

.porto-links-block .links-title i {

    margin-right: 5px;

}

.porto-links-block .links-content ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.porto-links-block li.porto-links-item {

    display: block;

}

.porto-links-block li.porto-links-item:first-child > a, .porto-links-block li.porto-links-item:first-child > span {

    border-top-width: 0;

}

.porto-links-block li.porto-links-item > a, .porto-links-block li.porto-links-item > span {

    display: block;

    font-size: 1em;

    line-height: 19px;

    padding: 11px 5px;

    margin: 0 10px -1px;

    border-top: 1px solid #ddd;

    text-decoration: none;

}

@media (max-width: 1199px) {

    .porto-links-block li.porto-links-item > a, .porto-links-block li.porto-links-item > span {

        padding: 7px 5px;

        line-height: 19px;

        margin: 0 7px -1px;

    }

}

.porto-links-block li.porto-links-item i {

    margin-right: 5px;

}

.ultimate-vticker.ticker ul li, .ultimate-vticker.ticker-down ul li {

    text-align: center !important;

}

/*

 /**

 * Table of Contents:

 *

 * 5.0 - Alignment

 * 6.0 - Tables

 * 7.0 - Images

 * 8.0 - Galleries

 * 9.0 - Audio/Video

 * 10.0 - RTL

 * ----------------------------------------------------------------------------

 *//**

 * 5.0 Alignment

 * ----------------------------------------------------------------------------

 */.alignleft {

    float: left;

    margin: 7px 24px 7px 0;

}

.alignright {

    float: right;

    margin: 7px 0 7px 24px;

}

.aligncenter {

    clear: both;

    display: block;

    margin: 7px auto;

}

blockquote.alignleft, blockquote.alignright {

    border-top: 1px solid rgba(0, 0, 0, 0.1);

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    padding-top: 17px;

    width: 50%;

}

blockquote.alignleft p, blockquote.alignright p {

    margin-bottom: 17px;

}

/**

 * 6.0 Tables

 * ----------------------------------------------------------------------------

 */.mceItemTable {

    border: 1px solid rgba(0, 0, 0, 0.1);

    border-width: 1px 0 0 1px;

    border-collapse: separate;

    border-spacing: 0;

    font-size: 14px;

    line-height: 1.28571;

    margin-bottom: 24px;

    width: 100%;

}

.mceItemTable th, .mceItemTable caption {

    border: 1px solid rgba(0, 0, 0, 0.1);

    border-width: 0 1px 1px 0;

    font-weight: 700;

    padding: 8px;

    text-align: left;

    text-transform: uppercase;

    vertical-align: baseline;

}

.mceItemTable td {

    border: 1px solid rgba(0, 0, 0, 0.1);

    border-width: 0 1px 1px 0;

    font-family: Lato, sans-serif;

    font-size: 14px;

    padding: 8px;

    vertical-align: baseline;

}

/**

 * 7.0 Images

 * ----------------------------------------------------------------------------

 */.wp-caption {

    background: transparent;

    border: none;

    color: #767676;

    margin: 0 0 24px 0;

    max-width: 100%;

    padding: 0;

    text-align: left;

}

.html5-captions .wp-caption {

    padding: 0;

}

.wp-caption.alignleft {

    margin: 7px 14px 7px 0;

}

.html5-captions .wp-caption.alignleft {

    margin-right: 24px;

}

.wp-caption.alignright {

    margin: 7px 0 7px 14px;

}

.wp-caption.alignright img, .wp-caption.alignright .wp-caption-dd {

    padding-left: 10px;

}

.html5-captions .wp-caption.alignright {

    margin-left: 24px;

}

.html5-captions .wp-caption.alignright img, .html5-captions .wp-caption.alignright .wp-caption-dd {

    padding: 0;

}

.wp-caption.aligncenter {

    margin: 7px auto;

}

.wp-caption-dt {

    margin: 0;

}

.wp-caption .wp-caption-text, .wp-caption-dd {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    font-size: 12px;

    font-style: italic;

    line-height: 1.5;

    margin: 9px 0;

    padding: 0 10px 0 0;

    /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */

    text-align: left;

}

.mceTemp + ul, .mceTemp + ol {

    list-style-position: inside;

}

/**

 * 8.0 Gallery

 * -----------------------------------------------------------------------------

 */.gallery .gallery-item {

    float: left;

    margin: 0 4px 4px 0;

    overflow: hidden;

    padding: 0;

    position: relative;

}

.gallery-columns-1 .gallery-item {

    max-width: 100%;

    width: auto;

}

.gallery-columns-2 .gallery-item {

    max-width: 48%;

    max-width: -webkit-calc(50% - 14px);

    max-width: calc(50% - 14px);

    width: auto;

}

.gallery-columns-3 .gallery-item {

    max-width: 32%;

    max-width: -webkit-calc(33.3% - 11px);

    max-width: calc(33.3% - 11px);

    width: auto;

}

.gallery-columns-4 .gallery-item {

    max-width: 23%;

    max-width: -webkit-calc(25% - 9px);

    max-width: calc(25% - 9px);

    width: auto;

}

.gallery-columns-5 .gallery-item {

    max-width: 19%;

    max-width: -webkit-calc(20% - 8px);

    max-width: calc(20% - 8px);

    width: auto;

}

.gallery-columns-6 .gallery-item {

    max-width: 15%;

    max-width: -webkit-calc(16.7% - 7px);

    max-width: calc(16.7% - 7px);

    width: auto;

}

.gallery-columns-7 .gallery-item {

    max-width: 13%;

    max-width: -webkit-calc(14.28% - 7px);

    max-width: calc(14.28% - 7px);

    width: auto;

}

.gallery-columns-8 .gallery-item {

    max-width: 11%;

    max-width: -webkit-calc(12.5% - 6px);

    max-width: calc(12.5% - 6px);

    width: auto;

}

.gallery-columns-9 .gallery-item {

    max-width: 9%;

    max-width: -webkit-calc(11.1% - 6px);

    max-width: calc(11.1% - 6px);

    width: auto;

}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {

    margin-right: 0;

}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n - 1), .gallery-columns-3 .gallery-item:nth-of-type(3n - 2), .gallery-columns-4 .gallery-item:nth-of-type(4n - 3), .gallery-columns-5 .gallery-item:nth-of-type(5n - 4), .gallery-columns-6 .gallery-item:nth-of-type(6n - 5), .gallery-columns-7 .gallery-item:nth-of-type(7n - 6), .gallery-columns-8 .gallery-item:nth-of-type(8n - 7), .gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {

    margin-left: 12px;

    /* Compensate for the default negative margin on .gallery, which can't be changed. */

}

.gallery .gallery-caption {

    font-size: 12px;

    line-height: 1.5;

    margin: 0;

    max-height: 50%;

    padding: 6px 8px;

    text-align: center;

    width: 100%;

}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {

    display: none;

}

/**

 * 9.0 Audio/Video

 * ----------------------------------------------------------------------------

 */.mejs-mediaelement, .mejs-container .mejs-controls {

    background: #000;

}

.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

    background: #fff;

}

.mejs-controls .mejs-time-rail .mejs-time-current {

    background: #24890d;

}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {

    background: rgba(255, 255, 255, .33);

}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

    border-radius: 0;

}

.mejs-overlay-loading {

    background: transparent;

}

.mejs-overlay-button {

    background-color: #fff;

    background-image: none;

    border-radius: 2px;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);

    color: #000;

    height: 36px;

    margin-left: -24px;

    width: 48px;

}

.mejs-overlay-button:before {

    -webkit-font-smoothing: antialiased;

    content: '\f452';

    display: inline-block;

    font: normal 32px/1.125 Genericons;

    position: absolute;

    top: 1px;

    left: 10px;

}

.mejs-controls .mejs-button button:focus {

    outline: none;

}

.mejs-controls .mejs-button button {

    -webkit-font-smoothing: antialiased;

    background: none;

    color: #fff;

    display: inline-block;

    font: normal 16px/1 Genericons;

}

.mejs-playpause-button.mejs-play button:before {

    content: '\f452';

}

.mejs-playpause-button.mejs-pause button:before {

    content: '\f448';

}

.mejs-volume-button.mejs-mute button:before {

    content: '\f109';

    font-size: 20px;

    position: absolute;

    top: -2px;

    left: 0;

}

.mejs-volume-button.mejs-unmute button:before {

    content: '\f109';

    left: 0;

    position: absolute;

    top: 0;

}

.mejs-fullscreen-button button:before {

    content: '\f474';

}

.mejs-fullscreen-button.mejs-unfullscreen button:before {

    content: '\f406';

}

.mejs-overlay:hover .mejs-overlay-button {

    background-color: #24890d;

    color: #fff;

}

.mejs-controls .mejs-button button:hover {

    color: #41a62a;

}

/**

 * more styles

 * ----------------------------------------------------------------------------

 */.size-full {

    max-width: 100%;

    height: auto;

}

/* List */ul.list.icons li i {

    margin-right: 5px;

}

ul.icons {

    list-style: none;

}

.list li {

    margin-bottom: 13px;

}

.list.pull-left li {

    text-align: left;

}

.list.list-icons {

    list-style: none;

    padding-left: 0;

    padding-right: 0;

}

.list.list-icons li {

    position: relative;

    padding-left: 25px;

}

.list.list-icons li .fa {

    position: absolute;

    left: 0;

    top: 5px;

}

.list.list-icons.list-icons-style-2 li {

    padding-top: 5px;

    padding-left: 36px;

}

.list.list-icons.list-icons-style-2 li .fa {

    border-width: 1px;

    border-style: solid;

    border-radius: 50%;

    width: 25px;

    height: 25px;

    text-align: center;

    padding: 4px;

}

.list.list-icons.list-icons-style-3 li {

    padding-top: 5px;

    padding-left: 36px;

}

.list.list-icons.list-icons-style-3 li .fa {

    color: #fff;

    border-radius: 50%;

    width: 25px;

    height: 25px;

    text-align: center;

    padding: 5px;

}

.list.list-icons.list-icons-sm li {

    padding-left: 13px;

    margin-bottom: 5px;

}

.list.list-icons.list-icons-sm li .fa {

    font-size: 0.8em;

    top: 7px;

}

.list.list-icons.list-icons-sm.list-icons-style-2 li {

    padding-left: 32px;

}

.list.list-icons.list-icons-sm.list-icons-style-2 li .fa {

    width: 20px;

    height: 20px;

    padding: 3px;

}

.list.list-icons.list-icons-sm.list-icons-style-3 li {

    padding-left: 32px;

}

.list.list-icons.list-icons-sm.list-icons-style-3 li .fa {

    width: 20px;

    height: 20px;

    padding: 3px;

}

.list.list-icons.list-icons-lg li {

    padding-top: 5px;

    padding-left: 32px;

}

.list.list-icons.list-icons-lg li .fa {

    font-size: 1.5em;

}

.list.list-icons.list-icons-lg.list-icons-style-2 li {

    padding-top: 8px;

    padding-left: 42px;

}

.list.list-icons.list-icons-lg.list-icons-style-2 li .fa {

    width: 30px;

    height: 30px;

    padding: 4px;

}

.list.list-icons.list-icons-lg.list-icons-style-3 li {

    padding-top: 8px;

    padding-left: 42px;

}

.list.list-icons.list-icons-lg.list-icons-style-3 li .fa {

    width: 30px;

    height: 30px;

    padding: 4px;

}

.list.list-icons.list-icons-reverse li {

    text-align: right;

    padding-right: 25px;

    padding-left: 0;

}

.list.list-icons.list-icons-reverse li .fa {

    position: absolute;

    left: auto;

    right: 0;

    top: 5px;

}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {

    padding-right: 36px;

}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {

    padding-right: 36px;

}

.list.list-icons.list-icons-reverse.list-icons-sm li {

    padding-left: 0;

    padding-right: 13px;

}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {

    padding-right: 32px;

}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {

    padding-right: 32px;

}

.list.list-icons.list-icons-reverse.list-icons-lg li {

    padding-left: 0;

    padding-right: 32px;

}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {

    padding-right: 42px;

}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {

    padding-right: 42px;

}

/* Sitemap */ul[class^="wsp-"] {

    margin-bottom: 30px;

    padding: 0;

    list-style: none;

}

ul[class^="wsp-"] ul {

    margin-bottom: 5px;

    margin-top: 5px;

    list-style: none;

}

h2[class^="wsp-"] {

    font-size: 1.8em;

    font-weight: 200;

    line-height: 24px;

    margin-bottom: 15px;

}

.fontawesome-icon-list {

    margin-top: 22px;

}

.fontawesome-icon-list > div {

    height: 32px;

    line-height: 32px;

}

.fontawesome-icon-list > div:hover {

    color: #1d9d74;

}

.fontawesome-icon-list > div:hover .text-muted {

    color: #1d9d74;

}

.fontawesome-icon-list > div:hover .fa {

    font-size: 28px;

    vertical-align: -6px;

}

.fontawesome-icon-list .fa {

    display: inline-block;

    font-size: 14px;

    margin-right: 4px;

    text-align: center;

    width: 32px;

}

/* Accordion */.panel-group .panel-heading {

    padding: 0;

    border-radius: 3px;

}

.panel-group .panel-heading a {

    display: block;

    padding: 10px 15px;

}

.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {

    text-decoration: none;

}

.panel-group .panel-heading a [class^="icon-"] {

    margin-right: 7px;

    position: relative;

    top: 1px;

}

.panel-group .panel-heading a .fa {

    display: inline-block;

    margin-right: 9px;

    position: relative;

    top: -1px;

}

.panel-group.secondary .panel-heading a {

    color: #fff;

}

.panel-group.panel-group-sm .panel-heading a {

    padding: 5px 15px;

    font-size: 0.9em;

}

.panel-group.panel-group-sm .panel-body {

    font-size: 0.9em;

}

.panel-group.panel-group-lg .panel-heading a {

    padding: 15px 15px;

    font-size: 1em;

    font-weight: 600;

}

.panel-group.without-bg .panel-default {

    background: transparent !important;

}

.panel-group.without-bg .panel-default > .panel-heading {

    background: transparent !important;

}

.panel-group.without-bg .panel-body {

    padding-top: 0;

    padding-bottom: 0;

}

.panel-group.without-bg .panel-body p {

    margin-bottom: 20px !important;

}

.panel-group.without-borders .panel {

    border: 0;

    box-shadow: none;

    border-bottom: 1px solid #ddd;

    border-radius: 0;

}

.panel-group.without-borders .panel-heading a {

    padding-left: 0;

    padding-right: 0;

}

.panel-group.without-borders .panel-body {

    padding: 0;

}

.panel-group.without-borders .panel-body p {

    margin-bottom: 20px !important;

}

/* Tabs */.resp-tab-content {

    border-radius: 0 0 4px 4px;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    border: 1px solid #eee;

    border-top: 0;

    padding: 15px;

}

@media (max-width: 767px) {

    .resp-tab-content {

        border-radius: 0 !important;

        border-color: #ddd;

        border-top: none;

        box-shadow: none;

    }

}

.resp-tabs-list {

    margin: 0;

    border-bottom: 1px solid #eee;

}

.resp-tabs-list li {

    display: inline-block;

    float: none;

    font-size: 1em;

    font-weight: normal;

    margin-right: 1px;

    border-radius: 5px 5px 0 0;

    padding: 10px 15px;

}

.resp-tabs-list li:last-child {

    margin-right: 0;

}

.resp-tabs-list li, .resp-tabs-list li:hover {

    background: #f0f0ed;

    border-bottom: none;
	color:#fff;
    border-left: 1px solid #eee;

    border-right: 1px solid #eee;

    border-top: 3px solid #1c5b7e;

}

.resp-tabs-list li:hover {

    border-bottom-color: transparent;

    border-top: 3px solid #ccc;

    box-shadow: none;

}

.resp-tabs-list li:active, .resp-tabs-list li:focus {

    border-bottom: 0;

}

.resp-tabs-list li.resp-tab-active {

    background: #fff;

    border-left: 1px solid #eee;

    border-right: 1px solid #eee;

    border-top: 3px solid #ccc;

    padding: 10px 15px 11px !important;

}

.resp-vtabs {

    display: table !important;

    width: 100%;

}

@media (max-width: 767px) {

    .resp-vtabs {

        display: block;

    }

}

.resp-vtabs ul.resp-tabs-list, .resp-vtabs .resp-tabs-container {

    display: table-cell;

    width: auto;

    float: none;

    vertical-align: top;

}

.resp-vtabs ul.resp-tabs-list {

    width: 25%;

}

@media (max-width: 767px) {

    .resp-vtabs ul.resp-tabs-list {

        display: none;

    }

}

.resp-vtabs .resp-tabs-container {

    border-radius: 0 4px 4px 0;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    border: 1px solid #eee;

    background: #fff;

}

@media (max-width: 767px) {

    .resp-vtabs .resp-tabs-container {

        display: block;

        box-shadow: none;

        border: none;

    }

}

.resp-vtabs .resp-tab-content {

    background: transparent;

    box-shadow: none;

    border-radius: 0;

    border-width: 0;

}

.resp-vtabs .resp-tab-content:before {

    content: "";

    display: block;

}

@media (max-width: 767px) {

    .resp-vtabs .resp-tab-content {

        border: 1px solid #ddd;

        border-top: none;

    }

}

.resp-vtabs .resp-tabs-list {

    border-bottom: 0;

}

.resp-vtabs .resp-tabs-list li {

    border-radius: 0;

    margin-right: 0;

    padding: 10px 15px !important;

}

.resp-vtabs .resp-tabs-list li:first-child {

    border-radius: 5px 0 0 0;

    border-top: 1px solid #eee !important;

}

.resp-vtabs .resp-tabs-list li:last-child {

    border-radius: 0 0 0 5px;

    border-bottom: 1px solid #eee !important;

}

.resp-vtabs .resp-tabs-list li, .resp-vtabs .resp-tabs-list li:hover {

    border-left: 3px solid #eee;

    border-right: none;

    border-top: none;

    border-bottom: none;

}

.resp-vtabs .resp-tabs-list li:hover {

    border-right-color: transparent;

    border-left: 3px solid #ccc;

}

.resp-vtabs .resp-tabs-list li:active, .resp-vtabs .resp-tabs-list li:focus {

    border-right: 0;

}

.resp-vtabs .resp-tabs-list li.resp-tab-active {

    background: #fff;

    margin-bottom: 0 !important;

    padding: 10px 16px 10px 15px !important;

    border-left: 3px solid #ccc;

    margin-right: -1px !important;

}

h2.resp-accordion {

    background: #f5f5f5 !important;

    border-color: #ddd;

    padding: 15px !important;

    line-height: 1.4;

    font-size: 1em;

    font-weight: 400;

}

h2.resp-accordion:first-child {

    border-top-color: #ddd !important;

}

h2.resp-tab-active {

    background: #f5f5f5 !important;

    border-bottom: 1px solid #ddd !important;

}

.resp-arrow {

    display: none;

}

.resp-easy-accordion .resp-tab-content {

    border-radius: 0;

    border-color: #ddd;

    background: #fff;

    border-top: none;

    box-shadow: none;

}

.resp-easy-accordion .resp-tab-content:last-child {

    border-color: #ddd !important;

}

.tab-content {

    padding: 15px;

}

.tab-content h2 {

    font-size: 1.4286em;

    line-height: 1.4;

    font-weight: 400;

    margin-bottom: 1.0714em;

}

.tab-content p {

    margin-bottom: 10px;

}

.tab-content table {

    margin-top: 20px;

}

.tab-content table p {

    margin: 0;

}

.tabs {

    border-radius: 4px;

    margin-bottom: 35px;

}

.nav-tabs {

    margin: 0;

    font-size: 0;

    border-bottom-color: #eee;

    text-align: left;

}

.nav-tabs.text-left {

    text-align: left;

}

.nav-tabs.text-right {

    text-align: right;

}

.nav-tabs.text-center {

    text-align: center;

}

.nav-tabs li {

    display: inline-block;

    float: none;

}

.nav-tabs li:last-child a {

    margin-right: 0;

}

.nav-tabs li a {

    margin-right: 1px;

    border-radius: 5px 5px 0 0;

    font-size: 14px;

}

.nav-tabs li a, .nav-tabs li a:hover {

    background: #f4f4f4;

    border-bottom: none;

    border-left: 1px solid #eee;

    border-right: 1px solid #eee;

    border-top: 3px solid #eee;

}

.nav-tabs li a:hover {

    border-bottom-color: transparent;

    border-top: 3px solid #ccc;

    box-shadow: none;

}

.nav-tabs li a:active, .nav-tabs li a:focus {

    border-bottom: 0;

}

.nav-tabs li a .fa {

    margin-right: 4px;

}

.nav-tabs li a .featured-box, .nav-tabs li a .featured-box .box-content {

    background: transparent;

    box-shadow: none;

    border-radius: 0;

    border-width: 0;

    padding: 0;

    margin: 0;

}

.nav-tabs li a .featured-box i.icon-featured {

    margin-left: auto;

    margin-right: auto;

}

.nav-tabs li a .tab-title {

    display: block;

    margin-top: 3px;

}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {

    background: #fff;

    border-left-color: #eee;

    border-right-color: #eee;

    border-top: 3px solid #ccc;

}

.tab-content {

    border-radius: 0 0 4px 4px;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    background-color: #fff;

    border: 1px solid #eee;

    border-top: 0;

    padding: 15px;

}

/* Right Aligned */.nav-tabs.nav-right {

    text-align: right;

}

/* Bottom Tabs */.tabs.tabs-bottom .tab-content {

    border-radius: 4px 4px 0 0;

    border-bottom: 0;

    border-top: 1px solid #eee;

}

.tabs.tabs-bottom .nav-tabs {

    border-bottom: none;

    border-top: 1px solid #eee;

}

.tabs.tabs-bottom .nav-tabs li {

    margin-bottom: 0;

    margin-top: -1px;

}

.tabs.tabs-bottom .nav-tabs li:last-child a {

    margin-right: 0;

}

.tabs.tabs-bottom .nav-tabs li a {

    margin-right: 1px;

    border-radius: 0 0 5px 5px;

    font-size: 14px;

}

.tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {

    border-bottom: 3px solid #eee;

    border-top: 1px solid #eee !important;

}

.tabs.tabs-bottom .nav-tabs li a:hover {

    border-bottom: 3px solid #ccc;

    border-top: 1px solid #eee !important;

}

.tabs.tabs-bottom .nav-tabs li.active a, .tabs.tabs-bottom .nav-tabs li.active a:hover, .tabs.tabs-bottom .nav-tabs li.active a:focus {

    border-bottom: 3px solid #ccc;

    border-top-color: transparent !important;

}

/* Vertical */.tabs-vertical {

    display: table;

    width: 100%;

    border-top: 1px solid #eee;

    direction: ltr;

}

.tabs-vertical .tab-content {

    display: table-cell;

    vertical-align: top;

    direction: ltr;

    text-align: left;

}

.tabs-vertical .nav-tabs {

    border-bottom: none;

    display: table-cell;

    height: 100%;

    float: none;

    padding: 0;

    vertical-align: top;

}

.tabs-vertical .nav-tabs > li {

    display: block;

}

.tabs-vertical .nav-tabs > li a {

    border-radius: 0;

    display: block;

    padding-top: 10px;

    text-align: left;

}

.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {

    border-bottom: none;

    border-top: none;

}

.tabs-vertical .nav-tabs > li.active a, .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {

    border-top: none;

}

/* Vertical - Left Side */.tabs-left .tab-content {

    border-left: none;

    border-radius: 0 5px 5px 5px;

}

.tabs-left .nav-tabs > li {

    margin-right: -1px;

}

.tabs-left .nav-tabs > li:first-child a {

    border-radius: 5px 0 0 0;

}

.tabs-left .nav-tabs > li:last-child a {

    border-radius: 0 0 0 5px;

    border-bottom: 1px solid #eee;

}

.tabs-left .nav-tabs > li a {

    border-right: 1px solid #eee;

    border-left: 3px solid #eee;

    margin-right: 1px;

    margin-left: 1px;

}

.tabs-left .nav-tabs > li a:hover {

    border-left-color: #ccc;

}

.tabs-left .nav-tabs > li.active a, .tabs-left .nav-tabs > li.active a:hover, .tabs-left .nav-tabs > li.active a:focus {

    border-left: 3px solid #ccc;

    border-right-color: #fff;

}

/* Vertical - Right Side */.tabs-right .tab-content {

    border-radius: 5px 0 5px 5px;

    border-right: none;

}

.tabs-right .nav-tabs > li {

    margin-left: -1px;

}

.tabs-right .nav-tabs > li:first-child a {

    border-radius: 0 5px 0 0;

}

.tabs-right .nav-tabs > li:last-child a {

    border-radius: 0 0 5px 0;

    border-bottom: 1px solid #eee;

}

.tabs-right .nav-tabs > li a {

    border-right: 3px solid #eee;

    border-left: 1px solid #eee;

    margin-right: 1px;

    margin-left: 1px;

}

.tabs-right .nav-tabs > li a:hover {

    border-right-color: #ccc;

}

.tabs-right .nav-tabs > li.active a, .tabs-right .nav-tabs > li.active a:hover, .tabs-right .nav-tabs > li.active a:focus {

    border-right: 3px solid #ccc;

    border-left-color: #fff;

}

/* Justified */.nav-tabs.nav-justified {

    padding: 0;

    margin-bottom: -1px;

}

.nav-tabs.nav-justified li {

    margin-bottom: 0;

}

.nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover {

    border-radius: 5px 0 0 0;

}

.nav-tabs.nav-justified li:last-child a, .nav-tabs.nav-justified li:last-child a:hover {

    border-radius: 0 5px 0 0;

}

.nav-tabs.nav-justified li a {

    border-bottom: 1px solid #eee;

    border-radius: 0;

    margin-right: 0;

}

.nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {

    border-bottom: 1px solid #eee;

}

.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {

    background: #fff;

    border-left-color: #eee;

    border-right-color: #eee;

    border-top-width: 3px;

}

.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {

    border-top-width: 3px;

    border-bottom: 1px solid #fff;

}

/* Bottom Tabs with Justified Nav */.tabs.tabs-bottom .nav.nav-tabs.nav-justified {

    border-top: none;

}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {

    margin-right: 0;

    border-top: 1px solid #eee;

}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {

    border-radius: 0 0 0 5px;

}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {

    margin-right: 0;

    border-radius: 0 0 5px 0;

}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {

    border-top: 1px solid #fff;

}

/* Center */.tabs-center .nav-tabs {

    margin: 0 auto;

    text-align: center;

}

/* Navigation */.tabs-navigation {

    border-radius: 5px;

    border-width: 0;

}

.tabs-navigation .nav-tabs > li {

    margin-bottom: 1px;

}

.tabs-navigation .nav-tabs > li a {

    color: #777;

    padding: 14px;

    line-height: 120%;

}

.tabs-navigation .nav-tabs > li a:before {

    font-family: FontAwesome;

    position: absolute;

    content: "\f054";

    right: 15px;

    top: 15px;

}

.tabs-navigation .nav-tabs > li a .fa {

    margin-right: 8px;

}

.tabs-navigation .nav-tabs > li:first-child a {

    border-top: 1px solid #eee !important;

    border-radius: 5px 5px 0 0;

}

.tabs-navigation .nav-tabs > li.active a, .tabs-navigation .nav-tabs > li.active a:hover, .tabs-navigation .nav-tabs > li.active a:focus {

    border-left-color: #eee;

    border-right-color: #eee;

}

.tabs-navigation .nav-tabs > li:last-child a {

    border-radius: 0 0 5px 5px;

}

.tabs-navigation .tab-content {

    border-width: 0;

    padding: 0 25px;

}

/* Simple */.tabs.tabs-simple .nav-tabs {

    border: 0;

    margin-bottom: 10px;

}

.tabs.tabs-simple .nav-tabs > li {

    margin-left: 0;

    margin-bottom: 20px;

    text-align: center;

}

.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {

    padding: 15px 30px;

    background: none;

    border: 0;

    border-bottom: 3px solid #eee;

    border-radius: 0;

    font-size: 16px;

}

.tabs.tabs-simple .tab-content {

    border: 0;

    padding: 0;

    margin: 0;

    box-shadow: none;

}

/* Responsive */@media (max-width: 991px) {

    .tabs-navigation {

        display: block;

    }

    .tabs-navigation .nav-tabs {

        display: block;

    }

    .tabs-navigation .tab-content {

        padding: 25px 0;

    }

}

@media (max-width: 479px) {

    .tabs .nav.nav-tabs.nav-justified li {

        display: block;

        margin-bottom: -5px;

    }

    .tabs .nav.nav-tabs.nav-justified li a {

        border-top-width: 3px !important;

        border-bottom-width: 0 !important;

    }

    .tabs .nav.nav-tabs.nav-justified li:first-child a, .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {

        border-radius: 5px 5px 0 0;

    }

    .tabs .nav.nav-tabs.nav-justified li:last-child a, .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {

        border-radius: 0;

    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {

        margin-bottom: 0;

        margin-top: -5px;

    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {

        border-bottom-width: 3px !important;

        border-top-width: 0 !important;

    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {

        border-radius: 0;

    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {

        border-radius: 0 0 5px 5px;

    }

}

/* Toggles */.toggle {

    margin: 10px 0 0;

    position: relative;

    clear: both;

}

.toggle > input {

    cursor: pointer;

    filter: alpha(opacity=0);

    height: 45px;

    margin: 0;

    opacity: 0;

    position: absolute;

    width: 100%;

    z-index: 2;

}

.toggle > label {

    -webkit-transition: all 0.15s ease-out;

    -moz-transition: all 0.15s ease-out;

    transition: all 0.15s ease-out;

    background: #f4f4f4;

    padding: 12px 20px 12px 10px;

    border-left: 3px solid #ccc;

    border-radius: 5px;

    display: block;

    font-size: 1.1em;

    min-height: 20px;

    position: relative;

    cursor: pointer;

    font-weight: 400;

}

.toggle > label:-moz-selection {

    background: none;

}

.toggle > label:selection {

    background: none;

}

.toggle > label:before {

    border: 6px solid transparent;

    border-left-color: inherit;

    right: 4px;

    content: '';

    margin-top: -6px;

    position: absolute;

    top: 50%;

}

.toggle > label:hover {

    background: #f5f5f5;

}

.toggle > label + p {

    color: #999;

    display: block;

    overflow: hidden;

    padding-left: 30px;

    text-overflow: ellipsis;

    white-space: nowrap;

    height: 25px;

}

.toggle > label i {

    margin-right: 7px;

    position: relative;

    top: -1px;

}

.toggle > .toggle-content {

    display: none;

}

.toggle > .toggle-content > p {

    margin-bottom: 0;

    padding: 10px 0;

}

.toggle.active > label {

    background: #f4f4f4;

    border-color: #ccc;

}

.toggle.active > label:before {

    border: 6px solid transparent;

    border-top-color: #fff;

    margin-top: -3px;

    right: 10px;

}

.toggle.active > p {

    white-space: normal;

}

.toggle > p.preview-active {

    height: auto;

    white-space: normal;

}

.toggle-sm .toggle > label {

    font-size: 0.9em;

    padding: 6px 20px 6px 10px;

}

.toggle-sm .toggle > .toggle-content > p {

    font-size: 0.9em;

}

.toggle-lg .toggle > label {

    font-size: 1.1em;

    padding: 16px 20px 16px 20px;

}

.toggle-lg .toggle > .toggle-content > p {

    font-size: 1.1em;

}

.toggle-simple .toggle > label {

    border-radius: 0;

    border: 0;

    background: transparent;

    padding-left: 32px;

    margin-bottom: -10px;

    font-size: 1em;

    font-weight: 600;

    color: #1d2127;

}

.toggle-simple .toggle > label:after {

    content: '';

    position: absolute;

    left: 0;

    display: block;

    width: 24px;

    height: 24px;

    top: 50%;

    margin-top: -12px;

    border-radius: 3px;

    z-index: 1;

}

.toggle-simple .toggle > label:before {

    border: 0;

    right: auto;

    left: 7px;

    margin-top: auto;

    margin-bottom: auto;

    top: 0;

    bottom: 0;

    height: 21px;

    font-size: 14px;

    font-family: FontAwesome;

    content: "\f067";

    z-index: 2;

    color: #fff;

    font-size: 13px;

}

.toggle-simple .toggle.active > label {

    background: transparent;

    color: #1d2127;

}

.toggle-simple .toggle.active > label:before {

    content: "\f068";

}

/* Owl Carousel */.owl-carousel {

    position: relative;

}

.owl-carousel .owl-wrapper-outer {

    border-radius: 4px;

}

.owl-carousel .thumbnail, .owl-carousel .img-thumbnail {

    max-width: 99.5%;

}

.owl-carousel .thumbnail img, .owl-carousel .img-thumbnail img {

    width: 100%;

}

.owl-carousel .img-responsive {

    display: inline-block;

}

.owl-theme .owl-controls {

    margin-top: 20px;

}

.owl-theme .owl-controls .owl-buttons div {

    border-radius: 4px;

    border-bottom: 2px solid transparent;

    filter: alpha(opacity=100);

    opacity: 1;

    padding: 1px 9px;

    margin: 2px;

}

.owl-theme .owl-controls .owl-buttons div {

    background: transparent;

    border-radius: 0;

    position: absolute;

    top: 50%;

    font-family: "FontAwesome";

    font-size: 1.2857em;

}

.owl-theme .owl-controls .owl-buttons .owl-prev {

    left: 0;

}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {

    content: "\f053";

}

.owl-theme .owl-controls .owl-buttons .owl-next {

    right: 0;

}

.owl-theme .owl-controls .owl-buttons .owl-next:before {

    content: "\f054";

}

.owl-item.loading .img-thumbnail {

    min-height: 100px;

    visibility: hidden;

}

/* Responsive *//* Slick Slider */.slick-slider .slick-dots li {

    opacity: 1 !important;

    filter: alpha(opacity=100) !important;

}

.slick-slider .slick-dots li i {

    color: #d6d6d6 !important;

}

.slick-slider .slick-prev {

    width: auto;

    height: auto;

    left: 0;

    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);

}

.slick-slider .slick-next {

    width: auto;

    height: auto;

    right: 0;

    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);

}

@media (max-width: 767px) {

    .slick-slider .slick-prev, .slick-slider .slick-next {

        display: none !important;

    }

}

.slick-slider.dots-inner ul.slick-dots {

    position: absolute !important;

    bottom: 10px !important;

}

[dir="rtl"] .slick-prev:before, [dir="rtl"] .slick-next:before {

    display: none;

}

[dir="rtl"] .slick-prev i:before {

    content: "\e60d";

}

[dir="rtl"] .slick-next i:before {

    content: "\e60c";

}

@-moz-keyframes spin {

    0% {

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -moz-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);

    }

}

@-webkit-keyframes spin {

    0% {

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -moz-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);

    }

}

@-o-keyframes spin {

    0% {

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -moz-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);

    }

}

@-ms-keyframes spin {

    0% {

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -moz-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);

    }

}

@keyframes spin {

    0% {

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -moz-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);

    }

}

.owl-item.loading, .yith-wcan-loading {

    position: relative;

}

#fancybox-loading div {

    background-image: none;

    display: none;

}

.owl-item.loading, .yith-wcan-loading, .master-slider .ms-loading-container .ms-loading, .master-slider .ms-slide .ms-slide-loading, #fancybox-loading, .blueimp-gallery > .slides > .slide-loading, .slick-slider .slick-loading .slick-list, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child, #infscr-loading .infinite-loading {

    background-image: none;

    background-color: transparent;

    border-radius: 0;

    box-shadow: none;

    opacity: 1;

    filter: alpha(opacity=100);

}

.owl-item.loading:before, .yith-wcan-loading:before, .master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before, #fancybox-loading:before, .blueimp-gallery > .slides > .slide-loading:before, .slick-slider .slick-loading .slick-list:before, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child:before, #infscr-loading .infinite-loading:before {

    content: " ";

    display: inline-block !important;

    border-width: 3px 5px 2px 0;

    width: 32px;

    height: 32px;

    -moz-animation: spin 0.8s infinite linear;

    -o-animation: spin 0.8s infinite linear;

    -webkit-animation: spin 0.8s infinite linear;

    animation: spin 0.8s infinite linear;

    display: inline-block;

    border-image: none;

    border-radius: 20px;

    border-style: solid;

    border-bottom-color: transparent !important;

    vertical-align: middle;

    position: absolute;

    margin: auto;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

/* Video */.video-slide .ms-slide-bgvideocont:after {

    content: "";

    position: absolute;

    display: block;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #000;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.fit-video {

    line-height: 1;

    position: relative;

    width: 100%;

}

.fit-video iframe {

    width: 100% !important;

}

/* Miscellaneous */body a {

    outline: none !important;

}

li {

    line-height: 24px;

}

.inline-block {

    display: inline-block;

}

.center {

    text-align: center;

}

.push-bottom {

    margin-bottom: 35px;

}

.push-top {

    margin-top: 35px;

}

.block-nowrap {

    display: inline-block;

    white-space: nowrap;

}

@media (max-width: 480px) {

    .block-nowrap {

        display: inline;

    }

}

.block-inline {

    display: inline-block;

}

@media (max-width: 480px) {

    .block-inline {

        display: inline;

    }

}

.pt-left {

    float: left !important;

}

.pt-right {

    float: right !important;

}

.bold {

    font-weight: bold;

}

.inverted {

    color: #fff;

    display: inline-block;

    padding-left: 10px;

    padding-right: 10px;

}

.ms-btn, .ms-btn:hover, .ms-btn:active {

    text-decoration: none;

}

/* Clearfix */.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

html[xmlns] .clearfix {

    display: block;

}

* html .clearfix {

    height: 1%;

}

/* Divider Line */hr {

    background-image: - webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);

    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);

    border: 0;

    height: 1px;

    margin: 22px 0;

}

hr.short {

    margin: 11px 0;

}

hr.tall {

    margin: 44px 0;

}

hr.taller {

    margin: 66px 0;

}

hr.solid {

    background: rgba(0, 0, 0, 0.15);

}

hr.light {

    background-image: - webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);

    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);

}

hr.invisible {

    background: none;

}

.porto-separator {

    margin: 0 0 22px;

}

.porto-separator.short {

    margin: -11px 0 11px;

}

.porto-separator.tall {

    margin: 22px 0 44px;

}

.porto-separator.taller {

    margin: 44px 0 66px;

}

.porto-separator .separator-line {

    margin: 0 auto;

}

.porto-separator .separator-line.align_left {

    margin: 0 auto 0 0;

}

.porto-separator .separator-line.align_center {

    margin: 0 auto;

}

.porto-separator .separator-line.align_right {

    margin: 0 0 0 auto;

}

.porto-separator .separator-line-50 {

    width: 50%;

}

.porto-separator .separator-line-60 {

    width: 60%;

}

.porto-separator .separator-line-70 {

    width: 70%;

}

.porto-separator .separator-line-80 {

    width: 80%;

}

.porto-separator .separator-line-90 {

    width: 90%;

}

.alert a {

    text-decoration: none;

}

.m-b-none {

    margin-bottom: 0 !important;

}

.br-none {

    border-radius: 0 !important;

}

.br-normal {

    border-radius: 5px !important;

}

.br-thick {

    border-radius: 7px !important;

}

.color-white {

    color: #fff !important;

}

.color-white a {

    color: #fff !important;

}

table {

    width: 100%;

}

table p {

    margin: 0;

}

img {

    max-width: 100%;

    height: auto;

}

embed, iframe, object, video {

    max-width: 100%;

    vertical-align: middle;

}

th, td {

    padding: 8px;

}

dl dd {

    margin-bottom: 15px;

}

/* Blockquote */blockquote {

    font-size: 1em;

}

blockquote.with-borders {

    border-radius: 6px;

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

    padding: 15px 20px;

}

/* Featured Box */.featured-box {

    background: #f5f5f5;

    background-color: rgba(0, 0, 0, 0);

    background: - webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border-radius: 8px;

    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

    margin-bottom: 20px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 20px;

    min-height: 100px;

    position: relative;

    text-align: center;

    z-index: 1;

}

.featured-box.align-left {

    text-align: left;

}

.featured-box.align-center {

    text-align: center;

}

.featured-box.align-right {

    text-align: right;

}

.featured-box.align-justify {

    text-align: justify;

}

.woocommerce .featured-box h2, .woocommerce-page .featured-box h2, .woocommerce .featured-box h3, .woocommerce-page .featured-box h3, .woocommerce .featured-box h4, .woocommerce-page .featured-box h4 {

    font-size: 1.3em;

    font-weight: 600;

    letter-spacing: -0.7px;

    line-height: 1.42857;

    margin-top: 5px;

    margin-bottom: 15px;

    text-transform: uppercase;

}

.featured-box h4 {

    font-size: 1.3em;

    font-weight: 400;

    letter-spacing: -0.7px;

    margin-top: 5px;

    margin-bottom: 5px;

}

.featured-box .box-content {

    border-radius: 8px;

    border-top: 4px solid #33b8ff;

    position: relative;

    top: -1px;

    padding: 30px 30px 10px 30px;

}

.featured-box .learn-more {

    display: block;

    margin-top: 10px;

}

.featured-box .aio-icon-box {

    margin-top: 15px;

    margin-bottom: 25px;

}

.featured-box .wpb_content_element {

    margin-bottom: 20px;

}

/* Icon Featured */.icon-featured {

    display: inline-block;

    font-size: 0px;

    margin: 15px;

    width: 110px;

    height: 110px;

    border-radius: 50%;

    text-align: center;

    position: relative;

    z-index: 1;

    color: #fff;

    font-size: 40px;

    line-height: 110px;

}

.icon-featured:after {

    pointer-events: none;

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    content: '';

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}

/* Featured Box Left */.featured-box-text-left {

    text-align: left;

}

/* Featured Boxes - Flat */.featured-boxes-flat .featured-box {

    box-shadow: none;

    margin: 10px 0;

}

.featured-boxes-flat .featured-box .box-content {

    background: #fff;

    margin-top: 65px;

}

.featured-boxes-flat .featured-box .icon-featured {

    display: inline-block;

    font-size: 38px;

    height: 90px;

    line-height: 90px;

    padding: 0;

    width: 90px;

    margin: -100px 0 -15px;

    position: relative;

    top: -37px;

}

/* Featured Boxes - Style 2 */.featured-boxes-style-2 .featured-box {

    background: none;

    border: 0;

    margin: 10px 0;

    box-shadow: none;

}

.featured-boxes-style-2 .featured-box .box-content {

    border: 0;

    padding-top: 0;

    padding-bottom: 0;

}

.featured-boxes-style-2 .featured-box .icon-featured {

    display: inline-block;

    font-size: 30px;

    height: 75px;

    line-height: 75px;

    padding: 0;

    width: 75px;

    margin-top: 0;

}

/* Featured Boxes - Style 3 */.featured-boxes-style-3 .featured-box {

    margin: 10px 0;

}

.featured-boxes-style-3 .featured-box .icon-featured {

    display: inline-block;

    font-size: 30px;

    height: 75px;

    line-height: 75px;

    padding: 0;

    width: 75px;

    margin-top: -35px;

    background: #fff;

    border: 3px solid #ccc;

    line-height: 68px;

}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {

    background: none;

    border: 0;

    box-shadow: none;

}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {

    border: 0;

    padding-top: 0;

    padding-bottom: 0;

}

/* Featured Boxes - Style 4 */.featured-boxes-style-4 .featured-box {

    background: none;

    border: 0;

    margin: 10px 0;

    box-shadow: none;

}

.featured-boxes-style-4 .featured-box .box-content {

    border: 0;

    padding-top: 0;

    padding-bottom: 0;

}

.featured-boxes-style-4 .featured-box .icon-featured {

    display: inline-block;

    font-size: 40px;

    height: 45px;

    line-height: 45px;

    padding: 0;

    width: 45px;

    margin-top: 0;

    margin-bottom: 10px;

    background: transparent;

    border-radius: 0;

}

/* Featured Boxes - Style 5, 6 and 7 */.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {

    background: #fff;

    border: 0;

    box-shadow: none;

    margin: 10px 0;

}

.featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {

    border: 0;

    padding-top: 0;

    padding-bottom: 0;

}

.featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {

    color: #2e353e;

}

.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {

    display: inline-block;

    font-size: 30px;

    height: 75px;

    padding: 0;

    width: 75px;

    margin-top: 0;

    margin-bottom: 10px;

    background: #fff;

    border: 1px solid #dfdfdf;

    line-height: 73px;

}

/* Featured Boxes - Style 6 */.featured-boxes-style-6 .featured-box .icon-featured {

    border: 1px solid #cecece;

}

.featured-boxes-style-6 .featured-box .icon-featured:after {

    border: 5px solid #f4f4f4;

    border-radius: 50%;

    box-sizing: initial;

    content: "";

    display: block;

    height: 100%;

    left: -6px;

    padding: 1px;

    position: absolute;

    top: -6px;

    width: 100%;

}

/* Featured Boxes - Style 7 */.featured-boxes-style-7 .featured-box .icon-featured {

    border: 1px solid #dfdfdf;

}

/* Featured Boxes - Style 8 */.featured-boxes-style-8 .featured-box .icon-featured {

    display: inline-block;

    font-size: 30px;

    height: 75px;

    padding: 0;

    width: 75px;

    margin: -15px -15px 0 0;

    background: #fff;

    line-height: 73px;

    border: 0;

}

.featured-boxes-style-8 .featured-box .icon-featured:after {

    display: none;

}

/* Effects */.featured-box-effect-1 .icon-featured:after {

    top: -7px;

    left: -7px;

    padding: 7px;

    box-shadow: 0 0 0 3px #fff;

    -webkit-transition: transform 0.2s, opacity 0.2s;

    -moz-transition: transform 0.2s, opacity 0.2s;

    transition: transform 0.2s, opacity 0.2s;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    opacity: 0;

    filter: alpha(opacity=0);

}

.featured-box-effect-1:hover .icon-featured:after {

    -webkit-transform: scale(0.8);

    -moz-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);

    opacity: 1;

    filter: alpha(opacity=100);

}

.featured-box-effect-2 .icon-featured:after {

    top: -7px;

    left: -7px;

    padding: 7px;

    box-shadow: 0 0 0 3px #fff;

    -webkit-transition: transform 0.2s, opacity 0.2s;

    -moz-transition: transform 0.2s, opacity 0.2s;

    transition: transform 0.2s, opacity 0.2s;

    -webkit-transform: scale(0.8);

    -moz-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);

    opacity: 0;

    filter: alpha(opacity=0);

}

.featured-box-effect-2:hover .icon-featured:after {

    -webkit-transform: scale(0.95);

    -moz-transform: scale(0.95);

    -ms-transform: scale(0.95);

    -o-transform: scale(0.95);

    transform: scale(0.95);

    opacity: 1;

    filter: alpha(opacity=100);

}

.featured-box-effect-3 .icon-featured:after {

    top: 0;

    left: 0;

    box-shadow: 0 0 0 10px #fff;

    -webkit-transform: scale(0.9);

    -moz-transform: scale(0.9);

    -ms-transform: scale(0.9);

    -o-transform: scale(0.9);

    transform: scale(0.9);

    -webkit-transition: transform 0.2s, opacity 0.2s;

    -moz-transition: transform 0.2s, opacity 0.2s;

    transition: transform 0.2s, opacity 0.2s;

    opacity: 0;

    filter: alpha(opacity=0);

}

.featured-box-effect-3:hover .icon-featured {

    color: #fff !important;

}

.featured-box-effect-3:hover .icon-featured:after {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    opacity: 0.8;

    filter: alpha(opacity=80);

}

.featured-box-effect-4 .icon-featured {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: transform 0.2s, transform 0.2s;

    -moz-transition: transform 0.2s, transform 0.2s;

    transition: transform 0.2s, transform 0.2s;

}

.featured-box-effect-4:hover .icon-featured {

    -webkit-transform: scale(1.15);

    -moz-transform: scale(1.15);

    -ms-transform: scale(1.15);

    -o-transform: scale(1.15);

    transform: scale(1.15);

}

.featured-box-effect-5 .icon-featured {

    overflow: hidden;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}

.featured-box-effect-5:hover .icon-featured {

    -webkit-animation: toRightFromLeft 0.3s forwards;

    -moz-animation: toRightFromLeft 0.3s forwards;

    animation: toRightFromLeft 0.3s forwards;

}

@-webkit-keyframes toRightFromLeft {

    49% {

        -webkit-transform: translate(100%);

    }

    50% {

        opacity: 0;

        -webkit-transform: translate(-100%);

    }

    51% {

        opacity: 1;

    }

}

@-moz-keyframes toRightFromLeft {

    49% {

        -moz-transform: translate(100%);

    }

    50% {

        opacity: 0;

        -moz-transform: translate(-100%);

    }

    51% {

        opacity: 1;

    }

}

@keyframes toRightFromLeft {

    49% {

        transform: translate(100%);

    }

    50% {

        opacity: 0;

        transform: translate(-100%);

    }

    51% {

        opacity: 1;

    }

}

.featured-box-effect-6 .icon-featured:after {

    -webkit-transition: all 0.2s, transform 0.2s;

    -moz-transition: all 0.2s, transform 0.2s;

    transition: all 0.2s, transform 0.2s;

}

.featured-box-effect-6:hover .box-content .icon-featured:after {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}

.featured-box-effect-7 .icon-featured:after {

    opacity: 0;

    filter: alpha(opacity=0);

    box-shadow: 3px 3px #d5d5d5;

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    transform: rotate(-90deg);

    -webkit-transition: opacity 0.2s, transform 0.2s;

    -moz-transition: opacity 0.2s, transform 0.2s;

    transition: opacity 0.2s, transform 0.2s;

    left: 0;

    top: -1px;

}

.featured-box-effect-7:hover .icon-featured:after {

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

}

.featured-box-effect-7 .icon-featured:before {

    -webkit-transform: scale(0.8);

    -moz-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);

    opacity: 0.7;

    filter: alpha(opacity=70);

    -webkit-transition: transform 0.2s, opacity 0.2s;

    -moz-transition: transform 0.2s, opacity 0.2s;

    transition: transform 0.2s, opacity 0.2s;

}

.featured-box-effect-7:hover .icon-featured:before {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    opacity: 1;

    filter: alpha(opacity=100);

}

/* Feature Box */.feature-box {

    clear: both;

}

.feature-box .feature-box-icon {

    border-radius: 35px;

    color: #fff;

    display: inline-block;

    float: left;

    margin-right: 10px;

    height: 35px;

    line-height: 35px;

    position: relative;

    text-align: center;

    top: 5px;

    width: 35px;

}

.feature-box .feature-box-info {

    padding-left: 50px;

}

/* Style 2 */.feature-box.feature-box-style-2 h4 {

    color: #1d2127;

}

.feature-box.feature-box-style-2 .feature-box-icon {

    background: transparent;

    width: 50px;

    height: 50px;

}

.feature-box.feature-box-style-2 .feature-box-icon i.fa {

    font-size: 28px;

}

.feature-box.feature-box-style-2 .feature-box-info {

    padding-left: 60px;

}

/* Style 3 */.feature-box.feature-box-style-3 h4 {

    color: #1d2127;

}

.feature-box.feature-box-style-3 .feature-box-icon {

    border: 1px solid #ccc;

    background: transparent;

    line-height: 32px;

}

/* Style 4 */.feature-box.feature-box-style-4 h4 {

    color: #1d2127;

}

.feature-box.feature-box-style-4 .feature-box-icon {

    background: transparent;

    padding-bottom: 10px;

    height: auto;

    width: auto;

    float: none;

}

.feature-box.feature-box-style-4 .feature-box-icon i.fa {

    font-size: 38px;

}

.feature-box.feature-box-style-4 .feature-box-info {

    clear: both;

    padding-left: 0;

}

/* Style 5 */.feature-box.feature-box-style-5 h4 {

    color: #1d2127;

}

.feature-box.feature-box-style-5 .feature-box-icon {

    background: transparent;

    width: 74px;

    height: 74px;

}

.feature-box.feature-box-style-5 .feature-box-icon i.fa {

    font-size: 44px;

}

.feature-box.feature-box-style-5 .feature-box-info {

    padding-left: 84px;

}

/* Style 6 */.feature-box.feature-box-style-6 h4 {

    color: #1d2127;

}

.feature-box.feature-box-style-6 .feature-box-icon {

    border: 1px solid #cecece;

    background: transparent;

    line-height: 32px;

}

.feature-box.feature-box-style-6 .feature-box-icon:after {

    border: 3px solid #f4f4f4;

    border-radius: 50%;

    box-sizing: initial;

    content: "";

    display: block;

    height: 100%;

    left: -4px;

    padding: 1px;

    position: absolute;

    top: -4px;

    width: 100%;

}

.feature-box.feature-box-style-6 .feature-box-icon i.fa {

    color: #a9a9a9;

}

/* Reverse */@media (min-width: 991px) {

    .feature-box.reverse {

        text-align: right;

    }

    .feature-box.reverse .feature-box-info {

        padding-right: 50px;

        padding-left: 0;

    }

    .feature-box.reverse .feature-box-icon {

        float: right;

        margin-left: 10px;

        margin-right: 0;

    }

    .feature-box.reverse.feature-box-style-2 .feature-box-info {

        padding-right: 60px;

    }

    .feature-box.reverse.feature-box-style-4 .feature-box-info {

        padding-right: 0;

    }

    .feature-box.reverse.feature-box-style-5 .feature-box-info {

        padding-right: 84px;

    }

}

/* Full Width */.featured-boxes-full {

    width: 100%;

}

.featured-boxes-full > [class*="col-"] {

    padding: 0;

}

.featured-boxes-full .featured-box-full {

    text-align: center;

    padding: 55px;

}

.featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {

    color: #fff;

    padding: 0;

    margin: 0;

}

.featured-boxes-full .featured-box-full .fa {

    font-size: 55px;

    margin-bottom: 15px;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.featured-boxes-full .featured-box-full p {

    padding-top: 12px;

    opacity: 0.8;

    filter: alpha(opacity=80);

}

/* Thumb Info */.thumb-info {

    display: block;

    overflow: hidden;

    position: relative;

    text-decoration: none;

    max-width: 100%;

}

.thumb-info:hover .thumb-info-action-icon {

    right: 0;

    top: 0;

}

.thumb-info:hover .thumb-info-action {

    filter: alpha(opacity=100);

    opacity: 1;

}

.thumb-info:hover .thumb-info-title {

    background: #000;

}

.thumb-info .thumb-info-action-icon {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    border-radius: 0 0 0 25px;

    right: -100px;

    display: inline-block;

    font-size: 25px;

    height: 50px;

    line-height: 50px;

    position: absolute;

    text-align: center;

    top: -100px;

    width: 50px;

}

.thumb-info .thumb-info-action-icon i {

    font-size: 24px;

    left: 3px;

    position: relative;

    top: -4px;

}

.thumb-info .thumb-info-action {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    background: rgba(36, 27, 28, 0.9);

    bottom: 0;

    color: #fff;

    filter: alpha(opacity=0);

    height: 100%;

    left: 0;

    opacity: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

}

.thumb-info .thumb-info-action a, .thumb-info .thumb-info-action a:hover {

    color: #fff;

    text-decoration: none;

}

.thumb-info .thumb-info-inner {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    display: block;

}

.thumb-info .thumb-info-title {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    background: rgba(36, 27, 28, 0.9);

    bottom: 10%;

    color: #fff;

    font-size: 15px;

    font-weight: 500;

    left: 0;

    letter-spacing: -1px;

    padding: 7px 7px 7px;

    position: absolute;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

    text-transform: uppercase;

    z-index: 1;
	text-align:center;

}

.thumb-info .thumb-info-title a, .thumb-info .thumb-info-title a:hover {

    color: #fff;

    text-decoration: none;

}

.thumb-info .thumb-info-type {

    border-radius: 2px;

    display: inline-block;

    float: left;

    font-size: 12px;

    font-weight: 400;

    letter-spacing: 0;

    margin: 8px -2px -15px -2px;

    padding: 2px 9px;

    text-transform: none;

}

.thumb-info img {

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

    position: relative;

}

/*.thumb-info:hover img {

    -webkit-transform: scale(1.1, 1.1);

    -moz-transform: scale(1.1, 1.1);

    -ms-transform: scale(1.1, 1.1);

    -o-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

}*/

/* Thumb Info Caption  */.thumb-info-caption {

    padding: 10px 0;

}

.thumb-info-caption p {

    font-size: 0.9em;

    line-height: 20px;

    margin: 0 0 8px;

    padding: 10px;

}

/* Thumb Info Social Icons */.thumb-info-social-icons {

    border-top: 1px dotted #ddd;

    margin: 0;

    padding: 15px 0;

    display: block;

}

.thumb-info-social-icons a {

    border-radius: 25px;

    display: inline-block;

    height: 30px;

    line-height: 30px;

    text-align: center;

    width: 30px;

}

.thumb-info-social-icons a:hover {

    text-decoration: none;

}

.thumb-info-social-icons a span {

    display: none;

}

.thumb-info-social-icons a i {

    color: #fff;

    font-size: 0.9em;

    font-weight: normal;

}

/* Thumb Info Secundary */.thumb-info.secondary .thumb-info-title {

    background: transparent;

    bottom: auto;

    left: 0;

    right: 0;

    top: 35%;

    text-align: center;

    opacity: 0;

}

.thumb-info.secondary .thumb-info-type {

    float: none;

}

.thumb-info.secondary:hover .thumb-info-title {

    top: 42%;

    opacity: 1;

}

/* Responsive */@media (max-width: 991px) {

    .thumb-info .thumb-info-title {

        font-size: 14px;

    }

    .thumb-info .thumb-info-more {

        font-size: 11px;

    }

}

/* Timeline */section.timeline {

    width: 74%;

    margin: 50px 13% 0;

    position: relative;

    float: left;

    padding-bottom: 120px;

}

.column2 section.timeline {

    width: 100%;

    margin: 50px 0 0;

}

section.timeline:after {

    background: #505050;

    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));

    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);

    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);

    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);

    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;

    content: "";

    display: block;

    height: 100%;

    position: absolute;

    top: -60px;

    left: 0;

    right: 0;

    margin: auto;

    width: 3px;

    z-index: 0;

    filter: alpha(opacity=35);

    opacity: 0.35;

}

section.timeline .timeline-date {

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    position: relative;

    display: block;

    clear: both;

    width: 200px;

    height: 45px;

    padding: 5px;

    border: 1px solid #e5e5e5;

    background: #fff;

    text-shadow: 0 1px 1px #fff;

    margin: 0 auto 10px;

    border-radius: 4px;

    z-index: 1;

}

section.timeline .timeline-date h3 {

    display: block;

    text-align: center;

    text-transform: uppercase;

    color: #757575;

    font-size: 0.9em;

    line-height: 32px;

    margin: 2px 0 0;

}

section.timeline .timeline-title {

    background: #f4f4f4;

    padding: 12px;

}

section.timeline .timeline-title h4 {

    padding: 0;

    margin: 0;

    color: #171717;

    font-size: 1.4em;

}

section.timeline .timeline-title a {

    color: #171717;

}

section.timeline .timeline-title .timeline-title-tags {

    color: #b1b1b1;

    font-size: 0.9em;

}

section.timeline .timeline-title .timeline-title-tags a {

    color: #b1b1b1;

    font-size: 0.9em;

}

section.timeline .timeline-box {

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    border-radius: 4px;

    margin: 20px 3% 10px;

    padding: 10px;

    position: relative;

    width: 44%;

    float: left;

    z-index: 1;

    margin-bottom: 30px;

    border: 1px solid #e5e5e5;

    background: #fff;

}

section.timeline .timeline-box.left {

    clear: both;

}

section.timeline .timeline-box.left:before {

    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;

    background: #e5e5e5;

    border-radius: 50%;

    content: "";

    display: block;

    height: 7px;

    margin-right: -8px;

    right: -6%;

    position: absolute;

    top: 22px;

    width: 8px;

}

section.timeline .timeline-box.left:after {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    border-right: 1px solid #e5e5e5;

    background: #fff;

    border-top: 1px solid #e5e5e5;

    content: "";

    display: block;

    height: 14px;

    position: absolute;

    right: -8px;

    top: 20px;

    width: 14px;

    z-index: 0;

}

section.timeline .timeline-box.right {

    clear: right;

    float: right;

    margin-top: 40px;

}

section.timeline .timeline-box.right:before {

    border-radius: 50%;

    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;

    background: #e5e5e5;

    content: "";

    display: block;

    height: 7px;

    margin-left: -8px;

    left: -6%;

    position: absolute;

    top: 32px;

    width: 8px;

}

section.timeline .timeline-box.right:after {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    border-left: 1px solid #e5e5e5;

    background: #fff;

    border-bottom: 1px solid #e5e5e5;

    left: -8px;

    content: "";

    display: block;

    height: 14px;

    position: absolute;

    top: 30px;

    width: 14px;

    z-index: 0;

}

section.timeline .timeline-box .img-thumbnail {

    border-radius: 0;

    padding: 0;

    border: 0;

}

section.timeline .timeline-box .img-thumbnail img {

    border-radius: 0;

    padding: 0;

    border: 0;

}

section.timeline .timeline-box .thumb-info {

    float: left;

    margin-bottom: -5px;

}

section.timeline .timeline-box .owl-carousel {

    border-radius: 0;

    padding: 0;

    border: 0;

    box-shadow: none;

}

section.timeline .timeline-box .owl-carousel .owl-wrapper-outer {

    border-radius: 0;

}

/* Responsive */@media (max-width: 767px) {

    .column2 section.timeline {

        width: 74%;

        margin: 50px 13% 0;

    }

    section.timeline .timeline-box {

        float: none;

        clear: both;

        right: auto;

        left: auto;

        margin: 25px auto;

        max-width: 80%;

        width: auto;

    }

    .column2 section.timeline .timeline-box {

        max-width: 80%;

    }

    section.timeline .timeline-box.right {

        float: none;

        clear: both;

        right: auto;

        left: auto;

        margin: 25px auto;

        max-width: 80%;

        width: auto;

    }

    .column2 section.timeline .timeline-box.right {

        max-width: 80%;

    }

    section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {

        display: none;

    }

}

@media (max-width: 480px) {

    section.timeline {

        width: auto;

        float: none;

        margin-left: 0;

        margin-right: 0;

    }

    .column2 section.timeline {

        margin-left: 0;

        margin-right: 0;

        width: auto;

    }

    section.timeline .timeline-box {

        margin: 15px auto;

        max-width: 90%;

    }

    .column2 section.timeline .timeline-box {

        max-width: 90%;

    }

    section.timeline .timeline-box.right {

        margin: 15px auto;

        max-width: 90%;

    }

    .column2 section.timeline .timeline-box.right {

        max-width: 90%;

    }

}

#infscr-loading {

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    width: 100%;

    text-align: center;

    margin-top: -20px;

}

#infscr-loading img {

    display: none !important;

}

#infscr-loading .infinite-loading {

    dispaly: inline-block;

    width: 50px;

    height: 50px;

    margin: auto;

}

/* Testimonials */.testimonial {

    margin-bottom: 20px;

}

.slick-slider .testimonial {

    margin-bottom: 0;

}

.testimonial blockquote {

    border-radius: 8px;

    border: 0;

    color: #666;

    font-family: Georgia, serif;

    font-style: italic;

    margin: 0;

    padding: 10px 50px;

    position: relative;

}

.testimonial blockquote:before {

    left: 10px;

    top: 0;

    color: #fff;

    content: "\201C";

    font-size: 80px;

    font-style: normal;

    line-height: 1;

    position: absolute;

}

.testimonial blockquote:after {

    color: #fff;

    content: "\201D";

    font-size: 80px;

    font-style: normal;

    line-height: 1;

    position: absolute;

    bottom: -0.5em;

    right: 10px;

}

.testimonial blockquote p {

    color: #fff;

    font-family: Georgia, serif;

    font-style: italic;

    font-size: 1.2em;

    line-height: 1.3;

}

.testimonial .testimonial-arrow-down {

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-top: 15px solid #ccc;

    height: 0;

    margin: 0 0 0 17px;

    width: 0;

}

.testimonial .testimonial-author {

    *zoom: 1;

    margin: 8px 0 0 0;

}

.testimonial .testimonial-author:before, .testimonial .testimonial-author:after {

    content: " ";

    display: table;

}

.testimonial .testimonial-author:after {

    clear: both;

}

.testimonial .testimonial-author .testimonial-author-thumbnail {

    float: left;

    margin-right: 10px;

    width: auto;

}

.testimonial .testimonial-author img {

    max-width: 55px;

}

.testimonial .testimonial-author strong {

    color: #111;

    display: block;

    padding-top: 10px;

    margin-bottom: -5px;

}

.testimonial .testimonial-author span {

    color: #666;

    display: block;

    font-size: 12px;

}

.testimonial .testimonial-author p {

    color: #999;

    margin: 0 0 0 25px;

    text-align: left;

}

/* Style 2 */.testimonial.testimonial-style-2 {

    text-align: center;

}

.testimonial.testimonial-style-2 blockquote {

    background: transparent !important;

    border-radius: 4px;

    padding: 6px 20px;

}

.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {

    display: none;

}

.testimonial.testimonial-style-2 .testimonial-arrow-down {

    display: none;

}

.testimonial.testimonial-style-2 .testimonial-author {

    padding: 0;

    margin: 6px 0 0;

}

.testimonial.testimonial-style-2 .testimonial-author img {

    margin: 0 auto 10px;

}

.testimonial.testimonial-style-2 .testimonial-author p {

    text-align: center;

    padding: 0;

    margin: 0;

}

/* Style 3 */.testimonial.testimonial-style-3 blockquote {

    background: #f2f2f2 !important;

    border-radius: 4px;

    padding: 12px 30px;

}

.testimonial.testimonial-style-3 blockquote:before {

    top: 5px;

    font-size: 35px;

}

.testimonial.testimonial-style-3 blockquote:after {

    font-size: 35px;

    bottom: -5px;

}

.testimonial.testimonial-style-3 blockquote p {

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 1em;

    font-style: normal;

}

.testimonial.testimonial-style-3 .testimonial-author {

    margin-left: 8px;

}

.testimonial.testimonial-style-3 .testimonial-arrow-down {

    margin-left: 20px;

    border-top: 10px solid #f2f2f2 !important;

}

/* Style 4 */.testimonial.testimonial-style-4 {

    border-radius: 6px;

    padding: 8px;

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

}

.testimonial.testimonial-style-4 blockquote {

    background: transparent !important;

    border-radius: 4px;

    padding: 12px 30px;

}

.testimonial.testimonial-style-4 blockquote:before {

    top: 5px;

    font-size: 35px;

}

.testimonial.testimonial-style-4 blockquote:after {

    font-size: 35px;

    bottom: -5px;

}

.testimonial.testimonial-style-4 blockquote p {

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 1em;

    font-style: normal;

}

.testimonial.testimonial-style-4 .testimonial-arrow-down {

    display: none;

}

.testimonial.testimonial-style-4 .testimonial-author {

    margin-left: 30px;

    margin-bottom: 15px;

}

/* Style 5 */.testimonial.testimonial-style-5 {

    text-align: center;

}

.testimonial.testimonial-style-5 blockquote {

    background: transparent !important;

    border-radius: 4px;

    padding: 6px 20px;

}

.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {

    display: none;

}

.testimonial.testimonial-style-5 blockquote p {

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 1.2em;

    font-style: normal;

}

.testimonial.testimonial-style-5 .testimonial-arrow-down {

    display: none;

}

.testimonial.testimonial-style-5 .testimonial-author {

    padding: 6px 0 0;

    margin: 12px 0 0;

    border-top: 1px solid #f2f2f2;

}

.testimonial.testimonial-style-5 .testimonial-author img {

    margin: 10px auto 10px;

}

.testimonial.testimonial-style-5 .testimonial-author p {

    text-align: center;

    padding: 0;

    margin: 0;

}

/* Style 6 */.testimonial.testimonial-style-6 {

    text-align: center;

}

.testimonial.testimonial-style-6 blockquote {

    background: transparent !important;

    border-radius: 4px;

    border: 0;

    padding: 0 10%;

}

.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {

    display: none;

}

.testimonial.testimonial-style-6 blockquote i.fa-quote-left {

    font-size: 34px;

    position: relative;

    left: -5px;

}

.testimonial.testimonial-style-6 blockquote p {

    font-size: 24px;

    line-height: 30px;

}

.testimonial.testimonial-style-6 blockquote span {

    font-size: 16px;

    line-height: 20px;

    color: #999;

    position: relative;

    left: -5px;

}

.testimonial.testimonial-style-6 .testimonial-arrow-down {

    display: none;

}

.testimonial.testimonial-style-6 .testimonial-author {

    padding: 0;

    margin: 6px 0 0;

}

.testimonial.testimonial-style-6 .testimonial-author img {

    margin: 15px auto 10px;

}

.testimonial.testimonial-style-6 .testimonial-author p {

    text-align: center;

    padding: 0;

    margin: 0;

}

/* With Quotes */.testimonial.testimonial-with-quotes {

    text-align: center;

}

.testimonial.testimonial-with-quotes blockquote {

    background: transparent !important;

}

.testimonial.testimonial-with-quotes blockquote:before {

    display: block !important;

    left: 10px;

    top: 0;

    content: "\201C";

    font-size: 80px;

    font-style: normal;

    line-height: 1;

    position: absolute;

}

.testimonial.testimonial-with-quotes blockquote:after {

    display: block !important;

    right: 10px;

    font-size: 80px;

    font-style: normal;

    line-height: 1;

    position: absolute;

    bottom: -0.5em;

    content: "\201D";

}

.testimonial.testimonial-with-quotes blockquote p {

    padding: 0 40px;

}

.testimonial.testimonial-with-quotes img {

    margin: 15px auto;

}

.testimonial.testimonial-with-quotes .testimonial-author p {

    margin: 0 auto;

    text-align: center;

}

.testimonial.testimonial-with-quotes.testimonial-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-light blockquote:after, .testimonial.testimonial-with-quotes.testimonial-light blockquote p {

    opacity: 0.9;

    color: #fff;

}

.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span, .testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {

    opacity: 0.6;

    color: #fff;

}

/* Social Icons */.share-links {

    vertical-align: middle;

}

.share-links a {

    color: #fff;

    text-indent: -9999em;

    text-align: center;

    width: 2.2857em;

    height: 2.2857em;

    display: inline-block;

    margin: 0.2857em 0.5714em 0.2857em 0;

    border-radius: 4px;

    position: relative;

    text-decoration: none;

    vertical-align: middle;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.share-links a:before {

    font-family: "FontAwesome";

    text-indent: 0;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    line-height: 23px;

    height: 22px;

    margin: auto;

}

.share-links .share-twitter {

    background: #444242;

}

.share-links .share-twitter:hover {

    color: #fff;

    background: #45bbe9;

}

.share-links .share-twitter:before {

    content: "\f099";

}

.share-links .share-facebook {

    background: #444242;

}

.share-links .share-facebook:hover {

    color: #fff;

    background: #4d71bb;

}

.share-links .share-facebook:before {

    content: "\f09a";

}

.share-links .share-linkedin {

    background: #444242;

}

.share-links .share-linkedin:hover {

    color: #fff;

    background: #0094e5;

}

.share-links .share-linkedin:before {

    content: "\f0e1";

}

.share-links .share-rss {

    background: #ff8201;

}

.share-links .share-rss:hover {

    color: #fff;

    background: #ff9b34;

}

.share-links .share-rss:before {

    content: "\f09e";

}

.share-links .share-googleplus {

    background: #444242;

}

.share-links .share-googleplus:hover {

    color: #fff;

    background: #e47365;

}

.share-links .share-googleplus:before {

    content: "\f0d5";

}

.share-links .share-pinterest {

    background: #cc2127;

}

.share-links .share-pinterest:hover {

    color: #fff;

    background: #e04046;

}

.share-links .share-pinterest:before {

    content: "\f0d2";

}

.share-links .share-youtube {

    background: #c3191e;

}

.share-links .share-youtube:hover {

    color: #fff;

    background: #e42b31;

}

.share-links .share-youtube:before {

    content: "\f167";

}

.share-links .share-instagram {

    background: #7c4a3a;

}

.share-links .share-instagram:hover {

    color: #fff;

    background: #9f5f4a;

}

.share-links .share-instagram:before {

    content: "\f16d";

}

.share-links .share-skype {

    background: #00b0f6;

}

.share-links .share-skype:hover {

    color: #fff;

    background: #2ac2ff;

}

.share-links .share-skype:before {

    content: "\f17e";

}

.share-links .share-email {

    background: #444242;

}

.share-links .share-email:hover {

    color: #fff;

    background: #e47365;

}

.share-links .share-email:before {

    content: "\f0e0";

}

.share-links .share-vk {

    background: #6383a8;

}

.share-links .share-vk:hover {

    color: #fff;

    background: #849dba;

}

.share-links .share-vk:before {

    content: "\f189";

}

.share-links .share-xing {

    background: #1a7576;

}

.share-links .share-xing:hover {

    color: #fff;

    background: #239ea0;

}

.share-links .share-xing:before {

    content: "\f168";

}

.share-links .share-tumblr {

    background: #304e6c;

}

.share-links .share-tumblr:hover {

    color: #fff;

    background: #40688f;

}

.share-links .share-tumblr:before {

    content: "\f173";

}

.share-links .share-reddit {

    background: #ff4107;

}

.share-links .share-reddit:hover {

    color: #fff;

    background: #ff683a;

}

.share-links .share-reddit:before {

    content: "\f1a1";

}

/* Arrows */.dir-arrow {

    background: transparent url(../images/arrows.png) no-repeat 0 0;

    width: 47px;

    height: 120px;

    display: inline-block;

    position: relative;

}

.dir-arrow.vtl {

    background-position: 0 0;

    width: 47px;

    height: 96px;

}

.dir-arrow.vtr {

    background-position: -101px 0;

    width: 47px;

    height: 96px;

}

.dir-arrow.vbl {

    background-position: 0 -144px;

    width: 47px;

    height: 96px;

}

.dir-arrow.vbr {

    background-position: -101px -144px;

    width: 47px;

    height: 96px;

}

.dir-arrow.hlt {

    background-position: -209px 0;

    width: 120px;

    height: 47px;

}

.dir-arrow.hlb {

    background-position: -209px -101px;

    width: 120px;

    height: 47px;

}

.dir-arrow.hrt {

    background-position: -353px 0;

    width: 120px;

    height: 47px;

}

.dir-arrow.hrb {

    background-position: -353px -101px;

    width: 120px;

    height: 47px;

}

/* Responsive */@media (max-width: 479px) {

    .dir-arrow {

        display: none;

    }

}

/* Circular Bars */.circular-bar {

    margin-bottom: 25px;

}

.circular-bar .chart {

    position: relative;

}

.circular-bar strong {

    display: block;

    font-weight: 600;

    font-size: 18px;

    line-height: 30px;

    position: absolute;

    top: 50%;

    margin-top: -25px;

    width: 80%;

    left: 10%;

    text-align: center;

}

.circular-bar label {

    display: block;

    font-weight: 100;

    font-size: 17px;

    line-height: 20px;

    position: absolute;

    top: 50%;

    width: 80%;

    left: 10%;

    margin-top: 5px;

    text-align: center;

}

/* Progress */.vc_progress_bar .vc_single_bar.progress, .progress {

    border-radius: 25px;

    height: 20px;

    margin-bottom: 20px;

    background: #fafafa;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;

    overflow: visible;

}

.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius, .progress.progress-no-border-radius, .vc_progress_bar .vc_single_bar.progress.progress-no-border-radius .progress-bar, .progress.progress-no-border-radius .progress-bar {

    border-radius: 0;

}

.vc_progress_bar .vc_single_bar.progress.progress-border-radius, .progress.progress-border-radius, .vc_progress_bar .vc_single_bar.progress.progress-border-radius .progress-bar, .progress.progress-border-radius .progress-bar {

    border-radius: 3px;

}

.vc_progress_bar .vc_single_bar.progress.progress-circled-border-radius, .progress.progress-circled-border-radius, .vc_progress_bar .vc_single_bar.progress.progress-circled-border-radius .progress-bar, .progress.progress-circled-border-radius .progress-bar {

    border-radius: 25px;

}

.vc_progress_bar .vc_single_bar.progress.progress-sm, .progress.progress-sm {

    height: 10px;

}

.vc_progress_bar .vc_single_bar.progress.progress-sm .progress-bar, .progress.progress-sm .progress-bar {

    line-height: 10px;

}

.vc_progress_bar .vc_single_bar.progress.progress-lg, .progress.progress-lg {

    height: 35px;

}

.vc_progress_bar .vc_single_bar.progress.progress-lg .progress-bar, .progress.progress-lg .progress-bar {

    line-height: 35px;

}

.vc_progress_bar .vc_single_bar.progress .vc_bar, .progress-bar {

    float: left;

    background-color: #ccc;

    box-shadow: none;

    position: relative;

    border-radius: 25px;

}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-success, .progress-bar.progress-bar-success {

    background-color: #47a447;

}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-info, .progress-bar.progress-bar-info {

    background-color: #5bc0de;

}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-warning, .progress-bar.progress-bar-warning {

    background-color: #ed9c28;

}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-danger, .progress-bar.progress-bar-danger {

    background-color: #d2322d;

}

.progress-bar-tooltip {

    position: absolute;

    padding: 4px 8px;

    background-color: #333;

    color: #fff;

    line-height: 15px;

    font-size: 11px;

    display: block;

    position: absolute;

    top: -28px;

    right: 5px;

    border-radius: 3px;

    filter: alpha(opacity=0);

    opacity: 0;

}

.progress-bar-tooltip:after {

    border-color: #333 transparent;

    border-style: solid;

    border-width: 5px 5px 0 5px;

    bottom: -5px;

    content: "";

    display: block;

    left: 13px;

    position: absolute;

    width: 0;

}

/* Porto Concept */.porto-concept {

    background: transparent url(../images/concept.png) no-repeat center 0;

    width: 100%;

    overflow: hidden;

}

.porto-concept strong {

    display: block;

    font-family: "Shadows Into Light", cursive;

    font-size: 2.1em;

    font-weight: normal;

    position: relative;

    margin-top: 30px;

}

.porto-concept .row {

    position: relative;

}

.porto-concept .process-image {

    background: transparent url(../images/concept-item.png) no-repeat 0 0;

    width: 160px;

    height: 175px;

    margin: 135px auto 0 auto;

    padding-bottom: 50px;

    position: relative;

    z-index: 1;

}

.porto-concept .process-image img {

    border-radius: 150px;

    margin: 7px 8px;

}

.porto-concept .our-work {

    margin-top: 52px;

    font-size: 2.6em;

}

.porto-concept .project-image {

    background: transparent url(../images/concept-item.png) no-repeat 100% 0;

    width: 350px;

    height: 420px;

    margin: 15px 0 0 -30px;

    padding-bottom: 45px;

    position: relative;

    z-index: 1;

}

.porto-concept .sun {

    background: transparent url(../images/concept-icons.png) no-repeat 0 0;

    width: 60px;

    height: 56px;

    display: block;

    position: absolute;

    left: 10%;

    top: 35px;

}

.porto-concept .cloud {

    background: transparent url(../images/concept-icons.png) no-repeat 100% 0;

    width: 116px;

    height: 56px;

    display: block;

    position: absolute;

    left: 57%;

    top: 35px;

}

/* Responsive */@media (max-width: 991px) {

    .porto-concept {

        background: none;

    }

    .porto-concept .project-image {

        margin: 60px auto 0 auto;

    }

    .porto-concept .process-image {

        margin-top: 60px;

    }

}

@media (max-width: 479px) {

    .porto-concept .project-image {

        background-position: 0 0;

        margin-left: auto;

        max-width: 160px;

        max-height: 220px;

    }

    .porto-concept .fc-slideshow {

        max-height: 145px;

        max-width: 145px;

    }

    .porto-concept .fc-slideshow img {

        max-height: 145px;

        max-width: 145px;

    }

}

/* Porto Map Section */.porto-map-section {

    background: transparent url(../images/map.png) center 0 no-repeat;

    padding-top: 164px;

    margin-top: 15px;

    margin-left: -15px;

    margin-right: -15px;

}

.porto-map-section .map-content {

    background-color: rgba(244, 244, 244, 0.8);

    border-top: 5px solid rgba(241, 241, 241, 0.8);

    padding: 50px 15px 30px;

    min-height: 400px;

    margin-top: 0;

}

.porto-map-section .map-content article.post .post-date .day, .porto-map-section .map-content .post-item .post-date .day {

    background-color: #fff;

}

/* Scroll to Top */html #topcontrol {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    background: #404040;

    background: rgba(64, 64, 64, 0.75);

    border-radius: 4px 4px 0 0;

    color: #fff;

    height: 9px;

    padding: 7px 10px 30px;

    right: 20px;

    text-align: center;

    text-decoration: none;

    min-width: 40px;

    z-index: 1040;

}

html #topcontrol:hover {

    background: #404040;

}

/* Responsive */@media (max-width: 991px) {

    html #topcontrol {

        display: none;

    }

}

/* Widget */.widget {

    margin-bottom: 30px;

    margin-top: 30px;

    *zoom: 1;

}

.widget:before, .widget:after {

    content: " ";

    display: table;

}

.widget:after {

    clear: both;

}

.widget:first-child {

    margin-top: 0;
/*	margin-left:10px;
	margin-right:10px;*/

}

.widget .widgettitle, .widget .widget-title {

    margin-bottom: 15px;

    font-size: 1.1429em;

    margin-top: 0;

}

.widget .widgettitle, .widget .widget-title, .widget .widgettitle a, .widget .widget-title a {

    line-height: 1.4;

    font-size:15px;
    color: #1c5b7e;
    text-decoration: none;

}

.widget .widgettitle img, .widget .widget-title img {

    margin-right: 3px;

    margin-top: -2px;

}

.widget > div > ul, .widget > ul {

    font-size: 0.9286em;

    border-bottom: 1px solid #ededde;

    margin-top: -8px;

    margin-bottom: 0;

}

.widget > div > ul > li:first-child, .widget > ul > li:first-child {

    border-top-width: 0;

}

.widget > div > ul li, .widget > ul li {

    position: relative;

    margin: 0;

    padding: 7px 0;

    line-height: 24px;

    border-top: 1px solid #ededde;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}

.widget > div > ul li p, .widget > ul li p {

    margin-bottom: 0;

}

.widget > div > ul li > a, .widget > ul li > a {

    text-decoration: none;

}

.widget > div > ul li > ul, .widget > ul li > ul, .widget > div > ul li > ol, .widget > ul li > ol {

    margin-top: 8px;

    margin-bottom: -8px;

    margin-left: -5px;

}

.widget ul, .widget ol {

    list-style: none;

    padding: 0;

}

.widget select {

    max-width: 100%;

    font-size: 0.9em;

}

.widget .rss-date, .widget .post-date, .widget .comment-author-link {

    display: inline;

    font-size: 0.9em;
	text-transform:capitalize;

}

.widget .rss-date, .widget .post-date {

    display: block;

}

.widget .rss-date {

    margin-bottom: 3px;

}

.widget .rssSummary {

    font-size: 0.95em;

    line-height: 1.42857;

}

.widget cite {

    display: block;

    font-size: 0.9em;

    text-align: right;

}

.widget .view-more {

    padding: 12px;

}

.widget .owl-theme .owl-controls {

    margin-bottom: -10px;

}

.widget .slick-dots {

    margin-bottom: -5px;

}

.widget_recent_entries > ul li, .widget_recent_comments > ul li, .widget_pages > ul li, .widget_meta > ul li, .widget_nav_menu > div > ul li, .widget_archive > ul li, .widget_categories > ul li, .widget_rss > ul li {

    padding: 7px 0 7px 15px;

}

.widget_recent_entries > ul li:before, .widget_recent_comments > ul li:before, .widget_pages > ul li:before, .widget_meta > ul li:before, .widget_nav_menu > div > ul li:before, .widget_archive > ul li:before, .widget_categories > ul li:before, .widget_rss > ul li:before {

    content: "";

    display: inline-block;

    width: 0;

    height: 0;

    border-top: 4px solid transparent;

    border-bottom: 4px solid transparent;

    border-left: 4px solid #333;

    margin-left: -11px;

    margin-right: 5px;

}

.widget_calendar caption {

    color: #313131;

    text-align: center;

    margin-bottom: 8px;
	text-transform:capitalize;

}

.widget_calendar table {

    width: 100%;

    font-size: 0.9286em;

}

.widget_calendar table th, .widget_calendar table td {

    text-align: center;

    vertical-align: middle;

}

.widget_calendar table td#prev {

    text-align: left;

    padding: 8px 0;
	text-transform:capitalize;

}

.widget_calendar table td#next {

    text-align: right;

    padding: 8px 0;

}

.widget.widget_text ul, .widget.widget_text li {

    border-width: 0;

    padding: 0;

    margin: 0;

}

.widget.widget_text ul p, .widget.widget_text li p {

    margin-bottom: 10px;

}

.widget .tagcloud {

    margin-top: -0.3846em;

    margin-bottom: -0.3846em;

}

.widget .tagcloud a {

    margin: 0.3846em 0.3846em 0.3846em 0;

    border: 1px solid #ccc;

    background: #efefef;

    border-radius: 3px;

    padding: 0.3846em;

    line-height: 1.2;

    display: inline-block;

    text-decoration: none;

    font-size: 0.8571em !important;

}

.widget .tagcloud a:hover {

    color: #fff;

}

/* Flickr Widget */.flickr_badge_image, .wpb_content_element .flickr_badge_image {

    float: none;

    margin: 10px 5px 20px;

    display: inline-block;

    border: 1px solid #ddd;

    background: #fff;

    border-radius: 4px;

    padding: 4px;

    width: auto;

    height: auto;

    -webkit-transition: opacity 0.3s ease-in-out 0s;

    -moz-transition: opacity 0.3s ease-in-out 0s;

    transition: opacity 0.3s ease-in-out 0s;

}

.flickr_badge_image img, .wpb_content_element .flickr_badge_image img {

    width: 75px;

    height: 75px;

}

/* Wysija Widget */.widget.widget_wysija h3 {

    margin-bottom: 10px;

}

.widget.widget_wysija p {

    font-size: 0.9286em;

    margin-bottom: 10px;

}

.widget.widget_wysija .wysija-paragraph, .widget.widget_wysija .wysija-checkbox-label, .widget.widget_wysija .wysija-checkbox-paragraph {

    font-size: 1em;

}

.widget.widget_wysija .wysija-paragraph label, .widget.widget_wysija .wysija-checkbox-label {

    font-size: 0.9286em;

}

.widget.widget_wysija .wysija-checkbox-label {

    margin-bottom: 0;

}

.widget.widget_wysija .formError {

    position: static !important;

}

.widget.widget_wysija .formError .formErrorContent {

    width: 100%;

    line-height: 1.4;

    padding: 5px 0;

    background: none;

    border: none;

    color: #eb340e;

}

.widget.widget_wysija .wysija-paragraph .formError .formErrorContent {

    padding: 5px 0 10px;

}

.widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .message, .widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {

    border: none;

    background: transparent;

    padding: 0;

    margin: 0;

    color: inherit;

    line-height: inherit;

}

.widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .message {

    color: #3c763d;

}

.widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {

    color: #eb340e;

}

.widget.widget_wysija .wysija-input {

    width: 100%;

    max-width: 262px;

}

.sidebar .widget.widget_wysija {

    background: #f5f5f5;

    background-color: rgba(0, 0, 0, 0);

    background: - webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border-radius: 8px;

    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

    margin-bottom: 20px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 20px;

    min-height: 100px;

    position: relative;

    text-align: center;

}

.sidebar .widget.widget_wysija .box-content {

    position: relative;

    top: -1px;

    border-radius: 8px;

    border-top: 3px solid #33b8ff;

    border-top-width: 4px;

    padding: 30px 25px 25px 25px;

}

.sidebar .widget.widget_wysija .wysija-input {

    text-align: center;

}

.sidebar .widget.widget_wysija .wysija-submit {

    margin: 20px auto 0;

}

.wysija-msg .updated, .wysija-msg .message {

    color: #3c763d;

}

.wysija-msg .error, .wysija-msg .xdetailed-errors {

    color: #eb340e;

}

.wysija-msg ul {

    list-style: none;

    padding-left: 0;

    margin-bottom: 10px;

    font-weight: 600;

}

.widget.twitter-tweets .fa {

    clear: both;

    font-size: 1.5em;

    position: relative;

    top: 3px;

}

.widget.twitter-tweets .meta {

    color: #999;

    display: block;

    font-size: 0.9em;

    padding-top: 3px;

    margin-bottom: 20px;

}

.widget.twitter-tweets .meta:last-child {

    margin-bottom: 0;

}

.widget.twitter-tweets ul {

    list-style: none;

    margin: 0;

    padding: 0;

    border-width: 0;

}

.widget.twitter-tweets ul li {

    border-width: 0;

    padding: 20px 0 0;

}

.widget.twitter-tweets ul li:first-child {

    padding-top: 0;

}

.twitter-account {

    color: #fff;

    display: block;

    font-size: 0.9em;

    margin: -15px 0 5px;

    filter: alpha(opacity=55);

    opacity: 0.55;

}

.twitter-account:hover {

    filter: alpha(opacity=100);

    opacity: 1;

}

.widget.contact-info ul, .widget.contact-info li {

    border-width: 0;

    margin: 0;

    padding: 0;

}

.widget.contact-info li a:hover {

    text-decoration: underline;

}

.widget.contact-info p {

    margin-bottom: 10px;

}

.widget.contact-info i {

    text-align: center;

    width: 16px;

    top: -2px;

    margin: 7px 6px 0 0;

    font-size: 1.2em;

}

.widget.contact-info .contact-details span {

    display: block;

    padding-left: 25px;

    line-height: 18px;

    padding-bottom: 10px;

}

.footer-2 .widget.contact-info .contact-details span {

    display: inline;

    padding-left: 0;

}

#footer .widget.follow-us .share-links a, .widget.follow-us .share-links a {

    border-radius: 100%;

    background: #fff;

    width: 30px;

    height: 30px;

    font-size: 14px;

    text-decoration: none;

}

#footer .widget.follow-us .share-links .share-twitter:hover, .widget.follow-us .share-links .share-twitter:hover {

    color: #fff;

    background: #1aa9e1;

}

#footer .widget.follow-us .share-links .share-facebook:hover, .widget.follow-us .share-links .share-facebook:hover {

    color: #fff;

    background: #3b5a9a;

}

#footer .widget.follow-us .share-links .share-linkedin:hover, .widget.follow-us .share-links .share-linkedin:hover {

    color: #fff;

    background: #0073b2;

}

#footer .widget.follow-us .share-links .share-rss:hover, .widget.follow-us .share-links .share-rss:hover {

    color: #fff;

    background: #ff8201;

}

#footer .widget.follow-us .share-links .share-googleplus:hover, .widget.follow-us .share-links .share-googleplus:hover {

    color: #fff;

    background: #dd4b39;

}

#footer .widget.follow-us .share-links .share-pinterest:hover, .widget.follow-us .share-links .share-pinterest:hover {

    color: #fff;

    background: #cc2127;

}

#footer .widget.follow-us .share-links .share-youtube:hover, .widget.follow-us .share-links .share-youtube:hover {

    color: #fff;

    background: #c3191e;

}

#footer .widget.follow-us .share-links .share-instagram:hover, .widget.follow-us .share-links .share-instagram:hover {

    color: #fff;

    background: #7c4a3a;

}

#footer .widget.follow-us .share-links .share-skype:hover, .widget.follow-us .share-links .share-skype:hover {

    color: #fff;

    background: #00b0f6;

}

#footer .widget.follow-us .share-links .share-email:hover, .widget.follow-us .share-links .share-email:hover {

    color: #fff;

    background: #dd4b39;

}

#footer .widget.follow-us .share-links .share-vk:hover, .widget.follow-us .share-links .share-vk:hover {

    color: #fff;

    background: #6383a8;

}

#footer .widget.follow-us .share-links .share-xing:hover, .widget.follow-us .share-links .share-xing:hover {

    color: #fff;

    background: #1a7576;

}

#footer .widget.follow-us .share-links .share-tumblr:hover, .widget.follow-us .share-links .share-tumblr:hover {

    color: #fff;

    background: #304e6c;

}

#footer .widget.follow-us .share-links .share-reddit:hover, .widget.follow-us .share-links .share-reddit:hover {

    color: #fff;

    background: #ff4107;

}

#mailpoet_checkout_field input[type="checkbox"], #mailpoet_checkout_field input[type="radio"] {

    position: static;

    margin-left: 0;

}

.tm-extra-product-options .tm-epo-field-label {

    font-size: 16px;

    font-weight: 400;

    line-height: 27px;

}

.tm-collapse {

    background-image: none;

    background-color: transparent;

    border: 1px solid #ddd;

    border-radius: 4px;

    padding: 0;

}

.tm-collapse .tm-section-label {

    background: #f5f5f5;

    border-radius: 3px;

    padding: 10px 15px;

}

.tm-collapse .tm-section-label .tm-arrow {

    right: 10px;

    left: auto;

}

.tm-collapse .tm-collapse-wrap {

    padding: 15px;

    margin: 0;

}

.tm-description {

    margin-top: 5px;

    margin-bottom: 5px;

}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {

    padding: 5px 0 0;

}

.tm-box {

    padding: 10px 15px;

    border: 1px solid #ddd;

    border-radius: 4px;

    margin: 15px 0 0;

}

.tm-epo-totals {

    padding-top: 0;

}

.tm-extra-product-options-totals {

    margin-bottom: 0;

}

.tm-extra-product-options-totals dt {

    margin-top: 10px;

}

.tm-extra-product-options-totals dt, .tm-extra-product-options-totals dd {

    margin-bottom: 5px;

}

.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee, .tm-extra-product-options-totals .amount.final {

    font-weight: 600;

    line-height: 1;

}

.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee {

    font-size: 2em;

}

.tm-extra-product-options-totals .amount.final {

    font-size: 2.5714em;

}

.tm-cart-edit-options {

    font-size: 11px;

    margin-right: 10px;

    margin-left: auto;

}

.tm-button {

    box-shadow: none;

}

/* Margin */.m-xs {

    margin: 5px !important;

}

.m-sm {

    margin: 10px !important;

}

.m {

    margin: 15px !important;

}

.m-md {

    margin: 20px !important;

}

.m-lg {

    margin: 30px !important;

}

.m-xl {

    margin: 40px !important;

}

.m-xlg {

    margin: 50px !important;

}

.m-xxl {

    margin: 60px !important;

}

.m-n {

    margin: 0 !important;

}

.m-l-none {

    margin-left: 0 !important;

}

.m-l-xs {

    margin-left: 5px !important;

}

.m-l-sm {

    margin-left: 10px !important;

}

.m-l {

    margin-left: 15px !important;

}

.m-l-md {

    margin-left: 20px !important;

}

.m-l-lg {

    margin-left: 30px !important;

}

.m-l-xl {

    margin-left: 40px !important;

}

.m-l-xlg {

    margin-left: 50px !important;

}

.m-l-xxl {

    margin-left: 60px !important;

}

.m-l-n-xxs {

    margin-left: -1px !important;

}

.m-l-n-xs {

    margin-left: -5px !important;

}

.m-l-n-sm {

    margin-left: -10px !important;

}

.m-l-n {

    margin-left: -15px !important;

}

.m-l-n-md {

    margin-left: -20px !important;

}

.m-l-n-lg {

    margin-left: -30px !important;

}

.m-l-n-xl {

    margin-left: -40px !important;

}

.m-l-n-xlg {

    margin-left: -50px !important;

}

.m-l-n-xxl {

    margin-left: -60px !important;

}

.m-t-none {

    margin-top: 0 !important;

}

.m-t-xxs {

    margin-top: 1px !important;

}

.m-t-xs {

    margin-top: 5px !important;

}

.m-t-sm {

    margin-top: 10px !important;

}

.m-t {

    margin-top: 15px !important;

}

.m-t-md {

    margin-top: 20px !important;

}

.m-t-lg {

    margin-top: 30px !important;

}

.m-t-xl {

    margin-top: 40px !important;

}

.m-t-xlg {

    margin-top: 50px !important;

}

.m-t-xxl {

    margin-top: 60px !important;

}

.m-t-n-xxs {

    margin-top: -1px !important;

}

.m-t-n-xs {

    margin-top: -5px !important;

}

.m-t-n-sm {

    margin-top: -10px !important;

}

.m-t-n {

    margin-top: -15px !important;

}

.m-t-n-md {

    margin-top: -20px !important;

}

.m-t-n-lg {

    margin-top: -30px !important;

}

.m-t-n-xl {

    margin-top: -40px !important;

}

.m-t-n-xlg {

    margin-top: -50px !important;

}

.m-t-n-xxl {

    margin-top: -60px !important;

}

.m-r-none {

    margin-right: 0 !important;

}

.m-r-xs {

    margin-right: 5px !important;

}

.m-r-sm {

    margin-right: 10px !important;

}

.m-r {

    margin-right: 15px !important;

}

.m-r-md {

    margin-right: 20px !important;

}

.m-r-lg {

    margin-right: 30px !important;

}

.m-r-xl {

    margin-right: 40px !important;

}

.m-r-xlg {

    margin-right: 50px !important;

}

.m-r-xxl {

    margin-right: 60px !important;

}

.m-r-n-xxs {

    margin-right: -1px !important;

}

.m-r-n-xs {

    margin-right: -5px !important;

}

.m-r-n-sm {

    margin-right: -10px !important;

}

.m-r-n {

    margin-right: -15px !important;

}

.m-r-n-md {

    margin-right: -20px !important;

}

.m-r-n-lg {

    margin-right: -30px !important;

}

.m-r-n-xl {

    margin-right: -40px !important;

}

.m-r-n-xlg {

    margin-right: -50px !important;

}

.m-r-n-xxl {

    margin-right: -60px !important;

}

.m-b-none {

    margin-bottom: 0 !important;

}

.m-b-xs {

    margin-bottom: 5px !important;

}

.m-b-sm {

    margin-bottom: 10px !important;

}

.m-b {

    margin-bottom: 15px !important;

}

.m-b-md {

    margin-bottom: 20px !important;

}

.m-b-lg {

    margin-bottom: 30px !important;

}

.m-b-xl {

    margin-bottom: 40px !important;

}

.m-b-xlg {

    margin-bottom: 50px !important;

}

.m-b-xxl {

    margin-bottom: 60px !important;

}

.m-b-n-xxs {

    margin-bottom: -1px !important;

}

.m-b-n-xs {

    margin-bottom: -5px !important;

}

.m-b-n-sm {

    margin-bottom: -10px !important;

}

.m-b-n {

    margin-bottom: -15px !important;

}

.m-b-n-md {

    margin-bottom: -20px !important;

}

.m-b-n-lg {

    margin-bottom: -30px !important;

}

.m-b-n-xl {

    margin-bottom: -40px !important;

}

.m-b-n-xlg {

    margin-bottom: -50px !important;

}

.m-b-n-xxl {

    margin-bottom: -60px !important;

}

/* padding */.p-xs {

    padding: 5px !important;

}

.p-sm {

    padding: 10px !important;

}

.m {

    padding: 15px !important;

}

.p-md {

    padding: 20px !important;

}

.p-lg {

    padding: 30px !important;

}

.p-xl {

    padding: 40px !important;

}

.p-xlg {

    padding: 50px !important;

}

.p-xxl {

    padding: 60px !important;

}

.p-n {

    padding: 0 !important;

}

.p-l-none {

    padding-left: 0 !important;

}

.p-l-xs {

    padding-left: 5px !important;

}

.p-l-sm {

    padding-left: 10px !important;

}

.p-l {

    padding-left: 15px !important;

}

.p-l-md {

    padding-left: 20px !important;

}

.p-l-lg {

    padding-left: 30px !important;

}

.p-l-xl {

    padding-left: 40px !important;

}

.p-l-xlg {

    padding-left: 50px !important;

}

.p-l-xxl {

    padding-left: 60px !important;

}

.p-l-n-xxs {

    padding-left: -1px !important;

}

.p-l-n-xs {

    padding-left: -5px !important;

}

.p-l-n-sm {

    padding-left: -10px !important;

}

.p-l-n {

    padding-left: -15px !important;

}

.p-l-n-md {

    padding-left: -20px !important;

}

.p-l-n-lg {

    padding-left: -30px !important;

}

.p-l-n-xl {

    padding-left: -40px !important;

}

.p-l-n-xlg {

    padding-left: -50px !important;

}

.p-l-n-xxl {

    padding-left: -60px !important;

}

.p-t-none {

    padding-top: 0 !important;

}

.p-t-xxs {

    padding-top: 1px !important;

}

.p-t-xs {

    padding-top: 5px !important;

}

.p-t-sm {

    padding-top: 10px !important;

}

.p-t {

    padding-top: 15px !important;

}

.p-t-md {

    padding-top: 20px !important;

}

.p-t-lg {

    padding-top: 30px !important;

}

.p-t-xl {

    padding-top: 40px !important;

}

.p-t-xlg {

    padding-top: 50px !important;

}

.p-t-xxl {

    padding-top: 60px !important;

}

.p-t-n-xxs {

    padding-top: -1px !important;

}

.p-t-n-xs {

    padding-top: -5px !important;

}

.p-t-n-sm {

    padding-top: -10px !important;

}

.p-t-n {

    padding-top: -15px !important;

}

.p-t-n-md {

    padding-top: -20px !important;

}

.p-t-n-lg {

    padding-top: -30px !important;

}

.p-t-n-xl {

    padding-top: -40px !important;

}

.p-t-n-xlg {

    padding-top: -50px !important;

}

.p-t-n-xxl {

    padding-top: -60px !important;

}

.p-r-none {

    padding-right: 0 !important;

}

.p-r-xs {

    padding-right: 5px !important;

}

.p-r-sm {

    padding-right: 10px !important;

}

.p-r {

    padding-right: 15px !important;

}

.p-r-md {

    padding-right: 20px !important;

}

.p-r-lg {

    padding-right: 30px !important;

}

.p-r-xl {

    padding-right: 40px !important;

}

.p-r-xlg {

    padding-right: 50px !important;

}

.p-r-xxl {

    padding-right: 60px !important;

}

.p-r-n-xxs {

    padding-right: -1px !important;

}

.p-r-n-xs {

    padding-right: -5px !important;

}

.p-r-n-sm {

    padding-right: -10px !important;

}

.p-r-n {

    padding-right: -15px !important;

}

.p-r-n-md {

    padding-right: -20px !important;

}

.p-r-n-lg {

    padding-right: -30px !important;

}

.p-r-n-xl {

    padding-right: -40px !important;

}

.p-r-n-xlg {

    padding-right: -50px !important;

}

.p-r-n-xxl {

    padding-right: -60px !important;

}

.p-b-none {

    padding-bottom: 0 !important;

}

.p-b-xs {

    padding-bottom: 5px !important;

}

.p-b-sm {

    padding-bottom: 10px !important;

}

.p-b {

    padding-bottom: 15px !important;

}

.p-b-md {

    padding-bottom: 20px !important;

}

.p-b-lg {

    padding-bottom: 30px !important;

}

.p-b-xl {

    padding-bottom: 40px !important;

}

.p-b-xlg {

    padding-bottom: 50px !important;

}

.p-b-xxl {

    padding-bottom: 60px !important;

}

.p-b-n-xxs {

    padding-bottom: -1px !important;

}

.p-b-n-xs {

    padding-bottom: -5px !important;

}

.p-b-n-sm {

    padding-bottom: -10px !important;

}

.p-b-n {

    padding-bottom: -15px !important;

}

.p-b-n-md {

    padding-bottom: -20px !important;

}

.p-b-n-lg {

    padding-bottom: -30px !important;

}

.p-b-n-xl {

    padding-bottom: -40px !important;

}

.p-b-n-xlg {

    padding-bottom: -50px !important;

}

.p-b-n-xxl {

    padding-bottom: -60px !important;

}

/* History */.porto-history {

    margin: 25px 0;

    padding: 0;

    clear: both;

}

.porto-history h4 {

    margin: 0 0 -27px 0;

    padding: 0;

}

.porto-history p {

    margin-left: 53px;

}

.porto-history .thumb {

    background: transparent url(../images/history-thumb.png) no-repeat 0 0;

    width: 227px;

    height: 160px;

    margin: 0 0 30px;

    padding: 0;

    float: left;

}

.porto-history .thumb img {

    border-radius: 150px;

    margin: 7px 8px;

    width: 145px;

    height: 145px;

}

.porto-history .featured-box {

    text-align: left;

    margin-left: 225px;

    margin-bottom: 50px;

    min-height: 115px;

}

/* Responsive */@media (max-width: 650px) {

    .porto-history .thumb {

        display: none;

    }

    .porto-history .featured-box {

        margin-left: 0;

    }

}

/* Single Post */.single-post article {

    border-bottom: 0;

    margin-bottom: 0;

}

/* Post Slideshow */.post-slideshow {

    text-align: center;

}

/* Post */.entry-title {

    margin-top: 0;

}

.sub-title {

    text-transform: uppercase;

}

article.post .post-date, .post-item .post-date {

    float: left;

    margin-right: 10px;

    text-align: center;

    width: 40px;

}

article.post .post-date .month, .post-item .post-date .month {

    border-radius: 0 0 2px 2px;

    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;

    color: #fff;

    font-size: 0.9em;

    padding: 0 0 2px;

    display: block;
	text-transform:capitalize;

}

article.post .post-date .day, .post-item .post-date .day {

    background: #d2eaf9;

    border-radius: 2px 2px 0 0;

    display: block;

    font-size: 16px;

    font-weight: 500;

    font-weight: bold;

    padding: 10px 0;

}

article.post .post-date .sticky, .post-item .post-date .sticky {

    background: #62b959;

    border-radius: 2px;

    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;

    color: #fff;

    font-size: 0.9em;

    padding: 2px 0 0;

    margin-top: 5px;

    display: block;

}

article.post .post-date .format, .post-item .post-date .format {

    border-radius: 2px;

    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;

    color: #fff;

    font-size: 1.2857em;

    padding: 0;

    line-height: 40px;

    margin-top: 5px;

}

article.post .read-more, .post-item .read-more {

    display: inline-block;
	color:#FFACC8;

}

article.post h2 a, article.post h4 a {

    text-decoration: none;
	color:#FFACC8;
	

}

article.post .post-meta {

    font-size: 0.9em;

    margin-bottom: 7px;

}

body.single-post article.post .post-meta {

    margin-bottom: 20px;
	color:#4BB8FD;

}

article.post .post-meta > span {

    display: inline-block;

    padding-right: 8px;

}

article.post .post-meta i {

    margin-right: 3px;

}

article.post .post-image {

    margin-bottom: 15px;

}

article.post .post-image.single {

    margin-bottom: 30px;

}

article.post-full, article.post-large {

    margin-left: 60px;

}

article.post-full h2.entry-title, article.post-large h2.entry-title {

    margin-bottom: 5px;

}

article.post-full .post-image, article.post-large .post-image, article.post-full .post-date, article.post-large .post-date {

    margin-left: -60px;

}

@media (max-width: 480px) {

    article.post-full, article.post-large {

        margin-left: 0;

    }

    article.post-full .post-image, article.post-large .post-image, article.post-full .post-date, article.post-large .post-date {

        margin-left: 0;

    }

}

article.post-large-alt {

    margin-left: 60px;

}

article.post-large-alt h2 {

    margin-bottom: 5px;

}

article.post-large-alt .post-date {

    margin-left: -60px;

}

@media (max-width: 480px) {

    article.post-large-alt {

        margin-left: 0;

    }

    article.post-large-alt .post-date {

        margin-left: 0;

    }

    article.post-large-alt .post-image {

        margin-left: 60px;

    }

}

article.post-grid .owl-theme .owl-controls, article.post-timeline .owl-theme .owl-controls {

    margin-top: 5px;

}

article.post-grid .post-image, article.post-timeline .post-image {

    margin-bottom: 5px;

}

article.post-grid .post-image.single, article.post-timeline .post-image.single {

    margin-bottom: 15px;

}

/* Post Block */.post-gap {

    margin: 45px 0 0 0;

}

.post-gap-small {

    margin: 15px 0 0 0;

}

.post-block, .post-share, article.post .comment-respond, article.portfolio .comment-respond {

    border-top: 1px solid #ddd;

    margin: 15px 0 0 0;

    padding: 20px 0 15px 0;

}

.post-block h3, .post-share h3, article.post .comment-respond h3, article.portfolio .comment-respond h3 {

    font-size: 1.8em;

    font-weight: 200;

    margin: 0 0 20px;

}

.post-block h3 i, .post-share h3 i, article.post .comment-respond h3 i, article.portfolio .comment-respond h3 i {

    margin-right: 7px;

}

/* Post Share */.post-share {

    padding-bottom: 0;

}

.post-share h3 {

    display: inline-block;

    margin-bottom: 10px;

    margin-right: 15px;

    margin-top: 5px;

    text-transform: none;

}

.post-share .share-links {

    display: inline-block;

    margin-top: -5px;

}

/* Post Author */.post-author {

    margin: 15px 0 0 0;

}

.post-author img {

    height: auto;

    max-width: 80px;

}

@media (max-width: 767px) {

    .post-author img {

        max-width: 60px;

    }

}

.post-author p {

    font-size: 0.9em;

    line-height: 22px;

    margin: 0;

    padding: 0;

}

.post-author p .name {

    font-size: 1.1em;

}

.post-author p .name a {

    text-decoration: none;

}

.post-author .img-thumbnail {

    display: inline-block;

    float: left;

    margin-right: 20px;

}

@media (max-width: 767px) {

    .post-author .img-thumbnail {

        margin-right: 12px;

    }

}

/* Post Comments */.post-comments {

    margin-top: 45px;

}

ul.comments {

    list-style: none;

    margin: 0;

    padding: 0;

}

ul.comments ul.children {

    padding: 0;

    margin: 0;

    list-style: none;

}

ul.comments ul.children > li, ul.comments > li {

    clear: both;

    padding: 10px 0 0 115px;

}

ul.comments ul.children > li img.avatar, ul.comments > li img.avatar {

    height: auto;

    max-width: 80px;

}

ul.comments ul.children > li a, ul.comments > li a {

    text-decoration: none;

}

ul.comments ul.children > li .img-thumbnail, ul.comments > li .img-thumbnail {

    margin-left: -115px;

    position: absolute;

}

ul.comments ul.children > li .comment-body, ul.comments > li .comment-body {

    margin-bottom: 10px;

}

ul.comments ul.children > li .pull-right span, ul.comments > li .pull-right span {

    margin-left: 5px;

}

ul.comments .comment-arrow {

    border-bottom: 15px solid transparent;

    border-right: 15px solid #f4f4f4;

    left: -15px;

    border-top: 15px solid transparent;

    height: 0;

    position: absolute;

    top: 28px;

    width: 0;

}

ul.comments .comment-block {

    background: #f4f4f4;

    border-radius: 5px;

    padding: 20px 20px 35px;

    position: relative;

}

ul.comments .comment-block p {

    font-size: 0.9em;

    line-height: 21px;

    margin: 0;

    padding: 0;

}

ul.comments .comment-block .comment-by {

    display: block;

    font-size: 1em;

    line-height: 21px;

    margin: 0;

    padding: 0 0 5px 0;

}

ul.comments .comment-block .comment-by span {

    display: inline-block;

    margin-left: 8px;

}

ul.comments .comment-block .date {

    color: #999;

    font-size: 0.9em;

    margin-top: 5px;

}

@media (max-width: 767px) {

    ul.comments ul.children {

        border-left: 8px solid #ddd;

        padding-left: 10px;

    }

    ul.comments ul.children > li, ul.comments > li {

        padding: 0;

    }

    ul.comments ul.children > li .comment-body, ul.comments > li .comment-body {

        background: #f4f4f4;

        border-radius: 5px;

        padding: 10px;

        *zoom: 1;

    }

    ul.comments ul.children > li .comment-body:before, ul.comments > li .comment-body:before, ul.comments ul.children > li .comment-body:after, ul.comments > li .comment-body:after {

        content: " ";

        display: table;

    }

    ul.comments ul.children > li .comment-body:after, ul.comments > li .comment-body:after {

        clear: both;

    }

    ul.comments ul.children > li .img-thumbnail, ul.comments > li .img-thumbnail {

        margin: 0 12px 10px 0;

        float: left;

        position: static;

    }

    ul.comments ul.children > li img.avatar, ul.comments > li img.avatar {

        max-width: 60px;

    }

    ul.comments .comment-block {

        position: static;

        padding: 0;

    }

    ul.comments .comment-arrow {

        display: none;

    }

}

/* Leave a Comment */article .comment-respond {

    margin-top: 25px;

    padding-top: 45px;

    padding-bottom: 0;

}

article .comment-respond h3 {

    margin: 0 0 40px;

}

article .comment-respond input[type="submit"] {

    font-size: 1.2857em;

    padding: 0.5556em 0.8889em;

    border-radius: 7px;

    line-height: 1.33;

}

article #cancel-comment-reply-link {

    margin-left: 10px;

}

/* Related Posts */.related-posts {

    margin-top: 35px;

}

.related-posts h3 {

    font-weight: 200;

}

.post-carousel .post-slide {

    *zoom: 1;

}

.post-carousel .post-slide:before, .post-carousel .post-slide:after {

    content: " ";

    display: table;

}

.post-carousel .post-slide:after {

    clear: both;

}

.post-carousel h4 {

    margin-bottom: 7px;

}

.post-carousel.owl-theme .owl-controls {

    margin-top: 0;

}

.post-carousel .post-item {

    margin: 0 10px;

}

.post-carousel .post-item .post-date {

    margin: 3px 10px 8px 0;

    float: left;

}

.post-carousel .post-item .post-excerpt {

    margin-bottom: 10px;
	text-align:justify;
	font-size:12.5px;

}

.post-item-small {

    margin: 0 10px;

    padding: 15px 0;

    *zoom: 1;

    border-top: 1px solid #ececec;

}

.post-item-small:before, .post-item-small:after {

    content: " ";

    display: table;

}

.post-item-small:after {

    clear: both;

}

.post-item-small:first-child {

    padding-top: 0;

    border-top-width: 0;

}

.post-item-small .post-image {

    margin: 0 10px 0 0;

    float: left;

}

.post-item-small .post-image img {

    width: 50px;

    height: auto;

}

.post-item-small .post-date {

    font-size: 0.9286em;

}

.entry-content {

    margin: 30px 0;

}

/* Posts */.blog-posts {

    position: relative;

    *zoom: 1;

}

.blog-posts:before, .blog-posts:after {

    content: " ";

    display: table;

}

.blog-posts:after {

    clear: both;

}

.blog-posts article {

    border-bottom: 1px solid #ddd;

    margin-bottom: 50px;

    padding-bottom: 10px;

}

.blog-posts article h2.show-content {

    margin-bottom: 25px;

}

.blog-posts .pagination {

    margin: -10px 0 20px;

}

/* Pagination */.pagination, .page-links {

    font-size: 0.9286em;

    float: right;

    margin: 20px 0 0;

    *zoom: 1;

}

.pagination:before, .page-links:before, .pagination:after, .page-links:after {

    content: " ";

    display: table;

}

.pagination:after, .page-links:after {

    clear: both;

}

.pagination > a, .page-links > a, .pagination > span, .page-links > span {

    border: 1px solid #ccc;

    border-radius: 3px;

    margin: 0 0 5px 5px;

    float: left;

    display: inline-block;

    padding: 0 0.5em;

    line-height: 2.1em;

    min-width: 2.2em;

    height: 2.2em;

    text-decoration: none;

    text-align: center;

    vertical-align: top;

}

.pagination span.dots, .page-links span.dots {

    border-width: 0;

    min-width: 0;

    padding: 0;

}

.pagination a:hover, .page-links a:hover, .pagination a:focus, .page-links a:focus, .pagination span.current, .page-links span.current {

    color: #fff;

}

.pagination .prev, .page-links .prev, .pagination .previouspagelink, .page-links .previouspagelink, .pagination .next, .page-links .next, .pagination .nextpostslink, .page-links .nextpostslink {

    text-indent: -9999px;

    width: 2.2em;

    overflow: hidden;

    position: relative;

}

.pagination .prev:before, .page-links .prev:before, .pagination .previouspagelink:before, .page-links .previouspagelink:before, .pagination .next:before, .page-links .next:before, .pagination .nextpostslink:before, .page-links .nextpostslink:before {

    font-family: "FontAwesome";

    position: absolute;

    top: 1px;

    left: 0;

    right: 0;

    text-indent: 0;

}

.pagination .prev:before, .page-links .prev:before, .pagination .previouspagelink:before, .page-links .previouspagelink:before {

    content: "\f0d9";

}

.pagination .next:before, .page-links .next:before, .pagination .nextpagelink:before, .page-links .nextpagelink:before {

    content: "\f0da";

}

.infinite-container .pagination, .infinite-container .page-links {

    display: none;

}

/* Post pages */.page-links {

    float: none;

    *zoom: 1;

}

.page-links:before, .page-links:after {

    content: " ";

    display: table;

}

.page-links:after {

    clear: both;

}

.page-links .screen-reader-text {

    display: none !important;

}

.page-links .page-links-title {

    border-width: 0;

    margin: 0;

    padding: 0;

}

/* Grid */.blog-posts article.post-grid {

    border-width: 0;

    margin-bottom: 30px;

    padding-bottom: 0;

}

.posts-grid .grid-box {

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);

    border-radius: 4px;

    padding: 10px;

    position: relative;

    z-index: 1;

    border: 1px solid #e5e5e5;

    background: #fff;

}

.posts-grid .grid-box .img-thumbnail {

    border-radius: 0;

    padding: 0;

    border: 0;

}

.posts-grid .grid-box .img-thumbnail img {

    border-radius: 0;

    padding: 0;

    border: 0;

}

.posts-grid .grid-box .thumb-info {

    float: left;

    margin-bottom: -5px;

}

.posts-grid .grid-box .owl-carousel {

    border-radius: 0;

    padding: 0;

    border: 0;

    box-shadow: none;

}

.posts-grid .grid-box .owl-carousel .owl-wrapper-outer {

    border-radius: 0;

}

@media (max-width: 480px) {

    .posts-grid .post {

        position: static !important;

        width: 100%;

    }

}

.blog-share {

    margin-bottom: 25px;

}

.blog-share .share-links a {

    margin: 0.2857em 0 0.2857em 0.5714em;

}

/* Portfolio */article.portfolio .portfolio-image.single {

    margin-bottom: 30px;

}

article.portfolio h2 a, article.portfolio h4 a {

    text-decoration: none;

}

.portfolio-image {

    margin-bottom: 15px;

}

.portfolio-slideshow {

    text-align: center;

}

.portfolio-title {

    margin-bottom: -15px;

}

.portfolio-title a {

    display: inline-block;

}

.portfolio-title .fa {

    font-size: 2.5em;

}

.portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all {

    margin-top: 11px;

}

.portfolio-title .portfolio-nav {

    text-align: right;

}

.portfolio-title .portfolio-nav a {

    width: 40%;

}

.portfolio-title .portfolio-nav-all .fa {

    font-size: 2.7em;

}

.portfolio-title .fa-angle-right {

    text-align: right;

}

.portfolio-title .portfolio-nav-prev {

    text-align: left;

}

/* Portfolio Info */.portfolio-info {

    margin: 2px 0 10px;

    float: right;

}

.portfolio-info ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.portfolio-info ul li {

    display: inline-block;

    color: #b1b1b1;

    border-right: 1px solid #e6e6e6;

    padding-right: 8px;

    margin-right: 8px;

    font-size: 0.9em;

}

.portfolio-info ul li:last-child {

    border-right: 0;

    padding-right: 0;

    margin-right: 0;

}

.portfolio-info ul li a {

    cursor: pointer;

    text-decoration: none;

    color: #b1b1b1;

}

.portfolio-info ul li a:hover .fa-heart, .portfolio-info ul li a.linked .fa-heart {

    color: #e53f51;

}

.portfolio-info ul li .fa {

    margin-right: 4px;

}

/* Related Portfolios */.related-portfolios {

    margin-top: 35px;

}

.related-portfolios h3 {

    font-weight: 200;

}

.portfolio-carousel .portfolio-slide {

    *zoom: 1;

}

.portfolio-carousel .portfolio-slide:before, .portfolio-carousel .portfolio-slide:after {

    content: " ";

    display: table;

}

.portfolio-carousel .portfolio-slide:after {

    clear: both;

}

.portfolio-carousel .portfolio-item {

    margin: 0 10px 20px;

}

.portfolio-carousel.owl-theme .owl-controls {

    margin-top: 0;

}

.portfolio-item-small {

    float: left;

    margin: 0 0 8px;

    padding: 0 4px;

    width: 33.3333%;

    max-width: 92px;

}

.portfolio-item-small:first-child {

    padding-top: 0;

    border-top-width: 0;

}

.portfolio-item-small .portfolio-image {

    margin: 0;

}

.portfolio-item-small .portfolio-image img {

    width: 100%;

    height: auto;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

    filter: gray;

    -webkit-filter: grayscale(100%);

}

.portfolio-item-small .portfolio-image img:hover {

    filter: none;

    -webkit-filter: none;

}

/* Portfolio List */ul.portfolio-list {

    list-style: none;

    margin: 0;

    padding: 0;

}

ul.portfolio-list .portfolio-item {

    margin-bottom: 35px;

}

/* Portfolio Details */ul.portfolio-details {

    list-style: none;

    padding: 0;

    margin: 0 0 0 5px;

    font-size: 0.9em;

}

ul.portfolio-details li {

    padding: 0;

    margin: 0 0 20px;

}

ul.portfolio-details p {

    padding: 0;

    margin: 0;

}

ul.portfolio-details blockquote {

    padding: 0 0 0 10px;

    margin: 15px 0 0;

    color: #999;

}

ul.portfolio-details ul.list-skills li {

    margin-right: 10px;

    margin-bottom: 5px;

}

ul.portfolio-details.inline li {

    display: inline-block;

    margin-right: 20px;

}

ul.portfolio-details.inline li strong {

    margin-right: 5px;

}

ul.portfolio-details.inline li ul, ul.portfolio-details.inline li .share-links {

    display: inline-block;

}

ul.portfolio-details.inline li.pull-right {

    margin-right: 0;

}

/* Portfolio Page */.page-portfolios.portfolios-full .portfolio, .page-portfolios.portfolios-large .portfolio, .page-portfolios.portfolios-medium .portfolio {

    border-bottom: 1px solid #ddd;

    margin-bottom: 50px;

    padding-bottom: 10px;

}

.portfolio-row {

    position: relative;

    margin: 0 -10px;

}

.portfolio-row .portfolio {

    float: left;

    padding: 0 10px;

    margin-bottom: 20px;

}

.portfolio-row .portfolio .thumbnail {

    margin-bottom: 0;

}

.portfolios-grid .portfolio-row .portfolio .thumbnail, .portfolios-timeline .portfolio-row .portfolio .thumbnail {

    margin: 0 auto;

    max-width: 100%;

    display: inline-block;

}

.portfolio-row .portfolio .thumbnail .zoom {

    z-index: 1;

}

.portfolio-row .portfolio .thumb-info-action .thumb-info-action-icon {

    z-index: 1;

}

.portfolios-grid .portfolio-row .portfolio {

    text-align: center;

}

.portfolios-grid .portfolio-row .portfolio .thumb-info {

    text-align: left;

}

.portfolio-row.full {

    margin: 0;

}

.portfolio-row.full .portfolio {

    padding: 0;

    margin: 0 !important;

    line-height: 0;

}

.portfolio-row.full .portfolio .thumbnail {

    padding: 0;

    border: none;

    border-radius: 0;

    line-height: 1.42857;

}

.portfolio-row.full .portfolio .thumbnail img {

    border-radius: 0;

}

.portfolio-row.full .portfolio .thumbnail .thumb-info-title {

    background: transparent;

    bottom: auto;

    right: 0;

    left: 0;

    top: 35%;

    text-align: center;

    opacity: 0;

    filter: alpha(opacity=0);

}

.portfolio-row.full .portfolio .thumbnail .thumb-info-type {

    float: none;

}

.portfolio-row.full .portfolio .thumbnail:hover .thumb-info-title {

    top: 42%;

    opacity: 1;

    filter: alpha(opacity=100);

}

.portfolio-row .portfolio-col-2 {

    width: 50%;

}

@media (max-width: 480px) {

    .portfolio-row .portfolio-col-2 {

        width: 100%;

    }

}

.portfolio-row .portfolio-col-3 {

    width: 33.3333%;

}

@media (max-width: 767px) {

    .portfolio-row .portfolio-col-3 {

        width: 50%;

    }

}

@media (max-width: 480px) {

    .portfolio-row .portfolio-col-3 {

        width: 100%;

    }

}

.portfolio-row .portfolio-col-4 {

    width: 25%;

}

@media (max-width: 991px) {

    .portfolio-row .portfolio-col-4 {

        width: 33.3333%;

    }

}

@media (max-width: 767px) {

    .portfolio-row .portfolio-col-4 {

        width: 50%;

    }

}

@media (max-width: 480px) {

    .portfolio-row .portfolio-col-4 {

        width: 100%;

    }

}

.portfolio-row.portfolio-row-5 {

    margin: 0 -10px;

}

.portfolio-row .portfolio-col-5 {

    width: 20%;

    padding: 0 10px;

}

.portfolio-row .portfolio-col-5.portfolio {

    margin-bottom: 20px;

}

@media (max-width: 991px) {

    .portfolio-row .portfolio-col-5 {

        width: 25%;

    }

}

@media (max-width: 767px) {

    .portfolio-row .portfolio-col-5 {

        width: 33.3333%;

    }

}

@media (max-width: 480px) {

    .portfolio-row .portfolio-col-5 {

        width: 50%;

    }

}

.portfolio-row.portfolio-row-6 {

    margin: 0 -8px;

}

.portfolio-row .portfolio-col-6 {

    width: 16.6666%;

    padding: 0 8px;

}

.portfolio-row .portfolio-col-6.portfolio {

    margin-bottom: 16px;

}

@media (max-width: 1199px) {

    .portfolio-row .portfolio-col-6 {

        width: 20%;

    }

}

@media (max-width: 991px) {

    .portfolio-row .portfolio-col-6 {

        width: 25%;

    }

}

@media (max-width: 767px) {

    .portfolio-row .portfolio-col-6 {

        width: 33.3333%;

    }

}

@media (max-width: 480px) {

    .portfolio-row .portfolio-col-6 {

        width: 50%;

    }

}

@media (max-width: 1199px) {

    .column2 .portfolio-row .portfolio-col-4 {

        width: 33.3333%;

    }

}

@media (max-width: 767px) {

    .column2 .portfolio-row .portfolio-col-4 {

        width: 50%;

    }

}

@media (max-width: 480px) {

    .column2 .portfolio-row .portfolio-col-4 {

        width: 100%;

    }

}

.column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {

    width: 20%;

}

@media (max-width: 1199px) {

    .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {

        width: 25%;

    }

}

@media (max-width: 767px) {

    .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {

        width: 33.3333%;

    }

}

@media (max-width: 480px) {

    .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {

        width: 50%;

    }

}

.portfolios-timeline .thumbnail {

    border: 0;

    padding: 0;

    margin-bottom: 0;

    border-radius: 0;

}

.portfolios-timeline .thumbnail img {

    border-radius: 0;

}

.portfolios-timeline section.timeline .timeline-box .thumb-info {

    float: none;

    margin-bottom: 0;

}

/* Responsive */@media (max-width: 991px) {

    .portfolio-nav, .portfolio-nav-all {

        display: none;

    }

}

/* Filters */.sort-source > li > a {

    cursor: pointer;

}

/* Member */article.member .member-image.single {

    margin-bottom: 30px;

}

article.member h2 a, article.member h4 a {

    text-decoration: none;

}

.member-container-top {

    padding-top: 35px;

}

.member-container-bottom {

    padding-bottom: 35px;

}

.member-image {

    margin-bottom: 15px;

}

.member-slideshow {

    text-align: center;

}

.member-title {

    margin-bottom: -10px;

}

.member-title a {

    display: inline-block;

}

.member-title .fa {

    font-size: 2.5em;

}

.member-share-links {

    padding: 15px 0;

    border-top: 1px solid #ddd;

}

.member-share-links a {

    border-radius: 500px;

}

.member-row {

    position: relative;

    margin: 0 -10px;

}

.member-row .member {

    float: left;

    width: 25%;

    padding: 0 10px;

    margin-bottom: 20px;

}

.member-row .member .thumbnail {

    margin: 0 auto;

}

@media (max-width: 767px) {

    .member-row .member .thumbnail {

        border: none;

        padding: 0;

    }

}

.member-row .member .thumb-info-social-icons {

    margin: 0 10px;

}

.member-row .member .thumb-info-social-icons.share-links a {

    margin: 0.2857em;

    border-radius: 500px;

}

.member-row .member .thumbnail .zoom {

    z-index: 1;

}

@media (max-width: 991px) {

    .member-row .member {

        width: 33.3333%;

    }

}

@media (max-width: 767px) {

    .member-row .member {

        width: 50%;

    }

}

@media (max-width: 480px) {

    .member-row .member {

        width: 100%;

    }

}

.column2 .member-row .member {

    width: 33.3333%;

}

@media (max-width: 767px) {

    .column2 .member-row .member {

        width: 50%;

    }

}

@media (max-width: 480px) {

    .column2 .member-row .member {

        width: 100%;

    }

}

/* Related Members, Products */.related-members, .related.products {

    margin-top: 35px;

}

.related-members h3, .related.products h3 {

    font-weight: 200;

}

.member-carousel .member-slide {

    *zoom: 1;

}

.member-carousel .member-slide:before, .member-carousel .member-slide:after {

    content: " ";

    display: table;

}

.member-carousel .member-slide:after {

    clear: both;

}

.member-carousel .member-item {

    margin: 0 10px 20px;

}

@media (max-width: 767px) {

    .member-carousel .member-item {

        border: none;

        padding: 0;

    }

}

.member-carousel .member-item .zoom {

    z-index: 1;

}

.member-carousel.owl-theme .owl-controls {

    margin-top: 0;

}

.member-carousel .thumb-info-social-icons {

    margin: 0 10px;

}

.member-carousel .thumb-info-social-icons.share-links a {

    margin: 0.2857em;

    border-radius: 500px;

}

/* Page Slideshow */.page-slideshow {

    text-align: center;

}

.page-meta > * {

    display: block;

}

.page-share {

    margin: 15px 0 30px;

    padding: 20px 0 0;

}

.page-share h3 {

    display: inline-block;

    font-size: 1.8em;

    font-weight: 200;

    margin: 5px 15px 10px;

    text-transform: none;

}

.page-share h3 i {

    margin-right: 7px;

}

.page-share .share-links {

    display: inline-block;

    margin-top: -5px;

}

/* Woocommerce alert */.woocommerce-error {

    padding-left: 20px;

}

.woocommerce-message .wc-forward {

    margin-right: 10px;

}

/* Shop Table */.shop_table {

    border-collapse: separate;

    border-spacing: 0;

    border: 1px solid #dcdcdc;

    border-radius: 5px;

    width: 100%;

    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

}

.shop_table th, .shop_table td {

    text-align: left;

    padding: 10px;

}

.shop_table td, .shop_table tbody th, .shop_table tfoot th {

    border-left: 1px solid #dcdcdc;

    border-top: 1px solid #ddd;

}

.shop_table td:first-child, .shop_table tbody th:first-child, .shop_table tfoot th:first-child {

    border-left: none;

}

.shop_table th {

    background: #f6f6f6;

}

.shop_table td.actions {

    padding: 20px 10px;

}

.shop_table thead tr:first-child th:first-child, .shop_table thead tr:first-child td:first-child {

    border-radius: 5px 0 0 0;

}

.shop_table thead tr:first-child th:last-child, .shop_table thead tr:first-child td:last-child {

    border-radius: 0 5px 0 0;

}

.shop_table thead tr:first-child th:only-child, .shop_table thead tr:first-child td:only-child {

    border-radius: 5px 5px 0 0;

}

.shop_table tfoot tr:last-child th:first-child, .shop_table tfoot tr:last-child td:first-child {

    border-radius: 0 0 0 5px;

}

.shop_table tfoot tr:last-child th:last-child, .shop_table tfoot tr:last-child td:last-child {

    border-radius: 0 0 5px 0;

}

.shop_table tfoot tr:last-child th:only-child, .shop_table tfoot tr:last-child td:only-child {

    border-radius: 0 0 5px 5px;

}

@media (max-width: 767px) {

    .shop_table.responsive thead {

        display: none;

    }

    .shop_table.responsive tr {

        border-top: 1px solid #ddd;

        display: block;

        padding: 10px 0;

        position: relative;

    }

    .shop_table.responsive tr:first-child {

        border-top: none;

    }

    .shop_table.responsive tfoot tr:first-child {

        border-top: 1px solid #ddd;

    }

    .shop_table.responsive tfoot th {

        border: none;

    }

    .shop_table.responsive td, .shop_table.responsive th {

        background: transparent;

        text-align: center;

        display: block;

        padding: 5px 10px;

        border: none;

    }

    .shop_table.responsive td.product-remove, .shop_table.responsive th.product-remove {

        position: absolute;

        right: 0;

        top: 12px;

    }

    .shop_table.responsive td.product-thumbnail, .shop_table.responsive th.product-thumbnail {

        padding-top: 10px;

    }

}

.featured-box .shop_table {

    box-shadow: none;

    border: none;

}

.featured-box .shop_table th {

    background: transparent;

    border-bottom: none;

}

.featured-box .shop_table th:first-child, .featured-box .shop_table th:last-child, .featured-box .shop_table th:only-child {

    border-radius: 0;

}

.featured-box .shop_table td {

    border-left: none;

}

.featured-box .shop_table tr:last-child td:first-child, .featured-box .shop_table tr:last-child td:last-child, .featured-box .shop_table tr:last-child td:only-child {

    border-radius: 0;

}

.featured-box .shop_table .product-remove .remove {

    font-size: 30px;

    font-weight: 800;

    text-decoration: none;

}

.featured-box .shop_table .quantity {

    margin: 0;

    width: auto;

}

.featured-box .shop_table .quantity input.qty {

    border-radius: 0;

    border-color: #c8bfc6;

    width: 57px;

    height: 35px;

    padding: 0 4px;

}

.featured-box .shop_table .quantity.buttons_added input.qty {

    width: 129px;

    padding: 0 39px;

}

.featured-box .shop_table .quantity .minus, .featured-box .shop_table .quantity .plus {

    background-color: #f4f4f4;

    border-color: #c8bfc6;

    width: 35px;

    height: 35px;

}

.featured-box .shop_table .quantity .minus {

    left: 0;

    top: 0;
   
   color:#1c5b7e;

}

.featured-box .shop_table .quantity .plus {

    left: 94px;

    top: 0;
   
    color:#1c5b7e;

}

.featured-box .shop_table .coupon {

    margin-top: 16px;

    width: 50%;

}

.featured-box .shop_table .coupon label {

    display: none;

}

.featured-box .shop_table .coupon #coupon_code {

    max-width: 280px;

}

.featured-box .shop_table .actions {

    margin-top: 8px;

    padding-bottom: 10px;

}

.featured-box .shop_table .actions input {

    margin-bottom: 15px;

}

@media (max-width: 991px) {

    .featured-box .shop_table .coupon {

        width: 100%;

    }

    .featured-box .shop_table .pt-left, .featured-box .shop_table .pt-right {

        float: none !important;

        text-align: center;

    }

}

/* Layout */.col2-set {

    *zoom: 1;

    margin: 0 -10px;

}

.col2-set:before, .col2-set:after {

    content: " ";

    display: table;

}

.col2-set:after {

    clear: both;

}

.col2-set .col-1 {

    float: left;

    width: 50%;

    padding: 0 10px;

}

.col2-set .col-2 {

    float: right;

    width: 50%;

    padding: 0 10px;

}

@media (max-width: 991px) {

    .col2-set .col-1, .col2-set .col-2 {

        float: none;

        width: 100%;

    }

}

.chosen-container-single .chosen-single, .woocommerce-checkout .form-row .chosen-container-single .chosen-single {

    background-image: none;

    background: #fff;

    border-color: #ccc;

    border-radius: 3px;

    height: 34px;

    line-height: 28px;

    padding: 3px 8px;

}

.chosen-container-active.chosen-with-drop .chosen-single {

    border-color: #ccc;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.chosen-container-single .chosen-single div b, .woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {

    background-position: 0 7px !important;

}

.chosen-container-active.chosen-with-drop .chosen-single div b, .woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b {

    background-position: -18px 7px !important;

}

.select2-container .select2-choice {

    background-image: none;

    background: #fff;

    border-color: #ccc;

    border-radius: 3px;

    height: 34px;

    line-height: 28px;

    padding: 3px 8px;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.select2-container-active .select2-choice {

    border-color: #ccc;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.select2-drop, .select2-drop-active {

    border-color: #ccc;

    margin-top: -2px;

}

.select2-drop .select2-search, .select2-drop-active .select2-search {

    padding-top: 4px;

}

.select2-drop .select2-results, .select2-drop-active .select2-results {

    background: #fff;

    font-size: 0.9em;

}

.select2-drop .select2-results li, .select2-drop-active .select2-results li {

    line-height: 20px;

}

.form-row {

    margin-bottom: 15px;

    vertical-align: top;

}

.form-row label {

    display: block;

}

.form-row label.checkbox {

    display: inline-block;

}

.form-row label.inline {

    display: inline;

}

.form-row .required {

    border: none;

    cursor: default;

    color: #c10000;

}

.form-row input[type="email"], .form-row input[type="number"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="tel"], .form-row input[type="text"], .form-row input[type="url"], .form-row input[type="color"], .form-row input[type="date"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="month"], .form-row input[type="time"], .form-row input[type="week"], .form-row select, .form-row textarea {

    background: #fff;

    width: 100%;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.form-row-wide {

    width: 100%;

}

.form-row-first {

    float: left;

    width: 48%;

}

@media (max-width: 767px) {

    .form-row-first {

        float: none;

        width: 100%;

    }

}

.form-row-last {

    float: right;

    width: 48%;

}

@media (max-width: 767px) {

    .form-row-last {

        float: none;

        width: 100%;

    }

}

/* Header Title */header.title {

    position: relative;

}

header.title .edit {

    position: absolute;

    right: 0;

    top: 0;

}

.woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-alert, .woocommerce-checkout .woocommerce-message {

    margin-top: 10px;

}

form.global-login .featured-box {

    margin-top: 0;

}

form.global-login label.inline {

    display: inline-block;

    margin: 0;

    vertical-align: middle;

}

form.global-login #rememberme {

    margin-left: 10px;

}

.wcml-switcher {

    position: relative;

}

.wcml-switcher h5 {

    cursor: pointer !important;

}

.wcml-switcher li.loading {

    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;

    display: inline-block !important;

    position: absolute !important;

    z-index: 1;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    opacity: 0.3;

    filter: alpha(opacity=30);

    cursor: wait;

}

p.demo_store {

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0;

    width: 100%;

    font-size: 1em;

    padding: 1em 0;

    text-align: center;

    background-color: #000;

    color: #fff;

    z-index: 99998;

    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);

}

.star-rating {

    cursor: pointer;

    float: none;

    position: relative;

    font-family: 'Elusive-Icons';

    font-size: 1em;

    height: 1em;

    line-height: 1em;

    overflow: hidden;

    position: relative;

    width: 5.4em;

    letter-spacing: 0.1em;

    text-align: left;

}

.star-rating:before {

    color: #ddd;

    color: rgba(0, 0, 0, 0.13);

    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";

    float: left;

    left: 0;

    position: absolute;

    top: 0;

}

.star-rating span {

    float: left;

    left: 0;

    overflow: hidden;

    padding-top: 1.5em;

    position: absolute;

    top: 0;

}

.star-rating span:before {

    color: #ffc600;

    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";

    left: 0;

    position: absolute;

    top: 0;

}

.price, td.product-price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal {

    color: #C00;

    line-height: 1;

    font-size: 2.1em;

}

.price .price, td.product-price .price, td.product-subtotal .price, td.product-total .price, td.order-total .price, tr.cart-subtotal .price {

    font-size: 1em;

}

.price .currency, td.product-price .currency, td.product-subtotal .currency, td.product-total .currency, td.order-total .currency, tr.cart-subtotal .currency, .price .decimal, td.product-price .decimal, td.product-subtotal .decimal, td.product-total .decimal, td.order-total .decimal, tr.cart-subtotal .decimal {

    font-size: 0.75em;

    font-weight: 400;

}

.price .currency .decimal, td.product-price .currency .decimal, td.product-subtotal .currency .decimal, td.product-total .currency .decimal, td.order-total .currency .decimal, tr.cart-subtotal .currency .decimal {

    font-size: 1em;

}

.price .amount, td.product-price .amount, td.product-subtotal .amount, td.product-total .amount, td.order-total .amount, tr.cart-subtotal .amount {

    vertical-align: middle;


}

.price ins, td.product-price ins, td.product-subtotal ins, td.product-total ins, td.order-total ins, tr.cart-subtotal ins {

    display: inline-block;

    text-decoration: none;

    vertical-align: baseline;

}

.price del, td.product-price del, td.product-subtotal del, td.product-total del, td.order-total del, tr.cart-subtotal del, .price .from, td.product-price .from, td.product-subtotal .from, td.product-total .from, td.order-total .from, tr.cart-subtotal .from {

    display: inline-block;

    color: #1c5b7e;

    font-size: 0.8em;

    margin-right: 0.2143em;

    vertical-align: baseline;

}

td.product-price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal {

    color: inherit;

    font-size: inherit;

    line-height: inherit;

}

div.quantity {

    display: inline-block;

    position: relative;

    width: 4.1429em;

    margin-right: 0.8571em;

}

div.quantity .qty {

    -moz-appearance: textfield;

    text-align: center;

    width: 2.5em;

    height: 2.7143em;

    padding-left: 0;

    padding-right: 0;

}

div.quantity .minus, div.quantity .plus {

    background: transparent;

    position: absolute;

    left: 2.8571em;

    width: 1.1428em;

    height: 1.1428em;

    line-height: 1;

    border: 1px solid #ccc;

    border-radius: 3px;

    padding: 0;

    outline: none;

}

div.quantity .plus {

    top: 0;

}

div.quantity .minus {

    bottom: 0;

}

.product-image {

    display: block;

    position: relative;

    background: #fff;

    /*border: 1px solid #D8DDE0;*/

    width: 100%;

    padding: 0.2381em;

}

.product-image:hover {

    z-index: 1;

}

.product-image .inner {

    overflow: hidden;

    position: relative;

}

.product-image img {

    border-radius: 5px;

    display: inline-block;

    width: 100%;

    height: auto;

    -webkit-transition: opacity 0.3s ease-in-out 0s;

    -moz-transition: opacity 0.3s ease-in-out 0s;

    transition: opacity 0.3s ease-in-out 0s;

}

.product-image .labels {

    line-height: 1;

    color: #fff;

    font-weight: 600;

    text-transform: uppercase;

}

.product-image .labels .onhot, .product-image .labels .onsale {

    position: absolute;

    z-index: 1;
    font-size: 12px;
    padding: 2em 1.3em;

}

.product-image .labels .onhot {

    background: #62b959;

    left: 0.8em;

}

.product-image .labels .onsale {

	background:url(http://www.ebabyusa.net/ebaby-peru/wp-content/uploads/2016/03/oferta-nueva.png);
        right: 1.7em;
	background-repeat: no-repeat;

}

.product-image .labels .viewcart {

    font-size: 1.8em;

    background: #fff;

    border-radius: 50%;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 1;

    text-align: center;

    width: 2.2em;

    height: 2.2em;

    line-height: 2.1em;

    display: none;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.product-image .labels .viewcart:before {

    font-family: "minicart-font" !important;

    font-style: normal !important;

    font-weight: normal !important;

    font-variant: normal !important;

    text-transform: none !important;

    speak: none;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: "\e800";

    font-size: 0.9em;

    vertical-align: top;

}

.product-image .labels .viewcart:hover {

    color: #fff;

}

.product-image .labels .tooltip {

    font-weight: normal;

    text-transform: none;

    white-space: nowrap;

    z-index: 100;

}

.product-image .stock {

    position: absolute;

    z-index: 1;

    background: #d3dae3;

    color: #fff;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 10em;

    height: 3em;

    line-height: 3em;

    margin: auto;

    font-weight: 600;

    text-transform: uppercase;

    text-align: center;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.add-links .add_to_cart_read_more, .add-links .add_to_cart_button, .yith-wcwl-add-to-wishlist a, .add-links .quickview {

    position: relative;

    display: inline-block;

    cursor: pointer;

    font-size: inherit;

    height: 2.2em;

    line-height: 2.2em;

    text-decoration: none;

    text-align: center;

    vertical-align: top;

    border-radius: 5px !important;

    text-shadow: none;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.add-links .add_to_cart_read_more:before, .add-links .add_to_cart_button:before, .yith-wcwl-add-to-wishlist a:before, .add-links .quickview:before {

    display: inline-block;

    font-family: "FontAwesome";

}

.add-links .add_to_cart_read_more:hover, .add-links .add_to_cart_button:hover, .yith-wcwl-add-to-wishlist a:hover, .add-links .quickview:hover, .add-links .add_to_cart_read_more:focus, .add-links .add_to_cart_button:focus, .yith-wcwl-add-to-wishlist a:focus, .add-links .quickview:focus {

    color: #fff;

    text-decoration: none;

}

.add-links .add_to_cart_button, .add-links .add_to_cart_read_more {

    background: transparent;

    border-radius: 5px;

    padding: 0 0.7143em;

    line-height: 2.0571em;

    z-index: 1;

    border: 1px solid #1c5b7e;
	background:#1c5b7e;

    color: #fff;

    white-space: nowrap;

    text-shadow: none;

}

.add-links .add_to_cart_button:before, .add-links .add_to_cart_read_more:before {

    margin-right: 0.5714em;

}

ul.products li.product:hover .add-links .add_to_cart_button, ul.products li.product:hover .add-links .add_to_cart_read_more {

    color: #fff;

}

.add-links .add_to_cart_button:before {

    content: "\f046";

}

.add-links .add_to_cart_button.product_type_simple:before {

    content: "\f07a";

}

.add-links .add_to_cart_button.loading:after {

    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;

    border-radius: 5px;

    opacity: 0.5;

    filter: alpha(opacity=50);

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    content: "";

}

.add-links .add_to_cart_read_more:before {

    content: "\f090";

}

.yith-wcwl-add-to-wishlist {

    margin-top: 0;

    line-height: 1;

    vertical-align: top;

}

.yith-wcwl-add-to-wishlist > div {

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.yith-wcwl-add-to-wishlist a {

    width: 2.2em;

    padding: 0;

    border: 1px solid #4bb8fd;

    color: #4bb8fd;

    text-indent: -9999em;

}

.yith-wcwl-add-to-wishlist a:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

}

.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus {

    background-color: #ed4949;

}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {

    content: "\f08a";

}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {

    content: "\f004";

}

.yith-wcwl-add-to-wishlist .feedback {

    display: none !important;

}

.yith-wcwl-add-to-wishlist span.ajax-loading {

    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;

    display: inline-block !important;

    position: absolute;

    border: 1px solid #ed4949;

    border-radius: 5px;

    top: 0;

    left: 0;

    padding: 0 !important;

    width: 2.2em !important;

    height: 2.2em !important;

    z-index: 10;

    margin: 0 !important;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.yith-wcwl-add-to-wishlist span.ajax-loading:hover {

    background-color: #ed4949;

}

.yith-wcwl-add-to-wishlist + .clear {

    display: none;

}

.add-links .quickview {

    position: relative;

    width: 2.2em;

    padding: 0;

    border: 1px solid #4bb8fd;

    background: transparent;

    color: #4bb8fd;

    text-indent: -9999em;

}

.add-links .quickview:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    content: "\f06e";

}

.add-links .quickview:hover, .add-links .quickview:focus {

    background-color: #4bb8fd;

    border-color: #4bb8fd;

}

.add-links .quickview.loading:after {

    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;

    opacity: 0.5;

    filter: alpha(opacity=50);

    position: absolute;

    border-radius: 5px;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    content: "";

}

#comments h2 {

    margin-top: 0;
	color:#777777;

}

.commentlist {

    list-style: none;

    margin: 15px 0;

    padding: 0;

    *zoom: 1;

}

.commentlist:before, .commentlist:after {

    content: " ";

    display: table;

}

.commentlist:after {

    clear: both;

}

.commentlist li {

    clear: both;

    margin-bottom: 20px;

}

.commentlist li:last-child {

    margin-bottom: 0;

}

@media (max-width: 480px) {

    .commentlist li .comment_container {

        background: #f5f7f7;

        border-radius: 5px;

        padding: 10px 10px 15px;

    }

}

.commentlist li .comment-text {

    background: #f5f7f7;

    border-radius: 5px;

    padding: 20px 20px 30px;

    position: relative;

}

@media (max-width: 480px) {

    .commentlist li .comment-text {

        padding: 0;

        background: transparent;

    }

}

.commentlist li .comment-text p {

    font-size: 0.9em;

    line-height: 21px;

    margin: 0;

    padding: 0;

}

.commentlist li .comment-text .meta {

    font-size: 1em;

    margin: 0;

}

.commentlist li .comment-text .meta strong {

    display: inline-block;

    line-height: 21px;

    margin: 0;

    padding: 0 0 5px 0;

}

@media (max-width: 480px) {

    .commentlist li .comment-text .meta strong {

        display: block;

        padding-bottom: 0;

    }

}

.commentlist li .comment-text .meta time {

    color: #999;

    font-size: 0.9em;

}

.comment-reply-title {

    font-size: 1.4em;

    font-weight: 400;

    letter-spacing: normal;

    line-height: 27px;

    margin: 0 0 14px 0;
	color:#777777;

}

.comment-form label {

    display: block;

}

.comment-form input[type="email"], .comment-form input[type="number"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="color"], .comment-form input[type="date"], .comment-form input[type="datetime"], .comment-form input[type="datetime-local"], .comment-form input[type="month"], .comment-form input[type="time"], .comment-form input[type="week"], .comment-form select, .comment-form textarea {

    width: 100%;

}

.comment-form-rating label {

    display: inline-block;

    margin-right: 10px;

    margin-bottom: 0;

}

.comment-form-rating .stars {

    display: inline-block;

    position: relative;

    top: -0.5em;

    white-space: nowrap;

}

.comment-form-rating .stars span a {

    position: absolute;

    top: 0;

    left: 0;

    font-size: 16px;

    text-indent: -9999em;

    -webkit-transition: all 0.2s ease 0s;

    -moz-transition: all 0.2s ease 0s;

    transition: all 0.2s ease 0s;

    text-decoration: none;

}

.comment-form-rating .stars span a:before {

    font-family: "Elusive-Icons";

    color: #ffc600;

    content: "";

    position: absolute;

    left: 0;

    height: 24px;

    text-indent: 0;

    letter-spacing: 1px;

}

.comment-form-rating .stars span a:hover:before {

    color: #fa0;

}

.comment-form-rating .stars .star-1 {

    z-index: 10;

}

.comment-form-rating .stars .star-1:before {

    width: 17px;

}

.comment-form-rating .stars .star-1:hover:before, .comment-form-rating .stars .star-1.active:before {

    content: "\f1fe";

}

.comment-form-rating .stars .star-2 {

    z-index: 9;

}

.comment-form-rating .stars .star-2:before {

    width: 34px;

}

.comment-form-rating .stars .star-2:hover:before, .comment-form-rating .stars .star-2.active:before {

    content: "\f1fe" "\f1fe";

}

.comment-form-rating .stars .star-3 {

    z-index: 8;

}

.comment-form-rating .stars .star-3:before {

    width: 51px;

}

.comment-form-rating .stars .star-3:hover:before, .comment-form-rating .stars .star-3.active:before {

    content: "\f1fe" "\f1fe" "\f1fe";

}

.comment-form-rating .stars .star-4 {

    z-index: 7;

}

.comment-form-rating .stars .star-4:before {

    width: 68px;

}

.comment-form-rating .stars .star-4:hover:before, .comment-form-rating .stars .star-4.active:before {

    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe";

}

.comment-form-rating .stars .star-5 {

    z-index: 6;

}

.comment-form-rating .stars .star-5:before {

    content: "\f1fd" "\f1fd" "\f1fd" "\f1fd" "\f1fd";

}

.comment-form-rating .stars .star-5:hover:before, .comment-form-rating .stars .star-5.active:before {

    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";

}

#yith-wcwl-popup-message {

    border: 3px solid #ccc;

    background: #fff;

    font-weight: 600;

    line-height: 1.5;

    padding: 15px 20px;

    width: 250px;

    margin-left: -125px !important;

}

.product_title {

    color: #1c5b7e;
    font-size: 1.9em;
    margin-bottom: 0.3571em;
	text-transform:uppercase;
	font-weight:600;	

}

.woocommerce-product-rating {

    color: #bdbdbd;

    margin-bottom: 1.4286em;

}

.woocommerce-product-rating .star-rating {

    font-size: 1.2857em;

    display: inline-block;

    vertical-align: top;

    margin-right: 0.7143em;

}

.woocommerce-product-rating .review-link {

    display: inline-block;

}

.woocommerce-product-rating .review-link a:first-child {

    padding-left: 0;

}

.woocommerce-product-rating a {

    color: #bdbdbd;

    display: inline-block;

    vertical-align: bottom;

    padding: 0 0.7143em;

}

.woocommerce-product-rating a:hover, .woocommerce-product-rating a:active {

    color: #888;

}

.woocommerce-product-rating.noreview a {

    padding: 0;

}

.product-summary-wrap {

    /*.compare.button {

 width: auto;

 text-indent: 0;

 padding-left: 2.8em;

 margin-bottom: 1em;

 border: none;

 background: transparent;

 color: inherit;

 border-radius: 0;

 &:before {

 border: 1px solid #52b9b5;

 color: #52b9b5;

 border-radius: $border-normal;

 width: 2em;

 top: 0;

 bottom: 0;

 }

 &:hover {

 color: #52b9b5;

 &:before {

 color: #fff;

 background-color: #52b9b5;

 }

 }

 &.loading:after {

 width: 2.2em;

 border: 1px solid #52b9b5;

 }

 > * {

 width: 2.2em !important;

 right: auto;

 border: 1px solid #52b9b5 !important;

 border-radius: $border-normal;

 }

 }*/

}

.product-summary-wrap .summary-before, .product-summary-wrap .summary {

    margin-bottom: 3em;

}

.product-summary-wrap .summary {

    margin-right: -4px;

    padding-right: 14px;

}

.product-summary-wrap .description {

    margin-bottom: 1.7857em;

    font-size: 13px;

}

.product-summary-wrap .description p {


    font-size:13px;
    margin-bottom: 0;
	color:#777474;
	

}

.widget .widgettitle, .widget .widget-title, .widget .widgettitle a, .widget .widget-title a {

    margin-bottom: 0.5556em;
	color:#1c5b7e;
	font-size:15px;


}

.product-summary-wrap .cart {

 border-top: 1px solid #ebebeb;

    border-bottom: 1px solid #ebebeb;

    padding: 0.4em 0;

    margin-bottom: 0.4em;

}

.product-summary-wrap .quantity {

    vertical-align: top;

}

.product-summary-wrap .single_add_to_cart_button {

    height: 2.7143em;

    padding: 0 2.1429em;

    text-shadow: none;

}

@media (max-width: 991px) {

    .product-summary-wrap .single_add_to_cart_button {

        padding: 0 1.4286em;

    }

}

@media (max-width: 480px) {

    .product-summary-wrap .single_add_to_cart_button {

        padding: 0 0.7143em;

    }

}

.product-summary-wrap .single_add_to_cart_button:before {

    display: inline-block;

    content: "\f07a";

    font-family: "FontAwesome";

    margin-right: 0.7143em;

}

.product-summary-wrap a.single_add_to_cart_button {

    line-height: 2.5714em;

}

.product-summary-wrap .stock {

    font-size: 1.1429em;

    font-weight: 600;

}

.product-summary-wrap .yith-wcwl-add-to-wishlist {

    margin-right: 1em;

    margin-bottom: 1em;

    position: relative;

}

.product-summary-wrap .yith-wcwl-add-to-wishlist a {

    width: auto;

    text-indent: 0;

    overflow: visiable;

    padding-left: 2.8em;

    border: none;

    background: transparent;

    color: inherit;

    border-radius: 0;
	font-family:Arial, Helvetica, sans-serif;
background:#4bb8fd;
color:#fff;
padding:0px 30px 20px 30px;

}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:before {

    

    color: #4bb8fd;

    border-radius: 5px;

    width: 2em;

    top: 0;

    bottom: 0;

}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover {

    color: #626060;

}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover:before {

    color: #4bb8fd;
	border-color:#4bb8fd;


}

.product-summary-wrap .product_meta {

    margin: 1.2143em 0 0;

}

.product-summary-wrap .product_meta span span, .product-summary-wrap .product_meta span a {

    dispaly: inline-block;

}

.product-summary-wrap .share-links {

    margin: 2.2143em 0 0;

}

.product-summary-wrap .posted_in, .product-summary-wrap .sku_wrapper, .product-summary-wrap .tags {

    display: block;

    margin-bottom: 0.5em;

}

.product-summary-wrap .share-links {

    margin-bottom: 1.0714em;

}

.product-summary-wrap #product-tab {

    margin-bottom: 1.7857em;

}

.product-summary-wrap #product-tab .description {

    margin-bottom: 0;

}

.product-summary-wrap #product-tab hr {

    display: none;

}

#product-tab {

    margin-bottom: 3em;

}

#reviews .commentlist li {

    position: relative;

    padding-left: 115px;

}

@media (max-width: 480px) {

    #reviews .commentlist li {

        padding-left: 0;

    }

}

#reviews .commentlist li .img-thumbnail {

    position: absolute;

    left: 0;

    top: 0;

}

#reviews .commentlist li .img-thumbnail img {

    max-width: 80px;

    height: auto;

}

@media (max-width: 480px) {

    #reviews .commentlist li .img-thumbnail {

        position: static;

        margin: 0 12px 10px 0;

        float: left;

    }

    #reviews .commentlist li .img-thumbnail img {

        max-width: 60px;

    }

}

#reviews .commentlist li .comment-text {

    min-height: 90px;

}

#reviews .commentlist li .comment-text:before {

    content: "";

    border-bottom: 15px solid transparent;

    border-right: 15px solid #f5f7f7;

    left: -15px;

    border-top: 15px solid transparent;

    height: 0;

    position: absolute;

    top: 28px;

    width: 0;

}

@media (max-width: 480px) {

    #reviews .commentlist li .comment-text:before {

        display: none;

    }

}

#reviews .commentlist li .star-rating {

    float: right;

}

@media (max-width: 480px) {

    #reviews .commentlist li .star-rating {

        float: none;

    }

}

div.products {

    margin-bottom: 3em;

}

.summary-before {

    margin-left: 4px;

}

@media (max-width: 767px) {

    .summary-before {

        max-width: 462px;

    }

}

.summary-before .labels {

    position: relative;

    line-height: 1;

    color: #fff;

    text-transform: uppercase;

    margin-top: 0;

    margin-bottom: 0;

    margin-left: -6px;

    margin-right: -6px;

}

.summary-before .labels .onhot, .summary-before .labels .onsale {

    position: absolute;

    z-index: 1;
    padding: 1.2em 0.7em;
  font-size:25px;

	

}

.summary-before .labels .onhot {

    background: #62b959;

    left: 0.8em;

}

.summary-before .labels .onsale {
	background:url(http://www.ebabyusa.net/ebaby-peru/wp-content/uploads/2016/02/oferta.png);
    right: 0.7em;
	background-repeat: no-repeat;


}

.summary-before .images {

    padding: 0 4px 1px;

    overflow: hidden;

}

.summary-before .ms-container {

    background: #fff;

    border: 1px solid #d3dae3;

    padding: 3px;

    margin-top: 0;

    margin-bottom: 8px;

    margin-left: -4px;

    margin-right: -4px;

}

.summary-before .ms-slide {

    -webkit-transform-style: inherit;

    -moz-transform-style: inherit;

    -ms-transform-style: inherit;

    -o-transform-style: inherit;

    transform-style: inherit;

}

.summary-before .ms-slide .ms-lightbox-btn {

    display: none;

}

.summary-before .ms-lightbox-btn {

    color: #fff;

    cursor: pointer;

    display: block;

    border-radius: 100%;

    position: absolute;

    bottom: 4px;

    right: 4px;

    line-height: 28px;

    width: 30px;

    height: 30px;

    text-align: center;

    text-decoration: none;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.6s ease-in-out 0s;

    -moz-transition: opacity 0.6s ease-in-out 0s;

    transition: opacity 0.6s ease-in-out 0s;

}

.summary-before .ms-lightbox-btn:before {

    content: "\f002";

    font-family: "FontAwesome";

}

.summary-before .ms-container:hover .ms-lightbox-btn {

    opacity: 1;

    filter: alpha(opacity=100);

}

.summary-before .master-slider.hide-ms-nav .ms-container .ms-nav-next, .summary-before .master-slider.hide-ms-nav .ms-container .ms-nav-prev {

    display: none;

}

.summary-before .master-slider .ms-container .ms-nav-next, .summary-before .master-slider .ms-container .ms-nav-prev {

    position: absolute;

    cursor: pointer;

    font-size: 1em;

    margin-top: -15px;

    width: 30px;

    height: 30px;

    z-index: 110;

    top: 50%;

    text-align: center;

}

.summary-before .master-slider .ms-container .ms-nav-next:before, .summary-before .master-slider .ms-container .ms-nav-prev:before {

    font-family: "FontAwesome";

    line-height: 30px;

    font-size: 1.7143em;

}

.summary-before .master-slider .ms-container .ms-nav-prev {

    right: auto;

    left: 0;

}

.summary-before .master-slider .ms-container .ms-nav-prev:before {

    content: "\f053";

}

.summary-before .master-slider .ms-container .ms-nav-next {

    right: 0;

    left: auto;

}

.summary-before .master-slider .ms-container .ms-nav-next:before {

    content: "\f054";

}

.summary-before .ms-thumb-list {

    position: relative;

    width: auto;

    margin-left: -8px;

    margin-right: -8px;

}

.summary-before .ms-thumb-list:hover .ms-thumblist-fwd, .summary-before .ms-thumb-list:hover .ms-thumblist-bwd {

    opacity: 1;

    filter: alpha(opacity=100);

}

.summary-before .ms-thumb-frame {

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 7px;

    padding: 4px;

    margin: 0 4px;

}

.summary-before .ms-thumb-frame:last-child {

    margin-right: 0;

}

.summary-before .ms-thumblist-fwd, .summary-before .ms-thumblist-bwd {

    position: absolute;

    cursor: pointer;

    margin-top: -10px;

    width: 20px;

    height: 20px;

    z-index: 110;

    top: 50%;

    text-align: center;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.2s ease-in-out 0s;

    -moz-transition: opacity 0.2s ease-in-out 0s;

    transition: opacity 0.2s ease-in-out 0s;

}

.summary-before .ms-thumblist-fwd:before, .summary-before .ms-thumblist-bwd:before {

    font-family: "FontAwesome";

    line-height: 20px;

    font-size: 1em;

}

.summary-before .ms-thumblist-fwd {

    right: 5px;

}

.summary-before .ms-thumblist-fwd:before {

    content: "\f054";

}

.summary-before .ms-thumblist-bwd {

    left: 5px;

}

.summary-before .ms-thumblist-bwd:before {

    content: "\f053";

}

.product-images {

    direction: ltr;

}

.variations td > br {

    display: none;

}

.variations .label {

    font-size: 1em;

    color: inherit;

    text-align: left;

}

.variations .reset_variations {

    display: block;

    padding: 1em 0;

    text-decoration: none;

}

.variations select {

    margin-top: -5px;

    margin-bottom: 15px;

}

.variations tr:first-child td {

    padding-top: 5px;

}

.variations tr:first-child td label {

    padding-top: 10px;

}

.variations tr:last-child select {

    margin-bottom: 0;

}

.single_variation_wrap .price {

    display: block;

}

.wcml_currency_switcher {

    margin-bottom: 15px;

}

.woocommerce-ordering, .woocommerce-pagination, .gridlist-toggle {

    font-size: 0.9286em;

}

.gridlist-toggle {

    float: left;

    vertical-align: top;

}

.gridlist-toggle > a {

    border: 1px solid #ccc;

    border-radius: 3px;

    color: #ccc;

    display: inline-block;

    font-family: "Elusive-Icons";

    width: 2.2em;

    height: 2.2em;

    line-height: 2.15em;

    margin-right: 4px;

    text-decoration: none;

    text-align: center;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.gridlist-toggle > a:before {

    font-size: 1.231em;

}

.gridlist-toggle > a:hover, .gridlist-toggle > a:focus, .gridlist-toggle > a.active {

    color: #fff;

}

.gridlist-toggle #grid:before {

    content: "\f20b";

}

.gridlist-toggle #list:before {

    content: "\f20a";

}

.woocommerce-ordering select, .woocommerce-viewing select {

    padding: 0 0 0 0.22em;

    margin-left: 7px;

    height: 2.2em;

}

.woocommerce-viewing {

    display: inline-block;

    vertical-align: top;

}

.woocommerce-pagination {

    position: relative;

    text-align: right;

}

.woocommerce-pagination ul {

    display: inline-block;

    white-space: nowrap;

    padding: 0;

    margin: 0 0 0 10px;

    clear: both;

}

.woocommerce-pagination ul li {

    float: left;

    margin-left: 5px;

    display: inline;

    padding: 0;

}

.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {

    border: 1px solid #ccc;

    border-radius: 3px;

    display: block;

    margin: 0 0 5px;

    padding: 0 0.5em;

    line-height: 2.1em;

    min-width: 2.2em;

    height: 2.2em;

    text-decoration: none;

    text-align: center;

}

.woocommerce-pagination ul li span.dots {

    border-width: 0;

    min-width: 0;

    padding: 0;

}

.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li span.current {

    color: #fff;

}

.woocommerce-pagination ul li .prev, .woocommerce-pagination ul li .next {

    text-indent: -9999px;

    width: 2.2em;

    position: relative;

}

.woocommerce-pagination ul li .prev:before, .woocommerce-pagination ul li .next:before {

    font-family: "FontAwesome";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    text-indent: 0;

}

.woocommerce-pagination ul li .prev:before {

    content: "\f0d9";

}

.woocommerce-pagination ul li .next:before {

    content: "\f0da";

}

.shop-loop-before, .shop-loop-after {

    font-size: 13px;

}

.shop-loop-before label, .shop-loop-after label {

    margin-bottom: 0;

    vertical-align: middle;

}

.shop-loop-before .woocommerce-ordering, .shop-loop-before .woocommerce-pagination > *, .shop-loop-before .gridlist-toggle {

    margin-bottom: 15px;

}

.shop-loop-before .woocommerce-ordering {

    float: left;

    margin-right: 20px;

}

@media (max-width: 767px) {

    .shop-loop-before .woocommerce-ordering, .column2 .shop-loop-before .woocommerce-ordering {

        text-align: right;

        margin-right: 0;

        float: none;

    }

}

@media (max-width: 991px) {

    .shop-loop-before .woocommerce-viewing {

        position: absolute;

        top: -2.2em;

        right: 0;

        margin-top: -15px;

    }

}

@media (max-width: 1199px) {

    .column2 .shop-loop-before .woocommerce-viewing {

        position: absolute;

        top: -2.2em;

        right: 0;

        margin-top: -15px;

    }

}

.shop-loop-before .woocommerce-pagination {

    margin-bottom: -10px;

    float: right;

}

@media (max-width: 991px) {

    .shop-loop-before .woocommerce-pagination {

        clear: both;

        float: none;

        margin-top: 15px;

        text-align: center;

    }

}

@media (max-width: 1199px) {

    .column2 .shop-loop-before .woocommerce-pagination {

        clear: both;

        float: none;

        margin-top: 15px;

        text-align: center;

    }

}

@media (max-width: 767px) {

    .shop-loop-before .woocommerce-pagination, .column2 .shop-loop-before .woocommerce-pagination {

        text-align: center;

    }

}

@media (max-width: 991px) {

    .shop-loop-before .woocommerce-pagination ul {

        margin-left: -5px;

    }

}

@media (max-width: 1199px) {

    .column2 .shop-loop-before .woocommerce-pagination ul {

        margin-left: -5px;

    }

}

.shop-loop-after {

    text-align: center;

}

.shop-loop-after .woocommerce-pagination {

    text-align: center;

}

.shop-loop-after .woocommerce-pagination > * {

    margin-bottom: 15px;

}

.category-image {

    width: 100%;

    border-radius: 6px;

    margin-bottom: 20px;

}

.products ul, ul.products {

    margin: 0 0 1em;

    padding: 0;

    list-style: none outside;

    *zoom: 1;

}

.products ul:before, ul.products:before, .products ul:after, ul.products:after {

    content: " ";

    display: table;

}

.products ul:after, ul.products:after {

    clear: both;

}

.products ul li, ul.products li {

    list-style: none outside;

}

ul.products li.product, ul.products li.product-category {

    float: left;

    margin-bottom: 1.4286em;

    position: relative;

    text-align: center;

}

ul.products li.product.first, ul.products li.product-category.first {

    clear: both;

}

ul.products li.product .product-image, ul.products li.product-category .product-image {

    margin-bottom: 1em;

    min-height: 90px;

    /*.img-effect {

 img {

 position: relative;

 left: 0;

 }

 .hover-image {

 margin-right: -100%;

 }

 }

 &:hover {

 .img-effect {

 img {

 left: -100%;

 }

 }

 }*/

}

ul.products li.product .product-image .img-effect img, ul.products li.product-category .product-image .img-effect img {

    position: relative;

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.products li.product .product-image .img-effect .hover-image, ul.products li.product-category .product-image .img-effect .hover-image {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    opacity: 0;

    filter: alpha(opacity=0);

}

ul.products li.product .product-image:hover .img-effect img, ul.products li.product-category .product-image:hover .img-effect img {

    opacity: 0;

    filter: alpha(opacity=0);

}

ul.products li.product .product-image:hover .img-effect .hover-image, ul.products li.product-category .product-image:hover .img-effect .hover-image {

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.products li.product h3, ul.products li.product-category h3 {

    font-size: 1em;

    line-height: 1.35;

    margin-bottom: 0.7143em;
	color:#777474;

}

ul.products li.product h3 a, ul.products li.product-category h3 a {

    font-size: 1em;

    text-decoration: none;

}

ul.products li.product .rating-wrap, ul.products li.product-category .rating-wrap {

    font-size: 0.8571em;

    margin: 0 auto 1.2em;

    height: 1px;

    position: relative;

    display: table;

}

ul.products li.product .rating-wrap .rating-after, ul.products li.product-category .rating-wrap .rating-after, ul.products li.product .rating-wrap .rating-before, ul.products li.product-category .rating-wrap .rating-before {

    display: table-cell;

    width: 50%;

    height: 1px;

    vertical-align: middle;

}

ul.products li.product .rating-wrap .rating-after .rating-line, ul.products li.product-category .rating-wrap .rating-after .rating-line, ul.products li.product .rating-wrap .rating-before .rating-line, ul.products li.product-category .rating-wrap .rating-before .rating-line {

    display: block;

    height: 1px;

    width: 100%;

    margin-top: 1px;

}

ul.products li.product .rating-wrap .rating-before .rating-line, ul.products li.product-category .rating-wrap .rating-before .rating-line {

    background-image: - webkit-linear-gradient(-270 - right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);

    background-image: linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);

}

ul.products li.product .rating-wrap .rating-after .rating-line, ul.products li.product-category .rating-wrap .rating-after .rating-line {

    background-image: - webkit-linear-gradient(-270 - left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);

    background-image: linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);

}

ul.products li.product .rating-wrap .rating-content, ul.products li.product-category .rating-wrap .rating-content {

    display: table-cell;

}

ul.products li.product .rating-wrap .star-rating, ul.products li.product-category .rating-wrap .star-rating, ul.products li.product .rating-wrap .star-rating span, ul.products li.product-category .rating-wrap .star-rating span {

    width: 6.7em;

    margin-right: -2px;

}

ul.products li.product .rating-wrap .star-rating:before, ul.products li.product-category .rating-wrap .star-rating:before, ul.products li.product .rating-wrap .star-rating span:before, ul.products li.product-category .rating-wrap .star-rating span:before {

    left: 0.6em;

}

ul.products li.product .description, ul.products li.product-category .description {

    display: none;

    margin-top: 1.5em;

}

ul.products li.product .description p, ul.products li.product-category .description p {

    margin-bottom: 1em;

    line-height: 1.5714em;

}

ul.products li.product .price, ul.products li.product-category .price {

    display: block;

    font-size: 1.2em;

    margin-top: -0.25em;

    margin-bottom: 0.75em;

}

ul.products li.product .add-links, ul.products li.product-category .add-links {

    display: inline-block;

    position: relative;

    margin-bottom: 1.0714em;

}

ul.products li.product .add-links .tooltip-inner, ul.products li.product-category .add-links .tooltip-inner {

    white-space: nowrap;

}

ul.products li.product .add-links .add_to_cart_read_more, ul.products li.product-category .add-links .add_to_cart_read_more, ul.products li.product .add-links .add_to_cart_button, ul.products li.product-category .add-links .add_to_cart_button {

    -webkit-transition: none;

    -moz-transition: none;

    transition: none;

    float: left;

}

ul.products li.product .add-links .added_to_cart, ul.products li.product-category .add-links .added_to_cart {

    display: none;

}

ul.products li.product .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-category .add-links .yith-wcwl-add-to-wishlist > div {

    left: 0;

}

ul.products li.product .add-links .quickview, ul.products li.product-category .add-links .quickview {

    right: 0;

}

ul.products li.product .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-category .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product .add-links .quickview, ul.products li.product-category .add-links .quickview {

    position: absolute;

    top: 0;

    opacity: 0;

    filter: alpha(opacity=0);

    visibility: hidden;

}

ul.products li.product .links-on-image, ul.products li.product-category .links-on-image {

    height: 0;

}

ul.products li.product .links-on-image .add-links-wrap, ul.products li.product-category .links-on-image .add-links-wrap {

    display: none;

}

ul.products li.product .links-on-image .add-links-wrap .add-links, ul.products li.product-category .links-on-image .add-links-wrap .add-links {

    font-size: 1em;

    display: block;

    text-align: left;

    position: static;

    margin-bottom: 0;

}

ul.products li.product .links-on-image .add-links-wrap .add-links > *, ul.products li.product-category .links-on-image .add-links-wrap .add-links > * {

    position: relative;

    z-index: 2;

    display: none;

    opacity: 0;

    filter: alpha(opacity=0);

}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more, ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product .links-on-image .add-links-wrap .add-links .quickview, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {

    background: transparent;

    border-radius: 5px !important;

    margin-top: -3em;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more {

    float: left;

    margin-left: 0.8em;

    text-indent: -9999em;

    width: 2.2em;

    padding: 0;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button:before, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button:before, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:before, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    margin-right: auto;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button:hover, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:hover {

    color: #fff;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist, ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist {

    float: right;

    margin-right: 0.8em;

    position: relative;

    margin-bottom: -3px;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div {

    display: inline-block;

    position: relative;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

    visibility: visible;

    left: auto;

    top: auto;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {

    font-size: 0.9em;

    position: absolute;

    top: -1px;

    right: -1px;

    left: auto !important;

    width: auto;

    height: auto;

    line-height: 1;

    margin: 0;

    padding: 0.7937em;

    text-indent: 0;

    border-radius: 0 7px 0 7px !important;

    background: #52b9b5;

    color: #fff;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

    visibility: visible;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:before, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:before {

    position: static;

    margin-right: 0.5714em;

}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:hover {

    background: #64c0bd;

}

ul.products li.product.show-links-onimage .add-links-wrap, ul.products li.product-category.show-links-onimage .add-links-wrap {

    display: none;

}

ul.products li.product.show-links-onimage .links-on-image .add-links-wrap, ul.products li.product-category.show-links-onimage .links-on-image .add-links-wrap {

    display: block;

}

ul.products li.product.hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist > div {

    left: -2.8em;

}

ul.products li.product.hover .add-links .quickview, ul.products li.product:hover .add-links .quickview {

    right: -2.8em;

}

ul.products li.product.hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product.hover .add-links .quickview, ul.products li.product:hover .add-links .quickview {

    opacity: 1;

    filter: alpha(opacity=100);

    visibility: visible;

}

ul.products li.product.hover .add-links.no-effect .add_to_cart_read_more, ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more, ul.products li.product.hover .add-links.no-effect .add_to_cart_button, ul.products li.product:hover .add-links.no-effect .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

ul.products li.product.hover .add-links.no-effect .add_to_cart_read_more:before, ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more:before, ul.products li.product.hover .add-links.no-effect .add_to_cart_button:before, ul.products li.product:hover .add-links.no-effect .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

ul.products li.product.hover .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product:hover .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product.hover .links-on-image .add-links-wrap .add-links .add_to_cart_read_more, ul.products li.product:hover .links-on-image .add-links-wrap .add-links .add_to_cart_read_more, ul.products li.product.hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist, ul.products li.product:hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist, ul.products li.product.hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product:hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div {

    display: inline-block;

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.products li.product:hover .product-image .labels .viewcart.added {

    display: block;

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.products li.product:hover .links-on-image .add-links-wrap .add-links .quickview {

    display: inline-block;

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.pcols-lg-8 {

    margin: 0 -3px;

}

ul.pcols-lg-8 li.product, ul.pcols-lg-8 li.product-category {

    width: 12.5%;

    padding: 0 3px;

}

ul.pwidth-lg-8 .product-image {

    font-size: 0.8em;

}

ul.pwidth-lg-8 .add-links {

    font-size: 0.85em;

}

ul.pwidth-lg-8 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-8 li.product.hover .add_to_cart_button, ul.pwidth-lg-8 li.product:hover .add_to_cart_button {

    text-indent: -9999em;

    width: 2.2em;

    padding: 0;

}

ul.pwidth-lg-8 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-8 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-8 li.product:hover .add_to_cart_button:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    margin-right: auto;

}

ul.pcols-lg-7 {

    margin: 0 -3px;

}

ul.pcols-lg-7 li.product, ul.pcols-lg-7 li.product-category {

    width: 14.2857%;

    padding: 0 3px;

}

ul.pwidth-lg-7 .product-image {

    font-size: 0.8em;

}

ul.pwidth-lg-7 .add-links {

    font-size: 0.9em;

}

ul.pwidth-lg-7 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-7 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-7 li.product.hover .add_to_cart_button, ul.pwidth-lg-7 li.product:hover .add_to_cart_button {

    text-indent: -9999em;

    width: 2.2em;

    padding: 0;

}

ul.pwidth-lg-7 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-7 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-7 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-7 li.product:hover .add_to_cart_button:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    margin-right: auto;

}

ul.pcols-lg-6 {

    margin: 0 -6px;

}

ul.pcols-lg-6 li.product, ul.pcols-lg-6 li.product-category {

    width: 16.6667%;

    padding: 0 6px;

}

ul.pwidth-lg-6 .product-image {

    font-size: 0.9em;

}

ul.pwidth-lg-6 .add-links {

    font-size: 1em;

}

ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-6 li.product.hover .add_to_cart_button, ul.pwidth-lg-6 li.product:hover .add_to_cart_button {

    text-indent: -9999em;

    width: 2.2em;

    padding: 0;

}

ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-6 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-6 li.product:hover .add_to_cart_button:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    margin-right: auto;

}

ul.pcols-lg-5 {

    margin: 0 -8px;

}

ul.pcols-lg-5 li.product, ul.pcols-lg-5 li.product-category {

    width: 20%;

    padding: 0 8px;

}

ul.pwidth-lg-5 .product-image {

    font-size: 1em;

}

ul.pwidth-lg-5 .add-links {

    font-size: 1em;

}

ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-5 li.product.hover .add_to_cart_button, ul.pwidth-lg-5 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-5 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-5 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

ul.pcols-lg-4 {

    margin: 0 -10px;

}

ul.pcols-lg-4 li.product, ul.pcols-lg-4 li.product-category {

    width: 25%;

    padding: 0 10px;

}

ul.pwidth-lg-4 .product-image {

    font-size: 1em;

}

ul.pwidth-lg-4 .add-links {

    font-size: 1em;

}

ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-4 li.product.hover .add_to_cart_button, ul.pwidth-lg-4 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-4 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-4 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

ul.pcols-lg-3 {

    margin: 0 -12px;

}

ul.pcols-lg-3 li.product, ul.pcols-lg-3 li.product-category {

    width: 33.3333%;

    padding: 0 12px;

}

ul.pwidth-lg-3 .product-image {

    font-size: 1.2em;

}

ul.pwidth-lg-3 .add-links {

    font-size: 1em;

}

ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-3 li.product.hover .add_to_cart_button, ul.pwidth-lg-3 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-3 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-3 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

ul.pcols-lg-2 {

    margin: 0 -15px;

}

ul.pcols-lg-2 li.product, ul.pcols-lg-2 li.product-category {

    width: 50%;

    padding: 0 15px;

}

ul.pwidth-lg-2 .product-image {

    font-size: 1.5em;

}

ul.pwidth-lg-2 .add-links {

    font-size: 1em;

}

ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more, ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more, ul.pwidth-lg-2 li.product.hover .add_to_cart_button, ul.pwidth-lg-2 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-2 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-2 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

@media (max-width: 1199px) {

    ul.pcols-md-6 {

        margin: 0 -3px;

    }

    ul.pcols-md-6 li.product, ul.pcols-md-6 li.product-category {

        width: 16.6667%;

        padding: 0 3px;

    }

    ul.pwidth-md-6 .product-image {

        font-size: 0.8em;

    }

    ul.pwidth-md-6 .add-links {

        font-size: 0.85em;

    }

    ul.pwidth-md-6 li.product.hover .add_to_cart_read_more, ul.pwidth-md-6 li.product:hover .add_to_cart_read_more, ul.pwidth-md-6 li.product.hover .add_to_cart_button, ul.pwidth-md-6 li.product:hover .add_to_cart_button {

        text-indent: -9999em;

        width: 2.2em;

        padding: 0;

    }

    ul.pwidth-md-6 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-6 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-6 li.product.hover .add_to_cart_button:before, ul.pwidth-md-6 li.product:hover .add_to_cart_button:before {

        position: absolute;

        left: 0;

        right: 0;

        text-indent: 0;

        font-size: 1.1em;

        margin-right: auto;

    }

    ul.pcols-md-5 {

        margin: 0 -6px;

    }

    ul.pcols-md-5 li.product, ul.pcols-md-5 li.product-category {

        width: 20%;

        padding: 0 6px;

    }

    ul.pwidth-md-5 .product-image {

        font-size: 0.9em;

    }

    ul.pwidth-md-5 .add-links {

        font-size: 0.95em;

    }

    ul.pwidth-md-5 li.product.hover .add_to_cart_read_more, ul.pwidth-md-5 li.product:hover .add_to_cart_read_more, ul.pwidth-md-5 li.product.hover .add_to_cart_button, ul.pwidth-md-5 li.product:hover .add_to_cart_button {

        text-indent: -9999em;

        width: 2.2em;

        padding: 0;

    }

    ul.pwidth-md-5 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-5 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-5 li.product.hover .add_to_cart_button:before, ul.pwidth-md-5 li.product:hover .add_to_cart_button:before {

        position: absolute;

        left: 0;

        right: 0;

        text-indent: 0;

        font-size: 1.1em;

        margin-right: auto;

    }

    ul.pcols-md-4 {

        margin: 0 -8px;

    }

    ul.pcols-md-4 li.product, ul.pcols-md-4 li.product-category {

        width: 25%;

        padding: 0 8px;

    }

    ul.pwidth-md-4 .product-image {

        font-size: 1em;

    }

    ul.pwidth-md-4 .add-links {

        font-size: 1em;

    }

    ul.pwidth-md-4 li.product.hover .add_to_cart_read_more, ul.pwidth-md-4 li.product:hover .add_to_cart_read_more, ul.pwidth-md-4 li.product.hover .add_to_cart_button, ul.pwidth-md-4 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    ul.pwidth-md-4 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-4 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-4 li.product.hover .add_to_cart_button:before, ul.pwidth-md-4 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

    ul.pcols-md-3 {

        margin: 0 -10px;

    }

    ul.pcols-md-3 li.product, ul.pcols-md-3 li.product-category {

        width: 33.3333%;

        padding: 0 10px;

    }

    ul.pwidth-md-3 .product-image {

        font-size: 1.15em;

    }

    ul.pwidth-md-3 .add-links {

        font-size: 1em;

    }

    ul.pwidth-md-3 li.product.hover .add_to_cart_read_more, ul.pwidth-md-3 li.product:hover .add_to_cart_read_more, ul.pwidth-md-3 li.product.hover .add_to_cart_button, ul.pwidth-md-3 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    ul.pwidth-md-3 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-3 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-3 li.product.hover .add_to_cart_button:before, ul.pwidth-md-3 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

    ul.pcols-md-2 {

        margin: 0 -12px;

    }

    ul.pcols-md-2 li.product, ul.pcols-md-2 li.product-category {

        width: 50%;

        padding: 0 12px;

    }

    ul.pwidth-md-2 .product-image {

        font-size: 1.4em;

    }

    ul.pwidth-md-2 .add-links {

        font-size: 1em;

    }

    ul.pwidth-md-2 li.product.hover .add_to_cart_read_more, ul.pwidth-md-2 li.product:hover .add_to_cart_read_more, ul.pwidth-md-2 li.product.hover .add_to_cart_button, ul.pwidth-md-2 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    ul.pwidth-md-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-2 li.product.hover .add_to_cart_button:before, ul.pwidth-md-2 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

}

.column2 ul.pcols-lg-6 {

    margin: 0 -3px;

}

.column2 ul.pcols-lg-6 li.product, .column2 ul.pcols-lg-6 li.product-category {

    width: 16.6667%;

    padding: 0 3px;

}

.column2 ul.pwidth-lg-6 .product-image {

    font-size: 0.75em;

}

.column2 ul.pwidth-lg-6 .add-links {

    font-size: 0.8em;

}

.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_button, .column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_button {

    text-indent: -9999em;

    width: 2.2em;

    padding: 0;

}

.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_button:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    margin-right: auto;

}

.column2 ul.pcols-lg-5 {

    margin: 0 -5px;

}

.column2 ul.pcols-lg-5 li.product, .column2 ul.pcols-lg-5 li.product-category {

    width: 20%;

    padding: 0 5px;

}

.column2 ul.pwidth-lg-5 .product-image {

    font-size: 0.8em;

}

.column2 ul.pwidth-lg-5 .add-links {

    font-size: 0.9em;

}

.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_button, .column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_button {

    text-indent: -9999em;

    width: 2.2em;

    padding: 0;

}

.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_button:before {

    position: absolute;

    left: 0;

    right: 0;

    text-indent: 0;

    font-size: 1.1em;

    margin-right: auto;

}

.column2 ul.pcols-lg-4 {

    margin: 0 -7px;

}

.column2 ul.pcols-lg-4 li.product, .column2 ul.pcols-lg-4 li.product-category {

    width: 25%;

    padding: 0 7px;

}

.column2 ul.pwidth-lg-4 .product-image {

    font-size: 0.9em;

}

.column2 ul.pwidth-lg-4 .add-links {

    font-size: 0.95em;

}

.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_button, .column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

.column2 ul.pcols-lg-3 {

    margin: 0 -9px;

}

.column2 ul.pcols-lg-3 li.product, .column2 ul.pcols-lg-3 li.product-category {

    width: 33.3333%;

    padding: 0 9px;

}

.column2 ul.pwidth-lg-3 .product-image {

    font-size: 1em;

}

.column2 ul.pwidth-lg-3 .add-links {

    font-size: 1em;

}

.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_button, .column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

.column2 ul.pcols-lg-2 {

    margin: 0 -12px;

}

.column2 ul.pcols-lg-2 li.product, .column2 ul.pcols-lg-2 li.product-category {

    width: 50%;

    padding: 0 12px;

}

.column2 ul.pwidth-lg-2 .product-image {

    font-size: 1.2em;

}

.column2 ul.pwidth-lg-2 .add-links {

    font-size: 1em;

}

.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_button, .column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

@media (max-width: 1199px) {

    .column2 ul.pcols-md-5 {

        margin: 0 -3px;

    }

    .column2 ul.pcols-md-5 li.product, .column2 ul.pcols-md-5 li.product-category {

        width: 20%;

        padding: 0 3px;

    }

    .column2 ul.pwidth-md-5 .product-image {

        font-size: 0.75em;

    }

    .column2 ul.pwidth-md-5 .add-links {

        font-size: 0.8em;

    }

    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_button, .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_button {

        text-indent: -9999em;

        width: 2.2em;

        padding: 0;

    }

    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_button:before {

        position: absolute;

        left: 0;

        right: 0;

        text-indent: 0;

        font-size: 1.1em;

        margin-right: auto;

    }

    .column2 ul.pcols-md-4 {

        margin: 0 -5px;

    }

    .column2 ul.pcols-md-4 li.product, .column2 ul.pcols-md-4 li.product-category {

        width: 25%;

        padding: 0 5px;

    }

    .column2 ul.pwidth-md-4 .product-image {

        font-size: 0.8em;

    }

    .column2 ul.pwidth-md-4 .add-links {

        font-size: 0.9em;

    }

    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_button, .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_button {

        text-indent: -9999em;

        width: 2.2em;

        padding: 0;

    }

    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_button:before {

        position: absolute;

        left: 0;

        right: 0;

        text-indent: 0;

        font-size: 1.1em;

        margin-right: auto;

    }

    .column2 ul.pcols-md-3 {

        margin: 0 -7px;

    }

    .column2 ul.pcols-md-3 li.product, .column2 ul.pcols-md-3 li.product-category {

        width: 33.3333%;

        padding: 0 7px;

    }

    .column2 ul.pwidth-md-3 .product-image {

        font-size: 0.9em;

    }

    .column2 ul.pwidth-md-3 .add-links {

        font-size: 1em;

    }

    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_button, .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

    .column2 ul.pcols-md-2 {

        margin: 0 -10px;

    }

    .column2 ul.pcols-md-2 li.product, .column2 ul.pcols-md-2 li.product-category {

        width: 50%;

        padding: 0 10px;

    }

    .column2 ul.pwidth-md-2 .product-image {

        font-size: 1.1em;

    }

    .column2 ul.pwidth-md-2 .add-links {

        font-size: 1em;

    }

    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_button, .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

}

@media (max-width: 767px) {

    ul.pcols-xs-3, .column2 ul.pcols-xs-3 {

        margin: 0 -3px;

    }

    ul.pcols-xs-3 li.product, .column2 ul.pcols-xs-3 li.product, ul.pcols-xs-3 li.product-category, .column2 ul.pcols-xs-3 li.product-category {

        width: 33.3333%;

        padding: 0 3px;

    }

    ul.pwidth-xs-3 .product-image, .column2 ul.pwidth-xs-3 .product-image {

        font-size: 0.85em;

    }

    ul.pwidth-xs-3 .add-links, .column2 ul.pwidth-xs-3 .add-links {

        font-size: 0.85em;

    }

    ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more, ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more, ul.pwidth-xs-3 li.product.hover .add_to_cart_button, .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_button, ul.pwidth-xs-3 li.product:hover .add_to_cart_button, .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_button {

        text-indent: -9999em;

        width: 2.2em;

        padding: 0;

    }

    ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more:before, ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more:before, ul.pwidth-xs-3 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_button:before, ul.pwidth-xs-3 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_button:before {

        position: absolute;

        left: 0;

        right: 0;

        text-indent: 0;

        font-size: 1.1em;

        margin-right: auto;

    }

    ul.pcols-xs-2, .column2 ul.pcols-xs-2 {

        margin: 0 -6px;

    }

    ul.pcols-xs-2 li.product, .column2 ul.pcols-xs-2 li.product, ul.pcols-xs-2 li.product-category, .column2 ul.pcols-xs-2 li.product-category {

        width: 50%;

        padding: 0 6px;

    }

    ul.pwidth-xs-2 .product-image, .column2 ul.pwidth-xs-2 .product-image {

        font-size: 1em;

    }

    ul.pwidth-xs-2 .add-links, .column2 ul.pwidth-xs-2 .add-links {

        font-size: 1em;

    }

    ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more, ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more, ul.pwidth-xs-2 li.product.hover .add_to_cart_button, .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_button, ul.pwidth-xs-2 li.product:hover .add_to_cart_button, .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-xs-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_button:before, ul.pwidth-xs-2 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

    ul.pcols-xs-1, .column2 ul.pcols-xs-1 {

        margin: 0;

    }

    ul.pcols-xs-1 li.product, .column2 ul.pcols-xs-1 li.product, ul.pcols-xs-1 li.product-category, .column2 ul.pcols-xs-1 li.product-category {

        width: 100%;

        padding: 0;

    }

    ul.pwidth-xs-1 .product-image, .column2 ul.pwidth-xs-1 .product-image {

        font-size: 1.2em;

    }

    ul.pwidth-xs-1 .add-links, .column2 ul.pwidth-xs-1 .add-links {

        font-size: 1em;

    }

    ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more, ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more, ul.pwidth-xs-1 li.product.hover .add_to_cart_button, .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_button, ul.pwidth-xs-1 li.product:hover .add_to_cart_button, .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more:before, ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more:before, ul.pwidth-xs-1 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_button:before, ul.pwidth-xs-1 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

}

@media (max-width: 480px) {

    ul.pcols-ls-2, .column2 ul.pcols-ls-2 {

        margin: 0 -3px;

    }

    ul.pcols-ls-2 li.product, .column2 ul.pcols-ls-2 li.product, ul.pcols-ls-2 li.product-category, .column2 ul.pcols-ls-2 li.product-category {

        width: 50%;

        padding: 0 3px;

    }

    ul.pwidth-ls-2 .product-image, .column2 ul.pwidth-ls-2 .product-image {

        font-size: 0.8em;

    }

    ul.pwidth-ls-2 .add-links, .column2 ul.pwidth-ls-2 .add-links {

        font-size: 0.85em;

    }

    ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more, ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more, ul.pwidth-ls-2 li.product.hover .add_to_cart_button, .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_button, ul.pwidth-ls-2 li.product:hover .add_to_cart_button, .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_button {

        text-indent: -9999em;

        width: 2.2em;

        padding: 0;

    }

    ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-ls-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_button:before, ul.pwidth-ls-2 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_button:before {

        position: absolute;

        left: 0;

        right: 0;

        text-indent: 0;

        font-size: 1.1em;

        margin-right: auto;

    }

    ul.pcols-ls-1, .column2 ul.pcols-ls-1 {

        margin: 0;

    }

    ul.pcols-ls-1 li.product, .column2 ul.pcols-ls-1 li.product, ul.pcols-ls-1 li.product-category, .column2 ul.pcols-ls-1 li.product-category {

        width: 100%;

        padding: 0;

    }

    ul.pwidth-ls-1 .product-image, .column2 ul.pwidth-ls-1 .product-image {

        font-size: 1.1em;

    }

    ul.pwidth-ls-1 .add-links, .column2 ul.pwidth-ls-1 .add-links {

        font-size: 1em;

    }

    ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more, .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more, ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more, .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more, ul.pwidth-ls-1 li.product.hover .add_to_cart_button, .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_button, ul.pwidth-ls-1 li.product:hover .add_to_cart_button, .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_button {

        text-indent: 0;

        width: auto;

        padding: 0 0.7143em;

    }

    ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more:before, ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more:before, ul.pwidth-ls-1 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_button:before, ul.pwidth-ls-1 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_button:before {

        position: static;

        font-size: 1em;

        margin-right: 0.5714em;

    }

}

ul li.pcols-lg-first, .column2 ul li.pcols-lg-first {

    clear: both;

}

@media (max-width: 1199px) {

    ul li.pcols-lg-first, .column2 ul li.pcols-lg-first {

        clear: none;

    }

    ul li.pcols-md-first, .column2 ul li.pcols-md-first {

        clear: both;

    }

}

@media (max-width: 767px) {

    ul li.pcols-md-first, .column2 ul li.pcols-md-first {

        clear: none;

    }

    ul li.pcols-xs-first, .column2 ul li.pcols-xs-first {

        clear: both;

    }

}

@media (max-width: 480px) {

    ul li.pcols-xs-first, .column2 ul li.pcols-xs-first {

        clear: none;

    }

    ul li.pcols-ls-first, .column2 ul li.pcols-ls-first {

        clear: both;

    }

}

ul.list.products, .column2 ul.list.products {

    margin: 0;

}

ul.list li.product, .column2 ul.list li.product {

    width: 100%;

    padding: 0;

    margin-bottom: 2.1429em;

    text-align: left;

}

ul.list li.product .description, .column2 ul.list li.product .description {

    display: block;

}

ul.list li.product .product-image, .column2 ul.list li.product .product-image {

    float: left;

    padding-left: 0.2381em !important;

    margin-bottom: 0;

}

ul.list li.product h3, .column2 ul.list li.product h3 {

    font-size: 1.2857em;

    font-weight: 600;

    margin-top: 0.3em;

}

ul.list li.product .rating-wrap, .column2 ul.list li.product .rating-wrap {

    font-size: 1em;

    display: block;

    margin-bottom: 2em;

}

ul.list li.product .rating-wrap .rating-before, .column2 ul.list li.product .rating-wrap .rating-before {

    display: none;

}

ul.list li.product .rating-wrap .rating-after, .column2 ul.list li.product .rating-wrap .rating-after {

    width: 100%;

    padding-left: 0.6em;

}

ul.list li.product .rating-wrap .star-rating, .column2 ul.list li.product .rating-wrap .star-rating {

    margin-left: 0;

}

ul.list li.product .rating-wrap .star-rating, .column2 ul.list li.product .rating-wrap .star-rating, ul.list li.product .rating-wrap .star-rating span, .column2 ul.list li.product .rating-wrap .star-rating span {

    width: 5.4em;

}

ul.list li.product .rating-wrap .star-rating:before, .column2 ul.list li.product .rating-wrap .star-rating:before, ul.list li.product .rating-wrap .star-rating span:before, .column2 ul.list li.product .rating-wrap .star-rating span:before {

    left: 0em;

}

ul.list li.product .price, .column2 ul.list li.product .price {

    margin-top: 0;

}

ul.list li.product .add-links, .column2 ul.list li.product .add-links {

    display: inline;

}

ul.list li.product .add-links .yith-wcwl-add-to-wishlist > div, .column2 ul.list li.product .add-links .yith-wcwl-add-to-wishlist > div, ul.list li.product .add-links .quickview, .column2 ul.list li.product .add-links .quickview {

    position: relative;

    left: 0 !important;

    opacity: 1;

    filter: alpha(opacity=100);

    visibility: visible;

}

ul.list li.product .add_to_cart_button, .column2 ul.list li.product .add_to_cart_button, ul.list li.product .add_to_cart_read_more, .column2 ul.list li.product .add_to_cart_read_more {

    margin-right: 0.8em;

    color: #fff;

}

ul.list li.product .yith-wcwl-add-to-wishlist, .column2 ul.list li.product .yith-wcwl-add-to-wishlist {

    display: inline-block;

    margin-right: 0.2143em;

}

ul.list .add-links, .column2 ul.list .add-links {

    font-size: 1em;

}

ul.list li.product.hover .add_to_cart_read_more, .column2 ul.list li.product.hover .add_to_cart_read_more, ul.list li.product:hover .add_to_cart_read_more, .column2 ul.list li.product:hover .add_to_cart_read_more, ul.list li.product.hover .add_to_cart_button, .column2 ul.list li.product.hover .add_to_cart_button, ul.list li.product:hover .add_to_cart_button, .column2 ul.list li.product:hover .add_to_cart_button {

    text-indent: 0;

    width: auto;

    padding: 0 0.7143em;

}

ul.list li.product.hover .add_to_cart_read_more:before, .column2 ul.list li.product.hover .add_to_cart_read_more:before, ul.list li.product:hover .add_to_cart_read_more:before, .column2 ul.list li.product:hover .add_to_cart_read_more:before, ul.list li.product.hover .add_to_cart_button:before, .column2 ul.list li.product.hover .add_to_cart_button:before, ul.list li.product:hover .add_to_cart_button:before, .column2 ul.list li.product:hover .add_to_cart_button:before {

    position: static;

    font-size: 1em;

    margin-right: 0.5714em;

}

ul.list.pcols-lg-8 li.product > * {

    padding-left: 14%;

}

ul.list.pcols-lg-8 li.product .product-image {

    width: 12.5%;

    font-size: 0.75em;

}

ul.list.pcols-lg-7 li.product > * {

    padding-left: 16%;

}

ul.list.pcols-lg-7 li.product .product-image {

    width: 14.5%;

    font-size: 0.8em;

}

ul.list.pcols-lg-6 li.product > * {

    padding-left: 18.5%;

}

ul.list.pcols-lg-6 li.product .product-image {

    width: 17%;

    font-size: 0.85em;

}

ul.list.pcols-lg-5 li.product > *, ul.list.pcols-lg-4 li.product > *, ul.list.pcols-lg-3 li.product > *, ul.list.pcols-lg-2 li.product > * {

    padding-left: 21.5%;

}

ul.list.pcols-lg-5 li.product .product-image, ul.list.pcols-lg-4 li.product .product-image, ul.list.pcols-lg-3 li.product .product-image, ul.list.pcols-lg-2 li.product .product-image {

    width: 20%;

    font-size: 1em;

}

@media (max-width: 1199px) {

    ul.list.pcols-md-6 li.product > * {

        padding-left: 18.8%;

    }

    ul.list.pcols-md-6 li.product .product-image {

        width: 17%;

        font-size: 0.75em;

    }

    ul.list.pcols-md-5 li.product > * {

        padding-left: 21.8%;

    }

    ul.list.pcols-md-5 li.product .product-image {

        width: 20%;

        font-size: 0.8em;

    }

    ul.list.pcols-md-4 li.product > *, ul.list.pcols-md-3 li.product > *, ul.list.pcols-md-2 li.product > * {

        padding-left: 24.3%;

    }

    ul.list.pcols-md-4 li.product .product-image, ul.list.pcols-md-3 li.product .product-image, ul.list.pcols-md-2 li.product .product-image {

        width: 22.5%;

        font-size: 0.9em;

    }

}

.column2 ul.list.pcols-lg-6 li.product > * {

    padding-left: 18.5%;

}

.column2 ul.list.pcols-lg-6 li.product .product-image {

    width: 17%;

    font-size: 0.8em;

}

.column2 ul.list.pcols-lg-5 li.product > *, .column2 ul.list.pcols-lg-4 li.product > *, .column2 ul.list.pcols-lg-3 li.product > *, .column2 ul.list.pcols-lg-2 li.product > * {

    padding-left: 21.5%;

}

.column2 ul.list.pcols-lg-5 li.product .product-image, .column2 ul.list.pcols-lg-4 li.product .product-image, .column2 ul.list.pcols-lg-3 li.product .product-image, .column2 ul.list.pcols-lg-2 li.product .product-image {

    width: 20%;

    font-size: 0.9em;

}

@media (max-width: 1199px) {

    .column2 ul.list.pcols-md-6 li.product > *, .column2 ul.list.pcols-md-5 li.product > * {

        padding-left: 21.8%;

    }

    .column2 ul.list.pcols-md-6 li.product .product-image, .column2 ul.list.pcols-md-5 li.product .product-image {

        width: 20%;

        font-size: 0.8em;

    }

    .column2 ul.list.pcols-md-4 li.product > *, .column2 ul.list.pcols-md-3 li.product > *, .column2 ul.list.pcols-md-2 li.product > * {

        padding-left: 24.3%;

    }

    .column2 ul.list.pcols-md-4 li.product .product-image, .column2 ul.list.pcols-md-3 li.product .product-image, .column2 ul.list.pcols-md-2 li.product .product-image {

        width: 22.5%;

        font-size: 0.8em;

    }

}

@media (max-width: 767px) {

    ul.list.pcols-xs-3 li.product > *, .column2 ul.list.pcols-xs-3 li.product > *, ul.list.pcols-xs-2 li.product > *, .column2 ul.list.pcols-xs-2 li.product > *, ul.list.pcols-xs-1 li.product > *, .column2 ul.list.pcols-xs-1 li.product > * {

        padding-left: 0;

    }

    ul.list.pcols-xs-3 li.product .rating-after, .column2 ul.list.pcols-xs-3 li.product .rating-after, ul.list.pcols-xs-2 li.product .rating-after, .column2 ul.list.pcols-xs-2 li.product .rating-after, ul.list.pcols-xs-1 li.product .rating-after, .column2 ul.list.pcols-xs-1 li.product .rating-after {

        display: none;

    }

    ul.list.pcols-xs-3 li.product .product-image, .column2 ul.list.pcols-xs-3 li.product .product-image, ul.list.pcols-xs-2 li.product .product-image, .column2 ul.list.pcols-xs-2 li.product .product-image, ul.list.pcols-xs-1 li.product .product-image, .column2 ul.list.pcols-xs-1 li.product .product-image {

        width: 30%;

        margin-right: 18px;

        font-size: 0.8em;

    }

}

@media (max-width: 480px) {

    ul.list.pcols-ls-2 li.product .product-image, .column2 ul.list.pcols-ls-2 li.product .product-image, ul.list.pcols-ls-1 li.product .product-image, .column2 ul.list.pcols-ls-1 li.product .product-image {

        width: 40%;

        margin-right: 15px;

        font-size: 0.75em;

    }

}

ul.products.list li.product-category img, .column2 ul.products.list li.product-category img {

    width: 100%;

    font-size: 1em;

}

ul.products li.product-category .thumbnail, .column2 ul.products li.product-category .thumbnail {

    min-height: 90px;

    margin-bottom: 0;

    text-align: left;

}

ul.products li.product-category .thumbnail img, .column2 ul.products li.product-category .thumbnail img {

    width: 100%;

    height: auto;

    margin: 0;
	border:1px solid #ddd;
	

}

ul.products li.product-category .thumbnail h3, .column2 ul.products li.product-category .thumbnail h3 {

    font-weight: inherit;

    font-size: 0.9em;

    font-weight: inherit;

    color: inherit;

    line-height: inherit;

    margin: 0;

    padding: 0;

    text-transform: uppercase;

}

ul.products li.product-category .thumbnail mark, .column2 ul.products li.product-category .thumbnail mark {

    padding: 0;

    background: transparent;

    color: inherit;

}

.porto-products.hide-count ul.products li.product-category .thumb-info-wrap {

    bottom: 10%;

    position: absolute;

    left: 0;

    right: 0;

    text-align: center;

}

.porto-products.hide-count ul.products li.product-category .thumb-info-wrap .thumb-info-title {

    position: static;

    display: inline-block;

}

.porto-products.hide-count ul.products li.product-category .thumb-info-wrap h3 {

    line-height: 1;

}

.porto-products.hide-count ul.products li.product-category .thumb-info-type {

    display: none;

}

ul.products.products-slider li.product, .column2 ul.products.products-slider li.product, ul.products.products-slider li.product-category, .column2 ul.products.products-slider li.product-category {

    width: 100%;

}

ul.products.product_list_widget .product {

    float: none;

    text-align: left;

    padding-left: 0;

}

ul.products.product_list_widget .product .product-image {

    margin-left: 0;

    margin-right: 15px;

}

ul.products.product_list_widget .product .rating-wrap {

    display: block;

    margin: -10px 0 6px;

    height: auto;

}

ul.products.product_list_widget .product .rating-wrap .star-rating {

    width: 5.4em;

}

ul.products.product_list_widget .add-links {

    font-size: 0.8571em;

}

ul.products.product_list_widget .add-links .add_to_cart_button, ul.products.product_list_widget .add-links .add_to_cart_read_more {

    text-indent: 0 !important;

}

ul.products.product_list_widget .add-links .add_to_cart_button:before, ul.products.product_list_widget .add-links .add_to_cart_read_more:before {

    display: none;

}

ul.products.product_list_widget .add-links .tooltip {

    display: none !important;

}

ul.products.product_list_widget .labels, ul.products.product_list_widget .description, ul.products.product_list_widget .yith-wcwl-add-to-wishlist, ul.products.product_list_widget .add-links .quickview {

    display: none;

}

ul.products.product_list_widget .rating-wrap .rating-before, ul.products.product_list_widget .rating-wrap .rating-after {

    display: none !important;

}

ul.products.product_list_widget .rating-wrap .star-rating {

    margin-left: 0 !important;

    font-size: 1em;

}

ul.products.product_list_widget .rating-wrap .star-rating:before, ul.products.product_list_widget .rating-wrap .star-rating span:before {

    left: 0 !important;

}

ul.products.product_list_widget .add-links-wrap {

    display: block !important;

}

ul.products.product_list_widget .links-on-image .add-links-wrap {

    display: none !important;

}

.yith-wcan-loading {

    height: 200px;

}

.widget_product_categories, .widget_price_filter, .widget_layered_nav, .widget_layered_nav_filters {

    border: 1px solid #ddd;

    border-radius: 7px;

    background: #fbfbfb;

    overflow: hidden;

    margin-bottom: 1.0714em;

    margin-top: 0;

}

.widget_product_categories > ul, .widget_price_filter > ul, .widget_layered_nav > ul, .widget_layered_nav_filters > ul, .widget_product_categories > div > ul, .widget_price_filter > div > ul, .widget_layered_nav > div > ul, .widget_layered_nav_filters > div > ul, .widget_product_categories > *, .widget_price_filter > *, .widget_layered_nav > *, .widget_layered_nav_filters > * {

    padding: 0.7143em 1.0714em;

    border-width: 0;

    margin: 0;

}

.widget_product_categories > select, .widget_price_filter > select, .widget_layered_nav > select, .widget_layered_nav_filters > select {

    margin: 1.0714em;

    padding: 0 0 0 0.22em;

}

.widget_product_categories .widget-title, .widget_price_filter .widget-title, .widget_layered_nav .widget-title, .widget_layered_nav_filters .widget-title {



    border-bottom: 1px solid #ddd;

    font-size: 0.9286em;
    line-height: 1.4;

    padding: 0.7143em 1.0714em;

    margin: 0;
	text-transform:uppercase;

    position: relative;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.widget_product_categories .widget-title .toggle, .widget_price_filter .widget-title .toggle, .widget_layered_nav .widget-title .toggle, .widget_layered_nav_filters .widget-title .toggle {

    display: inline-block;

    width: 1.8571em;

    height: 1.8571em;

    line-height: 1.7572em;

    color: #4bb8fd;

    border-radius: 3px;

    position: absolute;

    right: 1.0714em;

    top: 1px;

    bottom: 0;

    margin: auto;

    cursor: pointer;

    font-family: "FontAwesome";

    text-align: center;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.widget_product_categories .widget-title .toggle:before, .widget_price_filter .widget-title .toggle:before, .widget_layered_nav .widget-title .toggle:before, .widget_layered_nav_filters .widget-title .toggle:before {

    content: "\f0d8";

}

.widget_product_categories .widget-title .toggle:hover, .widget_price_filter .widget-title .toggle:hover, .widget_layered_nav .widget-title .toggle:hover, .widget_layered_nav_filters .widget-title .toggle:hover {

    color: #4bb8fd;

}

.widget_product_categories.closed .widget-title, .widget_price_filter.closed .widget-title, .widget_layered_nav.closed .widget-title, .widget_layered_nav_filters.closed .widget-title {

    border-bottom-width: 0;

}

.widget_product_categories.closed .widget-title .toggle:before, .widget_price_filter.closed .widget-title .toggle:before, .widget_layered_nav.closed .widget-title .toggle:before, .widget_layered_nav_filters.closed .widget-title .toggle:before {

    content: "\f0d7";

}

.widget_product_categories ul li, .widget_price_filter ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li, .widget_product_categories ol li, .widget_price_filter ol li, .widget_layered_nav ol li, .widget_layered_nav_filters ol li {

    position: relative;

    border-width: 0;

    padding: 0;

}

.widget_product_categories ul li > a, .widget_price_filter ul li > a, .widget_layered_nav ul li > a, .widget_layered_nav_filters ul li > a, .widget_product_categories ol li > a, .widget_price_filter ol li > a, .widget_layered_nav ol li > a, .widget_layered_nav_filters ol li > a {

    text-decoration: none;

    display: inline-block;

    padding: 4px 0;

}

.widget_product_categories ul li .toggle, .widget_price_filter ul li .toggle, .widget_layered_nav ul li .toggle, .widget_layered_nav_filters ul li .toggle, .widget_product_categories ol li .toggle, .widget_price_filter ol li .toggle, .widget_layered_nav ol li .toggle, .widget_layered_nav_filters ol li .toggle {

    cursor: pointer;

    display: inline-block;

    text-align: center;

    position: absolute;

    right: -5px;

    top: 4px;

    margin: 0;

    width: 24px;

    height: 24px;

    font-family: "FontAwesome";

}

.widget_product_categories ul li .toggle:before, .widget_price_filter ul li .toggle:before, .widget_layered_nav ul li .toggle:before, .widget_layered_nav_filters ul li .toggle:before, .widget_product_categories ol li .toggle:before, .widget_price_filter ol li .toggle:before, .widget_layered_nav ol li .toggle:before, .widget_layered_nav_filters ol li .toggle:before {

    content: "\f0fe";

    font-size: 1.2em;

}

.widget_product_categories ul li.open > .toggle:before, .widget_price_filter ul li.open > .toggle:before, .widget_layered_nav ul li.open > .toggle:before, .widget_layered_nav_filters ul li.open > .toggle:before, .widget_product_categories ol li.open > .toggle:before, .widget_price_filter ol li.open > .toggle:before, .widget_layered_nav ol li.open > .toggle:before, .widget_layered_nav_filters ol li.open > .toggle:before, .widget_product_categories ul li.current > .toggle:before, .widget_price_filter ul li.current > .toggle:before, .widget_layered_nav ul li.current > .toggle:before, .widget_layered_nav_filters ul li.current > .toggle:before, .widget_product_categories ol li.current > .toggle:before, .widget_price_filter ol li.current > .toggle:before, .widget_layered_nav ol li.current > .toggle:before, .widget_layered_nav_filters ol li.current > .toggle:before {

    content: "\f146";

}

.widget_product_categories ul li.closed > .toggle:before, .widget_price_filter ul li.closed > .toggle:before, .widget_layered_nav ul li.closed > .toggle:before, .widget_layered_nav_filters ul li.closed > .toggle:before, .widget_product_categories ol li.closed > .toggle:before, .widget_price_filter ol li.closed > .toggle:before, .widget_layered_nav ol li.closed > .toggle:before, .widget_layered_nav_filters ol li.closed > .toggle:before {

    content: "\f0fe";

}

.widget_product_categories ul li.current > ul.children, .widget_price_filter ul li.current > ul.children, .widget_layered_nav ul li.current > ul.children, .widget_layered_nav_filters ul li.current > ul.children, .widget_product_categories ol li.current > ul.children, .widget_price_filter ol li.current > ul.children, .widget_layered_nav ol li.current > ul.children, .widget_layered_nav_filters ol li.current > ul.children, .widget_product_categories ul li.current > ol.children, .widget_price_filter ul li.current > ol.children, .widget_layered_nav ul li.current > ol.children, .widget_layered_nav_filters ul li.current > ol.children, .widget_product_categories ol li.current > ol.children, .widget_price_filter ol li.current > ol.children, .widget_layered_nav ol li.current > ol.children, .widget_layered_nav_filters ol li.current > ol.children {

    display: block;

}

.widget_product_categories ul li .small, .widget_price_filter ul li .small, .widget_layered_nav ul li .small, .widget_layered_nav_filters ul li .small, .widget_product_categories ol li .small, .widget_price_filter ol li .small, .widget_layered_nav ol li .small, .widget_layered_nav_filters ol li .small, .widget_product_categories ul li small, .widget_price_filter ul li small, .widget_layered_nav ul li small, .widget_layered_nav_filters ul li small, .widget_product_categories ol li small, .widget_price_filter ol li small, .widget_layered_nav ol li small, .widget_layered_nav_filters ol li small {

    float: right;

    font-size: 1em;

}

.widget_product_categories ul ul, .widget_price_filter ul ul, .widget_layered_nav ul ul, .widget_layered_nav_filters ul ul, .widget_product_categories ol ul, .widget_price_filter ol ul, .widget_layered_nav ol ul, .widget_layered_nav_filters ol ul, .widget_product_categories ul ol, .widget_price_filter ul ol, .widget_layered_nav ul ol, .widget_layered_nav_filters ul ol, .widget_product_categories ol ol, .widget_price_filter ol ol, .widget_layered_nav ol ol, .widget_layered_nav_filters ol ol {

    padding-left: 1.0714em;

    margin: 0;

}

.widget_product_categories ul ul.children, .widget_price_filter ul ul.children, .widget_layered_nav ul ul.children, .widget_layered_nav_filters ul ul.children, .widget_product_categories ol ul.children, .widget_price_filter ol ul.children, .widget_layered_nav ol ul.children, .widget_layered_nav_filters ol ul.children, .widget_product_categories ul ol.children, .widget_price_filter ul ol.children, .widget_layered_nav ul ol.children, .widget_layered_nav_filters ul ol.children, .widget_product_categories ol ol.children, .widget_price_filter ol ol.children, .widget_layered_nav ol ol.children, .widget_layered_nav_filters ol ol.children {

    margin: 0;

    display: none;

}

.widget_price_filter .price_slider_wrapper {

    margin-bottom: 0.3571em;

}

.widget_price_filter .price_slider {

    background: #eee;

    margin-top: 1.4286em;

    margin-bottom: 2.1428em;

}

.widget_price_filter .price_slider_amount {

    text-align: right;

    line-height: 2.4em;

    font-size: 0.8751em;

}

.widget_price_filter .price_slider_amount .button {

    padding: 0.2143em 0.7143em;

    text-transform: uppercase;

    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.9286em;

    height: 1.2857em;

    cursor: pointer;

    outline: none;

    top: -0.40715em;

    border-radius: 3px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);

}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {

    margin-left: -0.9286em;

}

.widget_price_filter .ui-slider .ui-slider-range {

    position: absolute;

    z-index: 1;

    font-size: 0.7em;

    display: block;

    border: 0;

    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .38) inset;

}

.widget_price_filter #min_price, .widget_price_filter #max_price {

    width: 45%;

    margin-right: 4%;

    margin-top: 0.3571em;

    margin-bottom: 1.0714em;

}

.widget_price_filter .ui-slider-horizontal {

    height: 0.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_layered_nav_filters ul {

    *zoom: 1;

}

.widget_layered_nav_filters ul:before, .widget_layered_nav_filters ul:after {

    content: " ";

    display: table;

}

.widget_layered_nav_filters ul:after {

    clear: both;

}

.widget_layered_nav_filters ul li {

    float: left;

}

.widget_layered_nav_filters ul li a {

    margin-right: 0.8571em;

}

.widget_layered_nav_filters ul li a:before {

    font-family: "FontAwesome";

    content: "\f057";

    margin-right: 0.3571em;

}

.yith-woo-ajax-reset-navigation {

    background: transparent;

    border-width: 0;

    border-radius: 0;

}

.yith-woo-ajax-reset-navigation > * {

    padding: 0;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-group, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-group {

    padding: 11px;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li {

    width: 14.2857%;

    min-width: 34px;

    max-width: 35px;

    text-align: center;

    float: left;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a:hover, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span:hover {

    border-radius: 5px;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span {

    border-width: 0;

    width: 26px;

    height: 26px;

    margin: 4px;

    box-shadow: 1px 1px 0 rgba(0, 0, 0, .35);

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a:hover, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span:hover {

    border-radius: 5px;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li {

    float: left;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a {

    border-radius: 5px;

    min-width: 2em;

    text-align: center;

    margin: 0.3846em;

    border: 1px solid #ccc;

    background: #efefef;

    padding: 0.3846em;

    line-height: 1.2;

}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover {

    border-radius: 5px;

    color: #fff;

}

ul.product_list_widget, .widget ul.product_list_widget {

    list-style: none outside;

    padding: 0;

    margin: 0;

    border-width: 0 !important;

}

ul.product_list_widget li, .widget ul.product_list_widget li {

    border-width: 0;

    position: relative;

    padding: 0.5714em 0 0.5714em 108px;

    margin: 0;

    list-style: none;

    *zoom: 1;

}

ul.product_list_widget li:before, .widget ul.product_list_widget li:before, ul.product_list_widget li:after, .widget ul.product_list_widget li:after {

    content: " ";

    display: table;

}

ul.product_list_widget li:after, .widget ul.product_list_widget li:after {

    clear: both;

}

ul.product_list_widget li:first-child, .widget ul.product_list_widget li:first-child {

    padding-top: 0;

}

ul.product_list_widget li:last-child, .widget ul.product_list_widget li:last-child {

    padding-bottom: 0;

}

ul.product_list_widget li .product-image, .widget ul.product_list_widget li .product-image {

    float: left;

    width: 96px;

    padding: 2px;

    border-radius: 5px;

    margin-left: -108px;

    /*.img-effect {

 img {

 position: relative;

 left: 0;

 }

 .hover-image {

 margin-right: -100%;

 }

 }

 &:hover {

 .img-effect {

 img {

 left: -100%;

 }

 }

 }*/

}

ul.product_list_widget li .product-image img, .widget ul.product_list_widget li .product-image img {

    width: 100%;

    height: auto;

    border-radius: 3px;

}

ul.product_list_widget li .product-image .img-effect img, .widget ul.product_list_widget li .product-image .img-effect img {

    position: relative;

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.product_list_widget li .product-image .img-effect .hover-image, .widget ul.product_list_widget li .product-image .img-effect .hover-image {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    opacity: 0;

    filter: alpha(opacity=0);

}

ul.product_list_widget li .product-image:hover .img-effect img, .widget ul.product_list_widget li .product-image:hover .img-effect img {

    opacity: 0;

    filter: alpha(opacity=0);

}

ul.product_list_widget li .product-image:hover .img-effect .hover-image, .widget ul.product_list_widget li .product-image:hover .img-effect .hover-image {

    opacity: 1;

    filter: alpha(opacity=100);

}

ul.product_list_widget li .product-details, .widget ul.product_list_widget li .product-details {

    position: relative;

    padding-top: 3px;

}

ul.product_list_widget li .product-details a, .widget ul.product_list_widget li .product-details a {

    display: block;

    text-decoration: none;

}

ul.product_list_widget li .product-details .amount, .widget ul.product_list_widget li .product-details .amount {

    color: #c00;

    font-size: 1.0714em;

    font-weight: 600;

    line-height: 1;

    vertical-align: middle;

}

ul.product_list_widget li .product-details .amount .currency, .widget ul.product_list_widget li .product-details .amount .currency, ul.product_list_widget li .product-details .amount .decimal, .widget ul.product_list_widget li .product-details .amount .decimal {

    font-size: 0.75em;

    font-weight: 400;

}

ul.product_list_widget li .product-details .amount .currency .decimal, .widget ul.product_list_widget li .product-details .amount .currency .decimal {

    font-size: 1em;

}

ul.product_list_widget li .product-details ins, .widget ul.product_list_widget li .product-details ins {

    text-decoration: none;

    vertical-align: baseline;

}

ul.product_list_widget li .product-details del, .widget ul.product_list_widget li .product-details del, ul.product_list_widget li .product-details .from, .widget ul.product_list_widget li .product-details .from {

    color: #a7a7a7;

    font-size: 0.8em;

    margin-right: 3px;

    vertical-align: baseline;

}

ul.product_list_widget li .product-details del .amount, .widget ul.product_list_widget li .product-details del .amount, ul.product_list_widget li .product-details .from .amount, .widget ul.product_list_widget li .product-details .from .amount {

    color: #a7a7a7;

}

ul.product_list_widget li dl, .widget ul.product_list_widget li dl {

    margin: 0;

    padding-left: 1em;

    border-left: 2px solid rgba(0, 0, 0, 0.1);

    *zoom: 1;

}

ul.product_list_widget li dl:before, .widget ul.product_list_widget li dl:before, ul.product_list_widget li dl:after, .widget ul.product_list_widget li dl:after {

    content: " ";

    display: table;

}

ul.product_list_widget li dl:after, .widget ul.product_list_widget li dl:after {

    clear: both;

}

ul.product_list_widget li dl dt, .widget ul.product_list_widget li dl dt, ul.product_list_widget li dl dd, .widget ul.product_list_widget li dl dd {

    display: inline-block;

    float: left;

    margin-bottom: 1em;

}

ul.product_list_widget li dl dt, .widget ul.product_list_widget li dl dt {

    font-weight: 700;

    padding: 0 0 0.25em 0;

    margin: 0 4px 0 0;

    clear: left;

}

ul.product_list_widget li dl dd, .widget ul.product_list_widget li dl dd {

    padding: 0 0 0.25em 0;

}

ul.product_list_widget li dl dd p:last-child, .widget ul.product_list_widget li dl dd p:last-child {

    margin-bottom: 0;

}

ul.product_list_widget li .star-rating, .widget ul.product_list_widget li .star-rating {

    margin: 5px 0 0;

}

ul.product_list_widget li .ajax-loading, .widget ul.product_list_widget li .ajax-loading {

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;

    opacity: 0.6;

    filter: alpha(opacity=60);

}

ul.cart_list li.empty {

    padding-left: 0;

}

ul.cart_list li .quantity {

    vertical-align: baseline;

}

ul.cart_list li .quantity .amount {

    vertical-align: baseline;

}

ul.cart_list li dl {

    margin: 8px 0;

    border: none;

    padding-left: 5px;

    display: table;

}

ul.cart_list li dl dt, ul.cart_list li dl dd {

    padding: 3px;

    margin: 0;

    line-height: 1.2;

}

ul.cart_list li dl dt p, ul.cart_list li dl dd p {

    line-height: 1.2;

}

.hide_cart_widget_if_empty .empty {

    display: none;

}

.widget_recent_reviews .product_list_widget, .widget.widget_recent_reviews .product_list_widget {

    *zoom: 1;

    margin-top: -0.5714em;

    margin-bottom: -0.5714em;

}

.widget_recent_reviews .product_list_widget:before, .widget.widget_recent_reviews .product_list_widget:before, .widget_recent_reviews .product_list_widget:after, .widget.widget_recent_reviews .product_list_widget:after {

    content: " ";

    display: table;

}

.widget_recent_reviews .product_list_widget:after, .widget.widget_recent_reviews .product_list_widget:after {

    clear: both;

}

.widget_recent_reviews .product_list_widget li, .widget.widget_recent_reviews .product_list_widget li {

    width: 49%;

    padding: 0.5714em 1%;

    float: left;

    padding-left: 0;

    text-align: center;

}

.widget_recent_reviews .product_list_widget li:first-child, .widget.widget_recent_reviews .product_list_widget li:first-child {

    padding-top: 0.5714em;

}

.widget_recent_reviews .product_list_widget li:last-child, .widget.widget_recent_reviews .product_list_widget li:last-child {

    padding-bottom: 0.5714em;

}

.widget_recent_reviews .product_list_widget li a, .widget.widget_recent_reviews .product_list_widget li a {

    float: none;

    display: block;

    position: relative;

}

.widget_recent_reviews .product_list_widget li img, .widget.widget_recent_reviews .product_list_widget li img {

    width: 96px;

    height: auto;

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 2px;

    display: block;

    margin: 0 auto 10px;

}

.widget_recent_reviews .product_list_widget li .star-rating, .widget.widget_recent_reviews .product_list_widget li .star-rating {

    margin: 5px auto 0;

}

.widget_recent_reviews .product_list_widget li .reviewer, .widget.widget_recent_reviews .product_list_widget li .reviewer {

    font-size: 0.8571em;

}

.widget_recent_reviews .product_list_widget li:nth-child(2n+1), .widget.widget_recent_reviews .product_list_widget li:nth-child(2n+1) {

    clear: both;

}

.widget_shopping_cart .total {

    margin: 0.7143em 0;

    text-align: center;

}

.widget_shopping_cart .total .amount {

    font-size: 1.4286em;

    font-weight: 600;

}

.widget_shopping_cart .total .amount .currency, .widget_shopping_cart .total .amount .decimal {

    font-size: 0.75em;

    font-weight: 400;

}

.widget_shopping_cart .total .amount .currency .decimal {

    font-size: 1em;

}

.widget_shopping_cart .buttons {

    margin-bottom: 0;

    *zoom: 1;

}

.widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {

    content: " ";

    display: table;

}

.widget_shopping_cart .buttons:after {

    clear: both;

}

.widget_shopping_cart .buttons .wc-forward {

    float: left;

 

}

.widget_shopping_cart .buttons .checkout {

    float: right;


}

@media (max-width: 767px) {

    .widget_shopping_cart .buttons .wc-forward {

        float: none;

        width: 100%;

    }

    .widget_shopping_cart .buttons .wc-forward + .wc-forward {

        margin-top: 8px;

    }

}

.widget_shopping_cart .product-details a {

    padding-right: 15px;

}

.widget_shopping_cart .product-details .remove-product {

    padding: 0;

    position: absolute;

    top: 3px;

    right: 0;

    text-align: right;

    width: 25px;

    height: 25px;

    text-decoration: none;

}

.widget_shopping_cart .product-details .remove-product:before {

    content: "\f00d";

    font-family: "FontAwesome";

}

.widget .brand-thumbnails, .brand-thumbnails {

    list-style: none;

    margin: 0;

    padding: 0;

}

.products-slider .product {

    display: none;

}

.products-slider.products li.product {

    clear: none;

}

.products-slider.products li.product .add-links {

    margin-bottom: 5px;

}

.products-slider .slick-dots li {

    clear: none !important;

    width: 20px !important;

    margin-bottom: 0;

}

.products-slider .slick-dots li button {

    box-shadow: none !important;

}

.products-slider.slick-initialized .product {

    display: block;

}

.products-slider.owl-carousel {

    margin: 0 !important;

}

.products-slider.owl-carousel .product {

    display: block;

    width: 100%;

    margin-bottom: 0;

}

.products-slider.owl-carousel .owl-controls {

    margin-top: 0;

}

.products-slider.owl-carousel .owl-controls .owl-buttons {

    position: absolute;

    top: -3em;

    right: 0;

}

.products-slider.owl-carousel .owl-controls .owl-buttons div {

    margin: 0;

    position: static;

    opacity: 1;

    filter: alpha(opacity=100);

}

.products-slider.owl-carousel .owl-controls .owl-buttons .owl-prev {

    padding-right: 5px;

}

.products-slider.owl-carousel .owl-controls .owl-buttons .owl-next {

    padding-left: 5px;

}

.products-slider.owl-carousel .owl-controls .owl-pagination {

    margin-top: 20px;

}

/* search form */.woocommerce-product-search .search-field {

    margin-bottom: 15px;

}

.woocommerce-cart .shipping_calculator h2 {

    margin-top: 0;

}

.woocommerce-cart .shipping_calculator h2 a {

    cursor: default;

    text-decoration: none;

}

.woocommerce-cart .shipping-form-wrap .shipping-calculator-form {

    display: block !important;

    height: auto !important;

}

.woocommerce-cart .shipping-calculator-form {

    margin-top: 10px;

}

.shop_table .product-thumbnail img {

    max-width: 90px;

    height: auto;

}

.shop_table dl.variation dt {

    padding: 8px 0 0;

}

.shop_table dl.variation dd {

    padding: 0;

}

.shop_table dl.variation dd p {

    margin: 0;

}

.cross-sells {

    margin-top: 1.4286em;

    margin-bottom: 2.1429em;

}

.cross-sells .slider-wrapper .products .product {

    padding-left: 10px;

    padding-right: 10px;

}

.shop_table.responsive.cart-total tbody tr:first-child th, .shop_table.responsive.cart-total tbody tr:first-child td {

    border-top-width: 0;

}

.shop_table.responsive.cart-total tbody tr:first-child th {

    border-radius: 6px 0 0 0;

}

.shop_table.responsive.cart-total tbody tr:last-child th {

    border-radius: 0 0 0 6px;

}

.shop_table.responsive.cart-total th {

    width: 25%;

}

@media (max-width: 767px) {

    .shop_table.responsive.cart-total th, .shop_table.responsive.cart-total td {

        width: 100%;

        text-align: left;

    }

}

.cart-totals #shipping_method {

    margin: 0;

    padding: 0;

    list-style: none;

}

.wc-proceed-to-checkout {

    margin-bottom: 20px;

    margin-bottom: 20px;

    text-align: right;

}

.cart_totals h2, .review-order.shop_table h2 {

    margin-top: 0;

}

.cart_totals .order-total .amount, .review-order.shop_table .order-total .amount {

    font-size: 1.2em;

}

.checkout_coupon .form-row {

    display: inline-block;

    float: none;

    width: auto;

}

form.checkout {

    margin-top: 30px;

}

.form-row.terms {

    position: relative;

    margin-top: 15px;

}

.form-row.terms .input-checkbox {

    position: absolute;

    left: 0;

    top: 2px;

}

.form-row.terms label.checkbox {

    margin-left: 20px;

    display: block;

}

.payment_methods {

    margin: 30px 0;

    padding: 0;

    list-style: none;

}

.payment_methods .payment_method_paypal .about_paypal {

    display: inline-block;

    margin-left: 10px;

}

@media (max-width: 767px) {

    .payment_methods .payment_method_paypal .input-radio {

        vertical-align: top;

    }

    .payment_methods .payment_method_paypal img, .payment_methods .payment_method_paypal .about_paypal {

        display: block;

        margin: 0;

    }

}

@media (max-width: 480px) {

    .payment_methods .payment_method_paypal img {

        width: 190px;

    }

}

@media (max-width: 319px) {

    .payment_methods .payment_method_paypal img {

        width: 150px;

    }

}

.address .featured-box {

    text-align: left;

}

#rememberme, .back-login {

    margin-top: 10px;

    margin-bottom: 10px;

}

.shopswatchinput {

    margin-bottom: 5px;

    margin-top: 5px;

}

.wcvaswatchinput {

    text-decoration: none !important;

    margin: 0 1px;

}

.wcvashopswatchlabel {

    cursor: pointer;

    background-size: contain;

    background-repeat: no-repeat;

    border-radius: 1px;

    display: inline-block;

    -webkit-transition: all 100ms ease-in;

    -moz-transition: all 100ms ease-in;

    transition: all 100ms ease-in;

    border: solid 1px white;

    box-shadow: 0 0 0 1px #ccc;

    line-height: 1;

    width: 24px !important;

    height: 24px !important;

}

.wcvaswatchinput.active .wcvashopswatchlabel {

    border: 1px solid black;

    border-radius: 2px;

}

.swatchinput {

    display: inline-block;

    padding-right: 7px;

    padding-bottom: 6px;

    margin-top: -3px;

}

.belowtext {

    display: table-cell;

    vertical-align: bottom;

    padding-bottom: 16px;

    font-weight: bold;

}

.wcvaswatch input {

    margin: 0;

    padding: 0;

    display: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

}

.wcvaswatchlabel {

    cursor: pointer;

    background-size: contain;

    background-repeat: no-repeat;

    border-radius: 3px;

    display: inline-block;

    -webkit-transition: all 100ms ease-in;

    -moz-transition: all 100ms ease-in;

    transition: all 100ms ease-in;

    border: solid 2px white;

    box-shadow: 0 0 0 1px #ccc;

    line-height: 1;

}

.wcvaswatch input:active + .wcvaswatchlabel {

    opacity: 0.9;

}

.wcvaswatch input:checked + .wcvaswatchlabel {

    -webkit-filter: none;

    -moz-filter: none;

    filter: none;

    border: 2px solid black;

    box-shadow: 0 0 0 0 #000;

}

.wcvaround {

    border-radius: 50%;

    outline: solid 0 #9c9999;

}

input.wcva_attribute_radio {

    margin-right: 5px;

}

.shop_table.wishlist_table {

    margin-bottom: 15px;

}

.shop_table.wishlist_table .add_to_cart {

    border-radius: 4px;

}

.shop_table.wishlist_table tr td {

    text-align: left;

}

@media (max-width: 767px) {

    .shop_table.wishlist_table tr td {

        text-align: center;

    }

}

.woocommerce table.shop_table.wishlist_table thead th, .woocommerce table.shop_table.wishlist_table thead td {

    border: none;

    padding: 10px;

}

.woocommerce table.shop_table.wishlist_table tbody th, .woocommerce table.shop_table.wishlist_table tfoot th, .woocommerce table.shop_table.wishlist_table tbody td, .woocommerce table.shop_table.wishlist_table tfoot td {

    border-color: #ddd;

    padding: 10px;

}

.shop_table.wishlist_table, .woocommerce table.wishlist_table {

    font-size: 100%;

}

.shop_table.wishlist_table .add_to_cart.button, .woocommerce table.wishlist_table .add_to_cart.button {

    line-height: 2.0571em;

    padding: 0 0.7143em;

    height: 2.2em;

    display: inline-block !important;

}

.shop_table.wishlist_table .yith-wcwl-add-to-wishlist, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist {

    display: none;

}

.shop_table.wishlist_table .wishlist-empty, .woocommerce table.wishlist_table .wishlist-empty {

    text-align: center;

}

.shop_table.wishlist_table .quickview, .woocommerce table.wishlist_table .quickview {

    margin-left: 10px;

}

.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover {

    background: transparent;

}

.blockUI {

    background: transparent !important;

}

/* Quick View */.quickview-wrap {

    width: 900px;

    padding: 25px 15px 0;

}

@media (max-width: 1199px) {

    .quickview-wrap {

        width: 720px;

    }

}

@media (max-width: 991px) {

    .quickview-wrap {

        width: 550px;

    }

}

@media (max-width: 767px) {

    .quickview-wrap {

        width: auto;

    }

}

.quickview-wrap .summary-before .ms-thumb-list {

    display: none;

}

.quickview-wrap .product .summary-before, .quickview-wrap .product .entry-summary {

    margin-bottom: 0;

}

@media (max-width: 991px) {

    .quickview-wrap .product .product-images {

        margin-bottom: 30px;

    }

}

/*

 Animate.css - http: //daneden.me/animate

 Licensed under the MIT license

 Copyright (c) 2013 Daniel Eden

 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 */.appear-animation {

    opacity: 0;

}

.appear-animation-visible {

    opacity: 1;

}

.animated, .appear-animation {

    -webkit-animation-fill-mode: both;

    -moz-animation-fill-mode: both;

    -ms-animation-fill-mode: both;

    -o-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -moz-animation-duration: 1s;

    -ms-animation-duration: 1s;

    -o-animation-duration: 1s;

    animation-duration: 1s;

}

@-moz-keyframes flash {

    0%, 50%, 100% {

        opacity: 1;

    }

    25%, 75% {

        opacity: 0;

    }

}

@-o-keyframes flash {

    0%, 50%, 100% {

        opacity: 1;

    }

    25%, 75% {

        opacity: 0;

    }

}

@keyframes flash {

    0%, 50%, 100% {

        opacity: 1;

    }

    25%, 75% {

        opacity: 0;

    }

}

.flash {

    -webkit-animation-name: flash;

    -moz-animation-name: flash;

    -o-animation-name: flash;

    animation-name: flash;

}

@-webkit-keyframes shake {

    0%, 100% {

        -webkit-transform: translateX(0);

        opacity: 1;

    }

    10%, 30%, 50%, 70%, 90% {

        -webkit-transform: translateX(-10px);

    }

    20%, 40%, 60%, 80% {

        -webkit-transform: translateX(10px);

    }

}

@-moz-keyframes shake {

    0%, 100% {

        -moz-transform: translateX(0);

        opacity: 1;

    }

    10%, 30%, 50%, 70%, 90% {

        -moz-transform: translateX(-10px);

    }

    20%, 40%, 60%, 80% {

        -moz-transform: translateX(10px);

    }

}

@-o-keyframes shake {

    0%, 100% {

        -o-transform: translateX(0);

        opacity: 1;

    }

    10%, 30%, 50%, 70%, 90% {

        -o-transform: translateX(-10px);

    }

    20%, 40%, 60%, 80% {

        -o-transform: translateX(10px);

    }

}

@keyframes shake {

    0%, 100% {

        transform: translateX(0);

        opacity: 1;

    }

    10%, 30%, 50%, 70%, 90% {

        transform: translateX(-10px);

    }

    20%, 40%, 60%, 80% {

        transform: translateX(10px);

    }

}

.shake {

    -webkit-animation-name: shake;

    -moz-animation-name: shake;

    -o-animation-name: shake;

    animation-name: shake;

}

@-webkit-keyframes bounce {

    0%, 20%, 50%, 80%, 100% {

        -webkit-transform: translateY(0);

        opacity: 1;

    }

    40% {

        -webkit-transform: translateY(-30px);

    }

    60% {

        -webkit-transform: translateY(-15px);

    }

}

@-moz-keyframes bounce {

    0%, 20%, 50%, 80%, 100% {

        -moz-transform: translateY(0);

        opacity: 1;

    }

    40% {

        -moz-transform: translateY(-30px);

    }

    60% {

        -moz-transform: translateY(-15px);

    }

}

@-o-keyframes bounce {

    0%, 20%, 50%, 80%, 100% {

        -o-transform: translateY(0);

        opacity: 1;

    }

    40% {

        -o-transform: translateY(-30px);

    }

    60% {

        -o-transform: translateY(-15px);

    }

}

@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {

        transform: translateY(0);

        opacity: 1;

    }

    40% {

        transform: translateY(-30px);

    }

    60% {

        transform: translateY(-15px);

    }

}

.bounce {

    -webkit-animation-name: bounce;

    -moz-animation-name: bounce;

    -o-animation-name: bounce;

    animation-name: bounce;

}

@-webkit-keyframes tada {

    0% {

        -webkit-transform: scale(1);

    }

    10%, 20% {

        -webkit-transform: scale(0.9) rotate(-3deg);

    }

    30%, 50%, 70%, 90% {

        -webkit-transform: scale(1.1) rotate(3deg);

    }

    40%, 60%, 80% {

        -webkit-transform: scale(1.1) rotate(-3deg);

    }

    100% {

        -webkit-transform: scale(1) rotate(0);

        opacity: 1;

    }

}

@-moz-keyframes tada {

    0% {

        -moz-transform: scale(1);

    }

    10%, 20% {

        -moz-transform: scale(0.9) rotate(-3deg);

    }

    30%, 50%, 70%, 90% {

        -moz-transform: scale(1.1) rotate(3deg);

    }

    40%, 60%, 80% {

        -moz-transform: scale(1.1) rotate(-3deg);

    }

    100% {

        -moz-transform: scale(1) rotate(0);

        opacity: 1;

    }

}

@-o-keyframes tada {

    0% {

        -o-transform: scale(1);

    }

    10%, 20% {

        -o-transform: scale(0.9) rotate(-3deg);

    }

    30%, 50%, 70%, 90% {

        -o-transform: scale(1.1) rotate(3deg);

    }

    40%, 60%, 80% {

        -o-transform: scale(1.1) rotate(-3deg);

    }

    100% {

        -o-transform: scale(1) rotate(0);

        opacity: 1;

    }

}

@keyframes tada {

    0% {

        transform: scale(1);

    }

    10%, 20% {

        transform: scale(0.9) rotate(-3deg);

    }

    30%, 50%, 70%, 90% {

        transform: scale(1.1) rotate(3deg);

    }

    40%, 60%, 80% {

        transform: scale(1.1) rotate(-3deg);

    }

    100% {

        transform: scale(1) rotate(0);

        opacity: 1;

    }

}

.tada {

    -webkit-animation-name: tada;

    -moz-animation-name: tada;

    -o-animation-name: tada;

    animation-name: tada;

}

@-webkit-keyframes swing {

    20%, 40%, 60%, 80%, 100% {

        -webkit-transform-origin: top center;

    }

    20% {

        -webkit-transform: rotate(15deg);

    }

    40% {

        -webkit-transform: rotate(-10deg);

    }

    60% {

        -webkit-transform: rotate(5deg);

    }

    80% {

        -webkit-transform: rotate(-5deg);

    }

    100% {

        -webkit-transform: rotate(0deg);

        opacity: 1;

    }

}

@-moz-keyframes swing {

    20% {

        -moz-transform: rotate(15deg);

    }

    40% {

        -moz-transform: rotate(-10deg);

    }

    60% {

        -moz-transform: rotate(5deg);

    }

    80% {

        -moz-transform: rotate(-5deg);

    }

    100% {

        -moz-transform: rotate(0deg);

        opacity: 1;

    }

}

@-o-keyframes swing {

    20% {

        -o-transform: rotate(15deg);

    }

    40% {

        -o-transform: rotate(-10deg);

    }

    60% {

        -o-transform: rotate(5deg);

    }

    80% {

        -o-transform: rotate(-5deg);

    }

    100% {

        -o-transform: rotate(0deg);

        opacity: 1;

    }

}

@keyframes swing {

    20% {

        transform: rotate(15deg);

    }

    40% {

        transform: rotate(-10deg);

    }

    60% {

        transform: rotate(5deg);

    }

    80% {

        transform: rotate(-5deg);

    }

    100% {

        transform: rotate(0deg);

        opacity: 1;

    }

}

.swing {

    -webkit-transform-origin: top center;

    -moz-transform-origin: top center;

    -o-transform-origin: top center;

    transform-origin: top center;

    -webkit-animation-name: swing;

    -moz-animation-name: swing;

    -o-animation-name: swing;

    animation-name: swing;

}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */@-webkit-keyframes wobble {

    0% {

        -webkit-transform: translateX(0%);

    }

    15% {

        -webkit-transform: translateX(-25%) rotate(-5deg);

    }

    30% {

        -webkit-transform: translateX(20%) rotate(3deg);

    }

    45% {

        -webkit-transform: translateX(-15%) rotate(-3deg);

    }

    60% {

        -webkit-transform: translateX(10%) rotate(2deg);

    }

    75% {

        -webkit-transform: translateX(-5%) rotate(-1deg);

    }

    100% {

        -webkit-transform: translateX(0%);

        opacity: 1;

    }

}

@-moz-keyframes wobble {

    0% {

        -moz-transform: translateX(0%);

    }

    15% {

        -moz-transform: translateX(-25%) rotate(-5deg);

    }

    30% {

        -moz-transform: translateX(20%) rotate(3deg);

    }

    45% {

        -moz-transform: translateX(-15%) rotate(-3deg);

    }

    60% {

        -moz-transform: translateX(10%) rotate(2deg);

    }

    75% {

        -moz-transform: translateX(-5%) rotate(-1deg);

    }

    100% {

        -moz-transform: translateX(0%);

        opacity: 1;

    }

}

@-o-keyframes wobble {

    0% {

        -o-transform: translateX(0%);

    }

    15% {

        -o-transform: translateX(-25%) rotate(-5deg);

    }

    30% {

        -o-transform: translateX(20%) rotate(3deg);

    }

    45% {

        -o-transform: translateX(-15%) rotate(-3deg);

    }

    60% {

        -o-transform: translateX(10%) rotate(2deg);

    }

    75% {

        -o-transform: translateX(-5%) rotate(-1deg);

    }

    100% {

        -o-transform: translateX(0%);

        opacity: 1;

    }

}

@keyframes wobble {

    0% {

        transform: translateX(0%);

    }

    15% {

        transform: translateX(-25%) rotate(-5deg);

    }

    30% {

        transform: translateX(20%) rotate(3deg);

    }

    45% {

        transform: translateX(-15%) rotate(-3deg);

    }

    60% {

        transform: translateX(10%) rotate(2deg);

    }

    75% {

        transform: translateX(-5%) rotate(-1deg);

    }

    100% {

        transform: translateX(0%);

        opacity: 1;

    }

}

.wobble {

    -webkit-animation-name: wobble;

    -moz-animation-name: wobble;

    -o-animation-name: wobble;

    animation-name: wobble;

}

@-webkit-keyframes wiggle {

    0% {

        -webkit-transform: skewX(9deg);

    }

    10% {

        -webkit-transform: skewX(-8deg);

    }

    20% {

        -webkit-transform: skewX(7deg);

    }

    30% {

        -webkit-transform: skewX(-6deg);

    }

    40% {

        -webkit-transform: skewX(5deg);

    }

    50% {

        -webkit-transform: skewX(-4deg);

    }

    60% {

        -webkit-transform: skewX(3deg);

    }

    70% {

        -webkit-transform: skewX(-2deg);

    }

    80% {

        -webkit-transform: skewX(1deg);

    }

    90% {

        -webkit-transform: skewX(0deg);

    }

    100% {

        -webkit-transform: skewX(0deg);

        opacity: 1;

    }

}

@-moz-keyframes wiggle {

    0% {

        -moz-transform: skewX(9deg);

    }

    10% {

        -moz-transform: skewX(-8deg);

    }

    20% {

        -moz-transform: skewX(7deg);

    }

    30% {

        -moz-transform: skewX(-6deg);

    }

    40% {

        -moz-transform: skewX(5deg);

    }

    50% {

        -moz-transform: skewX(-4deg);

    }

    60% {

        -moz-transform: skewX(3deg);

    }

    70% {

        -moz-transform: skewX(-2deg);

    }

    80% {

        -moz-transform: skewX(1deg);

    }

    90% {

        -moz-transform: skewX(0deg);

    }

    100% {

        -moz-transform: skewX(0deg);

        opacity: 1;

    }

}

@-o-keyframes wiggle {

    0% {

        -o-transform: skewX(9deg);

    }

    10% {

        -o-transform: skewX(-8deg);

    }

    20% {

        -o-transform: skewX(7deg);

    }

    30% {

        -o-transform: skewX(-6deg);

    }

    40% {

        -o-transform: skewX(5deg);

    }

    50% {

        -o-transform: skewX(-4deg);

    }

    60% {

        -o-transform: skewX(3deg);

    }

    70% {

        -o-transform: skewX(-2deg);

    }

    80% {

        -o-transform: skewX(1deg);

    }

    90% {

        -o-transform: skewX(0deg);

    }

    100% {

        -o-transform: skewX(0deg);

        opacity: 1;

    }

}

@keyframes wiggle {

    0% {

        transform: skewX(9deg);

    }

    10% {

        transform: skewX(-8deg);

    }

    20% {

        transform: skewX(7deg);

    }

    30% {

        transform: skewX(-6deg);

    }

    40% {

        transform: skewX(5deg);

    }

    50% {

        transform: skewX(-4deg);

    }

    60% {

        transform: skewX(3deg);

    }

    70% {

        transform: skewX(-2deg);

    }

    80% {

        transform: skewX(1deg);

    }

    90% {

        transform: skewX(0deg);

    }

    100% {

        transform: skewX(0deg);

        opacity: 1;

    }

}

.wiggle {

    -webkit-animation-name: wiggle;

    -moz-animation-name: wiggle;

    -o-animation-name: wiggle;

    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;

    -moz-animation-timing-function: ease-in;

    -o-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale(1);

    }

    50% {

        -webkit-transform: scale(1.1);

    }

    100% {

        -webkit-transform: scale(1);

        opacity: 1;

    }

}

@-moz-keyframes pulse {

    0% {

        -moz-transform: scale(1);

    }

    50% {

        -moz-transform: scale(1.1);

    }

    100% {

        -moz-transform: scale(1);

        opacity: 1;

    }

}

@-o-keyframes pulse {

    0% {

        -o-transform: scale(1);

    }

    50% {

        -o-transform: scale(1.1);

    }

    100% {

        -o-transform: scale(1);

        opacity: 1;

    }

}

@keyframes pulse {

    0% {

        transform: scale(1);

    }

    50% {

        transform: scale(1.1);

    }

    100% {

        transform: scale(1);

        opacity: 1;

    }

}

.pulse {

    -webkit-animation-name: pulse;

    -moz-animation-name: pulse;

    -o-animation-name: pulse;

    animation-name: pulse;

}

@-webkit-keyframes fadeIn {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

@-moz-keyframes fadeIn {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

@-o-keyframes fadeIn {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

@keyframes fadeIn {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

.fadeIn {

    -webkit-animation-name: fadeIn;

    -moz-animation-name: fadeIn;

    -o-animation-name: fadeIn;

    animation-name: fadeIn;

}

@-webkit-keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(20px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

    }

}

@-moz-keyframes fadeInUp {

    0% {

        opacity: 0;

        -moz-transform: translateY(20px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateY(0);

    }

}

@-o-keyframes fadeInUp {

    0% {

        opacity: 0;

        -o-transform: translateY(20px);

    }

    100% {

        opacity: 1;

        -o-transform: translateY(0);

    }

}

@keyframes fadeInUp {

    0% {

        opacity: 0;

        transform: translateY(20px);

    }

    100% {

        opacity: 1;

        transform: translateY(0);

    }

}

.fadeInUp {

    -webkit-animation-name: fadeInUp;

    -moz-animation-name: fadeInUp;

    -o-animation-name: fadeInUp;

    animation-name: fadeInUp;

}

@-webkit-keyframes fadeInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-20px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

    }

}

@-moz-keyframes fadeInDown {

    0% {

        opacity: 0;

        -moz-transform: translateY(-20px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateY(0);

    }

}

@-o-keyframes fadeInDown {

    0% {

        opacity: 0;

        -o-transform: translateY(-20px);

    }

    100% {

        opacity: 1;

        -o-transform: translateY(0);

    }

}

@keyframes fadeInDown {

    0% {

        opacity: 0;

        transform: translateY(-20px);

    }

    100% {

        opacity: 1;

        transform: translateY(0);

    }

}

.fadeInDown {

    -webkit-animation-name: fadeInDown;

    -moz-animation-name: fadeInDown;

    -o-animation-name: fadeInDown;

    animation-name: fadeInDown;

}

@-webkit-keyframes fadeInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-20px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

    }

}

@-moz-keyframes fadeInLeft {

    0% {

        opacity: 0;

        -moz-transform: translateX(-20px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateX(0);

    }

}

@-o-keyframes fadeInLeft {

    0% {

        opacity: 0;

        -o-transform: translateX(-20px);

    }

    100% {

        opacity: 1;

        -o-transform: translateX(0);

    }

}

@keyframes fadeInLeft {

    0% {

        opacity: 0;

        transform: translateX(-20px);

    }

    100% {

        opacity: 1;

        transform: translateX(0);

    }

}

.fadeInLeft {

    -webkit-animation-name: fadeInLeft;

    -moz-animation-name: fadeInLeft;

    -o-animation-name: fadeInLeft;

    animation-name: fadeInLeft;

}

@-webkit-keyframes fadeInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(20px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

    }

}

@-moz-keyframes fadeInRight {

    0% {

        opacity: 0;

        -moz-transform: translateX(20px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateX(0);

    }

}

@-o-keyframes fadeInRight {

    0% {

        opacity: 0;

        -o-transform: translateX(20px);

    }

    100% {

        opacity: 1;

        -o-transform: translateX(0);

    }

}

@keyframes fadeInRight {

    0% {

        opacity: 0;

        transform: translateX(20px);

    }

    100% {

        opacity: 1;

        transform: translateX(0);

    }

}

.fadeInRight {

    -webkit-animation-name: fadeInRight;

    -moz-animation-name: fadeInRight;

    -o-animation-name: fadeInRight;

    animation-name: fadeInRight;

}

@-webkit-keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

    }

}

@-moz-keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -moz-transform: translateY(2000px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateY(0);

    }

}

@-o-keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -o-transform: translateY(2000px);

    }

    100% {

        opacity: 1;

        -o-transform: translateY(0);

    }

}

@keyframes fadeInUpBig {

    0% {

        opacity: 0;

        transform: translateY(2000px);

    }

    100% {

        opacity: 1;

        transform: translateY(0);

    }

}

.fadeInUpBig {

    -webkit-animation-name: fadeInUpBig;

    -moz-animation-name: fadeInUpBig;

    -o-animation-name: fadeInUpBig;

    animation-name: fadeInUpBig;

}

@-webkit-keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

    }

}

@-moz-keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -moz-transform: translateY(-2000px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateY(0);

    }

}

@-o-keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -o-transform: translateY(-2000px);

    }

    100% {

        opacity: 1;

        -o-transform: translateY(0);

    }

}

@keyframes fadeInDownBig {

    0% {

        opacity: 0;

        transform: translateY(-2000px);

    }

    100% {

        opacity: 1;

        transform: translateY(0);

    }

}

.fadeInDownBig {

    -webkit-animation-name: fadeInDownBig;

    -moz-animation-name: fadeInDownBig;

    -o-animation-name: fadeInDownBig;

    animation-name: fadeInDownBig;

}

@-webkit-keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

    }

}

@-moz-keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -moz-transform: translateX(-2000px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateX(0);

    }

}

@-o-keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -o-transform: translateX(-2000px);

    }

    100% {

        opacity: 1;

        -o-transform: translateX(0);

    }

}

@keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        transform: translateX(-2000px);

    }

    100% {

        opacity: 1;

        transform: translateX(0);

    }

}

.fadeInLeftBig {

    -webkit-animation-name: fadeInLeftBig;

    -moz-animation-name: fadeInLeftBig;

    -o-animation-name: fadeInLeftBig;

    animation-name: fadeInLeftBig;

}

@-webkit-keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

    }

}

@-moz-keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -moz-transform: translateX(2000px);

    }

    100% {

        opacity: 1;

        -moz-transform: translateX(0);

    }

}

@-o-keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -o-transform: translateX(2000px);

    }

    100% {

        opacity: 1;

        -o-transform: translateX(0);

    }

}

@keyframes fadeInRightBig {

    0% {

        opacity: 0;

        transform: translateX(2000px);

    }

    100% {

        opacity: 1;

        transform: translateX(0);

    }

}

.fadeInRightBig {

    -webkit-animation-name: fadeInRightBig;

    -moz-animation-name: fadeInRightBig;

    -o-animation-name: fadeInRightBig;

    animation-name: fadeInRightBig;

}

@-webkit-keyframes bounceIn {

    0% {

        opacity: 0;

        -webkit-transform: scale(0.3);

    }

    50% {

        opacity: 1;

        -webkit-transform: scale(1.05);

    }

    70% {

        -webkit-transform: scale(0.9);

    }

    100% {

        -webkit-transform: scale(1);

        opacity: 1;

    }

}

@-moz-keyframes bounceIn {

    0% {

        opacity: 0;

        -moz-transform: scale(0.3);

    }

    50% {

        opacity: 1;

        -moz-transform: scale(1.05);

    }

    70% {

        -moz-transform: scale(0.9);

    }

    100% {

        -moz-transform: scale(1);

        opacity: 1;

    }

}

@-o-keyframes bounceIn {

    0% {

        opacity: 0;

        -o-transform: scale(0.3);

    }

    50% {

        opacity: 1;

        -o-transform: scale(1.05);

    }

    70% {

        -o-transform: scale(0.9);

    }

    100% {

        -o-transform: scale(1);

        opacity: 1;

    }

}

@keyframes bounceIn {

    0% {

        opacity: 0;

        transform: scale(0.3);

    }

    50% {

        opacity: 1;

        transform: scale(1.05);

    }

    70% {

        transform: scale(0.9);

    }

    100% {

        transform: scale(1);

        opacity: 1;

    }

}

.bounceIn {

    -webkit-animation-name: bounceIn;

    -moz-animation-name: bounceIn;

    -o-animation-name: bounceIn;

    animation-name: bounceIn;

}

@-webkit-keyframes bounceInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

    }

    60% {

        opacity: 1;

        -webkit-transform: translateY(-30px);

    }

    80% {

        -webkit-transform: translateY(10px);

    }

    100% {

        -webkit-transform: translateY(0);

        opacity: 1;

    }

}

@-moz-keyframes bounceInUp {

    0% {

        opacity: 0;

        -moz-transform: translateY(2000px);

    }

    60% {

        opacity: 1;

        -moz-transform: translateY(-30px);

    }

    80% {

        -moz-transform: translateY(10px);

    }

    100% {

        -moz-transform: translateY(0);

        opacity: 1;

    }

}

@-o-keyframes bounceInUp {

    0% {

        opacity: 0;

        -o-transform: translateY(2000px);

    }

    60% {

        opacity: 1;

        -o-transform: translateY(-30px);

    }

    80% {

        -o-transform: translateY(10px);

    }

    100% {

        -o-transform: translateY(0);

        opacity: 1;

    }

}

@keyframes bounceInUp {

    0% {

        opacity: 0;

        transform: translateY(2000px);

    }

    60% {

        opacity: 1;

        transform: translateY(-30px);

    }

    80% {

        transform: translateY(10px);

    }

    100% {

        transform: translateY(0);

        opacity: 1;

    }

}

.bounceInUp {

    -webkit-animation-name: bounceInUp;

    -moz-animation-name: bounceInUp;

    -o-animation-name: bounceInUp;

    animation-name: bounceInUp;

}

@-webkit-keyframes bounceInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

    }

    60% {

        opacity: 1;

        -webkit-transform: translateY(30px);

    }

    80% {

        -webkit-transform: translateY(-10px);

    }

    100% {

        -webkit-transform: translateY(0);

        opacity: 1;

    }

}

@-moz-keyframes bounceInDown {

    0% {

        opacity: 0;

        -moz-transform: translateY(-2000px);

    }

    60% {

        opacity: 1;

        -moz-transform: translateY(30px);

    }

    80% {

        -moz-transform: translateY(-10px);

    }

    100% {

        -moz-transform: translateY(0);

        opacity: 1;

    }

}

@-o-keyframes bounceInDown {

    0% {

        opacity: 0;

        -o-transform: translateY(-2000px);

    }

    60% {

        opacity: 1;

        -o-transform: translateY(30px);

    }

    80% {

        -o-transform: translateY(-10px);

    }

    100% {

        -o-transform: translateY(0);

        opacity: 1;

    }

}

@keyframes bounceInDown {

    0% {

        opacity: 0;

        transform: translateY(-2000px);

    }

    60% {

        opacity: 1;

        transform: translateY(30px);

    }

    80% {

        transform: translateY(-10px);

    }

    100% {

        transform: translateY(0);

        opacity: 1;

    }

}

.bounceInDown {

    -webkit-animation-name: bounceInDown;

    -moz-animation-name: bounceInDown;

    -o-animation-name: bounceInDown;

    animation-name: bounceInDown;

}

@-webkit-keyframes bounceInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

    }

    60% {

        opacity: 1;

        -webkit-transform: translateX(30px);

    }

    80% {

        -webkit-transform: translateX(-10px);

    }

    100% {

        -webkit-transform: translateX(0);

        opacity: 1;

    }

}

@-moz-keyframes bounceInLeft {

    0% {

        opacity: 0;

        -moz-transform: translateX(-2000px);

    }

    60% {

        opacity: 1;

        -moz-transform: translateX(30px);

    }

    80% {

        -moz-transform: translateX(-10px);

    }

    100% {

        -moz-transform: translateX(0);

        opacity: 1;

    }

}

@-o-keyframes bounceInLeft {

    0% {

        opacity: 0;

        -o-transform: translateX(-2000px);

    }

    60% {

        opacity: 1;

        -o-transform: translateX(30px);

    }

    80% {

        -o-transform: translateX(-10px);

    }

    100% {

        -o-transform: translateX(0);

        opacity: 1;

    }

}

@keyframes bounceInLeft {

    0% {

        opacity: 0;

        transform: translateX(-2000px);

    }

    60% {

        opacity: 1;

        transform: translateX(30px);

    }

    80% {

        transform: translateX(-10px);

    }

    100% {

        transform: translateX(0);

        opacity: 1;

    }

}

.bounceInLeft {

    -webkit-animation-name: bounceInLeft;

    -moz-animation-name: bounceInLeft;

    -o-animation-name: bounceInLeft;

    animation-name: bounceInLeft;

}

@-webkit-keyframes bounceInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

    }

    60% {

        opacity: 1;

        -webkit-transform: translateX(-30px);

    }

    80% {

        -webkit-transform: translateX(10px);

    }

    100% {

        -webkit-transform: translateX(0);

        opacity: 1;

    }

}

@-moz-keyframes bounceInRight {

    0% {

        opacity: 0;

        -moz-transform: translateX(2000px);

    }

    60% {

        opacity: 1;

        -moz-transform: translateX(-30px);

    }

    80% {

        -moz-transform: translateX(10px);

    }

    100% {

        -moz-transform: translateX(0);

        opacity: 1;

    }

}

@-o-keyframes bounceInRight {

    0% {

        opacity: 0;

        -o-transform: translateX(2000px);

    }

    60% {

        opacity: 1;

        -o-transform: translateX(-30px);

    }

    80% {

        -o-transform: translateX(10px);

    }

    100% {

        -o-transform: translateX(0);

        opacity: 1;

    }

}

@keyframes bounceInRight {

    0% {

        opacity: 0;

        transform: translateX(2000px);

    }

    60% {

        opacity: 1;

        transform: translateX(-30px);

    }

    80% {

        transform: translateX(10px);

    }

    100% {

        transform: translateX(0);

        opacity: 1;

    }

}

.bounceInRight {

    -webkit-animation-name: bounceInRight;

    -moz-animation-name: bounceInRight;

    -o-animation-name: bounceInRight;

    animation-name: bounceInRight;

}

@-webkit-keyframes rotateIn {

    0% {

        -webkit-transform-origin: center center;

        -webkit-transform: rotate(-200deg);

        opacity: 0;

    }

    100% {

        -webkit-transform-origin: center center;

        -webkit-transform: rotate(0);

        opacity: 1;

    }

}

@-moz-keyframes rotateIn {

    0% {

        -moz-transform-origin: center center;

        -moz-transform: rotate(-200deg);

        opacity: 0;

    }

    100% {

        -moz-transform-origin: center center;

        -moz-transform: rotate(0);

        opacity: 1;

    }

}

@-o-keyframes rotateIn {

    0% {

        -o-transform-origin: center center;

        -o-transform: rotate(-200deg);

        opacity: 0;

    }

    100% {

        -o-transform-origin: center center;

        -o-transform: rotate(0);

        opacity: 1;

    }

}

@keyframes rotateIn {

    0% {

        transform-origin: center center;

        transform: rotate(-200deg);

        opacity: 0;

    }

    100% {

        transform-origin: center center;

        transform: rotate(0);

        opacity: 1;

    }

}

.rotateIn {

    -webkit-animation-name: rotateIn;

    -moz-animation-name: rotateIn;

    -o-animation-name: rotateIn;

    animation-name: rotateIn;

}

@-webkit-keyframes rotateInUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        -webkit-transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        -webkit-transform-origin: left bottom;

        -webkit-transform: rotate(0);

        opacity: 1;

    }

}

@-moz-keyframes rotateInUpLeft {

    0% {

        -moz-transform-origin: left bottom;

        -moz-transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        -moz-transform-origin: left bottom;

        -moz-transform: rotate(0);

        opacity: 1;

    }

}

@-o-keyframes rotateInUpLeft {

    0% {

        -o-transform-origin: left bottom;

        -o-transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        -o-transform-origin: left bottom;

        -o-transform: rotate(0);

        opacity: 1;

    }

}

@keyframes rotateInUpLeft {

    0% {

        transform-origin: left bottom;

        transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        transform-origin: left bottom;

        transform: rotate(0);

        opacity: 1;

    }

}

.rotateInUpLeft {

    -webkit-animation-name: rotateInUpLeft;

    -moz-animation-name: rotateInUpLeft;

    -o-animation-name: rotateInUpLeft;

    animation-name: rotateInUpLeft;

}

@-webkit-keyframes rotateInDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        -webkit-transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        -webkit-transform-origin: left bottom;

        -webkit-transform: rotate(0);

        opacity: 1;

    }

}

@-moz-keyframes rotateInDownLeft {

    0% {

        -moz-transform-origin: left bottom;

        -moz-transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        -moz-transform-origin: left bottom;

        -moz-transform: rotate(0);

        opacity: 1;

    }

}

@-o-keyframes rotateInDownLeft {

    0% {

        -o-transform-origin: left bottom;

        -o-transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        -o-transform-origin: left bottom;

        -o-transform: rotate(0);

        opacity: 1;

    }

}

@keyframes rotateInDownLeft {

    0% {

        transform-origin: left bottom;

        transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        transform-origin: left bottom;

        transform: rotate(0);

        opacity: 1;

    }

}

.rotateInDownLeft {

    -webkit-animation-name: rotateInDownLeft;

    -moz-animation-name: rotateInDownLeft;

    -o-animation-name: rotateInDownLeft;

    animation-name: rotateInDownLeft;

}

@-webkit-keyframes rotateInUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        -webkit-transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        -webkit-transform-origin: right bottom;

        -webkit-transform: rotate(0);

        opacity: 1;

    }

}

@-moz-keyframes rotateInUpRight {

    0% {

        -moz-transform-origin: right bottom;

        -moz-transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        -moz-transform-origin: right bottom;

        -moz-transform: rotate(0);

        opacity: 1;

    }

}

@-o-keyframes rotateInUpRight {

    0% {

        -o-transform-origin: right bottom;

        -o-transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        -o-transform-origin: right bottom;

        -o-transform: rotate(0);

        opacity: 1;

    }

}

@keyframes rotateInUpRight {

    0% {

        transform-origin: right bottom;

        transform: rotate(-90deg);

        opacity: 0;

    }

    100% {

        transform-origin: right bottom;

        transform: rotate(0);

        opacity: 1;

    }

}

.rotateInUpRight {

    -webkit-animation-name: rotateInUpRight;

    -moz-animation-name: rotateInUpRight;

    -o-animation-name: rotateInUpRight;

    animation-name: rotateInUpRight;

}

@-webkit-keyframes rotateInDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        -webkit-transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        -webkit-transform-origin: right bottom;

        -webkit-transform: rotate(0);

        opacity: 1;

    }

}

@-moz-keyframes rotateInDownRight {

    0% {

        -moz-transform-origin: right bottom;

        -moz-transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        -moz-transform-origin: right bottom;

        -moz-transform: rotate(0);

        opacity: 1;

    }

}

@-o-keyframes rotateInDownRight {

    0% {

        -o-transform-origin: right bottom;

        -o-transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        -o-transform-origin: right bottom;

        -o-transform: rotate(0);

        opacity: 1;

    }

}

@keyframes rotateInDownRight {

    0% {

        transform-origin: right bottom;

        transform: rotate(90deg);

        opacity: 0;

    }

    100% {

        transform-origin: right bottom;

        transform: rotate(0);

        opacity: 1;

    }

}

.rotateInDownRight {

    -webkit-animation-name: rotateInDownRight;

    -moz-animation-name: rotateInDownRight;

    -o-animation-name: rotateInDownRight;

    animation-name: rotateInDownRight;

}

/* Mega Menu */.mega-menu {

    margin: 0;

    padding: 0;

    list-style: none;

    *zoom: 1;

}

.mega-menu:before, .mega-menu:after {

    content: " ";

    display: table;

}

.mega-menu:after {

    clear: both;

}

.mega-menu li.menu-item {

    display: block;

    position: relative;

}

.mega-menu li.menu-item > a, .mega-menu li.menu-item > h5 {

    display: block;

    text-decoration: none;

    position: relative;

    outline: medium none;

    margin-top: 0;

    margin-bottom: 0;

    line-height: 24px;

    font-weight: 400;

}

.mega-menu li.menu-item > a > .fa, .mega-menu li.menu-item > h5 > .fa {

    width: 18px;

    text-align: center;

}

.mega-menu li.menu-item > a > .fa, .mega-menu li.menu-item > h5 > .fa, .mega-menu li.menu-item > a > .avatar, .mega-menu li.menu-item > h5 > .avatar {

    margin-right: 5px;
    color:#d3dae3;

}

.mega-menu li.menu-item > a > .avatar img, .mega-menu li.menu-item > h5 > .avatar img {

    margin-top: -5px;

    margin-bottom: -4px;

}

.mega-menu li.menu-item > h5 {

    cursor: default;

}

.mega-menu ul.sub-menu {

    margin: 0;

    padding: 0;

    list-style: none;

}

.mega-menu > li.menu-item {

    float: left;

}

.mega-menu > li.menu-item + li.menu-item {

    margin-left: 2px;

}

.mega-menu > li.menu-item.narrow {

    position: relative;

}

.mega-menu > li.menu-item > a, .mega-menu > li.menu-item > h5 {

    display: inline-block;

    font-size: 14px;

    line-height: 20px;

    padding: 9px 12px 8px;


}

@media (max-width: 1199px) {

    .mega-menu > li.menu-item > a, .mega-menu > li.menu-item > h5 {

        padding: 9px 9px 8px;

    }

}

.mega-menu > li.menu-item > a > .fa, .mega-menu > li.menu-item > h5 > .fa {

    width: auto;
   font-size:17px;
   color:#fff;

}

.mega-menu > li.menu-item > a .tip, .mega-menu > li.menu-item > h5 .tip {

    position: absolute;

    top: -9px;

    right: 10px;

}

.mega-menu > li.menu-item > a .tip .tip-arrow:before, .mega-menu > li.menu-item > h5 .tip .tip-arrow:before {

    content: "\f125";

    left: 2px;

    bottom: -3px;

    top: auto;

    width: auto;

    height: auto;

}

.mega-menu > li.menu-item.active > a, .mega-menu > li.menu-item:hover > a, .mega-menu > li.menu-item.active > h5, .mega-menu > li.menu-item:hover > h5 {

    color: #fff;

    /*border-radius: 5px !important;*/

}

.mega-menu > li.menu-item.has-sub:hover {

    z-index: 111;

}

.mega-menu > li.menu-item.has-sub:hover > a, .mega-menu > li.menu-item.has-sub:hover > h5 {

    /*border-radius: 4px 4px 0 0;*/

    margin-bottom: -1px;

    padding-bottom: 9px;

}

.menu-arrow .mega-menu > li.has-sub > a:after, .menu-arrow .mega-menu > li.has-sub > h5:after {

    content: "\f107";

    font-family: "FontAwesome";

}

.mega-menu .popup {

    position: absolute;

    border-top: 10px solid #ccc;

    left: 0;

    text-align: left;

    top: 100%;

    display: none;

    margin: 1px 0 0;

    z-index: 111;

}

.mega-menu .popup > .inner {

    padding: 25px 20px 10px;

    background: #fff;

    margin: -5px 0 0;

    *zoom: 1;

}

.mega-menu .popup > .inner:before, .mega-menu .popup > .inner:after {

    content: " ";

    display: table;

}

.mega-menu .popup > .inner:after {

    clear: both;

}

.mega-menu .popup ul.sub-menu {

    position: relative;

    z-index: 10;

}

.mega-menu .popup li.menu-item {

    padding: 0;

    float: none;

    height: auto;

}

.mega-menu .wide .popup {

    border-radius: 6px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

    right: auto;

    left: 0;

}

.mega-menu .wide .popup > .inner {

    border-radius: 6px;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {

    float: left;

    padding: 0 10px;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {

    color: #333;

    font-size: 1em;

    font-weight: 400;

    padding-bottom: 5px;

    text-transform: uppercase;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {

    padding-bottom: 15px;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {

    margin: 0 0 0 -8px;

    padding: 3px 8px;

    font-size: 0.9em;

    line-height: 20px;

    font-weight: normal;

    border-radius: 4px;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {

    background: #f4f4f4;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {

    padding-left: 10px;

}

.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {

    margin-bottom: -10px;

}

.mega-menu .wide .popup > .inner .container {

    width: auto;

    padding: 0;

}

.mega-menu .wide.pos-left .popup, .mega-menu .wide.pos-left .popup > .inner {

    border-radius: 0 6px 6px 6px;

}

.mega-menu .wide.pos-right .popup, .mega-menu .wide.pos-right .popup > .inner {

    border-radius: 6px 0 6px 6px;

}

.mega-menu .narrow .popup {

    min-width: 100%;

    border-top-width: 0;

}

.mega-menu .narrow .popup, .mega-menu .narrow .popup > .inner, .mega-menu .narrow .popup > .inner > ul.sub-menu {

    border-radius: 0 6px 6px 6px;

}

.mega-menu .narrow .popup > .inner {

    padding: 0;

    margin-top: 0;

}

.mega-menu .narrow .popup ul.sub-menu {

    min-width: 160px;

    padding: 5px;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);

}

.mega-menu .narrow .popup ul.sub-menu ul.sub-menu {

    border-top: 0 solid #ccc;

    border-radius: 6px;

    position: absolute;

    left: 100%;

    top: -5px;

    height: auto;

    display: none;

}

.mega-menu .narrow .popup li.menu-item > a, .mega-menu .narrow .popup li.menu-item > h5 {

    color: #fff;

    font-weight: 400;

    padding: 6px 14px 6px 7px;

    font-size: 0.9em;

    line-height: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    white-space: nowrap;

}

.mega-menu .narrow .popup li.menu-item:last-child > a, .mega-menu .narrow .popup li.menu-item:last-child > h5 {

    border-bottom-width: 0;

}

.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {

    display: block;

}

.mega-menu .narrow .popup li.menu-item-has-children > a, .mega-menu .narrow .popup li.menu-item-has-children > h5 {

    padding-right: 15px;

}

.mega-menu .narrow .popup li.menu-item-has-children > a:before, .mega-menu .narrow .popup li.menu-item-has-children > h5:before {

    content: "\f0da";

    float: right;

    margin-right: -13px;

    font-family: "FontAwesome";

    font-weight: normal;

    line-height: 22px;

}

.mega-menu .narrow.pos-left .popup {

    left: 0px;

    right: auto;

}

.mega-menu .narrow.pos-left .popup, .mega-menu .narrow.pos-left .popup > .inner, .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu {

    border-radius: 0 6px 6px 6px;

}

.mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu {

    left: 100%;

    right: auto;

}

.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before, .mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before {

    content: "\f0da";

}

.mega-menu .narrow.pos-right .popup {

    right: 0px;

    left: auto;

}

.mega-menu .narrow.pos-right .popup, .mega-menu .narrow.pos-right .popup > .inner, .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu {

    border-radius: 6px 0 6px 6px;

}

.mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu {

    right: 100%;

    left: auto;

}

.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before, .mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before {

    content: "\f0d9";

}

.mega-menu .tip {

    color: #fff;

    display: inline-block;

    font-size: 9px;

    font-family: Arial, Helvetica, sans-serif;

    border-radius: 2px;

    line-height: 1;

    padding: 2px;

    position: relative;

    margin-left: 10px;

    vertical-align: middle;

}

.mega-menu .tip.hot {

    background-color: #eb2771;

}

.mega-menu .tip.hot .tip-arrow:before {

    color: #eb2771;

}

.mega-menu .tip .tip-arrow:before {

    display: inline-block;

    font-family: "Elusive-Icons";

    font-size: 5px;

    position: absolute;

    width: 4px;

    height: 6px;

    margin: auto;

    content: "\f126";

    left: -4px;

    text-align: right;

    top: 0;

    bottom: 0;

}

.mega-menu .inline-menu-item {

    display: inline-block;

}

.mega-menu.show-arrow > li.has-sub > a:after, .mega-menu.show-arrow > li.has-sub > h5:after {

    display: inline-block;

    content: "\f0d7";

    font-family: "FontAwesome";

    font-weight: normal;

    margin: 1px 0 -1px 8px;

    line-height: 1;
   color:#fff;

}

.accordion-menu {

    margin: 0;

    padding: 0;

    list-style: none;

    font-size: 0.9em;

}

.accordion-menu > li, .accordion-menu ul.sub-menu > li {

    position: relative;

}

.accordion-menu li.menu-item > a, .accordion-menu li.menu-item > h5 {

    position: relative;

    display: block;

    outline: medium none;

    text-decoration: none;

    margin: 1px 0 0;

    padding: 5px 6px;

    line-height: 25px;

    font-weight: 400;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.accordion-menu li.menu-item > a > .flag, .accordion-menu li.menu-item > h5 > .flag {

    display: inline-block;

    width: 18px;

    height: auto;

    margin-top: -2px;

    margin-right: 5px;

}

.accordion-menu li.menu-item > a > .fa, .accordion-menu li.menu-item > h5 > .fa {

    width: 18px;

    text-align: center;

}

.accordion-menu li.menu-item > a > .fa, .accordion-menu li.menu-item > h5 > .fa, .accordion-menu li.menu-item > a > .avatar, .accordion-menu li.menu-item > h5 > .avatar {

    margin-right: 5px;

}

.accordion-menu li.menu-item > a > .avatar img, .accordion-menu li.menu-item > h5 > .avatar img {

    margin-top: -5px;

    margin-bottom: -4px;

}

.accordion-menu li.menu-item.has-sub > a, .accordion-menu li.menu-item.has-sub > h5 {

    padding-right: 33px;

}

.accordion-menu ul.sub-menu {

    display: none;

    list-style: none;

    margin: 0;

    padding: 0 0 0 10px;

}

.accordion-menu .arrow {

    border-radius: 3px;

    position: absolute;

    top: 6px;

    right: 0;

    width: 25px;

    height: 25px;

    cursor: pointer;

    text-align: center;

    font-family: "FontAwesome";

    line-height: 25px;

    vertical-align: top;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.accordion-menu .arrow:before {

    content: "\f067";

}

.accordion-menu .open > .arrow:before {

    content: "\f068";

}

.accordion-menu .tip {

    color: #fff;

    display: inline-block;

    font-size: 9px;

    font-family: Arial, Helvetica, sans-serif;

    border-radius: 2px;

    line-height: 1;

    padding: 2px;

    position: relative;

    margin-left: 10px;

    vertical-align: middle;

}

.accordion-menu .tip.hot {

    background-color: #eb2771;

}

.accordion-menu .tip.hot .tip-arrow:before {

    color: #eb2771;

}

.accordion-menu .tip .tip-arrow:before {

    display: inline-block;

    font-family: "Elusive-Icons";

    font-size: 5px;

    position: absolute;

    width: 4px;

    height: 6px;

    margin: auto;

    left: -4px;

    text-align: right;

    content: "\f126";

    top: 0;

    bottom: 0;

}

@media (max-width: 991px) {

    #main-sidebar-menu {

        display: none;

    }

}

.widget_sidebar_menu {

    border: 1px solid #ddd;

    border-radius: 7px;

    background: #fbfbfb;

    margin-top: 0;

}

.widget_sidebar_menu + .widget-block {

    margin-top: 20px;

}

.widget_sidebar_menu + .widget_product_categories, .widget_sidebar_menu + .widget_price_filter, .widget_sidebar_menu + .widget_layered_nav, .widget_sidebar_menu + .widget_layered_nav_filters {

    margin-top: 15px;

}

@media (max-width: 991px) {

    .widget_sidebar_menu {

        overflow: hidden;

    }

}

.widget_sidebar_menu.closed .widget-title {

    border-radius: 7px;

    margin-bottom: -1px;

}

.widget_sidebar_menu .widget-title {

    border-radius: 7px 7px 0 0;

    background: #f5f5f5;

    border-bottom: 1px solid #ddd;

    font-size: 0.9286em;

    font-weight: 700;

    line-height: 18px;

    padding: 10px 15px;

    margin: 0;

    text-transform: uppercase;

    position: relative;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

@media (max-width: 1199px) {

    .widget_sidebar_menu .widget-title {

        font-size: 0.8571em;

        line-height: 18px;

        padding: 9px 15px;

    }

}

.widget_sidebar_menu .widget-title .toggle {

    display: inline-block;

    width: 1.8571em;

    height: 1.8571em;

    line-height: 1.7572em;

    color: #ccc;

    background: #fff;

    border: 1px solid #ccc;

    border-radius: 3px;

    position: absolute;

    right: 1.0714em;

    top: 1px;

    bottom: 0;

    margin: auto;

    cursor: pointer;

    font-family: "FontAwesome";

    text-align: center;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

.widget_sidebar_menu .widget-title .toggle:before {

    content: "\f0d8";

}

.widget_sidebar_menu .widget-title .toggle:hover {

    color: #fff;

}

.widget_sidebar_menu .widget-title .toggle.closed:before {

    content: "\f0d7";

}

.sidebar-menu {

    margin: 0;

    padding: 0;

    list-style: none;

    *zoom: 1;

}

.sidebar-menu:before, .sidebar-menu:after {

    content: " ";

    display: table;

}

.sidebar-menu:after {

    clear: both;

}

.sidebar-menu li.menu-item {

    display: block;

    position: relative;

}

.sidebar-menu li.menu-item > a, .sidebar-menu li.menu-item > h5 {

    display: block;

    text-decoration: none;

    position: relative;

    outline: medium none;

    margin-top: 0;

    margin-bottom: 0;

    line-height: 24px;

    font-weight: 400;

}

.sidebar-menu li.menu-item > a > .fa, .sidebar-menu li.menu-item > h5 > .fa {

    width: 18px;

    text-align: center;

}

.sidebar-menu li.menu-item > a > .fa, .sidebar-menu li.menu-item > h5 > .fa, .sidebar-menu li.menu-item > a > .avatar, .sidebar-menu li.menu-item > h5 > .avatar {

    margin-right: 5px;

}

.sidebar-menu li.menu-item > a > .avatar img, .sidebar-menu li.menu-item > h5 > .avatar img {

    margin-top: -5px;

    margin-bottom: -4px;

}

.sidebar-menu li.menu-item > h5 {

    cursor: default;

}

.sidebar-menu ul.sub-menu {

    margin: 0;

    padding: 0;

    list-style: none;

}

.sidebar-menu > li.menu-item {

    float: none;

}

.sidebar-menu > li.menu-item:first-child > a, .sidebar-menu > li.menu-item:first-child > h5 {

    border-top-width: 0;

}

.sidebar-menu > li.menu-item:last-child:hover {

    border-radius: 0 0 7px 7px;

}

.sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover {

    border-radius: 0 0 0 7px;

}

.right-sidebar .sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover {

    border-radius: 0 0 7px 0;

}

.sidebar-menu > li.menu-item > a, .sidebar-menu > li.menu-item > h5 {

    display: block;

    line-height: 18px;

    padding: 11px 10px;

    margin: 0 10px -1px;

    border-top: 1px dotted #ddd;

}

@media (max-width: 1199px) {

    .sidebar-menu > li.menu-item > a, .sidebar-menu > li.menu-item > h5 {

        font-size: 0.9286em;

        line-height: 16px;

        padding: 9px 5px;

    }

}

.sidebar-menu > li.menu-item.active:hover > a, .sidebar-menu > li.menu-item.active:hover > h5 {

    color: #fff;

}

.sidebar-menu > li.menu-item:hover > a, .sidebar-menu > li.menu-item:hover > h5 {

    color: #fff;

    position: relative;

    z-index: 1;

}

.sidebar-menu > li.menu-item:hover > .arrow:before {

    border-left-color: #fff;

}

.sidebar-menu > li.menu-item > .arrow {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 5px;

    width: 30px;

    height: 30px;

    line-height: 30px;

    margin: auto;

    text-align: center;

}

@media (max-width: 991px) {

    .sidebar-menu > li.menu-item > .arrow, .right-sidebar .sidebar-menu > li.menu-item > .arrow {

        margin: 0;

        top: 7px;

    }

}

.sidebar-menu > li.menu-item > .arrow:before {

    content: "";

    display: inline-block;

    width: 0;

    height: 0;

    border-top: 4px solid transparent;

    border-bottom: 4px solid transparent;

    border-left: 5px solid #333;

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

}

@media (max-width: 991px) {

}

.sidebar-menu .popup {

    text-align: left;

    left: 100%;

    position: absolute;

    top: 0;

    display: none;

    margin: 0;

    z-index: 111;

}

@media (max-width: 991px) {

    .sidebar-menu .popup {

        position: static;

        margin-bottom: -1px;

    }

}

.right-sidebar .sidebar-menu .popup {

    right: 100%;

    left: auto;

}

.sidebar-menu .popup > .inner {

    margin: 0;

}

.sidebar-menu .popup ul.sub-menu {

    position: relative;

    z-index: 10;

}

.sidebar-menu .popup li.menu-item {

    padding: 0;

    height: auto;

}

.sidebar-menu .wide .popup {

    border-radius: 0 6px 6px 6px;

    margin-left: -1px;

    border-left: 10px solid #ccc;

    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);

}

.right-sidebar .sidebar-menu .wide .popup {

    border-radius: 6px 0 6px 6px;

    border-left-width: 0;

    border-right: 10px solid #ccc;

    margin-left: 0;

    margin-right: -1px;

}

.sidebar-menu .wide .popup > .inner {

    padding: 25px 20px 10px;

    background: #fff;

    border-radius: 0 6px 6px 6px;

    margin-left: -5px;

    *zoom: 1;

}

.sidebar-menu .wide .popup > .inner:before, .sidebar-menu .wide .popup > .inner:after {

    content: " ";

    display: table;

}

.sidebar-menu .wide .popup > .inner:after {

    clear: both;

}

.right-sidebar .sidebar-menu .wide .popup > .inner {

    border-radius: 6px 0 6px 6px;

    margin-left: 0;

    margin-right: -5px;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {

    float: left;

    padding: 0 10px;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {

    color: #333;

    font-size: 1em;

    font-weight: 600;

    padding-bottom: 5px;

    text-transform: uppercase;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {

    padding-bottom: 12px;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {

    margin: 0 0 0 -8px;

    padding: 3px 8px;

    font-size: 0.9em;

    line-height: 20px;

    font-weight: normal;

    border-radius: 4px;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {

    background: #f4f4f4;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {

    padding-left: 10px;

}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {

    margin-bottom: -10px;

}

.sidebar-menu .wide .popup > .inner .container {

    width: auto;

    padding: 0;

}

@media (max-width: 991px) {

    .sidebar-menu .wide .popup, .right-sidebar .sidebar-menu .wide .popup {

        border-radius: 0;

        box-shadow: none;

        border: none;

        margin: 0;

    }

    .sidebar-menu .wide .popup .inner, .right-sidebar .sidebar-menu .wide .popup .inner {

        border-radius: 0;

        margin: 0;

    }

}

.sidebar-menu .narrow .popup > .inner > ul.sub-menu {

    border-radius: 0 6px 6px 6px;

}

.right-sidebar .sidebar-menu .narrow .popup > .inner > ul.sub-menu {

    border-radius: 6px 0 6px 6px;

}

.sidebar-menu .narrow .popup ul.sub-menu {

    min-width: 160px;

    padding: 5px;

    border-radius: 6px;

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);

}

@media (max-width: 991px) {

    .sidebar-menu .narrow .popup ul.sub-menu {

        box-shadow: none;

        border-radius: 0;

    }

}

.sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {

    position: absolute;

    left: 100%;

    top: -5px;

    height: auto;

    display: none;

}

@media (max-width: 991px) {

    .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {

        position: static;

        padding: 0 0 0 5px;

    }

}

.right-sidebar .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {

    left: auto;

    right: 100%;

}

.sidebar-menu .narrow .popup li.menu-item > a, .sidebar-menu .narrow .popup li.menu-item > h5 {

    color: #fff;

    font-weight: 400;

    padding: 7px 15px 7px 8px;

    font-size: 0.9em;

    line-height: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    white-space: nowrap;

}

.sidebar-menu .narrow .popup li.menu-item:last-child > a, .sidebar-menu .narrow .popup li.menu-item:last-child > h5 {

    border-bottom-color: transparent;

}

.sidebar-menu .narrow .popup li.menu-item:hover > ul.sub-menu {

    display: block;

}

.sidebar-menu .narrow .popup li.menu-item-has-children > a, .sidebar-menu .narrow .popup li.menu-item-has-children > h5 {

    padding-right: 15px;

}

.sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {

    content: "\f0da";

    float: right;

    margin-right: -13px;

    font-family: "FontAwesome";

    font-weight: normal;

    line-height: 22px;

    opacity: 0.65;

    filter: alpha(opacity=65);

}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {

    content: "\f0d9";

}

@media (max-width: 991px) {

    .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {

        content: "\f0d7";

    }

    .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {

        margin-right: -7px;

    }

}

.sidebar-menu .narrow .popup li.menu-item-has-children:hover > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children:hover > h5:before {

    opacity: 1;

    filter: alpha(opacity=100);

}

.sidebar-menu .tip {

    color: #fff;

    display: inline-block;

    font-size: 8px;

    font-family: Arial, Helvetica, sans-serif;

    font-style: normal;

    border-radius: 2px;

    line-height: 1;

    padding: 2px;

    position: relative;

    margin-left: 10px;

    vertical-align: middle;

}

.sidebar-menu .tip.hot {

    background-color: #eb2771;

}

.sidebar-menu .tip.hot .tip-arrow:before {

    color: #eb2771;

}

.sidebar-menu .tip .tip-arrow:before {

    display: inline-block;

    font-family: "Elusive-Icons";

    font-size: 5px;

    position: absolute;

    content: "\f126";

    text-align: right;

    left: -4px;

    width: 4px;

    height: 6px;

    margin: auto;

    top: 0;

    bottom: 0;

}

.sidebar-menu .menu-custom-block span {

    display: none;

}

.sidebar-menu .menu-custom-block a {

    border-top: 1px solid #ddd;

    line-height: 18px;

    margin: 0 10px -1px;

    padding: 12px 5px;

    display: block;

    text-decoration: none;

}

@media (max-width: 1199px) {

    .sidebar-menu .menu-custom-block a {

        font-size: 0.9286em;

        line-height: 16px;

        padding: 9px 5px;

    }

}

.sidebar-menu .menu-custom-block a:hover {

    color: #fff;

    margin-left: 0;

    margin-right: 0;

    padding-left: 15px;

    padding-right: 15px;

    position: relative;

    z-index: 1;

}

.sidebar-menu .menu-custom-block a:last-child:hover {

    border-radius: 0 0 7px 7px;

}

.sidebar-menu.has-main-menu > li.menu-item:first-child > a, .sidebar-menu.has-main-menu > li.menu-item:first-child > h5 {

    border-top-width: 1px;

}

.sidebar-menu.has-side-menu > li.menu-item:last-child:hover {

    border-radius: 0;

}

.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {

    border-radius: 0;

}

/* Header */.header-wrapper.wide .container {

    width: 100%;

}

#header {

    clear: both;

}

#header a, #header a:hover {

    text-decoration: none;

    outline: none;

}

#header .header-top .container, #header .header-main .container {

    position: relative;

    display: table;
    background:#1c5b7e;

}

#header .header-top .container > div, #header .header-main .container > div {

    display: table-cell;

    position: relative;

    vertical-align: middle;

}

#header .header-left {

    text-align: left;

}

#header .header-center {

    text-align: left;

}

#header .header-right {

    text-align: right;

}

#header .header-main {

    position: relative;
    background-color:#1c5b7e;

}

#header .header-main .container {

    min-height: 68px;


}

@media (max-width: 480px) {

    #header .header-main .container {

        min-height: 43px;

    }

}

#header .header-main .container .header-left {

    padding: 10px 0;

}

@media (max-width: 1199px) {

    #header .header-main .container .header-left {

        padding-top: 25px;

        padding-bottom: 25px;

    }

}

@media (max-width: 767px) {

    #header .header-main .container .header-left {

        padding-top: 15px;

        padding-bottom: 15px;

        display: inline-block;

    }

}

#header .header-main .container .header-center {

    padding: 33px 5px;

}

@media (max-width: 1199px) {

    #header .header-main .container .header-center {

        padding-top: 25px;

        padding-bottom: 25px;

    }

}

@media (max-width: 767px) {

    #header .header-main .container .header-center {

        padding-top: 15px;

        padding-bottom: 15px;

        display: inline-block;

    }

}

#header .header-main .container .header-right {

    padding: 30px 0;

}

@media (max-width: 1199px) {

    #header .header-main .container .header-right {

        padding-top: 25px;

        padding-bottom: 25px;

    }

}

@media (max-width: 767px) {

    #header .header-main .container .header-right {

        padding-top: 15px;

        padding-bottom: 15px;

    }

}

#header .header-main .container .header-right .header-minicart {

    position: relative;

    padding-right: 50px;

}

@media (max-width: 480px) {

    #header .header-main .container .header-right .header-minicart {

        position: static;

        padding-right: 0;

    }

}

#header .header-main .container .header-right .header-minicart-box {

    position: relative;

    padding-right: 85px;

}

@media (max-width: 480px) {

    #header .header-main .container .header-right .header-minicart-box {

        position: static;

        padding-right: 0;

    }

}

#header .header-main .container .header-right .searchform-popup {

    margin-right: 3px;

}

#header .header-main .container #main-menu {

    display: inline-block;

    vertical-align: middle;

}

#header .header-top {

    position: relative;

    z-index: 1000;
   
    font-size: 13px

    
}

@media (max-width: 991px) {

    #header .header-top .gap {

        display: none;

    }

    #header .header-top .switcher-gap {

        display: inline;

    }

}

#header.logo-center .header-main .container .header-left {

    width: 42%;

    padding-right: 20px;

}

@media (max-width: 991px) {

    #header.logo-center .header-main .container .header-left {

        display: inline-block;

        width: auto;

    }

}

#header.logo-center .header-main .container .header-center {

    width: 16%;

    padding-left: 0;

    padding-right: 0;

    text-align: center;

}

#header.logo-center .header-main .container .header-center .logo {

    margin: 0 auto !important;

}

@media (max-width: 991px) {

    #header.logo-center .header-main .container .header-center {

        display: inline-block;

        width: auto;

        text-align: left;

    }

    #header.logo-center .header-main .container .header-center .logo {

        margin: 0 !important;

    }

}

#header.logo-center .header-main .container .header-right {

    width: 42%;

    padding-left: 20px;

}

@media (max-width: 991px) {

    #header.logo-center .header-main .container .header-right {

        width: auto;

    }

}

#header .gap {

    font-weight: 300;

    margin: 0 10px;

}

#header .mobile-show {

    display: none;

}

@media (max-width: 991px) {

    #header .mobile-hide {

        display: none;

    }

    #header .mobile-show {

        display: inline;

    }

}

#header.sticky-header .header-main.sticky {

    position: fixed;

    left: 0;

    right: 0;

    width: 100%;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);

    top: 0;

    -webkit-transition: height 0.6s ease 0s;

    -moz-transition: height 0.6s ease 0s;

    transition: height 0.6s ease 0s;

    z-index: 1000;

}

#header.sticky-header .header-main.sticky .container > div {

    padding-top: 8px;

    padding-bottom: 8px;

}

@media (max-width: 480px) {

    #header.sticky-header .header-main.sticky .container > div {

        padding-top: 5px;

        padding-bottom: 5px;

    }

}

#header.sticky-header .header-main.sticky .container.absolute {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}

#header.sticky-header .logo {

    min-width: 0;

}

#header.sticky-header .logo img {

    -webkit-transform: scale(0.8);

    -moz-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);

}

@media (max-width: 480px) {

    #header.sticky-header .logo {

        display: none;

    }

}

#header.sticky-header .main-menu-wrap {

    position: fixed;

    border-bottom-width: 0 !important;

    left: 0;

    right: 0;

    width: 100%;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);

    top: 0;

    z-index: 1000;

    padding: 7px 0;

}

.fixed-header #header {

    position: fixed;

    left: 0;

    right: 0;

    width: 100%;

    top: auto;

    z-index: 1000;

}

.fixed-header #header .header-main, .fixed-header #header .main-menu-wrap {

    position: relative;

    top: 0;

}

.fixed-header #header.sticky-header .header-main, .fixed-header #header.sticky-header .main-menu-wrap {

    position: fixed;

}

.fixed-header #header .header-top {

    display: none;

}

.fixed-header #header .header-main .container > div {

    padding-top: 15px;

    padding-bottom: 15px;

}

@media (max-width: 767px) {

    .fixed-header #header .header-main .container > div {

        padding-top: 8px;

        padding-bottom: 8px;

    }

}

.fixed-header #header .searchform {

    -webkit-transition: background 0.3s ease 0s, border 0.3s ease 0s;

    -moz-transition: background 0.3s ease 0s, border 0.3s ease 0s;

    transition: background 0.3s ease 0s, border 0.3s ease 0s;

}

.fixed-header #header .main-menu-wrap {

    -webkit-transition: background 0.3s ease 0s;

    -moz-transition: background 0.3s ease 0s;

    transition: background 0.3s ease 0s;

    padding: 0;

}

.fixed-header #header .main-menu-wrap #main-menu .mega-menu {

    background: transparent;

}

.fixed-header #header #main-menu .mega-menu {

    -webkit-transition: background 0.3s ease 0s;

    -moz-transition: background 0.3s ease 0s;

    transition: background 0.3s ease 0s;

}

#header-boxed {

    padding-left: 0;

    padding-right: 0;

}

/* Logo */#header .logo {

    margin: 0;

    padding: 0;

    min-width: 110px;

}

@media (max-width: 991px) {

    #header .logo {

        min-width: 0;

    }

}

@media (max-width: 480px) {

    #header .logo {

        text-align: center;

        margin: -15px auto 0;

    }

}

#header .logo a {

    display: inline-block;

    max-width: 100%;

}

#header .logo img {

    display: inline-block;

    color: transparent;

    max-width: 100%;

    -webkit-transition: all 0.2s ease 0s;

    -moz-transition: all 0.2s ease 0s;

    transition: all 0.2s ease 0s;

    -webkit-transform-origin: 0 center;

    -moz-transform-origin: 0 center;

    -ms-transform-origin: 0 center;

    -o-transform-origin: 0 center;

    transform-origin: 0 center;

}

#header .welcome-msg {

    display: inline-block;

    vertical-align: middle;

}

#header .switcher-wrap {

    display: inline-block;

    white-space: nowrap;

}

#header .switcher-wrap ul:first-child {

    margin-left: 0;

}

#header .currency-switcher, #header .view-switcher, #header .top-links {

    font-size: 0.7857em;

    display: inline-block;

    vertical-align: middle;

    margin: 3px 0;

}

#header .currency-switcher li.menu-item > a .flag, #header .view-switcher li.menu-item > a .flag, #header .top-links li.menu-item > a .flag, #header .currency-switcher li.menu-item > h5 .flag, #header .view-switcher li.menu-item > h5 .flag, #header .top-links li.menu-item > h5 .flag {

    display: inline-block;

    width: 18px;

    height: auto;

    margin-top: -2px;

    margin-right: 5px;

}

#header .currency-switcher > li.menu-item:after, #header .view-switcher > li.menu-item:after, #header .top-links > li.menu-item:after {

    content: "|";

    font-weight: 300;

    position: relative;

    top: -1px;

    margin: 0 1px 0 4px;

}

#header .currency-switcher > li.menu-item:last-child:after, #header .view-switcher > li.menu-item:last-child:after, #header .top-links > li.menu-item:last-child:after {

    display: none;

}

#header .currency-switcher > li.menu-item + li.menu-item, #header .view-switcher > li.menu-item + li.menu-item, #header .top-links > li.menu-item + li.menu-item {

    margin-left: 0;

}

#header .currency-switcher > li.menu-item > a, #header .view-switcher > li.menu-item > a, #header .top-links > li.menu-item > a, #header .currency-switcher > li.menu-item > h5, #header .view-switcher > li.menu-item > h5, #header .top-links > li.menu-item > h5 {

    font-size: 1em;

    font-weight: normal;

    padding: 0 5px;

    border-radius: 4px;

    line-height: 26px;

}

#header .currency-switcher > li.menu-item:hover > a, #header .view-switcher > li.menu-item:hover > a, #header .top-links > li.menu-item:hover > a, #header .currency-switcher > li.menu-item:hover > h5, #header .view-switcher > li.menu-item:hover > h5, #header .top-links > li.menu-item:hover > h5 {

    border-radius: 4px 4px 0 0;

}

#header .currency-switcher > li.menu-item.has-sub:hover > a, #header .view-switcher > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item.has-sub:hover > a, #header .currency-switcher > li.menu-item.has-sub:hover > h5, #header .view-switcher > li.menu-item.has-sub:hover > h5, #header .top-links > li.menu-item.has-sub:hover > h5 {

    margin-bottom: 0;

    padding-bottom: 0;
    
    color: #fff;

}

#header .currency-switcher > li.menu-item.has-sub > a:after, #header .view-switcher > li.menu-item.has-sub > a:after, #header .top-links > li.menu-item.has-sub > a:after, #header .currency-switcher > li.menu-item.has-sub > h5:after, #header .view-switcher > li.menu-item.has-sub > h5:after, #header .top-links > li.menu-item.has-sub > h5:after {

    content: "\f0d7";

}

#header .currency-switcher > li.menu-item > .popup, #header .view-switcher > li.menu-item > .popup, #header .top-links > li.menu-item > .popup {

    margin-top: 0;

    border-width: 0;

}

#header .currency-switcher .narrow .popup > .inner > ul.sub-menu, #header .view-switcher .narrow .popup > .inner > ul.sub-menu, #header .top-links .narrow .popup > .inner > ul.sub-menu {

    border-radius: 0 0 6px 6px;

    box-shadow: none;

}

#header .currency-switcher .narrow .popup ul.sub-menu, #header .view-switcher .narrow .popup ul.sub-menu, #header .top-links .narrow .popup ul.sub-menu {

    padding: 5px;

    min-width: 0;

}

#header .currency-switcher .narrow .popup li.menu-item > a, #header .view-switcher .narrow .popup li.menu-item > a, #header .top-links .narrow .popup li.menu-item > a, #header .currency-switcher .narrow .popup li.menu-item > h5, #header .view-switcher .narrow .popup li.menu-item > h5, #header .top-links .narrow .popup li.menu-item > h5 {

    font-size: 1em;

    padding: 0 7px;

    line-height: 25px;

    border-bottom-width: 0;

    text-transform: uppercase;

    background: transparent;

}

#header .currency-switcher, #header .view-switcher {

    margin-left: 11px;

}

#header .top-links {

    white-space: nowrap;

}

@media (max-width: 991px) {

    #header .top-links {

        display: none;

    }

}

#header .top-links > li.menu-item {

    display: inline-block;

    margin-left: -2px;

    float: none;

}

#header .top-links > li.menu-item.active > a, #header .top-links > li.menu-item:hover > a, #header .top-links > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item.active > h5, #header .top-links > li.menu-item:hover > h5, #header .top-links > li.menu-item.has-sub:hover > h5 {

    background: transparent;

}

#header .header-top .currency-switcher, #header .header-top .view-switcher, #header .header-top .top-links {

    margin: 0;

    font-size: 1em;

}

#header .header-top .currency-switcher > li.menu-item > a, #header .header-top .view-switcher > li.menu-item > a, #header .header-top .top-links > li.menu-item > a, #header .header-top .currency-switcher > li.menu-item > h5, #header .header-top .view-switcher > li.menu-item > h5, #header .header-top .top-links > li.menu-item > h5 {

    padding-top: 5px !important;

    padding-bottom: 5px !important;

    border-radius: 0 !important;
   
    color:#fff;

}

@media (max-width: 1199px) {

    #header .header-top .currency-switcher > li.menu-item > a, #header .header-top .view-switcher > li.menu-item > a, #header .header-top .top-links > li.menu-item > a, #header .header-top .currency-switcher > li.menu-item > h5, #header .header-top .view-switcher > li.menu-item > h5, #header .header-top .top-links > li.menu-item > h5 {

        padding-top: 3px !important;

        padding-bottom: 3px !important;

    }

}

#header .header-top .welcome-msg {

    line-height: 36px;

}

@media (max-width: 1199px) {

    #header .header-top .welcome-msg {

        line-height: 32px;

    }

}

/* Search Form */#header .searchform {



    border-radius: 10px;

    position: relative;

    display: inline-block;

    line-height: 40px;

    font-size: 13px;

    padding: 0;

    vertical-align: middle;

    /*width: 668px;*/

    *zoom: 1;

}

#header .searchform:before, #header .searchform:after {

    content: " ";

    display: table;

}

#header .searchform:after {

    clear: both;

}

#header .searchform:before {

    content: "";

    display: none;

    position: absolute;

    left: 27px;

    top: -23px;

    width: 22px;

    height: 22px;

    border: 11px solid transparent;

    border-bottom-color: inherit;

}

#header .searchform fieldset {

    margin-right: -2px;

}

@media (max-width: 1199px) {

    #header .searchform {

        width: 368px;

    }

}

@media (max-width: 991px) {

    #header .searchform {

        border-width: 5px;

        border-radius: 25px;

        width: 378px;

        display: none;

        position: absolute;

        left: -30px;

        top: 35px;

        z-index: 1001;

        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);

    }

    #header .searchform .autocomplete-suggestions {

        border-top-width: 5px;

    }

    #header .searchform:before {

        display: block;

    }

}

#header .searchform .text, #header .searchform .cat, #header .searchform .button-wrap {

    float: left;

    display: inline-block;
	color:#1c5b7e;
    border-radius:20px;
    background:#fff;
}

#header .searchform input, #header .searchform select, #header .searchform button {

    background:#1c5b7e;

    border-radius: 0;

    float: left;

    border: none;

    height: 35px;

    line-height: 40px;

    outline: none;

    box-shadow: none;

    margin-bottom: 0;

}

#header .searchform input {

    padding: 0 15px 0 20px;

    /*border-radius: 10px 0 0 10px;*/

    width: 350px;
border-style:solid;
border-color:#d3dae3;
border-width:2px;

}

@media (max-width: 1199px) {

    #header .searchform input {

        width: 320px;

    }

}

#header .searchform.searchform-cats input {

    width: 290px;

}

@media (max-width: 1199px) {

    #header .searchform.searchform-cats input {

        width: 190px;

    }

}

#header .searchform button {

    font-size: 20px;

    padding: 0 20px 0 13px;

    /*border-radius: 0 10px 10px 0;*/

    text-shadow: none;

}

#header .searchform select {

    padding: 0 0 0 10px;

    width: 130px;

    -moz-appearance: none;

}

#header .searchform input, #header .searchform select {

    /*border-right: 1px solid #ccc;*/

}

#header .searchform .autocomplete-suggestions {

    width: auto !important;

    left: 15px;

    right: 15px;

    padding: 0;

    border-radius: 0;

}

#header .searchform .autocomplete-suggestion {

    padding: 6px;

    line-height: 15px;

}

#header.search-md .searchform {

    width: 398px;

}

#header.search-md .searchform input {

    width: 350px;

}

#header.search-md .searchform.searchform-cats input {

    width: 220px;

}

@media (max-width: 1199px) {

    #header.search-md .searchform {

        width: 338px;

    }

    #header.search-md .searchform input {

        width: 290px;

    }

    #header.search-md .searchform.searchform-cats input {

        width: 160px;

    }

}

@media (max-width: 991px) {

    #header.search-md .searchform {

        width: 348px;

    }

    #header.search-md .searchform input {

        width: 292px;

    }

    #header.search-md .searchform.searchform-cats input {

        width: 162px;

    }

}

#header.search-sm .searchform {

    width: 348px;

}

#header.search-sm .searchform input {

    width: 300px;

}

#header.search-sm .searchform.searchform-cats input {

    width: 170px;

}

@media (max-width: 1199px) {

    #header.search-sm .searchform {

        width: 288px;

    }

    #header.search-sm .searchform input {

        width: 240px;

    }

    #header.search-sm .searchform.searchform-cats input {

        width: 110px;

    }

}

@media (max-width: 991px) {

    #header.search-sm .searchform {

        width: 298px;

    }

    #header.search-sm .searchform input {

        width: 242px;

    }

    #header.search-sm .searchform.searchform-cats input {

        width: 112px;

    }

}

#header .searchform-popup {

    display: inline-block;

    position: relative;

}

#header .searchform-popup .search-toggle {

    cursor: pointer;

    display: none;

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    position: relative;

    z-index: 1002;

}

@media (max-width: 991px) {

    #header .searchform-popup .search-toggle {

        display: block;

    }

}

#header .show-menu-search .searchform-popup {

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    height: 30px;

    margin: auto;

}

@media (max-width: 991px) {

    #header .show-menu-search .searchform-popup {

        position: relative;

        left: 0;

    }

}

#header .search-popup .search-toggle {

    display: inline-block;

}

#header .search-popup .searchform {

    border-width: 5px;

    border-radius: 25px;

    width: 478px;

    display: none;

    position: absolute;

    left: -30px;

    top: 35px;

    z-index: 1002;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);

}

@media (max-width: 1199px) {

    #header .search-popup .searchform {

        width: 378px;

    }

}

#header .search-popup .searchform:before {

    display: block;

}

#header.search-md .search-popup .searchform {

    width: 408px;

}

@media (max-width: 1199px) {

    #header.search-md .search-popup .searchform {

        width: 348px;

    }

}

#header.search-sm .search-popup .searchform {

    width: 358px;

}

@media (max-width: 1199px) {

    #header.search-sm .search-popup .searchform {

        width: 298px;

    }

}

#header .header-left.search-popup .searchform-popup {

    left: 0;

}

#header .header-left.search-popup .searchform {

    top: -10px;

    left: 40px;

}

#header .header-left.search-popup .searchform:before {

    border-bottom-color: transparent;

    border-right-color: inherit;

    left: -23px;

    top: 9px;

}

@media (max-width: 991px) {

    #header .header-left .searchform-popup {

        left: 0;

    }

    #header .header-left .searchform {

        top: -10px;

        left: 40px;

    }

    #header .header-left .searchform:before {

        border-bottom-color: transparent;

        border-right-color: inherit;

        left: -23px;

        top: 9px;

    }

}

#header .header-right.search-popup .searchform {

    left: auto;

    right: -27px;

}

#header .header-right.search-popup .searchform:before {

    left: auto;

    right: 27px;

}

@media (max-width: 991px) {

    #header .header-right .searchform {

        left: auto;

        right: -27px;

    }

    #header .header-right .searchform:before {

        left: auto;

        right: 27px;

    }

}

@media (max-width: 767px) {

    #header .header-left .searchform, #header .header-center .searchform, #header .header-right .searchform, #header .header-left.search-popup .searchform, #header .header-center.search-popup .searchform, #header .header-right.search-popup .searchform {

        width: 338px;

    }

    #header .header-left .searchform input, #header .header-center .searchform input, #header .header-right .searchform input, #header .header-left.search-popup .searchform input, #header .header-center.search-popup .searchform input, #header .header-right.search-popup .searchform input {

        width: 282px;

    }

    #header .header-left .searchform.searchform-cats input, #header .header-center .searchform.searchform-cats input, #header .header-right .searchform.searchform-cats input, #header .header-left.search-popup .searchform.searchform-cats input, #header .header-center.search-popup .searchform.searchform-cats input, #header .header-right.search-popup .searchform.searchform-cats input {

        width: 150px;

    }

}

@media (max-width: 480px) {

    #header .header-left .searchform, #header .header-center .searchform, #header .header-right .searchform, #header .header-left.search-popup .searchform, #header .header-center.search-popup .searchform, #header .header-right.search-popup .searchform {

        width: 288px;

    }

    #header .header-left .searchform input, #header .header-center .searchform input, #header .header-right .searchform input, #header .header-left.search-popup .searchform input, #header .header-center.search-popup .searchform input, #header .header-right.search-popup .searchform input {

        width: 236px;

    }

    #header .header-left .searchform.searchform-cats input, #header .header-center .searchform.searchform-cats input, #header .header-right .searchform.searchform-cats input, #header .header-left.search-popup .searchform.searchform-cats input, #header .header-center.search-popup .searchform.searchform-cats input, #header .header-right.search-popup .searchform.searchform-cats input {

        width: 120px;

        padding: 0 15px;

    }

    #header .header-left .searchform.searchform-cats select, #header .header-center .searchform.searchform-cats select, #header .header-right .searchform.searchform-cats select, #header .header-left.search-popup .searchform.searchform-cats select, #header .header-center.search-popup .searchform.searchform-cats select, #header .header-right.search-popup .searchform.searchform-cats select {

        width: 116px;

        padding: 0 0 0 5px;

    }

    #header .header-left .searchform-popup, #header .header-center .searchform-popup, #header .header-right .searchform-popup, #header .header-left.search-popup .searchform-popup, #header .header-center.search-popup .searchform-popup, #header .header-right.search-popup .searchform-popup {

        position: absolute;

        left: 45px;

        top: 6px;

        bottom: auto;

    }

    #header .header-left .searchform-popup .searchform, #header .header-center .searchform-popup .searchform, #header .header-right .searchform-popup .searchform, #header .header-left.search-popup .searchform-popup .searchform, #header .header-center.search-popup .searchform-popup .searchform, #header .header-right.search-popup .searchform-popup .searchform {

        border-width: 3px;

        right: auto;

        left: -30px;

        top: 35px;

    }

    #header .header-left .searchform-popup .searchform:before, #header .header-center .searchform-popup .searchform:before, #header .header-right .searchform-popup .searchform:before, #header .header-left.search-popup .searchform-popup .searchform:before, #header .header-center.search-popup .searchform-popup .searchform:before, #header .header-right.search-popup .searchform-popup .searchform:before {

        width: 14px;

        border-width: 7px;

        left: 34px;

        right: auto;

        top: -23px;

        border-color: transparent;

        border-bottom-color: inherit;

    }

    #header .header-left .autocomplete-suggestions, #header .header-center .autocomplete-suggestions, #header .header-right .autocomplete-suggestions, #header .header-left.search-popup .autocomplete-suggestions, #header .header-center.search-popup .autocomplete-suggestions, #header .header-right.search-popup .autocomplete-suggestions {

        border-top-width: 3px;

    }

}

/* Header Contact Block */#header .header-contact {

    margin: 5px 0;

    display: inline-block;

    vertical-align: middle;

    white-space: nowrap;

}

#header .header-contact p {

    margin-bottom: 0;

}

#header .header-contact a {

    font-size: 0.8571em;

}

#header .header-contact .gap {

    margin: 0 12px;

}

#header .header-contact i {

    display: inline-block;

    margin: 0 5px;

}

#header .header-contact .nav-top a, #header .header-contact .nav-top span {

    font-size: 0.9em;

    padding: 6px 10px;

}

#header .header-contact .nav-top i {

    position: relative;

    top: 1px;

    margin-right: 6px;

    margin-left: 0;

}

#header .header-contact .nav-top span {

    display: block;

    line-height: 14px;

    margin-bottom: 2px;

    margin-top: 5px;

}

#header .header-top .header-contact {

    margin: 0;

    font-size: 1.15em;

}

#header .header-top .header-contact a, #header .header-top .header-contact span {

    font-size: 1em;

}

/* Social Links */#header .share-links {

    display: inline-block;

    margin: 5px 0 5px 15px;

    vertical-align: middle;

}

#header .share-links > a {

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    transition: all 0.3s ease;

    box-shadow : 0 2px 2px 0 rgba(0, 0, 0, 0.3);

}

#header .header-top .share-links {

    margin: 0 5px 0 -5px;

    font-size: 1.4545em;

}

#header .header-top .share-links > a {

    width: 1.75em;

    height: 2em;

    margin: 0;

    background: transparent;

    box-shadow: none;

}

/* Mini Cart */#mini-cart {

    display: inline-block;

    vertical-align: middle;

    position: absolute;

    top: 50%;

    bottom: 50%;

    right: 0;

    height: 44px;

    margin: -22px auto;

}

#mini-cart .cart-head {

    position: relative;

    cursor: pointer;

    margin-top: 0;

    min-width: 50px;

    text-align: center;

}

#mini-cart .minicart-icon {

    font-size: 36px;

    vertical-align: middle;

    display: inline-block;

}

#mini-cart .cart-items {

    position: absolute;

    font-size: 15px;

    font-weight: 600;

    bottom: 10px;

    left: 0;

    right: 0;

    top: 11px;

    text-align: center;

    display: inline-block;

}

#mini-cart .cart-items .items-loading {

    width: 16px;

    height: 16px;

    display: inline-block;

    background: transparent url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;

    margin-top: -4px;

    vertical-align: middle;

}

#mini-cart.minicart-box {

    width: 68px;

    height: 60px;

    text-align: center;

    border: 1px solid #e6e6e6;

    margin: -30px auto;

}

#mini-cart.minicart-box .cart-head {

    margin-top: 11px;

}

#mini-cart.minicart-inline {

    font-size: 0.7857em;

    width: auto;

    height: auto;

    position: relative;

    top: auto;

    bottom: auto;

    margin: 3px 0 3px 7px;

    border-radius: 4px;

}

#mini-cart.minicart-inline .minicart-icon {

    font-size: 1.2727em;

    vertical-align: top;

}

#mini-cart.minicart-inline .cart-head {

    padding: 0 10px;

    line-height: 26px;

    height: 26px;

    white-space: nowrap;

    margin-top: 1px;

    margin-bottom: -1px;

}

#mini-cart.minicart-inline .cart-items {

    font-size: 1em;

    margin-left: 3px;

    position: relative;

    top: -1px;

}

#mini-cart.minicart-inline .cart-popup {

    margin-top: 8px;

}

#mini-cart.minicart-inline .cart-popup:before {

    right: 18px;

}

@media (max-width: 480px) {

    #header #mini-cart {

        font-size: 0.8462em;

        width: auto;

        height: auto;

        position: absolute;

        right: 15px;

        top: 9px;

        bottom: auto;

        margin: 0;

        border-radius: 4px;

        border-width: 0;

    }

    #header #mini-cart .minicart-icon {

        font-size: 1.2727em;

        vertical-align: baseline;

    }

    #header #mini-cart .cart-head {

        padding: 0 10px;

        line-height: 26px;

        height: 26px;

        margin: 0;

        white-space: nowrap;

    }

    #header #mini-cart .cart-items {

        font-size: 1em;

        margin-left: 3px;

        position: relative;

        top: -3px;

        vertical-align: middle;

    }

    #header #mini-cart .cart-popup {

        margin-top: 8px;

    }

    #header #mini-cart .cart-popup:before {

        right: 18px;

    }

}

#mini-cart .cart-popup {

    width: 340px;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    left: auto;

    right: 0;

    padding: 0;

    border-radius: 6px;

    border: none;

    border-top: 10px solid #ccc;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);

}

#mini-cart .cart-popup:before {

    content: '';

    position: absolute;

    top: -17px;

    right: 17px;

    border-left: 8px solid transparent !important;

    border-right: 8px solid transparent !important;

    border-bottom: 8px solid #ccc;

}

.header-minicart-box #mini-cart .cart-popup:before {

    right: 25px;

}

#mini-cart .cart-popup .widget_shopping_cart_content {

    background: #fff;

    border-radius: 6px;

    margin-top: -5px;

    padding: 15px;

}

@media (max-width: 767px) {

    #mini-cart .cart-popup {

        width: 290px;

    }

}

#mini-cart .widget_shopping_cart li.empty {

    text-align: center;

    padding: 10px 0;

}

#mini-cart .widget_shopping_cart .buttons {

    margin-bottom: 0;

}

#mini-cart .widget_shopping_cart .cart-loading {

    height: 64px;

    width: 100%;

    background: transparent url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;

    opacity: 0.6;

    filter: alpha(opacity=60);

}

#mini-cart .cart_list {

    max-height: 300px;

    overflow-y: auto;

    overflow-x: hidden;

}

#mini-cart .cart_list.scroll-scrolly_visible li {

    padding-right: 20px;

}

/* Main Menu */@media (max-width: 991px) {

    .main-menu-wrap {

        display: none;

    }

}

.main-menu-wrap .mega-menu > li.menu-item > a, .main-menu-wrap .mega-menu > li.menu-item > h5 {

    padding: 10px 13px;

}

.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > a, .main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > h5 {

    margin-bottom: -1px;

    padding-bottom: 11px;

}

.main-menu-wrap #main-menu .mega-menu .menu-custom-block {

    padding: 0;

    margin: 0;

}

.main-menu-wrap #main-menu .mega-menu .menu-custom-block a, .main-menu-wrap #main-menu .mega-menu .menu-custom-block span {

    padding: 10px 13px 9px;

    font-weight: 700;

}

.main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {

    top: -5px;

}

#main-menu {

    position: relative;

}

@media (max-width: 480px) {

    #main-menu {

        display: inline !important;

    }

}

#main-menu .mega-menu {

    border-radius: 8px;

}

@media (max-width: 991px) {

    #main-menu .mega-menu {

        display: none;

    }

}

#header .header-main .container #main-menu .mega-menu {

    text-align: left;

    background: transparent;

}

#header .header-main .container #main-menu .mega-menu > li.menu-item {

    margin: 1px 0 1px 2px;

}

#header .header-main .container #main-menu .mega-menu > li.menu-item:first-child {

    margin-left: 0;

    margin-right: 0;

}

#main-menu.centered .mega-menu {

    text-align: center;

}

#main-menu.centered .mega-menu > li.menu-item {

    float: none;

    display: inline-block;

    margin: 0 -1px;

}

.header-center.show-menu-search #main-menu {

    padding-left: 35px;

}

@media (max-width: 991px) {

    .header-center.show-menu-search #main-menu {

        padding-left: 0;

    }

}

.header-left.show-menu-search #main-menu {

    padding-left: 40px;

}

@media (max-width: 991px) {

    .header-left.show-menu-search #main-menu {

        padding-left: 0;

    }

}

#main-menu .menu-custom-block {

    padding: 10px 0 9px;

    line-height: 21px;

    font-weight: 500;

    font-size: 0.8571em;

    margin-left: -10px;

}

#main-menu .menu-custom-block a, #main-menu .menu-custom-block span {

    display: inline-block;

    padding: 0 15px;

    position: relative;

}

#main-menu .menu-custom-block a {

    text-transform: uppercase;

}

#main-menu .menu-custom-block .tip {

    color: #fff;

    display: inline-block;

    font-size: 10px;

    font-family: Arial, Helvetica, sans-serif;

    font-style: normal;

    border-radius: 2px;

    line-height: 1;

    padding: 4px;

    position: absolute;

    top: -14px;

    right: 10px;

    margin-left: 10px;

}

#main-menu .menu-custom-block .tip.hot {

    background-color: #eb2771;

}

#main-menu .menu-custom-block .tip.hot .tip-arrow:before {

    color: #eb2771;

}

#main-menu .menu-custom-block .tip .tip-arrow:before {

    display: inline-block;

    font-family: "Elusive-Icons";

    font-size: 5px;

    font-style: normal;

    position: absolute;

    width: auto;

    height: auto;

    margin: auto;

    top: auto;

    bottom: -3px;

    content: "\f125";

    left: 2px;

    text-align: right;

}

#main-menu .menu-custom-block .fa {

    text-align: center;

}

#main-menu .menu-custom-block .fa, #main-menu .menu-custom-block .avatar {

    margin-right: 5px;

}

#main-menu .menu-custom-block .avatar img {

    margin-top: -5px;

    margin-bottom: -4px;

}

@media (max-width: 991px) {

    #header .contact-gap {

        display: none;

    }

}

@media (max-width: 767px) {

    #header .header-top {

        display: none;

    }

    #header .header-contact {

        display: none;

    }

    #header .switcher-wrap {

        display: none;

    }

    #header .gap {

        display: none;

    }

}

@media (max-width: 480px) {

    #header .header-main .container {

        display: block;

        padding-top: 28px;

        padding-bottom: 15px;
        
        background:#1c5b7e;

    }

    #header .header-main .container > * {

        display: inline !important;

        padding: 0 !important;

        position: static !important;

    }

    #header .header-main .container > * #main-menu {

        display: inline;

        position: static;

    }

}

#main-toggle-menu {

    position: relative;

}

@media (max-width: 991px) {

    #main-toggle-menu {

        overflow: hidden;

    }

}

#main-toggle-menu .menu-title {

    color: #fff;

    cursor: pointer;

    background: #1c5b7e;

    font-size: 14px;

    font-weight: 600;

    line-height: 20px;

    padding: 10px 15px;

    margin: 0;

    text-transform: uppercase;

    position: relative;

    -webkit-transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    transition: all 0.25s ease 0s;

}

#main-toggle-menu .menu-title:hover {

    background-color: #1c5b7e;

}

#main-toggle-menu .menu-title .toggle {

    display: inline-block;

    font-family: "FontAwesome";

    margin: 0 5px 0 0;
    color: #d3dae3;

}

#main-toggle-menu .menu-title .toggle:before {

    content: "\f0c9";

}

#main-toggle-menu .toggle-menu-wrap {

    display: none;

    position: absolute;

    left: 0;

    top: 100%;

    width: 100%;

    background: #fff;
    border: 1px solid #F1F1F1;

    z-index: 1000;

}

#main-toggle-menu .toggle-menu-wrap > ul {

    /*border-bottom: 5px solid #1c5b7e;*/
}

#main-toggle-menu.closed .toggle-menu-wrap {

    display: none;

}

#main-toggle-menu.show-always .menu-title {

    background: #1c5b7e;

    cursor: default;

}

#main-toggle-menu.show-always .toggle-menu-wrap {

    height: auto !important;

    display: block !important;
  border-color:#1c5b7e;
border-width:0 5px 0px 0px;

}

#main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {

    border-radius: 0;

}

.right-sidebar #main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {

    border-radius: 0;

}

#header .mobile-toggle {

    cursor: pointer;

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    display: none;

}

@media (max-width: 991px) {

    #header .mobile-toggle {

        display: inline-block;

    }

}

@media (max-width: 480px) {

    #header .mobile-toggle {

        position: absolute;

        left: 15px;

        top: 6px;

    }

}

@media (min-width: 992px) {

    #header.header-1 .logo img, #header.header-4 .logo img, #header.header-9 .logo img, #header.header-13 .logo img {

        -webkit-transition: none;

        -moz-transition: none;

        transition: none;

        -webkit-transform: scale(1);

        -moz-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }

}
.header-wrapper.header-side-nav #header .side-top {

    display: block;

    text-align: center;

    *zoom: 1;

}

.header-wrapper.header-side-nav #header .side-top:before, .header-wrapper.header-side-nav #header .side-top:after {

    content: " ";

    display: table;

}

.header-wrapper.header-side-nav #header .side-top:after {

    clear: both;

}

.header-wrapper.header-side-nav #header .side-top > .container {

    display: block;

    min-height: 0 !important;

    position: static;

    padding-top: 0;

    padding-bottom: 0;

}

.header-wrapper.header-side-nav #header .side-top > .container > * {

    display: inline-block;

    padding: 0 !important;

}

.header-wrapper.header-side-nav #header .side-top > .container > *:first-child {

    margin-left: 0;

    margin-right: 0;

}

.header-wrapper.header-side-nav #header .share-links {

    margin: 0 0 8px;

}

.header-wrapper.header-side-nav #header .share-links a {

    width: 30px;

    height: 30px;

    margin: 5px;

    box-shadow: none;

    border-radius: 50px;

}

.header-wrapper.header-side-nav #header .share-links a:hover {

    color: #fff;

}

.header-wrapper.header-side-nav #header .share-links .share-twitter:hover {

    background: #1aa9e1;

}

.header-wrapper.header-side-nav #header .share-links .share-facebook:hover {

    background: #3b5a9a;

}

.header-wrapper.header-side-nav #header .share-links .share-linkedin:hover {

    background: #0073b2;

}

.header-wrapper.header-side-nav #header .share-links .share-rss:hover {

    background: #ff8201;

}

.header-wrapper.header-side-nav #header .share-links .share-googleplus:hover {

    background: #dd4b39;

}

.header-wrapper.header-side-nav #header .share-links .share-pinterest:hover {

    background: #cc2127;

}

.header-wrapper.header-side-nav #header .share-links .share-youtube:hover {

    background: #c3191e;

}

.header-wrapper.header-side-nav #header .share-links .share-instagram:hover {

    background: #7c4a3a;

}

.header-wrapper.header-side-nav #header .share-links .share-skype:hover {

    background: #00b0f6;

}

.header-wrapper.header-side-nav #header .share-links .share-email:hover {

    background: #dd4b39;

}

.header-wrapper.header-side-nav #header .share-links .share-vk:hover {

    background: #6383a8;

}

.header-wrapper.header-side-nav #header .share-links .share-xing:hover {

    background: #1a7576;

}

.header-wrapper.header-side-nav #header .share-links .share-tumblr:hover {

    background: #304e6c;

}

.header-wrapper.header-side-nav #header .share-links .share-reddit:hover {

    background: #ff4107;

}

@media (min-width: 992px) {

    .header-wrapper.header-side-nav {

        position: absolute;

        top: 0;

        bottom: 0;

        z-index: 1001;

    }

    .header-wrapper.header-side-nav #header {

        position: fixed;

        top: 0;

        left: 0;

        width: 256px;

        padding: 10px 15px 145px;

        min-height: 100vh;

    }

    .header-wrapper.header-side-nav #header.initialize {

        position: absolute;

    }

    .header-wrapper.header-side-nav #header.fixed-bottom {

        position: fixed;

        bottom: 0;

        top: auto;

    }

    .header-wrapper.header-side-nav #header .side-top > .container {

        padding: 0;

        width: 100%;

    }

    .header-wrapper.header-side-nav #header .header-main {

        position: static;

    }

    .header-wrapper.header-side-nav #header .header-main > .container {

        position: static;

        padding: 0;

        width: 100%;

        display: block;

    }

    .header-wrapper.header-side-nav #header .header-main > .container > * {

        position: static;

        display: block;

        padding: 0;

    }

    .header-wrapper.header-side-nav #header .logo {

        text-align: center;

        margin: 30px 0;

    }

    .header-wrapper.header-side-nav #header .searchform {

        margin-bottom: 20px;

        width: 226px;

        border-radius: 5px;

    }

    .header-wrapper.header-side-nav #header .searchform input {

        padding: 0 10px;

        border-radius: 5px 0 0 5px;

        border-width: 0;

        width: 190px;

    }

    .header-wrapper.header-side-nav #header .searchform.searchform-cats input {

        width: 95px;

    }

    .header-wrapper.header-side-nav #header .searchform button {

        padding: 0 10px;

        border-radius: 0 5px 5px 0;

    }

    .header-wrapper.header-side-nav #header .searchform select {

        border-width: 0;

        padding: 0;

        width: 93px;

    }

    .header-wrapper.header-side-nav #header .searchform .autocomplete-suggestions {

        left: -1px;

        right: -1px;

    }

    .header-wrapper.header-side-nav #header .top-links {

        display: block;

        font-size: 0.8em;

        margin-bottom: 20px;

    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item {

        display: block;

        float: none;

        margin: 0;

    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item:after {

        display: none;

    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item > a, .header-wrapper.header-side-nav #header .top-links li.menu-item > h5 {

        margin: 0;

        padding-top: 5px;

        padding-bottom: 5px;

        border-radius: 0;

        border-top: 1px solid #ccc;

    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item:first-child > a, .header-wrapper.header-side-nav #header .top-links li.menu-item:first-child > h5 {

        border-top-width: 0;

    }

    .header-wrapper.header-side-nav #header .header-contact {

        margin: 0 0 8px;

        white-space: normal;

    }

    .header-wrapper.header-side-nav #header .header-copyright {

        font-size: 0.9em;

    }

    .header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup {

        left: 0;

        right: auto;

    }

    .header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup:before {

        right: auto;

        left: 10px;

    }

    .header-wrapper.header-side-nav .side-bottom {

        text-align: center;

        position: absolute;

        bottom: 0;

        left: 0;

        right: 0;

        margin: 20px 10px;

    }

    .page-wrapper.side-nav .page-top.fixed-pos {

        position: fixed;

        z-index: 1000;

        width: 100%;

        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);

    }

}

.header-side-nav .sidebar-menu {

    margin-bottom: 20px;

}

.header-side-nav .sidebar-menu > li.menu-item > a, .header-side-nav .sidebar-menu > li.menu-item > h5 {

    margin-left: 0;

    margin-right: 0;

}

.header-side-nav .sidebar-menu > li.menu-item > .arrow {

    right: -5px;

}

.header-side-nav .sidebar-menu > li.menu-item:last-child:hover {

    border-radius: 0;

}

.header-side-nav .sidebar-menu .menu-custom-block a {

    margin-left: 0;

    margin-right: 0;

    padding-left: 5px;

    padding-right: 5px;

}

.header-side-nav .sidebar-menu .menu-custom-block a:last-child:hover {

    border-radius: 0;

}

.header-side-nav .sidebar-menu .menu-custom-block .fa {

    width: 18px;

    text-align: center;

}

.header-side-nav .sidebar-menu .menu-custom-block .fa, .header-side-nav .sidebar-menu .menu-custom-block .avatar {

    margin-right: 5px;

}

.header-side-nav .sidebar-menu .menu-custom-block > .avatar img {

    margin-top: -5px;

    margin-bottom: -4px;

}

@media (max-width: 991px) {

    .header-wrapper.header-side-nav #header .side-top {

        padding: 10px 0 0;

    }

    .header-wrapper.header-side-nav #header .side-top .currency-switcher, .header-wrapper.header-side-nav #header .side-top .view-switcher {

        float: left;

    }

    .header-wrapper.header-side-nav #header .side-top .mini-cart {

        float: right;

    }

    .header-wrapper.header-side-nav #header .logo {

        margin-bottom: 5px;

    }

    .header-wrapper.header-side-nav #header .sidebar-menu {

        display: none;

    }

    .header-wrapper.header-side-nav #header .share-links {

        margin: 0 0 0 10px;

    }

    .header-wrapper.header-side-nav #header .share-links a:last-child {

        margin-right: 0;

    }

    .header-wrapper.header-side-nav #header .header-copyright {

        display: none;

    }

}

@media (max-width: 991px) {

    .header-wrapper.header-side-nav #header .side-top {

        padding-top: 0;

    }

    .header-wrapper.header-side-nav #header .side-top > .container > * {

        display: none !important;

    }

    .header-wrapper.header-side-nav #header .side-top > .container > .mini-cart {

        display: block !important;

        position: absolute !important;

        top: 50%;

        bottom: 50%;

        height: 26px;

        margin-top: -12px;

        right: 15px;

        z-index: 1000;

    }

    .header-wrapper.header-side-nav #header .logo {

        margin: 0;

    }

    .header-wrapper.header-side-nav #header .share-links {

        display: none;

    }

    .header-wrapper.header-side-nav #header .show-minicart .header-contact {

        margin-right: 100px;

    }

}

@media (max-width: 767px) {

}

#nav-panel {

    position: fixed;

    height: 100%;

    width: 250px;

    top: 0;

    font-size: 0.9em;

    left: 0;

    overflow-x: hidden;

    overflow-y: scroll;

    z-index: -1;

    -webkit-transform: translate(-250px);

    -moz-transform: translate(-250px);

    -ms-transform: translate(-250px);

    -o-transform: translate(-250px);

    transform: translate(-250px);

}

.panel-overlay {

    opacity: 0;

    filter: alpha(opacity=0);

}

.panel-overlay.active {

    background: #000;

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: 99999;

    min-height: 100vh;

    opacity: 0.35;

    filter: alpha(opacity=35);

    -webkit-transition: opacity 0.2s ease-in-out 0s;

    -moz-transition: opacity 0.2s ease-in-out 0s;

    transition: opacity 0.2s ease-in-out 0s;

}

body.panel-opened {

    overflow-x: hidden;

}

body.panel-opened > * {

    z-index: 0;

}

body.panel-opened > #nav-panel {

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    z-index: 99999;

    -webkit-transform: translate(0px);

    -moz-transform: translate(0px);

    -ms-transform: translate(0px);

    -o-transform: translate(0px);

    transform: translate(0px);

}

body.panel-opened .page-wrapper {

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    -webkit-transform: translate(250px);

    -moz-transform: translate(250px);

    -ms-transform: translate(250px);

    -o-transform: translate(250px);

    transform: translate(250px);

}

#nav-panel .welcome-msg {

    text-align: center;

    display: block;

    margin: 15px 0;

    padding: 0 10px;

}

#nav-panel .accordion-menu {

    font-size: 0.8571em;

}

#nav-panel .accordion-menu .arrow {

    right: 5px;

}

#nav-panel .mobile-menu {

    font-size: 1em;

}

#nav-panel .switcher-wrap {

    margin: 20px 0;

    padding: 0 10px;

}

#nav-panel .menu-wrap {

    margin: 20px 0;

    padding: 0 10px;

}

#nav-panel .menu-custom-block {

    margin: 20px 0;

    padding: 0 10px;

}

#nav-panel .menu-custom-block a, #nav-panel .menu-custom-block span {

    display: block;

}

#nav-panel .menu-custom-block a {

    padding: 5px 6px;

    text-decoration: none;

}

#nav-panel .menu-custom-block .tip {

    color: #fff;

    display: inline-block;

    font-size: 9px;

    font-style: normal;

    font-family: Arial, Helvetica, sans-serif;

    border-radius: 2px;

    line-height: 1;

    padding: 2px;

    position: relative;

    margin-left: 10px;

    vertical-align: middle;

}

#nav-panel .menu-custom-block .tip.hot {

    background-color: #eb2771;

}

#nav-panel .menu-custom-block .tip.hot .tip-arrow:before {

    color: #eb2771;

}

#nav-panel .menu-custom-block .tip .tip-arrow:before {

    display: inline-block;

    font-family: "Elusive-Icons";

    font-size: 5px;

    font-style: normal;

    position: absolute;

    width: 4px;

    height: 6px;

    margin: auto;

    content: "\f126";

    left: -4px;

    text-align: right;

    top: 0;

    bottom: 0;

}

#nav-panel .share-links {

    font-size: 1em;

    margin: 15px 0;

    padding: 0 5px;

    text-align: center;

}

/* Page Top */#breadcrumbs-boxed {

    position: relative;

}

.page-top {

    background-color: #171717;

    min-height: 40px;

    padding: 0;

    padding: 8px 0 6px;

    position: relative;

    text-align: left;

}

.page-top.wide .container {

    width: 100%;

}

.page-top ul.breadcrumb {

    background: none;

    margin: 0;

    padding: 0;

}

.page-top ul.breadcrumb > li {

    font-size: 12px;
}

.page-top ul.breadcrumb > li a {

    display: inline-block;

    text-transform: none;

}

.page-top ul.breadcrumb > li + li:before {

    display: none;

}

.page-top ul.breadcrumb > li .delimiter {

    font-family: "FontAwesome";

    display: inline-block;

    width: 25px;

    text-align: center;

    font-style: normal;

    font-weight: 400;
   color:#1c5b7e;

}

.page-top ul.breadcrumb > li .delimiter:before {

    font-size: 0.8em;

    content: "\f054";

}

.page-top h1 {

    display: inline-block;

    font-size: 2em;

    font-weight: 200;

    margin: 0 0 -15px;

    min-height: 37px;

    line-height: 46px;

    padding: 0 0 17px;

    position: relative;

}

.page-top .product-nav {

    position: absolute;

    height: 30px;

    top: 50%;

    bottom: 50%;

    margin-top: -15px;

    right: 10px;

    *zoom: 1;

}

.page-top .product-nav:before, .page-top .product-nav:after {

    content: " ";

    display: table;

}

.page-top .product-nav:after {

    clear: both;

}

.page-top .product-nav .product-prev, .page-top .product-nav .product-next {

    display: inline-block;

    float: left;

}

.page-top .product-nav .product-prev:hover .product-popup, .page-top .product-nav .product-next:hover .product-popup {

    display: block;

}

.page-top .product-nav a {

    display: block;

}

.page-top .product-nav .product-link {

    width: 26px;

    height: 30px;

    display: inline-block;

    text-align: center;

    text-decoration: none;

}

.page-top .product-nav .product-link:before {

    font-family: "FontAwesome";

    line-height: 30px;

}

.page-top .product-nav .product-prev .product-link:before {

    content: "\f054";

}

.page-top .product-nav .product-prev .product-popup:before {

    right: 6px;

}

.page-top .product-nav .product-next .product-link:before {

    content: "\f053";

}

.page-top .product-nav .product-next .product-popup:before {

    right: 32px;

}

.page-top .product-nav .featured-box {

    display: block;

    margin: 0;

    text-align: left;

    border-width: 0;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);

}

.page-top .product-nav .featured-box .box-content {

    display: block;

    padding: 10px;

    *zoom: 1;

}

.page-top .product-nav .featured-box .box-content:before, .page-top .product-nav .featured-box .box-content:after {

    content: " ";

    display: table;

}

.page-top .product-nav .featured-box .box-content:after {

    clear: both;

}

.page-top .product-nav .product-popup {

    display: none;

    position: absolute;

    top: 30px;

    right: 0;

    width: 250px;

    font-size: 0.9286em;

    z-index: 999;

}

.page-top .product-nav .product-popup:before {

    border-bottom: 7px solid #ccc;

    border-left: 7px solid transparent !important;

    border-right: 7px solid transparent !important;

    content: "";

    position: absolute;

    top: -5px;

}

.page-top .product-nav .product-popup .product-image {

    padding: 2px;

    float: left;

    width: 90px;

}

.page-top .product-nav .product-popup .product-image img {

    width: 100%;

    height: auto;

    border-radius: 3px;

}

.page-top .product-nav .product-popup .product-details {

    float: right;

    width: 130px;

}

.page-top .product-nav .product-popup .product-details .product-title {

    display: block;

}

.page-top .product-nav .product-popup .product-details .amount {

    color: #444;

    font-size: 1.0714em;

    font-weight: 600;

    line-height: 1;

    vertical-align: middle;

}

.page-top .product-nav .product-popup .product-details .amount .currency, .page-top .product-nav .product-popup .product-details .amount .decimal {

    font-size: 0.75em;

    font-weight: 400;

}

.page-top .product-nav .product-popup .product-details .amount .currency .decimal {

    font-size: 1em;

}

.page-top .product-nav .product-popup .product-details ins {

    text-decoration: none;

    vertical-align: baseline;

}

.page-top .product-nav .product-popup .product-details del, .page-top .product-nav .product-popup .product-details .from {

    color: #a7a7a7;

    font-size: 0.8em;

    margin-right: 3px;

    vertical-align: baseline;

}

.page-top .product-nav .product-popup .product-details del .amount, .page-top .product-nav .product-popup .product-details .from .amount {

    color: #a7a7a7;

}

#breadcrumbs-boxed {

    padding-left: 0;

    padding-right: 0;

}

/* Responsive */@media (max-width: 479px) {

    .page-top h1 {

        line-height: 37px;

    }

}

/* Section Title */.section-title {

    font-size: 1.4em;

    line-height: 1.4;

    font-weight: 400;

    color: #1c5b7e;

    text-transform:capitalize;

    margin-bottom: 0.2em;

    letter-spacing: normal;
	text-align:justify;


}

/* Slider */.slider-title {

    font-size: 1.4em;

    font-weight: 400;

    color: #1c5b7e;

    text-transform:capitalize;

	text-align:justify;

    
}

.slider-title .line {

    content: "";

    background-image: - webkit-linear-gradient(-270 - left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);

    background-image: linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);

    display: block;

    height: 15px;

    position: relative;

    bottom: 0.7em;

    width: 0;

}

@media (max-width: 480px) {

    .slider-title .line {

        display: none !important;

    }

}

.master-slider {

    direction: ltr;

}

.master-slider .ms-container .ms-nav-prev, .master-slider .ms-container .ms-nav-next, .master-slider .ms-container .ms-slide-vpbtn, .master-slider .ms-container .ms-video-btn {

    background: transparent;

    border-radius: 0;

    font-family: "FontAwesome";

    font-size: 2.8571em;

    text-align: center;

    line-height: 1;

    margin-top: -25px;

    width: 50px;

    height: 50px;

}

.master-slider .ms-container .ms-nav-prev:before, .master-slider .ms-container .ms-nav-next:before, .master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {

    text-shadow: 0 0 3px #fff;

    font-size: 1.5em;

    line-height: 50px;

    display: block;

}

.master-slider .ms-container .ms-nav-prev {

    left: 0;

}

.master-slider .ms-container .ms-nav-prev:before {

    content: "\f104";

}

.master-slider .ms-container .ms-nav-next {

    right: 0;

}

.master-slider .ms-container .ms-nav-next:before {

    content: "\f105";

}

.master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {

    content: "\f04b";

    font-size: 1.1em;

    text-shadow: none;

}

.master-slider .ms-container .ms-bullet {

    background-image: none;

    width: 10px;

    height: 10px;

    border-radius: 20px;

    margin: 5px 7px !important;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.master-slider .ms-container .ms-bullet-selected {

    opacity: 1;

    filter: alpha(opacity=100);

}

.master-slider .ms-loading-container .ms-loading, .master-slider .ms-slide .ms-slide-loading {

    background-image: none;

    background-color: transparent;

    border-radius: 0;

    box-shadow: none;

    opacity: 1;

    filter: alpha(opacity=100);

}

.master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before {

    content: " ";

    display: inline-block !important;

    border-width: 3px 5px 2px 0;

    width: 32px;

    height: 32px;

    -webkit-animation: 1s linear 0s normal none infinite running spin;

    -moz-animation: 1s linear 0s normal none infinite running spin;

    animation: 1s linear 0s normal none infinite running spin;

    border-image: none;

    border-radius: 20px;

    border-style: solid;

    border-bottom-color: transparent !important;

    vertical-align: middle;

    position: absolute;

    margin: auto;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

.master-slider .ms-slide {

    overflow: hidden;

}

#content .master-slider, #content-inner-top .master-slider, #content-inner-bottom .master-slider {

    border-radius: 7px;

    overflow: hidden;

}

#content .master-slider .ms-slide .ms-slide-bgcont, #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #content .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {

    border-radius: 7px;

    overflow: hidden;

}

#content .product-image-slider, #content-inner-top .product-image-slider, #content-inner-bottom .product-image-slider {

    border-radius: 0;

    overflow: visible;

}

#content .product-image-slider .ms-slide .ms-slide-bgcont, #content-inner-top .product-image-slider .ms-slide .ms-slide-bgcont, #content-inner-bottom .product-image-slider .ms-slide .ms-slide-bgcont, #content .product-image-slider .ms-slide .ms-slide-bgvideocont, #content-inner-top .product-image-slider .ms-slide .ms-slide-bgvideocont, #content-inner-bottom .product-image-slider .ms-slide .ms-slide-bgvideocont {

    border-radius: 0;

    overflow: visible;

}

#main.wide #content .master-slider, #main.wide #content-inner-top .master-slider, #main.wide #content-inner-bottom .master-slider {

    border-radius: 0;

    overflow: visible;

}

#main.wide #content .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {

    border-radius: 0;

    overflow: visible;

}

.blueimp-gallery > .prev, .blueimp-gallery > .next, body .blueimp-gallery > .play-pause, body .blueimp-gallery-playing > .play-pause, body:last-child .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery-playing > .play-pause {

    background-image: none;

    background-color: transparent;

    border-radius: 0;

    border-width: 0;

    font-family: "FontAwesome";

    font-size: 2.8571em;

    text-align: center;

    line-height: 1;

    margin-top: -25px;

    text-indent: -1000px;

    overflow: hidden;

    display: block;

    width: 50px;

    height: 50px;

    opacity: 1;

    filter: alpha(opacity=100);

}

.blueimp-gallery > .prev:before, .blueimp-gallery > .next:before, body .blueimp-gallery > .play-pause:before, body .blueimp-gallery-playing > .play-pause:before, body:last-child .blueimp-gallery > .play-pause:before, body:last-child .blueimp-gallery-playing > .play-pause:before {

    text-indent: 0;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    text-align: center;

    font-size: 1.5em;

    line-height: 50px;

    display: block;

}

.blueimp-gallery-single .prev, .blueimp-gallery-single .next, .blueimp-gallery-single .play-pause {

    display: none !important;

}

.blueimp-gallery > .prev:before {

    content: "\f104";

}

.blueimp-gallery > .next:before {

    content: "\f105";

}

.blueimp-gallery > .close {

    font-family: "FontAwesome";

    font-size: 25px;

    font-weight: normal;

    opacity: 0.7;

    filter: alpha(opacity=70);

}

.blueimp-gallery > .close:hover {

    opacity: 1;

    filter: alpha(opacity=100);

}

.blueimp-gallery > .close:before {

    content: "\f00d";

}

body .blueimp-gallery > .play-pause, body .blueimp-gallery-playing > .play-pause, body:last-child .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery-playing > .play-pause {

    width: 40px;

    height: 40px;

    font-size: 1em;

    opacity: 0.7;

    filter: alpha(opacity=70);

}

body .blueimp-gallery > .play-pause:hover, body .blueimp-gallery-playing > .play-pause:hover, body:last-child .blueimp-gallery > .play-pause:hover, body:last-child .blueimp-gallery-playing > .play-pause:hover {

    opacity: 1;

    filter: alpha(opacity=100);

}

body .blueimp-gallery > .play-pause:before, body:last-child .blueimp-gallery > .play-pause:before {

    content: "\f04b";

}

body .blueimp-gallery-playing > .play-pause:before, body:last-child .blueimp-gallery-playing > .play-pause:before {

    content: "\f04c";

}

.banner-container {

    position: relative;

    z-index: 0;

}

.banner-container .banner-fixed {

    position: fixed;

    top: 0;

}

.banner-container .porto-block .ult-carousel-wrapper {

    margin-bottom: 0;

}

.banner-container .master-slider {

    max-width: 100%;

    overflow: hidden;

}

.side-nav .banner-container {

    margin-top: -1px;

}

.side-nav .banner-container .master-slider {

    max-width: none;

}

#banner-wrapper.container {

    padding-left: 0;

    padding-right: 0;

    overflow: hidden;

}

body .ads-container {

    color: #777;

    background: #fbfbfb;

    border: 1px solid #e1e1e1;

    margin: 20px 0 0;

    border-radius: 5px;

}

body .ads-container .left-icon.aio-icon-box {

    display: block;

    text-align: center;

    margin: 0 !important;

    padding: 20px 0;

}

body .ads-container .left-icon .aio-icon-left {

    display: inline-block;

}

body .ads-container .left-icon .aio-icon.none, body .ads-container .left-icon .aio-icon-img.none {

    text-align: right;

}

@media (max-width: 991px) {

    body .ads-container .left-icon .aio-icon.none, body .ads-container .left-icon .aio-icon-img.none {

        text-align: center;

    }

}

body .ads-container .left-icon .aio-ibd-block {

    display: inline-block;

    text-align: left;

}

@media (max-width: 991px) {

    body .ads-container .left-icon .aio-ibd-block {

        min-width: 215px;

    }

}

body .ads-container .left-icon .aio-icon-left .aio-icon, body .ads-container .left-icon .aio-icon-left .aio-icon-img {

    margin: 0 10px 0 0;

}

body .ads-container .left-icon .aio-icon-header, body .ads-container .left-icon .aio-icon-description {

    float: none;

    width: auto;

}

body .ads-container .left-icon h3.aio-icon-title {

    line-height: 1.1;

}

body .ads-container .left-icon .aio-icon-description {

    margin-top: 3px;

    line-height: 1.2;

}

body .ads-container .vc_column_container {

    border-left: 1px solid #e1e1e1;

}

body .ads-container .vc_column_container:first-child {

    border-left-width: 0;

}

@media (max-width: 991px) {

    body .ads-container .vc_column_container {

        float: none;

        width: 100%;

        border-left-width: 0;

    }

}

body .ads-container-full {

    margin-top: 0;

    margin-left: -11px !important;

    margin-right: -11px !important;

}

body .menu-ads-container {

    color: #777;

    background: #f6f6f6;

    border: 2px solid #fff;

    border-radius: 0 0 5px 5px;

    margin-top: 0;

    margin-left: -30px;

    margin-right: -30px;

}

body .menu-ads-container .vc_column_container {

    border-left: 2px solid #fff;

}

body .menu-ads-container .vc_column_container:first-child {

    border-left-width: 0;

}

@media (max-width: 1199px) {

    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon.aio-icon-box {

        padding: 15px 0;

    }

    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left {

        display: block;

    }

    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left .aio-icon {

        font-size: 25px !important;

        margin-bottom: 10px;

    }

    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-ibd-block {

        display: block;

        text-align: center;

    }

}

body .ads-container-light {

    color: #777;

    background: #fff;

    border-top: 1px solid #f5f5f5;

    border-bottom: 1px solid #f5f5f5;

    margin-top: 20px;

    margin-bottom: 0;

    border-radius: 5px;

}

body .ads-container-light .left-icon.aio-icon-box {

    display: block;

    text-align: center;

    margin: 0 !important;

    padding: 20px 0;

}

body .ads-container-light .left-icon .aio-icon-left {

    display: inline-block;

}

body .ads-container-light .left-icon .aio-icon.none, body .ads-container-light .left-icon .aio-icon-img.none {

    text-align: right;

}

@media (max-width: 991px) {

    body .ads-container-light .left-icon .aio-icon.none, body .ads-container-light .left-icon .aio-icon-img.none {

        text-align: center;

    }

}

body .ads-container-light .left-icon .aio-ibd-block {

    display: inline-block;

    text-align: left;

}

@media (max-width: 991px) {

    body .ads-container-light .left-icon .aio-ibd-block {

        min-width: 215px;

    }

}

body .ads-container-light .left-icon .aio-icon-left .aio-icon, body .ads-container-light .left-icon .aio-icon-left .aio-icon-img {

    margin: 0 10px 0 0;

}

body .ads-container-light .left-icon .aio-icon-header, body .ads-container-light .left-icon .aio-icon-description {

    float: none;

    width: auto;

}

body .ads-container-light .left-icon h3.aio-icon-title {

    line-height: 1.1;

}

body .ads-container-light .left-icon .aio-icon-description {

    margin-top: 3px;

    line-height: 1.2;

}

body .ads-container-light .vc_column_container {

    border-left: 1px solid #f5f5f5;

}

body .ads-container-light .vc_column_container:first-child {

    border-left-width: 0;

}

@media (max-width: 991px) {

    body .ads-container-light .vc_column_container {

        float: none;

        width: 100%;

        border-left-width: 0;

    }

}

body .ads-container-blue {

    color: #fff;

    background: #08c;

    border: 1px solid #08c;

    margin-left: -10px !important;

    margin-right: -10px !important;

    padding: 10px 0;

    border-radius: 5px;

}

body .ads-container-blue .left-icon.aio-icon-box {

    display: block;

    text-align: center;

    margin: 0 !important;

    padding: 20px 0;

}

body .ads-container-blue .left-icon .aio-icon-left {

    display: inline-block;

}

body .ads-container-blue .left-icon .aio-icon.none, body .ads-container-blue .left-icon .aio-icon-img.none {

    text-align: right;

}

@media (max-width: 991px) {

    body .ads-container-blue .left-icon .aio-icon.none, body .ads-container-blue .left-icon .aio-icon-img.none {

        text-align: center;

    }

}

body .ads-container-blue .left-icon .aio-ibd-block {

    display: inline-block;

    text-align: left;

}

@media (max-width: 991px) {

    body .ads-container-blue .left-icon .aio-ibd-block {

        min-width: 215px;

    }

}

body .ads-container-blue .left-icon .aio-icon-left .aio-icon, body .ads-container-blue .left-icon .aio-icon-left .aio-icon-img {

    margin: 0 10px 0 0;

}

body .ads-container-blue .left-icon .aio-icon-header, body .ads-container-blue .left-icon .aio-icon-description {

    float: none;

    width: auto;

}

body .ads-container-blue .left-icon h3.aio-icon-title {

    line-height: 1.1;

}

body .ads-container-blue .left-icon .aio-icon-description {

    margin-top: 3px;

    line-height: 1.2;

}

body .ads-container-blue .vc_column_container {

    border-left: 1px solid #149ce0;

}

body .ads-container-blue .vc_column_container:first-child {

    border-left-width: 0;

}

@media (max-width: 991px) {

    body .ads-container-blue .vc_column_container {

        float: none;

        width: 100%;

        border-left-width: 0;

    }

}

body .newsletter-banner {

    text-align: center;

}

body .newsletter-banner .widget_wysija_cont p, body .newsletter-banner .widget_wysija_cont .wysija-submit {

    display: inline-block;

    margin: 0 auto 10px;

    vertical-align: top;

    position: relative;

}

@media (max-width: 767px) {

    body .newsletter-banner .widget_wysija_cont p, body .newsletter-banner .widget_wysija_cont .wysija-submit {

        display: block;

    }

}

body .newsletter-banner .widget_wysija_cont .wysija-submit {

    border-radius: 0 3px 3px 0;

    margin-left: -7px;

}

@media (max-width: 767px) {

    body .newsletter-banner .widget_wysija_cont .wysija-submit {

        margin-left: auto;

        border-radius: 3px;

    }

}

body .newsletter-banner .widget_wysija_cont .wysija-input {

    background: #e3e2e2;

    color: #666;

    width: 350px;

}

@media (max-width: 767px) {

    body .newsletter-banner .widget_wysija_cont .wysija-input {

        width: 250px;

    }

}

body .newsletter-banner .widget_wysija_cont .formError {

    left: 0 !important;

    top: 36px !important;

}

@media (max-width: 767px) {

    body .newsletter-banner .widget_wysija_cont .formError {

        position: static !important;

    }

}

body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {

    border: none;

    background: transparent;

    color: #eb340e;

    text-align: left;

    line-height: 1.1;

}

@media (max-width: 767px) {

    body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {

        text-align: center;

        margin: 0 auto 5px;

    }

}

body .banner-container strong {

    font-weight: 600;

}

body .banner-container small {

    font-size: 11px;

    display: block;

}

body .banner-container .ult-new-ib-title {

    line-height: 1;

    text-align: left;

}

body .banner-title-bottom .ult-new-ib-title {

    left: 0;

}

body .banner-title-top .ult-new-ib-title {

    top: 0;

    left: 0;

}

body .banner-title-top .ult-new-ib-title small {

    font-size: 8px;

}

/* Home Intro */.home-intro {

    background-color: #171717;

    overflow: hidden;

    position: relative;

    margin-bottom: 60px;

    padding: 20px 0;

    text-align: left;

}

.home-intro p {

    color: #999;

    display: inline-block;

    padding-top: 10px;

    font-size: 1.15em;

    font-weight: 300;

    max-width: 800px;

    line-height: 24px;

}

.home-intro p strong {

    color: #fff;

    display: block;

    font-size: 1.3em;

    font-weight: 300;

    padding-bottom: 5px;

}

.home-intro p em {

    font-size: 1.6em;

}

.home-intro .get-started {

    margin-top: 15px;

    margin-bottom: 15px;

    position: relative;

    text-align: right;

}

.home-intro .get-started .btn {

    position: relative;

    z-index: 1;

}

.home-intro .get-started .btn i {

    font-size: 1.1em;

    font-weight: normal;

    margin-left: 5px;

}

.home-intro .get-started a {

    color: #fff;

}

.home-intro .get-started p {

    font-size: 1em;

    padding: 0;

}

.home-intro .learn-more {

    display: inline-block;

    white-space: nowrap;

    vertical-align: middle;

    margin-left: 15px;

}

.home-intro.light {

    background-color: #e2e2e2;

}

.home-intro.light.secondary {

    background-color: #e0e1e4;

}

/* Page 404 */.page-not-found {

    margin: 50px 0;

}

.page-not-found h2 {

    font-size: 140px;

    font-weight: 600;

    letter-spacing: -10px;

    line-height: 140px;

}

.page-not-found p {

    font-size: 1.4em;

    line-height: 36px;

}

/* Responsive */@media (max-width: 479px) {

    .page-not-found {

        margin: 0;

    }

    .page-not-found h2 {

        font-size: 100px;

        letter-spacing: 0;

        line-height: 100px;

    }

}

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {

    border-color: #a94442;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

span.wpcf7-not-valid-tip {

    color: #c10000;

    margin-top: 3px;

    padding: 0;

    font-size: 0.9em;

}

div.wpcf7-response-output {

    padding: 15px;

    margin: 0 0 20px;

    border: 1px solid transparent;

    border-radius: 4px;

}

div.wpcf7-response-output h4 {

    margin-top: 0;

    color: inherit;

}

div.wpcf7-response-output .alert-link {

    font-weight: bold;

}

div.wpcf7-response-output > p, div.wpcf7-response-output > ul {

    margin-bottom: 0;

}

div.wpcf7-response-output > p + p {

    margin-top: 5px;

}

div.wpcf7-validation-ok {

    background-color: #dff0d8;

    border-color: #d6e9c6;

    color: #3c763d;

}

div.wpcf7-validation-errors {

    background-color: #fcf8e3;

    border-color: #faebcc;

    color: #8a6d3b;

}

span.wpcf7-list-item {

    margin-left: 0;

    margin-right: 1em;

}

.wpcf7-captchac {

    margin-top: 8px;

}

@media (max-width: 991px) {

    .wpcf7-captchac {

        margin-top: 15px;

    }

}

/* #Footer */.footer-wrapper.wide .container {

    width: 100%;

}

.footer-top .widget:last-child {

    margin-bottom: 0;

}

.footer-top .container {

    padding-left: 10px;

    padding-right: 10px;

}

#footer {

    font-size: 0.9em;

    padding: 0;

    position: relative;

    clear: both;

}

#footer a:hover {

    text-decoration: underline;

}

#footer p {

    font-size: 1em;

}

#footer ul.list li {

    margin-bottom: 5px;

}

#footer .footer-ribbon {

    position: absolute;

    margin: -70px 0 0 0;

    padding: 10px 20px 6px 20px;

    color: #fff;

    font-size: 1.6em;

    font-family: "Shadows Into Light", cursive;

}

#footer .footer-ribbon:before {

    left: -10px;

    border-right: 10px solid #646464;

    border-top: 16px solid transparent;

    content: "";

    display: block;

    height: 0;

    position: absolute;

    top: 0;

    width: 7px;

}

#footer > .container {

    padding-top: 40px;

    padding-bottom: 10px;

}

#footer.show-ribbon > .container {

    padding-top: 54px;

}

#footer .container {

    position: relative;

}

#footer .container input:focus {

    box-shadow: none;

}

#footer .logo {

    display: inline-block;

    margin-right: 25px;

}

@media (max-width: 991px) {

    #footer .logo {

        display: block;

        margin-bottom: 15px;

        margin-right: 0;

    }

}

#footer .logo img {

    display: inline-block;

    max-width: 80px;

}

#footer .footer-bottom {

    padding: 15px 0;

}

#footer .footer-bottom .container {

    display: table;

    table-layout: fixed;

}

@media (max-width: 991px) {

    #footer .footer-bottom .container {

        display: block;

    }

}

#footer .footer-bottom .container > div {

    display: table-cell;

    vertical-align: middle;

}

@media (max-width: 991px) {

    #footer .footer-bottom .container > div {

        display: block;

    }

}

#footer .footer-bottom .container .footer-left {

    padding: 10px 8px 10px 0;

    text-align: left;

    width: 100%;

}

@media (max-width: 991px) {

    #footer .footer-bottom .container .footer-left {

        padding: 10px 0;

    }

}

#footer .footer-bottom .container .footer-center {

    padding: 10px 8px;

    text-align: center;

    width: 300px;

}

@media (max-width: 1199px) {

    #footer .footer-bottom .container .footer-center {

        width: 300px;

    }

}

@media (max-width: 991px) {

    #footer .footer-bottom .container .footer-center {

        padding: 10px 0;

        width: auto;

        text-align: left;

    }

}

#footer .footer-bottom .container .footer-right {

    padding: 10px 0 10px 8px;

    text-align: right;

    width: 100%;
    color: #fff;

}

@media (max-width: 991px) {

    #footer .footer-bottom .container .footer-right {

        padding: 10px 0;

        text-align: right;

        float: right;

    }

}

#footer .widgettitle, #footer .widget-title {

    margin-bottom: 15px;

    font-size: 1.2698em;

}

#footer .widgettitle, #footer .widget-title, #footer .widgettitle a, #footer .widget-title a {

    font-weight: 400;

    text-transform: none;

}

#footer .widgettitle img, #footer .widget-title img {

    margin-right: 3px;

    margin-top: -2px;

}

#footer .thumbnail, #footer .img-thumbnail {

    padding: 0;

    border-width: 0;

    background: transparent;

}

#footer .thumbnail img, #footer .img-thumbnail img {

    border-radius: 3px;

}

#footer .widget p {

    font-size: 1em;


}

#footer .widget > div > ul, #footer .widget > ul {

    font-size: 1em;

}

#footer .widget .tagcloud a {

    background: transparent;

    text-decoration: none;

}

#footer .widget .tagcloud a:hover {

    color: #fff;

}

#footer .widget P {

    margin-top: -3px;

    margin-bottom: 13px;
text-align:justify;

}

#footer .widget .contact-info {

    margin-top: -6px;

}

#footer .footer-bottom .widget {

    display: inline-block;

    margin: 0;

}

@media (max-width: 991px) {

    #footer .footer-bottom .widget {

        display: block;

        margin-top: 5px;

    }

}

#footer .footer-bottom .widget > div > ul, #footer .footer-bottom .widget > ul {

    border-width: 0;

}

#footer .footer-bottom .widget > div > ul li, #footer .footer-bottom .widget > ul li {

    border-width: 0;

}

#footer .footer-bottom .widget_nav_menu ul {

    margin: 0 0 0 -7px;

}

#footer .footer-bottom .widget_nav_menu ul li {

    display: inline-block;

    padding: 0 0 0 6px;

}

#footer .footer-bottom .widget_nav_menu ul li:first-child {

    padding: 0;

}

#footer .footer-bottom .widget_nav_menu ul li:before {

    display: none;

}

#footer .footer-bottom .widget_nav_menu ul li:after {

    content: "|";

    font-weight: 300;

    position: relative;

    top: -1px;

    margin: 0 0 0 9px;

}

#footer .footer-bottom .widget_nav_menu ul li:last-child:after {

    display: none;

}

#footer .footer-bottom .widget_nav_menu ul li + li {

    margin-left: 0;

}

#footer .footer-bottom .footer-left .widget {

    margin-right: 15px;

}

#footer .footer-bottom .footer-left:first-child {

    margin-right: 0;

}

#footer .footer-bottom .footer-right .widget {

    margin-left: 15px;

}

#footer .footer-bottom .footer-right .widget:first-child {

    margin-left: 0;

}

#footer .footer-bottom .tooltip {

    display: none !important;

}

.footer-wrapper.simple #footer, .footer-wrapper.fixed #footer {

    padding-top: 0;

    background: transparent;

}

.footer-wrapper.simple #footer .footer-bottom, .footer-wrapper.fixed #footer .footer-bottom {

    padding: 0;

}

.footer-wrapper.simple #footer .footer-bottom .logo, .footer-wrapper.fixed #footer .footer-bottom .logo {

    display: none;

}

.footer-wrapper.simple #footer .footer-bottom .container, .footer-wrapper.fixed #footer .footer-bottom .container {

    display: table;

}

.footer-wrapper.simple #footer .footer-bottom .container > div, .footer-wrapper.fixed #footer .footer-bottom .container > div {

    padding-top: 8px;

    padding-bottom: 8px;

    display: table-cell;

    float: none;

}

@media (max-width: 991px) {

    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-center, .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-center {

        display: none;

    }

}

@media (max-width: 480px) {

    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-right, .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-right {

        display: none;

    }

    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-left, .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-left {

        text-align: center;

    }

}

.footer-wrapper.fixed {

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

}

#footer-boxed {

    padding-left: 0;

    padding-right: 0;

    margin-top: 15px;

}

body.wide .container {

    width: 100%;

    max-width: 100%;

}

.container {

    padding-left: 15px;

    padding-right: 15px;

}

@media (max-width: 767px) {

    .container {

        width: 100%;

    }

}

.page-wrapper {

    position: relative;

    left: 0;

}

@media (min-width: 992px) {

    .page-wrapper.side-nav > * {

        padding-left: 256px;

    }

}

@media (min-width: 992px) {

    .page-wrapper.side-nav .container {

        width: 100%;

        max-width: 100%;

    }

}

.page-wrapper.side-nav #blueimp-gallery {

    padding: 0;

}

.header-wrapper {

    position: relative;

}

.column2-left-sidebar .main-content, .column2-left-sidebar .main-content {

    float: right;

}

@media (max-width: 991px) {

    .column2-left-sidebar .main-content, .column2-left-sidebar .main-content {

        float: none;

    }

}

.left-sidebar, .right-sidebar {

    position: relative;

}

#main {

    overflow: hidden;

    position: relative;
  /*margin-top:10px;*/

}

#main > .container {

    background: #fff;
    font-size:arial;

}

