/*
Theme Name: lbrightsons
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: lbrightsons
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 lbrightsons is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,300italic,400italic,500,500italic,700,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,900italic,900,700italic,700,400italic,300,300italic);
@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,900italic,400,700,900);

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: url('images/background-body.jpg') repeat-x left top #043241;
	float: left;
	min-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	background: url('images/menu-bg.png') no-repeat right center #f38f03;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position:relative;
	padding:3px 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* ------------------------------- STYLE START HERE ---------------------------- */

.box-container{
	width:994px;
	margin: 0 auto;
}
.box-container.footer, .box-map{
	min-height:344px;
	position: relative;
	background-color: #f3f3f3
}


.inner-box-container{
	width: 92%;
	margin:0 auto;
}
.inner-box-container.head {
    height: 159px;
}

#primary{
	background: #fff;
	min-height:100px;
	padding: 40px 0 75px;
}
.home #primary{
	padding-top:15px;
}

.pages-head {
    background: none repeat scroll 0 0 #1F5C78;
}

footer#colophon {
    margin: -22px 0 0;
	border-top:1px solid transparent;
}

/* logo */
.logo {
    margin-top: 60px;
    padding-top: 0;
}

.logo a{
	color: #FFFFFF;
    font-family: 'Alegreya',serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.logo h1 span{
	font-family:'Merriweather';
	font-size:12px;
	color:#fff;
	font-style:italic;
	display:block;
	text-align:right;
	font-weight: 100
}

/* head info */

.head-info.right{
	margin-top: 60px;
}

.head-info.right p {
	font-family: 'Alegreya',serif;
    color: #FFFFFF;
	font-size:16px;
    font-style: italic;
    line-height: 1.2;
    text-align: right;
}

.menu-contactno{
	font-family: 'Roboto', sans-serif;
	float:right;
	font-size:25px;
	font-weight:bold;
}

/**/

/* menu */
ul.menu li{
}
#site-navigation ul.menu li a{
	font-family: 'Alegreya', serif;
	font-weight:bold;
	padding: 8px 0 0 0;
	margin: 0 20px;
	color:#fff;
	font-size:18px;
	line-height: 1
}

#site-navigation ul.menu .current-menu-item  a {
	border-bottom: 1px solid #fff
}

#site-navigation ul.menu li a:hover{
	border-bottom: 1px solid #fff
}

ul.menu li.home-menu-first a{ padding-left:0;}

/* homepage content */
.slider-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #4F79A5;
    position: relative;
}

.slider-inner-container{
	    min-height: 368px;
		max-height: 368px;
}
/* .img-container{
	position:absolute;
	text-align:right;


} */
.img-container img{

}
.slider-info {
    padding-left: 6.5%;
    padding-top: 48px;
    position: absolute;
    width: 49%;
    z-index: 9999;
}

.slider-info.left h2 {
	font-family:'Merriweather';
    color: #164155;
    font-size: 21px;
    line-height: 1.2;
}
.slider-info.left p{
	color: #043241;
    font-family: 'Roboto',serif;
    font-size: 15px;
    margin: 10px 0 25px;
	font-weight: 500;
}

.homepage-slider{
	list-style:none;
	margin:0;
}

.about-history-info {
    padding-left: 1%;
    padding-top: 15px;
    width: 42%;
}

