/*  
Theme Name: Port
Theme URI: http://themetrust.com/port
Description: A Sleek and Sylish Agency Theme
Version: 1.0.1
Author: ThemeTrust
Author URI: http://themetrust.com
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0
 
**/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,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,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer { 
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html { 
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul { 
	list-style:none; 
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img { 
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

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

strong{font-weight:bold;}
em{font-style:italic;}

input, 
select {
    vertical-align:middle;
}

table {	
	border-collapse:separate; 
	border-spacing:0; 
}
caption,
th,
td { 
	text-align:left; 
	font-weight:normal; 
}

input { 
	vertical-align:middle; 
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}

.wp-caption {
	max-width: auto !important;
	width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/* Isotope ----------- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
   opacity: 0.5;
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "lato", sans-serif;
	width:auto; height:auto;	
	margin: 0;
	color: #6a6a6a;	
	background: #f1f0f0;
	/*background: #000;*/
	font-weight: normal;		
}

p {
	line-height: 1.7em;
	font-size: 1em;
	margin: 0 0 20px 0;	
	/*font-weight: normal;
	font-style: normal;*/	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;	
}

a:hover {
	color: #4290ae;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 40px 0;
    
	color: #660000;
	font-family: "proxima-nova",sans-serif;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-weight: 900;
}

h1 {font-size: 75px;}
h2 {font-size: 1.85rem;}
h3 {font-size: 1.9em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.3em;}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #ccb676;	
}

code {
   
	overflow: auto;
	
	
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #f7f7f7;
	overflow: auto;	
	border: 1px solid #e4e4e4;
	font-family: "Courier New", Courier, serif;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], input[type="password"], textarea {
	background-color: #fafafa;	
	padding: 8px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; line-height: 1.6em; }



/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after, .single-theme .features:before, .single-theme .features:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after, .single-theme .features:after {
	clear: both;
}

.clearfix, .single-theme .features {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;	
	background: #fff;
	/*background: #000;*/
	opacity: 0;		
}

#middle {	
	margin: 0 auto;	
	background: #fff;
	/*background: #000;*/
	padding: 50px 30px 60px;

	position: relative;		
	max-width: 1000px !important;	
	z-index: 100;	
}

.home #inner {
	max-width: 62.5em !important;
	margin: 0 auto;
	padding-top: 40px;
       
        
}

body.home #middle {
	max-width: 100% !important;
	/*padding: 40px 0 0 !important;*/
        padding: 0px 0 0 !important;
}

body.home.has-banner #middle {	
	padding: 0 0 !important;
}

body.home.blog.has-banner #middle {	
	padding-top: 40px !important;
}

body.home.blog #middle {	
	padding-top: 80px !important;
}

.page-template-page-portfolio-php #middle, .tax-skill #middle {
	padding: 0 !important;
	max-width: 100% !important;	
}

.page-template-page-home-php #middle {
	padding: 0 !important;
	max-width: 100% !important;	
}

.home #wrap {	
	padding-top: 0 !important;
}

#main {
	margin: 0 auto 0;
	padding: 0 0 0;		
	background: #fff;
	/*background: #000;*/
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
	width: 62.5%;	
}

#sidebar {
	width: 26.5%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	
}

.twoThirds {
	width: 70%;	
}

.oneThird {
	width: 30%;	
}

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

#header{	
	position: fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;
	background: url("images/header-bg.jpg") repeat scroll left center rgba(0, 0, 0, 0);
	background-size: cover;
        
}

body.page,
body.single-project {
    background: rgba(0, 0, 0, 0) url("images/header-bg.jpg") no-repeat scroll center top;
}
body.home {
    background: #fff;
}
.home #header{	
	text-align: center;
	background: #fff;
}

#header .top .inside{	
	padding: 16.5px 15px 16.5px 15px;		
	margin: 0 auto !important;		
	margin: 0 auto;	
	position: relative;
        /*changes
        padding: 10px 30px 20px 10px;*/
	
}

.home.has-banner #header .top {	
	background-color: transparent;	
}

#header .bottom {
	width: 100%;
	background-color: #000;
	height: 100% !important;
}

#header .top {
	position:fixed;
	top:0;
	width: 100%;
	height: auto;
	z-index: 500;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
	transition:.5s;		
}

.admin-bar #header .top {	
	top:32px;	
}

#header .top.solid, #header .top, .has-banner #header .top.solid {	
	background-color: #52a3ba;
}


/* Slide Menu */

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 0 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    overflow: auto;
}

#slideNav {	
	display: none;
	padding-top: 40px;
}

#slideNav #mainNav {
	margin-bottom: 30px;
}

#slideNav #mainNav li {
	display: block !important;
	margin: 0 20px 20px 20px;
}

#slideNav #mainNav ul ul{
	padding: 20px 0 0 10px;
}

#slideNav #mainNav li a {
	color: rgba(255,255,255,.5);
	font-weight: bold;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
	transition:.5s;
}

#slideNav #mainNav li a:hover {
	color: rgba(255,255,255,1);
}

#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	color: rgba(255,255,255,1) !important;
}

.menuToggle {
	width: 32px;
	height: 28px;
	background: transparent url(images/menu-3.png) no-repeat;
	background-size: 26px 14px !important;	
	cursor: pointer;
	position: absolute;
	 margin-top: -17px;
         right: 14px;
	top: 58%;
	margin-top: -17px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.closeBtn {
	width: 20px;
	height: 20px;
	background: transparent url(images/close.png) no-repeat;
	background-size: 20px 20px !important;	
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 30px;
	margin-top: -16px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	opacity: .5;
}

.closeBtn:hover {
	opacity: 1;
}

.menuToggle:hover {
	opacity: .8;
}

#logo {		
	display: inline-block;	
	margin: 0px 0 0 0;	
	float: left;	
	padding: 0;
}

#logo h1, #logo h3 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #fff;		
}

#header h1 a, #header h1 a:hover,#header h3 a, #header h3 a:hover {	
	color: #fff !important;	
}

#slideNav .widgets {
	margin: 0 20px;
        margin: 0px 
}

/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto 40px;
	padding: 0 0 0 0 !important;
	width: 68%;	
	float: left;					
}

#content .videoContainer { margin-bottom: 30px; }

#content.full {
	margin: 0 0;
	padding: 0 0 0 0 !important;
	width: 100% !important;					
}

.home.blog #middle {	
	margin: 0 30px;				
}

#content.full.grid {
	margin: 0 0 20px 0%;				
}

.home #content.full, .page-template-page-home-php #content.full {	
	width: 100%;						
}

.page-template-page-full-width-php #content {
	margin-bottom: 20px;
}

#content.fullProjects{	
	width: 100%;				
}

#content.twoThirds .page {	
	width: 99%;		
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #2e3133;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}

#pageHead {		
	padding: 0 30px 0px;	
	margin: 0 0 40px 0;
        margin: 0 0 0 0;
	text-align: left;	
	background: #fff;
}

#pageHead .inside {
	padding: 50px 0 40px;	
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;
	border-bottom: 3px solid #e9e9e9;
        /*changes*/
        display: none;
}

#pageHead h1 {	
	font-size: 2.5em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
}

#pageHead p {	
	margin: 0!important;
	padding: 15px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

.page-template-page-portfolio-php #pageHead {
	margin-bottom: 0;
	padding-bottom: 40px;
}

.tax-skill #pageHead {
	margin-bottom: 0;
	padding-bottom: 60px;
}

h2.extraSpacing { padding-top: 10px; }

.boxItem {	
	padding: 30px 0 15px;	
}

/*Posts ------------------*/

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .85em;
	line-height: 1.5em;		
}

#content .moreLink a {	
	font-size: 1em;		
	font-weight: bold;
}

#content .moreLink a:hover {		
	
}

#content .post.lastPost {
	background: none;
}

#content .post {
	margin: 0 0 50px 0px;
	position: relative;		
	padding-bottom: 10px;			
}

.blog #content.full .post h2, .archive #content.full .post h2, #content.full .post h1, #content.full .post .meta, #content.full .post .moreLink {
	text-align: center;
}

.post.small .inside {
	background: #fff;
}

.post.small .inside .text {
	margin:  0 30px;
	padding: 30px 0 20px;
}

.search #content .post {
	min-height: 50px;		
}

/*Home ------------------*/

#homeBanner {	
	width: 100%;
	margin: 0 !important;	
	background: #000;	
}

#homeBanner #bannerText {	
	margin: 0 30px;
	text-align: center;	
	display: inline-block;
}

#homeBanner #bannerText .main{
	color: #fff;
	font-size: 3.5em;
	margin-bottom: 15px !important;
	line-height: 1em;	
}

#homeBanner #bannerText .secondary {
	font-size: 1.5em;
	color: rgba(255,255,255,.5);
	margin-bottom: 0;
	line-height: 1em !important;
}

#homeBanner #bannerText .secondary p{
	line-height: 1em !important;
}

#homeBanner #bannerText .button {
	font-size: .6em;	
}

#downButton {
	background: transparent url(images/arrow_down.png) center center no-repeat;
	background-size: 70px 37px !important;	
	border-radius: 30px;
	width: 70px;
	height: 37px;
	position: absolute;
	bottom: 75px;
	z-index: 99;
	text-indent: -9999 !important;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left !important;
	cursor: pointer;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	opacity: .7;	
}

#downButton:hover {
	opacity: 1;
}

.homeSection {		
	padding: 80px 0 50px;	
}

.homeSection .viewAll {
	text-align: center;
	padding: 0 0;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;	
}

.homeSection .viewAll .button{
	margin: 0 !important;
	background: transparent;
	color: #b4b4b4;
	border: 2px solid #b4b4b4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}

.homeSection .viewAll .button:hover{	
	background: transparent !important;
	border: 2px solid #4b4b4b;
	color: #4b4b4b;
}

.homeSection .sectionHead h3 {
	font-size: 2.8em;	
	margin: 0 0 0 0;
	clear: both;	
	font-family: "proxima-nova",sans-serif;
	font-family: "nimbus-sans-condensed", sans-serif;
	color: #2b2b2b;
        font-weight: 900;
}

.homeSection p{
	font-size: 1.5em;		
}

.homeSection .sectionHead {	
	padding: 0 0 15px!important;	
	margin: 0 30px 30px;
	text-align: center;
	position: relative;		
}

#projects.homeSection .sectionHead, #homePosts.homeSection .sectionHead {	
	text-align: left;			
}

.homeSection .sectionHead p{
	font-size: 1em;
	margin: 0;	
}

.homeSection .sectionHead .inside{	
	margin: 0 auto;
	max-width: 63.5em !important;	
	position: relative;	
}

/*Testimonials ------------------*/

#testimonials {	
	padding: 80px 0 40px;
	width: 100%;
	max-width: none;	
}

#testimonials .testimonials {	
	margin: 0 auto !important;
	max-width: 1045px;	
}

#testimonials .wrap { margin: 0 15px;}

#testimonials .small{	
	float: left;
	width: 25%;
	display: none;		
}

#testimonials img{	
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}

#testimonials .page p{
	text-align: center;
	font-size: .9em !important;
}

#testimonials .inside{
	margin: 0 15px;
}

#testimonials a{
	position: relative;
	display: block;	
	text-align: center;
}

#testimonials .title {
	font-size: 1em;
	color: #000;	
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#content .testimonial.small img{	
	margin-bottom: 30px;
	/*border-radius: 190px;*/
}

#content .testimonial.small p{	
	margin: 0 20px 20px 20px;
	font-size: .85em;
}

#testimonials.hasBackground .sectionHead h3{	
	color: #fff;	
}

#testimonials.hasBackground p{	
	color: rgba(255,255,255,.5);	
}

