html,
body {
	height: 100%;
	min-height: 100%;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
	color: #1c1c1c;
}

a {
	background: transparent;
	outline: none;
	text-decoration: none;
	-webkit-transition: .2s cubic-bezier(0.25, .46, .45, .94);
	transition: .2s cubic-bezier(0.25, .46, .45, .94);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

a:active,
a:hover,
a:focus {
	outline: 0;
	color: #272467;
	text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: 0;
	outline: 0;
}

a.negative-space-anchor {
	display: block;
	position: relative;
	top: -30px;
	visibility: hidden;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

@media print {
	header,
	#quote,
	#services,
	#features,
	#price-list,
	#about,
	#skills,
	#fun-facts,
	#payment-delivery,
	#team,
	#testimonials,
	#portfolio,
	#contactform,
	#back-to-top,
	.owl-carousel {
		display: none!important;
	}
	* {
		height: auto!important;
		color: #000!important;
		line-height: 1.4!important;
		margin: 0!important;
	}
	section {
		padding: 0!important;
	}
	.wow {
		animation-name: none !important;
		visibility: visible !important;
	}
	#map-print {
		margin-top: 20px!important;
		display: block!important;
	}
	.subheading:after,
	.contacts-heading:after {
		display: none!important;
	}
	.tab-pane {
		display: block!important;
		visibility: visible!important;
		opacity: 1;
	}
	.alert {
		display: none!important;
	}
}

.alert h4 {
	margin-top: 0;
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1425px;
		width: 100%;
		padding: 0 90px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.container {
		width: 100%;
		padding: 0 90px;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #1c1c1c;
}

h1 small,
h2 small,
h3 small {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 200;
	color: #1c1c1c;
}

h4 small,
h5 small,
h6 small {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	color: #1c1c1c;
}

h4 {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: normal;
}

h5 {
	font-size: 16px;
	line-height: 1.8;
}

p {
	color: #444444;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
}

.section-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
}

@media (min-width:992px) {
	.section-title {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 70px;
		margin-bottom: 25px;
		font-weight: 100;
	}
}

.subheading {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.subheading:after,
.contacts-heading:after {
	position: relative;
	display: block;
	content: "";
	height: 2px;
	margin: 20px auto 20px;
	width: 115px;
	background: #444444;
}

.subheading.no-line:after {
	position: relative;
	display: none;
	content: "";
	height: 0;
	margin: 0;
	width: 0;
}

.subheading.grey:after {
	background: #fff!important;
	opacity: .4;
}

.content-title {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 22px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 30px;
}

@media (min-width:992px) {
	.content-title {
		font-weight: 100;
		margin-bottom: 42px;
		font-size: 70px;
	}
}

.project-title {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 120px;
	margin-bottom: 10px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 50px;
}

@media (min-width:992px) {
	.project-title {
		font-size: 70px;
		font-weight: 100;
		margin-bottom: 25px;
	}
}

@media (max-width:600px) {
	.project-title {
		font-size: 35px;
	}
}

.project-subtitle {
	margin-bottom: 50px;
	font-size: 14px;
}

.uppercase {
	text-transform: uppercase;
}

.p-info {
	line-height: 1.8;
	font-size: 14px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  /* padding-right: 0; */
  /* padding-left: 0; */
}


hr {
	border-top: 1px solid #ddd;
}

p span.hide {
	display: none;
}

@media (min-width: 992px) {
	h1 {
		font-size: 66px;
		letter-spacing: 0px;
	}
	h1 small {
		font-size: 66px;
		letter-spacing: 0px;
	}
	.lead {
		font-size: 16px;
		font-weight: 400;
		color: #444444;
		margin-bottom: 50px;
	}
	h2 {
		font-size: 50px;
		letter-spacing: 0px;
	}
	h2 small {
		font-size: 50px;
		letter-spacing: 0px;
	}
}

.white {
	color: #fff;
}

.grey {
	color: #f5f5f5;
}

.blue {
	color: #272467;
}

.pink {
	color: #b62f88;
}

.green {
	color: #34B7C1;
}

.grey-border {
	border-color: #f5f5f5;
}

.blue-border {
	border-color: #272467;
}

.pink-border {
	border-color: #b62f88;
}

.size-8x {
	font-size: 8em
}

.size-7x {
	font-size: 7em
}

.size-6x {
	font-size: 6em
}

.size-5x {
	font-size: 5em
}

.size-4x {
	font-size: 4em
}

.size-3x {
	font-size: 3em
}

.size-2x {
	font-size: 2.5em
}

.size-1x {
	font-size: 1em
}

.x-small {
	font-size: 0.8em
}

.section-1,
.section-3,
.section-4,
.section-5,
.section-6 {
	background: linear-gradient(to bottom, #36B7C1, #272467);
}

.dark-layer {
	background-color: #1c1c1c;
}

.green-layer {
	background-color: #36B7C1;
}

.purple-layer {
	background-color: #b62f88;
}

.light-layer {
	background-color: rgba(182, 47, 136, 0.14);
}

.blue-layer {
	background-color: #272467;
}

@media (min-width:768px) {
	#home-parallax-fullwidth {
		height: 600px;
	}
}

@media (max-width:767px) {
	#home-parallax-fullwidth {
		height: 400px;
	}
}

#home-landing:after,
#home-parallax-fullwidth:after,
#page-top .hero:after {
	content: "";
	position: absolute;
	background: url(../img/assets/dot-pattern.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.tp-banner li:after {
	content: "";
	position: absolute;
	background: url(../img/assets/gridtile.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0!important;
}

.tp-banner-video li:after {
	content: "";
	position: absolute;
	background: url(../img/assets/gridtile.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2!important;
}

#page-hero {
	height: 400px;
}

#home-landing {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

#home-parallax-fullscreen {
	display: table;
}

.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
}

.home-title {
	position: relative;
	text-transform: uppercase;
	color: #1c1c1c;
	z-index: 3;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

#home-parallax-fullwidth .home-title {
	margin-top: 130px;
}

.home-title h1 {
	letter-spacing: 2px;
}

.home-heading {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width:992px) {
	.home-heading {
		font-size: 72px;
		line-height: 82px;
	}
	.tp-banner .home-subheading {
		line-height: 70px!important;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.home-heading {
		font-size: 60px;
		line-height: 70px;
	}
	.tp-banner .home-subheading {
		line-height: 50px!important;
	}
}

@media (min-width:600px) and (max-width:767px) {
	.home-heading {
		font-size: 50px;
	}
	.tp-banner .home-subheading {
		line-height: 100px!important;
	}
}

@media (max-width:600px) {
	.tp-banner .home-subheading {
		display: none;
	}
	.home-heading {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width:500px) {
	.tp-banner .btn {
		display: none;
	}
}

.home-subheading {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 24px;
	letter-spacing: .5px;
	font-weight: 400;
	color: #ccc;
	z-index: 999!important;
	line-height: 50px;
}

.home-button {
	margin-top: 80px;
}

.home-bottom {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
}

.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.bounce {
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.mouse-icon {
	border: 3px solid #fff;
	border-radius: 14px;
	bottom: -35px;
	display: block;
	height: 48px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: relative;
	width: 28px;
	z-index: 1;
}

.mouse-icon>span {
	background: #fff;
	border-radius: 2px;
	height: 4px;
	left: 9px;
	position: absolute;
	top: -18px;
	width: 4px;
}

.mouse-icon>span:before,
.mouse-icon>span:after {
	background: #fff;
	border-radius: 2px;
	content: "";
	left: 0;
	height: 4px;
	position: absolute;
	top: 76px;
	width: 4px;
}

.mouse-icon>span:before {
	top: -11px;
}

.mouse-icon>span>span {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 10px;
	position: relative;
	top: 28px;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	-ms-transition: top .15s ease-out;
	-o-transition: top .15s ease-out;
	transition: top .15s ease-out;
	width: 4px;
}

.mouse-icon.animate>span>span {
	top: 36px;
}

.home-bottom a {
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.home-bottom a:hover {
	opacity: .9;
}

.home-bottom a {
	font-size: 22px;
}

#home-revolution-slider {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.hero {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
}

.content {
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.home-heading,
.home-subheading,
.home-button {
	position: relative;
	z-index: 1;
	text-align: center;
	transform: translateY(0px);
}

.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background: url(../img/assets/rev-loader.GIF) no-repeat center center;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	margin-top: 0;
	z-index: -1;
}

.tparrows.preview4:after {
	background: #fff;
	background: rgba(255, 255, 255, .05);
}

.tp-caption a {
	color: #fff;
	padding: 9px 22px;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	margin: 0 7px 0 7px;
	text-transform: uppercase;
}

.tp-caption a:hover {
	color: #fff;
}

.html5-video-container video {
	width: 100%!important;
	height: auto!important;
	left: 0!important
}

nav {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 1360px) {
	nav {
		max-width: 1343px;
	}
}

.navbar {
	min-height: 65px;
	/* max-height: 65px; */
	border: none;
}

.top-alert {
    width: 100%;
    height: 35px;
    background-color: #F44336;
    padding: 7px;
}

.text-alert {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;	
}

/* @media (max-width: 550px) { */
	.text-alert {
		padding-left: 100%;
		display: inline-block;
		animation: marquee 25s linear infinite;
	}
/* } */

.text-alert span {
	margin-right: 80px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.navbar-default {
	position: fixed;
	background-color: #fff;
	border-radius: 0;
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
}

.navbar-prod {
	height: 40px;
	min-height: 55px;
}

.navbar-alt {
	background-color: #272467;
}

.navbar-small {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.navbar-default .container {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-small .container {
	padding-top: 0px;
	position: relative;
}

@media (min-width: 992px) {
	.navbar-alt .container {
		margin-top: 0px;
	}
	.navbar-prod .container {
		margin-top: 0px!important;
	}
	.navbar-small .container {
		margin-top: 0px;
	}
	a.link-dropdown {
		display: block!important;
	}
	span.small-screen {
		display: none!important;
	}
}

.navbar-default .navbar-right {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-alt .navbar-right {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-small .navbar-right {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-alt .navbar-nav>li>a,
.navbar-alt .navbar-nav>li>span {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar-small .navbar-nav>li>a,
.navbar-small .navbar-nav>li>span {
	color: #1C1C1C;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a,
.navbar-nav>li>span {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 16px;
	padding-bottom: 21px;
}

.navbar-nav>li>a:focus {
	color: #888!important;
}

@media (max-width:992px) {
	.navbar-nav>li>a:focus,
	.navbar-nav>li>span:focus {
		color: #fff!important;
	}
}

.navbar-nav .to-section>a,
.navbar-nav .social-icon,
.navbar-nav .dropdown>span {
	margin-top: 8px;
	margin-bottom: 8px;
}

.dropdown-menu>li>a,
.dropdown-menu .row .col-md-4>li>a {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-prod>li>a,
.navbar-prod>li>span {
	margin-top: 3px!important;
	padding-bottom: 0px!important;
}

.nav>li>a,
.nav>li>span {
	padding-left: 10px;
	padding-right: 10px;
}

.nav>li>span {
	position: relative;
	display: block;
	cursor: pointer;
}

.navbar-nav .caret {
	margin-left: 3px;
	margin-top: -3px;
}

.navbar-default .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 2px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-small .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	outline: none;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 2px;
}

#nav-icon1 {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9999;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #b62f88;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 10px;
}

#nav-icon1 span:nth-child(3) {
	top: 20px;
}

#nav-icon1:not(.collapsed) span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1:not(.collapsed) span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1:not(.collapsed) span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.navbar-collapse {
	padding-right: 35px;
	padding-left: 35px;
}

@media (max-width: 992px) {
	.navbar-default .navbar-collapse {
		margin-top: 7px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-gap {
		margin-top: 7px!important;
	}
	.navbar-small .navbar-collapse {
		margin-top: 7px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-default .navbar-collapse {
		background-color: #272467;
	}
	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 20px;
		margin-right: 10px;
	}
	.navbar-small .navbar-toggle {
		margin-top: 20px;
		margin-right: 10px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a,
	.navbar-nav>li>span {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>span {
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>span:hover {
		background: #b62f88;
		color: #fff!important;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-default .container {
		width: 100%;
	}
	.navbar-small .container {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
	.navbar-default ul.nav li {
		border-bottom: 1px dotted #34B7C1;
	}
	.navbar-default ul li:last-child {
		border-bottom: none;
	}
	.navbar-default .navbar-right {}
	a.link-dropdown {
		display: none!important;
	}
	span.small-screen {
		display: block!important;
	}
	.dropdown-menu>li>a,
	.dropdown-menu .row .col-md-4>li>a {
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

@media (min-width: 768px) {
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar>.container .navbar-brand {
	margin-left: 0;
}

.navbar-brand {
	float: left;
	height: 55px;
	padding: 15px 0 15px 0px;
	font-size: 30px;
	line-height: 20px;
}

.navbar-default .navbar-brand .logo-big {
	position: absolute;
	opacity: 1;
	height: 28px;
	width: auto;
	margin-top: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-default .navbar-brand .logo-small {
	position: absolute;
	height: 28px;
	width: auto;
	margin-top: 11px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-alt .navbar-brand .logo-big {
	margin-top: 4px;
	margin-left: 35px;
}

.navbar-prod .navbar-brand .logo-big {
	margin-top: 0px!important;
}

.navbar-alt .navbar-brand .logo-small {
	margin-top: 35px;
	margin-left: 35px;
}

.navbar-small .navbar-brand .logo-big {
	position: absolute;
	opacity: 0;
	height: 28px;
	width: auto;
	margin-top: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-small .navbar-brand .logo-small {
	position: absolute;
	opacity: 1;
	height: 28px;
	width: auto;
	margin-top: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 768px) {
	.navbar-collapse {
		max-height: none;
		overflow-x: hidden;
	}
}

@media (min-width: 992px) {
	
	.navbar-nav {
		max-height: 65px;
	}	
	.navbar-small .dropdown {
		margin-top: 0px;
	}
	.navbar-default .container {
		max-width: 1245px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.dropdown-menu {
		background-color: #272467;
		border: 0;
		border-radius: 0;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		top: auto;
	}
	.dropdown-menu>li>a,
	.dropdown-menu .row .col-md-4>li>a {
		display: block;
		clear: both;
		color: #CCC;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: normal;
		position: relative;
		padding: 10px;
		white-space: nowrap;
	}
	.dropdown-menu .row .col-md-4>li,
	.dropdown-menu>li {
		list-style: none;
		border-bottom: 1px dotted #36B7C1;
	}
	.dropdown-menu>li:last-child>a,
	.dropdown-menu .row .col-md-4>li:last-child>a,
	.dropdown-menu .row .col-md-4>li:last-child,
	.dropdown-menu>li:last-child {
		border-bottom: 0;
	}
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus,
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>.active>a:focus,
	.dropdown-menu .row .col-md-4>li>a:hover,
	.dropdown-menu .row .col-md-4>li>a:focus {
		text-decoration: none;
		background-color: #b62f88;
		color: #fff!important;
	}
	.dropdown-menu .row>ul:nth-child(1) {
		padding-right: 5px;
		padding-left: 0px;
	}
	.dropdown-menu .row>ul:nth-child(2) {
		padding-right: 5px;
		padding-left: 5px;
	}
	.dropdown-menu .row>ul:nth-child(3) {
		padding-left: 5px;
		padding-right: 0px;
	}
	.dropdown-menu .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.dropdown-menu {
		margin-top: 20px;
	}
	.dropdown>ul.dropdown-menu {
		visibility: hidden;
		display: block;
		margin-top: 20px;
		opacity: 0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
		padding-right: 10px;
		padding-left: 10px;
	}
	.dropdown:hover>ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		display: block;
		margin-top: -8px;
	}
	.dropdown-menu>.active>a {
		text-decoration: none;
		background-color: transparent;
		outline: 0;
	}
	.navbar-collapse.collapse {
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
}

@media (max-width: 992px) {
	.dropdown-menu {
		float: none;
		position: static;
		background-color: transparent;
		box-shadow: none;
		border: none;
		margin-left: 15px;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>span {
		color: #fff;
	}
	.navbar-default ul li.open ul li {
		border-bottom: 0;
		padding: 5px;
		float: none!important;
		list-style: none;
		font-size: 14px;
	}
	.navbar-default ul li.open ul li a:hover {
		background-color: transparent;
	}
	.dropdown-menu li a,
	.dropdown-menu .row ul>li>a {
		color: #f5f5f5;
		font-weight: 400;
		font-size: 12px;
		display: block;
		padding: 3px 20px;
		clear: both;
		white-space: nowrap;
	}
	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>.active>a:focus {
		background-color: transparent;
	}
	.navbar-alt .navbar-brand .logo-big {
		margin-left: 15px;
	}
	.navbar-alt .navbar-brand .logo-small {
		margin-left: 15px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.navbar-default .navbar-nav .open .dropdown-menu .row .col-md-4>li>a {
		color: #CCC;
	}
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}

.dropdown .arrow {
	font-size: 9px;
}

.menu-padding {
	padding-top: 70px;
}

.content {
	margin-top: 0px;
}

.navbar .icon {
	font-size: 18px;
}

.navbar .icon-dropdown {
	font-size: 12px;
	margin-right: 10px;
}

.navbar .social-icon {
	padding-left: 10px;
	padding-right: 0;
	padding-top: 10px;
}

#features {
	padding-top: 50px;
	padding-bottom: 40px;
}

@media (min-width: 992px) {
	.features-row {
		margin-bottom: 50px;
		text-align: left
	}
	.feature-column {
		margin-bottom: 0px;
	}
	.back-icon {
		z-index: -1;
		color: #f8f8f8;
		position: absolute;
		padding-left: 40px;
		left: 0;
		top: 0;
		width: 134px;
		height: 134px;
		line-height: 134px;
		font-size: 134px;
	}
}

@media (max-width: 992px) {
	#features {
		padding-top: 40px;
	}
	.feature-column {
		margin-bottom: 15px;
	}
	.back-icon {
		z-index: -1;
		color: #f8f8f8;
		position: absolute;
		padding-left: 30px;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 80px;
	}
}

.feature-info h4 {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1c1c;
	letter-spacing: 1px;
	font-size: 18px;
	margin-top: 0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.feature-icon {
	float: left;
}

.feature-icon img {
	width: 50px;
	height: 50px;
	margin-top: -10px;
}

.feature-info {
	padding-left: 65px;
	padding-top: 5px;
}

.feature-description {
	line-height: 23px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.ion-2-5x {
	font-size: 2.5em;
}

.feature-buttons {
	margin-top: 40px;
}

a.features-link,
{
	cursor: pointer;
}

.features-link object,
.features-link img {
	width: 100px;
	height: 100px;
	cursor: pointer;
}

@media (max-width: 600px) {
	a.features-link,
	{
		cursor: pointer;
	}
	.features-link object,
	.features-link img {
		width: 60px;
		height: 60px;
	}
	p.service-description {
		display: none;
	}
	.service-info h4,
	.service-info h2 {
		font-size: 16px!important;
	}
}

@-webkit-keyframes spaceboots {
	0% {
		-webkit-transform: translate(2px, 1px) rotate(0deg);
	}
	10% {
		-webkit-transform: translate(-1px, -2px) rotate(-1deg);
	}
	20% {
		-webkit-transform: translate(-3px, 0px) rotate(1deg);
	}
	30% {
		-webkit-transform: translate(0px, 2px) rotate(0deg);
	}
	40% {
		-webkit-transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		-webkit-transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		-webkit-transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		-webkit-transform: translate(2px, 1px) rotate(-1deg);
	}
	80% {
		-webkit-transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		-webkit-transform: translate(2px, 2px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(1px, -2px) rotate(-1deg);
	}
}

@media (min-width:600px) {
	.shake:hover,
	.shake:focus {
		-webkit-animation-name: spaceboots;
		-webkit-animation-duration: 1.0s;
		-webkit-transform-origin: 50% 50%;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
	}
}

.promo-section-0 {
	background-image: url(../img/backgrounds/bg-top-1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #860A08;
}

#promo-top {
	padding-top: 240px;
	padding-bottom: 50px;
	color: white;
	margin: 0 auto;
	overflow: hidden;
}

.promo-top-text {
	margin-top: 20px;
	padding-right: 20px;
}

.promo-top-text>.content-title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 60px;
}

#promo-top p {
	line-height: 1.8;
	font-weight: 700;
	font-size: 18px;
	background: rgba(182, 47, 136, 0.6);
	padding: 20px;
	margin-bottom: 20px;
}

#promo-top>.mouse-icon {
	margin-bottom: 40px;
}

.promo-img {
	width: auto;
	max-height: 320px;
}

@media (max-width: 991px) {
	.promo-img {
		width: 100%;
		height: auto;
		max-width: 320px;
	}
	#promo-top p {
		line-height: 1.6;
		font-size: 16px;
	}
	.promo-top-text {
		text-align: center;
	}
	.promo-top-text>.content-title {
		font-size: 45px;
	}
	#promo-top>.mouse-icon {
		display: none;
	}
}

@media (max-width: 600px) {
	#promo-top {
		padding-top: 190px;
	}
	.promo-top-text>.content-title {
		font-size: 30px;
		font-weight: 700;
	}
}

#promo-top-3 {
	padding-top: 120px;
	padding-bottom: 50px;
	color: white;
	margin: 0 auto;
	overflow: hidden;
}

#promo-top-3>.container {
	position: relative;
}

.promo-section-3 {
	background-color: #36B7C1;
	background: linear-gradient(to top, #36B7C1, #272467);
}

.promo-section-img {
	text-align: center;
	padding-bottom: 40px;
}

#promo-top-3 img {
	width: auto;
	max-height: 450px;
	max-width: 100%
}

.promo-section-img-small {
	display: none;
}

.promo-top-text-3 {}

.promo-top-text-3>.content-title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 55px;
}

#promo-top-3 p {
	line-height: 1.5;
	font-weight: 400;
	font-size: 20px;
	background: rgba(182, 47, 136, 1);
	padding: 25px;
	margin-bottom: 20px;
}

.promo-text-link {
	color: white;
	font-weight: 700;
}

@media (min-width: 768px) and (max-width: 992px) {
	#promo-top-3>.container {
		padding: 0;
	}
	#promo-top-3 p {
		line-height: 1.4;
		font-size: 16px;
		margin-bottom: 10px;
		padding: 15px;
		margin: 0 20px 20px 20px;
	}
	.promo-top-text-3>.content-title {
		font-size: 45px;
		font-weight: 400;
		margin: 0 20px 20px 20px;
	}
}

@media (max-width: 768px) {
	#promo-top-3 p {
		line-height: 1.4;
		font-size: 16px;
		margin-bottom: 10px;
		padding: 15px;
		margin: 0 20px 20px 20px;
	}
	.promo-top-text-3>.content-title {
		font-size: 35px;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 20px 20px 20px;
	}
	.promo-section-img-big {
		display: none;
	}
	.promo-section-img-small {
		display: block;
	}
}

#confetti {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

#promo-top-4 {
	padding-top: 120px;
	padding-bottom: 50px;
	color: white;
	margin: 0 auto;
	overflow: hidden;
}

#promo-top-4>.container {
	position: relative;
}

.promo-section-4 {
	background-color: #b62f88;
	background: linear-gradient(to top, #b62f88, #72579c);
}

.promo-section-4-img {
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../img/promo/bizhub_new-bottom.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
}

.promo-section-img-big {
	-webkit-filter: drop-shadow(1px 2px 3px #370f44);
	filter: drop-shadow(1px 2px 3px #370f44);
	width: auto;
	max-height: 470px;
	max-width: 100%;
	z-index: 100;
}

.promo-section-img-big:hover {
	-webkit-filter: drop-shadow(1px 10px 10px #370f44);
	filter: drop-shadow(1px 10px 10px #370f44);
}

.promo-section-img-small {
	display: none;
}

.promo-top-text-4>.content-title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 55px;
}

.promo-top-4-advantages {
	text-align: center;
	padding: 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 20px;
	padding: 5px;
}

.promo-top-4-advantages-title {
	line-height: 24px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.promo-top-4-advantages-info {
	line-height: 18px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}

.promo-top-4-icon {
	margin-bottom: 10px;
	margin-top: 15px;
	max-width: 70%;
}

.promo-text-link {
	color: white;
	font-weight: 700;
}

@media (max-width: 992px) {
	#confetti {
		display: none;
	}
	.promo-top-text-4>.content-title {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.3;
	}
	.promo-section-4-img {
		background-image: url(../img/promo/bizhub_new-bottom-s.png);
		background-size: cover;
		height: auto;
		padding: 0;
	}
	.promo-section-img-big {
		display: none;
	}
	.promo-section-img-small {
		display: block;
		margin: auto;
		-webkit-filter: drop-shadow(1px 5px 5px #370f44);
		filter: drop-shadow(1px 5px 5px #370f44);
		width: 80%;
	}
	.promo-top-4-advantages-title {
		line-height: 18px;
		font-weight: 700;
		font-size: 14px;
	}
	.promo-top-4-advantages-info {
		display: none;
	}
}

.highlight-ny {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 75px;
	line-height: 50px;
    color:	#D5AD6D; /*if no support for background-clip*/

}

@media (min-width:992px) {
	.highlight-ny {
		font-size: 200px;
		line-height: 120px;
		font-weight: 400;
			
		background: -webkit-linear-gradient(transparent, transparent),
				 -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
		background: -o-linear-gradient(transparent, transparent);
		-webkit-background-clip: text;
	   -webkit-text-fill-color: transparent; 	
	}
	
}

#about {
	padding-top: 50px;
	padding-bottom: 70px;
	color: white;
	margin: 0 auto;
	overflow: hidden;
}

.about-text {
	margin-top: 20px;
	padding-right: 20px;
}

#about p {
	line-height: 1.8;
}

@media (max-width: 992px) {
	#about-text {
		height: auto;
	}
}

#skills {
	padding: 20px;
	border: 2px solid;
	margin-top: 40px;
}

#skills h3 {
	margin-top: 0;
}

.progress {
	border-radius: 3px;
	height: 17px;
	background-color: #ebebeb;
	overflow: visible;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

.progress-bar {
	position: relative;
	border-radius: 3px;
	box-shadow: none;
}

.progress-bars {
	margin-top: 20px;
}

.progress-bars p {
	line-height: 1;
}

#skills .progress-bars p {
	color: #dedede;
}

.progress-bar-tooltip {
	position: absolute;
	background-color: #36B7C1;
	top: -3px;
	padding: 1px 6px;
	font-size: 11px;
	right: -20px;
	border-radius: 3px;
	color: #272467;
	font-weight: 700;
}

.about-img {
	padding-left: 40px;
	margin-top: 20px;
}

@media (max-width: 992px) {
	.progress-bars {
		margin-top: 20px;
	}
	.about-img {
		display: none;
		height: 0;
	}
	.about-img img {
		display: none;
		height: 0;
	}
}

#team {
	padding-top: 50px;
	padding-bottom: 35px;
}

.team-member {}

.member-info {
	margin-bottom: 30px;
}

.member-info h4 {
	line-height: .6;
	letter-spacing: -0.6px;
}

.member-info h5 {
	font-weight: 700;
}

.member-info p {
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
}

.member-list {
	list-style: none;
}

.member-list li {
	font-size: 17px;
	margin-right: 5px;
}

.member-list a {
	color: #1c1c1c;
}

.member-info #social-icons {
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
}

.member-info #social-icons i {
	color: #36B7C1;
}

@media (max-width:992px) {
	.member-info #social-icons {
		float: none!important;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	.team-member .overlay {
		display: none;
	}
}

@media (max-width:767px) {
	.team-member .img {
		float: left;
		width: 25%;
		height: auto;
	}
	.member-info {
		padding-left: 29%;
	}
}

@media (max-width:480px) {
	.team-member .img {
		width: 100%;
	}
	.member-info {
		padding-left: 0px;
	}
}

.member-info #social-icons li {
	font-size: 20px;
	display: block;
	margin-left: 0px;
	margin-right: 20px;
}

.member-info #social-icons li a {
	color: #46494a;
	font-size: 16px;
	font-weight: 700;
}

.member-info #social-icons li a:hover {
	color: #b62f88;
}

.tags-list {
	list-style: none;
	padding: 0px;
	cursor: default;
}

.tags-list li {
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	display: inline-block;
	padding: 5px 9px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tags-list li:hover {
	color: #272467;
	border: 1px solid #272467;
}

.tags-list li a {
	color: #888;
}

.effects .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.effects .img a {
	display: inline;
	margin: auto;
	padding: 0;
	max-width: 100%;
	height: auto;
	color: #fff;
}

.overlay {
	display: block;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 40px;
	list-style: none;
	padding: 0;
}

.expand .social-icon {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

.expand .cbp-l-icon {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

.effect .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.effect .overlay .expand {
	left: 0;
	right: 0;
	top: 50px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.effect:hover .img .img-responsive {
	transform: scale(1.25);
}

.effect .img-responsive {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all .25s ease-in-out;
}

.effect:hover .img .overlay {
	opacity: 1;
}

.effect:hover .img .overlay .expand {
	top: 52%;
	margin-top: -30px;
	opacity: 1;
}

.effect .cbp-item-wrapper .img {
	position: initial;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.effect:hover .cbp-item-wrapper .img .overlay .expand {
	top: 50%!important;
	margin-top: -30px;
	opacity: 1;
}

.cbp-item .img a:hover {
	font-size: 1.5em;
}

.cbp-item .img a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
}

@media (max-width:992px) {
	#fun-facts {
		display: none;
	}
}

.fact-container {
	padding-top: 25px;
	padding-bottom: 0px;
}

.fact h2 {
	font-size: 65px;
	letter-spacing: 0px;
	margin: 0;
	line-height: 65px;
}

.fact h4 {
	font-size: 15px;
	margin-bottom: 0px;
	color: #f5f5f5;
}

.fact p {
	font-size: 14px;
	margin-top: 3px;
	color: #f5f5f5;
}

.counter {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0px;
	margin: 0;
	line-height: 50px;
}

#fun-facts .lead {
	font-size: 16px;
}

@media (max-width:600px) {
	.counter {
		font-size: 40px;
		line-height: 40px;
	}
}

#prequote {
	display: none;
}

#quote {
	padding-top: 100px;
	padding-bottom: 150px;
}

#quote #quote-slider {
	margin: 30px 0 30px 0;
}

#quote blockquote {
	position: relative;
	display: block;
	line-height: 1.5;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
	border-left: none;
	text-align: center;
}

#quote blockquote span {
	letter-spacing: 0.07em;
}

#quote blockquote span .highlight {
	padding-left: 0px;
}

