@charset 'UTF-8';

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=c7b6740b-a65b-42e9-b390-142b3af1792b");

@font-face {
    font-family: "Helvetica Neue LT 45 Light";
    src: url("https://db.onlinewebfonts.com/t/0c17d7781ac0e7e07c504531aa429ee9.eot");
    src: url("https://db.onlinewebfonts.com/t/0c17d7781ac0e7e07c504531aa429ee9.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0c17d7781ac0e7e07c504531aa429ee9.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0c17d7781ac0e7e07c504531aa429ee9.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0c17d7781ac0e7e07c504531aa429ee9.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0c17d7781ac0e7e07c504531aa429ee9.svg#Helvetica Neue LT 45 Light")format("svg");
}

@font-face {
    font-family: "ITC Lubalin Graph Book";
    src: url("https://db.onlinewebfonts.com/t/18faf3b40a133f1afe7499379e5e1b78.eot");
    src: url("https://db.onlinewebfonts.com/t/18faf3b40a133f1afe7499379e5e1b78.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/18faf3b40a133f1afe7499379e5e1b78.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/18faf3b40a133f1afe7499379e5e1b78.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/18faf3b40a133f1afe7499379e5e1b78.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/18faf3b40a133f1afe7499379e5e1b78.svg#ITC Lubalin Graph Book")format("svg");
}

@font-face {
    font-family: "Swiss 721 W01 Light";
    src: url("https://db.onlinewebfonts.com/t/ee05d67b42c20678bbc61a74bba16597.eot");
    src: url("https://db.onlinewebfonts.com/t/ee05d67b42c20678bbc61a74bba16597.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/ee05d67b42c20678bbc61a74bba16597.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/ee05d67b42c20678bbc61a74bba16597.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/ee05d67b42c20678bbc61a74bba16597.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/ee05d67b42c20678bbc61a74bba16597.svg#Swiss 721 W01 Light")format("svg");
}

@font-face {
    font-family: "Swis721 BT W01 Bold";
    src: url("https://db.onlinewebfonts.com/t/9d0cf03fb0ac4ec4f1bc00d4ec10a47a.eot");
    src: url("https://db.onlinewebfonts.com/t/9d0cf03fb0ac4ec4f1bc00d4ec10a47a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/9d0cf03fb0ac4ec4f1bc00d4ec10a47a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/9d0cf03fb0ac4ec4f1bc00d4ec10a47a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/9d0cf03fb0ac4ec4f1bc00d4ec10a47a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/9d0cf03fb0ac4ec4f1bc00d4ec10a47a.svg#Swis721 BT W01 Bold")format("svg");
}


/* --- BODY --- */

html, body {
	font-size: 16px;
	line-height: 24px;
	color: #6B6C6E;
	background: #FFFFFF;
	font-family: "Swiss 721 W01 Light", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	position: relative;
}

/* --- UNIVERSAL --- */

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, a, img, fieldset, form, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0 none;
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue LT 45 Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
		color: #333333;
}

strong, b {
	font-weight: normal;
	font-family:"Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
}

input, textarea {
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, Helvetica, sans-serif;
	font-size: 22px;
}

a>img {
	border: none;
}

hr {
	border-top: 1px solid #8B8369;
	margin: 30px 0;
}

p {
	margin-bottom: 30px;
}

