@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.0.1');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

@font-face {
    font-family: 'BPreplay';
    src: url('fonts/BPreplay.otf');
    font-weight: normal;
    font-style: normal;

}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

	.fa
	{
		text-decoration: none;
	}

		.fa.solo
		{
		}
		
			.fa.solo span
			{
				display: none;
			}

		.fa:before
		{
			display:inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.fa-envelope:before{content:"\f0e0"}
		.fa-envelope-o:before{content:"\f003"}
		.fa-facebook-square:before{content:"\f082"}
		.fa-facebook:before{content:"\f09a"}
		.fa-phone:before{content:"\f095"}
		.fa-phone-square:before{content:"\f098"}
		.fa-instagram:before{content:"\f16d"}
		.fa-instagram-square:before{content:"\e055"}
	.left
	{
		float:left;
	}
	
	.right
	{
		float:right;
	}
	
	
	/*Colors
red: #9d0000
gray: #d7dad3
active gray: #b0b3ad
End Colors*/

/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}
/************End Reset**************/

/************Global**************/
body { 
	font: 100%/1.5 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif; 
	color: #000;
	background-color:black;
	text-align: center;
}
a {
	text-decoration: none;
	color: #7f7f7f;
}
a:hover, a:focus {
	color:white;
}

a.email{
	text-decoration: none;
	color: #7f7f7f;
}

a.email:hover, a.email:focus{
	color:white;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
h1 {
	font: normal 1.6em/1.3 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
	text-rendering: optimizeLegibility;
	margin-bottom: 0;
	text-shadow: 0 2px 0 #fff;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 0 #fff;
}
h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 0 #fff;
}
p {
	margin: 0 0 1em;
}

/************End Global**************/

/************Classes**************/

/************Structure**************/
header[role="banner"] {
	position: relative;
	background: white;
}
header[role="banner"] > div {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}
header[role="banner"] a:hover, header[role="banner"] a:focus {
	color: black;
}
.logo {
	float: left;
}
.logo a, .logo img {
}
.nav-anchors {
	float: right;
}
.nav-anchors li {
	display: inline-block;
}
.nav-anchors a {
	display: block;
	padding: 0.75em 0.8em;
}
.nav-anchors a.active {
	color: grey;
}

.nav {
	font-family: "BPreplay";
	margin-left:20px;
	margin-right:20px;
	text-align: center;
	text-transform: uppercase;
	font-size:14px;
}
header[role="banner"] .nav {
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	display: block;
	padding: 1em;
	color:#b7b7b7;
	letter-spacing:1px;
}
.nav li:first-child a {
	border-left: 0;
}
/*Hide Search and Nav only if Advanced JS is present*/
.queryselectorall .search, .queryselectorall [role="banner"] .nav {
	display: none;
}

.content {
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	max-width:960px;
	width:100%;
}

/*Footer*/
.footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	clear: both;
	position:fixed;
	bottom:0px;
	width:100%;
	opacity:0.6;
	top:auto;
}
.footer > div {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.footer a:hover, .footer a:focus {
	color: #fff;
}
.footer .nav {
	margin: 0;
}
.footer .nav li a {
	padding: 0.8em 0.8em 0.5em;
}
.footer ul {
	margin-bottom: 1em;
}
.footer li {
	display: inline-block;
}
.footer li a {
	padding-top: 1.2em;
}
.service-links {
	text-align: center;
}
.service-links li {
	margin: 0 0.5em;
}
.service-links li:first-child {
	margin-left: 0;
}
.service-links li:last-child {
	margin-right: 0;
}
.service-links li a {
	border: 0;
	padding: 0.2em;
	font-size: 0.7em;
}
.service-links li.tel a {
	background-color: #333;
	color: #999;
	border: 1px solid #444;
	text-align: center;
	padding: 0.3em 0.7em;
	border-radius: 0.5em;
}
.top:after {
	content: ' â–²';
}

/*Aux Pages*/
.back-nav a {
	display: block;
	padding: 1em;
	color: #fff;
	background: #111;
}
.content-snippet {
	padding: 1em;
}
/************End Structure**************/

#imageFlow {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0%;
	overflow:hidden;
	margin-top:20px;
    background: transparent;
}
#imageFlow .diapo {
    position: absolute;
    left: -4000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 16%;
    text-align: center;
    z-index: 1000;
	color:white;
	opacity:0.8;
}
#imageFlow .title {
    font-size: 0.9em;
}
#imageFlow .legend {
    font-size: 0.8em;
}
#imageFlow .scrollbar {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    height: 16px;
    z-index: 1000;
}
#imageFlow .track {
    position: absolute;
    left: 1%;
    width: 98%;
    height: 10px;
    -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#imageFlow .arrow-left {
    position: absolute;
    display: none;
}
#imageFlow .arrow-right {
    position: absolute;
    right: 0px;
    display: none;
}
#imageFlow .bar {
    position: absolute;
    height: 10px;
    left: 0;
    width: 100px;
    -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.portfilio_column{
	columns:1;
	column-count:1;
}

.portfilio_content{
	float: none;
   /* margin-right: 5%; */
	/* margin-left:5%; */
    min-height: 50px;
    /* width: 23%; */
	overflow:hidden;
	margin-bottom:10%;
}

.page-title {
	background-color:white;
	text-align: center;
	clear: both;
	width:100%;
}

.page-title > div {
	color: #b7b7b7;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	font-family: "BPreplay";
	text-transform: uppercase;
	font-size:24px;
	padding-left:5px;
}

.sub-page-content {
	color: #fff;
	text-align: center;
	clear: both;
	width:100%;
	padding-top:30px;
}
.sub-page-content > div {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#about_us_conten {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