blockquote strong {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
}

#quote .icon-left {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

#quote .icon-right {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.quote-author {
	text-align: center;
	padding-top: 0px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff!important;
	opacity: .9;
	letter-spacing: 0.07em;
}

@media (min-width: 992px) {
	#quote blockquote {
		font-size: 26px;
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media (max-width: 992px) {
	#quote blockquote {
		font-size: 1.4em;
	}
	#quote {
		display: none;
	}
	#prequote {
		display: block;
		background-image: url(../img/backgrounds/bg-product.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		height: 210px;
	}
}

.table-pricing {
	overflow: hidden;
	z-index: 1;
}

.CSVTable_body_td {
	font-weight: 800;
	text-align: center;
	border-left: 2px solid #fff;
	font-size: 14px;
	position: relative;
	color: #000;
	vertical-align: middle!important;
}

.CSVTable_body_td:first-child {
	font-weight: 400!important;
}

.CSVTable_header {
	border-bottom: 2px solid #b62f88!important;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.CSVTable_body_tr {
	border-top: 2px solid #fff;
	color: #000;
}

.CSVTable_body_td:not(:first-child):hover {
	background-color: #36B7C1;
	color: #fff;
}

td.quantity:hover {
	background-color: #fff!important;
	color: #000!important;
}

