/*
Theme Name: Webful Creations
Description: Custom WordPress Theme For Webful Creations Vision.
Author: Webful Creations
Author URI: http://www.webfulcreations.com/
Theme URI: https://themeforest.net/user/webfulcreationsvision/portfolio
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, post-formats, translation-ready, left-sidebar
Text Domain: webfulcreations
*/

/*---------------------------------------------------------------------------------------------------------------
  Below This Line You Can add Your CSS. Please Do not Edit Files above if you are not sure what you are doing!
---------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}
.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:3px;
}
.prod-content:after {
	clear:both;
	display:table;
	content:"";
}
body {
    font-size: 16px;
    color: #484848;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #2a2a2a;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin-bottom: 1.4em;
    line-height: 1.7;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a {
    color: #2a2a2a;
}
a:hover {
    color: #11d4ab;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
    border: 2px solid #ededed;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 26px;
    color: #484848;
    border-radius: 0;
    resize: none;
}

button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #11d4ab;
    outline: none;
}

input[type=submit] {
    font-family: 'Open Sans', sans-serif;
}

fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}

fieldset legend {
    display: inline-block;
    color: inherit;
    background: none;
    vertical-align: top;
}

blockquote {
    background: #fafafa;
    border-left: 5px solid #ecf0f1;
    padding: 25px 25px;
    font-size: 18px;
    font-style: italic;
    color: #313131;
    margin: 20px 0 20px 40px;
}

.single .entry-content blockquote p:last-child {
    margin-bottom: 0 !important;
}


/*==========================================================
	3. ELEMENTS
==========================================================*/

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

#wrapper {
    overflow: hidden;
}

