/* ==============
Theme Name: Gasgeräte Neunteufel
Description: Responsive, SEO-friendly WordPress theme for www.gastechnik.at
Version: 1
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url("css/reset.css");
@import url("css/basic.css");
@import url("css/icons.css");
/* Grid */
@import url("css/grid.css");
/* Function */
@import url("css/superfish.css");
@import url("css/nav.css");
@import url("css/slider.css");
@import url("css/toggle.css");



/*************************************************
* Webfonts
*************************************************/


/*************************************************
****            Custom Styles				  ****
*************************************************/

body,
input,
select,
textarea {
    font-family: 'Source Sans Pro', sans-serif;
}

html,
body {
	font-size: 16px;
}

body {
	line-height: 1.65;
	font-weight: 400;
	color: #545352;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#outercontainer {
	position: relative;
}

.wrap {
	background: #fff;
}

#navicon,
#mobnav {
	display: none;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.round {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight {
	background: #f5f5f5;
}

.bgmedium {
	background: #e6e6e6;
	
}

.bgdark {
	background: #1a42b0;
}

[class^='bg'] .wrap {
	background: transparent;
}


/*************************************************
* Typo

	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	    -ms-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	     	transition: all 200ms ease;
	     	
	color: #1a42b0;
}

a:hover {
	color: #7d8cb6;
}

strong, b {
	font-weight: bold;
}

#main h1,
h2 {
	font-size: 38px;
	line-height: 1.4;	
	
	margin-bottom: 30px;
	font-weight: bold;
}

h3 {
	font-size: 28px;
	line-height: 1.5;
	
	margin-top:    40px;
	margin-bottom: 40px;
	font-weight: bold;
}

h3.lowh3 {
	margin-top:    20px;
}


@media (min-width:767px) {
	
	h3.lowh3 {
		margin-top: 0;
	}
}

@media (max-width:767px) {
	h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

h4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	font-weight: 700;
	
	margin-top: 30px;
	margin-bottom: 10px;
}

h5, h6 {
	font-size: 16px;
	text-transform: uppercase;
	
	margin-top: 20px;
	margin-bottom: 5px;	
}

#main h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#main ul, #main ol {
	margin-bottom: 1.2rem;
}

#main ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

p {
	margin-bottom: 20px;
}

p.topline {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

p.caption {
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	font-size: 14px;
}

.s_gallery p.caption {
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	font-size: 14px;
}

blockquote {
	font-size: 18px;
	color: #1a42b0;
	font-style: italic;
	margin: 30px 0 30px 0;
	padding: 0 0 0 30px;
}

blockquote p {
	margin-bottom: 10px;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
}

.line {
	width: 100%;
	height: 1px;
	background: #1a42b0;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}


table {
	width: 100%;
}

tr {
	
}

td {
	padding: 4px;
	border-bottom: 1px solid #f0f0f0;
}

tr td:first-child {
	padding-left: 0;
}

tr td:last-child {
	padding-right: 0;
}

@media (max-width:767px) {
	td {
		padding: 8px 0 8px 0;
		width: 100%;
		display: block;
	}
	tr td:first-child {
		border: 0;
		padding-bottom: 0;
	}
	tr td:last-child {
		padding-top: 0;
	}
}

/*************************************************
* Topbar, Meta
*************************************************/

#topbar {
	padding: 10px 0;
}

#topbar .icon {
	width: 18px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
}

#topbar p {
	margin: 0;
	font-size: 16px;
}

#topbar,
#topbar a {
	color: #fff;
}

#topbar a:hover {
	opacity: 0.6;
}

/*
#meta ul {
	float: right;
}

#meta ul li {
	float: left;
	margin: 0 0 0 10px;
}
*/


/*************************************************
* Header
*************************************************/

#header {
	position: relative;
	z-index: 30001;
	
	background: #fff;
	padding-top:    25px;
	padding-bottom: 25px;
	
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    		box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    		
    -webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
			transition: all 500ms ease;
}

.scroll #header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
	padding-top:    15px;
	padding-bottom: 15px;
	
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    		box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