.CSVTable_header>hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.CSVTable_body_td:not(:first-child):hover::before {
	background-color: #eee;
	content: '\00a0';
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}

.CSVTable_body_td:not(:first-child):hover::after {
	background-color: #eee;
	content: '\00a0';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.include-table {
		border: none;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: normal;
	}
	.table-responsive {
		overflow-x: scroll;
	}
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.table-responsive::-webkit-scrollbar:horizontal {
		height: 11px;
	}
	.table-responsive::-webkit-scrollbar-thumb {
		border: 2px solid white;
		background-color: rgba(0, 0, 0, .5);
	}
	.table-responsive::-webkit-scrollbar-track {
		background-color: #fff;
	}
}

.table-comment {
	font-size: 10px;
}

.price-line {
	position: relative;
	content: "";
	height: 2px;
	margin: 30px auto 30px;
	width: 35%;
	background: #444444;
}

.price-block {
	margin-bottom: 0px!important;
	padding-left: 0;
	padding-right: 0;
}

.price-block h2 {
	margin-top: 0px;
	font-size: 30px;
}

.product-image img {
	width: 100%;
	max-width: 280px;
}

@media (max-width:768px) {
	.product-image,
	.price-block {
		text-align: center;
	}
	.product-image {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.price-block h2 {
		font-size: 24px;
	}
}

.product-types {
	margin-bottom: 0px;
	margin-top: 30px;
}

.product-types img {
	width: 100%;
	height: auto;
	max-width: 350px;
	border: 2px solid #b62f88;
}

.inner {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center!important;
}

.material-info {
	margin-top: 10px;
}

.material-info p {
	margin: 0px;
}

.material-title {
	margin-bottom: -10px;
	padding-top: 10px;
}

#portfolio {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width:992px) {
	#portfolio {
		display: none;
	}
}