.site-content {
    padding-bottom: 80px;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.txt-bold {
    font-weight: bold;
}

.txt-up {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.color1 {
    color: #2a2a2a;
}

.color2 {
    color: #898989;
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 25px;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.bx-wrapper .bx-pager .bx-pager-item a {
    display: block;
    border: 1px solid rgba(33, 33, 33, 0.3);
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.bx-wrapper .bx-pager .bx-pager-item a.active, .bx-wrapper .bx-pager .bx-pager-item a:hover {
    background: #212121;
}

.bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.dropdown {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

.dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown> ul> li {
    position: relative;
    padding-right: 10px;
}

.dropdown> ul> li:after {
    border-top: 3px solid #555555;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dropdown li> ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    background: #FFF;
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -o-box-shadow: 0 0 2px #ccc;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.dropdown li> ul li a {
    display: block;
    padding: 2px 15px;
    border-top: 1px solid #ededed;
}

.dropdown li> ul li:first-child a {
    border-top: none;
}

.dropdown li> ul li a:hover {
    background: #f5f5f5;
}

.dropdown.open li> ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.breadcrumb {
    font-size: 14px;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 5px;
}

.breadcrumb ul li:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    color: #fff;
    letter-spacing: 5px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb a {
    color: #CCC;
}

.breadcrumb a:hover {
    color: #a53e4c;
}

.breadcrumb ul li span {
    color: #CCC;
}

.heading-title {
    text-transform: uppercase;
    color: #373737;
    font-weight: bold;
    letter-spacing: 1px;
}

.heading-title:after {
    width: 50px;
    height: 1px;
    background: #373737;
    content: "";
    display: block;
    margin: 5px 0 30px;
}

.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.dark-line, .light-line {
    overflow: hidden;
    position: relative;
    display: block;
}

.light-line a, .dark-line a {
    display: block;
}

.dark-line img, .light-line img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.light-line:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
}

.dark-line:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.dark-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.dark-line:hover:after {
    opacity: 1;
    visibility: visible;
}

.button {
    height: 44px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 600;
    vertical-align: middle;
    background-color: #11d4ab;
    border: 2px solid #11d4ab;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 1;
    border-radius: 3px;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #1f2930;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.5s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.5s, background-color 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.button:hover:before {
    opacity: 1;
    visibility: visible;
    background-color: #1f2930;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}

.button:hover {
    color: #FFF;
    border-color: #1f2930;
    background-color: transparent;
}

.contact-form-page:after,
.contact-form-page .inner-form:after {
	clear:both;
	display:table;
	content:""; 
}
.p-actions .button {
    border: none;
    line-height: 44px;
    margin: 0 10px;
    -webkit-transition: border-color 0.4s, color 0.4s, background-color 0.4s;
    transition: border-color 0.4s, color 0.4s, background-color 0.4s;
}
.p-actions .button:hover { 
	color:#FFF;
}
.p-actions .button, .p-actions .button:before {
    webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.p-actions .button:before {
    width: 100%;
    webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    left: 10%;
}

.p-actions .button:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}

.p-actions .button i {
    margin-right: 10px;
    font-weight: bold;
}

.button.radius {
    border-radius: 20px;
}

.button.dark {
    background: #373737;
    color: #FFF;
    border-color: #373737;
}

.button.dark:hover {
    background: #252525;
    border-color: #252525;
}

.button.yellow {
    border: 1px solid #B99867;
    background: #B99867;
    color: #FFFFFF;
    width: auto;
}

.button.black {
    border: 1px solid #373737;
    background: #373737;
    border-color: #373737;
}

.button.blue {
    background-color: #1ba8ed;
    border-color: #1ba8ed;
}

.button.blue:hover {
    background-color: transparent;
    border-color: #1f2930;
	color:#FFF;
}

.button.trans {
    background-color: transparent;
    border: 2px solid #fff;
    line-height: 40px;
}

.button.trans:hover {
    border-color: #1f2930;
	color:#FFF;
}

.button.black:hover {
    background: #a53e4c;
    color: #ffffff;
    border-color: #a53e4c;
}

.button.yellow:hover {
    background: #a53e4c;
    border-color: #a53e4c;
    color: #FFFFFF;
}

.button.bold {
    font-weight: bold;
}

.button.square {
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.button.large {
    height: 52px;
    line-height: 50px;
    padding: 0 35px;
    font-size: 18px;
}

.button.facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #FFF;
}

.button.twitter {
    background: #55acee;
    border-color: #55acee;
    color: #FFF;
}

.button.facebook i, .button.twitter i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.button.facebook:hover {
    background: #2f4779;
}

.button.twitter:hover {
    background: #4c9ad5;
}

.btn-circle {
    display: block;
    border-radius: 50%;
    position: relative;
}

.btn-circle:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: 99;
}

.btn-circle:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.button.live-preview:hover {
	color:#FFF; 
}
.aligncenter {
	display:block;
	text-align:center; 
	margin:auto;
}
.collection-item .collection-title {
	margin-bottom:30px;
}
.collection-item {
	margin-bottom:60px;
	padding-bottom:60px;
	border-bottom:1px solid #ededed;
}
.collection-detail {
	margin-bottom:25px;
}
.collection-thumb {
	margin-bottom:30px;
}
.post .collection-item:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.collection-main-image img {
	width:100%;
	height:auto;
	margin-bottom:30px;
}

/*---------------------------
        SELECTBOX
----------------------------*/

.selectbox {
    position: relative;
    height: 42px;
    line-height: 42px;
    background-color: #f6f7f9;
}

.s-hidden {
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
}

.styledSelect:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 60px;
    color: #484848;
    top: 0;
    right: 20px;
    width: 10px;
    z-index: 3;
}

.styledSelect:active, .styledSelect.active {
    background-color: #eee;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 0;
    padding: 10px 0;
    list-style: none;
    max-height: 262px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
    margin: 0 0;
    padding: 10px 20px;
    line-height: 20px;
}

.options li:hover {
    background-color: #f6f7f9;
}

.filter-attr .styledSelect {
    background-color: #f6f7f9;
}

.filter-attr .styledSelect:after {
    line-height: 42px;
}

.filter-attr .options li {
    padding: 5px 20px;
    text-transform: capitalize;
}


/*------------ end select-box   ------------*/

.black-bg {
    background: #B99867;
    color: #FFFFFF;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.popup-open {
    opacity: 1;
    visibility: visible;
}

.popup .mask {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup .popup-inner {
    position: relative;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    max-width: 970px;
    background: #FFF;
    padding: 25px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.popup-close {
    opacity: 0.12;
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 0;
    z-index: 10;
}

a.popup-close:before {
    position: absolute;
    top: 0;
    right: 30px;
    width: 100%;
    height: 100%;
    content: "\f057";
    font-size: 36px;
    color: #000;
    font-family: FontAwesome;
}

a.popup-close:hover {
    opacity: 0.8;
}
.products-content h3 {
	font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0 15px;
    margin-bottom: 20px;
    color: #2f2f2f;
    border-bottom: 1px solid #f2f2f2; 
}
.products-content .p-title {
	line-height:21px;
	margin-bottom:0px;
	padding:15px 0px 0px; 
}
.custom-rating {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80px;
    height: 20px;
    float: right;
}
.custom-rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    color: #c5c5c5;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 4px;
    z-index: 2;
}
.review-list .comment {
	margin-bottom:30px; 
}
.review-list .comment p {
	margin-bottom:0px; 
}
.review-list .comment-meta { 
	margin-bottom: 10px;
    position: relative; 
}
.review-list .comment-meta .comment-author {
	display: block;
    color: #313131;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; 
}
.review-list .comment-meta .comment-author {
	display:inline; 
}
.review-list .comment-avatar {
	float:left; 
}
.review-list .comment-avatar img {
	width:50px;
	height:auto !important;
	border-radius:100%; 
}
.review-list .comment-info {
	margin-left: 70px;
    padding: 16px 30px 13px;
    background-color: #f6f7f9;
    border-radius: 3px; 
}
.custom-rating .stars:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 4px;
    z-index: 3;
    overflow: hidden;
}

.tabs .tab-heading {
    margin-bottom: 60px;
}

.tabs .tab-heading ul {
    text-align: center;
    font-size: 0;
}

.tabs .tab-heading ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

.tabs .tab-heading ul li {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.tabs .tab-heading ul li a {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    display: block;
    padding: 0 25px;
    border: 1px solid #e1e6ec;
    text-transform: capitalize;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.tabs .tab-heading ul li a:hover {
    color: #11d4ab;
}

.tabs .tab-heading ul li a.active {
    color: #fff;
    text-transform: uppercase;
    border-color: #11d4ab;
    background-color: #11d4ab;
}

.block {
    display: block;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 26px;
}

.checkbox input {
    margin: 0 !important;
    display: none;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    color: #2a2a2a;
    padding: 10px 0;
}

.checkbox label:before {
    content: "\f096";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #2a2a2a;
    margin-right: 20px;
}

.checkbox input:checked+ label:before {
    content: "\f046";
}

.input-field {
    margin-bottom: 20px;
}

.input-field .input-text, .input-field .selectbox, .input-field textarea {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
}

.input-field .selectbox {
    background: transparent;
    cursor: pointer;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #e5e5e5;
}

.input-field .selectbox option {
    height: 36px;
    line-height: 36px;
}

.select-country {
    position: relative;
}

label.sl-label, .input-field.select-country label[for="bill-country"] {
    position: absolute;
    top: 0;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
}

.input-field .selectbox, .cart-input .selectbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.input-field label {
    color: #2a2a2a;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

.radio input[type="radio"] {
    display: none;
}

.radio label {
    padding: 5px 0;
    color: #2a2a2a;
}

.radio label:before {
    content: "\f1db";
    font-family: FontAwesome;
    width: 30px;
    height: 20px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.radio input:checked+ label:before {
    content: "\f111";
}

.payment-box {
    padding: 20px 28px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    color: #898989;
}

.owl-pagination {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active, .owl-controls .owl-page:hover {
    background: #FFF;
}

.toggle {
    margin-bottom: 75px;
}

.toggle-controls {
    margin: 0;
    padding: 0;
    list-style: none;
}

.toggle-controls li {
    border-top: 1px solid #e0e0e0;
    position: relative;
}

.toggle-controls li:first-child {
    border-top: none;
}

.toggle-controls li:before {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #888;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
}

.toggle-controls li a {
    font-family: "Open Sans", sans-serif;
    color: #484848;
    display: block;
    border-right: 1px solid #e0e0e0;
    padding: 14px 15px 14px 50px;
}

.toggle-controls li a.active, .toggle-controls li a:hover {
    color: #373737;
}

.toggle-controls li a.active {
    font-weight: bold;
    border-right: none;
}

.toggle-content {
    padding: 35px 30px 35px 10px;
    display: none;
    font-family: 'Open Sans', 'sans-serif';
}

.toogle-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #b99867;
}

.table> tbody> tr> td, .table> tbody> tr> th, .table> tfoot> tr> td, .table> tfoot> tr> th, .table> thead> tr> td, .table> thead> tr> th {
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
    vertical-align: middle;
}

.table> tbody> tr> th, .table> tfoot> tr> th, .table> thead> tr> th {
    font-size: 18px;
    color: #373737;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}

.price {
    font-weight: bold;
}

.pagination {
    font-size: 0;
    display: block;
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.pagination li a, .pagination li span {
    height: 40px;
    line-height: 27px;
    font-size: 16px;
    border: 2px solid #f2f2f2;
    text-align: center;
    color: #2f2f2f;
    display: inline-block;
    background-color: #f2f2f2;
}

.pagination li span.current {
    border-color: #11d4ab;
    color: #11d4ab;
    background-color: transparent;
}

.pagination li a:hover {
    color: #11d4ab;
}
.prod-content .images .wp-post-image {
	 width:100%;
	 height:auto;
}
#order_form {
	display:inline; 
}

/*==========================================================
	4. HEADER
==========================================================*/


/* --------------------------
	4.1 General
--------------------------- */

.sticky-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.site-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 999;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.box-center {
    margin: 0 auto;
    padding: 0 60px;
}

.site-brand {
    float: left;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.site-brand .logo-mobile {
    display: none;
}
.site-brand img {
	height:82px; 
	width:auto;
}
.is-sticky .site-brand img {
	height:70px;
	width:auto; 
}
.right-header {
    float: right;
}

.user-login:hover {
    color: #11d4ab;
}

.user-login .thumb {
    margin-right: 5px;
}

.user-login .thumb img {
    border-radius: 50%;
}


/* --------------------------
	4.2 Main Menu
--------------------------- */

.user-nav, .main-menu {
    display: inline-block;
    vertical-align: middle;
}

.main-menu> ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    position: relative;
}

.main-menu ul li.login-in-menu {
    display: none;
}

.main-menu ul li a {
    font-size: 14px;
    line-height: 24px;
    padding: 48px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.main-menu ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    bottom: -1px;
    height: 2px;
    background-color: #11d4ab;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li.current-menu-item a:after, .main-menu ul li:hover a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
}

.main-menu ul.sub-menu li a:after {
    display: none;
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #11d4ab;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-menu .sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-menu .sub-menu li:last-child {
    border-bottom: none;
}

.main-menu .sub-menu li a {
    padding: 10px 0;
}

.main-menu .sub-menu li a:hover {
    color: #f6f7f9;
}

.main-menu ul.sub-menu li a:after {
    bottom: 0;
}

.main-menu ul li .arrow {
    display: none;
}

.mobile-menu {
    display: none;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.mobile-menu .hamburger-mobile {
    top: auto;
    bottom: 10px;
    left: 8px;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-menu .hamburger-mobile, .mobile-menu .hamburger-mobile:before, .mobile-menu .hamburger-mobile:after {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.mobile-menu .hamburger-mobile:before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    top: -8px;
    content: "";
    display: block;
}

.mobile-menu .hamburger-mobile:after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    content: "";
    display: block;
}

.main-menu.open .mobile-menu .hamburger-mobile {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-menu.open .mobile-menu .hamburger-mobile:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-menu.open .mobile-menu .hamburger-mobile:after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.home-02 .mobile-menu .hamburger-mobile, .home-02 .mobile-menu .hamburger-mobile:before, .home-02 .mobile-menu .hamburger-mobile:after {
    background-color: #2f2f2f;
}

.mobile-menu i {
    font-size: 34px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.user-nav {
    font-size: 0;
}

.user-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 20px;
}

.user-nav a.login {
    color: #11d4ab;
    height: 40px;
    line-height: 36px;
    border: 2px solid #11d4ab;
    text-align: center;
	padding-left:12px;
	padding-right:12px;
	margin-right:0px;
}
a.login.wp-premium-support {
	background-color: #11d4ab;
    border-color: #11d4ab;
    color: #FFF;
}
a.login.wp-premium-support:hover {
	background-color:transparent;
	color:#11d4ab;
}

.user-nav a.login:hover {
    color: #32A38A;
    border-color: #32A38A;
}

.user-nav a.shopping-cart {
    margin-right: 0;
}

.user-nav a.shopping-cart span.pe-7s-shopbag {
    margin-right: 5px;
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
}

.user-nav a.shopping-cart:hover {
    color: #11d4ab;
}

.is-sticky .site-header {
    background-color: #333;
    border: none;
}

.is-sticky .main-menu ul li.current-menu-item.has-children:hover a:after, .is-sticky .main-menu ul li.has-children:hover a:after, .main-menu ul li.current-menu-item.has-children:hover a:after, .main-menu ul li.has-children:hover a:after {
    bottom: -2px;
}

.is-sticky .main-menu ul li.current-menu-item a:after, .is-sticky .main-menu ul li:hover a:after {
    bottom: 0;
}

.is-sticky .site-brand {
    padding: 5.5px 0;
}

.is-sticky .main-menu ul li a {
    padding: 28px 0;
}

.is-sticky .main-menu ul.sub-menu li a {
    padding: 10px 0;
}


/* --------------------------
	4.3 Search
--------------------------- */

.product-search-form {
    position: relative;
}

.search-div {
    padding-right: 370px;
    border-bottom: 2px solid #dfdfdf;
}

.search-div input[type="text"] {
    width: 100%;
    padding: 18px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
    border: none;
    border-right: 2px solid #dfdfdf;
}

.search-div input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
}

.search-div input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
}

.search-div input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
}

.search-div input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
}
.search-div .btn-search {
    border: none;
    width: 170px;
    height: 62px;
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-bottom: 2px solid #47b29b;
    background-color: #11d4ab;
    text-align: center;
    text-transform: uppercase;
    z-index: 8;
}

.search-div .btn-search:hover {
    background-color: #1f2930;
    border-color: #dfdfdf;
}

.product-search-form .selectbox {
    position: absolute;
    width: 200px;
    height: 60px;
    line-height: 60px;
    top: 0;
    right: 170px;
    background-color: #fff;
}

.product-search-form .selectbox select {
    height: 60px;
}

.product-search-form .selectbox:before {
    background-color: #fff;
}

.product-search-form .selectbox:after {
    line-height: 60px;
}


/*==========================================================
	5. SIDEBAR
==========================================================*/

.sidebar .widget {
    background-color: #f6f7f9;
}
.sidebar .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #43ac99;
    background-color: #11d4ab;
    padding: 18px 25px;
    line-height: 24px;
}
.sidebar .widget ul {
    padding: 0 25px;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #ededed;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
}

.sidebar .widget ul li a {
    display: block;
    line-height: 26px;
    padding: 12px 0;
    color: #5f5f5f;
    font-size: 16px;
    position: relative;
}

.sidebar .widget.widget_member_setting ul li a {
    padding-left: 30px;
}

.sidebar .widget ul li a i.icon {
    width: 30px;
    line-height: 26px;
    position: absolute;
    top: 12px;
    left: 0;
}

.sidebar .widget ul li.current-menu-item a, .sidebar .widget ul li a:hover {
    color: #11d4ab;
}

.sidebar .widget.widget_product_taxonomy ul li a, .sidebar .widget.widget_categories ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #2f2f2f;
}

.sidebar .widget ul li a .post-count {
    float: right;
}

.sidebar .widget.widget_product_taxonomy ul li a:hover, .sidebar .widget.widget_categories ul li a:hover {
    color: #11d4ab;
}


/*==========================================================
	6. FOOTER
==========================================================*/

/***
Custom CSS
***/
#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px;
    font-size: 22px;
    opacity: .9;
    z-index: 99;
	display:none;	
	background-color:#f6f7f9;
	color:#2a2a2a;
	line-height: 30px;
}
#top:hover {
	background-color:#2a2a2a;
	color:#f6f7f9; 
}

/* --------------------------
	6.1 Site Bottom
--------------------------- */


/* --------------------------
	6.2 Footer
--------------------------- */

.site-footer {
    color: #888;
    background-color: #262626;
    text-align: center;
    padding: 100px 0;
}

.socials ul, .menu-footer ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu-footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.menu-footer ul li a {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #888;
}

.menu-footer ul li a:hover {
    color: #fff;
}

.ft-brand {
    margin: 60px 0 40px;
}
.ft-brand img {
	width:auto;
	height:100px; 
}
.socials {
    margin-bottom: 60px;
}

.socials ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.socials ul li a {
    display: block;
    font-size: 24px;
    color: #888;
    padding: 0 5px;
}

.socials ul li a:hover {
    color: #11d4ab;
}

.copyright p {
    margin-bottom: 0;
    line-height: 1;
}


/*==========================================================
	7. MAIN CONTENT
==========================================================*/


/* --------------------------
	7.1 General
--------------------------- */

.page-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.top-site {
    width: 100%;
    height: 522px;
    position: relative;
    background-image: url(assets/images/placeholder/bg-top.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 100px;
}

.top-site-ct {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* --------------------------
	7.2 Blog
--------------------------- */

.comments-area, .post {
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px 1px #dcdcdc;
    box-shadow: 0 2px 4px 1px #dcdcdc;
    margin-bottom: 40px;
}

.post-thumb {
    display: block;
    position: relative;
    margin-bottom: 30px;
	text-align:center;
}
.post-thumb img {
	
}

.post-title {
    font-size: 26px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 10px;
}

.post-meta {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    font-size: 13px;
}

.post-meta li {
    display: inline-block;
    vertical-align: top;
}

.post-meta li:before {
    content: " | ";
    margin-left: 3px;
}

.post-meta li:first-child:before {
    display: none;
}

.post-meta li a {
    color: #11d4ab;
}

.post-meta li a:hover {
    text-decoration: underline;
}

.blog-list .post-desc {
    padding-right: 80px;
}

.blog-list .post-desc p {
    margin-bottom: 0;
}


/* ---------------   BLog Left Sidebar  --------------- */

.left-sidebar .site-content {
    float: right;
}


/* --------------------------
	7.3 Single Blog
--------------------------- */

.blog-detail .post {
    margin-bottom: 30px;
}
.post .entry-content {
	line-height:25px; 
}
.post .entry-content h2,
.post .entry-content h3, 
.post .entry-content h4 {
	margin-bottom:15px; 
}
.post .entry-content ul {
    margin: 0 40px 20px;
}
.prod-content p,
.entry-content p {
	line-height:26px;
}
.prod-content ul li,
.post .entry-content ul li {
    font-size: 14px;
}
.post .entry-content ul.tags li:before {
	display:none; 
}
.post .entry-content ul.tags li {
	list-style:none;
	display:inline; 
}
.post .entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.entry-content .tags {
    font-size: 16px;
    text-transform: uppercase;
    color: #5f5f5f;
    line-height: 24px;
	margin-top:35px;
}

.entry-content .tags a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    background-color: #f7f7f7;
    margin-left: 20px;
}

.submit-button {
    width: 100px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #fd6441;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.submit-button:hover {
    background-color: #11d4ab;
}

.comment-form .form-submit {
    text-align: right;
}


/*==========================================================
	8. SHOP
==========================================================*/

/*-------------------------
 22 - Comments CSS
-------------------------*/
.comment-respond textarea,
.comment-respond input[type=text] {
	width:100%; 
}
.comment-respond .button.primary {
	margin-top:15px; 
}
.comments_list_wrap ul.children,
.comments_list_wrap ul > li + li {
	margin-top: 1.15em;
}
.comments_wrap .comment-respond {
	padding-bottom:4px;
}
.comments_list_wrap .comment-respond {
	margin-top:20px;
	margin-bottom:20px;
}
.comments_list_wrap > ul {
	padding-bottom: 1.25em;
}
.comments_list_wrap ul > li + li > .comment_author_avatar {
	top: 1.5em;
}

/* Trackbacks and pingbacks */
.comments_list > li.trackback {
	list-style:none;
	margin-left:0;
	padding-left:0;
	padding-right:4em;
	min-height: 0;
	position:relative;
}
.comments_list > li.trackback p {
	font-style:italic;
	padding-bottom:0.8em;
}
.comments_list > li.trackback p a { 
	font-style:normal; 
}
.comments_list > li.trackback .edit-link { 
	position:absolute;
	right:0;
	top: 0;
}
.comments_list > li+li.trackback .edit-link { 
	margin-top: 1.25em;
}

/* Comment list */
.comments_list_wrap .comments_closed {
	margin-top:2em;
	color:#2f2f2f;
}
.comments_list_wrap .comments_list_title {
    margin-bottom: 0.92em;
}
.comments_list_wrap > ul {
	padding:0;
	margin:0;
	list-style: none;
}
.comments_list_wrap ul > li {
	overflow:hidden;
	position:relative;
	min-height:5em;
}
.comments_list_wrap ul > li:before {
	display:none;
}
.comments_list_wrap ul ul {
    padding-left: 0;
    margin-left: 3.6em;
}
.comments_list_wrap ul ul ul ul ul {
	margin-left:0;
}
.comments_list_wrap .comment_author_avatar {
    position: absolute;
    left: 1.8em;
    top: 2.2em;
    z-index: 1;
    width: 75px;
    height: 75px;
}
.comments_list_wrap .comment_author_avatar img{
    width: 100%;
    max-width: none;
}
.comments_list_wrap .comment_content {
    padding: 1.8em 1.8em 1.55em 9em;
    border-bottom: 1px solid #ededed;
}
.comments_list_wrap .comment_info {
	margin-bottom:0.8em;
}
.comments_list_wrap .comment_info > span + span:before {
	content: "|";
	display:inline-block;
	margin: 0 0.9em;
}
.comments_list_wrap .comment_not_approved {
	padding: 0 0 0.5em 0;
	font-style:italic;
	font-weight:300;
}
.comments_list_wrap .comment_text {
	margin-bottom:0.7em;
}
.comments_list_wrap .comment_text p {
	margin:0;
}
.comments_list_wrap .comment_text p+p {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul {
	margin:0;
	padding: 0 0 0 1.5em;
	list-style:outside;
}
.comments_list_wrap .comment_text ul > li > ul {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li {
	min-height:0;
	border:none;
	padding:0;
	margin:0 0 0.5em 0;
	overflow:visible;
}

/* Comments form */
.comments_wrap .comments_list_wrap .comment-reply-title {
	display:block;
}
.comment-respond .button {
	margin-bottom:0px; 
}
.comments_wrap .comments_notes {
	font-size:0.875em;
	color:#909090;
}
.comments_wrap .comments_field  {
	margin-bottom:20px;
    float: left;
    width: 48%;
    padding: 0;
}
.comments_wrap .comments_field + .comments_field {
    margin-left: 3%;
    width: 49%;
}
.comments_wrap .comments_field label {
	display:none;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
	width:100%;
}

/* Submit button */
.comments_form_wrap {
    padding-top: 30px;
}
.spacer-border {
	border-top: 1px solid #ededed; 
	margin-bottom:15px;
}
.comments_wrap .form-submit { 
	text-align:right;
	margin:0;
	padding-left:4px;
}
.comments_wrap .form-submit input[type="submit"],
.comments_wrap .form-submit input[type="button"] {
	padding-right: 0.8em;
}
.comments_form_title {
    margin-bottom: 0.95em;
}
.comments_wrap .comments_field.comments_message {
    width: 100%;
    margin: 0 0 1.65em;
}
.form-submit {
	padding:0rem 0.975rem; 
}
/*-------------------------
  Comments CSS ends
-------------------------*/


/* --------------------------
	8.1 Shop General
--------------------------- */

.shop .top-site {
    margin-bottom: 0;
}

.search-product {
    background-color: #f8f8f8;
    padding: 100px 0;
    margin-bottom: 100px;
}

.sort-choice {
    margin-bottom: 60px;
}

.product-item {
    margin-bottom: 30px;
}

.p-thumb, .p-thumb .thumb-image {
    position: relative;
}

.p-thumb .thumb-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(67, 67, 67, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.p-thumb .thumb-image img {
    display: block;
    width: 100%;
}

.p-thumb .p-actions {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -44px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.product-item:hover .p-thumb .p-actions {
    opacity: 1;
    visibility: visible;
    margin-top: -22px;
}

.product-item:hover .thumb-image:after {
    opacity: 1;
    visibility: visible;
}

.product-item .p-info {
    padding: 15px 20px 15px;
    background-color: #f6f7f9;
    position: relative;
	min-height:83px;
}
.search_form {
	position:relative; 
}
.search_form .button {
	position:absolute;
	top:0px;
	right:0px;
	height:50px; 
}
.p-title {
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 600;
    padding: 0 0px 0 0;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
}

.p-title a {
    color: #2f2f2f;
    display: block;
}

.p-title a:hover {
    color: #11d4ab;
}

.p-info .price {
    position: absolute;
    top: 16px;
    right: 22px;
    width: 42px;
    height: 28px;
    line-height: 28px;
    background-color: #11d4ab;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.p-info .author {
    font-size: 12px;
    color: #484848;
    line-height: 25px;
}

.p-info .author img {
    float: left;
    margin-right: 10px;
}

.p-info .author a {
    color: #484848;
    font-weight: 600;
}

.p-info .author a:hover {
    text-decoration: underline;
}


/* --------------------------
	8.2 Product Detail
--------------------------- */

.shop.product-detail .top-site {
    margin-bottom: 100px;
}

.prod-content, .recommended-products {
    padding: 20px;
    -webkit-box-shadow: 0 3px 4px 1px #dcdcdc, 0 -1px 3px 1px #dcdcdc;
    box-shadow: 0 3px 4px 1px #dcdcdc, 0 -1px 3px 1px #dcdcdc;
}

.recommended-products, .prod-content {
    margin-bottom: 30px;
}

.images {
    margin-bottom: 40px;
}

.p-preview {
    margin-bottom: 20px;
}

.product-detail .images .p-thumb-dt ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.product-detail .images .p-thumb-dt ul li {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.product-detail .images .p-thumb-dt a {
    display: block;
    text-align: center;
}

.product-detail .images .p-thumb-dt img {
    max-height: 140px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.p-actions {
    margin-bottom: 40px;
    text-align: center;
    font-size: 0;
}

.prod-description {
    margin-bottom: 30px;
}

.recommended-products .owl-carousel .owl-item .p-info .author img {
    width: auto;
}

.product-description ul li,
.product-description ol li {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 25px;
}
.product-description ul li:before,
.product-description ol li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
}

.widget.widget_product_detail ul li {
    color: #2f2f2f;
    padding: 15px 0;
    font-weight: 600;
}

.widget.widget_product_detail ul li span, .widget.widget_product_detail ul li a {
    font-weight: normal;
}

.widget.widget_product_detail ul li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 14px;
    color: #2f2f2f;
}

.widget.widget_product_detail ul li a:hover {
    text-decoration: underline;
}
.sidebar .widget.widget_portfolio_view {
    padding: 0 20px 40px;
}
.thumbs-portfolio {
    text-align: center;
    margin-bottom: 20px;
}
.thumbs-portfolio img {
    border-radius: 50%;
    margin-top: -35px;
}
.order-price {
    margin-left: 10px;
    font-weight: bold;
    font-size: 120%;
    color: #FFF; 
}
.widget .name-port {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #179ccf;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.widget .desc-port {
    margin-bottom: 20px;
}

.widget .desc-port p {
    margin-bottom: 0;
    line-height: 20px;
    text-align: justify;
}

.widget .view-port {
    text-align: center;
}


/*==========================================================
	9. PAGES
==========================================================*/


/* --------------------------
	9.1 About Us
--------------------------- */

.mission {
    padding-bottom: 95px
}

.title {
    font-size: 26px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title.center {
    text-align: center;
}

.desc-title {
    font-size: 16px;
    color: #484848;
    text-align: center;
    margin-bottom: 55px;
}

.title-mission {
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 15px;
}

.mission-item {
    padding-right: 70px;
}

.mission-ct p {
    margin-bottom: 0;
    line-height: 20px;
}

.become-author {
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.become-author .title {
    color: #fff;
}
.become-author .desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
}

.our-team {
    padding: 100px 0;
}

.team-member .member-thumb {
    display: block;
    position: relative;
}

.team-member .member-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(86, 150, 227, 0.4);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.team-member .member-info {
    text-align: center;
    line-height: 24px;
    padding: 16px 0;
    position: relative;
}

.member-info h3.name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 24px;
}

.member-info .position {
    text-transform: capitalize;
}

.team-member .socials {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.team-member .socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.team-member .socials li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
}

.team-member .socials li a:hover {
    color: #11d4ab;
    background: #FFF;
}

.team-member:hover .socials, .team-member:hover .member-thumb:after {
    opacity: 1;
    visibility: visible;
}

.team-member:hover .socials {
    margin-bottom: 20px;
}

.our-team-slider .owl-carousel .owl-dots {
    text-align: center;
}

.our-team-slider .owl-carousel .owl-dots> div {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 15px 4px 0;
    background-color: #e1e6ec;
}

.our-team-slider .owl-carousel .owl-dots> div.active {
    background-color: #1ba8ed;
}


/* --------------------------
	9.2 Member
--------------------------- */

.purchase-inner-ct, .edit-billing, .edit-info, .inner-info-ct {
    border-radius: 3px;
    overflow: hidden;
    min-height: 392px;
    -webkit-box-shadow: 0 1px 2px 1px #E6E6E6, 0 0 2px 1px #E6E6E6;
    box-shadow: 0 1px 2px 1px #E6E6E6, 0 0 2px 1px #E6E6E6;
}

.edit-info {
    margin-bottom: 30px;
}

.edit-billing {
    overflow: visible;
}

.header-info .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
    background-color: #f6f7f9;
    padding: 0 25px;
    line-height: 60px;
    margin-bottom: 0;
}

.body-info {
    padding: 40px 25px;
}

.body-info li .thumb-info img {
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}

.body-info li .thumb-info {
    width: 54%;
    float: left;
}

.body-info li .login-info {
    width: 46%;
    float: left;
}

.user-info, .login-info {
    padding: 25px 0 0;
}

.login-info> span, .user-info> span {
    display: block;
    line-height: 25px;
}

.user-info> span.user-name {
    font-weight: 600;
    color: #2f2f2f;
}

.login-info> span a {
    float: right;
    margin-right: 35px;
    color: #1ba8ed;
}

.login-info> span a:hover {
    text-decoration: underline;
}

.body-info .text_15 {
    font-size: 15px;
    margin-bottom: 15px;
}

.login-info span span {
    color: #2f2f2f;
}

.body-info p {
    margin-bottom: 0;
}

.body-info label {
    display: block;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 3px;
}

.body-info span {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1;
}

.body-info .select, .body-info input[type="text"], .body-info input[type="email"], .body-info input[type="password"] {
    margin: 13px 0 30px;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 18px;
    border: 2px solid #e1e6ec;
    width: 100%;
}

.body-info .selectbox {
    margin: 13px 0 30px;
    height: auto;
    background-color: #fff;
}

.body-info .styledSelect {
    line-height: 50px;
}

.body-info .styledSelect:after {
    content: "\f0d7";
    line-height: 50px;
}

.body-info .button {
    width: auto;
    border: none;
}

.desc-purchase {
    color: #555;
    margin-bottom: 30px;
}

.desc-purchase a {
    color: #1ba8ed;
}

.desc-purchase a:hover {
    text-decoration: underline;
}

.table-purchase {
    overflow-x: auto;
    overflow-y: hidden;
}

.list-purchase {
    border: 1px solid #e1e6ec;
}

.list-purchase thead {
    border-bottom: 1px solid #e1e6ec;
    background-color: #f6f7f9;
}

.list-purchase thead th, .list-purchase tbody td {
    font-size: 14px;
    border-right: 1px solid #e1e6ec;
    line-height: 24px;
    padding: 12px 10px 12px 12px;
    font-weight: 400;
    color: #555;
}

.list-purchase tbody tr {
    border-bottom: 1px solid #e1e6ec;
}

.list-purchase tbody tr:last-child {
    border-bottom: none;
}

.list-purchase tfoot {
    border-top: 1px solid #e1e6ec;
}

.list-purchase tbody td a {
    color: #555;
}

.list-purchase tbody td a:hover {
    color: #11d4ab;
}

.list-purchase thead th.tb-id {
    width: 120px;
}

.list-purchase thead th.tb-date {
    width: 155px;
}

.list-purchase thead th.tb-amount {
    width: 125px;
}

.list-purchase thead th.tb-details {
    width: 245px;
}

.list-purchase thead th.tb-invoice {
    width: 170px;
}


/* --------------------------
	9.3 Register / Login
--------------------------- */

.register-form .title {
    text-align: center;
    margin-bottom: 50px;
}

.register-form label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: normal;
    margin-bottom: 5px;
}

.register-form p {
    margin-bottom: 23px;
}

.register-form p:last-child {
    margin-bottom: 0;
}

.register-form p .have-acc {
    font-size: 14px;
    color: #5f5f5f;
}

.register-form p a {
    color: #5f5f5f;
    position: relative;
}

.register-form p a:hover {
    color: #11d4ab;
}

.register-form p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #11d4ab;
}

.register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
    width: 100%;
    line-height: 26px;
    border: 2px solid #ededed;
}

.register-form #display_name {
    margin-bottom: 15px;
}

.register-form input[type="submit"] {
    margin-bottom: 0;
}

.register-form.login-form input#password {
    margin-bottom: 15px;
}

.login-option {
    color: #5f5f5f;
    display: block;
}

.login-option .option-left {
    float: left;
}

.login-option .option-right {
    float: right;
}

.option-left #remember_user {
    display: none;
}

