/*
Theme Name: Higgins Dentist
Theme URI: http://www.aidanhigginsdentist.ie
Description: Aidan Higgins Dentist Theme.
Author:  Paul Mackessey
Version: 2.0
Author URI: http://www.pixelmedia.ie
License: GPL v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: higgins-dentist
*/

/* =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;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Global */
body, div { margin: 0; padding: 0; }
body { 
font-size: 13px; 
font-family: 'Open Sans', sans-serif;
color: #707070; 
line-height: 21px; 
background: #fff; 
}
.mn-navigation-wrap .mn-logo-text, .mn-navigation-wrap .mn-logo-text a { font-family: 'Open Sans', sans-serif; }
h1,h2,h3,h4,h5,p { margin: 10px 0; }
h1 {
	line-height: 40px;
	margin: 0 0px 10px 0px;
	font-weight: 200;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 1.5em;
	line-height: 35px;
	color: #000;
	clear: both;	
}
h2.serif-large {
	font-size: 35px !important;
	text-transform: uppercase;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.17em;
	line-height: 35px;
	color: #000;
	clear: both;	
}
h3 a:link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	clear: both;
	text-decoration: underline;	
}
h3 a:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #999;
	clear: both;
	text-decoration: underline;	
}
blockquote {
    margin: 0;
    padding: 0;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 19px;
	line-height: 26px;
	font-weight: 100;
	color: #333;
	display: inline-flex;
}
blockquote:before {
	content: "\201C";
	font-size: 4em;
	width: 10%;
}
blockquote:after {
	content: "";
}
blockquote p {
	width: 90%;
	display: inline;
	clear: both;
}
blockquote.style1 {
	background-color: #f8d728 !important;
    margin: 0;
    padding: 0;
	clear: both;
	width: 100%;
	display: inline-block;
	}
blockquote.style1:before {
	content: "";
}
blockquote.style1:after {
	content: "";
}
blockquote.style1 p {
	width: 90%;
	float: right;
	display: inline;
	font-size: 2em;
	line-height: 140%;
	font-weight: 100;
	font-style: normal;
	padding: 0 5%;
}
blockquote.style2 {
	background-color: #272861 !important;
    margin: 0;
    padding: 0;
	clear: both;
	width: 100%;
	display: inline-block;
	}
blockquote.style2:before {
	content: "";
}
blockquote.style2:after {
	content: "";
}
blockquote.style2 p {
	width: 90%;
	float: right;
	display: inline;
	font-size: 2em;
	line-height: 140%;
	font-weight: 100;
	font-style: normal;
	padding: 0 5%;
	color: #fff;
}
.home-col {
	text-align: center;
}
.home-col h3 {
	font-size: 25px;
	font-weight: 100;
}
.home-col p {
	font-size: 14px;
	padding 0 1%;
}
.cream {
	color: #fffcd5;
	font-weight: 700;
	font-size: 19px;
}

table, th, td {
   border: 1px solid black;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    height: 50px;
	
}

table td:nth-child(2) {
    width: 20%;
    height: 3em;
}

.red-block {
	background: #dd3333;
	border-radius: 6px;
	color: #ffffff;
	font-size: 18px;
	padding: 3% 4%;
}

