/*
Theme Name: Axes
Theme URI: https://pixeldrops.net/axes
Author: Pixeldrops.net
Author URI: http://pixeldrops.net
Description: Axes is a smart and super flexible Multipurpose Onepage & Multipage Html Template for all kind of business. Axes can be used for any type of website: business, agency, corporate, portfolio, personal website, blog, landing page, etc. Axes is fully responsive and looks great on any mobile devices. 
Version: 1.5
License: Regular / Extended Themeforest 
License URI: http://themeforest.net/licenses
Tags: purple, orange, white, dark, light, responsive-layout, accessibility-ready, custom-background, custom-colors, featured-images, microformats, post-formats
Text Domain: axes

*/

/**
 * Table of Contents
 *
 * 1.0 - Features
 *	1.1 - Bootstrap adjustments
 *	1.2 - Owl carousel
 *	1.3 - Back to top button
 *  1.4 - Revolution slider
 * 2.0 - Layout
 *	2.1 - Navigation
 *		2.1.1 - Default - Style 1
 *		2.1.2 - Default - Style 2
 *		2.1.3 - Default - Style 3
 *	2.2 - Footer
 *	2.3 - Bottom
 *  2.4 - Breadcrumbs
 * 3.0 - Typography
 *	3.1 - General typography
 *	3.2 - Buttons
 * 4.0 - Elements
 *	4.1 - Section header
 *	4.2 - Counter
 *	4.3 - Team
 *	4.4 - Testimonial
 *	4.5 - Pricing tables
 *	4.6 - Icon boxes
 *  4.7 - Contact form
 *	4.8 - Call to action
 *	4.9 - Pie charts
 *	4.10 - Accordion & Tab
 *	4.11 - Portfolio
 *  4.12 - Blog grid
 *  4.13 - Twitter feed
 *  4.14 - Owl carousel
 *	4.15 - Portfolio share buttons
 *	4.16 - Blog item
 *  4.17 - Portfolio filter
 *	4.18 - Portfolio carousel
 *	4.19 - Progress bars
 *  4.20 - Portfolio Grid
 *  4.21 - Process
 *  4.22 - Single Quote
 *  4.23 - VC Widgets
 * 5.0 - WP Content
 *	5.1 - Widgets
 *	5.2 - Post formats
 *	5.3 - Comments
 *	5.4 - Portfolio posts
 * 6.0 - Versions
 *  6.1 - Portfolio left sidebar
 * 
 */


/**
 *	1.0 Features
 *----------------------------------------------------------
 */

 
 /* 1.1 vc row adjustment */
 
.section-fluid > div > .row > .col-md-12,
.section-fluid > div > .row > .vc_col-sm-12,
.section-fluid > div > .row > .col-md-11,
.section-fluid > div > .row > .vc_col-sm-11,
.section-fluid > div > .row > .col-md-10,
.section-fluid > div > .row > .vc_col-sm-10,
.section-fluid > div > .row > .col-md-9,
.section-fluid > div > .row > .vc_col-sm-9,
.section-fluid > div > .row > .col-md-8,
.section-fluid > div > .row > .vc_col-sm-8,
.section-fluid > div > .row > .col-md-7,
.section-fluid > div > .row > .vc_col-sm-7,
.section-fluid > div > .row > .col-md-6,
.section-fluid > div > .row > .vc_col-sm-6,
.section-fluid > div > .row > .col-md-5,
.section-fluid > div > .row > .vc_col-sm-5,
.section-fluid > div > .row > .col-md-4,
.section-fluid > div > .row > .vc_col-sm-4,
.section-fluid > div > .row > .col-md-3,
.section-fluid > div > .row > .vc_col-sm-3,
.section-fluid > div > .row > .col-md-2,
.section-fluid > div > .row > .vc_col-sm-2,
.section-fluid > div > .row > .col-md-1,
.section-fluid > div > .row > .vc_col-sm-1,
.section-fluid > div > .row {
	overflow:hidden;
	padding:0;
	margin:0;
}


/* 1.2 Owl carousel */

.owl-carousel .animated {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.owl-carousel .owl-animated-in {
	z-index:0;
}

.owl-carousel .owl-animated-out {
	z-index:1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut;
}

@-webkit-keyframes fadeOut {
	
	0% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
	
}

@keyframes fadeOut {
	
	0% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
	
}

.owl-height {	
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}

.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.owl-carousel.owl-loaded {
	display:block;
}

.owl-carousel.owl-loading {
	opacity:0;
	display:block;
}

.owl-carousel.owl-hidden {
	opacity:0;
}

.owl-carousel .owl-refresh .owl-item {
	display:none;
}

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab;
}

.owl-carousel .owl-rtl {
	direction:rtl;
}

.owl-carousel .owl-rtl .owl-item {
	float:right;
}

.no-js .owl-carousel {
	display:block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style:preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000;
}

.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	-webkit-transition:scale 100ms ease;
	-moz-transition:scale 100ms ease;
	-ms-transition:scale 100ms ease;
	-o-transition:scale 100ms ease;
	transition:scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-moz-transition:scale(1.3,1.3);
	-ms-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display:none;
}

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
}

.owl-dots {
	margin-top: 30px;
	text-align: center;
	display:block;
	position:relative;
	width:100%;
}

.owl-dot {
	display: inline-block;
	
}

.owl-dot > span {
	display:block;
	width: 7px;
	height: 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	margin: 2px 7px;
	background-color:#fff;
}

.owl-dot > span:hover {
	display:block;
	width: 7px;
	height: 7px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	background-color:#fff;
}

.owl-dot.active > span {
	display:block;
	width: 12px;
	height: 12px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0px 7px;
}

.post .owl-controls {
	margin-top:-60px;
}

@media (max-width:991px) { 

	.owl-dots,
	.owl-nav {
		display:none;
	}

}

.brands .owl-nav {
	display:none;
}

#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(inc/images/preloader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* 1.3 Back to top */

#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #25272a;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#back-to-top i {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#back-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: #c2cbcd;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover i {
  color: #fff;
}

/* 1.4 Revolution slider */

.hesperiden.tp-bullets .navbar {
    height: 35px;
    padding: 0px 0px;
}

.shema_big_title {
	font-size:86px;
	line-height:100px;
	font-weight:400;
	font-family:Montserrat;
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:rgba(0,0,0,0.498039) 0px 2px 5px;
	margin:0px;
	white-space:nowrap;
	letter-spacing:-2px;
	background-color:transparent;
	border-width:0px;
	border-color:rgb(255,255,255);
	border-style:none;
}

.shema_sub_title {
	font-size:24px;
	line-height:30px;
	font-family:Montserrat;
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:none;
	background-color:transparent;
	border-width:0px;
	border-color:rgb(0,0,0);
	border-style:none;
}


/**
 *	2.0 Layout
 *----------------------------------------------------------
 */


html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height:100%;
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
	color:#98a2a4;
	line-height:27px;
	font-size:16px;
	font-family:'Lato';
	font-weight:400;
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
	height:100%;
	background:#fff;
}

.boxed-wrap {
	max-width:1280px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
}

.td-main {
	background:#f5f9fa;
}

.blog-content {
	padding:220px 0 120px 0;
}

.page-content {
	padding:220px 0 120px 0;	
}

a.site-title {
	color:#45464b;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/


.navbar-default {
  background: none;
}

.navigation,
.left-header {
  background: #fff;
  width: 100%;
  z-index: 500;
  line-height: 0;
}

.navigation.overlay {
  background: none;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  -webkit-backface-visibility: hidden;
  line-height: 0;
}

.navigation.overlay.sticky {
  background: #fff;
}

.navigation.sticky > img {
  margin-bottom: 1px;
}

.logo {
  padding: 48px 0;
}

span.site-title {
	margin:10px 0;
	display:block;
}

.navigation.sticky .logo {
  padding: 20px 0;
}


.navigation.sticky .navbar-nav li a,
.logo,
#search,
#cart,
#cart>a>span {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.navbar-nav {
  margin: 0;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-nav > li > a {
  font-family: 'Varela Round', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #45464b;
  font-size: 12px;
}

.navigation.overlay .navbar-nav > li > a {
  font-family: 'Varela Round', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.navigation.overlay.sticky .navbar-nav > li > a {
  color: #45464b;
}

/*DropDown*/

.dropdown-menu {
  margin: 0;
  padding: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  min-width:220px;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #f5f9fa;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

.navbar-default .navbar-collapse {
  border-color: #ecf0f1;
}


/*Search*/

#search {
  padding: 50px 15px;
}

.navigation.sticky #search {
  padding: 20px 15px 21px;
} 

#search i {
  font-size: 20px;
  color: #45464b;
}

