/* common */

	body {
		background-color: #ffffff;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	img {
		max-width: 100%;
		width: auto 9;
		height: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}
	
	.clearfix:after {
		content: "";
		display: table;
		clear: both;
	}
	
	textarea,
	input,
	.bootstrap-select button,
	select
	{
		border: none !important;
	}
	
	textarea:focus,
	input:focus,
	button:focus,
	select:focus
	{
		border: none !important;
		box-shadow: none !important;
		outline: 0 none !important;
	}
	
	.divide {
		margin: 0;
		padding: 0;
		display: none;
		height: 5px;
		border-top: 1px solid #b0b1b3;
		border-bottom: 1px solid #b0b1b3;
	}
	
	span.red {
		font-weight: 900;
		text-transform: uppercase;
		color: #ed1c24;
	}

/* /common */

/* header */

	header {
		margin: 0;
		padding: 0;
	}
	
	/* top */
	
		header #top {
			margin: 0;
			padding: 0;
			background-color: #393e42;
		}
		
		header #top ul {
			margin: 0;
			padding: 5px 0 5px 0;
			float: right;
			list-style: none;
		}
		
		header #top ul li {
			margin: 0 0 0 10px;
			padding: 0;
			float: left;
		}
	
	/* /top */
	
	/* bar */
	
		header #bar {
			margin: 0;
			padding: 0;
			background-color: #ffffff;
		}
		
		/* logo */
		
			header #bar #logo {
				margin: 0;
				padding: 0;
				height: 180px;
			}
			
			header #bar #logo h1 {
				margin: 0;
				padding: 0;
				max-height: 120px;
			}
			
			header #bar #logo h1 img {
				margin: 10px 0 0 0;
				max-width: 140px;
			}
		
		/* /logo */

		/* network */
		
			header #bar #logo div.network {
				margin: 10px -20px;
				border-radius: 25px;
				width: 230px;
				font-size: 13px;
				background: #d7bc7247;
				height: 40px;
				cursor: pointer;
				transform: scale(1);
				transition: all ease-out .3s;
			}

			header #bar #logo div.network:hover {
				transform: scale(1.1);
			}
			
			header #bar #logo div.network > img {
				max-width: 40px;
				margin-top: 4px;
			}
		
		/* /network */
		
		/* contacts */
		
			header #bar #contacts {
				margin: 0;
				padding: 0;
				display: block;
			}
			
			/* phone */
			
				header #bar #contacts #phone {
					margin: 29px 0 0 0;
					padding: 0 20px 0 20px;
					max-width: 290px;
					height: 55px;
					background: #0ba153 url(../media/layout_images/phone.png) no-repeat 20px 5px;
					-webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					border-radius: 25px;
					text-align: right;
				}
				
				header #bar #contacts #phone a {
					font-family: "Oswald", sans-serif;
					font-size: 35px;
					font-weight: 800;
					color: #ffffff;
					line-height: 55px;
					letter-spacing: -0.50px;
					text-decoration: none;
				}
			
			/* /phone */

			/* whatsapp */

				header #bar #contacts #whatsapp {
					margin: 29px 0 0 0;
					padding: 0 20px 0 20px;
					max-width: 290px;
					height: 55px;
					background: #0ba153 url(../media/layout_images/whatsapp.png) no-repeat 20px 5px;
					-webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					border-radius: 25px;
					text-align: right;
				}
				
				header #bar #contacts #whatsapp a {
					font-family: "Oswald", sans-serif;
					font-size: 35px;
					font-weight: 800;
					color: #ffffff;
					line-height: 55px;
					letter-spacing: -0.50px;
					text-decoration: none;
				}

				/* /whatsapp */
			
			/* actions */
			
				header #bar #contacts #actions {
					margin: 0;
					padding: 0;
					float: right;
				}
				
				header #bar #contacts #actions button {
					margin: 14px 4px 14px 4px;
					padding: 0;
					display: block;
					position: relative;
					width: 210px;
					height: 35px;
					background-color: #ed1c24;
					border: none;
					font-family: "Raleway", sans-serif;
					font-size: 15px;
					color: #ffffff;
					line-height: 35px;
				}
				
				header #bar #contacts #actions button:after {
					content: "";
					display: block;
					position: absolute;
					top: -4px;
					right: -4px;
					bottom: -4px;
					left: -4px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					border: 4px solid rgba(0, 0, 0, 0.20);
				}
				
				header #bar #contacts #actions button strong {
					font-weight: 800;
					text-transform: uppercase;
				}
			
			/* /actions */
		
		/* /contacts */
		
		/* navbar */
		
			header #bar #navbar {
				padding: 0;
				display: block;
			}
			
			header #bar #navbar div.navbar {
				margin: 0;
				padding: 0;
				border-radius: 0;
				background-color: transparent;
				border: none;
			}
			
			header #bar #navbar div.navbar div.navbar-collapse {
				margin: 0 -10px 0 -10px;
				padding: 0;
			}
			
			@media (min-width: 768px) {
				header #bar #navbar div.navbar div.navbar-collapse ul.nav {
					width: 100%;
					display: flex;
					justify-content: space-between;
				}
			}
			
			header #bar #navbar div.navbar div.navbar-collapse ul.nav>li {
				margin: 0;
				padding: 0;
				font-family: "Raleway", sans-serif;
				font-size: 15px;
				font-weight: 600;
				color: #393e42;
				line-height: 15px;
				letter-spacing: -0.08px;
			}
			
			header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active:after {
				content: "";
				display: block;
				position: absolute;
				height: 33px;
				background-color: #ed1c24;
				top: 30px;
				right: 10px;
				bottom: 0;
				left: 10px;
			}
			
			header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.divider {
				margin: 10px 0 0 0 !important;
				padding: 0;
				width: 2px;
				height: 15px;
				background-color: #b0b1b3;
			}
			
			header #bar #navbar div.navbar div.navbar-collapse ul.nav>li>a {
				padding: 10px 0 0 0;
				margin: 0 10px 0 10px;
				background-color: transparent;
				line-height: 15px;
				color: #393e42;
				text-decoration: none;
			}
			
			header #bar #navbar div.navbar div.navbar-collapse ul.nav>li strong {
				font-weight: 600;
			}

			.dropdown:hover .dropdown-menu {
				display: block;
				margin-top: 0; /* remove the gap so it doesn't close */
			}

			.dropdown-menu>li>a {
				padding: 10px 20px;
			}
			
			@media (max-width: 1199px) {
				
				header #bar #navbar div.navbar div.navbar-collapse {
					margin: 0 -5px 0 -5px;
					padding: 0;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li {
					font-size: 14px;
					letter-spacing: -0.48px;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active:after {
					right: 5px;
					left: 5px;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li>a {
					margin: 0 5px 0 5px;
				}
				
			}
			
			@media (max-width: 991px) {
			
				header #bar #contacts {
					margin: 0;
					padding: 0;
					position: absolute;
					top: -189px;
					right: 15px;
				}
				
				header #bar #contacts #phone {
					width: 218px;
					height: 43px;
					background: #0ba153 url(../media/layout_images/phone_sm.png) no-repeat 20px 5px;
					-webkit-border-radius: 20px;
					-moz-border-radius: 20px;
					border-radius: 20px;
					float: right;
				}
				
				header #bar #contacts #phone a {
					font-size: 22px;
					line-height: 43px;
				}

				header #bar #contacts #whatsapp {
					width: 218px;
					height: 43px;
					background: #0ba153 url(../media/layout_images/whatsapp_sm.png) no-repeat 20px 5px;
					-webkit-border-radius: 20px;
					-moz-border-radius: 20px;
					border-radius: 20px;
					float: right;
				}
				
				header #bar #contacts #whatsapp a {
					font-size: 22px;
					line-height: 43px;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li {
					font-size: 14px;
					letter-spacing: -0.21px;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active:after {
					height: 20px;
				}
			
			}
			
			@media (max-width: 767px) {
			
				header #bar #contacts {
					top: -189px;
				}
				
				header #bar #contacts #phone {
					padding: 0 13px 0 13px;
					width: 168px;
					height: 43px;
					background: #0ba153 url(../media/layout_images/phone_sm.png) no-repeat 13px 5px;
					-webkit-border-radius: 20px;
					-moz-border-radius: 20px;
					border-radius: 20px;
				}
				
				header #bar #contacts #phone a {
					font-size: 20px;
					line-height: 43px;
				}

				header #bar #contacts #whatsapp {
					padding: 0 13px 0 13px;
					width: 168px;
					height: 43px;
					background: #0ba153 url(../media/layout_images/whatsapp_sm.png) no-repeat 13px 5px;
					-webkit-border-radius: 20px;
					-moz-border-radius: 20px;
					border-radius: 20px;
				}
				
				header #bar #contacts #whatsapp a {
					font-size: 20px;
					line-height: 43px;
				}
				
				header #bar #contacts #actions button {
					width: 160px;
					font-size: 12px;
				}
				
				header #bar #navbar div.navbar {
					min-height: 45px;
				}
				
				header #bar #navbar div.navbar div.navbar-header button.navbar-toggle {
					margin: 10px 0 0 0;
				}
				
				header #bar #navbar div.navbar div.navbar-header button.navbar-toggle>span.icon-bar {
					background-color: #ed1c24;
				}
				
				header #bar #navbar div.navbar div.navbar-header button.navbar-toggle:focus,
				header #bar #navbar div.navbar div.navbar-header button.navbar-toggle:hover
				{
					background-color: #eeeeee;
				}
				
				header #bar #navbar div.navbar div.navbar-header button.navbar-toggle:focus>span.icon-bar,
				header #bar #navbar div.navbar div.navbar-header button.navbar-toggle:hover>span.icon-bar
				{
					background-color: #ed1c24;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse {
					margin: 10px 0 0 0;
					padding: 0;
					overflow: hidden;
					border: none;
					background-color: #e9eaea;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav {
					float: none;
					margin: 0;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li {
					font-size: 12px;
					line-height: 15px;
					letter-spacing: 2px;
					float: none !important;
					border-bottom: 1px solid #b0b1b3;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active:after {
					content: none;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li:last-child {
					border-bottom: none;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.divider {
					display: none;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li>a {
					padding: 10px;
					margin: 0;
					line-height: 15px;
					color: #393e42;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li>a:focus,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li>a:hover,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.open>a,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.open>a:focus,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.open>a:hover,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active>a,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active>a:focus,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active>a:hover
				{
					color: #ed1c24;
					background-color: transparent;
				}
				
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active>a,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active>a:focus,
				header #bar #navbar div.navbar div.navbar-collapse ul.nav>li.active>a:hover
				{
					line-height: 15px;
				}
			
			}
			
			@media (max-width: 450px) {
				
				header #top ul li {
					margin: 0 0 0 5px;
				}
				
				header #bar #logo h1 img {
					margin: 20px 0 0 0;
					width: 150px;
				}
				
			}
		
		/* /navbar */
	
	/* /bar */

/* /header */

/* carousel */

	/* common */

		div.carousel {
			margin-top: 35px;
			height: 450px;
			overflow: hidden;
			position: relative;
		}
		
		div.carousel.small {
			height: 300px;
		}
		
		div.carousel div.container {
			position: relative;
		}
	
	/* /common */
	
	/* form */
	
		div.carousel #form {
			margin: 40px 15px;
			padding: 0;
			width: 400px;
			height: 370px;
			overflow: hidden;
			position: absolute;
			z-index: 15;
			top: 0;
			right: 0;
			background-color: rgba(0, 0, 0, 0.5);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		
		/* button */
		
			div.carousel #form button.toggle,
			div.carousel #form button.submit
			{
				margin: 14px 4px 14px 4px;
				padding: 0 10px 0 10px;
				display: block;
				position: relative;
				width: auto;
				height: 35px;
				background-color: #ed1c24;
				border: none;
				font-family: "Raleway", sans-serif;
				font-size: 15px;
				color: #ffffff;
				line-height: 35px;
			}
			
			div.carousel #form button.toggle:after,
			div.carousel #form button.submit:after
			{
				content: "";
				display: block;
				position: absolute;
				top: -4px;
				right: -4px;
				bottom: -4px;
				left: -4px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border: 4px solid rgba(255, 255, 255, 0.15);
			}
			
			div.carousel #form button.toggle strong,
			div.carousel #form button.submit strong
			{
				font-weight: 800;
				text-transform: uppercase;
			}
			
			div.carousel #form button.toggle {
				margin: 0;
				padding: 0 5px 0 5px;
				position: absolute;
				z-index: 16;
				top: 24px;
				right: 24px;
				height: 20px;
				line-height: 20px;
			}
			
			div.carousel #form button.submit {
				float: right;
				margin-top: 4px;
				margin-right: 4px;
			}
		
		/* /button */
		
		div.carousel #form>form {
			margin: 20px;
			padding: 0;
			overflow: hidden;
		}
		
		div.carousel #form>form label {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-size: 13px;
			font-weight: 400;
			color: #ffffff;
			line-height: 34px;
		}
		
		div.carousel #form>form label[for='privacy'] {
			margin: 0 0 0 10px;
			width: 180px;
			float: left;
			line-height: 13px;
			text-align: justify;
		}
		
		div.carousel #form>form label small {
			font-size: 11px;
		}
		
		div.carousel #form>form label a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		div.carousel #form>form div.row {
			position: relative;
		}
		
		div.carousel #form>form div.row span.error {
			margin: 0;
			padding: 0;
			top: 0;
			left: 15px;
			width: 165px;
			height: 34px;
			font-family: "Raleway", sans-serif;
			font-size: 10px;
			font-weight: 400;
			text-align: center;
			color: #ed1c24;
			line-height: 34px;
			position: absolute;
			z-index: 20;
			background-color: rgba(255, 255, 255, 0.75);
			border-radius: 4px;
			display: none;
		}
		
		div.carousel #form>form div.row div.col-md-8 span.error {
			left: 44px;
			width: 180px;
			height: 44px;
			line-height: 44px;
		}
		
		div.carousel #form>form div.response {
			font-family: "Raleway", sans-serif;
		}
		
		div.carousel #form>form textarea,
		div.carousel #form>form input,
		div.carousel #form>form div.bootstrap-select button.dropdown-toggle,
		div.carousel #form>form div.bootstrap-select ul.dropdown-menu>li
		{
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			color: #393e42;
			line-height: 24px;
		}
		
		div.carousel #form>form div.bootstrap-select ul.dropdown-menu>li>a {
			padding: 6px 11px;
		}
		
		div.carousel #form>form textarea {
			height: 100px;
		}
		
		div.carousel #form>form textarea:focus,
		div.carousel #form>form input:focus
		{
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		div.carousel #form>form input[type="checkbox"],
		div.carousel #form>form input[type="radio"]
		{
			width: 20px !important;
			height: 20px !important;
			min-height: 20px !important;
			float: left;
		}
		
		div.carousel #form>form input[type="checkbox"]:focus + label::before,
		div.carousel #form>form input[type="radio"]:focus + label::before
		{
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		div.carousel #form>form img.checkbox
		{
			margin: 3px 0 0 0;
		}
		
		div.carousel #form>form .bootstrap-select ul li.selected a:focus, a:active {
			outline: none !important;
		}
		
		div.carousel #form>form .bootstrap-select .dropdown-toggle:focus {
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		div.carousel #form>form .bootstrap-select .btn-default {
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
			-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
			-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
		}
		
		div.carousel #form>form .bootstrap-select .btn-default.hover,
		div.carousel #form>form .bootstrap-select .btn-default:hover,
		div.carousel #form>form .bootstrap-select .open>.dropdown-toggle.btn-default
		{
			background-color: #ffffff !important;
		}
		
		div.carousel #form>form .bootstrap-select .btn-default.active,
		div.carousel #form>form .bootstrap-select .btn-default:active,
		div.carousel #form>form .bootstrap-select .open>.dropdown-toggle.btn-default
		{
			background-color: #ffffff !important;
		}
		
		div.carousel #form>form .bootstrap-select .btn-default.focus,
		div.carousel #form>form .bootstrap-select .btn-default:focus
		{
			background-color: #ffffff !important;
		}
		
		div.carousel #form>form input[type='radio'],
		div.carousel #form>form input[type='checkbox']
		{
			cursor: pointer;
		}
		
		div.carousel #form>form textarea
		{
			resize: none;
		}
		
		div.carousel #form>form>fieldset {
			margin: 0;
			padding: 0;
			border: none;
		}
		
		div.carousel #form>form>fieldset>legend {
			margin: 0 0 10px 0;
			padding: 0;
			border: none;
			display: block;
			font-family: "Raleway", sans-serif;
			font-weight: 700;
			font-size: 25px;
			line-height: 25px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		div.carousel #form>form>fieldset>div.row {
			padding: 10px 0 0 0;
		}
	
	/* /form */
	
	/* indicators */
	
		div.carousel > ol.carousel-indicators {
			margin: 0;
			top: auto;
			bottom: 0;
			left: auto;
			right: 0;
			padding: 10px;
			width: auto;
			line-height: 10px;
			text-align: right;
		}
		
		div.carousel > ol.carousel-indicators li {
			margin: 0 0 0 5px;
			width: 10px;
			height: 10px;
			overflow: hidden;
		}
	
	/* /indicators */
	
	/* inner */
	
		div.carousel > div.carousel-inner > div.item {
			height: 450px;
			background-color: #666;
			opacity: 0;
			transition-property: opacity;
		}
		
		div.carousel.small > div.carousel-inner > div.item {
			height: 300px;
		}
		
		div.carousel > div.carousel-inner > div.item.active {
			opacity: 1;
		}
		
		div.carousel > div.carousel-inner > div.item > img {
			position: relative;
			z-index: 5;
			top: 0;
			left: 50%;
			transform: translate(-50%, 0);
			min-width: 100%;
			height: 450px;
			max-width: none;
		}
		
		div.carousel.small > div.carousel-inner > div.item > img {
			height: 300px;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption {
			position: absolute;
			z-index: 10;
			bottom: 0;
			left: 0;
			min-width: 100%;
			height: auto;
			max-width: none;
			background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
			background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
			background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000",GradientType=1);
		}
		
		div.carousel.small > div.carousel-inner > div.item > div.caption {
			background: -moz-linear-gradient(45deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
			background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
			background: linear-gradient(45deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff", endColorstr="#00ffffff",GradientType=1);
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description {
			margin: 0 auto;
			padding: 50px 15px 50px 15px;
			width: 1170px;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description h1 {
			margin: 0;
			padding: 0;
			width: 500px;
			display: block;
			font-family: "Raleway", sans-serif;
			font-weight: 700;
			font-size: 30px;
			line-height: 30px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		div.carousel.small > div.carousel-inner > div.item > div.caption > div.description h1 {
			padding: 0 0 10px 0;
			color: #393e42;
			text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description h1>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		div.carousel.small > div.carousel-inner > div.item > div.caption > div.description h1>a {
			color: #393e42;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description h1>a:hover {
			text-decoration: none;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description h1 strong {
			color: #ed1c24;
			text-transform: uppercase;
			text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description>div {
			margin: 0 0 20px 0;
			padding: 0;
			width: 500px;
			font-family: "Raleway", sans-serif;
			font-weight: 400;
			font-size: 16px;
			line-height: 22px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
			text-align: justify;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description>div>p {
			margin: 0;
			padding: 10px 0 0 0;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description>button {
			margin: 14px 4px 14px 4px;
			padding: 0;
			display: block;
			position: relative;
			width: 210px;
			height: 35px;
			background-color: #ed1c24;
			border: none;
			font-family: "Raleway", sans-serif;
			font-size: 15px;
			color: #ffffff;
			line-height: 35px;
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description>button:after {
			content: "";
			display: block;
			position: absolute;
			top: -4px;
			right: -4px;
			bottom: -4px;
			left: -4px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 4px solid rgba(255, 255, 255, 0.15);
		}
		
		div.carousel.small > div.carousel-inner > div.item > div.caption > div.description>button:after {
			border: 4px solid rgba(0, 0, 0, 0.20);
		}
		
		div.carousel > div.carousel-inner > div.item > div.caption > div.description>button strong {
			font-weight: 800;
			text-transform: uppercase;
		}
		
		@media (max-width: 1199px) {
			
			div.carousel > div.carousel-inner > div.item > div.caption > div.description h1 {
				width: calc(50vw - 30px);
			}
			
			div.carousel > div.carousel-inner > div.item > div.caption > div.description>div {
				width: calc(50vw - 30px);
			}
			
		}
		
		@media (max-width: 767px) {
			
			div.carousel {
				margin: 40px 0 0 0;
			}
			
			div.carousel > div.carousel-inner > div.item > div.caption > div.description h1 {
				width: calc(100vw - 30px);
			}
			
			div.carousel > div.carousel-inner > div.item > div.caption > div.description>div {
				width: calc(100vw - 30px);
			}
			
		}
		
		@media all and (transform-3d), (-webkit-transform-3d) {
			div.carousel.carousel-fade > div.carousel-inner > div.item.next,
			div.carousel.carousel-fade > div.carousel-inner > div.item.active.right
			{
				opacity: 0;
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
			
			div.carousel.carousel-fade > div.carousel-inner > div.item.prev,
			div.carousel.carousel-fade > div.carousel-inner > div.item.active.left
			{
				opacity: 0;
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
			
			div.carousel.carousel-fade > div.carousel-inner > div.item.next.left,
			div.carousel.carousel-fade > div.carousel-inner > div.item.prev.right,
			div.carousel.carousel-fade > div.carousel-inner > div.item.active
			{
				opacity: 1;
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
		}
	
	/* /inner */

/* /carousel */

/* article */

	div.article {
		margin: 0;
		padding: 35px 0 20px 0;
		text-align: center;
	}
	
	div.article h1 {
		margin: 0;
		padding: 0 0 15px 0;
		font-family: "Raleway", sans-serif;
		font-weight: 900;
		font-size: 50px;
		line-height: 50px;
		color: #393e42;
	}
	
	div.article h1 strong {
		font-weight: 900;
		text-transform: uppercase;
		color: #ed1c24;
	}
	
	div.article h2 {
		margin: 0;
		padding: 15px 0 0 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 30px;
		line-height: 35px;
		color: #393e42;
	}
	
	div.article h2 strong {
		font-weight: 800;
		text-transform: uppercase;
		color: #ed1c24;
	}
	
	div.article h3 {
		margin: 0;
		padding: 15px 0 0 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 20px;
		line-height: 25px;
		color: #393e42;
	}
	
	div.article h3 strong {
		font-weight: 800;
		text-transform: uppercase;
		color: #ed1c24;
	}

	div.article h3.popover-title {
		padding: 7px;
		color: #ed1c24;
	}
	
	div.article h4 {
		margin: 0;
		padding: 0 0 15px 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 30px;
		line-height: 35px;
		color: #393e42;
		text-align: left;
	}
	
	div.article h4 strong {
		font-weight: 800;
		text-transform: uppercase;
		color: #ed1c24;
	}
	
	div.article div.text {
		margin: 15px auto 0 auto;
		max-width: 900px;
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		line-height: 25px;
	}
	
	div.article div.text a {
		color: #ed1c24;
		text-decoration: underline;
	}
	
	div.article div.text ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	div.article div.text ul>li {
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 20px;
		display: block;
	}
	
	div.article div.text ul>li h3 {
		margin: 0;
		padding: 0 0 0 45px;
		line-height: 40px;
		text-align: left;
	}
	
	div.article div.text ul>li>span {
		float: left;
		color: #b0b1b3;
	}
	
	div.article div.text ul>li>span strong {
		font-weight: 800;
		color: #ed1c24;
		font-size: 25px;
		line-height: 35px;
	}
	
	div.article div.image {
		margin: 15px 0 0 0;
	}
	
	@media (max-width: 991px) {
		
		div.article h1 {
			margin: 0;
			padding: 0 0 15px 0;
			font-family: "Raleway", sans-serif;
			font-weight: 900;
			font-size: 35px;
			line-height: 40px;
			color: #393e42;
		}
		
	}
	
	@media (max-width: 767px) {
		
		div.article div.text {
			text-align: justify;
		}
		
	}

/* /article */

/* heroes */

	#heroes {
		margin: 0;
		padding: 0 0 40px 0;
		background-color: #393e42;
		text-align: center;
	}
	
	#heroes div.hero {
		margin: 40px 0 0 0;
		padding: 0;
	}
	
	#heroes div.hero h1 {
		margin: 0;
		padding: 0;
		display: block;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	
	#heroes div.hero h1>a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#heroes div.hero h1>a:hover {
		text-decoration: none;
	}
	
	#heroes div.hero>div {
		margin: 10px 0 0 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #929596;
	}
	
	#heroes div.hero>div>p {
		margin: 0;
		padding: 10px 0 0 0;
	}
	
	#heroes button {
		margin: 29px auto 4px auto;
		padding: 0;
		display: block;
		position: relative;
		width: 210px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}
	
	#heroes button:after {
		content: "";
		display: block;
		position: absolute;
		top: -4px;
		right: -4px;
		bottom: -4px;
		left: -4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 4px solid rgba(255, 255, 255, 0.15);
	}
	
	#heroes button strong {
		font-weight: 800;
		text-transform: uppercase;
	}

/* /heroes */

/* powers */

	#powers {
		margin: 0;
		padding: 0 0 40px 0;
		background: #c9b38e url(../media/layout_images/cardboard.png);
	}
	
	#powers div.intro {
		margin: 40px 0 0 0;
		padding: 0;
		text-align: center;
	}
	
	#powers div.intro div.box {
		margin: 0;
		padding: 0;
		border: 12px solid #673a0b;
	}
	
	#powers div.intro div.box h1 {
		margin: 0;
		padding: 20px;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 50px;
		line-height: 50px;
		color: #673a0b;
		text-transform: uppercase;
	}
	
	#powers div.intro div.box h1>strong {
		font-weight: 800;
	}
	
	#powers div.intro>div:not(.actions) {
		margin: 10px 20px 0 20px;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #422607;
	}
	
	#powers div.intro>div:not(.actions)>p {
		margin: 0;
		padding: 10px 0 0 0;
	}
	
	#powers div.intro div.actions {
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	#powers div.intro div.actions button {
		margin: 14px 6px 4px 6px;
		padding: 0;
		display: inline-block;
		position: relative;
		width: 100px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}
	
	#powers div.intro div.actions button:after {
		content: "";
		display: block;
		position: absolute;
		top: -4px;
		right: -4px;
		bottom: -4px;
		left: -4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 4px solid rgba(0, 0, 0, 0.20);
	}
	
	#powers div.intro div.actions button strong {
		font-weight: 800;
		text-transform: uppercase;
	}
	
	#powers div.item {
		margin: 40px 0 0 0;
		padding: 0;
		text-align: center;
	}
	
	#powers div.item h1 {
		margin: 15px 0 0 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 20px;
		line-height: 20px;
		color: #422607;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	}
	
	#powers div.item h1>a {
		color: #422607;
		text-decoration: none;
	}
	
	#powers div.item>div {
		margin: 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #422607;
	}
	
	#powers div.item>div>p {
		margin: 0;
		padding: 10px 0 0 0;
	}
	
	@media (max-width: 1199px) {
		
		#powers div.intro div.box h1 {
			font-size: 35px;
			line-height: 40px;
		}
		
		#powers div.item h1 {
			font-size: 18px;
			line-height: 18px;
		}
		
	}

