@import url('http://fonts.googleapis.com/css?family=Roboto:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Roboto+Condensed:300,300italic,400,700');
@import url('styles/bootstrap.css');
@import url('styles/bootstrap-responsive.css');
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@charset "utf-8";
/* CSS Document */
/*
Theme Name: HCR Homes
Theme URI: slx
Author: SponsoredLinX
Author URI: slx
Description: HCR Homes Wordpress Theme
Version: 1.0
License: GNU General Public License

/*----------------------------------------------------------------*/
/*- Common Styles ------------------------------------------------*/
/*----------------------------------------------------------------*/

.none { display:none !important; }
.inline { display:inline; }
.block { display:block; }
.DIB { display:inline-block; }
.TAC { text-align:center; }
.TAL { text-align:left; }
.TAR { text-align:right; }
.lefti { float:left !important; }
.righti { float:right !important; }
.left { float:left; }
.right { float:right; }
.slx_mt_0 { margin-top:0 !important; } 
.slx_mr_0 { margin-right:0 !important; }
.slx_mb_0 { margin-bottom:0 !important; }
.slx_ml_0 { margin-left:0 !important; }
.aligncenter { display: block; margin: 0 auto; }

.fw_thin { font-weight:100; }
.fw_light { font-weight:300; }
.fw_regular { font-weight:400; }
.fw_medium { font-weight:500; }
.fw_semibold { font-weight:600; }
.fw_bold { font-weight:700; }
.fw_extrabold { font-weight:800; }
.fw_ultrabold { font-weight:900; }

.fs_14 { font-size:14px; line-height:20px; }
.fs_16 { font-size:16px; line-height:26px; }
.fs_18 { font-size:18px; line-height:26px; }
.fs_20 { font-size:20px; line-height:28px; }
.fs_24 { font-size:24px; line-height:32px; }
.fs_28 { font-size:28px; line-height:36px; }
.fs_30 { font-size:30px; line-height:38px; }
.fs_32 { font-size:32px; line-height:40px; }
.fs_36 { font-size:36px; line-height:44px; }
.fs_40 { font-size:40px; line-height:49px; }

