@charset "UTF-8";

/*
* Author: Vasterad
* URL: http://purethemes.net
*/

/* ------------------------------------------------------------------- */
/* Import Section
---------------------------------------------------------------------- */
@import url("bootstrap-grid.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');


/* ------------------------------------------------------------------- */
/*  Layout Components
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Header
------------------------------------- */
.header-container {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,0.1);
	padding: 20px 0;
	position: fixed;
	z-index: 101;
}

.logo img {
	max-height: 40px;
	transform: translate3d(0,0,0);
}

.navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	float: right;
	margin: 8px 0 0 0;
}

.navigation li {
	display: inline-block;
	margin-right: 25px;
}

.navigation li:last-child { margin-right: 0; }

.navigation li a {
	padding: 7px 0;
	font-weight: 600;
	color: #222;
	position: relative;
}

a.small-button,
a.small-button:focus { display: inline-block; }

a.small-button,
a.small-button:focus,
.navigation li a.buy-now {
	border-radius: 60px;
	padding: 11px 22px;
	background: #2251e8;
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 600;
	outline: none;
}

a.small-button,
a.small-button:focus { line-height: 20px; }

.navigation li a.buy-now:after { display: none; }

a.small-button:hover,
.navigation li a.buy-now:hover { 
	box-shadow: 0 3px 15px rgba(35,81,232,0.25);
	color: #fff;
}

a.small-button:hover { 
	transform: translateY(-3px);
}

.navigation li a:after {
	content: "";
	height: 2px;
	background: #2251e8;
	position: relative;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	right: 0;
	margin: 0 auto;
	transition: 0.2s;
	opacity: 0
}

.navigation li a.active:after,
.navigation li a:hover:after {
	width: 100%;
	opacity: 1;
}


/* ---------------------------------- */
/* Top Section
------------------------------------- */
.top-section {
	background: #2251e8;
	color: #fff;
	padding: 130px 0;
	position: relative;
	z-index: 100;
	margin-top: 80px;
}

.top-section h3 {
	color: #fff;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -0.5px;
	font-weight: 300;
	margin: 0;
}

.top-section h3.hashtag {
	color: #ffd200;
	font-size: 128px;
	font-family: "Open Sans";
	font-weight: 400;
	letter-spacing: -5px;
	flex: 0 0 auto;
	line-height: 110px;
	padding-right: 15px;

/*    color: #fff;
    height: 90px;
    width: 90px;
    background: #ffd200;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    font-size: 66px;
    font-weight: 600;
    padding-left: 6px;
    margin-right: 35px;
    box-shadow: 0 0 0 10px #ffd200;
    top: 10px;
    position: relative;*/
}

.top-section .rating {
	font-size: 86px;
	line-height: 126px;
	letter-spacing: -4px;
	font-weight: 600;
	text-align: right;
	margin-top: 0px;
}

.top-section .rating span {
	color: #ffd200;
}

.top-headline {
	display: flex;
}

.top-headline h3 {
	flex: 1;
}

.big-icon {
	height: 78%;
	position: absolute;
	top: 50%;
	margin-left: 30px;
	transform: translateY(-50%);
	opacity: 0.05;
	pointer-events: none;
}

.section { position: relative; }
.big-icon-section {
	height: 70%;
	position: absolute;
	top: 50%;
	margin-left:-5%;
	transform: translateY(-50%);
	opacity: 0.02;
	z-index: 10;
	pointer-events: none;
}

.small-icon {
	height: 170px;
	position: absolute;
	top: 120%;
	right: 15%;
	opacity: 0.05;
}

@media (max-width: 992px) { .big-icon, .small-icon { display:none; } }

.top-section-buttons {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}

.top-section-buttons a {
	border-radius: 100px;
	min-width: 220px;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 12px;
	font-weight: 600;
	display: inline-block;
	background: #fff;
	margin: 0 10px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	transition: 0.3s;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 5px;
}

.top-section-buttons a:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

.top-section-buttons a.browse-features {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	padding: 10px;
}