#header:after {
		
}

#logo,
#moblogo {
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

#logo a,
#moblogo a {
	display: block;
	text-indent: -9999px;
}

#logo,
#logo a {
	width: 100%;
	height: 120px;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
			transition: all 500ms ease;
}

.scroll #logo,
.scroll #logo a {
	width: 100%;
	height: 70px;
}

#moblogo,
#moblogo a {
	width: 100%;
	height: 70px;
}

/*************************************************
* Fixed #header / #nav
*************************************************/

#headerpadding {
	
}

.scroll #headerpadding {
	
}



/*************************************************
* Meta
*************************************************/




/*************************************************
* Nav
*************************************************/

#nav {
	width: 100%;
	line-height: 70px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.02em;
	color: #545352;
	
	
}

#nav .menu {
	float: right;
	margin-top: 25px;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
			transition: all 500ms ease;
}

.scroll #nav .menu {
	margin-top: 0;
}

#nav .menu a {
	color: #545352;
	margin: 0 0 0 25px;
}

#nav .menu ul {
	margin-left: -15px;	
	margin-top: -10px;
}

#nav .menu ul li {
	line-height: 30px;
	min-width: 160px;
}

#nav .menu ul li a {
	text-transform: none;	
	background: #f5f5f5;
	padding-left:  25px;
	padding-right: 25px;
}

#nav .menu ul li:first-child a {
	padding-top: 15px;
}

#nav .menu ul li:last-child a {
	padding-bottom: 15px;
}

#nav .menu li.current-page-ancestor a,
#nav .menu li.current-menu-ancestor a, 
#nav .menu li.current-menu-item a, 
#nav .menu li.current-post-ancestor a, 
#nav .menu li.current-post-parent a {
    color: #1a42b0;
}

#nav .menu li a:hover,  
#nav .menu li.sfHover a {
    color: #1a42b0;
}

#nav .menu li.current-page-ancestor ul.sub-menu li a, 
#nav .menu li.current-menu-item ul.sub-menu li a,
#nav .menu li.sfHover li, 
#nav .menu li.sfHover li a {
	color: #545352;
}

#nav .menu li.current-menu-item ul.sub-menu li a:hover,
#nav .menu li.current-menu-item ul.sub-menu li.current-menu-item a,
#nav .menu li.current-menu-ancestor ul.sub-menu li.current-menu-item a {
	color: #1a42b0;
}

#nav .menu li.current-page-ancestor ul.sub-menu li a:hover,
#nav .menu li.current-page-ancestor ul.sub-menu li.current-menu-item a,
#nav .menu li.sfHover li a:hover {
	color: #1a42b0;
}

#nav .menu li li a:hover {
	color: #1a42b0;
}

#nav .menu .current-menu-item li a:hover {
	color: #1a42b0;
}

/*************************************************
* Slider
*************************************************/

.singleslide {
	position: relative;
	
/*
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
*/
}

.singleslide {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.singleslide img {
	opacity: 0;
}

.sliderolay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.slidertext {
	position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	background: rgba(26,66,176,0.4);
}

#slider h3,
#slider p {
	margin: 20px 0;
}

#slider h3 {
	font-size: 36px;
}

#slider p {
	font-size: 22px;
}

#slider a {
	display: block;
}

#slider h3,
#slider p,
#slider a h3,
#slider a p {
	color: #fff;
}

#slider a:hover h3,
#slider a:hover p {
	opacity: 0.7;
}

/*************************************************
* Sections
*************************************************/

.colbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.colbg img {
	display: none;
}

@media (min-width:768px) {
	.bildtextwide {
		display: table;
	    width: 100%;
	}
	
	.colbg {
		display: table-cell;
		float: none;
	}
	
	.col-twothird {
		width: 100%;
	}
}

@media (max-width:767px) {
	.colbg {
		background-image: none !important;
	}
	
	.colbg img {
		display: block;
	}
}