.about-author-thumbnail.right{
	width: 55%;
	
}
.author-thumb-box{
	background:#205f7c;
	float: left;
	margin-left: 2.1%;
	width:115px;
	min-height:210px;
	
	-webkit-box-shadow: 0px 5px 4px rgba(25, 73, 95, 0.98);
	-moz-box-shadow:    0px 5px 4px rgba(25, 73, 95, 0.98);
	box-shadow:         0px 5px 4px rgba(25, 73, 95, 0.98);
}
.author-desc {
    margin: 0 auto;
    width: 80%;
}
.author-desc h3{ font-size:13px; color:#fff; }
.author-desc h4{ font-size:13px; color:#77a8bf; }
.author-thumb-box.last{
	margin-right:0;
}

/* start page  */
.about-us .inner-box-container.page-head-title {
	padding: 20px 0;
}
.inner-box-container.page-head-title {
    padding: 50px 0;
}
.inner-box-container.page-head-title h1,
.about-history-info.left h1{
	font-family: 'Alegreya', serif;
	color:#d8e9f5;
	font-size:30px;
	margin-bottom:15px;
	line-height: 1.1;
	 width: 70%;
}
.inner-box-container.page-head-title  p {
	font-family: 'Alegreya', serif;
    color: #FFFFFF;
    font-size: 21px;
    line-height: 1.2;
}

/* start homepage : OUR SERVICES */

.our-services-container .inner-title{
	font-family:'Merriweather';
	color:#7d7d7d;
	font-size:16px;
	padding: 26px 0;
}
.services-box{
	background: none repeat scroll 0 0 #F3F3F3;
    float: left;
    margin-right: 14px;
    min-height: 456px;
    position: relative;
    width: 23.8%;
}

.home .services-title {
    display: table;
    height: 80px;
}

.services-title {
    margin: 0 auto;
    width: 90%;
}

.our-services .services-title{
	padding:0 0;
	width:100%;
}

.services-img{
	width:100%;
	height:143px;
}

.services-img a:hover > span{
	display:block;
	width:100%;
}

.services-img a img{
	height:auto;
	width:100%;
}
.services-content p{
	font-family: 'Roboto', serif;
	color:#043241;
	font-size:13px;
}

.home .services-title h3 {
    display: table-cell;
    font-family: alegreya;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.services-title  h3 {
	font-family: 'Alegreya',serif;
	color: #002637;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}
	
.services-content {
    min-height: 325px;
    padding: 10px 12px 0;
}

.services-content .btn-view{
	bottom: -10px;
    left: 60px;
    position: absolute;
}

.services-box.last {
    margin-right: 0;
}

.sub-images {
    float: left;
    margin-right: 15px;
	width:23.7%;
}
.sub-images a:hover > span{ 
	display:block;
}

.sub-images.last{
	margin-right:0;
}

.sub-images.two-columns {
    margin-bottom: 10px;
    width: 44%;
}

.services-container {
    padding: 40px 0;
}
.our-services #primary {
    padding-bottom: 0;
    padding-top: 10px;
}
.services-box-container {
	 border-bottom: 2px solid #F0F0F0; 
	 padding: 10px 40px;
}
.services-container.two-columns {
	/*float:left;
    width: 49%;*/
	border-right: 2px solid #F0F0F0;
	clear: both;
    float: left;
    margin-top: 0;
    padding: 4% 40px;
    width: 50%;
}
.services-container.two-columns p {
    /*width: 90%;*/
}
.services-container.two-columns.last {
	/*margin-left: 15px; 
	padding:40px 0 0 30px;*/
	border-right:0 none;	
	clear: none;
}

.services-container p,
.services-container .one_half,
.services-container .one_half p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
    color: #043241;
    font-size: 14px;
}
.services-container .one_half{
	padding-right:20px;
}
.services-container .last_column{
	padding-left:20px;
}
.services-container h2{
	font-family: 'Merriweather', serif;
	color: #043241;
	font-size:18px;
	font-weight: 700;
	 margin-bottom: 15px;
}

/* end homepage : OUR SERVICES */

/* start content style */
.entry-content p{
	font-family: 'Roboto', sans-serif;
	color: #043241;
	font-size:14px;
	font-weight:400;
}
/* end contect style */

/* start : GALLERY */
.gallery-box{
	float: left;
    margin-right: 14px;
    min-height: 215px;
    width: 23.8%;
}

.gallery-box.last {
    margin-right: 0;
}
.gallery-title a {
	font-family: 'Merriweather', serif;
    color: #002637;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
	line-height:1.2;
	display:block;
}

.gallery-title {
    min-height: 50px;
    padding: 10px 0 2px 10px;
}

.gallery-image{
	position:relative;
	text-align: center;
}

.gallery-image a:hover > span{
	display:block;
}


/* CONTACT US PAGE */
#cc-container{
	height: 220px;	
}
.contact-title-desc.left.first {
    width: 325px;
}
.contact-head-desc h3,
.contact-head-desc span,
.contact-head-desc a{
	color: #FFFFFF;
    font-family: 'Alegreya',serif;
    font-size: 21px;
    line-height: 1.2;
	text-decoration:none;
}
.contact-head-desc h3{ padding-bottom:5px; }

.contact-head-desc.left.padding-top { margin-left: 50px; }
.padding-top{ padding-top:40px; }

#primary.map-background{

	min-height: 345px;
}
.contact-desc-container.first {
    margin-top: 87px;
	padding-left: 4%;
}
.c-content-title.left,
.gform_title {
    color: #002637;
    display: block;
    font-family: merriweather;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
}