.cbp img {
	width: 100%;
	height: 100%;
}

.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-filters-alignCenter .cbp-filter-item {
	background-color: #f6f7f7;
	color: #7E7B7B;
	cursor: pointer;
	font: 400 11px/28px "Roboto", sans-serif;
	text-transform: uppercase!important;
	padding: 3px 20px;
	position: relative;
	overflow: visible;
	margin: 10px 0 0 5px;
	border: none;
	border-radius: 3px;
	text-transform: none;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cbp-l-filters-alignRight {
	margin: 20px auto 10px;
	padding: 10px 0px 20px 0px;
	text-align: left;
	background-color: transparent;
}

.cbp-l-caption-title {
	color: #fff;
	font: 700 16px/18px "Roboto", sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cbp-l-caption-desc {
	color: #aaa;
	font: 400 12px/16px sans-serif;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity .25s ease, bottom .25s ease;
	transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity .25s ease, bottom .25s ease;
	transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-alignCenter {
	margin: 40px auto 10px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	background-color: transparent;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
	color: #fff;
}

.cbp-l-filters-alignCenter .cbp-filter-item-active {
	color: #fff!important;
}

.cbp-l-filters-dropdownWrap {
	width: 150px;
	position: absolute;
	right: 0;
	background: #f6f7f7;
}

.cbp-l-filters-dropdownHeader {
	font: 12px/38px "Roboto", sans-serif;
	margin: 0 17px;
	color: #1c1c1c;
	cursor: pointer;
	position: relative;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
	background: none;
	color: #444444;
	width: 100%;
	text-align: left;
	font: 12px/40px "Roboto", sans-serif;
	margin: 0;
	padding: 0 17px;
	cursor: pointer;
	border: 0;
	border-top: 1px solid #ccc;
}

.cbp-l-filters-dropdownHeader:after {
	border-color: #444444 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	margin-top: -1px;
}

.cbp-item-w h4 {
	margin-top: 10px;
	margin-bottom: 2px;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
	background: #f6f7f7;
	border: none;
	border-radius: 3px;
	color: #7E7B7B;
	display: inline-block;
	font: 400 11px/34px "Roboto", sans-serif;
	min-width: 80px;
	text-decoration: none;
	padding: 3px 23px;
	outline: 0;
	margin-top: 30px;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-stop:hover {
	background: #f6f7f7!important;
	color: #7E7B7B!important;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
	color: #fff;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 65px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
	height: 30px;
	width: 30px;
	top: 8px;
}

.cbp-popup-singlePage-counter {
	top: -24px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
	color: #1c1c1c;
	display: none;
}

.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
	-webkit-transition: all 0.11s ease-in-out;
	-moz-transition: all 0.11s ease-in-out;
	-o-transition: all 0.11s ease-in-out;
	transition: all 0.11s ease-in-out;
}

.cbp-popup-lightbox .cbp-popup-close {
	opacity: .4;
	background: url("../img/assets/cbp-close-light.png") no-repeat;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
	opacity: 1;
	background: url("../img/assets/cbp-close-light.png") no-repeat;
}

.cbp-popup-lightbox .cbp-popup-prev {
	opacity: .4;
	background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
	opacity: 1;
	background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}

.cbp-popup-lightbox .cbp-popup-next {
	opacity: .4;
	background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
	opacity: 1;
	background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
	top: 17px;
	-webkit-transition: all 0.11s ease-in-out;
	-moz-transition: all 0.11s ease-in-out;
	-o-transition: all 0.11s ease-in-out;
	transition: all 0.11s ease-in-out;
	margin: auto;
	left: 0;
}

.cbp-popup-singlePage .cbp-popup-prev {
	background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
	top: 18px;
	opacity: .2;
	background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-next {
	background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
	top: 18px;
	opacity: .2;
	background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close {
	background: url("../img/assets/cbp-close-dark.svg"), url("../img/assets/cbp-close-dark.png");
	background-size: 30px 30px, 30px 30px;
	background-repeat: no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
	top: 17px;
	opacity: .2;
	background: url("../img/assets/cbp-close-dark.svg"), url("../img/assets/cbp-close-dark.png");
	background-size: 30px 30px, 30px 30px;
	background-repeat: no-repeat;
}

.cbp-popup-singlePage .cbp-popup-content {
	max-width: none;
	width: 100%;
}

.cbp-popup-content header * {
	visibility: hidden;
}

.col-md-12 {
	margin-bottom: 20px;
}

.project-big-slider {
	margin-bottom: 40px;
}

.project-big-slider img {
	min-width: 100%;
}

.project-widget h4 {
	margin-top: 0;
}

@media (max-width: 600px) {
	.price-block h4 {
		font-size: 20px;
	}
}

.project-widget p {
	color: #444444;
}

.cbp-popup-singlePage #project-page-title {
	background-image: url(../img/backgrounds/bg-product.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -145px;
}

#project-page-title {
	background-image: url(../img/backgrounds/bg-product.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

.cbp-popup-singlePage .container,
.preloadAll .container {
	text-align: initial;
}

.product-wrapper {
	position: relative;
	vertical-align: top;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nav-tabs li {
	margin-right: 5px;
	margin-bottom: 5px;
}

.nav-tabs li:last-child {
	margin-right: 0px;
}

.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.4;
	padding: 10px;
	margin-left: 0;
}

.nav-tabs>li>a:hover {
	opacity: 1!important;
}

.nav-tabs span {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 700;
}

#project-page-title .btn-effect {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #36B7C1;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400!important;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	text-shadow: none;
	border: 0;
	padding: 8px 22px;
	border: 2px solid #36B7C1;
	border-radius: 3px;
	margin: -20px 5px 40px;
}

#project-page-title .btn-effect:hover {
	border-color: #b62f88!important;
	color: #fff;
}

#project-page-title .btn-effect:active,
#project-page-title .btn-effect:focus {
	background: #fff;
}

#payment-delivery {
	padding-top: 50px;
	padding-bottom: 40px;
	color: white;
	margin: 0 auto;
	overflow: hidden;
}

#section-del .panel-group,
#section-pay .panel-group {
	margin-bottom: 0px;
	margin-top: 25px;
}

#section-pay h5,
#section-del h5 {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 5px;
}

