body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #ffffff;
}

.slash { color: red; padding-left: 10px; padding-right: 10px; }

.projects_heading {font-size: 16px;}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
	line-height: 1;
	letter-spacing: 6px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #808080;
}
h5 {
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a {
	color: #8a8a8a;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #DD0909;
}
.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: #cdcbcb;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}

/* 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: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #a9a9a9;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #DD0909;
}
.on {
	background-color: #ffffff !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: #DD0909 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f3ca27;
	border-color: #f3ca27;
}
.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%;*/
	/*padding-bottom: 0;*/
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px; }
	
.intro-text {
	position: relative;
	padding-top: 100px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 24px; }
	
.intro-text H1 {
	font-size: 40px;
	text-transform: uppercase;
	color: #800000;
	font-family: 'freshman', sans-serif; }
	
.color {
	color: #333333;
}
.btn-default {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-color: #2F2F31;
	margin: 0 0;
	font-size: 14px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
}
/* Services Section */
#services-section {
	padding: 0px 0 50px 0;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191a1c+0,191616+47,000000+100 */
background: #e6e2e1; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e2e1 0%, #e6e2e1 47%, #e6e2e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e6e2e1 0%,#e6e2e1 47%,#e6e2e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e6e2e1 0%,#e6e2e1 47%,#e6e2e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191a1c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


	color: #ffffff;
}
#services-section h4 {
	color: #ffffff;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	margin-bottom: 5px;
	color: #adadad;
}
#services-section p {
	font-size: 14px;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
	color: #333333;
}
/* Gallery Section 
==============================*/
#projects-section {
	padding: 40px 0;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#470101+0,6d0219+44,490000+100 */
background: #cdcbcb; /* Old browsers */
background: -moz-linear-gradient(top,  #cdcbcb 0%, #6d0219 44%, #cdcbcb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cdcbcb 0%,#cdcbcb 44%,#cdcbcb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cdcbcb 0%,#cdcbcb 44%,#cdcbcb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcbcb', endColorstr='#cdcbcb',GradientType=0 ); /* IE6-9 */

}
#projects-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #ffffff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#projects-section hr {
	background: #ffffff;
}
ul.cat li {
	display: inline-block;
	height: 50px;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #421212;
}
ol.type li a:hover {
	background: #421212;
}
.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: #ffffff;
	background: rgba(200, 200, 200, 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: #cdcbcb;
}
.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: #ffffff;
	-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: #ffffff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #ffffff;
	background-color: #421212;
	border-color: #421212;
}
.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: #ffffff;
	background-color: #7B151A;
	border-color: #7B151A;
}
/* About Section */
#about-section {
	padding: 100px 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191a1c+0,191616+47,000000+100 */
background: #e6e2e1; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e2e1 0%, #e6e2e1 47%, #e6e2e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e6e2e1 0%,#e6e2e1 47%,#e6e2e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e6e2e1 0%,#e6e2e1 47%,#e6e2e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191a1c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


	color: #333333;
}
#about-section h4 {
	color: #ffffff;
	font-size: 20px;
}
#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 {
	padding: 80px 0;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#470101+0,6d0219+44,490000+100 */
background: #470101; /* Old browsers */
background: -moz-linear-gradient(top,  #470101 0%, #6d0219 44%, #490000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #470101 0%,#6d0219 44%,#490000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #470101 0%,#6d0219 44%,#490000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#470101', endColorstr='#490000',GradientType=0 ); /* IE6-9 */


}
#team-section hr {
	background: #ffffff;
}
#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: #ffffff;
}
#team-section i.fa {
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #ffffff;
}
.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: #808080;
	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: #ffffff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #C00708;
}
/* Testimonials Section */
#testimonials-section {
	padding: 10px 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: #333;
}
#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: 10px 0 20px 0;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#470101+0,6d0219+44,490000+100 */
background: #cdcbcb; /* Old browsers */
background: -moz-linear-gradient(top,  #cdcbcb 0%, #6d0219 44%, #cdcbcb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cdcbcb 0%,#cdcbcb 44%,#cdcbcb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cdcbcb 0%,#cdcbcb 44%,#cdcbcb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcbcb', endColorstr='#cdcbcb',GradientType=0 ); /* IE6-9 */
	
}
#contact-section hr {
	background: #ffffff;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #ffffff;
	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;
	color: white !important;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 20px;
	margin-right: 40px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #ffffff;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #ffffff;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #ffffff;
	border: 2px solid #ffffff;
	color: #000000;
}
#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: #000000;
	padding: 15px 0 10px 0;
	color: #808080;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}
.panel_block{
        height: 115px;
    }

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}
/** mobile stuff **/
#mobile_nav, 
#hamburger{
	display: none;
}
#mobile_nav #ti_header_container{
	font-size: 42px;
	margin: 6px 0 0 15px;
}
#mobile_menu{
	height: 461px;
	width: 100%;
	font-size: 40px;
	font-family: 'AvenirNext-DemiBold';
	display: none;
	background-color: black;
	border-right: 20px solid black;
    border-left: 20px solid black;
	
}
#mobile_menu a{
	color: #fff;
}
.list-group li{
	background-color: black;
}
.list-group-item{
	border: none;
	border-bottom: 1px solid rgba(204, 204, 204, .4);
	padding: 30px 40px;
}
.list-group-item:last-child{
	margin-bottom: -1px;
	border: none;
	border-radius: 0px
}
.list-group-item:first-child{
	border: none;
	border-top: 1px solid rgba(204, 204, 204, .4);
}
.work_mobile{
	display: block!important;
}

/************** 	WORK ***********/
#mobile_work_nav{
	display: none;
}
#mobile_work_nav{
	text-align: center;
	min-height: 65px;
	margin-bottom: 15px;
}
#mobile_work_nav i{
	color: #dd1a22;
}
#sub-categories{
	display: none;
}
#sub-categories li{
	font-size: 42px;
    height: 95px;
    border-bottom: 1px solid rgba(204, 204, 204, .4);
    padding: 29px;
}
#arrow-back{
	float: left;
	padding-left: 20px;
	color: #dd1a22;
	display: none;
	margin-bottom: 30px;
}
#arrow-back a{
	display: inline-block;
	color: black;
	font-size: 36px;
	padding-left: 10px;
	font-family: 'AvenirNext-Regular';
}