/* /powers */

/* services */

	#services {
		margin: 10px 0 -10px 0;
		padding: 0;
	}
	
	#services div.service {
		margin: 0 0 30px 0;
		padding: 20px 20px 35px 20px;
		background-color: #393e42;
		text-align: center;
		position: relative;
	}
	
	#services div.service h1 {
		margin: 15px 0 0 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	
	#services div.service h1>a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#services div.service h1>a>strong {
		font-weight: 800;
	}
	
	#services div.service>div:not(.actions) {
		margin: 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #929596;
	}
	
	#services div.service>div:not(.actions)>p {
		margin: 0;
		padding: 10px 0 0 0;
	}
	
	#services div.service div.actions {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
	}
	
	#services div.service div.actions button {
		margin: 4px auto 4px auto;
		padding: 0;
		display: block;
		position: relative;
		width: 210px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}
	
	#services div.service div.actions button:after {
		content: "";
		display: block;
		position: absolute;
		top: -4px;
		right: -4px;
		bottom: -4px;
		left: -4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 4px solid rgba(0, 0, 0, 0.20);
	}
	
	#services div.service div.actions button strong {
		font-weight: 800;
		text-transform: uppercase;
	}
	
	@media (max-width: 1199px) {
		
		#services div.service h1 {
			font-size: 18px;
			line-height: 18px;
		}
		
	}

