/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *	+ WAVES EFFECT
 * 	+ HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ LOGOS LIST
 *	+ STARS RATING
 *	+ BUTTONS
 *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGE BOXES
 *	+ ACCORDION - out
 * 	+ TABS - out
 * 	+ PROCESS STEPS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTERS
 * 	+ COUNTDOWN
 *	+ PRICE PLAN
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ FANCYBOX
 *	+ ANIMATIONS
 *	+ WIDGETS
 */
/*=======================================================
			Page Loader
========================================================*/
/* responsive video embed*/
.video-wrapper {
	width: 1280px;
	max-width: 100%;
}
.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
max-width: 100%;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 999999;
	opacity: 1;
	text-align: center;
}
.loading {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
	text-indent: -9999em;
}
#loader p {
	font-style: italic;
	margin-top: 20px;
}
.ball {
	border-radius: 50%;
	background: #C49531;
	width: 10px;
	height: 10px;
	position: absolute;
	-webkit-animation: loading 1.2s linear infinite;
	animation: loading 1.2s linear infinite;
}
.ball:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ball:nth-of-type(3) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
 @-webkit-keyframes loading {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 20% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: translate3d(33px, 0, 0);
 transform: translate3d(33px, 0, 0);
}
 60% {
 -webkit-transform: translate3d(66px, 0, 0);
 transform: translate3d(66px, 0, 0);
}
 80% {
 -webkit-transform: translate3d(99px, 0, 0);
 transform: translate3d(99px, 0, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
 transform: translate3d(99px, 0, 0) scale(0.5);
 opacity: 0;
}
}
 @keyframes loading {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 20% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: translate3d(33px, 0, 0);
 transform: translate3d(33px, 0, 0);
}
 60% {
 -webkit-transform: translate3d(66px, 0, 0);
 transform: translate3d(66px, 0, 0);
}
 80% {
 -webkit-transform: translate3d(99px, 0, 0);
 transform: translate3d(99px, 0, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
 transform: translate3d(99px, 0, 0) scale(0.5);
 opacity: 0;
}
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/

body {
	font:  'Lato', sans-serif;
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	color:#859BA3;
	
}

.body-overlay:after {
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #484442;
	font-weight: 400;
	font-family: 'Cormorant Garamond', serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 46px;
}

h2 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 46px;
}

h3 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
	color: #C49531;
}

h4 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}

h5 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
}

h6 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #252525;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #20324b;
	text-decoration: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: inherit;
	font-size: 85%;
}

p {
	margin-bottom: 20px;
}


/* LINKS */
a {
	color: #666;
}