@media (min-width: 768px) {

	.aligner {
		display: flex;
		align-items: center;
		min-height: 20px;
		justify-content: center;
	}
	
	.aligner-item {
		flex: 1;
	}
	
	.aligner-item--top {
		align-self: flex-start;
	}
	
	.aligner-item--bottom {
		align-self: flex-end;
	}
	
	.aligner-item--fixed {
		flex: none;
	}
}

.s_cta p {
	margin: 0;
	color: #646362;
	font-size: 24px;
	line-height: 26px;
	padding: 12px 0;
	font-weight: 700;
	color: #1a42b0;
}

@media (max-width:767px) {
	.s_cta p {
		text-align: center;
	}
}

.s_cta .button a {
	margin: 0;
	width: 100%;
	display: block;
}


.s_breaker {
	
}

.s_breaker p {
	font-size: 18px;
}

.s_breaker p:last-child {
	margin-bottom: 0;
}

.s_breakerbgdark {
	color: #fff;
	font-weight: bold;
}








/*************************************************
* Teaser, Subpages
*************************************************/

.teaser {
	background-image: linear-gradient(180deg,#fff 0,#e2e2e2 100%);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.teaser img {
	margin: 0 auto;
}

.teaser h4 {
	text-align: center;
	font-weight: 700;
	padding: 15px 5px 20px 5px;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.teaser a,
.subpage a {
	display: block;
}

.teaser {
	position: relative;
}


/*************************************************
* Image Links
*************************************************/

.galimg {
	overflow: hidden;
}

.galimg a img,
a .galimg img {
	-moz-transform: 	scale(0.95);
	-webkit-transform: 	scale(0.95);
	-o-transform: 		scale(0.95);
	-ms-transform: 		scale(0.95);
	transform: 			scale(0.95);
	
	-webkit-transition: all 300ms ease;
	-moz-transition:    all 300ms ease;
	-ms-transition: 	all 300ms ease;
	-o-transition: 	    all 300ms ease;
	transition: 		all 300ms ease;
	
	-webkit-backface-visibility: hidden;
}

.galimg a:hover img,
a:hover .galimg img {
	-moz-transform: 	scale(1);
	-webkit-transform: 	scale(1);
	-o-transform: 		scale(1);
	-ms-transform: 		scale(1);
	transform: 			scale(1);
}

/*************************************************
* CookieInfo
*************************************************/

#cookieChoiceInfo {
	background: #f5f5f5 !important;
	
	padding-top:    15px !important;
	padding-bottom: 10px !important;
	
	padding-left: 15px !important;
	padding-right: 15px !important;
	
	font-size: 14px;
	line-height: 1.3;
}

#cookieChoiceInfo div {
	padding: 0 !important;
}

/*
#cookieChoiceInfo,
#cookieChoiceInfo a {
	color: #fff;
}
*/

#cookieChoiceInfo a {
	text-decoration: none;
}

#cookieChoiceInfo a:after {
	content: "";
    display: table;
	clear: both;
	margin-bottom: 5px;
}

#cookieChoiceInfo a:hover {
	text-decoration: none;
}

#cookieChoiceDismissIcon {
	display: none !important;
}

a#cookieChoiceDismiss {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	text-decoration: none;
	background: #1a42b0;
	color: #fff !important;
	padding: 6px 15px;
			
	-webkit-border-radius: 2px;
			border-radius: 2px;
	
	border: 0;
	color: #fff;
	background: #1a42b0;
}

a#cookieChoiceDismiss:hover {
	background: #7d8cb6;
}

#cookieChoiceInfo a#cookieChoiceDismiss:after {
	content: "";
    display: table;
	clear: both;
	height: 0;
	margin-bottom: 0;
}



/*************************************************
* Swipebox
*************************************************/

#swipebox-overlay {
	background: rgba(255,255,255,0.96) !important;
}

#swipebox-slider .slide {
	padding: 20px !important;
}

#swipebox-close {
	background-color: #fff !important;
	z-index: 100001 !important;
}

#swipebox-bottom-bar {
	background: transparent !important;
}