/* FORM STYLE */
.gfield.gf_right_half {
    float: right;
	margin:-220px 0 0;
    width: 400px;
}
	.gfield.gf_right_half.message {
		margin-top: -177px;
	}

.gfield.gf_left_half {
    float: left;
    width: 400px;
}
span.require-note,
.gfield_required {
    color: #F49A1D !important;
}
.gfield.gf_left_half.gfield_html {
	font-family:'Roboto', serif;
    font-size: 14px;
	color:#555555;
}

.contact-form-content  .gform_wrapper .left_label .gfield_label {
    float: left;
    font-family:'Roboto', serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 15px 0 0;
    width: 26%;
	color:#555555;
}

.contact-form-content .gform_wrapper .right_label input.small,
.contact-form-content .gform_wrapper .right_label select.small, 
.contact-form-content .gform_wrapper .left_label input.small, 
.contact-form-content .gform_wrapper .left_label select.small{
	font-family:'Roboto', serif;
	font-weight: normal;	
    width: 63%;
	border:0 none;
	background:#f3f3f3;
}

.contact-form-content .gform_wrapper textarea.small {
	width:70%;
    height: 110px;
	background:#f3f3f3;
	border:0 none;
}

.contact-form-content .gform_wrapper .gform_footer.right_label, .contact-form-content .gform_wrapper .gform_footer.left_label {
    float: right;
    margin-top: -50px;
    padding: 16px 0 10px 31%;
}

#primary .contact-form-content .button.gform_button{
	font-family:'Roboto', serif;
	background:#f3930c;
	padding:5px 20px;
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
	color:#fff;
	border:0 none;
	box-shadow:none;
}

#primary .contact-form-content .button.gform_button:hover {
	background: #2e6385
}

/* if Error form */
.gform_validation_error .gfield.gfield_error.gf_right_half.subject{
	margin-top: -373px !important;
}
.gform_validation_error .gfield.gfield_error.gf_right_half.message {
    margin-top: -245px !important;
}

.gform_validation_error .gform_footer.left_label {
    margin-top: -20px !important;
}
.gform_validation_error.gform_wrapper .left_label .gfield_error textarea.textarea{
	width: 70%;
}
/* start homepage : FOOTER */
.box-map .acf-map  {
	position: absolute;
	z-index: 12;
	width: 52%;
	right: 0;
	height: 340px;
	top: 0;
	margin:0;
}

.bg-gradient {
	background: url(images/bg-gradient.png) repeat-y transparent right 0;
	position: absolute;
	width: 63%;
	height: 100%;
	left: 0;
	z-index: 22
	}
.inner-box-container.footer, .box-map-left { 
	width: 45%; 
	left: 0; 
	float: left; 
	padding-top: 45px; 
	
	position: relative;
	z-index: 32
}

