@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html, body {
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
	width:100%;
	height:100%;
	background-color:#617e42;
	letter-spacing:0.8px;
	color:#3e3e3e;
	font-size: 15px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}

input[type="radio"]:checked+label > div.radio { 
	background-color: #617e42;
	padding: 10px 0px;
	border-radius: 4px;
	color:#fff;
	font-size: 15px; font-weight: 800;
	width:100%; text-align: center;
	margin-left: 2px;

} 

input[type="radio"]+label:hover > div.radio { 
	background-color: #8c96a0;
	padding: 10px 0px;
	border-radius: 4px;
	color:#fff;
	font-size: 15px; font-weight: 800;
	width:100%; text-align: center;
	margin-left: 2px;

} 

input[type="radio"]+label > div.radio { 
	background-color: #f2f2f2;
	padding: 10px 0px;
	border-radius: 4px;
	color:#3e3e3e;
	font-size: 15px; font-weight: 800;
	width:100%; text-align: center;
	margin-left: 2px;

} 

#footer-menu {
    position: fixed;
    bottom: 0;
	height:60px;
	background-color: #842123;
    width: 100%;
	z-index: 1;
}
	
/* SLIDER */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input.check {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.check:checked + .slider {
  background-color: #617e42;
}

input.check:focus + .slider {
  box-shadow: 0 0 1px #617e42;
}

input.check:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.flatCheckbox {
	margin-top: 2px;
	display: inline-block;
}
.flatCheckbox input {
	display:none;
}
.flatCheckbox label {
	cursor: pointer;							
	color:#292929;
	border:2px #292929 solid;
	padding: 15px;
	font-size: 14px;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	}

.flatCheckbox input[type=checkbox]:checked ~ label {
	background-color: #13c37b;
	color: #fff;					
	border:2px #13c37b solid;
}

.flatCheckbox input[type=radio]:checked ~ label {
	background-color: #13c37b;
	color: #fff;					
	border:2px #13c37b solid;
}

.father {
    position: relative;
	background-color: #fff;
}
.child {
    position: absolute;;
    top: 50%;
    left: 50%;    
    margin-left: -50px;
    margin-top: -50px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin:100px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
input[type="radio"] + .dot {
	background-color:#fff;

}
input[type="radio"]:checked + .dot {
	background-color:#292929;
	color:#fff;
}

input[type="checkbox"] + .dot {
	background-color:#fff;

}
input[type="checkbox"]:checked + .dot {
	background-color:#292929;
	color:#fff;
}


input[type="text"] {
	padding:11px; 
	background-color:transparent;
	font-size:24px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;
	border:2px #e0e0e0 solid;
	font-family: 'Raleway', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[type="number"] {
	padding:11px; 
	background-color: transparent;
	font-size:24px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;
	border:2px #e0e0e0 solid;
	font-family: 'Raleway', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
input[type="password"] {
	padding:11px; 
	background-color:transparent;
	font-size:24px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;
	border:2px #e0e0e0 solid;
	font-family: 'Raleway', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"]  {
	padding:11px; 
	background-color:#f1f1f1;
	font-size:18px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[type="search"] {
	width:100%; 
	font-weight:700; 
	text-align: center;
	background-color: #fff;
	border:none; 
	font-size:30px; 
	color:#000; 
	padding:20px 30px; 
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	font-family: 'Raleway', sans-serif;
	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-appearance: none;	
	
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


select {
	padding:11px; 
	background-color:#fff;
	background-color:#F1F1F1;
	border:none;
	font-size:18px;
	width:100%;
	font-weight: 700;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.textarea {
	padding:15px; 
	background-color:#fff;
	background-color:#F1F1F1;
	border:none;
	font-size:18px;
	width:100%;
	height:150px;
	font-weight: 700;
	border-radius:4px;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.button {
	
	color:#fff;
	border:2px #292929 solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: #292929;
	font-size: 17px;
	width:100%;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


.logo .submit {
	
	color:#292929;
	border:2px #292929 solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: transparent;
	font-size: 14px;
	letter-spacing: 0px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	
	

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.logo .submit:hover {
	
	color:#fff;
	border:2px #292929 solid;
	font-family: 'Raleway', sans-serif;
	background-color: #292929;


	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.slideshow-container .submit {
	
	color:#fff;
	border:2px #fff solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: transparent;
	font-size: 18px;
	letter-spacing: 0px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	
	

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.slideshow-container .submit:hover {
	
	color:#fff;
	border:2px #292929 solid;
	font-family: 'Raleway', sans-serif;
	background-color: #292929;


	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.footer .submit {
	
	color:#fff;
	border:2px #fff solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: transparent;
	font-size: 14px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0px;
	

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.footer .submit:hover {
	
	color:#292929;
	border:2px #fff solid;
	font-family: 'Raleway', sans-serif;
	background-color: #fff;


	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.content .submit {
	
	color:#fff;
	border:2px #617e42 solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: #617e42;
	font-size: 17px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	
	

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.content .submit-inv {
	
	color:#292929;
	border:2px #292929 solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: transparent;
	font-size: 17px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	
	

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.content .submit:disabled {
	
	color:#fff;
	border:2px #e0e0e0 solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: #e0e0e0;
	font-size: 17px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	
	

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.content .submit:hover {
	
	color:#fff;
	border:2px #292929 solid;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	background-color: #292929;
	font-size: 17px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.floater {
	margin:auto;
	width:100%;
	max-width:1400px;
	padding:0px 20px;

	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	
}

.aspect-1-1 {
    width: 100%;
    padding-top: 100%; 
    position: relative; 
	
 	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.aspect-16-9 {
    width: 100%;
    padding-top: 56%; 
    position: relative; 
	
 	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.aspect-main {
    width: 100%;
    padding-top: 14%; 
    position: relative; 
	
 	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.topbanner {
	width:100%;
	background-color:#FC3;
	text-align:center;
	padding:20px 0px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}

.top {
	width:100%;
	background-color:#617e42;
	padding:15px 0px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;


}

.top a {
	
	font-weight: 700;
	font-size: 11px;
	border-bottom: 0px #fff solid;
	padding: 3px 0px;
	text-decoration: none;
	color:#fff;
	margin: 0px 7px;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
	
}
.top a:hover {
	
	font-weight: 700;
	border-bottom: 2px #fff solid;
	padding: 3px 0px;
	text-decoration: none;
	color:#fff;
	margin: 0px 7px;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}

.logo {
	width:100%;
    background-image: linear-gradient(#fff, #fff, #f2f2f2);
	padding:20px 0px;
	letter-spacing: -1px;
	text-align: left;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}


.logo .list .row {
	width:100%; 
	margin:auto;
	display:table;
	padding:5px 0px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.logo .list .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
	vertical-align: middle;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}	
.menu {
	width:100%;
	padding: 0px;
	text-align:center;
    background-image: linear-gradient(#fff, #fff, #fff);
}

.menu-button {
	padding:10px;
	display: inline-block;
	text-align:center;
	color:#3e3e3e;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-weight:700;


}
.submenu {
	width:100%;


}

.banner {
	width:100%;
	min-height:340px;


}

.top-content {
	width:100%;
	border-top:10px #fff solid;
	border-bottom:10px #fff solid;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;

}

.top-content p {
	width:100%;
	padding:10px;
	line-height:20px;
	color:#515151;
	min-height:80px;
	text-align:center;
	text-transform:uppercase;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;

}
/* Slideshow container */
.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
}

.mySlides {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	display: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.content {
	width:100%;
	min-height:500px;
    background-image: linear-gradient(#f2f2f2, #fff, #fff);


}

.content h1 {
	color:#3e3e3e;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	letter-spacing: -1px;
	padding: 10px 20px;
	margin: 10px;


}


.content h2 {
	color:#8c96a0;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -1px;
	padding: 0px 5px;


}

.content h3 {
	color:#8c96a0;
	font-size: 18px;
	font-weight:800;
	letter-spacing: -1px;
	padding: 5px 0px;
	line-height: 20px;
	margin: 0;


}

.content h4{
	color:#3e3e3e;
	font-size: 65px;
	font-weight: 900;
	text-align: center;
	letter-spacing: -1px;
	padding: 0px;
	line-height: 65px;
	display: inline-block;
	margin: 5px;


}

.content h4 span{
	
	font-weight: 700; 
	background-color: #f2f2f2; 
	padding: 10px; 
	box-shadow: 0 6px 3px -4px #e1e1e1;
	
}


.newsletter .list .row-head {
	font-weight:900; 
	color:#8c96a0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	margin:auto;
	display:table;
	font-size: 19px;
	padding:5px 0px;
	margin-top:15px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.newsletter .list .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	padding:5px 0px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.newsletter .list .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
	vertical-align: middle;
	font-weight:700;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}

.content .list .row-head {
	font-weight:900; 
	color:#8c96a0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	margin:auto;
	display:table;
	font-size: 19px;
	padding:5px 0px;
	margin-top:15px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.content .list .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	padding:5px 0px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.content .list .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
	vertical-align: middle;
	font-weight:700;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}


.content .table .row-head {
	font-weight:900; 
	color:#8c96a0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	margin:auto;
	display:table;
	font-size: 19px;
	padding:5px 0px;
	margin-top:15px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.content .table .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	padding:5px 0px;
	border-top:1px #f2f2f2 solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.content .table .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
	vertical-align: middle;
	font-weight:700;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}


.newsletter {
	background-color: #617e42; 
	color: #fff; 
	width: 100%; 
	padding: 20px 20px 20px 20px;
	margin-top:40px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}



.footer {
	background-color: #292929; 
	color: #fff; 
	width: 100%; 
	padding: 20px 20px 80px 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.footer h1 {
	text-transform: uppercase;
	color: #aaa;
	font-size: 15px;
}

.footer a {
	font-size:18px;
	text-transform: uppercase;
	padding: 1px 0px;
	margin: 0px 0px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFF;
	display: inline-block;
}

.footer img {
	width:50px;
	margin-top: -10px;
}
		

.bottom {
	width:100%;
	background-color:#3e3e3e;
	padding:60px 0;
	color:#fff;
	font-weight:700;
	text-align:center;


}

@media screen and (min-width: 0px) and (max-width: 1024px){


	#computer {
		display:none;
	}
	
	.top {
		display: none;
	}
	
	.logo {	}


	.logo .list .row {
		width:100%; 
		margin:auto;
		display:table;
		padding:5px 0px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;
	}

	.logo .list .cell {
		padding:10px 10px; 
		display:table-cell; 
		width:auto;
		vertical-align: middle;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}	
	
	.content h1 {
		color:#3e3e3e;
		font-size: 24px;
		font-weight: 900;
		text-align: center;
		margin:10px;

	}

	.content h4{
		color:#3e3e3e;
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		letter-spacing: -1px;
		padding: 0px;
		line-height: 30px;
		display: inline-block;
		margin: 5px;


	}
	
	.content h4 span{

		font-weight: 700; 
		background-color: #f2f2f2; 
		padding: 5px; 
		margin: 0;
		box-shadow: 0 6px 3px -4px #e1e1e1;

	}
	
	.footer {
		background-color: #292929; 
		color: #fff; 
		width: 100%; 
		padding: 20px;
	
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;
	
	}

	.footer h1 {
		text-transform: uppercase;
		color: #aaa;
		font-size: 15px;
	}

	.footer a {
		font-size:18px;
		text-transform: uppercase;
		padding: 1px 0px;
		margin: 0px 0px;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: 1px;
		color: #FFF;
		display: inline-block;text-align: center;
	}

	.footer img {
		width:50px;
		margin-top: -10px;
	}
	
	.floater {
		margin:auto;
		width:100%;
		max-width:1400px;
		padding:0px 0px;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;

	}
	
	.column1 {
		width:100%;
		padding:40px 10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column2 {
		width:100%;
		position:relative;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column3 {
		width:100%;
		float:left;
		text-align:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column3-2 {
		width:100%;
		float:left;
		text-align:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column4 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-1 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-2 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-3 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-4 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column4 h1 {
		font-size:13px;
	}

	.column10-4 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column10-6 {
		width:100%;
		float:left;
		padding:10px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
}
@media screen and (min-width: 1025px) and (max-width: 6000px){

	#mobile {
		display:none;
	}
	
	.column1 {
		padding:50px 20px;
		width:100%;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column2 {
		width:50%;
		position:relative;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column3 {
		width:33.3%;
		float:left;
		text-align:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column3-2 {
		width:66.7%;
		float:left;
		text-align:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column4 {
		width:25%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}


	.column5-1 {
		width:20%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-2 {
		width:40%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-3 {
		width:60%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column5-4 {
		width:80%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}

	.column4 h1 {
		font-size:13px;
	}

	.column10-4 {
		width:40%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column10-6 {
		width:60%;
		float:left;
		padding:20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}	
}