.fc_orange, .fc_orange a, .fc_orange a:hover, .email_address { color: #456d9e; }
.fc_grey, .fc_grey a, .fc_grey a:hover { color: #666666; }
.fc_black, .fc_black a, .fc_black a:hover { color: #000000; }
.fc_white, .fc_white a, .fc_white a:hover { color: #FFFFFF; }

.f_fjalla { font-family: 'Roboto Condensed', sans-serif; }
.f_open { font-family: 'Roboto', sans-serif; }
.f_openc { font-family: 'Roboto Condensed', sans-serif; }



/*----------------------------------------------------------------*/
/*- Layout -------------------------------------------------------*/
/*----------------------------------------------------------------*/

body {
	background:#f1f1f1;
	font-size:16px;
	line-height:24px;
	color:#666666;
	font-weight:500;
	font-family:'Roboto', sans-serif;
	margin:0;
}

p {
	font-weight:400;
	margin:0 0 20px;
}

ul {
	list-style: none;
	line-height:18px;
	margin:0 0 20px;
}
	ul li {
	    line-height: 21px;
	    list-style-position: inside;
	    list-style-type: disc;
	    margin: 0 0 5px 25px;
	}
	.dot_points ul li { list-style: none; }
		.dot_points ul li img { margin:2px 8px 0 -25px; vertical-align: top; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, button, input[type=submit], input[type=reset] { cursor: pointer; }
a { color:#666666; text-decoration:underline; word-wrap:break-word; }
	a:hover { color:#666666; text-decoration:none; }

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	color:#264464;
	margin:0 0 20px;
	text-rendering: auto;
}
	h1 { font-size:32px; line-height:42px; font-weight: 400; }
		h1.title { margin: 0 0 10px; }
	h2 { font-size:26px; line-height:34px; font-weight: 300; color: #706f6f; }
	h3 { font-size:26px; line-height:32px; }
	h4 { font-size:22px; line-height:28px; }
	h5 { font-size:16px; line-height:22px; }
	h6 { font-size:14px; line-height:20px; }

.single h1, .blog h1, .page h1 { 
	padding-bottom: 0px;
}

.tradeRecognitionTable {
	font-size: 14px;
	border-display: none;
}

.tradeRecognitionTable td {
	padding-left: 10px;
}

.trainingPageH2{
	color: #264464;
	font-weight: 300;
}

.fa-file-pdf-o:before {
	color: #DE2B2B;
}

.flyerPdfIcon .fa-file-pdf-o:before {
	color: #264464;
}

/*----------------------------------------------------------------*/
/*- Header -------------------------------------------------------*/
/*----------------------------------------------------------------*/

#outerPadding {
	background: #FFF;
	margin: 45px 0 0;
	box-shadow:0 0 10px 0 #ccc;
}
.innerPadding {
	padding: 0 30px;
}

header {
	padding: 25px 0;
}

#logo {
	width:100%;
	height:auto;
	display:block;
	margin:0;
}

#headContact { text-align:right; margin-top:20px; margin-bottom: 10px; }
	#headphoneHolder, #headtag { display:block; }
		#headphone {
			font-size:40px;
			line-height:30px;
			font-weight:400;
			font-family: 'Roboto Condensed', sans-serif;
			text-transform: uppercase;

		}
			#headphone a { color:#424242; }
				#headphone a:hover { color:#1c1c1c; }
			#headphone span { color: #264464; }
			#headphone i { vertical-align: top; }
		#headtag {
			font-size:22px;
			line-height:26px;
			color:#666;
			font-weight:300;
			margin-top: 10px;
		}


/*----------------------------------------------------------------*/
/*- Navigation ---------------------------------------------------*/
/*----------------------------------------------------------------*/

#navigation {
	padding:0;
	position:relative;
	z-index:200;
	background: #264464;
}

.nav { margin-bottom:0; float: left; }

.nav-collapse .nav li { list-style: none; margin:0; }
.nav-collapse .nav li a {
	font-size:17px;
	font-weight:400;
	line-height:24px;
	color:#FFF;
	text-decoration:none;
	text-shadow:none;
	margin:0;
	padding:15px 17px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0;
	
}

	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li.current-menu-item > a,
	.nav-collapse .nav > li.current-menu-item > a:hover,
	.nav-collapse .nav > li.dropdown.open,
	.nav-collapse .nav > li.current-page-parent {
		background: #424242;
		color: #FFF;
		text-decoration: none;
	}

	.nav-collapse .open .dropdown-toggle {
		background: none;
		color: #FFF;
		border-color: #5a2e0d;
	}

	.nav-collapse .dropdown-toggle .caret,
	.nav-collapse .dropdown-toggle:hover .caret
	 {
		margin-top: 10px;
		border-bottom-color: #FFF;
		border-top-color: #FFF;
	}
		.nav-collapse .dropdown-menu {
			margin: 0;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius-topleft: 0px;
			-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			-webkit-border-bottom-right-radius: 6px;
			-webkit-border-bottom-left-radius: 6px;
			-moz-border-radius-bottomright: 6px;
			-moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			border-bottom-left-radius: 6px;
			border-top: none;
		}
			.nav-collapse .dropdown-menu li > a {
				text-decoration: none;
				padding:8px 20px;
				color: #1c1c1c;
				text-transform: none;
				border:none;
			}
				.nav-collapse .dropdown-menu li > a:hover,
				.nav-collapse .dropdown-menu li.current-menu-item > a {
					background: #424242;
					color:#FFF;
					filter:none;
				}

.row-fluid .btn-navbar { display:none; }

.btn_nav {
	float: right;
	padding: 15px 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size:18px;
	font-weight:700;
	line-height:24px;
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	background: #456d9e;
}
	a.btn_nav:hover {
		color: #FFF;
		text-decoration: none;
		background: #456d9e;
	}

.nav-collapse .nav .menu-item-has-children:hover > a + ul { display: block; }

/*----------------------------------------------------------------*/
/*- Home Page Banner Slider --------------------------------------*/
/*----------------------------------------------------------------*/

#home_slider_holder {
	background:none;
	margin:0 -10px 20px -10px;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}
	#home_slider {
		position:relative;
		z-index:10;
	}
		.home_slide {
			width:100%;
			max-height:460px;
			border-bottom: solid 5px #264464;
		}
			.home_slide img {}
			.home_slider_content {
				position:absolute;
				top:30px;
				z-index: 100;
			}
				#home_slider_content_left {
					left:30px;
					text-align: left;
				}
				#home_slider_content_right {
					right:30px;
					text-align: right;
				}

