/*Theme Name: Gallagher-Meticulosity
  Version: 1.0
  Author: Meticulosity
  Author URI: www.meticulosity.com */

/* ------------------------------------------------------------------------- 
 Reset 
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body { background: #fff ;font-size: 16px; line-height: 1.5em; color: #666; font-weight: 400; }
::selection { background: #3b8dbd; color: #fff; }
::-moz-selection { background: #3b8dbd; color: #fff; }
a { color: #3b8dbd; text-decoration: none; outline: 0; }
a:hover ,.services_list a:hover{ color: #ff9c00; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after {
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }

/*  base : clear
/* ------------------------------------ */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

/*  base : font awesome square size
/* ------------------------------------ */
.fa { width: 1em; text-align: center; }

/*  base : fonts
/* ------------------------------------ */
body { font-family: "MyriadPro-Regular", sans-serif; }


.font_myriad{font-family: 'MyriadPro-Regular';}
.font_myriadlight{font-family: 'MyriadPro-Light';}
.font_myriadbold{font-family: 'MyriadPro-Bold';}
@font-face {
	font-family: 'MyriadPro-Light';
	src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MyriadPro-Light.otf')  format('opentype'),
	     url('fonts/MyriadPro-Light.woff') format('woff'), 
		 url('fonts/MyriadPro-Light.ttf')  format('truetype'), 
		 url('fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('fonts/MyriadPro-Regular.woff') format('woff'), 
		 url('fonts/MyriadPro-Regular.ttf')  format('truetype'), 
		 url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/MyriadPro-Bold.otf')  format('opentype'),
	     url('fonts/MyriadPro-Bold.woff') format('woff'), url('fonts/MyriadPro-Bold.ttf')  format('truetype'), url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
}



h1,h2,h3,h4,h5{font-family: "MyriadPro-Regular";}

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="submit"],
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform textarea { background: #fff; border: 1px solid #ccc; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus, 
.themeform textarea:focus { border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #3b8dbd; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }

.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 26px; line-height: 20px; }
.themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 18px; line-height: 1.6em;font-family:'MyriadPro-Light';color:#272727; }
.entry  a{color: #272727;}
.entry p,
.entry dd { margin-bottom: 1em; }
.entry dt { color: #444; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: initial; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; color: #777; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { background: #eee; padding: 0 3px; }
.entry ins { background: #fff486; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }

/* table */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; line-height:1.2;}
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 18px; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }

.parent-pageid-70 .content .page-title h1{display:inline-block;}
/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper { min-width: 1024px; height: 100%; }

.container-inner { max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; }
.main { background-color: #fff!important; position: relative; }
.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
.content { width: 100%; position: relative; }
.pad { padding: 14px 0 20px; }




/*  base : grid
/* ------------------------------------ */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }



.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  common : responsive image + caption
/* ------------------------------------ */
.image-container { position: relative; }
.image-container img { display: block; width: 100%; height: auto; }
.image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
-webkit-border-radius: 2px; border-radius: 2px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }


/*  common : page title
/* ------------------------------------ */
.page-title { background: #fff; position: relative; padding-top: 0; padding-bottom: 0; border-bottom: 0; color: #01233f; font-size: 16px; font-weight: 600; text-transform: capitalize; line-height: 24px; }
.page-title a { color: #aaa; }
.page-title a:hover { color: #444; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #01233f; text-transform:initial;}
.page-title .meta-single li { float: left; margin-right: 14px; }
.page-title .meta-single li.comments { float: right; margin-right: 0; }
.page-title h1{margin-top:45px;margin-bottom:10px;}



/*  common : pagination
/* ------------------------------------ */
.pagination { margin-bottom: 15px; }
.pagination a { font-size: 18px; font-weight: 600; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 20px; left: 20px;
-webkit-border-radius: 6px; border-radius: 6px;
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }
.thumb-icon i { font-size: 18px; padding: 7px 0;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.thumb-icon .fa-play { margin: -1px 0 0 2px; }
.thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
-webkit-border-radius: 4px; border-radius: 4px; }
.thumb-icon.small .fa { font-size: 14px; line-height: 16px; padding: 5px 0; }
.thumb-icon.small .f-play { margin: -1px 0 0 2px; }

/*  common : nav
/* ------------------------------------ */
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
.nav-toggle i { font-size: 29px; padding: 10px 0; }
.nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }
.nav li > a:after,
.nav > li > a:after { font-family: FontAwesome; display: inline-block; }


	
	.nav-wrap { height: auto!important; }
	/* common */
	.nav { font-size: 0; position: relative; }
	.nav li a { color: #fff; display: block; line-height: 20px; line-height: 1.2em; text-transform:uppercase;}
	/* dropdown arrows */
	.nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
	.nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; }
	.nav li > a:only-child:after {content: ""; margin: 0; }
	#footer .nav li > a:after { content: "\f0da"; }
	#footer .nav > li > a:after { content: "\f0d8"; }
	#footer .nav li > a:only-child:after { content: ""; }
	/* level 1 */
	.nav > li { font-size: 16px; display: inline-block; position: relative; }
	.nav > li > a { padding: 15px 14px; }
	.nav > li > a:hover, 
	.nav > li:hover > a { background: #777; }
	.nav li > a:hover, 
	.nav li:hover > a, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-menu-ancestor > a,
	.nav li.current-post-parent > a { color: #ff9c00; }
	/* level 2 & 3 */
	.nav li:hover > ul { display: block; }
	.nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
	.nav ul li { font-size: 14px; position: relative; display: block; padding: 0; }
	.nav ul li a { padding: 10px 20px; }
	.nav ul li:last-child { border-bottom: 0!important; }
	/* level 3 */
	.nav ul ul { position: absolute; top: -10px; left: 180px; }
	

@media only screen and (max-width: 719px) {
	
	.nav { font-weight: 600; }
	.nav-container { text-transform: none; }
	.nav-toggle,
	.nav-text { display: block; }
	.nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
	.nav-wrap.transition {
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease; }
	.expand .nav-wrap { height: auto; }
	/* iphone fix */
	.safari .nav-wrap.transition { -webkit-transition: none; transition: none; }
	/* common */
	.nav { float: left; width: 100%; }
	.nav li a { line-height: 20px; display: block; padding: 8px 20px; }
	.nav li li a { padding-left: 15px; padding-right: 15px; }
	/* dropdown arrows */
	.nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
	.nav > li > a:after { content: '\f0d7'; font-size: 14px; }
	.nav li > a:only-child:after { content: ''; }
	/* level 1 */
	.nav > li { font-size: 15px; }
	.nav li > a:hover, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-post-parent > a { color: #fff; }	
	/* level 2 & 3 */
	.nav ul { display: block!important; margin-left: 40px; }
	.nav ul li { font-size: 13px; font-weight: 300; }
	.nav ul li a { padding-top: 6px; padding-bottom: 6px; }
	
}


/*  header : nav header
/* ------------------------------------ */
#nav-header.nav-container { background: transparent; z-index: 97;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .container { padding: 0 15px; }
#nav-header .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 720px) {

	/* common */
	#nav-header .nav {  }
	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.7); }	
	/* level 1 */
	#nav-header .nav > li { border-right: none; }
	#nav-header .nav > li > a:hover, 
	#nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
	#nav-header .nav li > a:hover, 
	#nav-header .nav li:hover > a, 
	#nav-header .nav li.current_page_item > a, 
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-menu-ancestor > a,
	#nav-header .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-header .nav ul { background: #33363b url(img/opacity-10.png) repeat; }
	#nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
	
}
@media only screen and (max-width: 719px) {
	
	/* common */
	#nav-header.nav-container  { border-left: 0; border-right: 0; }
	#nav-header .container { padding: 0; }
	#nav-header .nav { padding-bottom: 20px; }
	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }	
	/* level 1 */
	#nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
	#nav-header .nav li.current_page_item > a, 
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
}
/* ------------------------------------------------------------------------- * *  Section: Page/* ------------------------------------------------------------------------- */
#page { padding-bottom: 60px; margin-top: -60px; }
#page .container-inner { background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1); }

/* ------------------------------------------------------------------------- * *  Post Entry/* ------------------------------------------------------------------------- */
.content .post,.content .page { position: relative; overflow: hidden; }.blog .post,.single .post,.archive .post,.search .post,.search .page { margin-bottom: 40px; }.sticky {}

/*  post : search
/* ------------------------------------ */
.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta { display: none; }


.featured,
.featured.flexslider { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.featured .post { margin-bottom: 0; }
.featured .post-title { font-size: 34px; letter-spacing: -0.7px; line-height: 1.4em; }

/*  post : custom loop
/* ------------------------------------ */
.post-list { margin-right: -30px; }
.post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; border-bottom: 1px solid #eee; margin-bottom: 30px; position: relative; }
.post-list .post-row:last-child { border: none; margin-bottom: 0; }
.post-list .post,
.post-list .page { width: 50%; float: left; }
.post-list .post-inner { margin-right: 30px; }
.post-hover:hover .post-thumbnail { opacity: 0.75; }
.post-hover:hover .post-title a { color: #3b8dbd; }
.post-hover:hover .thumb-icon { background: #fff; color: #111; }

.post-thumbnail { width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.post-thumbnail { position: relative; margin-bottom: 1em; }
.post-thumbnail img { display: block; width: 100%; /* height: auto; */ height:320px;}



.post-meta { text-transform: uppercase; font-size: 14px; font-weight: 400; color: #bbb; margin-bottom: 0.3em; }
.post-meta .post-category { float: left; margin-right: 6px; }
.post-meta .post-date { float: left; }

.post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-title strong { font-weight: 600; }
.post-title i { font-style: italic; }
.post-title a { /* color: #444; */ color: #272727;}
.post-title a:hover { color: #3b8dbd; }

.entry.excerpt { font-size: 16px; /* color: #aaa; */color: #272727; }
.entry.excerpt p { margin-bottom: 0; }

/*  post : standard loop
/* ------------------------------------ */
.blog .post-standard, 
.single .post-standard, 
.archive .post-standard, 
.search .post-standard { margin-bottom: 20px; }
.page.post-standard .post-inner { padding-left: 0; }
.page.post-standard .post-thumbnail { display: none; }

.post-standard .post-inner { padding-left: 230px; padding-bottom: 20px; float: left; border-bottom: 1px solid #eee; }
.post-standard .post-thumbnail { margin-left: -230px; max-width: 200px; margin-bottom: 0; float: left; }
.post-standard .post-content { float: left; }


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.single .post-title { font-size: 38px; letter-spacing: -1px; line-height: 1.3em; }
.single .post-inner .post-thumbnail { margin-bottom: 2em; }
.post-byline { font-size: 14px; font-weight: 400; color: #aaa; text-transform: uppercase; margin-bottom: 1em; }

.entry.share { padding-right: 100px; min-height: 354px; /* share buttons height */ position: relative; }
.entry.share .entry-inner { float: left; width: 100%; }


/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; margin-bottom: 20px; }

/*  single : tags
/* ------------------------------------ */
.post-tags { margin-bottom: 40px; }
.post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #f2f2f2; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #999; padding: 3px 7px; margin: 0 5px 2px 0;
-webkit-border-radius: 2px; border-radius: 2px; }
.post-tags a:hover { background-color: #3b8dbd; color: #fff; }



/*  single : related posts
/* ------------------------------------ */
.related-posts { border-bottom: 2px solid #eee; margin-bottom: 40px; }
.related-posts li { width: 33.3%; float: left; display: inline; }
.related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
.related-posts li:nth-child(4) article { display: none; }
.related-posts li:nth-child(3) article { border-right-color: transparent; }
.related-posts .related-inner { padding: 0 20px 0 0; }
.single .related-posts .post-title { margin-bottom: 10px; font-size: 17px; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }



/* content-specific */
.content .post-nav { border-top: 2px solid #eee; border-bottom: 2px solid #eee; margin-bottom: 40px;  }
.content .post-nav li { width: 50%; }
.content .post-nav li.next { float: right; -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; }
.content .post-nav li.next a { padding-left: 24px; }
.content .post-nav li.previous { float: left; -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; }
.content .post-nav li.previous a { padding-right: 24px; }
.content .post-nav li a:hover i { color: #3b8dbd; }


/* ------------------------------------ */
.post-format { position: relative; margin-bottom: 2em; }
.post-format p { margin-bottom: 1em; }



/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {  }
.wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
.wpcf7 p span { font-weight: 400; color: #999; }
.wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
.wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 18px; }
.wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7 span.wpcf7-not-valid-tip { background: #fff; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 15px; line-height: 20px; left: 0; top: 12px; width: auto; right: 0; display: block; float: left; }
.form-outer-wrapper{float:left;}
.wpcf7-validation-errors{display:none!important;}

html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }


/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left	{ color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 30px 0; }


/* ------------------------------------------------------------------------- *
 *  IE Fixes
/* ------------------------------------------------------------------------- */
body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .alx-posts .post-item-title, 
.ie8 #footer .alx-posts .post-item-title { font-weight: 400; }

.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }

.ie8 .nav li > a:after { content: ""!important; }
.ie8 .nav > li > a:after { content: ""!important; }
.ie8 #nav-topbar .nav > li > a:hover, 
.ie8 #nav-topbar .nav > li:hover > a,
.ie8 #nav-header .nav > li > a:hover, 
.ie8 #nav-header .nav > li:hover > a,
.ie8 .toggle-search:hover,
.ie8 .toggle-search.active,
.ie8 .search-expand-inner { background: url(img/opacity-10.png); }
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i,
.ie8 .flex-direction-nav a { background: url(img/ie/opacity-70.png); }
.ie8 .entry .gallery .gallery-caption { background: url(img/ie/opacity-80-light.png); }

.gallery-metaimages li{width:150px;}

/*--------------------------------------------------------------------------------
									New Style
---------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header {background: #1a3851 url(images/header-bg.png) repeat-x; min-height: 198px; position: relative;background-size:cover;}
.home  #header{z-index:2;}
.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; }
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 16px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }
header #logo{width:40%;float:left;padding-top:18px;}
#header nav{float:right;width:60%;padding-top:45px;}
header #navbar ul{float:right;}
header #navbar ul li:last-child a {padding-right: 0;}
#header-upper{height:50%;}
#header-lower {top:50%;}
#header-lower .content-slider{background: #1a3851 url(images/header-lower-bg.png) repeat-x; min-height:200px;}
#header-lower .content-slider .carousel-control.left{background:url(images/angle-left.png) no-repeat;}
#header-lower .content-slider .carousel-control.right{background:url(images/angle-right.png) no-repeat;}
#header-lower #myCarousel {padding-left: 6%;padding-right: 6%;top:50%;transform:translateY(-50%)}
#header-lower .content-slider .control-btn {right: 6%;top: 50%;transform: translateY(-50%);width: 100px;}
#header-lower .content-slider .carousel-inner{width: 83%;}
#header-lower .carousel-inner > .item p {line-height: 1.2;}
.auto-position{left:0;right:0;}
#about-section { background: url(images/banner-about.png); background-size: cover;min-height:478px;padding-top:100px;}
#about-section h1 {padding-top: 74px;letter-spacing: .04em;padding-bottom: 35px;}
.border-top-y{border-top:3px solid #ff9c00;}
.border-bottom-y{border-bottom:3px solid #ff9c00;}
.first{padding-left:0;}
.last{padding-right:0;}
#banner img {display: block;width:100%;}
.listing-banner >div img {display: block;width:100%;}
.listing-banner >div, .listing-content  .residential, .listing-content .commercial {cursor: pointer;}
.listing-content{top:50%;transform:translateY(-50%);left:0;right:0;margin-left:auto;margin-right:auto;}
#services-section button {background-color: #ff9c00;color: #01233f;font-size: 14px;padding: 5px 25px;border: 0;margin: 0 auto;}
#listing-section{background-repeat: no-repeat;background-size:cover!important;}

/*-------------------------------------------------------------------
    FOOTER SECTION
--------------------------------------------------------------------*/
.footer-top {background: #01233f url("images/footer-bg.png") repeat-x scroll center center;min-height: 469px;padding-top:70px;}
.footer-bottom { background: #000d18;font-size: 14px;padding: 17px 0;border-top: 1px solid #ff9c00;}
#page-wrapper {min-height: 500px;}
#footer h3 {color: #ff9c00;text-transform: uppercase;padding-bottom: 15px;background: url(images/flink-bg.png) no-repeat;background-position: 0 30px;margin-bottom:18px;}
.social-links { margin-top: 40px; padding-top:28px;background: url(images/flink-bg1.png) no-repeat top left;}
.social-links li {display: inline-block;margin-right:5px;}
.social-links li a {display: block; color: #01233f;background-color: #fff; width: 28px;height: 28px; line-height: 30px;text-align: center; border-radius: 50%; font-size: 20px;}
footer{border-top: 1px solid #ff9c00;color:#fff;font-family:"MyriadPro-Light";}
footer .last{padding-right:0;}
footer .first{padding-left:0;}
footer .contact-info img {display: inline-block;vertical-align: middle; position: relative; padding: 2px 13px 2px 0;}
footer .contact-info span {display: block; padding-left: 35px;}
footer .contact-info li{margin-bottom:9px;}
footer  .contact-info ul + ul{border-top: 1px solid #1f3a50;padding-top: 10px;}
.btn >* { display: inline-block; vertical-align: top;}
.btn .btn-img {width: 60px;height:60px;background-color: #fff;float: left;padding: 17px 0px;}
.btn .text{font-size:22px;text-transform:uppercase;padding:14px 0;}
.btn-more { margin-top: 60px;}
.listing-content h1{padding-top: 35px;padding-bottom: 20px;}
.btn-listing {margin-top: 40px;width:165px;}
.btn-listing.btn .btn-img{width: 46px;height: 46px;padding: 12px 0px;}
.btn-listing.btn .text{font-size: 18px;padding: 10px 0;}

.color_blue{color:#01233f;}
.bg-blue{background-color:#01233f!important;}
#services-section h1 {padding-bottom: 40px;}
#services-section {margin-bottom: 90px;margin-top: 45px;}
#services-section  .service-title{min-height: 100px;text-align:center;}
.service-title h3{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;}
#services-section  .img-top-border{border-bottom:0!important;right: 5px;top: -7px;}
#services-section .col-md-3 img {border-bottom: 4px solid #ff9c00;}#testimonials .carousel-control{width:0;}#thumbcarousel .carousel-inner >div {width: 100px;float: left;border: 5px solid #969696;margin-left:10px;margin-right:10px;height:100px;display:inline-block!important;float:none;}#thumbcarousel .carousel-inner >.active {border-color: #ff9c00;}#testimonials {padding-top: 75px;padding-bottom: 60px;text-align: center;}#testimonials #carousel {    margin: 35px auto 35px;}

/*Inner Pages */
.services_list ul + ul { margin-left: 13%;}
.services_list a{text-decoration:underline; margin-bottom: 6px;display:block;}
/* .entry{min-height: 330px;} */
.page-id-2203 .content {text-align: center;}
.page-id-2203 .content .btn {margin-bottom: 40px;margin-top: 35px;}
.page-id-2203 .content article {width: 90%;margin-left: auto;margin-right: auto;}
#contact-page h3 {font-size: 18px;color: #232323;font-weight: bold;margin-bottom: 4px;}
#contact-page ul, #contact-page  li{margin:0;list-style:none;}
#contact-page li span {width: 67px;display: inline;float: left;}



/* new changes made from 23 nov 2015 */
.post-list .post-row{
	border-bottom: 0 none;
	margin-bottom: 0;
}
.post-row article {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
	margin-bottom:10px !important;
    width: 100% !important;
}
.postcat-left-col div{
	color:#272727;
}
.postcat-left-col {
    float: left;
    width: 65%;
}
.post-cat-right-col {
    float: right;
    width: 32%;
}
.postcat-left-col .entry.excerpt{
	min-height:auto !important;
}
.post-thumbnail{
	margin-bottom:0px !important;
}
.post-row article .post-inner {
    float: left;
    margin-right: 0;
	width: 100% !important;
}
.postcat-left-col h2{
	margin-bottom:0px;
}
.postcat-city-stat {
    margin-bottom: 10px;
}
.postcat-price {
    margin: 10px 0;
	font-weight:bold;
}
.postcat-left-col b{
    color: #272727;
    font-weight: bold;
}
.navigation.pagination h2{
	display:none;
}
.navigation.pagination {
	float:right;
}
.navigation.pagination .nav-links a{
	border: 1px solid #d6d6d6;
    border-radius: 4px;
    color: #272727;
    padding: 5px 10px 7px;
	margin: 0 2px;
	text-decoration:none;
	font-size:14px;
	font-weight: normal;
}
.navigation.pagination .nav-links span.current{
    background-color: #01233f;
    border: 1px solid #01233f;
    border-radius: 4px;
    color: #fff;
    padding: 4px 10px 6px;
	margin: 0 2px;
    text-decoration: none;
	font-size:14px;
	font-weight: normal;
}
.cat-title i, .cat-title .catnam{
	display:none;
}
.font48{
	font-size:48px;
}
.main-catnam{
	color:#01233f !important;
}
.post-tophead > p {
    color: #272727;
    float: left;
    font-weight: bold;
}
.post-tophead {
    float: left;
    padding: 6px 0;
    width: 100%;
}
.printfun {
    float: right;
}
.post-content-part {
    float: left;
    text-align: center;
    width: 100%;
}
.post-content-part .post-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: center;
	color: #272727;
}
.postpage-stat {
    color: #272727;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
}
.upper-text .entry{
	min-height:auto;
}
.upper-text {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 15px 0;
    padding: 10px;
}
.gal-img {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.gal-heading {
    color: #272727;
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
}
.gallery-metaimages li {
    margin: 5px 8px !important;
}
.gallery-metaimages a{
}
.related-posts .post-thumbnail img {
    display: block;
    height: 250px;
    margin: 0 auto;
    width: auto;
}
.related-posts .related-inner {
    text-align: center !important;
}
.related-inner p.post-date{
	display:none;
}
.form-area {
    border-top: 1px solid #01233f;
    float: left;
    margin: 10px 0;
    padding: 15px 0;
    width: 100%;
}
.form-outer-wrapper span {
    width: 100%;
}
.form-outer-wrapper div {
    float: left;
    margin-right: 35px;
    width: 22.7%;
}
.form-outer-wrapper input {
    height: 45px;
}
.form-outer-wrapper select {
    height: 45px;
	border: 2px solid #ddd;
    color: #777;
	float: left;
    padding: 10px;
    width: 310px;
	background: #f5f5f5 none repeat scroll 0 0;
	height: 45px;
}
.contact-timcal {
    background: #f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll 234px 19px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
	margin-top:10px;
	border: 1px solid #ccc;
	margin-right: 0 !important;
}
.contact-timcal select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 1;
    padding: 7px 5px;
}
.contact-reason {
    background: #f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll 234px 19px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
	margin-top:20px;
	border: 1px solid #ccc;
}
.contact-reason select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 1;
    padding: 7px 5px;
}
.contact-heard {
    background: #f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll 234px 19px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
	margin-top:20px;
	border: 1px solid #ccc;
}
.contact-heard select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 1;
    padding: 7px 5px;
}
.contact-locat{
    background: #f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll 234px 19px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
	margin-top:20px;
	border: 1px solid #ccc;
}
.contact-locat select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 1;
    padding: 7px 5px;
}
.contact-replvia input{
	height:auto !important;
	margin: 0 8px;
}
.contact-replvia > span {
    float: left;
    padding: 8px 0;
    width: auto;
}
.contact-replvia {
    margin-right: 0 !important;
    margin-top: 20px;
}
.wpcf7-list-item.first {
    margin-right: 20px;
}
.contact-commnt {
    margin-top: 10px;	margin-bottom: 15px;
    width: 100% !important;
}
.contact-commnt textarea {
    height: 150px !important;
}
#submit-btn {
    border-radius: 0 !important;
    float: right;
    margin-right: 0;
    margin-top: 20px;
}
#submit-btn input{
	background-color:#01233f !important;
}
.form-area input{
	font-size: 16px !important;
}
.form-area textarea{
	font-size: 16px !important;
}
.form-area select{
	font-size: 16px !important;
}
#testimonials .name {
    color: #ff9c00;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}
.latstpostimg {
    clear: both;
    float: left;
    width: 30%;
}
.latstpostnam {
    float: left;
    padding-left: 20px;
    width: 70%;
}
.latstpostnam a {
    color: #fff;
}
.latstpostprice{
	font-weight:bold;
}
.latest-post-inner {
    float: left;
    margin-bottom: 15px;
    padding: 0 0 15px;
    width: 80%;
}
.latest-post div.latest-post-inner:first-child{
	border-bottom:1px solid #1f3a50;
}
.page .entry table tr.alt{
	background: transparent none repeat scroll 0 0;
}
.page .entry table td {
    border-bottom: 0 none;
    font-size: 16px !important;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
#services-section h2{
	margin-bottom:40px;
}
.listing-content h2 {
    padding-bottom: 20px;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.content .page-title.pad.group .container{
	background: #01233f;
    min-height: 200px;
	border-top: 3px solid #ff9c00;
	margin-top: -95px;
    min-height: 200px;
  
}
.content .page-title.pad.group .container h1{
	font-size: 37px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 72px;
    text-transform: uppercase;
	color:#fff !important;
}
.content .page-title.pad.group .container h1 span{
	font-size: 37px;
    font-weight: normal;
    text-transform: uppercase;
	color:#fff !important;
}
.single-post .content .page-title.pad.group .container{
	display:none !important;
}
#services-section .font_myriadlight.font16 {
    min-height: 80px;
}
#services-section .color_fff.font18.font_myriadlight > a {
    color: #fff;
}


/* new Responsive */
@media screen and (min-width: 768px) and (max-width:991px){
	
	
	#logo p{
		width:100%;
	}
}
@media screen and (max-width: 767px) {	.post-thumbnail img {height: 270px;}
	.content .page-title.pad.group .container{
		width: 100%;
		min-height:112px;
		font-size: 37px;
		margin-top:-4%;
	}
	.content .page-title.pad.group .container h1 {
		color: #fff !important;
		font-size: 28px;
		font-weight: normal;
		margin-bottom: 10px;
		margin-left: 0;
		margin-top: 30px;
		text-transform: uppercase;
		text-align:center;
	}	
	.content .page-title.pad.group .container h1 span{
		font-size: 28px;
	}	
	.page-title h1{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.postcat-left-col {
		float: left;
		width: 100%;
		margin-bottom:15px;
	}
	.post-cat-right-col {
		float: left;
		width: 100%;
	}
	.font48 {
		font-size: 35px;
	}
	.gallery-metaimages li {
		float: left !important;
		margin: 5px 7px !important;
		width: 45%;
	}
	.related-posts .post-thumbnail img {
		height: 115px;
	}
	#contact-page .col-md-4 {
		padding: 0;
	}
	
	#header-lower .content-slider .control-btn {
		right: 6%;
		top: 117%;
		transform: translateY(-50%);
		width: 100px;
		float: right;
		margin-top: 20px;
	}
	.carousel-inner .font26 {
		font-size: 16px;
	}
	#header-lower .content-slider .carousel-inner{
		width:100%;
		margin-bottom: 35px;
	}
	header #logo{
		width:100%;
	}
	.site-title a img{
		width:90%;
	}
	#header-lower {
		top: 80%;
		position: relative;
	}
	#header nav {
		background-color: #fff;
		float: left;
		padding:10px 0;
		width: 100%;
	}
	.navbar-header {
		margin: 0 auto;
		width: 25%;
	}	
	.menu-text {
		color: #272727;
		float: left;
		font-weight: bold;
		font-size: 20px;
	}
	.menu-bar {
		float: right;
		margin-left: 4px;
		margin-top: 3px;
	}
	.navbar-toggle.collapsed span {
		color: #272727 !important;
	}
	.menu-bar span {
		color: #272727 !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #272727;
	}
	ul.nav.navbar-nav {
		margin:0px;
	}
	ul.nav.navbar-nav > li {
		float: left;
		font-size: 15px;
		width: 100%;
	}
	ul.nav.navbar-nav > li a{
		text-align:center;
		color:#272727 !important;
		padding-left:0px;
		padding-right:0px;
	}
	ul.nav.navbar-nav > li a:hover{
		text-align:center;
		color:#ff9c00 !important;
		padding-left:0px;
		padding-right:0px;
	}
	ul.nav.navbar-nav {
		padding: 5px 0 0;
	}
	.navbar-collapse{
		padding:0px;
	}
	#header-lower .content-slider{
		min-height: 160px;
	}
	#header-lower #myCarousel {
		padding-left: 6%;
		padding-right: 6%;
		padding-top: 6%;
		top: 50%;
		transform: none;
		position: relative;
	}
	#about-section h1{
		padding-bottom: 25px;
		padding-top: 25px;	
	}
	#about-section{
		padding: 0 0 20px;
	}
	.font50 {
		font-size: 38px;
	}
	#services-section .col-md-3 img {
		width: 100%;
	}
	.img-top-border.abs {
		width: auto !important;
	}
	
	#listing-section .listing-content.w100p.abs {
		position: relative;
	}
	#services-section .col-md-3{
		margin-bottom:22px !important;
	}
	#thumbcarousel .carousel-inner > div{
		float: none;
		height: 100px;
		margin-left: 6px;
		margin-right: -1px;
	}
	#footer .col-md-4 {
		float: left;
		padding: 10px;
	}
	.footer-top{
		padding-top:10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	#services-section .container.padd0  .col-md-3{width:50% !important; float:left;margin-bottom:25px;}
	#services-section .container.padd0  .col-md-3 .img-outer.rel .img-main{width:100% !important;}
	#footer .col-md-4 {width: 33%; float: left;padding: 10px;}
}
@media screen and (max-width: 767px){
	#header-upper .container {
		padding: 0;
	}
	#header-lower .container {
		padding: 0;
	}
	.form-outer-wrapper div {
		width: 46%;
	}
	.form-outer-wrapper div:nth-child(2n) {
		margin-right: 0;
	}
	span.wpcf7-list-item{
		margin-left: 0;
	}
	#contact-page .col-md-4 {
		float: left;
		width: 100%;
		padding: 0 10px;
		margin-bottom:15px;
	}
	#contact-page .col-md-4.last {
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}	
	.contact-timcal{
		background:#f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll right center;
	}
	.contact-reason{
		background:#f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll right center;
	}
	.contact-heard{
		background:#f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll right center;
	}
	.contact-locat{
		background:#f5f5f5 url("images/select-cont-back-small.png") no-repeat scroll right center;
	}
}



