tran {
	-webkit-transition: all 0.5s linear; /* Safari */
	transition: all 0.5s linear;
}
body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5e5f61;
}
.left {
	float: left
}
.right {
	float: right
}
.half {
	width: 50%
}
.third {
	width: 33.33%
}
.clear {
	clear: both
}
.textcenter {
	text-align: center
}
.textalignright {
	text-align: right
}
.orange {
	color: #D95D33
}
a {
	text-decoration: none;
	color: #D95D33
}
a:hover {
	text-decoration: none;
	color: #012D3F
}
sup {
	vertical-align: top;
	font-size: 75%;
	line-height: 100%;
}
input {
	-webkit-appearance: none;
}
#nav-icon {
	display: none
}
#nav-icon {
	width: 30px;
	height: 22px;
	position: absolute;
	top: 34px;
	right: 0px;
	z-index: 999999;
	margin: 0px 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #ffffff;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 9px;
}
#nav-icon span:nth-child(4) {
	top: 18px;
}
#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #D95D33;
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #D95D33;
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
a {
	transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
	-webkit-transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
	-moz-transition: border 0.2s linear, background 0.2s linear, color 0.2s linear
}
a.button {
	background: #D95D33;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 20px;
	height: 20px;
	display: inline-block;
	font-weight: bold;
	border: 2px solid #D95D33;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px
}
a.button.small {
	background: #D95D33;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 20px;
	height: 16px;
	display: inline-block;
	font-weight: bold;
	border: 2px solid #D95D33;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px
}


a.button.alt {
	background: none;
	color: #D95D33;
	border: 2px solid #D95D33;
}
a.button.white {
	background: none;
	color: #ffffff;
	border: 2px solid #ffffff;
}
a.button:hover {
	background: #ffffff;
	color: #D95D33;
	border: 2px solid #ffffff !important;
	padding: 12px 20px;
}
a.button.alt:hover {
	background: #D95D33;
	color: #ffffff;
	border: 2px solid #D95D33 !important;
	padding: 12px 20px;
}
.container {
	width: 90%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto
}
.innercontainer {
	width: 85%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto
}
.vh100 {
	height: 100%;
}
.table {
	display: table
}
.tablecell {
	display: table-cell;
	vertical-align: middle;
}
.tablerow {
	display: table-row;
}
.outerswitch {
	position: relative;
	display: inline-block;
	background: url(../images/toggle_outer_bg.png);
	width: 200px;
	height: 34px;
	padding: 6px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 34px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/toggle_bg_off.png);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	background-image: url(../images/toggle_inner.png);
	-webkit-transition: .8s;
	transition: .8s;
	border-radius: 50%;
}
.slider .inner {
	font-size: 16px;
	font-weight: bold;
	color: #8f8f8f;
	line-height: 34px;
	padding-left: 50px;
}
input:checked + .slider {
	background-image: url(../images/toggle_bg.png);
}
input:checked + .slider .inner {
	color: #fff;
	padding-left: 30px;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(165px);
	-ms-transform: translateX(165px);
	transform: translateX(165px);
}
/* SMALL */


.presspack .outerswitch {
	width: 165px;
}
.presspack .switch {
	width: 165px;
}
.presspack input:checked + .slider:before {
	-webkit-transform: translateX(130px);
	-ms-transform: translateX(130px);
	transform: translateX(130px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
}
.hero.small .headertitle {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
	padding: 40px 0 0 0;
	line-height: 55px;
}
.hero.small .headertagline {
	font-size: 16px;
	line-height: 22px;
	width: 60%;
}
.hero.small .headertagline {
	font-size: 22px;
	line-height: 28px;
	width: 60%;
}
.map .headerpadding {
	height: 100px
}
.map .headertitle {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
	padding: 40px 0 0 0
}
.map .headertagline {
	font-size: 16px;
	color: #FFF;
	line-height: 26px;
}
.hero.large .headertitle {
	font-size: 42px;
	line-height: 48px;
	color: #FFF;
	font-weight: regular;
	text-align: center;
	padding: 100px 0 0 0;
	width: 80%;
	margin: 0 auto;
}
.hero.large .headertagline {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding-top: 50px;
	width: 80%;
	margin: 0 auto;
}
.logo {
	margin-top: 30px;
}
input, select, textarea, button {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
	border: 2px solid #012D3F;
}
select {
	color: #012D3F;
	border-radius: 3px;
	border: 2px solid #D95D33;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
	text-indent: 18px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	background: url(../images/select_bg.png) right no-repeat
}
select option {
	font-weight: normal
}
.filtertitle {
	font-size: 28px;
	color: #012D3F;
	font-weight: bold;
	line-height: 60px;
	float: left;
}
select.filter {
	width: 32%;
	margin-left: 2%;
	float: right
}
.mobilemenu {
	display: none
}
.paddingfooter {
	padding: 40px 0
}
.paddingfooter .button, .paddingfooter .button:hover {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.smallpaddingfooter {
	padding: 20px 0;
	line-height: 30px;
	font-size: 12px;
}
.footer .container {
	height: 1px;
	background: #D95D33
}
.footer .fa a {
	height: 50px;
	width: 50px;
	display: inline-block;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	border: 2px solid #D95D33;
	color: #D95D33;
	line-height: 52px;
	text-align: center;
	font-size: 25px;
	margin-left: 20px;
}
.footer .fa a:hover {
	color: #FFF;
	border: 2px solid #ffffff
}
.presspack input[type="text"], .presspack input[type="email"] {
	height: 48px;
	-webkit-border-radius: 3px;
	margin: 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	background: #ffffff;
	line-height: 48px;
	color: #193341;
	font-size: 20px;
	width: 34%;
	padding: 0 2%;
	display: inline;
	margin: 25px 25px 25px 0px;
}
.presspack select {
	height: 48px;
	-webkit-border-radius: 3px;
	margin: 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	background: #ffffff;
	line-height: 48px;
	color: #193341;
	font-size: 20px;
	width: 38%;
	text-indent: 0;
	padding: 0 2%;
	margin-top: 25px;
	display: inline;
	margin: 25px;
	background: #ffffff url(../images/select_bg.png) right no-repeat;
	font-weight: normal;
}
.presspack input[type="submit"] {
	height: 48px;
	line-height: 44px;
	-webkit-border-radius: 3px;
	margin: 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #DB5D2A;
	background: none;
	font-weight: bold;
	color: #DB5D2A;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	width: 20%;
	min-width: 110px;
	padding: 0 2%;
	margin-top: 25px;
	margin-left: 10px 20px;
}
.presspack input[type="submit"]:hover {
	color: #ffffff;
	background: #DB5D2A;
	border: 2px solid #DB5D2A;
}
.smallpaddingfooter a {
	color: #FFF;
}
.smallpaddingfooter a:hover {
	color: #DB5D2A;
}
.logo {
	width: 258px
}

.headertagline a:hover {color:#FFF}

@media screen and (max-width: 418px) {

a.button.where-to-buy {

	height: 40px;
}
	
}	
