/**
 Template Name: DigiPress
 Template URI: http://tivatheme.com/html/digipress/
 Author: TivaTheme
 Author URI: http://tivatheme.com/
 Description: Marketplace for Easy Digital Downloads HTML Template.
 Version: 1.0
 */


/*	################################################################
	
	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
		4.1 General
		4.2 Main Menu
		4.3 Search
	5. SIDEBAR
	6. FOOTER
	    6.1 Site Bottom
	    6.2 Footer
	7. MAIN CONTENT
		7.1 General
		7.2 Blog
		7.3 Single Blog
	8. SHOP
		8.1 Shop General
		8.2 Product detail
	9. PAGES
		9.1 About Us
		9.2 Member
		9.3 Login / Register
		9.4 Contact
		9.5 Page 404
		9.6 Pricing table page
		9.7 Checkout page
	10. HOME PAGE
	    10.1 Home Slider
	    10.2 Home v1
	    10.3 Home v2
	11. PAGE LOADER

################################################################# */


/*==========================================================
	1. IMPORT FILES
==========================================================*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/* Css */
@import url(vendor/font-awesome.min.css);
@import url(vendor/Pe-icon-7-stroke.css);
@import url(vendor/bootstrap.min.css);
@import url(vendor/prettyPhoto.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/animate.css);

@font-face{font-family:'BPG Arial Caps';src:url(../fonts/bpg-arial-caps-webfont.eot);src:url(../fonts/bpg-arial-caps-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/bpg-arial-caps-webfont.woff2) format('woff2'),url(../fonts/bpg-arial-caps-webfont.woff) format('woff'),url(../fonts/bpg-arial-caps-webfont.ttf) format('truetype'),url(../fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular) format('svg')}
.bpg-arial-caps {
    font-family: "BPG Arial Caps", sans-serif!important;
}

/*==========================================================
	2. GENERAL
==========================================================*/

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;
}

body {
    font-size: 14px;
    color: #888888;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #363636;
    font-family: 'Poppins', sans-serif;
}

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: 15px;
    line-height: 24px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #363636;
}

a:hover {
    color: #0457ac;
    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: 1px solid #ededed;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    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: #0457ac;
    outline: none;
}

input[type=submit] {
    font-family: 'Poppins', 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: 30px 0;
}

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

.margin-bottom {
	margin-bottom: 10px;
}


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

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

#wrapper {
    overflow: hidden;
}

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

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

.sidebar .widget:last-child {
	margin-bottom: 0;
}

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

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

.center {
    text-align: center;
}

.color1 {
    color: #363636;
}

.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: #fff;
}

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

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

.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;
    width: 100%;
}

.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 30px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 500;
    vertical-align: middle;
    background-color: #0457ac;
    border: 1px solid #0457ac;
    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;
}

.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: #1f2930;
}

.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, 
.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;
}

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

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

.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;
}


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

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

.s-hidden {
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    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: #888888;
    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;
}

.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;
}

.custom-rating .stars:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    color: #313131;
    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: 50px;
}

.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: 500;
    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,
.tabs .tab-heading ul li a.active {
    color: #fff;
    border-color: #0457ac;
    background-color: #0457ac;
}

.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: #363636;
    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: #363636;
    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: #363636;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

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

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

.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: "Poppins", sans-serif;
    color: #888888;
    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: 'Poppins', '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: 'Poppins', sans-serif;
    padding-bottom: 15px;
}

.price {
    font-weight: bold;
}

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

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

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

.pagination li a:hover,
.pagination li span.current {
    border-color: #0457ac;
    color: #0457ac;
    background-color: transparent;
}


