﻿/*==============================================================================
    CONTENTS:
    
    1. CSS RESET.
    2. SITE PRELOADER.
    3. HEADER STYLE:
        3.1. Top bar.
        3.2. Main menu.
        3.3. Top Search.
        3.5. Header Styles.
    4. PAGE TITLES.
    5. FORM CONRTOLS.
    6. SHORTCODES.
    	6.1. Headings
    	6.2. Dividers
    	6.3. Icon Boxes
    	6.4. Tabs
    	6.5. Accordions
    	6.6. Progress Bars
    	6.7. Circliful Charts
    	6.8. CTA
    	6.9. Team Boxes
    	6.10. Pricing Tables
    	6.11. Testimonials
    	6.12. Pagination
    	6.13. Message Boxes
    7. PAGE SPECIFIC STYLES:
        widgets.
		coming soon.
		404 not found.
		portfolio.
		Blog.
    8. FOOTER.
    	8.1. Footer 1.
    	8.2. Footer 2.
    	8.3. Footer 3.
    	8.4. Footer 4.
    	8.5. Footer Light.
    	8.6. Footer Minimal.
    	8.7. Fixed Footer.
    9. HOME ELEMENTS.
    10. TYPOGRAPHY.
    11. IMPORTANT CLASSES.
    12. SHAPES.
    13. BOXED MODE.
    14. RESPONSIVE DESIGN.

/* ==========================================================================
  1. CSS RESET
============================================================================= */
html{
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0 !important
}
body {
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
}
p {
	margin: 0 0 20px 0;
}
a {
	text-decoration:none;
}
.main-bg a,.main-bg a:hover,.btn.main-bg:focus{
	color:#fff
}
a:focus, a:hover {
	text-decoration:none;
}
a:focus{
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.5;
	margin: 0 0 1.25rem;
}
h1{font-size: 48px}
h2{font-size: 38px}
h3{font-size: 30px}
h4{font-size: 22px}
h5{font-size: 18px}
h6{font-size: 14px}
h5, h6 {margin-bottom:20px;font-weight:700}

:active,:focus {
	outline:0 !important;
}
.hidden,.mc4wp-form-note{
	display:none
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom:15px
}
th, td, caption {padding: 10px;line-height:24px}
img {
	vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
}
.widget th,.widget td,.widget caption{
	padding: 5px;
	text-align: center;
}
iframe {
	border:none !important;
}
.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption .wp-caption-text {
    font-size: 14px;
    font-style: italic;
    padding-top: 0.5384615385em;
}
.says,.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.pagination .current .screen-reader-text {
    position: static !important;
}
.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
    display: none;
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.relative, .tp-banner-container {
	position:relative;
	z-index:1
}
.fx{
	opacity:0
}
.animated{
	opacity:1;
}
.pos-static{
	position:static !important
}
header ul, header ol,footer ul, footer ol,ul.comment-list,.related-posts ul,.related-posts ol,.social-list,.post-meta,.list,.new-nav ul,.sidebar ul,.wpb_widgetised_column ul,.sidebar ul li,.top-bar ul,.pagination ul,
.gallery_thumbs,.post-gallery ul,.post-chat,.side-one ul{
	margin:0;
	padding:0;
	list-style:none;
}
.section {
	padding: 100px 0;
	position:relative;
	overflow:hidden;
	clear:both

}
.section:after{
	display:table;
	content:"";
	clear:both;
}
.lg-banner{
	position:relative
}
.lg-banner > .container{
	display:table
}
.banner-content{
	position:relative;
	z-index:9;
	display:table-cell;
	vertical-align:middle
}
.banner-slick h1{
	margin-bottom:20px
}
.banner-content hr.custom-hr{
	border-top:1px solid rgba(255,255,255,.3);
}
.pageWrapper {
	position:relative;
	z-index:1;
}
.login-page .pageWrapper, .login-page #contentWrapper,.soon-page .pageWrapper, .soon-page #contentWrapper{
	background:transparent
}
#contentWrapper,.fullscreen-container,.modal-content{
	overflow:hidden
}
.modal-header {
	padding: 10px 15px;
}
.modal-header h4{
	color:#fff
}
.modal-content {
	border: 7px solid rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal-header .close {
	font-size: 32px;
	line-height: 23px;
}
/*
------------------- 4.4. Login Styles ------------------ */
.login_wrap{
    position: relative;
}
.login-popup{
    position: absolute;
    left: 0;
    top: 100%;
    padding: 25px;
    min-width: 300px;
    font-size: 12px;
    max-height: 0px;
    visibility: hidden;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,0.3);
    transform: perspective(600) rotate3d(1,0,0,-90deg);
    -webkit-transform: perspective(600) rotate3d(1,0,0,-90deg);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.top-bar .pull-right .login-popup{
    left: auto;
    right: 0
}
.login-popup.active{
    max-height:10000px;
    visibility: visible;
    transform: perspective(600) rotate3d(0,0,0,0);
    -webkit-transform:perspective(600) rotate3d(0,0,0,0);
}
.login-popup span{
    color:#777 !important
}
.login-popup a{
    color:#333 !important
}
.login-popup > h5{
    margin: 0 0 10px;
    font-size: 17px;
}
.login-popup .wid_login_form {
    padding: 0;
    border-radius: 0;
    border: 0;
    line-height: 1;
}
.login-popup .wid_login_form > div{
    padding-bottom: 5px
}
.login-popup .wid_login_form > div label{
    margin-bottom: 10px;
    display: block;
}
.login-popup .wid_login_form a{
    line-height: normal
}
.login-popup .btn {
    padding: 15px 30px;
}
.btn-login{
    padding: 15px 25px 14px;
}
.btn-logout{
    margin-top: 15px;
    display: inline-block;
}
.btn-login i,.btn-logout i{
    margin-right: 10px;
    vertical-align: middle;
}
.btn-logout i{
    color: #333
}
.wst-login-links{
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
}
.wst-login-lft{
    padding-bottom: 20px
}
.wst-login-rit{
    
}
.dropdown.open .login-popup{
	margin-top:10px !important
}
.login-popup.black-bg:after{
	position:absolute;
	left:30px;
	top:-6px;
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #333 transparent;
}
.container .row .col-md-12 .container {padding-left:0;padding-right:0}
.container .container,[class*="col-md"]:not(.col-md-12) > .container{width:auto !important}
.container-fluid > .row > .col-md-12,[class*="col-md"]:not(.col-md-12) .container,.inner-full > .container > .section > .container{padding-left:0;padding-right:0}
.col-md-12 .divider.centered:not(.short){width:97%}
.section:not(.full-width) .section{padding:0;overflow: visible;}
.section.full-width .section:first-child{padding-top:0;overflow: visible;}
/* =========================================================================
	2.SITE PRELOADER.
============================================================================ */
.page-loader {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: #fff
}
.page-loader .inner-l {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-30px;
	margin-left:-30px;
	width: 60px;
	height: 60px;
}
.page-loader span {
	position:absolute;
	width:50px;
	height:50px;
	border: 5px solid #ddd;
	border-radius:999px;
	animation: radar 2s infinite linear;
	opacity: 0;
}

.page-loader span:nth-child(1) {
	animation-delay: 0s;
}	
.page-loader span:nth-child(2) {
	animation-delay: 0.66s;
}
.page-loader span:nth-child(3) {
	animation-delay: 1.33s;
}

/* =========================================================================
	3.HEADER STYLE.
============================================================================ */
/*
-------------- 3.1. Top bar. ------------- */
.top-bar {
	min-height: 35px;
	padding:10px 0
}
.top-bar ul li {
	float: left;
	line-height: 30px;
	position:relative;
	padding: 0 15px;
	font-size:12px;
	white-space:nowrap
}
.top-bar ul ul li{
	float:none;
	line-height:normal;
}
.dropdown-menu {
	min-width: 160px;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0,0,0,.09) !important;
	border-radius: 0px;
}
.menu-message{
	line-height:30px
}
.responsive-nav .menu-message{
	float: left;
	margin-right: 15px;
	font-size: 12px;
	padding: 26px 0 21px;
}
.top-bar ul ul li:first-child a{
	border-top:0
}
.top-bar ul li i {
	margin-right: 5px;
}
.top-bar ul > li > a {
	display:block;
	margin: 0 -15px;
	padding: 0 15px;
}
.top-bar ul:not(.social-list) > li li a{
	border-radius:0
}
.top-bar .top-info li:last-child{
	padding-right:0
}
.top-bar ul.social-list:first-child a,.top-bar ul.social-list:last-child a{
	width:35px
}
.top-bar .top-bar-menu li{
	padding:0;
}
.top-bar .top-bar-menu li a {
	font-size: 12px;
	font-weight:normal;
	margin:0
}
.top-bar.main-bg .top-bar-menu li a:hover span:after{
	color:#fff
}
.top-bar .alter-bg .social-list a:hover{
	background:rgba(0,0,0,.2) !important
}
.top-bar .alter-bg .social-list a:after{
	color:#eee !important;
}
.middle-ul{
	margin:0 10px;
	overflow:hidden
}
.top-bar .center-tbl ul{
	float:left
}
.top-bar .social-list{
	overflow:hidden
}
.top-bar .social-list a{
	height: 30px;
	width: 35px;
	line-height:30px;
	margin: 0;
}
.top-bar.main-bg li.dropdown ul li a{
	border-top-color :rgba(255,255,255,.3)
}
.top-bar .social-list a{
	border-radius:0 !important;
}
.top-bar ul ul li{
	line-height:normal;
}
.top-bar ul ul li a{
	line-height:normal;
	padding:10px 15px;
	color:#555 !important
}
.top-bar ul li a b{
	font-weight:normal;
	font-size: 10px;
	margin: 10px 0 0 5px;
}
.top-bar-txt{
	line-height:30px
}
.welcome-user a{
	display:inline !important;
	padding:0;
	margin:0
}
.welcome-user a:hover{
	background:transparent !important;
}
.currency ul,.language ul{
	min-width:80px !important
}
.login-ul input[type=text], .login-ul input[type=email], .login-ul input[type=password], .login-ul select, .login-ul input[type=file]{
	height:40px
}
span.middle-ul{
	display:inline-block;
	float:left
}

/*
------------- Top Head -------------- */
.top-border {
	height:3px;
}
.top-head:after{
	clear:both;
	display:table;
	content:" ";
}
.top-head .container {
	position:relative;
	display:table;
	height:100%;
}
.tbl-row{
	display:table-row;
	height:100%
}
.responsive-nav{
	display:table-cell;
	vertical-align:middle;
	height:100%
}
.full.responsive-nav{
	display:block
}
.no-lines:before,.no-lines:after{
	display:none !important
}
.top-head .logo {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.top-head.boxed-transparent .logo {
	height:100%
}
.logo-txt{
	font-size: 31px;
	display:block;
	clear:both;
	font-style: normal;
	line-height: 1;
	font-weight: 900;
}
.top-head .logo span{
	font-size: 12px;
	letter-spacing:1px;
	margin-top: -2px;
	display: block;
}
.top-head.boxed-transparent .logo:before {
	position:absolute;
	right:0;
	bottom:-1px;
	display:inline-block;
	content:"";
	height:1px;
	width:100%;
	animation:move .5s normal forwards ease-in-out;
	animation-delay:1s;
	-webkit-animation-delay:1s;
	transform-origin:right top;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.top-head .logo a {
	display:table-cell;
	vertical-align:middle
}
.top-head.transparent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px rgba(255,255,255,.2) solid;
	z-index: 99;
	background: transparent;
}
.top-head.fixed-head {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	border-bottom:0 ;
}
.top-head.fluid.transparent {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:99;
	border-bottom:1px rgba(0,0,0, 0.2) solid;
}
.top-head.fluid.transparent .logo {
	border-right:1px rgba(0,0,0 ,0.2) solid;
}
.top-head.fluid .transparent.dark .logo {
	border-right:1px rgba(255,255,255,0.2 ) solid;
	padding-right:20px;
}
.top-head.fluid.transparent.dark {
	border-bottom:1px rgba(255 ,255,255,0.2) solid;
}
.top-head.boxed-transparent {
	position:fixed;
	top:20px;
	left:0;
	width:100%;
	height:auto;
	z-index:99;
	background-color:transparent;
	border-bottom:0;
}
.top-head.boxed-transparent > .container {
	border:1px rgba(0,0,0,0.2) solid;
	padding: 0 30px 0 0;
	border-bottom-right-radius: 7em;
	border-top-right-radius: 7em;
}
.top-head.boxed-transparent.dark > .container {
	border: 1px rgba(255,255,255,0.4) solid;
}
.top-head.boxed-transparent .logo {
	padding-left: 30px;
}
.top-head.sticky-nav.boxed-transparent .logo {
	padding-left: 15px;
}
.top-head.boxed-transparent .lft-line {
	position:absolute;
	left: -1px;
	bottom:0;
	display:inline-block;
	content:"";
	height:100%;
	width:1px;
	animation:move 0.4s normal forwards ease-in-out;
	animation-delay:1.4s;
	transform-origin:bottom left;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.top-head.boxed-transparent .bot-line {
	position:absolute;
	left:0;
	top:-1px;
	display:inline-block;
	content:"";
	height:1px;
	animation:move .7s normal forwards ease-in-out;
	animation-delay:1.7s;
	transform-origin:left bottom;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.top-head.transparent .top-nav > ul > li{
	padding-left:0;
	padding-right:0;
	margin:0 15px
}
.top-head.transparent .top-nav > ul > li:hover{
	background:transparent
}
.top-head.boxed-transparent .top-nav > ul > li:hover{
	background:transparent
}
.top-head.semi-light{
	background-color:rgba(255,255,255,.3);
}
.top-head .container.semi-light{
	background-color:rgba(255,255,255,.3);
}
.top-head.semi-dark{
	background-color:rgba(0,0,0,.3);
}
.top-head .container.semi-dark{
	background-color:rgba(0,0,0,.3);
}
.top-head:not(.header-2) .top-nav > ul > li > span > a,.top-head:not(.header-2) .top-nav > ul > li > a{
	border-radius: 0 !important;
}
/*
------------- 2. header 2 -------------- */
.top-head.header-2 .top-nav > ul > li > a,.top-head.header-2 .top-nav > ul > li > span > a {
	font-size:12px
}
.top-head.transparent.header-2 .top-nav > ul > li, .top-head.transparent.header-2 .top-search, .top-head.transparent.header-2 .top-cart {
	border-left-color: rgba(255,255,255,.2);
}
.top-head.transparent.header-2 .top-cart {
	border-right-color: rgba(255,255,255,.2);
}
.top-head.header-2 .top-nav > ul > li{
	padding: 20px 10px 20px 0;
}
.top-head.header-2 .top-nav > ul > li > a,.top-head.header-2 .top-nav > ul > li > span > a{
	padding: 0 13px;
	line-height: 35px;
}
.top-head.header-2 .top-search,.top-head.header-2 .top-cart {
	padding: 0;
	margin: 20px 0 0 10px;
	position:relative;
}
.top-head.header-2 .top-search > a,.top-head.header-2 .top-cart > a{
	padding: 0 15px;
	display:block;
	position:relative;
	line-height: 35px;
	margin:0
}
.top-head.header-2 .top-search > a:before,.top-head.header-2 .top-cart > a:before{
	position:absolute;
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	content:"";
	display:inline-block;
	-moz-transform: scale(1.8);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(1.8);
	transform: scale(0);
	opacity:0;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s ;
	transition:all 0.3s ease 0s ;
	z-index:1;
}
.top-head.header-2 .top-search > a:hover:before,.top-head.header-2 .top-cart > a:hover:before{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1
}
.top-head.header-2 .top-search > a > span{
	position:relative;
	z-index:2
}
.top-head.header-2 .top-search > a:hover span,.top-head.header-2 .top-cart > a:hover > span{
	color:#fff;
}
.top-head.header-2 .top-cart .cart-box{
	margin-top:20px
}
.top-head.header-2 .top-cart .cart-num{
	top: 3px;
	right:6px;
	z-index:2;
	line-height: 12px;
}
.top-head.header-2 .top-cart > a > span{
	position:relative;
	z-index:2
}
.top-head.header-2 .top-nav > ul > li:hover{
	background:transparent
}
.top-head.header-2 .top-nav > ul > li:hover > a > span:after,.top-head.header-2 .top-nav > ul > li:hover > a:after,.top-head.header-2 .top-nav > ul > li:hover > span > a > span:after,.top-head.header-2 .top-nav > ul > li:hover > span > a:after{
	color:#fff
}

/*
------------- 3. header 3 -------------- */
.top-head.header-3, .top-head.header-4 {
	padding: 15px 0 0;
}
.top-head.header-3 .logo {
	display: table;
	margin: 0 auto;
	float: none;
	border: 0;
	padding:15px 0
}
.top-head.header-3 .logo:before, .top-head.header-4 .logo:before,.top-bar-menu > li > a span:after, .top-bar-menu > li > span > a span:after {
	display: none;
}
.top-head.header-3 .container {
	height: auto;
}
.top-head.header-3 .full, .top-head.header-4 .full {
	display: table;
	margin: 15px auto 0;
	clear: both;
}
.top-head.header-3 .container, .top-head.header-3 .top-search, .top-head.header-4 .container, .top-head.header-4 .top-search {
	height: auto;
}
.top-head.header-3 .top-search, .top-head.header-4 .top-search {
	border-left: 0;
}
.top-head.header-3 .top-nav > ul > li,.top-head.header-3 .top-search,.top-head.header-4 .top-nav > ul > li{
	padding:10px 15px 20px
}
.top-head.header-3 .top-cart{
	padding:10px 0 20px
}
.top-head.header-3 .top-nav > ul > li:hover,.top-head.header-4 .top-nav > ul > li:hover,.top-head.header-5 .top-nav > ul > li:hover,.top-head.header-6 .top-nav > ul > li:hover{
	background:transparent
}

/*
------------- 4. header 4 -------------- */
.top-head.header-4 .top-search {
	float: right;
	padding: 7px 7px 7px 12px;
	margin: 8px 0 0;
}
.top-head.header-4 .top-cart {
	padding:20px 0 0 10px
}
.top-head.header-4 .top-cart .cart-box{
	margin-top: 25px;
}
.top-head.header-4 .top-search button {
	margin: -8px -9px -8px 0;
	padding: 10px 15px;
}
.top-head.header-4 .top-search input[type=text] {
	border: 0;
	font-size: 12px;
	width: 400px;
	height:auto;
	padding: 0 10px;
}
.top-head.header-4.shop-head{
	padding-top:0
}
.top-shop-links{
	font-size:12px;
	margin-top:9px;
	margin-right:25px
}
.top-shop-links a{
	display:inline-block;
	padding:10px;
}
.top-shop-links a i{
	margin-right:7px
}
.top-shop-section .container{
	padding-right:25px;
	padding-left:25px
}
.top-shop-section [class*="col-md-"]{
	padding-left:5px;
	padding-right:5px
}
.top-head.header-3.sticky-nav .full, .top-head.header-4.sticky-nav .full{
	margin:0 auto
}
/*
------------- 5. header 5 -------------- */
.top-head.header-5 .top-search, .top-head.header-6 .top-search {
	border-left: 0px;
	position: relative;
}
.top-head.header-5 .top-search > a, .top-head.header-5 .top-cart > a {
	line-height: 33px;
	width: 33px;
	height: 33px;
	text-align: center;
	display: block;
	position: relative;
}
.top-head.header-5 .top-cart .cart-num {
	position: absolute;
	top: -3px;
	right: 0;
	left: auto;
	line-height: 12px;
}
.top-head.header-5 .bx-search .search-box button {
	background-color: transparent;
}
.top-head.header-5 .top-nav > ul > li > a {
	position: relative;
}
.top-head.header-5 .top-nav > ul > li:before,.top-head.header-5 .top-nav > ul > li .inner-mega:before {
	width: 0;
	position: absolute;
	bottom: 1px;
	left: 50%;
	height: 1px;
	content: "";
	display: inline-block;
}
.top-head.header-5 .top-nav > ul > li:hover:before,.top-head.header-5 .top-nav > ul > li:hover .inner-mega:before,.top-head.header-5 .top-nav > ul > li.selected .inner-mega:before,.top-head.header-5 .top-nav > ul > li.selected:before {
	width: 100%;
	left: 0;
}
.top-head.header-5 .top-nav > ul > li.mega-menu:before{
	display:none
}
.top-head.header-5 .top-search{
	padding: 23px 0;
}
.top-head.header-5 .top-cart{
	padding: 23px 0 23px  10px;
}

/*
------------- 6. header 6 -------------- */
.top-head.header-6 .top-nav > ul > li > a,.top-head.header-6 .top-nav > ul > li > span > a {
	line-height: 1;
	position: relative;
	display: block;
	margin: -30px -15px;
	padding: 30px 15px;
}
.top-head.header-6 .top-nav > ul > li > a > span > i,.top-head.header-6 .top-nav > ul > li > span > a > span > i {
	display: block;
	text-align: center;
	padding: 0 0 10px;
	font-size: 16px;
	margin-right: 0;
}
.top-head.header-6 .top-nav > ul > li:hover > a,.top-head.header-6 .top-nav > ul > li:hover > span > a {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.top-head.header-6 .top-nav > ul > li:before,.top-head.header-6 .top-nav > ul > li .inner-mega:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	content: "";
	display: inline-block;
	width: 100%;
	background-color: transparent;
	z-index: 0;
}
.top-head.header-6 .top-nav > ul > li:hover:before,.top-head.header-6 .top-nav > ul > li:hover .inner-mega:before {
	height: 95%;
}
.top-head.header-6 .top-nav > ul > li .inner-mega{
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px
}
.top-head.header-6 .top-nav > ul > li > a:before,.top-head.header-6 .top-nav > ul > li > span > a:before {
	position: absolute;
	top: -10px;
	left: 0;
	height: 2px;
	content: "";
	display: inline-block;
	width: 100%;
	background-color: transparent;
	opacity:0
}
.top-head.header-6 .top-nav > ul > li:hover > a:before,.top-head.header-6 .top-nav > ul > li:hover > span > a:before {
	top: 1px;
	opacity:1
}
.top-head.header-6 .top-nav > ul > li.mega-menu:before,.top-head.header-6 .top-nav > ul > li > a span:after, .top-head.header-6 .top-nav > ul > li > span > a span:after,
.top-head.header-8 .top-nav > ul > li.mega-menu:before,.top-head.header-8 .top-nav > ul > li > a span:after, .top-head.header-8 .top-nav > ul > li > span > a span:after {
	display: none;
}
.top-head.header-6 .top-nav > ul > li.hasChildren:hover > a:after,.top-head.header-6 .top-nav > ul > li:hover .inner-mega a,.top-head.header-6 .top-nav > ul > li:hover .inner-mega a:after,
.top-head.header-9 .top-nav > ul > li:hover > a > span,.top-head.header-9 .top-nav > ul > li:hover .inner-mega a,.top-head.header-9 .top-nav > ul > li:hover .inner-mega a:after{
	color:#fff
}
.top-head.header-6 .top-search {
	padding: 32px 0 26px 15px;
}
.top-head.header-6 .top-search > a{
	padding: 12px;
}
.top-head.header-6 .top-cart {
	padding: 32px 0 26px 10px;
}
.top-head.header-6 .top-cart > a {
	padding: 12px;
	display: block;
	line-height: 1;
	color:#fff !important
}
.top-head.header-6 .top-cart > a .cart-num{
	top: -4px;
	right: -4px;
	line-height: 12px;
}
.top-head:not(.header-8) .sub-t{
	display:none
}
/*
------------- 7. header 7 -------------- */
.up-head{
	padding: 20px 0;
	position:relative;
	display: table;
	width: 100%;
}
.up-head:after{
	display:table;
	clear:both;
	content:""
}
.top-head.header-7 .logo:before {
	display: none;
}
.top-head.header-7 .up-head {
	padding: 20px 0;
}
.top-head .full.main-bg {
	display: block;
}
.top-head .full.main-bg .top-nav {
	display: table;
	float: none;
	margin: auto;
}
.top-head .full.main-bg .top-nav > ul > li {
	padding:15px 18px
}
.top-head .full.main-bg .top-nav > ul > li > a,.top-head .full.main-bg .top-nav > ul > li > span > a{
	font-weight:normal
}
.top-head .full.main-bg .top-nav > ul > li:hover > a span:after,.top-head .full.main-bg .top-nav > ul > li:hover > span > a span:after{
	color:#fff
}
.top-head.header-7 .top-search {
	float: right;
	border-radius: 3px;
	padding: 7px 7px 7px 12px;
	margin: 0;
	height: auto;
}
.top-head.header-7 .top-search button {
	border: 0;
	background: transparent;
}
.top-head.header-7 .top-search input[type=text] {
	border: 0;
	font-size: 12px;
	width: 200px;
	height:auto;
	padding: 0 10px;
}
.top-head.header-7 .top-cart{
	padding: 11px 0 0 10px;
}
.top-head.header-7 .top-cart .cart-box{
	margin-top: 25px;
}
.top-head .full.main-bg .top-nav > ul > li {
	border-left: 1px rgba(255,255,255,.3) solid;
}
.top-head .full.main-bg .top-nav ul ul li {
	text-shadow: none;
}

/*
------------- 8. header 8 -------------- */
.top-head.header-8{
	border-bottom:0
}
.top-head.header-8 .top-nav > ul > li > a,.top-head.header-8 .top-nav > ul > li .inner-mega > a {
	line-height: 1;
	margin: -30px -15px;
	display:block;
	padding: 30px 15px 22px 15px;
}
.top-head.header-8 .top-nav > ul > li > a b.sub-t,.top-head.header-8 .top-nav > ul > li > span > a b.sub-t{
	display: block;
	margin-top: 7px;
	line-height: 12px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}
.top-head.header-8 .top-nav > ul > li.hasChildren > a:after,.top-head.header-8 .top-nav > ul > li.hasChildren > span > a:after {
	display: none;
}
.top-head.header-8 .top-nav > ul > li:hover > a,.top-head.header-8 .top-nav > ul > li.selected > a,.top-head.header-8 .top-nav > ul > li:hover > span > a,.top-head.header-8 .top-nav > ul > li.selected > span > a  {
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.top-head.header-8 .top-search {
	border-left: 0px;
	position: relative;
	margin-left:10px
}
.top-head.header-8 .top-search > a, .top-head.header-8 .top-cart > a {
	line-height: 33px;
	width: 33px;
	height: 33px;
	margin-top: 20px;
	text-align: center;
	display: block;
	position: relative;
}
.top-head.header-8 .top-cart{
	margin-left:10px;
	padding-bottom: 25px !important;
}
.top-head.header-8 .top-cart .cart-num {
	position: absolute;
	top: -7px;
	right: -5px;
	left: auto;
	line-height: 13px;
}
.top-head.header-8 .top-nav ul ul{
	border-top:0
}
.top-head.header-8 .top-nav > ul > li > a,.top-head.header-8 .top-nav > ul > li.inner-mega {
	position: relative;
	font-weight: bold;
}
.top-head.header-8 .top-nav > ul > li > a:before,.top-head.header-8 .top-nav > ul > li > span > a:before {
	width: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 1px;
	content: "";
	display: inline-block;
}
.top-head.header-8 .top-nav > ul > li:hover > a:before,.top-head.header-8 .top-nav > ul > li.selected > a:before,.top-head.header-8 .top-nav > ul > li.inner-mega:hover:before {
	width: 100%;
	left: 0;
}
.top-head.header-8 .top-cart,.top-head.header-8 .top-search{
	padding: 0;
}

/*
--------------------- header left -------------------- */
.left-side-wrap{
	margin:0 !important;
	margin-left: 280px !important;
	width:auto !important;
	position:relative
}
.right-side-wrap{
	margin:0 !important;
	margin-right: 280px !important;
	width:auto !important;
	position:relative
}
.header-left,.header-right{
	position:fixed;
	left:0;
	top:0 !important;
	width: 280px !important;
	height:100%;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4) !important;
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4) !important;
	z-index:999;
	border-bottom:0;
	padding:70px 0;
}
.header-left .responsive-nav,.header-right .responsive-nav{
	display:block
}
.header-right{
	left: auto  !important;
	right:0;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.4) !important;
	box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.4) !important;
}
.header-left .logo,.header-right .logo{
	display:table;
	margin:auto;
	float:none;
	padding:10px 20px
}
.side-nav{
	padding:40px 0;
}
.side-nav > ul > li {
	position: relative;
	margin: 0;
	padding:0 30px
}
.side-nav > ul > li > a,.side-nav > ul > li > span > a {
	display: block;
	overflow: hidden;
	font-weight: bold;
	padding:15px 0;
	border-bottom:1px rgba(0,0,0,.1) solid;
	border-radius:0 !important
}
.side-nav > ul > li.mega-menu > span{
	margin:0;
	padding:0
}
.side-nav > ul > li > a > span:after,.side-nav > ul > li > span > a span:after{
	display:none
}
.black-bg .side-nav > ul > li > a {
	border-bottom:1px rgba(255,255,255,.1) solid
}
.header-left .top-search,.header-right .top-search {
  border: 1px rgba(0, 0, 0, 0.1) solid ;
}
.black-bg.header-left .top-search,.black-bg.header-right .top-search,.dark-bg.header-left .top-search,.dark-bg.header-right .top-search {
  border: 1px rgba(255, 255, 255, 0.1) solid;
}
.side-nav > ul > li.current > a{
	font-weight:bold
}
.side-nav > ul li a i{
	font-size:16px;
	margin-right:10px
}
.header-right .side-nav > ul li a i{
	float:right;
	margin-right:0;
	margin-left:10px
}
.side-nav > ul ul {
	position: absolute;
	min-width: 220px;
	display:none;
	top:0;
	left:100%;
	z-index:99;
}
.side-nav ul ul li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
.side-nav ul ul li a{
	padding-left:20px !important
}
.side-nav ul ul li i{
	font-size:12px
}
.side-nav li li a {
	display: block;
	overflow: hidden;
	padding: 0 25px !important;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px !important;
	margin: 0;
	position: relative
}
.side-nav li:not(.mega-menu).hasChildren > a:after,.side-nav li.mega-menu.hasChildren > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	content: "\f105";
	font-weight: normal;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: FontAwesome;
	-webkit-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
