/*

Theme Name: Divi Child Theme

Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.

Author:   Working Planet http://workingplanet.com.au

Template: Divi

*/

@import url("../Divi/style.css");
/* dropdown nav padding and line height*/
.nav li ul {padding:0px 0;}
#top-menu li ul.sub-menu li {border-bottom:1px solid rgba(255,255,255,0.6)!important;}
.nav li li {line-height: 1.2em;}


  /*-----Fade Effect for small images-----*/
    .ds-hover-3 {
    	display: inline-block;
    	position: relative;
    	
    }
    
     .ds-hover-3 a {
    color: #ffffff;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0;
    text-transform: uppercase;
}
    
    .ds-hover-3 img {
    	display: block;
width:100%;
    	max-width: 100%;
    }
    .ds-hover-3::before,
    .ds-hover-3::after {
    	opacity: 0;
    	position: absolute;
    	width: 90%;
    	color: #fff;
    	padding: 5%;
    	-webkit-transition: opacity 0.3s;
    	-moz-transition: opacity 0.3s;
    	transition: opacity 0.3s;
    }
    .ds-hover-3::before {
    	content: attr(ds-title);
    	top: 0;
    	height: 84%;
    	background: rgba(255,92,0,0.66);
    	font-size: 12px;
    	text-transform: uppercase;
    	font-weight: bold;
    }
 /*  .ds-hover-3::after {
    	content: attr(ds-desc);
    	top: 25%;
    	height: 60%;
    	width: initial;
    	background: rgba(255,92,0,0.66);
    	font-size: 12px;
    	text-align: right;
    }*/
    .ds-hover-3:hover::before,
    .ds-hover-3:hover::after {
    	opacity: 1;
    }
    
    
      /*-----Fade Effect for sisters images-----*/
    .ds-hover-4 {
    	display: inline-block;
    	position: relative;
    	
    }
    
     .ds-hover-4 a {
    color: #ffffff;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0;
    text-transform: uppercase;
}
    
    .ds-hover-4 img {
    	display: block;
width:100%;
    	max-width: 100%;
    }
    .ds-hover-4::before,
    .ds-hover-4::after {
    	opacity: 0;
    	position: absolute;
    	width: 90%;
    	color: #fff;
    	padding: 5%;
    	-webkit-transition: opacity 0.3s;
    	-moz-transition: opacity 0.3s;
    	transition: opacity 0.3s;
    }
    .ds-hover-4::before {
    	content: attr(ds-title);
    	top: 0;
    	height: 92.5%;
    	background: rgba(255,92,0,0.66);
    	font-size: 12px;
    	text-transform: uppercase;
    	font-weight: bold;
    }
 /*  .ds-hover-4::after {
    	content: attr(ds-desc);
    	top: 25%;
    	height: 60%;
    	width: initial;
    	background: rgba(255,92,0,0.66);
    	font-size: 12px;
    	text-align: right;
    }*/
    .ds-hover-4:hover::before,
    .ds-hover-4:hover::after {
    	opacity: 1;
    }
 {
   outline: 0;
}

::selection {
  background: rgba(255, 92, 0, 0.8); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(255, 92, 0, 0.8); /* Gecko Browsers */
}

/* Homepage styling */

/* Smaller container test */
@media(min-width:768px)
{
	.container
	{
		width: 732px;
	}
}
@media(min-width:990px)
{
	.container
	{
		width: 100%;
	}
}
@media(min-width:1380px)
{
	.container
	{
		width: 1156px;
	}
}
/* end Smaller container test */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.gridpadmobilespacer {
	margin-bottom:0px;

	
}
.gridpad {
	margin-bottom:20px;
	
}

.gridpadcrop {
	position: absolute;
    top: 98%;
	width:100%;
    height: 10px;
    margin-top: -15px;
   
    content: " ";
    z-index: 100;
    display: block;
    background-color: red;
    right:0;
    bottom:0;
    opacity:1;
}	

@media (min-width: 1380px) {

.gridpadcrop {
	background-color: #f1f2f2; 
    opacity:0;
    }

 .gridpadspacer {
	margin-bottom:20px;
	
}	
}

@media (max-width: 1380px) {

.gridpadcrop {
	background-color: #f1f2f2; 
    height: 5px;
    margin-top: -5px;
    }

  .gridpadspacer {
	margin-bottom:15px;
	
}		

}

