/*
// CONTENT
// ------------------------------------

 1. Global
 2. Heros
 3. Headers
 4. Typography
 5. Buttons
 6. Icon Features
 7. Accordian
 8. Video Embeds
 9. Alerts
 10. Icon Lists
 11. Google Maps
 12. Lists
 13. Progress Bars & Circles
 14. Tabs
 15. Boxes
 16. Breadcrumbs
 17. Spacing
 18. Sections
 19. Portfolio
 20. Subscribe Form
 21. Contact Form
 22. Footers
 23. Blog
 24. Shop
 25. Colors
 26. Pages

/*---------- GLOBAL STYLES ----------*/
html {
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: initial;
}
html,
body {
	height: 100%;
	min-height: 100%;
}
body {
	line-height: 1.4em;
	font-family: "Open Sans", sans-serif;
	color: #292929;
	opacity: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}
::selection {
  text-shadow: none;
  background: black;
  color: white;
}
::-moz-selection {
  text-shadow: none;
  background: black;
  color: white;
}
:focus {
	outline: none;
}
a {
	color: #888;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
a.highlight:hover {
	color: #999;
}
@media (min-width: 1200px) {
	.container {
		width: 1191px;
	}
}

/*---------- HEROS ----------*/

/* Page Title Hero */
.page-hero .hero-content {
	padding-top: 55px;
}

.page-title-content {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding-top: 67px;
}
.page-title h1 {
	margin: 0;
}
.page-title hr {
	margin: 28px auto 32px auto!important;
}

/* Hero Containers */
.hero-fullscreen {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #0f1112;
}
.hero-fullwidth {
	position: relative;
	width: 100%;
	height: 70%;
	background-color: #0f1112;
}
.page-hero {
	position: relative;
	width: 100%;
	height: 45%;
	background-color: #0f1112;
}
.page-title {
	position: relative;
	width: 100%;
	height: 410px;
	background-color: #f5f5f5;
	color: #191a1c;
	display: table;
}
@media (max-width:992px) {
	.page-title {
		height: 300px;
	}
}
.hero-video {
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
#vossen-youtube {
	position: absolute;
	background-color: #0f1112;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -9;
	overflow: hidden;
}
@media all and (max-width:992px) {
	#vossen-youtube {
		display: none;
	}
}

/* Map Parallax Hero */
.map-hero {
	position: relative;
	width: 100%;
	height: 55%;
	z-index: -1;
}
.map-parallax {
	position: fixed;
	width: 100%;
	height: 45%;
	z-index: -3;
}
@media (max-width:992px) {
	.hero-fullscreen {
		top: -57px!important;
		margin-bottom: -57px!important;
	}
	.hero-fullwidth {
		top: -57px!important;
		margin-bottom: -57px!important;
	}
	.page-title {
		margin-top: 0;
	}
}