#testimonials.hasBackground .title{	
	color: #fff;	
}

#testimonials.hasBackground p{	
	color: rgba(255,255,255,.5);	
}

/*Featured Pages------------------*/

#featuredPages {	
	/*background: #f9f9f9;*/
        background: #fff;
	/*background: #000;*/
	padding: 150px 0 120px 0;	
	width: 100%;
	max-width: none;	
}

/*---refrence--
#projects {			
	padding: 0;	
	display: block;
	position: relative;	
}
/*---change---
#featuredPages {
padding: 0;	
	display: block;
	position: relative;	

}
*/
#featuredPages .wrap {/* margin: 0 15px;*/ }

#featuredPages .pages {	
	margin: 0 auto;
	max-width: 1400px;
	max-width: 100%;
}

#featuredPages .small{	
	float: left;
	width: 33%;
	display: none;	
}


#featuredPages img{	
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}

#featuredPages .page p{
	text-align: center;
	font-size: .9em !important;
}

#featuredPages .inside{
	/*margin: 0 15px;*/
}

#featuredPages a{
	position: relative;
	display: block;	
	text-align: center;
}

#featuredPages .title {
	font-size: 1em;
	color: #000;	
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#content .page.small img{	
	margin-bottom: 20px;
}

#content .page.small p{	
	margin: 0 20px 10px 20px;
	font-size: .8em;
}

#featuredPages.hasBackground .sectionHead h3{	
	color: #fff;	
}

#featuredPages.hasBackground p{	
	color: rgba(255,255,255,.5);	
}

#featuredPages.hasBackground .title{	
	color: #fff;	
}

#featuredPages.hasBackground p{	
	color: rgba(255,255,255,.5);	
}



/*Home Posts ------------------*/
#homePosts .wrap { margin: 0 15px; }

#homePosts .small{
	text-align: left !important;
}

#homePosts .small .inside{
	padding: 0 0 !important;
}

#homePosts .small h2{
	font-size: 1.4em;
}

#homePosts p{
	font-size: .9em;
}

#homePosts .small .meta{
	text-align: left !important;
}

#homePosts .small .moreLink{
	text-align: left !important;
}

.homeSection .posts {	
	margin: 0 auto;	
	max-width: 1045px;
}

/*Home Content ------------------*/

#homeContent {
	width: 100%;
	overflow: hidden;
	background: #fff;
	/*background: #000;*/
}

#homeContent .inside{	
	width: auto;	
}

#homeContent.homeSection {
	/*padding: 120px 0 120px!important;*/
        padding: 60px 0 50px!important;
}

#homeContent.homeSection .inside{
	padding: 0 20px !important;
	max-width: 1000px;
	margin: 0 auto;
}

#homeContent.homeSection p {
	margin-bottom: 30px !important;
	font-size: 1em;

}

#homeContent {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;		
}

#homeContent p.big {
	font-size: 2.5em !important;
	line-height: 1.4em;	
}

#homeContent p, #homeContent img{
	margin-bottom: 0 !important;	
}

.home #content, .home #middle {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;	
}

#homeContent.hasBackground * {
	color: #fff;
}

/*Projects------------------*/

#projects {			
	padding: 0;	
	display: block;
	position: relative;	
}

#projects .wrap { margin: 0 15px; }

.page-template-page-portfolio-php #projects {	
	margin-bottom: 40px;
}

#projects.homeSection {
	padding-bottom: 50px;
	padding-top: 70px;
}

#projects .thumbs {
	margin: 0 auto;		
	max-width: 1045px;	
}

#content #projects li{
	padding: 0;
	background: none;		
}

.thumbs .small, .isotope-item {	
	display: block;	
	position: relative;	
	float: left;	
	/*margin: 0 0 30px 0 !important;*/	
	max-width: 350px;
	height: auto !important;
	padding-bottom: 0;	
	text-align: center !important;
	zoom: 1;
	visibility: hidden;
	float: left;
	display: none;	
}

.page-template-page-portfolio-php #projects .thumbs .small, .isotope-item {	
	display: block;	
	position: relative;	
	float: left;	
	/*margin: 0 0 30px 0 !important;*/	
	max-width: 350px;
	height: auto !important;
	padding-bottom: 0;	
	text-align: center !important;
	zoom: 1;
	visibility: hidden;
	float: left;
	display: none;	
}

#content .project.small img, .isotope-item img{	
	max-width: 100% !important;
	width: auto;
	height: auto;	
}

#content .project.small .inside{
	overflow: hidden;
}

#content .project.small p{
	text-align: center;
	font-size: .9em;
}

#content .small .inside{
	/*margin: 0 15px !important;*/	
}
.page.page-id-471 #content .small .inside{
    margin: 0 15px !important;	
}

.project.small .inside {	
	text-align: center !important;
	position: relative;	
}
#content .project.small a{
	position: relative;
	display: block;		
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	color: #6a6a6a;	
}

#content .project.small .title {
	font-size: 1em;
	color: #fff;	
	font-weight: bold;
	text-align: center;	
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 50%;	
	margin: -20px auto 0 !important;	
	width: 100%;	
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}

#content .project.small a:hover .title{
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;	
}

#content .project.small .title span {	
	display: inline-block;
	padding: 10px 12px 12px;	
	border: 2px solid #fff;
	margin: 0 auto !important;		
}

#content .project.small a img{    
    transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}

#content .project.small a:hover img{    
    -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
  	opacity: .2;
}

.single-project #pageHead .inside {
	position: relative;
}

#content .project {
	width: 100%;
	margin-bottom: 40px;	
}

.single-project .projectNav {
	text-align: center;		
	right: 0;
	top: 50%;
	margin-top: -10px !important;
	position: absolute;	
	height: 35px;
}

.projectNav div {	
	float: right;
	margin-left: 5px;	
	position: relative;	
	display: inline-block;
}

.projectNav a{
	width: 35px;
	height: 35px;
	display: block;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
	transition:.5s;
}

.projectNav a:hover{	
	background-color: #ebebeb !important;	
}

.projectNav div.next a{
	background: #f9f9f9 url(images/arrow_left.png) center center no-repeat;	
}

.projectNav div.portfolio a{		
	background: #f9f9f9 url(images/portfolio_icon.png) center center no-repeat;	
}

.projectNav div.previous a{		
	background: #f9f9f9 url(images/arrow_right.png) center center no-repeat;	
}

#content .skillList{
	padding: 20px 0 20px !important;
	margin: 0 auto 20px !important;	
	display: inline-block;	
}

.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;	
}

.skillList li span a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.skillList li span a:hover{	
	background: #6a6a6a;
	color: #fff !important;		
}

/*Theme Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}

#content #filterNav{
	padding: 0!important;
	margin: 0 auto 40px auto!important;		
	width: auto;	
	text-align: center;			
	width: 100%;
	position: relative;
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;	
	display: inline-block;		
}

#filterNav li a{
	font-size: 1em;			
	display: inline-block;	
	color: #b6b6b6;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	border: 2px solid transparent;
}

#filterNav li a:hover {
	
	color: #848484;
}

#filterNav .selected, #filterNav a.selected:hover {	
	color: #848484;
	border: 2px solid #848484;
}

/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:31%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:3%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]   {	
	background: #52a3ba;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;		
	position: relative;
	cursor: pointer;	
	padding: 15px 20px;
	border: none;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 3px 0 0;	
	line-height: normal !important;
	-webkit-appearance: none;	
	font-size: .9em;
	font-weight: bold;
	transition-property: all;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {	
	color: #303c40;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	opacity: .7;
	background: #fff !important;
}

.home .slideshow a.button {
	font-size: .6em;
	color: #fff;
	background: #aa6d68;
	padding: 13px 17px 13px;
	margin-top: 20px;		
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px !important;
	margin-top: 4px;
        padding-top: 15px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 5px 0;		
	line-height: 1.4em;	
	font-size: 1em;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
	list-style-type: decimal !important;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: 1em !important;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#content .flexslider {	
	margin: 0 0 30px 0 !important;	
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 1px 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}

/* Caption style */
/* IE rgba() hack */

.flex-caption {width: auto; position: absolute; color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {	
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	right: 0;
	bottom: 50%;
	display: block;	
}

.flex-direction-nav li a { z-index: 100; width: 31px!important; height: 31px; display: block; cursor: pointer; text-indent: -9999px; border-radius: 15px; margin-top: 0; background-size: 15px 15px !important;}
.flex-direction-nav li a.flex-next {right: 30px !important; background: rgba(0,0,0,0.2) url(images/flexslider/direction_next.png) no-repeat center center;}
.flex-direction-nav li a.flex-next:hover {}
.flex-direction-nav li a.flex-prev {left: 30px !important; background: rgba(0,0,0,0.2) url(images/flexslider/direction_prev.png) no-repeat center center;}
.flex-direction-nav li a.flex-prev:hover {  }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav .flex-disabled {display: none;}

/* Control Nav */

.flex-control-nav { position: absolute; margin: 0!important; bottom: 0px !important; left: 0 !important; right: 0 !important; width: auto !important; z-index: 100;}
.flex-control-nav li {width: 10px !important; height: 10px !important; margin: 0 5px 0 !important; display: inline-block !important; z-index: 100;}
.flex-control-nav li:first-child {margin-left: 0 !important;}
.flex-control-paging li a {width: 100% !important; height: 100% !important; display: block !important; background: none !important; cursor: pointer; text-indent: -9999px; box-shadow: none !important; border: 3px solid rgba(255,255,255,.3);}
.flex-control-nav li a:hover {border: 3px solid rgba(255,255,255,1); !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important; border: 3px solid rgba(255,255,255,0); }

.flex-direction-nav {}
.flex-control-nav { margin: 30px 0 0 !important; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
.flex-direction-nav li a.flex-next { background-position: 9px center !important; margin-top: -15px !important;}
.flex-direction-nav li a.flex-prev { background-position: 7px center !important; margin-top: -15px !important;}
.flex-control-nav li a { border: 3px solid rgba(0,0,0,.3); background: none !important; box-shadow: none !important;}
.flex-control-nav li a:hover { background: none !important; border: 3px solid rgba(0,0,0,.5);}
.flex-control-nav li a.flex-active { background: rgba(0,0,0,0.3) !important; border: 3px solid rgba(0,0,0,0);}


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

#sidebar {		
	margin-bottom: 30px;
        /*changes*/
        margin-bottom: 0px;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .author .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
	border-radius: 40px;
}


/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

.widgetBox a {
	line-height: 1.5em;
}

.widgetBox {
	margin-bottom: 30px !important;	
}

.widgetBox .widgetTitle {
	font-size: 1em;	
	font-weight: bold;	
	display: block !important;
	margin-bottom: 20px;
	clear: both;	
}

.widgetBox .meta {	
	font-style: italic;	
}

.widgetBox ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

.widgetBox ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1.2em !important;
	background: none;
	font-size: .9em !important;	
}

.widgetBox ul li p {
	line-height: 1.3em;
	margin: 0;
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}

#slideNav .widgets {
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 30px;
}

#slideNav .widgetBox p {
	color: rgba(255,255,255,.5);
}

#slideNav .widgetBox a {
	color: rgba(255,255,255,.7) !important;
}

#slideNav .widgetBox a:hover {
	color: rgba(255,255,255,1) !important;
}

/*Search------------------*/

.widget_search {	
	display: block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;	
	width: 92%;
	color: #9a9a9a;	
	font-size: .8em;
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}

/*Testimonails------------------*/

.ttrust_testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;	
}

.ttrust_testimonials p {
	font-size: .9em;
	line-height: 1.6em !important;
}