#swipebox-arrows {
    max-width: none !important;
    width: 98% !important;
    background: transparent !important;
}

#swipebox-arrows a {
	background-color: #fff !important;
}

#swipebox-next.disabled, 
#swipebox-prev.disabled {
    opacity: 0.15 !important;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
	background-image: url('images/icons.png') !important;
	background-size: auto 34px !important;
}

#swipebox-prev {
    background-position: -32px 8px !important;
}

#swipebox-next {
    background-position: -68px 8px !important;
}

#swipebox-close {
    background-position: 8px 8px !important;
}


/*************************************************
* Button
*************************************************/

.button {
	
}

.button a {
/*
	width: 100%;
	display: block;
*/
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	padding: 12px 24px;
	margin: 0;
	margin-bottom: 10px;
	
	font-size:   16px;
	line-height: 26px;
	
	color: #fff;
	background: #1a42b0;
	border: 1px solid #1a42b0;
	
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.button.ghost a {
	color: #1a42b0;
	background: #fff;
	border: 1px solid #1a42b0;
}

.button a:hover {
	background: #7d8cb6;
}

.button.ghost a:hover {
	background: #1a42b0;
	color: #fff;
}

.mobilebutton {
	display: none;
}

.mobilebutton a .icon {
	position: relative;
	top: 2px;
	padding: 0 5px 0 0;
}

.s_breakerbgdark .button,
#slider .button {
	text-align: center;
}

#slider .button {
	margin-top: 20px;
}

#slider .button a {
	display: inline-block;
	text-align: center;
	width: auto;
	padding: 8px 20px;
	border: 1px solid #fff;
}

.s_breakerbgdark .button a {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	border: 1px solid #fff;
	
	font-size:   18px;
}

.s_breakerbgdark .button a:hover {
	background: rgba(255,255,255,0.2);
}

.s_breakerbgdark h3 {
	margin-top: 20px;
}

/*************************************************
* Kontakt-Box
*************************************************/

#kontaktieren {
	
}

#kontaktieren h4 {
	margin-top: 0;
}


/*************************************************
* Footer
*************************************************/

.footer,
.footer a {
	color: #fff;
}

.footer a:hover {
/* 	color: #7d8cb6; */
	opacity: 0.6;
}

#footer h4 {
	margin-top: 0;
	font-size: 17px;
	font-weight: 600;
}

#footer p,
#footer ul {
	margin-bottom: 10px;
}

#subfooter {
	font-size: 14px;
	
	
	padding-top: 10px;
	padding-bottom: 15px;
}

#subfooter p {
	margin: 0;
}

#subfooter span {
	margin-left: 30px;
}


/*************************************************
* Seitenanfang
*************************************************/

#totop {
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	background: #1a42b0;
	
	z-index: 999;
	display: none;
	
	-webkit-border-radius: 4px;
			border-radius: 4px;
	
	-webkit-transition: right 200ms ease;
	   -moz-transition: right 200ms ease;
		-ms-transition: right 200ms ease;
		 -o-transition: right 200ms ease;
		 	transition: right 200ms ease;
}

html.swipebox-html #totop {
	right: -50px;
}

#totop a {
	text-align: center;
	display: block;
	width: 	40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
}

/*************************************************
* Edit-Link
*************************************************/

.editbutton {
	clear: both;
	margin: 10px 0;
}