/* /services */

/* locations */

	#locations {
		margin: 0 0 40px 0;
		padding: 0;
	}

	#locations button {
		margin: 4px auto 4px auto;
		padding: 0;
		display: block;
		position: relative;
		width: 210px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}

	/* advertising */
	
		#locations div.advertising {
			margin: 40px 0 0 0;
			position: relative;
		}

		#locations div.advertising img {
			width: 100%;
			height: auto;
		}
		
		#locations div.advertising div.caption {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0, 0, 0, 0.70);
		}
		
		#locations div.advertising div.caption div.description {
			margin: 0;
			padding: 20px;
			text-align: center;
		}
		
		#locations div.advertising div.caption div.description h2 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 30px;
			color: #ffffff;
			text-transform: uppercase;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#locations div.advertising div.caption div.description h2>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#locations div.advertising div.caption div.description h3 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 20px;
			line-height: 30px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#locations div.advertising div.caption div.description h3>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		@media (max-width: 1199px) {
			
			#locations div.advertising div.caption div.description h2 {
				font-size: 18px;
				line-height: 25px;
			}
			
			#locations div.advertising div.caption div.description h3 {
				font-size: 18px;
				line-height: 25px;
			}
			
		}
	
	/* /advertising */
	
	/* form */
	
		#locations div.form {
			margin: 170px 0 0 0;
			padding: 10px 20px 10px 20px;
			background-color: #eeeeee;
		}

		/* button */
		
			#locations div.form button.toggle,
			#locations div.form button.submit
			{
				margin: 14px 4px 14px 4px;
				padding: 0 10px 0 10px;
				display: block;
				position: relative;
				width: auto;
				height: 35px;
				background-color: #ed1c24;
				border: none;
				font-family: "Raleway", sans-serif;
				font-size: 15px;
				color: #ffffff;
				line-height: 35px;
			}
			
			#locations div.form button.toggle:after,
			#locations div.form button.submit:after
			{
				content: "";
				display: block;
				position: absolute;
				top: -4px;
				right: -4px;
				bottom: -4px;
				left: -4px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border: 4px solid rgba(0, 0, 0, 0.20);
			}
			
			#locations div.form button.toggle strong,
			#locations div.form button.submit strong
			{
				font-weight: 800;
				text-transform: uppercase;
			}
			
			#locations div.form button.toggle {
				margin: 0;
				padding: 0 5px 0 5px;
				position: absolute;
				z-index: 16;
				top: 14px;
				right: 14px;
				height: 20px;
				line-height: 20px;
			}
			
			#locations div.form button.submit {
				float: right;
				margin-top: 4px;
				margin-right: 4px;
			}
		
		/* /button */
		
		#locations div.form>form {
			margin: 0;
			padding: 0;
		}
		
		#locations div.form>form label {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			color: #393e42;
			line-height: 34px;
		}
		
		#locations div.form>form label[for='privacy'] {
			margin: 0 0 0 10px;
			width: 180px;
			float: left;
			line-height: 12px;
			text-align: justify;
		}
		
		#locations div.form>form label small {
			font-size: 11px;
		}
		
		#locations div.form>form label a {
			color: #393e42;
			text-decoration: underline;
		}
		
		#locations div.form>form span.error {
			margin: 0;
			padding: 3px 0 0 0;
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			text-align: left;
			color: #ed1c24;
			line-height: 15px;
			display: none;
		}
		
		#locations div.form>form div.response {
			font-family: "Raleway", sans-serif;
		}
		
		#locations div.form>form textarea,
		#locations div.form>form input,
		#locations div.form>form div.bootstrap-select button.dropdown-toggle,
		#locations div.form>form div.bootstrap-select ul.dropdown-menu>li
		{
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			color: #393e42;
			line-height: 24px;
		}
		
		#locations div.form>form div.bootstrap-select ul.dropdown-menu>li>a {
			padding: 6px 11px;
		}
		
		#locations div.form>form textarea {
			height: 100px;
		}
		
		#locations div.form>form textarea:focus,
		#locations div.form>form input:focus
		{
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		#locations div.form>form input[type="checkbox"],
		#locations div.form>form input[type="radio"]
		{
			width: 20px !important;
			height: 20px !important;
			min-height: 20px !important;
			float: left;
		}
		
		#locations div.form>form input[type="checkbox"]:focus + label::before,
		#locations div.form>form input[type="radio"]:focus + label::before
		{
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		#locations div.form>form img.checkbox
		{
			margin: 0;
		}
		
		#locations div.form>form .bootstrap-select ul li.selected a:focus, a:active {
			outline: none !important;
		}
		
		#locations div.form>form .bootstrap-select .dropdown-toggle:focus {
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		#locations div.form>form .bootstrap-select .btn-default {
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
			-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
			-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
		}
		
		#locations div.form>form .bootstrap-select .btn-default.hover,
		#locations div.form>form .bootstrap-select .btn-default:hover,
		#locations div.form>form .bootstrap-select .open>.dropdown-toggle.btn-default
		{
			background-color: #ffffff !important;
		}
		
		#locations div.form>form .bootstrap-select .btn-default.active,
		#locations div.form>form .bootstrap-select .btn-default:active,
		#locations div.form>form .bootstrap-select .open>.dropdown-toggle.btn-default
		{
			background-color: #ffffff !important;
		}
		
		#locations div.form>form .bootstrap-select .btn-default.focus,
		#locations div.form>form .bootstrap-select .btn-default:focus
		{
			background-color: #ffffff !important;
		}
		
		#locations div.form>form input[type='radio'],
		#locations div.form>form input[type='checkbox']
		{
			cursor: pointer;
		}
		
		#locations div.form>form textarea
		{
			resize: none;
		}
		
		#locations div.form>form>fieldset {
			margin: 0;
			padding: 0;
			border: none;
		}
		
		#locations div.form>form>fieldset>legend {
			margin: 0;
			padding: 16px 0 10px 0;
			border: none;
			text-align: left;
			display: block;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			color: #393e42;
			text-transform: uppercase;
		}
		
		#locations div.form>form>fieldset>div.row {
			padding: 0;
		}

		#locations div.form>form textarea,
		#locations div.form>form input,
		#locations div.form>form div.bootstrap-select,
		#locations div.form>form img.checkbox,
		#locations div.form>form label[for='privacy'],
		#locations div.form>form button.submit
		{
			margin-top: 10px;
		}
		
		#locations div.form>form label[for='privacy'] {
			width: 180px;
			line-height: 12px;
		}
		
		@media (max-width: 767px) {
			
			#locations div.form {
				margin: 40px 0 0 0;
			}
			
		}
	
	/* /form */

	/* links */
	
		#locations div.links {
			margin: 40px 0 0 0;
			padding: 10px 20px 10px 20px;
			background-color: #eeeeee;
		}
		
		#locations div.links ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#locations div.links ul li {
			margin: 0;
			padding: 5px 0 5px 0;
			display: block;
			border-bottom: 1px solid #cccccc;
		}
		
		#locations div.links ul li:last-child {
			border-bottom: none;
		}
		
		#locations div.links ul li h2 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 16px;
			line-height: 25px;
			color: #393e42;
		}
		
		#locations div.links ul li h2 a {
			color: #393e42;
			text-decoration: none;
		}
	
	/* /links */
	
	/* cities */
	
		#cities {
			margin: -40px 0 0 0;
			padding: 0;
		}
		
		#cities div.city {
			margin: 40px 0 0 0;
			padding: 0;
			background-color: #eeeeee;
		}
		
		#cities div.city div.image {
			margin: 0;
			position: relative;
		}
		
		#cities div.city div.image div.caption {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0, 0, 0, 0.70);
		}
		
		#cities div.city div.image div.caption.static {
			position: static;
			left: auto;
			right: auto;
			bottom: auto;
		}
		
		#cities div.city div.image div.caption div.description {
			margin: 0;
			padding: 10px;
			text-align: center;
		}
		
		#cities div.city div.image div.caption div.description h1 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 14px;
			line-height: 20px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#cities div.city div.image div.caption div.description h1>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		@media (max-width: 1199px) {
			
			#cities div.city div.image div.caption div.description h1 {
				font-size: 18px;
				line-height: 25px;
			}
			
		}
		
		#cities div.city>div:not(.actions):not(.image) {
			margin: 0;
			padding: 10px;
			font-family: "Raleway", sans-serif;
			font-weight: 400;
			font-size: 14px;
			line-height: 18px;
			text-align: justify;
			color: #393e42;
		}
		
		#cities div.city>div:not(.actions):not(.image)>p {
			margin: 0;
			padding: 10px 0 0 0;
		}
		
		#cities div.city div.actions {
			margin: 0;
			padding: 10px 0 10px 0;
		}
		
		#cities div.city div.actions button {
			margin: 4px auto 4px auto;
			padding: 0;
			display: block;
			position: relative;
			width: 200px;
			height: 35px;
			background-color: #ed1c24;
			border: none;
			font-family: "Raleway", sans-serif;
			font-size: 15px;
			color: #ffffff;
			line-height: 35px;
		}
		
		#cities div.city div.actions button:after {
			content: "";
			display: block;
			position: absolute;
			top: -4px;
			right: -4px;
			bottom: -4px;
			left: -4px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 4px solid rgba(0, 0, 0, 0.20);
		}
		
		#cities div.city div.actions button strong {
			font-weight: 800;
			text-transform: uppercase;
		}
		
		@media (max-width: 1199px) {
			
			#cities div.city div.actions button {
				padding: 0 20px 0 20px;
				width: auto;
			}
			
		}
	
	/* /cities */

