body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #fff;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #262626;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
	text-align:center;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #e91b23;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #e91b23;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #d9e0e2;
	font-size:14px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #e91b23;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e91b23 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e91b23;
	border-color: #e91b23;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size:14px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text_sub {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.intro-text H1 {
	font-size:52px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}

.container p span{white-space:nowrap;}
.container p.tx_hd{font-size:18px;}
#about-section .container .section-title h2 strong,
#works-section .container .section-title h2 strong{font-family: "PRISTINA";font-weight: normal;display: block;line-height: 0.5}

/*
.intro-text{height:960px;z-index:100;overflow:hidden}
.intro-text .txt_group{position:absolute;top:35%;left:50%;margin-left:-210px;z-index:999;text-align:left;}
.intro-text .txt_group p{margin-bottom:0 !important;}
.intro-text .txt_group .txt_obj{display:inline-block;font-size:52px;letter-spacing:-0.01em;font-weight:100;color:#fff;margin-bottom:0;}
.intro-text .txt_group .txt_obj b{font-weight:700;}
.intro-text #typeit_text1{display:inline-block;font-size:52px;letter-spacing:-0.01em;font-weight:100;color:#fff;margin-bottom:0;}
.intro-text #typeit_text2{display:inline-block;font-size:52px;letter-spacing:-0.01em;font-weight:100;color:#fff;margin-bottom:0;}
.intro-text #typeit_text3{display:inline-block;font-size:52px;letter-spacing:-0.01em;font-weight:100;color:#fff;margin-bottom:0;}
.intro-text #typeit_text4{position: absolute;display:inline-block;font-size:15px;letter-spacing:-0.01em;font-weight:400;color:#fff;width: 480px;left: 0px;bottom: -50px;}
*/
#typeit_text1{display:inline-block;}
#typeit_text2{display:inline-block;}
#typeit_text3{display:inline-block;}
#typeit_text4{display:inline-block;}

.intro-text .btn-default{display:inline-block;}




.color {
	color: #E91B23;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #949494;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
	border-radius:0px !important;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #e91b23;
}
/* Services Section */
#services-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background:#262a2e url(../img/header-bg-next.jpg) no-repeat top center;
	background-size: cover;
	/*background:#262a2e;*/ /* Old browsers */
	/*background-image: repeating-linear-gradient(to bottom right, #F44336 0%, #9C27B0 100%);*/
	/*background: -moz-linear-gradient(to bottom right, #F44336 0%, #9C27B0 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(to bottom right, #F44336 0%, #9C27B0 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom right, #F44336 0%, #9C27B0 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 );*/ /* IE6-9 */
	/*color: #5b777f;*/
	/*background:url(../img/main_03_bg.jpg) repeat;*/
}
#services-section h4 {
	color:#999999;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size:2.8em;
	border: 0;
	width: 100px;
	height: 100px;
	padding: 31px 23px;
	background: #ededed;
	margin-bottom: 6px;
	border-radius: 50%;
	color:#555555;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background:#262626;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(38, 38, 38); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38, 38, 38) 0%, rgba(38, 38, 38) 20%, rgba(38, 38, 38) 100%, rgba(38, 38, 38) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(38, 38, 38) 0%, rgba(38, 38, 38) 20%, rgba(38, 38, 38) 100%, rgba(38, 38, 38) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(38, 38, 38) 0%, rgba(38, 38, 38) 20%, rgba(38, 38, 38) 100%, rgba(38, 38, 38) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #a0a0a0;
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
#works-section .container .section-title{/*color:#333;*/}
.categories {
	padding-bottom: 30px;
	text-align: center;
	margin:0 auto;
}
.categories ul.cat {
    display: inline-block;
    margin: 0;
	padding:0 !important;
    right: 0;
    top: 0;
    z-index: 100;
}
.categories ul.cat li ol{padding:0 !important;margin:0 auto;}

#works-section hr {
	background: #e91b23;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	/*margin-left: 20px;*/
    position: relative;
    float: left;
    margin:10px 5px
}
ol.type li a {
	color: #51633d;
	border: 1px solid #262626;
	padding: 8px 16px;
	border-radius:0px;
}
ol.type li a.active {
	background: #262626;
}
ol.type li a:hover {
	background: #e91b23;
	border-color: #e91b23;
	color:#fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(233, 27, 35, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #e91b23;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
	border-radius:0 !important;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
/* About Section */
#about-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(38, 38, 38); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38, 38, 38) 0%, rgba(38, 38, 38) 20%, rgba(38, 38, 38) 100%, rgba(38, 38, 38) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(38, 38, 38) 0%, rgba(38, 38, 38) 20%, rgba(38, 38, 38) 100%, rgba(38, 38, 38) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(38, 38, 38) 0%, rgba(38, 38, 38) 20%, rgba(38, 38, 38) 100%, rgba(38, 38, 38) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #a0a0a0;
}
#about-section .container .section-title h2{color:#efefef}
#about-section h4 {
	color: #efefef;
	font-size:17px;
	line-height:28px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: ".";
	color: #f3ca27;
	padding-right: 5px;
}
/* Team Section */
#team-section {display:none;
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(233, 27, 35); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(233, 27, 35) 0%, rgba(233, 27, 35) 25%, rgba(233, 27, 35) 75%, rgba(233, 27, 35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(233, 27, 35) 0%, rgba(233, 27, 35) 25%, rgba(233, 27, 35) 75%, rgba(233, 27, 35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(233, 27, 35) 0%, rgba(233, 27, 35) 25%, rgba(233, 27, 35) 75%, rgba(233, 27, 35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#contact-section hr {
	background: #f8e287;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #f8e287;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #262626;
	padding:15px 0 50px 0;
	color: #4f4f4f;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

#video-background {
  /*position: fixed;
  right: 0; 
  bottom: 0;*/
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.homepage-hero-module {border-right: none;border-left: none;position: relative;}
.no-video .video-container video,
.touch .video-container video {display: none;}
.no-video .video-container .poster,
.touch .video-container .poster {display: block !important;}
.video-container {position: relative;bottom: 0%;left: 0%;height:450px;width: 100%;overflow: hidden;background: #262626;background: url("https://s3-us-west-2.amazonaws.com/coverr/poster/Traffic-blurred2.jpg") no-repeat 0 0;}
.video-container .poster img {width: 100%;bottom: 0;position: absolute;}
.video-container .filter {z-index: 100;position: absolute;background: rgba(0, 0, 0, 0.4);width: 100%;}
.video-container .title-container {z-index: 1000;position: absolute;top:20%;width: 100%;text-align: center;color: #fff;}
.video-container .description .inner {font-size:13px;width:75%;margin: 0 auto;line-height: 1.8em;}
.video-container .link {position: absolute;bottom: 3em;width: 100%;text-align: center;z-index: 1001;font-size: 2em;color: #fff;}
.video-container .link a {color: #fff;}
.video-container video {position: absolute;z-index: 0;bottom: 0;left:0;}
.video-container video.fillWidth {width: 100%;}




@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
.homepage-hero-module video{display:none}
}

@media (max-width: 603px) {
.intro-text H1 {font-size:36px;}
header p {font-size: 10px;}

#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
ol.type li {
	display: inline-block;
	margin-left:0px;
}
ol.type li a {
	padding:4px 8px;
}
.homepage-hero-module video{display:none}

}

@media all and (max-width:570px){ /*iphone vertical*/

.video-container .title-container {top:3%;}
}


@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
.homepage-hero-module video{display:none}

}