#home_slider_nav, .home_slider_nav_btn {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
	.home_slider_nav_btn {
		top:50%;
		margin:-29px 0 0;
		height: auto;
		cursor: pointer;
	}
		#home_slider_prev { left:30px; text-align: left; }
		#home_slider_next { left:auto; right:30px; text-align: right; }


/*----------------------------------------------------------------*/
/*- Home Page Title ----------------------------------------------*/
/*----------------------------------------------------------------*/

#home_title {}
	#home_title h1 { margin: 0 0 5px; }
	#home_title h2 { font-size:20px; font-weight: 500; color: #706f6f; }


/*----------------------------------------------------------------*/
/*- Box Links ----------------------------------------------------*/
/*----------------------------------------------------------------*/

#box_links {
	background:none;
	margin:0 0 30px;
	text-align:center;
}
#box_links .box_name { 
	padding-top: 7px;
	padding-bottom: 8px;
	display: block;
}
#box_links .span4 { 
	margin-bottom: 20px;
}
	#box_links h3 { text-align:left; }
	#box_links a {
		font-size:18px;
		line-height:24px;
		font-weight: 300;
		color:#FFF;
		text-decoration:none;
		display:block;
		position: relative;
		font-family: 'Roboto Condensed', sans-serif;
	}
		.box_link_image {
			display:block;
			position: relative;
			z-index: 20;
		}
		.box_link_text {
			display:block;
			padding: 10px 0;
			position: absolute;
			bottom: 0px;
			left: 0;
			width: 100%;
			z-index: 50;
			background: #000;
			background: url('images/bg_boxlink.png');
		}
		#box_links a:hover .box_link_text { background: #2e363e; }


.ourmission {
	padding: 12px 120px 12px 20px;
	background: #efeded url('images/img_5year.png') no-repeat center right;
}
	.ourmission h3 {
		text-transform: uppercase;
		margin: 0;
	}
	.ourmission p {
		color: #424242;
		font-size: 22px;
		line-height: 30px;
		margin: 0;
	}

/*----------------------------------------------------------------*/
/*- Breadcrumbs --------------------------------------------------*/
/*----------------------------------------------------------------*/

#breadcrumbs {
	background:#efefef;
	font-size:18px;
	line-height:28px;
	color:#333;
	font-weight:300;
	padding:25px 0;
	margin:0 0 40px;
}
	#breadcrumbs a {
		color:#7f7f7f;
		text-decoration:none;
	}
		#breadcrumbs a:hover {
			/*color:#666666;*/
			text-decoration:underline;
		}
	#breadcrumbs span span {
		font-size:24px;
	}


/*----------------------------------------------------------------*/
/*- Content ------------------------------------------------------*/
/*----------------------------------------------------------------*/
#home-loans { 
	text-align: center;
	margin-bottom: 10px;
}
#home-loans img { 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right:5px;
	vertical-align: middle;
}
.sideGallery img { 
	width: 100%;
}
#content {
	padding:0 0 40px;
}

.dot_points {
    float: right;
    margin: 0 0 0 20px;
    width: 250px;
}

.featuredimage { float: left; }
	.featuredimage img, .galleryLayout img {
		border: 1px solid #6d6d6d;
		padding: 2px; 
	}
		.featuredimage img { margin:0 20px 20px 0; }