#section-pay,
#section-del {
	margin-bottom: 30px;
}

#section-pay h3,
#section-del h3,
#section-pay p,
#section-del p {
	margin-top: 0px;
	line-height: 1.0;
	margin-bottom: 20px;
}

#section-pay p,
#section-del p {
	margin-bottom: 10px;
}

.info-element>img {
	width: 70%;
	height: auto;
	max-width: 151px;
}

.info-element {
	padding-left: 0;
	padding-right: 0;
	min-height: 205px;
}

.info-element>p {
	line-height: 1.3!important;
}

#payment-delivery p {
	line-height: 1.8;
}

@media (max-width:340px) {
	#section-pay,
	#section-del {
		margin-top: 10px;
	}
	#section-pay h3,
	#section-del h3 {
		margin-bottom: 20px;
	}
	#section-pay-del p,
	#section-pay-del p {
		margin-bottom: 15px;
	}
}

#get-connected {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width:992px) {
	#get-connected {
		background-image: none;
	}
}

.connected-icon a span {
	display: block;
}

.connected-icons {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.connected-icons li {
	display: inline-block;
	padding: 15px 20px;
}

.connected-icon a h4 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.connected-icon a .grey {
	font-size: 13px;
}

.connected-icon a .icon {
	line-height: 1!important;
}

.connected-icon a h4,
.connected-icon a span {
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.connected-icon a .icon {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
	-webkit-transition: 0.16s all linear;
	-moz-transition: 0.16s all linear;
	-ms-transition: 0.16s all linear;
	-o-transition: 0.16s all linear;
	transition: 0.16s all linear;
}

.connected-icon a:hover .icon {
	background: rgba(255, 255, 255, 0.1);
	font-size: 4em;
	padding-top: 22px;
}

@media (max-width:482px) {
	.connected-icons li {
		padding: 15px 10px;
	}
	.connected-icon a .icon {
		font-size: 4em;
		width: 70px;
		height: 70px;
	}
	.connected-icon a:hover .icon {
		font-size: 3em;
		padding-top: 14px;
	}
}

#services {
	padding-top: 50px;
	padding-bottom: 0px;
}

.service {
	margin-bottom: 10px;
	margin-top: 10px;
}

@media (max-width:600px) {
	.service {
		height: 130px;
	}
}

@media (min-width:600px) and (max-width:992px) {
	.service {
		height: 251px;
	}
}

@media (min-width:992px) {
	.service {
		height: 230px;
	}
}

.service-info {
	margin-top: 20px;
}

.service-info h2 {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.service-link:hover span {
	-webkit-animation: scale-up 0.2s ease-in-out;
	animation: scale-up 0.2s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#call-to-action-1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#call-to-action-1 p {
	margin: 30px 15%;
	line-height: 1.8;
}

@media (max-width:992px) {
	#call-to-action-1 {
		background-image: none;
	}
}

#price-list {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.price-list-box {
		margin-left: 10%;
		margin-right: 10%;
	}
	#price-slider .col-sm-6 {
		width: 80%;
	}
}