/* Hero Content */
.hero-container {
	position: relative;
	display: table;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 70px;
}
.hero-content {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
@media (max-width:992px) {
	.hero-container {
		padding-top: 60px;
		top: 0!important;
	}
	.hero-content {
		text-align: center;
	}
	.scroll-opacity {
		opacity: 1!important;
	}
	.page-title-content {
		padding-top: 0;
	}
}

/* Hero Slider */
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-wrapper-outer,
.hero-slider .owl-height,
.hero-slider .owl-stage,
.hero-slider .owl-wrapper,
.hero-slider .owl-item {
	height: 100% !important;
}
.hero-slider .owl-stage {
}
.hero-slider .slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 100%!important;
}
.owl-item .appear {
	opacity: 0;
	margin-top: 100px!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.owl-item .appear {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.owl-item.active .appear {
	opacity: 1;
	margin-top: 0!important;
}
.owl-controls {
	margin-top: 0!important;
}
.navigation-thin.owl-theme .owl-controls .owl-nav div {
	color: #FFF;
	display: inline-block;
	padding: 20px;
	font-size: 42px;
	border-radius: 0;
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.navigation-thin.owl-theme .owl-controls .owl-nav div {
	position: absolute;
}
.navigation-thin.owl-theme .owl-controls .owl-nav div {
	opacity: 0;
}
.navigation-thin:hover.owl-theme .owl-controls .owl-nav div {
	opacity: 1;
}
.navigation-thin .owl-prev {
	margin-left: 40px!important;
}

.navigation-thin .owl-next {
	margin-right: 40px!important;
}
.navigation-thin:hover .owl-prev {
	opacity: .8;
	margin-left: 0!important;
}
.navigation-thin:hover .owl-next {
	opacity: .8;
	margin-right: 0!important;
}
.navigation-thin .owl-prev:hover,
.navigation-thin .owl-next:hover {
	opacity: 1;
}
.navigation-thin.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	top: 50%;
	margin-top: -36px;
}
.navigation-thin.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	top: 50%;
	margin-top: -36px;
}

/* Section Bg Types */
.static {
	width: 100%;
	display: block;
	background-attachment: local;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.static-hero {
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom:  0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.static-hero-content {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.white-until-load {
	color: #FFF;
}
@media (max-width:992px) {
	.white-until-load {
		color: #191a1c;
	}
}
/* Parallax Backgrounds */
.parallax {
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
	/*
	z-index: -1;*/
}
.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-image: url(../img/assets/dot-pattern.png);
	background-repeat: repeat;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
}
.parallax-bg {
	z-index: -9!important;
	background: #191a1c;
}
.parallax-bg img {
	opacity: 0;
}
/* Content Slider */
.content-slider.owl-carousel .owl-item,
.content-slider.owl-carousel  .owl-item:active {
	cursor: default;
}
.owl-animated-in {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.owl-item p, .owl-item h5, .owl-item h1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	animation-duration: 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*Home Scroll Button*/
.scroll-btn {
	height: 22px;
	width: 22px;
	position: absolute;
	display: block;
	left: 50%;
	bottom: 12px;
	margin-left: -11px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: scroll-btn-animation 1s infinite;
	-moz-animation: scroll-btn-animation 1s infinite;
	-o-animation: scroll-btn-animation 1s infinite;
	animation: scroll-btn-animation 2s infinite;
}
.scroll-btn i {
	font-size: 0.75em;
	color: #fff;
}
@keyframes scroll-btn-animation {
	0% { bottom: 0px; }
	30% { bottom: 12px; }
	60% { bottom: 4px; }
	90% { bottom: 12px; }
	100% { bottom: 0px; }
}
@-webkit-keyframes scroll-btn-animation {
	0% { bottom: 0px; }
	30% { bottom: 12px; }
	60% { bottom: 4px; }
	90% { bottom: 12px; }
	100% { bottom: 0px; }
}
@-moz-keyframes scroll-btn-animation {
	0% { bottom: 0px; }
	30% { bottom: 12px; }
	60% { bottom: 4px; }
	90% { bottom: 12px; }
	100% { bottom: 0px; }
}
@-o-keyframes scroll-btn-animation {
	0% { bottom: 0px; }
	30% { bottom: 12px; }
	60% { bottom: 4px; }
	90% { bottom: 12px; }
	100% { bottom: 0px; }
}

/*Owl Slider*/
.owl-dot {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
}
.owl-theme .owl-controls .owl-dot span {
	width: 4px;
	height: 4px;
	margin: 2px 2px;
	display: block;
	background: rgba(255,255,255, .4);
	position: relative;
	z-index: 1000 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	-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);
}
.owl-theme .owl-controls .owl-dot.active span {
	background: rgba(255,255,255, .9);
	border: none;
}
.owl-dots {
	text-align: center;
}
.pagination-in .owl-dots {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	z-index: 100 !important;
}
.dark-pagination.owl-theme .owl-controls .owl-dot span {
	border: none;
	background: rgba(0,0,0, .3);
}
.dark-pagination.owl-theme .owl-controls .owl-dot.active span {
	border: none;
	background: rgba(0,0,0, .7);
}
.light-pagination.owl-theme .owl-controls .owl-dot span,
.light-pagination.owl-theme .owl-controls .owl-dot.active span {
	border: none;
	background: rgba(255,255,255, .3);
}
.white-pagination.owl-theme .owl-controls .owl-dot span,
.white-pagination.owl-theme .owl-controls .owl-dot.active span {
	border: none;
	background: rgba(255,255,255, .9);
}
.owl-carousel .owl-item {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	margin-right: -0.1px!important
}
 /* Applies a "closed-hand" cursor during drag operation. */
.owl-carousel  .owl-item:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

/* Play Button */

.play-btn i {
	position: relative;
	display: block;
	margin: auto;
	height: 100px;
	width: 100px;
	padding: 60px;
	border: 3px solid #fff;
	border-radius: 50em;
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}
.play-btn i:before {
	position: absolute;
	top: 32%;
	left: 35%;
	font-size: 48px;
	color: #fff;
}
.play-btn i:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.play-btn.dark i,
.play-btn.dark i:before {
	color: #191a1c;
	border-color: #191a1c;
}

/*---------- HEADERS ----------*/
nav {z-index: 3}
nav a {cursor: pointer}
@media (min-width:992px) {
	nav.navbar {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		border-radius: 0;
		border: none;
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
	nav .nav {
		height: 69px;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
	}
	nav.nav-small .nav {
		height: 54px;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
	}
	nav>.container {
		padding-top: 0px;
	}
	nav.nav-small>.container {
		padding-top: 0px;
	}
	.navbar-default .navbar-nav>li {
		display: table;
		height: 100%;
	}
	.navbar-default .navbar-nav>li>a {
		color: #333;
		line-height: 2;
		display: table-cell !important;
		vertical-align: middle;
	}
	.navbar-brand img,
	.nav-small .navbar-brand img {
		-webkit-transition: max-height 0.4s, opacity 0.3s;
		-moz-transition: max-height 0.4s, opacity 0.3s;
		-o-transition: max-height 0.4s, opacity 0.3s;
		-ms-transition: max-height 0.4s, opacity 0.3s;
		transition: max-height 0.4s, opacity 0.3s;
	}
	.nav>li>a {
		display: inline-block;
		font-family: 'lovelo',sans-serif;
		font-size: 12.4px;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-bottom: 8px;
	}
	.navbar-brand {
		height: auto;
		margin-left: 0!important;
		position: absolute;
		z-index: 999;
	}
	.navbar-brand>img {
		position: absolute;
		padding-left: 10px;
	}
	.container>.navbar-collapse {
		padding: 0;
	}
	/* Menu Positioning */
	.navbar-header>.container {
		 width: 100%;
		 margin: 0;
		 padding: 0;
	 }
	.navbar-collapse>.container {
		 width: 100%;
		 margin: 0;
		 padding: 0;
	 }
	.menu-right {
		float: right;
	}
	.menu-left {
		float: left;
		margin: 0;
	}
	.menu-center {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.menu-center>li {
		display: inline-block;
		float: none;
	}
	.label-items-in-cart {
		position: absolute;
		width: 14px;
		height: 14px;
		padding: 3px 0 0 5px;
		font-family: "Open Sans", sans-serif;
		font-weight: 900;
		font-size: 8px;
		color: #fff;
		border-radius: 4em;
		line-height: 1;
		top: 18px;
		right: 1px;
		-webkit-transition: top 0.3s;
		-moz-transition: top 0.3s;
		transition: top 0.3s;
	}
	.nav-small .label-items-in-cart {
		top: 13px;
	}
	.nav li.nav-icon:last-child {
		margin-right: 10px;
	}
	.nav li.nav-icon a {
		padding: 16px 8px 14px 8px;
	}
	.nav li.nav-icon a i {
		font-size: 16px;
		line-height: 0;
		padding: 0;
	}
	.nav li.nav-icon .hidden-md {
		display: none;
	}
	.nav li.nav-separator {
		line-height: 0;
		height: 69px;
		margin: 0 16px 0 16px;
		border-left: 1px solid rgba(0,0,0, 0.1);
		transition: height 0.3s;
	}
	nav.nav-small .nav li.nav-separator {
		height: 54px;
		border-left: 1px solid rgba(0,0,0, 0.1);
		transition: height 0.3s;
	}

	/* Menu Hover Dropdown */
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.dropdown-menu>li>a {
		padding: 12px 15px;
	}
	.dropdown > ul.dropdown-menu {
		visibility: hidden;
		display: block;
		opacity: 0;
		-webkit-transition: opacity 0.3s, visibility 0.3s;
		-moz-transition: opacity 0.3s, visibility 0.3s;
		-o-transition: opacity 0.3s, visibility 0.3s;
		-ms-transition: opacity 0.3s, visibility 0.3s;
		transition: opacity 0.3s, visibility 0.3s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.dropdown:hover > ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* Header Mega Menu */
	.dropdown.megamenu {
		position: static;
	}
	nav .container {
		position: relative;
	}
	.megamenu>.dropdown-menu {
		left: auto;
	}
	.megamenu .dropdown-menu {
		left: auto;
		right: 0;
	}
	.megamenu .fullwidth {
		margin: 0 30px;
	}
	.megamenu .megamenu-content {
		padding: 21px 21px;
		background: #181818;
	}
	.megamenu .megamenu-content a {
		padding: 2px 13px;
	}
	.megamenu .megamenu-content a:hover {
		background-color: rgba(255,255,255,.04);
			padding-left: 17px;
	}
	.megamenu-content .mg-col {
		padding: 0 15px;
		border-right: 1px dotted rgba(255, 255, 255, 0.12);
	}
	.megamenu-content .mg-col:last-child {
		border-right: 0px;
	}
	.megamenu-content .mg-col h5 {
		font-family: "lovelo", sans-serif;
		font-size: 12px;
		color: #ccc;
		letter-spacing: 1px;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.megamenu-content .mg-col:hover h5 {
		color: #fff;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.megamenu .dropdown-menu {
		left: 0;
		right: 0;
	}
	.megamenu .mega-col-title {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 700;
		line-height: 1.4;
		font-family: "lovelo", sans-serif;
	}
	.megamenu .mega-col-title:hover {
		background-color: transparent!important;
	}
	.megamenu h5 {
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		padding-left: 13px;
		padding-bottom: 5px;
	}
	.megamenu ul {
		list-style:none;
		padding-left:0px;
	}
	.mg-col ul li {
		font-weight: 400;
	}
	.icon-items li a i {
		vertical-align: middle;
		display: inline-block;
		font-size: 11px!important;
		padding-right: 14px!important;
		padding-left: 0px!important;
		margin-top: -2px!important;
	}
}
nav.navbar {
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 0;
}
nav.navbar.nav-grey {
	background-color: #f9f9f9;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	max-height: 66px;
}
.nav-small .navbar-brand img {
	max-height: 54px;
}

/* Menu Items */
.navbar-nav>li>a {
	padding: 16px 11px 14px 11px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.dropdown a {
	display: inline-block!important;
	color: #b2b2b2;
}
.nav li a i {
	vertical-align: middle;
	font-size: 6px;
	padding-left: 7px;
	margin-top: -5px;
}

/* Menu Multilevel Dropdowns */
.dropdown-menu {
	top: 100%;
	left: 0;
	float: left;
	min-width: 200px;
	padding: 0;
	margin: 0;
	font-size: 12.5px;
	line-height: 13px;
	background-color: #181818;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
.dropdown-menu>li>a {
	width: 100%;
	font-size: 12.5px;
	font-weight: 400;
	padding: 13px 25px;
	color: #b2b2b2;
	border-bottom: 1px dotted #252525;
}
.dropdown-menu>li>a:hover {
	padding-left: 28px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.dropdown-menu>li>a:hover {
	background-color: rgba(255,255,255,0.04);
}
.dropdown-menu>li>ul>li>a:hover {
	padding-left: 18px;
}
.dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #ccc;
}
.dropdown-menu>li:last-child a {
	border-bottom: none;
	width: 100%;
}
.dropdown-menu>li>a>i {
	vertical-align: middle;
	font-size: 7px;
	margin-top: 5.5px;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>ul>li>a {
	width: 100%;
	font-size: 12.5px;
	padding: 12px 15px;
	color: #b2b2b2;
	border-bottom: 1px dotted #222!important;
}
.dropdown-submenu>ul>li:last-child a {
	border-bottom: none;
}
.dropdown-submenu>.dropdown-menu {
	top: 5px;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
}
.dropdown-submenu a {
	width: 100%;
}
.dropdown-submenu i {
	float: right;
}
.adjust-pos .dropdown-menu {
	left: -20px;
}
.dropdown-left .dropdown-menu {
	left: auto;
	right: 0;
}
.nav-shop-cart .dropdown-menu {
	left: auto;
	right: 0;
	width: 100%;
	min-width: 320px;
}
.nav-cart-item {
	display: table;
	vertical-align: middle;
	padding: 14px;
	border-bottom: 1px dotted #333;
}
@media (max-width:992px) {.nav-cart-item{border-bottom-color:rgba(255,255,255,0.07)}}
.nav-cart-item img {
	max-width: 70px;
}
.nav-cart-item span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.nav-cart-item-info {
	width: 100%;
	padding: 0 10px 0 15px;
}
.nav-cart-item-info span {
	display: block;
	line-height: 1.8;
	color: #fff;
}
.nav-cart-item-info span.bold {
	letter-spacing: 1px;
	font-size: 12px;
}
.nav-cart-remove {
	padding-right: 6px;
	background-color: transparent;
	border: none;
}
.nav-cart-total { display: block; padding: 14px; }
.nav-cart-total h6 { color: #fff;margin:0;}
.nav-cart-amount { padding-left: 10px; }
.nav-cart-total a {
	width: auto!important;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	border-radius: 2px;
	margin: 10px 9px 0 0;
	padding: 12px 20px 14px 20px!important;
}
.nav-cart-total a.btn-nav-cart,
.btn-nav-cart:hover {
	background-color: transparent !important;
	border: none !important;
	padding-left: 12px !important;
	color: #999 !important;
}
.nav-cart-total a.btn-nav-cart:hover {
	padding-left: 16px !important;
	color: #fff !important;
}
.btn-nav-checkout,
.btn-nav-cart {
	font-family: "Open Sans", sans-serif!important;
	font-weight: 400!important;
	font-size: 12px!important;
	letter-spacing: 0!important;
}
.nav-cart-total a.btn-nav-cart {
	padding: 15px 20px 11px 20px!important;
}
.nav-cart-total>span {
	display: block;
	color: #fff;
}
.btn-nav-checkout {
	border-radius: 10em!important;
	float: right;
}

/* Header Collapsed */
 @media (max-width: 991px) {
	nav.navbar {
		border-radius: 0;
		border: none;
	}
	nav>.container,
	nav>.container-fluid {
		 width: 100%;
		 margin: 0;
		 padding: 0;
	}
	.navbar-header {
		float: none;
		padding: 3px 0 3px 0;
		border-bottom: 1px solid rgba(0,0,0,0.07);
		box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.012);
	}
	.navbar-collapse {
		background-color: #181818;
	}
	 .navbar-collapse {
		border: none;
	}
	.navbar-brand {
		padding-left: 0;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
	.navbar-brand img.logo-light {
		display: none;
	}
	.navbar-brand img {
		max-height: 100%;
	}
	.navbar-toggle {
		display: block;
		border: none;
		height: 50px;
		padding: 15px 0 15px 15px;
		margin: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		display: block;
		width: 19px;
		height: 3px;
		background-color: #bbb;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 3px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	 /* Header Toogle Animation */
		.navbar-toggle {
		  border: none;
		  background: transparent !important;
		}
		.navbar-toggle:hover {
		  background: transparent !important;
		}
		.navbar-toggle .icon-bar {
		  width: 19px;
		  transition: transform 0.3s;
		}
		.navbar-toggle .top-bar {
		  transform: rotate(45deg);
		  transform-origin: 2% 60%;
		}
		.navbar-toggle .middle-bar {
		  opacity: 0;
		}
		.navbar-toggle .bottom-bar {
		  transform: rotate(-45deg);
		  transform-origin: 8% 60%;
		}
		.navbar-toggle.collapsed .top-bar {
		  transform: rotate(0);
		}
		.navbar-toggle.collapsed .middle-bar {
		  opacity: 1;
		}
		.navbar-toggle.collapsed .bottom-bar {
		  transform: rotate(0);
		}

	.navbar-collapse {
		padding: 0;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -10px 7.5px -10px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
	.container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	/* Collapsed Header Dropdowns */
	.navbar-default .navbar-nav>li>a,
	 .navbar-default .navbar-nav>li>a:focus {
		 color: #b2b2b2;
		 padding: 16px 13px 14px 13px;
	 }
	 .nav>li>a {
		font-size: 13px;
		font-weight: 400!important;
	}
	.navbar-nav>li>a {
		border-bottom: 1px dotted rgba(255,255,255,0.07)!important;
		width: 100%;
		padding-top: 10px 15px 10px 15px;
	}
	 .navbar-default .navbar-nav>li>a:hover {
		 color: #fff!important;
	 }
	 .navbar-nav>li:last-child>a {
		border-bottom: 0px!important;
	 }
	 .header-divider {
		 display: none!important;
	 }
	 .nav li.dropdown a i {
		 padding-top: 9px;
		 padding-bottom: 9px;
		 position: absolute;
		 right: 0;
		 float: right;
		 width: 50px;
		 height: auto;
		 line-height: 3.6;
		 text-align: center;
		 margin-top: -12px;
	 }
	 .nav li.dropdown .icon-items a i {
		padding-top: 9px;
		padding-bottom: 9px;
		position: relative;
		left: 0;
		float: left;
		width: 10px;
		margin-right: 15px;
		padding-left: 0;
		height: auto;
		line-height: 1;
		text-align: center;
		margin-top: 3px;
	}
	.navbar-nav .open .dropdown-menu {
	  position: static;
	  float: none;
	  width: auto;
	  margin-top: 0;
	  background-color: transparent;
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	 .dropdown-menu,
	 .dropdown-submenu .dropdown-menu{
		 margin-left: 30px;
		 -webkit-box-shadow: none!important;
		 box-shadow: none!important;
	 }
	 .dropdown-menu>li>a {
		padding: 16px 11px;
	 }
	 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		 color: #999;
		 padding: 16px 11px;
	 }
	 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		 background-color: transparent;
	 }
	 .navbar-default .navbar-nav>.open>a:focus,
	 .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	 .navbar-default .navbar-nav>.open>a {
		color: #b2b2b2;
	 }
	 .dropdown-menu>li>a,
	 .dropdown-submenu>ul>li>a {
		width: 100%;
		font-size: 13px;
		border-bottom: 1px dotted rgba(255,255,255,0.07);
	}
	.dropdown-submenu>ul>li:last-child a {
		border-bottom: 1px dotted rgba(255,255,255,0.07);
	}
	 .dropdown-menu {
		 font-size: 12.5px;
	 }
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		background-color: transparent;
		border-color: rgba(255,255,255,0.07);
	}
	.dropdown-menu>li:last-child a {
		border-bottom: 1px dotted rgba(255,255,255,0.07);
		padding: 10px 11px;
	}
	 .megamenu-content .mg-col h5 {
		 display: none;
	 }
	.dropdown>.dropdown-menu,
	.open>.dropdown-menu {
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-ms-transition: all .2s ease;
		transition: all .2s ease;
	}
	.navbar-nav>.open>.dropdown-menu,
	.navbar-nav>.open>.dropdown-menu>.open>.dropdown-menu {
		max-height: 2000px;
		overflow: visible;
		position: static;
		float: none;
		margin-top: 0px;
	}
	.dropdown-menu {
		max-height: 0;
		overflow: hidden;
		position: static;
		display: block;
		float: none;
	}
	.dropdown-menu li,
	.navbar-nav>.open>.dropdown-menu>.dropdown-menu>li  {
		margin-bottom: 5px;
		margin-left: -2px;
		opacity: 0;
	}
	.navbar-nav>.open>.dropdown-menu li {
		margin-bottom: 0;
		margin-left: 0;
		opacity: 1;
	}
	.dropdown-menu li,
	.navbar-nav>.open>.dropdown-menu>.dropdown-menu>li,
	.navbar-nav>.open>.dropdown-menu li ,
	.dropdown-submenu>.dropdown-menu li,
	.navbar-nav>.open>.dropdown-menu>.open li {
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}
	.nav li.nav-separator,
	.nav li.nav-icon .hidden-md {
		display: none;
	}
	.nav li.nav-icon a i {
		font-size: 16px;
		padding: 0;
	}
	.nav li.nav-icon.dropdown a {
		padding-top: 18px;
		padding-bottom: 2px
	}
	.nav li.nav-icon.dropdown a i {
		position: relative;
		float: left;
		width: auto;
		margin: 0;
		line-height: 0;
	 }
	 .label-items-in-cart {
		position: absolute;
		width: 14px;
		height: 14px;
		padding: 3px 0 0 5px;
		font-family: "Open Sans", sans-serif;
		font-weight: 900;
		font-size: 8px;
		color: #fff;
		border-radius: 4em;
		line-height: 1;
		top: 14px;
		left: 24px;
	}

}
/* Search Modal */
#search-modal {
	background: white;
	padding: 0;
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
	list-style: none;
}
#search-modal form {
	margin-right: 25px;
}
#search-modal input {
	height: 100px;
	width: 100%;
	border: none;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.8;
	padding: 15px;
}
/* Menu Hover Color */
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>ul>li>a:hover,
.mg-col a:hover,
.dropdown-menu>li>a:hover {
	color: #fff;
}

/*--- Fullwidth ---*/
@media (min-width:992px) {
	nav.navbar.fullwidth > .container {
		width: 100%;
	}
}

/*--- Transparent White ---*/
@media (min-width:992px) {
	nav.navbar.transparent {
		background-color: transparent;
		box-shadow: 0px 0px 1px 1px rgba(255,255,255, 0.15);
	}
	nav.navbar.transparent.nav-small {
		background-color: #fff;
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
	nav.navbar.transparent,
	nav.navbar.transparent.nav-small {
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	.navbar-default.transparent .navbar-nav>li>a {
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.navbar-default.transparent.nav-small .navbar-nav>li>a {
		color: #191a1c;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	.navbar-default.transparent.nav-small .navbar-nav>li>a:hover {
		color: #191a1c;
	}
	.navbar-default.transparent .navbar-nav>li>a:hover {
		color: #fff;
		opacity: .8;
	}
	.navbar-default.transparent .header-divider span {
		border-right: 1px solid rgba(255,255,255,0.1);
	}
	.navbar-default.transparent.nav-small .header-divider span {
		border-right: 1px solid rgba(0,0,0,0.1);
	}
	.navbar-default.transparent .logo-dark,
	.navbar-default.transparent.nav-small .logo-light {
		opacity: 0;
	}
	.navbar-default.transparent.nav-small .logo-dark,
	.navbar-default.transparent .logo-light {
		opacity: 1;
	}
	nav.navbar.transparent li.nav-separator {
		border-left: 1px solid rgba(255,255,255,0.1);
	}
	nav.navbar.nav-small.transparent li.nav-separator {
		border-left: 1px solid rgba(0,0,0,0.1);
	}
}

/*--- Dark Header ---*/
@media (min-width:992px) {
	nav.navbar.dark {
		background-color: #111;
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
	.navbar-default.dark .navbar-nav>li>a {
		color: #eee;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.navbar-default.dark.nav-small .navbar-nav>li>a {
		color: #eee;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.navbar-default.dark .navbar-nav>li>a:hover,
	.navbar-default.dark.nav-small .navbar-nav>li>a:hover {
		color: #fff;
	}
	.navbar-default.dark .header-divider span {
		border-right: 1px solid rgba(255,255,255, .5);
	}
	.navbar-default.dark .logo-dark {
		display: none;
	}
	nav.navbar.dark li.nav-separator {
		border-left: 1px solid rgba(255,255,255,0.1);
	}
}

/*--- Transparent Dark ---*/
@media (min-width:992px) {
	nav.navbar.transparent-dark {
		background-color: transparent;
		box-shadow: 0px 0px 1px 1px rgba(255,255,255, 0.1);
	}
	nav.navbar.transparent-dark.nav-small {
		background-color: #111;
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
	nav.navbar.transparent-dark,
	nav.navbar.transparent-dark.nav-small {
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}

	.navbar-default.transparent-dark .navbar-nav>li>a {
		color: #fff;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.navbar-default.transparent-dark.nav-small .navbar-nav>li>a {
		color: #fff;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.navbar-default.transparent-dark .navbar-nav>li>a:hover {
		color: #fff;
	}
	.navbar-default.transparent-dark .header-divider span {
		border-right: 1px solid rgba(255,255,255, .5);
	}
	.navbar-default.transparent-dark .logo-dark {
		display: none;
	}
	nav.navbar.transparent-dark li.nav-separator {
		border-left: 1px solid rgba(255,255,255,0.07);
	}
	nav.navbar.transparent-dark.nav-small li.nav-separator {
		border-left: 1px solid rgba(255,255,255,0.07);
	}
}

/*--- Transparent with dark menu ---*/
@media (min-width:992px) {
	nav.navbar.transparent.dark-menu {
		box-shadow: 0px 0px 1px 1px rgba(0,0,0, 0.08);
	}
	.navbar-default.transparent.dark-menu .logo-dark,
	.navbar-default.transparent.dark-menu.nav-small .logo-dark {
		opacity: 1;
	}
	.navbar-default.transparent.dark-menu.nav-small .logo-light,
	.navbar-default.transparent.dark-menu .logo-light {
		opacity: 0;
	}
	.navbar-default.transparent.dark-menu .navbar-nav>li>a {
		color: #333!important;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0px;
	}
	.navbar-default.transparent.dark-menu.nav-small .navbar-nav>li>a {
		color: #333;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0px;
	}
	nav.navbar.transparent.dark-menu li.nav-separator {
		border-left: 1px solid rgba(0,0,0,0.08);
	}
}

/*---------- TYPOGRAPHY ----------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: #191a1c;
	margin: 10px 0;
}
h1 {
	font-weight: 200;
	letter-spacing: 0px;
}
h2 {
	font-weight: 200;
	line-height: 1.2;
}
h3 {
	font-weight: 200;
	font-size: 30px;
	letter-spacing: 0px;
}
h4 {
	font-size: 20px;
	letter-spacing: 0px;
}
h3 .smaller {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	font-size: 18px;
	letter-spacing:0px;
	line-height: 1.2;
}
h5 small {
	font-size: 13px;
	letter-spacing:0px;
}
h6 {
	font-size: 13px;
	letter-spacing:0px;
}
h6 small {
	font-size: 14px;
	letter-spacing:0px;
}
.page-title h1 {
	font-size: 72px;
	font-weight: 100;
	line-height: 1;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.75;
	font-weight: 300;
	color: #888;
}
.lead {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.lead-2 {
	font-size: 16px;
	line-height: 1.7;
	font-family: 'Raleway',sans-serif;
	font-weight: 400;
}
.lead-3 {
	font-size: 20px;
	line-height: 1.7;
	font-family: 'Raleway',sans-serif;
	font-weight: 400;
}
.lead-4 {
	font-size: 16px;
	line-height: 1.6!important;
}
@media (min-width: 992px) {
	h1.large {
		font-size: 72px;
		line-height: 80px;
		font-weight: 100;
	}
	h1 {
		font-size: 66px;
		letter-spacing: -1px;
	}
	h1 small {
		font-size: 66px;
		letter-spacing: 0px;
	}
	.lead {
		font-size: 16px;
		font-weight: 300;
		color: #7a7a7a;
		line-height: 1.8;
	}
	h2 {
		font-size: 55px;
		letter-spacing: -0.05em;
	}
	h2 small {
		font-size: 40px;
		letter-spacing: 0px;
	}
}
@media (max-width: 992px) {
	h1 {
		font-size: 56px;
		letter-spacing: -1px;
	}
	.lead {
		font-size: 16px;
		font-weight: 300;
		color: #7a7a7a;
		line-height: 1.8;
	}
	h2 {
		font-size: 40px;
		letter-spacing: -0.05em;
	}
	h2 small {
		font-size: 40px;
		letter-spacing: 0px;
	}
	.page-title h1 {
		font-size: 60px;
		font-weight: 200;
		line-height: 1;
	}
}
@media (max-width: 680px) {
	.page-title h1 {
		font-size: 50px;
		font-weight: 200;
		line-height: 1;
	}
	h1.large {
		font-size: 52px;
		line-height: 40px;
		font-weight: 100;
	}
}
@media (max-width: 480px) {
	.page-title h1 {
		font-size: 40px;
		font-weight: 200;
		line-height: 40px;
	}
	h1.large {
		font-size: 52px;
		line-height: 40px;
		font-weight: 100;
	}
}
.sm-line-height {line-height: 20px}
.line-height26 {line-height: 26px}
.heading-alt {font-size: 44px;letter-spacing: 2px}
.uppercase {text-transform: uppercase!important}
.no-padding {padding: 0}
.label-default {background-color: #131418}
.label {
	padding: 1px 5px 2px 5px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	color: #fff;
	border-radius: 0;
}

/*Section Headings*/
.section-heading {
	text-align: center;
	margin: auto;
	float: none;
	padding-bottom: 20px;
}
.section-heading h2 {
	font-size: 55px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: -0.05em;
	margin: 0;
}
.section-heading hr,
hr.separator {
	margin: 22px auto 25px auto;
	width: 72px;
	border-style: solid;
	border-top-width: 2px;
}
hr.separator.left {margin: 28px auto 25px 0}
hr.separator.right {margin: 28px 0 25px auto}
.section-heading p2 {
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	font-size: 18px;
	color: #777777;
	line-height: 1.75;
	margin: 0;
}
.white,
.white small {
	color: #fff;
}
.grey {
	color: #d3d3d3;
}
.size-12x { font-size:12em!important }
.size-8x { font-size:8em!important }
.size-7x { font-size:7em!important }
.size-6x { font-size:6em!important }
.size-5x { font-size:5em!important }
.size-4x { font-size:4em!important }
.size-3x { font-size:3em!important }
.size-2x { font-size:2.5em!important }
.size-1x { font-size:1.5em!important }

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
a strong,
.bold {
	font-family: "lovelo", sans-serif;
	font-weight: normal;
}
.subheading {
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
a .subheading,
a:hover .subheading {
	-webkit-transition: color .35s;
	transition: color .35s;
}
.page-hero h1 {
	margin-top: 10px;
}
.inline {display: inline}
.inline-block {display: inline-block}

/* Text Aligning */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
	text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
	text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
	text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
	text-align: justify;
}

@media (max-width: 767px) {
	.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
		text-align: inherit;
	}
	.text-left-xs {
		text-align: left;
	}
	.text-center-xs {
		text-align: center;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-justify-xs {
		text-align: justify;
	}
	.text-center-sm-xs {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
		text-align: inherit;
	}
	.text-left-sm {
		text-align: left;
	}
	.text-center-sm {
		text-align: center;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-justify-sm {
		text-align: justify;
	}
	.text-center-sm-xs {
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
		text-align: inherit;
	}
	.text-left-md {
		text-align: left;
	}
	.text-center-md {
		text-align: center;
	}
	.text-right-md {
		text-align: right;
	}
	.text-justify-md {
		text-align: justify;
	}
}
@media (min-width: 1200px) {
	.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
		text-align: inherit;
	}
	.text-left-lg {
		text-align: left;
	}
	.text-center-lg {
		text-align: center;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-justify-lg {
		text-align: justify;
	}
}

.statment {
	font-size: 40px;
	letter-spacing: 0px;
	line-height: 1.4
}

/*---------- BUTTONS ----------*/
.btn {
	font-family: 'lovelo', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	padding: 10px 12px 9px 12px;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.btn-ghost {
	border-color: rgba(0,0,0,0.7);
	color: rgba(0,0,0,0.9);
}
.btn-ghost-white {
	border-color: rgba(255,255,255,0.7);
	color: rgba(255,255,255,0.9);
}
.btn-primary {
	color: #fff;
}
.btn-light {
	background-color: #efefef;
	color: #666;
}
.btn-grey1 {
	background-color: #efefef;
	color: #666;
}
.btn-grey2 {
	background-color: #efefef;
	color: #111;
}
.btn-dark {
	background-color: #191a1c;
	color: #eee;
}
/* Button Size */
.btn-xs {
	font-size: 10px;
	padding: 10px 15px 9px 15px;
}
.btn-sm {
	font-size: 12px;
	padding: 10px 15px 9px 15px;
}
.btn-md {
	font-size: 12px;
	padding: 12px 19px 11px 19px;
}
.btn-lg {
	font-size: 12px;
	padding: 17px 35px 15px 35px
}
.btn-xl {
	font-size: 12px;
	padding: 20px 38px 20px 38px
}
.btn-fullwidth {
	font-size: 14px;
	padding: 22px 40px 20px 40px;
	width: 100%
}
/* Button Shapes */
.btn-square {
	border-radius: 0;
}
.btn-round {
	border-radius: 10px;
}
.btn-circle {
	border-radius: 10em;
}
/* Button Appear */
.btn-appear {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.btn-appear  span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}
.btn-appear i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}
.btn-appear:hover span {
  padding: 0 17px 0 0;
}
.btn-appear:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0;
}

/* Button Hover */
.btn:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.btn-dark:hover {
	opacity: .9;
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
.btn-primary:active:focus
 {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #191a1c;
}
.btn-primary.btn-appear:hover {
	color: #fff;
}
.btn-ghost-white:hover {
	border-color: rgba(255,255,255,0.9);
	background-color: rgba(255,255,255,0.9);
	color: #111;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.dropdown-menu>li a.btn-nav {
	display: block !important;
	width: 170px !important;
	padding: 15px !important;
	color: #fff;
	border-radius: 10em !important;
	margin: 0px auto 10px auto!important;
	font-size: 12px;
	letter-spacing: 1px !important;
}
.dropdown-menu>li a.btn-nav:hover,
.dropdown-menu>li a.btn-nav:focus {
	color: #191a1c;
	background-color: #fff;
}
.megamenu .megamenu-content a.nav-btn-img:hover {
	background-color: transparent;
	-webkit-transform: translateY(-3%) rotate(-2deg);
	transform: translateY(-3%) rotate(-2deg);
}
.nav-btn-img img {
	width: 220px;
	margin: 30px auto 0 auto;
}
/* Hero Button Positon */
.hero-btn {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*---------- ICON FEATURES ----------*/
.feature-center {
	text-align: center;
	margin: 30px 0;
	padding: 0 20px;
}
.feature-center i {
	margin-top: 10px;
	margin-bottom: 20px;
}
.feature-center p {
	padding: 0 20px;
}
.feature-center.white h5,
.feature-center.white p,
.feature-center.white i {
	color: #fff;
}
.back-icon {
	position: absolute;
	opacity: .05;
	padding-left: 40px;
	font-size: 134px;
	left: 0;
}
.feature-center.white i.back-icon {
	color: #fff;
	opacity: .05;
}
.feature-left {
	text-align: left;
	margin: 30px 0;
	padding: 0 20px;
}
.feature-left i {
	display: table-cell;
	float: left;
}
.feature-left > div {
	display: table-cell;
	padding-left: 24px;
}
.feature-left h5 {
	line-height: 1.4;
}
.feature-left-stack {
	text-align: left;
	margin: 30px 0;
	padding: 0 20px;
}
@media (max-width:992px) {
	.feature-left-stack {
		text-align: center;
	}
}
.feature-left-stack i {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*---------- ACCORDIAN ----------*/
.panel-group {
	overflow: hidden;
	margin-bottom: 0;
}
.panel-group .panel {
	margin-bottom: 10px;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	box-shadow: none;
}
.panel-group .panel+.panel {
  margin-top: 0px;
}
.panel-default>.panel-heading {
	color: #666;
	background-color: transparent;
	padding: 0;
}
.panel-title {
	color: #fff;
}
.panel-title.collapsed {
	background-color: rgba(0,0,0,0.045);
	color: #666;
}
.panel-title,
.panel-title.collapsed,
.panel-title:not(.collapsed):before,
.panel-title.collapsed:before {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.panel-heading i {
	margin-right: 5px;
	font-size: 12px
}
.panel-title.collapsed:before {
	font-family: 'IonIcons';
	content: "\f489";
	float: right;
	padding-top: 1px;
	color: #999;
	font-size: 13px;
	vertical-align: middle;
}
.panel-title:not(.collapsed):before {
	font-family: 'IonIcons';
	content: "\f462";
	float: right;
	padding-top: 1px;
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
}
.panel-title {
	font-size: 14px;
	padding: 13px 17px;
}
.panel-title:hover {
	 cursor: pointer;
}
.panel-body {
	padding-left: 30px;
	color: #666;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border: none;
	background: none;
}
.panel-title:hover {
	 cursor: pointer;
}
.panel-title {
	text-transform: none;
	border: none;
	width: 100%;
	text-align: left;
}
.panel-title:focus {
	outline: none!important;
}

/* Accordian-style 2 */
.accordian-style2 {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.accordian-style2 .panel-title.collapsed {
	background-color: transparent;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-radius: 0;
}
.accordian-style2 .panel-title {
	border-radius: 0;
}
.accordian-style2 .panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: none;
}
.accordian-style2 .panel-title.collapsed {
	color: #ddd;
}
.accordian-style2 .panel-title {
	border-top: 1px solid #fff;
	padding: 16px 17px;
	color: #fff;
}
.accordian-style2 .panel-body {
	padding: 20px 30px 21px 32px;
	color: #d3d3d3;
}
.accordian-style2 .panel-title.collapsed:before {
	color: #d3d3d3;
}

/* Accordian-style 4 */
.accordian-style4 {
	  border-bottom: 1px solid rgba(0,0,0,0.09);
}
.accordian-style4 .panel-title {
	background-color: transparent;
	border-top: 1px solid rgba(0,0,0,0.09);
	border-radius: 0;
}
.accordian-style4 .panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: none;
}
.accordian-style4 .panel-title {
	padding: 16px 17px;
	color: #666;
}
.accordian-style4 .panel-body {
	padding: 0 30px 21px 32px;
	color: #999;
}

/* Accordian-style 5 */
.accordian-style5 .panel-title {
	background-color: transparent;
	background-color: rgba(0,0,0,0.045);
	color: #666;
}
.accordian-style4 .panel-title:not(.collapsed):before,
.accordian-style5 .panel-title:not(.collapsed):before {
	color: #999;
}

/* Accordian-style 6 */
.accordian-style6 {
	padding-top: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.09);
}
.accordian-style6 .panel-title {
	background-color: transparent;
	border-top: 1px solid rgba(0,0,0,0.09);
	border-radius: 0;
}
.accordian-style6 .panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: none;
}
.accordian-style6 .panel-title {
	padding: 16px 17px;
	color: #666;
}
.accordian-style6 .panel-body {
	padding: 0 30px 21px 32px;
	color: #999;
}
.accordian-style6 .panel-title:not(.collapsed):before {
	color: #999;
}

/*---------- VIDEO EMBEDS ----------*/
.embed-container {
	position: relative;
	padding-bottom: 56.20%;
	height: 0; overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------- ALERTS ----------*/
.alert {
	padding: 18px;
	margin-bottom: 15px;
	border: 0;
	border-radius: 0;
}
.alert i {
	margin-right: 5px;
	vertical-align: middle;
}
.alert strong {
	font-family: 'lovelo', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 22px;
}
.alert-info,
.alert-danger,
.alert-success,
.alert-warning {
  border-color: none;
}

/*---------- ICON LISTS ----------*/
/*Et Line Icon List*/
.box1 {
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #888;
	background-color: rgba(0,0,0,0.045);
	padding: 10px;
	margin: 3px 0px 3px 3px;
	font-size: 13px;
}
.box1 span {
	display: inline-block;
	line-height: 70px;
	text-align: center;
	font-size: 32px;
	color: #888;
}
.icons-pre {
	margin:auto;
	width:300px;
	text-align:center;
}
.icons-pre pre {
	border:none;
	border-radius:0;
	color:#888;
}
/*Ion Icon List*/
.ion-icons-list .search {
	display: none;
}
.ion-icons-list li {
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #191a1c;
	padding: 30px;
	margin: 3px 0px 3px 3px;
	z-index: 0;
	font-size: 28px;
	cursor: pointer;
}
.ion-icons-list li:before {
	color: #191a1c;
}
.ion-icons-list input {
	border: 1px solid #999;
	padding: 0;
	margin: 0;
}
@media (min-width:1000px) {
	.ion-icons-list li {
		width: 10%;
	}
}
@media (min-width: 600px) and (max-width: 1000px) {
	.ion-icons-list li {
		width: 20%;
	}
}
@media (max-width:600px) {
	.ion-icons-list {
		margin: auto;
	}
	.ion-icons-list li {
		width: 21%;
	}
}
.ion-icons-list li:hover {
  color: #131418;
}
.ion-icons-list li.active {
  color: #555;
}
#icon-panel {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 20px 2px;
  width: 260px;
  height: 40px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  border: none;
}
#icon-name {
	display: block;
	background: #191a1c;
	color: #999;
	font-size: 14px;
	text-align: center;
	padding: 10px 2px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	width: 100%;
	border: 0;
	margin-left: 10px;
}
#icon-panel:before {
	content: "";
	background: #191a1c;
	display: block;
	position: absolute;
	top: 40%;
	right: 47%;
	height: 10px;
	width: 10px;
	margin-left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#icon-code {
	padding-top: 10px;
	font-size: 12px;
}
#icons {
	transition: opacity .2s ease-in-out;
}
.ion-icon-list-promo {
	 color: #191a1c;
}

/*---------- GOOGLE MAPS ----------*/
#map{width:100%;height:120%}
#map.height300{height:300px!important}
#map.height400{height:400px!important}
#map.height450{height:450px!important}
#map.height500{height:500px!important}
#map.height600{height:600px!important}
#mapz{height:600px!important}

/*---------- LISTS ----------*/
ul {
	padding: 0;
	list-style: none;
}
ol li {
	color: #888;
	line-height: 32px;
	font-weight: 300;
}
ul li {
	color: #888;
	line-height: 32px;
	font-weight: 300;
}
ul {
	display: block;
}
.list-icons i {
	margin-right: 10px;
}
.list0 {
	list-style: none;
	padding: 0;
	color: #7a7a7a;
}
.list-inline li {
	display: inline-block;
}
.list0 a {
	color: #7a7a7a;
}
.list0 li i {
	margin-right: 5px;
}
.list-group i {
	margin-right: 10px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}
.list-grey .list-group-item {
	background-color: #f3f3f3;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	border-top:0;
	border-left:0;
	border-right:0;
}
.list-grey .list-group-item:last-child {
	border-bottom: 0;
}
.list-space .list-group-item {
	background-color: #f3f3f3;
	margin-bottom: 2px;
	border: 0;
}
.category-list li {
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
	font-weight: 300;
	font-size: 13px;
}
.category-list li:last-child {
	border-bottom: none;
}

/*----------  PROGRESS BARS ----------*/
.progress {
	height: 15px;
	background-color: #f3f3f3;
	overflow: visible;
	margin-bottom: 25px;
	border-radius: 20px;
}
.progress-bar {
	position: relative;
	border-radius: 12px;
	box-shadow: none;
}
.progress-bars p {
	line-height: .5;
}
.progress-bar-tooltip {
	position: absolute;
	background-color: #343434;
	top: -30px;
	padding: 1px 6px;
	font-size: 11px;
	right: -10px;
	border-radius: 2px;
	color: #fff;
}
.progress-bar-tooltip:after {
	position: absolute;
	border-color: #343434 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	left: 35%;
}
.progress-bars {
	padding-top: 28px;
}
.progress {
	height: 7px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	border-radius: 0;
}
.progress.white {
	background-color: #fff;
}
.progress-bar {
	position: relative;
	border-radius: 0;
	box-shadow: none;
}
.progress-bars p {
	line-height: .5;
}
.progress-bar-tooltip {
	position: absolute;
	background-color: #343434;
	top: -30px;
	padding: 1px 6px;
	font-size: 11px;
	right: -10px;
	border-radius: 0;
	color: #fff;
}
.progress-bar-tooltip:after {
	position: absolute;
	border-color: #343434 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	left: 35%;
}

/* Progress Bars 1 */
.progress-bars-1 .progress {
	height: 2px;
}
.progress-bars-1 p {
	line-height: 15px;
}

/* Progress Bars 2 */
.progress-bars-2 .progress {
	height: 20px;
	border-radius: 0;
}
.progress-bars-2 .progress-bar {
	border-radius: 0;
}
.progress-bars-2 p {
	line-height: 15px;
}

/* Progress Bars 3 */
.progress-bars-3 .progress {
	height: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
}
.progress-bars-3 .progress-bar {
	border-radius: 10px;
}
.progress-bars-3 p {
	line-height: 10px;
}

/* Progress Bars 4 */
.progress-bars-4 .progress {
	height: 13px;
	border-radius: 10px;
	margin-bottom: 25px;
}
.progress-bars-4 .progress-bar {
	border-radius: 10px;
	background-color: #1c1c1c;
}
.progress-bars-4 p {
	line-height: 10px;
}

/*---------- Progress Circles ----------*/
.progress-svg {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transform: rotate(-90deg) rotateX(180deg);
	transform: rotate(-90deg) rotateX(180deg);
	width: 180px;
	height: 180px;
}
.progress-svg circle {
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.8s cubic-bezier(.42,0,.58,1);
	  transition: stroke-dashoffset 0.8s cubic-bezier(.42,0,.58,1);
	  stroke: #111;
	  stroke-width: 10px;
}
.progress-svg .bar {
	stroke: #f0f0f0;
	stroke-width: 12px;
}

.progress-circle.style-1 .progress-svg circle {stroke-width: 2px}
.progress-circle.style-1 .progress-svg .bar {stroke-width: 2.5px}
.progress-circle.style-2 .progress-svg circle {stroke-width: 4px}
.progress-circle.style-2 .progress-svg .bar {stroke-width: 4.5px}
.progress-circle.style-3 .progress-svg circle {stroke-width: 7px}
.progress-circle.style-3 .progress-svg .bar {stroke-width: 7.5px}
.progress-circle.style-4 .progress-svg circle {stroke-width: 10px}
.progress-circle.style-4 .progress-svg .bar {stroke-width: 10.5px}

.progress-circle {
	position: relative;
	display: inline-block;
	margin: 40px 40px;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.progress-circle:before {
	position: absolute;
	top: 47%;
	left: 50%;
	font-size: 24px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: attr(data-circle-text);
}
.progress-circle:after {
	position: absolute;
	top: 61%;
	left: 50%;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: attr(data-circle-percent) "%";
}
.progress-circle-icon .progress-circle:before {
	position: absolute;
	top: 200px;
	left: 50%;
	font-size: 18px;
	line-height: 1.4;
	font-family: "Raleway", sans-serif;
	transform: translate(-50%, -50%);
	content: attr(data-circle-text);
}
.progress-circle-icon .progress-circle:after {display:none;}
.progress-circle-icon i {
	position: absolute;
	top: 52%;
	left: 50%;
	font-size: 60px;
	transform: translate(-50%, -50%);
}

/*---------- TABS ----------*/
.nav-tabs-center {
	display: inline-block;
}
#buttonTabs li a {
	min-width: 130px;
	line-height: 1.8;
	margin: 0 1px;
	background-color: #191a1c;
	color: #fff;
}
#buttonTabs li a:hover {
	opacity: .9;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
}
@media (max-width:768px) {
	.nav-tabs>li {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
		margin-right: 0px;
		width: 49%;
	}
}
.nav-tabs>li>a {
	font-family: 'lovelo', sans-serif;
	font-size: 12px;
	color: #888;
	cursor: default;
	background-color: rgba(0,0,0,0.045);
	border: none;
	border-radius: 0;
}
.nav-tabs>li>a:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.08);
}
.nav-tabs {
	border-bottom: none;
}
.tab-pane p {
	line-height: 24px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	font-size: 12px;
	color: #fff;
	cursor: default;
	border: none;
	cursor: pointer;
}
.tab-content {
	padding-top: 10px;
}

/* Icon Tabs */
#iconTabs li.active a,
#iconTabs li a {
	background-color: transparent;
}
#iconTabs {
	list-style: none;
	padding: 0;
}
#iconTabs li {
	min-width: 130px;
	line-height: 1;
}
#iconTabs li a {
	min-width: 130px;
	line-height: 1.4;
	margin: 0 1px;
}
#iconTabs li a .icon-tab {
	font-size: 64px;
}
#iconTabs li a span {
	display: block;
	color: #47494e;
	text-transform: none;
	font-size: 12px;
	font-family: "lovelo", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	transition: color 0.35s;
	-webkit-transition: -webkit-color 0.35s;
}
#iconTabs li a:hover span {
	color: #191a1c;
	 -webkit-transition: -webkit-color 0.35s;
	transition: color 0.35s;
}
#iconTabs.white li a span {
	color: #bbb;
	-webkit-transition: -webkit-color 0.35s;
	transition: color 0.35s;
}
#iconTabs.white li a:hover span {
	color: #fff;
	-webkit-transition: -webkit-color 0.35s;
	transition: color 0.35s;
}