.search-wrap {
  padding: 8px;
  background-color: #1b1c1f;
}

.search-bar { 
  width: 240px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: -190px;
}

.search-trigger {
  cursor: pointer;
  z-index: 999;
}

.search-bar form i {
  position: absolute;
  right: 19px;
  top: 19px;
  color: #fff;
}

.search-bar .form-group {
  margin-bottom: 0;
}

.search-bar input:focus {
	outline:none;
}

.search-bar button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 50px;
  height: 50px;
  border: 0;
  cursor: pointer;
}

/*Cart*/

#cart {
  padding-top: 50px;
}

.navigation.sticky #cart {
  padding: 20px 0;
}

#cart i {
  font-size: 20px;
  color: #45464b;
}

#cart>a>span {
  display: block;
  position: absolute;
  top: 42px;
  left: 12px;
  font-size: 9px;
  color: #FFF;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.navigation.sticky #cart>a>span {
  top: 10px;
  left: 12px;
}


/*Navigation Toggle*/

.navbar-toggle {
  margin-top: 13px;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #45464b;
  width: 18px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ecf0f1;
}

.left-header.dark,
.left-header.dark .dropdown-menu {
  background-color: #1b1c1f;
}

.left-header.dark .navbar-nav > li > a,
.left-header.dark .dropdown-menu>li>a {
  color: #98a2a4;
}

.left-header.dark .dropdown-menu>li>a:focus,
.left-header.dark .dropdown-menu>li>a:hover {
  background-color: #131315;
  color: #98a2a4;
}

.left-header.dark .navbar-toggle:focus,
.left-header.dark .navbar-toggle:hover {
  background-color: #131315 !important;
}

.left-header.dark .navbar-toggle .icon-bar {
  background-color: #98a2a4 !important;
}

.navbar-default.left-header.dark .navbar-collapse {
  border-color: #282b2c;
  webkit-box-shadow: none;
  box-shadow: none;
}


/* 2.2 Footer */

.td-footer {
	display:block;
	padding:53px 0;
	position:relative;
	z-index:51;
	background:#16171a;
	text-align:center;
}

.footer-social a {
	display:inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #16171a;
  color: #98a2a4;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;	
  margin:0 3px 20px 3px;

}

/* 2.3 Bottom */

.td-bottom {
	background:#1b1c1f;	
	padding:120px 0 95px 0;
}

.td-bottom .widget {
	background:none;
}

.td-bottom .wp-caption .wp-caption-text, 
.td-bottom .entry-caption, .gallery-caption {
	font-size:14px;
	color:inherit;	
}

.td-bottom a.dropdown-toggle:hover,
.td-bottom .menu-item a:hover  {
	color:inherit;
}

.td-bottom .widget_calendar a:hover {
  background:#252525;
}

.td-bottom h1,
.td-bottom h2,
.td-bottom h3,
.td-bottom h4,
.td-bottom h5,
.td-bottom h6 {
	color:#fff;
}

.td-bottom ul.children {
	display:none;
}

.td-bottom a.fa {
	display:inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #16171a;
  color: #98a2a4;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;	
  margin-top:20px;
}

.td-bottom a.fa-facebook:hover {
  color: #fff;
  background-color: #3b5998;
}

.td-bottom a.fa-twitter:hover {
  color: #fff;
  background-color: #00acee;
}

.td-bottom a.fa-google-plus:hover {
  color: #fff;
  background-color: #dd4b39;
}

.td-bottom a.fa-linkedin:hover {
  color: #fff;
  background-color: #0e76a8;
}

.td-bottom a.fa-pinterest-p:hover {
  color: #fff;
  background-color: #c8232c;
}

.td-bottom a.fa-instagram:hover {
  color: #fff;
  background-color: #3f729b;
}

.td-bottom img {
	display:block;
	max-width:100%;
	height:auto;
}

.td-bottom select {
	max-width:100%;
}

.bottom-widget {
	margin-bottom:25px;
}

.bottom-widget h5 {
	margin:0 0 20px 0;
	color:#fff;
	font-size:20px;
}

.td-bottom h6 {
	margin-top:30px;
}

.bottom-widget ul {
	list-style:none;
	padding:0;
}

.bottom-widget ul li:first-child {
	padding:0px 0 16px 0;
}

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

.td-bottom li.recentcomments {
	border:none;
}

.bottom-widget ul li {
	padding: 16px 0;
	border-bottom: 1px solid #2a2b2f;
}

.bottom-widget span.post-date {
  color: #45464b;
  font-size: 12px;
}

.widget_recent_entries span.post-date {
	display:block;
}

.td-bottom .tagcloud a {
	background:#121212;
	border:1px solid #121212;
	color:inherit;
	padding:10px 12px;
	margin:2px 1px;
	display:inline-block;
	line-height:1;
	text-decoration:none;
	text-transform:capitalize;
}

.td-bottom .tagcloud a:hover {
	color:#fff;
}

.td-bottom .widget_search {
  padding: 0px;
  border: 1px solid #2a2b2f;
  background: none;
  margin: 0 0 40px 0;
}

.td-bottom .widget_calendar table, .widget_calendar td {
  border: 0;
  border-collapse: separate;
  /* width: 30%; */
  border-spacing: 16px;
  background: #121212;
}

.td-bottom .widget_calendar tbody td {
  background-color: #1a1a1a;
}

.td-bottom .widget_rss a {
	color:#fff;
}

/* 2.4 Breadcrumbs */

.blog-header > .mask {
	padding:80px 0;
}

.blog-header {
	margin:120px 0 0 0;
	padding:60px 0;
  	background-position: center center;
	line-height:40px;
}

.blog-header h1 {
	font-size:40px;
	margin:0;
}

#breadcrumbs{
    list-style:none;
    margin:0;
	padding:0;
    overflow:hidden;
	float:right;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs li a {
	color:inherit;
	font-weight:inherit;
	font-size:inherit;
}

#breadcrumbs li .bread-current,
#breadcrumbs li.blog-bread {
	color:#fff;
}


/**
 *	3.0 Typography
 *----------------------------------------------------------
 */

 
/* 3.1 General Typography */

.dropcaps:first-child:first-letter {

  float: left;
  color: #45464b;
  font-size: 53px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 10px;
}

.dropcaps2:first-child:first-letter {
    float: left;
  color: #fff;
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  border-radius: 4px;
  padding:0 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display:block;
}

.post header {
	padding-bottom:30px;
}

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],
template {
	display:none;
}

a {
	background:transparent;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:active,
a:hover {
	outline:0;
}

a:hover,
a:focus {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,
strong {
	font-weight:bold;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
	margin:0.67em 0;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup{
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:0;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

code,
kbd,
pre,
samp {
	font-family:monospace, monospace;
	font-size:1em;
}

button,
input,
optgroup,
select,
textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],
html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}

legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:bold;
}

article table,
article th,
article td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

article table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

article caption,
article th,
article td {
	font-weight: normal;
	text-align: left;
}

article th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

article td {
	border-width: 0 1px 1px 0;
}

article th, article td {
	padding: 0.4em;
}

article p {
	margin-bottom:30px;
}


*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

input,
button,
select,
textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}

a {
	color:#428bca;
	text-decoration:none;
}

a:hover,
a:focus {
	color:#2a6496;
	text-decoration:none;
}

a:focus {
	outline:none;
}

