@media (min-width: 768px) {
	* + .row {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	* + .row {
		margin-top: 60px;
	}
}

* + .big {
	margin-top: 20px;
}

* + .text-block {
	margin-top: 30px;
}

* + .button {
	margin-top: 30px;
}

* + .button-wrap {
	margin-top: 30px;
}

* + .box-timeline-wrap {
	margin-top: 30px;
	
}
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
    outline: none;
    background-color: #000000;
}
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

@media (max-width: 575.98px) {
	.tabs-albums .nav-item:first-of-type a {
		padding-left: 0;
	}
}
@media (min-width: 576px) {
	.tabs-albums-select {
		display: flex;
		align-items: center;
	}
}

.tabs-video {
	flex-direction: column;
}

@media (min-width: 992px) {
	.tabs-video {
		flex-direction: row;
	}
}

.tabs-video .mCSB_scrollTools {
	background-color: rgba(255, 255, 255, 0.05);
}

.tabs-video .tab-content {
	padding: 0;
	width: 100%;
}

.tabs-video .scroll-wrap {
	max-height: 398px;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.tabs-video .scroll-wrap {
		margin-top: 0;
		padding-left: 30px;
	}
}

.tabs-video .nav-tabs {
	min-width: 100%;
	background-color: transparent;
}

@media (min-width: 992px) {
	.tabs-video .nav-tabs {
		min-width: 370px;
	}
}

.tabs-video .nav-link {
	padding: 0;
}

.tabs-video .nav-link:hover, .tabs-video .nav-link.active {
	background-color: transparent;
}

.tabs-video .nav-link:hover .nav-video-figure::before, .tabs-video .nav-link.active .nav-video-figure::before {
	right: -3px;
	bottom: -3px;
}

.tabs-video .nav-link:hover .nav-video-title, .tabs-video .nav-link.active .nav-video-title {
	color: #c70039;
}

.tabs-video .nav-item {
	width: 100%;
}

.tabs-video .nav-item + .nav-item {
	margin-top: 31px;
}

.tabs-video .nav-item:last-of-type {
	margin-bottom: 3px;
}

.nav-video {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

@media (min-width: 576px) {
	.nav-video {
		flex-direction: row;
		text-align: left;
	}
}

.nav-video-figure {
	position: relative;
	min-width: 140px;
}

.nav-video-figure img {
	width: 140px;
	position: relative;
}

.nav-video-figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #c70039;
	transition: all 0.3s ease-in-out;
}

.nav-video-title {
	padding-left: 22px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	padding-top: 8px;
}

@media (min-width: 576px) {
	.nav-video-title {
		padding-top: 0;
	}
}

.tabs-corporate.tabs-about .tab-content {
	margin-top: 42px;
	padding: 0;
}

@media (min-width: 768px) {
	.tabs-corporate.tabs-about .nav-tabs {
		display: flex;
	}
	.tabs-corporate.tabs-about .nav-item {
		flex-grow: 1;
	}
}

/** @section Panel custom */
.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}
.text-gray-600 {
	color: #4c5a86;
}
.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .tabs-horizontal.tabs-corporate {
		margin-top: 45px;
	}
}

* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-line .nav-tabs {
	position: relative;
}

.tabs-line .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.tabs-line * + .tab-content {
	margin-top: 20px;
}

