@font-face {
	font-family: 'DINWebCondensed';
	src: url('../fonts/DINWeb-CondLight.eot');
	src: url('../fonts/DINWeb-CondLight.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-CondLight.woff') format('woff'),
url('../fonts/DINWeb-CondLight.ttf') format('truetype'),
url('../fonts/DINWeb-CondLight.svg#snicons') format('svg');
	font-weight: 320;
	font-style: normal;
}
@font-face {
	font-family: 'DINWebCondensed';
	src: url('../fonts/DINWeb-Cond.eot');
	src: url('../fonts/DINWeb-Cond.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-Cond.woff') format('woff'),
url('../fonts/DINWeb-Cond.ttf') format('truetype'),
url('../fonts/DINWeb-Cond.svg#snicons') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'DINWebCondensed';
	src: url('../fonts/DINWeb-CondMedium.eot');
	src: url('../fonts/DINWeb-CondMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-CondMedium.woff') format('woff'),
url('../fonts/DINWeb-CondMedium.ttf') format('truetype'),
url('../fonts/DINWeb-CondMedium.svg#snicons') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DINWebCondensed';
	src: url('../fonts/DINWeb-CondBold.eot');
	src: url('../fonts/DINWeb-CondBold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-CondBold.woff') format('woff'),
url('../fonts/DINWeb-CondBold.ttf') format('truetype'),
url('../fonts/DINWeb-CondBold.svg#snicons') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DINWeb-CondBlack';
	src: url('../fonts/DINWeb-CondBlack.eot');
	src: url('../fonts/DINWeb-CondBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-CondBlack.woff') format('woff'),
url('../fonts/DINWeb-CondBlack.ttf') format('truetype'),
url('../fonts/DINWeb-CondBlack.svg#snicons') format('svg');
	font-weight: 900;
	font-style: normal;
}


.box-share {
	background-color: #eee;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.row.no-gutter {
	margin-left: 0px;
	margin-right: 0px;
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

a:link.btn-reviews, a:visited.btn-reviews {
	display: inline-block;
	padding: 10px;
	background-color: #E2001A;
	color: #fff;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	font-family: 'DINWebCondensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

a:hover.btn-reviews, a:active.btn-reviews {
	background-color: #58585b;
	text-decoration: none;
}

.dashed-box {
	border: 1px dashed #222;
	margin-right: 20px;
	padding: 20px;
	position: relative;
	display: block;
	height: 500px;
}

.dashed-box-confirmation {
	border: 1px dashed #222;
	padding: 50px 50px 35px 50px;
	position: relative;
	display: block;
}

.dashed-box-confirmation h1 {
    font-family: 'DINWebCondensed', sans-serif;
    font-weight: 900;
    line-height: 60px;
	margin-top: 0;
    font-size: 57px;
    letter-spacing: -1px;
    color: #00b9d2;
	text-align: center;
    text-transform: uppercase;
}

.dashed-box-confirmation p {
    font-family: 'DINWebCondensed', sans-serif;
    font-weight: 900;
    line-height: 60px;
	margin-top: 0;
    font-size: 57px;
    letter-spacing: -1px;
    color: #58585b;
	text-align: center;
}

.packshots-position {
	position: absolute;
	margin-left: -180px;
	margin-top: -50px;
	display: block;
	width: 412px;
	height: 614px;
}

.headline-position {
	margin-left: 230px;
	margin-top: 20px;
	display: block;
	width: 325px;
	height: 339px;
	margin-bottom: 40px;
}
a:link.btn-position, a:visited.btn-position {
	margin-left: 240px;
	margin-top: 10px;
	border: 1px solid #00b9d2;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'DINWebCondensed', Arial, Sans-Serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	color: #00b9d2;
	text-decoration: none;
}

a:hover.btn-position, a:active.btn-position {
	border: 1px solid #555;
	color: #555;
}

.videos h3 {
	text-align: center;
	margin-bottom: 25px;
}

.videos img {
	cursor: pointer;
	opacity: 0.8;
}

.videos img:hover {
	opacity: 1;
}

.video-modal .modal-body {
    position: relative;
    padding: 0px;
}

.video-modal .modal-content {
    position: relative;
    background-color: #000;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.video-modal .modal iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

a:link.btn-position-large, a:visited.btn-position-large {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 75px;
    max-width: 469px;
    display: block;
    border: 1px solid #00b9d2;
    padding: 15px 7px 7px 7px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'DINWebCondensed', Arial, Sans-Serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 34px;
    color: #00b9d2;
    text-decoration: none;
}

a:hover.btn-position-large, a:active.btn-position-large {
	border: 1px solid #555;
	color: #555;
}

#unsubscribe {
	text-align: center;
	margin-top: 25px;
	padding: 30px;
	border-radius: 15px;
	background-color: #fff;
}
#unsubscribe h1 {
	font-family: 'DINWebCondensed', serif;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #58595b;
	text-transform: none;
}
#unsubscribe p {
	font-weight: normal;
	line-height: 1.25;
	color: #999;
	margin-top: 0px;
	margin-bottom: 35px;
	font-size: 18px;
	text-transform: none;
	text-align: center;
}
#unsubscribe button {
	color: #fff;
	background-color: #e2011a;
	border: none;
	font-size: 22px;
	line-height: 28px;
	text-transform: none;
	font-family: 'DINWebCondensed', serif;
	font-weight: 700;
	padding: 10px 25px;
}
#unsubscribe button:hover, #unsubscribe button:focus {
	background-color: #58595b;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.428571429;
	color: #555555;
	font-weight: normal;
}