.galleryHolder { text-align:center; }
.galleryLayout {
    width:30%;
    margin:0 1% 20px;
    display:inline-block;
    text-align:center;
    vertical-align:top;

}
	.featuredimage img, .galleryLayout img {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

.testimonial {
	border-top:2px dotted #dedede;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.testimonial p span {
	display: block;
	text-align: right;
	font-weight: 600;
}
	.sidebarBlock .testimonial:first-child { border:none; padding: 0; }
	.sidebarBlock .testimonial p span { font-size: 16px; text-align: left; }

/*----------------------------------------------------------------*/
/*- Sidebar ------------------------------------------------------*/
/*----------------------------------------------------------------*/

.sidebarBlock { margin: 0 0 31px; }
	.sidebarBlock h3 {
		color: #FFF;
		background: #264464;
		padding: 10px 20px;
		margin: 0;
		font-size: 26px;
		text-transform: none;
		font-weight: 300;
	}
	.sidebarBlockInner {
		background: #efefef;
		font-size: 16px;
		line-height: 26px;
		padding: 15px 20px 5px;
	}
		.sidebarBlockInner p span {
			color: #616161;
			font-size: 18px;
			font-weight: 600;
		}
		.sidebarBlockInner a { text-decoration: none; }
			.sidebarBlockInner a:hover { text-decoration: underline; }
	
		.sideform .sidebarBlockInner { background: #456d9e; }

		a.morelink { color: #1e1e1e; text-decoration: underline; }
			a.morelink:hover { color: #1e1e1e; text-decoration: none; }
	.sidebarBlockInner2 {}


/*----------------------------------------------------------------*/
/*- Blog ---------------------------------------------------------*/
/*----------------------------------------------------------------*/

.blogpart {
	border-bottom: 2px dotted #dedede;
    padding: 20px 0 0;
}
	p.blogparttitle { margin: 0; }
	.blogparttitle a { text-decoration: none; font-weight: 600; }
		.blogparttitle a:hover { text-decoration: underline; }
	.blogpart .more-link { color: #D35400; }

/*----------------------------------------------------------------*/
/*- Footer -------------------------------------------------------*/
/*----------------------------------------------------------------*/

#footer_top {
	background: #373737;
	color:#ffffff;
	line-height:26px;
	padding:30px 0 20px;
	border-top:1px solid #FFF;
}
	#footer_top h3 {
		margin: 9px 0 15px 0;
		font-size:26px;
		line-height:30px;
		color: #ffffff;
		font-weight: 400;
	}
	#footer_top ul { margin:0 0 20px; }
	#footer_top ul li, #footer_top p { line-height:26px; font-size:16px; font-weight: 400; }
		#footer_top ul li {
			margin:0 0 0 20px;
			list-style-type: none;
			margin-left: 0px;
		}
		
	#footer_top a { color:#fff; text-decoration:none; }
		#footer_top a:hover { color:#5c5c5c; text-decoration:underline; }
		#footer_top a.email_address, #footer_top a.email_address:hover { color: #FFF; }
		#footer_top .contactfooter a, #footer_top .contactfooter a:hover { color: #456d9e; }
		
	#footer_top .row-fluid [class*="span"] { line-height:26px; }

footer {
	padding:20px 0 30px;
	background: #FFF;
	text-align: center;
}
	footer p, footer p a, footer p a:hover {
		color:#5c5c5c;
		line-height:24px;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		margin:0; 
	}
		footer p a:hover { text-decoration: underline; }


/*----------------------------------------------------------------*/
/*-------------------------- Forms -------------------------------*/
/*----------------------------------------------------------------*/

.formHolder { padding:15px 15px 0 15px !important; margin:0 0 17px !important; }
	.bigform .formHolder { background:#1d1d1d; }
	#sidebar .formHolder { background:none; padding: 0 !important; }
	.formHolder form { margin:0; }
	
	.formHolder h3 {
		color:#FFF;
		font-size: 30px;
		line-height: 40px;
		font-weight: 400;
		margin:0 0 5px; 
		text-transform: none;
	}
	.formHolder p {
		color:#FFF;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		margin:0 0 10px;
	}
		.sideform .formHolder p { font-size: 16px; line-height: 20px; }
	.formHolder span {
		color:#FFF;
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
	}
	.formHolder label {
		color:#FFF;
		font-size: 14px;
		font-weight: 400;
	}
	
.formHolder .row-fluid .span1 { width:5.98291%; }
.formHolder .row-fluid .span2 { width:14.5299%; }
.formHolder .row-fluid .span3 { width:23.0769%; }
.formHolder .row-fluid .span4 { width:31.6239%; }
.formHolder .row-fluid .span5 { width:40.1709%; }
.formHolder .row-fluid .span6 { width:48.7179%; }
.formHolder .row-fluid .span7 { width:57.265%; }
.formHolder .row-fluid .span8 { width:65.812%; }
.formHolder .row-fluid .span9 { width:74.359%; }
.formHolder .row-fluid .span10 { width:82.906%; }
.formHolder .row-fluid .span11 { width:91.453%; }
.formHolder .row-fluid .span12 { width:100%; }
.formHolder .row-fluid [class*="span"] { margin-left:2.5641%; }
	.ie7 .formHolder .row-fluid [class*="span"] { margin-left:1.7%; }
.formHolder .row-fluid [class*="span"]:first-child { margin-left:0; }
	.formHolder .row-fluid .offset9:first-child { margin-left: 76.9231%; }

		.formHolder .row-fluid .span12 { margin-left:0; }
			.ie7 .formHolder .row-fluid .span12 { margin-left:0; }
		.formHolder .row-fluid [class*="span"].TAR { margin-left:0; }

	.formRow { margin:0; }
.formHolder .row-fluid label { min-height:20px; margin-bottom:5px; }
	.formHolder .row-fluid label.TAR,
	.formHolder .row-fluid label.TAL { margin-bottom:2px; line-height:30px; }
		/*.formHolder .row-fluid .formFull label.TAL { line-height:20px; }*/
	.formHolder .row-fluid label.error {
		color:#f00;
		display:inline-block;
		float:right;
		font-weight:400;
		margin:-7px 0 10px;
	}
	.formHolder .row-fluid label.labelnone { display:none; }
	.formHolder .row-fluid input,
	.formHolder .row-fluid select,
	.formHolder .row-fluid textarea {
		float:left;
		min-height:30px;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin-bottom: 3px;
		/*border:1px solid #efefef;*/
	}
		.formHolder .row-fluid textarea { min-height:90px; }	
	
	.formHolder .btn_submit {
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		background: #c3c3c3;
		border:none;
		font-size:18px;
		display:block;
		line-height:20px;
		color:#666666;
		box-shadow:none;
		text-shadow:none;
		padding:7px 0;
		font-weight:400;
		text-align: center;
		text-shadow:0 0 2px #FFF;
	}
		.formHolder .btn_submit:hover { background: #a8a8a8; }

	.formRow .service { padding: 0; }
	
.ie7 .formHolder .row-fluid input { min-height:20px; line-height:20px; padding:4px 0; }
	.ie7 .formHolder .row-fluid textarea { padding:4px 0; }
.ie8 .formHolder .row-fluid input,
.ie8 .formHolder .row-fluid select { min-height:20px; line-height:20px; }
.formHolder .row-fluid .offset6:first-child { margin-left: 51.2821%; }

	.required-field, .formHolder .row-fluid label.nolabel { display:none; }
.error input[type="text"], .error input[type="password"], .error textarea, .error select {
    background-color: #FFE7DF !important;
    border-color: #FFCDBC #FFE7DF #FFE7DF #FFCDBC !important;
    color: #84290A;
}

.line {
	width:100%;
	height:1px;
	display:block;
	margin:10px 0;
	background:#262626;
	border-top:1px solid #141414;
}

.required, .wpcf7-validates-as-required {
	background-image:url(images/img_star.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.formHolder span.wpcf7-not-valid-tip { color: #ff0000; }

.screen-reader-response { display:none !important; }
.wpcf7-response-output, .wpcf7-not-valid-tip {
    background:none repeat scroll 0 0 #FB7BC9;
    border:1px solid #410021;
    color:#C90101;
    margin:20px 0 0;
    padding:5px;
    display:inline-block;
}
    .wpcf7-response-output { display:none; }
	.wpcf7-not-valid-tip { margin:0; background:none; border:none; }
	
div.wpcf7-mail-sent-ok { border:2px solid #FFF; }
.wpcf7-response-output { background:#FFF; color:green; }
.wpcf7-response-output.wpcf7-validation-errors { color:red; }	

/*------------- Popup Quote Form --------------*/
.fancybox-type-inline .fancybox-inner { height:auto !important; max-width:600px; }
.ie7 .fancybox-type-inline .fancybox-inner { min-width:400px; }
#popupForm .formHolder { margin:0; }


/*----------------------------------------------------------------*/
/*---------------------- Media Queries ---------------------------*/
/*----------------------------------------------------------------*/

@media (max-width: 1200px) {
	/*#home_slider { width:auto; }*/
}
@media (min-width: 1200px) {}
@media (max-width: 1199px) {
	#headphone { font-size: 32px; line-height: 32px; }
	#headtag { font-size: 18px; line-height: 24px; }
	.nav-collapse .nav li a { font-size: 17px; padding: 15px 12px; }
	.btn_nav { display: none; }

@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}
@media (max-width: 979px) {

	#outerPadding { margin: 20px 0 0; }
	#headphone span { display: block; }

	#navigation { padding: 0 20px; padding-bottom: 20px; }
	.row-fluid .btn-navbar {
		display:block;
		background:none;
		margin:20px 0 0;
		padding:10px;
		font-size:18px;
		text-transform:uppercase;
		color:#fff;
		text-shadow:none;
		background: #456d9e;
		border:1px solid #456d9e;
		text-decoration: none;
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		-moz-border-radius-bottomright: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
		.row-fluid .btn-navbar.collapsed {
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		.row-fluid .btn-navbar:hover {
			background:#456d9e;
		}
		
	.nav-collapse .nav {
		text-align:center;
		border-left:1px solid #456d9e;
		border-right:1px solid #456d9e;
	}
		.nav-collapse .nav li a {
			border:none;
			border-bottom:1px solid #456d9e;
			padding:10px 0;
			margin:0;
			white-space:normal;
			text-align:center;
			font-weight:300;
			color: #FFF;
		}
			.nav-collapse .nav li a:hover,
			.nav-collapse .nav li a:focus,
			.nav-collapse .nav > li.current-menu-item > a,
			.nav-collapse .nav > li.current-menu-item > a:hover,
			.nav-collapse .dropdown-menu li.current-menu-item > a,
			.nav-collapse .dropdown-menu li.current-menu-item:hover > a
			 {
				background: #424242;
				color: #FFF;
			}
		.nav-collapse .dropdown-menu { display:block !important; margin:0; min-width: 0; }
		.nav-collapse .nav > li.dropdown > a { float:none; }
			.nav-collapse .nav > li.dropdown > a.dropdown-toggle { display:none; }
			.nav-collapse .dropdown-menu li + li a { margin: 0; }
			.nav-collapse .nav > li.current-page-parent { background: none; }

	.btn_nav {
		float: none;
		padding: 12px 0;
		margin: 10px 0 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		display: none;
	}
	.formHolder .row-fluid [class*="span"], #footer_top .row-fluid [class*="span"] { width: 100%; margin-left: 0; }
		#footer_top { text-align: center; }
		#footer_top ul li { margin: 0; }
		#footer_top .quicklinks ul li { width: 100%; float: none; }

@media (min-width: 768px) and (max-width: 979px) {
	#headContact { margin-top: 0; }
	.box_link_text { padding: 5px 0; font-size: 15px; line-height: 20px; }
}

@media (max-width: 767px) {
	body { padding:0; text-align:center; }
	.container { padding:0 10px; }
	
	#headContact, #box_links h3 { text-align: center; }
	
	#sidebar { margin: 20px 0 0; }
	.sideform { display: none; }

	.servicelist { text-align: left; }

	.dot_points { float: none; margin: 0; }

	h1 { font-size:26px; line-height:30px; }
	h2, #home_title h2 { font-size:22px; line-height:26px; }
	h3, .formHolder h3 { font-size:18px; line-height:22px; }

	#box_links a.box_link { margin: 0 0 20px; display: inline-block; }
		.box_link_text { bottom: auto; left: auto; position: relative; width: auto; }
	.ourmission p { font-size: 16px; line-height: 22px; }
}

@media (max-width: 480px) {
	.container { padding:0 5px; }
	.innerPadding, #navigation { padding: 0 10px; }
	#headphone span { display: block; }
	#home_slider_nav { display: none; }
	.servicelist { text-align: center; }
		.service_image { float: none; width: auto; }
		.service_content { margin-left: 0; }
			.service_content p a { float: none; display: block; margin: 5px 0 0; }
	.otherservices span, .otherservices a { float: none; display: block; }
	.galleryLayout { width:47%; }
	#headphone { font-size: 24px; line-height: 24px; }
	#headtag { font-size: 16px; line-height: 20px; }

	h1 { font-size:22px; line-height:26px; }
	h2, #home_title h2, .formHolder h3 { font-size:19px; line-height:23px; }
	h3 { font-size:16px; line-height:20px; }
	body { font-size: 14px; line-height: 20px; }


	.formHolder, .fancybox-skin { padding:5px !important; }
}

@media (max-width: 380px) {
	#box_links a.box_link { display: block; }
}
@media (max-width: 320px) {
	.galleryLayout { width:100%; margin: 0 0 20px; }
}
/*-(O_o)-mattk-(o_O)-*/