/*---------- BOXES ----------*/
.box {
	padding: 30px;
}
.box h4 {
	margin-bottom: 10px;
}
.box-style1 {

}
.box-style2 {
	border: 1px solid #ddd;
}
.box-style3 {
	background-color: rgba(0,0,0,0.025);
}
.box-style4 {
	border: 1px solid #ddd;
	padding: 29px;
}
.box-style5 p {
	color: #fff;
}
.box-style6 {
	background-color: rgba(0,0,0,0.86);
}
.box-style6 p {
	color: #fff;
}
.box-style7 p {
	color: rgba(255,255,255,1);
}
.box-style8 p {
	color: rgba(255,255,255,0.8);
}
.box-style8 {
	background-color: rgba(255,255,255,0.1);
}
.box-style7b {
	background-color: rgba(0,0,0,0.035);
}
.box-style8b {
	background-color: rgba(0,0,0,0.86);
}
.box-style9 {
	background-color: rgba(0,0,0,0.86);
}
.box-style9,
.box-style10,
.box-style11 {
	padding: 7% 11% 7% 11%;
}
.box-style9 p,
.box-style10 p {
	font-size: 14px;
}
.box-style9 p,
.box-style9 h5,
.box-style10 p,
.box-style10 h5 {
	color: #fff;
	line-height: 26px;
}
.box-style9 h5,
.box-style10 h5,
.box-style11 h5 {
	margin-bottom: 20px;
}
.box-style11 {
	background-color: rgba(0,0,0,0.045);
}
.box-style11 p {
	font-size: 14px;
	line-height: 26px;
}