.footer-contact-info h2{
	font-family: 'Merriweather', serif;
	font-size:18px;
	color:#002637;
	margin: 0 0 15px;
	font-weight:bold;
	
}
.footer-info-box { margin: 5px 0; }
.footer-info-box.address{ margin-top:20px; }
.finner-title {
    color: #002637;
    float: left;
    font-family: 'Merriweather',serif;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    width: 105px;
}
.finner-desc {
	font-family: 'Merriweather', serif;
	font-weight:300px;
	color: #002637;
    float: right;
    width: 230px;
	font-size:15px;
}
.finner-desc p {
    margin-bottom: 5px;
}
.finner-desc a{ 	
	color:#002637; 
	text-decoration:none; 
	padding-bottom:20px;
}

.site-info {
    padding: 20px 0;
}

.footer-menu.right ul {
    list-style: none outside none;
	margin:0;
	text-align: right
}

.footer-menu.right ul li {
    display: inline-block;
	*display: inline;
	zoom: 1;
}
.footer-menu.right ul li a {
	font-family: 'Roboto', sans-serif;
    color: #b7c3c6;
    font-size: 11px;

    padding: 0 7px;
    text-decoration: none;
}

.copyright.left {
	font-family: 'Roboto', sans-serif;
	color: #b7c3c6;
    font-size: 11px;
    width: 29%;
}
.footer-menu.right {
    width: 42.5%;
}

.footer-contact-info.left {
   padding-left: 13%;
	z-index: 16
}

.footer-menu li a {
	border-right: 1px solid #7D7D7D
}

.footer-menu li.menu-last a {
	border: none
}

/* end homepage : FOOTER */


/* hidden */
.site-branding,
.validation_error{ display: none; }

/* usable class */
.hover{
	position:absolute;
	display:none;
	width:100%; height:100%;
}
.hover img { width:100%; height:100%;}
.clear{ clear: both; }
.left{ float: left; }
.right{ float: right; }

a.btn-view {
	font-family:'Roboto', serif;
	background:#f3930c;
	padding:5px 20px;
	text-decoration:none;
	font-size:13px;
	color:#fff;
}

a.btn-view:hover {
	background-color: #2e6385;
}

a.blue-btn{
	font-family:'Roboto', serif;
	background: #2e6385;
	padding:3px 20px;
	text-decoration:none;
	font-size:13px;
	color:#fff;
}

a.blue-btn:hover {
	background-color:#f3930c;
}

a.back-to-gallery {
    background: none repeat scroll 0 0 #447392;
    color: #FFFFFF;
    font-family: 'roboto',serif;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
}
a.back-to-gallery:hover{
	background-color:#f3930c;
}

.gallery-icon {
	position: relative;
}
.gallery-icon:hover span.hover {
	display:block;
	cursor: pointer;
	background-color: #fff;
	background: url(images/hover.png) no-repeat rgba(255, 255, 255, 0.3);
}



.entry-content a {
	text-decoration: none;
	color: #2e6385;
}

.entry-content a:hover {
	text-decoration: underline
}

.page-template-template-services-php .inner-box-container.page-head-title {
	padding: 30px 0;
}


.page-template-template-services-php .inner-box-container.page-head-title h1 {
	margin-bottom: 25px;
}



.page-template-template-contact-php .gform_wrapper .gform_heading {
	margin-bottom: 45px;
}

.page-template-template-contact-php .gform_body {
    padding-left: 2%;
}

.page-template-template-contact-php .gform_wrapper .gform_fields li {
    margin-bottom: 12px;
}

.page-template-template-contact-php .contact-form-content .gform_wrapper .gform_fields li input {
	font-size:13px;
    border-radius: 0;
    padding: 7px 1%;
    width: 70%;
}

.services-container .last_column p {
    margin-bottom: 10px;
}

.one_half.last_column ul li {
    margin-bottom: 8px;
}

/* 2014 */
.page-images{
	float:left; 
	margin-right: 14px; 
	width: 23.8%;
}

.page-images.last {
    margin-right: 0;
}

#main p , .one_half , .one_half p , .one_half ul li{
    font-family: roboto;
    font-size: 14px;
}