.editbutton a {
	border: 2px solid #1a42b0;
	padding: 10px 20px;
	font-size: 0.94rem;
	font-weight: bold;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.editbutton a:hover {
	border: 2px solid #7d8cb6; 
}

.editlink {
	font-size: 0.94rem;
	font-weight: bold;
}

.editlink .icon {
	font-size: 0.6rem;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

/*************************************************
* Formulare
*************************************************/

.cform {
	margin: 0;
	padding: 0;
}

.cform p {
	display: block;
	margin-bottom: 20px;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea,
select  {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;


	font-size: 16px;
	line-height: 1.2;
	
	background: white;
	padding: 8px;
	border: 1px solid #e0e0e0;
	
	float: left;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="submit"]:focus,
textarea:focus {
	background: white;
	border: 1px solid #1a42b0;
}

input[type="checkbox"] {
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	/* -webkit-appearance: none; */
	border: 1px solid grey;
	
	width:  16px;
	height: 16px;
	display: inline-block;
	margin: 0 8px 0 0;	
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
	-webkit-user-select: none;
	-moz-user-select:	 none;
	-ms-user-select:	 none;
	user-select:		 none;
	}


@media (max-width:1023px) {
	input[type="checkbox"],
	input[type="radio"] {
		position: relative;
		top: 3px;
	}
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: #1a42b0;
	border: 1px solid #1a42b0;
}


input[type="radio"]:checked+label { 
	
}

.wpcf7-form-control-wrap {
	margin-bottom: 10px;
	/*
	width: 100%;
	display: block;
	
	*/
}

.wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 0 0 !important;
}

.wpcf7-list-item label {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.wpcf7-list-item label {
	
}

.wpcf7-acceptance label {
	display: inline-block;
	font-size: 0.95rem;
	line-height: 1.5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type="submit"] {
	cursor: pointer;
	
	display: block;
	float: left;	
	width: auto;
	margin: 10px 0 10px 0;
	padding: 10px 40px;
	border: 1px solid #1a42b0;
	background: #1a42b0;	
	color: #fff;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid #7d8cb6;
	background: #7d8cb6;
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	border: 1px solid #1a42b0;
	background: #1a42b0;
	opacity: 0.2;
}

.wpcf7-response-output {
	clear: both;
	display: block;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	display: inline;
	color: red !important;
	font-size: 15px !important;
}

div.wpcf7-response-output {
	border: 2px solid #1a42b0 !important;
}

div.wpcf7-validation-errors {
	border: 2px solid red !important;
}

/*************************************************
* Google Maps
*************************************************/

.gmap {
	width: 100%;
	height: 400px;
}

.gmap img {
	max-width: none;
}

/*************************************************
* Responsive 
*************************************************/

@media (max-width: 479px) {
	input,
	input[type="text"], 
	input[type="email"], 
	textarea,
	select  {
		width: 100%;
	}
}

@media (min-width: 480px) {
	
}

@media (max-width: 767px) {
	
	.mobilebutton {
		display: block;
	}
	
	.singleslide {
		background-image: none !important;
	}
	
	.singleslide img {
		opacity: 1;
	}
	
	.sliderolay {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
	}
	
	.slidertext {
		position: relative;
	    bottom: 0;
	    left: 0;
		right: 0;
		width: 100%;
		
		padding-top: 20px;
		padding-bottom: 20px;
		
		background: rgba(26,66,176,1);
	}
	
	#slider h3 {
		font-size: 24px !important;
	}
	
	#slider p {
		font-size: 18px !important;
	}
}

@media (max-width:1023px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav,
	#meta,
	#topbar {
		display: none;
	}
	
	#navicon,
	#mobnav {
		display: block;
	}
	
	#header, 
	.scroll #header {
		position: relative;
		padding: 25px;
	}
	
	.scroll #logo,
	.scroll #logo a {
		width: 100%;
		height: 120px;
	}
	
	#headerpadding {
		height: 0px !important;
	}
	
	#slider img {