/* Icon Boxes */
.box a i {
	line-height: 1.6;
}
.box a:hover {
	color: #131418;
}
.box.box-style5 a {
	color: #fff;
}
.box.box-style5 a:hover {
	opacity: .8;
}
.box.box-style6 a:hover {
	opacity: .8;
}
.box.box-style7 a,
.box.box-style8 a {
	color: #fff;
	float: left;
}
.box.box-style7 a i,
.box.box-style8 a i {
	line-height: 1;
}
.box.box-style7b a,
.box.box-style8b a {
	float: left;
}
.box-style8b p {
	color: #fff;
}
.box.box-style7b a i,
.box.box-style8b a i {
	line-height: 1;
}
.box.box-style8b a:hover {
	opacity: .8;
}
.a-box span {
	float: left;
}
.a-box:hover span i {
	color: #131418;
}
.a-box span i,
.a-box:hover span i,
.box-hover > div,
.box-hover:hover > div,
.box-hover-featured > div,
.box-hover-featured:hover > div,
.icon-box-hover > div,
.icon-box-hover > div:hover,
.icon-box-hover > div i,
.icon-box-hover > div:hover i {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-boxes {
	margin-top: -150px;
}
.box-hover > div {
	box-shadow: 0 15px 43px rgba(0,0,0,0.1);
}
.box-hover:hover > div {
	transform: translateY(-10px);
	box-shadow: 0 22px 43px rgba(0,0,0,0.15);
}
.box-hover-featured > div {
	transform: translateY(-20px);
	box-shadow: 0 22px 43px rgba(0,0,0,0.1);
}
.box-hover-featured:hover > div {
	transform: translateY(-30px);
	box-shadow: 0 42px 43px rgba(0,0,0,0.15);
}
.icon-box-hover i {
	float: left;
}
.icon-box-hover > div:hover i {
	color: #111;
}
.icon-box-hover > div:hover {
	cursor: pointer;
	box-shadow: 0 22px 43px rgba(0,0,0,0.15);
}
.box-opacity:hover {
	opacity: .8;
}
.header-style-images img {
	box-shadow: 0 -10px 20px rgba(0,0,0,0.05);
}

/*---------- SPACING ----------*/
/* Padding Zero */
.p0{padding: 0!important}
/* Padding Top */
.pt10{padding-top:10px!important}
.pt15{padding-top:15px!important}
.pt20{padding-top:20px!important}
.pt30{padding-top:30px!important}
.pt40{padding-top:40px!important}
.pt50{padding-top:50px!important}
.pt60{padding-top:60px!important}
.pt70{padding-top:70px!important}
.pt80{padding-top:80px!important}
.pt90{padding-top:90px!important}
.pt100{padding-top:100px!important}
.pt110{padding-top:110px!important}
.pt120{padding-top:120px!important}
.pt130{padding-top:130px!important}
.pt140{padding-top:140px!important}
/* Padding Bottom */
.pb0{padding-bottom:0!important}
.pb10{padding-bottom:10px!important}
.pb15{padding-bottom:15px!important}
.pb20{padding-bottom:20px!important}
.pb30{padding-bottom:30px!important}
.pb40{padding-bottom:40px!important}
.pb50{padding-bottom:50px!important}
.pb60{padding-bottom:60px!important}
.pb70{padding-bottom:70px!important}
.pb80{padding-bottom:80px!important}
.pb90{padding-bottom:90px!important}
.pb100{padding-bottom:100px!important}
.pb110{padding-bottom:110px!important}
.pb120{padding-bottom:120px!important}
.pb130{padding-bottom:130px!important}
.pb140{padding-bottom:140px!important}
/* Padding Left */
.pl0{padding-left:0!important}
.pl3{padding-left:3px!important}
.pl5{padding-left:5px!important}
.pl10{padding-left:10px!important}
.pl20{padding-left:20px!important}
.pl30{padding-left:30px!important}
.pl40{padding-left:40px!important}
.pl50{padding-left:50px!important}
.pl60{padding-left:60px!important}
.pl70{padding-left:70px!important}
.pl80{padding-left:80px!important}
.pl90{padding-left:90px!important}
.pl100{padding-left:100px!important}
.pl110{padding-left:110px!important}
.pl120{padding-left:120px!important}
.pl130{padding-left:130px!important}
.pl140{padding-left:140px!important}
/* Padding Right */
.pr0{padding-right:0!important}
.pr5{padding-right:5px!important}
.pr10{padding-right:10px!important}
.pr20{padding-right:20px!important}
.pr30{padding-right:30px!important}
.pr40{padding-right:40px!important}
.pr50{padding-right:50px!important}
.pr60{padding-right:60px!important}
.pr70{padding-right:70px!important}
.pr80{padding-right:80px!important}
.pr90{padding-right:90px!important}
.pr100{padding-right:100px!important}
.pr110{padding-right:110px!important}
.pr120{padding-right:120px!important}
.pr130{padding-right:130px!important}
.pr140{padding-right:140px!important}
/* Margin Auto */
.mr-auto{margin: auto;float: none}
/* Margin Top */
.mt0{margin-top:0!important}
.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt40{margin-top:40px!important}
.mt50{margin-top:50px!important}
.mt60{margin-top:60px!important}
.mt70{margin-top:70px!important}
.mt80{margin-top:80px!important}
.mt90{margin-top:90px!important}
.mt100{margin-top:100px!important}
.mt110{margin-top:110px!important}
.mt120{margin-top:120px!important}
.mt130{margin-top:130px!important}
.mt140{margin-top:140px!important}
/* Margin Bottom */
.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb70{margin-bottom:70px!important}
.mb80{margin-bottom:80px!important}
.mb90{margin-bottom:90px!important}
.mb100{margin-bottom:100px!important}
.mb110{margin-bottom:110px!important}
.mb120{margin-bottom:120px!important}
.mb130{margin-bottom:130px!important}
.mb140{margin-bottom:140px!important}
/* Margin Left */
.ml0{margin-left:0!important}
.ml15{margin-left:5px!important}
.ml10{margin-left:10px!important}
.ml20{margin-left:20px!important}
.ml30{margin-left:30px!important}
.ml40{margin-left:40px!important}
.ml50{margin-left:50px!important}
.ml60{margin-left:60px!important}
.ml70{margin-left:70px!important}
.ml80{margin-left:80px!important}
.ml90{margin-left:90px!important}
.ml100{margin-left:100px!important}
.ml110{margin-left:110px!important}
.ml120{margin-left:120px!important}
.ml130{margin-left:130px!important}
.ml140{margin-left:140px!important}
/* Margin Right */
.mr0{margin-right:0!important}
.mr5{margin-left:5px!important}
.mr10{margin-right:10px!important}
.mr20{margin-right:20px!important}
.mr30{margin-right:30px!important}
.mr40{margin-right:40px!important}
.mr50{margin-right:50px!important}
.mr60{margin-right:60px!important}
.mr70{margin-right:70px!important}
.mr80{margin-right:80px!important}
.mr90{margin-right:90px!important}
.mr100{margin-right:100px!important}
.mr110{margin-right:110px!important}
.mr120{margin-right:120px!important}
.mr130{margin-right:130px!important}
.mr140{margin-right:140px!important}
/* Additional Spacing */
.wide-img-content{padding:0 10%}
.p5percent{padding:0 5%}
.p10percent{padding:0 10%}
.p20percent{padding:0 20%}
.pt9perc{padding-top:9%}
.img-responsive{max-width: 100%;}
.width100{width: 100%;}
@media ( min-width: 992px ) {
	.vertical-align {
		display:flex;
		align-items:center;
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media(min-width:1200px){.md-pr20pr{padding-right:20%}.md-pl20pr{padding-left:20%}.md-p10pr{padding:10%}}
@media (max-width:992px) {
	.mb0-xs { margin-bottom: 0!important }
	.pt0-xs { padding-top: 0!important }
	.mt0-xs { margin-top: 0!important }
}

/*--- Columns Five ---*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-30-percent {
		width: 30%;
	}
	.col-40-percent {
		width: 40%;
	}
}

/*---------- SECTIONS ----------*/

/*--- Price Lists ---*/
.price-table {
	margin: 40px 0;
}
.price-box {
	padding: 40px;
	border: 2px solid #eee;
	text-align: center;
}
.bg-grey .price-box {
	border: 2px solid #e9e9e9;
}
.bg-dark .price-box {
	border: 2px solid #444;
}
.price-box h4 {
	font-family: "lovelo", sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
}
.price-box h2 {
	font-family: "lovelo", sans-serif;
	font-size:
}
.price-box h2 sup {
	font-size: 32px;
	top: -.6em
}
.price-box h2 span span {
	font-size: 26px;
}
.price-box h5 {
	font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum=1';
	-ms-font-feature-settings: 'lnum';
	-webkit-font-feature-settings: 'lnum';
	-o-font-feature-settings: 'lnum';
	font-weight: 400;
	margin-bottom: 20px;
}
.price-features {
	min-height: 200px;
}
.price-table-featured {
	padding: 0;
	margin: 20px 0;
}
.price-table-featured .price-box {
	border: 3px solid;
}
.price-table-featured .price-features {
	min-height: 240px;
}

/*--- Fun Facts ---*/
#fun-facts  {
	padding: 30px 8%;
}
@media (max-width:1200px) {
	#fun-facts  {
		padding: 40px 0;
	}
}
.counter {
	text-align: center;
	margin: 40px 0;
}
.counter h1 {
	font-size: 56px;
	line-height: 1;
	font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum=1';
	-ms-font-feature-settings: 'lnum';
	-webkit-font-feature-settings: 'lnum';
	-o-font-feature-settings: 'lnum';
}
.counter h5 {
	color: #ddd;
}

/*--- Team ---*/
.team {
	margin: 40px 0;
	padding: 0 10px;
}
.team-slider .team {
	margin: 20px 0;
	padding: 0 10px;
}
.team-fullwidth .team {
	margin: 0;
	padding: 0;
}
.p0.team {
	margin: 0;
	padding: 0;
}
.team-container {
	position: relative;
	overflow: hidden;
}
.team-container .team-image {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: perspective(600px);
	-moz-transform: perspective(600px);
	transform: perspective(600px);
}
.team-container:hover .team-image {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	transform: scale(1.08);
}
.team-image img {
	width: 100%;
}
.team-container .team-caption {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%;
	opacity: 0;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.team-container:hover .team-caption {
	opacity: 1;
}
.team-caption div {
	display: table;
	width: 100%;
	height: 100%;
}
.team-caption div div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
	-webkit-transition-delay: 0.26s;
	transition-delay: 0.26s;
}
.team-container:hover .team-caption div div {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.26s;
	transition-delay: 0.26s;
}
.team-caption ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.team-caption ul li {
	display: inline-block;
	margin: 0 5px;
}
.team-caption ul li a {
	color: #fff;
}
.team-caption h4 {
	color: #fff;
	font: 400 18px/21px "Open Sans", sans-serif;
	margin: 15px 0 0 0;
}
.team-caption p {
	color: #aaa;
	font-size: 13px;
}

/*--- Product Showcase ---*/
@media (min-width:1500px) {
	.product-feature-left {
		padding: 0 15% 0 5%;
	}
	.product-feature-right {
		padding: 0 5% 0 15%;
	}
}
@media (max-width:1500px) {
	.product-feature-left,
	.product-feature-right {
		padding: 0 5%;
	}
}

/*--- Get Connected Section ---*/
#get-connected {
	padding-top: 140px;
	padding-bottom: 140px;
}
.connected-icons {
	list-style: none;
	padding: 0;
	margin-top: 40px;
	text-align: center;
}
.connected-icons li {
	display: inline-block;
	padding: 10px 20px;
}
.connected-icon a i {
	width: 50px;
	height: 50px;
	color: #fff;
	margin: 0 auto 0 auto;
	display: block;
	font-size: 3.5em;
	-webkit-transition: 0.16s all linear;
	-moz-transition: 0.16s all linear;
	-ms-transition: 0.16s all linear;
	-o-transition: 0.16s all linear;
	transition: 0.16s all linear;
}
.connected-icon a:hover i {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	 -moz-transform: scale3d(1.5, 1.5, 1.5);
	  -o-transform: scale3d(1.5, 1.5, 1.5);
	   transform: scale3d(1.5, 1.5, 1.5);
	-webkit-transition: transform 0.5s ease;
	 -moz-transition: transform 0.5s ease;
	  -o-transition: transform 0.5s ease;
	   transition: transform 0.5s ease;
}
.connected-icons.light a i {
	color: #fff!important;
	opacity: .7;
}