#sidebar table { padding: 0px;}
#sidebar tbody { width: 100%;}
#sidebar tr {
	display: table-row;
}
#sidebar td {	
	vertical-align: top;
	padding: 6px 45px 6px 0px;
	border-bottom: 2px solid #ddd;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: #fff none repeat scroll 0 0 !important;
    color: #fff;
}
img { border: none; }
p {  margin: 5px 0 15px; text-align: justify; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.desktop_clear { clear: both; }
.tablet_clear { clear: none; }
a { color: #191717; text-decoration: none; font-weight: normal; }
a:hover { color: #666; }
::selection {
	background: #000;
	color: #fff; 
	}

::-moz-selection {
	background: #000; 
	color: #fff; 
}
iframe {

}
.embed-container {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.embed-container object,
.embed-container embed,
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wc-shortcodes-one-half, .wc-shortcodes-one-third, .wc-shortcodes-two-third, .wc-shortcodes-three-fourth, .wc-shortcodes-one-fourth, .wc-shortcodes-one-fifth, .wc-shortcodes-two-fifth, .wc-shortcodes-three-fifth, .wc-shortcodes-four-fifth, .wc-shortcodes-one-sixth, .wc-shortcodes-five-sixth {
    margin-left: 1%;
}
.wc-shortcodes-one-third {
    width: 32.66%;
}
.wc-shortcodes-one-fourth {
    width: 24.25%;
}
.wc-shortcodes-one-fourth h2 {
	font-size: 23px !important;
}
/* ---------------------------------- Gravity Forms ---------------------------------- */

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 95% !important;
}
/* ---------------------------------- Block Column Container ---------------------------------- */

.main-block-links {
    background: #ebebeb none repeat scroll 0 0;
}
.main-block-links h2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3758a9+0,4962a0+100 */
background: #3758a9; /* Old browsers */
background: -moz-linear-gradient(top,  #3758a9 0%, #4962a0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3758a9 0%,#4962a0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3758a9 0%,#4962a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3758a9', endColorstr='#4962a0',GradientType=0 ); /* IE6-9 */
    border-bottom: 2px solid #fff;
    clear: both;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 65px;
    margin: 0;
    text-indent: 8%;
}
.main-block {
    background: #fff none repeat scroll 0 0;
}
.main-block h2 {
background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e6e6 0%, #cecece 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e6e6e6 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
    border-bottom: 2px solid #fff;
    clear: both;
    color: #383838;
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 65px;
    margin: 0;
    text-indent: 8%;
}

.main-block p {
	padding: 0 4px;
	margin: 0 !important;
	color: #383838;
	text-align: left;
	font-size: 0.9em !important;
}
.main-block img {
	padding: 0;
	margin: 0;
}

ul#menu-inspection-services {
    font-family: "Roboto Condensed",sans-serif;
    list-style: none;
    margin: 0 0 0 8%;
    padding: 0;
    font-size: 1.2em;
}
ul#menu-inspection-services li {
line-height: 1.8em;
}
ul#menu-inspection-services a {
    color: #3758a9 !important;
}
ul#menu-inspection-services a:visited {
    color: #3758a9 !important;
}
ul#menu-inspection-services a:hover {
    color: #383838 !important;
}
ul#menu-inspection-services a:active {
    color: #383838 !important;
}
/* ---------------------------------- Main Container ---------------------------------- */
.logo-container {
    float: left;
    height: auto;
    margin-bottom: 1%;
    width: 28%;
}

.outer-container {
	width: 100%;
	margin: 0 auto;
    padding: 0;
	background-color: #ffffff;
/* Fallback for web browsers that don't support RGBa */
background-color: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background-color: rgba(255, 255, 255, 0.8);
}