a:hover,
a:focus {
	outline: 0;
	color: #C49531;
	text-decoration: none;
}
.dark-bg a, .footer-dark a {
	color: #FFF;
}
.dark-bg a:hover, .footer-dark a:hover,
.dark-bg a:focus, .footer-dark a:focus {
	outline: 0;
	color: #C49531;
	text-decoration: none;
}
.see-more {
	display: inline-block;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.see-more:after {
	display: block;
	width: auto;
	height: 2px;
	margin-top: -5px;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(90deg, #16B2AA, #8953A6);
	background: linear-gradient(90deg, #16B2AA, #8953A6);
	content: "";
}

.see-more:hover {
	color: #16B2AA;
	text-decoration: none;
}


/* IMAGES */
img {
	max-width: 100%;
	height: auto;
}


/* ADDRESS */
address {
	line-height: inherit;
}


/* FORMS */
input,
select,
textarea {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	padding: 5px 10px;
	border: 2px solid #ebebeb;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
}

label {
	position: relative;
	font-weight: normal;
}

select {
	width: 100%;
	height: 50px;
	outline: none;
	cursor: pointer;
}

select[multiple], select[size] {
	height: auto;
}

input[class^="col-"],
select[class^="col-"],
textarea[class^="col-"] {
	padding: 7px 20px;
}

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="image"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus	{
	border-color: #C49531;
	box-shadow: none;
	outline: 0;
}

select:focus {
	outline: none;
}

input[type="radio"],
input[type="checkbox"] {
	position: relative;
	display: inline-block;
	opacity: 0;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"] ~ span,
input[type="checkbox"] ~ span {
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

input[type="checkbox"] ~ span {
	background: url(../images/check.png) no-repeat top center;
}

input[type="radio"] ~ span {
	border-radius: 50%;
	background: url(../images/radio.png) no-repeat top center;
}

input[type="radio"]:checked ~ span,
input[type="checkbox"]:checked ~ span {
	background-color: #16B2AA;
	background-position: bottom center;
}

.radio label,
.checkbox label {
	padding-left: 35px;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	padding: 10px 30px;
	border: none;
	background-color: #252525;
	color: #fff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

button,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}

::-moz-placeholder {
	color: #aaaaaa;
	font-size: 14px;
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 14px;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 14px;
	font-style: italic;
}

/* TRANFORMATION CLASSES */
.text-mute {
	color: #c2c2c2;
}
.text-colour-2 {
	color: #5C7A84;
}
.text-colour-3 {
	color: #E2E7E9;
}
.bg-col-palegrey {background-color: #F5F7F8}
.bg-col-palegrey2 {background-color: #F5F7F8}
.bg-col-grey-grad {
	background-color: #DCECEF;
	background: -webkit-linear-gradient(180deg, #F5F7F8, #DCECEF );
	background: -ms-linear-gradient(180deg,#F5F7F8, #DCECEF);
	background: linear-gradient(180deg,#F5F7F8, #DCECEF);
}
.text-default-color {
	background: -webkit-linear-gradient(90deg, #16B2AA, #c44fcb);
	background: -ms-linear-gradient(90deg, #16B2AA, #c44fcb);
	background: linear-gradient(90deg, #16B2AA, #c44fcb);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.text-highlight {
	padding: 2px 10px;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #c44fcb);
	background: -ms-linear-gradient(90deg, #16B2AA, #c44fcb);
	background: linear-gradient(90deg, #16B2AA, #c44fcb);
	color: #fff;
	font-weight: 600;
}

.text-highlight-dark {
	padding: 2px 10px;
	background-color: #252525;
	color: #fff;
	font-weight: 600;
}

.text-highlight a {
	color: inherit;
}

.text-bg-danger {
	display: inline-block;
	padding: 2px 15px;
	background-color: #ff0050;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.dropcap:first-letter {
	float: left;
	font-size: 52px;
	line-height: 64px;
	margin-top: 5px;
	margin-right: 10px;
}

.border {
	padding: 0 10px 2px 12px;
	border-width: 2px !important;
}

.last,
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.table-primary td  {color: #FFF; background-color: #65DBDA}
.table-primary:hover >td  {color: #FFF; background-color: #65DBDA!important}

/* DARK SECTION */
.full-section.dark-section a,
.full-section.dark-section h1,
.full-section.dark-section h2,
.full-section.dark-section h3,
.full-section.dark-section h4,
.full-section.dark-section h5,
.full-section.dark-section h6 {
	color: #fff;
}

.full-section.dark-section a:hover {
	color: #16B2AA;
}

@media (max-width: 767px) {

	h1 {
		font-size: 40px;
		line-height: 56px;
	}

	.last {
		margin-bottom: 20px !important;
	}

}

/***********************************************************************************
 *	+ WAVES EFFECT
 ***********************************************************************************/

.waves {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-user-select: none;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;


}

.waves .waves-ripple {
	position: absolute;
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.waves.waves-dark .waves-ripple {
	background-color: rgba(0, 0, 0, 0.1);
}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/

.headline {
	display: inline-block;
	margin-bottom: 25px;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5 {
	margin-bottom: 0;
}
.headline h1,.headline h3 {color: #20324b!important}
.headline h6 {
	margin-bottom: 7px;
	color: #838383;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/

.alert {
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
}

.alert.alert-info {
	background-color: #252525;
}

.alert.alert-danger {
	background-color: #ff0050;
}

.alert.alert-success {
	background-color: #16B2AA;
}

.alert.alert-warning {
	background-color: #ffed19;
	color: #252525;
}

h1.error {
	display: inline-block;
	background: -webkit-linear-gradient(70deg, #16B2AA, #4766c8, #c44fcb);
	background: -ms-linear-gradient(70deg, #16B2AA, #4766c8, #c44fcb);
	background: linear-gradient(70deg, #16B2AA, #4766c8, #c44fcb);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 180px;
	line-height: 180px;
	letter-spacing: 20px;
}

@media (min-width: 1200px) {

	h1.error {
		font-size: 212px;
		line-height: 212px;
		letter-spacing: 30px;
	}

}

@media (max-width: 991px) {

	h1.error {
		font-size: 140px;
		line-height: 140px;
		letter-spacing: 12px;
	}

}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/

/* GENERAL */
ul,
ol {
	padding: 0;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dl {
	margin-bottom: 20px;
}


/* BULLET LIST */
.bullet-list {
	list-style: none;
	margin-bottom: 20px;
}

.bullet-list li {
	margin-bottom: 5px;
}

.bullet-list li:last-child {
	margin-bottom: 0;
}

.bullet-list li:before {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 12px;
	background-color: #C49531;
	content: "";
}

/* PLUS LIST */
.plus-list {
	list-style: none;
	margin-bottom: 20px;
}

.plus-list li {
	margin-bottom: 5px;
}

.plus-list li:last-child {
	margin-bottom: 0;
}

.plus-list li:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 15px;
	background-color: #C49531;
	color: #fff;
	line-height: 20px;
	text-align: center;
	content: "+";
}

/* CHECK LIST */
.check-list {
	list-style: none;
	margin-bottom: 20px;
}

.check-list li {
	margin-bottom: 5px;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li:before {
	display: inline-block;
	width: 8px;
	height: 14px;
	border: solid #C49531;
	border-width: 0 2px 2px 0;
	margin-right: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

/* ICONS LIST */
.icons-list {
	list-style: none;
}

.icons-list li {
	float: left;
	margin-right: 10px;
}

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

.icons-list li i {
	display: block;
	font-size: 20px;
	line-height: 20px;
}

.icons-list li a {
	color: #838383;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.icons-list li a:hover {
	color: #16B2AA;
}

.icons-list:after {
	display: table;
	clear: both;
	content: "";
}

/***********************************************************************************
 *	+ LOGOS LIST
 ***********************************************************************************/

.logos-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
	text-align: center;
	list-style: none;
}

.logos-list li {
	flex-basis: 20%;
}

.logos-list li a {
	display: block;
	height: 90px;
	padding: 0 20px;
	margin: 20px 0;
	text-align: center;
	background: no-repeat top center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.logos-list li a:hover {
	background-position: bottom center;
}

@media (min-width: 576px) and (max-width: 991px) {

	.logos-list li {
		flex-basis: 33.3333%;
	}

}

@media (max-width: 575px) {

	.logos-list li {
		flex-basis: 50%;
	}

}

/***********************************************************************************
 *	+ STARS RATING
 ***********************************************************************************/

.stars-rating i {
	color: #ececec;
}

.stars-rating.stars-5 i {
	color: #ffea00;
}

.stars-rating.stars-4 i:nth-child(-n+4) {
	color: #ffea00;
}

.stars-rating.stars-3 i:nth-child(-n+3) {
	color: #ffea00;
}

.stars-rating.stars-2 i:nth-child(-n+2) {
	color: #ffea00;
}

.stars-rating.stars-1 i:nth-child(-n+1) {
	color: #ffea00;
}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

.btn {
	position: relative;
	z-index: 1;
	padding: 15px 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.btn:last-child {
	margin-right: 0;
}

.btn i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.btn-lg {
	padding: 17px 35px;
	font-size: 14px;
}

.btn-xs {
	padding: 12px 20px;
	font-size: 10px;
}

.btn:focus,
.btn:active {
	outline: 0 !important;
	box-shadow: none;
}

.btn:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* DEFAULT */
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
	background: #16B2AA;
	background: -webkit-linear-gradient(51deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(51deg, #16B2AA, #8953A6);
	background: linear-gradient(51deg, #16B2AA, #8953A6);
	color: #fff;
}

.btn-default.btn-outline:after {
	border-left: 2px solid #16B2AA;
	border-right: 2px solid #8953A6;
	background-image: linear-gradient(90deg, #16B2AA, #8953A6), linear-gradient(90deg, #16B2AA, #8953A6);
}
/* Button RP */
 .btn-rp
  {
		border: 3px solid #F5F5F5!important;
	border-top: 3px solid #E9E9E9!important;
	border-right: 3px solid #F5F5F5!important;
	border-bottom: 3px solid #E9E9E9!important;
	background: #20324b!important;	
	color: #fff!important;
}

 .btn-rp:hover {
		border: 3px solid #F5F5F5;
	border-top: 3px solid #E9E9E9;
	border-right: 3px solid #F5F5F5;
	border-bottom: 3px solid #E9E9E9;
	background: #C49531!important;
	
	color: #fff;
}

.btn-rp.btn-outline:after {
	
	background: #73C6CC;
	color: #252525;
}
/* PRIMARY */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
		border: 3px solid #F5F5F5;
	border-top: 3px solid #E9E9E9;
	border-right: 3px solid #F5F5F5;
	border-bottom: 3px solid #E9E9E9;
	background: #73C6CC;
	
	color: #fff;
}

.btn-primary.btn-outline:after {
	
	background: #73C6CC;
	color: #252525;
}

/* SECONDARY */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
	background: #8953A6;
	color: #fff;
}

.btn-secondary.btn-outline:after {
	border: 2px solid #8953A6;
	background: transparent;
	color: #252525;
}

/* BLACK */
.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active:focus {
	background: #252525;
	color: #fff;
}

.btn-black.btn-outline:after {
	border: 2px solid #252525;
	background: transparent;
	color: #252525;
}

/* WHITE */
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active:focus {
	background: #f2f2f2;
	color: #252525;
}

.btn-white.btn-outline:after {
	border: 2px solid #c2c2c2;
	background: transparent;
	color: #252525;
}

/* OUTLINE */
.btn-outline,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active:focus {
	background: transparent;
	color: #252525;
}

.btn-outline:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: 100% 2px;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	content: '';
}

/* DARK SECTION */
.full-section.dark-section .btn,
.full-section.dark-section .btn:hover {
	color: #fff;
}

.full-section.dark-section .btn-white,
.full-section.dark-section .btn-white:hover {
	 color: #252525;
 }

.full-section.dark-section .btn-outline,
.full-section.dark-section .btn-outline:hover,
.full-section.dark-section .btn-outline:focus,
.full-section.dark-section .btn-outline:active:focus {
	color: inherit;
}

.full-section.dark-section .btn-white.btn-outline {
	color: inherit;
}

.full-section.dark-section .btn-white.btn-outline:after {
	border-color: #fff;
}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/

.hr {
	height: 1px;
	margin: 50px 0;
	background-color: #e1e1e1;
}
.hr2 {
	height: 1px;
	margin: 20px 0;
	background-color: #e1e1e1;
}
.hr.default-color {
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(90deg, #16B2AA, #8953A6);
	background: linear-gradient(90deg, #16B2AA, #8953A6);
}

.hr.black {
	background-color: #252525;
}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

.text-box {
	padding: 25px 30px;
	margin-bottom: 30px;
	background: #f4f8f9 no-repeat center;
	background-size: cover;
	color: #838383;
}


.text-box-2 {
	padding: 25px 30px;
	margin-bottom: 30px;
	background: #859BA3 no-repeat center;
	background-size: cover;
	color: #fff;
}

.text-box.rounded {
	border-radius: 10px !important;
}

.text-box.large {
	padding: 75px 55px;
	margin-bottom: 50px;
}

.text-box .bullet {
	position: relative;
	top: -5px;
	right: -10px;
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-bottom: 13px;
	background-color: #16B2AA;
	box-shadow: 0 11px 8px rgba(0, 0, 0, 0.26);
}

.text-box .bullet + *:before {
	display: table;
	clear: both;
	content: "";
}

.text-box h6 {
	font-weight: 600;
	margin-bottom: 15px;
}

.text-box p small {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
}

.text-box .headline {
	margin-bottom: 40px;
}

.text-box > *:last-child {
	margin-bottom: 0;
}

/* TEXT BOXES DARK */
.text-box.dark {
	background-color: #252525;
	color: #fff;
}

.text-box.dark a {
	color: #fff;
}

.text-box.dark h1,
.text-box.dark h2,
.text-box.dark h3,
.text-box.dark h4,
.text-box.dark h5,
.text-box.dark h6 {
	color: inherit;
}

.text-box.dark a:hover {
	opacity: 0.7;
}

.text-box.dark .service-box.style-5 > i {
	color: #fff;
}

/* TEXT BOXES DEFAULT */
.text-box.default {
	background: #16B2AA;
	background: -webkit-linear-gradient(45deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(45deg, #16B2AA, #8953A6);
	background: linear-gradient(45deg, #16B2AA, #8953A6);
	color: #fff;
}

.text-box.default a {
	color: #fff;
}

.text-box.default h1,
.text-box.default h2,
.text-box.default h3,
.text-box.default h4,
.text-box.default h5,
.text-box.default h6 {
	color: inherit;
}

.text-box.default a:hover {
	opacity: 0.7;
}

.text-box.default .service-box.style-5 > i {
	color: #fff;
}

/* DARK SECTION */
.full-section.dark-section .text-box a,
.full-section.dark-section .text-box h1,
.full-section.dark-section .text-box h2,
.full-section.dark-section .text-box h3,
.full-section.dark-section .text-box h4,
.full-section.dark-section .text-box h5,
.full-section.dark-section .text-box h6 {
	color: inherit;
}

/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/

.image-box {
	position: relative;
	z-index: 100;
	padding: 0 30px 0px;
	margin-bottom: 30px;
	background-color: #fff;
	border: 3px solid #fff;
	border-top: 3px solid #ECECEC;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #EDEDED;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s; 
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}


.image-box .image-box-thumbnail {
	position: relative;
	overflow: hidden;
	margin: 0 -30px 0px;
}
.image-box .image-box-thumbnail2 {
	position: relative;
	overflow: hidden;
	margin: 0 -30px 0px;
}

.image-box .image-box-thumbnail img {
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.image-box .image-box-thumbnail2 img {
	
	/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all 1.8s ease-in-out;  
	transition: all 1.8s;
    }


.image-box .image-box-thumbnail span {
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	padding: 2px 15px;
	background-color: #ff0050;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.image-box h5 {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}

.image-box h6 {
	margin-bottom: 5px;
	color: #838383;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
}

.image-box > a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #232c3d;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.image-box > a:hover {
	background-color: #16B2AA;
}

.image-box > *:last-child {
	margin-bottom: 0;
}

.image-box:hover {
	background-color: #fff;
	
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.image-box:hover .image-box-thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.image-box:hover .image-box-thumbnail2 img {	
	filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
@media (min-width: 1200px) {

	.image-box {
		padding-right: 10px;
		padding-left: 10px;
	}

	.image-box .image-box-thumbnail {
		margin-right: -10px;
		margin-left: -10px;
	}
.image-box .image-box-thumbnail2 {
		margin-right: -10px;
		margin-left: -10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.image-box {
		padding-right: 15px;
		padding-left: 15px;
	}

	.image-box .image-box-thumbnail {
		margin-right: -15px;
		margin-left: -15px;
	}
.image-box .image-box-thumbnail2 {
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* DARK SECTION */
.full-section.dark-section .image-box a,
.full-section.dark-section .image-box h1,
.full-section.dark-section .image-box h2,
.full-section.dark-section .image-box h3,
.full-section.dark-section .image-box h4,
.full-section.dark-section .image-box h5,
.full-section.dark-section .image-box h6 {
	color: inherit;
}

.full-section.dark-section .image-box > a,
.full-section.dark-section .image-box > a:hover {
	color: #fff;
}





/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
.mapwrap {margin-top: 0px!important; margin-bottom: -10px!important; padding-top: 0px!important; padding-bottom: 0px!important;}
.map {
	width: 100%;
	min-height: 372px;
	margin: 0px!important;
	padding: 0px!important;
	line-height: -1px !important;
	border: none;
}

.map img {
	max-width: none;
}
.gmap {width: 100%;
min-height: 500px;}
@media (max-width: 767px) {

	.map {
		min-height: 300px !important;
	}
.gmap {width: 100%;
min-height: 300px;}
}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/

.social-media {
	margin-bottom: 20px;
}

.social-media a {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #8f8f8f;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.social-media.bordered,
.social-media.rounded {
	margin-top: -5px;
}

.social-media.bordered a {
	width: 30px;
	height: 30px;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	margin: 5px 15px 5px 0;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.social-media.rounded a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 5px 10px 5px 0;
	background-color: #636b75;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.social-media a:last-child {
	margin-right: 0;
}

.social-media a.facebook:hover { color: #0e59a0; }
.social-media a.twitter:hover { color: #0ea4ff; }
.social-media a.dribbble:hover { color: #ea73a0; }
.social-media a.pinterest:hover { color: #d73532; }
.social-media a.google:hover { color: #da4835; }
.social-media a.tumblr:hover { color: #2a445f; }
.social-media a.instagram:hover { color: #82685a; }
.social-media a.rss:hover { color: #f79638; }
.social-media a.linkedin:hover { color: #018faf; }
.social-media a.skype:hover { color: #00b0f6; }
.social-media a.flickr:hover { color: #0061db; }
.social-media a.vimeo:hover { color: #4cb2d9; }
.social-media a.github:hover { color: #3b3b3b; }
.social-media a.youtube:hover { color: #cc181e; }
.social-media a.windows:hover { color: #6dc2e9; }
.social-media a.dropbox:hover { color: #007ee5; }
.social-media a.xing:hover { color: #026566; }
.social-media a.adn:hover { color: #1ea076; }
.social-media a.android:hover { color: #98cb02; }
.social-media a.apple:hover { color: #a6b1b7; }
.social-media a.behance:hover { color: #2d9ad2; }
.social-media a.bitbucket:hover { color: #214f81; }
.social-media a.bitcoin:hover { color: #f7931b; }
.social-media a.codepan:hover { color: #000; }
.social-media a.css3:hover { color: #3289ce; }
.social-media a.delicious:hover { color: #3399fe; }
.social-media a.deviantart:hover { color: #c8da30; }
.social-media a.digg:hover { color: #0080c2; }
.social-media a.drupal:hover { color: #0077b9; }
.social-media a.empire:hover { color: #000; }
.social-media a.foursquare:hover { color: #daecb0; }
.social-media a.git:hover { color: #f34f29; }
.social-media a.gitti:hover { color: #634c3e; }
.social-media a.hacker-news:hover { color: #f18642; }
.social-media a.html5:hover { color: #e54c1f; }
.social-media a.joomla:hover { color: #016fb9; }
.social-media a.jsfiddle:hover { color: #4679a4; }
.social-media a.linux:hover { color: #fece0e; }
.social-media a.maxcdn:hover { color: #f36f20; }
.social-media a.openid:hover { color: #fe6101; }
.social-media a.pagelines:hover { color: #3783e3; }
.social-media a.pied-piper:hover { color: #0c7b48; }
.social-media a.qq:hover { color: #23286c; }
.social-media a.rebel:hover { color: #000; }
.social-media a.reddit:hover { color: #cee3f8; }
.social-media a.renren:hover { color: #0d81e4; }
.social-media a.share:hover { color: #252525; }
.social-media a.slack:hover { color: #453744; }
.social-media a.soundcloud:hover { color: #fe4e00; }
.social-media a.spotify:hover { color: #80bb41; }
.social-media a.stack-exchange:hover { color: #265a93; }
.social-media a.stackoverflow:hover { color: #fea501; }
.social-media a.steam:hover { color: #191919; }
.social-media a.stumbleupon:hover { color: #f04f23; }
.social-media a.tencent-weibo:hover { color: #0063a7; }
.social-media a.trello:hover { color: #226784; }
.social-media a.vine:hover { color: #00b081; }
.social-media a.vk:hover { color: #50769d; }
.social-media a.wechat:hover { color: #a4dc31; }
.social-media a.weibo:hover { color: #d82828; }
.social-media a.wordpress:hover { color: #454442; }
.social-media a.yahoo:hover { color: #4b04a8; }
.social-media a.ftpx:hover { color: #000; }
.social-media a.amazon:hover { color: #ff9900; }
.social-media a.angellist:hover { color: #000; }
.social-media a.btc:hover { color: #f7931b; }
.social-media a.black-tie:hover { color: #000; }
.social-media a.bluetooth:hover { color: #0a3d91; }
.social-media a.buysellads:hover { color: #ba0202; }
.social-media a.cc-amex:hover { color: #016dd2; }
.social-media a.cc-diners-club:hover { color: #0069aa; }
.social-media a.cc-discover:hover { color: #f88737; }
.social-media a.cc-jcb:hover { color: #29166f; }
.social-media a.cc-mastercard:hover { color: #fe9611; }
.social-media a.paypal:hover { color: #012069; }
.social-media a.cc-stripe:hover { color: #49b802; }
.social-media a.cc-visa:hover { color: #1b4da2; }
.social-media a.chrome:hover { color: #edcd16; }
.social-media a.codepen:hover { color: #1b1c1b; }
.social-media a.codiepie:hover { color: #000; }
.social-media a.connectdevelop:hover { color: #023cb0; }
.social-media a.contao:hover { color: #e4790f; }
.social-media a.dashcube:hover { color: #000; }
.social-media a.edge:hover { color: #2c74be; }
.social-media a.expeditedssl:hover { color: #2e2e2e; }
.social-media a.firefox:hover { color: #df731b; }
.social-media a.fonticons:hover { color: #1d1e2a; }
.social-media a.fort-awesome:hover { color: #000; }
.social-media a.forumbee:hover { color: #85ac2f; }
.social-media a.get-pocket:hover { color: #e84352; }
.social-media a.gg:hover { color: #fd0002; }
.social-media a.gratipay:hover { color: #653614; }
.social-media a.houzz:hover { color: #9bc545; }
.social-media a.internet-explorer:hover { color: #00bcf2; }
.social-media a.ioxhost:hover { color: #f6a814; }
.social-media a.lastfm:hover { color: #e2152b; }
.social-media a.leanpub:hover { color: #231f20; }
.social-media a.meanpath:hover { color: #538dd6; }
.social-media a.medium:hover { color: #00ab6c; }
.social-media a.mixcloud:hover { color: #040204; }
.social-media a.modx:hover { color: #8ed547; }
.social-media a.odnoklassniki:hover { color: #f68634; }
.social-media a.opencart:hover { color: #00c1f2; }
.social-media a.opera:hover { color: #e81617; }
.social-media a.optin-monster:hover { color: #8ed31e; }
.social-media a.product-hunt:hover { color: #d6573d; }
.social-media a.reddit:hover { color: #ff4500; }
.social-media a.safari:hover { color: #2973d9; }
.social-media a.scribd:hover { color: #382d29; }
.social-media a.sellsy:hover { color: #006ca2; }
.social-media a.shirtsinbulk:hover { color: #dd3a26; }
.social-media a.simplybuilt:hover { color: #322f34; }
.social-media a.skyatlas:hover { color: #01aebe; }
.social-media a.slideshare:hover { color: #13999a; }
.social-media a.stack-overflow:hover { color: #ef532a; }
.social-media a.tripadvisor:hover { color: #1e892f; }
.social-media a.twitch:hover { color: #6441a5; }
.social-media a.usb:hover { color: #000; }
.social-media a.viacoin:hover { color: #2376a2; }
.social-media a.whatsapp:hover { color: #44c254; }
.social-media a.wikipedia:hover { color: #0c0c0c; }
.social-media a.y-combinator:hover { color: #ff6501; }
.social-media a.yelp:hover { color: #bf311b; }
.social-media a.email:hover { color: #9F41A6; }
.social-media a.envira:hover { color: #75bd3b; }
.social-media a.gitlab:hover { color: #e24329; }
.social-media a.glide:hover { color: #00a7ff; }
.social-media a.snapchat:hover { color: #efe200; }
.social-media a.viadeo:hover { color: #f4982b; }
.social-media a.wpbeginner:hover { color: #ff6600; }
.social-media a.wpforms:hover { color: #b6581a; }

.social-media.bordered a.facebook:hover {
	color: #0e59a0;
	border-color: #0e59a0;
}
.social-media.bordered a.twitter:hover {
	color: #0ea4ff;
	border-color: #0ea4ff;
}
.social-media.bordered a.dribbble:hover {
	color: #ea73a0;
	border-color: #ea73a0;
}
.social-media.bordered a.pinterest:hover {
	color: #d73532;
	border-color: #d73532;
}
.social-media.bordered a.google:hover {
	color: #da4835;
	border-color: #da4835;
}
.social-media.bordered a.tumblr:hover {
	color: #2a445f;
	border-color: #2a445f;
}
.social-media.bordered a.instagram:hover {
	color: #82685a;
	border-color: #82685a;
}
.social-media.bordered a.rss:hover {
	color: #f79638;
	border-color: #f79638;
}
.social-media.bordered a.linkedin:hover {
	color: #018faf;
	border-color: #018faf;
}
.social-media.bordered a.skype:hover {
	color: #00b0f6;
	border-color: #00b0f6;
}
.social-media.bordered a.flickr:hover {
	color: #0061db;
	border-color: #0061db;
}
.social-media.bordered a.vimeo:hover {
	color: #4cb2d9;
	border-color: #4cb2d9;
}
.social-media.bordered a.github:hover {
	color: #3b3b3b;
	border-color: #3b3b3b;
}
.social-media.bordered a.youtube:hover {
	color: #cc181e;
	border-color: #cc181e;
}
.social-media.bordered a.windows:hover {
	color: #6dc2e9;
	border-color: #6dc2e9;
}
.social-media.bordered a.dropbox:hover {
	color: #007ee5;
	border-color: #007ee5;
}
.social-media.bordered a.xing:hover {
	color: #026566;
	border-color: #026566;
}
.social-media.bordered a.adn:hover {
	color: #1ea076;
	border-color: #1ea076;
}
.social-media.bordered a.android:hover {
	color: #98cb02;
	border-color: #98cb02;
}
.social-media.bordered a.apple:hover {
	color: #a6b1b7;
	border-color: #a6b1b7;
}
.social-media.bordered a.behance:hover {
	color: #2d9ad2;
	border-color: #2d9ad2;
}
.social-media.bordered a.bitbucket:hover {
	color: #214f81;
	border-color: #214f81;
}
.social-media.bordered a.bitcoin:hover {
	color: #f7931b;
	border-color: #f7931b;
}
.social-media.bordered a.codepan:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.css3:hover {
	color: #3289ce;
	border-color: #3289ce;
}
.social-media.bordered a.delicious:hover {
	color: #3399fe;
	border-color: #3399fe;
}
.social-media.bordered a.deviantart:hover {
	color: #c8da30;
	border-color: #c8da30;
}
.social-media.bordered a.digg:hover {
	color: #0080c2;
	border-color: #0080c2;
}
.social-media.bordered a.drupal:hover {
	color: #0077b9;
	border-color: #0077b9;
}
.social-media.bordered a.empire:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.foursquare:hover {
	color: #daecb0;
	border-color: #daecb0;
}
.social-media.bordered a.git:hover {
	color: #f34f29;
	border-color: #f34f29;
}
.social-media.bordered a.gitti:hover {
	color: #634c3e;
	border-color: #634c3e;
}
.social-media.bordered a.hacker-news:hover {
	color: #f18642;
	border-color: #f18642;
}
.social-media.bordered a.html5:hover {
	color: #e54c1f;
	border-color: #e54c1f;
}
.social-media.bordered a.joomla:hover {
	color: #016fb9;
	border-color: #016fb9;
}
.social-media.bordered a.jsfiddle:hover {
	color: #4679a4;
	border-color: #4679a4;
}
.social-media.bordered a.linux:hover {
	color: #fece0e;
	border-color: #fece0e;
}
.social-media.bordered a.maxcdn:hover {
	color: #f36f20;
	border-color: #f36f20;
}
.social-media.bordered a.openid:hover {
	color: #fe6101;
	border-color: #fe6101;
}
.social-media.bordered a.pagelines:hover {
	color: #3783e3;
	border-color: #3783e3;
}
.social-media.bordered a.pied-piper:hover {
	color: #0c7b48;
	border-color: #0c7b48;
}
.social-media.bordered a.qq:hover {
	color: #23286c;
	border-color: #23286c;
}
.social-media.bordered a.rebel:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.reddit:hover {
	color: #cee3f8;
	border-color: #cee3f8;
}
.social-media.bordered a.renren:hover {
	color: #0d81e4;
	border-color: #0d81e4;
}
.social-media.bordered a.share:hover {
	color: #252525;
	border-color: #252525;
}
.social-media.bordered a.slack:hover {
	color: #453744;
	border-color: #453744;
}
.social-media.bordered a.soundcloud:hover {
	color: #fe4e00;
	border-color: #fe4e00;
}
.social-media.bordered a.spotify:hover {
	color: #80bb41;
	border-color: #80bb41;
}
.social-media.bordered a.stack-exchange:hover {
	color: #265a93;
	border-color: #265a93;
}
.social-media.bordered a.stackoverflow:hover {
	color: #fea501;
	border-color: #fea501;
}
.social-media.bordered a.steam:hover {
	color: #191919;
	border-color: #191919;
}
.social-media.bordered a.stumbleupon:hover {
	color: #f04f23;
	border-color: #f04f23;
}
.social-media.bordered a.tencent-weibo:hover {
	color: #0063a7;
	border-color: #0063a7;
}
.social-media.bordered a.trello:hover {
	color: #226784;
	border-color: #226784;
}
.social-media.bordered a.vine:hover {
	color: #00b081;
	border-color: #00b081;
}
.social-media.bordered a.vk:hover {
	color: #50769d;
	border-color: #50769d;
}
.social-media.bordered a.wechat:hover {
	color: #a4dc31;
	border-color: #a4dc31;
}
.social-media.bordered a.weibo:hover {
	color: #d82828;
	border-color: #d82828;
}
.social-media.bordered a.wordpress:hover {
	color: #454442;
	border-color: #454442;
}
.social-media.bordered a.yahoo:hover {
	color: #4b04a8;
	border-color: #4b04a8;
}
.social-media.bordered a.ftpx:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.amazon:hover {
	color: #ff9900;
	border-color: #ff9900;
}
.social-media.bordered a.angellist:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.btc:hover {
	color: #f7931b;
	border-color: #f7931b;
}
.social-media.bordered a.black-tie:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.bluetooth:hover {
	color: #0a3d91;
	border-color: #0a3d91;
}
.social-media.bordered a.buysellads:hover {
	color: #ba0202;
	border-color: #ba0202;
}
.social-media.bordered a.cc-amex:hover {
	color: #016dd2;
	border-color: #016dd2;
}
.social-media.bordered a.cc-diners-club:hover {
	color: #0069aa;
	border-color: #0069aa;
}
.social-media.bordered a.cc-discover:hover {
	color: #f88737;
	border-color: #f88737;
}
.social-media.bordered a.cc-jcb:hover {
	color: #29166f;
	border-color: #29166f;
}
.social-media.bordered a.cc-mastercard:hover {
	color: #fe9611;
	border-color: #fe9611;
}
.social-media.bordered a.paypal:hover {
	color: #012069;
	border-color: #012069;
}
.social-media.bordered a.cc-stripe:hover {
	color: #49b802;
	border-color: #49b802;
}
.social-media.bordered a.cc-visa:hover {
	color: #1b4da2;
	border-color: #1b4da2;
}
.social-media.bordered a.chrome:hover {
	color: #edcd16;
	border-color: #edcd16;
}
.social-media.bordered a.codepen:hover {
	color: #1b1c1b;
	border-color: #1b1c1b;
}
.social-media.bordered a.codiepie:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.connectdevelop:hover {
	color: #023cb0;
	border-color: #023cb0;
}
.social-media.bordered a.contao:hover {
	color: #e4790f;
	border-color: #e4790f;
}
.social-media.bordered a.dashcube:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.edge:hover {
	color: #2c74be;
	border-color: #2c74be;
}
.social-media.bordered a.expeditedssl:hover {
	color: #2e2e2e;
	border-color: #2e2e2e;
}
.social-media.bordered a.firefox:hover {
	color: #df731b;
	border-color: #df731b;
}
.social-media.bordered a.fonticons:hover {
	color: #1d1e2a;
	border-color: #1d1e2a;
}
.social-media.bordered a.fort-awesome:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.forumbee:hover {
	color: #85ac2f;
	border-color: #85ac2f;
}
.social-media.bordered a.get-pocket:hover {
	color: #e84352;
	border-color: #e84352;
}
.social-media.bordered a.gg:hover {
	color: #fd0002;
	border-color: #fd0002;
}
.social-media.bordered a.gratipay:hover {
	color: #653614;
	border-color: #653614;
}
.social-media.bordered a.houzz:hover {
	color: #9bc545;
	border-color: #9bc545;
}
.social-media.bordered a.internet-explorer:hover {
	color: #00bcf2;
	border-color: #00bcf2;
}
.social-media.bordered a.ioxhost:hover {
	color: #f6a814;
	border-color: #f6a814;
}
.social-media.bordered a.lastfm:hover {
	color: #e2152b;
	border-color: #e2152b;
}
.social-media.bordered a.leanpub:hover {
	color: #231f20;
	border-color: #231f20;
}
.social-media.bordered a.meanpath:hover {
	color: #538dd6;
	border-color: #538dd6;
}
.social-media.bordered a.medium:hover {
	color: #00ab6c;
	border-color: #00ab6c;
}
.social-media.bordered a.mixcloud:hover {
	color: #040204;
	border-color: #040204;
}
.social-media.bordered a.modx:hover {
	color: #8ed547;
	border-color: #8ed547;
}
.social-media.bordered a.odnoklassniki:hover {
	color: #f68634;
	border-color: #f68634;
}
.social-media.bordered a.opencart:hover {
	color: #00c1f2;
	border-color: #00c1f2;
}
.social-media.bordered a.opera:hover {
	color: #e81617;
	border-color: #e81617;
}
.social-media.bordered a.optin-monster:hover {
	color: #8ed31e;
	border-color: #8ed31e;
}
.social-media.bordered a.product-hunt:hover {
	color: #d6573d;
	border-color: #d6573d;
}
.social-media.bordered a.reddit:hover {
	color: #ff4500;
	border-color: #ff4500;
}
.social-media.bordered a.safari:hover {
	color: #2973d9;
	border-color: #2973d9;
}
.social-media.bordered a.scribd:hover {
	color: #382d29;
	border-color: #382d29;
}
.social-media.bordered a.sellsy:hover {
	color: #006ca2;
	border-color: #006ca2;
}
.social-media.bordered a.shirtsinbulk:hover {
	color: #dd3a26;
	border-color: #dd3a26;
}
.social-media.bordered a.simplybuilt:hover {
	color: #322f34;
	border-color: #322f34;
}
.social-media.bordered a.skyatlas:hover {
	color: #01aebe;
	border-color: #01aebe;
}
.social-media.bordered a.slideshare:hover {
	color: #13999a;
	border-color: #13999a;
}
.social-media.bordered a.stack-overflow:hover {
	color: #ef532a;
	border-color: #ef532a;
}
.social-media.bordered a.tripadvisor:hover {
	color: #1e892f;
	border-color: #1e892f;
}
.social-media.bordered a.twitch:hover {
	color: #6441a5;
	border-color: #6441a5;
}
.social-media.bordered a.usb:hover {
	color: #000;
	border-color: #000;
}
.social-media.bordered a.viacoin:hover {
	color: #2376a2;
	border-color: #2376a2;
}
.social-media.bordered a.whatsapp:hover {
	color: #44c254;
	border-color: #44c254;
}
.social-media.bordered a.wikipedia:hover {
	color: #0c0c0c;
	border-color: #0c0c0c;
}
.social-media.bordered a.y-combinator:hover {
	color: #ff6501;
	border-color: #ff6501;
}
.social-media.bordered a.yelp:hover {
	color: #bf311b;
	border-color: #bf311b;
}
.social-media.bordered a.email:hover {
	color: #689c49;
	border-color: #689c49;
}
.social-media.bordered a.envira:hover {
	color: #75bd3b;
	border-color: #75bd3b;
}
.social-media.bordered a.gitlab:hover {
	color: #e24329;
	border-color: #e24329;
}
.social-media.bordered a.glide:hover {
	color: #00a7ff;
	border-color: #00a7ff;
}
.social-media.bordered a.snapchat:hover {
	color: #efe200;
	border-color: #efe200;
}
.social-media.bordered a.viadeo:hover {
	color: #f4982b;
	border-color: #f4982b;
}
.social-media.bordered a.wpbeginner:hover {
	color: #ff6600;
	border-color: #ff6600;
}
.social-media.bordered a.wpforms:hover {
	color: #b6581a;
	border-color: #b6581a;
}

.social-media.rounded a:hover {
	color: #fff !important;
}

.social-media.rounded a.facebook:hover { background-color: #0e59a0; }
.social-media.rounded a.twitter:hover { background-color: #0ea4ff; }
.social-media.rounded a.dribbble:hover { background-color: #ea73a0; }
.social-media.rounded a.pinterest:hover { background-color: #d73532; }
.social-media.rounded a.google:hover { background-color: #da4835; }
.social-media.rounded a.tumblr:hover { background-color: #2a445f; }
.social-media.rounded a.instagram:hover { background-color: #82685a; }
.social-media.rounded a.rss:hover { background-color: #f79638; }
.social-media.rounded a.linkedin:hover { background-color: #018faf; }
.social-media.rounded a.skype:hover { background-color: #00b0f6; }
.social-media.rounded a.flickr:hover { background-color: #0061db; }
.social-media.rounded a.vimeo:hover { background-color: #4cb2d9; }
.social-media.rounded a.github:hover { background-color: #3b3b3b; }
.social-media.rounded a.youtube:hover { background-color: #cc181e; }
.social-media.rounded a.windows:hover { background-color: #6dc2e9; }
.social-media.rounded a.dropbox:hover { background-color: #007ee5; }
.social-media.rounded a.xing:hover { background-color: #026566; }
.social-media.rounded a.adn:hover { background-color: #1ea076; }
.social-media.rounded a.android:hover { background-color: #98cb02; }
.social-media.rounded a.apple:hover { background-color: #a6b1b7; }
.social-media.rounded a.behance:hover { background-color: #2d9ad2; }
.social-media.rounded a.bitbucket:hover { background-color: #214f81; }
.social-media.rounded a.bitcoin:hover { background-color: #f7931b; }
.social-media.rounded a.codepan:hover { background-color: #000; }
.social-media.rounded a.css3:hover { background-color: #3289ce; }
.social-media.rounded a.delicious:hover { background-color: #3399fe; }
.social-media.rounded a.deviantart:hover { background-color: #c8da30; }
.social-media.rounded a.digg:hover { background-color: #0080c2; }
.social-media.rounded a.drupal:hover { background-color: #0077b9; }
.social-media.rounded a.empire:hover { background-color: #000; }
.social-media.rounded a.foursquare:hover { background-color: #daecb0; }
.social-media.rounded a.git:hover { background-color: #f34f29; }
.social-media.rounded a.gitti:hover { background-color: #634c3e; }
.social-media.rounded a.hacker-news:hover { background-color: #f18642; }
.social-media.rounded a.html5:hover { background-color: #e54c1f; }
.social-media.rounded a.joomla:hover { background-color: #016fb9; }
.social-media.rounded a.jsfiddle:hover { background-color: #4679a4; }
.social-media.rounded a.linux:hover { background-color: #fece0e; }
.social-media.rounded a.maxcdn:hover { background-color: #f36f20; }
.social-media.rounded a.openid:hover { background-color: #fe6101; }
.social-media.rounded a.pagelines:hover { background-color: #3783e3; }
.social-media.rounded a.pied-piper:hover { background-color: #0c7b48; }
.social-media.rounded a.qq:hover { background-color: #23286c; }
.social-media.rounded a.rebel:hover { background-color: #000; }
.social-media.rounded a.reddit:hover { background-color: #cee3f8; }
.social-media.rounded a.renren:hover { background-color: #0d81e4; }
.social-media.rounded a.share:hover { background-color: #252525; }
.social-media.rounded a.slack:hover { background-color: #453744; }
.social-media.rounded a.soundcloud:hover { background-color: #fe4e00; }
.social-media.rounded a.spotify:hover { background-color: #80bb41; }
.social-media.rounded a.stack-exchange:hover { background-color: #265a93; }
.social-media.rounded a.stackoverflow:hover { background-color: #fea501; }
.social-media.rounded a.steam:hover { background-color: #191919; }
.social-media.rounded a.stumbleupon:hover { background-color: #f04f23; }
.social-media.rounded a.tencent-weibo:hover { background-color: #0063a7; }
.social-media.rounded a.trello:hover { background-color: #226784; }
.social-media.rounded a.vine:hover { background-color: #00b081; }
.social-media.rounded a.vk:hover { background-color: #50769d; }
.social-media.rounded a.wechat:hover { background-color: #a4dc31; }
.social-media.rounded a.weibo:hover { background-color: #d82828; }
.social-media.rounded a.wordpress:hover { background-color: #454442; }
.social-media.rounded a.yahoo:hover { background-color: #4b04a8; }
.social-media.rounded a.ftpx:hover { background-color: #000; }
.social-media.rounded a.amazon:hover { background-color: #ff9900; }
.social-media.rounded a.angellist:hover { background-color: #000; }
.social-media.rounded a.btc:hover { background-color: #f7931b; }
.social-media.rounded a.black-tie:hover { background-color: #000; }
.social-media.rounded a.bluetooth:hover { background-color: #0a3d91; }
.social-media.rounded a.buysellads:hover { background-color: #ba0202; }
.social-media.rounded a.cc-amex:hover { background-color: #016dd2; }
.social-media.rounded a.cc-diners-club:hover { background-color: #0069aa; }
.social-media.rounded a.cc-discover:hover { background-color: #f88737; }
.social-media.rounded a.cc-jcb:hover { background-color: #29166f; }
.social-media.rounded a.cc-mastercard:hover { background-color: #fe9611; }
.social-media.rounded a.paypal:hover { background-color: #012069; }
.social-media.rounded a.cc-stripe:hover { background-color: #49b802; }
.social-media.rounded a.cc-visa:hover { background-color: #1b4da2; }
.social-media.rounded a.chrome:hover { background-color: #edcd16; }
.social-media.rounded a.codepen:hover { background-color: #1b1c1b; }
.social-media.rounded a.codiepie:hover { background-color: #000; }
.social-media.rounded a.connectdevelop:hover { background-color: #023cb0; }
.social-media.rounded a.contao:hover { background-color: #e4790f; }
.social-media.rounded a.dashcube:hover { background-color: #000; }
.social-media.rounded a.edge:hover { background-color: #2c74be; }
.social-media.rounded a.expeditedssl:hover { background-color: #2e2e2e; }
.social-media.rounded a.firefox:hover { background-color: #df731b; }
.social-media.rounded a.fonticons:hover { background-color: #1d1e2a; }
.social-media.rounded a.fort-awesome:hover { background-color: #000; }
.social-media.rounded a.forumbee:hover { background-color: #85ac2f; }
.social-media.rounded a.get-pocket:hover { background-color: #e84352; }
.social-media.rounded a.gg:hover { background-color: #fd0002; }
.social-media.rounded a.gratipay:hover { background-color: #653614; }
.social-media.rounded a.houzz:hover { background-color: #9bc545; }
.social-media.rounded a.internet-explorer:hover { background-color: #00bcf2; }
.social-media.rounded a.ioxhost:hover { background-color: #f6a814; }
.social-media.rounded a.lastfm:hover { background-color: #e2152b; }
.social-media.rounded a.leanpub:hover { background-color: #231f20; }
.social-media.rounded a.meanpath:hover { background-color: #538dd6; }
.social-media.rounded a.medium:hover { background-color: #00ab6c; }
.social-media.rounded a.mixcloud:hover { background-color: #040204; }
.social-media.rounded a.modx:hover { background-color: #8ed547; }
.social-media.rounded a.odnoklassniki:hover { background-color: #f68634; }
.social-media.rounded a.opencart:hover { background-color: #00c1f2; }
.social-media.rounded a.opera:hover { background-color: #e81617; }
.social-media.rounded a.optin-monster:hover { background-color: #8ed31e; }
.social-media.rounded a.product-hunt:hover { background-color: #d6573d; }
.social-media.rounded a.reddit:hover { background-color: #ff4500; }
.social-media.rounded a.safari:hover { background-color: #2973d9; }
.social-media.rounded a.scribd:hover { background-color: #382d29; }
.social-media.rounded a.sellsy:hover { background-color: #006ca2; }
.social-media.rounded a.shirtsinbulk:hover { background-color: #dd3a26; }
.social-media.rounded a.simplybuilt:hover { background-color: #322f34; }
.social-media.rounded a.skyatlas:hover { background-color: #01aebe; }
.social-media.rounded a.slideshare:hover { background-color: #13999a; }
.social-media.rounded a.stack-overflow:hover { background-color: #ef532a; }
.social-media.rounded a.tripadvisor:hover { background-color: #1e892f; }
.social-media.rounded a.twitch:hover { background-color: #6441a5; }
.social-media.rounded a.usb:hover { background-color: #000; }
.social-media.rounded a.viacoin:hover { background-color: #2376a2; }
.social-media.rounded a.whatsapp:hover { background-color: #44c254; }
.social-media.rounded a.wikipedia:hover { background-color: #0c0c0c; }
.social-media.rounded a.y-combinator:hover { background-color: #ff6501; }
.social-media.rounded a.yelp:hover { background-color: #bf311b; }
.social-media.rounded a.email:hover { background-color: #689c49; }
.social-media.rounded a.envira:hover { background-color: #75bd3b; }
.social-media.rounded a.gitlab:hover { background-color: #e24329; }
.social-media.rounded a.glide:hover { background-color: #00a7ff; }
.social-media.rounded a.snapchat:hover { background-color: #efe200; }
.social-media.rounded a.viadeo:hover { background-color: #f4982b; }
.social-media.rounded a.wpbeginner:hover { background-color: #ff6600; }
.social-media.rounded a.wpforms:hover { background-color: #b6581a; }


/* DEFAULT COLOR */
.social-media.default-color a:hover {
	color: #16B2AA;
}

.social-media.bordered.default-color a:hover {
	border-color: #16B2AA;
	color: #16B2AA;
}

.social-media.rounded.default-color a:hover {
	background-color: #16B2AA;
	color: #fff;
}


/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/

.progress {
	overflow: visible;
	height: 3px;
	margin-bottom: 15px;
	box-shadow: none;
	border-radius: 0;
	background-color: #d2e1ec;
}

.progress-bar {
	position: relative;
	height: 3px;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #4766c8, #c44fcb);
	background: -ms-linear-gradient(90deg, #16B2AA, #4766c8, #c44fcb);
	background: linear-gradient(90deg, #16B2AA, #4766c8, #c44fcb);
}

.progress-bar-title {
	margin-bottom: 5px;
	color: #252525;
	font-size: 14px;
	font-weight: 600;
}

.progress-bar span {
	position: absolute;
	top: -28px;
	right: 0;
	color: #252525;
	font-size: 14px;
	font-weight: 600;
}

/* DARK SECTION */
.full-section.dark-section .progress-bar-title,
.full-section.dark-section .progress-bar span {
	color: inherit;
}




/* DARK SECTION */
.full-section.dark-section .counter i,
.full-section.dark-section .counter-value,
.full-section.dark-section .odometer-digit,
.full-section.dark-section .odometer:after,
.full-section.dark-section .odometer:before {
	color: inherit;
}





/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/

/* BLOCKQUOTE */
blockquote {
	padding: 0;
	border-left: none;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
}

blockquote footer {
	color: inherit;
	font-size: 14px;
	font-style: normal;
}

blockquote footer small {
	color: inherit;
}

blockquote footer:before,
blockquote footer small:before {
	display: none;
}

blockquote footer img {
	border-radius: 50%;
	margin-right: 10px;
}

/* TESTIMONIAL */
.testimonial {
    position: relative;
    padding: 70px 40px 35px;
    margin-bottom: 20px;
    background-color: #DCECEF;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.full-section .testimonial {
	background-color: #DCECEF;
}

.testimonial-author {
	position: relative;
	padding-left: 70px;
	margin-bottom: 5px;
	font-size: 13px;
}

.testimonial-author img {
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-author h6 {
	margin-bottom: 0;
	line-height: 27px;
	font-weight: 600;
}

.testimonial-author > *:last-child,
.testimonial > *:last-child {
	margin-bottom: 0;
}

.testimonial:hover {
	z-index: 100;
	background-color: #DCECEF;
	box-shadow: 2px 12px 15px 0 rgba(0, 0, 0, 0.2);
}

.testimonial ul {
	display: flex;
	flex-wrap: wrap;
	margin:  0 -10px;
	list-style: none;
}

.testimonial ul li {
	flex-basis: 20%;
	padding: 0 10px;
}

/* STYLE 2 */
.testimonial.style-2 {
	padding: 0;
	background-color: transparent;
	text-align: center;
}

.testimonial.style-2 blockquote {
	font-size: 15px;
	line-height: 28px;
	font-style: italic;
}

.testimonial.style-2 blockquote p:first-child:first-letter {
	font-size: 36px;
}

.testimonial.style-2:hover {
	background-color: #FFF;
}

.testimonial.style-2 .testimonial-author {
	padding-left: 0;
	margin-top: 20px;
}

.testimonial.style-2 .testimonial-author img {
	position: relative;
	top: 0;
	margin: 0 auto 20px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.testimonial.style-2 .testimonial-author p {
	color: #c2c2c2;
}

.testimonial.style-2:hover {
	box-shadow: none;
}

/* STYLE 3 */
.testimonial.style-3 {
	padding: 0;
	background-color: #DCECEF;
}

.testimonial.style-3 .testimonial-author {
	margin-left: 30px;
}

.testimonial.style-3:hover {
	background-color: #DCECEF;
	box-shadow: none;
}

/* DARK SECTION */
.full-section.dark-section .testimonial {
	color: #838383;
}

.full-section.dark-section .testimonial h6 {
	color: #252525;
}

.full-section.dark-section .testimonial.style-2,
.full-section.dark-section .testimonial.style-3,
.full-section.dark-section .testimonial.style-2 h6,
.full-section.dark-section .testimonial.style-3 h6 {
	color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {

	.testimonial {
		padding: 40px 20px 35px;
	}

	.testimonial-author {
		padding-left: 0;
		margin-bottom: 20px;
	}

	.testimonial-author img {
		position: relative;
		top: 0;
		display: block;
		margin-bottom: 10px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/

.isotope {
	margin-bottom: 50px;
}

.isotope.gutter {
	margin: -15px -15px 35px;
}

.isotope .isotope-item {
	float: left;
	width: 25%;
}

.isotope.gutter .isotope-item {
	padding: 15px;
}

.isotope.cols-3 .isotope-item {
	width: 33.333333%;
}

.isotope.cols-4 .isotope-item {
	width: 25%;
}

.isotope .portfolio-item {
	margin-bottom: 0;
}

.isotope:after {
	display: table;
	content: " ";
	clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {

	.isotope.gutter {
		margin: -5px -5px 30px;
	}

	.isotope.gutter .isotope-item {
		padding: 5px;
	}

	.isotope.cols-4 .isotope-item {
		width: 33.33333%;
	}

}

@media (max-width: 767px) {

	.isotope .isotope-item,
	.isotope.cols-3 .isotope-item,
	.isotope.cols-4 .isotope-item {
		float: none;
		width: 100%;
	}

}

@media (min-width: 576px) and (max-width: 767px) {

	.isotope .isotope-item,
	.isotope.cols-3 .isotope-item,
	.isotope.cols-4 .isotope-item {
		float: left;
		width: 50%;
	}

}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/

.filter {
	margin-bottom: 100px;
	list-style: none;
}

.filter li {
	display: inline-block;
	margin-right: 40px;
}

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

.filter li a {
	display: inline-block;
	color: #252525;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.filter li a:hover,
.filter li a.active {
	color: #5B7A84;
}

@media (max-width: 767px) {

	.filter li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.filter li:last-child {
		margin-bottom: 0;
	}

}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

.pagination {
	margin: 30px 0 50px 0;
}

.pagination li {
	margin-right: 5px;
}

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

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	color: #252525;
	font-size: 12px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.pagination li.active a,
.pagination li a:hover {
	border-left-color: #16B2AA;
	border-right-color: #8953A6;
	background-size: 100% 2px;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(51deg, #16B2AA, #8953A6), linear-gradient(51deg, #16B2AA, #8953A6);
}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/

.full-section {
	position: relative;
	z-index: 1;
	padding: 40px 0;
	margin-bottom: 0px;
	background:  center center;
}

.full-section .full-section-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #4766c8, #c44fcb);
	background: -ms-linear-gradient(90deg, #16B2AA, #4766c8, #c44fcb);
	background: linear-gradient(90deg, #16B2AA, #4766c8, #c44fcb);
}

.full-section-blending {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #3C93A9;
	background: -webkit-linear-gradient(90deg,#3C93A9, #8953A6);
	background: -ms-linear-gradient(90deg, #3C93A9, #8953A6);
	background: linear-gradient(90deg, #3C93A9, #8953A6);
	mix-blend-mode: multiply;
}

.full-section-container {
	position: relative;
	z-index: 4;
}

/* FULL SCREEN */
.full-screen {
	margin-bottom: -50px;
}

.full-screen .full-section-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* FULL SECTION WITH HALF IMAGE/SOLID COLOR */
.half-image-left,
.half-image-right {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	width: 50%;
	background: no-repeat center center;
	background-size: cover;
}

.half-image-left {
	left: 0;
}

.half-image-right {
	right: 0;
}

.half-image-left img,
.half-image-right img {
	display: none;
}


/* PARALLAX */
.parallax {
	background-attachment: fixed;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.parallax.parallax-disable {
	background-attachment: scroll;
}


/* MULTILAYER PARALLAX */
.multilayer-parallax {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.multilayer-parallax .parallax-layer  {
	position: absolute;
	top: 0;
	left: 0;
}

.multilayer-parallax .parallax-layer[data-x="center"] {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.multilayer-parallax .parallax-layer  img.resize-off {
	max-width: none;
}

.multilayer-parallax .parallax-layer.rectangle {
	width: 450px;
	height: 330px;
	border: 3px solid #16B2AA;
}

.multilayer-parallax .parallax-layer.trapezoid {
	width: 400px;
	height: 100%;
	background-color: #16B2AA;
	opacity: 0.75;
}


/* DARK SECTION */
.full-section.dark-section {
	background-color: #252525;
	color: #fff;
}


/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
#section-1 {
	z-index: 5;
	padding-top: 0;
	padding-bottom: 110px;
	margin: 100px 15px 0;
	background: #16B2AA;
	background: -webkit-linear-gradient(0deg, #8953A6, #16B2AA);
	background: -ms-linear-gradient(0deg, #8953A6, #16B2AA);
	background: linear-gradient(0deg, #8953A6, #16B2AA);
	font-size: 16px;
}

#section-1 > img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
}

#section-1 .half-image-right {
	bottom: 10%;
	width: 65%;
	background-size: contain;
	background-position: center bottom;
}

#section-2 {
	padding-top: 230px;
	padding-bottom: 80px;
	margin-top: -135px;
	background-color: #f1f6f9;
}

#section-3 {
	padding: 40px 0 10px;
	margin-top: 35px;
	background-color: #f1f6f9;
}

#section-3 .half-image-right {
	width: 70%;
	margin: -40px 0;
}

#section-3 .testimonials-slider .owl-dot {
	border-color: #fff;
}

#section-3 .testimonials-slider .owl-dot.active,
#section-3 .testimonials-slider .owl-dot:hover {
	border-color: #5B7A84;
}

#section-4 {
	padding: 100px 0 150px;
	margin-top: 50px;
	margin-bottom: 0;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #91f9eb, #dabdf8);
	background: -ms-linear-gradient(90deg, #91f9eb, #dabdf8);
	background: linear-gradient(90deg, #91f9eb, #dabdf8);
}

#section-5 {
    padding: 40px 0;
    background-image: url(../../images/parralax1-small.jpg);
	background-position: right;
}
#section-5 h4 {font-size: 16px}
@media (min-width: 991px){
	#section-5 {
    padding: 150px 0;
    background-image: url(../../images/parralax1.jpg);
}
	#section-5 h4 {font-size: 48px!important}
}

#section-7 {
	padding: 100px 0 80px;
	margin-top: 30px;
	margin-bottom: 0;
	background-color: #f1f6f9;
}

#section-8 {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    background-color: #859BA3;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
}
#section-8 a {color: #FFFFFF }
#section-8 a:hover {color: #3D5057}
#section-8 h4 {color: #FFFFFF; text-transform: uppercase; font-size: 28px; margin-top: 20px}


#section-10 {
	overflow: hidden;
	padding: 100px 0 80px;
	background-color: #fff;
}



#section-12 {
	padding: 100px 0 80px;
	margin-bottom: 150px;
	background-color: #f8f8fa;
}

#section-13 {
	padding: 100px 0;
	margin-top: 50px;
}

#section-14 {
	padding: 60px 0 30px;
	margin-top: 80px;
	background-color: #232c3d;
}

#section-15 {
	padding: 50px 0 35px;
	background-color: #02a9ff;
}

#section-15 h5 {
	color: #040f33;
	font-weight: 600;
}

#section-15 h3 a {
	color: #16B2AA;
	font-weight: 600;
}

#section-15 i {
	position: relative;
	top: 7px;
	float: left;
	margin-right: 20px;
	font-size: 64px;
	line-height: 64px;
}



#section-20 {
	padding: 100px 0 50px;
	margin-top: 50px;
	background-color: #262829;
	color: #838383;
}

#section-21 {
	padding: 100px 0 50px;
	margin-top: 50px;
}

#section-22 {
	padding: 100px 0 70px;
	margin-top: 40px;
	background-color: #40c1cd;
}

#section-23 {
	z-index: 5;
	padding: 70px 0;
	margin-top: -100px;
	background-color: #fff;
}

#section-24 {
	overflow: hidden;
	padding: 100px 0;
	margin-top: 50px;
	background-color: #232c3d;
}

#section-25 {
	padding:  100px 0 80px;
	margin-top: 60px;
	margin-bottom: -50px;
	background-color: #f1f6f9;
}

#section-26 {
	padding: 200px 0 180px;
	margin-bottom: 0;
}

#section-26 .half-image-left {
	width: 60%;
}



#section-27 .text-box {
	padding: 100px 80px 80px;
	background-color: #fff;
}

#section-28 {
	padding: 0;
	margin-bottom: -50px;
}

#section-28 #instafeed {
	margin: 0;
}

#section-28 #instafeed a {
	width: 16.6666667%;
	padding: 0;
}

#section-28 .instagram-logo {
	float: right;
	width: 16.6666667%;
}

#section-29 {
	padding: 60px 0 30px;
	background-color: #f1f6f9;
}

#section-30 {
	padding: 100px 0 50px;
	background-color: #1b1c1f;
}

#section-31 {
	overflow: hidden;
	padding: 100px 0 120px;
	margin-top: 50px;
	margin-bottom: 0;
	background: -webkit-linear-gradient(83deg, #ee1322, #c44fcb);
	background: -ms-linear-gradient(83deg, #ee1322, #c44fcb);
	background: linear-gradient(83deg, #ee1322, #c44fcb);
	color: #d0d0d0;
}

#section-32 {
	padding: 60px 0 30px;
	background-color: #232c3d;
}

#section-33 {
	padding: 100px 0;
	margin-bottom: 50px;
	background-color: #f1f6f9;
}


#section-35 {
	padding: 50px 0 530px;
	margin-bottom: 0;
	background: url(../../images/lg-background.jpg) no-repeat bottom center;
}

#section-36 {
	padding: 75px 0 25px;
	background-color: #f1f6f9;
}



#section-38 {
	padding: 40px 0 10px;
	margin-top: 100px;
	background-color: #f1f6f9;
}

#section-38 .half-image-left {
	margin: -40px 0;
	-webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

#section-39 {
	padding: 0;
}



#section-40 .text-box {
	padding: 100px 40px 80px;
	margin-bottom: 0;
	background-color: #fff;
}



#section-41 {
	padding: 0;
	margin-top: -50px;
	margin-bottom: 50px;
}

#section-42 {
	padding: 65px 0 10px;
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #F5F7F8;
}

#section-43 {
	padding: 100px 0 50px;
	background-color: #f1f6f9;
}

#section-44 {
    padding: 80px 0 70px;
    margin-top: 80px;
    margin-bottom: -50px;
    background-image: url(../../images/backgrounds/bg-testimonials.jpg);
}



#section-46 {
	padding: 100px 0 50px;
	margin-top: 80px;
	background-color: #f1f6f9;
}



#section-48 {
	padding: 100px 0 70px;
	background-color: #f1f6f9;
}

#section-49 {
	padding-top: 100px;
	margin-top: 50px;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #f1f6f9;
}

#section-49 .half-image-left {
	width: 30%;
}

#section-50 {
	padding: 80px 0 70px;
	margin-bottom: -50px;
	background-color: #252629;
}

#section-51 {
	padding: 100px 0 50px;
	margin-top: 80px;
	background-color: #246cc9;
}


#section-56 {
	padding: 0;
	margin-top: -150px;
	margin-bottom: 30px;
}



@media (min-width: 1200px) {

	#section-1 {
		margin-right: 50px;
		margin-left: 50px;
	}

	#section-38 .half-image-left {
		width: 50%;
	}

	#section-40 .text-box:before,
	#section-40 .text-box:after {
		position: absolute;
		z-index: 5;
		top: 0;
		bottom: 0;
		width: 220px;
		background-color: #fff;
		content: "";
		-webkit-transform: skewX(15deg);
		-ms-transform: skewX(15deg);
		transform: skewX(15deg);
	}

	#section-40 .text-box:before {
		left: -120px;
	}

	#section-40 .text-box:after {
		right: -120px;
	}

	.multilayer-parallax .parallax-layer.trapezoid {
		width: 500px;
		-webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
	}

}

@media (min-width: 1600px) {

	#section-1 .half-image-right {
		bottom: -23%;
	}

	#section-2 {
		padding-top: 330px;
	}

	#section-33 .images-carousel {
		width: 150%;
	}

	.multilayer-parallax .parallax-layer.trapezoid {
		width: 750px;
		-webkit-clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.half-image-left,
	.half-image-right {
		position: relative;
		width: 100%;
		background-image: none !important;
	}

	.half-image-left img {
		display: block;
		margin-top: -100px;
		margin-bottom: 70px;
	}

	.half-image-right img {
		display: block;
		margin-top: 70px;
		margin-bottom: -100px;
	}

	#section-1 .half-image-right {
		width: 100%;
	}

	#section-3 .half-image-right {
		width: 100%;
		margin-bottom: 80px;
	}

	#section-24 .multilayer-parallax {
		display: none;
	}

	#section-26 {
		padding: 100px 0 80px;
	}

	#section-26 .half-image-left {
		width: 100%;
	}

	#section-31 {
		padding-bottom: 50px;
	}

	#section-38 {
		margin-top: 70px;
		padding-bottom: 80px;
	}

	#section-38 .half-image-left {
		-webkit-clip-path: none;
		clip-path: none;
	}

	#section-41 {
		margin-top: 100px;
	}

	#section-49 .half-image-left {
		width: 100%;
	}

	#section-52,
	#section-53 {
		text-align: center;
	}

	#section-55:before {
		margin: 8% 5%;
	}

	#section-55:after {
		margin: 10% 7%;
	}

}

@media (max-width: 767px) {

	.multilayer-parallax {
		display: none;
	}

	.full-screen .full-section-container {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.half-image-left,
	.half-image-right {
		position: relative;
		width: 100%;
		background-image: none !important;
	}

	.half-image-left img {
		display: block;
		margin-top: -100px;
		margin-bottom: 70px;
	}

	.half-image-right img {
		display: block;
		margin-top: 70px;
		margin-bottom: -100px;
	}

	#section-1 .half-image-right {
		width: 100%;
	}

	#section-3 .half-image-right {
		width: 100%;
		margin-bottom: 80px;
	}

	#section-15 i {
		display: none;
	}

	#section-23 {
		margin-top: 0;
	}

	#section-26 {
		padding: 100px 0 80px;
	}

	#section-26 .half-image-left {
		width: 100%;
	}

	#section-27 .text-box {
		padding: 100px 20px 80px;
	}

	#section-28 #instafeed a,
	#section-28 .instagram-logo {
		width: 33.333333%;
	}

	#section-28 .instagram-logo {
		float: left;
	}

	#section-31 {
		padding-bottom: 50px;
	}

	#section-38 {
		margin-top: 70px;
		padding-bottom: 80px;
	}

	#section-38 .half-image-left {
		-webkit-clip-path: none;
		clip-path: none;
	}

	#section-40 .text-box {
		padding: 100px 20px 80px;
		background-color: #fff;
	}

	#section-41 {
		margin-top: 100px;
	}

	#section-49 .half-image-left {
		width: 100%;
	}

	#section-52,
	#section-53 {
		text-align: center;
	}

	#section-55:before {
		margin: 15% 5%;
	}

	#section-55:after {
		margin: 20% 9%;
	}

	#section-56 {
		margin-top: 50px;
	}

}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/

#local-video-section,
#youtube-video-section {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%;
}

#video-section {
	height: 700px;
	padding: 0;
	margin-top: 100px;
	margin-bottom: 0;
}

.youtube-player {
	display: none;
}

#video-section .full-section-container {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embed-responsive {
	margin-bottom: 20px;
}

#local-video-section video {
	width: 100%;
}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/

#scroll-up {
	position: fixed;
	z-index: 8030;
	bottom: 50px;
	right: 50px;
	display: none;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #C49531;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#scroll-up:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {

	#scroll-up {
		right: 20px;
		bottom: 20px;
	}

}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

/* REVOLUTION SLIDER */
.rev_slider_wrapper {
	margin-bottom: 100px;
	max-height: 520px;
}


/* ARROWS */
.tp-leftarrow.custom,
.tp-rightarrow.custom {
	width: auto;
	height: auto;
	background: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.tp-leftarrow.custom:hover,
.tp-rightarrow.custom:hover {
	background: transparent;
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
	font-family: "Lato", sans-serif !important;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.custom.tparrows.tp-rightarrow:before {
	content: 'Next';
}

.custom.tparrows.tp-leftarrow:before {
	content: 'Previous';
}

.custom.tparrows.tp-leftarrow:after,
.custom.tparrows.tp-rightarrow:after {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 0;
	border-bottom: 3px solid #16B2AA;
	content: "";
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.custom.tparrows.tp-leftarrow:hover:after,
.custom.tparrows.tp-rightarrow:hover:after {
	width: 100%;
}

/* BULLETS */
.tp-bullets.custom .tp-bullet {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.tp-bullets.custom .tp-bullet:hover,
.tp-bullets.custom .tp-bullet.selected {
	border-color: #16B2AA;
	background-color: transparent;
}

/* TYPOGRAPHY */
.tp-caption.title {
	color: #232c3d;
	font-size: 102px;
	line-height: 102px;
	font-weight: 800;
	letter-spacing: 50px;
	text-transform: uppercase;
}

.tp-caption.subtitle {
	color: #232c3d;
	font-size: 72px;
	line-height: 72px;
	font-weight: 600;
}

.tp-caption.navigation {
	color: #232c3d;
	font-size: 14px;
	letter-spacing: 0.8px;
}

.tp-caption.navigation span {
	color: #16B2AA;
}

.tp-caption .btn-outline,
.tp-caption .btn-outline:focus,
.tp-caption .btn-outline:focus:active {
	color: #fff;
}

.tp-static-layer {
	overflow: visible;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	visibility: visible !important;
	opacity: 1 !important;
}

.tp-static-layer a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.tp-static-layer a:hover {
	color: #16B2AA;
}

.tp-static-layer i {
	padding-left: 2px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 5px;
	line-height: 10px;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.tp-static-layer a:hover i {
	border-color: #16B2AA;
}

@media (min-width: 1200px) {

	.tp-static-layer i {
		padding-left: 1px;
	}

}

@media (max-width: 991px) {

	.custom.tparrows.tp-leftarrow,
	.custom.tparrows.tp-rightarrow {
		display: none;
	}

	.tp-caption .btn {
		padding: 12px 17px;
		font-size: 9px;
	}

	.tp-static-layer i {
		display: none;
	}

	.tp-static-layer {
		display: none !important;
	}

	.tp-caption.navigation {
		display: none;
	}

	.tp-bullets.custom {
		top: auto !important;
		bottom: -130px !important;
	}

}

@media (max-width: 767px) {

	.tp-caption .btn {
		padding: 6px 7px;
		font-size: 4px;
		letter-spacing: 0.3px;
	}

}

@media (min-width: 480px) and (max-width: 767px) {


	.tp-caption .btn {
		padding: 8px 10px;
		font-size: 6px;
		letter-spacing: 0.5px;
	}

}


/* OWL Carousel */
.owl-carousel {
	margin-bottom: 30px;

}

.owl-carousel .owl-item img {
	
}

.owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 7px;
	border: 2px solid #8f8f8f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.owl-dot:last-child {
	margin-right: 0;
}

.owl-prev,
.owl-next {
	
	position: absolute;
	top: 50%;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #edf4fa no-repeat center center;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

.owl-prev:before,
.owl-next:before {
	font-family: "FontAwesome";
	font-size: 32px;
	line-height: 55px;
}

.owl-prev:before {
	content: "\f104";
}

.owl-next:before {
	content: "\f105";
}

.owl-prev:hover,
.owl-next:hover {
	background: #5C7A84;
}

/* TESTIMONIALS SLIDER */
.testimonials-slider {
	margin-bottom: 0;
}

.testimonials-slider .testimonial {
	margin-bottom: 30px;
}

.testimonials-slider .testimonial:hover {
	background-color: #f4f8f9;
	box-shadow: none;
}

.testimonials-slider .testimonial.style-2:hover {
	background-color: transparent;
}

.testimonials-slider .owl-dots {
	top: 50%;
	right: -30px;
	bottom: auto;
	left: auto;
	width: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonials-slider .owl-dot {
	display: block;
	margin-bottom: 7px;
}

.testimonials-slider .owl-dot:last-child {
	margin-bottom: 0;
}

.testimonials-slider.style-2 .owl-dots {
	top: auto;
	right: auto;
	bottom: 0;
	left: -30px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.testimonials-slider.style-3 .owl-dots {

	right: -45px;
	bottom: 30px;
	left: auto;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.testimonials-slider.style-3 {display: block }
.testimonials-slider-2 .owl-dots {
	bottom: 30px;
}

/* TEXT SLIDER */
.text-slider {;
	margin-top: 35px;
}

.text-slider .author {
	padding-top: 8px;
	margin-bottom: 40px;
	color: #252525;
}

.text-slider .author img {
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.text-slider .owl-dots {
	bottom: -70px;
	text-align: left;
}

.text-slider .item > a {
	display: inline-block;
	margin-top: 15px;
	color: #252525;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.text-slider .item > a:after {
	display: block;
	width: auto;
	height: 2px;
	margin-top: -5px;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(90deg, #16B2AA, #8953A6);
	background: linear-gradient(90deg, #16B2AA, #8953A6);
	content: "";
}

.text-slider .item > a:hover {
	color: #16B2AA;
}

.text-slider.style-2 {
	text-align: center;
}

.text-slider.style-2 .owl-dots {
	text-align: center;
}

.text-slider.style-3 .owl-dots {
	bottom: -30px;
}

/* SERVICES SLIDER */
.services-slider {
	margin-bottom: 90px;
}

.services-slider .owl-dots {
	bottom: -20px;
}

/* SERVICES SLIDER 2 */
.services-slider-2 {
	min-height: 350px;
	margin: -70px 0 70px;
}

.services-slider-2.owl-carousel .owl-stage-outer {
	padding-top: 25px;
}

.services-slider-2 .item {
	padding: 40px;
	background-color: #16B2AA;
	color: #fff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.services-slider-2 .owl-item.center .item {
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 80px;
	margin-top: -25px;
}

.services-slider-2 .item .service-box {
	margin-bottom: 0;
}

.services-slider-2 .item .service-box a,
.services-slider-2 .item .service-box i {
	color: #fff;
}

.services-slider-2 .item .service-box a:hover {
	color: #252525;
}

.services-slider-2 .owl-dots {
	display: none;
}

/* IMAGES SLIDER */
.images-slider .owl-dots {
	left: 30px;
	text-align: left;
}

.images-slider .owl-dot {
	border-color: #fff;
}

/* IMAGES CAROUSWL */
.images-carousel .owl-next,
.images-carousel .owl-prev {
	display: none;
}

.images-carousel .owl-prev {
	left: -80px;
}

.images-carousel .owl-next {
	right: -80px;
}

.images-carousel .owl-dots {
	bottom: -40px;
}

/* PROJECT SLIDER */
.project-slider .item {
	min-height: 785px;
	background: no-repeat center center;
	background-size: cover;

}

.project-slider .owl-dots {
	display: none;
}

.project-slider .owl-prev,
.project-slider .owl-next {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	font-size: 11px;
	text-transform: uppercase;
}

.project-slider .owl-prev {
	left: 20px;
}

.project-slider .owl-next {
	right: 20px;
}

.project-slider .owl-prev:before,
.project-slider .owl-next:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	border-bottom: 3px solid #16B2AA;
	content: "";
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.project-slider .owl-prev:hover:before,
.project-slider .owl-next:hover:before {
	width: 100%;
}

.project-slider .portfolio-item {
	position: absolute;
	top: 50%;
	right: 15%;
	width: 575px;
	margin-bottom: 0;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.project-slider .portfolio-item.portfolio-classic .portfolio-item-description {
	width: 100%;
	padding: 100px;
}

/* LOGOS SLIDER */
.logos-slider {
	margin-bottom: 30px;
	text-align: center;
}

.logos-slider .item a {
	display: block;
	height: 90px;
	padding: 0 20px;
	text-align: center;
	background: no-repeat top center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.logos-slider .item a:hover {
	background-position: bottom center;
}

.logos-slider .owl-dots {
	bottom: -40px;
}

.owl-dot:hover,
.owl-dot.active {
	border-color: #5B7A84;
	background-color: transparent;
}
#homeslide1 {
    background-image: url(../../images/slider-image-7s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide2 {
    background-image: url(../../images/slider-image-1s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide3 {
    background-image: url(../../images/slider-image-3s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide4 {
    background-image: url(../../images/slider-image-4s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide5 {
    background-image: url(../../images/slider-image-5s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide6 {
    background-image: url(../../images/slider-image-7s.1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
@media (min-width: 480px) {
	
#homeslide1 {
    background-image: url(../../images/slider-image-7s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide2 {
    background-image: url(../../images/slider-image-1s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide3 {
    background-image: url(../../images/slider-image-3s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide4 {
    background-image: url(../../images/slider-image-4s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide5 {
    background-image: url(../../images/slider-image-5s.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide6 {
    background-image: url(../../images/slider-image-7s.1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}	
}
@media (max-width: 767px) {

	.owl-dots {
		bottom: 10px;
	}

	.services-slider-2 {
		min-height: 0;
	}

	.services-slider-2 .owl-item.center .item {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 0;
	}

	.project-slider .item {
		min-height: 400px;
	}

	.project-slider .owl-dots {
		display: block;
	}

	.project-slider .owl-prev,
	.project-slider .owl-next {
		display: none;
	}

	.project-slider .portfolio-item {
		display: none;
	}

}
@media (min-width: 767px) {
#homeslide1 {
    background-image: url(../../images/slider-image-7m.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide2 {
    background-image: url(../../images/slider-image-1m.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide3 {
    background-image: url(../../images/slider-image-3m.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide4 {
    background-image: url(../../images/slider-image-4m.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide5 {
    background-image: url(../../images/slider-image-5m.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide6 {
    background-image: url(../../images/slider-image-7m.1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
	
}
@media (max-width: 991px) {
	
	.testimonials-slider .owl-dots {
		top: auto;
		left: 0;
		width: 100%;
	}

	.testimonials-slider .owl-dot {
		display: inline-block;
		margin-bottom: 0;
	}

	.testimonials-slider.style-2 {
		margin-bottom: 30px;
	}

	.testimonials-slider.style-2 .owl-dots {
		left: 0;
		bottom: -40px;
	}

	.testimonials-slider.style-3 .owl-dots {
		left: 0;
		bottom: -20px;
	}

	.services-slider .owl-prev,
	.services-slider .owl-next {
		display: none;
	}

	.services-slider-2 {
		min-height: 375px;
	}

	.services-slider-2 .item {
		padding-right: 20px;
		padding-left: 20px;
	}

	.images-carousel {
		margin-top: 50px;
	}

	.project-slider .item {
		min-height: 500px;
	}

	.project-slider .portfolio-item {
		width: 375px;
		height: 300px;
		overflow-y: scroll;
	}

	.project-slider .portfolio-item.portfolio-classic .portfolio-item-description {
		padding: 40px;
	}

}
@media (min-width: 1200px) {
#homeslide1 {
    background-image: url(../../images/slider-image-7.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide2 {
    background-image: url(../../images/slider-image-1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide3 {
    background-image: url(../../images/slider-image-3.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide4 {
    background-image: url(../../images/slider-image-4.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide5 {
    background-image: url(../../images/slider-image-5.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
#homeslide6 {
    background-image: url(../../images/slider-image-7.1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
	.services-slider .owl-prev {
		left: -80px;
	}

	.services-slider .owl-next {
		right: -80px;
	}

	.images-carousel .owl-next,
	.images-carousel .owl-prev {
		display: block;
	}

	.images-carousel .owl-dots {
		display: none;
	}

	.project-slider.style-2 .item {
		min-height: 1000px;
	}

}

@media (min-width: 1400px) {

	.testimonials-slider .owl-dots {
		right: -100px;
	}

}






/* WATERWHEEL CAROUSEL */
.carousel-container {
	position: relative;
}

.carousel {
	position: relative;
	width: 100%;
	height: 300px;
	margin-left: -10px;
}

.carousel-item {
	width: 250px;
	padding: 85px 10px;
	background-color: #fff;
	box-shadow: 0 16px 29px 0 rgba(0, 0, 0, 0.25);
}

.carousel-item .service-box {
	margin-bottom: 0;
}

.carousel-nav {}

.carousel-nav span {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ecf1f2;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	box-shadow: 5px 44px 27px 0 rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.carousel-nav span:hover {
	background-color: #16B2AA;
	color: #fff;
}

.carousel-nav #prev {
	position: absolute;
	z-index: 100;
	top: 205px;
	left: -40px;
}

.carousel-nav #next {
	position: absolute;
	z-index: 100;
	top: 205px;
	right: -40px;
}

@media (min-width: 1200px) {

	.carousel-item {
		width: 350px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.carousel-container {
		margin: 50px 0 100px;
	}

	.carousel-item {
		width: 400px;
	}

	.carousel-nav #prev {
		left: 20px;
	}

	.carousel-nav #next {
		right: 20px;
	}

}

@media (max-width: 767px) {

	.carousel-container {
		margin: 50px 0 100px;
	}

	.carousel-item {
		width: 250px;
	}

	.carousel-nav {
		display: none;
	}

}

/* DARK SECTION */
.full-section.dark-section .owl-dot {
	border-color: #fff;
}

.full-section.dark-section .owl-dot:hover,
.full-section.dark-section .owl-dot.active {
	
	border-color: #16B2AA;
}

/***********************************************************************************
 *	+ FANCYBOX
 ***********************************************************************************/

.fancybox-arrow {
	outline: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.fancybox-arrow:hover {
	opacity: 1;
}

.fancybox-arrow:after {
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 44px;
	content: "\f105";
}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/

.wow {
	visibility: hidden;
}

.wow.animated {
	visibility: visible;
}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/

.widget {
	margin-bottom: 50px;
}

.widget > *:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: 700;
}

/* WIDGET TEXT */
.widget-text {}

.widget-text div > *:last-child {
	margin-bottom: 0;
}

.copyright {
	margin-top: 3px;
	font-size: 13px;
}

.copyright img {
	margin-right: 10px;
}


/* WIDGET SERACH */
.widget-search {}

.widget-search form {
	position: relative;
}

.widget-search #s {
	position: relative;
	width: 100%;

	padding: 10px 45px 10px 0;
	border: none;
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 0;
}

.widget-search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
	padding: 0;
	border: none;
	background: url(../images/search-3.png) no-repeat center center;
}

.widget-search label {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	font-size: 14px;
	font-style: italic;
	pointer-events:none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-search input ~ span {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(90deg, #16B2AA, #8953A6);
	background: linear-gradient(90deg, #16B2AA, #8953A6);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-search input:focus ~ label,
.widget-search textarea:focus ~ label,
.widget-search input:valid ~ label,
.widget-search textarea:valid ~ label {
	top: -15px;
	font-size: 12px;
	font-style: normal;
}

.widget-search input:focus ~ span {
	width: 100%;
}


/* WIDGET CATEGORIES */
.widget-categories {}

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

.widget-categories ul li {
	margin-bottom: 12px;
}

.widget-categories ul li:last-child {
	margin-bottom: 0;
}

.widget-categories ul li a {
	color: #838383;
	font-size: 14px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-categories ul li a:hover {
	color: #16B2AA;
	text-decoration: none;
}


/* WIDGET CATEGORIES DROPDOWN */
.widget-categories-dropdown {}


/* WIDGET ARCHIVES */
.widget-archives {}

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

.widget-archives ul li {
	margin-bottom: 12px;
}

.widget-archives ul li:last-child {
	margin-bottom: 0;
}

.widget-archives ul li a {
	color: #838383;
	font-size: 14px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-archives ul li a:hover {
	color: #16B2AA;
	text-decoration: none;
}


/* WIDGET ARCHIVES DROPDOWN */
.widget-archives-dropdown {}


/* WIDGET PAGES */
.widget-pages {}

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

.widget-pages ul li {
	margin-bottom: 12px;
}

.widget-pages ul li:last-child {
	margin-bottom: 0;
}

.widget-pages ul li a {
	color: #859BA3;
	font-size: 14px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-pages ul li a:hover {
	color: #9F41A6;
	text-decoration: none;
}


/* WIDGET METADATA */
.widget-metadata {}

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

.widget-metadata ul li {
	margin-bottom: 12px;
}

.widget-metadata ul li:last-child {
	margin-bottom: 0;
}

.widget-metadata ul li a {
	color: #838383;
	font-size: 14px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-metadata ul li a:hover {
	color: #16B2AA;
	text-decoration: none;
}


/* WIDGET TAGS */
.widget-tags {}

.widget-tags a {}

.widget-tags .btn {
	margin-bottom: 10px;
	margin-right: 5px;
}

.widget-tags .btn:last-child {
	margin-right: 0;
}


/* WIDGET NEWSLETTER */
.widget-newsletter {}

.widget-newsletter div,
.widget-newsletter form {
	position: relative;
}

.widget-newsletter input[type="text"] {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 2px solid #e1e1e1;
}

.widget-newsletter label {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	font-size: 14px;
	font-style: italic;
	pointer-events:none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-newsletter input ~ span {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	background: #16B2AA;
	background: -webkit-linear-gradient(90deg, #16B2AA, #8953A6);
	background: -ms-linear-gradient(90deg, #16B2AA, #8953A6);
	background: linear-gradient(90deg, #16B2AA, #8953A6);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-newsletter input:focus ~ label,
.widget-newsletter textarea:focus ~ label,
.widget-newsletter input:valid ~ label,
.widget-newsletter textarea:valid ~ label {
	top: -20px;
	font-size: 12px;
	font-style: normal;
}

.widget-newsletter input:focus ~ span{
	width: 100%;
}

.widget-newsletter button[type="submit"] {
	margin-top: 20px;
}


/* WIDGET RECENT POSTS */
.widget-recent-posts {}

.widget-recent-posts ul {
	list-style: none;
	margin-bottom: 0;
}

.widget-recent-posts ul li {
	margin-bottom: 10px;
}

.widget-recent-posts ul li:last-child {
	margin-bottom: 0;
}

.widget-recent-posts ul li img {
	float: left;
	margin: 5px 20px 10px 0;
}

.widget-recent-posts ul li .post-title {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-recent-posts ul li .post-details {
	font-size: 13px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-recent-posts ul li .post-details a {
	color: #838383;
	text-decoration: none;
}

.widget-recent-posts ul li .post-details a:after {
	position: relative;
	top: -1px;
	margin-left: 5px;
	color: #838383;
	content: "/";
}

.widget-recent-posts ul li .post-details a:last-child:after {
	display: none;
}

.widget-recent-posts ul li .post-details a:hover {
	color: #16B2AA;
}

.widget-recent-posts ul li .post-details p:last-of-type {
	margin-bottom: 0;
}

.widget-recent-posts ul li .post-title:hover {
	color: #16B2AA;
	text-decoration: none;
}

.widget-recent-posts ul li:after {
	display: table;
	clear: both;
	content: "";
}

@media (min-width: 768px) and (max-width: 991px) {

	.widget-recent-posts ul li img {
		display: none;
	}

}


/* WIDGET LATEST POSTS */
.widget-latest-posts {}

.widget-latest-posts ul {
	list-style: none;
	margin-bottom: 0;
}

.widget-latest-posts ul li {
	margin-bottom: 30px;
}

.widget-latest-posts ul li:last-child {
	margin-bottom: 0;
}

.widget-latest-posts ul li .post-thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.widget-latest-posts ul li .post-title {
	color: #0c0c0c;
	font-size: 24px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-latest-posts ul li .post-details a {
	display: inline-block;
	color: #c2c2c2;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-latest-posts ul li .post-details a.post-category {
	color: #252525;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget-latest-posts ul li .post-details a:last-of-type {
	margin-bottom: 30px;
}

.widget-latest-posts ul li .post-details a:hover {
	color: #16B2AA;
}

.widget-latest-posts ul li .post-details p:last-of-type {
	margin-bottom: 0;
}

.widget-latest-posts ul li .post-title:hover {
	color: #16B2AA;
	text-decoration: none;
}

.widget-latest-posts ul li:after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 1199px) {

	.widget-latest-posts ul li .post-thumbnail {
		width: 25%;
	}

}

@media (max-width: 767px) {

	.widget-latest-posts ul li .post-thumbnail {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		display: block;
	}

}


/* WIDGET RECENT COMMENTS */
.widget-recent-comments {}

.widget-recent-comments ul {
	margin-bottom: 0;
	list-style: none;
}

.widget-recent-comments ul li {
	margin-bottom: 10px;
	color: #838383;
	font-size: 14px;
}

.widget-recent-comments ul li:last-child {
	margin-bottom: 0;
}

.widget-recent-comments ul li a:first-child {
	color: #838383;
	text-decoration: none
}

.widget-recent-comments ul li a:last-of-type {
	color: #252525;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-recent-comments ul li a:first-child:hover,
.widget-recent-comments ul li a:last-of-type:hover {
	color: #16B2AA;
}

.widget-recent-comments ul li span {
	color: #838383;
}

.widget-recent-comments ul li span:before {
	position: relative;
	top: -1px;
	margin: 0 2px;
	content: "/";
}


/* WIDGET CALENDAR */
.widget-calendar {}

.widget-calendar table {
	width: 100%;
	text-align: center;
}

.widget-calendar table th,
.widget-calendar table td {
	padding: 5px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	text-align: center;
}

.widget-calendar table th:last-child,
.widget-calendar table td:last-child {
	border-right: 1px solid #e1e1e1;
}

.widget-calendar table tr:last-child td {
	border-bottom: 1px solid #e1e1e1;
}

.widget-calendar table tfoot td,
.widget-calendar table tfoot td:last-child,
.widget-calendar table tfoot tr:last-child td {
	border: none;
}

.widget-calendar table td#today {
	background-color: #16B2AA;
	color: #fff;
}




/* WIDGET CONTACT */
.widget-contact {}

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

.widget-contact ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.widget-contact ul li:last-child {
	margin-bottom: 0;
}

.widget-contact ul li i {
	margin-right: 15px;
}

.widget-contact ul li a {
	color: #838383;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.widget-contact ul li a:hover {
	color: #16B2AA;
	text-decoration: none;
}

.widget-contact ul li.email i {
	position: relative;
	top: 3px;
	font-size: 18px;
}


/* WIDGET SOCIAL */
.widget-social {}

.float-left + .widget-social {
	margin-left: 10px;
}

.widget-social .social-media.rounded {
	margin-bottom: 0;
}

.widget-social .social-media.rounded a:nth-child(1) {
	background-color: #002838;

}

.widget-social .social-media.rounded a:nth-child(2) {
	background-color: #002838;

}

.widget-social .social-media.rounded a:nth-child(3) {
	background-color: #002838;

}

.widget-social .social-media.rounded a:nth-child(4) {
	background-color: #6458c8;
}

.widget-social .social-media.rounded a:nth-child(5) {
	background-color: #9351c9;
}

.widget-social .social-media.rounded a:nth-child(6) {
	background-color: #bf4fcb;
}

@media (max-width: 365px) {

	.float-left + .widget-social {
		margin-left: 0;
	}

}

/* DARK SECTIONS */
.full-section.dark-section .widget-recent-posts ul li .post-title,
.full-section.dark-section .widget-recent-posts ul li .post-details a,
.full-section.dark-section .widget-latest-posts ul li .post-title,
.full-section.dark-section .widget-latest-posts ul li .post-details a.post-category,
.full-section.dark-section .widget-latest-posts ul li .post-details a:last-of-type,
.full-section.dark-section .widget-recent-comments ul li,
.full-section.dark-section .widget-recent-comments ul li a {
	color: inherit;
}

.full-section.dark-section .widget-recent-posts ul li .post-title:hover,
.full-section.dark-section .widget-recent-posts ul li .post-details a:hover,
.full-section.dark-section .widget-latest-posts ul li .post-title:hover,
.full-section.dark-section .widget-latest-posts ul li .post-details a.post-category:hover,
.full-section.dark-section .widget-latest-posts ul li .post-details a:last-of-type:hover,
.full-section.dark-section .widget-recent-comments ul li a:hover {
	color: #5B7A84;
}
/***********************************************************************************
 *	+ padding and margins
 ***********************************************************************************/
.mg-t-20 {margin-top: 20px;}
.bold {font-weight: 700}
.dropshad {box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);}

.small-margin {
	
	margin: 10px 0; 
}



.margin-top-500 {
	margin-top: 500px;
}

.no-margin {
	margin: 0px;
}


















/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - HEADER TOP
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
/*
#main-container {
	overflow: hidden;
	background-color: #fff;
}*/
#main-container {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
.boxed {
	padding: 0 25px;
}

@media (min-width:576px) {

	.container {
		max-width: 540px
	}

}

@media (min-width:768px) {

	.container {
		max-width: 750px
	}

}

@media (min-width:992px) {

	.container {
		max-width: 970px
	}

}

@media (min-width:1200px) {

	.container {
		max-width: 1170px
	}

}

@media (min-width: 1400px) {

	.boxed {
		padding: 0 50px;
	}

}

@media (max-width: 991px) {

	.boxed {
		padding: 0;
	}

}

/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/

#header {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.boxed #header .container-fluid {
	padding: 0;
}

/* HEADER TRANSPARENT */
.header-transparent #header {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
}

.header-transparent #header-top + #header {
	top: 61px;
}

.header-transparent .menu > li > a {
	color: #fff;
}

.header-transparent #header-sticky .menu > li > a {
	color: #252525;
}

.header-transparent #page-header {
	padding-top: 170px;
}

.header-transparent .mobile-menu-button {
	color: #484442;
}

/* HEADER MODERN */
.header-modern #header {
	border-top: .5px solid #fff;
	background: #1f324b;
}

.header-modern #header-top + #header {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.header-modern .menu > li > a {
	color: #fff;
}

.header-modern #header-sticky .menu > li > a {
	color: #252525;
}

.header-modern .mobile-menu-button {
	color: #484442;

}

/* HEADER BORDERED */
.header-bordered #header {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-bordered #header-top + #header {
	top: 61px;
}

.header-bordered .menu > li > a {
	color: #000;
}

.header-bordered .menu > li > a:before {
	margin-bottom: -1px;
}

.header-bordered #header-sticky .menu > li > a {
	color: #252525;
}

.header-bordered #page-header {
	padding-top: 170px;
}

.header-bordered .mobile-menu-button {
	color: #fff;
}

/* HEADER CREATIVE */
.header-creative #header {
	position: relative;
	z-index: 100;
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 33px 51px 0 rgba(0, 0, 0, 0.41);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.header-creative #page-header {
	padding-top: 180px;
}

@media (min-width: 1200px) {

	#header .container-fluid {
		padding: 0 50px;
	}

	.header-creative #header {
		width: 1240px;
	}

}

@media (max-width: 991px) {

	.boxed #header .container-fluid {
		padding: 0 15px;
	}

	.header-creative #header {
		width: 90%;
	}

}

@media (max-width: 767px) {

	.header-transparent #header-top + #header,
	.header-bordered #header-top + #header {
		top: 0;
	}

}

/***********************************************************************************
 *	- HEADER TOP
 ***********************************************************************************/
.colthird {
    width: 20%;float: left;padding-right: 5%;
}
#header-top {
        padding: 10px 0;
        background-color: #00f0d1;
		background: -webkit-linear-gradient(97deg, #00f0d1, #4766c8, #c44fcb);
		background: -ms-linear-gradient(97deg, #00f0d1, #4766c8, #c44fcb);
		background: linear-gradient(97deg, #00f0d1, #4766c8, #c44fcb);
		color: #fff;
}

#header-top a,
#header-top h1,
#header-top h2,
#header-top h3,
#header-top h4,
#header-top h5,
#header-top h6 {
	color: #fff;
}

#header-top .btn-outline {
	color: #fff;
}

#header-top .btn-white {
	color: #fff;
}

#header-top .widget:last-child {
        margin-bottom: 0;
}

#header-top .widget-contact ul li {
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
}

#header-top .widget-contact ul li i {
	margin-right: 5px;
}

#header-top .widget-contact ul li:last-child {
        margin-right: 0;
}

#header-top .widget-search #s {
	float: right;
	width: 320px;
	height: 40px;
	padding-left: 20px;
        border: 2px solid transparent;
	border-radius: 25px;
        background-color: rgba(255, 255, 255, 0.09);
	color: #fff;
}

#header-top .widget-search #s:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

#header-top .widget-search input[type="submit"] {
	background-image: url(../images/search-2.png);
}

#header-top .widget-recent-posts ul li .post-title,
#header-top .widget-recent-posts ul li .post-details a,
#header-top .widget-latest-posts ul li .post-title,
#header-top .widget-latest-posts ul li .post-details a.post-category,
#header-top .widget-latest-posts ul li .post-details a:last-of-type,
#header-top .widget-recent-comments ul li,
#header-top .widget-recent-comments ul li a {
	color: inherit;
}

#header-top a:hover,
#header-top .widget-recent-posts ul li .post-title:hover,
#header-top .widget-recent-posts ul li .post-details a:hover,
#header-top .widget-latest-posts ul li .post-title:hover,
#header-top .widget-latest-posts ul li .post-details a.post-category:hover,
#header-top .widget-latest-posts ul li .post-details a:last-of-type:hover,
#header-top .widget-recent-comments ul li a:hover {
	color: #252525;
}

@media (min-width: 1200px) {

        #header-top .container-fluid {
                padding: 0 50px;
        }

}

@media (max-width: 767px) {

	#header-top {
		display: none;
	}

}

/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

#logo {
	max-width: 100%;
	margin: 15px 0 ;
	text-align: center;
}

#logo a {
	display: inline-block;
	max-width: 100%;
	text-align: center;
}

@media (max-width: 767px) {

	#logo {
		max-width: 85%;
		margin: 24px auto 25px;
		text-align: center;
	}

}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/

.menu,
.menu ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;

}

.menu {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: center;
}

.menu > li {
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 0px;
}

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

.menu li a {
	display: block;
	padding: 1px 13px 2px 13px;
	
	font-size: 17px;
	color: #9F9F9F;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.menu > li > a {
	position: relative;
	padding: 12px 10px 10px 12px;
	font-weight: 400;
}

.menu > li > a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #002838;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.menu > li:last-child > a {
	margin-right: 0;
}

.menu li.dropdown ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2000;
	width: 180px;
	background-color: #fff;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
.menu li.dropdown ul li{margin-top: 5px;margin-bottom: 5px;}
.menu li.dropdown ul ul {
	top: 0;
	left: 100%;
}

.menu li.dropdown:hover > ul {
	display: block;
}

.menu li.megamenu .megamenu-container {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2000;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.megamenu-container .section {
    float: left;
    width: 25%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
}
.megamenu-container .section ul li {padding-top: 5px;
padding-bottom: 5px;}
.megamenu-container.cols-2 .section {
	width: 50%;
}

.megamenu-container.cols-3 .section {
	width: 33.33333333%;
}

.megamenu-container.cols-4 .section {
	width: 25%;
}

.megamenu-container.cols-5 .section {
	width: 20%;
}

.megamenu-container .section > ul {
	margin: 0 -20px;
}

.megamenu-container .section > *:last-child {
	margin-bottom: 0;
}

.menu li.megamenu:hover > .megamenu-container {
	display: block;
	
}

.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: -5px;
	display: none;
	margin-top: -16px;
	font-family: "FontAwesome";
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sf-arrows > li:hover > .sf-with-ul:after {}

.sf-arrows ul .sf-with-ul:after {
	right: 15px;
	display: block;
	margin-top: 0;
	content: "\f105";
}

.sf-arrows ul li:hover > .sf-with-ul:after {}

.menu li a:hover,
.menu li.active > a,
.menu li.sfHover > a {
	text-decoration: none;
}

.menu li a:hover:before,
.menu li.active > a:before,
.menu li.sfHover > a:before {
	width: 75%;
}

.menu ul li > a:hover,
.menu ul li.sfHover > a {
	background-color: #E5CA77;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {

	.menu {
		display: none;
	}

}

@media (max-width: 767px) {

	.menu {
		display: none;
	}

}

/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/

.mobile-menu-button {
	position: relative;
	z-index: 100;
	float: right;
	display: none;
	color: #5C7A84;
	font-size: 24px;
	line-height: 46px;
	text-decoration: none;
}

.mobile-menu-button:hover,
.mobile-menu-button:focus {
	text-decoration: none;
}

#mobile-menu,
#mobile-menu ul {
	list-style: none;
	margin: 0;
	background-color: #fff;
	color: #252525;
}

#mobile-menu {
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: -260px;
	width: 240px;
	overflow-y: auto;
	padding-top: 15px;
	box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#mobile-menu.open {
	left: 0;
}

#mobile-menu li {
	position: relative;
}

#mobile-menu li a {
	display: block;
	padding: 10px 20px 10px 30px;
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

#mobile-menu > li > a {
	font-size: 15px;
}

#mobile-menu ul a {
	padding-left: 40px;
}

#mobile-menu ul ul a {
	padding-left: 60px;
}

#mobile-menu .megamenu-container {
	display: none;
	margin-left: 0;
}

#mobile-menu .megamenu-container .section {
	float: none;
	width: 100%;
	margin-bottom: -1px;
	padding: 0 20px 20px 20px;
}

#mobile-menu .megamenu-container .section ul {
	display: block;
	margin: 0 -20px -20px;
}

#mobile-menu .megamenu-container .section ul a {
	padding-left: 40px;
}

#mobile-menu .megamenu-container .section > ul li a:before {
	display: none;
}

#mobile-menu li.dropdown > span:after,
#mobile-menu li.megamenu > span:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: block;
	width: 48px;
	height: 48px;
	color: #4e4e4e;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	content: "\f107";
}

#mobile-menu li.dropdown > span.open:after,
#mobile-menu li.megamenu > span.open:after {
	content: "\f106";
}

#mobile-menu li a.waves .waves-ripple {
	background-color: #00f0d1;
}

@media (min-width: 768px) and (max-width: 1199px) {

	.mobile-menu-button {
		display: block;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {

	.mobile-menu-button {
		position: absolute;
		top: -61px;
		left: 15px;
		display: block;
	}

}

/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/

#header-sticky .container {
	position: relative;
}

#header-sticky {
	position: fixed;
	z-index: 8000;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

#header-sticky #logo {
	margin: 0px 0 0px;
}

#header-sticky .menu {
	margin-top: 0px;
}

#header-sticky .menu > li > a {
	padding-bottom: 10px;

}

.boxed #header-sticky .container-fluid {
	padding: 0 25px;
}

@media (min-width: 1400px) {

	.boxed #header-sticky .container-fluid {
		padding: 0 50px;
	}

}

@media (min-width: 1200px) {

	#header-sticky .container-fluid {
		padding: 0 50px;
	}

}

@media (max-width: 1199px) {

	#header-sticky {
		visibility: hidden;
	}

}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/

#page-content {
	padding-bottom: 0px;
}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/

#page-header {
	position: relative;
	overflow: hidden;
	padding: 140px 0 115px;
	margin-bottom: 100px;
	background: #00f0d1 no-repeat center center;
	background: -webkit-linear-gradient(97deg, #00f0d1, #4766c8, #c44fcb);
	background: -ms-linear-gradient(97deg, #00f0d1, #4766c8, #c44fcb);
	background: linear-gradient(97deg, #00f0d1, #4766c8, #c44fcb);
	background-size: cover;
	color: #fff;
	text-align: center;
}

#page-header i {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 64px;
	line-height: 64px;
}

#page-header h1 {
	color: inherit;
	font-size: 36px;
	line-height: 30px;
}

#page-header h1:after {
	display: block;
	width: 25px;
	height: 2px;
	margin: 20px auto 0;
	background-color: #fff;
	content: "";
}

#page-header .overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #00f0d1;
	background: -webkit-linear-gradient(90deg, #00f0d1, #c44fcb);
	background: -ms-linear-gradient(90deg, #00f0d1, #c44fcb);
	background: linear-gradient(90deg, #00f0d1, #c44fcb);
	mix-blend-mode: multiply;
}

#page-header .ken-burns {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: no-repeat top center;
	background-size: cover;
	animation: kenburns 45s infinite;
}

#page-header .container,
#page-header .container-fluid {
	position: relative;
	z-index: 2;
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
	50% {
		-webkit-transform: scale(1.5) rotate(5deg);
		transform: scale(1.5) rotate(5deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
	50% {
		-webkit-transform: scale(1.5) rotate(5deg);
		transform: scale(1.5) rotate(5deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/

/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/

#footer {
	padding: 30px 0 30px;
	background-color: #DCECEF;
}

#footer .widget-title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 28px;
	text-transform: none;
}

#footer .widget-pages ul li {
	margin-bottom: 7px;
}

#footer .widget-pages ul li:last-child {
	margin-bottom: 0;
}

#footer .widget-pages ul li a {
	font-size: inherit;
}

/* FOOTER WHITE */
.footer-white #footer {
	padding-top: 0;
	background-color: #20324b;
}

.footer-white #footer .widget {
	margin-bottom: 60px;
}

/* FOOTER DARK */
.footer-dark #footer {
	background-color: #20324b;
}

.footer-dark #footer h1,
.footer-dark #footer h2,
.footer-dark #footer h3,
.footer-dark #footer h4,
.footer-dark #footer h5,
.footer-dark #footer h6 {
	color: #afafaf;
}

.footer-dark #footer .btn-outline {
	color: #fff;
}

.footer-dark #footer .btn-white {
	color: #838383;
}

#footer .widget:last-child {
	margin-bottom: 0;
}

.footer-dark #footer .widget-recent-posts ul li .post-title,
.footer-dark #footer .widget-recent-posts ul li .post-details a,
.footer-dark #footer .widget-latest-posts ul li .post-title,
.footer-dark #footer .widget-latest-posts ul li .post-details a.post-category,
.footer-dark #footer .widget-latest-posts ul li .post-details a:last-of-type,
.footer-dark #footer .widget-recent-comments ul li,
.footer-dark #footer .widget-recent-comments ul li a {
	color: inherit;
}

.footer-dark #footer .widget-recent-posts ul li .post-title:hover,
.footer-dark #footer .widget-recent-posts ul li .post-details a:hover,
.footer-dark #footer .widget-latest-posts ul li .post-title:hover,
.footer-dark #footer .widget-latest-posts ul li .post-details a.post-category:hover,
.footer-dark #footer .widget-latest-posts ul li .post-details a:last-of-type:hover,
.footer-dark #footer .widget-recent-comments ul li a:hover {
	color: #00f0d1;
}

@media (max-width: 767px) {

	#footer [class^="col-"] + [class^="col-"] {
		margin-top: 50px;
	}

	#footer .widget {
		margin-bottom: 30px;
	}

	#footer .widget-title {
		margin-top: 0;
	}

}

/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/

#footer-bottom {
	padding: 15px 0;
	background-color: #FFF;

}

#footer-bottom .widget {
	margin-bottom: 30px;
}

#footer-bottom .widget:last-child {
	margin-bottom: 0;
}

#footer-bottom .widget-social {
	text-align: right;
}

/* DARK FOOTER */
.footer-dark #footer-bottom {
	background-color: #20324b;
}

.footer-dark #footer-bottom h1,
.footer-dark #footer-bottom h2,
.footer-dark #footer-bottom h3,
.footer-dark #footer-bottom h4,
.footer-dark #footer-bottom h5,
.footer-dark #footer-bottom h6 {
	color: #afafaf;
}

.footer-dark #footer-bottom .btn-outline {
	color: #fff;
}

.footer-dark #footer-bottom .btn-white {
	color: #838383;
}

#footer-bottom .widget:last-child {
	margin-bottom: 0;
}

.footer-dark #footer-bottom .widget-recent-posts ul li .post-title,
.footer-dark #footer-bottom .widget-recent-posts ul li .post-details a,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-title,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a.post-category,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a:last-of-type,
.footer-dark #footer-bottom .widget-recent-comments ul li,
.footer-dark #footer-bottom .widget-recent-comments ul li a {
	color: inherit;
}

.footer-dark #footer-bottom .widget-recent-posts ul li .post-title:hover,
.footer-dark #footer-bottom .widget-recent-posts ul li .post-details a:hover,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-title:hover,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a.post-category:hover,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a:last-of-type:hover,
.footer-dark #footer-bottom .widget-recent-comments ul li a:hover {
	color: #00f0d1;
}

@media (max-width: 767px) {

	#footer-bottom [class^="col-"] + [class^="col-"] {
		margin-top: 10px;
	}

	#footer-bottom .widget-social {
		text-align: center;
	}

	#footer-bottom .copyright {
		text-align: center;
	}

}

/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/

/* SMARTPHONES SECTION */
#smartphones-section {}

#smartphones-section img {
	position: relative;
}

#smartphones-section img:nth-child(1) {
	z-index: 3;
}

#smartphones-section img:nth-child(2) {
	z-index: 2;
	margin-top: 135px;
	margin-left: -120px;
}

#smartphones-section img:nth-child(3) {
	z-index: 1;
	margin-top: 20px;
	margin-left: -120px;
}

@media (max-width: 1199px) {

	#smartphones-section img {
		max-width: 45%;
	}

}

@media (max-width: 767px) {

	#smartphones-section {
		margin-top: 50px;
		text-align: center;
	}

	#smartphones-section img {
		max-width: 100%;
	}

	#smartphones-section img:nth-child(1),
	#smartphones-section img:nth-child(2),
	#smartphones-section img:nth-child(3) {
		margin-left: 0;
	}

}

/* SCREENS SECTION */
#screens-section {
	position: relative;
	margin-top: 90px;
}

#screens-section img {
	position: relative;
}

#screens-section img:nth-child(1) {
	z-index: 1;
	margin-top: 80px;
}

#screens-section img:nth-child(2) {
	z-index: 2;
	margin-left: -90px;
}

#screens-section img:nth-child(3) {
	position: absolute;
	right: -150px;
	bottom: -25px;
	z-index: 1;
}

@media (max-width: 1199px) {

	#screens-section img {
		max-width: 60%;
	}

}

@media (max-width: 991px) {

	#screens-section {
		margin-top: 20px;
	}

}

@media (max-width: 767px) {

	#screens-section {
		text-align: center;
	}

	#screens-section img {
		max-width: 100%;
	}

	#screens-section img:nth-child(1),
	#screens-section img:nth-child(2),
	#screens-section img:nth-child(3) {
		margin-left: 0;
	}

	#screens-section img:nth-child(2) {
		margin-top: 75px;
	}

	#screens-section img:nth-child(3) {
		position: relative;
		right: 0;
	}

}

/* SIGNATURE */
.signature {
	position: relative;
	float: right;
	padding-right: 110px;
	margin-top: 20px;
	color: #252525;
	font-weight: 600;
}

.signature img {
	position: absolute;
	bottom: -40px;
	right: 0;
}

/* CIRCLE TEXT */
.circle-text {
	float: right;
	width: 164px;
	padding: 50px 0;
	border-radius: 50%;
	margin-right: 50px;
	background-color: #ff0050;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 4px 9px 20px 0 rgba(0, 0, 0, 0.27);
}

/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/

.about-me {
	text-align: center;
}

.about-me-thumbnail {
	position: relative;
	overflow: hidden;
}

.about-me-hover a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #65DBDA;
	background: -webkit-linear-gradient(15deg, #00BBB6, #65DBDA);
	background: -ms-linear-gradient(15deg, #00BBB6, #65DBDA);
	background: linear-gradient(15deg, #00BBB6, #65DBDA);
	color: #fff;
	opacity: 0;
	cursor: url(../images/zoom.png), auto;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.about-me-thumbnail.rounded-circle .about-me-hover a {
	border-radius: 50%;
}

.about-me h6 {
	margin-bottom: 0;
	font-weight: 600;
}

.about-me h6 + span {
	display: inline-block;
	margin-bottom: 20px;

	font-size: 13px;
}

.about-me > a {
	display: inline-block;
	color: #252525;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.about-me > a:after {
	display: block;
	width: auto;
	height: 2px;
	margin-top: -5px;
	background: #00f0d1;
	background: -webkit-linear-gradient(90deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(90deg, #00f0d1, #a966ee);
	background: linear-gradient(90deg, #00f0d1, #a966ee);
	content: "";
}

.about-me > a:hover {
	color: #00f0d1;
}

.about-me:hover .about-me-hover a {
	opacity: 0.7;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.about-me > *:last-child {
	margin-bottom: 0;
}

/* STYLE 2 */
.about-me.style-2 {
	text-align: left;
}

.about-me.style-2 .about-me-thumbnail {
	float: left;
	width: 30%;
	margin-right: 30px;
}

.about-me.style-2:after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 991px) {

        .about-me.style-2 .about-me-thumbnail {
                float: none;
                width: 50%;
        }

}

/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/

.services-container {
	padding-left: 30px;
	padding-right: 30px;
}

.service-box {
	margin-bottom: 50px;
}

.service-box-content {}

.service-box-content > a {
	display: inline-block;
	color: #252525;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box-content > a:after {
	display: block;
	width: auto;
	height: 2px;
	margin-top: -5px;
	background: #00f0d1;
	background: -webkit-linear-gradient(90deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(90deg, #00f0d1, #a966ee);
	background: linear-gradient(90deg, #00f0d1, #a966ee);
	content: "";
}

.service-box-content > a:hover {
	color: #00f0d1;
	text-decoration: none;
}

.service-box-content > *:last-child {
	margin-bottom: 0;
}

/* STYLE 1 */
.service-box.style-1 {
	position: relative;
	padding-top: 155px;
	text-align: center;
}

.service-box.style-1 > i {
	position: absolute;
	top: 40px;
	left: 50%;
	display: inline-block;
	color: #c2c2c2;
	font-size: 52px;
	line-height: 52px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.service-box.style-1 > i:after {
	position: absolute;
	top: -40px;
	left: 50%;
	display: block;
	width: 135px;
	height: 132px;
	background: url(../images/dots.png) no-repeat center center;
	content: "";
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.service-box.style-1 .service-box-content h5 {
	margin-bottom: 15px;
	font-weight: 600;
}

.service-box.style-1:hover > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-box.style-1:hover > i:after {
	background-image: url(../images/dots-hover.png);
}

/* STYLE 2 */
.service-box.style-2 {
	position: relative;
	margin-bottom: 30px;
	background-color: #f1f6f9;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-2 > a {
	display: block;
	padding: 50px 20px 45px;
	text-decoration: none;
}

.service-box.style-2 > a > i {
	display: inline-block;
	margin-bottom: 25px;
	color: #00f0d1;
	font-size: 56px;
	line-height: 56px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-2 .service-box-content h6 {
	font-weight: 600;
}

.service-box.style-2:hover {
	background-color: #fff;
	box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.2);
}

.service-box.style-2:hover > a > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* STYLE 3 */
.service-box.style-3 {}

.service-box.style-3.icon-right {
	text-align: right;
}

.service-box.style-3 > i {
	display: block;
	margin-top: 5px;
	color: #c2c2c2;
	font-size: 56px;
	line-height: 56px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-3.icon-left > i {
	float: left;
}

.service-box.style-3.icon-right > i {
	float: right;
}

.service-box.style-3.icon-left .service-box-content {
	margin-left: 85px;
}

.service-box.style-3.icon-right .service-box-content {
	margin-right: 85px;
}

.service-box.style-3 .service-box-content h6 {
	margin-bottom: 20px;
	font-weight: 600;
}

.service-box.style-3.icon-left .service-box-content h6,
.service-box.style-3.icon-right .service-box-content h6 {
	margin-bottom: 10px;
}

.service-box.style-3:hover > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* STYLE 4 */
.service-box.style-4 {
	position: relative;
	margin-bottom: 70px;
	text-align: center;
}

.service-box.style-4 > i {
	display: inline-block;
	margin-bottom: 45px;
	color: #c2c2c2;
	font-size: 52px;
	line-height: 52px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-4 > a img {
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 45px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-4 > h1 {
	margin-bottom: 30px;
	font: 100 112px/112px 'Cormorant Garamond', serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-4 .service-box-content h5 {
	margin-bottom: 15px;
	font-weight: 600;
}

.service-box.style-4:hover > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-box.style-4:hover > a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.service-box.style-4:hover > h1 {
	color: #00f0d1;
	background: -webkit-linear-gradient(15deg, #a966ee, #00f0d1);
	background: -ms-linear-gradient(15deg, #a966ee, #00f0d1);
	background: linear-gradient(15deg, #a966ee, #00f0d1);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* STYLE 5 */
.service-box.style-5 {}

.service-box.style-5 > i {
	float: left;
	color: #c2c2c2;
	font-size: 48px;
	line-height: 48px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-5 .service-box-content {}

.service-box.style-5 .service-box-content h5 {
	position: relative;
	padding-top: 8px;
	margin-bottom: 35px;
	margin-left: 80px;
	font-weight: 600;
}

.service-box.style-5 .service-box-content h5 small {
	position: absolute;
	bottom: -25px;
	display: block;
	color: #a3a3a3;
	font-size: 12px;
	font-weight: 400;
}

.service-box.style-5:hover > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(15deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(15deg, #00f0d1, #a966ee);
	background: linear-gradient(15deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* STYLE 6 */
.service-box.style-6 {}

.service-box.style-6 > i {
	float: left;
	display: block;
	color: #c2c2c2;
	font-size: 54px;
	line-height: 54px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-6 .service-box-content {
	margin-left: 90px;
}

.service-box.style-6 .service-box-content h6 {
	font-weight: 600;
}

.service-box.style-6:hover > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(15deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(15deg, #00f0d1, #a966ee);
	background: linear-gradient(15deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* STYLE 7 */
.service-box.style-7 {
	position: relative;
	z-index: 1;
	padding: 45px 40px 65px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-7.large {
	padding-top: 70px;
	padding-bottom: 120px;
}

.service-box.style-7:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-left: 2px solid #00f0d1;
	border-right: 2px solid #a966ee;
	background-size: 100% 2px;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(51deg, #00f0d1, #a966ee), linear-gradient(51deg, #00f0d1, #a966ee);
	content: "";
}

.service-box.style-7 > i {
	display: block;
	margin-bottom: 30px;
	color: #c2c2c2;
	font-size: 58px;
	line-height: 58px;
}

.service-box.style-7 .service-box-content h5,
.service-box.style-7 .service-box-content h6 {
	margin-bottom: 35px;
	font-weight: 600;
}

.service-box.style-7:hover {
	background: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	color: #fff;
}

.service-box.style-7:hover:after {
	background-size: 0 0;
}

.service-box.style-7:hover:after {
	border-color: transparent;
}

.service-box.style-7:hover i {
	color: inherit;
}

.service-box.style-7:hover a {
	color: #fff;
}

.service-box.style-7:hover a:hover {
	color: #0c0c0c;
}

/* STYLE 8 */
.service-box.style-8 {
	position: relative;
	padding: 50px 40px;
	margin-bottom: 30px;
	background-color: #00f0d1;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-8.large {
	padding-top: 70px;
	padding-bottom: 120px;
}

.service-box.style-8 > i {
	display: inline-block;
	margin-bottom: 45px;
	color: #fff;
	font-size: 52px;
	line-height: 52px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-8 .service-box-content h5 {
	margin-bottom: 15px;
	font-weight: 600;
}

.service-box.style-8.large .service-box-content h5 {
	margin-bottom: 40px;
}

.service-box.style-8 .service-box-content h5 a {
	color: #fff;
}

.service-box.style-8 .service-box-content h5 a:hover {
	color: #252525;
}

.service-box.style-8:hover {
	z-index: 1;
	box-shadow: 0 51px 40px 0 rgba(0, 0, 0, 0.4);
}

/* STYLE 9 */
.service-box.style-9 {
	text-align: center;
}

.service-box.style-9 > span {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.service-box.style-9 > span:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: -webkit-linear-gradient(90deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(90deg, #00f0d1, #a966ee);
	background: linear-gradient(90deg, #00f0d1, #a966ee);
	content: "";
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-9 > span i {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: #00f0d1;
	color: #fff;
	font-size: 52px;
	line-height: 128px;
	text-align: center;
}

.service-box.style-9 .service-box-content h5 {
	margin-bottom: 20px;
	font-weight: 600;
}

.service-box.style-9:hover > span:after {
	margin: -7px;
}

/* STYLE 10 */
.service-box.style-10 {
	text-align: center;
}

.service-box.style-10 > i {
	position: relative;
	display: inline-block;
	width: 128px;
	height: 128px;
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	margin-bottom: 30px;
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 52px;
	line-height: 128px;
	text-align: center;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.service-box.style-10 > i:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 0 solid #00f0d1;
	margin: -2px;
	content: "";
	-webkit-transition: border-top-width 0.1s, border-right-width 0.1s 0.1s, border-bottom-width 0.1s 0.2s, border-left-width 0.1s 0.3s;
	transition: border-top-width 0.1s, border-right-width 0.1s 0.1s, border-bottom-width 0.1s 0.2s, border-left-width 0.1s 0.3s;
}

.service-box.style-10 .service-box-content h5 {
	margin-bottom: 20px;
	font-weight: 600;
}

.service-box.style-10:hover > i:after {
	border-width: 2px;
}

/* STYLE 11 */
.service-box.style-11 {}

.service-box.style-11 > i {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-top: 5px;
	background-color: #f1f6f9;
	font-size: 36px;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.service-box.style-11 > i:before {
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-box.style-11 .service-box-content {
	margin-left: 85px;
}

.service-box.style-11 .service-box-content h6 {
	margin-bottom: 10px;
	font-weight: 600;
}

.service-box.style-11:hover I {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

/* DARK SECTION */
.full-section .service-box.style-2 {
	background-color: #fff;
	color: #252525;
}

.full-section .service-box.style-2 h6 {
	color: #252525;
}

.full-section.dark-section .service-box-content > a:after {
	background: #fff;
}

.full-section.dark-section .service-box.style-5 > i {
	color: inherit;
}

.full-section.dark-section .service-box.style-7 {
	background-color: #131a27;
}

.full-section.dark-section .service-box.style-7:after {
	border-color: transparent;
	background: transparent;
}

.full-section.dark-section .service-box.style-7:hover {
	background: transparent;
}

.full-section.dark-section .service-box.style-7:hover:after {
	border-left-color: #00f0d1;
	border-right-color: #a966ee;
	background-size: 100% 2px;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(51deg, #00f0d1, #a966ee), linear-gradient(51deg, #00f0d1, #a966ee);
}

.full-section.dark-section .service-box.style-11 > i {
	background-color: #fff;
}

@media (min-width: 1200px) {

	.services-container {
		padding-left: 20%;
		padding-right: 50px;
	}

	.service-box.style-1 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.service-box.style-4 {
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media (min-width: 1600px) {

	.services-container {
		padding-left: 40%;
		padding-right: 50px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.service-box.style-5 > i {
		font-size: 36px;
		margin-right: 15px;
	}

	.service-box.style-5 h5 {
		font-size: 18px;
	}

	.service-box.style-8 {
		position: relative;
		padding: 50px 20px;
	}

}

@media (max-width: 767px) {

	.services-container {
		padding-left: 15px;
		padding-right: 15px;
	}

}

/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/

.portfolio-item {
	margin-bottom: 50px;
	overflow: hidden;
}

.portfolio-item-thumbnail {
	position: relative;
	overflow: hidden;
}

.portfolio-item-thumbnail img {
	width: 100%;
	display: block;
}

.portfolio-item-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #65DBDA;
	background: -webkit-linear-gradient(42deg, #65DBDA, #EEE, #C8FCFB);
	background: -ms-linear-gradient(42deg, #65DBDA, #EEE, #C8FCFB);
	background: linear-gradient(42deg, #65DBDA, #EEE, #C8FCFB);
	mix-blend-mode: multiply;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.portfolio-item .zoom-action {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.portfolio-item-description {
	text-align: center;
	mix-blend-mode: none;
}

.portfolio-item-thumbnail .portfolio-item-description {
	z-index: 1;
	color: #fff;
}

.portfolio-item-thumbnail .portfolio-item-description a {
	color: #fff;
}

.portfolio-item-thumbnail .portfolio-item-description a:hover {
	color: #00f0d1;
}

.portfolio-item-thumbnail + .portfolio-item-description {
	margin: 20px 0;
}

.portfolio-item-description h6 {
	margin-bottom: 0;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #fff
}

.portfolio-item-description p {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

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

.portfolio-item-thumbnail .portfolio-item-description h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: scale(0.7) translate(-50%, -50%);
	-ms-transform: scale(0.7) translate(-50%, -50%);
	transform: scale(0.7) translate(-50%, -50%);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.portfolio-item-thumbnail .portfolio-item-description p {
	position: absolute;
	bottom: -20px;
	right: 20px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.portfolio-item:hover .portfolio-item-thumbnail .portfolio-item-description p {
	bottom: 20px;
}

.portfolio-item:hover .portfolio-item-thumbnail .portfolio-item-description h6 {
	opacity: 1;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}

/* PORTFOLIO CLASSIC */
.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
	float: left;
	width: 65%;
}

.portfolio-item.portfolio-classic .portfolio-item-description {
	float: left;
	width: 35%;
	margin-top: 0;
	text-align: left;
}

.portfolio-item.portfolio-classic .portfolio-item-thumbnail + .portfolio-item-description {
	padding-left: 30px;
}

.portfolio-item.portfolio-classic .portfolio-item-description h4 {
	margin-bottom: 25px;
}

.portfolio-item.portfolio-classic .portfolio-item-description h6 {
	font-size: 12px;
	font-weight: 400;
}

.portfolio-item.portfolio-classic .portfolio-item-description h6 + p {
	font-size: 14px;
	font-weight: 600;
}

.portfolio-item.portfolio-classic .portfolio-item-description p {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 991px) {

	.portfolio-item.portfolio-classic .portfolio-item-thumbnail,
	.portfolio-item.portfolio-classic .portfolio-item-description {
		float: none;
		width: 100%;
	}

 	.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
		margin-bottom: 30px;
	}

	.portfolio-item.portfolio-classic .portfolio-item-description {
		padding-left: 0;
	}

}



/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/
.mapstyle {width: 100%; height: 450px;}
/* CONTACT FORM */
#contact-form {
	position: relative;
	margin-bottom: 50px;
}
#contact-form fieldset {
    padding: 10px;
    border: 1px solid #EEE;
	margin-bottom: 20px;
}
#contact-form legend {
padding-left: 15px;padding-right: 15px;margin-right: 15px; margin-left: 15px;
	display: inline-block; width: auto; font-size: 16px;color: #003862}
#alert-area {
	margin: 20px 0;
}

#contact-form p {
	position: relative;
	margin-bottom: 0;
}

#contact-form textarea,
#contact-form input[type="text"] {
	padding-left: 0;
	padding-top: 20px;
	border: none;
	border-bottom: 2px solid #ebebeb;
}

#contact-form label {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0;
	padding-bottom: 30px;
	color: #aaa;
	font-size: 16px!important;
	font-style: italic;
	pointer-events:none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;	
}

#contact-form input ~ span,
#contact-form textarea ~ span {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
background: #C49531;
	background: -webkit-linear-gradient(15deg, #E5CA77, #C49531);
	background: -ms-linear-gradient(15deg, #E5CA77, #C49531);
	background: linear-gradient(15deg, #E5CA77, #C49531);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#contact-form input:focus ~ label,
#contact-form textarea:focus ~ label,
#contact-form input:valid ~ label,
#contact-form textarea:valid ~ label {
	top: -10px;
	font-size: 12px;
	font-style: normal;
}

#contact-form input:focus ~ span,
#contact-form textarea:focus~  span {
	width: 100%;
}

#contact-form label.error,
#contact-form #name-error,
#contact-form #email-error,
#contact-form #subject-error,
#contact-form #message-error,
#contact-form input:focus ~ label.error,
#contact-form textarea:focus ~ label.error {
	position: absolute;
	top: 100%;
	margin-top: -20px;
	color: #ff0050;
	font-size: 12px;
	font-style: normal;
}

#contact-form button[type="submit"] {
	margin-top: 20px;
	margin-bottom: 0;
}

#contact-form p:after {
	display: table;
	content: " ";
	clear: both;
}

/* QUICK CONTACT FORM */
.quick-contact-form {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 3px solid #F5F5F5;
    border-top: 3px solid #EDEDED;
    border-right: 3px solid #F5F5F5;
    border-bottom: 3px solid #EDEDED;
    margin-bottom: 0px;
}

.quick-contact-form h6 {
	font-weight: 600;
}

.quick-contact-form #contact-form {
	margin-bottom: 0;
}

.quick-contact-form.style-2 {
	position: relative;
	padding: 40px 80px 40px;
	border: none;
}

.quick-contact-form.style-2:before,
.quick-contact-form.style-2:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.quick-contact-form.style-2:before {
	background-color: #000;
	opacity: 0.61;
}

.quick-contact-form.style-2:after {
	background: #00f0d1;
	background: -webkit-linear-gradient(45deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(45deg, #00f0d1, #a966ee);
	background: linear-gradient(45deg, #00f0d1, #a966ee);
	opacity: 0.61;
}

.quick-contact-form.style-2 #contact-form button[type="submit"] {
	border-radius: 2px;
	width: 100%;
}

/* DARK SECTION */
.full-section.dark-section #contact-form label {
	color: inherit;
}

@media (max-width: 991px) {

	.quick-contact-form {
		margin-top: 50px;
	}

}

@media (max-width: 767px) {

	.quick-contact-form.style-2 {
		padding: 40px 30px 40px;
	}

}

/* CONTACT BOXES */
.contact-box {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.contact-box > i {
	display: inline-block;
	margin-bottom: 45px;
	color: #00f0d1;
	font-size: 52px;
	line-height: 52px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.contact-box .contact-box-content h6 {
	margin-bottom: 30px;
	font-weight: 600;
}

.contact-box .contact-box-content a {
	color: #838383;
}

.contact-box .contact-box-content > *:last-child {
	margin-bottom: 0;
}

.contact-box:hover > i {
	color: #00f0d1;
	background: -webkit-linear-gradient(51deg, #00f0d1, #a966ee);
	background: -ms-linear-gradient(51deg, #00f0d1, #a966ee);
	background: linear-gradient(51deg, #00f0d1, #a966ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/

.icons-list-shortcodes {
	margin-bottom: 100px;
	list-style: none;
}

.icons-list-shortcodes li {
	text-align: center;
	display: inline-block;
	padding: 10px;
	width: 13.7%;
	min-height: 115px;
	vertical-align: top;
}

.icons-list-shortcodes li i {
	font-size: 32px;
}

.icons-list-shortcodes li i[class^="fa fa-"] {
	font-size: 26px;
}

.icons-list-shortcodes li .icon-name {
	display: block;
}

@media (min-width: 768px) and (max-width: 991px) {

	.icons-list-shortcodes li {
		width: 19%;
	}
}
@media (max-width: 767px) {

	.icons-list-shortcodes li {
		width: 49%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.icons-list-shortcodes li {
		width: 32%;
	}
}
.logo-height {
	max-height: 140px;	
}
.marginheadelement {margin-top: 10px; }
@media (min-width: 768px)
{
.marginheadelement {margin-top: 50px; }	
}
@media (min-width: 1000px)
{
.marginheadelement {margin-top: 60px; }	
}
.margin-bottom-20 {
margin-bottom: 20px;	
}
.max-footer-height-logo {	
	max-height: 50px;
}
.margin-top-30 {
	margin-top: 30px;	
}
.margin-top-60 {	
	margin-top: 60px;	
}

.margin-top-50 {
	
	margin-top: 50px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.phone-text {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}

.border-tb {
	border-top: 5px solid #012e44;
}

.border-b {
	border-bottom: 3px solid #20324b;
}
.margin-5 {margin: 5px;}
.padding-15 {
	padding: 15px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}

.top-shadow {
	box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.padding-tb {

	border-top: 3px solid #ECECEC;
	padding: 16px 0px 16px 0px;
}

.borderright {
	border-right: 2px solid #72C8CD;
}

.bev-border {
	border: 3px solid #F5F5F5;
	border-top: 3px solid #E9E9E9;
	border-right: 3px solid #F5F5F5;
	border-bottom: 3px solid #E9E9E9;
}

.margin-left-50 {
	margin-left: 50px;
}

.margin-left-30 {
	margin-left: 30px;
}

.fancy-text {	
font-family: 'Cormorant Garamond', serif;
color: #484442;
font-size: 20px;	
}

.margin-right-30 {
	margin-right: 30px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}

.small-text {
	color: #859BA3 !important;
    font-size: 12px !important;
}

.no-bullets {
	list-style-type: none;
}

#footer-white .footer-text {
font-family: 'Cormorant Garamond', serif;	
}

.footer-text {
font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-text ul li {margin-top: 8px; margin-bottom: 8px;}
	

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 18px 0 rgba(0, 0, 0, 0.1);
}

.dark-bg {
	background: #1f324b;
}
.casetext {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center
}
/* decode icons
*/
@font-face{font-family:decode-icons;src:url(../fonts/decode-icons.eot);src:url(../fonts/decode-icons.eot#iefix) format('embedded-opentype'),url(../fonts/decode-icons.ttf) format('truetype'),url(../fonts/decode-icons.woff) format('woff'),url(../fonts/decode-icons.svg#decode-icons) format('svg');font-weight:400;font-style:normal}[class*=" decode-icon-"],[class^=decode-icon-]{font-family:decode-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.decode-icon-cogwheel:before{content:"\e974"}.decode-icon-information:before{content:"\e970"}.decode-icon-multimedia:before{content:"\e971"}.decode-icon-phone-call:before{content:"\e972"}.decode-icon-placeholder2:before{content:"\e973"}.decode-icon-chat:before{content:"\e96c"}.decode-icon-edit:before{content:"\e96d"}.decode-icon-layers:before{content:"\e96e"}.decode-icon-time:before{content:"\e96f"}.decode-icon-analytics:before{content:"\e900"}.decode-icon-atm:before{content:"\e901"}.decode-icon-atm-1:before{content:"\e902"}.decode-icon-avatar:before{content:"\e903"}.decode-icon-backup:before{content:"\e904"}.decode-icon-bank:before{content:"\e905"}.decode-icon-blogging:before{content:"\e906"}.decode-icon-briefcase:before{content:"\e907"}.decode-icon-browser:before{content:"\e908"}.decode-icon-browser-1:before{content:"\e909"}.decode-icon-browser-2:before{content:"\e90a"}.decode-icon-bug:before{content:"\e90b"}.decode-icon-building:before{content:"\e90c"}.decode-icon-cash-register:before{content:"\e90d"}.decode-icon-clipboard:before{content:"\e90e"}.decode-icon-cloud-computing:before{content:"\e90f"}.decode-icon-coding:before{content:"\e910"}.decode-icon-coding-1:before{content:"\e911"}.decode-icon-coins:before{content:"\e912"}.decode-icon-creativity:before{content:"\e913"}.decode-icon-credit-card:before{content:"\e914"}.decode-icon-credit-card-1:before{content:"\e915"}.decode-icon-credit-card-2:before{content:"\e916"}.decode-icon-cursor:before{content:"\e917"}.decode-icon-customer:before{content:"\e918"}.decode-icon-design:before{content:"\e919"}.decode-icon-desk-chair:before{content:"\e91a"}.decode-icon-devices:before{content:"\e91b"}.decode-icon-diamond:before{content:"\e91c"}.decode-icon-domain-registration:before{content:"\e91d"}.decode-icon-email:before{content:"\e91e"}.decode-icon-email-1:before{content:"\e91f"}.decode-icon-exchange:before{content:"\e920"}.decode-icon-exchange-1:before{content:"\e921"}.decode-icon-folder:before{content:"\e922"}.decode-icon-folder-1:before{content:"\e923"}.decode-icon-funnel:before{content:"\e924"}.decode-icon-gold-ingot:before{content:"\e925"}.decode-icon-graduation:before{content:"\e926"}.decode-icon-growth:before{content:"\e927"}.decode-icon-growth-1:before{content:"\e928"}.decode-icon-handshake:before{content:"\e929"}.decode-icon-house:before{content:"\e92a"}.decode-icon-idea:before{content:"\e92b"}.decode-icon-idea-1:before{content:"\e92c"}.decode-icon-image:before{content:"\e92d"}.decode-icon-key:before{content:"\e92e"}.decode-icon-keywords:before{content:"\e92f"}.decode-icon-link:before{content:"\e930"}.decode-icon-list:before{content:"\e931"}.decode-icon-mail:before{content:"\e932"}.decode-icon-map:before{content:"\e933"}.decode-icon-mask:before{content:"\e934"}.decode-icon-medal:before{content:"\e935"}.decode-icon-menu:before{content:"\e936"}.decode-icon-money:before{content:"\e937"}.decode-icon-money-1:before{content:"\e938"}.decode-icon-money-2:before{content:"\e939"}.decode-icon-monitoring:before{content:"\e93a"}.decode-icon-mortarboard:before{content:"\e93b"}.decode-icon-music:before{content:"\e93c"}.decode-icon-newspaper:before{content:"\e93d"}.decode-icon-newspaper-1:before{content:"\e93e"}.decode-icon-online-shop:before{content:"\e93f"}.decode-icon-padlock:before{content:"\e940"}.decode-icon-path:before{content:"\e941"}.decode-icon-pay-per-click:before{content:"\e942"}.decode-icon-piggy-bank:before{content:"\e943"}.decode-icon-placeholder:before{content:"\e944"}.decode-icon-presentation:before{content:"\e945"}.decode-icon-information-1:before{content:"\e946"}.decode-icon-quality:before{content:"\e947"}.decode-icon-ranking:before{content:"\e948"}.decode-icon-responsive:before{content:"\e949"}.decode-icon-resume:before{content:"\e94a"}.decode-icon-screen:before{content:"\e94b"}.decode-icon-search:before{content:"\e94c"}.decode-icon-search-1:before{content:"\e94d"}.decode-icon-search-engine:before{content:"\e94e"}.decode-icon-search-engine-1:before{content:"\e94f"}.decode-icon-server:before{content:"\e950"}.decode-icon-shared-folder:before{content:"\e951"}.decode-icon-sharing-archives:before{content:"\e952"}.decode-icon-shield:before{content:"\e953"}.decode-icon-sir:before{content:"\e954"}.decode-icon-sitemap:before{content:"\e955"}.decode-icon-smartphone:before{content:"\e956"}.decode-icon-smartphone-1:before{content:"\e957"}.decode-icon-smartphone-2:before{content:"\e958"}.decode-icon-social-media:before{content:"\e959"}.decode-icon-speech-bubbles:before{content:"\e95a"}.decode-icon-speedometer:before{content:"\e95b"}.decode-icon-stats:before{content:"\e95c"}.decode-icon-strength:before{content:"\e95d"}.decode-icon-tags:before{content:"\e95e"}.decode-icon-target:before{content:"\e95f"}.decode-icon-target-1:before{content:"\e960"}.decode-icon-target-2:before{content:"\e961"}.decode-icon-targeting:before{content:"\e962"}.decode-icon-telescope:before{content:"\e963"}.decode-icon-translation:before{content:"\e964"}.decode-icon-translator:before{content:"\e965"}.decode-icon-trophy:before{content:"\e966"}.decode-icon-typewriter:before{content:"\e967"}.decode-icon-ukelele:before{content:"\e968"}.decode-icon-video:before{content:"\e969"}.decode-icon-viral-marketing:before{content:"\e96a"}.decode-icon-wallet:before{content:"\e96b"}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-30%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-30%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.8,.8,.8)}100%{opacity:1;transform:scale3d(1,1,1)}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../fonts/revicons/revicons.eot?5510888);src:url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons/revicons.woff?5510888) format('woff'),url(../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}


   


/***********************************************************************************
 *	+ css grid start  - NB this must go at end of combined stylesheets
 ***********************************************************************************/





.threeblock ,.threeblocklast{
	float: none;
	width: 100%;
	margin-bottom: 1.5%;
}


.threeblock-right {
	float: right;
	width: 100%;
	margin-bottom: 1.5%;
	
}



@media screen and (min-width: 30em){

.threeblock {
	float: left;
	width: 49.0%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 1.5%;
}
	
	.threeblock-right {
	float: right;
	width: 49.0%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 1.5%;
	
	
}

}



@media screen and (min-width: 61em){

.threeblock {
	float: left;
	width: 32.25%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 1.5%;
	
	
}
	
	.threeblock-right {
	float: right;
	width: 32.25%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 1.5%;
	
	
}


}


@supports (display: grid) {
/* ----------------------------------------------------------------
	edan-banner-section
-----------------------------------------------------------------*/
	

.threeblock ,.threeblocklast{
	float: none;
	width: 100%;
	margin-bottom: none;
}


.threeblock-right {
	float: none;
	width: 100%;
	margin-bottom: none;
	
}


@media screen and (min-width: 30em){

.threeblock {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0%;
	margin-bottom: none;
}
	
	.threeblock-right {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: none;
	
	
}

}



@media screen and (min-width: 61em){

.threeblock {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: none;
	
	
}
	
	.threeblock-right {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: none;
	
	
}


}
	
	
	
	
	.edj-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
.edj-wrapper-treatments{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
	
	

	.grid {
		
    display: grid;
		
	}
	

.box1{
 
  grid-column: 1;
  grid-row: 1/5;
}

.box2{
 
  grid-column: 2/4;
  grid-row: 1/3;
}

.box3{
  
  grid-column: 2/4;
  grid-row: 3/4;
}

.box4{
  grid-column: 2;
  grid-row: 2;

}

.box5{
  grid-column: 3;
  grid-row: 2/4;

}

.box6{
  grid-column: 1;
  grid-row: 3;

}

.box7{
  grid-column: 2;
  grid-row: 3;

}



/* ----------------------------------------------------------------
	treatment-boxes
-----------------------------------------------------------------*/


	
.treatment-box1{

  grid-column: 1;
  grid-row: 1;
}
.treatment-box2{

  grid-column: 2;
  grid-row: 1;
}
.treatment-box3{

  grid-column: 3;
  grid-row: 1;
}
.treatment-box4{
  grid-column: 4;
  grid-row: 1;
}
.treatment-box5{
  grid-column: 1;
  grid-row: 2;
}
.treatment-box6{
  grid-column: 2;
  grid-row: 2;
}
.treatment-box7{
  grid-column: 3;
  grid-row: 2;

}
.treatment-box8{
  grid-column: 4;
  grid-row: 2;
}
@media (max-width: 767.98px) {
.edj-wrapper-treatments{
     display: grid;

     grid-template-columns: 1fr 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
.treatment-box1{

  grid-column: 1;
  grid-row: 1;
}
.treatment-box2{

  grid-column: 2;
  grid-row: 1;
}
.treatment-box3{

  grid-column: 1;
  grid-row: 2;
}
.treatment-box4{
  grid-column: 2;
  grid-row: 2;


}
.treatment-box5{
  grid-column: 1;
  grid-row: 3;

}
.treatment-box6{
  grid-column: 2;
  grid-row: 3;

}
.treatment-box7{
  grid-column: 1;
  grid-row: 4;

}
.treatment-box8{
  grid-column: 2;
  grid-row: 4;

}
.edj-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
.box1{

  grid-column: 1;
  grid-row: 1/3;
}
.box2{

  grid-column: 2;
  grid-row: 1;
}
.box3{

  grid-column: 1;
  grid-row: 5;
}
.box4{
  grid-column: 2;
  grid-row: 2;
}
.box5{
  grid-column: 2;
  grid-row: 3/5;
}
.box6{
  grid-column: 1;
  grid-row: 4;
}
.box7{
  grid-column: 1;
  grid-row: 3;
}
}
@media (max-width: 575.98px) { 
.edj-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
.box1{

  grid-column: 1;
  grid-row: 1/3;
}
.box2{

  grid-column: 1;
  grid-row: 3;
}
.box3{
  
  grid-column: 1;
  grid-row: 4;
}
.box4{
  grid-column: 1;
  grid-row: 5;

}
.box5{
  grid-column: 1;
  grid-row: 6/8;

}
.box6{
  grid-column: 1;
  grid-row: 8;

}
.box7{
  grid-column: 1;
  grid-row: 9;

}
}

	
	
	
	




.image-test{
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url("images/test-2.jpg");
	height: 100%;
  z-index: 0;
}

.banners-pad {
	margin-left: 5%;
	margin-right: 5%;	
}



    .edj-wrapper > div {
    background: #F8F8F8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 18px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
    }
 .edj-wrapper-treatments > div {
    background: #F8F8F8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 18px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
    }

	
	

    