/* --- Quotes Section ---*/
.quotes {
	padding: 164px 0 120px 0;
}
.quotes h2 {
	font-size: 45px;
	font-weight: 100;
}
.quotes h2,
.quotes h5 {
	color: #fff;
}
.quotes a {
	color: #7a7a7a;
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	display: inline-block;
}
.quotes h2:before {
	font-family: "Open Sans", sans-serif;
	content: open-quote;
	font-size: 42px;
	vertical-align: 5px;
	margin-right: 5px;
	color: #eee;
}
.quotes h2:after {
	font-family: "Open Sans", sans-serif;
	content: close-quote;
	font-size: 42px;
	vertical-align: 5px;
	margin-left: 5px;
	color: #eee;
}

/* --- Testimonials Fullwidth Section ---*/
#testimonials .container-fluid {
	overflow: hidden;
}
.testimonials-fullwidth {
	padding: 164px 0 120px 0;
	text-align: center;
}
.testimonials-fullwidth .owl-stage-outer {
	overflow: visible;
}
.testimonials-fullwidth.owl-carousel .owl-item {
	padding: 0 40px!important;
	opacity: .2;
}
.testimonials-fullwidth.owl-carousel .owl-item.active {
	padding: 0 40px!important;
	opacity: 1;
}
.testimonials-fullwidth h4 {
	font-weight: 200;
	line-height: 34px;
	margin-bottom: 40px;

	text-align: left;
	padding: 50px 50px 50px 100px;
	border-radius: 10px;
	margin-bottom: 40px;
	transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	quotes: "\201C" "\201D";
	position: relative;
	background-color: rgba(255,255,255,0.2);
}
.testimonials-fullwidth h4:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 22px 22px 0 0;
	border-right-color: transparent!important;
	border-bottom-color: transparent!important;
	border-left-color: transparent!important;
	border-color: #232323 transparent transparent transparent;
	border-color: #fff;
	position: absolute;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 100%;
	left: 50%;
	margin-left: -20px;
	margin-top: -19px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	opacity: .2
}