@media (max-width: 992px) {

.gridpadcrop {
	background-color: #f1f2f2; 
    height: 7px;
    margin-top: -7px;
    }	

  .gridpadspacer {
	margin-bottom:3px;
	
}	
}

@media (max-width: 768px) {

.gridpadcrop {
	background-color: #f1f2f2; 
	height: 5px;
    margin-top: -15px;
    }

 .gridpadspacer {
	margin-bottom:-5px;
}
  .gridpad {
	margin-bottom:20px;
	
}
  .gridpadmobilespacer {
	margin-bottom:10px;
	
  }		

}



/* scale gutters */
@media (max-width: 990px) {
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.gridpad {
	margin-bottom:10px;
	
}

}

/* Homepage - About section styling */

.aboutheader{
	font-size: 21px;
	line-height: 1.2;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
	color: #484848;
}

.aboutheader2{
	font-size: 21px;
	line-height: 1.2;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: 40px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
	color: #484848;
}

.aboutitalic{
	font-size: 16px;
	line-height: 1.5;
	font-family: "dapifer", Georgia, serif;
    font-weight: 500;
	font-style: italic;
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
}


.aboutsubhead{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  color: #585858;
	
}

.aboutsubhead2{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  color: #585858;

	
}

.aboutintro{
  font-family: "dapifer", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}

.aboutmargin{
 margin-right: 25px;
}

.year{
  font-family:  "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size:12px;
  line-height: -1.428571429;
  letter-spacing: 0.1em;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  color: #585858;
	
}

.clientlist{
	margin-left: -10px;
	margin-top: 10px;
}

.biorow {
margin-left: -10px;
}

.biomargin {
margin-top: 25px;
}

.bioimg {
    float: left;
	padding-right: 20px;
}

.biotext{
	
	font-size: 15px;
	line-height: 1.428571429;
	font-family: "dapifer", Georgia, serif;
    font-weight: 500;	
	letter-spacing: 0.01em;
	/* margin-top: -5px; */
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
}


.bioheader{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  margin-top: -3px;
  margin-left: 10px;
  margin-bottom: 15px;
  color: #585858;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.aboutdescriptor {
font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.3;
margin-top: 10px;
}

.contactinfo{
margin-right: -15px;
margin-top: 25px;
}

.contacthead{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  color: #585858;
	
}

.contacttext{
   font-size: 16px;
	line-height: 1.4;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 25px;
}




/* Project List Page */

