/*==============================================================================
    CONTENTS:
    
    1. CSS RESET.
    2. HEADER STYLE:
        2.1. Top bar.
        2.2. Main menu.
        2.3. Top Search.
        2.4. Top Cart.
        2.5. Header Styles.
    3. THEME ELEMENTS.
    	3.1. Social Icons
    	3.2. Sliding Bar
    4. PAGE TITLES.
    5. PAGE SPECIFIC STYLES:
        5.1. widgets.
		5.4. 404 Not Found.
		5.5. Blog.
		5.6. SiteMap.
		5.7. Search Results
    6. FOOTER.
    7. TYPOGRAPHY.
    8. BOXED MODE.
    9. RESPONSIVE STYLES.
============================================================================= */

/* ==========================================================================
  1. CSS RESET
============================================================================= */
body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	max-width: 100% !important;
}
:active,:focus { outline: none !important }
input:focus,textarea:focus,select:focus { box-shadow: none !important }
a{color: #333}
a:focus,a:hover {text-decoration:none;}
iframe {border:none !important;}
p{margin:0 0 15px;line-height: 1.7}
pre,blockquote {
	max-width: 100%;
	overflow: auto;
}
img {
	max-width:100%;
	height: auto;
}
header ul, footer ul, .top-bar ul, .post-info ul, .sidebar ul, ul.details li, ul.comment-list, ul.list, ul.post-chat, ul.post-meta,.lft-tools ul,.timeline-TweetList,ul.menu,.sl_bar_content ul{
	list-style:none;
	margin:0;
	padding:0;
}
html, body, .pageWrapper{
	height:100%;
	min-height:100%;
	position: static;
	font-size: 100%
}
.auto-height{
	height: auto;
	min-height: 0
}
.page-loader{
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
}
a, .pageWrapper:not(.boxed) .top-head .social-list a i:after, .social-list a i:before, .input-wrap:after, .slbar, #to-top, .pageWrapper,.site-nav nav > ul > li > a:before,.body-overlay, .more-btn, select, textarea, input[type="text"], 
input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], .hid-btn-head, .top-search.visible > div,.main-nav ul li.menu-item-has-children a:after, .site-nav nav ul li li a:after,.top-head,
.main-nav > ul > li.menu-item-has-children > a:before, .site-nav nav ul li li.hasChildren:before, .site-nav nav ul li li.hasChildren:after,.top-search.dropdown .bar-border,.blog-posts.grid .post-item, .mas-inner,.gallery-caption,
.top-head .head-btn > a i,.site-nav nav ul li li a:after, .sidebar .widget li:after,.wpb_widgetised_column .widget li:after{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn span,.btn:after{
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease;
}

/* ==========================================================================
  2. HEADER STYLE
============================================================================= */
/*
-------------- 2.1. Top bar. ------------- */
.top-bar {
	min-height: 45px;
	line-height: 45px;
	position:relative;
	font-size: 12px;
	z-index: 99;
	color: #999;
}
.top-bar.bord {
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.top-bar.light {
    background-color: #f8f9fe;
}
.top-bar-txt,.top-bar .menu-message{
	line-height: 48px
}
.top-bar ul li, .top-bar ul li a, .top-bar .top-bar-menu ul li a, .top-bar .lbl-txt {
    line-height: 48px;
    font-size: 12px;
}
.top-bar ul li li a{
	line-height: 1 !important;
    padding: 14px !important;
}
.top-bar .site-nav nav{
	min-height: 1px
}
.top-bar .lbl-txt {
    padding-right: 10px;
}
.lbl-txt {
    display: inline-block;
    float: left;
}
.top-bar i:not(.cart-num) {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 90%;
}
.top-bar i.cart-ic {
    margin-right: 0;
}
.top-bar i.cart-num{
	top: 19px;
	padding: 1px 3px;
}
.top-bar ul li:last-child{
	border-right:0
}
.full-bar .container{
	width: 100%;
	padding: 0 1px
}
.full-bar .container .row{
	margin-left: 0;
	margin-right: 0
}
.top-bar .pull-left .topbar-box{
	float: left;
	display: block;
	min-height: 48px;
	position: relative;
}
span.topbar-box{
	padding: 0 15px;
	height: 48px;
}
.top-bar .pull-right .topbar-box{
	float: left;
}

.topbar-box.top-cart{
	border:0 !important;
}
.topbar-box.top-cart > a i:after{
	display:none
}
.topbar-box.top-cart > a b.cart-num{
	top:19px
}
.top-bar ul li,.top-bar .social-list a i {
	float: left;
	position:relative;
	padding: 0 10px;
}
.top-bar.main-bg .pull-left .topbar-box,.top-bar.dark-bg .pull-left .topbar-box,.top-bar.main-bg .pull-right .topbar-box,.top-bar ul li,.top-bar.main-bg .social-list a i,
.top-bar.dark-bg .pull-right .topbar-box,.top-bar ul li,.top-bar.dark-bg .social-list a i{
	border-color: rgba(255, 255, 255, 0.08);
}
.top-bar .social-list a i{
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin: 0 3px;
	font-size: 14px !important;
	border-radius: 3px;
	color: #777;
}
.top-bar ul li{
	padding-left: 0;
	padding-right: 0;
}
.top-socials.topbar-box {
	border-left: 1px rgba(0,0,0,.1) solid;
	border-right: 1px rgba(0,0,0,.1) solid;
}
.top-socials.topbar-box span:not(.lbl-txt){
	padding-top: 5px
}
.top-bar .top-info{
	padding-left: 15px;
}
.top-bar .top-cart > a{
	display: inline-block;
	font-size: 17px;
	line-height: 40px;
	position: relative;
}
.top-bar .cart-mini-lft{
	padding:0 !important;
}
.top-bar .top-bar-menu ul li{
	padding: 0 10px !important;
}
.cart-body a{
	line-height: 1.7;
	display: block;
	padding: 0 !important;
}

/*
--------------------- 2.2. Main menu -------------------- */
.main-nav{
	padding: 0;
	border: 0 !important;
	line-height: inherit;
}
.site-nav nav{
	float: left;
}
.site-nav nav li:not(.mega-menu){
	position: relative;
}
.site-nav nav li a{
	display: inline-block;
	padding: 0 18px;
	position:relative
}
.site-nav nav li a i{
	margin-right: 10px;
	font-size: 85%;
	width: 12px;
}
.site-nav nav li a span.description{
	display:block;
	font-size:80%;
	font-weight:normal;
	opacity:0.7;
	position: relative;
	bottom: -3px;
}
.site-nav nav > ul > li{
	float: left;
	line-height: inherit;
}
.top-head:not(.creative1) .site-nav nav > ul > li > a:before{
	width: 0%;
	height: 2px;
	top: -2px;
	left: 5%;
	position: absolute;
	background-color: #fff;
	content: "";
	display: inline-block;
}
.top-head.classic.sm-head.affix .site-nav nav > ul > li > a:before{
	display: none;
}
.top-head:not(.creative1) .site-nav nav > ul > li.current-menu-ancestor > a:before,.top-head:not(.creative1) .site-nav nav > ul > li.current-menu-item > a:before
,.top-head:not(.creative1) .site-nav nav > ul > li.current_page_parent > a:before,.top-head:not(.creative1) .site-nav nav > ul > li:hover > a:before,.top-head:not(.creative1) .site-nav nav > ul > li > a.active:before{
	width: 90%;
}
.site-nav nav > ul > li > a{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	padding: 0 18px;
}
.site-nav nav ul ul,.site-nav nav li.mega-menu .mega-content{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	min-width: 220px;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.11);
	padding: 0 0 20px;
	-webkit-animation: displayNone 0.3s ease-in;
	animation: displayNone 0.3s ease-in;
}
.site-nav nav li.mega-menu .mega-content{
	width: 96%;
	padding-top: 20px;
	left: 50%;
	transform: translate(-50%,0);
}
.side-head .site-nav nav li.mega-menu .mega-content{
	transform: none;
}
.site-nav nav ul ul ul{
	left: 100%;
	top: 0
}
.site-nav nav ul li li{
	line-height:normal;
	font-size: 13px;
	padding: 0 20px;
}
.site-nav nav ul li li.hasChildren:before,.site-nav nav ul li li.hasChildren:after{
	position: absolute;
	content: "";
	display: inline-block;
	right: 20px;
	width: 8px;
	height: 1px;
	top:50%;
	background-color: #ccc;
	transform: translate3d(0,-100%,0);
}
.site-nav nav ul li li.hasChildren:after{
	transform: translate3d(0,100%,0);
}
.site-nav nav ul li li.hasChildren:hover:after{
	transform: translate3d(0,-50%,0) rotate(-45deg);
}
.site-nav nav ul li li.hasChildren:hover:before{
	transform: translate3d(0,-50%,0) rotate(45deg);
}
.top-head .site-nav nav ul li.mega-menu li.hasChildren:before,.top-head .site-nav nav ul li.mega-menu li.hasChildren:after{
	display: none;
}
.site-nav nav ul li li a{
	border-bottom: 1px #f0f0f0 solid;
	padding: 12px 0;
	color: #555;
	font-weight: normal !important;
	display: block;
}
.site-nav nav ul li li a:after,.sidebar .widget li:after,.wpb_widgetised_column .widget li:after{
	width:3%;
	height:1px;
	position:absolute;
	left:0;
	bottom:-1px;
	content:"";
	display:inline-block;
	z-index:5
}
.site-nav nav ul li li:hover > a:after,.site-nav nav ul li li.current-menu-item > a:after,.site-nav nav ul li li.current_page_item > a:after,.site-nav nav ul li li.current-menu-parent > a:after,
.sidebar .widget li:hover:after,.sidebar .widget li.current-menu-item:after,.sidebar .widget li.current_page_item:after,.sidebar .widget li.current-menu-parent:after,.sidebar .widget li.current-cat:after,
.wpb_widgetised_column .widget li:hover:after,.sidebar .wpb_widgetised_column li.current-menu-item:after,.sidebar .wpb_widgetised_column li.current_page_item:after,.sidebar .wpb_widgetised_column li.current-menu-parent:after,
.wpb_widgetised_column .widget li.current-cat:after{
	width:100%
}
/* MEGA MENU */
.site-nav nav li.mega-menu .mega-content ul{
	display: block;
	position: static;
	box-shadow: none;
	padding: 0
}
.site-nav nav li.mega-menu .mega-content > .row > ul > li {
	padding-top: 0;
	padding-bottom: 0
}
.site-nav nav li.mega-menu .mega-content ul ul li a{
	padding: 12px 0;
}
.site-nav nav li.mega-menu:hover .mega-content > .row > ul > li > a{
	padding: 8px 15px;
	font-weight: bold !important;
	font-size: 13px;
}
.site-nav nav li.mega-menu:hover .mega-content > .row > ul > li > a{
	border-bottom:0
}
.top-head .site-nav nav ul li.hiddenChild > a, .top-head .site-nav nav li.mega-menu:hover .mega-content > .row > ul > li > a:after{
	display: none;
}
.top-head .site-nav nav ul li.hidden_elems li.hiddenChild > a{
	display: block;
}
/* HOVER */
.site-nav nav ul li:not(.hidden_elems):hover > ul,.site-nav nav li:not(.hidden_elems).mega-menu:hover .mega-content{
	display:block
}
.hidden_elems .dropdown-menu{
	padding: 0 !important;
	border:0 !important;
}
.hidden_elems .dropdown-menu>li>a:focus, .hidden_elems .dropdown-menu>li>a:hover{
	background-color: transparent;
}

/* menu hint */
.menu-hint{
	font-size:10px;
	position: relative;
	top: -6px;
	right: 0;
	margin-left:3px;
	padding: 1px 4px;
	background:#777;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color:#fff;
	font-weight:normal;
}
.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.hot {background-color: #d9534f;}
.menu-hint.hot:hover{background-color: #c9302c;}
.menu-hint.light {background-color: #fff;color:#000;}
.menu-hint.light:hover{background-color: #ddd;}

/* dark menu */
.site-nav nav.dark-sub ul ul,.site-nav nav.dark-sub li.mega-menu .mega-content{
	background-color: #222
}
.site-nav nav.dark-sub ul ul li a{
	color: #999;
	border-color: rgba(255,255,255,0.03);
}
.site-nav nav.colored ul ul li a{
	color: #fff !important;
	border-color: rgba(255,255,255,0.25) !important;
}
.site-nav nav.colored ul li li > a:after,.site-nav nav.colored ul li li.hasChildren:hover:before, .site-nav nav.colored ul li li.hasChildren:hover:after,
.site-nav nav.custom ul li li > a:after,.site-nav nav.custom ul li li.hasChildren:hover:before, .site-nav nav.custom ul li li.hasChildren:hover:after{
	background-color: #fff !important
}
.site-nav nav.custom ul ul li a{
	border-color: rgba(255,255,255,0.25) !important;
}
.top-head .rit_tools{
	margin-right: -15px;
	margin-left: 10px;
}
.top-head .rit_tools > div{
	float:left;
}
.top-head .rit_tools > div{
	padding:0 20px
}
.top-head.creative1 .srch_cart{
	padding:0 !important
}
.top-head .top-cart {
	padding: 0 0 0 20px;
}
.top-head.creative1 .top-cart{
	padding:0 20px 0 0 !important
}

.top-head .dropdown-menu{
	right:0;
	left:auto;
	border-radius:0;
	margin:0;
	min-width: 250px;
	line-height: 1;
	padding: 15px;
	color: #777;
	border: 0;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.11);
	box-shadow: 0 10px 30px rgba(0,0,0,.11);
}
.top-head .dropdown-menu a:not(.btn){
	color:#666;
	font-weight: bold;
}
.top-head .dropdown-menu a.btn{
	border-radius:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 15px;
	line-height:1;
	color:#fff
}
.top-head .dropdown-menu a.btn-default{
	color:#555
}

/* 
----------------- 2.3. Top Search. -------------------- */
.search-box{
	line-height: inherit;
	border-radius: 0;
	left: auto;
	right: 0;
	border: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:transparent;
	-webkit-animation: displayNone 0.3s ease-in;
	animation: displayNone 0.3s ease-in;
}
.search-box:before{
	position: fixed;
	opacity: 0;
	left:0;
	top: 0;
	width:100%;
	background: rgba(0, 0, 0, 0.93);
	height:100%;
	content:"";
	display:inline-block;
	animation: srch-anim 0.5s ease-in-out alternate forwards;
}
.search-box form{
	position:absolute;
	width: 60%;
	left: 50%;
	top: 50%;
	z-index:2;
	opacity: 0;
	transform: translate(-50%,-50%);
	animation: srch-frm 0.5s ease-in-out alternate forwards 400ms;
}
.search-box button{
	display: none;
}
.top-search.pull-right .dropdown-menu,.top-cart.pull-right .dropdown-menu{
	right: 0;
	left: auto;
}
.top-search .form-control,.top-search .btn{
	float: left;
}
.top-search .form-control{
	font-size: 13px;
	height: auto;
	background-color: transparent;
	padding: 0 30px;
	border-radius: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	border: 0;	
}
.top-search.dropdown.open form{
	border-bottom: 3px #3c3c3c solid;
}
.top-search.dropdown .bar-border{
	display:block;
	width: 100% !important;
	height: 3px;
	width:0;
	background-color:#fff;
	clear: both;
	position: absolute;
	bottom: -3px;
	left: 0;
	-webkit-transform:scale(0,1);
	transform:scale(0,1);
}
.top-head.creative1 .top-search.dropdown .bar-border{
	display: none;
}
.top-search.dropdown .form-control:focus ~ .bar-border{
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
}
.top-search.open .search-box button{
	display: inline-block;
	font-size: 17px;
}
.head-btn.dropdown.open .form-control{
	color: #5a5a5a;
	font-size: 30px;
	width: 97%;
	padding: 0 20px 20px 0;
	text-transform: uppercase;
}
.top-search .btn{
	font-size: 14px;
	border-radius: 0;
	background: transparent;
	padding: 0;
	line-height: 31px;
}
.top-bar-search{
	padding-top: 8px !important;
}
.top-bar-search .form-control,.top-bar-search .btn{
	float: left;
}
.top-bar-search .form-control{
	width: 170px;
	font-size: 11px;
	padding: 4px 10px;
}
.top-bar-search .btn{
	font-size: 11px;
	padding: 4px 7px;
	border-radius: 3px;
}
.top-head .head-btn > a{
	font-size: 15px;
	display: inline-block;
	position: relative;
}
.top-head .head-btn > a i{
	position: relative;
	display: inline-block;
}
.top-head .head-btn > a i:before{
	display:inline-block
}
.head-btn.over .search-box:after{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: none;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 9;
}
.head-btn.over .search-box > form{
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 200px;
	left: 0%;
	top: 50%;
	margin-top: -50px;
	overflow: hidden;
}
.head-btn.over .search-box > form:before{
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	content: "\e618";
	position: absolute;
	right: 5%;
	top: -14%;
	color: rgba(255, 255, 255, 0.03);
	font-size: 274px;
	z-index: 0
}
.head-btn.over .search-box > form .form-control{
	width: 100%;
	height: 200px;
	font-size: 70px;
	color: #fff;
	z-index: 1;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
}
.head-btn.over.open .search-box{
	background-color: transparent !important;
	border: 0
}
.head_row{
	display: table;
	width: 100%;
}
.head-btn.over.open .search-box:after{
	display: block;
}
.top-search.visible{
	float:none !important;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.top-search.visible > div{
	border:1px #eee solid;
	width: 286px;
	background-color: #fff;
	float: right;
	position: relative;
	z-index: 9999;
	line-height: inherit;
}
.top-search.visible .form-control{
	padding: 8px 15px;
}
.top-search.visible.actsearch > div{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
	width: 310px;
}
/* 
----------------- 2.4. Top Cart. -------------------- */
b.cart-num{
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -5px;
	line-height: 1;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: 600;
	border-radius: 3px;
	transform: translate(0,-125%);
	-webkit-transform: translate(0,-125%);
}
.bottom-head.main-bg b.cart-num{
	background-color:#555
}
.top-cart li.empty,.cart_list li.empty{
	text-align: center;
	color: #f00;
	font-size: 12px;
	padding: 10px 15px !important;
}
.mini-cart-list li {
	position:relative;
	float: none !important;
	overflow:hidden;
	padding: 10px 0 !important;
	font-size: 12px;
	border-top: 1px rgba(0,0,0,.15) dashed;
	border-left: 0 !important;
	border-right: 0 !important;
}
.login-popup{
	padding: 20px !important;
	border: 0;
	border-radius: 0;
	min-width: 220px;
	margin: 0;
	line-height: 1;
}
.mini-cart-list li:first-child{
	border-top:0;
}
.mini-cart .cart-body {
	padding-right:10px;
	line-height:1.7;
}
.cart-mini-lft {
	float:left;
	margin-right:8px;
}
.cart-mini-lft img {
	width:40px;
	padding:1px;
}
.mini-cart-list a.remove {
	position:absolute;
	left: 0px;
	top: 9px;
	background-color: #f00;
	color: #fff;
	line-height: 1;
	padding: 1px 3px 2px;
	border-radius: 3px;
	font-size: 10px;
}
.mini-cart-total {
	padding: 10px 0 10px;
	font-weight:400;
	overflow:hidden;
	font-size: 12px;
	border-top: 1px rgba(0, 0, 0, 0.1) solid;
	border-bottom: 1px rgba(0,0,0,.1)solid;
}
.mini-cart-total .clearfix {
	padding:5px 0;
	overflow:hidden;
}
.mini-cart-total .total {
	margin-top:10px;
	padding-top:15px;
	border-top: 1px rgba(0,0,0,.15) dashed;
}
.mini-cart .checkout {
	text-align:center;
	padding-top:15px;
}

/*
--------------------- 2.5. Header Styles -------------------- */
/*.top-head{
	top:-250px;
}*/
.top-head.fixed-head{
	position: absolute;
	width: 100%;
	z-index: 1020;
	left: 0;
}
.top-head > .head-cont > .container{
	height: 70px;
	line-height: 70px;
}
.top-head.affix > .head-cont > .container,.top-head .bottom-head{
	height: 60px;
	line-height: 60px;
}
.top-head.creative1:not(.affix) > .head-cont > .container{
	height: 90px;
	line-height: 90px;
}
.top-head.fixed-head.bottom:not(.affix){
	top: auto;
}
.top-head.full .head-cont > .container,.top-head.full .bottom-head > .container{
	width: 100%
}
.top-head .head-cont > .container,.bottom-head > .container {
	display: table;
	position: relative;
}
.top-head .centered_logo .logo{
	float: none !important;
	display: inline-block;
	line-height: inherit;
}
.top-head .logo h1{
	line-height: 1;
	margin: 0;
	padding: 8px 0 0
}
.logo a i.logo-txt{
	display:block;
	line-height:1;
	font-style: normal;
}
.logo a span.tagline{
	line-height:1;
	margin-top: -1px;
	display: block;
}
.top-head .head-cont .menu-message{
	font-size: 12px;
	float: left;
	color: #a5a5a5;
}
.bottom-head.main-bg .site-nav nav > ul > li > a{
	height:100%
}
.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li > a,.top-head:not(.affix) .bottom-head.main-bg .head-btn > a{
	color: #fff;
}
.top-head .dropdown-menu a,.top-bar .dropdown-menu a{
	color:#555
}
.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	height: 115%;
	width: 100%;
	background-color: #fff;
	z-index: 0;
	opacity: 0;
	-webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.08);
	border-top:3px #ddd solid;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transform: translateY(30%);
	-webkit-transform: translateY(30%);
}
.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li:hover > a:before,.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li.current-menu-item > a:before,
.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li.current-menu-ancestor > a:before,.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li.current_page_item > a:before,
.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li.current_page_parent > a:before{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1
}
.top-head:not(.affix) .bottom-head.main-bg .site-nav nav > ul > li.menu-item-has-children > a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 11;
	background-color: #fff;
	height: 4px;
	width: 100%;
	opacity: 0;
}
.top-head.affix .bottom-head.main-bg{
	background-color:transparent
}
/*
--------------------- classic header -------------------- */
.top-head.light:not(.affix){
	background-color: #fff
}
.top-head.classic:not(.affix) .top-head-links{
	padding-top: 25px;
	padding-bottom: 25px;
}
.top-head.classic:not(.affix) .bottom-head .main-nav > ul > li:hover > a > span{
	background-color:transparent
}
.head-ads{
	vertical-align: middle;
	display: table-cell;
	float: none !important;
	text-align: right;
}
.head_row .logo{
	vertical-align: middle;
	display: table-cell;
	float: none !important;
}
.top-head.classic.sm-head .site-nav {
	display: table;
	width: 100%;
}
.top-head.classic.sm-head.affix .site-nav nav li.mega-menu .mega-content{
	right:50%;
	left:auto;
	transform: translate(25%,0);
	width: 150%;
}
/*
--------------------- Creative header -------------------- */
.top-head.creative1 + .pageContent > div:first-child{
	position: relative;
}
.vc_row-o-content-middle{
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.top-head.creative1 + .pageContent > div:first-child:before{
	position: absolute;
	height: 60%;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	top: 0;
	z-index: 0
}

.top-head.creative1{
	padding-right: 4%;
	padding-left: 4%
}
.top-head.creative1.affix{
	z-index: 9999
}
.top-head.creative1 .site-nav{
	width: 40%;
	margin-left: -15px
}
.top-head.creative1 .right_tools{
    width: 40%;
    text-align: right;
}
.menu_sep{
	text-decoration:none;
}
.top-head.creative1 .menu_sep{
	display: inline-block;
	opacity: 0.6;
	font-weight:normal;
}
.top-head .site-nav nav > ul > li:last-child u.menu_sep{
	display: none;
}
.centered_logo{
	text-align: center;
	float: left;
	width: 20%;
	line-height: inherit;
}
.top-head.creative1:not(.affix) .head-btn.top-cart > a {
    top: 0;
}
.creative_1_bar .top-bar > .container{
	width: 100%;
	padding: 0 4%
}
.creative_1_bar .top-bar{
	border-bottom: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.top-head.creative1 .top-search.visible{
	display: inline-block;
	padding-right: 15px
}
.top-head.creative1 .top-search.visible > div {
    width: 310px;
    background-color: transparent;
}
.top-head.creative1:not(.affix) .top-search.visible > div {
    border: 1px rgba(255,255,255,0.4) solid;
}
.top-head.creative1 .top-search .btn{
	line-height: 26px;
	padding: 0 10px;
}
.top-head.creative1 .top-search.visible .form-control{
	padding: 5px 10px;
}
.top-head.creative1 .top-search .form-control{
	line-height:normal
}
.top-head.creative1 .top-search.visible.actsearch > div{
	background-color: #fff;
	width: 330px;
}
.top-head.creative1 .site-nav nav > ul > li > a{
	padding: 0 13px;
}
.top-head.creative1 .site-nav nav > ul > li > a{
	display: inline-block;
}
.top-head .site-nav nav > ul > li > a > span{
	display: inline-block;
	line-height: 1;
	position: relative;
}
.top-head nav > ul > li > a > span::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    content: attr(data-hover);
    -webkit-transition: max-width 0.8s;
    transition: max-width 0.8s;
    z-index: 9;
    line-height: 1;
}
.top-head nav > ul > li.with_icons > a > span::before{
	left:22px
}
.top-head.creative1 .site-nav nav > ul > li:hover > a > span::before, .top-head.creative1 .site-nav nav > ul > li > span:focus > a::before,.top-head.creative1 .site-nav nav > ul > li.current-menu-ancestor > a > span::before {
    max-width: 100%;
}
.top-head .site-nav nav > ul > li:hover > a > span::after, .top-head .site-nav nav > ul > li:focus > a > span::after {
	color: #000;
}
.top-head.creative1 .top-search:not(.actsearch) .form-control::-webkit-input-placeholder {
    color: #fff;
}
.top-head.creative1 .top-search:not(.actsearch) .form-control:-moz-placeholder {
   color: #fff;
}
.top-head.creative1 .top-search:not(.actsearch) .form-control::-moz-placeholder {
   color: #fff;
}
.top-head.creative1 .top-search:not(.actsearch) .form-control:-ms-input-placeholder {
   color: #fff;
}
.top-head.creative1 .top-search:not(.actsearch) .form-control::-ms-input-placeholder {
   color: #fff;
}

/*
--------------------- header left & right -------------------- */
.side-head{
	position:fixed;
	left:0;
	top:0 !important;
	width:280px;
	height:100%;
	z-index:999;
	border-bottom:0 !important;
	padding: 40px;
	background-color: #fff;
}
.side-head .container{
	width:auto;
	padding: 0;
	position: static;
}
.side-head .site-nav{
	margin: 0 -40px;
} 
.side-head .site-nav nav > ul > li{
	padding:0 40px
}
.side-head .site-nav nav{
	display:block;
	float:none;
	margin: 0;
}
.side-head .logo{
	margin-bottom: 40px;
}
.side-head .site-nav nav li,.side-head .site-nav nav,.side-head .logo{
	float: none !important;
}
.side-head .sub-menu, .side-head .mega-content{
	top: 0 !important;
	left: 100% !important;
}
.side-head .site-nav nav li.mega-menu{
	position: relative;
}
.side-head .site-nav nav li.mega-menu .mega-content ul li ul{
	display: none;
	left: 100%;
	position: absolute;
	box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.11);
    padding: 0 0 20px 0;
}
.side-head .site-nav nav li.mega-menu ul li a{
	border-bottom: 1px #f0f0f0 solid !important;
    padding: 12px 0 !important;
    color: #555 !important;
}
.side-head .site-nav nav li.mega-menu:hover .mega-content > .row > ul > li > a{
	font-weight: normal !important;
}
.side-head .site-nav nav li.mega-menu .mega-content ul li:hover > ul{
	display: block;
}
.side-head .site-nav nav li.mega-menu .mega-content > .row{
	margin: 0
}
.side-head .site-nav nav li.mega-menu .mega-content > .row > ul > li{
	width: 100% !important;
}

.side-head .site-nav nav > ul > li > a{
	border-bottom: 1px rgba(0,0,0,0.07) solid;
	padding: 12px 0;
	display: block;
}
.side-head .site-nav nav > ul > li u.menu_sep{
	display: none;
}
.side-head .site-nav nav > ul > li > a:before{
	height:1px;
	bottom:-1px;
	top:auto;
	width:5%;
	left:0;
	transform:scale(1)
}
.side-head .site-nav nav > ul > li:hover > a:before,.side-head .site-nav nav > ul > li.current-menu-ancestor > a:before,.side-head .site-nav nav > ul > li.current-page-item > a:before {
	width:100%;
}
.side-head .site-nav nav > ul > li > a span{
	display:block
}
.side-head .site-nav nav > ul > li > a span:after{
	float:right;
	margin-top:7px !important;
	transform:rotate(-90deg) !important;
	-webkit-transform:rotate(-90deg) !important;
}
.side-head-bottom{
	position: absolute;
	left: 10%;
	bottom: 40px;
	width: 80%;
}
.side-head-bottom .side_head_tools{
	padding: 20px 0;
	text-align: center;
}
.side-head-bottom .side_head_tools > div{
	float: none !important;
	margin: 0 15px;
	display: inline-block;
}
.side-head-bottom .top-slbar{
	display:none !important
}
.side-head-bottom .cart-box{
	border-radius:0;
	border:0;
	padding:20px;
	min-width:250px;
	bottom: 100%;
	top: auto;
}
.side-head.right .side-head-bottom .cart-box{
	right:100%;
	left:auto
}
.side-head-bottom .social-list{
	padding: 10px 0;
	border-top: 1px rgba(0,0,0,0.08) solid;
	overflow: hidden;
	text-align: center;
}
.side-head-bottom .copyrights{
	font-size: 12px;
	opacity: 0.7;
	text-align: center;
	border-top: 1px rgba(0,0,0,0.08) solid;
	padding-top: 15px;
}
.side-head.right{
	left:auto;
	right:0;
}
.side-head.right .logo{
	text-align: right;
}
.side-head.right .sub-menu, .side-head.right .mega-content{
	top: 0 !important;
	left: auto !important;
	right: 100% !important;
}
.side-head.right .site-nav nav > ul > li > a:before,.side-head.right .site-nav nav ul li li a:after{
	right: 0;
	left: auto;
}
.side-head.right .site-nav nav ul li:not(.mega-menu) li.hasChildren:before, .side-head.right .site-nav nav ul li:not(.mega-menu) li.hasChildren:after{
	left: 20px;
	right: auto;
}
.side-head.right .site-nav nav li a {
	text-align: right;
}
.side-head.right .site-nav nav ul li li.menu-item-has-children > a > span:after{
	float: left;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.side-head{
	-webkit-box-shadow: inset 0px 0px 40px 0 rgba(0, 0, 0, 0.11);
	box-shadow: inset 0px 0px 40px 0 rgba(0, 0, 0, 0.11);
}
.side-head.right{
	-webkit-box-shadow: inset 4px 0px 40px -8px rgba(0, 0, 0, 0.11);
	box-shadow: inset 4px 0px 40px -8px rgba(0, 0, 0, 0.11);
}
.left.side-wrap{
	margin-left: 280px;
}
.right.side-wrap{
	margin-right: 280px;
}
.left.right.side-wrap{
	margin-right: 0;
	margin-left:280px
}
.pageWrapper.transformed.left.right {
    transform: translate3d(-300px,0,0);
    -webkit-transform: translate3d(-300px,0,0);
}
.left.side-wrap .fullscreen-container{
	width:100% !important;
	left:auto !important;
	right:0
}
.right.side-wrap .fullscreen-container{
	width:100% !important;
	left:0 !important;
}
/*
--------------------- sticky header -------------------- */
.top-head.affix{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.top-head.affix .top-bar,.top-head.affix .head-ads{
	display: none;
}
.top-head.sm-head.affix .bottom-head{
	float: right;
}
.top-head.sm-head.affix .container{
	width: auto;
}
.top-head.sm-head.affix .top-head-links{
	float: left;
	padding-top: 15px;
}
.top-head.affix .input-wrap{
	margin-bottom: 0
}

img.sticky_logo,.top-head.affix img.default_logo{
	display: none;
}
.top-head.affix img.sticky_logo{
	display: inline-block;
}

/*
--------------------- Logo Position -------------------- */
.top-head.center-logo:not(.affix) .logo{
	display: table;
	margin: 0 auto;
	text-align: center;
	float: none !important;
}
.top-head.center-logo:not(.affix) .site-nav{
	display: table;
	margin: auto;
	float: none !important;
}
.top-head.right-logo:not(.affix) .head-cont{
	direction: rtl;
}
.top-head.right-logo:not(.affix) .site-nav{
	float: left !important;
}
.top-head.right-logo:not(.affix) .site-nav nav{
	direction: ltr
}

/* ==========================================================================
  3. THEME ELEMENTS.
============================================================================= */
/* 
--------------- 3.1. Social Icons --------------- */
.social-list{
	display: block;
}
.social-list a{
	display: inline-block;
}
.social-list a i{
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
}
.social-list a i.sm-icon{
	width:20px;
	height:20px;
	line-height:20px
}
.social-list a i.md-icon{
	width:40px;
	height:40px;
	line-height:40px;
	font-size: 16px
}
.social-list a i.lg-icon{
	width:60px;
	height:60px;
	line-height:60px;
	font-size: 20px;
	margin-left: 7px;
}
.social-list a:first-child i.lg-icon{
	margin-left: 0
}
.social-list a i.outlined.white{
	border: 1px rgba(255, 255, 255, 0.46) solid
}
.social-list a:hover i{
	background-color: #eee
}
.social-list a i:before,.social-list a i:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
}
.social-list a i:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: transform 0.6s ease;
	-webkit-transition: transform 0.6s ease;
}
.social-list a i:after{
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	color:#fff;
}
.social-list a:hover i:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.social-list a:hover i:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* 
--------------- 3.2. Sliding Bar --------------- */
.slbar{
	position: fixed;
	width: 100%;
	z-index: 9999;
	cursor: default;
}
.slbar.left,.slbar.right{
	top: 0;
	height: 100%;
	width: auto;
	z-index: 99999;
}
.slbar.right{
	top: 0;
	height: 100%;
	right: 0;
	left: auto;
}
.sl_bar_content{
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	display: none;
}
.sl_bar_content h2{
	font-weight: 400
}
.slbar.left{
	width: 300px;
	transform: translate3d(-300px,0,0);
	-webkit-transform: translate3d(-300px,0,0);
}
.slbar.right{
	width: 300px;
	transform: translate3d(300px,0,0);
	-webkit-transform: translate3d(300px,0,0);
}
.slbar .slbar_btn{
	position: absolute;
	z-index: 999;
	padding: 13px;
	line-height: 1;
	display: block;
}
.slbar.right a.slbar_btn{
	top: 0;
	right: 100%;
}
.slbar.top a.slbar_btn{
	right: 0;
}
.slbar.left a.slbar_btn{
	top: 0;
	left: 100%;
}
a.slbar_btn span{
	position: relative;
	z-index: 2;
	display: inline-block;
	height: 12px;
	width: 16px;
	top: 0;
}
a.slbar_btn span i{
	position: absolute !important;
	right: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
a.slbar_btn span i:nth-child(2){
	top:5px;
	width:75%;
}
a.slbar_btn span i:nth-child(3){
	top:10px;
	width:50%;
}
a.slbar_btn:hover span i{
	animation: burger-hover 1s infinite ease-in-out alternate
}
a.slbar_btn:hover span i:nth-child(2){
	animation: burger-hoverr 1s infinite ease-in-out alternate forwards 200ms
}
a.slbar_btn:hover span i:nth-child(3){
	animation: burger-hoverrr 1s infinite ease-in-out alternate forwards 400ms
}
  

.pageWrapper.transformed.right{
	transform: translate3d(-300px,0,0);
	-webkit-transform: translate3d(-300px,0,0);
}
.pageWrapper.transformed.left{
	transform: translate3d(300px,0,0);
	-webkit-transform: translate3d(300px,0,0);
}
body.slbar-push-body {
    overflow-x: hidden;
    cursor: url('../images/close.png') 15 15,default;
}
.notinbar{
	position: static !important;
}
.body-overlay{
	opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
}
body.opened-slid .body-overlay{
	opacity: 1;
	z-index: 298;
}

/* ==========================================================================
  4. PAGE TITLES
============================================================================= */
.page-title{
	background: #e8e8e8;
	position: relative;
}
.page-title h1{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 45px
}
.page-title h3{
	padding: 0;
	line-height: 1;
	margin: 10px 0 0;
	font-size: 21px;
	font-weight: normal;
}
.page-title .desc_text{
	width: 60%;
	margin-top: 15px;
	font-size: 12px
}
.page-title .desc_text p{
	margin-bottom: 0
}
.page-title .title-container{
	position: relative;
	z-index: 3;
	display: table;
	width: 100%;
	height: 170px
}
.page-title .title-container .in-page-title {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.page-title-video,.section-video {
	background: none;
	position: relative;
	overflow: hidden;
	clear:both;
}
.video-wrap{
	width: 100%;
	height:100%;
	overflow: hidden;
}
.video-wrap video,.modal-body video,.wpb_video_widget video{
	width: 100%;
}
.page-title-video .video-wrap,.section-video .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-title-video .video-wrap{
	z-index:0
}
.page-title-video .video-wrap video,.section-video .video-wrap video {
	margin-top:-200px;
	height:auto
}
.top-zindex{
	position: relative;
	z-index: 3
}
.parallax{
	background-attachment: fixed;
}
.video-overlay,.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	/*background: rgba(0,0,0,.6);*/
}
.page-title.main-bg .title-icon{
	background-color: #fff;
	color: #555
}
.page-title.main-bg .title-icon:hover{
	color: #555
}
.page-title.text-right .tbl {
	float: right;
}
.page-title .title-icon{
	padding: 16px;
	text-align: center;
	font-size: 28px;
	margin: 0 15px 0 0;
	border-radius: 4px;
	float: left;
}
.page-title.text-right .title-icon{
	float: right;
	margin: 0 0 0 15px;
}
.page-title.text-center .title-icon{
	margin-bottom: 10px;
	float: none;
}
.page-title.text-center .tbl{
	margin: auto;
}
.titl_txt_bg{
	padding: 20px
}
/*
----------------- Breadcrumb --------------- */
.breadcrumb {
	font-size: 12px;
	margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb.white-bg{
	bottom:0;
	padding: 10px;
}
.breadcrumb i {
	display: inline-block;
}
.breadcrumb ul{
	list-style: none;
	margin: 0;
	padding: 0
}
.breadcrumb ul li{
	display: inline-block;
	padding: 0 8px 0 0
}

.breadcrumb.style2{
	display: table;
	margin: 20px auto 0;
	padding: 5px 5px 5px 10px;
}
.breadcrumb.style2 .container{
	width:auto
}
.breadcrumb.style2 > a, .breadcrumb.style2 > span{
	display:inline-block;
	padding: 0 6px;
	position:relative;
	height:35px;
	line-height:35px;
}
.breadcrumb.style3{
	border-bottom: 0;
	display: inline-block;
	padding: 5px 5px 5px 10px;
	background-color: transparent;
	margin-bottom: 5px;
}
.breadcrumb.style2.pull-left,.breadcrumb.style3.pull-left,.breadcrumb.minimal.pull-left{
	float:left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px
}
.breadcrumb.style2.text-center,.breadcrumb.style3.text-center,.breadcrumb.minimal.text-center{
	float:none;
	display:table;
	margin-right:auto;
	margin-left:auto
}
.breadcrumb.minimal{
	background-color:transparent !important;
	position: absolute;
	right: 0;
	bottom: 10px
}
.breadcrumb.minimal.text-left,.breadcrumb.style3.text-left {
	right: auto;
	left: 0
}
.breadcrumb.minimal.text-center,.breadcrumb.style3.text-center {
	display: inline-block;
}
.breadcrumb.style2.text-left{
	float: left;
}
.page-title.text-left .title-headings{
	float:none
}
.page-title.text-left .breadcrumb{
	margin-left:0;
	margin-right:auto
}
.page-title.text-right .breadcrumb{
	margin-right:0;
	margin-left:auto
}

/* ==========================================================================
  5. PAGE SPECIFIC STYLES
============================================================================= */
/*
--------------------- 5.1. Widgets ------------------------- */
.sidebar .sidebar_widgets .widget{
	position: relative;
	z-index: 3;
	clear: both;
}
.sidebar-blocks .sidebar_widgets .widget{
	background-color:#f7f7f7;
	padding:25px 20px;
	border-radius:4px;
	margin-bottom:20px !important;
	overflow: hidden;
	margin: 0 0 20px -15px;
}

.sidebar-default.lft-cell .sidebar .sidebar_widgets:after{
	margin-left: -15px;
}
.sidebar .widget h2.widgettitle{
	font-size: 18px;
	border: 1px #e6e6e6 solid;
	border-left-color: #e8e8e8 !important;
	border-right-color: #e8e8e8 !important;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
.sidebar-minimal .sidebar .widget h2.widgettitle{
	border:0;
	padding:0 0 10px
}
.sidebar-minimal .sidebar .widget h2.widgettitle:before,.sidebar-minimal .sidebar .widget h2.widgettitle:after{
	display:none
}
.wpb_widgetised_column .widget .widgettitle {
	padding: 12px 20px;
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.11);
	font-size: 17px;
	text-transform: uppercase;
	border: 1px #eee solid;
}
.sidebar .widget h2.widgettitle:before,.sidebar .widget h2.widgettitle:after{
	position:absolute;
	bottom:-1px;
	width: 50%;
	height:1px;
	background-color: #e8e8e8;
	display:inline-block;
	content:"";
	left:0;
}
.sidebar .widget h2.widgettitle:after{
	left:auto;
	right:0;
	bottom: auto;
	top: -1px;
}
.widget_nav_menu ul li a{
	display: block;
	position: relative;
}
.sidebar .sidebar_widgets .widget,.sl_bar_content .widget{
	margin-bottom: 50px;
	font-size: 13px;
}
.widget ul ul.children{
	margin: 10px 0 0 10px;
	border-top: 1px rgba(0, 0, 0, 0.07) solid;
}
.sidebar-default .sidebar_widgets .widget{
	padding: 0 10px;
	position: relative;
}
.widget h5{
	font-size: 12px;
	margin: 0;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar .social-list{
	display:table;
	margin:auto
}
.banner_img{
	text-align:center
}
.sidebar .social-list a{
	margin:2px
}
.sidebar .social-list a i:before{
	background-color:#e8e8e8
}
.sidebar .sidebar_widgets ul.widget_it_widget_flickr li img, .sidebar .sidebar_widgets ul.widget_it_widget_flickr .img-overlay {
	width: 56px;
	height: 56px;
}
.sidebar .sidebar_widgets ul.widget_it_widget_flickr .img-overlay:before {
	line-height: 56px;
	height: 56px
}
.sidebar .sidebar_widgets ul.widget_it_widget_flickr .flickr{
	height:56px;
}
.widget_it_widget_flickr li img,.widget_it_widget_flickr .img-overlay {
    width: 64px;
    height: 48px;
}
.widget_it_widget_flickr .img-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
	background: rgba(255,255,255,.2);
	opacity: 0;
}
.widget_it_widget_flickr li a:hover .img-overlay{
	-webkit-animation: hoverSquare 0.5s ease-out;
	animation: hoverSquare 0.5s ease-out;
}
.widget_categories ul li,.widget_archive ul li {font-size: 10px;color: #adadad;}
.sidebar .widget_nav_menu .menu{
	padding: 20px 25px;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(12, 12, 12, 0.13);
	box-shadow: 0px 9px 30px 0px rgba(12, 12, 12, 0.2);
	border-top: 3px #ddd solid;
}
.sidebar .widget_nav_menu ul li ul{
	margin: 0 0 -10px 15px;
}
.widget_nav_menu ul li.current-menu-ancestor > a,.widget_nav_menu ul li.current-menu-item > a,.widget_nav_menu ul li.current-menu-parent > a{
	font-weight:bold
}
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-item.current_page_item > a,.widget_nav_menu ul li.current-menu-parent li.current-menu-item.current_page_item > a{
	font-weight:bold
}
.widget_categories ul li:before,.widget_archive ul li:before,.widget_nav_menu ul li a:before,.widget_meta ul li a:before{
	font-family: 'icmon';
	line-height: 1;
	font-size: 13px;
	content: "\ea3c";
	float:left;
	margin-right: 10px;
	margin-top: 3px;
	opacity: 0.4;
}
.sidebar .widget li,.wpb_widgetised_column .widget li {
	border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
	padding: 12px 0;
	position: relative;
}
#footWrapper .widget li {
	border-bottom: 1px rgba(0, 0, 0, 0.07) dashed;
	overflow: hidden;
	padding: 7px 0;
	position: relative;
}
#footWrapper .widget_recent_entries li{
	padding:11px 0 !important
}
.slbar .widget li {
	border-bottom: 1px rgba(255, 255, 255, 0.07) solid;
	padding: 10px 0;
}
.widget li.menu-item-has-children:after{
	display: none;
}
.widget li.menu-item-has-children{
	border-bottom: 0;
}
.widget li.menu-item-has-children > a{
	font-weight: bold;
}
.widget_categories ul li a,.widget_archive ul li a{font-size: 13px;margin-right: 5px;}
.widget li.menu-item-has-children > a{
	background-color: rgba(0, 0, 0, 0.02);
	padding: 8px 10px;
}
.sidebar .mc4wp-form p{
	margin-bottom:5px
}
.sidebar .mc4wp-form input[type="email"]{
	border:1px #eee solid;
	width:100%;
	padding:11px 15px
}
.sidebar .mc4wp-form input[type="submit"]{
	border:0;
	width:100%;
	padding:10px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
/* recent comments widget */
.widget_recent_comments i {
	margin-right: 10px;
	font-size: 40px;
	opacity: 0.2
}
.widget_recent_comments i.fa.fa-clock-o {
	font-size: 16px;
	vertical-align:middle
}
.widget_recent_comments ul li{
	font-size: 12px;
	padding-left: 55px !important;
	position: relative;
}
.widget_recent_comments ul li:before{
	font-family: 'icmon';
	line-height: 1;
	font-size: 33px;
	content: "\e970";
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.widget_recent_comments ul li span.comment-author-link{
	display: block;
	font-size: 13px;
	font-weight: 700;
}
.widget_recent_comments h5 {
	margin: 10px 0 5px;
	font-size:12px;
	width:70%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.wid_comments span span:after{
	content: "0";
	font-size: 12px !important
}
.widget_rss ul li a{
	display: table;
	clear: both;
	font-weight: bold;
	margin-bottom: 6px;
}
.widget_rss ul li .rss-date,.widget_rss ul li cite{
	font-size: 12px;
	margin-right: 10px
}
.widget_rss ul li .rss-date i,.widget_rss ul li cite i{
	margin-right: 5px
}
.widget_rss ul li .rssSummary{
	padding: 8px 0
}

/* Tag cloud */
.tagcloud a {
	float: left;
	margin: 0 2px 4px;
	font-size: 12px !important;
	padding: 10px 17px;
	position: relative;
}
.tagcloud a:before, .tagcloud a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	border: 1px transparent solid;
	-webkit-transition: transform .4s,opacity 0.6s;
	transition: transform .4s,opacity 0.6s;
}
#footWrapper .tagcloud a:after{
	border-color: #4c4c4c;
}
.tagcloud a:after,.post-tags a:after{
	border-color: #ddd;
}
.tagcloud a:before,.post-tags a:before{
	transform: scale(0.7);
	opacity: 0;
}
.tagcloud a:hover:before,.post-tags a:hover:before {
	transform: scale(1);
	opacity: 1;
}
.tagcloud a:hover:after,.post-tags a:hover:after {
	transform: scale(1.2);
	opacity: 0;
}
.tagcloud:after,.widget_it_widget_flickr:after{
	display: table;
	content: " ";
	clear: both;
}
.sidebar-blocks .sidebar .sidebar_widgets li.widget {
    margin-bottom: 15px;
    padding: 20px 15px;
}
.sidebar-blocks .sidebar .widget h2.widgettitle {
	border: 0;
	border-bottom: 1px rgba(0, 0, 0, 0.04) solid;
	margin: -25px -20px 25px -20px;
	padding: 20px 25px;
	background-color: rgba(0, 0, 0, 0.02);
}
.sidebar-blocks .sidebar .widget h2.widgettitle:before, .sidebar-blocks .sidebar .widget h2.widgettitle:after{
	display:none
}
.widget_recent_entries .post-img {
	float: left;
	margin-right: 15px;
	width: 35px;
	overflow:hidden;
	border-radius: 50%;
}
#footWrapper .widget_recent_entries .post-img {
	width:30px
}
.widget_recent_entries .meta span {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
	font-size: 85%;
}
.widget_recent_entries .meta span a{
	font-size:11px
}
.widget_recent_entries .meta i {
	margin: 0 5px 0 0;
}
.flickDiv{
	margin: 0 0 0 -1px;
}
.flickDiv li{
	float: left;
	margin: 1px 0 0 1px;
}
.flickDiv li a{
	display:block;
	position:relative;
	overflow:hidden
}
.widget table{
	width: 100%
}
.widget .calendar_wrap table td{
	padding: 8px;
	border: 1px #e8e8e8 solid;
}
.widget .calendar_wrap table thead{
	background-color: rgba(0, 0, 0, 0.04);
}
.widget .calendar_wrap table thead th{
	padding: 5px
}

/* tweets widget */
.widget_it_widget_tweets iframe,.widget_it_widget_tweets .timeline-Tweet-media,.tweeter_wrap iframe,.tweeter_wrap .timeline-Tweet-media{
	display:none !important
}
.timeline-TweetList li{
	margin: 0;
	border: 0;
	padding: 0;
}
.loading-container{
	display: table;
	margin: auto;
}
.timeline-TweetList li .timeline-Tweet{
	overflow: hidden;
	text-align: center;
}
.sidebar .timeline-TweetList li,.sidebar .timeline-TweetList li .timeline-Tweet{
	height: 130px;
	overflow: hidden;
}
.timeline-Tweet-text{
	padding: 10px 15px;
	font-size: 12px;
	margin-bottom: 0;
}
.timeline-Tweet-text a{
	font-size: 12px;
}
.TweetAuthor {
	line-height: 1;
	font-weight: bold;
}
.TweetAuthor-link{
	display: block;
	text-align: center;
}
.TweetAuthor-avatar{
	margin-bottom: 15px;
	display: block;
}
.sidebar .TweetAuthor-avatar{
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.sidebar .slick-arrow{
	border:0;
	display: table;
	margin: auto;
}
.TweetAuthor-avatar img{
	border-radius:50%
}
.widget_it_widget_contact {
	background: transparent url('../images/world.png') no-repeat 50% 25%;
}
.widget_it_widget_contact p {
	margin-bottom: 10px;
}
.details li i{
	display:table-cell;
	position: relative;
	vertical-align: middle;
}
.details li i:before {
	margin-right: 10px;
	font-size:12px;
	display:inline-block;
}
.details li span{
	display:table-cell;
	vertical-align:middle
}
.sidebar .widget.widget_it_widget_tweets li,.wpb_widgetised_column .widget.widget_it_widget_tweets li{
	border:0;
	padding: 15px 0 0;
	height: 145px;
	overflow: hidden;
}
.sidebar .widget.widget_it_widget_tweets li:after,.wpb_widgetised_column .widget.widget_it_widget_tweets li:after{
	display: none;
}

/*
------------------- 5.4. 404 Not Found ------------------ */
body.error404{
	background: #fafafa url('../images/bg404.jpg') no-repeat 0 0;
	background-size: cover;
}
.lg-not-found {
	padding-bottom: 30px;
	padding-top: 120px;
}
.not-found-form{
	padding-top: 15px;
}
.lg-not-found h1 {
    font-size: 220px;
    font-weight: bold;
    font-family: "Cairo", sans-serif;
}
.lg-not-found h4{
	font-size: 24px;
	font-weight: bold;
}
.lg-not-found h5{
	font-weight: normal;
	font-size: 15px;
}
.lg-not-found h5 span{
	font-size: 17px
}
body.error404 .top-head:not(.affix) .site-nav nav > ul > li:not(.current-menu-item):not(.current_page_item):not(.current_page_parent):not(.current-menu-ancestor) > a, body.error404 .top-head:not(.affix) .head-btn > a,
body.error404 .top-bar, body.error404 .top-bar a,body.error404 .top-bar span,body.error404 .top-bar i,body.error404 .top-bar .social-list a i{
	color: #555
}
body.error404 .top-bar.bord,body.error404 .top-bar.bord .top-socials.topbar-box,body.error404 .top-head.classic,body.error404 .top-head.classic .rit_tools,body.error404 .top-head.classic .top-slbar{
	border-color: rgba(0,0,0,0.08)
}
body.error404 .top-head a.slbar_btn span i, body.error404 .side-head a.slbar_btn span i{
	background-color: #777
}
.not-found-wrap{
	width: 50%;
	margin: auto;
	padding-right: 6%;
	padding-left:6%;
	text-align: center;
}
.not-found-form p{
	color: #888
}
.srch-home-pg{
	margin-top: 70px
}
.no-results-wrap{
	text-align: center;
	width: 35%;
	margin:auto;
}
.no-results-wrap .lg-not-found{
	padding-top: 0
}
.no-results-wrap .lg-not-found h1{
	font-size: 90px;
	opacity: 0.15;
	font-family: inherit;
	margin-bottom: 20px
}
.btn-outlined{
	border:1px #eee solid;
}

/*
--------------------- 5.5. Blog -------------------- */
.post-item{
	overflow: hidden;
	position: relative;
}
.post-item .post-image a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
	content: '';
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	background: rgba(255,255,255,.2);
	opacity: 0;
}
.post-item:hover .post-image a:before {
	-webkit-animation: hoverSquare 0.7s ease-out;
	animation: hoverSquare 0.7s ease-out;
}
.post-item .post-image,.post-item .post-gallery,.post-item .post-media{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.post-item .post-image a{
	display:block
}
.post-item .post-image img{
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1
}
.meta-cat{
	text-align: center;
	padding: 3px 7px;
	margin: 0px 0 20px;
	display: table;
	border-radius: 3px;
	font-size: 11px;
}
.meta-cat i{
	margin-right: 5px;
	font-size: 85%
}
.meta-cat.main-bg:hover a{
	color:#fff;
}
.blog-posts.grid .p-content,.blog-posts.masonry .p-content,.blog-posts.timeline .p-content {
	padding-left: 0
}
.p-month-year{
}
.post-info ul{
	overflow:hidden;
	color: #888;
	display: table;
	line-height: 1;
	margin: 10px 0;
}
.post-info ul li a{
	color:#999	
}
.meta-tag span:last-child{
	display:none
}
.post-info ul li{
	float:left;
	margin: 0 3px 0 0;
	font-size: 12px;
	padding: 2px 15px 2px 25px;
	font-style: italic;
	position:relative;
}
.post-icon i{
	margin:0 !important
}
.post-info ul li:after{
	width: 6px;
	height: 6px;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	border: 1px #ddd solid;
}
.post-info ul li:first-child{
	padding-left: 2px !important;
}
.post-info ul li:last-child{
	padding-right:0
}
.post-info ul li:first-child:after{
	display:none
}
.post-info ul li i{
	margin-right: 6px;
}
.post-item .lft-tools{
	margin: 0;
	font-size:11px;
	float: right;
}
.post-item .lft-tools:before{
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.05);
	z-index:-1
}
.post-item-rit{
	margin: 0 0 0 90px;
    padding: 0 15px 15px;
}
.post-item .lft-tools li{
	padding: 8px;
	background-color: #f3f3f3;
	margin: 0 2px 0 0;
	color: #333;
	float: left;
	text-align: center;
}
.post-item .lft-tools li i{
	margin-right: 5px;
	font-size: 14px;
	vertical-align: middle;
}
.blog-home .post-item:not(.lg-mag-item){
	background-color: transparent !important;
}
.blog-posts.lg-image .blog-posts .post-item{
	clear: both;
	position: relative;
	background-color: transparent;
	padding: 0 40px;
}
.blog-posts.lg-image .xs-padding,.blog-posts.small-image .xs-padding,.blog-posts.timeline .xs-padding{
	padding: 40px 0
}
.blog-posts:not(.masonry):not(.grid) .post-item{
	margin-bottom: 35px;
	border-bottom: 1px #e8e8e8 dotted;
	padding-bottom: 35px;
}
.blog-posts:not(.masonry):not(.grid) .post-item.sticky,.blog-posts:not(.masonry):not(.grid) .sticky .post-item{
	padding:15px;
	background-color: #fffcf5;
	border-bottom:0;
	border: 1px #fff5dc solid;
}
.post-item video, .post-item iframe, .post-item audio, .post-item embed {
    width: 100%;
    display: block;
}
[class*="col-md-"] .post-item iframe {
	max-height: 280px;
}
.blog-posts .post-item p br{
	display: none;
}
.post-item .slick-dots{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.post-item .slick-dots li{
	list-style:none;
	float:left;
	margin:0 2px
}
.post-item .slick-dots li button{
	border:0;
}
.more-btn{
	margin: 20px 0 0;
	display: table;
	position: relative;
	padding: 8px 17px !important;
	border-radius: 30px;
}
.more-btn.btn {
	border: 2px #e8e8e8 solid;
}
.more-btn.btn span{
	display:inline-block;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.more-btn.btn:hover span{
	transform: translate3d(-6px,0,0);
	-webkit-transform: translate3d(-6px,0,0);
}
.more-btn.btn:hover{
	background-color: #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.more-btn.btn:after{
	display:inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	content: "\f105";
	right: 10px;
	position: absolute;
	opacity:0;
	line-height: 20px;
	transform: translate3d(10px,0,0);
	-webkit-transform: translate3d(10px,0,0);
}
.more-btn.btn.btn-md{
	padding: 8px 20px;
}
.more-btn.btn.btn-lg{
	padding: 10px 25px
}
.more-btn.btn.btn-md:after{
	line-height:20px;
	font-size: 16px;
	right: 13px
}
.more-btn.btn:hover:after{
	opacity:1;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}
.blog-posts.lg-image .post-item .post-content{
	position: relative;
	z-index: 9;
	/*display: table;
	width: 100%*/
}
.gallery-icon{
	margin-bottom: 0
}
.blog-posts.lg-image .post-item.no-holder .post-content {
	margin-top: 0;
}
.blog-posts .post-item .post-item-rit{
	margin-left: 0
}
.rit-cell .blog-posts.lg-image .post-item .post-content {
    margin-right: 90px;
    margin-left: 0;
}
.rit-cell .blog-posts .post-item .lft-tools{
	left: auto;
	right: 0
}
.gallery-size-thumbnail{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-columns-9 .gallery-item {
	width: 10.9555%;
}
.gallery-columns-8 .gallery-item {
	width: 12.355%;
}
.gallery-columns-7 .gallery-item {
	width: 14.1222%;
}
.gallery-columns-6 .gallery-item {
	width: 16.5%;
}
.gallery-columns-5 .gallery-item {
	width: 19.6%;
}
.gallery-columns-4 .gallery-item {
	width: 24.6%;
}
.gallery-columns-3 .gallery-item {
	width: 33.2%;
}
.gallery-columns-2 .gallery-item {
	width: 49.85%;
}
[class*="gallery-columns-"] .gallery-item img{
	width:100%
}
.gallery-item {
	float: left;
	margin: 0 1px 1px 0;
	position: relative;
	overflow:hidden
}
.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;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-item:hover .gallery-caption{
	opacity:1
}
.post-chat .chat-row{
	padding:15px;
	font-style: italic;
	background-color:rgba(0,0,0,.01)
}
.post-chat .chat-row > span{
	margin-right:10px;
	font-weight:bold;
	font-style:normal
}
.post-chat .chat-row > span cite{
	font-style:normal
}
.post-chat .chat-row > span i{
	margin-right:5px;
	opacity:0.15
}
.post-chat .chat-row.row-odd{
	background-color:rgba(0,0,0,.03)
}
.calendar_wrap table *{
	text-align: center;
}
.calendar_wrap table a{
	margin: -8px;
	padding: 8px;
	display: block;
	background-color: rgba(0,0,0,.05);
}
.calendar_wrap caption{
	background: rgba(0,0,0,.07);
	font-weight: bold
}
/* small-image */
.blog-posts.small-image .post-image,.blog-posts.small-image .post-gallery,.blog-posts.small-image .post-media{
	float:left;
	margin-right: 20px;
	max-width:35%;
	margin-bottom: 0
}
.blog-posts.small-image .post-content{
	margin-left: 38%;
}
.blog-posts.small-image .post-item .post-content h4{
	margin-top: 0;
}
.entry-content{
	/* text-align:center; */
	padding: 20px 0 0;
}
.sub-pager{
	display:table;
	margin:30px auto 0;
	font-size:12px;
	background-color:rgb(255, 255, 255);
	padding: 5px 5px 5px 15px;
	border-radius: 60px;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.sub-pager .page-links-title{
	display:inline-block;
	margin-right:10px
}
.sub-pager a{
	display:inline-block;
	background-color:#f7f7f7;
	margin:0 2px;
	border-radius:50%;
	line-height:25px;
	width:25px;
	height:25px;
	text-align:center
}
.blog-posts.grid .entry-content,.blog-posts.masonry .entry-content,.blog-posts.timeline .entry-content{
	overflow: hidden;
}
.blog-single .entry-content{
	text-align: unset;
	padding: 0
}
.blog-posts.small-image .post-item .post-content .entry-content{
	text-align:inherit;
    padding: 20px 0 0;
    font-size: 13px;
}
.blog-posts.small-image .post-item .box_more,.blog-posts.small-image .post-item .post-info ul{
	margin-left:0;
	margin-right:auto
}
.blog-posts.small-image .gallery-caption {
	max-height:none;
	font-size:10px
}
.blog-posts.small-image .post-item .lft-tools{
	min-height: 240px
}
.blog-posts.small-image.full .post-image,.blog-posts.small-image.full .post-gallery,.blog-posts.small-image.full .post-media{
	width: 35%
}
.blog-posts.small-image .post-item .mejs-mediaelement{
	position: static;
}
.blog-posts.small-image .post-item .mejs-mediaelement video{
	height: auto;
}
/* timeline */
.blog-posts.timeline{
	position:relative
}
.blog-posts.timeline .timeline-left{
	padding-left: 80px;
}
.blog-posts.timeline .timeline-right{
	padding-right: 80px;
}
.blog-posts.timeline .divider{
	margin-left:18px
}
.rit-cell .timeline .divider{
	margin-left:0;
	right:21px;
}
.rit-cell .timeline .divider:before{
	left:auto;
	right:0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.timeline:before{
	position:absolute;
	width: 1px;
	height:100%;
	content:"";
	right: 27px;
	display:inline-block;
	background-color: #e8e8e8;
}
.lft-cell .timeline:before{
	left: 27px;
	right: auto;
}
.lft-tl:before{
	left: 10px;
	border-left: 1px rgba(0, 0, 0, 0.15) dashed;
}
.rit-tl:before{
	right: 10px;
	border-left: 1px rgba(0, 0, 0, 0.15) dashed;
}
.timeline .post-item{
	position:relative;
	overflow: visible;
}
.timeline .post-item iframe{
	position:relative;
	overflow:hidden
}
.rit-tl .post-item{
	margin-right: 0;
}
.timeline-left .post-content{
	position: relative;
}
.timeline-right .post-content{
	position: relative;
}
.timeline .post-image,.masonry .post-image,.timeline .post-gallery,.masonry .post-gallery,.timeline .post-media,.masonry .post-media,.grid .post-image,.grid .post-media,.grid .post-gallery{
	margin-bottom:20px;
	overflow: hidden;
	display: block;
	position: relative;
}
.timeline .post-item .timeline_date{
	position:absolute;
	top:0;
	width: 55px;
	left: -80px;
}
.lft-tl .post-item .timeline_date{
	left: 23px;
}
.timeline-right .post-item .timeline_date{
	right: -80px;
	left:auto;
}
.timeline .post-item .timeline_date span{
	display:block;
	text-align:center;
}
.timeline .post-item .timeline_date span.year{
	font-size:80%;
	background-color: #e8e8e8;
	padding: 3px 0;
}
.timeline .post-item .timeline_date:before,.timeline .post-item .timeline_date:after{
	position:absolute;
	height: 0px;
	width: 25px;
	content:"";
	display:inline-block;
	top: 28px;
}
.timeline .post-item.sticky .post-icon{
	top: 0 !important;
	left: 0 !important;
}
.timeline.rit-cell .post-item.sticky .timeline_date:before, .timeline.rit-cell .post-item.sticky .timeline_date:after{
	display: none;
}
.timeline.full .post-item .timeline_date:after{
	left: auto;
	right: 2px
}
.timeline .post-item .timeline_date:after,.timeline .post-item .timeline_date:before{
	right: -25px;
	left: auto;
	border-bottom: 2px rgba(0, 0, 0, 0.15) solid;
}
.timeline-right .post-item .timeline_date:after,.timeline-right .post-item .timeline_date:before{
	left: -25px;
	right: auto;
	border-bottom: 2px rgba(0, 0, 0, 0.15) solid;
}
.lft-tl .post-item .timeline_date:before{
	right: -15px;
	border-bottom: 2px rgba(0, 0, 0, 0.15) solid;
	left: auto !important;
}
.rit-tl .post-item .timeline_date:before{
	left:auto;
	right:0
}
.rit-tl .post-item .timeline_date:before{
	right: -12px;
	left: auto;
}
.timeline .post-item .timeline_date .inner_date{
	text-align: center;
	margin-bottom: 0;
	padding: 5px 0;
	position: relative;
	z-index: 3;
}
.timeline .post-item .timeline_date .inner_date span{
	position:relative;
	z-index:1;
}
.blog-posts.rit-tl .post-item .post-content{
	margin-right: 90px;
	margin-left:0
}
.timeline .post-item .timeline_date .day{
	font-size: 20px;
	font-weight:900;
}
.timeline .post-item .timeline_date .month{
	margin-top:-5px;
}
.timeline.full{
	overflow:hidden;
	height:100%
}
.timeline.full .timeline_no_bar{
	width:46%;
	float:left;
	clear: none;
	margin-bottom: 50px 
}
.timeline.full .timeline_no_bar:nth-child(even){
	float:right;
}
.timeline.full .timeline_no_bar:nth-child(2n+1){
    clear:left
}
.timeline.full .post-item .gallery-columns-5 .gallery-item {
	width: 19.8%;
}
.timeline.full:before{
	left:50%;
	margin-left:-0.5px;
	border-left: 1px rgba(0, 0, 0, 0.15) dashed;
}
.timeline.full .post-item .timeline_date{
	right: -75px;
	left: auto;
}
.timeline.full .post-item .timeline_date:before{
	right: 53px;
}
.timeline.full .timeline_no_bar:nth-child(even) .timeline_date:before{
	right:-20px;
	left:auto
}
.timeline.full .timeline_no_bar:nth-child(even) .timeline_date .inner_date{
	background-color:#fff;
	color:#333;
	border:1px #d9d9d9 solid
}
.timeline.full .post-item .timeline_date span{
	text-align:inherit
}
.timeline.full .post-item .timeline_date .inner_date span{
	text-align:center;
}
.timeline.full .post-item .timeline_date .year{
	text-align:center;
}
.timeline.full .timeline_no_bar:nth-child(even) .timeline_date{
	left: -75px;
	top: 120px;
}
.rit-tl hr.dev-style3:before{
	left:auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* masonry */
.blog-posts.masonry{
	width: 100% !important
}
.mas-inner,.blog-posts.grid .post-item{
	border: 1px #e8e8e8 solid;
}
.mas-inner h4,.blog-posts.grid .post-item h4{
	font-size:19px !important
}
.blog-posts.grid .post-item,.mas-inner{
	margin:0 -7.5px 15px;
	padding: 10px;
	position: relative;
	/* background-color: rgba(0, 0, 0, 0.01); */
}
.mas-inner .post-icon,.blog-posts.grid .post-item .post-icon{
	left:10px;
	top:10px
}
.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%;
}
.entry-content .twitter-tweet{
	width: 100% !important;
}
.oldnew li a{
	border-radius: 20px !important
}
.oldnew li a i{
	margin:0 5px;
}
.loadmore{
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.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 .pager_loading, .loadmore .load_msg {
    display: none;
}

.loadmore .pager_loading i {
	font-size: 17px;
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
	display: inline-block;
}
.oc-preload i{
	font-size: 24px;
	display: table;
	margin: auto;
}
.oc-preload i,.loadmore .pager_loading i{
	-webkit-animation: uil-ring-anim 1s linear infinite;
	animation: uil-ring-anim 1s linear infinite;
}

/* 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.full .post-item iframe,.grid.full .post-item video{
	height:182px;
}
.grid.full .post-item .post-gallery{
	height:187px;
}
.post-item .wp-video,.post-item video {
	width: 100% !important;
	height: auto;
}

/* single */
.blog-single .post-item,.blog-single .post-item .post-content{
	background:transparent;
}
.details-img{
	margin-bottom:5px
}
.blog-single .post-gallery{
	margin-bottom:20px
}
.details-img{
	text-align: center;
}
.blog-single .post-gallery img{
	width: 100%
}
.blog-single .post-item .post-info-container, .blog-single .post-item .post-content p{
	padding:0
}
.blog-single .post-item .post-info-container{
	margin-bottom: 30px;
	overflow:hidden;
	border-top: 1px rgba(0, 0, 0, 0.11) solid;
}
.post-info-container,.carwrap{
	border-bottom: 1px rgba(0, 0, 0, 0.11) solid;
	padding-bottom: 0px;
}
.blog-posts.small-image .meta-cat {
	margin-left: 0;
	margin-right: auto;
}
.post-tags{
	overflow:hidden
}
.post-tags i,.share-post i.ico{
	margin-right:8px
}
.post-tools{
	margin: 50px 0;
	overflow: hidden;
	clear: both;
}
.share-post{
	overflow:hidden;
}
.share-post .social-list{
	position:relative
}
.share-post .social-list > div{
	position:absolute;
	width: 100%;
	padding-top: 20px;
}
.share-post a{
	margin: 0 0 0 3px;
	float:left;
	padding: 0;
	cursor:pointer;
	text-align: center;
	position: relative;
}
.share-post a span{
	font-size: 9px;
	display: block;
	background-color: #ddd;
	position: absolute;
	line-height: 1;
	padding: 1px 2px 2px;
	top: 0;
	right: 0;
	border-radius: 0 0 0 3px;
}
.share-post a i{
	background-color: #e4e4e4;
}
.share-post .facebook span{
	background: #3b5998;
	color:#fff;
}
.share-post .twitter span{
	background: #00acee;
	color:#fff;
}
.share-post .googleplus span{
	background:#dd4b39;
	color:#fff
}
.share-post .linkedin span{
	background: #0e76a8;
	color:#fff;
}
.share-post .pinterest span{
	background: #c8232c;
	color:#fff;
}
.share-post .xing span{
	background: #126567;
	color:#fff;
}
.share-post button span.share_num{
	display: block;
	font-size: 10px;
	background-color: #ddd;
	padding: 3px;
	margin-top: 3px;
	width: auto;
	height: auto;
	line-height: 1;
	color: #333
}
.total-shrs{
	background-color: transparent;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.author-info {
    background-color: transparent;
    background-color: #f7f7f7;
    padding: 25px !important;
}
.author-avatar {
    float: left;
}
.author-avatar .avatar {
    margin: 0 20px 5px 0;
    max-width: 100px;
    border-radius: 5px
}
.author-name {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 8px;
}
.author-description {
    font-size: 13px;
    line-height: 1.7
}
.post-tools > div,.post-tools > nav{
	padding:25px 0;
	border-bottom: 1px #e8e8e8 solid;
	overflow: hidden;
}
.nav-block{
	display:block;
	font-weight:bold;
	margin-top: 9px;
}
.nav-next{
	text-align:right
}
.comment-respond > h3,.comments > h3,.related-posts > h3{
	padding: 0 0 10px;
	border-bottom: 1px #ddd solid
}
.comment-respond{
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 4px
}
.comment-respond textarea,.comment-respond input[type="text"],.comment-respond  input[type="email"],.comment-respond  input[type="url"]{
	width:100%;
	resize: none;
	margin-bottom: 15px;
}
.comment-respond .logged-in-as,.comment-respond .comment-notes{
	float:right;
	margin:0;
	font-size:12px
}
.comment-respond p{
	margin: 0
}
.required{
	color:red
}
.comment-respond h3{
	line-height: 1
}
.comment-list li.comment{
	position:relative;
	overflow: hidden;
	display: table;
	width: 100%;
}
.comment-list > li{
	margin-bottom:25px;
}
.comment-list .comment-avatar{
	width: 50px;
	float: left;
}
.comment-list .comment-avatar img{
}
.comment-list > li .comment-content{
	padding: 15px;
	border: 1px #ddd solid;
	position: relative;
	margin-left: 45px;
}
.comment-list .comment-content .meta{
	font-size: 12px;
	color: #828282;
	float: right;
}
.comment-list .comment-content .comment-author{
	font-size:14px;
	font-weight:bold;
	display: inline-block;
}
.comment-list .comment-content .meta span{
	display:inline-block;
	margin-right:10px
}
.comment-list ul.children{
	margin-left:100px;
	position:relative;
	padding: 0;
	list-style: none;
}
.comment-list ul.children li{
	padding-top: 20px;
}
.comment-reply-link:before{
	margin-right: 5px;
	font-family: 'icmon';
	content: "\e970";
	display: inline-block;
}
.comment-edit-link:before{
	margin-right: 5px;
	margin-left: 10px;
	font-family: 'icmon';
	content: "\e906";
	display: inline-block;
}
.comment .comment-respond{
	margin: 10px 20px 0 100px;
}
.comment-reply-title small a{
	font-size: 0px;
}
.comment-reply-title small a:before{
	font-family: 'Pe-icon-7-stroke';
	line-height: 22px;
	color: #000;
	border-radius: 3px;
	font-size: 22px;
	content: "\e680";
	float: right;
	margin-top: 1px;
	font-weight: bold;
}
.comment-reply-title small a:hover:before{
	background-color: #333;
	color: #fff;
}
.blog-single .heading{
	padding-bottom: 0
}
.blog-single .heading h3,.blog-single .heading h4{
	font-size: 25px
}
.leave-comment{
	margin-top: 30px
}
.related-posts .heading{
	margin-bottom: 25px
}
.related-posts,.comments{
	margin-bottom: 50px;
}
.related-posts ul.list li{
	line-height: 40px;
	border-top: 1px #ddd dashed;
}
.related-posts ul.list li i{
	margin-right:10px;
	font-size: 24px;
	vertical-align: middle;
}
.related-posts ul.list li:first-child{
	border-top: 0px;
}
.form-submit input.submit{
	border:0;
	padding: 10px 20px;
	border-radius: 40px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease-in-out;
	position:relative;
}
.form-submit input.submit:hover{
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.14) !important;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.14) !important;
	top: -1px;
}
.comment-form-author{
	width: 49%;
    float: left;
    margin-right: 1% !important;
}
.comment-form-email{
	width: 50%;
    float: left;
}
.my-details{
	overflow:hidden;
	margin-bottom:50px;
	background:#f7f7f7
}
.my-details .my-img{
	margin-right:20px
}
.rit-details ul{
	margin:20px 0
}
.rit-details ul li{
	padding: 7px 0;
	border-bottom:1px #ddd dashed;
	font-size: 13px
}
.rit-details ul li i{
	margin-right: 8px
}
.rit-details ul:first-child{
	margin-right: 15px
}
.author-desc{
	padding: 20px;
	font-size: 15px;
	background-color: #f9f9f9;
	line-height: 1.7;
}

/* pagination */
.pager ul.page-numbers{
	display: table;
	margin: 0 auto;
	padding: 0
}
.pager.right ul.page-numbers{
	margin: 0 0 0 auto;
}
.pager.left ul.page-numbers{
	margin: 0 auto 0 0;
}
.pager ul.page-numbers li{
	float: left;
	margin: 0 2px
}
.pager ul.page-numbers li > a,.pager ul.page-numbers li > span{
	border-radius: 5px;
	padding: 7px 14px;
	position: relative;
}

.pager.style1 ul.page-numbers li > a,.pager.style1 ul.page-numbers li > span{
	border-radius: 50%;
	padding: 0;
	width: 43px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	font-size: 15px;
}
.pager.style1 ul.page-numbers li > span{
	background-color: #ebe9eb
}
.pager.style1 ul.page-numbers li > a.prev,.pager.style1 ul.page-numbers li > a.next{
	border-radius: 5em;
	width: 75px;
	z-index: 0;
	background-color: #f7f7f7;
	font-size: 17px;
}
.pager.style1 ul.page-numbers li > a.prev{
	margin-right: -40px;
	text-align: left;
	padding-left: 18px;
}
.pager.style1 ul.page-numbers li > a.next{
	margin-left: -40px;
	text-align: right;
	padding-right: 18px;
}


.pager.style2 ul.page-numbers{
	border-top:2px #ddd solid;
}
.pager.style2 ul.page-numbers li > a,.pager.style2 ul.page-numbers li > span{
	border:none;
	border-radius: 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 15px;
}
.pager.style2 ul.page-numbers li > span{
	border-top-style: solid;
	border-top-width: 2px;
	margin-top: -2px;
}
.pager.style2 ul.page-numbers li > span:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    content: "\f0dd";
    top: -16px;
}

.pager.style3 ul.page-numbers{
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.pager.style3 ul.page-numbers li{
	margin: 0;
}
.pager.style3 ul.page-numbers li > a,.pager.style3 ul.page-numbers li > span{
	border-radius: 0;
	font-size: 15px;
	border-bottom: 0;
	border-top: 0;
	margin-right: -1px;
	padding: 10px 16px;
}
.pager.style3 ul.page-numbers li:first-child > a,.pager.style3 ul.page-numbers li:first-child > span{
	border-left:none;
}
.pager.style3 ul.page-numbers li:last-child > a,.pager.style3 ul.page-numbers li:last-child > span{
	border-right:none;
}

.pager.style4 ul.page-numbers li > a,.pager.style4 ul.page-numbers li > span{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 39px;
	border-radius: 50%;
	font-size: 15px;
	padding: 0;
	border-color: transparent;
}
.pager.style4 ul.page-numbers li > span{
	border-color: #ccc;
}

/* ==========================================================================
  6. FOOTER.
============================================================================= */
#footWrapper{
	font-size: 13px;
}
.footer-middle{
	padding: 80px 0 40px;
}
#footWrapper:not(.light) .footer-middle{
	background-color: #222;
	color: #999;
}
.footer-middle .widget{
	margin-bottom: 40px
}
#footWrapper:not(.light) .footer-middle a{
	color: #999;
}
.footer-middle .widgettitle{
	color: #ddd;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px rgba(255, 255, 255, 0.04) solid;
}
.foot-image{
	margin-bottom:30px
}
.footer-middle p.widget-txt{
	margin-bottom:0
}
.footer-bottom{
	padding: 30px 0;
	background-color: #1f1f1f;
	color: #8c8c8c;
}
.footer-bottom .widget_nav_menu:after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -18px;
    width: 34px;
    height: 2px;
    background-color: #111;
}
.footer-bottom .widget_nav_menu li{
	float: left;
	padding: 0 0 0 5px;
}
.footer-bottom .widget_nav_menu li a{
	display:block;
	padding:0 8px;
	font-weight: 600
}
.footer-bottom .row-eq-height{
	align-items: center;
	justify-content: center;
}

.footer-2 .footer-bottom .widget_nav_menu li{
	border: 0 !important
}
.footer-2 .footer-bottom .widget{
	display: table;
	width: auto;
	float: none;
	margin:0 auto 20px;
}
.footer-bottom .widget_it_widget_footer_socials{
	margin: 0;
}
.footer-2:not(.light) .footer-middle{
	background-color: #111;
}
.footer-2.light .footer-middle{
	background-color: #f5f5f5;
}
.footer-2 .footer-middle{
	padding: 50px 0;
}
.footer-2 .footer-middle > .container{
	padding: 80px 60px 40px;
	border-radius: 5px;
}
.footer-2:not(.light) .footer-middle > .container{
	background-color: #1d1d1d;
}
.footer-2.light .footer-middle > .container{
	background-color: #eee;
}
.footer-2 .footer-bottom .social-list{
	display:table;
	margin:auto
}
.footer-2:not(.light) .footer-bottom{
	background-color: #0e0e0e;
	color: #585858;
}
.footer-2.light .footer-bottom{
	background-color: #e0e0e0;
	color: #585858;
}

.footer-2 .footer-bottom a{
	color: #585858 !important;
}
.footer-bottom .widget_nav_menu{
	margin-bottom: 40px
}
/* footer 3 */
#footWrapper.footer-3 .footer-middle{
	background-color: transparent;
	padding: 70px 4% 0;
	position: relative;
	z-index: 2;
}
.footer-3 .footer-middle > .container{
	width: 100%;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 80px 60px 40px;
}
.footer-3 .footer-bottom{
	background-color: #212121;
	color: #797979;
	position: relative;
	z-index: 1;
	margin-top: -80px;
	padding-top: 120px;
}
.footer-3 .copyrights {
    padding: 0 15px 20px;
}
.foot_widgets{
	clear: both;
	overflow: hidden;
}
.foot_widgets .widget:last-child{
	margin-bottom: 0 !important
}
.footer-3 .footer-bottom .widget_nav_menu a{
	font-weight: normal;
	color: #797979 !important
}
.footer-3 .footer-bottom .widget_nav_menu:after,.footer-minimal .footer-bottom .widget_nav_menu:after{
	display: none;
}
.footer-3 .foot_widgets .menu li{
	border-top: 0 !important
}
.footer-3 .tagcloud a:after{
	border-color: rgba(255,255,255,0.4) !important
}
.footer-3 .footer-middle .tagcloud a{
	color: #fff !important
}
.footer-3 .tagcloud a:hover:before{
	border-color: rgba(255,255,255,0.8) !important
}
#footWrapper.footer-3 li:not(:first-child) {
    border-color: rgba(0, 0, 0, 0.13);
}
.footer-3 .instagram_wrap .insta_photo{
	max-width:80px
}
.footer-3 .footer-middle .widgettitle{
	color:#555
}
.footer-3 .footer-middle,.footer-3 .footer-middle a{
	color:#666;
}

/*
----------- Minimal Footer --------------- */
.footer-minimal .footer-middle{
	padding: 50px 0;
}
.footer-minimal .footer-bottom {
	padding: 40px 0;
	background-color: #1d1d1d;
	color: #888;
}
.footer-minimal .footer-bottom a{
	color: #888
}
.footer-minimal .copyrights{
	text-align: center;
	background-color: #191919;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	margin:30px auto 0
}
.footer-minimal.minimal-2 .copyrights{
	display:table;
	padding:15px 30px;
}
.footer-logo-txt{
	margin: -6px 20px 0;
	width: 45%;
	line-height: 1.7;
}
.footer-minimal .foot_widgets{
	overflow:hidden;
	clear:both
}
.minimal-info{
	line-height:25px;
	margin: -6px 0 0 0;
}
.minimal-info i{
	margin-right:10px
}
.footer-minimal.minimal-2 {
	text-align:center
}
.footer-minimal.minimal-2 [class*="col-md-"],.footer-minimal.minimal-2 .social-list{
	float:none;
	width:auto;
	margin: auto;
	display: table;
	padding: 0 !important
}
.footer-minimal.minimal-2 .footer-middle .foot_widgets{
	display:table;
	margin: 30px auto 20px;
	width:auto;
}
.footer-minimal.minimal-2 .footer-middle .widget_nav_menu li{
	float:left;
	margin: 0 15px 0 0;
}
.footer-minimal.minimal-2 .footer-middle .widget_nav_menu li,.footer-minimal .footer-bottom .widget_nav_menu li{
	border-top: 0 !important;
}
.footer-minimal.minimal-2 p i {
	margin-right: 8px
}
.footer-minimal .footer-middle .widget_nav_menu li a:before{
	display: none;
}
.footer-minimal.minimal-2 .footer-middle .widget_nav_menu li:last-child{
	margin-right: 0 !important
}
#footWrapper:not(.light) .widget li:not(.menu-item-has-children),.widget ul ul.children {
	border-color: rgba(255, 255, 255, 0.07);
}
.footer-bottom .widget_categories ul li:before,.footer-bottom .widget_archive ul li:before,.footer-bottom .widget_nav_menu ul li a:before{
	display:none
}
#footWrapper .tagcloud a{
	color: #bbb;
}
#footWrapper.light .tagcloud a{
	border: 1px #ccc solid;
}
.foot-about-par{
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.footer-bottom p.foot-about-par{
	margin-bottom:5px
}
.footer-bottom p{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.footer-bottom p i{
	margin-right:6px
}
.footer-bottom .social-list a{
	color: #555;
}
#footWrapper.light .footer-middle{
	color: #555
}
#footWrapper.light .footer-middle a,#footWrapper.light .footer-bottom a{
	color: #333
}
#footWrapper.light .footer-bottom{
	background-color: #f7f7f7;
	color: #555
}
#footWrapper.light .footer-middle .widgettitle{
	color: #222
}
#footWrapper.light .timeline-TweetList li,#footWrapper.light .widget_recent_entries li,#footWrapper.light .foot-about-par{
    border-color: rgba(0, 0, 0, 0.1) !important;
}
#footWrapper.light.footer-2 .footer-middle > .container{
	background-color: #fff
}
.fixed-footer{
	position: fixed;
	z-index: -1;
	width: 100%;
	left: 0;
	bottom: 0
}
#footWrapper section.col-md-3:nth-child(4n+1),#footWrapper section.col-md-6:nth-child(2n+1),#footWrapper section.col-md-4:nth-child(3n+1){
	clear: left;
}