.top-section-buttons a.buy-now {
	color: #2251e8;
	padding-left: 56px;
	position: relative;
}

.top-section-buttons a.buy-now span {
	background: #e6ecff;
	height: 100%;
	width: 56px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px 0 0 100px;
}

.top-section-buttons a.buy-now img {
	max-height: 20px;
	margin-top: 15px;
	margin-left: 3px;
	transform: translate3d(0,0,0);
}

.counter {
	display: inline-block;
	width: 104px;
}

@media (max-width: 1240px) {
	.top-section { padding: 120px 0; }

	.top-section h3.hashtag {
	    font-size: 110px;
	    letter-spacing: -6px;
	    line-height: 94px;
	    padding-right: 10px;
	}

	.top-section h3 {
	    font-size: 42px;
	    line-height: 52px;
	}

	.top-section .rating {
		font-size: 72px;
		line-height: 120px;
		letter-spacing: -4px;
		text-align: right;
	}

	.counter { width: 90px; }
	.top-section-buttons { margin-top: 30px; }
}

@media (max-width: 992px) {
	.top-section { padding: 100px 0; }
	.top-headline { display: block; text-align: center; }
	.top-section h3.hashtag { padding-right: 0; margin-bottom: 15px; }
	.top-section .rating { text-align: center; }
	.top-section-buttons { margin-top: 30px; }
	.big-icon { left: 0; right: 0; margin: 0 auto; }
}


@media (max-width: 480px) {

	.top-section { padding: 80px 0; }

	.top-section h3.hashtag {
	    font-size: 90px;
	    letter-spacing: -6px;
	    line-height: 110px;
	}

	.top-section h3 {
	    font-size: 36px;
	    line-height: 47px;
	}

	.top-section .rating {
		font-size: 62px;
		line-height: 100px;
		letter-spacing: -3px;
		text-align: center;
	}

	.counter { width: 80px; }
	.top-section-buttons { margin-top: 30px; }

	.big-icon { left: 0; right: 0; margin: 0 auto; }

	.top-section-buttons a { margin-left: 0; margin-right: 0; }
}


/* Browser Window
--------------------------------------------- */
.browser-window {
	border-radius: 4px;
	display: block;
	transition: 0.3s;
	margin-bottom: 30px;
}

.browser-content {
    padding: 0px;
    background: #f0f0f0;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	box-shadow: 0 0 22px rgba(0,0,0,0.1);
	transition: 0.3s;
}

.browser-content img {
	transform: translate3d(0,0,0);
	width: 100%;
}

.browser-window:hover .browser-content {
	box-shadow: 0 0 28px rgba(0,0,0,0.15);
}

.browser-window:hover {
	transform: translateY(-4px);
}

.browser-window .dot {
    margin-top: 4px;
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.browser-bar {
    background: #f2f2f2;
	padding: 8px 10px;
	border-radius: 4px 4px 0 0;
	display: flex;
}

.browser-bar input[type=text]:focus,
.browser-bar input[type=text] {
    width: 100%;
    border-radius: 4px;
    border: none;
    background-color: white;
    height: 20px;
    color: #aaa;
    padding: 5px 10px;
	margin: 0;
    font-size: 10px;
    pointer-events: none;
    box-shadow: none;
}

.bar-url,
.bar-dots {
	flex: 0 0 auto;
	line-height: 20px;
}

.bar-dots { width: 40px; margin-left: 2px; margin-top: -1px; }
.bar-url { width: calc(100% - 40px); padding: 0 2px 0 4px; }


/* Heatmap
--------------------------------------------- */
.heatmap {
	border-radius: 4px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	display: block;
	padding: 0;
	margin: 0;
	width: 95%;
	float: right;
	position: relative;
}

.heatmap span {
	border-radius: 0 0 4px 4px;
	background: #2251e8;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 15px 10px;
	line-height: 20px;
}

.heatmap img {
	transform: translate3d(0,0,0);
	border-radius: 4px 4px 0 0;
	image-rendering: -webkit-optimize-contrast;
}

.heatmap img.layer {
	position: absolute;
	z-index: 10;
}


/* Powered by Wocommerce
--------------------------------------------- */
.powered-by-wocommerce {
	display: inline-block;
	color: #222;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	background: #efefef;
	padding: 9px 18px;
	margin: 0 0 0 10px;
	top: -5px;
	position: relative;
}

.powered-by-wocommerce img {
	max-height: 22px;
	transform: translate3d(0,0,0);
	margin-left: 5px;
}


/* Map
--------------------------------------------- */
#map {
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 99;
	position: absolute;
	top: 0;
}