.slider-wrapper {
	max-width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.price-list-box {
	padding-left: 12px;
	padding-right: 12px;
}

.price-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width:993px) {
	.price-box {
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
	}
	.price-box:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}

.price-table {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	box-shadow: 0px 5px 5px -5px rgba(255, 255, 255, 0.2);
}

.price-table p {
	margin: 0;
}

.price-table .label {
	display: block;
	background: #272467;
	color: #f0f0f0;
	padding-top: 27px;
	padding-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px;
	border-radius: 0;
	white-space: normal;
}

.price-table {
	background-color: #f5f5f5;
}

.price-table .price {
	padding: 24px 0;
}

.price-table .price .currency {
	position: relative;
	right: 5px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.price-table .price .pricing {
	position: relative;
	right: 5px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
}

.price-table .price .quantity {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.price-table .features .feature {
	display: block;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0.75em;
	line-height: 1.5em;
}

.discount {
	border-top: 0px!important;
	padding-top: 0em!important;
	color: #b62f88;
	padding-bottom: 1.5em!important;
	font-size: 22px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	line-height: 0.1em!important;
	height: 0.1em!important;
}

@-webkit-keyframes pulsate {
	50% {
		color: #fff;
		text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
	}
}

@keyframes pulsate {
	50% {
		color: #fff;
		text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
	}
}

#blink {
	text-shadow: 0 -1px rgba(0, 0, 0, .1);
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
}

.price-table .features .option-button {
	padding: 1em;
	height: auto;
	line-height: 1.75;
}

.price-table .features .feature {
	border-top: 1px solid rgba(255, 255, 255, 1);
}

.price-table .btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn-effect:focus {
	color: #fff;
}

.price-table .features .no-border {
	border-top: none;
}

.featured .price-box {
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 13px rgba(255, 255, 255, .4);
	-moz-box-shadow: 0px 0px 13px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0px 0px 13px rgba(255, 255, 255, .4);
	-o-box-shadow: 0px 0px 13px rgba(255, 255, 255, .4);
}

.featured .price-table .price {
	padding: 30px 0;
}

.featured .price-table .label {
	display: block;
	background: #b62f88;
	color: #f0f0f0;
	padding-top: 27px;
	padding-bottom: 25px;
	font-size: 22px;
}

.featured .price-table h3 span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 7px;
}

.featured .price-table .btn-effect {
	padding: 10px 24px!important;
	font-size: 14px;
	margin: 17px 0 17px 0;
}

.btn-effect {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400!important;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	text-shadow: none;
	border: 0;
	padding: 8px 22px;
	border: 2px solid;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn-effect:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}

.btn-effect:hover {
	background: none;
	opacity: 1!important;
	color: #fff;
}

.btn-effect:hover:after {
	height: 100%;
}

#clients {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width:992px) {
	#clients {
		display: none;
	}
}

.client {
	padding: 8px;
}

.client a {
	position: relative;
	display: block;
}

.client a img {
	display: block;
	margin: auto;
}

.clients .client .logo-dark,
.clients .client a .logo-dark {
	position: relative;
	z-index: 2;
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 100;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.clients .client .logo-light,
.clients .client a .logo-light {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.clients .client:hover .logo-dark,
.clients .client a:hover .logo-dark {
	opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
}

#testimonials {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 992px) {
	#testimonials {
		display: none;
	}
}

#testimonials .testimonial {
	position: relative;
	display: block;
}

.testimonial span {
	font-size: 18px;
	font-family: "Roboto", Arial, sans-serif;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 32px;
	padding-left: 35px;
	color: #fff;
}

#testimonials .testimonial strong {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
}

#testimonials .icon-left {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#testimonials .icon-right {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.testimonial-name {
	margin-top: 40px;
	margin-bottom: 5px;
}

.testimonial-name h4 {
	padding-top: 5px;
	margin-bottom: 3px;
}

.testimonial-name a {
	font-size: 13px;
	margin-bottom: 5px;
}

.testimonial-name a:hover {
	color: #aaa;
}

#contact {
	padding-top: 50px;
	padding-bottom: 50px;
}

#contact hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-style: none none solid;
}

#contact p {
	margin-top: 10px;
}

#contact .highlight {
	font-size: 18px;
	line-height: 1.4;
}

.last {
	margin-bottom: 30px;
}

#contact input,
select,
textarea {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
	width: 100%;
	padding: 12.9px;
	color: #1c1c1c;
	background: #f2f2f2;
	border: 1px solid #f0f0f0;
	margin: 3px 0px 15px 0;
	-webkit-border-radius: 2px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}

textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 400px;
	height: 120px;
	padding: 13px;
	color: #1c1c1c;
	background: #f2f2f2;
	border: 1px solid #f0f0f0;
	margin-top: 7px;
	margin-left: ;
	margin-right: 15px;
	-webkit-border-radius: 2px;
}

::-webkit-input-placeholder {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
}

#contact input:focus,
textarea:focus,
select:focus {
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	color: #1c1c1c;
}

#contact input.submit {
	width: auto!important;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 14px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

#contact input.submit:hover {
	opacity: .7;
}

#contact input[type="submit"][disabled] {
	background: #888;
}

#contact span.required {
	font-size: 13px;
	color: #ff0000;
}

#message {
	margin: 10px 0;
	padding: 0;
}

.error_message {
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	padding: 3px 15px 3px 15px;
	color: #f4f4f4;
	-webkit-border-radius: 3px;
	background-color: #c0392b;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.loader {
	padding: 12px 13px;
	position: absolute;
}

acronym {
	border-bottom: 1px dotted #ccc;
}

#contact-form .contact-details {
	list-style: none;
	margin: 0 0 30px 5px;
	padding: 0;
}

#contact-form .contact-details p {
	margin-bottom: 3px;
}

.contact-details-title {
	margin-top: 15px;
	margin-bottom: 10px;
}

.contact-details-info {
	margin-bottom: 30px;
}

.contact-details-social {
	padding-left: 0px;
}

.contact-details-social li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 22px;
}

.contact-details-social li a {
	color: #444444;
}

@media (min-width: 992px) {
	#contact .col-md-12 {
		float: none;
	}
}

#contactform {
	display: none;
}

#map {
	height: 480px;
	width: 100%;
	background-image: url(../img/map.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width:992px) {
	#map {
		height: 300px;
	}
}

@media (max-width:600px) {
	#map {
		background-image: url(../img/map.jpg);
		background-size: 250% auto;
		background-repeat: no-repeat;
		background-position: center;
	}
}

#map-print {
	display: none;
}

#video-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

#video-section .row {
	margin-top: 90px;
}

#video-section .logo {
	margin-bottom: 20px;
	width: 180px;
}

#video-section h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
}

#video-section p {
	margin-bottom: 10px;
}

#video-section .cbp-wrapper,
#video-section .cbp .cbp-item {
	position: relative;
	height: 110px;
}

#video-section .cbp-item-wrapper {
	top: 20px;
}

#video-section .cbp {
	overflow: visible;
}

@media (min-width:992px) {
	#video-section .cbp {
		margin-bottom: 45px;
	}
}

@media (max-width:992px) {
	#video-section .cbp {
		margin-bottom: 35px;
	}
}

#video-section .cbp-item {
	width: 100%;
}

.play {
	position: relative;
	display: inline-block;
	top: -10px;
	width: 70px;
	height: 70px;
	border: 7px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#video-section .subheading.grey:after {
	margin-top: 25px;
	opacity: .6;
}

#video-section .cbp-item-wrapper {
	padding-left: 20px;
}

.play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: rgba(255, 255, 255, .9);
	border-width: 12px 20px;
	pointer-events: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.play:hover:after {
	border-left-color: rgba(255, 255, 255, .7);
}

.play:hover {
	border: 7px solid rgba(255, 255, 255, .7);
}

.footer-widgets {
	background-color: #252525;
	color: #7e7e7e;
	padding: 55px 0px 0 0;
	margin-bottom: 0px
}

.col-footer {
	margin-bottom: 55px;
	max-height: 160px;
}

@media (max-width:767px) {
	.col-twitter {
		margin-bottom: 55px;
		max-height: 160px;
	}
}

footer h4 {
	font-size: 16px;
	color: #DDD;
	margin-bottom: 20px;
	text-transform: uppercase;
}

footer p {
	font-size: 13px;
	color: #a0a0a0;
}

.tweet ul {
	list-style: none;
	padding-left: 0;
}

.tweet ul li {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #a0a0a0;
}

.tweet ul li .date {
	color: #CCC;
}

footer .contact-details {
	list-style: none;
	margin: 0;
	padding: 0
}