.side-nav li li:not(.mega-menu).hasChildren > a:after,.side-nav lili.mega-menu.hasChildren > span:after{
	right: 15px
}

.header-left .top-search,.header-right .top-search{
	display:table;
	width: 80%;
	margin: 0 10% 30px !important;
	padding:0 0 0 10px !important
}
.header-left .top-search a,.header-right .top-search a{
	line-height:1
}
.header-left .search-box,.header-right .search-box{
	position:static
}
.header-left .top-search input[type=text], .header-right .top-search input[type=text]{
	border:0;
	height:39px;
	background:transparent;
	width: 77%;
	padding: 0 20px 0 5px;
}
.header-left .top-search button, .header-right .top-search button{
	padding: 10px 15px;
	border-radius:0 !important;
	right: -1px;
	position: relative;
}
.side-nav li.mega-menu > ul > li{
	width:100%;
}
.side-nav li:hover > ul{
	display:block
}
.side-nav li ul li a{
	color:#fff
}
.side-nav li.mega-menu > ul > li h4{
	line-height: 40px;
	margin: 0;
	padding-left: 15px;
	cursor:pointer;
	color:#fff;
	font-weight:normal
}
.header-right li.mega-menu > ul > li h4{
	padding-left: 30px;
}
.header-right .side-nav ul li a{
	text-align:right
}
.header-right .side-nav > ul ul {
	right:100%;
	left:auto
}

.header-right .side-nav li:not(.mega-menu).hasChildren > a:after,.header-right .side-nav li.mega-menu.hasChildren > span:after {
	right: auto;
	left: 0;
	content: "\f104";
}
.header-right .side-nav li li:not(.mega-menu).hasChildren > a:after,.header-right .side-nav lili.mega-menu.hasChildren > span:after{
	left: 15px;
}

.header-right .side-nav li li i{
	float: right;
	margin:15px 0 0 10px
}
.side-header-bottom{
	text-align:center;
	font-size:12px;
	padding:30px
}
.side-header-bottom .social-list{
	display:table;
	margin:15px auto 5px
}
.top-head.transparent-3 {
	border-bottom: 1px rgba(255,255,255,.3) solid;
}
.top-head.transparent-3 .top-cart > a{
	margin-left: 5px
}
.top-head.transparent-3 .fluid-header{
	padding-right:30px
}
.top-head.dark .top-nav > ul > li > a, .top-head.dark .top-nav > ul > li > span > a,.top-head.dark .logo-txt,.top-head.dark .logo span {
	color:#fff;
}
.top-head.not-dark .top-nav > ul > li:not(.selected) > a,.top-head.not-dark .top-nav > ul > li:not(.selected) > span > a ,.top-head.not-dark .top-nav > ul > li:not(.selected) > a:after, .top-head.not-dark .top-cart > a {color:#444 !important;}
.top-head.not-dark .top-nav > ul > li > a, .top-head.not-dark .top-nav > ul > li > a:after {
	text-shadow:none !important;
}
.top-head.not-dark.transparent, .top-head.transparent.not-dark .logo, .top-head.transparent.not-dark .top-search {
	border-color:rgba(0,0,0,.2);
}
.top-head .full.main-bg .top-nav > ul > li > a,.top-head .full.main-bg .top-nav > ul > li > span > a, .top-head .full .main-bg .top-nav > ul > li > a:after {
	color:#fff !important;
}
.top-head.transparent.sticky-nav, .top-head.transparent.sticky-nav .logo, .top-head.transparent.sticky-nav .top-search {
	border:0px !important;
}
.top-head.dark.sticky-nav .logo-txt,.top-head.dark.sticky-nav .logo span{
	color:inherit
}
.top-head{
	transition: top 700ms ease;
	-webkit-transition: top 700ms ease;
	top:-100px
}
.top-head.sticky-nav {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
	position:fixed;
	z-index:999;
	width:100%;
	top:0;
	left:0;
}
.menu-hint{
	font-size:10px;
	position: relative;
	top: -5px;
	right: 0;
	margin-left:3px;
	padding: 1px 4px;
	background:#777;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	color:#fff;
	font-weight:normal
}
.top-nav > ul > li:hover > a .menu-hint,.top-nav > ul > li:hover > span > a .menu-hint{
	top:-24px
}
.menu-hint.success {
	background-color: #5cb85c;
}
.menu-hint.success:hover {
	background-color: #449d44;
}
.menu-hint.info {
	background-color: #5bc0de;
}
.menu-hint.info:hover {
	background-color: #31b0d5;
}
.menu-hint.warning {
	background-color: #f0ad4e;
}
.menu-hint.warning:hover {
	background-color: #ec971f;
}
.menu-hint.error {
	background-color: #d9534f;
}
.menu-hint.error:hover{
	background-color: #c9302c;
}
/* fluid headers */
.top-head .fluid-header{
	width:100% !important
}
.top-head .fluid-header .top-nav .mega-menu > ul{
	width:98.5% !important
}
.top-head .fluid-header .logo {
	float: left;
	padding: 25px 20px 15px 0px;
}
.top-head.sticky-nav .bot-line, .top-head.sticky-nav .lft-line,.top-head.sticky-nav.header-3 .logo,.top-head.sticky-nav .up-head,.top-head.sticky-nav.boxed-transparent .logo:before{
	display:none
}
.top-head.sticky-nav.boxed-transparent > .container{
	border:0
}
.navbtn {
	display:none;
	position:fixed;
	right: 0;
	top: 0;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align:center;
	z-index:9999;
	font-size:22px;
	color:#fff;
}
.navbtn.active {
	right:40%;
}
.navbtn:focus{
	color:#fff
}
.new-nav {
	position:fixed;
	right:-40%;
	top:0;
	z-index:9999;
	width:40%;
	height:100%;
	overflow:scroll;
	display:none
}
.new-nav.active {
	right:0;
}
.new-nav ul ul {
	display:none;
	background:#111;
}
.new-nav li {
	position:relative;
}
.new-nav li:after{
	display:none
}
.new-nav > ul > li a, .new-nav > ul > li.mega-menu h4 {
	display:block;
	padding:12px 20px;
	color:#ccc;
	border-bottom:1px #353535 solid;
	margin:0;
	cursor:pointer;
	border-radius:0 !important
}
.new-nav > ul > li i {
	margin-right:10px;
}
.new-nav > ul > li.mega-menu [class*="col-md-"] {
	padding:0 ;
}
.new-nav li.hasChildren > a .collap,.new-nav > ul > li.mega-menu a .collap {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 12px;
	-moz-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	color: #ddd;
	margin: 0;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.16);
	text-align: center;
	line-height: 30px;
}
.new-nav li.hasChildren a .collap i,.new-nav > ul > li.mega-menu span a .collap i{
	margin:0
}
.new-nav li.hasChildren.active > a > .collap,.new-nav > ul > li.mega-menu.active > span > a > .collap{
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}

.new-nav ul ul li a, .new-nav > ul > li.mega-menu h4 {
	border-bottom:1px #1F1F1F solid;
	color:#868686;
}
.new-nav ul ul li.selected > a {
	background-color:#000;
}
.new-nav li li.selected > a {
	background-color:#0A0A0A;
}
.new-nav li.hasChildren.active > a, .new-nav li.hasChildren.active > h4 {
	background:#0B0B0B;
}
.top-nav {
	float:left;
	min-height:1px;
}
.top-nav > ul > li {
	float:left;
	position:relative;
	padding: 30px 15px;
	cursor:pointer;
}
.top-nav .mega-menu > ul > li > a:after, .top-nav .mega-menu ul li:first-child:hover:before, .top-nav .mega-menu ul:before,.search-box .btn,.top-cart > a span span{
	display:none;
}
.top-nav > ul > li > span > a i,.top-nav > ul > li > a i{
	display:inline-block;
	margin-right:10px
}
.top-bar .top-nav > ul > li > a i,.top-bar .top-nav > ul > li > span > a i{
	display:inline-block !important
}
.header-6 .top-nav > ul > li > a i,.header-6 .top-nav > ul > li > span > a i{
	display:block
}
.top-nav > ul > li a{
	z-index:4 !important;
}

.top-nav > ul > li > a,.top-nav > ul > li > span > a {
	display:block
}
.header-9 .top-nav > ul > li.mega-menu > span{
	margin-left:-15px;
	margin-right:-15px;
	padding-right:15px;
	padding-left:15px
}
.header-9 .top-nav > ul > li:hover{
	background:transparent
}
.header-9 .top-nav > ul > li:not(.mega-menu):after,.header-9 .top-nav > ul > li.mega-menu > span:after{
	position:absolute;
	width:100%;
	height:100%;
	right:0;
	top:0;
	content:"";
	display:inline-block;
	border-right-width:1px;
	border-right-style:solid;
	border-top-right-radius:10em;
	border-bottom-right-radius:10em;
	z-index:2;
}
.header-9 .top-nav > ul > li:not(.mega-menu):before,.header-9 .top-nav > ul > li.mega-menu > span:before{
	position:absolute;
	width: 35px;
	height:100%;
	left: -35px;
	top:0;
	content:"";
	display:inline-block;
	z-index:1
}
.header-9 .top-nav > ul > li > a span:after, .header-9 .top-nav > ul > li > span > a span:after {
	color:#fff
}