.testimonials-fullwidth h5 {
	margin-top: 10px;
}
.testimonials-fullwidth h4,
.testimonials-fullwidth h5 {
	color: #fff;
}
.testimonials-fullwidth img {
	max-width: 60px;
	margin: 0 auto;
}
.testimonials-fullwidth a {
	color: #ddd;
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	display: inline-block;
}

/* --- Testimonials Section ---*/
.testimonials {
	padding: 154px 0 100px 0;
	text-align: center;
}
.testimonials i {
	font-size: 46px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;

	transform-style: flat!important;
	-webkit-backface-visibility: hidden;

}
.testimonials h4 {
	font-weight: 300;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.testimonials.white h4 {
	font-weight: 200;
}
.testimonials.white h4,
.testimonials.white h5 {
	color: #fff;
}
.testimonials a,
.testimonials p {
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	display: inline-block;
}
.testimonials.white a,
.testimonials.white p {
	color: #eee;
}
.testimonials h4:before {
	font-family: "Open Sans", sans-serif;
	content: open-quote;
	font-size: 32px;
	vertical-align: -5px;
	margin-right: 5px;
}
.testimonials h4:after {
	font-family: "Open Sans", sans-serif;
	content: close-quote;
	font-size: 32px;
	vertical-align: -5px;
	margin-left: 5px;
}
.testimonials h4:before,
.testimonials h4:after {
	color: #eee;
}

/*--- Call to Action ---*/
@media (min-width:992px) {
	.call-inline {
		text-align: center;
	}
	.call-inline h4 {
		display: inline-block;
		font-size: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		letter-spacing: -1px;
		line-height: 2;
	}
	.call-inline .btn {
		margin-top: -12px;
	}
	.call-inline.margin-right {
		margin: 0 30px 5px 0px;
	}
}

/*--- About Section ---*/
#about {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-quote:after {
	content: "Atelier";
	position: absolute;
	font-family: "lovelo", sans-serif;
	left: 0px;
	background: transparent;
	color: #777;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	height: 30px;
	width: auto;
	text-align: center;
	border: 2px solid #777;
	letter-spacing: 0;
	padding: 0 8px;
	top: 0;
}
.about-quote:before {
	content: "";
	box-shadow: inset 2px 2px #777;
	position: absolute;
	left: 50px;
	background-color: #ffffff;
	top: 26px;
	z-index: 2;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}

/*--- About Video Section ---*/
#about-video {
	padding-top: 100px;
	padding-bottom: 100px;
}
#about-video h3 {
	font-size: 29px;
	margin-top: 10px;
}
.about-text {
	padding-right: 60px;
}
#about-video p {
	line-height: 1.8;
}
.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*--- Clients Section ---*/
#clients {
	padding: 100px 0;
}
.client {
	padding: 10px
}
.client img {
	margin-bottom: 10px;
}
#clients-slider-2 img {
	width: initial!important;
	margin: auto;
}

/*---------- PORTFOLIO ---------*/
.portfolio {
	padding-top: 69px;
	background-color: #f5f5f5;
}
@media (max-width: 992px) {
	.portfolio {
		padding-top: 0;
	}
}
.portfolio.bg-white {
	background-color: rgba(245, 245, 245, 0.38);
}

.cbp-nav-pagination {
	bottom: -50px;
}
.cbp-nav-pagination-item {
	width: 6px;
	height: 6px;
}

/* Portfolio Loader */
.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: cbp-rotation .8s infinite linear;
	-moz-animation: cbp-rotation .8s infinite linear;
	animation: cbp-rotation .8s infinite linear;
	border-left: 3px solid rgba(0,0,0,0.1);
	border-right: 3px solid rgba(0,0,0,0.1);
	border-bottom: 3px solid rgba(0,0,0,0.1);
	border-top: 3px solid rgba(0,0,0,0.8);
	border-radius: 100%;
}

/* Portfolio Lightbox */
.cbp-popup-lightbox .cbp-popup-close {
	background: url("../img/assets/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
}
.cbp-popup-lightbox .cbp-popup-next {
	background: url("../img/assets/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
}
.cbp-popup-lightbox .cbp-popup-prev {
	background: url("../img/assets/cbp-sprite.png") no-repeat scroll 0 0 transparent;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.3s;
}
.blog .cbp-caption-zoom .cbp-caption-activeWrap,
.home-blog-grid .cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(0,0,0,0.9);
}
.cbp-l-caption-desc {
	color: #f9f9f9;
	font: 400 12px/20px "Open Sans", sans-serif;
}

/*--- Portfolio Filters ---*/
.cbp-l-filters-button {
	margin: 0
}
.cbp-l-filters-button .cbp-filter-item {
	background-color: transparent;
	border: none;
	color: #191a1c;
	cursor: pointer;
	font: normal 12px/32px "lovelo", sans-serif;
	margin: 50px 0 45px 0;
	overflow: visible;
	padding: 0 17px;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:hover {
	background-color: transparent!important;
	color: #999;
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after {
	display: none;
}

/* Center */
.portfolio-filters-center {
	text-align: center;
}
.portfolio-filters-left {
	text-align: left;
	padding: 0 30px;
}
.portfolio-filters-right {
	text-align: right;
	padding: 0 30px;
}

/* Image Zoom */
.cbp-caption-zoom .cbp-caption-defaultWrap {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: scale(1.08) rotate(0.5deg);
	-moz-transform: scale(1.08) rotate(0.5deg);
	transform: scale(1.08) rotate(0.5deg);
}
/* Filters Counter */
.cbp-l-filters-button .cbp-filter-counter {
	background-color: transparent;
	border-radius: 3px;
	color: #191a1c;
	font: normal 11px/18px "lovelo", sans-serif;
	margin: 0;
	padding: 4px 0;
	text-align: right;
	width: 34px;
	position: absolute;
	right: 5px;
	left: auto;
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 14px;
}

/* Portfolio Metro Caption */
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
	background-color: rgba(0,0,0,0.95);
}
.cbp-l-grid-mosaic .cbp-l-caption-title {
	font: normal 18px/22px "lovelo", sans-serif;
	color: #fff;
	text-transform: none;
	margin-bottom: 0
}
.cbp-l-grid-mosaic .cbp-l-caption-desc {
	color: #f9f9f9;
	font: 300 13px/20px "Open Sans", sans-serif
}
.cbp-caption-zoom .cbp-caption .cbp-l-caption-body {
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);

	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-body {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;

	-webkit-transition-delay: 0.26s;
	-moz-transition-delay: 0.26s;
	transition-delay: 0.26s;
}

/* Portfolio Fullwidth */
.portfolio-grid-fullwidth,
.portfolio-masonry-fullwidth {
	margin: 0 15px 15px 15px;
	overflow: hidden;
}

/* Portfolio Boxed */
.portfolio-grid-boxed,
.portfolio-masonry-boxed,
.portfolio-metro-boxed,
.portfolio-no-gutter-boxed {
	margin-bottom: 120px;
	overflow: hidden;
}
.portfolio-gallery-video {
	margin: 13px 15px 15px 15px;
}
.portfolio-gallery-video i,
.portfolio-gallery-audio i {
	font-size: 30px;
}
.portfolio-gallery-audio {
	margin: 8px 10px 6px 10px;
}
.portfolio-gallery-carousel {
	margin: 140px 30px 160px 30px;
}

/* Projects */
.portfolio-project {
	padding-top: 169px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
.project-category-list li {
	padding: 5px 0;
	border-bottom: 1px solid #E8E8E8;
	font-weight: 300;
	font-size: 13px;
}
.project-category-list li i {
	margin-right: 10px;
}
.project-info {
	padding-top: 8px;
}
.project-info li strong {
	min-width: 90px;
	display: inline-block;
}

/*---------- SUBSCRIBE ----------*/
.input-group {
	margin-left: auto;
	margin-right: auto;
}
.subscribe-top {
	display: table-cell;
	width: 500px;
}
.top-subscribe-input {
	display: table-cell;
	margin:0;
	background: #fff;
	padding: 18px 20px;
	border-radius: 0;
	color: #444;
	font-size: 13px;
	width: 100%;
	border: none;
	height: auto;
}
.subscription .form-validation {
	position: absolute;
	padding: 8px 13px 8px 13px;
	border-radius: 3px;
	top: 63px;
	z-index: 99;
}
#footer-1 .subscription .form-validation {
	top: 0;
}
#footer-1 .subscription .form-validation.alert-success {
	top: -10px;
	width: 63%;
	text-align: center;
}
.subscription .alert-danger {
	font-size: 13px;
	color: #ccc;
	background-color: #c0392b;
	border-color: #c0392b;
}
/*
.subscription .alert-danger:after {
	position: absolute;
	border-color: #c0392b transparent;
	border-style: solid;
	border-width: 10px 8px 0;
	bottom: -10px;
	content: "";
	left: 45%;
}
*/
.subscription .alert-success {
	font-size: 13px;
	color: #fff;
	background-color: #82b541;
	border-color: #82b541;
}
/*
.subscription .alert-success:after {
	position: absolute;
	border-color: #82b541 transparent;
	border-style: solid;
	border-width: 10px 8px 0;
	bottom: -10px;
	content: "";
	left: 45%;
}
*/
.subscription input {background: #f4f4f4}
.subscription.white input,
.subscription.white input[type="email"]:focus {background: #fff;box-shadow:0px 10px 20px 2px rgba(0,0,0, 0.1)}
.subscription input::-webkit-input-placeholder {
	font-size: 12px;
	color: #777;
	width: 220px;
	font-family: "Open Sans";
	font-weight: 300;
	letter-spacing: 0;
}
.subscribe-form-submit {
	width: 100%;

}
@media ( min-width: 768px ) {
	.subscribe-form-input {
		position: relative;
	}
	.subscribe-form-email {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.subscribe-form-submit {
		position: absolute;
		top: 0;
		right: 0;
		width: 150px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
.sign-btn {
	display: table-cell;
}
.sign-btn .btn {
	margin-top: 0;
	margin-left: 0!important;
}
.sign-btn .btn-primary {
	padding: 26px 20px;
	border-radius: 0;
	line-height: 3px;
	box-shadow: none;
	letter-spacing: 1px;
	font-size: 13px;
	border: none;
}
.subscribe-info {
	font-size: 11px;
	color: #999;
}

/*---------- CONTACT FORM ----------*/
.contact fieldset {
	width: 49%;
	display: inline-block;
}
.contact fieldset:first-child {
	float: left;
}
.contact fieldset:nth-child(2) {
	float: right;
}

/* Form style */
.contact input, select, textarea {
	padding: 11px 4px;
	margin: 20px 0;
	width: 100%;
	max-width: 100%;
	border: 0px;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #555;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}
textarea {
	height: 160px;
}
::-webkit-input-placeholder {
	color: #aaa
	 -webkit-transition: -webkit-border-color: 0.35s;
	transition: border-color 0.35s;
}
.contact input:focus, textarea:focus, select:focus {
	color: #191a1c;
	border-color: #52555A;
	-webkit-transition: -webkit-border-color: 0.35s;
	transition: border-color 0.35s;
}

.contact input.submit {
	width: auto;
	font-family: 'lovelo', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 11px 22px 10px 22px;
	border: none;
}
.contact input.submit.btn {
	border-radius: 10em
}
.contact input.submit.btn-round {
	border-radius: 4px;
}
.contact input.submit:hover {
	background-color: #191a1c;
	color: #fff;
}

input[type="submit"][disabled] { background:#888; }
#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 15px 3px 15px;
	color: #f4f4f4;
	-webkit-border-radius: 3px;
	background-color: #c0392b;
	background-image: url(../img/error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.loader {
	padding: 0 10px;
}
acronym {
border-bottom:1px dotted #ccc;
}
.contact-side {
	padding-top: 30px;
	padding-left: 30px;
}
.side-info {
	margin: 20px 0 40px 0;
}
.side-info h5 {
	font-family: "lovelo", sans-serif;
	font-size: 14px;
}
.contact-box {
	padding: 44px 40px 40px 40px;
	background-color: #f3f3f3;
}
.contact-box h5 {
	font-size: 15px;
	letter-spacing: 1px;
}

/*---------- FOOTERS----------*/
#footer-1, #footer-3 {
	background-color: #1a1a1a;
}
footer a,
footer p {
	color: #bbb;
}

@media (max-width:992px) {
	#footer-1 .row>div {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#footer-1 .footer-1-social {
		margin-bottom: -10px;
	}
}
.footer-columns {
	padding: 60px 0 55px 0;
}
.footer-columns h4 {
	color: #ddd;
	margin-bottom: 20px;
	margin-top:10px;
	font-size: 13px;
}
.footer-columns p {
	font-size: 13px;
	line-height: 1.9;
}
.footer-columns p:last-child {
	margin-bottom: 0;
}
.footer-columns ul {
	margin: 0;
}
.footer-columns ul li {
	padding-top: 4px;
	margin-bottom: 8px;
}
.footer-columns ul li:last-child {
	margin-bottom: 0;
}
.footer-columns ul li a {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: -5px;
}
.footer-columns ul li span {
	font-size: 11px;
	line-height: 0;
}
/*Recent Posts*/
.footer-recent-posts li:before {
	font-family: "Ionicons";
	content: "\f249";
	position: absolute;
	font-size: 16px;
	left: 16px;
	margin-top: -8px;
	color: #fff;
}
.footer-recent-posts li {
	padding-left: 24px;
	padding-top: 0;
}
/*Twitter Feed*/
#twitter-feed p {
	margin-bottom: 0;
}
#twitter-feed ul li:before {
	font-family: "Ionicons";
	content: "\f243";
	position: absolute;
	left: 17px;
	margin-top: -4px;
	color: #fff;
}
#twitter-feed ul li {
	padding-left: 26px;
	padding-top: 0;
	margin-bottom: 4px;
}
#twitter-feed .user,
#twitter-feed .timePosted,
#twitter-feed .interact {
	display: none;
}
#twitter-feed a {
	display: inline-block;
}
#twitter-feed a:last-child {
	font-size: 12px;
}
/*Instagram Feed*/
#instagram-feed {
	padding-top: 9px;
}
#instagram-feed ul li {
	display: inline-block;
	width: 25%;
	padding: 0 3px 1px 0;
}
#instagram-feed img {
	max-width: 100%;
	width: 100%;
}