img {
	vertical-align:middle;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

article img,
article figure,
figure img,
.img-responsive,
.wp-post-image {
	display:block;
	max-width:100%;
	height:auto;
}

.img-rounded {
	border-radius:6px;
}

.img-thumbnail {
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto;
}

.img-circle {
	border-radius:50%;
}


/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

blockquote {
	font-size: 18px;
	line-height:27px;
	padding: 40px;
	font-style:italic;
	background:#f5f9fa;
	border:none;
}

blockquote.blockquote2 {
	font-size: 18px;
	line-height:27px;
	padding: 40px;
	font-style:italic;
	background:#fff;
	border:none;
}


blockquote p {
	margin-bottom: 20px;
}

blockquote cite,
blockquote small {
	font-size: 15px;
	color:#45464b;
	font-style:normal;
	display:block;
	margin:15px 0 20px 0;
}

ul.bullets, ul.arrows, ul.checks, ul.numbers {
	list-style:none;
	padding-left:0;
}

.bullets li, .arrows li, .checks li, .numbers li {
  margin-bottom: 20px;
  color: #98a2a4;
}

.bullets li:before {
  content: "• ";
  font-size: 14px;
  padding-right: 0.5em;
}

.checks i {
  font-size: 12px;
  margin-right: 7px;
}

.arrows i {
  margin-right: 5px;
}

.format-quote-url blockquote {
	background:#fff;
	padding:0;
}

hr {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top:1px solid #eee;
}

.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	color:#45464b;
	-webkit-font-smoothing:antialiased;
	font-weight:400;
	line-height:1.1;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

h6,
.wpb_heading,
.widgettitle {
	font-size: 16px;
}

.subheading {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	font-style:italic;
	color: rgb( 152, 162, 164 );
}

.wpb_column h1.wpb_heading {
	font-size:32px;
}

.wpb_column h1.wpb_heading:after
{
	content:"";
	height:2px;
	width:36px;
	display:block;
	margin:18px 0 40px 0;
}

.wpb_column h2.wpb_heading {
	font-size:24px;
}

.wpb_column h2.wpb_heading:after
{
	content:"";
	height:2px;
	width:36px;
	display:block;
	margin:18px 0 40px 0;
}

.primary {
	margin-top:0px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color:#fff;
}


/* 3.2 Buttons */

.form-submit input#submit,
input.wpcf7-submit,
a.btn-style1,
a.btn-style2,
a.btn-style3,
a.btn-style4,
a.btn-style5,
a.btn-style6,
a.btn-style7,
a.btn-style8,
a.btn-style9,
α.btn-style10,
a.btn-style11,
α.btn-white,
a.btn-white2,
a.more-link {
	display: inline-block;
	margin-top:30px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

a.more-link {
	margin-top:0;
}

a.btn-style1,
.form-submit input#submit,
input.wpcf7-submit {
	color:#fff;
}

.form-submit input#submit {
	margin-top:0px;	
}

a.btn-style1:hover,
a.btn-style1:focus {
  background-color: transparent;
}

.form-submit input#submit:hover {
	background:none;
}

input.wpcf7-submit:hover {
	background:#eee;
}

a.btn-style2 {
	border:2px solid #f05135;
	background-color: #f05135;
  	color: #fff;
}

a.btn-style2:hover,
a.btn-style2:active  {
	border:2px solid #f05135;
	background-color: transparent;
  	color: #f05135;
}

a.btn-style4 {
	border:2px solid #7248f5;
	background-color: #7248f5;
  	color: #fff;
}

a.btn-style4:hover,
a.btn-style4:active  {
	border:2px solid #7248f5;
	background-color: transparent;
  	color: #7248f5;
}

a.btn-style5 {
	border:2px solid #ffc63e;
	background-color: #ffc63e;
  	color: #fff;
}

a.btn-style5:hover,
a.btn-style5:active  {
	border:2px solid #ffc63e;
	background-color: transparent;
  	color: #ffc63e;
}

a.btn-style6 {
	border:2px solid #92d11d;
	background-color: #92d11d;
  	color: #fff;
}

a.btn-style6:hover,
a.btn-style6:active  {
	border:2px solid #92d11d;
	background-color: transparent;
  	color: #92d11d;
}

a.btn-style7 {
	border:2px solid #30c3ff;
	background-color: #30c3ff;
  	color: #fff;
}

a.btn-style7:hover,
a.btn-style7:active  {
	border:2px solid #30c3ff;
	background-color: transparent;
  	color: #30c3ff;
}

a.btn-style8 {
	border:2px solid #ef6393;
	background-color: #ef6393;
  	color: #fff;
}

a.btn-style8:hover,
a.btn-style8:active  {
	border:2px solid #ef6393;
	background-color: transparent;
  	color: #ef6393;
}

a.btn-style9 {
	border:2px solid #fff;
	background-color: transparent;
  	color: #fff;
}

a.btn-style9:hover,
a.btn-style9:active  {
	border:2px solid #fff;
	background-color: #fff;
	color:#9148f5;
}

a.btn-style10 {
	border:2px solid #fff;
	background-color: transparent;
  	color: #fff;
}

a.btn-style10:hover,
a.btn-style10:active  {
	color: #fff;
}

a.btn-style11 {
	color:#fff;
}

a.btn-style11:hover,
a.btn-style11:active  {
	color: #fff;
	border:2px solid #121212;
	background:#121212;
}

a.btn-white {
	border:2px solid #fff;
	background-color: #fff;
 	margin-top:0;
	margin-right:5px;
}

a.btn-white:hover,
a.btn-white:active  {
	border:2px solid #fff;
	background-color: transparent;
	color:#fff;
}

a.btn-white2 {
	border:2px solid #fff;
	background-color: transparent;
	color:#fff;
	margin-top:0;
	margin-left:5px;
}

a.btn-white2:hover,
a.btn-white2:active  {
	border:2px solid #fff;
	background-color: #fff;
	color:#fff;
}

a.btn-style3,
a.more-link {
	border:2px solid #dce4e6;
	background:#fff;
	color:#45464b;
}

a.btn-style3:hover,
a.more-link:hover {
	color:#fff;
}

a.large {
	padding: 11px 45px;
	font-size: 18px;
}

a.medium,
.form-submit input#submit {
	padding: 9px 30px;
	font-size: 15px;
}

a.small,
a.more-link {
	padding: 7px 20px;
	font-size: 13px;
}

a.fa:before {
	margin:5px;
}


/**
 *	4.0 Elements
 *----------------------------------------------------------
 */

/* 4.1 Section Header */

.section-header-style1 {
	display:block;
	margin-bottom:40px;
	text-align:center;	
}

.section-header-style1 h2.section-title {
	margin-bottom:10px;
	margin-top:0px;
}

.section-header-style1 .section-info {
	font-size:18px;
	display:block;
	color: #98a2a4;
	font-style:italic;
}

.section-header-style2 {
	display:block;
	margin-bottom:40px;
	margin-top:0px;
	text-align:center;	
}

.section-header-style2 h2.section-title {
	margin-bottom:10px;
	font-size:46px;
}

.section-header-style2 .section-info {
	font-size:18px;
	display:block;
	color: #98a2a4;
	font-style:italic;
}

.section-line {
	content:"";
	display:block;
	margin:0 auto;
	width:36px;
	height:2px;
	margin-top:20px;
}


/* 4.2 Counter */

.countto {
	text-align:center;
	display:block;
	position:relative;
}

.timer {
	line-height:1.2;
	font-size:60px;
	color:#ffffff;
}

.counter-title {
	color:#fff;
}

.ctn-white {
	color:#fff;
}


/* 4.3 Team */

@media (min-width:992px) { 

	#teams .owl-nav {
		display: block;
		position:absolute;
		top:33%;
		text-align: center;
		width: 100%;
		z-index:-1;
	}
	
	#teams .owl-nav > div {
		-webkit-transition:all 400ms ease;
		-moz-transition:all 400ms ease;
		-ms-transition:all 400ms ease;
		-o-transition:all 400ms ease;
		transition:all 400ms ease;
		display: inline-block;
		border:2px solid #6e6e76;
		border-radius:100%;
		width:42px;
		height:42px;
		line-height:36px;
		color:#6e6e76;
		font-size:18px;
	}
	
	#teams .owl-nav > div:hover {
		border:2px solid #e4e4e4;
		color:#a6a6af;
	}
	
	#teams .owl-prev {
		margin-left:-62px;
		float:left;
	}
	
	#teams .owl-next {
		margin-right:-62px;
		float:right;
	}

}