.header-9 .top-nav > ul > li:not(.mega-menu):first-child:before{
	border-top-right-radius:10em;
	border-bottom-right-radius:10em;
	z-index:3 !important;
	left: -15px !important;
	width: 55px;
}
.header-9 .top-nav > ul > li.mega-menu:first-child > span:before{
	border-top-right-radius:10em;
	border-bottom-right-radius:10em;
	z-index:3 !important;
	left: -15px !important;
	width: 55px;
	background:#fff !important;
}
.header-9 .top-nav > ul > li:not(.mega-menu):first-child,.header-9 .top-nav > ul > li.mega-menu:first-child > span{
	padding-left: 45px;
}
.header-9 .top-nav > ul > li:not(.mega-menu):first-child > ul{
	left:0
}
.top-head.header-9 .top-search{
	margin-left:10px
}
.header-9 .top-nav > ul > li:hover a span:after{
	color:#fff
}
.header-9 .top-nav > ul > li:hover a span:after{
	color:#fff
}
.top-nav > ul > li > a, .top-nav > ul > li > span > a {
	font-weight:700;
	z-index:2;
	letter-spacing:0.5px;
	position: relative;
}
li.mega-menu .inner-mega {
	position:relative;
	display:block;
	margin: -30px 0;
	padding: 30px 0;
}
.top-nav > ul > li ul, .top-cart .cart-box, .bx-search .search-box, .top-search .search-box {
	-webkit-box-shadow:0px 2px 2px 0px rgba(0,0, 0,0.3);
	-moz-box-shadow:0px 2px 2px 0px rgba( 0,0,0,0.3);
	box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3);
}
.top-nav ul li ul {
	position:absolute;
	top:100%;
	left:0;
	min-width: 220px;
	border-top-style:solid;
	border-top-width:3px;
	z-index:999;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.top-nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.top-nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.header-9 .top-nav > ul > li:not(.mega-menu) > ul {
	left: -35px;
}
.top-nav.colored-submenu ul li ul {
	border-top:0 !important;
}
.top-nav ul li ul ul {
	top:0;
	left:100%;
	border-top-width:0;
	border-left-style:solid;
	border-left-width:3px;
	-webkit-transform: translate3d(30px,0,0);
	transform: translate3d(30px,0,0);
}
.top-nav ul li ul li:hover > ul {
	top:0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.top-nav ul li ul li > ul.rit-menu {
	top:0;
	right:100%;
	left:auto;
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
	border-right-width:3px;
	border-right-style:solid;
	border-left:0
}
.top-nav ul li ul li:hover > ul.rit-menu {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.top-nav ul ul li {
	line-height:normal;
	float:none;
	position:relative;
	display:block;
	width: auto;
}
.top-nav > ul > li.hasChildren > a:after, .top-nav > ul > li.hasChildren > span > a:after {
	display:inline-block;
	font:normal normal normal 8px/1 FontAwesome;
	content:"\f078";
	margin-left:5px;
	top:-1px;
	position:relative;
	-webkit-transition-delay:0.3s !important;
	transition-delay:0.3s !important;
}
.top-nav > ul > li.hasChildren:hover > a:after, .top-nav > ul > li.hasChildren:hover > span > a:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.top-nav ul li li.hasChildren > a:after, .top-nav ul li li.hasChildren > span > a:after {
	content:"\f105";
	float:right;
	display:inline-block;
	font:normal normal normal 12px/1 FontAwesome;
}
.top-nav li li a {
	display:block;
	padding:13px 15px;
	-webkit-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
	line-height:1.5;
	border-radius: 0 !important;
}
.top-nav ul li.hiddenChild > a{
	/*display: none;*/
}
.top-nav li.mega-menu li a{
	padding: 15px 10px;
}
.top-nav li li:first-child > a {
	border-top:0;
}
.top-nav li li i {
	margin-right:8px;
}
.top-nav > ul > .mega-menu {
	position:static;
}
.top-nav .mega-menu > ul {
	display: flex;
	display: -webkit-flex;
}
.top-nav .mega-menu ul ul {
	border-left-width:0;
	border-top-width:0;
	position:static;
	/* margin:0 10px; */
	display:block !important;
	opacity:1 !important;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	width: 100%;
	min-width: auto !important;
	background-color: transparent;
}
.top-nav .mega-menu:hover ul li ul{
	visibility:visible
}
.top-nav .mega-menu > ul > li {
	padding-bottom:15px;
	padding: 0 15px;
}
.top-nav > ul > li[data-mega="1"] > ul > li{
	width: 100%;
}
.top-nav > ul > li[data-mega="2"] > ul > li{
	width: 50%;
}
.top-nav > ul > li[data-mega="3"] > ul > li{
	width: 33.333333%;
}
.top-nav > ul > li[data-mega="4"] > ul > li{
	width: 25%;
}
.top-nav > ul > li[data-mega="5"] > ul > li{
	width: 20%;
}
.top-nav > ul > li[data-mega="6"] > ul > li{
	width: 16.666666%;
}
.top-nav .mega-menu > ul > li > a {
	font-weight:900;
	border:0;
}
.top-nav .mega-menu > ul > li:hover > a{
	background:transparent;
}
.top-nav .mega-menu > ul > li > a:after{
	display:none !important
}
.nav-animate > ul > li > a span, .nav-animate > ul > li > span > a span {
	position:relative;
	display:inline-block;
	-webkit-transition:-webkit-transform 0.4s;
	-moz-transition:-moz-transform 0.4s;
	transition:transform 0.4s;
}
.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate > ul > li > a > span:after,.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate > ul > li > span > a > span:after {
	display:inline-block;
	position:absolute;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	width:100%
}
.nav-animate > ul > li > a, .nav-animate > ul > li > span > a {
	position:relative;
	overflow:hidden;
	display:block;
}
.nav-animate.to-right > ul > li > a > span:after, .nav-animate.to-right > ul > li > span > a > span:after {
	right:150%;
}
.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-right > ul > li:hover > a > span,.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-right > ul > li:hover > span > a > span {
	-webkit-transform:translateX(150%);
	-moz-transform:translateX(150%);
	transform:translateX(150% );
}
.nav-animate.to-left > ul > li > a > span:after, .nav-animate.to-left > ul > li > span > a > span:after {
	left:150%;
}
.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-left > ul > li:hover > a > span,.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-left > ul > li:hover > span > a > span {
	-webkit-transform:translateX(-150%);
	-moz-transform:translateX(-150%);
	transform:translateX(-150%);
}
.nav-border-bottom.to-left > ul > li:after, .nav-border-bottom.to-left li.mega-menu .i nner-mega:after,.nav-border-top.to-left > ul > li:after, .nav-border-top.to-left li.mega-menu .i nner-mega:after {
	left:auto;
	right:0;
}
.top-head ul li li:hover > a > span,.top-head ul li li:hover > span > a > span{
	-webkit-transform:translateY(0) !important;
	-moz-transform:translateY(0) !important;
	transform:translateY(0) !important;
}
.nav-border-left.to-bottom > ul > li:after, .nav-border-left.to-bottom li.mega-menu .inner-mega:after {
	bottom:auto;
	top:20%;
}
.nav-animate.to-bottom > ul > li > a span:after, .nav-animate.to-bottom > ul > li > span > a span:after {
	left:0;
	top:-100%;
}
.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-bottom ul > li:hover > a > span,.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-bottom > ul > li:hover > span > a > span {
	-webkit-transform:translateY(100%);
	-moz-transform:translate Y(100%);
	transform:translateY(100%);
}
.nav-animate.to-top > ul > li > a span:after, .nav-animate.to-top > ul > li > span > a span:after {
	left:0;
	top:100%;
}
.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-top ul > li:hover > a > span,.top-head:not(.header-6):not(.header-8):not(.header-left):not(.header-right) .nav-animate.to-top > ul > li:hover > span > a > span {
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
}

.top-nav[class*="nav-border-"] > ul > li{
	padding-left:0;
	padding-right:0;
	margin-right:15px;
	margin-left:15px
}
.top-nav[class*="nav-border-"] > ul > li:hover{
	background:transparent
}
.top-head .top-search {
	padding: 32px 10px;
}
.top-nav.scale > ul > li > a,.top-nav.scale > ul > li > span > a {
	overflow:visible
}
.top-nav.scale > ul > li > a > span:after,.top-nav.scale > ul > li.mega-menu > span > a > span:after{
	opacity:0;
	transform:scaleY(5) !important;
	-webkit-transform:scaleY(5) !important;
	left:0;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-nav.scale > ul > li:hover > a > span:after,.top-nav.scale > ul > li.mega-menu:hover > span > a > span:after{
	opacity:1;
	transform:scaleY(1) !important;
	-webkit-transform:scaleY(1) !important;
}

.top-nav ul li .widget{
	padding: 0 10px;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}
.top-nav ul li .widget-head{
	font-size: 14px;
}
.top-nav ul li .widget a{
	padding: inherit;
	border: 0;
}
.top-nav ul li .widget h5{
	margin: 0 0 5px
}
.top-nav ul li .widget .foot-image{
	margin-bottom: 15px
}
.top-nav ul li .widget .social-list a{
	line-height: 35px;
}

.top-head .top-search > a {
	font-weight:bold;
	display:block;
	line-height:1;
}
.top-search {
	float:left;
	position:relative;
}
.head-srch-cart-fluid .top-search {
	border-left:1px rgba(255,255,255,.2) solid;
}
.head-srch-cart .top-search > a, .head-srch-cart .top-cart > a {
	float:none;
	display:block;
	text-align:center;
	margin:15px 0;
	border-radius:2em;
	height: 49px;
	line-height: 49px;
	width:30px;
	text-align:center
}
.top-search .search-box {
	position:fixed;
	top:50%;
	width:50%;
	left:50%;
	border-bottom-style:solid;
	border-bottom-width:4px;
	padding:20px 0;
	line-height:1;
	z-index:999;
	margin-left:-25%;
	margin-top:-40px;
	display:none;
}
.search-box .main-bg.main-border{
	display:none
}
.top-search .search-box input[type=text] {
	width:95%;
	border:0;
	font-size:35px;
	text-transform:none;
	background:transparent;
	letter-spacing:1px;
	font-weight: 300;
	border-radius: 0 !important;
}
.top-search .search-box button {
	border:0;
	width:30px;
	height:30px;
	line-height:28px;
	text-align:center;
}
.srch-overlay {
	background:rgba(0, 0,0,0.9);
	position:fixed;
	width:100%;
	height:100%;
	z-index:99;
	left:0;
	top:0;
}
.close-srch {
	position:absolute;
	right:0;
	top:20px;
	display:block;
	font-size:0px;
}
.close-srch:before {
	font-size:25px;
}

/*
----------- inner-menu -------------- */
.inner-menu{
	height:40px
}
.inner-menu ul > li {
	border-left: 1px rgba(255,255,255,.3) solid;
	float:left;
	position:relative
}
.inner-menu ul > li > a{
	height: 40px;
	line-height: 40px;
	padding:0 18px;
	display:block;
}
.inner-menu ul ul,.top-bar li ul{
	position:absolute;
	left:0;
	top:100%;
	min-width: 200px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	overflow:hidden;
	z-index:-1;
	opacity:0
}
.top-bar li ul{
	margin-top: 15px;
}
.inner-menu ul li:hover > ul,.top-bar ul li:hover > ul{
	z-index:2;
	opacity:1
}
.top-bar ul li:hover > ul{
	z-index:999
}
.inner-menu ul ul li,.top-bar ul ul li{
	float:none
}
.inner-menu ul ul li a,.top-bar ul ul li a{
	display:block;
	text-shadow: none;
}
.inner-menu ul ul li:hover > a,.inner-menu ul ul li.selected > a,.top-bar ul ul li:hover > a{
	background: rgba(0,0,0,.05);
	color:#333
}

/* ==========================================================================
  4. PAGE TITLES.
============================================================================= */
.page-title{
	position:relative
}
.page-title {
	background: url('../../../superfine/assets/images/page-titles/title-light.jpg') no-repeat 50% 0;
	position:relative
}
.page-title > .container{
	position:relative;
	display:table;
	z-index: 2;
}
.page-title > .container > .row{
	height: 180px;
	display:table-cell;
	vertical-align:middle;
	width: 100%;
}
.page-title h1 {
	margin: 0 0 5px;
	font-size: 40px;
	line-height: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	word-break: break-all;
	word-break: keep-all;
	word-break: break-word;
}
.page-title h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.breadcrumbs {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 13px;
}
.breadcrumbs.white-bg{
	bottom:0;
	padding: 10px;
}
.breadcrumbs i {
	display: inline-block;
	margin: 0 10px;
}
.page-title .title-icon{
	margin: 0 15px 0 0;
	width:58px;
	height:58px;
	line-height:58px;
	text-align:center;
	font-size:30px;
	-webkit-text-shadow: none;
	-moz-text-shadow:none;
	text-shadow: none;
	display: inline-block;
}
/*
------------ title minimal ------------ */
.page-title.title-minimal > .container {
	min-height: 130px;
}
.page-title.title-minimal > .container > .row{
	height: 150px;
	padding: 60px 0 !important;
}
.page-title.title-minimal .title-icon{
	margin:38px 15px 0 0
}
.title-search h1{
	margin-top:5px !important
}
.title-search h3{
	margin-bottom:10px
}

/*
------------ title 2 ------------ */
.page-title.title-2 {
	text-align:center
}
.page-title.title-2 .breadcrumbs{
	position:static;
	display:table;
	margin:35px auto -16px
}

/*
------------ title 4 ------------ */
.page-title.title-4 {
	text-align:center;
	background:#2d5d7d url('../../../superfine/assets/images/page-titles/bg-parallax.jpg') no-repeat 0 0;
}
.page-title.title-4 .row{
	height:250px
}
.page-title.title-4 h3{
	margin-bottom:40px
}
.page-title.title-4 .breadcrumbs{
	position:static;
	display:table;
	margin:35px auto 20px;
	padding: 10px 20px;
}

/*
------------ title 5 ------------ */
.page-title.title-5 {
	text-align:center
}
.page-title.title-5 h1{
	display:table;
	padding: 15px 35px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	font-size: 36px;
	line-height: 1;
	margin-top: 40px;
}
.page-title.title-5 h3{
	display:inline-block;
	border-bottom-style:solid;
	border-bottom-width:3px;
	clear:both;
	font-size:25px;
	border-radius: 2em;
	padding: 10px 25px;
	margin-bottom: 70px;
}
.page-title.title-5 .breadcrumbs{
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	padding: 7px 20px 4px;
	display:table;
}
.transparent-title > .container{
	height:400px
}
/*
------------------ title video ----------- */
.page-title-video,.section-video {
	background: none;
	position: relative;
	overflow: hidden;
	clear:both
}
.page-title-video .container,.section-video .container {
	z-index: 3;
}
.page-title-video > .container > .row{
	height:400px
}
.page-title-video .video-wrap,.section-video .video-wrap {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index:0
}
.page-title-video .video-wrap video,.section-video .video-wrap video {
	width: 100%;
	margin-top:-200px;
	display:block;
	height:auto
}
.title-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}
/* =========================================================================
	5.FORM CONTROLS.
============================================================================ */
label{
	font-weight:bold;
	margin-bottom:5px;
	display:block
}
label.checkbox-lbl,.radio-lbl{
	font-weight:normal;
	overflow:hidden;
	line-height:25px
}
label.radio-lbl{
	font-weight:normal;
	overflow:hidden;
	line-height:20px
}
label.radio-lbl .radio{
	margin:5px 5px 0 0
}
.floated-radios {
	overflow:hidden
}
.floated-item{
	float:left;
	margin: 0 20px 10px 0;
	line-height:26px
}
.checkbox-table{
	display:table;
	width:100%;
	border-collapse:collapse
}
.checkbox-table .clearfix{
	display:table-row
}
.checkbox-table .floated-item{
	float:none;
	display:table-cell;
	padding: 10px;
	font-size: 13px;
}
.checkbox-block{
	line-height:27px
}
.radio {
	width : 20px;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
	height: 20px;
	float:left
}
.radio + label {
	display : inline-block;
	margin-left: -20px;
	line-height : 1.5em;
	font-weight:normal
}
.radio + label > span {
	display : inline-block;
	width: 15px;
	height: 15px;
	margin : 0 10px 0 0;
	background: #ECECEC;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	vertical-align : middle;
	cursor:pointer
}
.radio:checked + label > span {
	background: #555;
	cursor:pointer
}
.radio:checked + label > span > span {
	display : block;
	width: 100%;
	height: 100%;
	cursor:pointer;
	margin: 3px;
}
.form-input{
	padding:8px 0
}
select,.select2-container .select2-choice{
	width: 100%;
	padding: 0 10px;
	height: 45px;
	line-height: 45px
}
.form-control,.input-text {
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 0;
}
.small-select{
	width:32%;
	margin:0 5px 0 0
}
input.small-txt{
	width:auto;
	margin-right:3px;
	display:inline-block
}
input[type=file]{
	height:auto;
	padding:12px 15px
}
.captcha-div .sm-txtbox,.gfield_captcha_input_container input[type=text]{
	width: 56% !important;
	height: 50px !important;
	font-size: 20px;
	font-weight: 200;
	padding: 0 15px;
	vertical-align: middle;
}
.captcha-div-lft .sm-txtbox{
	width:50%;
	height: 75px !important;
	font-size:20px;
	font-weight:200;
	padding:0 15px;
	vertical-align:middle
}
textarea,.woocommerce form .form-row textarea{
	width:100%;
	height:220px;
	padding:15px
}
.center_contact{
	width:70%;
	margin:auto
}
.contact-form-2 .center_contact{
	width:100%
}
.center_contact .button-group{
	text-align:center
}
.left-lbl{
	display:inline-block
}
#message{
	display:none
}
#captchaimg{
	margin-right:5px
}
.sub-heading.block{
	width:100% !important
}
.captcha-div{
	display:table;
	margin:10px auto;
	width:50%;
	text-align:center
}
.errCap{
	font-weight:normal;
	color:#f00;
	margin:25px 0 0;
	display:block
}
.cont-success{
	padding: 50px;
}
.cont-success i.success-icon{
	font-size:45px;
	margin-bottom:20px;
}
.cont-success p.congrats{
	font-size:30px;
	font-weight:900
}
.cont-success p.congratsTxt{
	font-size:15px
}
.map-overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	top:0;
	overflow:hidden
}
.conact_center_form{
	position:relative;
	z-index:2;
	max-width:800px;
	margin:auto;
	box-shadow: 0 1px 10px rgba(0,0,0,.15);
	padding:40px 0;
	display: table;
	float: none !important;
}
.conact_center_form .captcha-div{
	width:75%;
}
.side-socials{
	display:table;
	margin:auto
}
.custom-checkbox{
	position: relative;
	display: block;
	height: inherit;
	font-size: 9px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	width: 50px;
	height: 26px;
	float:left;
	background-color: #ECECEC;
	border-radius: 0px;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	margin:0 8px 0 0
}
.custom-checkbox:before, .custom-checkbox:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.custom-checkbox.selected:after {
	content: "on";
	left: 7px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.custom-checkbox.selected:before {
	display:none
}
.custom-checkbox .switcher{
	position: absolute;
	top: 6px;
	left: 5px;
	width: 14px;
	height: 14px;
	background: white;
	border-radius: 0px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.custom-checkbox.selected .switcher{
	left: 30px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.custom-checkbox:before {
	content: "off";
	right: 7px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.custom-checkbox .on,.custom-checkbox .off{
	margin: 0 !important;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 32px !important;
	height: 31px !important;
	background-color:transparent !important
}
.custom-checkbox .on{
	right:0
}
.custom-checkbox .checkbox{
	margin: 0 !important;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 50px !important;
	height: 30px !important;
	background-color:transparent !important;
}
.custom-checkbox label span{
	white-space: nowrap;
	font-size: 14px;
	position: absolute;
	left: 100%;
	margin: 3px 0 0 15px;
	text-transform: none;
}
.error{
	border:1px #FFC5C5 solid !important
}

/* ==========================================================================
  7. PAGE SPECIFIC STYLES.
============================================================================= */
/*
---------------- Widgets -------------------- */
.sidebar .widget-head,.wpb_widgetised_column .widget-head{
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position:relative;
	font-weight: 800;
}
.sidebar .widget > div:not(.tweet),.wpb_widgetised_column .widget > div:not(.tweet){
	overflow: hidden;
}
.sidebar .widget,.wpb_widgetised_column .widget{
	margin-bottom: 40px;
	border-bottom: 1px #ddd solid;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	position:relative;
}
.sidebar .widget:before,.sidebar .widget:after,.sidebar .widget-head:after,.wpb_widgetised_column .widget:before,.wpb_widgetised_column .widget:after,.wpb_widgetised_column .widget-head:after{
	position:absolute;
	bottom:-3px;
	left: 5%;
	width: 90%;
	height: 1px;
	content:"";
	display:inline-block;
}
.sidebar .widget:after,.wpb_widgetised_column .widget:after{
	bottom:-5px;
	left: 10%;
	width: 80%;
}
.sidebar .widget-head:after,.wpb_widgetised_column .widget-head:after{
	bottom:-1px;
	left:0;
	width:20%;
}
.sidebar h5,.sidebar h5{
	font-size:13px;
	margin-bottom: 10px;
	font-weight:600;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar .meta,.wpb_widgetised_column .meta{
	font-size:11px;
	margin-bottom: 5px;
}
.sidebar .tab-content .tab-pane,.wpb_widgetised_column .tab-content .tab-pane{
	padding:15px
}

/* search */
.widget_search input[type=text]{
	height:40px;
	padding:0 35px 0 10px;
	width:100%;
	border:0;
	background:transparent
}
.widget .top-srch-forum > div{
	height:40px
}
.widget .top-srch-forum > div:before{
	display:none
}
.widget .top-srch-forum .button{
	height: 38px;
	line-height: 38px;
	width: 35px;
	padding: 0;
	margin: 0;
}
.widget .top-srch-forum input[type="text"]{
	height:40px;
	line-height:40px;
	padding-left: 20px;
	width: 80% !important;
}
.widget_search form{
	position:relative;
}
.widget_search button{
	background:transparent;
	border:0;
	position:absolute;
	right:5px;
	top:10px
}
.sidebar .banner_img{
	text-align:center
}
.sidebar .widget_it_widget_flickr ul li img, .sidebar .widget_it_widget_flickr ul .img-overlay {
	width: 55px;
	height: 56px;
}
.sidebar .widget_it_widget_flickr ul .img-overlay:before {
	line-height: 56px;
	height: 56px
}
.sidebar .widget_it_widget_flickr ul .flickr{
	height:56px;
}
.widget_it_widget_flickr li{
	padding:0 !important;
	border:0 !important
}
.widget > ul,.widget_nav_menu > div > ul{
	overflow: hidden;
	margin-top: 1px
}
.widget > ul > li,.widget_nav_menu > div > ul > li{
	margin-top: -1px;
}
/* recent posts */
.widget_recent_entries > ul > li, .widget_recent_comments ul li {
	padding: 8px 0;
}
.widget_categories ul li,.widget_archive ul li {
	padding: 10px 0;
	text-align:right;
	overflow:hidden
}
.widget_categories ul li a,.widget_archive ul li a{
	float:left
}
.widget:not(.widget_tag_cloud):not(.widget_product_tag_cloud) ul li {
	padding: 10px 0;
	overflow: hidden;
}
.widget_recent_entries .post-img{
	width: 55px;
	overflow:hidden
}
.widget_recent_entries .post-img img {
	padding: 1px;
	width: 55px;
}
.widget_recent_entries .post-img{
	float:left;
	margin-right:15px
}
.widget_recent_entries .meta span {
	display: inline-block;
	margin-right: 10px;
}
.widget_recent_entries .meta i {
	margin: 0 5px 0 0;
}
.widget_recent_entries li{
	padding:10px 0
}
.widget_recent_entries li:first-child{
	border-top: 0 !important;
}
.sale-widget .meta span{
	margin-right:2px !important
}
.widget .accordion{
	margin:10px auto
}
.widget_categories li span{
	float:right
}
/* recent comments widget */
.widget_recent_comments i {
	margin-right: 10px;
	font-size: 40px;
}
.widget_recent_comments ul li{
	overflow:hidden
}
.widget_recent_comments ul li:before{
	display:inline-block;
	content:"\f086";
	float:left;
	margin-right:10px;
	font-size: 50px;
	font: normal normal normal 40px/1 FontAwesome;
}

.widget_recent_comments ul li .comment-author-link{
	font-weight:bold
}

/* Tag cloud */
.tags-widget {
	overflow: hidden;
}
.tags-widget .tags a {
	display: block;
	float: left;
	margin: 0 2px 4px;
	padding: 0 10px;
	font-size: 12px;
	line-height:30px;
}
.main-bg .tags-widget .tags a {
	background-color:rgba(0,0,0,.1);
	color:#fff
}
.widget .tags {
	overflow: hidden;
}

/* tabs widget */
.sidebar .vc_tta-tabs-list>li>a{
	padding:12px 15px;
}
.sidebar .tabs nav li.active a:before {
	bottom: -2px;
}
.sidebar .tab-content{
	margin-bottom:50px;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
}
.tab-content.main-bg h5,.tab-content.main-bg .widget_recent_comments i,.tab-content.main-bg a:hover{
	color:#fff
}
.tab-content.main-bg .widget_recent_entries > ul > li, .tab-content.main-bg .widget_recent_comments ul li{
	border-color:rgba(0,0,0,.1)
}
/* custom menu */
.widget.custom-menu-widget ul li{
	padding: 10px 10px 10px 30px;
	position: relative;
}
.widget.custom-menu-widget ul li:first-child{
	border-top:0px
}
.widget.custom-menu-widget ul li:before{
	position:absolute;
	content: "\f192";
	display: inline-block;
	font: normal normal normal 11px/1 FontAwesome;
	position: absolute;
	left: 7px;
	top: 15px;
}
.widget.custom-menu-widget ul li.selected{
	font-weight:bold
}
.widget.custom-menu-widget ul li.selected:before{
	content:"\f061"
}

/* RSS widget */
.widget_rss ul li{
	padding: 20px 0 !important
}
.widget_rss ul li > a{
	font-weight: bold;
}
.widget_rss cite i,.widget_rss .rss-date i{
	margin-right: 10px
}
.widget_rss .rss-date{
	display: block;
	margin: 10px 0
}
.widget_rss cite{
	margin-top: 15px;
	display: block;
}
.sidebar .widget ul ul, .wpb_widgetised_column .widget ul ul, .slbar .widget ul ul {
    padding-left: 20px;
    margin-top: 10px;
}

/*
------------- login-1 ---------------- */
.login-1{
	background:#14191e url('../../../superfine/assets/images/login-bg.jpg') no-repeat 0 0;
	background-size:cover;
}
.login-box-lg{
	max-width:500px;
	margin:auto;
}
.logo.light a{
	color:#fff
}
.creative-logo{
	border:1px solid rgba(255, 255, 255, 0.247059);
	padding:15px 30px;
	border-radius:20em
}
.login-head{
	color:#fff;
	font-size:25px;
	font-weight:bold;
}
.login-box-lg .login-inner{
	margin-top:5px;
	padding:40px 50px;
	text-align:center;
	position:relative
}
.login-box-lg .login-inner:after{
	position:absolute;
	right: 0;
	bottom:-5px;
	width: 98%;
	height:3px;
	content:"";
	display:inline-block;
}
.login-2 .login-box-lg .login-inner:after{
	display:none
}
.login-2 .login-box-lg .login-inner{/* border-radius:5px
 */
}
.login-inner h4.intro{
	margin-bottom:20px;
	font-size:17px
}
.login-inner .form-input{
	padding: 10px 0;
	position:relative
}
.login-inner label{
	display:block;
	float:left;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:3px
}
.login-inner .button-group{
	padding-top:0;
	float:left
}
.login-inner .form-input span{
	position:absolute;
	left:15px;
	top: 56px;
} 
.login-inner .form-input .form-control{
	padding: 15px 15px 15px 35px;
}
.login-inner .login-links{
	line-height:1.8;
	padding-top: 17px;
}
.login-form{
	overflow:hidden;
}
.social-login .btn{
	padding:0 30px;
	margin:0 6px
}
.login-box-lg .copyrights{
	text-align:center;
	padding-top:15px;
	font-size:14px
}

/*
-------------- coming soon --------------- */
.soon-page{
	background:#14191e url('../../../superfine/assets/images/soon-bg.jpg') no-repeat 0 0;
	background-size:cover;
}
.soon-page .pageWrapper {
	padding-top:80px
}
.soon-logo{
	display:table;
	padding:15px 30px;
	border:2px #fff solid;
	margin:auto;
}
.soon-logo a{
	color:#fff
}
.soon-lg-head{
	font-size:65px;
	padding:0;
	padding-top:40px;
	margin:0
}
.soon-heading h2{
	font-size:29px;
	margin:0;
	padding:0;
	letter-spacing:1px
}
.soon-heading h3{
	font-size:24px;
	font-weight:300;
	margin:0;
	padding:0;
	letter-spacing:1px
}
.soon-form{
	width:60%;
	margin:50px auto 25px;
	position:relative
}
.soon-form:before{
	position: absolute;
	content: "\f0e0";
	display: inline-block;
	font: normal normal normal 19px/1 FontAwesome;
	position: absolute;
	left: 8.4%;
	top: 20px;
}
.soon-form input[type=text],.soon-form input[type=email]{
	width: 70%;
	height: 60px;
	margin: 0px -7px 0 0;
	padding-left:50px;
	font-size: 17px;
	padding-right: 26px;
	vertical-align: middle;
}
.btn-soon{
	margin-left: -20px;
}
#holder {
	margin: auto;
	display:table
}
.digits {
	margin:60px auto 0;
	display:table
}
.digits span{
	display: block;
	text-align: center;
	position: relative;
	height: 130px;
	width:130px;
	line-height:120px;
	border: 1px #fff solid;
	border-bottom:0;
	font-size:55px;
	font-weight:800;
	color:#fff;
}
.digits li{
	float:left;
	margin:0 15px;
	text-align:center;
	position:relative;
	padding:0;
	list-style:none
}
.digits li:before,.digits li:after{
	content: "";
	position: absolute;
	top: 130px;
	left: 0px;
	display: block;
	width: 57px;
	background: #fff;
	height:1px
}
.digits li:after{
	right: 0;
	left:auto
}
.digits span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left:-10px;
	display: block;
	background: #fff;
	height:1px;
	width:12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.digits span:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 50%;
	margin-right:-10px;
	display: block;
	background: #fff;
	height:1px;
	width:12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.digits li p{
	color:#fff;
	font-size:20px;
	padding-top:30px
}

/*
-------------- 404 not found -------------- */
.not-found{
	max-width:730px;
	margin:auto
}
.lg-not-found{
	font-size:190px;
	font-weight:bold;
	line-height: 110px;
	margin-right:20px;
	position:relative
}
.lg-not-found i{
	position: absolute;
	width: 93px;
	height: 11px;
	overflow: hidden;
	bottom: -35px;
	left: 50%;
	margin-left: -47px;
}
.lg-not-found i:after{
	position: absolute;
	width: 93px;
	height: 93px;
	border-radius: 50%;
	content: "";
	display: inline-block;
}
.pg-nt-fnd{
	font-size:26px;
	line-height:32px;
}
.ops{
	padding-bottom:90px
}
.not-found-form{
	width: 80%;
	margin:20px auto 60px;
	position:relative;
}
.not-found-form:before{
	position: absolute;
	content: "\f002";
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	position: absolute;
	left: 23px;
	top: 20px;
}
.not-found-form input[type=text]{
	width: 84%;
	height: 60px;
	margin: -6px -20px 0 0;
	padding-left: 60px;
	font-size: 17px;
	padding-right: 26px;
	vertical-align: middle;
}
.not-found p{
	font-size:17px
}

/*
--------------- portfolio -------------- */
.filter-by{
	margin: 0 auto;
	clear:both;
	position:relative;
	overflow:visible
}
.filter-by .eg-clearfix:before{
	display:none
}
.filter-by .esg-filterbutton{
	float: left;
	position:relative;
	margin: 0 10px !important;
	display:block;
	z-index:3;
	line-height: normal !important;
	border-bottom: 2px #e6e6e6 solid !important;
}
.filter-by .esg-filterbutton .par{
	display:block;
	padding:9px 20px;
	position:relative;
	z-index:9;
	cursor:pointer
}
.filter-by .esg-filterbutton:before{
	position:absolute;
	width: 20px;
	height: 2px;
	content:"";
	left: -20px;
	top: 16px;
	display:inline-block;
	z-index:0;
	background-color: #E0E0E0;
}
.filter-by .esg-filterbutton:after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	left:0;
	bottom:0;
	display:inline-block;
	opacity:0;
	-webkit-transition: transform 0.3s, background-color 0.3s, opacity  0.3s;
	transition: transform 0.3s, background-color 0.3s, opacity  0.3s;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
	transform: perspective(900px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
	z-index:1;
}
.filter-by .esg-filterbutton:first-child:before{
	display:none
}
.filter-by .esg-filterbutton.selected:after{
	display:none
}
.filter-by .esg-filterbutton:hover:after,.filter-by .esg-filterbutton.selected:after{
	-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
	transform: perspective(900px) rotate3d(1,0,0,0deg);
	opacity:1;
}
.filter-by .esg-filterbutton .par:hover,.filter-by .esg-filterbutton.selected .par{
	color:#fff
}
.filter-by .esg-filterbutton.selected .par:after{
	display: inline-block;
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	/* content: ""; */
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ddd transparent transparent transparent;
	margin-left:-6px
}
.img-holder {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}
.img-holder:hover img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.img-over {
	position: absolute;
	left: 0;
	top:0;
	z-index: 9;
	opacity:0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.75);
}
.img-holder:hover .img-over{
	opacity:1;
}
.img-over .link,.img-over .zoom{
	position:absolute;
	bottom:40%;
	opacity:0;
	color:#fff;
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-bottom:-20px
}
.img-over .link i,.img-over .zoom i{
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center
}

.img-holder:hover .link,.img-holder:hover .zoom{
	opacity:1;
	bottom:50%
}
.name-holder {
	padding:15px 10px
}
.name-holder h4 {
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0
}

.name-holder h5{
	margin:0;
	padding:0;
}
.name-holder h5 a{
	font-size:14px;
}
.img-over .link{
	left:50%;
	margin-left:-45px;
	transition-delay: .2s;
}
.img-over .zoom{
	right:50%;
	margin-right:-45px;
	transition-delay: .3s;
}

/* style 2 */
.p-style2 figure{
	width:100%;
	position:relative;
	overflow:hidden;
}
.no-margin.portfolio .portfolio-item{
	margin:0
}
.p-style2 figure img{
	position: relative;
	width:100%;
	z-index:1;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	top:0
}
.p-style2 figure:hover img{
	top:-50px
}
.p-style2 figure figcaption {
	position:absolute;
	bottom: -40%;
	width:100%;
	padding: 10px;
	z-index:5;
	opacity:0
}
.p-style2 figure h4 {
	margin:0 0 5px;
	font-size: 14px;
	font-weight:normal;
	color:#fff;
	padding:0;
	text-align:center
}
.p-style2 figure h4 a{
	color:#fff
}
.p-style2 figure:after,.p-style3 figure:after{
	background:rgba(0,0,0,.75);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:2;
	display:inline-block;
	content:"";
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}
.p-style2 figure .icon-links {
	margin:0;
	position: absolute;
	top: -60px;
	left:0;
	width:100%;
	text-align:center
}
.p-style2 figure .icon-links p{
	display:table;
	margin:auto
}
.p-style2 figure .icon-links a {
	color:#fff;
	float:left;
	margin:0 3px;
	border:1px #999 solid;
	padding:10px 15px;
	-webkit-transition: -webkit-transform 0.45s;
	transition: transform 0.45s;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity:0
}
.p-style2 figure .description {
	text-transform: none;
	font-size: 90%;
	margin:0;
	text-align:center;
	text-shadow:none;
	display:block
}
.p-style2 figure .description a{
	text-shadow:none
}
.p-style2 figure:hover:after,.p-style3 figure:hover:after{
	opacity: 1;
}
.p-style2 figure:hover h4,.p-style2 figure .description {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:1
}
.p-style2 figure:hover .icon-links a{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1
}
.p-style2 figure:hover figcaption{
	opacity:1;
	bottom:0;
}
.p-style2 figure .icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.p-style2 figure .icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.p-style2 figure .icon-links a:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*
------------- Parallax --------------- */
.parallax{
	position:relative;
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size:cover;
	transform: translate(0,0);
}
.parallax-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1
}
.fixed-bg{
	background-attachment: fixed !important;
	background-size: cover;
}
.parallax > .container,.fixed-bg > .container,.section > .container{
	z-index:2;
	position:relative


}

/* single */
.list .share-project li{
	float: left !important;
	width:auto !important;
	cursor:pointer
}
.single-pro-img{
	height:500px
}
.pro-info-cell > div{
	padding:15px
}
.pro-gallery {
	margin-bottom:-50px;
	padding-bottom:15px;
	-webkit-box-shadow: 0px 11px 15px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 11px 15px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 11px 15px -1px rgba(0,0,0,0.35);
	line-height: 1;
}
.pro-info-cell label{
	display:inline-block
}
.list .tags-list {
	width:80% !important
}
.tags-list span,.tags-list i{
	display:table-cell;
}
.tags-list span{
	line-height:1.5;
	padding-left:10px;
	font-weight:bold
}
.tags-list span a{
	font-weight:normal;
	color:#666
}
.item-padd{
	padding:0 15px
}
.cat_grid .esg-filters{
	display:none
}
.portfolio-lg-img{
	position:relative
}
.portfolio-lg-img .post-image{
	margin:auto
}
/*
------------ About ---------------- */
.about-title > .container{
	height:500px
}
.about-me-title > .container{
	height:600px
}
.my-info{
	position: absolute;
	right: 15px;
	top: 30%;
	padding: 20px;
	background-color: rgba(255,255,255,.2);
}
.my-info li{
	color:#bbb;
	font-size:14px;
	border-top: 1px rgba(255, 255, 255, 0.18) solid;
	padding:5px
}
.my-info li a{
	color:#bbb
}
.my-info li:first-child{
	border-top:0
}
.my-exp h5{
	font-size:14px;
	margin-bottom:5px
}
.my-exp h5 i{
	margin-right:10px
}
.my-exp p{
	margin:0 0 15px 25px
}

/*
----------- sitemap ---------------- */
.sitemap ul.menu > li > a{
	padding:15px 25px;
	display:block;
	clear:both;
	overflow:hidden;
	font-weight:bold
}
.sitemap ul.menu > li > a i{
	margin-right:10px
}
.sitemap ul.menu > li > ul{
	padding:10px 20px 20px;
	overflow:hidden
}
.sitemap ul.menu > li > ul > li{
	float:left;
	margin:20px 16px 0 0;
	width:23%
}
.sitemap ul.menu > li > ul > li:nth-child(4n+1){
	clear:left
}
.sitemap ul.menu > li > ul > li > a,.sitemap ul.menu > li > ul > li > h4{
	font-weight:bold;
	margin-bottom:8px;
	display:block;
	font-size:14px
}
.sitemap ul.menu > li > ul > li li{
	padding:5px 10px 5px 17px;
	position:relative
}
.sitemap ul.menu > li > ul > li li:before{
	position:absolute;
	left:0;
	top:10px;
	font: normal normal normal 9px/1 FontAwesome;
	content:"\f068";
	display:inline-block;
}

/*
-------------- blog --------------- */
.post-item{
	margin-bottom:40px;
}
.horizontal-slider .post-item,.posts-mini .post-item{
	margin-bottom:0
}
.post-item .post-image,.post-item .slick-slide{
	overflow:hidden
}
.post-item .post-image{
	position:relative;
	text-align:center;
	display: table;
	width:100%
}
.blog-posts.large .post-item .post-image{
	width:100%
}
.posts-mini,.posts-mini.no-slider,.blog-posts.horizontal-slider{
	margin:0 -15px
}
.posts-mini.horizontal-slider .post-item,.blog-posts.horizontal-slider .post-item{
	margin:0 15px;
}
.posts-mini .post-item .post-content{
	background:transparent;
}
.posts-mini .post-item .post-info-container{
	padding-right:0;
	padding-left:0
}
.posts-mini .post-item .post-content p{
	padding:20px 0 0;
	margin:0
}
.posts-mini.no-slider .post-item{
	margin-bottom: 30px
}
.no-slider.rp-2 .post-item .post-content p,.no-slider.rp-3 .post-item .post-content p,.blog-posts.horizontal-slider .post-item .post-content p {
	padding: 20px;
	margin-bottom: 0;
	overflow: hidden;
}
.no-slider .post-item .post-info .wst-post-title{
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.no-slider.rp-2 .post-item p .more_btn {
	display:none
}
.rp-3 .post-item:hover p a.main-color{
	color:#333 !important
}
.gallery-size-thumbnail li a,.posts-gal .slick-slide a{
	display:block;
	overflow:hidden;
}
.post-item .post-image img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	width: 100%;
	display: table;
}
.post-item:hover .post-image img,.post-img:hover img{
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
}
.post-item .post-content{
	text-align:left;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-width:0;
	border-top-width:4px;
	border-top-style: solid;
}
.post-item .post-content .entry-content,.post-item .post-content .entry-summary{
	padding: 30px;
	margin-bottom:0;
	line-height: 1.7;
}
.post-item .post-content .entry-content:after,.post-item .post-content .entry-summary:after{
	content: " ";
    display: table;
    clear: both;
}
.post-item.format-status .post-content .entry-content{
	margin:25px 35px;
	width:92%;
}
.meta_comments:before{
	margin-right:5px;
	font:normal normal normal 14px/1 FontAwesome;
	content:"\f086";
	display:inline-block;
}
.post-item iframe{
	max-width:100% !important
}
.sub-pager{
	display:table;
	margin: 10px auto 30px;
}
.page-links-title{
	display:inline-block;
	margin-right:5px
}
.blog-posts .post-item:hover .post-content .post-info-container a,.blog-posts .post-item:hover .post-meta li{
	color:#fff
}
.blog-posts .post-item:hover .post-content tr:nth-child(even),.blog-posts .post-item:hover .post-content th{
	background:rgba(0,0,0,.1);
}
.blog-posts .post-item:hover .post-content table,.blog-posts .post-item:hover .post-content table *{
	border-color:rgba(0,0,0,.1)
}
tr:nth-child(even) {
    background: #fafafa;
}

.blog-posts .post-item:hover .post-content{
	border-top-color:#fff !important
}
.blog-posts .format-status .post-item:hover .entry-content p{
	color:#777 !important
}
.blog-posts .post-item:hover .post-content .post-icon,.blog-posts .post-item:hover .post-image .post-icon,.post-item:hover .new-item .post-icon {
	background-color:#fff;
	color:#777 !important
}
.blog-posts .post-item:hover .post-image .post-icon{
	color:#fff
}
.format-status .entry-content{
	padding: 20px 20px 0 !important;
	margin: 0;
	font-style: italic;
	font-size:16px
}
.format-status .cont{
	padding:20px
}
.post-info-container{
	margin-bottom:20px;
}
.post-item .post-info-container{
	padding:20px 20px 0;
	margin:0;
	overflow:hidden
}
.post-item .post-info .wst-post-title{
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 800;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-meta{
	overflow:hidden;
	padding-top: 5px;
}
.blog-single .post-meta {
	margin-top: 20px
}
.post-item .post-meta li{
	float:left;
	font-size:12px;
	padding-right:15px;
}
.post-item .post-meta li .post-categories{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.post-item .post-meta li .post-categories li{
	padding: 0 5px 0 0;
}
.post-item .post-meta li .post-categories li:not(:last-child):after{
	content: " , "
}
.post-item .post-meta li i{
	margin-right:8px;
}
.post-icon{
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 80px;
	font-size: 22px !important;
	line-height: 100px !important;
	text-align: center;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	margin-top: -20px;
}
.new-item{
	position:relative
}
.post-image .post-icon,.new-item .post-icon{
	position:absolute;
	left: 15px;
	bottom:0;
	z-index:99;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	height: 55px;
	line-height: 62px !important;
}
.bottom_tools{
	padding:15px;
	overflow:hidden;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
.bottom_tools{
	padding:15px;
	overflow:hidden;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
.bottom_tools a{
	padding:7px 12px;
	margin:0 7px 0 0;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.bottom_tools .more_btn{
	margin-right:0;
	float: right
}
.bottom_tools a i{
	margin-right:5px;
}
.post-item:hover .bottom_tools a i{
	color:#fff
}
.post-image video,.post-image audio{
	width:100%;
}
.post-media embed,.post-media iframe{
	width:100%;
	margin-bottom: -5px;
}
.gallery-size-thumbnail{
    overflow: hidden;
}
.gallery-columns-9 .gallery-item {
    width: 11.11111111111111%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28571428571429%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66666666666667%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33333333333333%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
[class*="gallery-columns-"] .gallery-item img{
    width:100%
}
.gallery-item {
    float: left;
    position: relative;
    overflow: hidden;
}
.gallery-item p{
    margin: 0;
}
.gallery-caption {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
}
.gallery-item:hover .gallery-caption{
    opacity:1
}
.wst-post-gallery .gallery-item .gallery-icon a{
	position: relative;
	display: block;
}
.wst-post-gallery .slick-dots{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.post-chat .chat-row{
	padding:15px
}
.post-chat .chat-row.row-odd{
	background-color:rgba(0,0,0,.02)
}
.comment-validate{
	position:absolute;
	background: #f00;
	display: inline-block;
	padding: 15px 20px;
	right: 12px;
	color: #fff;
	top: 40px;
}
/* small-image */
.blog-posts.small-image .post-image,.blog-posts.small-image .post-gallery,.blog-posts.small-image .post-media{
	float:left;
	width: 22%;
	padding: 10px;
	box-shadow: inset 0px 0 29px rgba(0, 0, 0, 0.29);
	margin-top: 20px;
}
.post-item.lg-item .post-image{
	width: 100%
}
.col-md-8 .blog-posts.small-image-image .post-image,.col-md-8 .blog-posts.small-image .post-image,.col-md-8 .blog-posts.small-image .post-gallery{
	float:left;
	height: auto;
	display:block;
	margin: 0;
}
.col-md-8 .blog-posts.small-image-image .post-image video,.col-md-8 .blog-posts.small-image .post-image video{
	float:left;
	width:193px;
	height:185px
}
.col-md-8 .blog-posts.small-image-image .gallery-columns-5 .gallery-item,.col-md-8 .blog-posts.small-image .gallery-columns-5 .gallery-item {
	width: 32.8%;
}
.blog-posts.small-image .post-item{
	clear:both
}
.blog-posts.small-image .post-content{
	margin-left: 22%;
}
.blog-posts.small-image .post-content,.blog-posts.small-image .post-content .bottom_tools{
	border-bottom-left-radius:0 !important
}
.col-md-8.inner-magazine .recent-posts .post-content{
	margin-left: 21% !important;
	padding-top: 0;
}
.col-md-8.inner-magazine .recent-posts .post-content p{
	padding: 21px 29px !important;
}
.inner-magazine .blog-posts .post-item:hover .post-content a{
	color:#fff
}
.col-md-4 .sidebar .widget_it_widget_flickr ul li img, .col-md-4 .sidebar .widget_it_widget_flickr ul .img-overlay {
	width: 54px;
	height: 54px;
}
.col-md-8.inner-magazine .recent-posts .post-info-container{
	padding-left:20px
}
.col-md-8.inner-magazine .recent-posts .post-item {
	overflow:hidden;
	margin-bottom:20px
}
.blog-posts.small-image  .post-item .post-content p{/* padding:17px 25px
 */
}
.blog-posts.small-image .post-media video,.blog-posts.small-image .post-media iframe,.blog-posts.small-image .post-media img,.blog-posts.small-image .post-media embed{
	width:260px;
	background:#000
}
.blog-posts.small-image  .post-item .post-content .entry-content{
	max-height: 90px;
	overflow:hidden;
	margin-bottom: 13px;
	padding-top: 15px;
	padding-bottom: 0;
}
.blog-posts.small-image .post-media embed,.blog-posts.small-image .post-media iframe{
	height:230px
}
.news-cat iframe{
	height:150px
}
.blog-posts.small-image .post-media iframe,.blog-posts.small-image .post-media img{
	background:#000
}
.blog-posts.small-image .gallery-columns-5 .gallery-item {
	width: 24%;
}
.blog-posts.small-image.full .post-content,.full .blog-posts.small-image .post-content{
	margin-left: 20.8%;
}
.blog-posts.small-image.full .post-content p,.full .blog-posts.small-image .post-content p{
	padding: 0 10px;
}
.full .blog-posts.small-image .post-image,.full .blog-posts.small-image .post-media,.full .blog-posts.small-image .post-gallery{
	width: 20.8%;
}
.blog-posts.small-image .gallery-caption {
	max-height:none;
	font-size:10px
}
.blog-posts.small-image .post-content{
	border-top:0px
}
/* timeline */
.timeline{
	position:relative
}
.timeline:before{
	position:absolute;
	width:1px;
	height:100%;
	content:"";
	display:inline-block;
	margin-top:2px
}
.lft-tl:before{
	left:35px;
}
.rit-tl:before{
	right:35px;
}
.timeline .post-item{
	position:relative;
}
.timeline .post-item iframe{
	position:relative;
	overflow:hidden
}
.lft-tl .post-item{
	margin-left:80px;
}
.rit-tl .post-item{
	margin-right:80px;
}
.timeline .post-item .timeline_date{
	position:absolute;
	top:0;
	width:80px
}
.lft-tl .post-item .timeline_date{
	left:-80px;
}
.rit-tl .post-item .timeline_date{
	right:-80px;
}
.timeline .post-item .timeline_date span{
	display:block;
	text-align:center
}
.timeline .post-item .timeline_date:before{
	position:absolute;
	height:1px;
	width:20px;
	content:"";
	display:inline-block;
	top:35px
}
.lft-tl .post-item .timeline_date:before{
	right:0;
}
.rit-tl .post-item .timeline_date:before{
	left:0;
}
.timeline .post-item .timeline_date .inner_date{
	height: 70px;
	text-align: center;
}
.timeline .post-item .timeline_date .inner_date:before{
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	z-index: 0;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	top: 10px;
}
.lft-tl .post-item .timeline_date .inner_date:before{
	right: 20px;
}
.rit-tl .post-item .timeline_date .inner_date:before{
	left: 20px;
}
.timeline .post-item .timeline_date .inner_date span{
	position:relative;
	z-index:1;
}
.lft-tl .post-item .timeline_date .inner_date span{
	padding-right:10px
}
.rit-tl .post-item .timeline_date .inner_date span{
	padding-left:10px
}
.lft-tl .post-item .timeline_date .year{
	padding-right:10px;
}
.rit-tl .post-item .timeline_date .year{
	padding-left:10px;
}

.timeline .post-item .timeline_date .day{
	color:#fff;
	font-size:24px;
	font-weight:900;
	margin-top:5px
}
.timeline .post-item .timeline_date .month{
	margin-top:-5px;
	color:#fff;
}
.timeline.full{
	overflow:hidden;
	height:100%
}
.timeline.full .post-item{
	width:46%;
	float:left;
}
.timeline.full .post-item:nth-child(even){
	float:right
}
.timeline.full .post-item .gallery-columns-5 .gallery-item {
	width: 19.8%;
}
.timeline.full:before{
	left:50%;
	margin-left:-0.5px
}
.timeline.full .post-item .timeline_date{
	right:-80px;
	width:60px
}
.timeline.full .post-item .timeline_date:before{
	left:-20px
}
.timeline.full .post-item:nth-child(even) .timeline_date:before{
	right:-20px;
	left:auto
}
.timeline.full .post-item:nth-child(2n+1){
	clear:both
}
.timeline.full .post-item .timeline_date span{
	text-align:inherit
}
.timeline.full .post-item .timeline_date .inner_date span{
	text-align:center;
	padding-right:10px
}
.timeline.full .post-item .timeline_date .year{
	text-align:center;
	padding-right:10px
}
.timeline.full .post-item:nth-child(even) .timeline_date{
	left:-71px;
	top:120px
}
.post-password-form label{
	width: 85%;
	display: inline-block;
}
.post-password-form input[type=password]{
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px;
	vertical-align: middle
}
.post-password-form input[type=submit]{
	padding: 10px 20px;
	border-radius: 5px;
	vertical-align: middle
}
.wst-single-img{
	text-align: center;
}
.entry-content-tl{
	padding:30px 0
}
.old-new{
	padding:15px 20px;
	overflow:hidden
}
.loadmore .btn{
    padding: 25px 30px;
    position: relative;
    width: auto;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 1;
    height: auto;
    font-size: 13px;
    font-weight: bold
}
.loadmore{
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.loadmore .btn{
    padding: 30px 55px
}
.loadmore .load_msg {
    padding: 7px 15px;
    background-color: #ffecb2;
    border: 1px #fd7 solid;
    font-size: 13px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
    display: table;
    min-width: 200px;
    width: 200px;
    white-space: nowrap;
}
.loadmore .wst_preloader, .loadmore .load_msg {
    display: none;
}
.loadmore .wst_preloader i {
    font-size: 17px;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.wst_preloader i{
    font-size: 24px;
    display: table;
    margin: auto;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

cite.auth-name{
	font-weight: bold;
}
/* masonry */
.post-media .wp-video{
	width:100% !important
}
.masonry .post-item{
	margin-bottom:20px
}
.right-cell .masonry .post-item{
	margin:0 0 15px 15px;
}
.masonry .post-item .gallery-columns-5 .gallery-item {
	width: 19.744444%;
}
.masonry.full .post-item{
	width:32%;
}
.masonry.full .post-item .gallery-columns-5 .gallery-item {
	width: 24.6777%;
}

/* grid */
.right-cell .grid .post-item{
	margin:0 0 15px 15px;
}
.grid .post-item iframe,.grid .post-item video{
	width:100%;
	height:210px;
	background:#000
}
.grid .post-item .post-gallery{
	height:210px;
}
.grid .post-item .gallery-columns-5 .gallery-item {
	width: 19.744444%;
}
.grid.full .post-item{
	width:32%;
}
.grid.full .post-item .gallery-columns-5 .gallery-item {
	width: 24.6777%;
}
.grid .post-item .post-info .wst-post-title{
	height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.grid.full .post-item iframe,.grid.full .post-item video{
	height:182px;
}
.grid.full .post-item .post-gallery{
	height:187px;
}
.grid .col-md-6:nth-child(2n+1),.grid .col-md-4:nth-child(3n+1),.grid .col-md-3:nth-child(4n+1),.news-cat .col-md-4:nth-child(3n+1){
	clear:left;
}
/* single */
.blog-single .post-item,.blog-single .post-item .post-content{
	background:transparent;
}
.details-img{
	text-align:center
}
.blog-single .post-item .post-content{
	border-top:0
}
.blog-single .post-item .post-info-container{
	margin-bottom: 40px;
	overflow:hidden;
	padding: 0;
	border-top: 3px #ddd solid;
}
.blog-single .post-item .post-content .entry-content{
	padding:0
}
.post-tags{
	margin-top:30px;
	overflow:hidden;
	font-weight:bold
}
.post-content .post-tags ul{
	overflow:hidden;
	clear:both;
	margin:10px 0 0;
	padding:0
}
.post-tags.no-margin ul{
	margin:10px 0 0;
	padding:0;
	list-style:none
}
.post-tags a{
	font-weight:normal
}
.post-tags a:first-child{
	clear:left;
}
.post-tags i,.m-right{
	margin-right:8px
}
.share-post{
	overflow:hidden;
	margin: 10px 0 50px;
	background: #eee;
}

.related-posts{
	padding-bottom:0
}
.social-list.no-icon a{
	font-size:16px
}
.related-posts ul{
	margin: 30px 0 0;
}
.related-posts ul li{
	padding: 5px 0;
}
.related-posts ul li:first-child{
	border-top:0
}
.related-posts ul li h5{
	margin-bottom:0px
}
.related-posts ul li .related-meta{
	margin-left:28px
}
.related-posts ul li h5 i{
	margin-right:15px
}
.share-post .facebook{
	background:#1b57a1;
	color:#fff
}
.share-post .twitter{
	background:#0cbce2;
	color:#fff
}
.share-post .googleplus{
	background:#dd4b39;
	color:#fff
}
.share-post .linkedin{
	background:#1583ba;
	color:#fff
}
.comment-respond,.comments#comments{
	padding-top: 50px
}
.comment-list li{
	position:relative
}
.comment-list > li{
	overflow:hidden;
	margin-bottom:15px;
}
.comment-list > li .comment-respond{
	margin-left:100px
}
.comment-list .comment-avatar{
	position:absolute;
	left:0;
	height:100%;
	width:80px;
	padding:30px 10px;
	text-align:center
}
.comment-list .comment-avatar img{
	width:auto;
	margin:auto
}
.comment-list > li .comment-content{
	padding:20px;
	margin-left:80px
}
.comment-list .comment-content h6.comment-author{
	font-weight:bold;
	margin-bottom:5px;
	display:inline-block;
	padding:5px 10px
}
.comment-list .comment-content h6.comment-author a{
	color:#fff
}
.comment-list .comment-content .meta{
	font-size:10px;
	margin-bottom:15px
}
.comment-list .comment-content .meta span{
	display:inline-block;
	margin-right:10px
}
.comment-list ul.children{
	margin-left:60px;
	position:relative;
	list-style:none
}
.comment-list ul.children ul.children {
	margin-left:10px
}
.comment-list ul.children .comment-avatar{
	width:auto;
	padding: 20px;
}
.comment-list ul.children .comment-content{
	margin-left: 55px;
}
.comment-list ul.children:before{
	content:"";
	height:1px;
	width:95%;
	left:0;
	display:inline-block
}
.comment-list ul.children li{
	border:0;
	margin-bottom:0
}
.comment-list ul.children .comment-avatar{
	background:transparent
}
.comment-reply-link i{
	margin-right:8px
}

.wst-related-posts{
	padding-top: 30px;
	padding-bottom: 70px;
}
.wst-rel-img{
    background-color: #f1f1f1;
    overflow: hidden;
    margin-bottom: 20px;
}
.wst-rel-link{
    text-align: center;
    margin-bottom: 10px;
}
.wst-rel-date{
    text-align: center;
    font-size: 13px;
}

/* clients */
.clients img{
	opacity:0.4
}
.clients img:hover{
	opacity:1
}

/* ==========================================================================
  8. FOOTER.
============================================================================= */
/*
------------- 8.1. Footer 1 -------------- */
.footer-top {
	overflow: hidden;
	padding: 10px 0;
}
.footer-top p {
	margin: 0;
	padding: 13px 0;
	font-size: 14px;
}
.footer-top .e-entry-content p{
	padding: 6px 0;
}
.footer-top .block-link{
	display:inline-block;
	margin:-10px 0;
	padding: 16px;
	font-size:16px;
	padding-right:30px;
	padding-left:30px;
}
.footer-top .twitter-text p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height:30px !important
}
.footer-top .twitter-text p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height:30px !important
}
.footer-top .social-list a{
	border:0px !important;
	background: rgba(0,0,0,.1);
}
.footer-top .twitter-pic{
	display:none
}
.twitter-pic{
	text-align:center;
	margin:0 0 15px
}
.footer-top .TweetAuthor-avatar,.timeline-Tweet-media{
	display: none;
}
.TweetAuthor-avatar img{
	display: table;
	margin: 0 auto 15px;
	border-radius: 50%
}
.widget .tweet .slick-slider{
	overflow: visible;
	margin: 0;
	padding: 0;
}
.footer-top .timeline-Tweet-author{
	display: none
}
.footer-top .timeline-Tweet-text{
	display: inline-block;
	padding: 0 6px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-top .timeline-Tweet,.wst-single-content{
	overflow: hidden;
}
.footer-middle .twitter-pic img{
	border-radius:0px;
}
.twitter-text p{
	margin-bottom:0
}
.loading-container{
	display:table;
	margin:auto;
	position: relative;
}
.loading-container i{
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: table;
	width: 50px;
	height: 20px;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.footer-middle {
	height: 100%;
	padding: 40px 0 100px;
	position: relative;
	overflow: hidden;
	color: #aaa;
	background:#222;
}
.foot-text-widget p {
	margin-bottom: 0;
}
.footer-middle .container {
	position: relative;
	z-index: 1;
}
.bottom-md-footer{
	background: #161616;
	padding: 0 30px;
	overflow:hidden;
}
.bottom-md-footer .form-control{
	display:inline-block;
	float:left;
	width: 85% !important;
	background:#000;
	border-color:#333;
}
.bottom-md-footer .btn{
	padding:10px 12px;
}
.bottom-md-footer .block-head{
	margin-bottom:10px
}
.footer-middle a {
	color: #bbb;
}
.mc4wp-form{
	position:relative;
}
.mc4wp-form .btn{
	margin-left:-30px;
	position: relative;
	z-index: 3
}
.mc4wp-form-note{
	position:absolute;
	left:0;
	bottom:-15px;
	z-index:9;
	padding:8px 15px;
	color:#333;
	width:75%;
}
.revtp-form .mc4wp-form-note{
	bottom:auto;
	top:-125%;
	padding:20px
}
.footer-middle h4 {
	font-size: 18px;
	position:relative;
	color: #ccc;
	margin-bottom: 40px;
}
.footer-middle h4:after {
	content: "";
	width: 9%;
	height: 2px;
	display: block;
	margin: 15px 0;
}
.footer-middle h4:before {
	content: "";
	width: 25%;
	height: 2px;
	display: block;
	position: absolute;
	left: 10%;
	bottom: 0px;
	background: #404040;
}
.footer-middle .menu li {
	padding: 10px 0;
	border-top: 1px #2f2f2f solid;
	margin-right: 10px;
}
.footer-middle .menu li:first-child {
	border-top: 0;
	padding-top:0
}
.footer-middle .menu li a {
	position: relative;
}
.footer-middle .menu li a:before {
	content: "\f105";
	display: inline-block;
	margin-right: 8px;
	font: normal normal normal 12px/1 FontAwesome;
}
.widget_it_widget_contact ul {
	background: transparent url('../../../superfine/assets/images/world.png') no-repeat 50% 50%;
}
.widget_it_widget_contact p {
	margin-bottom: 10px;
}
.widget_it_widget_contact li {
	margin: 20px 0;
	line-height: 1.5;
}
.widget_it_widget_contact li i{
	display:table-cell;
	position: relative;
	vertical-align: middle;
}
.widget_it_widget_contact li i:before {
	margin-right: 15px;
	color: #949494;
	width: 30px;
	height:30px;
	line-height:30px;
	background: #333;
	font-size:12px;
	display:block;
	text-align:center;
}
.widget_it_widget_contact li span{
	display:table-cell;
	vertical-align:middle
}
.footer-bottom {
	font-size: 13px;
	color: #6b6b6b;
	background-color: #111;
}
.footer-bottom .menu{
	float:right;
	overflow: visible;
}
.buyNow .btn{
	padding: 26px;
	margin: -25px 0 0;
	position: relative;
	bottom: -16px;
	white-space: nowrap;
}
.footer-3 .footer-bottom .footer-menu li a {
    color: #969595;
}
.footer-bottom .menu li {
	float: left;
	padding: 0 0 0 15px !important;
	overflow: visible !important;
}
.footer-bottom .menu li:first-child{
	padding:0
}
.footer-bottom h4{
	display:none
}
.footer-bottom .menu li a {
	color: #969595;
}
.footer-bottom .social-list{
	margin-bottom:0
}
.footer-bottom .social-list a{
	border:0 !important;
	border-radius: 0 !important;
	height:45px;
	width:45px;
	line-height:45px
}
.wst-footer .social-list a {
	border: 1px #515151 solid;
	/* color: #bbb; */
}
.footer-sep{
	display: table;
	margin: auto;
	width: 100%;
	padding:0 15px
}
.foot-logo{
	margin-bottom:40px
}
.bottom-md-footer [class*="col-md-"]{
	width:50% !important
}
.bottom-md-footer h4{
	font-size: 15px;
	margin:0;
	padding:0;
	color: inherit;
	font-weight: 500;
}
.bottom-md-footer h4:after,.bottom-md-footer h4:before{
	display:none
}
/*
----------- 8.2. Footer 2 --------------- */
.footer-2 .footer-middle {
	background-image: url('../../../superfine/assets/images/footer-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 40px;
}
.footer-2 .footer-middle:after {
	display: none;
}
.footer-2 .footer-bottom {
	padding: 0;
}
.footer-2 .footer-bottom .copyrights {
	padding: 15px 0 13px;
}

/*
----------- 8.3. Footer 3 --------------- */
.footer-3 .footer-top {
	background-color: #282828;
	height: 50px;
}
.footer-3 .footer-top p {
	color: #959595;
	padding: 3px 0;
}
.footer-3 .footer-top .social-list {
	margin: -10px 0;
}
.footer-3 .footer-top .social-list a{
	color: #9C9C9C;
}
.footer-top .social-list a{
	border-radius: 0 !important;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.footer-top .social-list a{
	border-radius: 0 !important;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.footer-top .social-list {
	margin: 0 1px;
}
.footer-3 .footer-middle{
	background-color:#111
}
.footer-3 .footer-middle:after {
	display: none;
}
.footer-3 .footer-bottom {
	background-color: #282828;
}

/*
----------- 8.4. Footer 4 --------------- */
.footer-4 .footer-middle:after{
	display:none
}
.footer-4 .footer-middle {
	padding:0
}
.footer-4 .footer-middle .container{
	position:relative;
	overflow:hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-4 .footer-middle .container:before{
	position: absolute;
	height: 100%;
	width: 50%;
	left: 25%;
	content: "";
	display: inline-block;
	top: 0;
	z-index: -1;
	margin-left: -15px;
}
.footer-4 .footer-bottom{
	padding:30px 0;
	text-align:center
}
.footer-4 .footer-menu-center{
	display:table;
	margin:10px auto 0
}

/*
----------- 8.5. Footer light --------------- */
.footer-light .footer-middle:after{
	display:none
}
.footer-light .footer-middle {
	padding:0;
}
.footer-light .footer-middle .container{
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden
}
.footer-light .footer-middle .container:before{
	position: absolute;
	height: 100%;
	width: 50%;
	left: 25%;
	background: #e2e2e2;
	content: "";
	display: inline-block;
	top: 0;
	z-index: -1;
	margin-left: -15px;
}
.footer-light .footer-bottom{
	padding:30px 0;
	text-align:center
}
.footer-light .footer-menu-center{
	display:table;
	margin:10px auto 0
}
.footer-light .social-list a{
	border:1px #ccc solid !important
}
.footer-light .widget_it_widget_contact li i:before{
	background:#E0E0E0
}
footer.footer-light .divider.centered:before, footer.footer-light .divider.centered:after,footer.footer-light .footer-middle h4:before{
	background-color: #ccc;
}
/*
----------- 8.6. Footer Minimal --------------- */
.footer-minimal .footer-middle:after {
	display: none;
}
.footer-minimal .footer-bottom {
	padding: 0;
}
.footer-minimal .footer-bottom .copyrights {
	padding: 15px 0 13px;
}
.footer-minimal .footer-middle{
	padding: 100px 0
}
.footer-logo-txt{
	margin: 0 20px;
	width: 40%;
	line-height: 1.7;
}
.minimal-info{
	line-height:25px;
}
.minimal-info i{
	margin-right:10px
}
.pagination.centered{
	display: table !important;
	margin: auto !important;
	float: none !important;
	width: auto !important;
}
.centered{
	display:table;
	margin:auto
}
.minimal-socials li{
	margin:0 4px;
}
.footer-menu li{
	float:left;
	padding:0 0 0 15px;
	font-size: 12px;
}
.footer-menu li:first-child{
	padding:0 0 0 0
}
.wst-footer .footer-middle .widget{
	margin: 60px 0;
}
.bottom-md-footer .widget, .footer-bottom > .container > .row > [class*="col-md-"],.footer-bottom > .container > .row >.f-left,.footer-bottom > .container > .row >.f-right{
	margin: 30px 0 !important;
}
.wst-footer .widget ul ul{
	margin: 10px 0 0 10px;
}
.wst-footer .widget:not(.widget_tag_cloud):not(.widget_product_tag_cloud) ul li{
	border-top-color: rgba(255,255,255,0.05);
}
.wst-footer select{
	background-color: transparent;
	border-color: rgba(255,255,255,0.1)
}
.wst-footer table{
	border-color: rgba(255,255,255,0.1)
}
.wst-footer tfoot, .wst-footer tr{
	background-color: transparent !important;
}
.wst-footer caption{
	border: 1px rgba(255,255,255,0.1) solid;
}
.wst-footer tfoot, .wst-footer td{
	border-color: rgba(255,255,255,0.1)
}
.wst-footer .widget_recent_comments ul li:before{
	opacity: 0.1
}
.wst-footer .footer-bottom ul li{
	position: relative
}
.wst-footer .footer-bottom ul ul.sub-menu{
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #222;
	left: 0;
	min-width: 200px;
	z-index: 9;
	padding: 15px 0;
	margin: 0 !important;
}
.wst-footer .footer-bottom ul ul.sub-menu li{
	display: block;
	clear: both;
	float: none;
	padding: 10px 20px !important;
}
.wst-footer .footer-bottom ul li:hover > ul.sub-menu{
	display: block
}

/*
------------------- 8.7. Fixed Footer -------------- */
.fixed-footer{
	position:fixed;
	bottom:0;
	z-index:99;
	width:100%;
	left:0
}
.fixed-foot{
	position:fixed;
	z-index:999;
	bottom:20px;
	left:20px;
	padding:10px 15px;
	background-color: rgba(0, 0, 0, 0.52);
	color:#fff;
	font-size:13px;
	letter-spacing:0.6px
}
.fixed-footer .footer-bottom{
	background-color: rgba(0, 0, 0, 0.52);
}
.fixed-footer.no-bg .footer-bottom{
	background-color:transparent
}
.fixed-footer.no-bg .container{
	background-color: rgba(0, 0, 0, 0.52);
	padding:5px 0 5px 15px;
	margin-bottom:20px
}
.fixed-footer .social-list {
	margin-bottom:0 !important
}
.fixed-footer .social-list a{
	border:0 !important;
	width:45px;
	height:45px;
	line-height:45px;
	border-radius:0
}
.copy2{
	line-height:45px
}
.fullscreen{
	overflow:hidden;
	position:relative;
	height:100%
}
.fullscreen video{
	z-index:1;
	position:absolute;
	left:-10%;
	top:-10%;
	width:130%;
	height:130%;
}
.fullscreen .video-overlay{
	z-index:2
}
.fullscreen .main-txt{
	position:absolute;
	z-index:3;
	left:0;
	width:100%
}
.fixed-lft-foot{
	position:fixed;
	left:0;
	bottom:0;
	width: 280px;
}
.fixed-lft-foot .copyrights{
	line-height:normal;
	margin-bottom:10px
}
.foot-lft-socials ul{
	display:table;
	margin:auto
}
.copyrights.copy2 p{
	margin-bottom:0;
	line-height:45px
}
/* footer contact widget */
.widget_it_widget_contact .social-list {
	margin: 20px 0 0;
}

/* footer tags widget */
.tags li {
	float: left;
	margin: 0 2px 7px !important;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: inline-block;
}
footer .tags li{
	border: 1px #4c4c4c solid;
}
.tags li a {
	display: table;
	width: 100%;
	height: 200%;
	position: relative;
	top: 0;
	text-align: center;
	font-size: 12px;
	padding: 0 10px;
	z-index:1;
}
.tags li:hover{
	border-color:#4c4c4c
}
.tags li:hover{
	border-color:#4c4c4c
}
.tags li:hover a {
	top: 28px;
	right: 0;
}
.tags li a:after {
	text-align: center;
	position: absolute;
	width: inherit;
	height: 50%;
	left: 0;
	top: -28px;
	line-height: 30px;
	z-index: 0;
	display:block
}

/* footer recent posts widget */
footer .widget_recent_entries li {
	margin-bottom: 10px;
	padding: 10px 0 0;
	border-top: 1px rgba(255,255,255,0.05) solid;
	overflow: hidden;
}
footer .widget_recent_entries li:first-child{
	border-top:0
}
footer .widget_recent_entries li:first-child{
	border-top:0
}
footer .widget_recent_entries li .post-img {
	float: left;
	margin-right: 10px;
	max-height: 40px;
	overflow: hidden;
}
footer .widget_recent_entries li .post-img  img {
	padding: 1px;
	width: 40px;
	border:1px #2d2d2d solid
}
footer .widget_recent_entries li h5 {
	overflow: hidden;
	margin-bottom: 3px;
	height: 18px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight:normal
}
footer .widget_recent_entries li .meta {
	display: inline-block;
	margin-right: 10px;
	font-size:11px;
	color:#999
}
footer .widget_recent_entries li .meta i{
	margin: 0 5px 0 0;
}
.widget_recent_entries .widget-post-info{
	margin-left:50px;
	overflow: hidden;
}

/***** tweets widget *****/
.widget_it_widget_tweets iframe{
	display:none !important
}
.wst-footer .footer-top .stream,.wst-footer .footer-top .top .widget_it_widget_tweets{
	max-height:190px;
	overflow:hidden;
}
.wst-footer .widget_it_widget_tweets .stream{
	padding:10px 15px
}
.wst-footer .widget_it_widget_tweets li.h-entry{
	height: 130px !important;
	overflow: hidden;
	border:0px !important
}
.timeline-header,.new-tweets-bar,.timeline-footer,.u-url.permalink.customisable-highlight,.retweet-credit,.inline-media,.footer.customisable-border,.no-more-pane,.widget_it_widget_tweets .load-more{
	display:none
}
.wst-footer .widget_it_widget_tweets .avatar{
	float:left;
	width:50px;
	height:50px;
	margin-right:15px
}
.wst-footer .widget_it_widget_tweets .e-entry-content{
	margin-left:65px
}
.wst-footer .widget_it_widget_tweets .slick-slider{
	overflow:visible
}
.widget_it_widget_tweets .timeline:before{
	display:none
}

/******* Footer Flickr **********/
.widget_it_widget_flickr ul li{
	float:left;
	margin:0 1px 1px 0;
	position:relative;
	overflow:hidden
}
.widget_it_widget_flickr ul li img, .widget_it_widget_flickr ul .img-overlay {
	width: 64px;
	height: 64px;
}
.widget_it_widget_flickr ul .img-overlay:before {
	font-size: 22px;
	line-height: 59px;
	height: 59px;
	font-weight: 100;
}
.widget_it_widget_flickr ul .flickr{
	height:59px;
	display:block;
	overflow:hidden
}
.widget_it_widget_flickr ul .img-overlay,.zoom .img-overlay,.pop-items {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:rgba(0,0,0,.8);
	left:0;
	transform:scale(2);
	-webkit-transform:scale(2);
}
.widget_it_widget_flickr ul .img-overlay:before,.zoom .img-overlay:before {
	display: block;
	content: "\f00e";
	text-align: center;
	font-size: 15px;
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.widget_it_widget_flickr ul li:hover .img-overlay,.zoom:hover .img-overlay,.gallery_thumbs li:hover .pop-items {
	opacity: 1;
	transform:scale(1);
	-webkit-transform:scale(1);
}
.zoom{
	position:relative;
	display:inline-block;
}
.wst-footer .footer-middle .widget_it_widget_tweets .twitter-pic{
	float:left
}
.wst-footer .footer-middle .widget_it_widget_tweets{
	position:relative;
	overflow:visible
}
.wst-footer .footer-middle .widget_it_widget_tweets .twitter-text{
	margin:-5px 0 0 57px
}
/*.widget_it_widget_tweets .slick-vertical .slick-slide {
	min-height:145px;
}
.sidebar .slick-vertical .slick-slide{
	min-height: 170px;
}*/
/* ==========================================================================
  9. HOME ELEMENTS
============================================================================= */
.sm-mob{
	position:absolute;
	right: 73px;
	bottom: 20px;
}
.vertical-icons .icon-box-small{
	border-top:1px rgba(255,255,255,0.2) solid
}
.vertical-icons .icon-box-small:first-child{
	border-top:0
}
.vertical-icons .icon-box-small .icon-sm-desc{
	margin-left:90px
}
.icon-sm-desc{
	margin-left:70px
}
.portfolio-slider.no-margin .portfolio-item{
	margin:0 1px !important;
}
.three-imgs{
	text-align:center;
	position:relative;
	clear:both
}
.three-imgs .img-2{
	position:absolute;
	left:10%;
	bottom:-20px
}
.three-imgs .img-3{
	position:absolute;
	right:10%;
	bottom:-20px
}
.gallery{
	clear:both;
	overflow:hidden
}
.gallery_thumbs li{
	float:left;
	width:100px;
	height:80px;
	margin:0 1px 1px 0;
	overflow:hidden;
	position:relative;
	border-radius:5px;
	cursor:pointer
}
.gallery_thumbs a{
	display:block;
	overflow:hidden;
	color:#fff;
	position:absolute;
	width: 16px;
	height: 22px;
	top:50%;
	left:50%;
	margin-top: -11px;
	margin-left: -20px;
	text-align:center
}
.gallery_thumbs a.link{
	margin-left: 7px;
}
.gallery_thumbs a img{
	height:80px;
	width:100px
}
.gallery_thumbs li .img-overlay:before{
	line-height:80px
}
.gallery_thumbs li .img-overlay:before{
	line-height:80px
}
.chef_rit{
	background:transparent url('../../../superfine/assets/images/demos/restaurant/chef.jpg') no-repeat;
	min-height:430px !important
}
.left-video-box{
	padding:50px 80px !important
}
.small-video{
	width:400px;
	margin-right:20px;
	overflow:hidden
}
.portfolio-bg{
	background:#000
}
.entry-image{
	margin:0 0 15px
}
.entry-content h5{
	margin-bottom:8px;
}
.entry-content .post-meta{
	margin-bottom:10px;
	overflow:hidden
}
.entry-content blockquote{
	margin-bottom: 20px;
}
.break-news{
	padding:0 30px 0 0;
	margin:15px 0;
	position:relative;
	padding-left:160px;
	overflow:hidden;
	height:50px;
	line-height:50px
}
span.lbl{
	position:absolute;
	left:0;
	top:0;
	padding:0 15px;
	font-size:12px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.break-news-slider{
	overflow:visible
}
.lft-pad-cell{
	padding-right:30px !important
}
.inner-magazine .post-content{
	background:transparent !important;
	margin-left:0 !important
}
.inner-magazine .post-item{
	margin-bottom:0;
	overflow:hidden
}
.inner-magazine .post-item .post-content{
	border-top:0px !important
}
.p-1-col .portfolio-item, .lg-item{
	border-bottom-style:dashed !important
}
.inner-magazine .post-content .post-info-container{
	padding:0
}
.inner-magazine .post-item .post-content p{
	padding:5px 0 !important;
	margin-bottom: 0;
}
.small_items{
	padding: 20px 0 0;
}
.small_items .post-item{
	margin-bottom: 15px;
}
.small_items .entry-image{
	width:50px;
	height:50px;
	float:left;
	margin:0 15px 0 0;
}
.small_items .entry-content{
	position:relative;
	overflow:hidden;
}
.small_items .entry-content h5{
	margin-bottom:7px;
	font-size:14px;
}
.lg-item{
	padding-bottom: 20px;
	margin-bottom: 0;
}
.post-item.lg-item{
	clear:both;
	overflow:hidden
}
.post-item.lg-item .post-content{
	border:0;
	background:transparent
}
.post-item.lg-item .post-content .post-info-container{
	padding-left:0;
	margin-bottom: 5px;
}

.lg-item{
	padding-bottom: 20px;
	margin-bottom: 0;
}
.inner-magazine .gallery_thumbs li{
	float:left;
	width:100px;
	height: 88px;
	margin:0 1px 1px 0;
	overflow:hidden
}
.inner-magazine.col-md-8 .gallery_thumbs li,.inner-magazine.col-md-8 .gallery_thumbs li img{
	width: 103px;
	height:82px;
}
.inner-magazine .gallery_thumbs li img{
	width:100px;
	height: 87px;
}
.gallery_thumbs li .img-overlay:before{
	line-height:80px
}
.widget-tweets{
	padding: 15px 0 10px;
}
.socials-widget .social-list span,.socials-widget .social-list a{
	float:left;
	overflow:hidden
}
.socials-widget.style-2 .social-list span,.socials-widget.style-2 .social-list a{
	float:none;
	display:block;
	text-align:center
}
.socials-widget .social-list{
	margin:0 0 12px 0;
	width:47%
}
.socials-widget.style-2 .social-list{
	margin-right:-15px;
	overflow:hidden
}
.socials-widget.style-2 .social-list{
	width:24%;
	padding:15px 3px;
	margin:0;
}
.socials-widget .social-list a{
	margin:0 8px 0 0
}
.socials-widget.style-2 .social-list a{
	margin: 0 auto 10px;
}
.socials-widget .social-list span{
	font-size:70%;
}
.socials-widget .social-list span strong{
	font-size:140% !important
}
.footer-bottom .widget_nav_menu ul li{
	border-top: 0 !important;
}
.abs-logo{
	position:absolute;
	left:50%;
	top:100px;
	z-index:222;
	margin-left:-100px;
}
.fixed-logo{
	position:absolute;
	z-index:999;
	padding:20px;
	top:50px;
	left:50%;
	margin-left:-80px
}
.one-page-logo{
	padding:20px;
}
.diamonds-nav ul {
	width: 700px;
	margin: 0 auto;
	padding-right: 10px;
	position: absolute;
	left:50%;
	margin-left:-350px;
	top:270px;
	z-index:333;
	height:900px
}
.diamonds-nav ul li {
	background: transparent;
	color: #fff;
	position: relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 23.3333333333333%;
	padding:0 !important;
	padding-bottom: 23.3333333333333% !important;
	display:block;
	margin: 5%;
	margin-top: -10%;
	float:left;
	border:1px #fff solid;
	background: rgba(255,255,255,.15);
}
.diamonds-nav ul li a{
	display:block;
	color:#fff;
	font-weight:bold;
	position:static;
	overflow:visible
}
.diamonds-nav ul li > a span:after, .diamonds-nav ul li > span > a span:after{
	display:none
}
.diamonds-nav ul li:hover a{
	color:#fff !important
}
.diamonds-nav ul li i{
	display:block !important;
	font-size:30px;
	margin-bottom:5px;
	position:absolute;
	left: 40%;
	top: 22%;
}
.diamonds-nav ul li a > span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
	box-sizing: border-box;
	position: absolute !important;
	top:0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 50%;
	font-size: 19px;
}
.diamonds-nav ul > li:nth-child(1),.diamonds-nav ul > li:nth-child(2),.diamonds-nav ul > li:nth-child(3) {
	margin-top: 5%;
}
.diamonds-nav ul > li:nth-child(5n+4) {
	margin-left: 21.555555555%;
}
.diamonds-nav ul > li:nth-child(5n+6) {
	clear:left;
}
.diamonds-nav ul > li:nth-child(5n+6):last-of-type {
	margin-left: 38%;
}
.logo.xxlarge-text a{
	font-size:60px
}
.logo.xxlarge-text a span{
	line-height:48px
}
.side-one{
	position:fixed;
	left:0;
	top:200px;
	z-index:99
}
.side-one li{
	position:relative;
	height:50px;
	margin-bottom:2px;
	left:-85px
}
.side-one li a{
	display:block;
	line-height:50px;
	height:50px;
	padding-left:15px;
}
.side-one li a i{
	font-size:17px;
	position:static;
	float:right;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.side-one li span span{
	position:relative;
	float:left
}
.side-one li:hover{
	left:0
}

.odometer-value{
	background:transparent !important
}

/* social icons */
.social-list a {
	float: left;
	position: relative;
	display:block;
	overflow: hidden;
	position:relative;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 3px;
}
.social-list a:before,.social-list a:after{
	font-size: 16px;
	text-align: center;
	display: block !important;
	width: auto;
}
.social-list a:before,.social-list a:after {
	-webkit-transition: -webkit-top 0.4s;
	transition: top 0.4s;
}
.social-list a:hover:before {
	top: -100%;
}
.social-list a:hover:after {
	top: 0;
}
.social-list a:before{
	position:relative;
	top:0;
	left: 0;
}
.social-list a.sm-icon{
	width:30px;
	height:30px;
	line-height:30px
}
.social-list a.sm-icon:before,.social-list a.sm-icon:after{
	font-size:13px
}
.social-list a.sm-icon:hover:before {
	top: -30px;
}
.social-list a.sm-icon:hover:after {
	top: -2px;
}
.social-list a.md-icon{
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.social-list a.lg-icon{
	width:60px;
	height:60px;
	line-height:60px;
}
.social-list a.lg-icon:before,.social-list a.lg-icon:after{
	font-size:20px !important
}
.social-list a.xl-icon{
	width:80px;
	height:80px;
	line-height:80px;
}
.social-list a.xl-icon:before,.social-list a.xl-icon:after{
	font-size:30px !important
}
.social-list a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	z-index: 9999;
	top: 100%;
	display: block;
}

/* ==========================================================================
  10. TYPOGRAPHY.
============================================================================= */

/* css transitions */ 
a, .btn, .btn i, .social-list a, .top-head .logo, .top-nav > ul > li.hasChildren > a:after, .top-nav > ul > li.hasChildren > span > a:after, .top-head.header-5 .top-nav > ul > li:before, .top-head.header-6 .top-nav > ul > li > a:before, .top-head.header-8 .top-nav > ul > li > a:before, .clients img, .tags li, .tags li a, .widget_it_widget_flickr ul .img-overlay, [class*= "btn-icon-"] span, [class*="btn-icon-"] i, .icon-box i, .icon-box h3, .box-1 .outlined i, .box-1.bordered:before, .box-1.bordered:after, .top-nav > ul > li, .icon-box-small i b:before, .box-1.bordered .inner:before, .box-1.bordered .inner:after, .icon-box h3.bottom_half_border:after, .vc_tta-style-style-bottomline .vc_tta-tabs-list>li:after, .slick-prev, .slick-next, .team-details, .team-box .box-2 .box-socials, .icons-style-1 i, .icons-style-1 .heading, .team-box.box-2 .team-img span, .team-box.box-3 .team-img span, .team-box.box-2:hover .team-pos, .team-box.box-2:hover .team-name, .box-5, .box-5 .rounded-img, .pricing-tbl, .pagination ul li, .lg-box, .pricing-tbl.style-2 h3, .new-nav, .fun-separator, .msg-box, .pricing-tbl.style-2 h3:before, .pricing-tbl.style-2 h3:after, .icon-box.gry-border-1, .item-img img, .item-img .hidden-img, .gallery-caption, .team-box.box-4 .team-img, .team-box.box-4 .team-details, .inner-menu ul ul, .img-over, .diamond:before, .icon-box-small i:after, .img-over .link, .img-over .zoom, .img-holder img, .shop-item, .p-style2 figure figcaption, .p-style3 figcaption::before, .p-style3 h4, .p-style3 .description, .zoom .img-overlay, .img-icon img, .top-bar li ul, .side-one li, .feature-details-hidden, .item-box, .side-nav ul li, .diamonds, .post-image img, .post-img img, input, .pageWrapper:not(.left-side-wrap):not(.right-side-wrap), textarea, select, .top-head.dark-transparent .top-nav > ul > li, .p-style3 figure img, .top-head.boxed-transparent .bot-line, .post-item .post-content, .top-bar i, .bottom_tools, .top-nav > ul > li:after, li.mega-menu .inner-mega:after, .feature-details, .feature-img figure a, .feature-img figure:before, .head-srch-cart, .icons-style-2 i, .icons-style-2 .heading, .top-head.header-5 .top-nav > ul > li .inner-mega:before, .pop-items, .top-head.header-6 .top-nav > ul > li:before, .top-head.header-6 .top-nav > ul > li .inner-mega:before, .top-head.header-6 .top-nav > ul > li > span > a:before, .feature-img2 figure:after, .top-nav > ul > li:not(.mega-menu):before, .top-nav > ul > li.mega-menu > span:before, .p-style5 figure .icon-links a:before, .nav-single a span{
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.border10px{border-radius:10px}
.border3px{border-radius:3px}
.circle{border-radius: 50em;}
.main-border {border-style:solid;border-width:1px;}
.block {display:block;}
.over-hidden,.vc_empty_space {overflow:hidden;}
.t-right {text-align:right;}
.t-left {text-align:left;}
.t-center {text-align:center;}
.f-right {float:right;}
.f-left {float:left;vertical-align: baseline;}
.f-none {float:none;}
.zindx-0{z-index:0}
.zindx-1{z-index:1}
.zindx-9{z-index:9}
.lg-font {font-size:50px;}
.xl-font {font-size:80px;}
.light-font {font-weight:300 !important;}
.heavy-font {font-weight:900 !important;}
.slider-txt {font-size:21px;}
.uppercase {text-transform:uppercase;}
.bold{font-weight:bold !important}
.bolder{font-weight:bolder !important}
.new-nav > ul > li b{
	display:none
}
.wst-main-content,.site_content{
    padding-top: 130px;
    padding-bottom: 130px;
}
.sidebar{
    flex: 0 0 28%;
    min-width: 0;
    order: 3;
    position: relative;
}
.flxrow.rit-cell .sidebar{
    order:1;
}
.wst-content-column {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
}
.flxrow{
    display: flex;
    display: -webkit-flex;
}
.flxrow.lft-cell .wst-content-column{
    padding-right: 60px;
}
.flxrow.rit-cell .wst-content-column{
    padding-left: 60px
}
.lft-img{
	margin-right:15px;
	float:left
}
.rit-img{
	margin-left:15px;
	float:right
}
.ollist,.ullist{
	margin-left:25px
}
.ollist li{
	list-style-type:decimal
}
.ullist li{
	list-style-type:disc
}
.bordered-img{
	padding:2px;
	border:1px #ddd solid
}
#to-top {
	position:fixed;
	right: 0px;
	bottom: 0;
	z-index:99;
	cursor:pointer;
	transform: translate(50px,50px);
	-webkit-transform: translate(50px,50px);
}
#to-top.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#to-top span {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: block;
	font-size: 16px;
}

/* slider styles */
.lft-tp-caption{
	left:0 !important
}
.slider-square-txt {
	padding:5px;
	font-size:80px;
	font-weight:800;
	line-height:1;
	border-width:2px;
	letter-spacing:-2px
}
.md-slide-head{
	font-size:28px;
}
.slider-md-txt{
	font-size:19px
}
.slider-lg-txt{
	font-size:23px;
	line-height:1.3
}
.lg-slide-head{
	font-size:53px;
	font-weight:900
}
.lg-slide-head2{
	font-size:40px;
	font-weight:900;
	border-bottom:1px #dedede solid;
	padding-bottom:10px;
	line-height:1
}
.banner_separator {
	height: 1px;
	background: rgba(0,0,0,0.2);
	width: 40%;
}
.banner_separator_wit {
	height: 1px;
	background: rgba(255,255,255,0.2);
	width: 40%;
}
.light-lg-txt{
	font-weight:200;
	font-size:28px;
}
.bolder-lg-txt{
	font-weight:900;
	font-size:85px;
}
.lg-list-item{
	font-weight:200;
	font-size:30px;
}
.md-list-item{
	font-weight:700;
	font-size:18px;
}
.md-list-item i{
	padding:10px 20px 10px 15px;
	border-right:1px #ccc solid;
	margin-right:20px;
	font-size:20px
}
.gry-sep{
	height:1px;
	background:#4c4c4c;
	width:460px
}
.light-gry-sep{
	height:1px;
	background:#ccc;
	width:350px
}
.lg-list-item i{
	padding:10px 20px 10px 15px;
	border-right:1px #4c4c4c solid;
	margin-right:20px;
	font-size:25px
}
.tp-caption a.btn.main-bg{
	color:#fff
}
.btn.main-bg.btn-3d{
	margin-bottom:4px
}
.pink-bg{
	background-color:#f358db;
	color:#fff
}
.pink-bg{
	background-color:#f358db;
	color:#fff
}
.light-pink-bg{
	background-color:#f888e7;
}
.dark-pink-bg{
	background-color:#C52B70;
}
.pink-bg.hexagon:before{
	border-right: 25px solid #f358db;
}
.pink-bg.hexagon:after{
	border-left: 25px solid #f358db;
}
.green-bg{
	background-color:#47d103;
	color:#fff
}
.light-green-bg{
	background-color:#7ceb45;
}
.green-bg.hexagon:before{
	border-right: 25px solid #47d103;
}
.green-bg.hexagon:after{
	border-left: 25px solid #47d103;
}
.blue-bg{
	background-color:#0090ff;
	color:#fff
}
.light-blue-bg{
	background-color:#5db2f3;
}
.blue-bg.hexagon:before{
	border-right: 25px solid #0090ff;
}
.blue-bg.hexagon:after{
	border-left: 25px solid #0090ff;
}
.orange-bg{
	background-color:#ec8a32;
	color:#fff
}
.light-orange-bg{
	background-color:#f2aa6a;
}
.orange-bg.hexagon:before{
	border-right: 25px solid #ec8a32;
}
.orange-bg.hexagon:after{
	border-left: 25px solid #ec8a32;
}
.fb-bg{
	background-color:#3b5998;
	color:#fff
}
.tw-bg{
	background-color:#00acee;
	color:#fff
}
.ln-bg{
	background:#0177b5;
	color:#fff
}
.rss-bg{
	background:#EE802F;
	color:#fff
}
.gplus-bg{
	background:#dd4b39;
	color:#fff
}
.yt-bg{
	background:#de2c28;
	color:#fff
}
.dr-bg{
	background:#c32361;
	color:#fff
}
.sound-bg{
	background:#ff4900;
	color:#fff
}
.red{
	color:#f00
}
.f-label{
	display:inline-block;
	margin-bottom:5px
}
div.wpcf7-validation-errors{
	margin:20px 80px !important;
	padding:25px;
	border-color: #f2b1b4;
    background: #f1d5d6;
    text-align:center
}
.bg-full-rit,.bg-full-lft{
	position:absolute;
	width:500%;
	height:100%;
	z-index:-1
}
.bg-full-lft{
	left:-100%
}
.white-border{
	border:1px #fff solid;
}
.fa-hover > span {
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 35px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	position:relative
}
.fa-hover:hover > span{
	padding-left:45px
}
.fa-hover > span i{
	margin-right:9px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.1s ease-in-out;
	position:absolute;
	left:12px;
	top:13px
}
.fa-hover:hover > span i{
	font-size: 28px;
	top:5px;
	left:8px;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.no-border{
	border:0 !important
}
.saf-tags.hover-effect li:hover a:after{
	background:transparent !important
}

/*
--------- highlight, Dropcaps & Blockquote --------- */
.highlight-1 {
	background: #fcff00;
}
.dropcap {
	display: block;
	float: left;
	margin: 2px 8px 0 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
}
.dropcap.main-color{
	font-weight:normal
}
.dropcap.main-bg{
	display:inline-block;
	padding:0 4px
}
blockquote {
	margin: 0;
	position:relative;
	padding: 10px 60px;
}
blockquote:before,blockquote:after{
	content: "\f10d";
	display: inline-block;
	font: normal normal normal 25px/1 FontAwesome;
	position:absolute;
	left:18px;
	top:18px;
}
blockquote:after{
	content: "\f10e";
	right:18px;
	bottom:18px;
	left:auto;
	top:auto
}
blockquote p {
	margin: 0;
	margin-bottom: 0;
	font-size: 15px;
	line-height:27px;
	padding: 30px 20px 0 20px;
}
blockquote span {
	font-weight: bold;
	font-size: 16px;
	display:block;
	padding: 30px 40px 30px 60px;
}
.bquote-2{
	border:0
}
.bquote-2 p{
	color:#fff
}
.bquote-2:before,.bquote-2:after{
	color:rgba(0,0,0,.15)
}
.bquote-3{
	border-bottom-width:4px !important;
	border-bottom-style:solid;
	padding-bottom:0
}
.bquote-3 .bottom{
	padding-bottom:25px;
	position:relative
}
.bquote-3 .bottom:after{
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	content: "";
	left: 50%;
	bottom: -2px;
}
.bquotes_slider .bquote-3,.bquotes_slider .bquote-4 {
	margin-right:10px
}
.bquote-4 span.main-bg{
	padding: 15px !important;
	margin: 25px -60px -10px;
	position:relative
}
.bquote-4 span.main-bg:after{
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	content: "";
	left: 50%;
	top: -8px;
}
.bquote-4 span.main-bg:after{
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	content: "";
	left: 50%;
	top: -8px;
}
.bquote-4:after{
	bottom:70px
}

/*
------------ list styles -------------- */
.list li{
	line-height:30px;
	overflow: hidden;
	width:100% !important;
	float:none !important;
}
.list li i{
	font-size:11px;
	margin-right:8px;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
}
.list li.list-bg{
	margin-bottom:2px
}
.list li.list-bg i{
	width:35px;
	height:35px;
	line-height: 35px;
	font-size:15px;
	float:left
}
.date-time-list li{
	line-height:25px;
	padding:8px 0;
	overflow:hidden
}
.date-time-list i{
	float:left;
}
.lg-list li{
	line-height:40px
}
video{
	width:100%;
	height:100%
}
.has-overlay{
	position:relative
}
.video-overlay,.has-overlay:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0,0,0,.6);
	-webkit-backface-visibility: hidden;
}
.has-overlay:before{
	display:block !important;
	z-index:0 !important
}
.has-overlay > .row{
	position:relative;
	z-index:2;
}
.has-overlay.black:before{
	background: rgba(0,0,0,.5);
}
.has-overlay.white:before{
	background: rgba(255,255,255,.5);
}

/* ==========================================================================
  11. IMPORTANT CLASSES
============================================================================= */
.txt-shadow{text-shadow: 1px 1px 1px rgba(0,0,0,.2);}
.font-10{font-size:10px !important}
.font-15{font-size:15px !important}
.font-20{font-size:20px !important}
.font-30{font-size:30px !important}
.font-40{font-size:40px !important;letter-spacing: 1px;}
.font-50{font-size:50px !important;letter-spacing: 1px;}
.font-60{font-size:60px !important;letter-spacing: 1px;}
.font-70{font-size:70px !important;letter-spacing: 1px;}
.font-80{font-size:80px !important;letter-spacing: 1px;}
.font-90{font-size:90px !important;letter-spacing: 1px;}
.font-100{font-size:100px !important;letter-spacing: 1px;}
.padding-horizontal-0 {padding-left: 0;padding-right: 0;}
.padding-horizontal-5 {padding-left: 5px;padding-right: 5px;}
.padding-horizontal-10 {padding-left: 10px;padding-right: 10px;}
.padding-horizontal-15 {padding-left: 15px;padding-right: 15px;}
.padding-horizontal-20 {padding-left: 20px;padding-right: 20px;}
.padding-horizontal-25 {padding-left: 25px;padding-right: 25px;}
.padding-horizontal-30 {padding-left: 30px;padding-right: 30px;}
.padding-horizontal-35 {padding-left: 35px;padding-right: 35px;}
.padding-horizontal-40 {padding-left: 40px;padding-right: 40px;}
.padding-horizontal-45 {padding-left: 45px;padding-right: 45px;}
.padding-horizontal-50 {padding-left: 50px;padding-right: 50px;}
.padding-horizontal-60 {padding-left: 60px;padding-right: 60px;}
.padding-horizontal-70 {padding-left: 70px;padding-right: 70px;}
.padding-horizontal-80 {padding-left: 80px;padding-right: 80px;}
.padding-horizontal-90 {padding-left: 90px;padding-right: 90px;}
.padding-horizontal-100 {padding-left: 100px;padding-right: 100px;}
.padding-vertical-0 {padding-top: 0;padding-bottom: 0;}
.padding-vertical-5 {padding-top: 5px;padding-bottom: 5px;}
.padding-vertical-10 {padding-top: 10px;padding-bottom: 10px;}
.padding-vertical-15 {padding-top: 15px;padding-bottom: 15px;}
.padding-vertical-20 {padding-top: 20px;padding-bottom: 20px;}
.padding-vertical-25 {padding-top: 25px;padding-bottom: 25px;}
.padding-vertical-30,.sm-padding {padding-top: 30px;padding-bottom: 30px;}
.padding-vertical-35 {padding-top: 35px;padding-bottom: 35px;}
.padding-vertical-40 {padding-top: 40px;padding-bottom: 40px;}
.padding-vertical-45 {padding-top: 45px;padding-bottom: 45px;}
.padding-vertical-50 {padding-top: 50px;padding-bottom: 50px;}
.padding-vertical-60,.md-padding {padding-top: 60px;padding-bottom: 60px;}
.padding-vertical-70 {padding-top: 70px;padding-bottom: 70px;}
.padding-vertical-80 {padding-top: 80px;padding-bottom: 80px;}
.padding-vertical-90 {padding-top: 90px;padding-bottom: 90px;}
.padding-vertical-100 {padding-top: 100px;padding-bottom: 100px;}
.lg-padding{padding:120px 0}
.xl-padding{padding:170px 0}
.padding-bottom-0{padding-bottom:0}
.padding-top-0{padding-top:0}
.margin-0{margin:0}
.no-padding{padding:0}
[class*="-padding"]{position:relative;z-index: 1;}
.margin-vertical-0 {margin-top: 0;margin-bottom: 0;}
.margin-vertical-5 {margin-top: 5px;margin-bottom: 5px;}
.margin-vertical-10 {margin-top: 10px;margin-bottom: 10px;}
.margin-vertical-15 {margin-top: 15px;margin-bottom: 15px;}
.margin-vertical-20 {margin-top: 20px;margin-bottom: 20px;}
.margin-vertical-25 {margin-top: 25px;margin-bottom: 25px;}
.margin-vertical-30 {margin-top: 30px;margin-bottom: 30px;}
.margin-vertical-35 {margin-top: 35px;margin-bottom: 35px;}
.margin-vertical-40 {margin-top: 40px;margin-bottom: 40px;}
.margin-vertical-45 {margin-top: 45px;margin-bottom: 45px;}
.margin-vertical-50 {margin-top: 50px;margin-bottom: 50px;}
.margin-vertical-60 {margin-top: 60px;margin-bottom: 60px;}
.margin-vertical-70 {margin-top: 70px;margin-bottom: 70px;}
.margin-vertical-80 {margin-top: 80px;margin-bottom: 80px;}
.margin-vertical-90 {margin-top: 90px;margin-bottom: 90px;}
.margin-vertical-100 {margin-top: 100px;margin-bottom: 100px;}
.margin-top-0 {margin-top: 0;}
.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-35 {margin-top: 35px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-45 {margin-top: 45px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-bottom-0,.wpb_content_element {margin-bottom: 0 !important;}
.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-25 {margin-bottom: 25px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-35 {margin-bottom: 35px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-45 {margin-bottom: 45px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-left-100{margin-left:100px}
.margin-auto{margin:auto;}
.width-10{width:10px}
.width-20{width:20px}
.width-30{width:30px}
.width-40{width:40px}
.width-50{width:50px}
.width-60{width:60px}
.width-70{width:70px}
.width-80{width:80px}
.width-90{width:90px}
.width-100{width:100px}
.width-percent-10{width:10%}
.width-percent-20{width:20%}
.width-percent-30{width:30%}
.width-percent-40{width:40%}
.width-percent-50{width:50%}
.width-percent-60{width:60%}
.width-percent-70{width:70%}
.width-percent-80{width:80%}
.width-percent-90{width:90%}

.no-bg-btn{background:transparent none;border:0}
.right-cell {float: right !important;}
.left-text{text-align:left}
.center-tbl{
	display:table;
	margin:auto;
	float:none
}
.ads-box{
	padding:50px;
}
.ads-box p{
	line-height:1.4;
	margin:0;
	text-shadow:none;
	font-size:19px;
}
.section-full-bg{
	position:absolute;
	top: 0;
	width:300%;
	height: 100%;
	display:inline-block;
	z-index:0;
}
.section-full-bg.left.circle{
	border-radius:50em;
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.section-full-bg.right.circle{
	border-radius:50em;
	border-top-right-radius:0;
	border-bottom-right-radius:0
}

.bg-block{
	position:relative;
	z-index:9;
	padding:50px 30px;
	border-width:5px;
	border-left-width:0;
	-webkit-box-shadow:-25px 0px 15px -15px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:-25px 0px 15px -15px rgba(50, 50, 50, 0.45);
	box-shadow:-25px 0px 15px -15px rgba(50, 50, 50, 0.45);
}
.bg-block p,.wpb_single_image .vc_figure .vc_single_image-wrapper{
	margin-bottom:0
}
.sec-bg.left.circle{
	border-radius:50em;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	padding:0
}
.sec-bg.right.circle{
	border-radius:50em;
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.section-side{
	padding:0 40px
}
.section-full-bg.left{
	right: 0;
}
.section-full-bg.right{
	left:0;
}
.section-full-bg.left.circle{
	right: -25px;
}
.section-full-bg.right.circle{
	left:-25px;
}
.section-full-bg.left.rect{
	right: 30%;
}
.section-full-bg.right.rect{
	left:30%;
}
/* slick slider */
.testimonials-3 .slick-dots li button:before {
	font-size:30px !important;
	width:10px !important;
	height:10px !important ;
}
.testimonials-3 .slick-dots li button, .testimonials-3 .slick-dots li {
	width:12px !important;
	height:12px !important;
}
.testimonials-2 .slick-next, .testimonials-2 .slick-prev {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px rgba(156, 156, 156 , 0.68) solid;
}
.testimonials-2 .slick-next:before, .testimonials-2 .slick-prev:before {
	font-size:20px;
	line-height:38px;
}
.testimonials-2 .slick-next {
	right:0;
	left:auto;
}
.img-holder .slick-dots{
	position:absolute;
	bottom:8px;
	right:10px
}
.pro-gallery .slick-dots{
	margin-top:-35px
}
.shop-horizontal-slick .shop-item{
	margin-bottom:1px;
}
.product-img .slick-dots {
	display: table;
	margin: 5px auto 0;
	width:100%
}
.product-img .thumbnails a {
	display: table-cell;
	padding: 0 2px 0 0;
	float:none !important;
	width:auto !important;
	margin:0 !important
}
.product-img .thumbnails a img {
	max-width: 75px;
	cursor:pointer;
	opacity:0.6
}
.product-img .thumbnails a img:hover{
	opacity:1;
}
.shop-ajax .slick-prev, .shop-ajax .slick-next{
	position:absolute;
	top:50%;
	left:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top:-15px;
	display:inline-block
}
.shop-ajax .slick-prev:before, .shop-ajax .slick-next:before{
	line-height:40px;
	display:inline-block;
	width:40px;
	text-align:center
}
.shop-ajax .slick-next{
	left:auto;
	right:0
}
.shop-ads-top{
	padding:3px
}
.footer-top div.slick-s{
	height: 35px !important;
	overflow:hidden;
}
.footer-top .timeline:before{
	display:none
}
.footer-top div.slick-s .slick-slide{
	padding:0 80px 0 30px;
	line-height:33px;
	position:relative;
	overflow:hidden;
	height: 30px !important;
}
 .footer-top .timeline-Tweet-text{
 	width: 92%;
 	line-height: 33px
 }
.footer-top div.slick-s .slick-slide:before{
	font: normal normal normal 19px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 8px;
	content: "\f099";
	display: inline-block;
}
.footer-top div.slick-s a{
	color:#fff
}
.footer-top .TweetAuthor-screenName{
	display: none;
}
.footer-top div.slick-s .slick-prev,.footer-top div.slick-s .slick-next{
	border:0;
	background:rgba(0,0,0,.11);
	position:absolute;
	right:0px;
	font-size:0px;
	top: 0px;
	width: 35px;
	height: 30px;
	color:#fff;
}
.footer-top div.slick-s .slick-prev:before,.footer-top div.slick-s .slick-next:before{
	font: normal normal normal 15px/0.8 FontAwesome;
	content: "\f106";
	display: inline-block;
	margin-right: 3px;
}
.footer-top div.slick-s .slick-prev{
	right:33px;
	background:rgba(0,0,0,.22);
}
.footer-top div.slick-s .slick-prev{
	right: 35px;
	background:rgba(0,0,0,.22);
}
.footer-top div.slick-s .slick-prev:before{
	content: "\f107";
	margin-left: 3px;
	margin-right: 0;
}
.footer-top div.slick-s .slick-dots{
	display:none !important
}
.widget-tweets .slick-dots, .widget-tweets .slider_controls {
	margin: 10px auto;
}
.footer-light .footer-top div.slick-s a{
	color:#666;
	font-weight:normal !important
}
.wst-footer .footer-middle .widget_it_widget_tweets .slick-prev,.wst-footer .footer-middle .widget_it_widget_tweets .slick-next{
	display:block !important;
	position:absolute;
	right:0;
	top: -72px;
}
.wst-footer .footer-middle .widget_it_widget_tweets .slick-prev{
	right:20px
}
.wst-footer .footer-middle .widget_it_widget_tweets .slick-next:before {
	content: "\f106";
}
.wst-footer .footer-middle .widget_it_widget_tweets .slick-prev:before {
	content: "\f107";
}
.timeline-Tweet-text {
    word-wrap: break-word;
}
.sidebar .TweetAuthor{
	text-align: center;
	margin-bottom: 15px
}
.sidebar .timeline-Tweet-text{
	text-align: center;
}
.sidebar .tweet{
	min-height: 100px
}
.footer-middle .timeline-TweetList img.Avatar{
	display: inline;
	width: 30px;
    margin-right: 10px;
    vertical-align: text-top;
}
.footer-middle .timeline-Tweet-text{
	padding-top: 0px;
	margin-left: 45px;
}
.footer-middle .TweetAuthor-link{
	line-height: 1;
	padding: 0;
	font-weight: bold;
}
.footer-middle .timeline-TweetList-tweet{
	height: 150px !important
}
.sidebar .TweetAuthor img.Avatar{
	display: table;
	margin: 0 auto 10px;
	border-radius:50%;
}
.break-news-slider .slick-prev,.break-news-slider .slick-next{
	position:absolute;
	top:10px;
	right:-25px
}
.break-news-slider .slick-prev{
	right:-5px
}
.widget_it_widget_tweets .slick-prev,.widget_it_widget_tweets .slick-next,.widget_it_widget_tweets .slick-prev,.widget_it_widget_tweets .slick-next {
	position:absolute;
	top: -40px;
	right:-10px;
}
.widget_it_widget_tweets .slick-prev,.widget_it_widget_tweets .slick-prev{
	right:10px
}
.horizontal-slider .slick-prev,.horizontal-slider .slick-next{
	position:absolute;
	left: 1px;
	background: #555;
	color: #FFF;
	width: 40px;
	height:40px;
	text-align:center;
	top:50%;
	margin-top:-20px;
	-webkit-transition: transform 0.45s;
	transition: transform 0.45s;
	-webkit-transform: translate3d(-60px,0,0);
	transform: translate3d(-60px,0,0);
	opacity:0;
	z-index:99;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.horizontal-slider .slick-prev:before,.horizontal-slider .slick-next:before{
	font-size:20px;
	display:inline-block;
	line-height:40px;
	position:relative
}
.horizontal-slider .slick-prev:before{
	left:auto;
}
.horizontal-slider .slick-next{
	left:auto;
	right: 1px;
	-webkit-transform: translate3d(60px,0,0);
	transform: translate3d(60px,0,0);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.horizontal-slider.slick-slider:hover .slick-prev,.horizontal-slider.slick-slider:hover .slick-next{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:1
}
.horizontal-slider.slick-slider:hover .slick-prev,.horizontal-slider.slick-slider:hover .slick-next{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:1
}
.show-arrows{
	overflow:visible
}
.show-arrows .slick-prev,.show-arrows .slick-next{
	opacity:1;
	top: -52px;
	right: 15px;
	left:auto;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	width: 30px;
	height: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.show-arrows .slick-prev:before, .show-arrows .slick-next:before {
	font-size: 13px;
	line-height: 30px;
}
.show-arrows .slick-prev{
	right: 46px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.center-more {
	display:table;
	margin:20px auto 0
}
.progress-bars .progress {
    margin-bottom: 20px !important;
}
/* ==========================================================================
  12. SHAPES
============================================================================= */
.new-angle,.widget_it_widget_contact li i.new-angle:before,.filter-by .esg-filterbutton.new-angle:after,.filter-by .esg-filterbutton.new-angle.selected .par,.top-head.header-2 .top-search.new-angle > a:before, .top-head.header-2 .top-cart.new-angle > a:before,html.new-angle .vc_tta-style-style-3 .vc_tta-tabs-list,
html.new-angle .vc_tta-shape-shape .vc_tta-panel-heading,html.new-angle .vc_tta-shape-shape .vc_tta-panel-heading a,html.new-angle .vc_tta-style-style-2 .vc_tta-panel,.box-1 .filled .new-angle:after, .box-1 .outlined .new-angle:after,
html.new-angle .wst-post-gallery.slick-slider .gallery-icon,.vc_btn3-container.new-angle .vc_btn3,.vc_icon_element.new-angle .vc_icon_element-inner{
	border-top-right-radius: 1.2em !important;
	border-bottom-left-radius: 1.2em !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.new-angle.lg,.widget_it_widget_contact li i.new-angle.lg:before{
	border-top-right-radius: 3em !important;
	border-bottom-left-radius: 3em !important;
}
.new-angle.sm,.widget_it_widget_contact li i.new-angle.sm:before,.icon-box-small i.new-angle.sm:after{
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.top-bar ul.new-angle,.item-img .product-buttons a.button.add_to_cart_button.new-angle{
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
}
.vc_tta-style-style-1 .vc_tta-panel >.vc_tta-panel-heading h4 a.new-angle:not(.collapsed):before{
	width: 97.7%;
	left: 2.5%;
}
.vc_tta-style-style-1 .vc_tta-panel >.vc_tta-panel-heading h4 a.round:not(.collapsed):before{
	width: 97.7%;
	left: 2.5%;
}
.vc_tta-style-style-3.new-angle .vc_tta-panel:first-child>.vc_tta-panel-heading h4 a:not(.collapsed){
	border-top-right-radius:1.2em
}
html.new-angle .vc_tta-style-style-3 .vc_tta-tabs-list li:first-child a{
	border-bottom-left-radius:1.2em !important
}
.box-5.new-angle:hover .rounded-img{
	border-top-left-radius: 0;
	border-top-right-radius:2em;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.box-5.new-angle:hover{
	border-top-right-radius: 2em;
	border-bottom-left-radius: 2em;
}
.new-angle.lg .slick-slide img{
	border-top-right-radius: 3em;
}
.feature-img .new-angle:before{
	border-top-right-radius: 1.2em;
	border-bottom-left-radius: 1.2em;
}
.feature-img .new-angle.lg:before{
	border-top-right-radius: 3em;
	border-bottom-left-radius: 3em;
}
.new-angle .slick-dots li:first-child img{
	border-bottom-left-radius: 1.2em;
}
.new-angle.icon-box.gry-border-2 .head-bg{
	border-top-right-radius: 0.9em;
}
.icon-box-small i.new-angle:after{
	border-top-right-radius: 1.2em;
	border-bottom-left-radius: 1.2em;
}
.progress-bar.new-angle span{
	border-radius:0 !important;
	top:0;
	right:0;
	border-top-right-radius: 1.5em !important;
	width: 30px !important;
	text-align: center;
}
.vc_progress_bar .bar-title{
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block
}
.progress-bars.new-angle.xl-line.tool-tip .progress-bar span{
	height:35px;
	line-height:35px;
	top:0;
	right:0
}
.progress-bar.new-angle.lg span{
	border-radius:0 !important;
	top: 1px;
	right: 1px;
	border-top-right-radius: 3em !important;
	width: 40px !important;
	text-align: center;
}
.pricing-tbl.style-2.new-angle h3{
	border-top-right-radius: 0.8em;
}
.pricing-tbl.style-4.new-angle .plan-head{
	border-top-right-radius: 1em;
}
.new-angle.bquote-4 span.main-bg{
	border-bottom-left-radius: 1.6em;
}
.portfolio.horizontal-slider.new-angle .slick-list,.new-angle .lg-slider .esg-overflowtrick{
	border-top-right-radius: 8em;
	border-bottom-left-radius: 8em;
}
.footer-top div.slick-s.new-angle .slick-prev{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.footer-top div.slick-s.new-angle .slick-next{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.comment-list li.new-angle,.feature-img .new-angle{
	position:relative;
	overflow:hidden
}

.comment-list li.new-angle,.feature-img .new-angle{
	position:relative;
	overflow:hidden
}

/*
---------------- round ---------------------- */
.shape.round,.feature-img:hover figure.round:before,.filter-by .esg-filterbutton.round:after,.filter-by .esg-filterbutton.round.selected .par,.top-head.header-2 .top-search.round > a:before, .top-head.header-2 .top-cart.round > a:before,.icon-box-small i.round:after,
.feature-img figure.round:before,html.round .vc_tta-style-style-3 .vc_tta-tabs-list,.vc_btn3-container.round .vc_btn3,.vc_icon_element.round .vc_icon_element-inner{
	border-radius: 4em !important;
}
html.round .vc_tta-style-style-2 .vc_tta-panel,.testimonials-4 .testimonials-bg.round,.widget_it_widget_contact li i.round:before,.team-box.round,[class*="tabs-style-"] .tab-content .tab-pane.round,.ads-box.round,.horizontal-slider.round,.vc_tta-style-style-3.round,.pricing-tbl.round,
[class*="bquote-"].round,.msg-box.round,.progress-bars.round,.sm-round.round,.post-item img.round,.my-info.round,.comment-list li.round,.icon-box.round,.testimonials-bg.round,.modal-content.round,html.round .vc_tta-shape-shape .vc_tta-panel-heading{
	border-radius:2.2em !important
}
.lg-slider.round,.portfolio.horizontal-slider.round .slick-list, .round .lg-slider .esg-overflowtrick{
	border-radius:20em !important
}
.lg-slider.round{
	border-radius:20em !important
}
.widget.round,textarea.round,.product-img.round{
	border-radius:1em !important
}
.pricing-tbl.round{
	overflow:hidden
}
.vc_tta-style-style-3.round .vc_tta-panel:first-child>.vc_tta-panel-heading h4 a:not(.collapsed){
	border-top-left-radius:2.2em;
	border-top-right-radius:2.2em
}
.icon-box.gry-border-2.round .head-bg{
	border-top-left-radius:1.7em;
	border-top-right-radius:1.7em
}
.vc_tta-tabs-list.round li:first-child a{
	border-top-left-radius:10em;
	border-bottom-left-radius:10em
}
[class*="tabs-style-"] .tab-content .tab-pane:first-child.active.round{
	border-top-left-radius:0
}
.vc_tta-style-style-bg .tab-content .tab-pane.round{
	border-top-left-radius:0
}

.wst-footer .social-list a.round,.progress-bars.xl-line.tool-tip .progress-bar.round span,.item-img .product-buttons a.button.add_to_cart_button.round{
	border-radius: 50% !important;
}
.round.bquote-4 span.main-bg {
    border-bottom-left-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
}
.round.sm{
	border-radius:40px
}
.footer-top div.slick-s.round .slick-prev,.footer-top div.slick-s.round .slick-next{
	border-radius: 50%;
	width:30px
}
.footer-top div.slick-s.round .slick-prev:before, .footer-top div.slick-s.round .slick-next:before{
	margin:0
}
.feature-img figure.round a{
	right:50%;
	margin-right:-17.5px
}
.item-box.round .woocommerce span.onsale{
	left: 7%;
	top: 7%;
	width: 50px;
	height: 50px;
	line-height: 66px;
	border-radius: 50%;
}

/*
---------------- square ---------------------- */
.shape.square,.vc_btn3-container.square .vc_btn3,.vc_icon_element.square .vc_icon_element-inner{
	border-radius:0 !important
}
html.square .pageWrapper *,html.square .circle:after,html.square .circle:before,html.square .full-heading:before,.box-5:hover .team-img,html.square .vc_tta-style-style-3 .vc_tta-tabs-list{
	border-radius:0 !important
}

/*
---------------- border5px ------------------- */
.border5px,html.border5px .vc_tta-shape-shape .vc_tta-panel-heading,html.border5px .vc_tta-style-style-2 .vc_tta-panel{border-radius:5px}
.vc_tta-style-style-3.border5px .vc_tta-panel:first-child >.vc_tta-panel-heading h4 a,.vc_btn3-container.border5px .vc_btn3,.vc_icon_element.border5px .vc_icon_element-inner{
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}
.icon-box-small i.border5px:after,.box-1 .filled .rounded:after, .box-1 .outlined .rounded:after,html.border5px .vc_tta-style-style-3 .vc_tta-tabs-list{
	border-radius: 5px !important;
}
html.border5px .bottom_tools,html.border5px .post-icon,html.border5px .post-item .post-content{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
html.border5px .post-image .post-icon{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
html.border5px .footer-top div.slick-s .slick-prev,html.border5px .footer-top div.slick-s .slick-next{
	border-radius:5px;
	width:30px;
}
html.border5px .footer-top div.slick-s .slick-prev:before,html.border5px .footer-top div.slick-s .slick-next:before{
	margin:0
}
html.border5px .top-head.boxed-transparent > .container,html.border5px .sidebar .tab-content{
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
html.border5px .full-heading:before,html.border5px .sidebar .tab-content{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
html.border5px .top-head.boxed-transparent > .container{
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
html.border5px .full-heading:before{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*
---------------- right-angle ------------------- */
.right-angle,.icon-box-small i.right-angle:after,.feature-img figure.right-angle:before,html.right-angle .vc_tta-shape-shape .vc_tta-panel-heading,.box-1 .filled .right-angle:after, .box-1 .outlined .right-angle:after,
html.right-angle .vc_tta-style-style-3 .vc_tta-tabs-list,.vc_btn3-container.right-angle .vc_btn3,.vc_icon_element.right-angle .vc_icon_element-inner{
	border-top-right-radius: 30em !important;
	border-bottom-right-radius: 30em !important;
}
.widget.right-angle,textarea.right-angle,.product-img.right-angle,.modal-content.right-angle,html.right-angle .vc_tta-style-style-2 .vc_tta-panel{
	border-top-right-radius:1em !important;
	border-bottom-right-radius:1em !important
}
.panel.right-angle,.testimonials-4 .testimonials-bg.right-angle,.widget_it_widget_contact li i.right-angle:before,.team-box.right-angle,[class*="tabs-style-"] .tab-content .tab-pane.right-angle,.ads-box.right-angle,.horizontal-slider.right-angle,.vc_tta-style-style-3.right-angle,.pricing-tbl.right-angle,
[class*="bquote-"].right-angle,.msg-box.right-angle,.progress-bars.right-angle,.post-item img.right-angle,.my-info.right-angle,.comment-list li.right-angle,.icon-box.right-angle,.testimonials-bg.right-angle{
	border-top-right-radius:2.2em !important;
	border-bottom-right-radius:2.2em !important
}
.item-img .product-buttons a.button.add_to_cart_button.right-angle{
	border-top-right-radius:15px !important;
	border-bottom-right-radius:15px !important
}
.conact_center_form.right-angle{
	border-top-right-radius:8em !important;
	border-bottom-right-radius:8em !important
}
/*
---------------- left-angle ------------------- */
.left-angle,.icon-box-small i.left-angle:after,.feature-img figure.left-angle:before,html.left-angle .vc_tta-shape-shape .vc_tta-panel-heading,.box-1 .filled .left-angle:after, .box-1 .outlined .left-angle:after,
html.left-angle .vc_tta-style-style-3 .vc_tta-tabs-list,.vc_btn3-container.left-angle .vc_btn3,.vc_icon_element.left-angle .vc_icon_element-inner{
	border-top-left-radius: 30em !important;
	border-bottom-left-radius: 30em !important;
}
.widget.left-angle,textarea.left-angle,.product-img.left-angle,.modal-content.left-angle,html.left-angle .vc_tta-style-style-2 .vc_tta-panel{
	border-top-left-radius:1em !important;
	border-bottom-left-radius:1em !important
}
.vc_tta-panel.left-angle,.testimonials-4 .testimonials-bg.left-angle,.widget_it_widget_contact li i.left-angle:before,.team-box.left-angle,[class*="tabs-style-"] .tab-content .tab-pane.left-angle,.ads-box.left-angle,.horizontal-slider.left-angle,.vc_tta-style-style-3.left-angle,.pricing-tbl.left-angle,
[class*="bquote-"].left-angle,.msg-box.left-angle,.progress-bars.left-angle,.post-item img.left-angle,.my-info.left-angle,.comment-list li.left-angle,.icon-box.left-angle,.testimonials-bg.left-angle{
	border-top-left-radius:2.2em !important;
	border-bottom-left-radius:2.2em !important
}
.item-img .product-buttons a.button.add_to_cart_button.left-angle{
	border-top-left-radius:15px !important;
	border-bottom-left-radius:15px !important
}
.conact_center_form.left-angle{
	border-top-left-radius:8em !important;
	border-bottom-left-radius:8em !important
}
/*
---------------- top-angle ------------------- */
.top-angle,.icon-box-small i.top-angle:after,.box-1 .filled .top-angle:after, .box-1 .outlined .top-angle:after{
	border-top-right-radius: 30em !important;
	border-top-left-radius: 30em !important;
}
.widget.top-angle,textarea.top-angle,.product-img.top-angle,html.top-angle .vc_tta-shape-shape .vc_tta-panel-heading,html.top-angle .vc_tta-style-style-2 .vc_tta-panel,html.top-angle .vc_tta-style-style-3 .vc_tta-tabs-list{
	border-top-right-radius:1em !important;
	border-top-left-radius:1em !important
}
.vc_tta-panel.top-angle,.testimonials-4 .testimonials-bg.top-angle,.widget_it_widget_contact li i.top-angle:before,.team-box.top-angle,[class*="tabs-style-"] .tab-content .tab-pane.top-angle,.ads-box.top-angle,.horizontal-slider.top-angle,.vc_tta-style-style-3.top-angle,.pricing-tbl.top-angle,
[class*="bquote-"].top-angle,.msg-box.top-angle,.progress-bars.top-angle,.post-item img.top-angle,.my-info.top-angle,.comment-list li.top-angle,.icon-box.top-angle,.testimonials-bg.top-angle,.feature-img figure.top-angle:before,.feature-img figure.top-angle,.modal-content.top-angle,
.vc_btn3-container.top-angle .vc_btn3,.vc_icon_element.top-angle .vc_icon_element-inner{
	border-top-left-radius:2.2em !important;
	border-top-right-radius:2.2em !important
}
.item-img .product-buttons a.button.add_to_cart_button.top-angle{
	border-top-left-radius:15px !important;
	border-top-right-radius:15px !important
}


/*
---------------- bottom-angle ------------------- */
.bottom-angle,.icon-box-small i.bottom-angle:after,.box-1 .filled .bottom-angle:after, .box-1 .outlined .bottom-angle:after{
	border-bottom-right-radius: 30em !important;
	border-bottom-left-radius: 30em !important;
}
.widget.bottom-angle,textarea.bottom-angle,.product-img.bottom-angle,html.bottom-angle .vc_tta-shape-shape .vc_tta-panel-heading,html.bottom-angle .vc_tta-style-style-2 .vc_tta-panel,html.bottom-angle .vc_tta-style-style-3 .vc_tta-tabs-list{
	border-bottom-right-radius:1em !important;
	border-bottom-left-radius:1em !important
}
.vc_tta-panel.bottom-angle,.testimonials-4 .testimonials-bg.bottom-angle,.widget_it_widget_contact li i.bottom-angle:before,.team-box.bottom-angle,[class*="tabs-style-"] .tab-content .tab-pane.bottom-angle,.ads-box.bottom-angle,.horizontal-slider.bottom-angle,.vc_tta-style-style-3.bottom-angle,.pricing-tbl.bottom-angle,
[class*="bquote-"].bottom-angle,.msg-box.bottom-angle,.progress-bars.bottom-angle,.post-item img.bottom-angle,.my-info.bottom-angle,.comment-list li.bottom-angle,.icon-box.bottom-angle,.testimonials-bg.bottom-angle,.feature-img figure.bottom-angle,.feature-img figure.bottom-angle:before,.modal-content.bottom-angle,
.vc_btn3-container.bottom-angle .vc_btn3,.vc_icon_element.bottom-angle .vc_icon_element-inner{
	border-bottom-left-radius:2.2em !important;
	border-bottom-right-radius:2.2em !important
}
.item-img .product-buttons a.button.add_to_cart_button.bottom-angle{
	border-bottom-left-radius:15px !important;
	border-bottom-right-radius:15px !important
}

/*
------------- 6.12. Pagination ---------------- */
.pagination{
	clear:both;
	padding-top:20px;
	display:table;
	margin:auto;
	position:relative
}
.pagination ul li{
	float:left;
	margin:0 0 0 3px;
}
.pagination ul li:first-child{
	margin-left: 2px
}
.pagination ul li a,.pagination ul li span{
	display:block;
	width:40px;
	text-align:center;
	height:40px;
	line-height:40px
}
.sub-pager a,.sub-pager > span:not(.page-links-title){
	display:inline-block;
	width: 30px;
	text-align:center;
	height: 30px;
	line-height: 28px;
	margin: 0 2px 0 0 !important;
	padding: 0 !important;
}

/* diamond */
.pagination.diamond-pager li{
	transform:rotate(-45deg);
	margin: 0 8px
}
.pagination.diamond-pager li a,.pagination.diamond-pager li span{
	transform:rotate(45deg);
	width:35px;
	height:35px;
	line-height:35px
}

/* circle */
.pagination.circle-pager ul li{
	border-radius:50%
}

/* bottom border */
.pagination.bottom-border ul li{
	margin:0 0 0 1px;
	border-radius:0px;
	border:0;
	border-bottom: 3px solid rgb(221, 221, 221);
}
.pagination.bottom-border ul li a,.pagination.bottom-border ul li span{
	width:50px;
	height:50px;
	line-height:50px
}
.pagination.bottom-border ul li:hover a{
	color:#fff
}

/* bar-1 */
.pagination.bar-1 ul,.pagination.bar-2 ul{
	border-radius:20em;
	overflow:hidden;
}
.pagination.bar-1 ul li{
	border-radius:0px;
	border:0;
	background:transparent;
	margin:0
}
.pagination.bar-1 ul li:first-child{
	border:0
}
.pagination.bar-1 ul li a,.pagination.bar-1 ul li span{
	font-size:15px;
	font-weight:bold;
	width:50px;
	height:50px;
	line-height:50px;
}
.pagination.bar-2 ul{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.pagination.bar-2 ul li{
	border:0;
	background:transparent;
	margin:0
}
.pagination.bar-2 ul li a,.pagination.bar-2 ul li span{
	font-size:15px;
	font-weight:bold;
	width:auto;
	height:40px;
	line-height:40px;
	min-width:40px
}
.pagination.bar-2 ul li a.main-bg{
	color:#fff;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal
}
.pagination.bar-2 ul li a.main-bg i.fa-chevron-left{
	margin:0 5px 0 0
}
.pagination.bar-2 ul li a.main-bg i.fa-chevron-right{
	margin:0 0 0 5px
}
.pagination.bar-2 ul li:hover a,.pagination.bar-2 ul li.selected a{
	color:#fff
}

/* bar 3 */
.pagination.bar-3 ul li:not(.next_page):not(.prev_page):not(.selected){
	background:transparent;
	border:0;
	position:relative;
	margin:0
}
.pagination.bar-3 ul li a{
	font-size:15px;
	font-weight:bold;
	line-height:35px
}
.pagination.bar-3 ul li.selected a{
	color:#fff;
}
.pagination.bar-3 ul li.selected:hover{
	color:#777
}
.pagination.bar-3 ul li.next_page a,.pagination.bar-3 ul li.prev_page a{
	height: 33px;
	line-height: 37px;
}
.pagination.bar-3 ul{
	overflow:hidden
}
.pagination.bar-3 ul:after{
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 130%;
	height: 11px;
	border-radius: 20em;
	content: "";
	display: inline-block;
	margin-left: -15px;
	z-index:1
}
.pager-slider{
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 5px;
	border-radius: 20em;
	content: "";
	display: inline-block;
	margin-left: -13px;
	z-index: 2;
	width:0
}


/* ==========================================================================
  13. BOXED MODE
============================================================================= */

.pageWrapper.boxed{
	margin: 0 auto;
}
.pageWrapper.boxed .full-cell{
	width:100%
}
.pageWrapper.boxed .hide-cell{
	display:none
}
.pageWrapper.boxed .fullwidthbanner-container,.pageWrapper.boxed .forcefullwidth_wrapper_tp_banner{
	width:100% !important;
	left:0 !important
}
.pageWrapper.boxed .top-head.transparent,.pageWrapper.boxed .top-head.sticky-nav{
	width:auto;
	left:auto;/* top:30px
 */
}
.pageWrapper.boxed .fixed-footer{
	width:auto;
	left:auto;
}
.full-2-foot{
	margin-left:-15px
}
.fullscreen-body .pageWrapper.boxed{
	margin:0 auto
}
.fullscreen-body .pageWrapper.boxed .top-head.transparent, .fullscreen-body .pageWrapper.boxed .top-head.sticky-nav{
	top:0
}
.fullscreen-body video {
	z-index: 1;
	position: absolute;
	left: -30%;
	top: -35%;
	width: 160%;
	height: 170%;
}
.pageWrapper.boxed .top-head .logo:before,.pageWrapper.boxed .top-head .logo:after,.pageWrapper.boxed .top-head .bot-line,.pageWrapper.boxed .top-head .lft-line{
	display:none
}
.pageWrapper.boxed .top-head.boxed-transparent > .container{
	border-radius:0
}
.pageWrapper.boxed .top-head.boxed-transparent{
	top: 0;
}
.pageWrapper.boxed .fixed-footer .footer-bottom{
	padding-left:0;
	padding-right:0
}
.pageWrapper.boxed .sticky-nav.transparent,.pageWrapper.boxed .sticky-nav.sticky-nav{
	top:0
}
.pageWrapper.boxed .footer-bottom ul.right{
	margin-right:15px
}
.bg1{
	background-image:url('../../../superfine/assets/images/patterns/bg1.jpg')
}
.bg2{
	background-image:url('../../../superfine/assets/images/patterns/bg2.jpg')
}
.bg3{
	background-image:url('../../../superfine/assets/images/patterns/bg3.jpg')
}
.bg4{
	background-image:url('../../../superfine/assets/images/patterns/bg4.jpg')
}
.bg5{
	background-image:url('../../../superfine/assets/images/patterns/bg5.jpg')
}
.bg6{
	background-image:url('../../../superfine/assets/images/patterns/bg6.jpg')
}
.bg7{
	background-image:url('../../../superfine/assets/images/patterns/bg7.jpg')
}
.bg8{
	background-image:url('../../../superfine/assets/images/patterns/bg8.jpg')
}
.bg9{
	background-image:url('../../../superfine/assets/images/patterns/bg9.jpg')
}
.bg10{
	background-image:url('../../../superfine/assets/images/patterns/bg10.jpg')
}
.bg11{
	background-image:url('../../../superfine/assets/images/patterns/bg11.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
.bg12{
	background-image:url('../../../superfine/assets/images/patterns/bg12.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
.bg13{
	background-image:url('../../../superfine/assets/images/patterns/bg13.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
#bbpress-forums li.bbp-header{
	padding:10px 15px;
}

/* WORDPRESS CORE CHANGES
----------------------------------- */

/* Gravity forms styles */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url]{
	height: auto !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
}
.gform_wrapper textarea{
	height:220px !important;
	padding:15px !important
}
.gform_wrapper form li, .gform_wrapper li{
	margin:10px 0
}
.gform_wrapper .top_label .gfield_description{
	padding-left:20px !important
}
.gform_wrapper ul.gfield_checkbox li .custom-checkbox input[type=checkbox], .gform_wrapper ul.gfield_radio li .custom-checkbox input[type=radio]{
	width:100% !important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 15px 20px !important;
	border:0 !important
}
.gfield_captcha_input_container{
	display:inline-block
}
.gfield_captcha_input_container input[type=text]{
	width:80% !important;
	margin-left:10px
}
.validation_error{
	border:0 !important;
	background-color: #FFDFE0;
	padding: 1em !important;
}
/* vc styles */
/*.vc_tta.vc_tta-style-outline .vc_tta-panel-body, .vc_tta.vc_tta-style-outline .vc_tta-panel-heading, .vc_tta.vc_tta-style-outline .vc_tta-tab>a{
	border-width:1px !important
}*/
.vc_tta .vc_tta-controls-icon{
	width:10px !important;
	height:10px !important
}
.vc_tta.vc_general .vc_tta-icon{
	font-size:14px !important
}
.vc_tta-style-style-3 .vc_tta-panel.vc_active .vc_tta-icon{
	color:#fff
}
.vc_pie_chart .vc_pie_chart_value {
	font-size: 55px !important;
	font-weight: 900 !important;
}
.vc_pie_wrapper{
	position:relative
}
.vc_pie_chart .wpb_pie_chart_heading{
	position: absolute;
	left: 0;
	top: 57%;
	text-align: center;
	width: 100%;
	font-weight: normal;
	margin-top: 20px;
	font-size: 14px;
}
.vc_pie_chart_back{
	border-color:#eee !important;
	opacity:1 !important
}
.vc_pie_chart i.wpb_pie_chart_icon{
	position: absolute;
    top: 17%;
    left: 50%;
    font-size:30px;
    margin-left:-15px
}
.heading.sub-head .head-4{
	line-height:1
}
.no-line:before{
	display:none
}
.no-line:after{
	height:3px;
	bottom: -15px;
}
.heading.white h3,.heading.white h5{
	color:#fff
}
.fluid-element.container,.section.fluid-element .container{
	width:auto !important;
	padding:0
}
.fluid-element.container .row{
	margin-left:-15px;
	margin-right:-15px
}
.no-line.side-head{
	padding-bottom:5px;
	margin-bottom:50px
}
.no-line.side-head:after{
	width:30px
}
.no-bg{
	background-image:none !important
}
.side-ad{
	font-size:19px;
	line-height:30px;
}
.staff-container .fun-cell{
	float:left;
	width:25%
}
.top-zindex{
	position:relative;
	z-index:2
}
.single-fun .fun{
	float:none;
	width:auto
}
.left-side-wrap .esg-container-fullscreen-forcer,.left-side-wrap .fullscreen-container,.pageWrapper.boxed .esg-container-fullscreen-forcer{
	width:100% !important;
	right:0 !important;
	left:auto !important
}
.right-side-wrap .esg-container-fullscreen-forcer{
	width:100% !important
}
.right-side-wrap .esg-container-fullscreen-forcer{
	width:100% !important
}
.camera_wrap{
	float:none;
	clear:both
}
.camera_caption a{
	color:#fff
}
.row-minus{
	margin-right:-15px;
	margin-left:-15px
}
.row-0 .row-minus{
	margin-right:0;
	margin-left:0
}
.news-cat .entry-content h5{
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-cat:after{
	display:table;
	content:"";
	clear:both
}

[class^="vc_li-"]:after, [class*=" vc_li-"]:after {
	font-family: 'vc_linecons';
}
[class^="vc-oi-"]:after, [class*=" vc-oi-"]:after{
	font-family: "vc_openiconic";
}
[class^="entypo-icon-"], [class*=" entypo-icon-"] {
	font-family: "vc_entypo";
}
.typcn:after {
	font-family: 'typicons';
}
.social-list a.vc_pixel_icon{
	display:block;
	text-align:center;
	background-position:center center
}
.player {
	background: #2a2a2a;
	box-sizing: border-box;
	border-radius: 5px;
	height: 45px;
	-moz-box-sizing: border-box;
	float: left;
	font-family: Arial, sans-serif;
	position: absolute;
	padding: 0;
	bottom: 20px;
	z-index: 2;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.video {
	position: relative;
	margin: 0px auto;
}
.video:hover .player {
	opacity: 1;
}
.player .progress {
	width: 79%;
	height: 10px;
	border-radius: 30px;
	background: #676767;
	box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
	float: left;
	cursor: pointer;
	margin: 16px 0 0 0;
	padding: 0;
	position: relative;
	overflow: visible;
}
.player .progress-bar {
	background: #33b5d5;
	box-shadow: inset -30px 0px 69px -20px #89f6f5;
	border-radius: 5px;
	height: 100%;
	position: relative;
	z-index: 999;
	width: 0;
	padding-right: 10px;
}
.player .button-holder {
	position: relative;
	left: 10px;
}
.player .progress-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -20px;
	text-decoration: overline;
	display: none;
}
.player [class^="buffered"] {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
	border-radius: 5px;
	z-index: 1;
}
.player .play-pause {
	display: inline-block;
	font-size: 1.5em;
	float: left;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	width: 7%;
	padding: 0px 0 0 15px;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}
.player .play, .player .pause-button {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.player .play .pause-button, .player .pause .play-button {
	display: none;
}
.player .pause-button {
	-moz-box-sizing: border-box;
	line-height: 45px;
	display: inline-block;
}
.player .pause-button span {
	background: #fff;
	width: 5px;
	height: 16px;
	float: left;
	display: block;
}
.player .pause-button span:first-of-type {
	margin: 0 4px 0 0;
}
.player .time {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 12px;
}
.player .stime, .ttime {
	color: #777;
}
.player .play:hover {
	text-shadow: 0 0 5px #fff;
}
.player .play:active, .pause-button:active span {
	text-shadow: 0 0 7px #fff;
}
.player .pause-button:hover span {
	box-shadow: 0 0 5px #fff;
}
.player .pause-button:active span {
	box-shadow: 0 0 7px #fff;
}
.player .volume {
	position: relative;
	float: left;
	width: 5%;
	margin: 0 10px;
	height: 100%;
}
.player .volume-icon {
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
}
.player .volume-icon-hover {
	background-color: #4f4f4f;
}
.player .volume-holder {
	height: 100px;
	width: 100%;
	background: black;
	position: absolute;
	display: none;
	background: #4f4f4f;
	left: 0;
	border-radius: 5px 5px 0 0;
	top: -100px;
}
.player .volume-bar-holder {
	background: #333;
	width: 9px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	margin: 15px auto;
	height: 80px;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}
.player .volume-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	width: 10px;
	height: 17px;
	display: none;
}
.player .volume-button-holder {
	position: relative;
	top: -10px;	
}
.player .volume-bar {
	background: #33b5d5;
	box-shadow: inset -30px 0px 69px -20px #89f6f5;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.player .fullscreen {
	width: 4.2%;
	cursor: pointer;
	float: left;
	height: 100%;
}
.player .fullscreen a {
	width: 25px;
	height: 25px;
	border-radius: 3px;
	background: #fff;
	display: block;
	position: relative;
	top: 10px;
	font: normal normal normal 14px/1 FontAwesome;
	margin: 0;
	text-align:center
}
.player .fullscreen a:after{
	content: "\f066";
	line-height:25px
}
.player .volume-icon span {
	width: 20%;
	height: 13%;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	font-weight: bold;
	top: 43%;
	color: #fff;
	left: 20%;
	margin: 0;
}
.player .volume-icon span:before,.player .volume-icon span:after {
	content: '';
	position: absolute;
}
.player .volume-icon span:before {
	width: 0;
	height: 0;
	border: .8em solid transparent;
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: -7px;
}
.player .volume-icon span:after {
	width: 2%;
	height: 2%;
	border: 1px solid #fff;
	left: 190%;
	border-width: 0;
	top: 5px;
	border-radius: 0 50px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.player [class*="v-change-"] span:after { border-width: 7px 7px 0 0; top: -1px; }
.player .v-change-1 span:after {
	content: '+';
	-webkit-transform: rotate(45deg);
	font-size: 15px;
	top: -7px;
	left: 21px;
	border-width: 0
}
.post-item.col-md-3:nth-child(4n+1){
    clear:left
}
.post-item.col-md-4:nth-child(3n+1){
    clear:left
}
.post-item.col-md-6:nth-child(2n+1){
    clear:left
}
.banner-slick{
	text-align:center
}
.banner-slick img{
	margin:auto
}

.not-found-form form button.main-bg,.btn-soon{
	line-height: 1;
	font-size: 18px;
	padding: 20px 40px;
}
.btn-soon{
	padding:20px
}
/* 404 inner menu */
.menu404{
	display:table;
	margin:50px auto 0;
}
.menu404 ul li{
	margin: 0;
	padding: 0;
	list-style: none
}
.menu404 ul li span a span:after,.menu404 ul li a span:after,.menu404 ul ul{
	display:none
}
.menu404 .top-nav > ul > li > a.shape{
	border-radius:0 !important
}
.menu404 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu404 ul li{
	width: 25%;
	padding: 5px 15px;
}
.menu404 ul li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	margin-right: 6px;
	text-align: center;
	line-height: 25px;
	content: "\f05b";
}
.menu404 ul li a,.menu404 ul li span{
	font-weight:normal;
	text-transform:none;
	display: flex;
}
.wst-post-block{
    border: 1px #e8e8e8 solid;
    clear: both;
    margin: 30px 0 !important;
    margin-top: 0;
    position: relative;
}
.wst-post-block:after{
    display: table;
    content: " ";
    clear: both;
}
.nav-block{
	display:block;
	font-weight:bold;
}
.nav-single:before{
    position:absolute;
    width:1px;
    height:100%;
    display:block;
    content:"";
    background-color:#e8e8e8;
    margin-left:-0.5px;
    left:50%;
    top:0
}
.nav-single .nav-block{
    display: block;
}
.nav-single .nav-next a:hover .meta-nav{
    transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
}
.nav-single > div{
    width:50%;
    float: left;
}
.nav-single .nav-blog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    background-color: #fff;
    z-index: 2;
}
.nav-single .nav-next{
    float:right;
}
.nav_single_thumb{
    display: inline-block;
    margin: 0 0 10px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-color: #f3f3f3;
    clear: both;
}
.nav_single_title{
    font-weight:bold;
    display: block;
    vertical-align: middle;
    line-height: 1.5;
}
.nav_single_title span{
    font-weight: normal;
    font-size: 90%;
    color: #333;
}
.nav-single a{
    display: block;
    position: relative;
    padding: 40px;
}
.nav-single .meta-nav{
    display: inline-block;
}
.nav-single a:hover .meta-nav{
    transform: translate(-5px,0);
    -webkit-transform: translate(-5px,0);
}
.nav-single .nav-next .meta-nav i{
    margin-left:10px;
    vertical-align: middle;
    font-size: 20px;
}
.nav-single .nav-previous .meta-nav i{
    margin-right: 10px;
    height: inherit;
    line-height: inherit;
    font-size: 20px;
    vertical-align: middle;
}
.nav-next{
    text-align:right
}
.soon-page {
    background: #14191e url('../../../superfine/assets/images/soon-bg.jpg') no-repeat 0 0;
    background-size: cover;
}
.col-md-4 .gallery-columns-5 .gallery-item{
	width: 18.855%;
}
.magazine-small.recent-posts .post-info-container .post-icon,.magazine-small.recent-posts .post-info-container .post-meta{
	display:none
}
.magazine-small.blog-posts.small-image .post-item .post-content p{
	padding: 0 0 4px 28px !important;
	line-height: 1.9;
}
.inner-magazine .blog-posts.small-image .post-item:hover .post-content{
	background-color:transparent !important
}
.inner-magazine .blog-posts.small-image .post-item:hover .post-content *{
	color:#333 !important;
	text-shadow:none
}
.section .vc_col-sm-12{
	padding:0
}
.top-ad{
	max-height:100px;
	overflow:hidden
}
/* search page */
.srch_item{
	padding:30px;
}
.srch_item:nth-child(odd){
	background-color:#f5f5f5
}
.srch_item .post-meta{
	margin:20px 0 0;
	padding:15px 0 0;
	border-top:1px #ddd dashed
}
.srch_item .post-meta li{
	float:left;
	margin:0 15px 0 0;
	font-size:11px
}
.srch_item .post-meta li i{
	margin-right:7px;
	color:#ddd
}
.srch_item .post-info .wst-post-title,.srch_item .post-info h5{
	font-size:16px;
	line-height:1.5;
	margin-bottom:10px;
	font-weight:bold
}
.err-noresults i{
	font-size:90px;
	color:#ddd
}
.my-details{
	overflow:hidden;
	margin-bottom:50px;
	background:#f1f1f1
}
.my-details .my-img{
	margin-right:20px
}
.rit-details ul{
	margin:20px 0
}
.shape-skin .eg-el-amount{
	position: absolute;
	top: -25px;
	left: 50%;
	background: #333;
	display: block;
	padding: 3px 0;
	color: #fff;
	font-size: 11px;
	width: 30px;
	margin-left: -15px;
	text-align: center;
}
.shape-skin .eg-el-amount:before{
	display:none
}
.shape-skin .eg-el-amount:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -4px;
	content: "";
	display: inline-block;
	border-color: #333 transparent transparent transparent;
}
.esg-filters.esg-navbutton-solo-right,.esg-filters.esg-navbutton-solo-left{
	margin-top: -19px
}
.desc_text{
	font-size:14px
}
.wpb_single_image .vc_figure{
	display:block !important
}
.mc4wp-alert.mc4wp-error,.mc4wp-alert.mc4wp-success,.mc4wp-alert.mc4wp-notice{
	clear:both
}
.mc4wp-alert p{
	display: table;
	padding: 5px 15px;
	width: 86.5%;
	color: #000;
	margin: 7px 0px 0 10px;
	font-size: 10px;
}
.mc4wp-alert.mc4wp-error p{
	background: #CCA2A2;
	border: 1px #C16565 solid;
}
.mc4wp-alert.mc4wp-success p{
	background: #C2E0BB;
	border: 1px #49A259 solid;
}
.mc4wp-alert.mc4wp-notice p{
	background: #FFFFB3;
	border: 1px #FFCC66 solid;
}
#twitter-feed iframe{
	display:none !important;
}
.center-top,.left-top,.right-top{
	margin:0 15px;
	float:left
}
#lang_sel li li,#lang_sel_click li li{
	padding:0;
}
#lang_sel li li a,#lang_sel_click li li a{
	margin:0;
	white-space:nowrap
}
#lang_sel a img,#lang_sel_click a img{
	margin-right:5px;
}
#lang_sel ul ul,#lang_sel_click ul ul{
	min-width: inherit;
}
#lang_sel li li a span,#lang_sel_click li li a span{
	margin-right:20px;
}
.slick-dots {
	padding:0
}
.vertical-slider .slick-dots{
	margin:0 auto
}

/*
------------ Headings ---------- */
.head-icon{
	margin-right:15px
}
.label-icon{
	margin-right:8px
}
.full-heading{
	margin-bottom: 70px;
	background-image:url(../images/patterns/bg2.jpg)
}
.esg-filters{
	margin-bottom:40px !important
}
.portfolio-filter-bg .esg-filters{
	background-image:url(../images/patterns/bg2.jpg);
	margin-bottom:0px !important
}
.portfolio-filter-bg .esg-filters .esg-filterbutton{
	padding: 20px 30px;
	background: transparent;
	border-radius: 0;
	margin: 0;
}
.full-heading{
	padding: 50px 0;
	text-align:center;
	margin-bottom: 70px;
	position:relative;
}
.md-padding .full-heading{
	margin-top:-60px
}
.section .full-heading{
	margin-top:-100px
}
.lg-padding .full-heading{
	margin-top:-120px;
	margin-bottom:100px
}
.no-padding .full-heading{
	margin-top:0
}
.xl-padding .full-heading{
	margin-top:-170px;
	margin-bottom:140px
}

.full-heading:before {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -22px;
	width: 40px;
	height: 30px;
	display: inline-block;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	background-color: #EAEAEA;
	content: "\f078";
	font: normal normal normal 14px/24px FontAwesome;
	color:#999
}
.full-heading h3{
	margin:0;
	padding:0;
	font-size:35px;
}
.full-heading h4{
	font-size:13px;
	letter-spacing:8px;
	margin:0;
	padding:0;
}

.main-heading.centered {
	text-align:center;
	display:table;
	margin:auto;
}
.main-heading h3 {
	font-size: 30px;
	margin:0 0 5px;
	padding:0;
	line-height:1;
	letter-spacing: -1px;
}
.main-heading h4 {
	font-size:35px;
	margin:0 0 5px;
	padding:0;
	line-height:1;
	letter-spacing: -1px;
}
.heading-desc,.sub-heading {
	font-size:15px;
	line-height: 26px;
}
.heading-desc.centered {
	display:table;
	margin: 0 auto 50px !important;
	width: 90%;
	text-align:center;
}
.heading-desc:after {
	display:table;
	content:" ";
	clear:both;
}
.main-heading .heading-separator {
	margin: 15px 0 30px;
	position:relative;
	height:10px;
}
.main-heading .heading-separator .main-bg {
	position:absolute;
	left:50%;
	width:14px;
	height:5px;
	top:5px;
	margin-left: -13px;
}
.main-heading .heading-separator .dark-bg {
	position:absolute;
	right:50%;
	width:14px;
	height:5px;
	bottom:5px;
	margin-right: -13px;
}
.main-heading .heading-separator:before, .main-heading .heading-separator:after {
	content:"";
	display:inline-block;
	position:absolute;
	right:0;
	width:50%;
	height:1px;
	bottom:2px;
	margin-right: -2px;
}
.main-heading .heading-separator:before {
	right:auto;
	left:0;
	top:auto;
	top:2px;
	background:#777;
	width:50%;
	margin-left: -2px;
}
.main-heading.no-desc {
	margin-bottom:30px !important;
}
.heading, .heading [class*="head-"] {
	position:relative;
	line-height:1;
	z-index: 0;
}
.head-angle{
	display:table;
	position:relative;
	height:60px;
	line-height:60px !important;
	padding: 0 20px;
	white-space:nowrap;
}
.heading i.tbl {
	display:table;
	margin: 0 auto 10px !important;
	font-size:16px;
	float:none
}
.heading i {
	margin: -3px 15px 0 0;
	/* font-size: 70%; */
	vertical-align: middle;
}
.full-heading i{
	font-size:22px
}

.heading .top-bord {
	position:relative;
	top:-5px;
	height:3px;
	width:40px;
}
.heading.centered {
	display:table;
	margin:auto;
	text-align:center;
}
.heading-desc.centered p.sub-heading{
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 77%;
	font-size: 16px;
	line-height: 23px;
}
.heading.centered[class*="head-"] {
	display:table;
	margin:auto;
	position:relative;
	margin-bottom:30px;
	padding-bottom:20px
}
.main-heading > i,.heading.centered[class*="head-"] > i{
	display:table;
	margin:0 auto 15px;
	clear:both;
	font-size:30px
}
.heading.side-head i{
	font-size: 80%;
	/* float: left; */
	/* line-height: 29px; */
}

.heading[class*= "head-"] h3 {
	font-size: 35px;
	padding: 0;
	line-height: 1;
	letter-spacing: -1.5px;
	margin:0
}
.heading[class*= "head-"] h4,.heading[class*= "head-"] h5 {
	font-size:35px;
	letter-spacing:-1px;
	margin:0;
	line-height: 1;
}
.side-head h3,.side-head h4,.side-head h5{
	letter-spacing: normal !important;
	margin-bottom: 40px !important;
}
.side-head .head-7 h3,.side-head .head-7 h4,.side-head .head-7 h5{
	margin-bottom: 0 !important;
}
.side-head[class*="head-"] h3,.side-head[class*="head-"] h4{
	font-size:30px
}
.side-head[class*="head-"] h3,.side-head[class*="head-"] h4{
	font-size: 25px;
}
.comment-respond .side-head[class*="head-"] h3{
	margin-bottom:0 !important
}
.sub-heading-auto {
	width:70%;
	display:table;
	margin:0 auto 30px;
	font-size:16px;
}
.heading.centered p.sub-heading {
	display:table;
	margin-right:auto;
	margin-left:auto;
	width:60%;
	font-size:16px;
	line-height:23px;
}
.head-1:after, .head-1:before {
	position:absolute;
	bottom:7px;
	left:0;
	width:42%;
	height:1px;
	content:"";
}
.head-1:before {
	right:0;
	left:auto;
}
.head-1 b {
	position:absolute;
	bottom:-10px;
	left:50%;
	width:25px;
	height:25px;
	margin-left:-12.5px;
	font-size:14px;
}
.head-2:after, .head-2:before {
	position:absolute;
	bottom:0;
	left:-15px;
	width:52%;
	height:1px;
	content:"";
}
.head-2:before {
	right:-15px;
	left:auto;
}
.head-2 b {
	position:absolute;
	bottom:-15px;
	left:50%;
	width:25px;
	height:25px;
	margin-left:-7px;
	font-size:11px;
}
.head-2 b.rit {
	position:absolute;
	bottom:-24px;
	right:50%;
	left:auto;
	width:25px;
	height:25px;
	margin-right:-5px;
	margin-left:0;
	font-size:11px;
}
.head-3:after, .head-3:before {
	position:absolute;
	bottom:0;
	left:0;
	width:48%;
	height:3px;
	content:"";
	margin-left:-15px;
}
.head-3:before {
	right:0;
	left:auto;
	margin-right:-15px;
	margin-left:0;
}
.head-3 b {
	position:absolute;
	bottom:-2px;
	left:50%;
	width:16px;
	height:8px;
	margin-left:-8px;
}
.head-3 b:before {
	content:"";
	position:absolute;
	top:-4px;
	left:0;
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom-width:4px;
	border-bottom-style:solid;
}
.head-3 b:after {
	content:"";
	position:absolute;
	bottom:-4px;
	left:0;
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top-width:4px;
	border-top-style:solid;
}
.head-4:after {
	position:absolute;
	bottom: 0;
	left:0;
	width:30px;
	height:3px;
	content:"";
}
.heading.centered.head-4:after {
	left:50%;
	margin-left:-15px;
}
.head-5{
	margin-bottom:30px
}
.head-5 p.sub-heading, .head-6 p.sub-heading, .head-7 p.sub-heading, .head-8 p.sub-heading {
	margin:15px 0 0;
	width:85%;
	font-size:15px;
	line-height:23px;
}
.head-5 p.sub-heading {
	margin:15px 40px 0;
}
.head-5:after,.head-5:before {
	position:absolute;
	bottom:0;
	left: 0;
	width: 16.3%;
	height:1px;
	content:"";
	bottom:-10px;
}
.head-5:before{
	left: 16.5%;
	width: 83.5%;
}
.side-head.head-5 h5{
	font-size:24px;
	letter-spacing:normal
}
.head-6 {
	padding-bottom:20px;
	margin-bottom:30px
}

.head-6:after {
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:1px;
	content:"";
	bottom:-1px;
}
.head-7 {
	border-width:0 !important;
	border-bottom-width:1px !important;
	margin-bottom:30px
}
.head-7 h4,.head-6 h4,.head-8 h4{
	margin-bottom: 0 !important
}
.head-7 span {
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 1px;
}
.head-7 span i{
	float:none
}
.head-8 {
	padding-left:20px;
	margin-bottom:30px;
}
.head-8:before {
	width:8px;
	height:80%;
	left:0;
	top:10%;
	content:"";
	display:inline-block;
	position:absolute;
}

.sub-head [class*="head-"]{
	padding-bottom: 20px;
	margin-bottom: 40px;
}

/*
---------- 6.2. Dividers --------------- */
.divider {
	position:relative;
	width:100%;
}
.divider i {
	font-size:15px;
}
.divider.centered {
	text-align:center;
}
.divider.centered.short {
	display:table;
	width:50%;
}
.divider.centered:before, .divider.centered:after {
	position:absolute;
	top:50%;
	left:0;
	width:48%;
	height:1px;
	margin-top:-0.5px;
	content:"";
}
.divider.centered.short:before, .divider.centered.short:after {
	width:45%;
}
.divider.centered:after {
	left:auto;
	right:0;
}
.divider.bg i {
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
}
.divider.bordered i {
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center ;
}
.divider.lft:before {
	position:absolute;
	top:50%;
	left:0;
	width:96%;
	height:1px;
	margin-top:-0.5px;
	content:"";
	margin-left:20px;
}
.divider.lft.short:before {
	width:45%;
}
.divider.lft.bg:before, .divider.lft.bordered:before {
	margin-left:45px;
}
.divider.rit {
	text-align:right;
}
.divider.rit:before {
	position:absolute;
	top:50%;
	right:0;
	width:96%;
	height:1px;
	margin-top:-0.5px;
	content:"";
	margin-right:20px;
}
.divider.lft.short:before {
	width:45%;
}
.divider.rit.bg:before, .divider.rit.bordered:before {
	margin-right:45px;
}
.divider .two i {
	position:relative;
	left:13px;
}
.divider i.flipped {
	transform:rotate(180deg);
	position:relative;
	top:1px;
	left:-5px !important;
}
.divider i.to-top {
	font-size:18px;
	cursor:pointer;
}

.row[class*="rpost-"] {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

/* ==========================================================================
  14. RESPONSIVE DESIGN.
============================================================================= */
@media (min-width: 768px){
	.top-nav .mega-menu > ul {
		width: 720px;
	}
}
@media (min-width: 992px){
	.top-nav .mega-menu > ul {
		width: 940px;
	}
}
@media (min-width: 1200px){
	.top-nav .mega-menu > ul {
		width: 1140px;
	}
	.pageWrapper.boxed {
		width: 1170px;
	}
	.pageWrapper.boxed .top-head.transparent, .pageWrapper.boxed .top-head.sticky-nav{
		width:1170px
	}
}
@media (max-width: 1200px) {
	.pageWrapper.boxed {
		width: auto;
		margin:auto
	}
	.pageWrapper.boxed .top-head.transparent,.pageWrapper.boxed .top-head.sticky-nav,.pageWrapper.boxed .fixed-footer{
		width:100%;
		left:0
	}
	.pageWrapper.boxed .top-head.transparent, .pageWrapper.boxed .top-head.sticky-nav{
		top:0
	}
	.bottom-md-footer .form-control{
		width:70%;
	}
}
@media only screen and (min-width: 1920px){
    .container,.pageWrapper.boxed,.top-nav .mega-menu > ul {
        width: 1400px;
    }
}

@media (max-width: 1024px){
	.top-head.transparent.full{
		padding:0 10px;
	}
	.header-left, .header-right{
		width:250px
	}
	.left-side-wrap{
		margin-left: 250px;
	}
	.right-side-wrap{
		margin-right: 250px;
	}
	.header-left .top-search input[type=text], .header-right .top-search input[type=text] {
		width: 79%;
	}
	.p-4-cols .portfolio-item{
		width:33.33333% !important;
		margin:0 !important
	}
}
@media (min-width: 992px) and (max-width: 1440px) { 
	.left-side-wrap .container,.right-side-wrap .container{
		width:auto;
		margin:0 40px
	}
}

@media (max-width: 992px) {
	.new-nav{
		display:block
	}
	.inner-tools{
		overflow:scroll
	}
	.pageWrapper.fixedPage, .container{
		width: 940px;
	}
	.tri-line,.half-section:before,.footer-middle:after{
		display:none
	}
	.top-bar .center-tbl ul,.top-ad,.center-top, .left-top, .right-top,.right-cell,.left-cell{
		display: table;
		margin: 0 auto 5px;
		float: none !important;
		clear: both;
	}
	.circliful{
		margin:auto
	}
	.footer-top div.slick-s .slick-slide{
		padding: 0 60px 0 10px
	}
	.top-head.header-4 .top-search input[type=text] {
		width: 70%;
	}
	.top-head.header-4 .top-search button{
		float: right;
	}
	.head-angle{
		white-space:normal;
	}
	.top-bar ul,.top-head.header-4 .top-search{
		float:none;
		clear:both;
		margin:5px auto;
		display:table
	}
	.top-head.header-4 .top-search{
		width: 80%;
	}
	.top-head.header-4 .top-cart{
		padding-top: 0;
		position: absolute;
	    right: 20px;
	    top: 48%;
	}
	.p-1-col .name-holder .meta{
		clear:both
	}
	.t-right{
		text-align: left;
	}
	.fullscreen video {
		width: 260%;
	}
	.fixed-footer .footer-bottom{
		padding:0
	}
	.masonry .post-item,.grid .post-item{
		width:47.5% !important;
		margin:0 12px 15px 0 !important
	}
	[class*="col-md-"]:after{
		clear:both;
		display:table;
		content:" ";
	}
	.cont-eq-height .row, .row-eq-height{
		display:block !important
	}
	.left-white-border{
		border-left-width:0 !important
	}
	.cta_btn .f-left{
		width: 100%;
		float:none;
		clear:both;
		display:block !important;
		padding:15px 29px;
	}
	div:not(.blog-posts.masonry) [class*="col-md-"]:not(.slick-slide):not([class*="col-xs-"]){
		width: 100%;
		float:none;
	}
	[class*="vc_col-sm-"],.staff-container .fun-cell,[class*="col-md-"]:not([class*="col-xs-"]){
		width:100% !important;
		float:none !important
	}
	.side-one{
		z-index:99999
	}
	div:not(.blog-posts.masonry) [class*="col-md-"]:not(.slick-slide):not([class*="col-xs-"]):after,[class*="vc_col-sm-"]:after{
		display:table;
		content:" ";
		clear:both
	}
	.bottom-md-footer [class*="col-md-"]{
		width:100% !important;
		text-align:center
	}
	.vc_cta3-content-header,.cta_heading{
		padding-bottom:20px;
	}
	.slider-txt{
		font-size:15px !important
	}
	.section{
		padding:40px 0
	}
	.section .full-heading {
	    margin-top: -40px;
	}
	.sec-bg.left.circle,.sec-bg.right.circle{
		border-radius:0 !important;
		width: 100%
	}
	.sec-bg.left.circle .fluid-element,.sec-bg.right.circle .fluid-element{
		padding-right:20px;
		padding-left:20px
	}
	.responsive-nav,.footer-middle:after,.responsive-nav .top-search, .responsive-nav .top-cart,.footer-4 .footer-middle .container:before,.footer-light .footer-middle .container:before,.bg-full-rit, .bg-full-lft,.top-head.boxed-transparent .bot-line,
	.top-head.boxed-transparent .logo:before,.top-head.boxed-transparent .logo:after,.header-left, .header-right,.top-head.boxed-transparent .lft-line,.hide-cell{
		display:none
	}
	[class*="col-md-"]:not(.slick-slide), [class*="vc_col-"],.staff-container .fun-cell{
		padding-bottom:30px
	}
	.no-padding [class*="col-md-"]:last-child {
		padding-bottom:0
	}
	.pageWrapper,.top-bar .center-tbl ul{
		margin:0 !important
	}
	.responsive-nav{
		position:fixed;
		right:-100%;
		top:0;
		width:40%;
	}
	.responsive-nav li{
		display:block;
		float:none !important
	}
	.slick-slide img{
		display:inline-block
	}
	.cta_btn .btn{
		margin:15px auto 0;
		display:table;
		float:none
	}
	.cta-icon,.cta_btn .left,.slick-slide img,.footer-bottom,.vc_btn3-container,.wpb_single_image{
		text-align:center !important
	}
	.navbtn{
		display:block;
	}
	.footer-bottom ul{
		float:none;
		display:table;
		margin:auto !important
	}
	.footer-bottom [class*="col-md-"]{
		padding:5px 0;
	}
	.footer-bottom .footer-menu li{
		padding-left:12px
	}
	.filter-by{
		padding-left:20px;
		padding-right:20px;
		overflow:hidden
	}
	.captcha-div *{
		float:none;
		margin:0 0 10px
	}
	.pricing-tbl.style-4.no-margin.selected{
		margin-top:0
	}
	.digits span{
		height: 120px;
		width:120px;
		line-height:120px;
		font-size:50px;
	}
	.digits li:before,.digits li:after{
		top: 120px;
		width: 50px;
	}
	.soon-form input[type=text] {
		width: 68%;
	}
	.shop-main-menu > ul > li > ul.mega,.shop-main-menu > ul > li > ul{
		position:static;
		width: auto;
		z-index: 99;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border:0 !important;
		padding:0
	}
	.shop-main-menu > ul > li > ul a{
		border:0 !important;
	}
	.shop-main-menu > ul > li{
		overflow:hidden
	}
	.blog-posts.small-image .post-image, .blog-posts.small-image .post-gallery {
		width: 30%;
		height: auto;
	}
	.post-item{
		margin-bottom:20px
	}
	.blog-posts.small-image .post-image video,.blog-posts.small-image .post-image iframe {
		width: 100% !important;
		height: 100% !important;
	}
	.blog-posts.small-image .post-item .post-content p{
		padding:8px
	}
	.blog-posts.small-image .post-info{
		overflow:hidden
	}
	.blog-posts.small-image .post-meta{
		display:none
	}
	.masonry .post-item,.grid .post-item{
		width:47.5% !important;
		margin:0 12px 15px 0 !important
	}
	.heading.centered *{
		text-align:center
	}
	.left-side-wrap,.right-side-wrap{
		margin:0
	}
	.top-head .logo,.bottom-md-footer ul,.footer-bottom ul,.bottom-bar-list {
		display:table;
		margin:auto;
		float:none !important;
		border:0 !important;
		padding: 20px 0;
	}
	.full-2-foot{
		margin-left:0
	}
	.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons{
		display:block !important;
		padding-bottom:20px
	}
	.vc_icon_element.vc_icon_element-outer{
		text-align:center !important
	}
	.parallax{
		background-position:0 0 !important;
		background-attachment:scroll !important
	}
	.feature-img figure img{
		width:100%
	}
	.mc4wp-form,.slick-slide{
		text-align:center
	}
	.bottom-md-footer .mc4wp-form .form-control{
		float:none;
		margin-bottom:5px
	}
	.footer-middle .flickr-widget{
		display:table;
		margin:auto
	}
	.captcha-div{
		width:100%
	}
	.top-head.boxed-transparent > .container{
		border:0 !important
	}
	.row-eq-height{
		display:block
	}
	li.mega-menu .inner-mega{
		margin:0;
		padding:0
	}
	.testimonials-8 .row:first-child [class*="col-md-"], .clients-grid1 .row:first-child [class*="col-md-"], .clients-grid2 .row:first-child [class*="col-md-"], .clients-grid3 .row:first-child [class*="col-md-"]{
		border-width:1px !important
	}
	.team-box .rounded-img{
		border-radius:0;
		max-height:none
	}
	.page-title-video .video-wrap video,.section-video .video-wrap video {
		margin-top:0;
	}
	.title-container{
		clear:both;
		overflow:hidden;
		text-align:center;
		padding: 20px 0;
	}
	.title-container .f-left,.title-minimal .f-left{
		float:none
	}
	.breadcrumbs{
		position:static;
		display:table;
		margin: 20px auto;
	}
	.up-head,.up-head .container{
		width:auto;
		margin:auto
	}
	.left-icons .icon-box-small i{
		float: left;
		margin-right: 18px;
    	margin-left: 0;
	}
	.left-icons .icon-box-small .icon-sm-desc{
		margin-left: 55px !important;
	    margin-right: 0 !important;
	    text-align: left;
	}
	.flxrow {
	    display: block;
	}
	.wst-main-content{
		padding: 60px 15px 0 !important
	}
	.my-details .my-img{
		float: none;
		text-align: center;
		margin: 20px auto;
	}
	.rit-details{
		text-align: center;
	}
	.rit-details ul{
		margin: 0;
	}
}
@media (max-width: 768px) {
	.navbtn{
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		z-index: 9999;
		font-size: 18px;
	}
	.pageWrapper.fixedPage, .container{
		width: auto !important;
	}
	.timeline_date,.timeline:before{
		display:none
	}
	.post-item{
		margin:0 0 20px !important;
		overflow: hidden;
	}
	#container,#masonry {
		max-width: 800px;
	}
	.p-4-cols .portfolio-item,.p-3-cols .portfolio-item{
		width:48.33333% !important;
	}
	.p-4-cols .portfolio-item,.p-3-cols .portfolio-item{
		width:50% !important;
		margin:0
	}
	.page-title-video > .container > .row{
		height:300px
	}
	.woocommerce .single-pro{
		width:100%;
		float:none
	}
	.vc_general.vc_cta3 p{
		margin-bottom: 20px !important;
		width: 100%
	}
	.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content{
		text-align: center !important;
	}
}
@media (max-width: 600px) {
    .masonry .post-item, .grid .post-item{
        width:100% !important
    }
    .bottom_tools a{
    	font-size: 10px
    }
    .full-heading h3{
		font-size: 20px
	}
	.full-heading h4{
		font-size: 11px
	}
	.diamonds-nav ul {
		width: 500px;
		padding-right: 0;
		left: 20px;
		margin-left: 0;
		top: 200px;
		height: 600px;
	}
	.diamonds-nav ul li i{
		font-size: 13px;
	}
	.diamonds-nav ul li a > span{
		font-size: 11px !important;
		font-weight: 400;
	}
}
@media (max-width: 480px) {
	.new-nav > ul > li a, .new-nav > ul > li.mega-menu h4{
		font-size:14px;
		padding:10px 15px
	}
	.new-nav{
		width:60%;
		right:-60%
	}
	.navbtn.active{
		right:60%
	}
	.responsive-body{
		margin:0
	}
	.three-imgs img{
		position:static !important;
	}
	.filter-by .esg-filterbutton{
		margin: 0 2px 10px;
	}
	.filter-by .esg-filterbutton:before{
		display:none
	}
	.filter-by .esg-filterbutton .par{
		padding: 7px 10px;
	}
	.conact_center_form{
		margin:0 15px
	}
	.portfolio-slider.p-4-cols.no-margin .portfolio-item {
		width: 318px !important;
	}
	.tp-caption[class*="font-"]{
		font-size:inherit !important;
		line-height:normal !important
	}
	.blog-posts .post-image, .blog-posts .post-gallery{
		float:none !important;
		width:100% !important;
		clear:both;
		margin-bottom:10px;
		text-align:center
	}
	.blog-posts .post-content{
		margin:0 !important;
	}
	.inner-menu ul > li > a {
		padding: 0 9px;
	}
	.gry-sep{
		width:45%
	}
	.p-4-cols .portfolio-item,.p-3-cols .portfolio-item,.p-2-cols .portfolio-item{
		width:100% !important;
		margin:0 !important;
	}
	.main-heading h3,.main-heading .sub-title{
		font-size:25px;
		letter-spacing:0.5px;
	}
	.heading-desc.centered{
		width:100%
	}
	.vc_tta-tabs-list>li>a{
		padding:5px
	}
	.rit-img,.lft-img{
		float:none;
		clear:both;
		margin:0 auto 15px;
		display:table;
	}
	.testimonials-2 p{
		font-size:14px
	}
	.page-title-video > .container > .row{
		height:180px
	}
	.page-title > .container > .row{
		padding-bottom:0
	}
	[class*="vc_col-sm-3"]{
		width: 100% !important;
	}
	.diamonds-nav ul {
		width: 100%;
		left: -20px
	}
}