.main-container {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
.white-back {
	background-color: #fff;
}
.dark-back {
	background-color: #000;
}
.social-icons {
	float: right;
	width: 40%;
	text-align: right;
}
.date {
	color: #fff;
	background-color: #000;
	display: inline-block;
    padding: 0 2%;
	border-radius: 4px;
}
.day {
	font-weight: bold;
}
.month {
	color: #eee;
}


/* Header */
#header { margin: 0 auto; padding: 0px 0px 4px 0; width: 1024px; max-width: 100%; }
.quick_contact { font-weight: 200; float: right; margin-top: 2%; max-width: 70%; width: 65%;  }
.quick_contact p { font-size: 1.8em; color: #eee; float: left; line-height: 30px; }
.quick_contact strong { font-weight: 400; }
.quick_contact .space { margin-right: 1%; display: inline-block; }

.header-sidebar { font-family: 'Open Sans', sans-serif; font-weight: 200; margin-top: 2.8%; color: #3758a9; float: right; width: 70%; max-width: 100%; }
.header-sidebar p { font-size: 1.9em; text-align: right; }

.logo { float: left; }
.social_cont { float: right; }
.social_cont ul { list-style-type: none; margin: 0; padding: 0; }
.social_cont ul li { float: right; margin-left: 5px; }

.pixel-alignleft {
	float: left;
	width: 68%;
}
.pixel-alignright {
	float: right;
}

.header_menu {
width: 100%;
max-width: 100%;
background-color: #4162b1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4868b6+0,3758a9+100 */
background: #4868b6; /* Old browsers */
background: -moz-linear-gradient(top,  #000 0%, #333 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000 0%,#333 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000 0%,#333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#333',GradientType=0 ); /* IE6-9 */
clear: both; 
border-top: 1px solid #272727;
}

.menu-main-container { 
font-family: 'Open Sans', sans-serif;
color: #fff;
line-height: 36px;  
vertical-align: bottom;
margin: 0 auto;
width: 1024px;
max-width: 100%;
}

.menu-main-container ul { list-style-type: none; margin: 0; padding: 0; }
.menu-main-container ul li { float: left; margin: 0px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; position: relative; padding-bottom: 0px; }
.menu-main-container ul li a { 
	display: block; 
	padding: 0px 15px; 
	color: #fff; 
	text-decoration: none;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%; 
	-webkit-border-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%; 
	-moz-border-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%; 
	-o-border-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%; 
	border-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)) 1 100%;
 }
 
 
.menu-main-container ul li a:hover { display: block; padding: 0px 15px; color: #fffcd5; text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d8bc1+0,3758a9+100 */
	background: #4d8bc1; /* Old browsers */
background: -moz-linear-gradient(top,  #000 0%, #666 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000 0%, #666 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000 0%, #666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#666',GradientType=0 ); /* IE6-9 */	
 }
 
.menu-main-container ul li.current_page_item a,
.menu-main-container ul li.current-menu-item a { color: red; }
.menu-main-container ul li.current_page_item ul li a,
.menu-main-container ul li.current-menu-item ul li a { text-decoration: none; }
.menu-main-container ul li:first-child a {  }
.menu-main-container ul li a:hover { color: #fffcd5; }

.fac.fac-button-template .fac-button {  }

.fac.fac-button-template .fac-button.fac-text {  }
.fac-button.fac-text {  }

/* ------------------------------ WP Canvas overrides ------------------------------ */

.wc-shortcodes-button:visited, .wc-shortcodes-button {
    background-color: #3758a9;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}
.wc-shortcodes-button:hover {
    background-color: #333;
    color: #ffffff;
    outline: medium none;
    text-decoration: none;
}
/* ------------------------------ Content ------------------------------ */
.home-slider {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
    position: relative;
	height: auto;
    background-color: #fff;
}
.home-slider img {
    border-top: 3px solid #f8d728;
}
#new-royalslider-1 {
    background-color: #fff;
}
.head-title {
	margin: 0 auto;
    text-align: left;
	background-color: #e8e8e8;
}

/* ---- new css dropdown ----*/
.menu-main-container ul.sub-menu {
	z-index: 999;	
}
.menu-main-container ul li ul li {
	z-index: 999;	
}
.menu-main-container ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 18em;
	z-index: 999;
	overflow: hidden;
	background-color: #fff;
}

#responsive-menu ul.sub-menu, .responsive-menu ul.sub-menu {
	background-color: inherit !important;
	position: relative !important;
	border: none !important;
	width: 100%;
}
#responsive-menu ul ul a:link,
#responsive-menu ul ul a:visited {
	border-bottom: none;
}
#responsive-menu .current_page_item > a,
#responsive-menu .current_page_ancestor > a,
#responsive-menu .current_page_item > a:hover,
#responsive-menu .current_page_ancestor > a:hover {
	background-color: #272861 !important;		
	color: #fff !important;
}
#responsive-menu .menu-main-container {
	margin-top: 0px;
	
}
.menu-main-container ul ul ul {
	left: 100%;
	top: 0;
}
.menu-main-container ul ul a:link,
.menu-main-container ul ul a:visited {
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px;
	width: 18em;
}
.menu-main-container ul ul a:hover {
	color: #333 !important;
	background-color: #eee;
}
.menu-main-container ul ul a:visited {
	color: #333;	
}
.menu-main-container ul ul li:hover > a:link,
.menu-main-container ul ul a:focus {
	background: #ddd; /* Show a solid color for older browsers */
}
.menu-main-container ul li:hover > ul {
	display: block;
}
.menu-main-container .current_page_item > a,
.menu-main-container .current_page_ancestor > a,
.menu-main-container .current_page_item > a:hover,
.menu-main-container .current_page_ancestor > a:hover {
	color: #000 !important;
	background: #e8e8e8; 
}
.menu-main-container ul ul li.current_page_item > a,
.menu-main-container ul ul li.current_page_ancestor > a,
.menu-main-container ul ul li.current_page_item > a:hover,
.menu-main-container ul ul li.current_page_ancestor > a:hover {
	background-color: #fff !important;		
	color: #272861 !important;
}