@media (max-width: 991.98px) {
	.tabs-line .nav-tabs {
		max-width: 100%;
		border: 1px solid #ffffff;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #ffffff;
		background: transparent;
		border-bottom: 1px solid #ffffff;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #ffffff;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #c70039;
		background: #c70039;
		border-color: #c70039;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #ffffff;
}

.tabs-corporate .nav-link {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
	font-weight: 700;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
	color: #ffffff;
	background: transparent;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #c70039;
	border-color: #c70039;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

.tab-content {
	max-width: 100%;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-item:not(:first-of-type) .nav-link {
		border-left: 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 185px;
		letter-spacing: .1em;
		padding: 5px 37px 14px;
		border: 1px solid #ffffff;
		border-top: 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #c70039;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #a0aabf;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #c70039;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #9b9b9b;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;

		width: 100%;
		text-align: left;
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 228px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item:last-of-type .nav-link {
		border-bottom: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 13px 30px 16px;
		padding-left: 0;
		overflow: hidden;
		text-align: left;
		background-color: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 50px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

h2 + .tabs-albums {
	margin-top: 29px;
}

.tabs-albums .tab-content {
	margin-top: 38px;
}

.tabs-albums .nav-tabs {
	border: 0;
}

@media (min-width: 576px) {
	.tabs-albums .nav-tabs {
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.tabs-albums .nav-tabs {
		margin-left: 25px;
	}
}

.tabs-albums .nav-item {
	margin: 0;
}

@media (max-width: 575.98px) {
	.tabs-albums .nav-item:first-of-type a {
		padding-left: 0;

	}
}

.tabs-albums .nav-link {
	border: 0;
	border-radius: 0;
	color: #ffffff;
	padding: 5px 14px;
	font-weight: 700;
	letter-spacing: .1em;
}

@media (min-width: 1200px) {
	.tabs-albums .nav-link {
		padding: 5px 16px;
	}
}

.tabs-albums .nav-link.active {
	color: #c70039;
	background-color: transparent;
}

.tabs-albums .nav-link:not(.active):hover {
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 576px) {
	.tabs-albums-select {
		display: flex;
		align-items: center;
	}
}

.tabs-video {
	flex-direction: column;
}

@media (min-width: 992px) {
	.tabs-video {
		flex-direction: row;
	}
}

.tabs-video .mCSB_scrollTools {
	background-color: rgba(255, 255, 255, 0.05);
}

.tabs-video .tab-content {
	padding: 0;
	width: 100%;
}

.tabs-video .scroll-wrap {
	max-height: 398px;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.tabs-video .scroll-wrap {
		margin-top: 0;
		padding-left: 30px;
	}
}

.tabs-video .nav-tabs {
	min-width: 100%;
	background-color: transparent;
}

@media (min-width: 992px) {
	.tabs-video .nav-tabs {
		min-width: 370px;
	}
}

.tabs-video .nav-link {
	padding: 0;
}

.tabs-video .nav-link:hover, .tabs-video .nav-link.active {
	background-color: transparent;
}

.tabs-video .nav-link:hover .nav-video-figure::before, .tabs-video .nav-link.active .nav-video-figure::before {
	right: -3px;
	bottom: -3px;
}

.tabs-video .nav-link:hover .nav-video-title, .tabs-video .nav-link.active .nav-video-title {
	color: #c70039;
}

.tabs-video .nav-item {
	width: 100%;
}

.tabs-video .nav-item + .nav-item {
	margin-top: 31px;
}

.tabs-video .nav-item:last-of-type {
	margin-bottom: 3px;
}

.nav-video {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

@media (min-width: 576px) {
	.nav-video {
		flex-direction: row;
		text-align: left;
	}
}

.nav-video-figure {
	position: relative;
	min-width: 140px;
}

.nav-video-figure img {
	width: 140px;
	position: relative;
}

.nav-video-figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #c70039;
	transition: all 0.3s ease-in-out;
}

.nav-video-title {
	padding-left: 22px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	padding-top: 8px;
}

@media (min-width: 576px) {
	.nav-video-title {
		padding-top: 0;
	}
}

.tabs-corporate.tabs-about .tab-content {
	margin-top: 42px;
	padding: 0;
}

@media (min-width: 768px) {
	.tabs-corporate.tabs-about .nav-tabs {
		display: flex;
	}
	.tabs-corporate.tabs-about .nav-item {
		flex-grow: 1;
	}
}
.jp-player-init.jp-player-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.jp-player-init.jp-player-fixed .jp-audio {
	max-width: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(100%);
}

.jp-player-init.jp-player-fixed .jp-audio.jp-state-playing {
	transform: translateY(0);
}

.jp-player-init.jp-player-fixed .jp-interface {
	border-radius: 0;
}

.jp-player-init.jp-player-fixed .jp-no-solution,
.jp-player-init.jp-player-fixed .jp-playlist {
	display: none;
}

.jp-player-init .jp-jplayer {
	height: 0 !important;
	width: 0 !important;
}

.jp-player-init .jp-interface {
	display: flex;
	background-color: #2b2d2d;
	background-repeat: repeat-x;
	background-image: linear-gradient(#4a4c4d, #2b2d2d);
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	height: 30px;
	position: relative;
	width: 100%;
	font-size: 15px;
}

.jp-player-init .jp-button {
	float: left;
}

.jp-player-init .jp-btn {
	line-height: 1;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 110%;
	-webkit-transition: none;
	transition: none;
	white-space: nowrap;
	width: 3.15em;
}

.jp-player-init .jp-btn:before {
	font-family: "fontawesome";
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-indent: 0;
}

.jp-player-init .jp-btn:hover {
	color: #ffffff;
}

.jp-player-init .jp-play:before {
	content: "\f04b";
}

.jp-player-init .jp-mute:before {
	content: "\f026";
}

.jp-player-init .jp-state-playing .jp-play:before {
	content: "\f026";
	text-indent: 0;
}

.jp-player-init .jp-state-muted .jp-mute:before {
	content: "\f6a9";
}

.jp-player-init .jp-previous:before {
	content: "\f100";
}

.jp-player-init .jp-next:before {
	content: "\f101";
}

.jp-player-init .jp-time-rail {
	padding: 0.75em;
}

.jp-player-init .jp-progress {
	width: 100%;
}

.jp-player-init .jp-seek-bar,
.jp-player-init .jp-play-bar {
	height: 0.3125em;
	width: 0;
}

.jp-player-init .jp-seek-bar {
	background: #00a;
	cursor: pointer;
	position: relative;
}

.jp-player-init .jp-play-bar {
	animation: progress-bar 0.75s linear infinite;
}

.jp-player-init .jp-volume-bar {
	position: relative;
	width: 40px;
	height: 4px;
	cursor: pointer;
	background: #ffffff;
}

.jp-player-init .jp-volume-bar-value {
	width: 0;
	height: 4px;
}

.jp-player-init .jp-play-bar,
.jp-player-init .jp-volume-bar-value {
	background-color: #c70039;
}

.jp-state-playing .jp-mute:before {
	content: "\f028";
}

.jp-state-muted .jp-mute:before {
	content: "\f6a9";
}

/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */
.cp-container {
	position: relative;
	width: 104px;
	/* 200 - (2 * 48) */
	height: 104px;
	background: url("../images/bgr.jpg") 0 0 no-repeat;
	padding: 48px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: content-box;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.prototype-wrapper {
		display: flex;
		justify-content: space-around;
	}
}

.cp-container :focus {
	border: none;
	outline: 0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 104px;
	height: 104px;
	clip: rect(0px, 52px, 104px, 0);
	-moz-border-radius: 52px;
	border-radius: 52px;
}

/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */
.cp-container .cp-fallback {
	background: url("../images/progress_sprite.jpg") no-repeat;
	background-position: 0 104px;
}

.cp-progress-1,
.cp-progress-2 {
	background: url("../images/progress.png") 0 0 no-repeat;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position: absolute;
	width: 104px;
	height: 104px;
}

.cp-circle-control {
	cursor: pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip: rect(0px, 104px, 104px, 52px);
	display: none;
}

/* This is needed when progress is greater than 50% or for fallback */
.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress-1.cp-fallback {
	clip: rect(auto, auto, auto, auto);
}

.cp-controls {
	margin: 0;
	padding: 26px;
}

.cp-controls li {
	list-style-type: none;
	display: block;
	/*IE Fix*/
	position: absolute;
}

.cp-controls li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
	cursor: pointer;
	transition: 0s;
}

.cp-controls .cp-play {
	background: url("../images/controls.jpg") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("../images/controls.jpg") -50px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("../images/controls.jpg") 0 -50px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("../images/controls.jpg") -50px -50px no-repeat;
}

.cp-jplayer {
	width: 0;
	height: 0;
}

.jp-video-full {
	width: 480px;
	height: 270px;
	position: static !important;
}

.jp-video.jp-state-full-screen .jp-jplayer,
.jp-video.jp-state-full-screen .jp-jplayer {
	width: 100% !important;
	height: 100% !important;
}

.jp-video.jp-state-full-screen:not(.jp-state-playing) .jp-playlist {
	pointer-events: all;
	opacity: 1;
}

.jp-video.jp-state-full-screen .jp-playlist {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	min-width: 400px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	padding: 12px 5px;
}

.jp-video.jp-state-full-screen .jp-playlist li.jp-playlist-current a {
	color: #c70039;
}

.jp-video.jp-state-full-screen .jp-playlist li a {
	color: #ffffff;
}

.jp-video.jp-state-full-screen .jp-playlist li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	overflow: hidden;
	z-index: 1000;
}

.jp-video-full .jp-gui {
	position: fixed !important;
	position: static;
	/* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.jp-video-full .jp-interface {
	position: absolute !important;
	position: relative;
	/* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.jp-video {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background: #000000;
}

.jp-video .jp-interface {
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #f2f2f2;
	box-shadow: inset 0 1px 0 #f7f7f7,
 inset 0 -1px 0 #e2e2e2;
}

.jp-video div.jp-controls-holder {
	clear: both;
	margin: 0 auto;
	display: flex;
	position: relative;
	overflow: hidden;
}

.jp-video a.jp-play,
.jp-video a.jp-pause {
	width: 40px;
	height: 35px;
	float: left;
	text-indent: 110%;
	outline: none;
}

.jp-video a.jp-previous:before {
	content: "\f100";
	font-family: "fontawesome";
}

.jp-video a.jp-next:before {
	content: "\f59c";
	font-family: "fontawesome";
}

.jp-video a.jp-previous,
.jp-video a.jp-next {
	position: relative;
	align-items: center;
	justify-content: center;
	width: 30px;
	color: #706d6d;
	display: none;
}

@media (min-width: 576px) {
	.jp-video a.jp-previous,
	.jp-video a.jp-next {
		display: flex;
	}
}

.jp-video a.jp-play {
	background: url(../images/sprite.png) 0 0 no-repeat;
}

.jp-video a.jp-pause {
	background: url(../images/sprite.png) -40px 0 no-repeat;
	display: none;
}

.jp-video #seperator {
	background-image: url(../images/seperator.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 35px;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}

.jp-video .jp-progress {
	background: #706d6d;
	border-radius: 5px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
	flex: 1;
	height: 10px;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	margin-left: 10px;
}

.jp-video .jp-time-wrapper {
	display: none;

}

@media (min-width: 576px) {
	.jp-video .jp-time-wrapper {
		display: block;
	}
}

.jp-video .jp-seek-bar {
	width: 0;
	height: 100%;
	cursor: pointer;
}

.jp-video .jp-seeking-bg {
	background: #575555;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.jp-video .jp-play-bar {
	width: 0;
	height: 10px;
	position: relative;
	z-index: 9;
	background-size: 12px 12px;
	background-color: #c70039;
	background-repeat: repeat-x;
	border-radius: 5px;
	background-image: linear-gradient(#c70039, #c70039);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.jp-video .jp-play-bar span {
	position: absolute;
	top: -3px;
	right: -12px;
	background: url(../images/handle.png) no-repeat center;
	width: 16px;
	height: 17px;
}

.jp-video .jp-current-time,
.jp-video .jp-duration {
	font-size: 10px;
  font-family: Montserrat, sans-serif !important;
	color: #c40039;
	margin-top: 12px;
	float: left;
}

.jp-video .jp-current-time {
	float: left;
	display: inline;

}

.jp-video .jp-duration {
	float: left;
	display: inline;
	text-align: right;

}

.jp-video .jp-current-time {
	margin-left: 10px;

}

.jp-video .jp-duration {
	margin-right: 10px;

}

.jp-video .time-sep {
	float: left;
	margin: 13px 3px 0 3px;
	font-size: 11px;
  font-family: Montserrat, sans-serif !important;
	color: #c40039;
}

.jp-video a.jp-mute,
.jp-video a.jp-unmute {
	text-indent: -9999px;
	float: left;
	height: 35px;
	outline: none;
}

.jp-video .jp-mute {
	float: left;
	background: url(../images/sprite.png) -80px 0 no-repeat;
	margin-top: 1px;
	margin-left: -10px;
	width: 35px;
}

.jp-video a.jp-unmute {
	background: url(../images/sprite.png) -115px 0 no-repeat;
	margin-top: 1px;
	margin-left: -13px;
	display: none;
	width: 38px;
}

.jp-video .jp-volume-bar {
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	overflow: hidden;
	width: 70px;
	height: 10px;
	cursor: pointer;
	background: #4c5a86;
	border-radius: 5px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.jp-video .jp-volume-bar-value {
	background: rgba(112, 109, 109, 0.01);
	width: 0;
	height: 10px;
	position: relative;
}

.jp-video .jp-volume-bar-value span {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/volume.png) no-repeat center;
	width: 11px;
	height: 10px;
}

.jp-video .jp-full-screen {
	background: url(../images/sprite.png) -150px 0 no-repeat;
	float: left;
	width: 40px;
	height: 35px;
	text-indent: -9999px;
	margin-left: -15px;
	outline: none;
}

.jp-video .jp-restore-screen {
	background: url(../images/sprite.png) -150px 0 no-repeat;
	float: left;
	width: 40px;
	height: 35px;
	text-indent: -9999px;
	margin-left: -15px;
	outline: none;
}

.jp-video .jp-playlist li {
	padding: 3px 0;
}

.jp-video .jp-playlist li.jp-playlist-current a {
	color: #ffffff;
}

.jp-video .jp-jplayer {
	cursor: pointer;
	font-size: 0;
	overflow: hidden;
}

.jp-classic {
	max-width: 266px;
	margin-left: auto;
	margin-right: auto;
}

.jp-classic:hover .jp-current-time,
.jp-classic:hover .jp-controls {
	opacity: 1;

}

.jp-classic:hover .jp-panel-controls::before {
	opacity: .75;
}

.jp-classic .jp-seek-bar {
	position: absolute;
	min-width: 100% !important;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7px;
	background-color: #a0aabf;
}

.jp-classic .jp-current-time {
	position: absolute;
	top: 17px;
	right: 11px;
	letter-spacing: .1em;
	opacity: 0;
	transition: all 0.3s ease-in-out;

}

.jp-classic .jp-panel-controls {
	position: relative;
}

.jp-classic .jp-panel-controls::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1c2748;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-panel-controls img {
	width: 100%;
}

.jp-classic .jp-controls {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-btn {
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-btn:hover {
	color: #c70039;
}

.jp-classic .jp-play {
	width: 61px;
	min-width: 61px;
	height: 61px;
	min-height: 61px;
	line-height: 56px;
	font-size: 38px;
	border: 2px solid #ffffff;
	border-radius: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-play:hover {
	background-color: #ffffff;
}

.jp-classic .jp-play::before {
	font-size: 38px;
}

.jp-classic .jp-play-bar {
	height: 100%;
	background-color: #c70039;
}

.jp-classic .jp-classic-body {
	padding: 18px 15px 34px 30px;
	background-color: #ffffff;
	color: #a0aabf;
}

.jp-classic .jp-playlist {
	font-size: 18px;
	text-align: left;
	letter-spacing: .02em;
}

.jp-classic .jp-playlist li {
	display: none;
}

.jp-classic .jp-playlist li.jp-playlist-current {
	display: block;
}

.jp-classic .jp-playlist-current {
	color: #151515;
	font-weight: 600;
}

.jp-classic .jp-artist {
	letter-spacing: .015em;
	font-size: 14px;
	color: #a0aabf;
	display: inline-block;
	font-weight: 600;
}

.jp-classic .jp-classic-linklist {
	margin-top: 16px;
	display: flex;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -6px;
	margin-right: -6px;
}

.jp-classic .jp-classic-linklist > * {
	margin-top: 8px;
	padding-left: 6px;
	padding-right: 6px;
}

.jp-classic .jp-classic-linklist span {
	padding-left: 5px;
}

.jp-classic .jp-classic-linklist li a {
	color: #a0aabf;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-classic-linklist li a:hover {
	color: #151515;
}

.jp-classic .jp-classic-linklist li + li::before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 15px;
	top: 3px;
	width: 1px;
	height: 18px;
	background-color: #e1e1e1;
}

.jp-modern .jp-playlist {
	margin-top: 35px;
}

.jp-modern .jp-playlist-inner {
	counter-reset: li;
}

@media (min-width: 576px) {
	.jp-modern .jp-playlist-inner {
		column-count: 2;
		max-width: 100%;
	}
}

.jp-modern .jp-playlist-inner > li {
	margin-bottom: 9px;
	width: 100%;
	max-width: 100%;
}

.jp-modern .jp-playlist-inner > li > div:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 22px;
	letter-spacing: .05em;
}

.jp-modern .jp-playlist-inner > li > div a {
	letter-spacing: .1em;
}

.jp-modern .jp-playlist-item {
	color: #ffffff;
}

.jp-modern .jp-playlist-current {
	color: #c70039;
}

.jp-modern .jp-play {
	width: 57px;
	height: 57px;
	line-height: 52px;
	font-size: 38px;
	border: 2px solid #ffffff;
	border-radius: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jp-modern .jp-play::before {
	font-size: 26px;
}

.jp-modern .jp-modern-interface {
	height: 57px;
	display: flex;
	align-items: center;
}

.jp-modern .jp-seek-bar {
	background-color: #ffffff;
}

.jp-modern .jp-play-bar {
	background-color: #c70039;
}

.jp-modern .jp-seek-bar,
.jp-modern .jp-play-bar {
    height: 5px;
}

.jp-modern.jp-state-playing .jp-play:before {
	content: "\f04c";
}

.jp-modern .jp-time-rail {
	padding: 20px;
	flex-grow: 1;


}

.jp-modern .jp-modern-linklist {
	display: flex;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -6px;
	margin-right: -6px;
	
}

.jp-modern .jp-modern-linklist > * {
	padding-left: 6px;
	padding-right: 6px;
}

@media (min-width: 576px) {
	.jp-modern .jp-modern-linklist {
		margin-left: 30px;

	}
}

.jp-modern .jp-modern-linklist span {
	padding-left: 5px;
	margin-top: 3px;
	color: #fff;

}

.jp-modern-linklist i {
	font-size: 1.4em;

}



.jp-modern .jp-modern-linklist li a {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease-in-out;

}

.jp-modern .jp-modern-linklist li a:hover {
	color: #c70039;
}

.jp-modern .jp-modern-linklist li + li::before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 15px;
	top: 3px;
	width: 1px;
	height: 18px;
	background-color: #e1e1e1;
}

.jp-modern .jp-modern-footer {
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	flex-direction: column;
}

@media (min-width: 576px) {
	.jp-modern .jp-modern-footer {
		flex-direction: row;
	}
}

div.jp-creative {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 992px) {
	div.jp-creative {
		top: 90px;
	}
}

div.jp-creative .jp-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

div.jp-creative .jp-btn {
	transition: all 0.3s ease-in-out;
}

div.jp-creative .jp-btn:before {
	font-size: 18px;
}

div.jp-creative .jp-btn:hover {
	color: #c70039;
}

div.jp-creative .jp-previous,
div.jp-creative .jp-next {
	font-size: 20px;
	width: 20px;
	height: 20px;
	right: 1px;
}

div.jp-creative .jp-mute {
	width: 16px;
	height: 16px;
}

div.jp-creative .jp-play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 10em;
	border: 1px solid #ffffff;
}

div.jp-creative .jp-play::before {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.jp-state-playing div.jp-creative .jp-play::before {
	content: '';
}

div.jp-creative .jp-play:hover {
	background-color: #ffffff;
}

div.jp-creative.jp-state-playing .jp-play::before {
	content: '';
}

div.jp-creative .jp-time-rail {
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 0;

}

div.jp-creative .jp-progress {
	margin: auto 20px auto 10px;
	width: 62px;
	height: 12px;
	position: relative;
	background-color: transparent;
}

div.jp-creative .jp-progress::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

div.jp-creative .jp-seek-bar {
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: 20px;
}

div.jp-creative .jp-play-bar {
	height: 1px;
	top: 50%;
	position: absolute;
}

div.jp-creative .jp-volume-bar {
	margin-left: 17px;
	margin-right: 22px;
	width: 124px;
	min-width: 124px;
	height: 12px;
	position: relative;
	background-color: transparent;
}

div.jp-creative .jp-volume-bar::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

div.jp-creative .jp-volume-bar-value {
	position: relative;
	background-color: transparent;
	height: 20px;
}

div.jp-creative .jp-volume-bar-value::before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 10em;
	background-color: #c70039;
	top: 0;
	right: 0;
	transform: translateX(50%);
}

div.jp-creative .jp-playlist {
	display: flex;
	align-items: center;
}

div.jp-creative .jp-playlist-inner li:not(.jp-playlist-current) {
	display: none;
}

div.jp-creative .jp-playlist-item {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .05em;
}

.jp-creative-interface {
	display: flex;
}

@media (max-width: 575.98px) {
	.jp-creative-interface {
		flex-direction: column;
		align-items: center;
	}
}

.jp-volume-controls {
	display: flex;
	align-items: center;
}

.mobile .jp-volume-controls,
.tablet .jp-volume-controls {
	margin-right: 15px;
}

.countdown {
	margin-top: 35px;
	max-width: 442px;
	margin-left: -4%;
}

.countdown + .button {
	margin-top: 56px;
}

.countdown-row {
	display: flex;
	justify-content: space-between;
}

.countdown-section {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1;
	flex-grow: 1;
}

.countdown-section + .countdown-section::before {
	content: ':';
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 60px;
	line-height: 45px;
	color: #2d3c6d;
}

@media (max-width: 575.98px) {
	.countdown-section:last-of-type {
		display: none;
	}
}

.countdown-section .countdown-amount {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 30px;
	color: #c70039;
}

@media (min-width: 576px) {
	.countdown-section .countdown-amount {
		font-size: 55px;
	}
}

.countdown-section .countdown-period {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	margin-top: 11px;
	letter-spacing: .35em;
	text-transform: uppercase;
	font-size: 12px;
}

.stepper {
	position: relative;
	display: inline-block;
	max-width: 70px;
	width: 94px;
}

.stepper input[type="number"] {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	-moz-appearance: textfield;
	color: #000000;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.stepper-arrow {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 19px;
	font-family: "Material Design Icons";
	cursor: pointer;
	color: #cdcdcd;
	transition: all 0.3s ease-in-out;
}

.stepper-arrow:hover {
	color: #c70039;
}

.stepper-arrow.up {
	right: 0;
	text-align: left;
}

.stepper-arrow.up:before {
	content: '\f506';
}

.stepper-arrow.down {
	left: 0;
	text-align: right;
}

.stepper-arrow.down:before {
	content: '\f467';
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}








#success_page h7 {
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	.loader1 {
    vertical-align: super;
    padding-left: 20px;
}
	
	.form-control {
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	
	.contact-wrapper {
		display:block;
		padding:70px 0;
		position:relative;
		background-color:#fff;
	}
	
	

	#contactform .form-control {
		margin: 10px 0;
		height: 50px;
		font-weight: 500;
		font-size: 12px;
		}	
		
	#contactform textarea {
		height:150px !important;
		}
	
	#contactform span.required{ 
		font-size: 13px; color: #ff0000; 
		} 
	
	.btn-primary {
		display: inline-block;
		padding: 6px 13px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.428571429;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		background: 0 0;
		color: #292723!important;
		border: 1px solid #d90000;
		margin-top: 30px;
		text-transform: uppercase;
	}
	
	.contact-box img {
		padding-bottom:15px;
		margin-bottom:30px;
	}
	.contact-box {
		margin:0;
		color:#999999;
		padding:0;
	}
	
	.contact-box h2 {
		margin: 20px 0;
		font-size: 13px;
		text-transform: uppercase;
		color: #3C3B3B;
		font-weight: 700;
	}
	
	.btn-contact:hover {
		background: none !important;
		border-color: #d90000 !important;
	}
	
	
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-weight: 700 !important;
		font-size: 12px !important;
		border: 1px dashed #FFF !important;
		text-transform: uppercase;
		padding: 10px;
		border: 1px dashed #d90000 !important;
		letter-spacing: 3px;
		color: #d90000 !important;
	}
	
	.nav-tabs > li > a {
		border: none !important;
		background: none !important;
		font-weight: 500 !important;
		font-size: 12px !important;
		border: 1px dashed #FFF;
		text-transform: uppercase;
		padding: 10px !important;
		letter-spacing: 3px !important;
		color: #999 !important;
	}
	
	.nav-tabs {
		border: 0 !important;
		padding-bottom: 40px;
	}
	
	.btn-contact {
		border-radius:0 !important;
		margin-bottom: 75px;
		}
			
	.btn-contact:hover {
		background:none  !important;
		margin-bottom: 75px;
		}
			
	.nav-tabs > li {
		float:none;
		margin:20px 10px 0 !important;
		display:inline-block;
		}	
		
	#map{
		height:450px;
		width:100%;
		margin-bottom:80px;
	}
	#map img{
		max-width:inherit
		}
	.map{
		position:relative
		}
	.map .row{
		position:relative
		}
		
	.infobox img {
		width:100% !important;
	}
	.map .searchmodule {
		padding:18px 10px
	}
	.infobox {
		display: inline-block;
		padding: 5px;
		position: relative;
		width: 270px;
	}
	.infobox img {
		width:80px !important;
		padding-right:10px
	}
	.infobox .title {
		font-size:13px;
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.infobox .title a {
		font-weight:bold;
	}
		
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #FFF !important;
	background-color: #d90000 !important;
	border-color: #d90000 !important;
	}
	
	.error_message {
	color: #F00!important;
	}
	
	.contact-box .fa {
    font-size: 40px;
    color: #d90000;
	}

.error_message {
	color: #F00!important;
	}
	
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:90px;
  right:35px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:38px;
  z-index:999;

}

.whatsapp i {
  margin-top:4px;
}	

.idioma {
  position:fixed;
  width:60px;
  height:60px;
  bottom:90px;
  left:35px;
  color:#c70039;
  text-align:center;
  font-size:38px;
  z-index:999;

}

.idioma i {
  margin-top:4px;
}	


{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 1rem;
    font-family: Lato, sans-serif;
    color: #222324;
    line-height: 1.6;
    background-color: #000000;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
h7 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #c70039;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
h7 {
  font-size: 2rem;
	color: #38D02C;
}
em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #c70039;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
    font-size: 0.8375rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.6rem;
}
p2 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin-top: 0;
}

/* Links */
a {
  color: #c70039;
  text-decoration: none;
}

a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background:  #c70039;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background:  #c70039;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #c70039;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background:  #c70039;
  border-color: #c70039;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background:  #c70039;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c70039;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background:  #c70039;
  border-color: #c70039;
}

.s-btn--primary-brd {
  color: #c70039;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c70039;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background:  #c70039;
  border-color: #c70039;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 .5rem;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    background-color: #000;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 1.125rem;
  font-size: 0.7125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(0, 0, 0, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0.3125rem 0.1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
    color: #fff;
    background-color: #000;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 1.8rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background-color:#000;
  border-color: #222324;
  border-right: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .125rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}

/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 700ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--xs {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 0.75rem;
  padding: 0.75rem;
}
.s-icon--sm {
 
  font-size: 2.8rem;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
	-webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background:  #c70039;
  border-color: #c70039;
}

.s-icon--white-bg {
	color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #c54041;
}

.s-icon--primary-brd {
  color: #c70039;
 
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background:  #c70039;
  border-color: #c70039;
}

.s-icon--primary-bg {
  color: #fff;
  background:  #c70039;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(147, 7, 47, 0.7) -25%, # 100%);
  background-repeat: repeat-x;
  content: " ";

}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);

}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(147, 7, 47, 0.9) -25%, # 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, # 80%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.97) 0%, rgba(147, 7, 47, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
	
	.s-icon--sm {
  font-size: 2rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
	
.s-header__action--rb {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
}


}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
	.s-header__action--rb {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
}
		
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #c70039;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 10.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;

}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0,0, 1) 100%);
  background-repeat: repeat-x;  content: " ";	
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .75rem 1.875rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.7rem;
  height: 0.1225rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(10, 10, 10, 0.9);
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 28.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 5.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
		text-transform: uppercase;

}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #c70039;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}