.projecttitle{
  font-family:  "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size:14px;
  text-transform:uppercase;
  line-height: -1.428571429;
  letter-spacing: 0.1em;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
	
}
a.projecttitle:link {color: #6a6a6a; text-decoration: none; }
a.projecttitle:visited {color: #6a6a6a; text-decoration: none; }
a.projecttitle:hover {color: #6a6a6a; text-decoration: none;  }
a.projecttitle:active {color: #6a6a6a; text-decoration: none; }

.projectsubtitle{
   font-size: 15px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: -10px;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

@media(max-width:1380px)
{
.projectsubtitle{
   font-size: 13px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: -10px;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}
}

@media(max-width:990px)
{
.projectsubtitle{
   font-size: 15px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: -10px;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}
}

a.projectsubtitle:link {color: #6a6a6a; text-decoration: none; }
a.projectsubtitle:visited {color: #6a6a6a; text-decoration: none; }
a.projectsubtitle:hover {color: #6a6a6a; text-decoration: none;  }
a.projectsubtitle:active {color: #6a6a6a; text-decoration: none; }


/* Rollover For Homepage - Large Screens*/


.projectsrollover {
    position: relative;
    overflow: hidden;
    padding: 0;
	
    
}
.projectsrollover img {
    width: 100%;
    padding: 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscalerayscale");
	filter: gray;
	-webkit-filter: saturate(85%);
	-webkit-transform: translateZ(0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    
}

.projectsrollover:hover > img {
    filter: none;
-webkit-filter: saturate(120%);
}


/* Projects Page Styling */



.right-project-nav {
  text-align: right;
  font-family:  "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  margin-top: -20px;

}
.right-project-nav a{
  color: #b8b8b8;
 }

.right-project-nav a:hover {
     color: #717171;
  text-decoration: none;
 }
 
 .left-project-nav {
  text-align: left;
  font-family:  "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  margin-top: -20px;

}
.left-project-nav a{
  color: #b8b8b8;
 }

.left-project-nav a:hover {
     color: #717171;
  text-decoration: none;
 }

.no-margin{
margin-top:70;}



.projectintro{
    font-size: 18px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	margin-right: 25px;
}

.projectinsert{
    font-size: 16px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.projectsubhead{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
   text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  /* color: #585858; */
}

.projectcredits {
   font-size: 14px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
    /* color: #969696; */
	-webkit-font-smoothing: antialiased;
}

a.projectcredits:link {color: #6a6a6a; text-decoration: none; }
a.projectcredits:visited {color: #6a6a6a; text-decoration: none; }
a.projectcredits:hover {color: #6a6a6a; text-decoration: underline;  }
a.projectcredits:active {color: #6a6a6a; text-decoration: none; }

.projectcredithead{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size:12px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
	
}

.projectinfo{
  font-family:  "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.428571429;
  margin-top: 0px;
  letter-spacing: 0.007em;
 color: #707070;
  -webkit-font-smoothing: antialiased;
  margin-right: 25px;
}



.projectquote{
    font-size: 20px;
	text-indent: -.3em;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.projectquotesmall{
    font-size: 18px;
	text-indent: -.3em;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: -10px;
    -webkit-font-smoothing: antialiased;
}




.projectquotecredit{
  font-family:  "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-indent: -0.3em;
  line-height: 2.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  
}

.relatedheader{
    font-size: 25px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: 35px;
	margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
}

.relatedsubhead{
  font-family:  "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size:14px;
  line-height: -1.428571429;
  letter-spacing: 0.1em;
  margin-top: 25px;
  -webkit-font-smoothing: antialiased;
	
}

#bookssubhead{
  font-family:  "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size:14px;
  line-height: 1.4;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  margin-top: 25px;
   margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
	
}

.relatedtext{
   font-size: 15px;
	line-height: 2;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: -10px;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
}

a.related:link {color: #6a6a6a; text-decoration: none; }
a.related:visited {color: #6a6a6a; text-decoration: none; }
a.related:hover {color: #6a6a6a; text-decoration: underline; }
a.related:active {color: #6a6a6a; text-decoration: none; }


/* Footer */

.footerhead{
	font-size: 21px;
	line-height: 1.2;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	margin-top: -5px;
	margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
}

.footerinfo{
  font-family:  "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-right:100px;
  -webkit-font-smoothing: antialiased;
}

.footerinfosmall{
  font-family:  "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
}

.addresstext{
   font-size: 16px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.addressitalic {
    font-size: 16px;
	line-height: 1.2;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}



/* General styling */

body {
  background-color: #f1f2f2;
  -webkit-font-smoothing: antialiased;
}

body {

 font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.8;
letter-spacing: 0.007em;
color: #707070;

}

.bookslink {
    font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.007em;
    color: #707070;
	margin-top:-15px;
	padding-top:0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "dapifer", Georgia, serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 140%;
 }
 
 /*h1,
h2,
h3,
h4,
h5,
h6,
h7, italic{
 font-style: italic;
 }*/
 
h4{
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
}

.divrule {margin-top: 25px;
}

.divrulehome {
border-bottom: 1px solid white;
margin-top: 18px;
height:1px;
width: 35px;
}

@media (max-width: 767px) {
.divrulehome {
display: none;
margin-top: 0px;

}

}


 
 #wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 420px;
  
}


.intro-paragraph{
	margin-left: -5px;
	margin-bottom: 40px;
}

.intro-paragraph-margin{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
	margin-top: 150px;
}


.thumbnail{
  padding: 0px;
  background-color: transparent;
  margin-bottom:20px;
  border: 0px solid #dddddd;
  border-radius: 0px;

}


.text-primary {
  color: #777777;
}

.navbar-static-top{
  padding-top: 170px;
  background-color: #f7f7f5;
	
}

.navbar-nav {
margin-top: 70px;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #fbfbfb;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
 /* font-size: 20;*/
  letter-spacing: .0em;
  font-style: normal;
}

.navbar-header{
	margin-top: 60px;
	margin-bottom: 20px;
	}

.navbar-default .navbar-brand {
  color: #777777;
}

/*.navbar-brand img {
  height: auto;
  width:60%;
}
*/


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #31a2db;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f2572d;
  background-color: transparent;
  
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ff0000;
  text-decoration: underline;
  
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #747474;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
 
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 801px)  {
	
	
	
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    /*background-color: #333333;*/
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
    
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
    
  }
}

/* MOBILE MENU 3.1*/

@media (max-width: 767px) {
	.navbar-collapse{
	font-size: 14px;
	font-family: "Proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 700;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
	border-top: 0px solid transparent;
text-transform: uppercase;
	background-color:/* f65b1a*/rgba(246, 91, 26, 0.9);
	/*
-webkit-transition: height .3s ease;
	transition: height .3s ease;
*/
	z-index: 1;  
	
	}
	.navbar-header{
	margin-top: 40px;
	margin-bottom: 20px;
	}

	.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px; 
	color: #ffffff;
	
}

	.navbar{
	border: 0px
	}

	.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
	.navbar-nav {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.intro-paragraph-margin{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
	margin-top: 100px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;

  text-decoration: underline;
}


}








/* news styles */


.orangenews {
    position: relative;
    overflow: hidden;
    padding: 0;
 }
.orangenews  img {
    width: 100%;
    padding: 0;
		-webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: .8;
 }
.orangenews  > div {
    background-color: rgba(255, 92, 0, 0.64);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     padding: 20px;
    color: #ffffff;
	display: block;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.orangenews:hover > div {
	 background-color: rgba(255, 92, 0, 1);
    display: block;
}


.rednews {
    position: relative;
    overflow: hidden;
    padding: 0;
 }
.rednews  img {
    width: 100%;
    padding: 0;
	-webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: .8;
 }
.rednews  > div {
    background-color: rgba(226, 61, 39, 0.8);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     padding: 20px;
    color: #ffffff;
	display: block;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rednews:hover > div {
	 background-color: rgba(226, 61, 39, 1);
    display: block;
}


.pinknews {
    position: relative;
    overflow: hidden;
    padding: 0;
 }
.pinknews  img {
    width: 100%;
    padding: 0;
		-webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: .8;
 }
.pinknews  > div {
    background-color: rgba(255, 110, 127, 0.78);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     padding: 20px;
    color: #ffffff;
	display: block;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pinknews:hover > div {
	 background-color: rgba(255, 110, 127, 1);
    display: block;
}

.newstitle {
    font-family: "dapifer", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
	 -webkit-font-smoothing: antialiased;
}

.newsclient{
   font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
   padding: 0px 0px 0px 0px;
    
}

.monthdate{
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin:0px;
   padding: 0px 0px 0px 0px;
}

.newsdate{
   font-size: 16px;
	line-height: 1.3;
	font-family: "dapifer", Georgia, serif;
    font-weight: 400;
    color: #969696;
	-webkit-font-smoothing: antialiased;
}

a.newsdate:link {color: #6a6a6a; text-decoration: none; }
a.newsdate:visited {color: #6a6a6a; text-decoration: none; }
a.newsdate:hover {color: #6a6a6a; text-decoration: underline; }
a.newsdate:active {color: #6a6a6a; text-decoration: none; }

@media(max-width:768px) {

.newstitle {
    font-size: 16px;}
.newsclient {
    font-size: 12px;}


}

@media (min-width: 768px) and (max-width: 991px)
{
.newstitle {
    font-size: 21px;}
.newsclient {
    font-size: 12px;}


}
@media(min-width: 992px) and (max-width: 1380px)
{
.newstitle {
    font-size: 18px;}
.newsclient {
    font-size: 12px;}


}




 
/* Rollover For Homepage - Large Screens*/


.rollover {
    position: relative;
    overflow: hidden;
    padding: 0;
    
}
.rollover img {
    width: 100%;
    padding: 0;
    
}
.pinkroll> div {
background-color: rgba(255, 110, 127, 0.8);
}

.redroll > div {
background-color: rgba(226, 61, 39, 0.8);
}

.orangeroll > div {
background-color: rgba(255, 92, 0, 0.8);}

.rollover > div {
   
     /*background-color: rgba(226, 61, 39, 0.7);*/
	  opacity: 0; 
   /* opacity: 0;*/
    position: absolute;
    width: 100%;
    height: 100%;
	/*height: auto;*/
    top: 0;
    left: 0;
     padding: 20px;
    -webkit-transition: opacity 0.3s linear;
    color: #ffffff;
}


.rollover:focus{
    display: block;
    opacity: 1.0;
}

.rollover:hover > div {
    display: block;
    opacity: 1.0;
}

.rollover:hover > img {
    -webkit-filter: grayscale(100%);
	 -webkit-transform: translateZ(0);
    opacity: .5;
}

.rollover > div div {
   /*  padding: 10px 10px; */
}

.rollovertitle {
    font-family: "dapifer", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
	 -webkit-font-smoothing: antialiased;
}

.rollovertitle  a{
    font-family: "dapifer", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
	 -webkit-font-smoothing: antialiased;
}

.rollovertitle  a:hover{
    font-family: "dapifer", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
	 -webkit-font-smoothing: antialiased;
	 text-decoration:none;
}


.rolloverclient{
   font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
   padding: 0px 0px 0px 0px;
    
}




 .rolloverclient a{
   font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
   padding: 0px 0px 0px 0px;
    
}

 .rolloverclient a:hover{
   font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: -1.428571429;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
   padding: 0px 0px 0px 0px;
   text-decoration:none;
    
}

.nestedpadding{
 padding-left: 0px;
 padding-right: 0px;
}





/* Rollover Captions for small screens */

@media (max-width: 980px) {



.rollovertitle {
    font-size: 18px;}

.rolloverclient {
    font-size: 10px;}
    
	.rollover > div {
	 padding: 10px;
	 }
	 



	 
	 .rollovertitle,
.rollovertitle2,
.rollovertitle3 a{
	font-family: "dapifer", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 18px;
   color: #ffffff!important;
   opacity: 1;
   
}


	 
	 
}


@media (max-width: 767px) {



.rollovertitle,
.rollovertitle2,
.rollovertitle3 {
	font-family: "dapifer", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 18px;
   color: #868686!important;
   opacity: 1;
   
}

p.rollovertitle,
p.rollovertitle2,
p.rollovertitle3 {
	font-family: "dapifer", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 18px;
   color: #868686!important;
   opacity: 1;
   
}

.rolloverclient{
 font-size: 12px;
  line-height: 2;
  color: #868686!important;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-bottom: 20px;
}

.rolloverclient a{
 font-size: 12px;
  line-height: 2;
  color: #868686!important;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-bottom: 20px;
}


p.rolloverclient{
 font-size: 12px;
  line-height: 2;
  color: #868686!important;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-bottom: 20px;
}

.rollovertitle a,
.rollovertitle2 a,
.rollovertitle3 a{
	font-family: "dapifer", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 18px;
   color: #868686!important;
   opacity: 1;
   
}

.rolloverclient a:hover{
 font-size: 12px;
  line-height: 2;
  color: #000!important;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-bottom: 20px;
}

    
rollover:hover > a {color: #f2572d; text-decoration: none; }
	 
.rollover > div,
.rollover2 > div,
.rollover3 > div {
  
    opacity: 1.0;
    background-color: #f1f2f2; 
    position: relative;
    width: 100%;
    /*height: 100%;*/
	height: auto;
    bottom: 0;
    left: 0;
    padding: 5px;
    color: #868686;
    
}

.rollover:hover > img {
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.rollover > div div {
padding: 10px 0px 0px 0px;
}

a.homelink:link {color: #6a6a6a; text-decoration: none; }
a.homelink:visited {color: #6a6a6a; text-decoration: none; }
a.homelink:hover {color: #6a6a6a; text-decoration: none; }
a.homelink:active {color: #6a6a6a; text-decoration: none; }
	 
	 
}



/* Header hiding script styles */

   .headroom {position: fixed;top: 0;left: 0;right: 0;transition: all .4s ease-in-out;}
    .headroom--unpinned {top: -300px;}
    .headroom--pinned {top: 0;}

.slide
{
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.slide--reset
{
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}

.slide--up
{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}


.logosrollover {
    position: relative;
    overflow: hidden;
    padding: 0;
	
    
}
.logosrollover img {
    width: 100%;
    padding: 0;
	

	 -webkit-transform: translateZ(0);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	filter: grayscale(100%);
    
}

.logosrollover:hover > img {
    
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
	filter: none;
}

.logorow {
    margin-right: -50px;
	margin-left: -50px;
}


/* Back to Top */


/*-------------------[960px]------------------*/

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {


}

@media only screen and (max-width: 900px) {

	/* slider*/


}

/*-------------------[480px] line 2802------------------*/

@media only screen and ( max-width: 767px ) {

}
/*remove sidebar*/
#main-content .container:before {background: none;}
#sidebar {display:none;}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}




  
    
   
   /*-----REMOING INDENT FROM LISTS-----*/
   
  .et_pb_text_inner ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }


