/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* #Basic Styles
================================================== */
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body { color: #666666; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ -webkit-text-size-adjust: 100%; font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 18px; line-height: 27px;letter-spacing:0.9px; }

h1, h2, h3, h4, h5, h6 { color: #E6342A; text-transform: uppercase; font-family: 'Lato', sans-serif;font-weight:700; letter-spacing: 1px; }
h1 { font-size: 60px; line-height: 70px; }
h2 { font-size: 38px;line-height: 42px; margin: 0 0 21px 0;}
h3 { font-size: 26px;line-height: 28px; margin: 49px 0 21px 0; }
h4 { letter-spacing: 0.1px; color: #666666; font-size: 22px; line-height: 35px; margin: 0 0 21px 0; text-transform: none; font-weight: normal; }
h4 span { color: #F1C0FF; font-size: 32px; line-height: 42px; margin: 21px 0 0 0;}
h5 { font-size: 22px;line-height: 28px;margin: 14px 0 21px 0;}
h5.block-heading {position: relative;text-align:center;letter-spacing:1px;margin:63px 0 0 0;}
h5.block-heading:before {content: "";display: block;border-top: solid 1px #222222;width: 100%;height: 1px;position: absolute;top: 50%;z-index: 1;}
h5.block-heading span {background: #222222;padding: 10px 25px;position: relative;z-index: 5;}
h6 { font-size: 21px; line-height: 28px; margin: 14px 0 21px 0;  }


.subheader { color: #000000; }
p { margin: 0 0 24px 0;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #000000; }
p span { font-weight: bold; color: #000000; }
em { font-style: italic; }
strong { font-weight: bold; color: #444444; }
small { font-size: 80%; }

hr { border: none; background-color: #222B44; height: 1px; margin: 0 10px 21px 10px; clear: both; }
hr.wide { border: none; background-color: #222B44; height: 1px; margin: 0 0 21px 0; clear: both; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 14px; color: #fff; font-style: italic; }
blockquote { margin: 21px 0 0 0; padding: 0 20px 0 14px; border-left: 2px solid #fff; }
blockquote cite { display: block; font-size: 12px; color: #efefef;text-align:right }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #efefef; }


/* #Links
================================================== */
a, a:visited {text-decoration:none;color: #222B44;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
a:hover, a:focus {color: #999;}
p a, p a:visited { line-height: inherit; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
a {word-wrap: break-word;}

/* #Lists
================================================== */
ul, ol { margin-bottom: 21px; font-size: 18px;}
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 7px 0 7px 30px;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 7px; }
li { line-height: 26px; margin-bottom: 7px; }
li span {font-weight: bold; color: #666666;} 
ul.large li { line-height: 26px; }
li p { line-height: 26px; }

ul.image li{ padding: 3px 0 2px 38px; list-style: none; background: url(../images/checkmark.png) no-repeat top left; }

/* #Media
================================================== */
img, video, embed, object {max-width: 100%; height: auto;}
object, embed {height: 100%;}
img {-ms-interpolation-mode: bicubic;}
img.scale {border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; max-width: 100%;height: auto; width: auto;}
img.scale-50 {border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; max-width: 50%;height: auto;width: auto;}
img.border { border: 1px solid #cccccc; line-height: 0; padding: 5px; background: #efefef; border-radius:4px;}
img.circle {-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;} 
img.left, p img.left, p a img.left {float: left; margin: 0 21px 21px 0;}
img.right, p img.right, p a img.right {float: right; margin: 0 0 14px 14px;}
img.top, p img.top, a img.top, p a img.top {margin: 0 0 21px 0; display:block;}
		
/* #Buttons
================================================== */

.button,button,input[type="submit"],input[type="reset"],input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #222222 !important; text-align: center; font-size: 14px; line-height: 38px; letter-spacing: 0.6px; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: #f0f0f0; border-radius: 4px; border: 1px solid #f0f0f0; cursor: pointer; box-sizing: border-box; }
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {
color: #cccccc !important; background-color: #f0f0f0;border-color: #f0f0f0;outline: 0; }
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary {
color: #ffffff !important;background-color: transparent;border: 1px solid #ffffff; }
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus {
color: #000000 !important;background-color: #ffffff;border-color: #000000; }

.button.full-width {width:100%; white-space:normal; height:auto; padding:10px;margin-bottom: 14px;}
.slbArrows button{background:none}
/* #Forms
================================================== */
form {margin-bottom: 20px;}
fieldset {margin-bottom: 20px;}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 13px; color: #333333;margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 5px; background: #fff;}
select {padding: 0;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow:  0 0 3px rgba(0,0,0,.2);}
textarea {min-height: 60px;}
label, legend {display: block; font-weight: bold; font-size: 13px;}
select {width: 220px;}
input[type="checkbox"] {display: inline;}
label span, legend span {font-weight: normal; font-size: 13px; color: #efefef; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {padding: 8px 10px;text-align: left;border-bottom: 1px solid #444444; }
th:first-child,td:first-child {padding-left: 0; }
th:last-child,td:last-child {padding-right: 0; }

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }	
.double-bottom { margin-bottom: 40px !important; }	
.transp { background: transparent;}
.right {float:right;}
.left {float:left;}
.center {text-align: center;}
.hidden {display: none;}
.no-border {border: none;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.align-center {margin-left: auto;margin-right: auto;text-align: center;}
.topmargin35 {margin-top:35px;}
.topmargin14 {margin-top:14px;}
.padright {padding-right:5%;}
.pad {padding:0 15%;}
.rel{position:relative;}

/* #Navigation
================================================== */

/*----- Toggle Button -----*/
.toggle-nav {display:none;}

/*Language choice*/
nav.secondary ul {margin: 14px 10px 0 0; width: auto; float:right;}
nav.secondary li {list-style:none; display:inline;}
nav.secondary li a {padding-left:5px;}
nav.secondary ul li a:hover {opacity:.5;}

/*----- Menu -----*/
.menu {margin:10px 0 10px 0;float:right;}
.menu li {margin:0 4px 0 0;float:left;list-style:none;font-size:16px;}
.menu li:last-child {margin-right:0;}
.menu a { line-height: 16px;font-size:14px;color: #fff !important; font-weight:700;transition: color linear 0.15s; text-decoration: none; padding: 8px 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.menu a:hover, .menu .current-item a { /*border-radius:5px;*/ text-decoration: none; color: #9c9fab !important; /*background-color:#1f5e99;*/}
/*.menu a.last {padding-right:0;}
.touch .menu a:hover {background-color:transparent; color:#666666;}*/
 
/* Social media links */
.social-nav ul {float:left; margin:0 0 0 0 !important;}
.social-nav ul li {list-style: none; float: left; padding:0 20px 0 0;}
.social-nav ul li:hover {opacity:.5;}

/* #Validation Styles
==================================================*/ 
.LV_validation_message{font-weight:bold;font-size:12px;margin:0 0 0 5px;}
.LV_valid { font-weight: bold; font-size: 12px; color: #00CC00; }
.LV_invalid {font-weight:bold;font-size:12px;color:#ffffff;}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {border: 1px solid #00CC00;}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {border: 1px solid #990000;}
input[type="text"],input[type="password"],input[type="email"],textarea,select {margin-bottom:5px;}	

/* #Site Styles
================================================== */
html {height:100%;}
body {background-color:#ffffff; height: 100%; }

.logo {width:300px;background:#9c9fab;position:absolute; left:0; top:0;z-index:9;padding: 0 20px 20px 20px;}
#contact img { background-color:#9c9fab;padding:15px 20px;width:260px;margin:0;}


.btn-arrow {background-image: url("../images/arrow_down_grijs2.png");bottom: 0; height: 51px;left: 50%;margin-left: -76px;position: absolute;width: 152px;}
.scroll-to-top {position: fixed; background:url(../images/scroll-to-top.png) no-repeat; cursor: pointer; bottom: 120px; right: 14px; width:55px; height: 55px; /*padding-right: 1em;*/ display: none; z-index: 999; }


.fullnav {width:100%; height:auto; background-color:#E6342A;}
.fixed { position: fixed; top:0; z-index:9;}

.bg-fullheight {width: 100%; height: 100%;overflow:hidden;}
.bg-fixedheight {width: 100%; height: 1000px;overflow:hidden;}
.bg-value {width:100%; min-height: 50%;overflow:hidden;} /*only background images without content above*/
.bg-cover {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll; background-repeat: no-repeat;background-position: center center;}

.hero {/*padding: 12% 0 6% 0;*/ text-align:left;background-image: url("../images/hero-bg-zw.jpg"); position:relative;overflow:hidden;}
.hero-content {padding:0 30% 0 20px; top: 50%; transform: translateY(-50%);margin:0;position:relative;max-width:1200px;margin:0 auto;}
.hero h2 {text-shadow: 1px 1px 2px #000;font-size: 36px; line-height: 48px; color: #fff; margin-bottom:21px; font-family: 'Lato', sans-serif;font-weight:700;}
.hero h3 {text-shadow: 1px 1px 2px #000;font-size: 44px; line-height: 56px; color: #fff;margin-bottom:0;font-family: 'Lato', sans-serif;font-weight:900;}
.hero h3 span {color:#F1C0FF;}

#color-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000000;opacity: 0.4;}

.slogan {padding:3%;position:relative;background-color:#E6342A;}
.slogan h3 {font-size: 28px;line-height: 34px; margin: 21px 14px 14px 0;color: #fff; font-family: 'Lato', sans-serif; font-weight: 900; text-transform: uppercase;text-align:center;}
.slogan h4 {font-size: 18px;line-height: 21px; margin: 14px 0 14px 0;color: #fff; font-family: 'Lato', sans-serif; font-weight: 700; text-transform: uppercase;text-align:center;}


#info { width: 100%; height: auto; font-family: 'Lato', sans-serif; font-weight: 700; background-color: #9c9fab; text-align: right; padding: 0.8%; font-size: 18px; color: #ffffff; letter-spacing: 1px !important; }
#info a, a:visited { text-decoration:none;color: #ffffff;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#info a:hover, a:focus {color: #ccc;}
#info span {margin:0 15px;}
#info span .last {margin:0;}
#diensten {padding:2% 0;overflow:hidden;}
#over, #formulier {padding:2% 0;overflow:hidden;background:#9c9fab;color:#ffffff;}
#over h3, #formulier h3{color:#FFFFFF;}
#over .button {font-size:24px; height:52px;line-height:52px;background:#E6342A;color:#fff !important; border:none;font-family: 'Lato', sans-serif; font-weight: 700;letter-spacing: 1px;margin:21px 0;}
#over .button:hover {background:#990000;}
#slideshow {padding:2% 0;overflow:hidden;}
#missie {padding:4% 0;overflow:hidden;}

.bg1 {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;background-repeat: no-repeat;background-position: center center;background-image: url("../images/small.jpg");}
.bg2 {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;background-repeat: no-repeat;background-position: center center;/*background-image: url("../images/banen-03.jpg");*/}
.bg3 {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;background-repeat: no-repeat;background-position: center center;background-image: url("");}
.bg4 {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;background-repeat: no-repeat;background-position: center center;background-image: url("");}

#contact {background-color: #E6342A;overflow:hidden;font-size:15px;}
#contact p {color:#ffffff;}
#contact h1, #contact h2, #contact h3 {color:#ffffff;}
#contact h3 {margin:63px 0 35px 0 !important; font-size: 18px;color:#ffffff;}
#contact h5 {margin:21px 0 21px 0 !important; font-size: 14px; text-transform:none;color:#ffffff;}
#contact a, #contact a:visited {color: #dddddd; text-decoration: none; outline: 0;}
#contact a:hover, #contact a:focus {color: #ffffff;}
#contact label {color: #ffffff;font-weight:normal;}
/*#contact textarea {margin-bottom: 20px;}*/
#contact h3.tm {margin-top:35px !important;}
#contact .button-primary {font-size: 13px;}
#contact .fa {color: #ffffff;}
#contact hr { border: none; background-color: #444444; height: 1px; margin: 0 10px 21px 10px; clear: both; }
#contact hr.wide { border: none; background-color: #444444; height: 1px; margin: 0 0 21px 0; clear: both; }

.gallery-resp {width:100%;}
.gallery-resp .gallery-item { width: 32%; height:auto; display:inline-block;text-align:center; vertical-align:top; padding:0 2%;}
.gallery-resp .gallery-item h5 { font-size: 22px; line-height: 28px; margin: 35px 0 0 0; }
.gallery-resp .gallery-item h6 { color: #666; font-family: 'Roboto Condensed', sans-serif; font-size: 17px; line-height: 26px; margin: 21px 0 0 0; text-transform: none; }
.gallery-resp .gallery-item img{ width: 100%; }
.gallery-resp a:hover {opacity: .5;}

.gallery-resp2 {width:100%;} 
.gallery-resp2 .gallery-item { width: 21.6%; height:auto; display:inline-block; margin:21px 21px 21px 0;vertical-align:middle;}
.gallery-resp2 .gallery-item :last child { margin-right:0;}
.gallery-resp2 .gallery-item img{ width: 100%; }
.gallery-resp2 .gallery-item a:hover {opacity: .5;}

/* Google maps responsive */
.google-maps {position: relative;padding-bottom: 75%; // This is the aspect ratioheight: 0;overflow: hidden;}
.google-maps iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}

.box{padding:30px !important;background-color:#d5d5d5; border:1px solid #ccc; /*text-align:center;*/ }
.box h2 {margin:0;font-size:18px; text-align:left;}
.box h3 {margin:0;font-size:15px; line-height:21px; text-align:left;margin-top:7px;}

.box2{padding:30px !important; background-color: #efefef; border-radius: 6px; border: 1px solid #dddddd; }
.box2 p {color:#444;line-height:26px;font-size:15px;}
.box2 ul {font-size:15px;}
.box2 h3 { font-size: 21px; font-style: normal;line-height: 28px; margin:0 0 21px 0; text-align:left;}
.box2 h5 { font-size: 16px; font-style: normal;line-height: 28px; margin:0 0 14px 0; text-align:center;}
.box2 h6 { color:#999;font-size: 15px; font-style: italic;line-height: 28px; margin:0 0 14px 0; /*text-align:center;*/} 


a.button:link {color: #000000; text-decoration: none; }
a.button:visited {color: #cccccc; text-decoration: none; }
a.button:hover {color: #cccccc; text-decoration: none; }
a.button:active {color: #cccccc; text-decoration: none; }

.footer {margin-top:35px;}
.footer p{ font-size: 12px; line-height: 14px; text-align: center;  padding: 35px 0 0 0; }

.fa-6x {font-size: 6em;color:#222B44;}
.el {margin-right:10px;}

.fb_iframe_widget {margin-bottom:21px;}
.fb_iframe_widget iframe{border-radius:5px;}

.lity-close {top:10px; right:10px;}

.slider {width:70%;margin:0 auto;border: 1px solid #cccccc; line-height: 0; padding: 5px; background: #efefef;}
.sss {height: 0;margin: 0; padding: 0;position: relative;display: block;overflow: hidden;}
.ssslide {width: 100%;margin: 0;padding: 0;position: absolute;top: 0;left: 0;display: none;overflow: hidden;}
.ssslide img {max-width: 100%;height: auto;margin: 0;padding: 0;position: relative;display: block;}
.sssnext, .sssprev {width: 25px;height: 100%;margin: 0;position: absolute;top: 0;background: url('images/arr.png') no-repeat;}
.sssprev {left: 3%;background-position: 0 50%;}
.sssnext {right: 3%;background-position: -26px 50%;}
.sssprev:hover, .sssnext:hover {cursor: pointer;}
div .caption { font-size: 24px; text-transform: uppercase; font-family: 'Cinzel', serif;font-weight:400;letter-spacing: 0.6px;color:#ffffff;position:absolute;left:50px; bottom:50px;z-index:999;}


.reveal-if-active {opacity: 0;max-height: 0;overflow: hidden;font-size: 16px;-webkit-transform: scale(0.8);transform: scale(0.8);transition: 0.5s;}
.reveal-if-active label {display: block;margin: 0;}
.reveal-if-active input[type=text], .reveal-if-active textarea {width:300px;}

input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {opacity: 1; max-height: 340px; padding: 40px 0;-webkit-transform: scale(1);transform: scale(1);overflow: visible;}
select, input[type=text], textarea {border-radius: 5px;padding: 8px 10px;color: #666; font-size: 14px;margin: 10px auto 20px auto; }

button.formulier {font-size:18px; height:42px;line-height:42px;background:#E6342A;color:#fff !important; border:none;font-family: 'Lato', sans-serif; font-weight: 700;letter-spacing: 1px;margin:40px 0 20px 0;}
button.formulier:hover {background:#990000;}

.radio-item {display: block; position: relative; padding: 0; margin: 0 0 30px 0;}
.radio-item .left, .radio-item .right {width:50%; float:left;}
.radio-item label {display:block;position: relative; font-size:14px;}
.radio-item label.big {font-size:18px;}



/* #Media Queries
================================================== */
	@media only screen and (max-width: 1920px) {
	.bg-fixedheight {height:1000px;}
	}
	
	@media only screen and (max-width: 1440px) {
	.bg-fixedheight {height:900px;}
	.hero h2 {font-size: 30px; line-height: 42px;}
	.hero h3 {font-size: 40px; line-height: 49px;}
	}
	@media only screen and (max-width: 1200px) {
	.bg-fixedheight {height:500px;}
	.hero h2 {font-size: 26px; line-height: 35px;}
	.hero h3 {font-size: 32px; line-height: 42px;}
	.logo {width:230px;}
	.hero-content {padding:0 50% 0 4%; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	body{font-size: 16px;}
	ul, ol { font-size: 16px;}
	.logo {width:200px;}
	#info { font-size: 14px;}
	#info span.last { margin-right:0!important }	
	.menu {position:relative;display:inline-block;float:right;margin:0;}
	.menu ul.active {display:none;}
	.menu ul {width:170px;position:absolute;top:110%;right:3px; background-color: #efefef;border-radius:5px;z-index:999;}
	.menu li {margin:5px 0 5px 0;float:none;display:block;border-bottom:1px solid #dddddd;font-size:15px;padding-left:14px}
	.menu li:last-child {border-bottom:0;margin-bottom:0;}
	.menu a {display:block;color:#222B44 !important;text-transform:none;}
	.menu a:hover {color:#dddddd !important; background-color:transparent;}
	.menu .current-item a {background-color:transparent; color:#999999 !important;}
	.toggle-nav {float:right;display:inline-block;font-size:30px;line-height:30px;transition:color linear 0.15s; color:#fff !important;}
	.toggle-nav:hover, .toggle-nav.active {background-color:transparent !important;text-decoration:none;color:#222B44 !important;}
	.menu a.toggle-nav{color:#fff!important;font-size:25px!important;padding: 5px 0 10px 0;}
	.hero h2 {font-size: 21px; line-height: 28px;}
	.hero h3 {font-size: 28px; line-height: 35px;}
	.slogan h3 {font-size: 30px;line-height: 42px;}
	h6 {font-size:16px;}
	#over .button {font-size:20px;}
	.hero-content {padding:0 40% 0 15%;}	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	/*.hide {display:none;}*/
	body{font-size: 15px;}
	ul, ol { font-size: 15px;}
	.bg-fixedheight {height:300px;}
	.slogan h3 {font-size: 24px;line-height: 35px;}
	h3 { font-size: 21px;line-height: 21px; margin: 28px 0 42px 0; }
	.button,button,input[type="submit"],input[type="reset"],input[type="button"] { height: 28px; padding: 0 10px; font-size: 12px; line-height: 28px;  }
	#info span {margin:0 7px;}
	#info span .last {margin:0;}
	.el {margin-right:5px;}
	.radio-item .left, .radio-item .right {width:100%;}
	.pad {padding:0; text-align:left;} 
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logo {width:150px;top: 28px;padding-bottom: 10px;}
	.hero h2 {font-size: 12px; line-height: 17px;}
	.hero h3 {font-size: 18px; line-height: 24px;}
	#info { text-align: left; font-size: 9px; }
	#over .button {font-size:15px;}
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.logo {width:150px;top: 28px;padding-bottom: 10px;}
	.hero h2 {font-size: 12px; line-height: 15px;}
	.hero h3 {font-size: 18px; line-height: 23px;}
	#info { text-align: left; font-size: 9px; }
	#over .button {font-size:10px;}
	}
	
	