.form-error {font-family:"Swis721 BT W01 Bold"; color: #DA272D; line-height: 50px; text-align: right;}
.form-success {font-family:"Swis721 BT W01 Bold"; color: #AEB521; line-height: 50px; text-align: right;}

@media screen and (max-width: 991px) {
  .form-error {line-height: 25px;}
}
@media screen and (max-width: 767px) {
  .form-error, .form-success {text-align: left; margin: 30px 0 0 0;}
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #58595B;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #58595B;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #58595B;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #58595B;
}

strong {
	font-family: 'Helvetica Neue LT 45 Light', Arial, Helvetica, sans-serif;
}

a[href^="tel"] {
	color: #FFFFFF;
	text-decoration: none;
}

.text-right {
	text-align: right;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.img-border {border: 1px solid #b4b4b4;}

/* --- BUTTONS --- */

.btn {
  font-family:"Swis721 BT W01 Bold";
  height: 50px;
  line-height: 50px;
	width: 270px;
  transition: 0.3s all;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.btn:hover, .btn:focus {
  color: white;
  text-decoration: none;
}

.btn-primary {
	background-color: #da272d;
	color: #fff;
	border: 2px solid #da272d;
}
.btn-primary:hover {
	background-color: #b01e23;
	color: #FFFFFF;
	border: 2px solid #b01e23;
}



@media screen and (max-width:767px) {
	.btn-primary {
		width: 100%;
		margin-top: 30px;
	}
}

a.icon-link {
	font-size: 24px;
	font-family: 'Helvetica Neue LT 45 Light', Arial, Helvetica, sans-serif;
	color: #BBBBBB;
	text-transform: uppercase;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.icon-link:hover {
	color: #ED342F;
	text-decoration: none;
}

a.icon-link:hover:before {
	color: #ED342F;
	border-color: #ED342F;
	text-decoration: none;
}

.section-btn div {
	background-color: #1e242b;
	color: #FFFFFF;
	width: 370px;
	height: 90px;
	display: block;
	line-height: 90px;
	margin: -45px auto 0 auto;
	text-align: center;
}

.section-btn div span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 24px;
	text-transform: uppercase;
  font-family:"Swis721 BT W01 Bold";
}

.section-btn a:before, .section-btn a, .section-btn a:hover, .section-btn a:focus, .section-btn a:hover:before {
	color: #FFFFFF;
	text-decoration: none;
}

.section-btn a:before {
	line-height: 90px;
}

.section-btn h2 {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.section-btn div {
		width: 100%;
	}
}

/* --- HEADER --- */

#header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5c5c5+0,ffffff+49,c5c5c5+100 */
  background: rgb(197,197,197); /* Old browsers */
  background: url('/images/layouts/metal_texture.png') no-repeat center center, -moz-linear-gradient(top,  rgba(197,197,197,1) 0%, rgba(255,255,255,1) 49%, rgba(197,197,197,1) 100%); /* FF3.6-15 */
  background: url('/images/layouts/metal_texture.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(255,255,255,1) 49%,rgba(197,197,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url('/images/layouts/metal_texture.png') no-repeat center center, linear-gradient(to bottom,  rgba(197,197,197,1) 0%,rgba(255,255,255,1) 49%,rgba(197,197,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
	height: 120px;
	position: relative;
	z-index: 101;
	box-shadow: 0px 10px 120px 20px;
	color: #1e242b;
}

div.counter {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: "Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
	margin: 40px 0 0 0;
	text-align: right;
}

.buy-now {
	display: inline-block;
	width: 190px;
	min-height: 60px;
	max-width: 100%;
	color: #ED342F;
	border: 1px solid #ED342F;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding:19px;
	text-transform: uppercase;
	font-family:"Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
}

.buy-now:hover, .buy-now:active, .buy-now:focus {
	color: #ED342F;
	text-decoration: none;
}

.btn-centre {
	text-align: center;
}

.m30 {
	margin-bottom: 30px;
}

.long-btn {
	width: 250px;
}

div.navbar-header {
	text-align: right;
}

div.navbar-header {
	float: right;
}

.navbar-brand {
  padding: 25px 15px;
  height: auto;
}

.logo {
  margin: 0 auto;
  max-width: 218px;
	/*margin-top: 10px;*/
}

.navbar-collapse {
	padding-right: 0px;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	font-family: 'Helvetica Neue LT 45 Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #6B6C6E;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #ED342F;
}

.navbar-nav li:last-child a {
	padding-right: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.navbar-nav li a {
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.nav>li {
	position: inherit;
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 26px;
	}
}

.slogan {
	color: #fff;
	font-size: 24px;
	line-height: 120px;
	font-family: monospace;
}
.slogan span {
	color: #8B8369;
}
@media screen and (max-width: 767px) {
	.slogan {
		font-size: 18px;
		line-height: normal;
		text-align: center;
	}
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #1e232b;
  opacity: 0;
}

/* --- CONTENT --- */

div.video-player {
	margin-bottom: 60px;
}

/* HOME BLOCKS */

.home-blocks {
	margin-top: -123px;
	position: relative;
	z-index: 100;
}

.home-block a {
	background-color: rgba(68, 68, 68, 0.7);
	display: block;
	text-align: center;
	padding: 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.home-block a:hover {
	background-color: rgba(68, 68, 68, 1);
	text-decoration: none;
}

.home-block a span.box-icon {
	display: block;
	height: 30px;
	width: 30px;
	margin: 15px auto 0 auto;
	line-height: 30px;
}

.home-block a span.box-icon i {
	color: white;
	font-size: 30px;
}

.home-block a h3 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Helvetica Neue LT 45 Light', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.home-blocks {
		margin-top: 0;
		position: absolute;
		bottom: 15px;
		width: 100%;
	}
	.home-block {
		height: 60px;
		margin-bottom: 5px;
	}
	.home-block h3 {
		display: inline-block;
		line-height: 30px;
	}
	.home-block>a {
		text-align: left;
	}
	.home-block a span.box-icon {
		text-align: center;
		display: inline-block;
		float: right;
		margin-top: 0;
	}
}

.last-block a {
	background-color: rgba(237, 52, 47, 0.7);
}

.last-block a:hover {
	background-color: rgba(237, 52, 47, 1);
}

/* --- BOXES --- */

div.featured-box {
	margin-bottom: 0;
}

section.welcome {
  background-color: #E5E5E5;
  border-top: 1px solid #b4b4b4;
  padding: 80px 0;
  margin-top: 30px;
}
section.welcome p:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  div.featured-box {
  	margin-bottom: 60px;
  }
	.welcome {
    padding: 60px 0 !important;
  }
}

section.featured-areas {
	padding: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  section.featured-areas {padding-top: 0px;}
  div.featured-box {margin-bottom: 6  0px;}
}

section.featured-areas h2 {
	font-size: 30px;
	line-height: 40px;
	font-family:"ITC Lubalin Graph Book", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

section.featured-areas img {
	margin: 30px 0;
	position: relative;
	width: 100%;
}

section.featured-areas a {
	position: relative;
	display: block;
}

section.featured-areas a.box-img:hover div.img-hover {
	visibility: visible;
	opacity: 1;
}

section.featured-areas div.img-hover {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all;
	text-align: center;
	font-family: 'Helvetica Neue LT 45 Light', Arial, Helvetica, sans-serif;
	position: absolute;
	background: rgba(30,36,43,0.9);
	border-top: 1px solid #da272d;
	border-bottom: 1px solid #da272d;
	height: calc(100%  - 40px);
	width: 100%;
	z-index: 100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 20px 0;
}

section.featured-areas div.img-hover p {
	color: #da272d;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.featured-areas h2 span {
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, Helvetica, sans-serif;
}

section.featured-areas .featured-box a:hover {
	text-decoration: none;
}

section.featured-areas .featured-box a:hover~a {
	color: #ED342F;
}

section.featured-areas .featured-box a:hover~a:before {
	color: #ED342F;
}

@media screen and (max-width: 991px) {
	section.featured-areas .featured-box:last-child {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	section.featured-areas .featured-box:last-child {
		margin-bottom: 30px;
	}
}

div.intro-text {
	text-align: center;
  font-size: 18px;
  color: #1e242b;
}

div.intro-text h2 {
	font-size: 40px;
	line-height: 40px;
  margin-bottom: 30px;
	color: #da272d;
}
@media screen and (max-width: 767px) {
  section.services div.intro-text h2 {margin-top: 40px;}
}

div.intro-text h3 {
	color:#333333;
	font-size: 24px;
	line-height: 24px;
	font-family:"Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
}

div.intro-text strong span {
	color: #ED342F;
}

div.intro-text ul {
	list-style: none;
	font-size: 18px;
	line-height: 24px;
}

div.intro-text ul li + li {
	margin-top: 15px;
}

section.tab-content {
	padding-top: 60px;
}

ul.nav-pills {
	margin-bottom: 30px;
}
ul.nav-pills li {
	width: 25%;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

ul.nav-pills li:last-of-type {
	border-right: 1px solid #BBBBBB;
}

ul.nav-pills li a {
	display: block;
	border-radius:0;
	text-align: center;
	padding: 13px;
	min-height: 50px;
	text-transform: uppercase;
	color: #333333;
	font-family:"Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #ED342F;
}

ul.nav-pills li + li {
	margin:0;
}

@media screen and (max-width:767px) {
	ul.nav-pills li {
		width: 100%;
		border-right: 1px solid #BBBBBB;
		border-top: 1px solid #BBBBBB;
		border-left: 1px solid #BBBBBB;
		border-bottom: none;
	}
	ul.nav-pills li:last-of-type {
		border-bottom: 1px solid #BBBBBB;
	}
}

div.tab-pane {
	font-size: 18px;
	line-height: 24px;
}

div.tab-pane span {
	color: #ED342F;
	font-family:"Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
}

div.tab-pane a {
	color: #ED342F;
}

div.tab-pane ul {
	list-style: none;
	margin-bottom: 30px;
}

div.tab-pane ol {
	margin-bottom: 30px;
}

div.tab-pane ul li + li, div.tab-pane ol li + li {
	margin-top: 15px;
}

div.tab-pane img {
	margin:0 auto 30px auto;
}

div.tab-pane img.signature {
	margin:0 0 30px 0;
}

div.tab-pane ul.list-styled {
	padding-left: 20px;
	list-style: disc;
	color: #ED342F;
}

div.tab-pane ol.list-styled {
	padding-left: 20px;
	color: #ED342F;
}

div.tab-pane ul.list-styled span, div.tab-pane ol.list-styled span {
	color: #6b6c6e;
	font-family:"Helvetica Neue LT W01_47 Lt Cn", Arial, Helvetica, sans-serif;
}

div.tab-pane h3 {
	color: #6b6c6e;
	margin-bottom: 15px;
	font-family:"Helvetica Neue LT 45 Light", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

/* --- HOMEPAGE - FEATURED --- */

section.featured {
	text-align: center;
	margin-bottom: 60px;
}

.twitter-feature {
	display: block;
	height:200px;
	background: url('/images/layouts/twitter-feature.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.twitter-feature a {
	color: #FFFFFF;
	display: block;
	font-size: 40px;
	line-height: 40px;
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.twitter-feature {
		height:150px;
	}
	.twitter-feature a {
		font-size: 32px;
		line-height: 32px;
		padding-top: 45px;
	}
}

.twitter-feature a:hover, .twitter-feature a:active, .twitter-feature a:focus {
	text-decoration: none;
}

.twitter-feature p {
	margin: 0;
}

.twitter-feature p + p {
	font-family:"Helvetica Neue LT 45 Light";
}

.twitter-feature p span {
	color: #ED342F;
}

.twitter-feature h3 {
	color: #FFFFFF;
}

/* --- HOMEPAGE - EQUIPMENT HIRE --- */

section.featured-quote {
	height: 400px;
	text-align: center;
	margin-bottom: 30px;
	background: linear-gradient(0deg, rgba(30,36,43,0.3), rgba(30,36,43,0.3)), url('../images/layouts/quote-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

section.featured-quote .container {
	height: 100%;
	position: relative;
}

section.featured-quote .container .row {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
}

section.featured-quote .col-xs-12 {
	margin-left: 15px;
}

section.featured-quote h3 {
  font-family:"ITC Lubalin Graph Book";
	font-size: 60px;
	line-height: 60px;
	color: #FFFFFF;
  text-transform: uppercase;
	-webkit-text-shadow: 0px 0px 8px black;
	-moz-text-shadow: 0px 0px 8px black;
	text-shadow: 0px 0px 8px black;
}

section.featured-quote span {
	color: #fff;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	section.featured-quote h3 {
		font-size: 36px;
		line-height: 36px;
		/*padding: 80px 0;*/
	}
  section.featured-quote {
    margin-top: 0;
  }
}

section.services {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
	section.services {
    padding-top: 0px;
  }
}

.box {
  background-color: #E5E5E5;
  border: 1px solid #B4B4B4;
  padding: 30px;
  min-height: 228px;
}

.box p {
  color: #1e242b;
  margin: 0;
}

.box p strong {
  font-family:"Swis721 BT W01 Bold";
}

.box ul {list-style-position: outside; padding-left: 15px;}
.box ul li {color: #1e242b;}

@media screen and (max-width: 1200px) {
  .box {min-height: 280px;}
}
@media screen and (max-width: 991px) {
  .box {min-height: auto; margin-bottom: 20px;}
}

section.contact-us {
	background-image: url("/images/layouts/steel_pattern.jpg");
  background-repeat: repeat;
	margin-top: 70px;
}

section.contact-us h2 {
  color: #FFFFFF;
  font-family:"Swis721 BT W01 Bold";
	margin-bottom: 30px;
}

section.contact-us form {
	margin-bottom: 60px;
}
section.contact-us form label {
	color: #FFFFFF;
  font-family:"Swis721 BT W01 Bold";
	margin-bottom: 5px;
}
section.contact-us form input, section.contact-us form select {
	height: 45px;
	margin-bottom: 30px;
	border-radius: 0;
	font-size: 18px;
}
section.contact-us form textarea {
	height: 255px;
	font-size: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
section.contact-us .col-xs-6 {
	margin-left: 15px;
	width: 50%;
}
section.contact-us .col-xs-6:last-of-type {
	margin-left: -15px;
}
section.contact-us .security {
	/*border: 1px solid #ccc;*/
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
  section.contact-us button {width: 100%;}
}
@media screen and (max-width: 767px) {
  section.contact-us h2 {margin-top: 40px;}
}

.styled-select select {
   background: transparent;
   height: 45px;
	 width: 100%;
   -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border-radius: 0;
   }

	 .styled-select select::-ms-expand {
			display: none;
	}

.styled-select {
  overflow: hidden;
  background:#fff url('/images/layouts/arrow.png') no-repeat right ;
  border: 0;
	border-radius: 0;
	height: 45px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.player {
		background: url('/images/layouts/player.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

#map {
	height: 400px;
}

.footer {
	background-color: #333333;
	position: relative;
	padding: 30px 0;
}

.footer h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "Swis721 BT W01 Bold", Arial, Helvetica, sans-serif;
	color: #da272d;
	border-bottom: 1px solid #da272d;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer p {
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width:767px) {
	.footer p {
		margin-top: 15px;
	}
}

.footer .address {text-align: right;}

@media screen and (max-width: 767px) {
  .footer .address {text-align: left;}
}

.footer p.tel {
	color: #FFFFFF;
	font-size: 60px;
	line-height: 50px;
	margin-bottom: 10px;
	font-family: "ITC Lubalin Graph Book", Arial, Helvetica, sans-serif;
}

.footer p.email {
	margin-bottom: 0;
}

.footer p.email a {
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #da272d;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer p.email a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer img {
	margin-top: 20px;
}

.footer .social-icons {
	text-align: right;
	margin-top: 15px;
}
@media screen and (max-width:767px) {
	.footer .social-icons {
		text-align: left;
	}
}
.footer .social-icons .fa {
	display: inline-block;
	color: #fff;
	background-color: #8B8369;
	font-size: 30px;
	border-radius: 25px;
	padding: 10px;
	transition: 0.3s all;
}
.footer .social-icons .fa:hover {
	color: #8B8369;
	background-color: #fff;
}

div.copyright {
	background-color: #bc272d;
	padding: 13px 0;
}

div.copyright p {
	color: #FFFFFF;
	margin: 0;
}

div.copyright p a {
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div.copyright p a:hover {
	color: #1e242b;
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	.footer p.tel {
		font-size: 45px;
		line-height: 45px;
	}
	.footer img {
		width: 200px;
		height: auto;
	}
}

/* --- HERO --- */

.hero-image {
	width: 100%;
	position: relative;
	height: calc(100vh - 120px);
	/*background: url('/images/slider/slide1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.hero-image .fa {
	font-size: 50px;
	color: #fff;
	margin: 0 10px;
  text-shadow: 0px 2px 20px black;
}

.slider-nav {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
}

@media screen and (max-width: 767px) {
	.slider-nav {
		bottom: 65px;
	}
}

section.slider {
	position: relative;
	width: 100%;
	display: block !important;
	height: auto !important;
}

.pcgc-slider-container {
	width: 100%;
	position: relative;
}

.pcgc-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	background-color: #B1A897;
  border-bottom: 1px solid #da272d;
}

div.slider-controls {
  position: absolute;
  width: 100%;
  bottom: calc(50vh - 120px);
}
div.slider-controls i.fa-arrow-left {float: left; color: #bc272d; margin-left: 30px;}
div.slider-controls i.fa-arrow-right {float: right; color: #bc272d; margin-right: 30px;}

ul.pcgc-slider {
	width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

.pcgc-slide {
	width: 100%;
    height: auto;
    float: left;
    position: relative;
}
 .pcgc-slide img {
	 width: 100%;
	 height: calc(100vh - 120px);
	 object-fit: cover;
 }

 .scroll-down {
   position: absolute;
   width: 100%;
   text-align: center;
   bottom: 40px;
 }
 .scroll-down i {
    font-size: 35px !important;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 1px solid white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
 }

@media screen and (max-width: 767px) {
  .scroll-down {bottom: 70px;}
}

@media screen and (max-width: 991px) {
	.hero-image {
		/*background: url('/images/slider/slide1.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.hero-image {
		/*background: url('/images/slider/slide1.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
	}
}

div.caption {
	position: absolute;
	bottom: calc(50vh - 120px);
	width: 100%;
	text-align: center;
}

div.caption h1 {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-family:"ITC Lubalin Graph Book", Arial, Helvetica, sans-serif;
  text-shadow: 0px 2px 20px black;
  text-transform: uppercase;
}

div.caption h1 span, div.caption h2 span {
	color: #ED342F;
}

div.caption h2 {
	color: #1e242b;
	font-size: 54px;
	line-height: 60px;
	font-family:"Helvetica Neue LT W01_95 Black", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
	.hero-image {
		height: calc(100vh - 80px);
	}
}

/* --- 404 --- */

section.error404 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5c5c5+0,ffffff+50,c5c5c5+100 */
  background: rgb(197,197,197); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(197,197,197,1) 0%, rgba(255,255,255,1) 50%, rgba(197,197,197,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(197,197,197,1) 0%,rgba(255,255,255,1) 50%,rgba(197,197,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(197,197,197,1) 0%,rgba(255,255,255,1) 50%,rgba(197,197,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#c5c5c5',GradientType=1 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	text-align: center;
}

section.error404 > div.container {
	display: table;
	height: 100%;
}

section.error404 > div.container > div {
	display: table-cell;
	vertical-align: middle;
}

section.error404 h2 {
	font-size: 40px;
	line-height: 40px;
	color: #1e242b;
	text-transform: uppercase;
	font-family: "ITC Lubalin Graph Book", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

section.error404 img {
	margin: 0 auto 30px auto;
}

/* SQUARE TO ROUND */
.square-to-round {
  margin: 60px 0 100px 0;
}
.square-to-round h3 {
  color: #da272d;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.square-to-round p {color: #1e242b;}

@media screen and (max-width: 991px) {
  .square-to-round img {margin-bottom: 30px;}
}

/* MAP */
section.map {
  border-bottom: 1px solid #da272d;
  border-top: 1px solid #da272d;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #da272d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}


.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #137741;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #137741;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.d-block {
    display: block!important;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}