.ttrust_testimonials span.title {
	font-size: .9em;
	font-weight: bold;
	float: right;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
	color: #bababa;
}

#sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {	
	font-size: 1.2em;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {	
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 10px !important;
	border: none;
	display: block;	
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}

.simple_tweet_widget li span{
   color: #4f4f4f !important;
   font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;	
}

#sidebar #flickrBox .flickrImage {	

}

#flickrBox .flickrImage img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;	
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;		
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;		
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:70px;
	height:70px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 6px 100px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 100px;	
	display: block;
	color: #a5a5a2;		
	font-size: .9em;		
}

.comment p {	
	margin: 0 0 10px 100px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;	
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}

/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

#respond h3 {	
	font-size: 1.4em !important;	
}

#commentForm h1 {	
	font-size: 1.3em !important;	
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#cancel-comment-reply-link {
	margin-left: 20px !important;
	
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;	
}

#comments ol{	
	list-style: none !important;
}



/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {	
	padding: 0 0 30px !important;	
	clear: both;	
	margin: 0 0 15px 0;		
}

.page-template-page-portfolio-php .pagination {	
	text-align: center;	
	margin: 0;
	padding: 20px 0 !important;
}

.page-template-page-portfolio-php .pagination .inside {		
	display: inline-block;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}


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

#footer {	
	color: #7e7d7d;
	background: #f1f0f0;
       
	position: relative;
	z-index: 301;
	padding: 0px 0 30px;	
}

#footer .main {	
	padding: 30px 0 0px 0;		
	margin: 0 30px 0;			
}

#footer .main .inside {		
	border-bottom: 1px solid #dcdcdc;		
}

#footer .inside {	
	margin: 0 auto;	
	max-width: 1000px;	
}

.footerBox{
	margin: 0 30px 40px 0 !important;	
	float: left;
	position: relative;	
	width: 31%;		
}

.footerBox {
    float: left;
    margin: 0 95px 40px 0 !important;
    position: relative;
    width: 27%;
}
.footerBox.last {
	margin-right: 0 !important;
}

.widget_recent_entries {
	margin-right: 0 !important;
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #6b6b6b;	
}

#footer a:hover {
	color: #3f3f3f;	
}

#footer .secondary {		
	margin: 0 0 0;
	padding: 0 30px 10px;	
}

#footer .secondary a{		
	font-weight: bold;
}

#footer .secondary .inside{		
	padding: 40px 0 0;	
}


#footer .secondary p{
	font-size: .8em;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

#footer .secondary .right span{
	padding: 0 5px;
	color: #4d4d4d;
}


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

/* iPads */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	#downButton {
		bottom: 30px;		
	}
	
	.homeSection, #homeBanner {
		background-attachment: scroll !important;
	}
	
	body .homeSection {
		/*padding: 50px 0 !important;*/
	}
	
	/*Projects ------------------*/	
	#content .project.small .title {
		font-size: .8em;
	}	
	
	/*Footer ------------------*/	
	.footerBox {
		width: 29%;		
		margin: 0 25px 40px 0 !important;					
	}		
}

@media only screen and (max-width: 820px) {		
	
	#comments { width: 100%;}
	
	#sidebar {
		float: none;
		width: 100% !important;
		margin-left: 0;
		padding: 10px 0 0 0 !important;		
	}
	
	#content.twoThirds {
		width: 100% !important;
		float: none;
	}	
	
	#sidebar .sidebarBox {	
		float: left;
		margin: 0 3% 30px 0 ;
		width: 30%;	
	}	
	
	#comments { width: 100%;}
}

@media screen and (min-width: 760px) and (max-width: 820px) and (orientation:portrait) {

#sidebar .sidebarBox {	
		float: left;
                margin: 0 65px 30px 0;
		width: 30%;
                width: 27%;
        }
  #text-4,#text-6,#text-8 {
    margin: 0 65px 30px 0 !important;
  }
         #text-5,
	 #text-7,
        #text-18 {
    margin: 0 0 30px 0 !important;
        }
        

}
    
/*layouts smaller than 700px, iPhone and mobiles*/

@media only screen and (max-width: 700px) {
	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 50px; line-height: 40px;}
	h2 { font-size: 1.5em;}
	h3 { font-size: 1.4em;}
	h4 { font-size: 1em;}
	h5 { font-size: .8em;}
	
	#wrap {
		padding: 1px 20px;
	}
	
	.home #wrap {	
		padding-top: 0 !important;
	}
	
	#pageHead {		
		margin-bottom: 25px;
                margin-bottom: 0px;
	}
	
	#pageHead .inside{
		padding: 25px 0;
		margin-bottom: 0;
	}
	#pageHead h1 {
		font-size: 1.3em;
	}
	/*Header ------------------*/	
	
	#header .inside {		
		/*padding: 11px 20px 11px 0px !important;*/	
	}
	/*changed */
	#header .top { position: fixed; }
	.header_img {
         /* padding-top: 25px;*/
        }
	#header #logo {			
		margin-left: 0 !important;
	}
	
	#header #logo img{		
		margin: 0 auto;	
		width: 80% !important;
		height: auto;
		float: none;
	}	
	
	.menuToggle {
		width: 23px;
		height: 20px;		
		background-size: 26px 14px !important;
		right: 10px;
		margin-top: -10px;	
	}
	
	#pageslide { width: 306px !important; }
	
	/*Home Banner ----------*/	
	
	#header #homeBanner #bannerText .main {
		font-size: 2.1em;
		margin-top: -100px !important;			
	}
	
	#header #homeBanner #bannerText .secondary {
		font-size: 1.2em;
		line-height: 1em;
	}
	
	#downButton {		
		background-size: 50px 26px !important;		
		width: 50px;
		height: 26px;			
	}
	
	/*Posts -------------------*/
	
	#content.twoThirds {
		width: 100% !important;
		float: none;
	}		
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}

	.posts .post .date .month{
		font-size: .9em;	
		display: block;	
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}

	.posts .post .inside{	
		position: relative;		
	}
	
	.posts .post .inside h2{
		font-size: 1.3em !important;
		line-height: 1.2em;
		margin-bottom: 10px !important;
	}
	
	.posts .post .inside .meta{
		margin: 0 auto 20px !important;		
		padding: 0;			
	}
	
	.post .moreLink {
		display: none;
	}
	
	#comments { width: 100%;}	
	
	/*Home Sections ------------------*/
	
	.homeSection {
		padding: 35px 0 !important;
	}
	
	.homeSection, #homeBanner {
		background-attachment: scroll !important;
	}
	
	body .homeSection {
		padding: 50px 0 !important;
	}
	
	.homeSection .sectionHead {
		padding-bottom: 10px !important;
	}
	
	.homeSection .sectionHead h3 {
		font-size: 1.5em;
	}	
	.homeSection .sectionHead p {
		font-size: 1em;
	}
	
	#featuredPages .small{		
		margin-bottom: 25px !important;			
	}
	
	.homeSection .viewAll {
		margin-top: 20px;
		position: relative;
		right: 0;
		bottom: 0;	
	}
	
	.homeSection .viewAll .button{
		padding: 10px;
	}
	
	#projects.homeSection .sectionHead, #homePosts.homeSection .sectionHead {	
		text-align: center;			
	}
	
	#homeContent p.big { font-size: 1.2em !important; }	
	
	#homeContent.homeSection {
		padding: 40px 0 10px!important;	
	}
	
	#projects .thumbs, .homeSection .posts, #featuredPages .pages, #testimonials .testimonials {		
		max-width: 320px;	
	}
	
	/*Featured Pages ------------------*/		
	#featuredPages .page h3 {
		font-size: 1.6em;		
	}
	#featuredPages .page p {
		font-size: 1em;		
	}
	
	#featuredPages {	
		padding: 0px 0 0px 0 !important;			
	}	
	
	/*Testimonials ------------------*/		
	
	
	
	/*Sidebar and Widgets ------------------*/	
	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	
	#sidebar .sidebarBox {	
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;	
	}
	
	#flickrBox .flickrImage {		
		margin: 0 8px 8px 0;	
	}		
	
	.widgetBox {
		width: 100%;
		float: none;			
	}
	
	/*Projects ------------------*/	
	
	.thumbs {
		max-width: 320px;		
		margin: 0 auto !important;
	}	
	
	#filterNav {
		text-align: center;			
		width: 95% !important;
		position: relative;
		margin: 0 !important;			
	}		
	
	.projectNav div {
		margin: 0 0 0 5px !important;	
		padding: 0 !important;		
	}
	
	.projectNav a{
		width: 25px;
		height: 25px;
		background-size: 25px 25px !important;
	}
	
	.thumbs {
		text-align: center;
	}
	
	.thumbs .small{		
		margin-bottom: 14px;
	}
	
	#content .project.small .inside{		
		margin: 0 7px !important;		
	}	
	
	.flex-direction-nav { display: none !important; }
	
	
	/*Footer------------------*/	
	.footerBox {
		width: 40%;
		float: none;
		margin: 0 20px 40px 0!important;				
	}	
	
        @media only screen and (max-width : 768px) {
        .footerBox {
          width: 100%
          } 
}
        
	#footer .main .inside{ padding: 0 0 !important;  width: auto !important;margin: 0 0px!important;}
	
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		text-align: center;
		margin: 0 0;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}	
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;		
	}	
	
	#footer .secondary .right{
		float: none;
		padding: 10px 0 15px 0;
	}
				
	.gallery-item img{
		width: 90%;
	}
	
	/*Column Shortcodes------------------*/

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}	
}

/* iPhone Landscape */
@media screen and (max-width: 600px) {
	.slides .testimonial {	
		width: auto;
		height: 300px;	
	}		
}

/* iPhone Portrait */
@media screen and (max-width: 480px) {
	
	/*Posts ------------------*/
	
	.posts .post .date {	
		position: relative;		
		margin: 0 auto 20px;	
	}	

	.posts .post .date .month{
		font-size: .9em;	
		display: block;	
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}

	.posts .post .inside{
		padding-left: 0;
		position: relative;	
	}
	
	.widgetBox {
		width: 100%;	
		float: none;
		margin: 0 0 20px 0;			
	}	
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}
	
	.home .flex-caption p {
		font-size: 1em !important;		
	}	
}


/* Changes */

#menu-accordian-main-menu li li a.active {

  color: #993300!important;
  
}
#menu-accordian-main-menu li li {
  margin-left: 15px !important; 
  
}
#menu-accordian-main-menu ul .menu-item-has-children {
  color: red !important;
  
}
#menu-accordian-main-menu li {
  font-size: 16px !important;
}

#menu-accordian-main-menu .current-menu-item a {
  color: #DD1811!important;
  color: #993300!important;
}

#pageHead {
 /* display: none !important;*/
}



#footer {
  background: url("images/bottombg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff !important;
}
#footer p {
   color: #fff !important;
}

@media only screen and (min-width : 1025px) {
  .left {
    width: 500px !important;
  }
  #header_image_top {
 /*  margin-top: -95px;*/
 max-width: inherit;
  }
  
/*.footerBox {
width: 33%;
margin: 0 0px 40px 0 !important;	
}

.footerBox img {
/*  width: 98%;*/
  
}
  
  .home #header_image_top  {
display: none;
}


@media screen and (max-width: 480px) {
.metaslider.metaslider-nivo.metaslider-362.ml-slider {
 /* padding-top: 75px;*/
}

}

.home #header_image_top  {
margin-top: 0px;
}




h2 {
  font-size: 30px;
  font-weight: 300;
  color: color: #660000;
  
}

#middle {
 /* padding-top: 20px;*/
}

p {
  line-height: 22.4px;
  color: #4d5b62;
  font-weight: 300;
  font-size: 16px;
}