#slider_cont { width: 100%; /*height: 400px;*/ height: auto; margin-bottom: 25px; position: relative; }
#slideshow { width: 100%; /*height: 400px;*/ /*height: auto;*/ overflow: hidden; position: relative; height: 500px; }
#slideshow img { width: 100%; /*height: 400px;*/ height: inherit; max-height: 500px; display: none; position: absolute; left: 0; top: 0; }
#slideshow .first_img { display: block; }
.slide_prev { position: absolute; left: 25px; top: 170px; cursor: pointer; display: none; }
.slide_next { position: absolute; right: 25px; top: 170px; cursor: pointer; display: none; }
#content { padding: 10px 0px 10px 0px; margin: 0 auto; font-size: 1.1em; line-height: 1.6em; width: 1024px; max-width: 100%; } 
.wc-shortcodes-column img { margin: 0 !important; }
.home_post_box { float: left; width: 303px;margin: 10px 35px 1px 0; color: #878D8D; }
.home_post_box_last { margin-right: 0 !important; }
.home_post_box_tablet_last { margin-right: 35px; }
.home_post_box img { width: 303px; height: 160px; margin-bottom: 10px; }
.home_post_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_post_box h3, .home_post_box p { padding: 0 1px; }
.home_post_box h3 { font-size: 15px; font-weight: normal; }
.home_post_box h3 a { color: #000; text-decoration: none; }
.home_post_box h3 a:hover { color: #999; }
#single_cont { padding: 0 1px; }
#single_content { width: 66%; float: left; }
#single_content img { height: auto; max-width: 100%; }

.icons {
	clear: both;
	width: 100%;
	
}
ul.section-nav  {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.section-nav li {
    float: left;
    margin: 0 5px 20px 0;
    padding: 0;
    text-align: center;
    max-width: 120px;
	list-style: none;
	min-height: 140px;

}
.section-nav li a {
    background-repeat: no-repeat;
    display: table-cell;
    padding: 0 0 0 0px;
    line-height: 15px;
    vertical-align: middle;
	color: #272861;
	font-size: 1.1em;
	line-height: 1.4em;
}
.section-nav li a:hover {
    background-repeat: no-repeat;
    display: table-cell;
    padding: 0 0 0 0px;
    line-height: 15px;
    vertical-align: middle;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
}
.one_half {
	width: 48%;
	margin-right: 4%;
}

.last_column {
	width: 48%;
	margin-right: 0;	
}

#full_content { width: 100%; float: left; }
.blog_box { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #DEDEDE; }
.blog_box_img { float: left; }
.blog_box_img img { width: 357px; height: 265px; }
.blog_box_img img:hover { opacity:0.8; filter:alpha(opacity=80); }
.blog_box_right { width: 320px; float: right; height: 265px; position: relative; }
.blog_box_right h3 { margin-top: 0; font-size: 18px; font-weight: normal; }
.blog_box_right h3 a { color: #000; text-decoration: none; }
.blog_box_right h3 a:hover {color: #666; }
.blog_box_right p { margin-bottom: 0; }
.blog_box_meta { position: absolute; left: 0; bottom: 0; width: 320px; }
.blog_nav { padding: 15px 0; }
.blog_nav .left a { display: block; width: 24px; height: 39px; background: url('images/blog-prev.jpg') no-repeat; }
.blog_nav .right a { display: block; width: 24px; height: 39px; background: url('images/blog-next.jpg') no-repeat; }

#full-width { width: 100%; clear: both; }

.column {
	width: 296px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #e9e9ec;
	padding: 15px 20px;
}
.column img {
	max-width: 100%;
	height: auto;
}

.column_last {
	width: 296px;
	float: left;
	margin-right: 0px;	
	background: #e9e9ec;
	padding: 15px 20px;
	margin-bottom: 8px;
}
.column2 {
	width: 500px;
	float: left;
	margin-right: 24px;
	padding: 0px;
	margin-bottom: 8px;
}
.column2_last {
	width: 500px;
	float: left;
	margin-right: 0px;	
	padding: 0px;
	margin-bottom: 8px;
}
h1.single_title { 
font-family: 'Open Sans', sans-serif; 
font-weight: 100; 
font-size: 2em; 
color: #000; 
opacity: 0.9; filter: alpha(opacity=90); /* For IE8 and earlier */     
line-height: 1.9em;
vertical-align: left;
    width: 1024px;
    max-width: 100%;
	margin: 0 auto;
 }

single_title:after {
    background-color: #c3c3c3;
    content: "";
    display: block;
    height: 3px;
    margin: 10px auto auto;
    width: 62%;
}

#sub_footer { border: 0.2em solid #272861; margin-bottom: 0.5em; }

.newsletter { width: 100%; overflow:auto; }
.newsletter-intro {  
    float: left;
    margin: 0;
    width: 97%;
}
.newsletter-heading { font-size: 28px !important; float: left; padding: 0 10px; text-transform: uppercase; margin: 0px; width: 50%; line-height: 2.4em; }
.newsletter-tagline { font-family: 'Ubuntu', sans-serif; font-weight: 300; font-size: 17px; padding: 10px;  text-transform: uppercase; color: #666; margin: 0px; line-height: 32px; }

.newsletter-form {width: 50%; float: right; color: #999; }

.social-media { width: 100%; overflow:auto; margin-bottom: 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}

.archive_nav { padding: 15px 0; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
/* Sidebar */
#sidebar { float: right; width: 30%; background-color: #f8f8f8; padding: 1%; }
#sidebar { }
#sidebar ul#menu-inspection-services {
    color: #3758a9 !important;
    margin-left: 0%;
}
#sidebar ul#menu-inspection-services li {
    background-color: #eee;
}
#sidebar ul#menu-inspection-services a {
    color: #3758a9 !important;
    display: block;
    padding-left: 8%;
}
#sidebar ul#menu-inspection-services a:hover {
    color: #818285 !important;
    display: block;
    background-color: #e6e6e6;
    padding-left: 8%;
}


.side_box { margin-bottom: 10px; float: left; clear: both; width: 100%; }
.side_box h3.side_title, h3.side_title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #333 0%, #000 100%) repeat scroll 0 0;
    border-bottom: 2px solid #fff;
    clear: both;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    text-indent: 8%;
}

side_box h3.side_title, h3 side_title { margin-top: 0; font-size: 28px; font-weight: 100; }
.side_box ul { list-style-type: none; margin: 10px 8%; padding: 0; }
.side_box ul li { margin-bottom: 2px; }
.t1_search_cont { position: relative; width: 200px; }
.t1_search_cont input[type=text] { width: 180px; height: 17px; border: 1px solid #E5E5E5; padding: 3px 15px 3px 5px;  }
.t1_search_icon { position: absolute; top: 6px; right: 3px; }

.sharethis { float: right; margin-top: 0.6%; }
.sharethis a.img { width: 83px; height: 16px; }

/* Footer  background: url('images/footer.jpg') repeat;  */
#footer_full { 
width: 100%; 
color: #eee; 
background-color: #f3f3f3; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2d2d2d+5,3b3b3b+49,4c4c4c+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #2d2d2d 5%, #3b3b3b 49%, #4c4c4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#2d2d2d 5%,#3b3b3b 49%,#4c4c4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#2d2d2d 5%,#3b3b3b 49%,#4c4c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

#footer { font-family: 'Open Sans', sans-serif; padding: 18px 0 0 0; width: 1024px; margin: 0 auto; max-width: 100%;  }
#footer p { font-size: 1.1em;  }
#footer a { color: #ededed; font-size: 1.1em; text-decoration: underline; font-weight: normal; }
#footer a:hover { color: #999; }
.footer_box_cont { width: 32.3%; float: left; margin: 0px 1% 0px 0px; }
.footer_box_cont p { padding: 0 2% 0 0; }

.footer_box { margin-bottom: 25px;  }
.footer_box h3.footer_title { margin-top: 0; font-size: 1.5em; font-weight: 100; padding-bottom: 10px; margin-bottom: 5px; color: #a0a0a0;  }
.footer_box_cont_last { margin-right: 0; }
.footer_box ul { list-style-type: none; margin: 0; padding: 0; }
.footer_box ul li { margin-bottom: 0px; }
.footer_full_text { margin-top: 10px; width: 100%; background-color: #818285; }
.footer_text { padding: 0.8% 0; width: 1024px; margin: 0 auto; text-align: right; max-width: 100%; }

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
    color: #ffffff;
    background: #272861 !important;}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
    color: #999999;
    border-width: inherit;
    border-top-color: transparent;
    border-bottom-color: transparent;
    font-weight: normal;
    font-size: inherit;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
    color: #999999;
    background: #eee;
}
.mobile-only {
	display: none;
}
button, input[type="reset"], input[type="button"], input[type="submit"] {
	background: #000 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    padding: 1% 2%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
#responsive-menu .current_page_item > a, #responsive-menu .current_page_ancestor > a, 
#responsive-menu .current_page_item > a:hover, #responsive-menu .current_page_ancestor > a:hover {
	background-color: #fffcd5 !important;
	color: #000 !important;
}


}

/* ---------------------------------------  for tablet --------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {

html,body
{

 overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.mobile-only {
	display: none;
}
.desktop_clear { clear: none; }
.tablet_clear { clear: both; }

.outer-container {
	 width: 100%;
	 background-color: aqua !important;;	 
 }
.main-container {
	 width: 100%;	 	    
	 background-color: blue !important;;	 
}
.home-slider {
	margin: 0 auto;
	padding: 0px;
	width: auto;
	height: auto;
}
.header_menu, .menu-main-container {
	display: none !important;	 
}
h1.single_title { margin-top: 0; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 2em; margin-bottom: 0px; line-height: 180px; color: #fff; text-transform: uppercase; opacity: 0.6; filter: alpha(opacity=40); /* For IE8 and earlier */ }

#slider_cont { width: 100%; /*height: 200px;*/ height: inherit; margin-bottom: 25px; position: relative; }
#slideshow { width: 100%; /*height: 200px;*/ height: inherit; overflow: hidden; position: relative; }
#slideshow img { width: 100%; /*height: 200px;*/ height: inherit; display: none; /*position: absolute; left: 0; top: 0;*/ }
#slideshow .first_img { display: block; }
#header { width: 100%; padding: 4px 10px 25px; }
#menu-main { display: none !important; }
#content { padding: 20px 10px; width: 100%; margin: 0 auto; }
.home_post_box { width: 100%; margin: 10px 8px 15px 0; }
.home_post_box img { width: 100%; }
.home_post_box_last { margin-right: 8px !important; }
.home_post_box_tablet_last { margin-right: 0 !important; }
.home_post_box h3, .home_post_box p { padding: 0 15px; }



#single_cont { padding: 0 0px; }
#single_content { width: 100%; float: left; }
#single_content .single_content img { max-width: 540px; height: inherit; }
.blog_box_img img { width: 100%; height: 210px; }
.blog_box_right { width: 100%; float: right; height: auto; position: relative; /*padding-bottom: 65px;*/ padding-bottom: 45px; }
.blog_box_right p { line-height: 18px; }
.blog_box_meta { width: 100%; line-height: 18px; }
#sidebar { width: 100%; }
#footer { padding: 40px 10px 0 10px; width: 100%; margin: 0 auto; }
.footer_box_cont { width: 100%; float: left; margin: 0 24px 0 0px; }
.footer_box_cont_last { margin-right: 0; }
.footer_text { padding: 25px 10px; width: 100%; margin: 0 auto; text-align: right; }
}


/* --------------------------------------- for mobile --------------------------------------- */

@media screen and (max-width: 768px) {

html {
    margin-top: 70px !important;
    background: #000;
}

.mobile-only {
	display: block;
}
.large-device-only {
	display: none;
}
iframe {
	width: 100%;
	height: 100%;
}
.outer-container {
	 width: 100%;	 
 }
.main-container {
	 width: 100%;	 	    
 }
.header_menu {
	display: none !important;	 
}
.home-slider {
	margin: 0 auto;
	padding: 0px;
	width: auto;
	height: auto;
    top: 0 !important;
    background-color: #fff;
}
.head-title {
	margin: 0 auto;
    text-align: center;
	background-color: #e8e8e8;
}
.social-icons {
	float: none;
	width: 100%;
	text-align: center;
}
.logo {
    height: auto;
    margin-bottom: 2%;
    width: 85%;
}
.newsletter-heading {
    font-size: 16px !important;
    padding: 0;
    margin: 0;
    line-height: 2.4em;
    text-align: center;
	width: 100%;
    }
.home-col img {
	width: 55%;
	height: auto;
	padding 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
img {
	width: 100%;
	height: auto;
	padding 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
.fac.fac-button-template .fac-button { font-size: 19px !important;  }

h1.single_title { margin-top: 0; 
font-family: 'Open Sans', sans-serif;
font-weight: 100; 
font-size: 2.5em; 
margin-bottom: 0px; 
opacity: 0.9; filter: alpha(opacity=90); /* For IE8 and earlier */     
padding-top: 6%;
padding-bottom: 6%;
display: inline-block; 
letter-spacing: -1px;
line-height: 1em;
vertical-align: middle;
width: 100%;
}


.desktop_clear { clear: none; }
.tablet_clear { clear: none; }
#header { width: 100%; padding: 0px; margin: 0 0 5% 0; }
.social_cont { display: none; }
.logo-container {
    float: left;
    height: auto;
    margin-bottom: 2%;
    width: 100%;
}

.logo { float: none; margin-top: 0px; margin-left: 0px; }
.logo img { height: auto; max-width: 100%; }

.quick_contact { float: left; width: 100%; height: auto; font-weight: 200; color: #272861; margin: 2% 0; max-width: 100%; text-align: center;  }
.quick_contact p { font-size: 2.3em; width: 100%; margin-right: 8px; text-align: center; }

#menu-main { display: none; }
#slider_cont { width: 100%; height: 100px;  margin-bottom: 15px; position: relative; }
#slideshow img { width: 100%; height: 100px;  display: none; /*position: absolute; left: 0; top: 0;*/ }
.slide_prev { position: absolute; left: 15px; top: 30px; cursor: pointer; display: none; }
.slide_next { position: absolute; right: 15px; top: 30px; cursor: pointer; display: none; }
.header_menu { float: none; margin: 25px auto 0; }
#menu li { margin: 0 15px 0 0; }
#menu li ul { /*opacity: 0;*/ }
#content { padding: 20px 10px; width: 90%; margin: 0 auto; }
.home_post_box { width: 300px; margin: 0 auto 25px; }
.home_post_box img { width: 300px; height: 166px; }
.home_post_box_last { margin-right: auto !important; }
.home_post_box_tablet_last { margin-right: auto !important; }
.home_post_box h3, .home_post_box p { padding: 0 10px; }

.column {
	width: 280px;
	float: left;
	background: #e9e9ec;
	margin-bottom: 10px;
	padding: 10px;

}

.column_last {
	width: 280px;
	float: left;
	background: #e9e9ec;
	margin-bottom: 10px;
	padding: 10px;
}
.column img {
	width: 100%;
}

.column2 {
	width: 280px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}

.column2_last {
	width: 280px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}


.icons {
	clear: both;
	width: 100%;
	
}
ul.section-nav  {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.section-nav li {
    float: left;
    margin: 0 5px 20px 0;
    padding: 0;
    text-align: center;
    max-width: 120px;
	list-style: none;
	min-height: 140px;
}

.newsletter { width: 280px; overflow:auto; margin: 0 10px 10px 10px; padding: 10px 10px; margin: 0 auto;}
.newsletter-intro { width: 100%; float: none; }

.newsletter-form {width: 100%; float: left; }

.social-media { width: 290px; overflow:auto; margin: 10px 10px 10px 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 5px; }

#single_cont { padding: 0 0px; }
#single_content { 	 width: 100%; float: none; }
#single_content .single_content img { max-width: 100%; height: inherit; }
.blog_box_img { float: none; }
.blog_box_img img { width: 300px; height: 220px; float: none; margin-bottom: 15px; }
.blog_box_right { width: 300px; float: none; height: auto; position: relative; padding-bottom: 65px; }
.blog_box_right p { line-height: 18px; }
.blog_box_meta { width: 240px; line-height: 18px; }
#commentform textarea { max-width: 280px; }
#sidebar { width: 100%; display: block; clear: both; }
#footer { padding: 6% 5%; width: 88%; margin: 0 auto; }
.footer_box_cont { width: 100%; float: none; margin: 0; }
.footer_box_cont_last { margin-right: 0; }
.footer_text { padding: 2% 2.5%; width: 90%; margin: 0 auto; text-align: center; }
}
/*=====================*/
/*=== Slider Styles ===*/
/*=====================*/
.square-slider {
    overflow: hidden;
    position: relative;
    background: #fff;
	margin-bottom: 25px;
}
.square-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    -moz-opacity: 0;
	z-index: 2;
    -moz-transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    -webkit-transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    -o-transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.square-slider .slide:first-child { display: block; }
.square-slider .slide:first-child,
.square-slider .slide.active {
    opacity: 1;
    -moz-opacity: 1;
	z-index: 3;
}
.square-slider .slide .slide_img_link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.square-slider .slide .content {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -450px;
    width: 360px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    z-index: 7;
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -webkit-transition-duration: 800ms,700ms;
    -moz-transition-duration: 800ms,700ms;
    -webkit-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -moz-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate(-30px, 0);
}
.square-slider .slide.inverted .content {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -450px;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate(30px, 0);
}
.square-slider .slide.active .content {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
}
.square-slider .slide .asset {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -webkit-transition-duration: 800ms,700ms;
    -moz-transition-duration: 800ms,700ms;
    -webkit-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -moz-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
}
.square-slider .slide.inverted .asset {
    left: auto;
    right: 50%;
}
.square-slider .slide.active .asset {
    -webkit-transform: translate3d(-7px, 3px, 0);
    -moz-transform: translate(-7px, 3px);
}
.square-slider .slide.inverted.active .asset {
    -webkit-transform: translate3d(7px, 3px, 0);
    -moz-transform: translate(7px, 3px);
}
.square-slider .prev,
.square-slider .next {
    background: url(images/nav.png) no-repeat;
    display: block;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    border: 0;
    text-indent: -9999px;
    display: none;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
.square-slider .prev { 
    left: 40px; 
    background-position: 0 100%;
}
.square-slider .next { right: 40px; }
.square-slider .prev:hover,
.square-slider .next:hover {
    opacity: 1;
    -moz-opacity: 1;
}
.square-slider .overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    z-index: 5;
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}
/* Customisations */
.square-slider {
    width: 100%;
/*    height: 550px;*/
height: 500px;
    margin: 5px auto;
}
.square-slider .slide .content.light { color: #fff; }
.square-slider .slide .content.dark { 
    color: #333; 
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}
/*.square-slider .slide1 { background: url(images/bg1.jpg) no-repeat 50% 50%; }
.square-slider .slide2 { background: url(images/bg2.jpg) no-repeat 50% 50%; }
.square-slider .slide3 { background: url(images/bg3.jpg) no-repeat 50% 50%; }*/

