@import url(//fonts.googleapis.com/css?family=Lato:400,300,700,900);

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: top;
}

a {
	outline: none;
}

p {
	margin: 0 0 10px;
}

input, textarea, select {
	outline: none;
}

ul {
	list-style-type: none;
}

body {
	background: #ffffff;
	font: 16px 'Lato', Arial, sans-serif;
	font-weight: 400;
}

header, nav, section, article, aside, footer {
	display: block;
}

.btn {
	border: 2px solid #fb1c1b;
	border-radius: 5px;
	background: #ffffff;
	color: #fb1c1b;
	font: 700 16px/1 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 0;
	width: 165px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.focus, .btn:focus {
	color: #fb1c1b;
}

.btn:hover {
	background: #fb1c1b;
	color: #ffffff;
}

.header {
	border-top: 5px solid #fed900;
	background: #ffffff;
}

.header .logo {
	display: block;
	margin: 45px 0 5px 20px;
	max-width: 350px;
}

.header .subscribe_form {
	margin: 66px 0 0 0;
	float: right;
}

.header .subscribe_form:after {
	content: "";
	display: block;
	clear: both;
}

.header .subscribe_form .title_form {
	color: #000000;
	font: 14px 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.header .subscribe_form .field_email {
	background: #ffffff;
	border: 2px solid #ebebeb;
	border-right: none;
	border-radius: 5px 0 0 5px;
	height: 40px;
	width: 130px;
	padding: 0 10px;
	color: #666666;
	font: 300 14px 'Lato', Arial, sans-serif;
	float: left;
}

.header .subscribe_form .send {
	background: #fb1c1b;
	border: none;
	border-radius: 0 5px 5px 0;
	height: 40px;
	padding: 0 6px;
	color: #ffffff;
	font: 16px 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	float: left;
}

.header .soc {
	text-align: right;
	margin: 24px 0 45px 0;
}

.header .soc a,
.soc-links a {
	margin: 0 8px;
	color: #464646;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .soc a:hover,
.soc-links a:hover {
	color: #192cbb;
}

.header .header_buttons {
	text-align: right;
	font-size: 0;
}

.header .header_buttons a {
	margin-left: 28px;
}

.header .header_buttons a:first-child {
	margin-left: 0;
}

.main_menu {
	border: none;
	border-bottom: 5px solid #fed900;
	background: #ffffff;
	margin: 0;
	min-height: auto;
}

.main_menu .navbar-collapse {
	padding: 30px 0 20px 0;
}

.main_menu li {
	vertical-align: middle;
}

.main_menu li a {
	color: #252935;
	font: 17px/1 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 10px;
}

.main_menu li a:hover {
	font-weight: 700;
	background: none;
}

.main_menu li.active a {
	font-weight: 700;
	color: #fb1c1b;
}

.main_menu .navbar-toggle {
	width: 100%;
	float: none;
	border-radius: 0;
	border: none;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: #f9fafb;
}

.main_menu .navbar-toggle .toggle_text {
	float: left;
	color: #fc3838;
	font: 16px/1 'Lato', Arial, sans-serif;
}

.main_menu .navbar-toggle .toggle_icon {
	float: right;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fc3838;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ecf0f1;
}

.section_slider {
	border-bottom: 1px solid #ecf0f1;
}

.section_slider .carousel-indicators {
	margin-bottom: 0;
	bottom: 15px;
	font-size: 0;
}

.section_slider .carousel-indicators li {
	background: #b7b8bb;
	width: 20px;
	height: 20px;
	border: none;
	margin: 0 5px;
}

.section_slider .carousel-indicators .active {
	background: #fed900;
}

.section_slider .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	margin: 0 auto;
	width: 100%;
}

.section_slider .carousel-caption {
	text-shadow: none;
	padding: 0 15px;
	bottom: 85px;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c1bfbb -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}


.section_slider .carousel-caption p {
	display: inline-block;
	background: #fed900;
	padding: 7px 45px;
	color: #000000;
	font: 300 48px/1 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	text-transform: uppercase;
}

.section_slider .carousel-caption span {
	font-weight: 900;
}

.interior-content {
    padding: 20px;
}

.page-header {
    border-bottom: 1px solid #c1bfbb;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}

.subpage_title-container {
    background: #d9d9d9 none repeat scroll 0 0;
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ffffff;
    padding: 20px 0;
}

.subpage_title-container .title_block span {
    color: #000000;
    font: 700 30px/1 "Lato",Arial,sans-serif;
}

.subpage_title-container .title_block {
    color: #fb1c1b;
    font: 300 30px/1 "Lato",Arial,sans-serif;
    margin: 0 0 5px 35px;
    text-align: left;
    text-transform: uppercase;
}

.mission_statement {
    background: #d9d9d9 none repeat scroll 0 0;
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid #FED900;
    padding: 20px 0;
}

.mission_statement .title_block {
    color: #fb1c1b;
    font: 300 30px/1 "Lato",Arial,sans-serif;
    margin: 0 0 5px 0;
    text-align: left;
    text-transform: uppercase;
}

.mission_statement .title_block span {
	color: #000000;
	font: 700 30px/1 'Lato', Arial, sans-serif;
}

.mission_statement .text_block {
    color: #666666;
    font: 16px/24px "Lato",Arial,sans-serif;
    margin: 0 0px;
    text-align: left;
}

.section_intro_box {
	background: #ffffff;
	padding: 60px 0 60px 0;
}

.section_intro_box .intro_box {
	text-align: center;
}

.section_intro_box .intro_box .intro_box_img {
	max-width: 350px;
	margin: 0 auto 15px;
}

.section_intro_box .intro_box .intro_box_img img {
	border: 1px solid #c7c7c7;
}

.section_intro_box .intro_box .intro_box_name {
	color: #000000;
	font: 700 25px/1 'Lato', Arial, sans-serif;
	margin: 0 0 15px 0;
}

.section_intro_box .intro_box .intro_box_text {
	color: #666666;
	font: 13px/17px Arial, sans-serif;
	margin: 0 0 20px 0;
}

.section_download {
	background: #2c3e50;
	padding: 55px 0 65px 0;
}

.section_download .download_title {
	color: #ffffff;
	font: 900 26px/1 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

.section_download .download_text p {
	color: #ffffff;
	font: 14px/18px Arial, sans-serif;
	margin: 0 0 16px 0;
}

.section_download .download_text p span {
	font: bold 14px/18px Arial, sans-serif;
}

.section_download .btn {
	width: auto;
	padding: 10px 25px;
}

.footer .adress {
	margin-top: 25px;

}

.footer {
    background: #ececec none repeat scroll 0 0;
    padding: 25px 0;
    text-align: center;
}

.footer p {
	color: #000000;
	font: 14px/28px 'Lato', Arial, sans-serif;
}

.footer p span {
	margin: 0 5px;
}

.footer p i {
	margin-right: 2px;
}

.footer p a {
	color: #000000;
	font: 14px/28px 'Lato', Arial, sans-serif;
	text-decoration: underline;
}

.footer p a:hover {
	text-decoration: none;
}

@media (max-width: 1200px) {
	.header .logo {
		margin-left: 0;
	}

	.header .subscribe_form {
		float: none;
	}

	.header .subscribe_form .field_email {
		width: 80%;
	}

	.header .subscribe_form .send {
		width: 20%;
	}

	.header .header_buttons {
		float: left;
		margin-top: 15px;
	}

	.header .soc {
		float: right;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.main_menu li a {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.header .logo {
		margin-left: auto;
		margin-right: auto;
	}

	.header .subscribe_form {
		margin-top: 40px;
	}

	.section_slider .carousel-caption p {
		font-size: 40px;
	}

	.section_intro_box {
		padding-bottom: 40px;
	}

	.section_intro_box .intro_box {
		margin-bottom: 30px;
	}

	.footer-logo {
		position: relative;
		right: 350px;
	}

	.footer .adress {
	 	text-align: center;

	}

}

@media (max-width: 768px) {
	.main_menu {
		padding-top: 0;
		padding-bottom: 0;
		border-top: 1px solid #ecf0f1;
	}

	.section_slider .carousel-caption {
		bottom: 60px;
	}

	.section_slider .carousel-caption p {
		font-size: 25px;
	}

	.footer-logo {
		position: relative;
		right: 350px;
	}

	.footer .adress {
	 	text-align: center;

	}
}

@media (max-width: 600px) {
	.header .soc {
		float: none;
		text-align: center;
	}

	.header .header_buttons {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.section_slider .carousel-indicators li {
		width: 15px;
		height: 15px;
	}

	.section_slider .carousel-caption {
		bottom: 40px;
	}

	.section_slider .carousel-caption p {
		font-size: 18px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 420px) {
	.header .subscribe_form .field_email {
		width: 70%;
	}

	.header .subscribe_form .send {
		width: 30%;
	}

	.header .header_buttons a {
		display: block;
		margin: 0 auto 10px;
		width: 100%;
		float: none;
	}

	.section_slider .carousel-caption p {
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section_download .btn {
		width: 100%;
		white-space: normal;
	}

	.footer p {
		font-size: 12px;
	}

	.footer-logo {
		position: relative;
		right: 100px;
	}

	.footer .adress {
	 text-align: center;

	}

}

@media (max-width: 360px) {
		.footer-logo {
		position: relative;
		right: 120px;
	}

}

textarea{
  resize:vertical;
}

.gift-card-text {
	color: #fb1c1b;
}

.hr-divider {
	border-color: #D9D9D9
}


/* NEW CSS FROM 28th february */

.vest-jumbotron {
  background-color: transparent;
  background: url('../images/vest_incl_logo.jpg') center/contain no-repeat;
  height: 70vh;
  width: 100%;
  padding: 0;
}

.invest-in-a-vest {
  background-image: url('../images/blue-grainy-texture-background.jpg');
  border-top: 4px solid #222;
  border-bottom: 4px solid #222;
  color: #fff;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: -19px;
}

.fast-wrap {
  padding: 0;
  border: 4px solid #222;
}
@media (max-width: 991px){
	.vest-jumbotron {
	 background-color: transparent;
	 background: url(../images/MALE_FEMALE_VESTS.jpg) center/cover no-repeat;
	 height: 40vh;
	 width: 100%;
	 padding: 0;
	}
}

/* NEW CSS FROM 1st june */

.extra-caption {
  position: absolute;
  top: 0;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
	padding-top: 10px;
  padding-bottom: 15px;
}

.extra-caption a {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	transition: ease all 0.2s;
}

.extra-caption a:hover {
	text-decoration: none;
	color: #ffda00;
	transition: ease all 0.2s;
}

@media (max-width: 600px){
	.extra-caption {
    padding-top: 2px;
    padding-bottom: 6px;
	}

	.extra-caption a {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
	}

  .extra-caption a {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }
}