a {
  color: #005581;
}

#content ul {
  list-style-image: url(images/ul.png);
  margin-left: 35px;
}
#content ul li {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  /*color: #3B3B3B;*/
}

h3 {
    font-size: 1.2em;
    color: #555;
}
#header .top.solid, #header .top, .has-banner #header .top.solid {
  background:rgba(255, 255, 255, 0.4) !important;
}


@media screen and (min-width: 321px) and (max-width: 568px) {
/*interior page content images */
.page img {
  margin: 0 auto;
}

#content .alignleft, #content img.alignleft {
  margin: 0 auto !important;
  margin-right: 0px !important;
  float: none !important;
}
#content  .wp-caption-text {
 text-align: center !important;
}
#mc_embed_signup {
  margin: 0 auto;
  float: none;
  position: inherit;
}

.home_first_line {
  width: 475px !important;
}


}

 
@media screen and (min-width: 321px) and (max-width: 568px) {
 #content .alignleft, #content img.alignleft {
 margin: 0 auto !important;
 display: block;
 float: none !important;
}
}
@media screen and (max-width: 320px) {

#content .alignleft, #content img.alignleft {
  margin: 0 auto;
  margin-right: 0px;
  float: none !important;
}

}

@media screen and (max-width: 320px) {


.button2 {
   left: 65px !important;
    top: 0px !important;
}

.word_break {
     font-size: 13px;
}


}


/*charitable contributions*/

#charity {
    border: 4px solid #999999;
    float: left;
    height: 150px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 15px;
    width: 280px;
}
#charity img {
  width: 85px;
  height: auto;
  float: left;
  margin: 10px 5px 5px 10px;
}
#charity h3 {
      color: #000000 !important;
    font-size: 14px;
    margin: 0 0 10px;
}
#charity p {
  font-size: 13px;
}

.menuToggle em {
    font-size: 118%;
    font-style: normal;
    left: -66px;
    letter-spacing: 2px;
    position: absolute;
    top: -6px;
}

@media screen and (max-width: 320px) {


#charity {
    border: 4px solid #999999;
    float: none;
    height: 150px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    width: 230px;
}
}
@media screen and (min-width: 321px) and (max-width: 568px) {
  

  #charity {
    border: 4px solid #999999;
    float: none;
    height: 125px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    width: 465px;
}
}
/*accordian nav*/
@media only screen and (min-width : 768px) {

#dc_jqaccordion_widget-s1-item  {
  background: #660000;
}

#dc_jqaccordion_widget-s1-item .sub-menu {
  display: block !important;
  text-align: center;
      background: #660000;    
}
#dc_jqaccordion_widget-s1-item .sub-menu li {
display: inline-block;


}
#dc_jqaccordion_widget-s1-item .dcjq-parent,
#dc_jqaccordion_widget-s1-item .dcjq-parent.active {
  display: none;
}
#dc_jqaccordion_widget-s1-item .sub-menu li a {
  
  color: #fff;
  padding: 20px 22px;
  display: block;
}
#dc_jqaccordion_widget-s1-item .sub-menu li a.active {

}

#dc_jqaccordion_widget-s1-item .sub-menu li a:hover {
 background: #993300;


}
#dc_jqaccordion_widget-s1-item  .sub-menu li a.active span {
  border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
}

@media only screen and (max-width : 767px) {

#dc_jqaccordion_widget-s1-item .dcjq-parent {
 display: block;
  text-indent: -9999px;
  background: url(images/menu7.gif) center no-repeat;
  text-align: center;
  padding: 17px 0;
   /*
  background: url("images/menu6.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto;
    width: 85px;
    padding: 17px 0;*/
  
}
#dc_jqaccordion_widget-s1-item  {
  
    background: #dd1811;
     background:#660000;
}
#dc_jqaccordion_widget-s1-item .sub-menu {
  text-align: center;
      background: #dd1811;
       background: #660000;
}
#dc_jqaccordion_widget-s1-item .sub-menu li {
color: #fff;
font-weight: 400;

}
#dc_jqaccordion_widget-s1-item .sub-menu li a:hover {
 background: #993300;
}
#dc_jqaccordion_widget-s1-item .sub-menu li a {
  color: #fff;
 
  padding: 22px 40px;
  display: block;
}
#dc_jqaccordion_widget-s1-item  .sub-menu li a.active span {
  border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

#header .inside {		
		padding: 0 0 5px 0 !important;	
	}

.logo > a {
   background: url("images/logo-b.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    display: block;
    height: 42px;
    width: 90px;
       margin-left: 9px;
    margin-top: 6px;
}

#header #logo img {
  display: none;
}


}

#home_page_info {
   background: url(images/PINK-BOX_05-UPDATE3.png) center top no-repeat;
  
}
#percent {
      background: url("images/98percent_02.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 75px;
    position: relative;
    right: -133px;
    top: -94px;
    width: 123px;
    
}
@media only screen and (max-width : 320px) {
 
 #percent {
     right: -115px;
}

.home_first_line {
  width: 280px !important;
}
.wrap-MI.dark {
    width: 90% !important;
    margin: 0 auto !important;
}

}




#welcome_vehicle {
    background: url("images/car_06.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 286px;
   position: relative;
    right: -406px;
    top: -130px;
    width: 385px;
}

@media only screen and (max-width : 767px) {
#welcome_vehicle {
  display: none;
 
}
}
#welcome_list {
  height: 81px;
}

/*homepage*/

#homeContent h1 {
      color: #434951;
     /* color: #fff;*/
    font-size: 36px;
    font-weight: 900;
      margin: 0 0 40px;
      line-height: 1.333
}

#homeContent h1 span {
    color: #660000;
    font-size: 65px;
    font-weight: 900;
}


#home-list-outter-2 {
   background: #660000;
   padding: 50px;
}
#home-list-outter {
  display: table;
  background:#660000;
  color: #fff;
 margin: 0 auto !important;
 width: 70%;
}
#home-list-outter-3 {

}
#home-list-outter h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.home-list-item-1 {
  list-style-image: none !important;
  list-style-type: none !important;
    width: 100%;
   text-align: center !important;
}
.home-list {
    list-style-image: none !important;
   width: 33%;
   float: left;
   margin: 0 auto !important;
   text-align: center !important;
   
   
}
.home-list-item {
    font-size: 18px !important;
    font-weight: 300;
    margin-bottom: 20px !important;
    width: 100%;
    list-style-image: none !important;
    list-style-type: none !important;
}
.home-list-item a {
  color: #fff !important;
}
.home-list-item-1 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
      text-align: center;
}


.featured-page-header {
  color: #993300;
  font-size: 28px;
  font-weight: 400;
  margin-top:50px;
  margin-bottom: 0px;
}



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

#homeContent h1 {
  font-size: 58px;
}
#homeContent h1 span {
    font-size: 58px;
}


.home-list {
    list-style-image: url("images/checks-2.png") !important;
   /* width: 90%;
   margin: 0 0 10px 30px !important;*/
    width: 33% !important;
    
}
.home-list-item {
  margin: 0 0 10PX 0 !important;
    font-size: 18px !important;
}

#home-list-outter {
width: 100%;
}
.home-list-item-1 {
    margin: 0 0 0 0 !important;
    font-size: 18px !important;
}
#home-list-outter-3 {
}

#middle {
 padding-top: 50px;
}

.alignleft.size-full.wp-image-1899,
.alignleft.wp-image-1870 {
    width: 334px;
}
}

@media only screen and (max-width :568px) {
#homeContent h1,
#homeContent h1 span {
  font-size: 22px;
 
}

#homeContent h1 span {
    font-size: 50px;
    line-height: 0.5;
}

.home-list-item-1 {
  margin: 0px 0px 10px 0px !important;
}
.home-list-item {
    float: left;
 
    width: 100%;
    font-size: 16px !important;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
   /* margin: 0px 20px 0 0 !important;*/
   margin: 0px 0px 10px 0px !important;
}
.home-list {
    list-style-image: url("images/checks.png") !important;
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 45px;
}
#home-list-outter h2 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 25px;
}
.featured-page-header {
 
  font-size: 21px;
  font-weight: 400;
  margin-top:25px;
}

.home-list-item-1 h3 { 
    text-align: center;
    width: 100%;
}

#home-list-outter {
  display: table;
   width: 100%;
}
#home-list-outter-3 {
    padding: 0;
}
}






/*featured pages changes */

#featuredPages {			
	padding: 0;	
	display: block;
	position: relative;	
}

#featuredPages  .wrap { /*margin: 0 15px;*/ }

.page-template-page-portfolio-php #projects {	
	margin-bottom: 40px;
}

#featuredPages .homeSection {
	padding-bottom: 50px;
	padding-top: 70px;
}

#featuredPages  .thumbs {
	margin: 0 auto !important;		
	/*max-width: 1045px;*/	
}

#content #featuredPages  li{
	padding: 0;
	background: none;		
}
 .thumbs .small, .isotope-item {	
	display: block;	
	position: relative;	
	float: left;	
	/*margin: 0 0 30px 0 !important;*/	
	max-width: 34%;
	height: auto !important;
	padding-bottom: 0;	
	text-align: center !important;
	zoom: 1;
	visibility: hidden;
	float: left;
	display: none;	
}

#content #featuredPages .small img, .isotope-item img{	
	max-width: 100% !important;
	width: auto;
	height: auto;

}

#content #featuredPages .small .inside{
	overflow: hidden;
}

#content #featuredPages .small p{
	text-align: center;
	font-size: .9em;
}

#content .small .inside{
	/*margin: 0 15px !important;*/	
}

#featuredPages .small .inside {	
	text-align: center !important;
	position: relative;	
}
#content #featuredPages .small a{
	position: relative;
	display: block;		
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	color: #6a6a6a;	
}

#content #featuredPages .small .title {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 50%;	
	margin: -20px auto 0 !important;	
	width: 100%;	
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
        opacity: 1;
        

}

#content #featuredPages .small a:hover .title{
	opacity: 1;

	top: 50%;
	-webkit-backface-visibility: hidden;
        background: none;
}
#content #featuredPages .small a:hover .inside_title{
	opacity: 1;

	top: 50%;
	-webkit-backface-visibility: hidden;
        background: none;
}

#content #featuredPages .small .title span {	
	display: inline-block;
	padding: 10px 12px 12px;	
	border: 2px solid #fff;
	margin: 0 auto !important;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
#content #featuredPages .small .title span .hover {
  background: none;
}
#content #featuredPages .small a img{    
    transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
    margin-bottom: -1px;
}

#content #featuredPages .small a:hover img{    
  -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
  	opacity: .2;
       
   
}

@media only screen and (max-device-width: 1024px) {
   
#content #featuredPages .small a:hover img{    
  -webkit-transform: none !important;    
    -moz-transform: none !important;    
    position: relative;  
    opacity: 1 !important;
       
   
}
#content #featuredPages .small a img{    
    transition-property: none !important;
    -webkit-transform: none !important;
    -webkit-transition-timing-function: none !important;
    -webkit-transition-duration: none !important;
    -moz-transform: none !important;
    -moz-transition-timing-function: none !important;
    -moz-transition-duration: none !important;
}

#content #featuredPages .small .title {
            opacity: 1;
	   z-index:  1;
}
#content #featuredPages .small a{
	-webkit-backface-visibility: none !important;
	color: #6a6a6a;	
}

#content #featuredPages .small .title {
	
	-moz-transition-duration: none !important;
	-webkit-transition-duration: none !important;
	-o-transition-duration: none !important;
	transition-duration:none !important;
        opacity: 1;
	z-index: 1 !important;
        

}