/* /locations */

/* content */

	#content {
		margin: 0 0 40px 0;
		padding: 0;
	}
	
	/* article */
	
		#content div.article {
			margin: 40px 0 0 0;
			padding: 0;
		}
		
		#content div.article div.text {
			margin: 15px 0 0 0;
			padding: 0;
		}
		
		#content div.article div.text>p:last-child {
			margin: 0;
		}
	
	/* /article */
	
	/* applications */
	
		#content #applications {
			margin: 40px 0 0 0;
			padding: 0;
		}
	
		#content #applications>h1 {
			margin: 0;
			padding: 0 0 15px 0;
			font-family: "Raleway", sans-serif;
			font-weight: 900;
			font-size: 50px;
			line-height: 50px;
			color: #393e42;
			text-align: center;
		}
		
		#content #applications>h1 strong {
			font-weight: 900;
			text-transform: uppercase;
			color: #ed1c24;
		}
		
		#content #applications ul {
			margin: 40px 0 0 0;
			padding: 0 0 0 25px;
			list-style: none;
		}
		
		#content #applications ul li {
			margin: 0;
			padding: 5px 30px 5px 0;
		}
		
		#content #applications ul li:first-child {
			padding-top: 0;
		}
		
		#content #applications ul li:last-child {
			padding-bottom: 0;
		}
		
		#content #applications ul li h2 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 16px;
			line-height: 22px;
			color: #393e42;
			white-space: nowrap;
		}
		
		#content #applications ul li h2 i {
			font-size: 14px;
			line-height: 16px;
			padding-top: 5px;
		}
		
		#content #applications ul li:first-child h2 i {
			padding-top: 0;
		}
		
		#content #applications ul li h2 a {
			color: #393e42;
			text-decoration: none;
		}
		
		@media (max-width: 991px) {
		
			#content #applications div.divide {
				margin-bottom: 35px;
			}
			
			#content #applications ul {
				margin: 0;
			}
			
			#content #applications ul li:first-child {
				padding-top: 5px;
			}
			
			#content #applications ul li:first-child h2 i {
				padding-top: 5px;
			}
		
		}
	
	/* /applications */
	
	/* staff */
	
		#content #staff {
			margin: 40px 0 0 0;
			padding: 0;
		}
		
		#content #staff>h1 {
			margin: 0;
			padding: 0 0 15px 0;
			font-family: "Raleway", sans-serif;
			font-weight: 900;
			font-size: 50px;
			line-height: 50px;
			color: #393e42;
			text-align: center;
		}
		
		#content #staff>h1 strong {
			font-weight: 900;
			text-transform: uppercase;
			color: #ed1c24;
		}
		
		#content #staff #humans {
			margin: 15px 0 0 0;
			padding: 15px;
			background-color: #eeeeee;
		}
		
		#content #staff div.human {
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		#content #staff div.human img {
			margin: 0 auto;
		}
		
		#content #staff div.human h1 {
			margin: 15px 0 0 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			color: #393e42;
			text-transform: uppercase;
		}
		
		#content #staff div.human h1>a {
			color: #393e42;
			text-decoration: none;
		}
		
		#content #staff div.human>div {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 400;
			font-size: 14px;
			line-height: 18px;
			color: #929596;
		}
		
		#content #staff div.human>div>p {
			margin: 0;
			padding: 10px 0 0 0;
		}
		
		@media (max-width: 1199px) {
			
			#content #staff div.human h1 {
				font-size: 18px;
				line-height: 18px;
			}
			
		}
		
		@media (max-width: 991px) {
			
			#content #staff div.human {
				margin: 15px 0 15px 0;
			}
			
		}
	
	/* /staff */
	
	/* moving */
	
		#content #moving {
			margin: 15px 0 -10px 0;
			padding: 0;
		}
		
		#content #moving div.service {
			margin: 0 0 30px 0;
			padding: 20px 20px 35px 20px;
			background-color: #393e42;
			text-align: center;
			position: relative;
		}
		
		#content #moving div.service h1 {
			margin: 15px 0 0 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			color: #ffffff;
			text-transform: uppercase;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#content #moving div.service h1>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content #moving div.service>div:not(.actions) {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 400;
			font-size: 14px;
			line-height: 18px;
			color: #929596;
		}
		
		#content #moving div.service>div:not(.actions)>p {
			margin: 0;
			padding: 10px 0 0 0;
		}
		
		#content #moving div.service div.actions {
			position: absolute;
			left: 0;
			right: 0;
			bottom: -20px;
		}
		
		#content #moving div.service div.actions button {
			margin: 4px auto 4px auto;
			padding: 0;
			display: block;
			position: relative;
			width: 210px;
			height: 35px;
			background-color: #ed1c24;
			border: none;
			font-family: "Raleway", sans-serif;
			font-size: 15px;
			color: #ffffff;
			line-height: 35px;
		}
		
		#content #moving div.service div.actions button:after {
			content: "";
			display: block;
			position: absolute;
			top: -4px;
			right: -4px;
			bottom: -4px;
			left: -4px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 4px solid rgba(0, 0, 0, 0.20);
		}
		
		#content #moving div.service div.actions button strong {
			font-weight: 800;
			text-transform: uppercase;
		}
		
		@media (max-width: 1199px) {
			
			#content #moving div.service h1 {
				font-size: 18px;
				line-height: 18px;
			}
			
		}
	
	/* /moving */

	/* territories*/

		#content #territories {
			margin: 15px 0 0 0;
			padding: 0;
		}
	
		#content #territories>h1 {
			margin: 0;
			padding: 0 0 15px 0;
			font-family: "Raleway", sans-serif;
			font-weight: 900;
			font-size: 50px;
			line-height: 50px;
			color: #393e42;
			text-align: center;
		}
		
		#content #territories>h1 strong {
			font-weight: 900;
			text-transform: uppercase;
			color: #ed1c24;
		}
		
		#content #territories ul {
			margin: 15px 0 0 0;
			padding: 0 0 0 25px;
			list-style: none;
		}
		
		#content #territories ul li {
			margin: 0;
			padding: 5px 0 5px 0;
		}
		
		#content #territories ul li:first-child {
			padding-top: 0;
		}
		
		#content #territories ul li:last-child {
			padding-bottom: 0;
		}
		
		#content #territories ul li h2 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 16px;
			line-height: 22px;
			color: #393e42;
			white-space: nowrap;
		}
		
		#content #territories ul li h2 i {
			font-size: 14px;
			line-height: 16px;
			padding-top: 5px;
		}
		
		#content #territories ul li:first-child h2 i {
			padding-top: 0;
		}
		
		#content #territories ul li h2 a {
			color: #393e42;
			text-decoration: none;
		}
		
		@media (max-width: 991px) {
		
			#content #territories div.divide {
				margin-bottom: 35px;
			}
			
			#content #territories ul {
				margin: 0;
			}
			
			#content #territories ul li:first-child {
				padding-top: 5px;
			}
			
			#content #territories ul li:first-child h2 i {
				padding-top: 5px;
			}
		
		}
	
	/* /territories */

	/* map */
		#content div.map {
			margin: 15px 0;
		}
	/* map */

	/* advertising */
	
		#content div.advertising {
			margin: 40px 0 0 0;
			position: relative;
		}
		
		#content div.advertising div.caption {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0, 0, 0, 0.70);
		}
		
		#content div.advertising div.caption div.description {
			margin: 0;
			padding: 20px;
			text-align: center;
		}
		
		#content div.advertising div.caption div.description h2 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 30px;
			color: #ffffff;
			text-transform: uppercase;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#content div.advertising div.caption div.description h2>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content div.advertising div.caption div.description h3 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 20px;
			line-height: 30px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#content div.advertising div.caption div.description h3>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		@media (max-width: 1199px) {
			
			#content div.advertising div.caption div.description h2 {
				font-size: 18px;
				line-height: 25px;
			}
			
			#content div.advertising div.caption div.description h3 {
				font-size: 18px;
				line-height: 25px;
			}
			
		}
	
	/* /advertising */
	
	/* links */
	
		#content div.links {
			margin: 40px 0 0 0;
			padding: 10px 20px 10px 20px;
			background-color: #eeeeee;
		}
		
		#content div.links>h1 {
			margin: 15px 0 10px 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			color: #393e42;
			text-transform: uppercase;
		}
		
		#content div.links>h1>a {
			color: #393e42;
			text-decoration: none;
		}
		
		#content div.links>h1 strong {
			font-weight: 800;
		}
		
		#content div.links ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#content div.links ul li {
			margin: 0;
			padding: 5px 0 5px 0;
			display: block;
			border-bottom: 1px solid #cccccc;
		}
		
		#content div.links ul li:last-child {
			border-bottom: none;
		}
		
		#content div.links ul li h2 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 16px;
			line-height: 25px;
			color: #393e42;
		}
		
		#content div.links ul li h2 a {
			color: #393e42;
			text-decoration: none;
		}
		
		#content div.links ul li h2 strong {
			font-weight: 100;
		}
	
	/* /links */
	
	/* articles */
	
		#content #articles {
			margin: 40px 0 0 0;
			padding: 0;
		}
		
		#content #articles>h1 {
			margin: 0;
			padding: 0 0 15px 0;
			font-family: "Raleway", sans-serif;
			font-weight: 900;
			font-size: 50px;
			line-height: 50px;
			color: #393e42;
			text-align: center;
		}
		
		#content #articles>h1 strong {
			font-weight: 900;
			text-transform: uppercase;
			color: #ed1c24;
		}
		
		#content #articles>div.text {
			margin: 15px 0 0 0;
			max-width: 900px;
			font-family: "Raleway", sans-serif;
			font-size: 16px;
			line-height: 25px;
		}
		
		#content #articles>div.text>p:last-child {
			margin: 0;
		}
		
		#content #articles div.article {
			margin: 40px 0 0 0;
			padding: 0;
			background-color: #eeeeee;
		}
		
		#content #articles div.article div.image {
			margin: 0;
			position: relative;
		}
		
		#content #articles div.article div.image div.caption {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0, 0, 0, 0.70);
		}
		
		#content #articles div.article div.image div.caption.static {
			position: static;
			left: auto;
			right: auto;
			bottom: auto;
		}
		
		#content #articles div.article div.image div.caption div.description {
			margin: 0;
			padding: 10px;
			text-align: center;
		}
		
		#content #articles div.article div.image div.caption div.description h1 {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 14px;
			line-height: 20px;
			color: #ffffff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		#content #articles div.article div.image div.caption div.description h1>a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content #articles div.article>div:not(.actions):not(.image) {
			margin: 0;
			padding: 10px;
			font-family: "Raleway", sans-serif;
			font-weight: 400;
			font-size: 14px;
			line-height: 18px;
			text-align: justify;
			color: #393e42;
		}
		
		#content #articles div.article>div:not(.actions):not(.image)>p {
			margin: 0;
			padding: 10px 0 0 0;
		}
		
		#content #articles div.article div.actions {
			margin: 0;
			padding: 10px 0 10px 0;
		}
		
		#content #articles div.article div.actions button {
			margin: 4px auto 4px auto;
			padding: 0;
			display: block;
			position: relative;
			width: 200px;
			height: 35px;
			background-color: #ed1c24;
			border: none;
			font-family: "Raleway", sans-serif;
			font-size: 15px;
			color: #ffffff;
			line-height: 35px;
		}
		
		#content #articles div.article div.actions button:after {
			content: "";
			display: block;
			position: absolute;
			top: -4px;
			right: -4px;
			bottom: -4px;
			left: -4px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 4px solid rgba(0, 0, 0, 0.20);
		}
		
		#content #articles div.article div.actions button strong {
			font-weight: 800;
			text-transform: uppercase;
		}
		
		@media (max-width: 1199px) {
			
			#content #articles div.article div.image div.caption div.description h1 {
				font-size: 18px;
				line-height: 25px;
			}
			
			#content #articles div.article div.actions button {
				padding: 0 20px 0 20px;
				width: auto;
			}
			
		}
	
	/* /articles */
	
	/* tree */
	
		#content #tree {
			margin: 40px 0 0 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 100;
			font-size: 14px;
			line-height: 20px;
			color: #393e42;
		}
		
		#content #tree a {
			text-decoration: underline;
			color: #ed1c24;
		}
		
		#content #tree strong {
			color: #393e42;
		}
		
		#content #tree ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style: square;
			color: #cccccc;
		}
		
		#content #tree ul>li {
			margin: 10px 0 0 0;
			padding: 0;
		}
		
		#content #tree ul>li>ol {
			margin: 0;
			padding: 0 0 0 15px;
			list-style: square;
		}
		
		#content #tree ul>li>ol>li {
			margin: 10px 0 0 0;
			padding: 0;
		}
		
		#content #tree ul>li>ol>li>ol {
			margin: 0;
			padding: 0 0 0 15px;
			list-style: square;
		}
		
		#content #tree ul>li>ol>li>ol>li {
			margin: 10px 0 0 0;
			padding: 0;
		}
		
		#content #tree ul>li>ol>li>ol>li>ol {
			margin: 0;
			padding: 0 0 0 15px;
			list-style: square;
		}
		
		#content #tree ul>li>ol>li>ol>li>ol>li {
			margin: 10px 0 0 0;
			padding: 0;
		}
		
		#content #tree ul>li>ol>li>ol>li>ol>li>ol {
			margin: 0;
			padding: 0 0 0 15px;
			list-style: square;
		}
		
		#content #tree ul>li>ol>li>ol>li>ol>li>ol>li {
			margin: 10px 0 0 0;
			padding: 0;
		}
	
	/* /tree */

	/* accordion */

		#content .article #accordion {
			margin: 15px 0 15px 0;
		}

		#content .article #accordion div.panel {
			margin-bottom: 15px;
			border: none;
			text-align: justify;
			font-family: "Raleway", sans-serif;
			font-size: 16px;
			line-height: 25px;
			border-radius: 0;
			box-shadow: none;
		}

		#content .article #accordion div.panel .panel-heading {
			padding: 0;
			background-color: #eeeeee;
			color: #393e42;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}

		#content .article #accordion div.panel .panel-title {
			padding:15px;
			font-size: 18px;
			font-weight: 700;
			color: #393e42;
			line-height: 25px;
		}
		
		#content .article #accordion div.panel .panel-collapse {
			border: 1px solid #eeeeee;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		
		#content .article #accordion div.panel div.actions {
			padding: 0 15px 15px 15px;
		}
		
		#content .article #accordion div.panel div.actions button {
			margin: 4px;
			padding: 0 20px 0 20px;
			display: block;
			position: relative;
			width: auto;
			height: 35px;
			background-color: #ed1c24;
			border: none;
			font-family: "Raleway", sans-serif;
			font-size: 15px;
			color: #ffffff;
			line-height: 35px;
		}
		
		#content .article #accordion div.panel div.actions button:after {
			content: "";
			display: block;
			position: absolute;
			top: -4px;
			right: -4px;
			bottom: -4px;
			left: -4px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 4px solid rgba(0, 0, 0, 0.25);
		}
		
		#content .article #accordion div.panel div.actions button strong {
			font-weight: 800;
			text-transform: uppercase;
		}

	/* /accordion */
	
	/* form */
	
		#content div.form {
			margin: 10px 0 0 0;
			padding: 10px 20px 10px 20px;
			background-color: #eeeeee;
		}

		@media (min-width: 768px) {
			#content div.form {
				position: absolute;
				z-index: 10;
			}
		}
		
		/* button */
		
			#content div.form button.toggle,
			#content div.form button.submit
			{
				margin: 14px 4px 14px 4px;
				padding: 0 10px 0 10px;
				display: block;
				position: relative;
				width: auto;
				height: 35px;
				background-color: #ed1c24;
				border: none;
				font-family: "Raleway", sans-serif;
				font-size: 15px;
				color: #ffffff;
				line-height: 35px;
			}
			
			#content div.form button.toggle:after,
			#content div.form button.submit:after
			{
				content: "";
				display: block;
				position: absolute;
				top: -4px;
				right: -4px;
				bottom: -4px;
				left: -4px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border: 4px solid rgba(0, 0, 0, 0.20);
			}
			
			#content div.form button.toggle strong,
			#content div.form button.submit strong
			{
				font-weight: 800;
				text-transform: uppercase;
			}
			
			#content div.form button.toggle {
				margin: 0;
				padding: 0 5px 0 5px;
				position: absolute;
				z-index: 16;
				top: 14px;
				right: 14px;
				height: 20px;
				line-height: 20px;
			}
			
			#content div.form button.submit {
				float: right;
				margin-top: 4px;
				margin-right: 4px;
			}
		
		/* /button */
		
		#content div.form>form {
			margin: 0;
			padding: 0;
		}
		
		#content div.form>form label {
			margin: 0;
			padding: 0;
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			color: #393e42;
			line-height: 34px;
		}
		
		#content div.form>form label[for='privacy'] {
			margin: 0 0 0 10px;
			width: 180px;
			float: left;
			line-height: 12px;
			text-align: justify;
		}
		
		#content div.form>form label small {
			font-size: 11px;
		}
		
		#content div.form>form label a {
			color: #393e42;
			text-decoration: underline;
		}
		
		#content div.form>form span.error {
			margin: 0;
			padding: 3px 0 0 0;
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			text-align: left;
			color: #ed1c24;
			line-height: 15px;
			display: none;
		}
		
		#content div.form>form div.response {
			font-family: "Raleway", sans-serif;
		}
		
		#content div.form>form textarea,
		#content div.form>form input,
		#content div.form>form div.bootstrap-select button.dropdown-toggle,
		#content div.form>form div.bootstrap-select ul.dropdown-menu>li
		{
			font-family: "Raleway", sans-serif;
			font-size: 11px;
			font-weight: 400;
			color: #393e42;
			line-height: 24px;
		}
		
		#content div.form>form div.bootstrap-select ul.dropdown-menu>li>a {
			padding: 6px 11px;
		}
		
		#content div.form>form textarea {
			height: 100px;
		}
		
		#content div.form>form textarea:focus,
		#content div.form>form input:focus
		{
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		#content div.form>form input[type="checkbox"],
		#content div.form>form input[type="radio"]
		{
			width: 20px !important;
			height: 20px !important;
			min-height: 20px !important;
			float: left;
		}
		
		#content div.form>form input[type="checkbox"]:focus + label::before,
		#content div.form>form input[type="radio"]:focus + label::before
		{
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		#content div.form>form img.checkbox
		{
			margin: 0;
		}
		
		#content div.form>form .bootstrap-select ul li.selected a:focus, a:active {
			outline: none !important;
		}
		
		#content div.form>form .bootstrap-select .dropdown-toggle:focus {
			border-color: rgba(218, 17, 43, 0.8) !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 17, 43, 0.6) !important;
			outline: 0 none !important;
		}
		
		#content div.form>form .bootstrap-select .btn-default {
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
			-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
			-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
		}
		
		#content div.form>form .bootstrap-select .btn-default.hover,
		#content div.form>form .bootstrap-select .btn-default:hover,
		#content div.form>form .bootstrap-select .open>.dropdown-toggle.btn-default
		{
			background-color: #ffffff !important;
		}
		
		#content div.form>form .bootstrap-select .btn-default.active,
		#content div.form>form .bootstrap-select .btn-default:active,
		#content div.form>form .bootstrap-select .open>.dropdown-toggle.btn-default
		{
			background-color: #ffffff !important;
		}
		
		#content div.form>form .bootstrap-select .btn-default.focus,
		#content div.form>form .bootstrap-select .btn-default:focus
		{
			background-color: #ffffff !important;
		}
		
		#content div.form>form input[type='radio'],
		#content div.form>form input[type='checkbox']
		{
			cursor: pointer;
		}
		
		#content div.form>form textarea
		{
			resize: none;
		}
		
		#content div.form>form>fieldset {
			margin: 0;
			padding: 0;
			border: none;
		}
		
		#content div.form>form>fieldset>legend {
			margin: 0;
			padding: 16px 0 10px 0;
			border: none;
			text-align: left;
			display: block;
			font-family: "Raleway", sans-serif;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			color: #393e42;
			text-transform: uppercase;
		}
		
		#content div.form>form>fieldset>div.row {
			padding: 10px 0 0 0;
		}
		
		@media (max-width: 1199px) {
			
			#content div.form>form label {
				line-height: 17px;
			}
			
			#content div.form>form label[for='privacy'] {
				width: 145px;
				line-height: 12px;
			}
			
		}
		
		@media (max-width: 991px) {
			
			#content div.form {
				margin: 10px 0 0 0;
			}
			
			#content div.form>form>fieldset>div.row {
				padding: 0;
			}
			
			#content div.form>form textarea,
			#content div.form>form input,
			#content div.form>form div.bootstrap-select,
			#content div.form>form img.checkbox,
			#content div.form>form label[for='privacy'],
			#content div.form>form button.submit
			{
				margin-top: 10px;
			}
			
			#content div.form>form label[for='privacy'] {
				width: 180px;
				line-height: 12px;
			}
			
		}
		
		@media (max-width: 767px) {
			
			#content div.form {
				margin: 40px 0 0 0;
			}
			
		}
	
	/* /form */