.s-header__action-link {
  position: relative;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  padding: 0.1rem;
	font-weight: 700;
}
.s-header__action-link-redes {
  position: relative;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  padding: 0.05rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 1);
}
.s-header__action-link-redes:hover {
    color: #c70039;
}

.s-header__action-link.-is-active {
    color: #c70039;
	font-weight: 800;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 0.25rem, 0);
  transform: translate3d(0, 0.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.15s ease-out;
    transition: all 0.4s 0.15s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.3s ease-out;
    transition: all 0.4s 0.3s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.45s ease-out;
    transition: all 0.4s 0.45s ease-out;
  }
	  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
  }
	  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(5) {
    -webkit-transition: all 0.4s 0.75s ease-out;
    transition: all 0.4s 0.75s ease-out;
  }
	  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(6) {
    -webkit-transition: all 0.4s 0.9s ease-out;
    transition: all 0.4s 0.9s ease-out;
  }
	  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.05s ease-out;
    transition: all 0.4s 1.05s ease-out;
  }
	  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #fff;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before, .s-header-v2__navbar:after {
  content: " ";
  display: table;
}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }
  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: .5625rem .3125rem .5625rem .625rem;
  margin: 0;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  background: #222324;
}

.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: .625rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #c70039;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: # !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: # !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #c70039;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #c70039;
  }
}

/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}

.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url("../img/widgets/worldmap.png") no-repeat center center;
  background-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background:  #c70039;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #c70039;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 1.5rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: # !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background:  #c70039;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #c70039;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background:  #c70039;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background:  #c70039;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background:  #c70039;
}