#content #featuredPages .small a:hover .title{
	-webkit-backface-visibility: none !important;
}
#content #featuredPages .small a:hover .inside_title{
	opacity: 1;

	top: 50%;
	-webkit-backface-visibility: none !important;
        background: none;
}

.thumbs .small, .isotope-item {
    visibility: visible !important;
}
}


.single-project #pageHead .inside {
	position: relative;
}

#content #featuredPages  {
	width: 100%;
	margin-bottom: 0px;	
}

#content #featuredPages .inside {
  background-color: #660000!important;
}

@media screen and (min-width : 768px) and (max-width : 1024px) { 

#featuredPages .small{	
	float: left !important;
	width: 50% !important;
	display: none;
	max-width: 50% !important;
	max-width: 512px !important;
}
#featuredPages .thumbs .small, .isotope-item {		
	max-width: 50%;
}
.thumbs .small, .isotope-item {		
	max-width: 50% !important;
	max-width: 512px !important;
}

/*gallery page changes */
.page-template-page-portfolio-php #projects .thumbs .small, .isotope-item {
    max-width:425px;
}
.page-template-page-portfolio-php #projects .thumbs .small, .isotope-item {
    max-width: 50%;
}
.page-template-page-portfolio-php .wp-post-image {
 width: 100% !important;
}
}

@media screen and (max-width: 767px) {
    .thumbs .small, .isotope-item{	
	max-width: 100%;
}
 #featuredPages .pages {
    max-width: 100% !important;
}
#featuredPages .small {
    margin-bottom: 0px !important;
}
}


/*footer*/
#text-14 img {
 
}
.right img {
  margin: 10px auto;
}

hr {
  border: 0 none;
  border-top: 1px solid #E7E7E8; 
}





@media only screen and (min-width:921px) and (max-width:1150px) {

.footerBox {
  margin: 0 90px 40px 0 !important;
}


}


@media only screen and (min-width: 762px) and (max-width:920px) {

.footerBox {
margin: 0 67px 40px 0 !important;

}

}



@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation : portrait) {



#dc_jqaccordion_widget-s1-item .sub-menu li a {
    color: #fff;
    display: block;
    padding: 22px 25px;
}

.footerBox {
margin: 0 44px 40px 0 !important;

}

#sidebar .sidebarBox {
    float: left;
    margin: 0 69px 30px 0;
    width: 27%;
}
#text-7, #text-18 {
  margin-right: 0px !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation : landscape) {


.footerBox {
  margin: 0 91px 40px 0 !important;
  width: 27% !important;
}

#dc_jqaccordion_widget-s1-item {
    background: none repeat scroll 0 0 #1F2C70;
    overflow: hidden;
}


}

@media only screen and (min-width:480px) and (max-width:639px) {




}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation : portrait) {
  .header_img {
    left: -50px;
  }
  
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
  #header_image_top {
    overflow: hidden;
       height: 500px;
  }
  
    .home #header_image_top {
    
    height: auto;
}
  
  
  .header_img {
      position: relative;
    max-width: inherit;
    height: 500px;
     float: right;
  }
  
  
}


@media only screen and (max-width:767px) {
  
  
  #header_image_top {
    height: 260px;
    overflow: hidden;
  }
  
  .home #header_image_top {
    
    height: auto;
}
  
  
  .header_img {
    height: 260px;
    position: relative;
    max-width: inherit;
    float:left;
  }
  
  
  
  
  
}

p strong {
  color: #660000;
}


.wpcf7-form-control.wpcf7-text.wpcf7-tel.f7-validates-as-tel {
  background-color: #fafafa;	
	padding: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}

@media screen and (max-width: 320px) {

/*Nivo Slider Fixer*/

.nivo-main-image, .metaslider img {
 
}
.nivo-main-image, .metaslider img   {

  height: 338px !important;

}


body {
    color: #4D5B62;
}
body {
    color: #434951;
}
body, button {
    font-family: "proxima-nova",sans-serif;
    font-family: "lato", sans-serif;
    
    font-weight: 300;
}
html, body {
    height: 100%;
    min-width: 320px;
}
body {
    margin: 0;
}
* {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
}

input[type="email"], input[type="text"], input[type="password"], input[type="tel"],  textarea {
  width: 260px;
}

}

/*desktop = nivo slider 

@media screen and (min-width: 1025px) and (max-width: 1380px) {
  
 
 .nivoSlider img {
  max-width: inherit !important;
  right: 0 !important;
  /*height: 720px !important;
  height: 568px !important;
  width: auto !important;
 }
  
 
.nivo-controlNav {
    display: none !important;
    
}
  
.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 88px !important;
}

.nivo-caption {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 15% !important;
    opacity: 1 !important;
    top: 41% !important;
    width: 73% !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 0% !important;
    opacity: 1 !important;
    width: 60% !important;
    text-align: left !important;
    height: 100% !important;
    padding-left: 9% !important;
    padding-top: 6% !important;
}
.nivo-caption h1 {
 /*font-family: "proxima-nova",sans-serif;
 background: none repeat scroll 0 0 rgba(0, 36, 168, 0.14);
 background: rgba(0, 0, 0, 0.2);
 color: #fff;
 font-size: 51px;
 text-align: center;
 padding: 36px;
 font-weight: 700;
 color: #fff;
    font-family: "museo-slab";
    font-size: 90px;
    font-weight: 500;
    margin: 0 !important;
    text-align: left;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 0.9;
}
.nivo-caption p {
/*color: #fff;
font-size: 30px;
line-height: 1;
font-weight: 300;

color: #fff;
font-size: 24px;
line-height: 1;
font-weight: 300;
font-family: proxima-nova;
font-family: "lato", sans-serif;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
margin-top: 3% !important;
}
.nivo-caption a {  
  border-radius:5px;
  padding: 20px;
  text-transform: uppercase;
  display: block !important;
border-bottom: none !important;
      font-weight: 700;
      margin-top: 4%;
width: 50%;
text-align: center;
font-size: 16px;
font-weight: 300;
background: #660000;
  box-shadow: 0 3px 0 0 #660000;
}
}

@media screen and (min-width: 1380px) {
 
 .nivoSlider img {
  max-width: inherit !important;
  right: 0 !important;
  /*height: 720px !important;
  height: 568px !important;
  /*width: auto!important;
 }
  
 
.nivo-controlNav {
    display: none !important;
    
}

.nivo-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 0% !important;
    opacity: 1 !important;
    width: 60% !important;
    text-align: left !important;
    height: 100% !important;
    padding-left: 13% !important;
    padding-top: 6% !important;
}
.nivo-caption h1 {
    color: #fff;
    font-family: "museo-slab";
    font-size: 90px;
    font-weight: 500;
    margin: 0 !important;
    text-align: left;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 0.9;
}
.nivo-caption p {
color: #fff;
font-size: 30px;
line-height: 1;
font-weight: 300;
font-family: proxima-nova;
font-family: "lato", sans-serif;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
margin-top: 3% !important;
}
.nivo-caption a {  
  border-radius:5px;
  background: #660000;
  padding: 20px;
  
  text-transform: uppercase;
  display: block !important;
 /* position: absolute !important;
  top: 20px;
  width: 13%;
  top: 290px;
  left: 40%;
      border-bottom: none !important;
      font-weight: 700;
      margin-top: 4%;
width: 50%;
text-align: center;
font-weight: 300;
}

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 88px !important;
}
}

@media screen  and (min-width: 768px)  and (max-width: 1024px) {

.metaslider img {

  max-width: inherit !important;
  right: 0 !important;
  height: 413px !important;
  width: auto !important;
 }

.nivo-controlNav {
    display: none !important;
    
}

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 88px !important;
}

.nivo-caption {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 0% !important;
    opacity: 1 !important;
    /*top: 41% !important;
    width: 60% !important;
    text-align: left !important;
    height: 100% !important;
    padding-left: 13% !important;
    padding-top: 8% !important;
    
}
.nivo-caption h1 {
font-family: "museo-slab";
 color: #fff;
 font-size: 47px;
 text-align: left;
 font-weight: 500;
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.nivo-caption p {
color: #fff;
font-size: 19px;
line-height: 1;
font-weight: 300;
}
.nivo-caption a {  
  border-radius:5px;
  background: #660000;
  padding: 11px;
  text-transform: uppercase;
  display: block !important;
  width: 55%;
  border-bottom: none !important;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  margin-top: 6% !important;
  background: #660000;

}



}


@media screen  and (min-width: 767px)  and (max-width: 1024px) and (orientation: portrait) {

.metaslider img {
 margin-right: -90px !important;
}


.nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 0% !important;
    opacity: 1 !important;
    /*top: 41% !important;
    width: 60% !important;
    text-align: left !important;
    height: 100% !important;
    padding-left: 13% !important;
    padding-top: 8% !important;
}
.nivo-caption h1 {
 font-family: "museo-slab";
 color: #fff;
 font-size: 44px;
 text-align: left;
 font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.nivo-caption p {
color: #fff;
font-size: 19px;
line-height: 1;
font-weight: 300;

}
.nivo-caption a {  
 border-radius:5px;
  padding: 11px;
  text-transform: uppercase;
  display: block !important;
  width: 55%;
  border-bottom: none !important;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  margin-top: 6% !important;
  background: #660000;
}

}

@media screen and (min-width: 751px) {

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 88px !important;
}

}

@media screen and (max-width: 750px) {

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 53px !important;
}

}

@media screen  and (max-width: 320px) {
  
    .metaslider img {
   height: 338px !important;
  width: auto !important;
  min-width: 100%;
  margin-left: -338px !important;
 }

.nivo-caption {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 14% !important;
    opacity: 1 !important;
    top: 41% !important;
    width: 75% !important;
    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
    top: 98% !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 0px !important;
    position: relative !important;
}
.nivo-caption h1 {
font-family: "museo-slab";
 color: #fff;
 font-size: 36px;
 text-align: center;
 font-weight: 700;
 margin-top: -215px;
 text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
 height: 72px !important;
    
}
.nivo-caption p {
color: #fff;
font-size: 16px;
line-height: 21px;
font-weight: 100;
background: #660000;
padding: 30px !important;
margin-top: 143px !important;
font-family: "proxima-nova",sans-serif;
font-family: "lato", sans-serif;
}
.nivo-caption a {  
    /*
     background: none repeat scroll 0 0 #DD1811;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #BC201E;
    display: block !important;
    font-size: 10px;
    left: 25%;
    padding: 10px;
    position: absolute !important;
    text-transform: uppercase;
    top: 89px;
    width: 47%;
    border-bottom: none !important;
    font-weight: 700;
   
    background: none repeat scroll 0 0 #fff ;
    background: none repeat scroll 0 0 #fff !important;
    display: block !important;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
    border-bottom: none !important;
    font-weight: 100;
    width: 68% !important;
    font-family: "proxima-nova",sans-serif;
    font-family: "lato", sans-serif;
    border-radius: 5px;
    margin: 0 auto;
    color:#fff !important;
    
}

.nivo-prevNav,
.nivo-nextNav {
 
}
.nivo-caption span {
  width: 100%;
  background: #660000;
  display: block;
}
.nivo-controlNav {
  background: #660000;
}
 .nivo-controlNav a {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    display: inline-block !important;
    height: 14px !important;
    margin: 0 14px !important;
    width: 14px !important;
    background: none !important;
    color: hsla(26, 96%, 99%, 0.0) !important;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background-color: #fff !important;
}

 .nivo-caption span a {
    color: #660000 !important;
    font-weight: 400 !important;
}
  
}

@media screen and (min-width: 321px)  and (max-width: 766px) {
 
 .metaslider img {
  height: 338px !important;
  width: auto !important;
  min-width: 100%;
 }
 
 .metaslider.metaslider-nivo.metaslider-409.ml-slider {
}
 
 
.nivo-directionNav {

}
.nivoSlider {
  overflow: hidden !important;
 /* overflow-x: hidden !important;
  overflow-y: visible !important;
}
.nivoSlider img {
  overflow: hidden !important;
}

.nivo-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
    top: 98% !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 0px !important;
    position: relative !important;
    
}
.nivo-caption h1 {
font-family: "museo-slab";
 color: #fff;
 font-size: 58px;
 text-align: center;
 padding: 18px;
 font-weight: 700;
 margin-top: -210px;
 text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
 height: 72px !important;

}
.nivo-caption p {
color: #fff;
font-size: 19px;
line-height: 21px;
font-weight: 100;
background: #660000;
padding: 30px !important;
margin-top: 102px !important;
 font-family: "proxima-nova",sans-serif;
 font-family: "lato", sans-serif;
} 
.nivo-caption a {
    background: none repeat scroll 0 0 #FFF;
    display: block !important;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
    border-bottom: none !important;
    font-weight: 100;
    width: 68% !important;
    font-family: "proxima-nova",sans-serif;
    font-family: "lato", sans-serif;
    border-radius: 5px;
    margin: 0 auto;
}
.nivo-caption span {
  width: 100%;
  background: #DD1811;
  background: #660000;
  display: block;
}
.nivo-caption span a {
    color: #660000 !important;
    font-weight: 400 !important;
}
.nivo-controlNav {
  background: #660000;
}
.nivo-controlNav a {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    display: inline-block !important;
    height: 14px !important;
    margin: 0 14px !important;
    width: 14px !important;
    background: none !important;
    color: hsla(26, 96%, 99%, 0.0) !important;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background-color: #fff !important;
}

}
*/