/*
--------------------- 5.6. SiteMap -------------------- */
.sitemap ul.menu{
	margin: 0;
	padding: 0;
	list-style:none
}
.sitemap ul ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.sitemap ul ul li{
	padding: 7px 0 7px 7px;
	font-size: 12px;
	border-bottom: 1px #f2f2f2 solid;
}
.sitemap ul.menu > li > a{
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0 0 15px;
}
.sitemap ul.menu > li > ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.sitemap ul.menu > li > ul > li{
	width: 31%;
	margin: 0 2% 30px 0;
	border: 1px #eee solid !important;
	padding: 15px !important;
	border-radius: 4px;
}
.sitemap ul.menu > li > ul > li > a{
	font-weight: bold;
	font-size: 13px;
	display: block;
	background-color: #f7f7f7;
	padding: 10px 15px;
	margin-bottom: 5px;
}


/* ==========================================================================
  7. TYPOGRAPHY.
============================================================================= */
.white-bg{background-color: #fff}
.dark-bg{background-color: #333}
.main-bg .main-color,.main-bg a,.dark-bg,.dark-bg a{color:#fff;}
.clearfix{clear: both;}
.circle{border-radius: 50%}
.rounded{border-radius: 5px}
.tbl{display: table;}
.m-auto{margin-left: auto;margin-right: auto;}
.bold{font-weight: bold;}
.gry-bg{background-color: #f7f7f7}

.xxs-padding{padding-top: 20px;padding-bottom: 20px}
.xs-padding{padding-top: 40px;padding-bottom: 40px}
.sm-padding{padding-top: 70px;padding-bottom: 70px}
.md-padding{padding-top: 100px;padding-bottom: 100px;}
.lg-padding{padding-top: 140px;padding-bottom: 140px}
.xl-padding{padding-top: 180px;padding-bottom: 180px}
.xl-padding{padding-top: 230px;padding-bottom: 230px}

.p-a-1{padding: 10px}
.p-a-2{padding: 20px}
.p-a-3{padding: 30px}
.p-a-4{padding: 40px}
.m-b-1{margin-bottom: 10px}
.m-l-1{margin-left: 10px}
.m-l-2{margin-left: 20px}
.m-l-3{margin-left: 30px}
.m-l-4{margin-left: 40px}
.m-r-0{margin-right: 0}
.m-l-0{margin-left: 0}
.m-b-0{margin-bottom: 0}
.m-b-1{margin-bottom: 10px}
.m-b-2{margin-bottom: 20px}
.m-b-3{margin-bottom: 30px}
.m-b-4{margin-bottom: 40px}
.m-t-0{margin-top: 0}
.m-t-1{margin-top: 10px}
.m-t-2{margin-top: 20px}
.m-t-3{margin-top: 30px}
.m-t-4{margin-top: 40px}
.p-b-0{padding-bottom: 0}
.p-b-1{padding-bottom: 10px}
.p-b-2{padding-bottom: 20px}
.p-b-3{padding-bottom: 30px}
.p-b-4{padding-bottom: 40px}
.p-b-6{padding-bottom: 60px}
.p-t-0{padding-top: 0}
.p-t-1{padding-top: 10px}
.p-t-2{padding-top: 20px}
.p-t-3{padding-top: 30px}
.p-t-4{padding-top: 40px}
.p-t-6{padding-top: 60px}
.font-40{font-size: 40px}
.font-25{font-size: 25px}
.m-l-auto{margin-left: auto !important}
.uppercase{text-transform: uppercase;}
.relative{position: relative;}
.heavy{font-weight: 900}
.parallax.relative{z-index: 1090}
.low-index{z-index: 7}
.hi-index{z-index: 8;position: relative;}
.black{color: #333}
.cat_grid .filter-by{display: none;}
.list li > i,.lbl-first i{margin-right:8px}
.inline{display: inline-block;}
input[type=checkbox], input[type=radio] {margin: 4px 5px 0 0;}
.checkbox-block input[type=checkbox]{vertical-align: sub;}
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 0.5em;
}
th {
	padding: 0.4em;
	text-align: left;
}
tr {
	border-bottom: 1px solid #eee;
}
td {
	padding: 0.4em;
}
th:first-child,
td:first-child {
	padding-left: 0;
}
th:last-child,
td:last-child {
	padding-right: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
[class*=" vc_li-"]:before, [class^=vc_li-]:before{
	width: auto !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 {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	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;
}
.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;
}
.sidebar{
	flex: 0 0 32%;
	min-width: 0;
	order: 3;
}
.content-column {
	flex: 1 1 auto;
	min-width: 0;
	order: 2;
}
.flxrow.lft-cell .sidebar{
	padding-left: 40px
}
.flxrow.rit-cell .sidebar{
	padding-right: 40px
}
.flxrow.rit-cell .sidebar{
	order:1;
}

#to-top {
	position: fixed;
	right: -4px;
	bottom: 40px;
	z-index: 999;
	cursor: pointer;
	background-color: rgba(0,0,0,.8);
	border-radius: 4px;
	transform:translateX(50px);
	-webkit-transform:translateX(50px);
}
#to-top span {
	width: 46px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 39px;
	display: block;
	color: #fff;
}
.oc-btn{
	font-size: 13px;
	padding: 15px 25px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.loadmore .oc-btn.oc-btn-default{
	color: #2b2b2b;
	font-weight:bold;
	background-color: #fff;
	border-radius:40px;
	-webkit-box-shadow: 0px 8px 35px 0px rgba(12, 12, 12, 0.2);
	box-shadow: 0px 8px 35px 0px rgba(12, 12, 12, 0.13);
}
.loadmore .oc-btn:hover{
	-webkit-box-shadow: none;
	background-color: #f7f7f7;
    box-shadow: none;
}
.woocommerce .star-rating span{
	height: 20px
}
.widget_nav_menu ul li{
	text-align: left;
}

/* ==========================================================================
  8. BOXED MODE
============================================================================= */
.pageWrapper.boxed{
	background: #fff;
	box-shadow: 0 0px 30px 12px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 0px 30px 12px rgba(0, 0, 0, 0.09);
	width: 1170px;
	margin: 0 auto;
	height: auto;
}
.pageWrapper.boxed .rev_slider_wrapper{
	width: 100% !important;
	left: 0 !important
}
.pageWrapper.boxed .fullwidthbanner-container,.pageWrapper.boxed .forcefullwidth_wrapper_tp_banner,.pageWrapper.boxed .fullscreen-container{
	width:100% !important;
	left:0 !important
}
.pageWrapper.boxed .fixed-footer{
	width:auto;
	left:auto;
}
.pageWrapper.boxed .top-head.affix,.pageWrapper.boxed .top-head.fixed-head {
	left: 50%;
	transform: translateX(-50%);
	width: 1170px;
	transition: none;
	-webkit-transition: none;
}
.pageWrapper.boxed .top-head.affix-top {
    transition: none;
    -webkit-transition: none;
}
.pageWrapper.boxed .top-head.creative1{
	padding-left: 0;
	padding-right: 0
}
.pageWrapper.boxed .top-head.creative1 .top-search.visible > div {
    width: 280px;
}
.pageWrapper.boxed .top-head.creative1 .top-search.visible.actsearch > div {
    width: 300px;
}
.pageWrapper.boxed .container-fluid .container{
	width: 100%
}
.pageWrapper.boxed .octa_grid.justify{
	margin-left: 0 !important;
	margin-right: 0 !important
}
.pageWrapper.boxed .main-content{
	padding-left: 20px
}
.admin-bar .top-head.affix {
	top: 32px;
}

/* ==========================================================================
  9. RESPONSIVE STYLES
============================================================================= */
/*
--------------- Responsive Menu ------------- */
.newNav{
    position: fixed;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
    transition: opacity 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 999999;
    border-radius: 3px;
}
.newNav .mega-content .row{
	margin: 0 !important
}
.newNav ul ul{
	display: none;
}
.newNav.modern:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content:"";
    display:block
}
.clo{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
	background-color: transparent;
}
.newNav.modern > span:not(.responsive-menu){
	display: block;
	clear: both;
	height: 3px;
	width: 22px;
	background-color: #fff;
	position: absolute;
	left: 14px;
	top: 19px;
	/* overflow: hidden; */
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease-in-out;
}
.newNav.modern > span.responsive-menu{
	display: block;
	position: absolute;
	right: -20px;
	width: 250px;
	height: 0;
	top: 45px;
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease-in-out;
}
.newNav.modern > span:nth-child(1){
	z-index: 9;
}
.newNav.modern > span:nth-child(3){
	margin-top: 8px;
}
.newNav.modern .responsive-menu > ul{
	padding: 0;
	margin: 0;
	background-color: #fff;
	max-height: 500px;
	height: 0;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.newNav.modern .responsive-menu > ul:before {
	content:"";
	height:0;
	background-color:#333;
	display:block
}
.newNav.modern .responsive-menu > ul li{
	display: block;
	transition: all 0.8s ease;
	-wekit-transition: all 0.8s ease;
}
.newNav.modern .responsive-menu > ul li li{
	margin:0 !important;
	padding:0
}
.newNav .responsive-menu > ul li a,.newNav .responsive-menu > ul li h4{
	display:block;
	color: #444;
	font-size: 13px;
	border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
	padding: 13px;
	margin:0;
	font-weight: bold;
}
.newNav .responsive-menu > ul li.current-menu-item {
	background-color: rgba(0, 0, 0, 0.06)
}
.newNav .responsive-menu > ul li li a{
	padding: 9px 15px;
	font-weight: normal;
}
.newNav.modern .responsive-menu > ul li i{
	margin-right:8px;
}
.newNav .responsive-menu ul li li i{
	color: #fff;
	margin-right: 8px
}
.child-arrow {
	float:right;
	position:relative;
	top: -3px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px !important;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.newNav .responsive-menu ul ul li b.child-arrow {
    font-size: 14px;
    top: 0px;
    right: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
}
.newNav .responsive-menu li b.child-arrow.rot-up{
	transform: rotate(180deg);
	background-color: rgba(255, 255, 255, 0.14);
}
.newNav.modern .responsive-menu ul ul{
	display:none;
	padding: 0;
	margin:0;
	background-color: rgba(0, 0, 0, 0.03);
}
.newNav.modern .mCSB_inside .mCSB_container{
	margin-right: 0;
}
.newNav.modern .mCSB_scrollTools{
	opacity:0 !important
}
.newNav.modern.oppenned span:nth-child(1), .newNav.modern.oppenned span:nth-child(3){
    z-index: 100;
    transform: rotate(45deg);
}
.newNav.modern.oppenned span:nth-child(1){
    transform: rotate(45deg) translateY(12px) translateX(12px);
    margin-top: -13px;
}
.newNav.modern.oppenned > span:nth-child(1):after {
	opacity:0
}
.newNav.modern.oppenned span:nth-child(2){
    width: 250px;
    background-color: #333;
    right: 0;
    height: auto;
    opacity: 1;
}
.newNav.modern.oppenned .responsive-menu > ul{
	height:auto
}
.newNav.modern.oppenned .responsive-menu > ul:before{
	height:6px
}
.newNav.modern.oppenned span:nth-child(3){
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
    margin-top: 18px;
}
.newNav.modern.oppenned li.active > a,.newNav.modern.oppenned li.selected > a{
	background-color: #333;
	color: #fff;
}
.newNav.modern li li li.selected > a{
	background-color:rgba(0,0,0,.1) !important;
}
@media (min-width: 768px){
	.main-nav li.mega-menu .mega-content{
		width:750px
	}
}

@media (min-width: 992px) {
	.main-nav li.mega-menu .mega-content{
		width:970px
	}
}

@media (min-width: 1200px) {
	.main-nav li.mega-menu .mega-content{
		width: 1134px;
	}
}

@media (max-width: 1500px) {
	.side-wrap .container{
		width: 100% !important
	}
}

@media (max-width: 1200px) {
	.pageWrapper.boxed {
		width: auto;
		margin:auto
	}
	.top-head.creative1 .top-search.visible > div{
		width: 260px
	}
	.vc_col-has-fill.bottom_bg{
		background-position: 0 100% !important;
		background-size: contain !important;
		padding-left: 60px !important;
	}
}
@media (max-width: 1024px) {
	.footer-logo-txt {
		width: 35%;
	}
	.top-head.creative1 .top-search.visible > div {
		width: 230px !important;
	}
	.top-search.visible.actsearch > div{
		width: 240px !important;
	}
}
@media (max-width: 992px) {
	body{
		overflow-x: hidden;
	}
	.vc_col-has-fill.bottom_bg{
		background-image: none !important;
	}
	.vc_col-has-fill.bottom_bg .col-md-6:last-child{
		display: none;
	}
	.vc_col-has-fill.bottom_bg .col-md-6:first-child{
		padding-top: 0 !important;
	}
	.row-eq-height{
		display: block;
	}
	[class*="col-md-"]:not(.col-md-12),.st-container:not(.cont-steps-3) .oc-step{
		padding-bottom: 15px
	}
	.main-content{
		padding: 15px !important;
	}
	.footer-middle .container > div, .footer-middle .container > ul {
		float: none !important;
		padding: 0 0 20px;
		margin: 0;
	}
	.footer-minimal .foot_widgets,.footer-bottom .copyrights,.footer-minimal .copyrights{
		display:table;
		margin:0 auto !important;
		float:none !important
	}
	.footer-minimal .copyrights{
		margin-top: 20px !important
	}
	.comment-list ul.children{
		margin-left: 0
	}
	.container, .pageWrapper.boxed, .pageWrapper.boxed .top-head.affix, .pageWrapper.boxed .top-head.fixed-head{
		width: 100% !important
	}
	.site-nav,.menu_sep,.bottom-head{
		display: none;
	}
	.newNav{
		display: block;
	}
	.top-bar .pull-left,.top-bar .pull-right,.top-bar .pull-left ul.topbar-box{
		float: none;
		width: 100%;
		text-align: center;
	}
	[class*="col-md-"],.cp_btn.btn-align-right{
		width: 100%;
		float: none;
	}
	.cp-letters-wrap {
		display: table;
		clear: both;
		width: 100%;
		min-height: 70px;
		overflow: hidden;
	}
	.layers_wraper{
		width: 100% !important;
	}
	.img_layer{
		width: auto !important;
	}
	.posts_tabs .recent-posts p,.posts_tabs .rit_tabs .r-posts-cont p{
		display: none;
	}
	.posts_tabs .rit_tabs .r-posts-cont p.r-p-text{
		font-size: 11px
	}
	.post_date_tabs {
		top: 6px;
	}
	.custom_port .filter-by{
		margin: 0 auto !important;
		float: none !important;
		width: auto !important;
		display: table;
	}
	.left_nav_port .filter-by ul{
		width: 100%
	}
	.left_nav_port .filter-by li{
		float: left !important;
		display: inline-block !important;
		clear: none !important;
	}
	.left_nav_port .filter-by li a{
		font-size: 14px !important;
	}
	.left_nav_port .grid.octa_grid{
		width: 100% !important;
		margin-left: 0 !important;
		margin-top:0 !important;
	}
	.testi_desc span, .port-inner-cell h4{
		font-size: 14px !important
	}
	.port-inner-cell p.description{
		font-size: 11px
	}
	.member_img img{
		max-width: 300px;
	}
	.team-box.has_alt .alt_team{
		transform: translate(-50%,0);
		left: 50%
	}
	.cust_marg_top[class*="vc_custom"]{
		margin-top: -45px !important;
	}
	.slick-slider{
		overflow: hidden;
	}
	.side-wrap{
		margin:0 !important;
	}
	.side-head{
		padding: 20px
	}
	.page-title .in-page-title{
		height: auto !important;
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.row [class*="vc_custom"],.flxrow .sidebar,.portfolio-container {
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.row [class*="vc_custom"] {
		margin-top: 0 !important;
	}
	.layers_wraper{
		overflow: hidden;
	}
	.resonsive_no_img{
		background-image: none !important;
	}
	.xl-padding{
		padding-top: 180px
	}
	.vc_video-bg iframe{
		margin-left: -418px;
		margin-top: 0px;
		width: 1249.78px;
		height: 703px;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-icon{
		margin-right: 10px
	}
	.not-found-wrap{
		width: 100%
	}
	.lg-not-found h1{
		font-size: 100px
	}

}
@media (max-width: 1600px){
	.resonsive_no_img {
		background-position-x: -12%;
	}
}
@media (max-width: 1400px){
	.resonsive_no_img {
		background-position-x: -28%;
	}
}
@media (max-width: 1100px){
	.resonsive_no_img {
		background-position-x: -55%;
	}
}
@media (max-width: 768px){
	.pageWrapper.boxed .top-head.affix, .pageWrapper.boxed .top-head.fixed-head{
		width: 100%;
	}
	.main-nav{
		transform: translateX(500px);
		-webkit-transform: translateX(500px);
	}
	.main-nav.collapse.in{
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	.main-nav.collapse.in li{
		float: none;
		margin: 0;
		padding: 0 !important
	}
	.main-nav .sub-menu, .main-nav .mega-content{
		position: static;
		display: none;
		min-width: 100%;
		box-shadow: none;
		border-top:none;
	}
	.main-nav > ul > li:not(.mega-menu) ul.sub-menu, .main-nav .mega-content{
		max-height: 300px;
		overflow-y:auto;
	}
	.main-nav.collapse.in li:hover > .sub-menu{
		display: block;
	}
	.main-nav.collapse.in li a{
		padding: 12px 15px !important;
		display: block;
		border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
	}	
	.main-nav .mega-content .row > ul, .main-nav > ul,.main-nav.collapse.in li a span,.st-container:not(.cont-steps-3) .oc-step{
		display: block !important
	}
	.main-nav.collapse.in li a span:after{
		float: right;
		margin-top: 8px
	}
	.main-nav{
		background-color: #222;
		border-radius: 0 !important;
		position:absolute;
		width: 230px;
		right: 0;
		top: 100%;
		z-index: 999
	}
	.main-nav ul{
		margin: 0 !important
	}
	.main-nav .sub-menu, .main-nav .mega-content{
		background-color: rgba(255,255,255,0.3) !important;
	}
	.steps-4 .step-line:after,.steps-4 .step-line:before,.steps-4.text-center:last-child .step-line:before{
		display: none;
	}
	.md-padding{
		padding-top: 40px;
		padding-bottom: 40px
	}
	.lg-padding{
		padding-top: 70px;
		padding-bottom: 70px
	}
	.top-head .head-cont > .container, .bottom-head > .container{
		width: 100%
	}
	.oc-carousel.l-r-out .slick-prev{
		left: 92%;
		right: auto;
	}
	.oc-carousel.l-r-out .slick-next{
		right: 92%;
		left: auto;
	}
	.head-btn.over .search-box > form .form-control{
		font-size: 120%
	}
	.med-top-cell,.rst-top-form{
		position:static;
	}
	.side-head{
		width: 100%;
		height: auto;
		left: 0;
		top: 0
	}
	.left.side-wrap,.right.side-wrap{
		padding-right: 0;
		padding-left: 0
	}
	.side-head .logo{
		float: left !important;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.side-head-bottom{
		display: none;
	}
	.footer-middle .container > div,.footer-middle .container > ul{
		float:none !important;
	}
	.footer-minimal:not(.minimal-2) .foot_widgets{
		display:table;
		margin:auto
	}
	.main-nav ul {
		float: none;
	}
	.top-head.creative1:not(.affix) > .head-cont > .container{
		line-height: 40px;
		height: auto;
	}
	.top-head.creative1 .rit_tools{
		display: none;
	}
	.posts_tabs .lft_tabs,.posts_tabs .rit_tabs{
		float: none;
		width: 100%;
		margin:0;
	}
	.rit_tabs .rit_tabs_inner{
		margin: 30px 0 0 !important;
	}
}
@media (max-width: 640px){
	.search-box{
		width: 300px
	}
	.page-title h1 {
		font-size: 155% !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
		background-color: rgba(255, 255, 255, 0.4) !important;
	}
	.wid-60,.wid-50,.wid-40,.wid-30,.wid-20,.wid-10{
		width: 100%
	}
	.top-head .head-btn.top-cart{
		padding-top: 8px
	}
	.top-head .head-btn.top-cart > a{
		line-height: 25px;
		height: 25px;
	}
	.top-bar > .container > [class*="pull-"]{
		float: none !important;
		display: table;
		margin: 0 auto;
	}
	.top-head .head-cont{
		padding-top: 10px;
		padding-bottom: 10px
	}
	.cp-img-map{
		overflow:hidden;
	}
	.row [class*="vc_custom"],.flxrow .sidebar {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.head_tag,.head_tag span,.head_tag p{
		font-size: 30px !important
	}
	.oc-tests{
		padding-left: 15px !important;
		padding-right: 15px !important
	}
	.cp-cta > div{
		float: none;
		width: 100%;
		display: block !important;
		padding: 0 0 15px 0 !important;
	}
	.octa_grid:not(.slick-slider) .portfolio-item{
		width: 100% !important;
	}
	.footer-3 .footer-middle > .container{
		padding-right: 15px;
		padding-left: 15px
	}
	.footer-bottom p{
		text-align: center;
	}
	.footer-bottom .social-list{
		display: table;
		margin: auto;
	}
	.blog-shortcode,.posts_tabs{
		margin: 0 !important
	}
}

.toleft:after{
	position: absolute;
	right: -12px;
	top: 0;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 0 23px 12px;
	border-color: transparent transparent transparent #4abeb0;
}
.toleft:before{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	content: "";
	width: 49px;
	height: 46px;
	background-color: #444;
}
.co_overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
	cursor: url('../images/close.png') 15 15,default;
}


/*
----------------------- Form Controls Design ------------------- */
select,textarea,input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"]{
	font-size: 13px;
	border-radius: 30px;
	box-shadow: none;
	padding: 12px 20px;
	line-height: 1;
	height: auto;
	background-color: #f7f7f7;
	border: 1px #efefef solid;
	width: 100%;
}
textarea,textarea.form-control{
	max-height: 135px;
	background-color: #f7f7f7;
	border-radius: 12px;
	padding-top:15px !important;
	resize: none;
	border-color: #efefef;
	line-height: 1.5 !important
}
.btn{
	padding: 11px 20px;
	font-size: 13px;
	font-weight: bold;
}
.btn.btn-lg{
	padding: 15px 30px;
}
.btn.main-bg:hover{
	color:#fff
}
.btn.btn-xl{
	padding: 22px 44px;
}
.btn.btn-xl.round{
	border-radius:80px !important
}
.form-group {
    margin-bottom: 30px;
}
.post-password-form p label{
	width:85%
}
.post-password-form input[type="submit"]{
	font-size: 13px;
	border-radius: 30px;
	box-shadow: none;
	padding: 12px 20px;
	line-height: 1;
	height: auto;
	background-color: #333;
	color:#fff;
	border: 0;
}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus{
	-webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.08) !important;
	border-color: #f2f2f2 !important;
	background-color: #fff;
}
.top-search .form-control:focus{
	background-color: transparent !important
}
.search-form .btn{
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
}
.form-container{
	background-color: #fff;
	border-radius: 30px;
}
.form-container input,.form-container button{
	background-color: transparent;
	border:0;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7 .form-group.outline-controls .wpcf7-form-control-wrap{
	z-index: 2;
}
.cp-select-wrap .wpcf7-form-control-wrap{
	z-index: 5
}
.wpcf7 .form-group.outline-controls{
	width: 100%;
	position: relative;
	margin: 3em 0 0;
}
.cp-select-wrap{
	z-index:999
}
.form-buttons{
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
.wpcf7 .form-group.outline-controls .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-select):not(.wpcf7-file){
	border:0;
	border-bottom: 0;
	box-shadow: none;
	border-radius: 0;
	resize: none;
	font-weight: normal;
}
.wpcf7 .form-group.outline-controls .wpcf7-form-control.wpcf7-select{
	width: 100%;
	border:0;
	border-bottom: 2px solid #cccccc;
	padding: 12px 0;
	font-size: 14px;
}
.wpcf7 .form-group .wpcf7-form-control.wpcf7-submit{
	padding: 15px 25px;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
}
.wpcf7 .form-group.outline-controls .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-select):not(.wpcf7-file){
	background: transparent;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	padding: 0 20px;
	line-height: 45px;
	color: #fff;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.wpcf7 .form-group.outline-controls .form-label {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	margin: 0;
	font-weight: normal;
}
.wpcf7 .form-group.outline-controls .form-label span {
	-webkit-transition: all 0.3s 0.3s;
	transition: all 0.3s 0.3s;
	display: inline-block;
	line-height: 45px;
}
.wpcf7 .form-group.outline-controls .form-label::before,.wpcf7 .form-group.outline-controls .form-label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.wpcf7 .form-group.outline-controls .form-label::before {
	border-top: 2px solid #cccccc;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.wpcf7 .form-group.outline-controls .form-label::after {
	z-index: -1;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.wpcf7 .form-group.outline-controls.active .wpcf7-form-control:not(.wpcf7-submit){
	opacity: 1 !important;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.wpcf7 .form-group.outline-controls.active .form-label {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wpcf7 .form-group.outline-controls.active .form-label span {
	-webkit-transform: translate3d(0, -35px, 0);
	transform: translate3d(0, -35px, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	opacity:0.7;
}
.wpcf7 .form-group.outline-controls.active .form-label::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	z-index: -1;
}
.wpcf7 .form-group.outline-controls.active .form-label::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.wpcf7 .form-group.outline-controls.active .form-label::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
span.wpcf7-not-valid-tip {
    font-size: 73%;
    position: absolute;
    right: 0;
    bottom: -16px
}
div.wpcf7 .form-group.outline-controls input[type="file"] {
	border: 0;
	box-shadow: none;
	border-bottom: 2px #ccc solid;
	border-radius: 0;
	padding: 20px 0 35px;
}
.wpcf7-form,form{
	position: relative;
}
div.wpcf7-response-output {
	border-width: 0;
	position: absolute;
	bottom: 17px;
	font-size: 76%;
	right: 0;
	max-width: 61%;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #f00
}
div.wpcf7 .ajax-loader {
	margin: 5px 0 0 10px;
	background-image: url(../images/loading.gif);
	width: 20px;
	height: 20px
}
.captcha-element.oulined-cap input.wpcf7-form-control{
	border:0;
  	border-bottom: 2px solid #cccccc;
  	background-color:transparent;
  	border-radius:0
}
.captcha-element img.wpcf7-captchac{
	margin: 10px 0
}
/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: block;
}
.custom-select-wrapper select {
	display: none;
}
.cp-select {
	position: relative;
	display: inline-block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	font-weight: normal;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	border-bottom: 2px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.cp-select.opened .custom-select-trigger:after {
	margin-top: 0px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	box-shadow: 0 0px 30px 0px rgba(0,0,0,.14);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	z-index: 5;
	visibility: hidden;
	transform: translateY(15px);
}
.cp-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0px);
}
.option-hover:before {
	background: #f9f9f9;
}
.custom-option {
	position: relative;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
	color: #9a9a9a;
	cursor: pointer;
	transition: all .4s ease-in-out;
	z-index: 5;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.custom-option:hover,.custom-option.selection {
	background: #f9f9f9;
}

.vert_sep{
	position: relative;
}
.vert_sep::after{
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 0;
	width: 15px;
	height: 100%;
	content: "";
	display: block;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNTE1MzQ1RkQzRjgxMUU1QTAwQzgzQjJDM0ZDRjE1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNTE1MzQ2MEQzRjgxMUU1QTAwQzgzQjJDM0ZDRjE1OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA1MTUzNDVERDNGODExRTVBMDBDODNCMkMzRkNGMTU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA1MTUzNDVFRDNGODExRTVBMDBDODNCMkMzRkNGMTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QO4ZKAAAABFJREFUeNpiYMAE4bQQAAgwAFcSAbSNH25UAAAAAElFTkSuQmCC);
	background-position: 50% 50%;
	background-repeat: repeat-y;
}

.no-pad{
	padding-top: 0 !important
}
.round {
    border-radius: 2em !important;
}
.white {
    color: #fff;
}
.big_shadow{
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.14);
}
.cp_btn{
	position: relative;
    top: 0;
	display: inline-block;
	overflow: hidden;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border:0;
	padding:0;
	font-weight: bold;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cp_btn.btn-icon-left .btn_icon_wrap{
	margin-right: 10px;
}
.cp_btn.btn-icon-right .btn_icon_wrap{
	margin-left: 10px;
}
.cp_btn .btn_el {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.cp_btn .btn_back {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}
.cp_btn:hover .btn_front {
	opacity: 0;
}
.cp_btn:hover .btn_back{
	opacity: 1;
}
.cp_btn .btn_icon_wrap,.cp_btn .btn_icon_wrap i{
	display: inline-block;
}
.cp_btn .btn_txt{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	order: 0
}
.cp_btn.rounded span.btn_el{
	border-radius: 5px
}
.cp_btn.round span.btn_el{
	border-radius: 2em;
}
.cp_btn.cp_btn-xs span.btn_el{
	padding: 8px 12px;
	font-size: 11px;
}
.cp_btn.cp_btn-sm span.btn_el{
	padding: 11px 16px;
	font-size: 12px;
}
.cp_btn.cp_btn-md span.btn_el{
	padding: 17px 23px;
	font-size: 13px;
}
.cp_btn.cp_btn-lg span.btn_el{
	padding: 25px 30px;
	font-size: 15px;
}
.cp_btn.cp_btn-xl span.btn_el{
	padding: 32px 40px;
	font-size: 18px;
}
.cp_btn.cp_btn-xxl span.btn_el{
	padding: 40px 50px;
	font-size: 20px;
}
.cp_btn.btn-align-left{
	float: left;
}
.cp_btn.btn-align-right{
	float: right;
}
.cp_btn.btn-align-center{
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.cp_btn + .cp_btn{
	margin-left: 5px;
}
.btn-container + .btn-container{
	margin-top: 5px;
}
.cp_btn:not(.btn-hover-shad):hover{
	box-shadow: none;
	-webkit-box-shadow: none;
	transform: translateY(0);
}
.cp_btn.btn-style-3d{
	box-shadow: 0 5px 0 #ddd;
}
.cp_btn.btn-style-3d:hover{
	top: 2px;
	box-shadow: 0 3px 0 #ddd;
}
.cp_btn span.btn_el{
	display: flex;
	align-items: center;
    justify-content: center;
}
.btn-icon-right.cp_btn span.btn_el .btn_icon_wrap{
	order: 2;
}
.btn-container.cont-inline{
	display: inline-block;
}
.btn-container + .btn-container{
	margin: 5px 0 0 5px
}
.cp_btn.btn-full-height{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.btn-container.cont-full-height{
	height: 100%;
	display: table;
}
.btn-container.cont-full-width{
	width: 100%;
}
.btn-shad:hover{
	box-shadow: none;
	-webkit-box-shadow:none;
}
.btn-shad,.btn-hover-shad:hover{
	-webkit-box-shadow: 0px 8px 30px 0px rgba(12, 12, 12, 0.13);
	box-shadow: 0px 9px 30px 0px rgba(12, 12, 12, 0.2);
	transform: translateY(-1px);
}
.admin-bar .top-head.fixed-head.top:not(.affix) {
  top: 32px;
}
.itr-custom-header{
	text-align: center;
}