@media (max-width:991px) { 

	#teams .owl-nav {
		display:none;
	}

}

.member { 
	display:block;
	position:relative;
	-webkit-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	transition:all 400ms ease-in-out;
	text-align:center;
	overflow:hidden;
	z-index:150;
	background:#fff;
	border:5px solid #fff;
}

.member-image {
	overflow:hidden;
	position:relative;
	display:block;
}

.member-details {
	background-color: #fff;
	padding: 36px 20px 45px 20px;
	display:block;
}

.member-social {
	text-align:center;
	display: block;
	position: relative;
	margin-top:20px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.member-social a {	
	margin:0 10px;
  	display: inline-block;
	position:relative;
	color:#45464b;
}

.member-social a:hover {	
	opacity:0.8;
}

.member-name {
	margin-top:0px;
	margin-bottom:5px;
}

.member-job {
	font-size:13px;
	font-style:italic;
	color:#98a2a4;
}

/* 4.4 Testimonials */

#testimonials .owl-nav {
	display: block;
	text-align: center;
	width: 100%;
	margin-top:10px;
}

#testimonials .owl-nav > div {
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	display: inline-block;
	border:2px solid #6e6e76;
	border-radius:100%;
	width:42px;
	height:42px;
	line-height:36px;
	color:#6e6e76;
	margin:20px 5px;
	font-size:18px;
}

#testimonials .owl-nav > div:hover {
	border:2px solid #e4e4e4;
	color:#a6a6af;
}

.testimonial {
	text-align:center;
}

.testimonial-item {
	position:relative;
	display:block;
	text-align:center;
	background:#fff;
	border-radius: 4px;
 	padding: 60px 40px 40px 40px;
  	margin-top: 20px;
}

.testimonial-quote {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	display: block;
}

.testimonial-author {
	text-align: center;
	margin:0;
}

.testimonial-info {
	font-style: italic;
  	color: #98a2a4;
  	font-size: 13px;
	margin: 7px 0;
	display: block;
}


/* 4.5 Pricing Tables */

.pr-style1 { 
	background-color: #fff;
	position: relative;
	box-shadow: 0px 1px 1px 0px rgba( 165, 173, 175, 0.15 );
	border: 1px solid #ecf0f1;
	text-align:center;
	padding-bottom: 30px;
}

.pr-style2 { 
	background-color: #fff;
	position: relative;
	box-shadow: 0px;
	border: none;
	text-align:center;
	padding-bottom: 30px;
}

.pr-header {
	text-align: center;
	margin: 0;
	background:#1c1b20;
	color:#ffffff;
	display:block;
	padding: 30px 0;
}

h5.pr-plan {
	margin:0px 0 15px 0;
	line-height:1;
	display:block;
	font-size:16px;
}

h2.pr-currency {
	font-size:42px;
	color:#fff;
	margin:0;
	line-height:1.5;
	display:block;
}

.pr-time {
	font-size:14px;
}

.pr-body {
	border:none;
	text-align:center;
	padding:30px 40px;
	color: #98a2a4;
	background:#fff;
}

.pr-period {
	font-size:14px;
	color:#98a2a4;
	font-weight:400;
	margin-top:0px;
	display:block;
}

a.offer:hover {
	background:#44403f;
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

.pr-field {
	border-bottom: 1px solid #ecf0f1;
  	padding: 10px 0;
}

span.sup-currency {
	vertical-align: top;
	margin: 8px -6px 0 6px;
	font-size: 24px;
	display:inline-block;
}

a.pr-button {
	margin:0 auto 20px auto;
}

.pr-cl-accent > h5.pr-plan,
.pr-cl-accent > .pr-period {
	color:#fff;
}

.pr-cl-green > h5.pr-plan {
	color:#92d11d;
}

.pr-cl-purple > h5.pr-plan {
	color:#7248f5;
}

.pr-cl-orange > h5.pr-plan {
	color:#f05135;
}

.pr-cl-yellow > h5.pr-plan {
	color:#ffc63e;
}

/* 4.6 Icon boxes */

/* style 7 */

.features-right {
	display:inline-block;
	position: relative; 
	width:100%;
}

.features-right .icb-icon {
	position: relative; 
  	width:25%;
  	float:right;
	text-align:right;
}

.features-right .icb-icon i {
	width: 46px;
	height: 46px;
  	color: #fff;
 	font-size: 20px;
  	text-align: center;
  	border-radius: 100%;
  	line-height: 46px;
	margin:7px auto;
	display:inline-block;
}

.features-right .icb-details {
	float:left;
	width:75%;
	text-align:right;
	position: relative;
	display:inline-block;
}

.features-right .main-border {
	display:none;
}

/* style 6 */

.features-left {
	display:inline-block;
	position: relative; 
	width:100%;
}

.features-left .icb-icon {
	position: relative; 
  	width:25%;
  	float:left;
}

.features-left .icb-icon i {
	width: 46px;
	height: 46px;
  	color: #fff;
 	font-size: 20px;
  	text-align: center;
  	border-radius: 100%;
  	line-height: 46px;
	margin:7px auto;
	display:inline-block;
}

.features-left .icb-details {
	float:right;
	width:75%;
	text-align:left;
	position: relative;
	display:inline-block;
}

.features-left .main-border {
	display:none;
}

/* style 4 */

.contact-item {
	display:inline-block;
	position: relative; 
	width:100%;
}

.contact-item .icb-icon {
	position: relative; 
  	width:20%;
  	float:left;
	display:inline-block;
	
}

.contact-item .icb-details {
	float:right;
	width:80%;
	text-align:left;
	position: relative;
	display:inline-block;
	margin-top:22px;
}

.contact-item .icb-details h5 {
	font-size:16px;
	line-height:1.5;
	display:inline-block;
}

.contact-item .main-border,
.contact-item .icb-details p {
	display:none;
}


/* Style 3 */

.service-item-box2 {
	border: 2px solid #fff;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	padding: 0px 30px 40px 30px;
	margin-top:40px;
}

.service-item-box2 h5 {
	font-size:16px;
	margin-top:35px;
}

.service-item-box2 .main-border {
	display:none;
}

/* Style 2 */

.service-item-box {
	border: 2px solid #f2f6f7;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	padding: 0px 30px 40px 30px;
	margin-top:40px;
}

.service-item-box h5 {
	font-size:16px;
	margin-top:35px;
}

.service-item-box .main-border {
	display:none;
}

/* Style 1 */

.service-item .icb-details {
	text-align:center;
}

.service-item p {
	margin-top: 23px;
}

.main-border.icon-pink {
	width: 36px;
	border-bottom: 2px solid #ef6393;
	margin: 18px auto 0 auto;
}

.main-border.icon-blue {
	width: 36px;
	border-bottom: 2px solid #30c3ff;
	margin: 18px auto 0 auto;
}

.main-border.icon-violet {
	width: 36px;
	border-bottom: 2px solid #7248f5;
	margin: 18px auto 0 auto;
}

.main-border.icon-orange {
	width: 36px;
	border-bottom: 2px solid #f05135;
	margin: 18px auto 0 auto;
}

.main-border.icon-yellow {
	width: 36px;
	border-bottom: 2px solid #ffc63e;
	margin: 18px auto 0 auto;
}

.main-border.icon-green {
	width: 36px;
	border-bottom: 2px solid #92d11d;
	margin: 18px auto 0 auto;
}

.main-border.icon-default {
	width: 36px;
	margin: 18px auto 0 auto;
}

.service-item.icon-blue i,
.service-item-box.icon-blue i,
.service-item-box2.icon-blue a,
.service-item-box.icon-blue a {
	color: #30c3ff;
}

.service-item-box2.icon-blue i {
	background:#30c3ff;	
}

.service-item.icon-violet i,
.service-item-box.icon-violet i,
.service-item-box2.icon-violet a,
.service-item-box.icon-violet a  {
	color: #7248f5;
}

.service-item-box2.icon-violet i {
	background:#7248f5;
}

.service-item.icon-orange i,
.service-item-box.icon-orange i,
.service-item-box2.icon-orange a,
.service-item-box.icon-orange a {
	color: #f05135;
}

.service-item-box2.icon-orange i {
	background: #f05135;
}

.service-item.icon-pink i,
.service-item-box.icon-pink i,
.service-item-box2.icon-pink a,
.service-item-box.icon-pink a  {
	color: #ef6393;
}

.service-item-box2.icon-pink i {
	background:#ef6393;
}

.service-item.icon-yellow i,
.service-item-box.icon-yellow i,
.service-item-box2.icon-yellow a,
.service-item-box.icon-yellow a {
	color: #ffc63e;
}

.service-item-box2.icon-yellow i {
	background:#ffc63e;	
}

.service-item.icon-green i,
.service-item-box.icon-green i,
.service-item-box2.icon-green a,
.service-item-box.icon-green a {
	color: #92d11d;
}

.service-item-box2.icon-green i {
	background: #92d11d;
}

/*Icon Boxes Style-1*/

.icon-boxes.style-1 {
	padding: 0 0 120px;
}


/*Icon Boxes Style-2*/

.icon-boxes.style-2 {
	padding: 0 0 120px;
}

.icon-boxes.style-2 .service-item-box {
	border: 2px solid #f2f6f7;
}

.icon-boxes.style-2 .service-item-box.first i {
	color: #7248f5;
	background-color: #fff;
	border: 2px solid #f2f6f7;
}

.icon-boxes.style-2 .service-item-box.second i {
	color: #30c3ff;
	background-color: #fff;
	border: 2px solid #f2f6f7;
}

.icon-boxes.style-2 .service-item-box.third i {
	color: #f05135;
	background-color: #fff;
	border: 2px solid #f2f6f7;
}

.icon-boxes.style-2 .service-item-box.fourth i {
	color: #92d11d;
	background-color: #fff;
	border: 2px solid #f2f6f7;
}


/*Icon Boxes Style-3*/

.icon-boxes.style-3 {
	background-color: #ecf0f1;
}


/*Hi Icons*/

.hi-icon {
  display: inline-block;
  font-size: 0px;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #000;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

/* Effect 1 */
.icon-effect-1 .hi-icon {
  background: rgba(255,255,255, 1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

/*Default Icon*/
.icon-effect-1.icon-default .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-default .hi-icon:hover {
  color: #fff;
}

/*Blue Icon*/
.icon-effect-1.icon-blue .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #30c3ff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-blue .hi-icon:hover {
  background: #30c3ff;
  color: #fff;
}

/*Green Icon*/
.icon-effect-1.icon-green .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #92d11d;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-green .hi-icon:hover {
  background: #92d11d;
  color: #fff;
}

/*Pink Icon*/
.icon-effect-1.icon-pink .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #ef6393;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-pink .hi-icon:hover {
  background: #ef6393;
  color: #fff;
}

/*Yellow Icon*/
.icon-effect-1.icon-yellow .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #ffc63e;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-yellow .hi-icon:hover {
  background: #ffc63e;
  color: #fff;
}