.footer-copyright {
	background-color: #111;
	padding-top: 22px;
	padding-bottom: 20px;
}
.footer-copyright p {
	font-size: 13px;
	margin: 0;
	line-height: 2.4;
}
.footer-copyright .social-icons {
	list-style: none;
	float: right;
	margin: 0;
}
.footer-copyright .social-icons li {
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/*----- Footer 2 -----*/
#footer-2 {
	background: #f5f5f5;
	text-align: center;
}
#footer-2 img {
	margin-bottom: 15px;
	-webkit-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	-ms-transition: transform 0.2s;
	transition: transform 0.2s;
}
#footer-2 img:hover{
	cursor: pointer;
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
}
#footer-2 ul {
	list-style: none;
	float: none;
	margin: 0 auto 100px auto;
	padding-left: 0px;
}
#footer-2 li {
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
#footer-2 ul li a,
#footer-2>a {
	color: #191a1c;
}
#footer-2>a {display: inline-block;}
#footer-2>p {
	color: #555;
	font-size: 12px;
}

/*----- Back to Top Button -----*/
#back-to-top {
	position: fixed;
	color: #fff;
	z-index: 100;
	line-height: 26px;
	bottom: 15px;
	right: 20px;
	display: none;
	cursor: pointer;
	border-radius: 2px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	opacity: 0;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
	color: #fff;
	background-color: #1F2023;
}
#back-to-top .icon {
	font-size: 10px;
}

/*---------- BLOG ---------- */
.blog {
	padding-top: 69px;
	background-color: #f5f5f5;
}
@media (max-width: 992px) {
	.blog {
		padding-top: 0;
	}
}

/* Blog Grid & Masonry Fullwidth */
.blog-grid {
	margin: 0 15px 15px 15px
}
.blog-columns .post-date {
	position: absolute;
	z-index: 3;
	max-width: 65px;
	width: 100%;
	padding-top: 20px;
	background-color: transparent;
	color: #eee;
	box-shadow: none;
	pointer-events: none;
}
.blog-columns .post-date h3,
.blog-columns .post-date h4 {
	color: #eee;
}
.blog-columns .cbp-caption {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #eaeaea;
	border-bottom: none;
}
.blog-columns .cbp-l-caption-desc {
	color: #eee;
}
.blog-columns .blog-thumb-desc {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #eaeaea;
	border-top: none;
}
.blog-thumb-desc {
	padding: 30px 40px 35px 40px;
	background-color: #fff;
}
.blog-columns .blog-thumb-desc a h4,
.blog-columns .blog-thumb-desc a:hover h4 {
	transition: color 0.35s;
	-moz-transition: color 0.35s;
	-webkit-transition: color 0.35s;
	-o-transition: color 0.35s;
}
.blog-columns .cbp-caption-activeWrap i {
	font-size: 26px;
	padding-top: 10px;
}
.blog-columns p.date {
	font-size: 12px;
}
.blog-thumb-desc h4 {
	font-size: 24px;
	font-weight: 200;
}
.blog-thumb-desc .excerpt {
	padding-bottom: 24px;
	border-bottom: 1px solid #eaeaea;
}
.read-more-link {
	font-size: 13px;
	padding: 10px 40px 10px 0;
}
.read-more-link span {
	padding-left: 0;
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	color: #191a1c;
	margin-top: 14px;
}
.read-more-link i {
	position: absolute;
	margin-top: -10px;
	font-size: 15px;
	margin-left: 5px;
}
.read-more-link2 {
	font-size: 13px;
	padding: 10px 40px 10px 0;
}
.read-more-link2 span {
	padding-left: 0;
	font-size: 13px;
	color: #191a1c;
	margin-top: 14px;
}

.blog-thumb-quote {
	background-color: #191a1c;
	padding: 30px;
}
.blog-thumb-quote h4 {
	color: #fff;
	line-height: 1.6;
}

/* Blog Carousel*/
.blog-carousel {
	margin: 120px 30px 140px 30px;
}

/* Blog Sidebar */
.blog-sidebar {
	padding-top: 40px;
}
.blog-sidebar .cbp-wrapper .cbp-item:last-child .blog-thumb-desc {
	margin-bottom: 50px;
}

/* Sidebar */
.sidebar {
	padding-top: 20px;
	padding-left: 30px;
}
.blog-widget {
	margin-top: 20px;
	margin-bottom: 40px;
}

.blog-widget .search-button {
	margin-top: 0;
	line-height: 0;
}

.blog-widget .form-control {
	border-radius: 0;
	font-weight: 300;
	font-size: 11px;
}
.form-control:focus {
	border-color: #999;
}

.blog-widget li {
	padding: 5px 0;
	border-bottom: 1px solid #E8E8E8;
	font-weight: 300;
	font-size: 13px;
}
.blog-widget li:last-child {
	border-bottom: none;
}
.blog-widget h5 {
	font-family: "lovelo", sans-serif;
	font-size: 14px;
}
.tags-list {
	padding-top: 15px;
}

.blog-tags li {
	border: none;
	display: inline-block;
}
.blog-tags li a {
	margin: 0 5px 7px 0;
	padding: 7px 10px;
	border: 1px solid #e9e9e9;
	color: #777;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
}
.blog-tags li a:hover,
.blog-tags li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-tags li a:hover {
	border: 1px solid #999;
	color: #111;
}
.blog .sidebar-share {
	margin-top: -20px;
}
.sidebar-share ul li {
	margin-right: 7px;
}
.sidebar-share a {
	color: #191a1c;
}

/* Blog Pagination */

.blog-pagination {
	margin: 40px 0 80px 0;
	list-style: none;
}
.blog-pagination li {
	display: inline-block
}
.blog-pagination li:first-child {
	position: absolute;
}
.blog-pagination li:first-child a,
.blog-pagination li:last-child a,
.blog-pagination li a {
	background-color: transparent;
	border: none;
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	color: #191a1c;
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
}
.blog-pagination>.active>a, .blog-pagination>.active>a:focus,
.blog-pagination>.active>a:hover, .blog-pagination>.active>span,
.blog-pagination>.active>span:focus, .blog-pagination>.active>span:hover {
	color: #fff;
	background-color: transparent;
	cursor: default;
}
.blog-pagination li a i {
	font-size: 16px;
}
.blog-pagination li a:hover {
	color: #bbb;
	background-color: transparent;
}
.blog-pagination li:first-child {
	position: absolute;
	left: 0;
}
.blog-pagination li:last-child {
	position: absolute;
	right: 0;
}


/*Blog Standard*/
.blog-standard {
	padding-top: 40px;
}
.side-details {
	float: left;
	display: block;
}
.side-details .post-date {
	width: 73px;
	padding: 20px 18px 16px 18px;
}
.post-date {
	line-height: 18px;
	width: 46px;
	background: #fff;
	color: #252525;
	text-align: center;
	text-transform: uppercase;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	pointer-events: none;
}
.post-date .month {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: none;
}
.post-date .day {
	font-size: 26px;
	line-height: .6;
}
.post-date .year {
	font-size: 11px;
	line-height: .1;
}
.post-date .day,
.post-date .year {
	font-family: "lovelo", sans-serif;
	margin: 0;
}
.blog-standard .post-content {
	margin-left: 100px;
	display: block;
	position: relative;
}
.blog-standard .post-text {
	padding-top: 26px;
	padding-bottom: 14px;
	border-bottom: 1px solid #E0E0E0;
}
.blog-standard h4 {
	font-size: 24px;
}
.blog-standard a h4,
.blog-standard a:hover h4 {
	transition: color 0.35s;
	-moz-transition: color 0.35s;
	-webkit-transition: color 0.35s;
	-o-transition: color 0.35s;
}
.blog-post-categories {
	font-size: 13px;
}
.blog-standard .read-more-link span {
	margin-top: 14px;
	margin-bottom: 60px;
}
.blog-standard .read-more-link i {
	position: absolute;
	margin-top: -17px!important;
	font-size: 15px;
	margin-left: 5px;
}

/*Blog Post*/
.blog-post {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E6E6E6;
}
.blog-post .post-date {
	position: absolute;
	max-width: 74px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 7px;
	background-color: transparent;
	box-shadow: none;
	z-index: 3;
}
.blog-post .post-date h4,
.blog-post .post-date h3,
.blog-post .post-date span {
	color: #eee;
}
.blog-post h3 {
	margin-top: 30px;
}
.blog-post p {
	margin-bottom: 20px;
}
blockquote {
	border-left: 2px solid;
}
.comments {
	margin-top: 60px;
	margin-bottom: 60px;
}
.comments .comment-reply {
	position: absolute;
	right: 0;
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	color: #191a1c;
}
.comment.first {
	border-top: none;
}
.comment {
	padding: 30px 0;
	border-top: 1px solid #E6E6E6;
}
.comments .avatar {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
}
.comments .comment-body {
	margin-left: 70px;
}
.comments .comment-heading span {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-right: 10px;
}
.comment-time {
	font-size: 12px;
}


.depth-2 {
	margin-left: 70px;
}
.depth-3 {
	margin-left: 140px;
}


.blog-quote-post small {
	line-height: 1.4;
}
.blog-quote small {
	line-height: 1.4;
}