.option-left label {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
}

.option-left label:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 2px solid #484848;
}

.option-left label:after {
    content: "\f00c";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    color: #888;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 3;
}

.option-left #remember_user:checked+ label:after {
    opacity: 1;
    visibility: visible;
}

.login-option a.option-right {
    text-decoration: none;
    font-style: italic;
}

.login-option a.option-right:after {
    display: none;
}

.login-option a.option-right:hover {
    color: #5f5f5f;
    text-decoration: underline;
}


/* --------------------------
	9.4 Contact
--------------------------- */

.contact-page .top-site {
    margin-bottom: 0;
}

.contact-page .site-content {
    padding-bottom: 0;
}
.inner-content h2 {
	margin-bottom:25px;
}
.contact-inner-content> .container {
    position: relative;
}

.maps {
    height: 580px;
}

.contact-form-page .inner-form {
    background-color: #11d4ab;
}

.contact-widget {
    color: #fff;
    background-color: #11d4ab;
    width: 300px;
    padding: 40px 20px 40px 40px;
    float: left;
}

.contact-widget .widget-title {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-widget ul li {
    font-size: 14px;
    line-height: 21px;
    padding-left: 27px;
    margin-bottom: 20px;
    position: relative;
}

.contact-widget ul li:before {
    content: "\e638";
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    top: 0;
    left: 0;
}

.contact-widget ul li.phone-number-ct:before {
    content: "\e627";
}

.contact-widget ul li.email-ct:before {
    content: "\e639";
}

.contact-widget ul li span {
    display: block;
    word-break: break-all;
}

.contact-form {
    width: calc(100% - 300px);
    float: left;
    padding: 40px;
    background-color: #fff;
}
ul.contact-list li:before {
	content:"";
	width:0;
	height:0;
	display:none !important; 
}
ul.contact-list li a i {
	font-size:1.25rem; 
}
ul.contact-list li {
	padding-left:0px;
	margin-bottom:15px; 
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="number"], .contact-form input[type="search"], .contact-form textarea {
    width: 100%;
    color: #555;
    padding: 10px 20px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form p {
    margin-bottom: 15px;
}

.contact-form .submit-button {
    margin-bottom: 0;
}

.contact-form .submit-button.blue {
    background-color: #1ba8ed;
    float: right;
}

.contact-form .submit-button.blue:hover {
    background-color: #11d4ab;
}


/* --------------------------
    9.5 Page 404
--------------------------- */

.page-404 .top-site {
    margin-bottom: 0;
}

.page-error-content {
    padding: 170px 0;
    background-color: #f7f7f7;
}

.error-heading {
    font-size: 150px;
    line-height: 24px;
    font-weight: 600;
    color: #555;
    margin-bottom: 110px;
    text-align: center;
}

.error-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #555;
    text-align: center;
    margin-bottom: 30px;
}

.error-search-form {
    width: 370px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.error-search-form input {
    color: #999;
    width: 100%;
    padding-right: 50px;
}

.error-search-form button[type="submit"] {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}


/* --------------------------
    9.6 Pricing table page
--------------------------- */

.home-section.pricing-table-page {
    padding: 0;
}

.frequent-ct .col-md-4:nth-child(4) {
    clear: left;
}

.frequent-item {
    padding-bottom: 25px;
}

.frequent-item .title-fre {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-frequent p {
    margin-bottom: 0;
    line-height: 20px;
    padding-right: 25px;
}


/* --------------------------
    9.7 Checkout page
--------------------------- */

.list-item-checkout {
    width: 100%;
    margin-bottom: 60px;
    min-width: 737px;
}

.list-item-checkout thead {
    background-color: #ededed;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
}

.list-item-checkout thead, .list-item-checkout tbody, .list-item-checkout tfoot {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.list-item-checkout thead th {
    padding: 0 20px;
    font-weight: 600;
    color: #2f2f2f;
}

.list-item-checkout thead th.tb-item-name {
    width: 50%;
}

.list-item-checkout tbody tr td {
    color: #2f2f2f;
    font-weight: 600;
    padding: 20px;
}

.list-item-checkout tbody tr td:first-child a span {
    display: inline-block;
    vertical-align: middle;
}

.list-item-checkout tbody tr td a img {
    margin-right: 15px;
}

.list-item-checkout tbody tr td:last-child a {
    font-weight: 300;
    color: #2f2f2f;
}

.list-item-checkout tbody tr td:last-child a:hover {
    text-decoration: underline;
}

.list-item-checkout tfoot {
    background-color: #ededed;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
}

.list-item-checkout tfoot tr td {
    width: 100%;
    padding: 0 20px;
    font-weight: 600;
    color: #2f2f2f;
}

.checkout-form .title {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
}

.checkout-form .body-info {
    padding: 0;
    margin-bottom: 15px;
}

.checkout-form .body-info .selectbox.number-select {
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    margin: 0;
}

.checkout-form .body-info .select {
    margin: 0;
}

.checkout-form .body-info .styledSelect:after {
    right: 15px;
}

.checkout-form .div-select {
    margin: 13px 0 30px;
}

.div-select span.splash {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 52px;
    margin: 0 6px;
}

.checkout-form .purchase-total {
    font-size: 18px;
    line-height: 24px;
    color: #2f2f2f;
    margin-bottom: 36px;
}


/*==========================================================
	10. HOME PAGE
==========================================================*/


/* --------------------------
	10.1 Home Slider
--------------------------- */

.home-slider .slider .item {
    background-image: url(assets/images/placeholder/slider-home1.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 55px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slider-content .desc-top-content {
    margin-bottom: 70px;
}

.btn-home-slider {
    font-size: 0;
}

.btn-home-slider a {
    margin: 0 10px;
}

.home-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    font-size: 0;
    width: 100%;
}

.home-slider .owl-carousel .owl-dot {
    width: 20px;
    height: 5px;
    margin: 0 4px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.home-slider .owl-carousel .owl-dot.active {
    background-color: #11d4ab;
}


/* --------------------------
	10.2 Home v1
--------------------------- */

.featured-items-home {
    background-color: #f6f7f9;
}

.featured-items-home .product-item .p-info {
    background-color: #fff;
}

.view-more {
    margin-top: 30px;
}

.home-section {
    padding: 100px 0;
}

.best-features.home-section {
    padding: 100px 0 40px;
}

.title-div .desc-title {
    margin-bottom: 25px;
}

.title-div {
    margin-bottom: 60px;
}

.bottom-line {
    text-align: center;
}

.bottom-line img {
    width: auto;
}

.features-item .icon {
    float: left;
    margin-right: 30px;
    margin-bottom: 60px;
}

.features-item.item-left .icon {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.icon> span {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #11d4ab;
    line-height: 70px;
    font-size: 32px;
    color: #fff;
}

.features-item .features-ct {
    display: table;
}

.features-item.item-left .features-ct {
    float: right;
    text-align: right;
}

.features-ct {
    color: #484848;
}

.features-item .title {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.features-ct p {
    margin-bottom: 0;
}
.pricing-table {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.pricing-table> li {
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-inner {
    background: #f2f6f9;
    position: relative;
    padding: 60px 70px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.pricing-inner:hover {
    box-shadow: 0 0 25px #dedede, 0 2px 25px #dedede;
    -moz-box-shadow: 0 0 25px #dedede, 0 2px 25px #dedede;
    -ms-box-shadow: 0 0 25px #dedede, 0 2px 25px #dedede;
    -webkit-box-shadow: 0 0 25px #dedede, 0 2px 25px #dedede;
    -o-box-shadow: 0 0 25px #dedede, 0 2px 25px #dedede;
}

.hightlight .pricing-inner {
    background-color: #e3f1ff;
}

.hightlight .pricing-inner .pricing-content .button {
    background: #1ba8ed;
    color: #FFF;
    border-color: #1ba8ed;
}

.hightlight .pricing-inner .pricing-content .button:hover {
    border-color: #1f2930;
}

.pricing-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-price {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e6ec;
}

.pricing-price .money {
    font-size: 70px;
    font-weight: 600;
    color: #11d4ab;
    text-transform: uppercase;
    letter-spacing: 0.2;
    line-height: 60px;
    display: inline-block;
}

.hightlight .pricing-price .currency, .hightlight .pricing-price .money {
    color: #1ba8ed;
}

.pricing-price .currency {
    font-size: 40px;
    line-height: 1;
    color: #11d4ab;
    display: inline-block;
    vertical-align: top;
}

.pricing-price .per {
    display: block;
    margin-top: 8px;
}

.pricing-content ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.pricing-content ul li {
    padding: 5px 0;
}

.customer-say {
    background-image: url(assets/images/placeholder/bg-customer-slider.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.title-div.white .title, .title-div.white .desc-title {
    color: #fff;
}

.testi-meta span {
    display: block;
    line-height: 24px;
}

.testi-meta span.testi-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.testi-meta .testi-name {
    font-size: 16px;
    text-transform: uppercase;
}

.testi-meta span.testi-thumb img {
    display: block;
    border-radius: 50%;
}

.testimonials {
    color: #fff;
    padding: 35px 8.333% 0;
    background-image: url(assets/images/assets/icons/icon-quote.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.testimonials .owl-carousel .item {
    text-align: center;
}

.testi-content {
    font-style: italic;
    margin-bottom: 37px;
}

.testimonials .owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.testimonials .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    border: none;
    background-color: #fff;
}

.testimonials .owl-carousel .owl-dots .owl-dot.active {
    background-color: #11d4ab;
}

.subscribe.home-section {
    padding: 80px 0;
	border-top:1px solid #ededed;
	background-color:#f7f7f7;
}
.form-subscribe .form-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    color: #2f2f2f;
}

.form-subscribe> div {
    text-align: center;
    font-size: 0;
}

.form-subscribe input[type="email"] {
    width: 570px;
    border: 2px solid #dddddd;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
}

.form-subscribe input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
}

.form-subscribe input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.form-subscribe input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

.form-subscribe input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.form-subscribe .button {
    border: 2px solid #11d4ab;
    padding: 0;
    text-align: center;
    width: 180px;
    height: 42px;
    line-height: 38px;
    vertical-align: top;
}

.form-subscribe .button:hover {
    border-color: #1f2930;
	color:#1f2930;
}


/* --------------------------
	10.3 Home v2
--------------------------- */

.site-header.header-v2 {
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.home-02.is-sticky .main-menu ul li.current-menu-item.has-children:hover a:after, .home-02.is-sticky .main-menu ul li.has-children:hover a:after, .home-02 .main-menu ul li.current-menu-item.has-children:hover a:after, .home-02 .main-menu ul li.has-children:hover a:after {
    width: 0;
}

.home-02 .main-menu .sub-menu {
    background-color: #fff;
}

.header-v2 .site-brand {
    padding: 20px 0;
}

.header-v2 .main-menu ul li {
    padding: 28px 0;
}

.header-v2 .main-menu ul.sub-menu li {
    padding: 0;
    border-color: rgba(211, 211, 211, 0.2);
}

.header-v2 .main-menu ul li a {
    padding: 0;
    color: #2f2f2f;
}

.header-v2 .main-menu .sub-menu li a {
    padding: 10px 0;
}

.header-v2 .main-menu .sub-menu li a:hover {
    color: #a3a5a8;
}

.header-v2 .main-menu ul li.current-menu-item a:after, .header-v2 .main-menu ul li:hover a:after {
    width: 22px;
}

.header-v2 .user-nav a.shopping-cart {
    color: #2f2f2f;
}

.header-v2 .user-nav a.shopping-cart:hover {
    color: #11d4ab;
}

.home-02 .site-main {
    padding-top: 80px;
}

.home-02 .top-site {
    margin-bottom: 0;
    height: 840px;
}

.search-product.search-product-home {
    padding: 0;
    margin-bottom: 0;
    margin-top: 75px;
    background-color: transparent;
}

.search-product-home .product-search-form {
    width: 700px;
    margin: 0 auto;
}

.search-product-home .search-div {
    padding-right: 130px;
    padding-left: 165px;
    border-bottom: none;
}

.search-product-home .search-div .btn-search {
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-bottom: none;
}

.search-product-home .product-search-form .selectbox {
    width: 165px;
    text-transform: none;
    height: 44px;
    line-height: 44px;
    right: auto;
    left: 0;
}

.search-product-home .selectbox .select {
    height: 43px;
}

.search-product-home .selectbox .styledSelect {
    text-transform: none;
}

.search-product-home .product-search-form .styledSelect:after {
    line-height: 44px;
}

.search-product-home .product-search-form .selectbox .styledSelect {
    font-size: 14px;
    font-weight: 400;
    height: 43px;
    color: #888;
    text-align: left;
}

.search-product-home .product-search-form .options li {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    text-align: left;
}

.search-product-home .search-div input[type="text"] {
    border-right: none;
    border-left: 2px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 400;
}

.search-product-home .search-div input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: none;
    opacity: 1;
}

.search-product-home .search-div input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: none;
    opacity: 1;
}

.search-product-home .search-div input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: none;
    opacity: 1;
}

.search-product-home .search-div input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    text-transform: none;
    opacity: 1;
}

.search-product-home .user-nav .shopping-cart {
    color: #2f2f2f;
    background-image: url(assets/images/assets/icons/cart2.png);
}

.shop-4column .products .col-md-4 .p-actions .button, .col-md-9 .products .col-md-4 .p-actions .button, .col-md-3 .p-actions .button {
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
}


.prod-slider .p-actions .button {
    padding: 0 16px;
}

.home-02 .customer-say {
    background-image: none;
    background-color: #f6f7f9;
}

.home-02 .testimonials {
    color: #888;
    padding: 0;
    background-image: none;
}

.testimonial-item .testi-content {
    height: 160px;
    margin-bottom: 30px;
    padding: 30px;
    font-style: normal;
    line-height: 20px;
    position: relative;
    background-color: #fff;
}

.testimonial-item .testi-content p {
    line-height: 20px;
    margin-bottom: 0;
}

.testimonial-item .testi-content:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.testimonial-item .testi-meta {
    padding-left: 30px;
}

.testimonial-item .testi-meta span.testi-thumb {
    width: 50px;
    height: 50px;
    margin: 0 18px 0 0;
    float: left;
}

.testimonial-item .testi-meta .testi-name {
    font-weight: 600;
    color: #2f2f2f;
}

.home-02 .features-item .icon {
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.home-02 .icon> span {
    width: 40px;
    height: 40px;
    line-height: 32px;
    background-color: transparent;
    text-align: left;
    color: #2f2f2f;
}

.home-02 .features-item .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 16px;
}

.home-02 .features-item .features-ct {
    display: block;
    clear: both;
    margin-top: 5px;
}

.home-02 .features-list> div {
    margin-bottom: 30px;
}

.home-02 .best-features.home-section {
    padding-bottom: 70px;
}

.statics {
    background-image: url(assets/images/placeholder/bg-statics.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.statics-inner .counter {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    background-color: #1ba8ed;
    color: #fff;
    font-weight: 600;
    padding-top: 40px;
    position: relative;
    z-index: 3;
}

.statics-inner .counter:after {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: transparent;
    border: 15px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.statics-inner .counter:hover:after {
    width: 150px;
    height: 150px;
    border-color: rgba(27, 168, 237, 0.6);
}

.counter-number {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.counter-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}


/* Pricing table home 2, pricing-table in Pricing Page */

.pricing-table-page .pricing-table> li, .home-02 .pricing-table> li {
    position: relative;
    z-index: 1;
    padding-top: 25px;
}

.pricing-table-page .pricing-table> li.hightlight .pricing-inner, .home-02 .pricing-table> li.hightlight .pricing-inner {
    margin: 0 -30px;
    background-color: #e3f1ff;
    z-index: 2;
}

.pricing-table-page .pricing-table> li.hightlight .pricing-inner, .home-02 .pricing-table> li.hightlight .pricing-inner {
    background-color: #e3f1ff;
}

.pricing-table-page .pricing-table> li:before, .home-02 .pricing-table> li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 25px;
}

.pricing-table-page .pricing-table> li.hightlight:before, .home-02 .pricing-table> li.hightlight:before {
    background-color: #e3f1ff;
    left: -15px;
    right: -15px;
}

.pricing-table-page .pricing-inner, .home-02 .pricing-inner {
    background: #f2f6f9;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.pricing-table-page .pricing-inner:hover, .home-02 .pricing-inner:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.pricing-table-page .pricing-content ul, .home-02 .pricing-content ul {
    margin: 0 -70px 25px;
}

.pricing-table-page li.hightlight .pricing-content ul, .home-02 li.hightlight .pricing-content ul {
    margin: 0 -100px 25px;
}

.pricing-table-page .pricing-content ul li, .home-02 .pricing-content ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e1e6ec;
}

.pricing-table-page .pricing-content ul li:last-child, .home-02 .pricing-content ul li:last-child {
    border-bottom: none;
}

.pricing-table-page .pricing-price, .home-02 .pricing-price {
    padding-bottom: 35px;
    margin-bottom: 0;
    border-bottom: none;
}

.news-views {
    background-color: #f6f7f9;
}

.post.news-home-item {
    padding: 0 16.667% 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.news-home-item .post-thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.news-home-item .post-info {
    display: table;
}

.news-home-item .post-info .post-date {
    font-size: 12px;
    color: #888;
    line-height: 1;
    margin-bottom: 12px;
}

.news-home-item .post-info .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.news-home-item .post-desc p {
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}

.news-home-item .continue-reading {
    color: #1ba8ed;
    display: inline-block;
    vertical-align: middle;
}

.news-home-item .continue-reading:after {
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.news-home-item .continue-reading:hover {
    text-decoration: underline;
}

.footer-v2.site-footer {
    padding: 80px 0 75px;
    text-align: left;
}

.site-bottom {
    margin-bottom: 50px;
}

.site-bottom .widget-title {
    color: #a2a2a2;
    font-weight: 600;
    margin-bottom: 20px;
}

.site-bottom .widget ul li a {
    line-height: 24px;
    color: #888;
    display: inline-block;
}

.site-bottom .widget ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.site-bottom .widget-text p {
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

.site-bottom form {
    position: relative;
}

.site-bottom form input[type="text"], .site-bottom form input[type="email"] {
    width: 100%;
    background-color: transparent;
    border: 2px solid #2f2f2f;
    color: #888;
    font-weight: 300;
    line-height: 38px;
    padding: 0 40px 0 16px;
}

.site-bottom form input[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 38px;
    height: 38px;
    border: none;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}

.site-bottom form:after {
    content: "\f1d8";
    font-family: FontAwesome;
    font-size: 14px;
    color: #888;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    z-index: 1;
}

.bottom-footer .socials {
    text-align: right;
    margin-bottom: 0;
}

.bottom-footer .socials ul li {
    margin: 0 5px;
}

.bottom-footer .socials ul li a {
    font-size: 14px;
    line-height: 24px;
}

.bottom-footer .copyright p {
    font-size: 12px;
    line-height: 24px;
}


/*==========================================================
	11. PAGE LOADER
==========================================================*/

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #11d4ab;
}

.loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    border: 4px solid #FBFBFB;
    top: 50%;
    left: 50%;
    animation: loader 3s infinite ease;
    margin-top: -30px;
    margin-left: -30px;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #FBFBFB;
    animation: loader-inner 3s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
.product_meta {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
}
.product-headdings {
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#ededed;
	width:100%;
}
.product-details {
	border-top:1px solid #ededed;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	width:100%;
}
.product-details .product-title {
	text-align:left;
}
.product-details .button {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
}
ul.ticket-details li a {
	display:inline;
	line-height:auto;
	padding:0px;
	position:auto;
}
ul.ticket-details li {
	padding-top:12px;
	padding-bottom:12px;
}
.ticket-details .message-detail {
	margin-top:30px;
}
.author_bio_section{
background-color: #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
}
 
.author_name{
font-size:16px;
font-weight: bold;
}
 
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}