/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 17px/1.4 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#1e1e1e;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	
}
p
{
	line-height:25px;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3, h4, h5
{
	margin-top:0px;
	letter-spacing: -0.03em;
}
h1
{

}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper, section article {
	max-width:971px;
	width:100%;
	margin:0 auto;
	position:relative;
}
article
{

}

section.map article,
section.template-quote article
{
	width:100%;
	max-width:none;
}

/* header */
.header {
	height: 60px;
	position: fixed !important;
	z-index: 10000;
	width:100%;
	top: 0;
}

.headerbg
{
	background-color:#1e1e1e;
	width:100%;
	height:60px;
	position:absolute;
}
/* logo */
.logo {
	margin-top:5px;
	float:left;
}

.logo.always{
  opacity: 1 !important;
}
.logo-img {

}
/* nav */
.nav {
	list-style:none;
	padding:0px;
	margin:0px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	width: 460px;
	margin-top: 15px;
}
.nav li
{
	float:right;
	color:#ffb128;
	margin-left:15px
}

.nav a
{
	display:block;
	color:#fff;
	height:29px;
}

.nav a:hover
{
	color:#ffb128;
}

.nav a.navHome
{
	width:27px;
	text-indent:1000px;
	background-image:url(/images/nav-home.png);
	background-repeat:no-repeat;
	background-position:top;
}
.nav a.navHome:hover
{
	background-position:bottom;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

br.clr
{
clear:both;
height:0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section .su-table table,
section .su-table .su-even td
{
background:none !important;
border:none !important
}

section.main { padding-top:60px; }
section.main { background-color:#5f5e5e; color:#fff; background-repeat:no-repeat; background-size:cover; background-position:center center; background-attachment: fixed; }
section.main h1 {
	font-size: 47px;
	line-height: 49px;
	font-weight: normal;
}

section.main p {
	font-size: 17px;
	line-height:25px;
	width: 345px;
}
section.main article 
{
	background-image:url(/images/home-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:690px;
	position:relative;
}

section.main article .fallstopLogo
{
	top:80px;
	position:absolute;
}

section.main article .homeContent
{
	margin: 195px 193px 0 0;
	float: right;
	padding: 40px;
	width: 462px;
}

section.template-content article{
  margin-top: 80px;
  padding: 0 10px;
}

section.template-content article a {
  text-decoration: underline;
}

section.template-services, section.template-service-grey-1, section.template-service-grey-2 { background-color:#1e1e1e; color:#fff; }
section.template-testimonial { background-color:#ffb128; color:#fff; }
section.template-quote { background-color:#ffb128; }

.intaks-agents p
{
	margin:0;
}

.wp-image-58
{
	margin: 45px 30px 0 0 !important;
}

section.template-quote article .lhs,
section.template-contact article .lhs
{
	width:50%;
	float:left;
	min-width:350px;
	padding:25px 25px 25px 0;
}
section.template-quote article .rhs
{
	background-position:top right;
	background-repeat:no-repeat;
}

section.template-quote article .rhs,
section.template-contact article .rhs
{
	padding:25px 0 25px 25px;
	min-width:350px;
	width:50%;
	float:left;
	color:#fff;
	background-color:#1e1e1e;
}

section.template-quote article .lhs .lhsContent,
section.template-contact article .lhs .lhsContent
{
	background-image:url(/images/rates-bg.png);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 120px 125px 0 0;
	max-width:460px;
	float:right;
}
section.template-contact article .lhs .lhsContent
{
	background-image:none;
	padding: 20px 45px 0 0;
}

section.template-quote article .rhs .rhsContent,
section.template-contact article .rhs .rhsContent
{
	max-width:460px;
	padding-top: 35px;
}

section.template-quote article h2
{
	font-size:45px;
	color:#fff;
	font-weight:normal;
	margin-bottom: 25px;
}
section.template-contact article h2
{
	font-size:45px;
	font-weight:normal;
	margin-bottom: 20px;
}
section.template-contact article h3
{
	font-size:18px;
	color:#ffb128;
	margin-bottom:0;
}
section.template-contact article p
{
	margin-top:0;
}

section.template-quote article .rhs .rhsContent h2,
section.template-contact article h2,
section.template-content article h2
{
	background-image:url(/images/header-icon.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:55px;
}

.wpcf7 p
{
	color: #ffb128;
	font-weight: bold;
}

.wpcf7 input[type=text], .wpcf7 input[type=email] {width:460px; height:38px; padding:5px; background-color:#eee;}
.wpcf7 textarea {width:460px; height:120px;background-color:#eee; padding:5px; }
.wpcf7 input[type=submit]{ float:right; color:#ffa823; font-size:30px; width:82px; height:31px; text-indent: -1000px; border:none; background-image:url(/images/send-button.png); background-repeat:no-repeat; background-position: top left; background-color:transparent; }
.wpcf7 input[type=submit]:hover { background-position: bottom left; }


section.template-service-summary article .col1,
section.template-service-summary article .col2,
section.template-service-summary article .col3,
section.template-service-summary article .col4
{
	width:212px;
	float:left;
	margin:30px 41px 30px 0;
}
section.template-service-summary article .col4
{
	margin-right:0px;
}

section.template-service-summary article .bg-image
{
	height:282px;
	width:212px;
	background-repeat: no-repeat;
	background-size: cover;
}

section.template-service-summary article .main-image
{
	height:282px;
	width:212px;
	background-repeat:no-repeat;
	background-position:top left;
}

section.template-service-summary article a:hover .main-image { background-position:bottom left; }
section.template-service-summary article .col1 .main-image { background-image:url(/images/services-col1.png); }
section.template-service-summary article .col2 .main-image { background-image:url(/images/services-col2.png); }
section.template-service-summary article .col3 .main-image { background-image:url(/images/services-col3.png); }
section.template-service-summary article .col4 .main-image { background-image:url(/images/services-col4.png); }

section.template-service-summary article .more-text
{
	margin-top:15px;
	background-color:#808080;
	color:#fff;
	text-align:right;
	padding: 5px 10px;
	font-weight:bold;
}

section.template-service-summary article a:hover .more-text
{
	background-color:#1e1e1e;
}

section.template-service-summary article .title
{
	padding-top:20px;
	font-size:30px;
	color:#ffb128;
	line-height:30px;
}

section.template-service-summary article a:hover .title
{
	color:#1e1e1e;
}

    
section.template-services article
{

}

section.template-services h2
{
	font-size:50px;
	width:49%;
	color:#fff;
	line-height: 52px;
	font-weight:normal;
	background-image:url(/images/header-icon.png);
	background-repeat:no-repeat;
	background-position: right 10px;
	padding-top:55px;
}
section.template-services p
{
	width:45%;
}
section.template-services .featImage
{
	float:right;
}
section.template-services .featImage img
{
	display:block;
}
section.template-service-white-1 .featImage,
section.template-service-grey-1 .featImage
{
	min-height:435px;
	width: 485px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
section.template-service-white-1 .featImage.mobile, section.template-service-grey-1 .featImage.mobile { display:none; }

section.template-service-grey-1 .featImage
{
	float:right;
}
section.template-service-white-1 .featImage div,
section.template-service-grey-1 .featImage div
{
	background-repeat:no-repeat;
	position:absolute;
	width:78px;
	height:78px;
}
section.template-service-white-1 .featImage div
{
	background-image:url(/images/services-white-1.png);
	top:15px;
	left:15px;
}
section.template-service-grey-1 .featImage div
{
	background-image:url(/images/services-grey-1.png);
	bottom:15px;
	right:15px;
}
section.template-service-white-1 article,
section.template-service-grey-1 article
{
	background-image:url(/images/services-white-1-bg.png);
	background-repeat:no-repeat;
	background-position: 925px 10px;
}
section.template-service-grey-1 article
{
	background-image:url(/images/services-white-1-bg.png);
	background-position: 435px 10px;
}

section.template-service-white-2 article,
section.template-service-grey-2 article
{
	min-height:500px;
	background-image:url(/images/services-white-2.png);
	background-repeat:no-repeat;
	background-position: right top;
}

section.template-service-grey-2 article
{
	background-image:url(/images/services-grey-2.png);
	background-position: left top;
}

section.template-service-white-1 .service-text,
section.template-service-white-2 .service-text,
section.template-service-grey-2 .service-text,
section.template-service-grey-1 .service-text
{
	width:430px;
	padding-top: 50px;
}
section.template-service-grey-2 .service-text,
section.template-service-white-1 .service-text
{
	float:right;
	width: 455px;
}	
section.template-service-white-1 .service-text h2,
section.template-service-white-2 .service-text h2,
section.template-service-grey-1 .service-text h2,
section.template-service-grey-2 .service-text h2
{
	font-size:50px;
	line-height:52px;
	font-weight:normal;	
	margin-bottom:10px
}

section.template-testimonial article
{
	min-height:160px;
	font-size:30px;
	text-align:center;
	position:relative;
}		

section.template-testimonial p
{
	line-height:36px;
	font-style:italic;
	margin:0px 0px 10px 0px;
}
section.template-testimonial strong
{
	color:#1e1e1e;
	font-weight:bold;
	font-style:normal;
}

section.template-testimonial .testimonial-left,
section.template-testimonial .testimonial-right
{
	background-repeat:no-repeat;
	position:absolute;
	width:137px;
	height:138px;
}
section.template-testimonial .testimonial-left
{
	background-image:url(/images/testimonial-left.png);
	top:10px;
	left:0px;
}

section.template-testimonial .testimonial-right
{
	background-image:url(/images/testimonial-right.png);
	bottom:10px;
	right:0px;
}

section.template-testimonial .testimonial-text
{
	padding-top: 35px;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}

section.template-contact { 
	background-image:url(/images/contact-bg.png); 
	background-position:top center; 
}
section.template-intaks article div { 
	float:left;
	margin: 30px 30px 30px 0;
}

section.template-intaks article div.winners { 
	margin-right:0px;
	text-align:center;
	min-height:161px;
}
section.template-intaks article div.winners img { 
	width: 90%;
}

section.template-intaks article div.intaksContent { width: 380px;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'roboto';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('/fonts/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('/fonts/Roboto-Bold-webfont.eot');
    src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
/*	header .headerbg { opacity: 1; height:55px; } 
	header .logo { display: none !important;}
	header .nav { margin-right:10px; }
 	header .nav li { margin-left: 10px; font-size:15px; }
	header .nav li a.navHome { background-size: cover; width:20px; height: 21px; }
 	header .nav li.navHome { width:20px; }
	section.main article { background-size: 49%; background-image:url(/images/m.home-bg.png); }
	section.main { padding-top: 55px; background-image:none !important; }
	section.main article .homeContent { margin: 51px 51px 50px 0; padding: 10px; width:250px }
	section.main article .homeContent p { font-size:12px }
	section.main .homeContent h1 { font-size: 20px; line-height: 21px; width: 165px; float: right; margin-left: 100px; margin-top: 70px; clear: both; }
	section.main article .fallstopLogo { width:200px; }
	section.main article .fallstopLogo img { width:100%; margin-left:15px; }
*/
} 
@media only screen and (max-width:480px) {

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

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

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation : portrait) { 
	.header { height: 35px; }
    	header .headerbg { opacity: 1; height:35px; } 
    	header .logo { display: none !important;}
	header .nav { margin-right:15px; width:100%; margin-top:8px; }
 	header .nav li { margin-left: 15px; font-size: 14px; }
	header .nav li a.navHome { background-size: cover; width:20px; height: 21px; }
 	header .nav li.navHome { width:20px; margin-top: 0px; }
	
	section.main { padding-top:35px; }
	section.main { background-image:url(/images/mainbg-mobile.jpg) !important; background-size: 100%; background-position: center 35px; }

	section.main article { background-image:url(/images/m.home-bg.png); background-size:49%; min-height: inherit; }
	section.main article .fallstopLogo { width: 45%; top: 35px; left: 28px; }
	section.main article .fallstopLogo img { width:100%; }
	section.main article .homeContent { margin: 20% 0 0 0; float: left; padding: 28px; width: 100%; padding-bottom: 10px; }
	section.main article .homeContent p { font-size: 14px; line-height: 20px; width: auto; margin-top:10px; }
	section.main article h1 { font-size: 23px; line-height: 24px; width: 55%; margin-left: 100px; margin-bottom: 20px;}

	section.template-service-summary article .title { padding-top: 10px; font-size: 18px; color: #ffb128; line-height: 17px; }
	section.template-service-summary article .more-text { font-size: 12px; }
	section.template-service-summary article .main-image {width: 130px; height: 140px; background-size: 130px 280px; }
	section.template-service-summary article .col3,	section.template-service-summary article .col4 { margin-top:0px;}

	section.template-service-summary article .bg-image { width: 130px; height: 140px; overflow: hidden; }

	section.template-service-summary article .col1, section.template-service-summary article .col2, section.template-service-summary article .col3, section.template-service-summary article .col4 { width: 35%; margin-left: 10%; margin-right: 0px; }
	section.template-quote article .lhs .lhsContent, section.template-contact article .lhs .lhsContent { background-size: 30%; padding: 8px 55px 0px 28px; }
	section.template-quote article h2 { font-size:30px; margin-bottom:15px; }
	section.template-quote article p { font-size: 15px; margin-top: 10px; line-height: 21px; }
	section.template-quote article .rhs, section.template-contact article .rhs { width: 100% }

	section.template-quote article .rhs .rhsContent, section.template-contact article .rhs .rhsContent { padding: 0px 26px 0px 0px; }
	.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea { width: 100%; }

	section.template-intaks article div.featImage { margin:0 0 0 28px; }
	section.template-intaks article div.featImage img { width: 60%; }
	section.template-intaks article div.winners {position: absolute;top:20px; right:0; width: 55%;}
	section.template-intaks article div.winners img { width: 60%; }
	section.template-intaks article div.intaksContent { margin: 10px 28px 0 28px; font-size: 16px; line-height:22px; width:310px; }

	section.template-services article div.featImage { height: 200px; overflow: hidden; float:none;}
	section.template-services article div.featImage img { width:100%; }
	section.template-services article div.servicesContent { margin: 0 28px; }
	section.template-services article div.servicesContent h2 { font-size: 30px; padding-top: 5px; background-size: 10%; width: 100%; margin-bottom: 10px;}
	section.template-services article div.servicesContent p { width: 100%; margin: 0; }

	section.template-service-white-1 .featImage, section.template-service-grey-1 .featImage { height: 200px; overflow: hidden; min-height: 200px; }
	section.template-service-white-1 .featImage div { background-size: 50%; }
	section.template-service-white-1 .service-text, section.template-service-white-2 .service-text, section.template-service-grey-2 .service-text, section.template-service-grey-1 .service-text { padding: 10px 28px; width: 100%; }
	section.template-service-white-1 .service-text h2, section.template-service-white-2 .service-text h2, section.template-service-grey-1 .service-text h2, section.template-service-grey-2 .service-text h2 { line-height: 35px; font-size:30px; }
	section.template-service-white-1 .service-text p, section.template-service-white-2 .service-text p, section.template-service-grey-1 .service-text p, section.template-service-grey-2 .service-text p { margin: 0; }
	section.template-service-white-2 article, section.template-service-grey-2 article { min-height: 200px; }
	section.template-service-white-1 .service-text, section.template-service-white-2 .service-text, section.template-service-grey-2 .service-text, section.template-service-grey-1 .service-text { float:left;}

	section.template-service-white-1 .featImage, section.template-service-grey-1 .featImage { display:none; }
	section.template-service-white-1 .featImage.mobile, section.template-service-grey-1 .featImage.mobile { display:block; }

	section.template-service-white-2 article, section.template-service-grey-2 article { background-image:none;}
	section.template-service-grey-1 .featImage { background-position: right top; background-size: 78% 100%; }
	section.template-service-grey-1 .featImage div { background-size: 50%; bottom: -25px; right: -25px; }
	section.template-testimonial article { min-height: 100px; }
	section.template-testimonial .testimonial-left { background-size: 25%; left: 10px; height: 40px;}
	section.template-testimonial .testimonial-right { background-size: 25%; right: 10px; background-position: right bottom; height: 40px;}
	section.template-testimonial .testimonial-text { width: 100%; padding: 18px 28px; float: left;}
	section.template-testimonial .testimonial-text p { font-size: 22px; line-height: 28px;  }

	section.template-contact article .lhs { width: 100%; background-color: #fff; padding: 10px 28px; }
	section.template-contact article .lhs .lhsContent { padding: 0; }
	section.template-contact article h2 { background-size: 10%; padding-left: 40px; font-size: 30px; margin-bottom:15px; }



}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
    //iPhone 6 landscape
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
    //iPhone 6+ Portrait
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
    //iPhone 6+ landscape
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
    //iPhone 6 and iPhone 6+ portrait and landscape
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
    //iPhone 6 and iPhone 6+ portrait
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 
    //iPhone 6 and iPhone 6+ landscape
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}