#menu-accordian-main-menu li a {
     padding-left: 15px;
}



#dc_jqaccordion_widget-8-item ul a.dcjq-parent.active .dcjq-icon {
    background: url("skins/images/arrow_black_down.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
#dc_jqaccordion_widget-8-item ul a .dcjq-icon {
    background: url("skins/images/arrow_black_right.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    height: 34px;
    left: 14px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 34px;
}

#dc_jqaccordion_widget-3  ul li {

}
 #dc_jqaccordion_widget-3  ul a .home_parent  {
  background: url("images/menu-plus.png") 0px 4px no-repeat;
  padding-left: 15px;
  margin-left: -15px;
  
}

#dc_jqaccordion_widget-3 ul a.dcjq-parent.active .home_parent  {
    background: url("images/menu-minus.png") 0px 4px no-repeat;
      padding-left: 15px;
      margin-left: -15px;
}


#testimonial_link a {
   text-decoration: none !important;
  border-bottom: none !important;
  width: 20%;
  margin: 0 auto;
   font-size: 14px;
  color: #fff;
  background: #005581;
  border-radius: 3px;
  padding: 10px;
}


#slideNav #mainNav {
  margin-bottom: 0px;
}

#mainNav h4 {
  color: #FFFFFF;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

/* header images-desktop */

#header_image_top p {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    left: 35%;
    padding: 36px;
    position: absolute;
    top: 35%;
}
#header_image_top span {
  
}
#header_image_top strong {
  color: #fff;
}

@media screen and (min-width:1025px) {


}

@media screen and (min-width:1025px) {

#header_image_top {
  height: 500px;
     overflow: hidden;
}
#header_image_top img {
height: 500px;
float: right;
max-width: inherit !important;
width: 100% !important;
}
}

/*header images - ipad */

@media screen and (min-width: 767px)  and (max-width: 1024px)  {
 
 #header_image_top p {
font-size: 52px;
}
 
}


@media screen and (min-width: 767px)  and (max-width: 1024px) and (orientation: landscape) {

#header_image_top p {

}

body.page-id-426 #header_image_top img, 
body.page-id-390 #header_image_top img  {
  margin-left: -130px;
}
}
 
@media screen and (min-width: 767px)  and (max-width: 1024px) and (orientation: portrait) {
 
 
 #header_image_top img {
 margin-right: -60px;
 }
}

@media screen and (max-width: 767px)  {
  
   .header_img {
    height: 260px;
    position: relative;
    max-width: inherit;
    float:right;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {

  #header_image_top p  {
  font-size: 52px;
  left: 23%;
  top: 21%;
 }
}

@media screen and (min-width: 321px) and (max-width: 567px) {

  #header_image_top p  {
  font-size: 52px;
  left: 13%;
  top: 21%;
 }

}
/*mobile-only*/

@media screen and (max-device-width: 568px) and (orientation: landscape) {
  #header_image_top p  {
  font-size: 52px!important;
  left: 22% !important;
  top: 45%!important;
 }

}

@media screen and (max-width: 320px) {

  #header_image_top p  {
 font-size: 30px;
    left: 19%;
    padding: 16px;
    top: 18%;
 }
 
.page-id-448 #header_image_top img,
.page-id-375 #header_image_top img,
.page-id-525 #header_image_top img {
    float: none;
    margin-left: -236px !important;
}
}

/*mobile only */

@media screen and (max-device-width: 320px) {

  #header_image_top p  {
 font-size: 30px;
    left: 19%;
    padding: 16px;
    top: 33%;
 }
}

.post-767 h3 {
  color: #005581;
}

@media screen and (max-width: 767px)  {
  
.metaslider.metaslider-flex.metaslider-829.ml-slider > div {
    margin-top: 70px;
}
}

@media screen and (max-width: 767px) and (orientation: portrait)  {

body.page-id-390 #content img.alignright,
body.page-id-375 #content img.alignright,
body.page-id-525 #content img.alignright {
	display: block;
	float: none;
	margin: 0 auto !important;
        padding-top: 21px; 
}
}

@media screen and (max-width: 480px) {
  #percent {
    margin-bottom: -60px;
  }
  
  h2 {
    font-size: 22px;
   /* text-align: center;*/
  }
  p {
    font-size: 16px;
  }
}

/*new charity page and certification page layout */

#certifications_page > ul {
   list-style-type: none;
     list-style-image: none;
     margin: 0 auto;
     margin-bottom: 0px;
}
#certifications_page li {
   padding: 30px;
  border-bottom: 1px solid  #E7E7E8;
}
#certifications_page p {
  display: table-cell;
  padding-top: 20px;
}

#certifications_page img {
    vertical-align: middle;
    display: inline;
    height: auto;
    max-height: 105px;
}

.certifications_logo {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

#charity_page > ul {
  list-style-type: none;
     list-style-image: none;
     margin: 0 auto;
     margin-bottom: 0px;
}
#charity_icons > li {
    float: left;
    padding: 30px;
    width: 24%;
         margin-bottom: 0px !important;
         text-align: center;
         border-bottom: 1px solid  #E7E7E8;
}


#charity_page p {
  margin-bottom: 0px;
  height: 110px;
}
#charity_page img {
    vertical-align: middle;
    display: inline;
    height: auto;
    max-height: 105px;
}
.charity_logo {
    height: 105px;
    line-height: 105px;
    margin-bottom: 0;
}

@media screen and  (max-width: 568px) and (orientation: portrait) {
  #charity_icons > li
  {
    width: 100%;
  }
  #charity_page p {
  height: 75px;
}
  .certifications_logo {
    display: inline;
    vertical-align: middle;
    width: 100%;
}
#certifications_page img {
    vertical-align: middle;
    display: block;
    height: auto;
    max-height: 105px;
     margin: 0 auto;
}
  
}

@media screen and  (max-width: 568px) and (orientation: landscape) {
  #charity_icons > li
  {
    width: 42%;
    float: none;
    margin: 0 auto !important;
  }
  #charity_page p {
}
  
  
}

/* weather */

#iframe-home {
-webkit-box-shadow: 0px -1px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px -1px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px -1px 3px 0px rgba(50, 50, 50, 0.5);
}
#wpc-weather circle, #wpc-weather g, #wpc-weather path, #wpc-weather rect {
    animation-direction: unset !important;
    animation-duration: 0s !important;
    animation-iteration-count: unset !important;
    animation-timing-function: unset !important;
    transform-origin: 0 0 0 !important;
}
#wpc-weather .infos .humidity {
  display: none !important;
}
#pre-footer {
    background: none repeat scroll 0 0 #303c40;
}

#contact-info-front {
    display: flex;
    max-width: 1100px;
    padding: 60px 0 0 0;
    margin: 0 auto;
}
#contact-info-front hr {
     border-width: 0;
}
#contact-info-front h2 {
  color: #fff;
  font-weight: 900;
  font-size: 60px;
  line-height: 50px;
}
#contact-info-front p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#contact-info-front strong {
    color: #fff;
}
#contact-info-front a,
#contact-info-front a:hover {
  color: #fff;
}

#part-a {
    float: left;
    width: 59%;
}


#part-a h1 {
    color: #fff;
    font-size: 65px;
        margin-bottom: 25px;
}
#part-b {
    float: left;
    width: 41%;
}
#wpc-weather.small .now .location_name {
    display: none;
   
}
#wpc-weather.small .now .time_temperature:after, #wpc-weather .forecast .temp_max:after, #wpc-weather .forecast .temp_min:after, #wpc-weather .hours .temperature:after, #wpc-weather .today .time_temperature_max:after, #wpc-weather .today .time_temperature_min:after, #wpc-weather .now .time_temperature:after, #wpc-weather .today .time_temperature_ave:after {
   
  /*  position: absolute;*/
    
font-size: 63px !important;
}

#wpc-weather.small .now .time_temperature {
    font-size: 48px !important;
  float: left;
    font-size: 48px !important;
    width: 24%;
}
#wpc-weather {
height: 0;
    padding: 0 !important;
    width: 100px !important;
    margin-top: 25px !important;
}

.time_symbol.climacon {
    float: right;
    margin-top: -31px;
    width: 13%;
}

#contact-info-front .wpcf7-form {
   margin-top: 9px;
    width: 100%;
}

#contact-info-front .wpcf7-form textarea {
height: 160px;
    width: 388px;
    margin-top: 7px;
}

#contact-info-front .wpcf7-form-control.wpcf7-text,
#contact-info-front .wpcf7-form-control-wrap.comments {
margin-top: 7px;
}

.button, #searchsubmit, input[type="submit"] {
    border: thin solid #ccc;
    border-radius: 0;
    color: #fff;
    padding: 16px 26px;
    width: 167px;
    background: #303c40 !important;
    margin-top: 26px;
}
.button, #searchsubmit, input[type="submit"] hover {
    background: #fff;
}

@media screen and (min-width : 768px) and (max-width : 1024px) {

#contact-info-front {
    max-width: 924px;
    padding: 50px 0;
    display: inherit;
}

#part-a {
    width: 50%;
}
#part-a h1 {
    font-size: 50px;
}

#contact-info-front h1 {
    font-size: 58px;
}
#wpc-weather {
  /*  width: 50% !important;*/
}
}
@media screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait) {
#part-a, #part-b {
    float: none;
    width: 100%;
}
#contact-info-front {
display: inherit;
max-width: 673px;
}
#wpc-weather {
   /* width: 35% !important;*/
}
#contact-info-front .wpcf7-form-control.wpcf7-text, #contact-info-front .wpcf7-form-control-wrap.comments {
    width: 97%;
}
#contact-info-front .wpcf7-form textarea {
    height: 160px;
    width: 98%;

}
.button, #searchsubmit, input[type="submit"] {
    width: 101%;
}

}
@media only screen and (min-width: 321px) and (max-width : 767px) {
#part-a, #part-b {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
}
#contact-info-front {
display: inherit;
    max-width: 90%;
    padding: 25px;
}
#wpc-weather {
   /* width: 35% !important;*/
}
#contact-info-front .wpcf7-form-control.wpcf7-text, #contact-info-front .wpcf7-form-control-wrap.comments {
    width: 95%;
}
#contact-info-front .wpcf7-form textarea {
    height: 160px;
    width: 95%;

}