/*
		max-width: 150%;
		margin-left: -25%;
*/
	}
	
	#slider h3,
	#slider p {
		margin: 10px 0;
	}
	
	#slider h3 {
		font-size: 28px;
	}
	
	#slider p {
		font-size: 16px;
	}
	
	#subfooter {
		padding-bottom: 60px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
		margin-top:    5px;
		margin-bottom: 5px;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30003;
		right: 10px;
		top: 10px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;	
		
		-webkit-transition: right 200ms ease;
		   -moz-transition: right 200ms ease;
			-ms-transition: right 200ms ease;
			 -o-transition: right 200ms ease;
			 	transition: right 200ms ease;	
	}
	
	html.swipebox-html #navicon {
		right: -50px;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 4px;
		position: absolute;
		width: 30px;
			 	
		background-color: #fff;
		background-color: #1a42b0;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		/*
		-webkit-box-shadow: 0px 0px 3px 0px #1a42b0;
				box-shadow: 0px 0px 3px 0px #1a42b0;
		*/
		
		-webkit-box-shadow: 0px 0px 1px 2px #fff;
				box-shadow: 0px 0px 1px 2px #fff;
				
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
			-ms-transition: all 250ms ease;
			 -o-transition: all 250ms ease;
			 	transition: all 250ms ease;

	}
	
	#navicon span {
	    left:   5px;
	    top:   18px;

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background-color: #fff;
		
	}
	
	#navicon.active {
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
		
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		background-color: #fff;
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
	    background: #1a42b0;
	    
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);

	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	    -moz-transform: 	rotate(-45deg);
	    -o-transform: 		rotate(-45deg);
	    -ms-transform: 		rotate(-45deg);
	    transform: 			rotate(-45deg);
	}
	
	#navicon.active span:after {
	     -webkit-transform: rotate(45deg);
	     -moz-transform: 	rotate(45deg);
	     -o-transform: 		rotate(45deg);
	     -ms-transform: 	rotate(45deg);
	     transform: 		rotate(45deg);
	}
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 30002;
		top: 0;
		height: 100%;
		right: -100%;
		width: 100%;
		
		padding-top: 50px;
		
		-webkit-transition: right 500ms ease;
		   -moz-transition: right 500ms ease;
			-ms-transition: right 500ms ease;
			 -o-transition: right 500ms ease;
			 	transition: right 500ms ease;
	}
	
	#mobnav.active {
		right: 0;
	}
	
	/* Mobile Menu */
	
	#mobnav p {
		line-height: 2;
	}
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobmenu a {
		color: #1a42b0;
		font-weight: 600;
	}
	
	#mobmenu ul li a {
		font-size: 18px;
		display: block;
		padding: 0 40px 0 15px;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	#mobmenu ul li.current-menu-item > a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: #7d8cb6;
	}
	
	#mobnav ul.menu>li > a,
	#mobnav ul.menu li > ul > li.menu-item-has-children > a {
/* 		font-weight: 500; */
	}
	
	#mobmenu ul li:first-child a {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	#mobmenu ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
	}
	
	#mobmenu ul li ul li a {
		padding-left: 25px;
	}
	
	#mobmenu ul li ul li:first-child a {
		border-top: 0;
	}
	
	#mobmenu ul li ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li ul li a {
		padding-left: 45px;
	}
	
	/* Subnav */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  44px;
		height: 44px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #1a42b0;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		-webkit-transition: opacity 400ms ease;
		   -moz-transition: opacity 400ms ease;
			-ms-transition: opacity 400ms ease;
			 -o-transition: opacity 400ms ease;
			 	transition: opacity 400ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		transform: rotate( -90deg );
	}
	
	/*
	#mobnav .menu li.current-page-parent>.subnavicon.sub-menu-active {
		background: white;
	}
	
	#mobnav .menu li.current-page-parent>ul {
		background: white;
	}
	*/
	
	#mobnav .menu li .subnavicon.sub-menu-active {
		background: rgba(0,0,0,0.05);
	}
	
	#mobnav .menu>li>ul {
		background: rgba(0,0,0,0.05);
	}
	
	#mobnav .menu>li.current-page-ancestor>a {
		/*
		background: #f6f6f6;
		*/
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
	#mobnavcontact a {
		color: #7d8cb6;
	}
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1024px) and (max-width: 1179px) {
    
}

@media (min-width: 1180px) {
	
}

@media (min-width: 1180px) and (max-width: 1419px) {
    
}

@media (min-width:1420px) {
	html,
	body {
		
	}
}

@media (min-width:1420px) and (max-width:1599px) {
    
}

@media (min-width:1600px) {
	html,
	body {
		
	}  
	
	#outer,
	.fixme {
		max-width: 1600px;
		margin: 0 auto;
	}  
	
}




