.contact-details .icon {
	font-size: 1.2em;
	margin-right: 8px;
}

.footer-copyright {
	background-color: #272467;
	padding-top: 22px;
	padding-bottom: 20px;
}

.footer-copyright .col-md-12 {
	margin-bottom: 0px;
}

.footer-copyright p {
	margin: 0;
	line-height: 26px;
	color: #fff;
}

footer #social-icons {
	list-style: none;
	float: right;
	margin: 0;
}

@media (max-width:992px) {
	.footer-copyright p {
		text-align: center;
	}
	footer #social-icons {
		float: none!important;
		text-align: center;
		padding-left: 0px;
		padding-top: 10px;
	}
}

footer #social-icons li {
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

footer #social-icons li a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.subscription .form-validation {
	position: absolute;
	padding: 8px 13px 8px 13px;
	border-radius: 3px;
	top: 63px;
	z-index: 99;
}

.subscription .alert-danger {
	font-size: 13px;
	color: #ccc;
	background-color: #c0392b;
	border-color: #c0392b;
}

.subscription .alert-danger:after {
	position: absolute;
	border-color: #c0392b transparent;
	border-style: solid;
	border-width: 10px 8px 0;
	bottom: -10px;
	content: "";
	left: 45%;
}

.subscription .alert-success {
	font-size: 13px;
	color: #ccc;
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.subscription .alert-success:after {
	position: absolute;
	border-color: #2c3e50 transparent;
	border-style: solid;
	border-width: 10px 8px 0;
	bottom: -10px;
	content: "";
	left: 45%;
}

.subscription input::-webkit-input-placeholder {
	color: #555;
	text-transform: capitalize;
	font-family: "Roboto", Arial, sans-serif;
}

.footer-subscribe-input {
	width: 100%;
	background-color: #1c1c1c;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #7e7e7e;
	line-height: 1 \9;
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	height: auto;
}

.subscription .btn-primary-full {
	top: 57px;
}

.subscribe-form-submit {
	width: 100%;
}

@media ( min-width: 768px) {
	.subscribe-form-input {
		position: relative;
	}
	.subscribe-form-email {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.subscribe-form-submit {
		position: absolute;
		top: 0;
		right: 0;
		width: 150px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.subscribe-top ::-webkit-input-placeholder {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
}

.home-signin .btn-primary-full {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.home-signin .btn-primary-full:hover {
	opacity: .8;
}

.section-links {
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.section-links li {
	margin-bottom: 5px;
}

.section-links a {
	color: #a0a0a0;
}

.home-signin .input-group {
	margin-left: auto;
	margin-right: auto;
}

.subscribe-top {
	display: table-cell;
	width: 500px;
}

.home-signin .top-subscribe-input {
	display: table-cell;
	margin: 0;
	background: #fff;
	padding: 18px 20px;
	border-radius: 0;
	color: #444;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	height: auto;
}

.home-signin .sign-btn {
	display: table-cell;
	width: 180px;
}

.home-signin .btn-primary-full {
	padding: 27px 20px;
	border-radius: 0;
	line-height: 0;
	box-shadow: none;
	letter-spacing: 1px;
	font-size: 13px;
}

#twitter-feed {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f6f7f7;
}

.ion-7x {
	font-size: 7em;
}

#back-to-top {
	position: fixed;
	color: #fff;
	z-index: 1;
	line-height: 26px;
	bottom: -50px;
	right: 34px;
	display: none;
	cursor: pointer;
	border-radius: 2px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}

#back-to-top.hovered {
	color: #fff;
	background-color: #121212;
}

#back-to-top.hover {
	background-color: #b62f88;
}

#back-to-top .icon {
	font-size: 10px;
}

#back-to-top .icon2 {
	font-size: 10px;
	position: relative;
	top: 9px;
}

.to-top {
	cursor: pointer;
}

.btn-primary {
	margin-top: 24px;
	text-transform: uppercase;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 0 5px 0 5px;
	padding: 10px 22px;
	text-align: center;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover {
	border-color: none;
	opacity: .7;
}

.btn:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
	border-color: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1C1C1C;
	border-color: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active .focus,
.btn.active.focus {
	outline: none;
	outline-offset: 0;
}

.btn-default {
	color: #1c1c1c;
	background-color: #fff;
	border-color: none;
	border: none;
}

.btn-default:hover {
	color: #fff;
}

.btn-primary-full {
	width: 100%;
	font-family: "Roboto", Arial, sans-serif;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}

.btn-primary-full:hover {
	background-color: #1c1c1c;
}

.open .dropdown-toggle.btn-primary {
	border-color: none;
}

.btn-transparent {
	padding: 6.5px 20px!important;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400!important;
	background-color: transparent;
	border: 2.3px solid rgba(255, 255, 255, .8);
}

.btn-transparent-dark {
	padding: 6.5px 20px!important;
	color: #252525;
	font-family: "Roboto", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700!important;
	background-color: transparent;
	border: 2.3px solid rgba(0, 0, 0, .7);
}

.btn-buy {
	color: #f6f7f7;
	padding: 2px 6px;
	font-size: 10px;
	line-height: 1;
	border-radius: 2px;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}

.btn-info {
	color: #fff;
	background-color: #36B7C1;
	border-color: #36B7C1;
	margin-bottom: 10px;
}

.btn-icon .icon {
	margin-right: 5px;
}

.btn-icon {
	margin-right: 10px;
}

.btn-xs {
	font-size: 10px;
}

.btn-sm {
	font-size: 13px;
}

.btn-md {
	font-size: 16px;
}

.btn-lg {
	font-size: 18px;
}

#page-top img {
	position: fixed;
	width: 100%;
}

.page-top-title {
	top: 160px;
	position: relative;
	z-index: 99;
}

.page-top-title h2 {
	font-size: 60px;
	letter-spacing: 2px;
}

.shortcode-heading {
	margin: 60px 0 60px 0;
}

.dark-grey {
	color: #444444;
}

.shortcode-btns {
	margin-bottom: 20px;
}

ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
	display: inline-block;
	width: 40px;
	margin-left: -40px;
	text-align: center;
	line-height: inherit;
	font-family: 'Ionicons';
}

ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
	list-style: none;
}

ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f122';
}

ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f120';
}

ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f374';
}

ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f125';
}

ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f362';
}

ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f14b';
}

ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';
}

.btn-link:hover,
.btn-link:focus {
	color: #3a3a3a;
	text-decoration: underline;
	background-color: transparent;
}

.shortcode-title {
	padding: 0 0 20px 0;
	text-align: center;
}

.form-control:focus {
	border-color: #3a3a3a;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control {
	border-radius: 0px;
}

.blog-author {
	margin: 60px 0 60px 0;
}

.author-img {
	max-height: 100px;
	float: left;
	margin-right: 20px
}

.action-btn {
	margin: 20px 0 20px 0;
}

.call-action-1 {
	background: #3a3a3a;
	padding: 20px;
	margin: 20px 0 20px 0;
}

.call-action-2 {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 20px 0 20px 0;
}