/*Violet Icon*/
.icon-effect-1.icon-violet .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #7248f5;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-violet .hi-icon:hover {
  background: rgba(114, 72, 245,1);
  color: #fff;
}

/*Orange Icon*/
.icon-effect-1.icon-orange .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #f05135;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a.icon-orange .hi-icon:hover {
  background: rgba(240, 81, 53,1);
  color: #fff;
}

.icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.icon-effect-8 .hi-icon {
  background: rgba(255,255,255, 1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-effect-8 .hi-icon:hover {
  background: rgba(29, 207, 209, 1);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

/* 4.7 Contact form */

.wpcf7-form input {
	box-shadow: none;
	padding: 12px 18px;
	border: 2px solid #ecf0f1;
	background-color: #fafcfc;
	height: 50px;
	width:100%;
	border-radius: 0;
	outline:0;
}

.wpcf7-form textarea {
	font-size:16px;
	padding:12px 18px;
	display:block;
	border: 2px solid #ecf0f1;
	background-color: #fafcfc;
	outline:0;
	height:164px;
	min-height:164px;
	max-height:164px;
	width:100%;
	min-width:100%;
	max-width:100%;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.wpcf7-submit {
	text-align:center;
	display:block;
	font-size:16px;
	border-radius:25px;
}

input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
	text-align:center;
	display:block;
	border: 2px solid #ecf0f1;
	color:#414145;
	background:none;
}

/* 4.8 Call to Action */

.cta-right {
	display:inline;
	position: relative;
}

.cta-right .cta-button {
	display:inline-block;
	float:right;
	position: relative;
}

.cta-left {
	display:inline;
	position: relative;
}

.cta-left .cta-sup,
.cta-left .cta-button2,
.cta-right .cta-sup,
.cta-right .cta-button2 {
	display:none;
}

.cta-left .cta-button {
	display:inline-block;
	float:left;
	position: relative;
}

.cta-center,
.cta-center2 {
	display:block;
	position: relative;
	text-align:center;
}

.cta-center .cta-text,
.cta-center2 .cta-text {
	display:block;
	position: relative;
	padding:40px 0;
}

.cta-center .cta-button {
	display:inline-block;
	position: relative;
}

.cta-center .cta-button2 {
	display:none;
}

.cta-center .cta-button1 {
	margin-right:0;
}

.cta-center .cta-button,
.cta-center2 .cta-button,
.cta-center2 .cta-button2 {

}

.cta-right .cta-text,
.cta-left .cta-text  {
    line-height: 54px;
}

/* 4.9 Pie Charts */

.wpb_pie_chart_heading {
	color:#45464b;
}

.vc_pie_chart_value {
	color:#45464b;
	border-radius:100%;
}

h4.wpb_pie_chart_heading {
	font-size:20px;
}

/* 4.10 Accordion and Tabs */

.wpb_accordion_section {
	margin-bottom:10px;
}

.dark .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	border: none;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	border-top: none;
}

.ui-state-default > a {
	color:#45464b;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
	font-family: "ElegantIcons";
  content: "\4c";
	color:#45464b;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
	font-family: "ElegantIcons";
  content: "\4b";
}

/* 4.11 Portfolio */

.vc_btn_btn-load-more {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
  	-ms-transition: all 0.4s ease-out;
  	-o-transition: all 0.4s ease-out;
  	transition: all 0.4s ease-out;
  	display: block;
  	text-align: center;
  	font-weight: bold;
  	color: #414145;
	background-color: #f3f3f3;
  	width: 270px;
 	height: 64px;
}

.vc_btn_btn-load-more-dark {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
  	-ms-transition: all 0.4s ease-out;
  	-o-transition: all 0.4s ease-out;
  	transition: all 0.4s ease-out;
  	display: block;
  	text-align: center;
  	font-weight: bold;
  	color: #fff;
  	width: 270px;
 	height: 64px;
}

.vc_btn_btn-load-more-dark:hover,
.vc_btn_btn-load-more-dark:focus {
	background:none;
}

.vc_btn_btn-load-more:hover,
.vc_btn_btn-load-more:focus {
  	color: #fff;
}

.single-portfolio h3 {
	margin-top:0px;
}

.single-portfolio strong {
	color:#45464b;
	line-height:32px;
	font-weight:400;
}

.single-portfolio .vc_col-sm-4 .wpb_wrapper {
	padding-left:5%;
}

/* 4.12 Blog Grid */

.vc_basic_grid .vc_grid-item-mini {
	border: 1px solid #e4e4e4;
}

.vc_gitem-animated-block {
  margin: -1px;
}

/* 4.13 Twitter Feed */


/* 4.14 Owl carousel */

#owlslider .owl-nav {
	display: block;
	position:absolute;
	top:47%;
	width: 100%;
}

#owlslider .owl-nav > div {
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	display: inline-block;
	border:2px solid #6e6e76;
	border-radius:100%;
	width:42px;
	height:42px;
	line-height:36px;
	color:#a6a6af;
	margin:0px 40px;
	font-size:18px;
	text-align: center;
}