#map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 520px;
	width: 100%;
	z-index: 99;
	pointer-events: none;
	overflow: hidden;
}

.infoBox { display: none; }

.map-content {
	position: absolute;
	z-index: 100;
	display: block;
	justify-content: center;
	flex-direction: column;
	display: flex;
	right: 15px;
	background: transparent;
	border-radius: 4px;
	box-shadow: none;
	pointer-events: all;
	width: 46%;
	box-sizing: border-box;
	padding: 0;
	height: 100%;
}

.gmaps-icon {
	height: 33px;
	transform: translate3d(0,0,0);
	margin-right: 4px;
	margin-top: -10px;
}

.map-content h3 {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	line-height: 36px;
}

.map-content p { margin-bottom: 23px; font-size: 16px; color: #e0e0e0;}
.map-content p strong { color: #fff; font-weight: 600; }
.map-content p:last-child { margin-bottom: 0; }

#map-container .container,
#map-container .row,
#map-container .col-lg-12 {
    height: 100%;
    display: block;
    position: relative;
}

/* Cluster styles */
.cluster img { display:none }

.cluster {
	width: 36px !important;
	height: 36px !important;
}

.cluster div {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background-color: #2351e8;
}

.cluster div:before {
	border: 7px solid #2351e8;
	opacity: 0.35;
	box-shadow: inset 0 0 0 4px #2351e8;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}

/* Feature Box
--------------------------------------------- */
.feature-boxes-container {
	width: calc(100% + 30px);
    left: -30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.feature-box {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(0,0,0,0.04);
	cursor: default;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: center;
	padding: 40px 30px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	margin: 0 0 30px 30px;
	width: calc(100% * (1/4) - 30px);
	float: left;
	vertical-align: top;
}

.feature-box:hover {
	box-shadow: 0 7px 20px rgba(0,0,0,0.08);
	transform: translateY(-8px);
	background: #2251e8;
}

.feature-box:hover .feature-description p,
.feature-box:hover .feature-description h4 { color: #fff; }

.feature-box .feature-description p,
.feature-box .feature-description h4 { margin: 0; padding: 0; transition: 0.3s; }

.feature-icon {
	height: 55px;
	margin-bottom: 20px;
	width: 100%;
}

.feature-icon svg rect { transition: 0.3s; }
.feature-icon svg,
.feature-icon svg path,
.feature-icon img { height: 55px; width: 100%; transition: 0.3s; }

.feature-box:hover .feature-icon svg rect,
.feature-box:hover .feature-icon svg path {
    fill: #fff;
}

.feature-box .feature-description h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 22px;
}

.feature-box .feature-description p {
	font-size: 13px;
	font-weight: 500;
	color: #666;
	line-height: 23px;
}

@media (max-width: 1366px) { .feature-box { width: calc(100% * (1/3) - 30px); } }
@media (max-width: 992px) { .feature-box { width: calc(100% * (1/2) - 30px); } }
@media (max-width: 768px) { .feature-box { width: calc(100% - 30px); } }

@media (max-width: 1366px) { .alt .feature-box { width: calc(100% * (1/4) - 30px); } }
@media (max-width: 992px)  { .alt .feature-box { width: calc(100% * (1/2) - 30px); } }
@media (max-width: 768px)  { .alt .feature-box { width: calc(100% - 30px); } }

/* Feature Box
--------------------------------------------- */
.half-screen-buttons {
	display: flex;
}

.half-screen-button {
	background: #2251e8;
	text-align: center;
	color: #fff;
	flex: 1;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	padding: 100px 12%;
	transition: 0.3s;
}

.half-screen-button img {
	height: 80px;
	margin-bottom: 0px;
}

.half-screen-button:last-child {
	background: #1644d7;
}


.half-screen-button:hover { background: #2859f6; }
.half-screen-button:last-child:hover { background: #1842ca; }

.half-screen-button h3,
.half-screen-button p {
	color: #fff;
}

.half-screen-button p {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
}

.half-screen-button h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 36px;
}

@media (max-width: 768px) {
	.half-screen-buttons {
		display: block;
	}
}


/* Footer
--------------------------------------------- */
.footer {
	width: 100%;
	display: block;
	text-align: center;
	padding: 30px 0;
	font-weight: 500;
	color: #888;
}

.footer img {
	height: 19px;
	margin: -2px 3px 0 3px;
}


/* ------------------------------------------------------------------- */
/*  Side Nav
---------------------------------------------------------------------- */
#vertical-nav {
	position: fixed;
	right: 40px;
	top: 50%;
	bottom: auto;
	transform: translateY(-52%);
	z-index: 1001;
	opacity: 0;
	transition: 0.4s;
	pointer-events: none;
}

@media (max-width: 992px) { #vertical-nav { display: none; } }

#vertical-nav.enabled {
	opacity: 1;
	pointer-events: all;
	transform: translateY(-50%);
}

#vertical-nav li {
	text-align: right; 
	list-style: none;
	margin-bottom: -2px;
}

#vertical-nav a {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}

#vertical-nav .dot {
	position: absolute;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.15);
	margin: 0;
	transition: 0.3s;
	z-index: 100;
}