.call-action-3 {
	background: #3a3a3a;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}

.call-action-4 {
	border: 1px solid #CCC;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}

.call-action-5 {
	background: #3a3a3a;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}

.call-action-6 {
	border: 1px solid #CCC;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}

@media (min-width: 768px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
	.action-5-info {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 0;
	}
	.action-5-btn {
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width: 180px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
}

@media (max-width: 480px) {
	.btn-responsive {
		font-size: 90%;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.btn-responsive {
		font-size: 100%;
	}
}

.panel-group .panel {
	border-radius: 6px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 1px;
	box-shadow: none;
}

.panel-default>.panel-heading {
	color: #666;
	background-color: #f0f0f0;
	padding: 0px;
	border-radius: 3px;
}

.panel-heading i {
	margin-right: -25px;
	font-size: 12px;
}

.panel-title {
	font-size: 16px;
	text-transform: uppercase;
}

.panel-title>a {
	color: inherit;
}

.panel-title:hover {
	cursor: pointer;
}

.panel-title>a {
	padding: 15px 40px 15px 17px;
	display: block;
}

.panel-title>a:hover,
.panel-title>a.opened {
	color: #b62f88;
}

.panel-body {
	background-color: #f6f7f7;
	color: #666;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border: none;
	background: none;
}

.panel-info>.panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 3px;
	color: #b62f88;
	border-bottom: 2px solid #b62f88;
}

.panel-info .panel-heading:hover {
	background-color: #b62f88;
	border-color: #b62f88;
}

.panel-info {
	border-color: #b62f88;
	border: 2px solid #b62f88!important;
}

.panel-info>.panel-heading>.panel-title>a,
.panel-info>.panel-heading>.panel-title>a.opened {
	color: #b62f88;
}

.panel-info>.panel-heading:hover>.panel-title>a {
	color: #fff;
}

.burger-menu {
	float: right;
	font-size: 24px!important;
	margin-top: -4px;
}

.panel-info>.panel-heading>.panel-title>a.collapsed>.burger-menu:before,
.panel-default>.panel-heading>.panel-title>a.collapsed>.burger-menu:before {
	content: "\f44d";
}

.panel-info>.panel-heading>.panel-title>a>.burger-menu:before,
.panel-default>.panel-heading>.panel-title>a>.burger-menu:before {
	content: "\f406";
}

.nav-tabs>li>a {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
	color: #666;
	cursor: default;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
}

.nav-tabs>li>a:hover {
	color: #fff!important;
	cursor: pointer;
}

.nav-tabs {
	border-bottom: none;
}

.tab-pane p {
	line-height: 24px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	cursor: default;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	cursor: pointer;
}

.tab-content {
	padding-top: 5px;
}

.separator {
	color: #fff;
	background: #000;
}

.separator:before,
.separator:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	z-index: 199;
	height: 0;
	width: 50%;
	border-bottom: 20px solid;
}

.separator:before {
	border-right: 20px solid transparent;
	left: 0;
}

.separator:after {
	border-left: 20px solid transparent;
	right: 0;
}

.bg-grey {
	background-color: #f9f9f9;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #1C1C1C;
	display: inline-block;
	margin: 5px 3px 10px 3px;
	padding: 0px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.owl-carousel .owl-item {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.owl-carousel .owl-item:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.owl-theme .owl-controls .owl-page span {
	cursor: pointer;
	display: inline-block;
	background-color: #bbb;
	border-color: #bbb;
	border: 2px solid transparent;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 0 3px;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span {
	border-color: #f0f0f0;
	background-color: transparent;
}

.owl-carousel {
	overflow: hidden;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
}

.owl-carousel:hover .owl-controls .owl-buttons div {
	opacity: 1;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: .7!important;
}

.owl-theme .owl-controls .owl-buttons div,
.owl-carousel:hover .owl-controls .owl-buttons div {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.owl-buttons i {
	font-size: 16px;
	color: #fff;
}

.owl-buttons div {
	position: absolute;
}

.owl-buttons .owl-prev {
	left: -6px;
	height: 115px;
	width: 43px;
	line-height: 111px;
}

.owl-buttons .owl-next {
	right: -6px;
	height: 115px;
	width: 43px;
	line-height: 111px;
}

.blog-post-fullwidth .owl-buttons .owl-prev,
.blog-post-fullwidth .owl-buttons .owl-next {
	margin-top: 10%;
}

#owl-showcase .item {
	background: none;
	padding: 0px 10px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#owl-showcase .item:hover>a>h5 {
	color: #b62f88;
}

.item-current {
	display: none;
}

#owl-showcase h5 {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.1;
	text-align: center;
}

@media (max-width: 768px) {
	#owl-showcase h5 {
		font-size: 14px;
	}
}

.item .features-link img {
	width: 90%;
	height: auto;
	cursor: pointer;
	max-width: 148px;
	max-height: 148px;
}

@media (max-width: 600px) {
	.item .features-link img {
		width: 60px;
		height: 60px;
	}
}

#owl-showcase {
	padding-bottom: 30px;
}

.modal-header,
.modal-header h4,
.modal-header .close {
	background-color: #b62f88;
	color: white !important;
	font-size: 22px;
}

.modal-header .close {
	background-color: #b62f88;
	color: white !important;
	text-align: center;
	font-size: 32px;
	margin-left: 10px;
	margin-right: 10px;
}

.modal-footer {
	background-color: #272467;
}

.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#map-modal {
	height: 445px;
	width: 100%;
}

.service-item {
	margin-bottom: 15px;
	height: 154px;
}

.service-item img {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.service-item h2 {
	font-size: 18px;
}

@media (max-width:1200px) {
	.service-item {
		height: 132px;
	}
}

@media (max-width:992px) {
	#map-modal {
		height: 250px;
		width: 100%;
	}
	.service-item img {
		width: 60px;
		height: 60px;
	}
}

@media (max-width:600px) {
	.service-item {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 5px;
		max-height: 118px;
	}
	.service-item:last-child {
		height: 147px;
		max-height: 147px;
	}
}

@media (max-width:320px) {
	.service-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.service-item img {
		width: 50px;
		height: 50px;
	}
}

.requirement-block {
	margin-top: 10px;
	margin-bottom: 0;
}

.requirement-block hr {
	margin-bottom: 0;
}

.requirement-title {
	min-height: 50px;
	display: block;
	padding-top: 10px;
	margin-bottom: 30px;
}

.requirement-title h4 {
	color: #272467;
	margin-left: 80px;
	margin-top: 10px;
}

.requirement-title img {
	height: 40px;
	width: auto;
	float: left;
	margin-top: 5px;
}

@media (min-width: 992px) {
	.requirement-row {
		margin-top: 25px;
	}
}

@media (max-width: 992px) {
	.requirement-column {
		margin-top: 5px;
		padding: 0;
	}
}

.requirement-list {
	margin-bottom: 20px;
	display: block;
}

.requirement-list p {
	font-size: 16px;
	color: #666;
	font-weight: 700;
	margin-left: 70px;
}

.requirement-list p.requirement-link {
	margin-left: 70px;
	font-weight: 400;
}

.requirement-list h4 {
	color: #444444;
	margin-left: 70px;
	margin-top: 10px;
	line-height: 1.2;
	font-size: 18px;
}

.requirement-icon img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
}

.requirement-icon {
	float: left;
}

.btn-shorten {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #B5B5B5;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400!important;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	text-shadow: none;
	border: 0;
	padding: 8px 22px;
	border: 2px solid #B5B5B5;
	border-radius: 3px;
	margin: -4px 0;
	background-color: #fff;
}

.btn-shorten:hover {
	border-color: #b62f88!important;
	color: #b62f88;
}

.btn-shorten:active,
.btn-shorten:focus {
	background: #fff;
}

.long-text {
	display: none;
}

@media (max-width:400px) {
	.requirement-title h4 {
		margin-top: 0;
	}
	.requirement-list p,
	.requirement-list p.requirement-link {
		font-size: 14px;
		margin-left: 0px;
		line-height: 1.4;
	}
	.requirement-list h4 {
		line-height: 1.4;
		font-size: 16px;
		margin-left: 0px;
	}
	.requirement-icon {
		float: none;
	}
}

@media (max-width:700px) {
	.btn-shorten {
		float: none!important;
		margin-top: 20px;
		display: block;
	}
}

.tabs-navigation-sm,
select.tabs-navigation-sm:focus {
	color: #fff;
	font-size: 15px;
	line-height: 1.42857;
	width: 100%;
	border-radius: 4px;
	background-color: #b62f88;
	padding-right: 5px;
}

select.tabs-navigation-sm {
	display: none;
}

select.tabs-navigation-sm>option {
	background-color: #fff;
	color: #555;
}

@media (max-width: 992px) {
	ul.nav-tabs {
		display: none;
	}
	select.tabs-navigation-sm {
		display: block;
	}
}

#top-slider {
	padding-top: 65px;
}

#top-slider > .container {
	padding: 0!important;
	margin: 0!important;
	max-width: unset!important;
	width: 100%!important;
}

:root {
  --main-white-color: white;
  --main-black-color: black;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}


.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.slide-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.owl-carousel-big .owl-slide {
  position: relative;
  height: 70vh;
  background-color: #b62f88;
}

@media (max-width: 768px) {
	.owl-carousel-big .owl-slide {
	  height: 85vh;
	}
	.owl-slide-text {
		text-shadow: 1px 1px 2px black;
	}
}

.owl-carousel-big .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel-big .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel-big .owl-slide-title {
  margin-bottom: 30px;
  font-weight: 400!important;
}

.owl-carousel-big .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel-big .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel-big .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.promo-text-normal {
	display: block;
	margin-bottom: 10px;
}

.promo-text-big {
	display: block;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.promo-text-big.green {
	color: #37b7c1;
}

.promo-text-normal a.green:not(:hover):not(:focus):not(:active) {
	color: #37b7c1;
}

.owl-carousel-big .owl-slide-subtitle {
	font-size: 1.25em;
}

/* Top flag */

#top-flag {
	margin-top: 65px;
	width: 100vw;
	height: 40px;
	display: flex;
	flex-direction: column;
}

#top-flag .stripe-blue {
	background: #007eff;
	height: 50%;
}

#top-flag .stripe-yellow {
	background: #ffeb00;
	height: 50%;
}