#owlslider .owl-prev {
	float:left;
}

#owlslider .owl-next {
	float:right;
}

#owlslider .owl-nav > div:hover {
	border:2px solid #e4e4e4;
	color:#a6a6af;
}

/* 4.15 Portfolio share buttons */

.portfolio-share {
	display:block;
	position:relative;
	text-align:left;
	padding-left:5%;
	margin-top:30px;
}

.portfolio-share h6 {
	display:inline-block;
}

.portfolio-share a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	color: #98a2a4;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display:inline-block;
	margin-left:10px;
}



/* 4.16 Blog item */

ul.blog-container {
	list-style:none;
	margin:0;
	padding:0 15px;
}

li.blog-item {
	border-bottom: 1px solid #e4e4e4;
	background:#fff;
	padding:40px 0;
	margin-bottom:20px;
	text-align:center;
}

.blog-item a h3 {
	margin:0;
	padding:0;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}

li.blog-item:last-child {
	border:none;
}

.blog-item h6.blog-title {
	margin:0 0 0px 0;
}

.blog-date {
	color:#c2cbcd;
	font-size:12px;
	display:inline-block;
	text-transform:capitalize;
	margin-top:10px;
}

/*--*/

.blog2-item {
	background:#fff;
  padding: 40px 20px;
	margin-bottom:20px;
	text-align:center;
  box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15);
}

.blog2-image img {
	min-height:230px;
}

.blog2-item h6.blog2-title {
	margin:0 0 15px 0;
}

.blog2-text {
	margin-top:15px;
}

.blog2-comment {
	color:#bac4c6;
	font-size:14px;
	display:inline-block;
	text-transform:capitalize;
}

.blog2-date {
	color:#bac4c6;
	font-size:14px;
	display:inline-block;
	text-transform:capitalize;
}

.blog2-date:after {
	content:"/";
	margin:0 5px;
	font-style:normal;
}

/* 4.17 Portfolio Filter */

.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item, 
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, 
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
	font-size:15px;
	color:inherit;
}

.dark .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item, 
.dark .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, 
.dark .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
	font-size:15px;
	color:#fff;
}

/* 4.18 Portfolio Carousel */

#portfolio-carousel {
	margin-top:40px;
	margin-bottom:-1px;
}

#portfolio-carousel .owl-nav {
	width:100%;
	z-index:1;
}
	
#portfolio-carousel .owl-nav > div {
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	background: #1b1c1f;
	zoom: 1;
	width: 31px;
	height: 64px;
	margin: -32px 0 0 0;
	padding: 0;
	border-radius: 0;
	font-size: 16px;
	line-height:64px;
	font-family: "FontAwesome";
}
	
#portfolio-carousel .owl-prev {
	margin-left:0px;
	float:left;
	top:50%;
	position:absolute;
	text-align: center;
}
	
#portfolio-carousel .owl-next {
	margin-right:0px;
	right:0;
	float:right;
	top:50%;
	position:absolute;
	text-align: center;
}

.portfolio-item {
	display:block;
	position:relative;
}

.portfolio-item img {
	position:relative;
}

.portfolio-item .portfolio-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 	opacity: 0;
  	z-index: 2;
  	text-align: center;
 	 background-color: rgba(0,0,0,0.7);
 	 -webkit-transition: opacity .4s ease-in-out;
 	 -o-transition: opacity .4s ease-in-out;
 	 transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay {
 	opacity: 1;
}