/*#vertical-nav .dot:before{
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	background: #fff;
	border-radius: 50%;
	top: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: scale(0);
	position: absolute;
	opacity: 0;
	transition: 0.3s;
}
*/
#vertical-nav .label {
	position: relative;
	right: 10px;
	margin-right: 0;
	padding: 0;
	color: #000;
	line-height: 20px;
	font-size: 12px;
	transition: 0.3s;
	opacity: 0;
	background: #333;
	color: #fff;
	border-radius: 50px;
	padding: 4px 10px;
	line-height: 21px;
	top: 0;
	transform: scale(1);
	text-align: center;
	float: right;
	margin-top: -57px;
	top: 50px;
/*	pointer-events: none;*/

	padding-right: 31px;
	padding-left: 12px;
	right: -21px;
	z-index: 10;
	line-height: 19px;
}

/*#vertical-nav a .label:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #222;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}*/

#vertical-nav a:hover .label {
	transform: scale(1) translateX(0%);
	opacity: 1;
}

#vertical-nav a.active:hover .dot,
#vertical-nav a:hover .dot {
	background: #fff;
}

#vertical-nav a.active .dot {
	background: #2351e8;
}

/* Touch devices */
.touch .nav-trigger { display: none; }


/* ------------------------------------------------------------------- */
/*  Other
---------------------------------------------------------------------- */

body {
	color: #666;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
}

body p { font-size: 16px; line-height: 29px; }

#wrapper { background-color: #fff; }

/* Main Font */
body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div,
.numerical-rating .rating-counter, body .menu-responsive i.menu-trigger:after
{ font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }


/* Headlines */
h1, h2, h3, h4, h5, h6 {
  color: #222;
}

.section .headline h3,
.section h3 { font-size: 28px; font-weight: 500; margin-bottom: 0; letter-spacing: -0.5px; }
.section h3 { margin-bottom: 33px; }