h1 {
    font-family: 'DINWebCondensed', sans-serif;
    font-weight: 900;
    line-height: 47px;
	margin-top: 0;
    font-size: 47px;
    letter-spacing: -1px;
    color: #00b9d2;
	text-align: center;
    text-transform: uppercase;
}

ol li, ul li {
	margin:	15px;
}
ol li ol li {
	list-style-type: lower-alpha;
}
h2 {
	font-family: 'DINWebCondensed', sans-serif;
    font-weight: 900;
    line-height: 47px;
    font-size: 42px;
    letter-spacing: -1px;
    color: #00b9d2;
	text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 45px;
}

h3 {
	font-family: 'DINWebCondensed', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #57585b;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 42px;
	text-transform: none;
	padding-top: 10px;
}
h4 {
	font-family: 'DINWebCondensed', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #a7a9ac;
	;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	text-transform: none;
}
h5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	color: #5b5b5b;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
}

a {
	color: #57a9c8;
	text-decoration: none;
}
a:hover, a:focus {
	color: #b30017;
	text-decoration: underline;
}
label {
	font-size: 13px;
	display: block;
}
.addthis_sharing_toolbox {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

.bg-footer {
	min-height: 48px;
	text-align: center;
	color: #898989;
	margin-top: 0px;
	background-color: #ffffff;
	padding-top: 20px;
	margin-bottom: 25px;
}
.split-box {
	display: block;
	background-color: #eeeeee;
	width: 100%;
	padding: 30px 32px;
	text-align: center;
}

img.pull-left {
	margin-right: 15px;
	margin-bottom: 25px;
}
img.pull-right {
	margin-left: 15px;
	margin-bottom: 20px;
}

.position-relative {
	position: relative;
}
.form-group {
	margin-bottom: 5px;
}

.btn-success {
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    font-family: 'DINWebCondensed', Arial, Helvetica, sans-serif;
    background: #00b9d2;
    border-radius: 0;
    display: block;
    border: none;
    padding: 7px 15px 0 15px;
    min-height: 60px;
    font-weight: 700;
    width: 100%;
}

.container {
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #58595b;
	border-color: #58595b;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.addthis_toolbox {
	margin: 25px 0;
}
.addthis_counter {
	display: none !important;
}
.checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 0;
}
.radio label, .checkbox label {
	padding-left: 0px;
}
.input-half {
	width: 49%;
}
.input-25 {
	width: 41%;
	font-weight: normal;
	padding: 5px 10px; 
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 30px;
	font-size: 14px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0px;
}
	