div.wpcf7 {
    margin: 0;
    padding: 0;
    width: 100%;
}
.button, #searchsubmit, input[type="submit"] {
    margin-right: 0;
    width: 100%;
}
#contact-info-front h1 {
    line-height: 40px;
    font-size: 50px;

}
#wpc-weather {
  /*  width: 52% !important;*/
}
}


@media screen and (max-width : 320px) {
    
    #part-a {
	width: 95%;
	float: none;
	padding-left:25px;
    }
    #part-b {
	padding-left:25px;
	width: 95%;
	float: none;
	
    }
    
div.wpcf7 {
width: 100%;
}
#contact-info-front {
    display: inherit;
}
#contact-info-front .wpcf7-form textarea {
    height: 160px;
    margin-top: 7px;
    width: 81%;
}
    }

.metaslider.metaslider-nivo.metaslider-362.ml-slider {
   margin: 88px auto 0 !important;
}


@media only screen and (max-width : 767px) {
  .metaslider.metaslider-nivo.metaslider-362.ml-slider {
   margin: 53px auto 0 !important;
}

#content ul li {
    font-size: 16px;
}

}

h2 {
  color:  #4d5b62;
    font-size: 22px;
    font-weight: 300;
    text-transform: inherit;
}

p {
    color: #4d5b62;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}

@media only screen and (max-width : 767px) {
h2 {
    font-size: 21px;
}

p {

    font-size: 16px;
}
}

#portfolio_page {
 /* display: inline-table;*/
}
#portfolio_page a {
    display: block;
    width: 29%;
    float: left;
    position: relative;
    margin: 15px;
}

#portfolio_page img {
    float: left;
    height: auto;
    width: 100%;
}
.port-images {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    left: 0;
}

.port-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    padding: 5px;
    font-weight: bold;
}

#portfolio_page a:hover {
}

@media only screen and (max-width : 767px) {
  
  #portfolio_page img {
    float: none;
    width: 100%;
  }
  #portfolio_page a {
    width: 100%;
    margin:15px 0px !important;
  }
}
@media only screen and (max-width : 767px) and (orientation: landscape) {
  
  #portfolio_page img {
    float: none;
    width: 70%;
  }
}

@media only screen and (min-width : 768px) and (max-width: 1024px) {
  
  #portfolio_page img {
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
#middle {
 padding-top: 40px;
}
}

/*new new header */

#title_header {
    position: relative;
    top: -250px;
    z-index: 99;
    margin-bottom: -50px;
}

#title_header p {
  font-size: 72px;
  text-align: center;
  font-weight: 700;
}

#title_header p span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 36px;
}

@media screen and (min-width: 767px)  and (max-width: 1024px)  {

#title_header p  {
  font-size: 52px;
}
}

@media screen and (max-width: 767px) {

#title_header p  {
  font-size: 26px;
}
#title_header {
    top: -145px;
}
#title_header p span {
 padding: 16px;
}
}
.home #title_header {
  display: none;
}
.secondary-h2 {
  margin-top: 85px;
}

@media screen and (min-width: 767px)  and (max-width: 1024px)  {
  .entry p {
    margin: 21px 0;
  }
  .entry h2 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .entry p {
    line-height: 23.8px;
  }
  .entry h2 {
    margin-bottom: 16px;
  }
  .secondary-h2 {
  margin-top: 45px;
}
}

/*drop down*/

#exec-staff img {
    height: auto;
}

#port-int {
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {


#port-int img {
    float: left;
    height: auto !important;
    padding: 15px;
    width: 47%;
}
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
    
  #port-int img {
   padding: 15px;
    width: 45%;
    float: left;
    height: auto !important;
}  
}

@media screen and (max-width: 768px) {
    
    #port-int img {
	padding-bottom: 30px;
	 height: auto !important;
}
}

#exec-staff img {
    height: auto;
    margin: 0 auto;
    width: 60%;
}

#exec-staff {
    float: left;
    width: 50%;
}
#exec-staff h3 {
color: #4AB800;
}


#vendors img {
    display: inline !important;
    margin: 15px !important;
    vertical-align: middle;
    padding: 0 0 0 !important;
}

#executive {
    float: left;
    padding: 0.5%;
    width: 24%;
}

#executive p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 320px) {
    #vendors img {
     
    }
    #vendors {
	padding: 20px;
    }
    #executive {
    float: none;
    padding: 0;
    width: 100%;
}
}
@media screen and (min-width: 321px) and (max-width: 568px) {
    #vendors img {
	padding: 8px 8px 8px 8px !important;
	max-width: 173px;
	height: auto;
    }
    #vendors {
	padding-left: 44px;
    padding-right: 44px;
    }
     #executive {
    float: none;
    padding: 0;
    width: 70%;
    margin: 0 auto !important
}
}

/*new overview section */

.overview-section {
    border: 1px solid #c9c9c9;
    margin-bottom: 50px;
    display: table;
    width: 100%;
}

.overview-section h2 {
    font-size: 35px;
    margin: 0 0 20px 0;
    font-weight: 900;
}

.overview-section h2 a {
    color: #660000 !important;
 
}

.overview-section h2 a:hover {
    color: #840400 !important;
}
.overview-section h3 {
    margin: 25px 0 0 0; 
}
.overview-section p {
    margin: 0 0 20px;
}
.left-side {
    float: left;
    padding: 4.5%;
    width: 41%;
}
.right-side {
    float: right;
    width: 50%;
}

.right-side img {
    width: 100%;
    height: auto;
}
.special {
 border-bottom: 1px solid #4d5b62;
    border-top: 1px solid #4d5b62;
    width: 55%;
    padding-top: 5px;
    padding-bottom: 5px;

}

#homeContent h2 {
    font-size: 32px;
    font-weight: 300;
    	font-family: "lato", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .overview-section p {
   font-size: 16px;
   line-height: 24px;
}
.overview-section h2 {
    font-size: 32px;
    margin: 0 0 10px 0;
}
.left-side {
   
}
.right-side {
   
}
#homeContent h2 {
    font-size: 28px;
    font-weight: 300;
    	font-family: "lato", sans-serif;
}
}
@media screen and (max-width: 768px) {
  .left-side {
    float: none;
    padding: 4.5%;
    width: 91%;
}
.right-side {
    float: none;
    width: 100%;
}

#homeContent h2 {
    font-size: 21px;
    font-weight: 300;
    	font-family: "lato", sans-serif;
}
}



#new-container {
   /* background: #F0EFED;*/
}

#home-tiles {
    width: 100%;
    display: block;
    height: 910px;
   /* margin-top: 88px;*/
    position: absolute;
    width: 100%;
    z-index: 499;

}
#home-tiles a {
    width: 100%;
    height: 100%;
    display: block;
    
}


#homeContent.homeSection {
    /*margin-top: 1010px;
    margin-top: 933px;*/
}
.text-1, .text-2, .text-3, .text-4, .text-5 {
  position: absolute;
  z-index: 1;
}
.text-1 {
    left: 46%;
    top: 20%;
    width: 26%;
}

.text-2 {
    left: 85%;
    top: 50%;
}
.text-3 {
    left: 7%;
    top: 85%;
}




.text-4 {
    top: 85%;
    left: 34%;
}

.text-5 {
       top: 85%;
          left: 60%;
}


.text-1 h1,
.text-1 a {
    color: #fff !important;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 500;
    text-shadow: 2px 2px 2px #000;
}

.text-1 h1 {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 25px;
}

.text-1 a,
.text-2 a,
.text-3 a,
.text-4 a,
.text-5 a {
font-size: 18px;
color: #fff !important;
font-weight: 500;
text-shadow: 2px 2px 2px #000;

}
.left-whole {
width: 73%;
float: left;
height: 100%;
overflow: hidden;

}

.right-whole {
    float: left;
    height: 100%;
     margin-left: 0.5%;
    overflow: hidden;
    width: 26.5%;
}

.left-top {
    height: 70%;
    width: 100%;
    overflow: hidden;
}

.left-bottom {
    height: 30%;
    width: 100%;
    overflow: hidden;
}
.tile-1 {
    background: url("images/tiles-1.jpg") left top no-repeat;
    height: 100%;
    width: 100%;
     transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;

}
.tile-1:hover {
     -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
}
.tile-2 {
     background: url("images/tiles-2.jpg") center center no-repeat;
    height: 100%;
    width: 100%;
     transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}
.tile-2:hover {
     -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
}
.outside-tile-3 {
    height: 100%;
    width: 28%;
    margin-top: 1%;
        overflow: hidden;
}
.tile-3 {
     background: url("images/tiles-3.jpg") 0 0 no-repeat;
    height: 100%;
    width: 100%;
     transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}
.tile-3:hover {
     -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
}
.outside-tile-4 {
    height: 100%;
    width: 44%;
    margin-top: 1%;
    margin-left: 1%;
        overflow: hidden;
}
.tile-4 {
     background: url("images/tiles-4.jpg") 0 0 no-repeat;
    height: 100%;
       width: 100%;
     transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}
.tile-4:hover {
     -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
}
.outside-tile-5 {
    height: 100%;
     width: 26%;
   margin-top: 1%;
   margin-left: 1%;
       overflow: hidden;
}
.tile-5 {
     background: url("images/tiles-5.jpg") 0 0 no-repeat;
    height: 100%;
        width: 100%;
    transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}
.tile-5:hover {
     -webkit-transform: scale(1.2,1.2);    
    -moz-transform: scale(1.2,1.2);    
    position: relative;  
}
.tile-3, .tile-4, .tile-5, .outside-tile-3, .outside-tile-4, .outside-tile-5 {
    float: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 
    #home-tiles {
    width: 100%;
    display: block;
    height: 710px;
}
#homeContent.homeSection {
}

.left-top {
    height: 65%;
}
.left-bottom {
    height: 40%;
}

.text-1 {
    left: 46%;
    top: 20%;
    width: 26%;
}
.text-2 {
    left: 83%;
    top: 50%;
}
.text-3 {
    left: 5%;
    top: 82%;
}
.text-4 {
    top: 82%;
    left: 32%;
}
.text-5 {
    top: 82%;
    left: 58%;
}

.text-1 {
    left: 3%;
    width: 34%;
}
.text-1 h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 25px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
 #homeContent.homeSection {
}
 #home-tiles {
    height: 575px;
}
.tile-1 {
     background: url("images/tiles-1.jpg") top center no-repeat;
}
.text-1 {
    left: 27%;
    width: 45%;
}
}
@media screen and (max-width: 767px) {
#home-tiles {
  /*  margin-top: 53px;*/
}
}
@media screen and (max-width: 767px) {
#home-tiles {
    height: 325px;
}
#homeContent.homeSection {
}

.right-whole {
    display: none;
}
.left-whole {
width: 100%;
}
.left-bottom {
    display: none;
}
.left-top {
    height: 100%;
}
.tile-1 {
background: url("images/tiles-1.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.text-1 {
    left: 35%;
    top: 17%;
    width: 64%;
}

.featured-page-header {
  margin-top:40px !important;
  margin-bottom: 0px !important;

}
.text-1 h1 {
    font-size: 33px;
    line-height: 35px;
    margin: 0 0 25px;
}
}

#wide-width #middle {
    margin: 0 auto;
    max-width: 1400px !important;
    min-height: 454px;
}