.headline.centered {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.headline.centered p {
	margin: 20px 0 0 0;
	font-size: 16px;
	padding: 0 20%;
	letter-spacing: 0;
}

.section { background: #f9f9f9; padding: 80px 0; }
.section.white { background: #fff; }
.section.border-top { border-top: 1px solid #e6e6e6; }
.section.border-bottom { border-bottom: 1px solid #e6e6e6; }
.section strong { font-weight: 600; color: #444; }
.section p { margin-bottom: 23px; }

/* Flexbox */
.section-flex { display: flex; }
.section-flex img { transform: translate3d(0,0,0); }

.section-flex.vertical-align {
	align-items: center;
	justify-content: center;
}

.section-flex-left,
.section-flex-right { flex: 1; }

.section-flex-left { padding-right: 30px; }
.section-flex-right { padding-left: 30px; }
.align-right { text-align: right; }

@media (max-width: 992px) { 
	.section-flex-left { padding-right: 20px; }
	.section-flex-right { padding-left: 20px; }
	.map-content { width: 60%; }
	.half-screen-button { padding: 50px 5%; }
	.half-screen-button h3 { font-size: 24px; line-height: 34px; margin-bottom: 15px; }
	.half-screen-button p { font-size: 16px; line-height: 28px; }
	.half-screen-button img { height: 70px; margin-bottom: 0px; }

	.header-container { position: absolute; }
	.headline.centered p { padding: 0 10%; }

}

@media (max-width: 768px) { 
	.section-flex-left { padding-right: 0px; }
	.section-flex-right { padding-left: 0px; }
	.section-flex { display: block; }
	.heatmap { width: 100%; }
	.browser-window:hover { transform: translateY(0); }

	.map-content {
		width: 100%;
		height: auto;
		border-radius: 0;
		box-shadow: none;
		left: 0;
		right:0;
		top: 0;
		transform: none;
		padding: 70px 15px;
		position: relative;
		background: #222;
	}

	.map-content h3 { line-height: 36px; }
	#map-container { height: auto; }
	#map-container .container { padding: 0; }

	.section .headline h3, .section h3 { font-size: 24px; }
	.half-screen-button { padding: 50px 5%; }
	.half-screen-button h3 { font-size: 22px; line-height: 30px; margin-bottom: 15px; }
	.half-screen-button p { font-size: 16px; line-height: 28px; }
	.half-screen-button img { height: 60px; margin-bottom: 0px; }

	.logo { text-align: center; display: block; }
	.navigation {display: none;}
	.headline.centered p { padding: 0; }
	.align-right { text-align: center; }
	.section-flex-left { margin-bottom: 40px; }
	.big-icon-section { display: none; }
}


/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
	font-weight: 500;
	opacity: 1;
	border-radius: 3px;
}

select {
	padding: 15px 18px;
	cursor: pointer;
}

input {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #808080;
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	border: 1px solid #d8d8d8;
	opacity: 1;
}

input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}

input[type="checkbox"] { display: inline; }

input[type="radio"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #888;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #888;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #888;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #888;
	opacity: 1;
}

textarea {
	height: auto;
	line-height: 27px;
	padding: 20px;
	min-height: 130px;
	transition: none !important;
	min-width: 100%;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 15px; 
	font-weight: normal;
	margin-bottom: 8px;
}


label span,
legend span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

fieldset {
    padding: 0;
    border: none;
}


a, button { outline: none !important; }
a:focus,
a:hover { text-decoration: none; color: #333;}
img { max-width: 100%; }


/* Carousel */
.carousel .carousel-item {
	padding: 15px;
}

.carousel-container,
.carousel {
	position: relative;
}

.carousel-nav button {
	outline: none;
	border: none;
	background-color: #333;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	display: block;
	top: calc(50% - 15px);
	transform: translateY(-50%);
	transition: 0.3s;
	z-index: 1200;
	box-shadow: 0 3px 15px rgba(0,0,0,0.25);
}

.carousel-nav button:hover {
	background: #2251e8;
	box-shadow: 0 3px 15px rgba(35,81,232,0.25);
}

.carousel-nav button.prev {
	left: -80px;
	position: absolute;
}

.carousel-nav button.next {
	right: -80px;
	position: absolute;
}

.carousel-nav button img,
.carousel-nav button svg {
	height: 18px;
	position: absolute;
	top: 14px;
	left: 53%;
	transform: translateX(-50%);
}

.carousel-nav button.prev svg {
	transform: rotate(180deg) translateX(50%);
	left: 48%;
}

.carousel-nav button svg path {
	fill: #fff;
	height: 25px;
    width: 100%;
}

@media (max-width: 1500px) {
	.carousel-nav button.prev { left: -8px; }
	.carousel-nav button.next { right: -8px; }
}

@media (min-width: 1300px) and (max-width: 1366px) {
	.carousel-nav button.prev { left: -65px; }
	.carousel-nav button.next { right: -65px; }
}

@media (max-width: 1090px) {
	.carousel-nav button.prev { left: 35px; }
	.carousel-nav button.next { right: 35px; }
}


	/* ---------------------------------- */
	/* Offsets
	------------------------------------- */

	/* Margin Top */
	.margin-top-0  { margin-top: 0 !important; }
	.margin-top-1  { margin-top: 1px !important; }
	.margin-top-2  { margin-top: 2px !important; }
	.margin-top-3  { margin-top: 3px !important; }
	.margin-top-4  { margin-top: 4px !important; }
	.margin-top-5  { margin-top: 5px !important; }
	.margin-top-6  { margin-top: 6px !important; }
	.margin-top-7  { margin-top: 7px !important; }
	.margin-top-8  { margin-top: 8px !important; }
	.margin-top-9  { margin-top: 9px !important; }
	.margin-top-10 { margin-top: 10px !important; }
	.margin-top-15 { margin-top: 15px !important; }
	.margin-top-20 { margin-top: 20px !important; }
	.margin-top-25 { margin-top: 25px !important; }
	.margin-top-30 { margin-top: 30px !important; }
	.margin-top-35 { margin-top: 35px !important; }
	.margin-top-40 { margin-top: 40px !important; }
	.margin-top-45 { margin-top: 45px !important; }
	.margin-top-50 { margin-top: 50px !important; }
	.margin-top-55 { margin-top: 55px !important; }
	.margin-top-60 { margin-top: 60px !important; }
	.margin-top-65 { margin-top: 65px !important; }
	.margin-top-70 { margin-top: 70px !important; }
	.margin-top-75 { margin-top: 75px !important; }
	.margin-top-80 { margin-top: 80px !important; }
	.margin-top-85 { margin-top: 85px !important; }
	.margin-top-90 { margin-top: 90px !important; }
	.margin-top-95 { margin-top: 95px !important; }
	.margin-top-100 { margin-top: 100px !important; }
	.margin-top-105 { margin-top: 105px !important; }
	.margin-top-110 { margin-top: 110px !important; }
	.margin-top-115 { margin-top: 115px !important; }
	.margin-top-120 { margin-top: 120px !important; }

	/* Margin Bottom */
	.margin-bottom-0  { margin-bottom: 0 !important; }
	.margin-bottom-5  { margin-bottom: 5px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	.margin-bottom-75 { margin-bottom: 75px !important; }
	.margin-bottom-80 { margin-bottom: 80px !important; }
	.margin-bottom-85 { margin-bottom: 85px !important; }
	.margin-bottom-90 { margin-bottom: 90px !important; }
	.margin-bottom-95 { margin-bottom: 95px !important; }
	.margin-bottom-100 { margin-bottom: 100px !important; }

	/* Margin Left */
	.margin-left-0  { margin-left: 0 !important; }
	.margin-left-1  { margin-left: 1px !important; }
	.margin-left-2  { margin-left: 2px !important; }
	.margin-left-3  { margin-left: 3px !important; }
	.margin-left-4  { margin-left: 4px !important; }
	.margin-left-5  { margin-left: 5px !important; }
	.margin-left-6  { margin-left: 6px !important; }
	.margin-left-7  { margin-left: 7px !important; }
	.margin-left-8  { margin-left: 8px !important; }
	.margin-left-9  { margin-left: 9px !important; }
	.margin-left-10 { margin-left: 10px !important; }
	.margin-left-15 { margin-left: 15px !important; }
	.margin-left-20 { margin-left: 20px !important; }
	.margin-left-25 { margin-left: 25px !important; }
	.margin-left-30 { margin-left: 30px !important; }
	.margin-left-35 { margin-left: 35px !important; }
	.margin-left-40 { margin-left: 40px !important; }
	.margin-left-45 { margin-left: 45px !important; }
	.margin-left-50 { margin-left: 50px !important; }
	.margin-left-55 { margin-left: 55px !important; }
	.margin-left-60 { margin-left: 60px !important; }
	.margin-left-65 { margin-left: 65px !important; }
	.margin-left-70 { margin-left: 70px !important; }
	.margin-left-75 { margin-left: 75px !important; }
	.margin-left-80 { margin-left: 80px !important; }
	.margin-left-85 { margin-left: 85px !important; }
	.margin-left-90 { margin-left: 90px !important; }
	.margin-left-95 { margin-left: 95px !important; }
	.margin-left-100 { margin-left: 100px !important; }

	/* Margin Right */
	.margin-right-0  { margin-right: 0 !important; }
	.margin-right-1  { margin-right: 1px !important; }
	.margin-right-2  { margin-right: 2px !important; }
	.margin-right-3  { margin-right: 3px !important; }
	.margin-right-4  { margin-right: 4px !important; }
	.margin-right-5  { margin-right: 5px !important; }
	.margin-right-6  { margin-right: 6px !important; }
	.margin-right-7  { margin-right: 7px !important; }
	.margin-right-8  { margin-right: 8px !important; }
	.margin-right-9  { margin-right: 9px !important; }
	.margin-right-10 { margin-right: 10px !important; }
	.margin-right-15 { margin-right: 15px !important; }
	.margin-right-20 { margin-right: 20px !important; }
	.margin-right-25 { margin-right: 25px !important; }
	.margin-right-30 { margin-right: 30px !important; }
	.margin-right-35 { margin-right: 35px !important; }
	.margin-right-40 { margin-right: 40px !important; }
	.margin-right-45 { margin-right: 45px !important; }
	.margin-right-50 { margin-right: 50px !important; }
	.margin-right-55 { margin-right: 55px !important; }
	.margin-right-60 { margin-right: 60px !important; }
	.margin-right-65 { margin-right: 65px !important; }
	.margin-right-70 { margin-right: 70px !important; }
	.margin-right-75 { margin-right: 75px !important; }
	.margin-right-80 { margin-right: 80px !important; }
	.margin-right-85 { margin-right: 85px !important; }
	.margin-right-90 { margin-right: 90px !important; }
	.margin-right-95 { margin-right: 95px !important; }
	.margin-right-100 { margin-right: 100px !important; }


	/* Padding Top */
	.padding-top-0  { padding-top: 0 !important; }
	.padding-top-1  { padding-top: 1px !important; }
	.padding-top-2  { padding-top: 2px !important; }
	.padding-top-3  { padding-top: 3px !important; }
	.padding-top-4  { padding-top: 4px !important; }
	.padding-top-5  { padding-top: 5px !important; }
	.padding-top-6  { padding-top: 6px !important; }
	.padding-top-7  { padding-top: 7px !important; }
	.padding-top-8  { padding-top: 8px !important; }
	.padding-top-9  { padding-top: 9px !important; }
	.padding-top-10 { padding-top: 10px !important; }
	.padding-top-15 { padding-top: 15px !important; }
	.padding-top-20 { padding-top: 20px !important; }
	.padding-top-25 { padding-top: 25px !important; }
	.padding-top-30 { padding-top: 30px !important; }
	.padding-top-35 { padding-top: 35px !important; }
	.padding-top-40 { padding-top: 40px !important; }
	.padding-top-45 { padding-top: 45px !important; }
	.padding-top-50 { padding-top: 50px !important; }
	.padding-top-55 { padding-top: 55px !important; }
	.padding-top-60 { padding-top: 60px !important; }
	.padding-top-65 { padding-top: 65px !important; }
	.padding-top-70 { padding-top: 70px !important; }
	.padding-top-75 { padding-top: 75px !important; }
	.padding-top-80 { padding-top: 80px !important; }
	.padding-top-85 { padding-top: 85px !important; }
	.padding-top-90 { padding-top: 90px !important; }
	.padding-top-95 { padding-top: 95px !important; }
	.padding-top-100 { padding-top: 100px !important; }
	.padding-top-105 { padding-top: 105px !important; }
	.padding-top-110 { padding-top: 110px !important; }
	.padding-top-115 { padding-top: 115px !important; }
	.padding-top-120 { padding-top: 120px !important; }

	/* Padding Bottom */
	.padding-bottom-0  { padding-bottom: 0 !important; }
	.padding-bottom-5  { padding-bottom: 5px !important; }
	.padding-bottom-10 { padding-bottom: 10px !important; }
	.padding-bottom-15 { padding-bottom: 15px !important; }
	.padding-bottom-20 { padding-bottom: 20px !important; }
	.padding-bottom-25 { padding-bottom: 25px !important; }
	.padding-bottom-30 { padding-bottom: 30px !important; }
	.padding-bottom-35 { padding-bottom: 35px !important; }
	.padding-bottom-40 { padding-bottom: 40px !important; }
	.padding-bottom-45 { padding-bottom: 45px !important; }
	.padding-bottom-50 { padding-bottom: 50px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-60 { padding-bottom: 60px !important; }
	.padding-bottom-65 { padding-bottom: 65px !important; }
	.padding-bottom-70 { padding-bottom: 70px !important; }
	.padding-bottom-75 { padding-bottom: 75px !important; }
	.padding-bottom-80 { padding-bottom: 80px !important; }
	.padding-bottom-85 { padding-bottom: 85px !important; }
	.padding-bottom-90 { padding-bottom: 90px !important; }
	.padding-bottom-95 { padding-bottom: 95px !important; }
	.padding-bottom-100 { padding-bottom: 100px !important; }

	/* Padding Right */
	.padding-right-0  { padding-right: 0 !important; }
	.padding-right-5  { padding-right: 5px !important; }
	.padding-right-10 { padding-right: 10px !important; }
	.padding-right-15 { padding-right: 15px !important; }
	.padding-right-20 { padding-right: 20px !important; }
	.padding-right-25 { padding-right: 25px !important; }
	.padding-right-30 { padding-right: 30px !important; }
	.padding-right-35 { padding-right: 35px !important; }
	.padding-right-40 { padding-right: 40px !important; }
	.padding-right-45 { padding-right: 45px !important; }
	.padding-right-50 { padding-right: 50px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-60 { padding-right: 60px !important; }
	.padding-right-65 { padding-right: 65px !important; }
	.padding-right-70 { padding-right: 70px !important; }
	.padding-right-75 { padding-right: 75px !important; }
	.padding-right-80 { padding-right: 80px !important; }
	.padding-right-85 { padding-right: 85px !important; }
	.padding-right-90 { padding-right: 90px !important; }
	.padding-right-95 { padding-right: 95px !important; }
	.padding-right-100 { padding-right: 100px !important; }

	/* Padding Left */
	.padding-left-0  { padding-left: 0 !important; }
	.padding-left-5  { padding-left: 5px !important; }
	.padding-left-10 { padding-left: 10px !important; }
	.padding-left-15 { padding-left: 15px !important; }
	.padding-left-20 { padding-left: 20px !important; }
	.padding-left-25 { padding-left: 25px !important; }
	.padding-left-30 { padding-left: 30px !important; }
	.padding-left-35 { padding-left: 35px !important; }
	.padding-left-40 { padding-left: 40px !important; }
	.padding-left-45 { padding-left: 45px !important; }
	.padding-left-50 { padding-left: 50px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-60 { padding-left: 60px !important; }
	.padding-left-65 { padding-left: 65px !important; }
	.padding-left-70 { padding-left: 70px !important; }
	.padding-left-75 { padding-left: 75px !important; }
	.padding-left-80 { padding-left: 80px !important; }
	.padding-left-85 { padding-left: 85px !important; }
	.padding-left-90 { padding-left: 90px !important; }
	.padding-left-95 { padding-left: 95px !important; }
	.padding-left-100 { padding-left: 100px !important; }