/*---------- SHOP ----------*/
.shop {
	padding-top: 69px;
	background-color: #fff;
}
.shop-grid {
	margin: 0 30px 30px 30px;
}
.shop-standard {
	padding-top: 40px;
}
/* Shop Grid Item */
.product-details h4 {
	font-family: "lovelo", sans-serif;
}
.product-details {
	z-index: 3;
	pointer-events: none
}
.product-details .price {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
}
.price .currency {
	font-weight: 400;
	margin-right: 5px;
	font-style: normal;
	font-size: 13px;
	display: inline-block;
	margin-top: 8px;
	vertical-align: top;
}
.price {
	max-width: 140px;
	color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 14px;
	left: 24px;
	font-size: 24px;
	text-align: center;
	z-index: 2;
}
.price .currency {
	margin-top: 6px;
}
.price .old-price {
	display: block;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	left: 4px;
}
.cbp-item:hover .product-details h4 {
	color: #ddd;
}
.cbp-item .product-details h4,
.cbp-item:hover .product-details h4 {
	-moz-transition: color 0.25s;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
}
/* Hover Buttons */
.shop .cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(0,0,0,0.7);
}
.shop .cbp-l-caption-body a {
	display: inline-block;
	margin: 5px;
	padding: 14px 20px 14px 16px;
	background-color: rgba(255,255,255,0.86);
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	color: #191a1c;
	z-index: 3;
}
.shop .cbp-l-caption-body a i {
	font-size: 15px;
	margin-right: 5px;
	margin-left: 0;
}

/* Sidebar */
.shop-widget {
	margin-top: 20px;
	margin-bottom: 40px;
}
.shop-widget h5 {
	font-family: "lovelo", sans-serif;
	font-size: 14px;
}
.tags-list {
	padding-top: 15px;
}
.shop-tags li {
	border: none;
	display: inline-block;
	margin-bottom: 7px;
}
.shop-tags li a {
	margin: 0 5px 7px 0;
	padding: 7px 10px;
	border: 1px solid #e9e9e9;
	color: #777;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
}
.shop-tags li a:hover,
.shop-tags li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.shop-tags li a:hover {
	border: 1px solid #999;
	color: #111;
}
.shop-widget form {
	padding-top: 15px;
}
.shop-widget form input {
	padding: 19px 20px;
	font-size: 13px;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	box-shadow: none;
	border-right: 0;
}
.shop-widget form span {
	background-color: transparent;
	font-size: 13px;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	box-shadow: none;
	border-left: 0;
}
.shop-widget form button {
	background-color: transparent;
	border: none;
}
.shop-widget form button span {
	border: none;
	color: #191A1C;
}
.shop .sidebar-share ul li {
	margin-left: 4px;
	margin-right: 4px;
}

/* Product Item Page */
.shop-product {
	padding: 100px 0 30px 0;
}
.shop-product .product-details {
	pointer-events: all;
}
.shop-product .price {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;

}
.price span.old-price-single {
	position: static;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 9px;
}
.shop-related {
	padding-top: 0;
	padding-bottom: 70px;
}

/*--- Cart ---*/
.cart {
	padding-top: 130px;
	padding-bottom: 60px;
}
.cart-total-items {
}
.cart-item {
	padding: 20px 0 0 0;
}
.cart-item a img {
	width: 100%;
	max-width: 200px;
	float: left;
	margin-right: 20px;
}
.cart-item .item-image-container {
	position: relative;
}
.cart-item .item-action {
	display: block;
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	margin: 5px 0;
}
.cart-item .item-action i {
	margin-right: 4px;
}
.cart-item .remove-from-cart i {
	margin-left: 1px;
	margin-right: 5px;
}
.cart-item .move-to-wishlist {
	margin-top: 20px;
}
.cart-item .selection {
	margin-top: 20px;
	display: inline-block;
	max-width: 100px;
}
.cart-item label {
	font-size: 12px;
	padding-left: 10px;
}
.cart-item select {
	padding: 8px;
	margin: 3px 0px 12px 0;
	width: 100%;
	border: 0px;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	color: #555;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 15px;
	border: 1px solid #ddd;
}
.cart_totals {
	background-color: #191a1c;
	padding: 30px 40px 24px 40px;
	text-align: center;
	border-radius: 4px;
	margin-top: 20px;
}
.cart_totals h5 {
	font-family: "lovelo", sans-serif;
	font-size: 12px;
	color: #fff;
}
.cart table,
.cart_totals table {
	width: 100%;
	color: #fff;
}
.cart table tr,
.cart_totals table tr {
	line-height: 3.6;
	font-size: 12px;
}
.cart_totals table tr.shipping {
	border-top: none;
}
.cart_totals table tr>th {
	width: 30%;
}
.cart_totals table td {
	text-align: right;
	padding-right: 0;
}
.cart_totals table .order-total th {
	font-size: 18px;
}
.cart_totals table .order-total span {
	font-size: 16px;
}
.btn-cart-checkout {
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.small-print {
	font-size: 12px;
	text-align: center
}
.cart .quantity {
	height: auto;
	width: auto;
	max-width: 115px;
	margin-right: 20px!important;
}
.cart input.qty {
	position: relative;
	float: left;
	height: 60px;
	width: 60px;
	line-height: 56px;
	margin: 0;
	padding: 0 0 0 5px;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
	border: 2px solid #e3e3e3;
	border-width: 2px!important;
	z-index: 1;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
.cart .product-remove .remove {
	float: right;
	padding: 0 10px;
	line-height: 42px;
	height: 44px;
	width: 44px;
	border-radius: 0;
	text-indent: 0;
	font-size: 24px;
	color: inherit;
	background: transparent!important;
	opacity: .5;
}
.cart .coupon input {
	border: none;
	width: 33.3%;
	margin-right: 5px;
	font-size: 12px;
	line-height: 4;
	padding-left: 20px;
}
.cart .coupon .coupon-code {
	background-color: rgba(0,0,0,0.060);
}
.cart .coupon .apply-btn {
	padding: 0;
	text-align: center;
}
.checkout input {
	background-color: rgba(0,0,0,0.060);
	border: none;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.6;
	padding: 17px 20px 17px 20px;
}
.checkout .half-left,
.checkout .half-right {
	padding: 0;
}
@media (min-width:768px) {
	.checkout .half-left {
		width: 50%;
		padding: 0 5px 0 0;
	}
	.checkout .half-right {
		width: 50%;
		padding: 0 0 0 5px;
	}
}
.quantity {
	overflow: hidden;
	display: block;
}
input.qty {
	position: relative;
	float: left;
	height: 50px;
	width: 80px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	background: transparent!important;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
	border: 2px solid rgba(0,0,0,0.060);
	border-width: 2px!important;
	z-index: 1;
	text-align: center;
}
.product-details input[type=number]::-webkit-inner-spin-button,
.product-details input[type=number]::-webkit-outer-spin-button {
	border: 2px solid rgba(0,0,0,0.060);
	border-left: 0;
	display: block;
	width: 30px;
	text-align: center;
	line-height: 31px;
	opacity: 1;
}
.qty-adjust {
	float: left;
}

/*--- Checkout ---*/
.checkout {
	padding-top: 100px;
	padding-bottom: 80px;
}
.checkout .section-heading {
	padding-top: 0;
}
.checkout input {
	background-color: #f5f5f5;
	border: none;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.6;
	padding: 17px 20px 17px 20px;
}
.checkout .half-left,
.checkout .half-right {
	padding: 0;
}
@media (min-width:768px) {
	.checkout .half-left {
		width: 50%;
		padding: 0 5px 0 0;
	}
	.checkout .half-right {
		width: 50%;
		padding: 0 0 0 5px;
	}
}

/*---------- COLORS ----------*/

/*--- Background Colors ---*/
.bg-grey {
	background-color: #f7f7f7;
}
.bg-grey-1 {
	background: #f2f2f2;
}
.bg-grey-2 {
	background: #eee;
}
.bg-dark {
	background: #111!important;
}
.bg-dark-1 {
	background: #1c1c1c;
}
.bg-dark-2 {
	background: #0c0e11;
}
.bg-white {
	background: #fff;
}
.bg-overlay {
	display: block;
	position: relative;
}
.bg-half.bg-overlay {
	display: table;
}
.bg-overlay .container .row > div,
.bg-overlay > div {
	z-index: 3;
}
.bg-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	opacity: .93;
}
.bg-overlay .back-icon {
	opacity: .1;
}
.border-top {
	border-top: 1px solid #eee;
}
.border-bottom {
	border-bottom: 1px solid #eee;
}

/*--- Text colors ---*/
.white {
	color: #fff!important;
}
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
	color: #fff!important;
}
.grey {
	color: #d3d3d3!important;
}
.grey small {
	color: #d3d3d3!important;
}
.light-grey {
	color: #f8f8f8!important;
}
.light-grey small {
	color: #f8f8f8!important;
}
.md-grey {
	color: #a7a7a7!important;
}
.md-grey small {
	color: #a7a7a7!important;
}
.md-grey2 {
	color: #898989!important;
}
.md-grey2 small {
	color: #898989!important;
}
.dark-grey {
	color: #999!important;
}
.dark-grey small {
	color: #999!important;
}
.dark {
	color: #131418!important;
}
blockquote {
	background: #f5f5f5;
	color: #777;
}
blockquote h5 {
	color: #777;
}
blockquote.white-bg {
	background: #fff;
}
.hover-white {
	color: #fff;
}

/*---------- PAGES ----------*/

section {
	background-color: #FFF;
	background-size: cover;
}

/*---- Error Page ----*/
.error-page h2 {
	font-size: 160px;
	line-height: 1;
}

/*---- Coming Soon Page ----*/
.coming-soon {
	margin: 0!important;
	top: 0!important;
}
.coming-soon h1 {
	font-size: 80px;
}
#countdown-timer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#countdown-timer div {
	display: inline-block;
	margin: 15px 20px;
	font-size: 20px;
	text-align: center;
	font-size: 14px;
}
#countdown-timer h1,
#countdown-timer h2,
#countdown-timer h6 {
	font-family: "lovelo", sans-serif;
	font-weight: normal;
	line-height: 1;
}
@media(min-width:1000px){.countdown-big h1 {font-size: 110px;margin: 0 20px;}}
@media(max-width:992px){#countdown-timer h1 {font-size: 40px;}}
.countdown-big h6 {color:#fff;}

/*---- App Landing ----*/
.app-gallery .cbp-item {
	-webkit-box-shadow: 40px 0px 30px -30px rgba(0,0,0,0.45);
	-moz-box-shadow: 40px 0px 30px -30px rgba(0,0,0,0.45);
	box-shadow: 40px 0px 30px -30px rgba(0,0,0,0.45);
}

/*---- Home Portfolio & Blog ----*/
.home-portfolio-grid, .home-blog-grid, .home-filters-dark {
	padding-top: 15px;
}
.home-portfolio-filters, .home-blog-filters, .home-filters-dark {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.home-portfolio-filters .cbp-l-filters-button .cbp-filter-item {
	margin: 20px 0;
	color: #999;
}
.home-blog-filters .cbp-l-filters-button .cbp-filter-item,
.home-filters-dark .cbp-l-filters-button .cbp-filter-item {
	margin: 20px 0;
	color: #191a1c;
}
.home-portfolio-filters .cbp-filter-item-active.cbp-filter-item,
.home-portfolio-filters .cbp-filter-item:hover {
	color: #fff!important;
}
@media (max-width:992px) {
	.cbp-l-filters-button .cbp-filter-item {
		font-size: 10px;
		padding: 0 10px;
	}
	.home-blog-filters .cbp-l-filters-button .cbp-filter-item,
	.home-filters-dark .cbp-l-filters-button .cbp-filter-item {
		margin: 5px;
	}
}

/*---- Home Event ----*/
.event-speakers {text-align: center}
.event-speakers h4 {
	font-family: "lovelo", sans-serif;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0;
}
.timeline {position: relative;}
.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	height: 92%;
	width: 3px;
}
.timeline {
	margin-top: 3em;
	margin-bottom: 0;
}
.timeline::before {
	left: 50%;
	margin-left: -3px;
}
.timeline-block {
	position: relative;
}
.timeline-block:last-child {
	margin-bottom: 0;
	top: 2px;
}
.timeline-bullet {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 3px solid;
	background: #fff;
}
.timeline-content h2 {
	font-family: "lovelo", sans-serif;
	font-size: 14px;
	line-height: 1.0;
	margin-top: 0;
	margin-bottom: 0;
}
.timeline-bullet {
	left: 50%;
	margin-left: -7px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.timeline-content {
	margin-left: 0;
	width: 47.3%;
}
.timeline-content {
	position: relative;
	min-height: 50px;
	margin-bottom: 10px;
}
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.timeline .timeline-block:nth-child(odd) .timeline-content h2, .timeline .timeline-block:nth-child(odd) .timeline-content p {
	text-align: right;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-content .date {
	position: absolute;
	width: 100%;
	left: 112%;
	top: 0;
	font-size: 14px;
}
.timeline-block {
	margin: 2em 0;
}
.timeline-block:first-child {
	margin-top: 0;
}
.timeline-block:nth-child(even) .timeline-content .date {
	left: auto;
	right: 112%;
	text-align: right;
}
.timeline-block:nth-child(even) .timeline-content {
	float: right;
}
#clock.event-countdown .digit {
	font-size:
}
.event-price .price-box h2 sup {
	margin-left: -26px;
}

/*---- Home Shop ----*/
.home-shop {
	padding-top: 0;
}