/* /content */

/* reviews */

	#reviews {
		margin: 0;
		padding: 40px 0 40px 0;
		background-color: #393e42;
	}
	
	#reviews div.actions {
		margin: 0;
		padding: 40px 0 0 0;
	}
	
	#reviews div.actions button {
		margin: 4px auto 4px auto;
		padding: 0;
		display: block;
		position: relative;
		width: 230px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}
	
	#reviews div.actions button:after {
		content: "";
		display: block;
		position: absolute;
		top: -4px;
		right: -4px;
		bottom: -4px;
		left: -4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 4px solid rgba(255, 255, 255, 0.15);
	}
	
	#reviews div.actions button strong {
		font-weight: 800;
		text-transform: uppercase;
	}
	
	#reviews h1 {
		margin: 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 900;
		font-size: 50px;
		line-height: 50px;
		color: #ffffff;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	
	#reviews h1 strong {
		font-weight: 900;
		text-transform: uppercase;
		color: #ed1c24;
	}
	
	#reviews div.review {
		margin: 40px 0 0 0;
		padding: 0;
		background-color: #cccccc;
		border: 4px solid #cccccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#reviews div.review div.image {
		margin: 0;
		padding: 20px;
		background-color: #eeeeee;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
		box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	#reviews div.review div.image img {
		max-width: 120px;
		margin: 0 auto;
	}
	
	#reviews div.review div.description {
		margin: 0;
		padding: 20px;
		background-color: #ffffff;
	}
	
	#reviews div.review div.description h2 {
		margin: 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 20px;
		line-height: 20px;
		color: #393e42;
		text-transform: uppercase;
	}
	
	#reviews div.review div.description h2 strong {
		color: #ed1c24;
		font-weight: 900;
	}
	
	#reviews div.review div.description h3 {
		margin: 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 14px;
		font-style: italic;
		line-height: 20px;
		color: #ed1c24;
	}
	
	#reviews div.review div.description div.divide {
		margin: 10px 0 10px 0;
	}
	
	#reviews div.review div.description div.comment {
		margin: 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		color: #393e42;
		text-align: justify;
	}
	
	#reviews div.review div.description div.comment>a {
		margin: 0 0 0 5px;
	}
	
	#reviews div.review>div.actions {
		margin: 0;
		padding: 10px;
		border-top: 1px solid #cccccc;
		background-color: #ffffff;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	#reviews div.review>div.actions button {
		margin: 4px auto 4px auto;
		padding: 0;
		display: block;
		position: relative;
		width: 200px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}
	
	#reviews div.review>div.actions button:after {
		content: "";
		display: block;
		position: absolute;
		top: -4px;
		right: -4px;
		bottom: -4px;
		left: -4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 4px solid rgba(0, 0, 0, 0.20);
	}
	
	#reviews div.review>div.actions button strong {
		font-weight: 800;
		text-transform: uppercase;
	}