.one_half, .one_third, .two_third img {
height: auto;
}
.one_half.column img {
    height: auto;
    margin-bottom: 30px;
}
.one_third {
    margin-left: 2%;
}
.two_third {
    width: 60.33%;
}
.one_half {
    width: 47%;
}

@media screen and(max-width: 1024px) {
    #narrow-width {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
}
}
@media screen and (max-width: 767px) {
.two_third,
.one_half {
    width: 100%;
}
}
.frame-box {
    border: thin solid #eee;
    box-shadow: 0 1px 1px #ccc;
    padding: 5px;
}
.wpcf7-form-control-wrap.quiz-88,
.blank {
    display:none;
}
/* Recent Work Bar */

#home_project_feature {
  background: url("images/new-bg-2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#home_project_feature-1 {
    background: #660000;
}
/*
.post-508 .inside {
    background: url("http://test.addoctane.com/turner/wp-content/uploads/2015/02/banner-structural-steel.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
*/
#home_project_feature h1 {
    color: #303c40;
    font-size: 65px;
    margin-top: 20%;
}
#home_project_feature-1 h1 {
    color: #fff;
    font-size: 65px;
    margin-top: 30%;
}

#home_project_feature p {
font-size: 18px;
    line-height: 0.1;
    margin-top: 23px;
        color: #303c40;
}
#home_project_feature-1 p {
font-size: 18px;
    line-height: 0.1;
    margin-top: 23px;
        color: #fff;
}

.hr-hr {
    width: 30%;
    border-top: thin solid;
    margin-top: 25px;
}
#home_project_feature-1 .box-2 .hr-hr:last-child {
    display: none;
}

#home_project_feature hr {
    border-width: 0 0 0 0;
}

#home_project_feature-1 hr {
    border-width: 0 0 0 0;
}
#home_project_feature-1 .hr-hr {
    border-top: thin solid #fff;
    width: 30%;
}
#home_project_feature-1 strong {
   color: #fff !important;
}

#home_project_feature_inside,
#home_project_feature_inside-1 {
   max-width: 1100px; 
  margin: 0 auto;
     padding: 60px 0 0 0;
     display: flex;
}

#home_project_feature_inside .box-1,
#home_project_feature_inside-1 .box-1 {
    width: 30%;
    float: left;
}
#home_project_feature_inside .box-2,
#home_project_feature_inside .box-3,
#home_project_feature_inside-1 .box-2,
#home_project_feature_inside-1 .box-3 {
    width: 30%;
    float: left;
    padding-left: 30px;
    padding-bottom: 60px;
}
#home_project_feature_inside strong {
      color: #303c40;
}

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

#home_project_feature_inside-1 {
     max-width: 924px; 
     padding: 50px 0;
     min-height: 325px;
}

#home_project_feature_inside {
     max-width: 924px; 
     padding: 50px 0;
     min-height: 225px;
}

#home_project_feature_inside .box-2,
#home_project_feature_inside .box-3,
#home_project_feature_inside-1 .box-2,
#home_project_feature_inside-1 .box-3 {
    padding-left: 0px;
    padding-bottom: 0px;
}
#home_project_feature_inside .box-1,
#home_project_feature_inside-1 .box-1 {
    line-height: 1;
    width: 28%;
}
#home_project_feature_inside-1 h1,
#home_project_feature_inside h1  {
   font-size: 58px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
 #home_project_feature_inside {
     max-width: 668px;
     padding: 50px 0;
     display: inherit;
 }
 #home_project_feature_inside-1 {
     max-width: 668px;
     padding: 50px 0;
     display: inherit;
 }
 
#home_project_feature_inside .box-1,
#home_project_feature_inside-1 .box-1
 {
    width: 50%;
    float: left;
}



#home_project_feature_inside .box-2,
#home_project_feature_inside .box-3,
#home_project_feature_inside-1 .box-2,
#home_project_feature_inside-1 .box-3   {
    width: 50%;
    float: left;
}
#home_project_feature_inside-1 .box-3,
#home_project_feature_inside .box-3 {
    padding-bottom: 50px;
}


#home_project_feature-1 h1 {
      margin-bottom: 225px;
    margin-top: 135px;
}

#home_project_feature h1 {
       margin-top: 100px;
    margin-bottom: 100px;
}

#home_project_feature-1 .box-2 .hr-hr:last-child {
    display:inherit;
}
}

@media screen and (max-width: 767px) {
   
   #home_project_feature_inside {
     max-width: 90%;
     padding: 25px;
     display: inherit;
 }
   #home_project_feature_inside-1 {
     max-width: 90%;
     padding: 25px;
     display: inherit;
 }
#home_project_feature_inside .box-1,
#home_project_feature_inside .box-2,
#home_project_feature_inside .box-3,
#home_project_feature_inside-1 .box-1,
#home_project_feature_inside-1 .box-2,
#home_project_feature_inside-1 .box-3 {
    width: 95%;
    float: none;
      padding-left: 0px;
          padding-bottom: 0px;
      
      
}   
#home_project_feature-1 h1,
#home_project_feature h1 {
    margin-top: 0%;
    font-size: 50px;
}
#home_project_feature-1 .box-2 .hr-hr:last-child {
    display:inherit;
}

}

/*desktop = nivo slider */

.nivo-controlNav {
    display: none !important;
    
}

@media screen and (min-width: 1025px) and (max-width: 1380px) {
  
 
 .nivoSlider img {
  max-width: inherit !important;
  right: 0 !important;
  height: 568px !important;
  width: auto !important;
 }
  
 
.nivo-controlNav {
    display: none !important;
    
}
  
.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 0px !important;
}
.caption_d {
  background: url("images/home-overlay-5.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .caption_e {
  background: url("images/home-overlay-6.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
.caption_a {
  background: url("images/home-overlay-4.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_b {
  background: url("images/home-overlay-2.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .caption_c {
  background: url("images/home-overlay-3.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }  
  .nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 53% !important;
    opacity: 1 !important;
    top: 0% !important;
    width: 43% !important;
}
  
}

@media screen and (min-width: 1380px) {
 
  .caption_d {
  background: url("images/home-overlay-5.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_e {
  background: url("images/home-overlay-6.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .caption_a {
  background: url("images/home-overlay-4.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_b {
  background: url("images/home-overlay-2.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .caption_c {
  background: url("images/home-overlay-3.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .nivoSlider img {
  max-width: inherit !important;
  right: 0 !important;
  height: 568px !important;
  /*width: auto!important;*/
 }
  
 
.nivo-controlNav {
    display: none !important;
    
}
  
.nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 53% !important;
    opacity: 1 !important;
    top: 0% !important;
    width: 43% !important;
}
.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 90px !important;
}
}

@media screen  and (min-width: 768px)  and (max-width: 1024px) {

h1 { font-size: 58px;}

.metaslider img {
 /* float: right !important;*/
  max-width: inherit !important;
  right: 0 !important;
  height: 413px !important;
  width: auto !important;
 }

.nivo-controlNav {
    display: none !important;
    
}

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 88px !important;
}
.caption_d {
  background: url("images/home-overlay-5.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
.caption_a {
  background: url("images/home-overlay-4.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .caption_e {
  background: url("images/home-overlay-6.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_b {
  background: url("images/home-overlay-2.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .caption_c {
  background: url("images/home-overlay-3.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 53% !important;
    opacity: 1 !important;
    top: 0% !important;
    width: 43% !important;
}


}


@media screen  and (min-width: 767px)  and (max-width: 1024px) and (orientation: portrait) {

.metaslider img {
 margin-right: -90px !important;
}
.caption_d {
  background: url("images/home-overlay-5.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
.caption_a {
  background: url("images/home-overlay-4.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .caption_e {
  background: url("images/home-overlay-6.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_b {
  background: url("images/home-overlay-2.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .caption_c {
  background: url("images/home-overlay-3.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 53% !important;
    opacity: 1 !important;
    top: 0% !important;
    width: 43% !important;
}
}

@media screen and (min-width: 751px) {

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 0px !important;
}

}

@media screen and (max-width: 750px) {

.metaslider.metaslider-nivo.metaslider-409.ml-slider {
    margin-top: 0px !important;
}

}

@media screen  and (max-width: 320px) {
  
    .metaslider img {
  height: 338px !important;
  width: 942px !important;
 }
  .caption_d {
  background: url("images/home-overlay-5.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_a {
  background: url("images/home-overlay-4.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .caption_e {
  background: url("images/home-overlay-6.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_b {
  background: url("images/home-overlay-2.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .caption_c {
  background: url("images/home-overlay-3.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    left: 5% !important;
    opacity: 1 !important;
    top: 0% !important;
    width: 90% !important;
}

.nivo-prevNav,
.nivo-nextNav {
  top: 290px !important;
}

  
}

@media screen and (min-width: 321px)  and (max-width: 766px) {
 

 .metaslider img {
  height: 338px !important;
  width: 942px !important;
 }
 
.nivo-directionNav {

}
.caption_d {
  background: url("images/home-overlay-5.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
 .caption_e {
  background: url("images/home-overlay-6.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
.caption_a {
  background: url("images/home-overlay-4.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .caption_b {
  background: url("images/home-overlay-2.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
   .caption_c {
  background: url("images/home-overlay-3.png") center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;

 }
  .nivo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    /* left: 53% !important;*/
     left: 5% !important;
    opacity: 1 !important;
    top: 0% !important;
   /* width: 43% !important;*/
    width: 90% !important;
}


}
#menu-item-2057 a {
    padding: 0 !important;
}
#menu-item-2057 div {
    padding-left: 15px !important;
}

@media screen and (min-width: 1025px) {

.clearfix full .entry {
    min-width: 1080px;
}

.one_half, .one_third, .two_third {
    float: left;
    margin-right: 7%;
    position: relative;
}
.two_third {
    width: 66%;
    margin-right: 0%;
}

.one_third {
    margin-left: 7%;
    width: 25%;
    margin-right: 0%;
}

.half-size {
    float: left;
    margin: 15px;
    width: 47%;
}

.full-size {
    padding: 15px 0 0;
    width: 98.5%;
}
#contact-info-front .emphasis {
    font-size: 36px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .half-size {
    float: left;
    margin: 10px 13px;
    width: 47%;
}
#contact-info-front .emphasis {
    font-size: 28px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .half-size {
    float: left;
    margin: 10px 13px;
    width: 46%;
}


    
}


@media screen and (max-width: 767px) {

 h1 { font-size: 50px;}
.half-size {
    margin: 0 0 30px 0;
}
.full-size {
    margin-top: -30px;
}

#contact-info-front .emphasis {
    font-size: 26px;
}

}

.right img {
    display: inline;
    margin: 0 0 0 3px;
}

.menu-item-2106 {
 visibility: hidden;   
}

#menu-menu-about {
    visibility: hidden;
}

.nav-up {
    top: -40px;
}

.menu-menu-about-container {
    background: none repeat scroll 0 0 #660000;
}

body {
    padding-top: 88px;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.7s ease-in-out;
    z-index: 9999;
}


.nav-up {
    transform: translateY(94%);
    -webkit-transform: translateY(94%);
    -ms-transform: translateY(94%);
    top: -160px !important;
     transition: 0.7s ease-in-out;
}
.nav-down {
    transform: translateY(-94%);
     -webkit-transform: translateY(-94%);
    -ms-transform: translateY(-94%);
}
@media only screen and (max-width : 767px) {
    body {
    padding-top: 53px;
} 
}
.traverse, .traversed {
    border: thin solid #ccc;
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 0;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .traversed, .traverse {
	display: none !important;
    }
    .traversing {
	display: inherit !important;
    }  
}


