@font-face{
    font-family:'__Lato_5';
    src:url('../fonts/lato-black.eot');
    src:local('☺'), url('../fonts/lato-black.woff') format('woff');
    font-weight:900;
    font-style:normal;
}
@font-face{
    font-family:'__Lato_5';
    src:url('../fonts/lato-bold.eot');
    src:local('☺'), url('../fonts/lato-bold.woff') format('woff');
    font-weight:700;
    font-style:normal;
}
@font-face{
    font-family:'__Lato_5';
    src:url('../fonts/lato-thin.eot');
    src:local('☺'), url('../fonts/lato-thin.woff') format('woff');
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family:'__Lato_5';
    src:url('../fonts/lato-regular.eot');
    src:local('☺'), url('../fonts/lato-regular.woff') format('woff');
    font-weight:400;
    font-style:normal;
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

h1, h2, h3, h4, h5, p, li {
  font-family: __Lato_5 ;
}

.jumbotron {
    padding: 10rem 2rem 2rem;
}

section,
.about-section {
  padding: 10rem 2rem 2rem;
}


/* BACKGROUNDS */

.black-background {
  background-color:#000;
}

.white-background {
  background-color:#FFF;
}

/* NAVBAR */

.bg-dark{
	
}

.navbar{
	padding-top:0;
	padding-bottom:0;
	background-color:#000000!important;
}

.navbar-brand{
	margin:5px 0 5px 20px;
}

.navbar-nav .nav-item a{
	color:#B4B4B4;
	text-transform:uppercase;
	font-size: 14px;
    letter-spacing: 0px;
    font-family: '__Lato_5';
    font-weight: 400;
    padding-top:36px;
    padding-bottom:36px;
    min-width:120px;
    text-align:Center;
}
.navbar-nav .nav-item a:hover{
	background-color: #F7751E;
	color:#000000;
}

/* PAGE HEADER */

.header-section .carousel-caption {
    bottom: 36%;
}

.header-section h1 {   
  text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
  font-size:72px;
  line-height:101px;
  margin:0;
  font-weight: 900;
}

.header-section h2 {   
  text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
  font-size:72px;
  line-height:101px;
  margin:0;
  font-weight: 900;
}

.header-section h3 {   
  text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
  font-size:36px;
  line-height:20px;
  margin:0;
  font-weight: 900;
}

.header-section p {
  color:#F7751E;    
  text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
  font-size:18px;
  line-height:25px;
}

/* ABOUT SECTION */

.about-section {
  margin: 100px 0;
}

.about-section h2 {
  font-size: 48px;
  line-height:52px;
}

.about-section strong {
  color:#F7751E;   
}

.about-section .flex-centre {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:60px;
}

.about-section p,
.about-section li {
font-size:14px;
}

/* NEWS SECTION */

.news-section {
  margin: 60px 0;
}

.news-section h3 {
  font-size:48px;
  line-height:58px;
  color:#FFF;
  margin-bottom: 40px;
}

.news-section h4 {
  font-size:14px;
  line-height:17px;
  letter-spacing: 7px;
  color: #97999B;
}

.news-section p {
  color:#97999b;
}

.news-section .big-orange-box {
  background-color: #F7751E;
  padding:20px 0;
  text-align:center;
}

.news-section .big-orange-box p {
  color:#FFF;
  font-size:18px;
  margin:0;
  line-height: 36px;
}
.news-section .big-orange-box p span{
  font-size:48px;
  margin:0;
}


/* CASE STUDIES */

.case-studies-section{
	color:#B4B4B4;
	max-width:720px;
}

.case-studies-section h2{
	line-height: 58px;
    font-size: 48px;
	font-weight: 300;
    font-family: '__Lato_5';
    margin-bottom:50px;
}

.case-studies-section h3{
	line-height: 58px;
    font-size: 48px;
	font-weight: 300;
    font-family: '__Lato_5';
    text-align:center;
}

.case-studies-section .slideshow{
	width:100%;
}

.case-studies-section .bx-wrapper .bx-caption span{
	font-size:12px;
	line-height:14px;
}

@media screen and (max-width: 992px) {
 .bx-wrapper .bx-caption span {
 	font-size:14px;
 }
}

@media screen and (max-width: 660px) {
 .bx-wrapper .bx-caption  {
 	display:none;
 }
}

/* CONTACT SECTION */

.contact{
	color:#B4B4B4;
}

.contact h2{
	line-height: 58px;
    font-size: 48px;
	font-weight: 300;
    font-family: '__Lato_5';
    margin-bottom:50px;
}

.contact p{
	font-size:15px;
	font-weight: 500;
    font-family: '__Lato_5';
}

.contact .phone{
	font-size:26px;
	font-weight: 700;
}

.contact form{
	max-width:760px;
	margin:80px auto 0;
}

.contact form .row{
	margin-bottom:45px;
}

.contact form label{
	font-weight: 400;
	font-family: '__Lato_5';
	line-height: 12px;
    text-align: left;
    font-size: 12px;
}

.contact form input,
.contact form textarea{
	font-family: '__Lato_5';
    font-weight: 400;
    color: #7F7F7F;
    padding: 6px;
    font-size: 14px;
    background:#CCCCCC;
    border-radius:13px;
}
.contact form input{
	height: 42px;
}
.contact form input:hover,
.contact form textarea:hover{
	background:#7F7F7F;
	color:#ffffff;
}
.contact form textarea{
	height:80px;	
}

.contact form .submit-btn{
	color: #FFFFFF;
    line-height: 14px;
    margin: -20px auto 0;
    border-radius: 14px;
    font-weight: 400;
    text-align: center;
    border-color: transparent;
    border-width: 0px;
    font-family: '__Lato_5';
    background-color: #F7751E;
    width: 130px;
    position: relative;
    height: 32px;
    padding: 7px 0px 0px;
    display:block;
}
.contact form .submit-btn:hover{
	cursor:pointer;
	background-color: #F2F2F2;
}
.contact form .submit-btn:hover *{
    color: #0071BC;
}


/* FOOTER */


footer{
	background:#000000;
	padding:120px 0 100px;	
	color:#666;
}

footer ul{
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:100%;
}

footer ul li{
	list-style:none;
	display:inline;
	padding:0 20px;
}

footer ul li a{
	background-color: transparent;
    color: #C1CEE7;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-family: '__Lato_5';
    font-weight: 400;
    text-transform:uppercase;
}
footer ul li a:hover{
	color:#F7751E;
	text-decoration:none;
}


footer .logos ul{
	margin-bottom:100px;
}
footer .logos ul li{
	padding:0 10px;
}

footer .copyright{
	margin-top:45px;
	font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    font-family: '__Lato_5';
    color: #B4B4B4;
}