@charset "UTF-8";
/* CSS Document */


.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.playfair-<uniquifier> {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.clients-bg {
	background-color: #cad8e0;
}

.clientspadd {
	padding: 20px 20px 40px 20px;
}	


.textfooter {
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	color: #ffffff;
}	

.bttn-bg-footer {
	background-color: #424748;
}

.showreel-bg {
	background-color: #dfe8ec;
}

.showreel-padd {
	padding: 40px 20px 60px 20px;
}


.testimonials-bg {
	background-color: #dfe8ec;
}


.latest-bg {
	background-color: #424748;
	padding:30px 0 0 0;
}

.latest-bg > .center-block > .col-xs-12 {margin-bottom:30px;}

.imgshakes {
	margin-top: 30px;
}

.bannerbg {
	padding: 0 ;
	margin: 0;
	background-color: #fd4f00;
}

.subbanner {
	background-color: #000000 ;
	padding: 20px 20px 20px 20px;
}

h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	color: #000000;
	padding: 0 40px 0 40px;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	color: #000000;
	padding: 0 40px 0 40px;

}

.buttonstyle {
	padding: 20px 0 20px 20px;
	text-align: center;
}
		
.textintro {font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	color: #000000;
	padding: 0 60px 0 60px;

}	


.textlatest {font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	color: #ffffff;
	padding: 0 60px 0 60px;

}	


.texttesti {font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	color: #000000;
	padding: 0 60px 0 60px;

}	


.textheadings {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	color: #000000;
}

.textheadingswhite {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	color: #ffffff;
}


.intro {
	padding: 40px 20px 20px 20px;
}	

a.linktextfooter:active, a.linktextfooter:link, a.linktextfooter:visited {
    color: #94b1c0;
    font-weight: bold;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
	
	a.linktextfooter:hover {
    color: #ffffff;
	}
    

a.linktext:active, a.linktext:link, a.linktext:visited {
    color: #424748;
    font-weight: bold;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
	
	a.linktext:hover {
    color: #000000;
	}
	