/* /reviews */

/* map */

	#map {
		margin: 0;
		padding: 0;
	}
	
	#map #map-canvas {
		height: 450px;
	}
	
	#map #map-canvas div.popup {
		margin: 0;
		padding: 10px 0 0 0;
	}
	
	#map #map-canvas div.popup h2 {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 20px;
		line-height: 20px;
		color: #393e42;
		text-transform: uppercase;
	}
	
	#map #map-canvas div.popup p {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: "Raleway", sans-serif;
		font-weight: 100;
		font-size: 13px;
		line-height: 16px;
		color: #393e42;
	}
	
	#map #map-canvas div.popup p strong {
		font-weight: 600;
	}
	
	#map #map-canvas div.popup a {
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 16px;
		color: #ed1c24;
		text-decoration: underline;
	}
	
	#map #map-canvas div.popup a:hover {
		color: #ed1c24;
	}

/* /map */

/* footer */

	footer {
		margin: 0;
		padding: 0;
	}
	
	/* top */
	
		footer div.top {
			padding: 0 0 40px 0;
			background-color: #393e42;
		}
		
		/* address */
		
			footer div.top div.address {
				margin: 40px 0 0 0;
				padding: 0;
			}
			
			footer div.top div.address h2 {
				margin: 0;
				padding: 0;
				font-family: "Raleway", sans-serif;
				font-weight: 100;
				font-size: 14px;
				line-height: 20px;
				color: #929596;
			}
			
			footer div.top div.address h2 strong {
				color: #ffffff;
				font-weight: 600;
			}
			
			footer div.top div.address hr {
				margin: 10px 0 10px 0;
				padding: 0;
				border: 0;
				height: 1px;
				background-color: #282828;
			}
			
			footer div.top div.address p {
				margin: 0;
				padding: 0;
				font-family: "Raleway", sans-serif;
				font-weight: 100;
				font-size: 14px;
				line-height: 20px;
				color: #929596;
			}
			
			footer div.top div.address p strong {
				color: #ffffff;
				font-weight: 600;
			}
			
			footer div.top div.address p a {
				color: #929596;
				text-decoration: underline;
			}
		
		/* /address */
		
		/* links */
		
			footer div.top div.links {
				margin: 40px 0 0 0;
				padding: 0;
			}
			
			footer div.top div.links ul {
				margin: 0 0 20px 0;
				padding: 0;
				list-style: none;
			}
			
			footer div.top div.links ul:last-child {
				margin: 0;
			}
			
			footer div.top div.links ul li {
				margin: 0 0 10px 0;
				padding: 0;
				display: block;
			}
			
			footer div.top div.links ul li:last-child {
				margin: 0;
			}
			
			footer div.top div.links ul li h3 {
				margin: 0;
				padding: 0px 10px 10px 10px;
				border-bottom: 1px solid #282828;
				font-family: "Raleway", sans-serif;
				font-weight: 600;
				font-size: 14px;
				line-height: 20px;
				color: #ffffff;
			}
			
			footer div.top div.links ul li h3 a {
				color: #ffffff;
				text-decoration: none;
			}
			
			footer div.top div.links ul li h3 a>strong {
				font-weight: normal;
			}
			
			footer div.top div.links ul li h4 {
				margin: 0;
				padding: 0 10px 0 10px;
				font-family: "Raleway", sans-serif;
				font-weight: 100;
				font-size: 14px;
				line-height: 20px;
				color: #929596;
			}
			
			footer div.top div.links ul li h4 a {
				color: #929596;
				text-decoration: underline;
			}
		
		/* /links */
	
	/* /top */
	
	/* bottom */
	
		footer div.bottom {
			background-color: #282828;
		}
		
		/* network */
		
			footer div.bottom div.network {
				margin: 0;
				padding: 0;
			}
			
			footer div.bottom div.network h1 {
				margin: 0;
				padding: 10px 0 10px 0;
				border-bottom: 1px solid #282828;
				font-family: "Raleway", sans-serif;
				font-weight: 600;
				font-size: 14px;
				line-height: 29px;
				color: #929596;
			}
			
			footer div.bottom div.network h1 a {
				color: #ffffff;
				text-decoration: none;
			}
		
		/* /network */
		
		/* social */
		
			footer div.bottom div.social {
				margin: 0;
				padding: 0;
			}
				
			footer div.bottom div.social ul {
				margin: 0;
				padding: 10px 0 10px 0;
				float: right;
				list-style: none;
			}
			
			footer div.bottom div.social ul li {
				margin: 0 0 0 10px;
				padding: 0;
				float: left;
			}
			
			@media (max-width: 991px) {
				
				footer div.bottom div.social ul {
					float: left;
				}
				
				footer div.bottom div.social ul li {
					margin: 0 10px 0 0;
				}
				
			}
			
			@media (max-width: 767px) {
				
				footer div.bottom div.social {
					border-top: 1px solid #929596;
					padding-top: 10px;
				}
				
			}
		
		/* /social */
	
	/* /bottom */

	/* siteseal */

		span#siteseal {
			position: fixed;
			bottom: 0;
			right: 0;
		}

	/* /siteseal */

/* /footer */

/** Others **/

/* Thank you page */
	section#thank_you {
		background: url(../media/layout_images/1.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
	}
	section#thank_you div.container {
		position: relative;
	}

	section#thank_you div.container > div.row {
		position: absolute;
		left: 0;
		right: 0;
		top: 20vh;
		padding: 50px 25px;
		background: #ffffff;
		border-radius: 20px;
		margin: 15px;
	}

	@media (max-width: 500px) {
		section#thank_you div.container > div.row {
			top: 0;
		}
	}

	section#thank_you div.row div.logo,
	section#thank_you div.row div.text {
		display: flex;
	}

	section#thank_you div.row div.text h1,
	section#thank_you div.row div.text h2 {
		text-align: center;
	}

	section#thank_you div.row div.text button {
		margin: auto;
		padding: 0;
		display: block;
		position: relative;
		width: 210px;
		height: 35px;
		background-color: #ed1c24;
		border: none;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		color: #ffffff;
		line-height: 35px;
	}

	section#thank_you div.row div.logo img,
	section#thank_you div.row div.text div.wrapper {
		margin: auto;
}
/* /Thank you page */