@media screen and (min-width: 768px) and (max-width: 990px){
.page-id-28 .form-outer-wrapper div {
    width: 21.3%;
	float: left;
    margin-right: 35px;
   }
   .contact-replvia{width: 50% !important }
   .contact-commnt {
    margin-top: 10px;
    width: 100% !important;}
	
	#contact-page .col-md-4{Width:33.333%; float:left;}
}
@media screen and (min-width: 991px) and (max-width: 1199px){
.page-id-28 .form-outer-wrapper div {
    width: 22%;
	float: left;
    margin-right: 35px;
   }
   .contact-replvia{width: 50% !important }
   .contact-commnt {
    margin-top: 10px;
    width: 100% !important;}
}

@media screen and (min-width: 480px) and (max-width: 550px){
	#services-section .col-md-3 {
		float: left;
		margin-bottom: 15px;
		width: 50%;
	}
	.navbar-header {
		margin: 0 auto;
		width: 15%;
	}
	.site-title a img {
		width: auto;
	}
	#about-section{
		min-height:auto;
	}
	
}


.map{min-height:300px;}
@media screen and (max-width: 1199px){
	.page-title .font50, .listing-content .font50, #about-section h1, .cat-title  .font48{font-size:36px;}
	.btn{width: 210px;}
	.btn .btn-img{height: 50px; padding: 13px 0px;}
	.btn .text{font-size: 20px;padding: 15px 0;line-height: 1;}
	.font26{font-size:22px;}
	.map #huge_it_google_map272639  , .map #huge_it_google_map876625 {width: 100%!important;}
	
	.btn-listing.btn .text {font-size: 18px;padding: 12px 0;line-height:initial;} 
	.btn-listing{width:165px;}
}
@media screen and (max-width: 991px){
	.font26{font-size:20px;}
	.page-title .font50, .listing-content .font50, #about-section h1, #testimonials h1, .cat-title  .font48 {font-size: 32px;}
	.latest-post-inner{width:100%;}
	body{font-size:15px;}
	.form-outer-wrapper >div span select{width:100%!important;}
	#contact-page  .col-md-6 {width:50%; float: left;margin-bottom: 20px;}
	.nav > li { font-size: 12px; }
	
	
}@media screen and (min-width: 768px) and (max-width: 980px){	.post-thumbnail img{ height: 200px !important;}}
@media screen and (max-width: 767px){
	.btn-listing.btn .text {font-size: 18px;padding: 10px 0;line-height: 23px;}
	.btn-listing.btn .btn-img{width: 43px;height: 43px;padding: 12px 0px;}
	
	header #navbar ul{width:100%;}
	.navbar-header{width:100%;text-align:center;}
	.navbar-header .navbar-toggle{width:85px;padding: 4px 0 !important;float:none;}
	header #logo {float: none !important;text-align: center;}
	.site-title{float:none!important; padding-bottom:20px;}
	#footer .col-md-4 {width: 100%;}
	#listing-section  .col-md-6{width:100%; margin-bottom:55px;}
	.page-title .font50, .listing-content .font50, #services-section h1, #about-section h1, #testimonials h1, .cat-title  .font48{font-size:26px;}
	.services_list  >ul{width:100%;margin: 0 0 0px 30px!important;float:left;}
	section.content {min-height: 500px;}
	body{font-size:14px;}
	#services-section .col-md-3 {float: left;margin-bottom: 25px;width: 50%;}
	.navbar-header {margin: 0 auto;}
	#about-section{min-height:350px;}
	.latest-post-inner{width:100%;}
	.site-title a img {width: auto;}
	#services-section{margin-bottom:50px;}
	.mobile-hide{display:none!important;}
	.page .entry table td{width: 100%!important;float: left;}
	.form-outer-wrapper >div {background-image: none!important;}
	.form-outer-wrapper >div span select{width:100%!important;}
	#contact-page  .col-md-6 {width:100%; float: left;margin-bottom: 20px;padding-left:0;padding-right:0}
	#huge_it_google_map272639 , #huge_it_google_map876625 {width: 100%!important;}
	#logo{padding-left:10px;padding-right:10px;}
	#services-section  h2{font-size:30px;}
	.listing-content{transform:none;top:20px;}
	.btn-listing{margin-top:20px;}
	#header{min-height:auto;}
	.content .page-title.pad.group .container{margin-top:-15px;}
	.page-title.pad { padding-top: 12px;}
	.single-post .content{border-top:3px solid #ff9c00;}
	#listing-section{background-position:100%;}
	#listing-section .listing-banner{display:none;}
	.footer-top{background-size:cover;}
	.form-outer-wrapper{		width:100%;			}
}
@media screen and (max-width: 480px){
	.page-title .font50{font-size:20px;}
	#contact-page .form-outer-wrapper > div{width:100%;}
	#services-section .col-md-3 {float: left;margin-bottom: 15px;width: 100%;}
	#thumbcarousel .carousel-inner >div{width:80px;height:80px; }
	.post-title, .single .post-title {font-size:20px;}
	.form-outer-wrapper >div {background-image: none!important;}
	#services-section .font_myriadlight.font16{min-height:auto !important;margin-bottom:20px;}
}

/*Slider FadeIn Fade Out*/
.carousel-fade .carousel-inner .item {opacity: 0; transition-property: opacity;}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {left: 0;opacity: 0;z-index: 1;}
.carousel-fade .carousel-control {z-index: 2;}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.back-to-top{position: fixed;bottom: 30px;right: 18px; width: 45px; height: 45px;  background: #ff9c00; opacity: .2;border-radius: 50%;text-align:center;}
.back-to-top span:before{content:"\f106";font-family:"FontAwesome";Font-size:34px;color:#fff; line-height:34px;}
.back-to-top a{text-decoration:none!important;}
.back-to-top:hover{opacity:.8;transition:all .3s ease-in-out;cursor:pointer;}
@media screen and (max-width: 767px){
	.back-to-top{bottom: 72px;right: 5px; width: 35px; height: 35px;}
	.back-to-top span:before{ine-height:30px;}
	
}
@-moz-document url-prefix() { 
  #Carousel1.carousel-fade .carousel-inner .item {
		opacity:1;
	}
  #Carousel1.carousel-fade .carousel-inner .active {opacity: 1;}	
  
}
.before-gallery{
	display:none;
}
.before-gallery img {
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 99999;
    cursor:pointer;
}
@media only screen and (max-width:700px) {
	.pgwSlideshow{
		margin-top:0px !important;
	}
	.popup-gallery {
		margin-top:50px !important;

	}

}
@media only screen and (max-width:767px) {
.pgwSlideshow{
		margin-top:0px !important;
	}
	.popup-gallery {
		margin-top:40px !important;

	}
	}
@media only screen and (min-width:768px) and (max-width:980px) {
	.pgwSlideshow{
		margin-top:0px !important;
	}
	.popup-gallery {
		margin-top:40px !important;

	}
}


.popup{

    background: black none repeat scroll 0% 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.85;
    display:initial !important;
}

.popup-gallery{
	 position: fixed;
    width: 100%;
    height: 500px;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;max-width:1000px;
}
.pgwSlideshow .ps-list ul {
text-align:center;
margin:0 auto !important;
	}
.ps-list .ps-prev{
		display:block !important;
	}
	.ps-list .ps-next{
		display:block !important;
	}