/*==========================================================
	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: 40px 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;
}

.logo h1{
    padding-top: 8px;
}

.right-header {
    float: right;
}

.user-login:hover {
    color: #0457ac;
}

.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 10px;
    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;
    font-family: "BPG Arial Caps", sans-serif !important;
}

.main-menu ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    bottom: -1px;
    height: 2px;
    background-color: #0457ac;
    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: 260px;
    background-color: #0457ac;
    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: #313131;
}

.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 10px;
}

.user-nav a.login {
    color: #0457ac;
    width: 100px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #0457ac;
    text-align: center;
    font-family: "BPG Arial Caps", sans-serif !important;
}

.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: #0457ac;
}

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

.is-sticky .site-brand {
    padding: 20px 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;
}

.search-div input[type="text"] {
    width: 100%;
    padding: 18px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    border: none;
    border-right: 1px 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: 60px;
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #0457ac;
    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:before {
    background-color: #fff;
}

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


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

.sidebar .widget {
    background-color: #f6f7f9;
    padding-bottom: 20px;
}

.sidebar .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #0457ac;
    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 ul li:last-child a {
	padding-bottom: 0;	
}

.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: #0457ac;
}

.sidebar .widget.widget_product_taxonomy ul li a, 
.sidebar .widget.widget_categories ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
}

.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: #0457ac;
}


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


/* --------------------------
	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;
    text-transform: uppercase;
    color: #888;
}

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

.ft-brand {
    margin: 60px 0 40px;
}

.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:last-child a {
	padding-right: 0;	
}

.socials ul li a:hover {
    color: #0457ac;
}

.copyright p {
    margin-bottom: 0;
}


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


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

.page-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
	letter-spacing: 1.2px;
}

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

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

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

.home-02 .top-site-ct {
	margin-top: 40px;	
}

.top-site-ct .desc-top-content {
	margin-top: 15px;
	margin-bottom: 0;
	letter-spacing: 1.5px;
	font-size: 16px;
}


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

.comments-area, 
.post {
    padding: 20px 20px 30px 20px;
    margin-bottom: 40px;
	-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;
}

.post-thumb {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.post-title {
    font-size: 22px;
	line-height: 30px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 15px;
}

.post-meta {
    list-style: none;
    margin: 0 0 15px;
    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: #0457ac;
}

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

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

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


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

.blog-detail .post {
    margin-bottom: 30px;
}

.post .entry-content ul {
    margin: 0 0 20px 10px;
}

.post .entry-content ul li {
    font-size: 14px;
}

.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;
}

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

.blog-detail .comments-area {
    margin-bottom: 0;
}

.comments-title {
    font-size: 15px;
	line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 15px;
    color: #313131;
}

.comments-list {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}

.comments-list .comment {
    margin-bottom: 30px;
}

.comments-list .children {
    margin-top: 30px;
    margin-left: 70px;
}

.comment-avatar {
    float: left;
}

.comment-info {
    margin-left: 70px;
    padding: 16px 25px;
    background-color: #f6f7f9;
    border-radius: 3px;
}

.comment-meta .comment-author {
    display: block;
    color: #313131;
    font-size: 16px;
    font-style: normal;
}

.comment-meta .comment-author a {
    color: #313131;
}

.comment-meta .comment-author a:hover {
    color: #0457ac;
}

.comment-meta .comment-date {
    display: block;
    font-size: 13px;
    color: #5f5f5f;
    line-height: 24px;
}

.comment-meta {
    margin-bottom: 10px;
    position: relative;
}

.comment-meta .custom-rating {
    position: absolute;
    top: 2px;
    right: 0;
}

.comment-content p {
    color: #656b6f;
    margin-bottom: 0;
}

.comment-form p {
    margin-bottom: 0;
}

.comment-form .row > p {
    width: 33.333%;
    padding: 0 15px;
    float: left;
}

.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="password"], 
.comment-form textarea {
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 25px;
}

.comment-form textarea {
    height: 180px;
}

.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: #0457ac;
}

.comment-form .form-submit {
    margin-bottom: 10px;
}


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


/* --------------------------
	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;
    font-family: "BPG Arial Caps", sans-serif !important;
}

.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 25px;
    background-color: #f6f7f9;
    position: relative;
}

.p-title {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 66px 0 0;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

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

.p-title a:hover {
    color: #0457ac;
}

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

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

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

.p-info .author a {
    color: #888888;
    font-weight: 500;
}

.p-info .author a:hover {
    color: #0457ac;
}


/* --------------------------
	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;
}

.recommended-products {
	padding-bottom: 10px;	
}

.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;
}

.product-detail .p-actions {
	margin-bottom: 30px;
}

.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;
}

.included-download ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

.included-download ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
}

.widget.widget_product_detail ul li {
    color: #313131;
    padding: 15px 0;
    font-weight: 500;
}

.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: #313131;
}

.widget.widget_product_detail ul li a:hover {
    text-decoration: underline;
}

.sidebar .widget.widget_portfolio_view {
    margin-top: 95px;
    padding: 0 20px 40px;
}

.thumbs-portfolio {
    text-align: center;
    margin-bottom: 15px;
}

.thumbs-portfolio img {
    border-radius: 50%;
    margin-top: -35px;
}

.widget .name-port {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #179ccf;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

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

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

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


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


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

.mission {
    padding-bottom: 95px
}

.title {
    font-size: 26px;
    line-height: 24px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
	letter-spacing: 1.2px;
}

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

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

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

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

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

.become-author {
    padding: 100px 0;
	background-image: url(../images/placeholder/bgr-become-author.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.become-author .container {}

.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: #313131;
    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: #0457ac;
    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: #0457ac;
}


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

.purchase-inner-ct, 
.edit-billing, 
.edit-info, 
.inner-info-ct {
    border-radius: 3px;
    overflow: hidden;
    min-height: 370px;
    -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: #313131;
    font-weight: 500;
    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: 20px 0 0;
}

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

.user-info > span.user-name {
    font-weight: 500;
    color: #313131;
}

.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: 5px;
}

.login-info span span {
    color: #313131;
}

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

.body-info label {
    display: block;
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    margin-bottom: 0;
}

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

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

.body-info .selectbox {
    height: auto;
    background-color: #fff;
}

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

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

.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: #0457ac;
}

.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: #313131;
    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: #0457ac;
}

.register-form input[type="text"], 
.register-form input[type="email"], 
.register-form input[type="password"] {
    width: 100%;
    line-height: 26px;
    border: 1px 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: 1px solid #888888;
}

.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;
}

.contact-inner-content > .container {
    position: relative;
}

.maps {
    height: 580px;
}

.contact-form-page {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9;
}

.contact-form-page .inner-form {
    background-color: #0457ac;
}

.contact-widget {
    color: #fff;
    background-color: #0457ac;
    width: 37.5%;
    padding: 40px 20px 40px 40px;
    float: left;
}

.contact-widget .widget-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    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: 62.5%;
    float: left;
    padding: 40px;
    background-color: #fff;
}

.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: #0457ac;
}


/* --------------------------
    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: 110px;
    font-weight: 600;
    color: #555;
    margin-bottom: 40px;
    text-align: center;
}

.error-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    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 {
    margin-bottom: 40px;
}

.frequent-item .title-fre {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    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: 500;
}

.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: 500;
    color: #313131;
}

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

.list-item-checkout tbody tr td {
    color: #313131;
    font-weight: 500;
    padding: 10px 20px;
}

.list-item-checkout tbody tr:first-child td {
	padding-top: 20px;
}

.list-item-checkout tbody tr:last-child td {
	padding-bottom: 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: #313131;
}

.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: 500;
}

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

.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: #313131;
    margin-bottom: 36px;
}


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


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

.home-slider .slider .item {
    background-image: url(../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: 500;
    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-top: 15px;
    margin-bottom: 70px;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.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: #0457ac;
}


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

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

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

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

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

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

.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: 40px;
}

.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: #0457ac;
    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 {
    font-weight: 300;
    color: #888;
}

.features-item .title {
    font-size: 15px;
    line-height: 18px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.features-ct p {
    line-height: 20px;
    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: 500;
    margin-bottom: 15px;
}

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

.pricing-price .money {
    font-size: 70px;
    font-weight: 500;
    color: #0457ac;
    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: 40px;
    color: #0457ac;
    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(../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;
	font-size: 13px;
}

.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: 0 10%;
    background-image: url(../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: #0457ac;
}

.subscribe.home-section {
    padding: 80px 0;
}

.form-subscribe .form-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    color: #313131;
}

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

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

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

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

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

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

.form-subscribe .button {
    border: 1px solid #0457ac;
    padding: 0;
    text-align: center;
    width: 150px;
    height: 46px;
    line-height: 38px;
    vertical-align: top;
}

.form-subscribe .button:hover {
    border-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 .main-menu .sub-menu {
    background-color: #fff;
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}

.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: #313131;
}

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

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

.header-v2 .main-menu ul li a:after {
	bottom: -5px;
}

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

.header-v2 .user-nav a.shopping-cart {
    font-family: "BPG Arial Caps", sans-serif !important;
    color: #313131;
}

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

.search-product.search-product-home {
    padding: 0;
    margin-bottom: 0;
    margin-top: 50px;
    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: 46px;
    line-height: 46px;
	padding: 0;
    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 .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: 46px;
    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: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-weight: 400;
	height: 46px;
}

.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: #313131;
    background-image: url(../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: 500;
    color: #313131;
}

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

.home-02 .icon > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    text-align: center;
    color: #313131;
}

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

.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(../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: 500;
    padding-top: 35px;
	margin: 0 auto;
    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: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

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

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

.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;
	line-height: 12px;
    color: #888;
    margin-bottom: 12px;
}

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

.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 70px;
    text-align: left;
}

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

.site-bottom .widget-title {
    font-family: "BPG Arial Caps", sans-serif !important;
    color: #a2a2a2;
    font-weight: 500;
    margin-bottom: 20px;
}

.site-bottom .widget ul li a {
    line-height: 28px;
    color: #888;
    display: inline-block;
    font-family: "BPG Arial", sans-serif;
}

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

.site-bottom .widget-text p {
    line-height: 25px;
    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: 1px solid #313131;
    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:last-child {
	margin-right: 0;	
}

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

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


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

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

.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%;
    }
}