.project-icons {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -41px;
	margin-top: -16px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.project-icons a {
	display: inline-block;
	margin-right:2px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #45464b;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.project-icons a:hover {
	color: #fff;
}

.portfolio-item:hover:hover .portfolio-overlay .project-icons {
	position: absolute;
	top: 35%;
	left: 50%;
}

.featured-item-description h3 {
	color: #fff;
	font-size: 18px;
}

.featured-item-description span {
	color: #fff;
	text-transform:capitalize;
}

.featured-item-description {
	position: absolute;
	bottom: 75px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.portfolio-item:hover .portfolio-overlay .featured-item-description {
	position: absolute;
	bottom: 60%;
	left: 0;
	width: 100%;
}

.portfolio-item:hover .portfolio-overlay {
	opacity: 1;
}

.portfolio-item:hover .portfolio-overlay .project-icons {
	position: absolute;
	top: 50%;
	left: 50%;
}

/* 4.19 Promo box */

.promo-box {
	color:#fff;
	padding:140px 100px;
	position:relative;
	display:block;
}

.promo-box h3 {
	color:#fff;
}

.vc_label_units {
	float:right;
}

h6.vc_label {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 10px;
}

/* 4.20 Portfolio Grid */

.vc_gitem-post-data-source-post_title h6 a {
	color:#45464b ;
}

/* 4.21 Process */

.process-item {
	text-align:center;
}

.icon-effect-8 .hi-icon {
  background: rgba(255,255,255, 1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-effect-8 .hi-icon:hover {
  background: rgba(29, 207, 209, 1);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

.heading-white {
  color: #fff;
}

/* 4.22 Single Testimonial */

.st-block {
	background:#fff;
	display:inline-block;
	position:relative;
	padding:40px 40px 50px 40px;
	border-radius:4px;
}

.st-image {
	width:20%;
	display:inline;
	float:left;
}

.st-image img {
	width:74px;
	height:74px;
	border-radius:100%;
}

.st-info {
	width:80%;
	display:inline;
	float:right;
}

h5.st-author {
	margin-bottom:5px;
}

.st-content {
	margin-top:20px;
}

/* 4.23 VC Widgets */

.vc_wp_text h2.widgettitle {
	margin-bottom:30px;
}

.widget h2.wpb_heading:after {
	display:none;
}

.widget h2.wpb_heading {
	margin-bottom:30px;
}
	


/**
 *	5.0 WP Content
 *----------------------------------------------------------
 */


/* General */

a.page-numbers,
span.page-numbers {
	background-color: #fff;
	color:inherit;
	padding: 9px 16px;
	font-size: 14px;
	display: inline-block;
	box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15);
}

.blog-pagination {
	margin-top:-60px;
}

a.next:before{
	font-size:14px;
	color:inherit;
}

a.prev:before{
	font-size:14px;
	color:inherit;
}

.blog-pagination .current:hover,
a.page-numbers:hover {
	background:none;
}

.page-links {
	margin:40px 0;	
}

.page-links a {
	padding:8px 15px;
	margin:0px 3px;
	border:1px solid #e2e2e2;
	color:#414145;
}

.page-links > span {
	padding:8px 15px;
	margin:0px 3px;
	border:1px solid #e2e2e2;
	background:#fafafa;
	color:#414145;
}


/* 5.1 Widgets */

.wpb_heading,
.widgettitle {
}

.widget {
	background-color: rgba(255, 255, 255, 1);
	padding:30px;
	font-size: inherit;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 40px;
	word-wrap: break-word;
	font-size:14px;
}

.widget h6 {
	margin: 0px 0 30px 0;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 10px 0;
	border-bottom:1px solid #ecf0f1;
	line-height:21px;
}

.widget a {
	color:inherit;
}

.widget li:last-child,
.children li {
	border:none;
}

.widget_categories li a:after,
.widget_pages li a:after,
.widget_archive li a:after, 
.widget_meta li a:after  {
  font-family: "ElegantIcons";
  position: absolute;
  content: "\35";
  right: 45px;
  color: #98a2a4;
  margin-top:4px;
}

.widget_categories li a,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a  {
  padding-right:10px;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget img {
	display:block;
	max-width:100%;
	height:auto;
}

.widget select {
	width:100%;
	border:1px solid #e7e7ed;
	padding:10px;
	border-radius:0;
	outline:none;
}

.widget select option {
	border:1px solid #e7e7ed;
}

/* Search widget */

.search-form .search-submit {
	display: none;
}

.screen-reader-text {
	display:none;
}

.widget_search {
	position:relative;
}

.widget_search .wpb_heading {
	display:none;
}

.widget_search {
	padding:0px;
	border: 2px solid #ecf0f1;
	margin:0 0 40px 0;
}

.widget_search label {
	width:100%;
	margin-bottom:0;
}

.widget_search input {
	box-shadow: none;
	padding: 0px 18px;
	border:none;
	background-color: transparent;
	height: 50px;
	max-height: 50px;
	border-radius: 0;
	font-size: 16px;
	color: #98a2a4;
	width:100%;
}

.widget_search input:focus {
	outline:none;
}

::-webkit-input-placeholder { 
    color:    inherit;
}
:-moz-placeholder { 
   color:    inherit;
   opacity:  1;
}
::-moz-placeholder { 
   color:    inherit;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    inherit;
}

.widget_search:after {
	content:"\f002";
	font-family:'FontAwesome';
	position: absolute;
	right: -10px;
	top: 0;
	width: 50px;
	line-height: 50px;
	border: 0;
	cursor: pointer;
	background-color: transparent;
}

/* RSS Widget */

.widget_rss a {
	color:#414145;
}

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0;
}

/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	width: 100%;
	border-spacing: 10px;
	background:#fafafa;
}

.widget_calendar caption {
	display:none;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
	font-style:italic;
}

.widget_calendar a:hover {
	background-color: #fafafa;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.widget_calendar tbody .pad {
	background-color: transparent;
}

.widget_calendar tfoot {
	display:none;
}

/* Widget Nav Menu */

.widget_nav_menu ul.sub-menu{
	display:none;
}

/* Recent Posts Widget */

.widget_recent_entries a,
.widget_pages a,
.widget_archive a, 
.widget_meta a,
.widget_recent_comments a,
.widget_categories a {
	color:inherit;
	text-decoration:none;
	line-height:1.1;
}

/* Tag Cloud */

.tagcloud a {
	background:#fff;
	border:1px solid #e4e4e4;
	color:inherit;
	padding:10px 12px;
	margin:2px 1px;
	display:inline-block;
	line-height:1;
	text-decoration:none;
	text-transform:capitalize;
}

.tagcloud a:hover {
	color:#fff;
}



/**
 * 5.2 Post Formats
 * ----------------------------------------------------------------------------
 */
 
 /* Post Meta */
 
.entry-meta span,
.entry-meta a,
.entry-meta a,
.entry-comments a,
span.entry-date  {
	text-transform:capitalize; 
	font-size:14px;
	color:#bac4c6;
}

.entry-meta i {
	margin-right:7px;
}

.entry-meta a {
	color:inherit;
}

.entry-author,
.entry-date {
	margin-right:7px;
}

.entry-author:before,
.entry-category:before,
.entry-comments:before {
	  content: '/';
  	margin-right: 7px;
}

.entry-category ul {
	display:inline;
	list-style:none;
	padding:0;
	margin:0 7px 0 0;
}

.entry-category ul li {
	display:inline;
}

.gray-bg {
	background:#fff;
	padding:10%;
}

.blog .gray-bg {
	background:#fff;
	padding:40px 40px 20px 40px;
}

.sticky .gray-bg {
	background:#fefefe;
}

.bypostauthor {
}

/* Post Footer */

.post-tags {
	display:inline-block;
}

.post-tags h6 {
	display:inline-block;
}

.post-share-buttons {
	display:inline-block;
	position:relative;
	text-align:right;
}

.post-share-buttons h6 {
	display:inline-block;
}

.post-share-buttons a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f5f9fa;
	color: #98a2a4;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display:inline-block;
	margin-left:10px;
}

.post-author-card {
	padding: 30px;
	border: 1px solid #ecf0f1;
	display:inline-block;
	margin:50px 15px 10px 15px;
	width:100%;
}

.post-author-card h6 {
	margin-right:10px;
	margin-bottom:10px;
}

.post-author-card img {
	border-radius:100%;
}

.post-tags a {
	font-size:14px;
	color:inherit;
	margin-left:5px;
	font-style:italic;	
}

.author-email,
.author-website a {
	font-size:14px;
	margin-right:10px;
	margin-top:10px;
	display:inline-block;
	color:inherit;
}

/* Link */

.format-link {
	background:#fafafa;
	margin-bottom: 80px;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-ms-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in; 
}

.format-link-url {
	display:inline-block;
	position:relative;
	padding:40px 30px 30px 30px;
	background:#f8f8fb;
	width:100%;
}

.format-link p {
	margin:0;
}

.format-link .entry-content {
	font-size:16px;
	font-style:italic;
	color:#888893;
}

.format-link .entry-header {
	margin:0 0 10px 0;
	font-size:28px;
}

.format-link:hover {
	opacity:.9;
}

/* Quote */

.format-quote {
	margin-bottom: 80px;
}

.format-quote blockquote {
	margin:0px;
}

.format-quote-url {
	display:inline-block;
	position:relative;
	padding:0px;
	background:#fff;
	width:100%;
}

.format-quote p {
	margin:0;
}

.format-quote .entry-content,
.format-quote-url .entry-content {
	font-size:28px;
	line-height:42px;
	font-style:italic;
	color:inherit;
}

.format-quote-author {
	display:none;
}

/* Video - Gallery */

.format-video,
.format-gallery,
.format-aside,
.format-audio,
.format-status,
.format-chat,
.format-standard,
.format-image {
	margin-bottom:80px;
}

h3.entry-title a,
.format-video h3.entry-title a,
.format-image h3.entry-title a,
.format-standard h3.entry-title a,
.format-gallery h3.entry-title a {
	color:#444341;
	margin:0px 0 10px 0;
	font-size:24px;
}

.format-video h3.entry-title,
.format-image h3.entry-title,
h3.entry-title,
.format-standard h3.entry-title,
.format-gallery h3.entry-title {
	font-size:36px;
	margin:0px 0 10px 0;
}

.format-video .entry-header,
.format-image .entry-header,
.format-gallery .entry-header {
	margin-bottom:20px;
}

/* Image */

.format-image {
	margin-bottom:80px;
}


/* Standard */

.format-standard {
	margin-bottom:80px;
	background:#fff;
}

.format-standard .wp-post-image {
	margin:0 auto;
}

/* Galleries */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #414145;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* 5.3 Comments */

#respond {
	background:#f5f9fa;
	margin:50px auto 0 auto;
	padding:10%;
}

#respond h3 {
	margin-top:0px;
	margin-bottom:30px;
}

#respond input,
#respond textarea {
	width:100%;
}

#respond label,
.comment-notes,
.form-allowed-tags,
.comment .says {
	display:none;
}

#respond input {
	font-size: 16px;
	color: #98a2a4;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 18px;
	border: 2px solid #ecf0f1;
	height: 50px;
	border-radius: 0;
}

#respond textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 18px;
  border: 2px solid #ecf0f1;
  background-color: #fff;
  height: 164px;
  min-height:164px;
  border-radius: 0;
  font-size: 16px;
  color: #98a2a4;
  margin-bottom:20px;
}

#respond p {
	margin-bottom:0;
}

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

#respond .comment-reply-title {
	text-align:center;
}

.comment-content,
.comment .reply,
.comment b.fn,
.comment-metadata {
	float: right;
	width: 80%;
	display: inline-block;
	margin-bottom: 0px;
	position: relative;
}

b.fn a,
b.fn {
	color:#45464b;
	display:inline;
	font-size:14px;
}

.comment-metadata a{
  font-size: 13px;
  color: #bac4c6;
  font-style: italic;
  margin-bottom:10px;
}

.comment img {
	border-radius:100%;
	float:left;
	display:inline-block;
}

.comment article {
	padding: 30px;
	border: 1px solid #ecf0f1;
	display:inline-block;
	margin-bottom:15px;
	width:100%;
}

ol.comment-list,
ol.children {
	list-style:none;
}

ol.comment-list {
	padding-left:0;
}

h2.comments-title {
	font-size: 24px;
	margin-bottom:30px;
}

.page h2.comments-title {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 80px;
}

.page #comments.comments-area {
	width:80%;
	margin:0 auto;
}

.page #respond {

}

/* 5.4 Portfolio posts */

.port-navigation {
	display: block;
	text-align: left;
	width: 100%;
	margin-top:-60px;
	margin-bottom:20px;
}

.portfolio-navigation {
    display: block;
    text-align: right;
    width: 100%;
    margin-top: auto;
}