.input-75 {
	width: 59%;
}

.radio, .checkbox {
    margin-top: 20px;
}

small, .small {
    font-size: 14px;
    line-height: 18px;
}

.form-disclaimer {
	line-height: 1.1;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
}

.validation-summary-errors {
	text-align: left;
}
.validation-summary-errors ul {
	margin-left: -20px;
	list-style-position: outside;
	margin-bottom: 0;
}


@media (min-width: 992px) {

.row.no-gutter {
	margin-left: -15px;
	margin-right: -15px;
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

.input-25 {
	width: 30%;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}

.input-75 {
	width: 70%;
}
}

@media (min-width: 992px) and (max-width: 1200px) {

h1 {
    line-height: 47px;
    font-size: 47px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

.input-25 {
	width: 30%;
	padding: 5px 10px;
	height: 30px;
	font-size: 14px;
}
.dashed-box {
	height: 450px;
}

.packshots-position {
    margin-left: -149px;
    width: 350px;
    height: auto;
}

.headline-position {
    margin-left: 190px;
    width: 279px;
    height: auto;
}

a:link.btn-position, a:visited.btn-position {
	margin-left: 191px;
    font-size: 22px;
    line-height: 22px;
}

h1 {
    line-height: 38px;
    font-size: 38px;
}

}

@media (max-width: 767px) {

.container {
	text-align: left;
}

.dashed-box-confirmation p {
    text-align: center !important;
}

.container p {
	text-align: left;
}

.btn-form {
	width: 100%;
}

.modal {
	font-size: 12px;
}
.modal ol li {
	list-style-position: outside;
	margin-left: -20px;
}
.bg-footer small {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.btn-success {
    padding: 5px 15px 5px 15px;
	font-size: 24px;
    line-height: 24px;
}

}

@media (max-width: 400px) {

.dashed-box-confirmation {
	padding: 30px;
}

.dashed-box-confirmation h1 {
    line-height: 42px;
    font-size: 40px;
}

.dashed-box-confirmation p {
    line-height: 42px;
    font-size: 40px;
}

h1 {
    line-height: 32px;
    font-size: 32px;
}

a:link.btn-position-large, a:visited.btn-position-large {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 100%;
	display: block;
	border: 1px solid #00b9d2;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'DINWebCondensed', Arial, Sans-Serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;
	color: #00b9d2;
	text-decoration: none;
}

}

@media (max-width: 992px) {
	
.dashed-box {
    margin-right: 0px;
	margin-bottom: 20px;
}

h1 {
    line-height: 42px;
    font-size: 42px;
}

.input-sm {
  height: 40px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 21px;
  border-radius: 3px;
}

.input-25 {
    height: 40px;
    font-size: 17px;
	padding: 10px 15px;
}

select.input-sm {
  height: 40px;
  line-height: 30px;
}

.packshots-position {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	display: block;
	width: 412px;
	height: 614px;
}

.headline-position {
	margin-left: auto;
	margin-right: 20px;
	margin-top: 20px;
	display: block;
	width: 325px;
	height: 339px;
	margin-bottom: 40px;
}

a:link.btn-position, a:visited.btn-position {
	margin-left: auto;
	margin-right: auto;
}

.split-box {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #eeeeee;
	padding: 20px 32px;	
}

}

div.force-hide, img.force-hide, .force-hide {
	display: none !important;
}
div.force-transparent, img.force-transparent, .force-transparent {
	-ms-opacity: 0 !important;
	-moz-opacity: 0 !important;
	opacity: 0 !important;
}
.form-page .has-error .form-control {
	border-color: #b94a48;
}
.has-error input[type=checkbox], .has-error input[type=radio] {
	outline: 1px solid #b94a48;
}
body.unsubscribe-page {
	background: #f2f2f2 !important;
}
div.unsubscribe-error ul {
	text-align: center !important;
	list-style-type: none;
}
div.unsubscribe-success ul {
	text-align: center !important;
	list-style-type: none;
}
