
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);

body {
	background-color: #0d0d0d;
	font-family: 'Source Sans Pro', arial, helvetica, clean, sans-serif;
	font-size:14px;
	font-weight: 400;
	color:#ffffff;
	padding-bottom:100px;
	}

a {
	color:#eeeeee;
	}
	
	
	h1 {
		font-size:35px;
		background-color:rgba(0,0,0,0.5);
		padding: 20px 25px;
		
	}
	
	
	p { font-size:25px;
	padding: 25px;
	background-color:rgba(0,0,0,0.3);
	}
	
	p.small {font-size:13px; padding:10px;}
	
	
		.bgimg {
	background-image:url(img/bg2.jpg);
	   background-position: 50% center;
    background-size: cover;
    height: 100%;
    min-height: 768px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -3;
	}
	
img {max-width:100%}

.imgmax {width:auto !important}

.positionfixedbottom {
    background-color: rgba(0,0,0,0.9);
    bottom: 0;

    padding: 10px 15px;
    position: fixed;
    text-align: center;
	
}

.nobg {background-color:transparent}

.bgcolor9 {background-color:rgba(0,0,0,0.9);}
.bgcolor8 {background-color:rgba(0,0,0,0.8);}
.bgcolor7 {background-color:rgba(0,0,0,0.7);}
.bgcolor6 {background-color:rgba(0,0,0,0.6);}
.bgcolor5 {background-color:rgba(0,0,0,0.5);}
.bgcolor4 {background-color:rgba(0,0,0,0.4);}
.bgcolor3 {background-color:rgba(0,0,0,0.3);}
.bgcolor2 {background-color:rgba(0,0,0,0.2);}
.bgcolor1 {background-color:rgba(0,0,0,0.1);}

.logo {
	position: absolute;
	top: 30px;
	left:70px;
	z-index: 999999;
	max-width: 210px !important;
	width: 100%;
	}

.btn {
	border-radius: 3px;
	padding: 10px 14px;
	display: inline-block;
	text-decoration: none;
	font-size:16px;
	font-weight: 600;

	}

.btn .fa {
	font-size:13px;
	margin: 0 5px;

	}

.btn.red {
	background: #fa5949; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa5949 0%, #ec4433 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5949), color-stop(100%,#ec4433)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fa5949 0%,#ec4433 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fa5949 0%,#ec4433 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fa5949 0%,#ec4433 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fa5949 0%,#ec4433 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5949', endColorstr='#ec4433',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	text-shadow:  0px -1px #b82f24;
	}

.btn.blue {
	background: #0069b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #007ed2 0%, #0069b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ed2), color-stop(100%,#0069b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007ed2 0%,#0069b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007ed2 0%,#0069b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007ed2 0%,#0069b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007ed2 0%,#0069b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ed2', endColorstr='#0069b0',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	text-shadow:  0px -1px #005892;
	}

.introimg {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.8);
	}


.introimg .introslider .img2 {
	position: absolute;
	top:0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 1.2s linear;
	-moz-transition: opacity 1.2s linear;
	-o-transition: opacity 1.2s linear;
	transition: opacity 1.2s linear;

	/*-webkit-transition-delay: 3s, 3s;*/
	/*-moz-transition-delay: 0.2s, 0.2s;*/
	/*-o-transition-delay: 0.2s, 0.2s;*/
	/*transition-delay: 0.2s, 0.2s;*/

	}

.bx-wrapper {
	position: absolute;
	top:0;
	left: 0;
	}

.introtext {
	position: absolute;
	bottom:90px;
	left: 70px;
	text-shadow:  0px 1px rgba(0,0,0,0.7);
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
	}
.introtext h1 {
	font-size:50px;
	margin-bottom:28px;
	}

.introtext .btn {
	font-size: 24px;
	padding: 16px 32px 19px;
	}

.introtext h2 {
	font-size: 24px;
	margin-bottom:40px;
	}


@media (max-width: 767px) {

	.logo {
		position: absolute;
		top: 13px;
		left:17px;
		z-index: 999999;
		/*max-width: 210px !important;*/
		height: 50px;
		max-width: auto;
		width: auto;
		}

	.introimg {
		min-height: 200px;
		}
	.introimg img {
		width:140%;
		margin-left:-20%;
		}

	.introtext {
		bottom:20px;
		left:0px;
		text-align: center;

		}

	.introtext h1 {
		font-size:20px;
		margin-bottom:25px;

		}

	.introtext .btn {
		font-size: 16px;
		padding: 16px 32px 19px;
		}

	.introtext h2 {
		font-size: 16px;
		margin-bottom:20px;
		}

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

	.introtext {
		bottom:70px;
		}

	.introtext h1 {
		font-size:30px;
		margin-bottom:35px;
		}

	.introtext .btn {
		font-size: 18px;
		padding: 16px 32px 19px;
		}

	.introtext h2 {
		font-size: 18px;
		margin-bottom:40px;
		}

	}
@media (min-width: 1025px) {}


.featurecontent {
	background:url('img/bgpattern.gif') top left repeat;
	}

.featurebox {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: 400;

	}

.featurebox img {
	margin: 0px 0 20px;
	}

.featurebox strong {
	text-transform: uppercase;
	color:#f5392e;
	display:block;
	font-size: 18px;
	margin-bottom:10px;
	}
.featurebox span {
	color:#848484;
	font-size:16px;
	line-height: 22px;
	}

.footer {
	padding: 30px 0;
	background-color: rgba(0,0,0,0.7);
	}
.footer .footer_content {
	line-height: 24px;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	}
.footer.small {
	position: fixed;
	bottom: 0;
	height: 14px;
	padding: 9px 0;
	opacity: 0.6;
	width: 100%;
	}
.footer a {
	text-decoration: none;
	}
.footer a.fa {
	background-color: #0f7782;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.footer a.fa:hover {
	background-color: #1acadd;
	}