.port-navigation > div,
.portfolio-navigation > div {
	display: inline-block;
}

.port-navigation > div > a > i {
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	color:#a6a6af;
	border:2px solid #fff;
	background:#fff;
	font-size:18px;
	border-radius:0;
	width:42px;
	height:42px;
	line-height:36px;
	margin:0px 2px;
	text-align:center;
}

.portfolio-navigation > div > a > i {
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	color:#a6a6af;
	background:none;
	font-size:36px;
	border-radius:0;
	width:42px;
	height:42px;
	line-height:42px;
	margin:0px;
	text-align:center;
}

.portfolio-navigation > div > a > i:hover {
	color:#fff;
}

.contact-parallax h1,
.contact-parallax h2,
.contact-parallax h3,
.contact-parallax h4,
.contact-parallax h5,
.contact-parallax h6 {
	color:#fff;
}

.contact-parallax .contact-item .icb-icon i {
	color:#fff;
	border: 2px solid rgba(236, 240, 241, 0.15);
}

.contact-parallax .wpcf7-form input.wpcf7-text,
.contact-parallax  .wpcf7-form textarea {
  border:  2px solid rgba(236, 240, 241, 0.15);
  background-color: rgba(255,255,255, .0);
  color:#fff;
}

.contact-parallax .wpcf7-form input.wpcf7-text:focus,
.contact-parallax  .wpcf7-form textarea:focus {
	border:2px solid #fff;
}

.contact-parallax .wpcf7-form input.wpcf7-submit:hover {
	background:#fff;
}

@-webkit-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@-moz-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}

/* Media Queries */

@media (max-width: 767px) {
	
.work-item.col2,
.work-item.col3,
.work-item.col4 {
	width:100% !important;
}

.wpb_row {
	overflow-x:hidden;
}
	
.st-image,
.st-info {
	display:block;
	width:100%;
}

.st-image {
	margin-bottom:40px;
}

.cta-text {
	line-height:1;
}

.navbar-header {
  height: 60px;
}

header .navbar .navbar-collapse.in .navbar-nav li a, .nav>li>a {
  padding: 17px 0; border-bottom: 1px solid #ecf0f1;
}

header .navbar .navbar-collapse.in .navbar-nav li.dropdown a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f107";
  right: 0;
  top: 17px;
  color: #45464b;
}

.logo,
.navigation.sticky .logo,
.navigation.overlay.sticky .logo {
  padding: 20px;
}

.navigation .logo {
  padding: 20px 20px 19px 20px;
}

#cart,
#search {
  display: none;
}

.navigation.overlay .navbar-nav > li > a {
  color: #45464b;
}

.navigation.overlay .logo-light,
.navigation .logo-light {
  display: none;
}

.navigation.sticky .logo-dark,
.navigation .logo-dark {
  display: block !important;
}

.navigation.sticky .logo-dark {
  display: block !important;
  margin-left:20px;
}

.navigation {
  background: #fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #98a2a4;
  margin-left: 10px;
}

.search-bar {
  display: none !important;
}

.pull-right.section-info {
	float:left !important;
}

.navigation ul.one-menu.navbar-nav > li > a {
  color: #45464b;
}

.tparrows {
	display:none !important;
}

.portfolio-navigation {
    text-align: left;
    margin-top: 40px;
}

.breadcrumbs {
	display:none;
}

h1.section-title {
	font-size:26px;
	margin:0;
}

.blog-header {
    padding: 60px 0 40px 0;
}

.cta-button2 {
	margin-top:30px !important;
}

}

@media (min-width: 767px) {

.navbar-right .dropdown-menu {
  left: 0;
}



header .navbar .navbar-collapse .navbar-nav li a#cart-trigger {
  padding: 19px 0 19px 19px;
}

.navigation.sticky .navbar-nav > li > a {
  padding: 20px 20px 21px !important;
}

header .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu li a {
  padding: 15px 20px;
  border-bottom: 1px solid #ecf0f1;
}

}

.wpb_gmaps_widget .wpb_wrapper {
	padding:0 !important;
}

/* 6.1 Portfolio White */

@media (min-width: 768px) {

#content-wrap {
  margin-left: 260px;
  position: relative;
  width: auto; 
}

#header {
  position: fixed;
  width: 260px;
  height: 100%;
  background-color: #fff;
  z-index: 20;
  top: 0;
  left: 0;
}

.left-header {
  width: 260px;
  height: 100%;
}

.header-wrap {
  width: 260px;
  padding: 40px;
}

.left-header .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.left-header .nav {
  width: 100%;
}

.left-header .nav>li>a {
  padding: 10px 0;
}

.left-header .navbar-nav>li {
  float: none;
}

.left-header .dropdown-menu {
  left: 220px;
  top: 0;
}
}

.left-header .copyright a {
  color: #98a2a4;
}

.left-header .copyright a:hover {
  color: #0095d6;
}

.grid-4-col.full-width .work-item {
  width: 25%;
}

.grid-4-col.full-width .work-container {
  margin-bottom: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.work-item .work-overlay.gradient {
  background: -moz-linear-gradient( 90deg, rgba(114,72,245,0.9) 0%, rgba(48,195,255,0.9) 100%);
  background: -webkit-linear-gradient( 90deg, rgba(114,72,245,0.9) 0%, rgba(48,195,255,0.9) 100%);
  background: -ms-linear-gradient( 90deg, rgba(114,72,245,0.9) 0%, rgba(48,195,255,0.9) 100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.work-item .work-overlay .item-title {
  width: 100%;
  position: absolute;
  margin-top: -30px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.work-item:hover .work-overlay .item-title {
  width: 100%;
  position: absolute;
  top: 50%;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.grid-4-col.full-width .item-title h2 {
  color: #fff;
  font-size: 16px;
}

.grid-4-col.full-width .item-title span {
  color: #fff;
  font-size: 14px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

/*-------------------------------------------------*/
/* Layout Portfolio Left Sidebar
/*-------------------------------------------------*/

#portfolio-container {
	position:relative;
	display:block;
	height:auto;
	margin-bottom:-2px;
}

/* clear fix */
#portfolio-container:after {
  content: '';
  display: block;
  clear: both;
}

.work-item {
  display:inline-block;
  position:relative;
  overflow:hidden;
  float:left;
}

.work-item.col2 {
	width:50%;
}

.work-item.col3 {
	width:33.3%;
}

.work-item.col4 {
	width:25%;
}

.work-img img {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
}

.work-container {
  margin-bottom: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.work-item .work-overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.work-item .work-overlay.gradient {
  background: -moz-linear-gradient( 90deg, rgba(114,72,245,0.9) 0%, rgba(48,195,255,0.9) 100%);
  background: -webkit-linear-gradient( 90deg, rgba(114,72,245,0.9) 0%, rgba(48,195,255,0.9) 100%);
  background: -ms-linear-gradient( 90deg, rgba(114,72,245,0.9) 0%, rgba(48,195,255,0.9) 100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display:block;
}

.work-item .work-overlay .item-title {
  width: 100%;
  position: absolute;
  margin-top: -30px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.work-item:hover .work-overlay .item-title {
  width: 100%;
  position: absolute;
  top: 50%;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.item-title h2 {
  color: #fff;
  font-size: 16px;
}

.item-title span {
  color: #fff;
  font-size: 14px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.work-item .work-overlay:hover {
    opacity: 1;
}

.social-icons.light {
  margin-top: 0;
  display: inline-block;
}

.social-icons.light i {
  background-color: #f5f9fa;
  color: #98a2a4;
}

.social-icons.light i {
    width: 32px;
    height: 32px;
	margin: 3px 3px 0px 0px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons.dark {
  margin-top: 0;
  display: inline-block;
}

.social-icons.dark i {
  background-color: #16171a;
  color: #98a2a4;
}

.social-icons.dark i {
    width: 32px;
    height: 32px;
	margin: 3px 3px 0px 0px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.left-header .navbar-collapse {
	margin-bottom:50px;
}

#content-wrap .td-footer {
    padding: 120px 0;
    text-align: center;
    background-color: #1b1c1f;
}