body
{
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	overflow-x: hidden;
}
.text-muted
{
	color: #282827;
}
.text-primary
{
	color: #ef4d38;
}
.text-brown
{
	color:#c6ab7c;
}
.text-grey
{
	color:#777777;
}
p
{
	font-size: 14px;
	line-height: 1.75;
}
p.large
{
	font-size: 16px;
	text-align:justify;
}
a,a:hover,a:focus,a:active,a.active
{
	outline: 0;
}
a
{
	color: #ef4d38;
}
a:hover,a:focus,a:active,a.active
{
	color: #ef4d38;
}
h1,h2,h3,h4,h5,h6
{
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.img-centered
{
	margin: 0 auto;
}
.bg-light-gray
{
	background-color: #f7f7f7;
}
.bg-darkest-gray
{
	background-color: #222;
}
.btn-primary
{
	background-color: rgba(239,77,56,0.8);
	border-color: #ef4d38;
	color: #fff;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{
	background-color: #ef4d38;
	border-color: #fd705d;
	color: #fff;
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{
	background-image: none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
{
	background-color: #ef4d38;
	border-color: #ef4d38;
}
.btn-primary .badge
{
	background-color: #fff;
	color: #ef4d38;
}
.btn-xl
{
	background-color: transparent;
	border-color: #c6ab7c;
	border-radius: 3px;
	color: #fff;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}
.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl
{
	background-color: #ef4d38;
	border-color: #fd705d;
	color: #fff;
}
.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl
{
	background-image: none;
}
.btn-xl.disabled,.btn-xl[disabled],fieldset[disabled] .btn-xl,.btn-xl.disabled:hover,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl:hover,.btn-xl.disabled:focus,.btn-xl[disabled]:focus,fieldset[disabled] .btn-xl:focus,.btn-xl.disabled:active,.btn-xl[disabled]:active,fieldset[disabled] .btn-xl:active,.btn-xl.disabled.active,.btn-xl[disabled].active,fieldset[disabled] .btn-xl.active
{
	background-color: #ef4d38;
	border-color: #fd705d;
}
.btn-xl .badge
{
	background-color: #fff;
	color: #ef4d38;
}
.navbar-default
{
	background-color: #222;
	border-color: transparent;
}
.navbar-default .navbar-brand
{
	color: #ef4d38;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,cursive;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active
{
	color: #ef4d38;
}
.navbar-default .navbar-collapse
{
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle
{
	background-color: #ef4d38;
	border-color: #ef4d38;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
{
	background-color: #ef4d38;
}
.navbar-default .nav li a
{
	color: #c6ab7c;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus
{
	color: #ef4d38;
	outline: 0;
}
.navbar-default .navbar-nav>.active>a
{
	background-color: transparent;
	border-radius: 0;
	color: #ef4d38;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
{
	background-color: transparent;
	color: #ef4d38;
}
@media (min-width:768px)
{
	.navbar-default
	{
		background-color: transparent;
		border: 0;
		moz-transition: padding .3s;
		padding: 25px 0;
		transition: padding .3s;
		webkit-transition: padding .3s;
	}
	.navbar-default .navbar-brand
	{
		font-size: 2em;
		moz-transition: all .3s;
		transition: all .3s;
		webkit-transition: all .3s;
	}
	.navbar-default .navbar-nav>.active>a
	{
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink
	{
		
		padding: 20px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand
	{
		font-size: 1.5em;
	}
}
header
{
	background-attachment: scroll;
	background-image: url(../image/header-bg.jpg);
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	color: #fff;
	moz-background-size: cover;
	o-background-size: cover;
	text-align: center;
	webkit-background-size: cover;
}
header .intro-text
{
	padding-bottom: 50px;
	padding-top: 100px;
}
header .intro-text .intro-lead-in
{
	font-family: "SpecialElite","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
}
header .intro-text .intro-heading
{
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 50px;
	color:#ef4d38;
	font-weight: 700;
	text-transform: uppercase;
}
@media (min-width:768px)
{
	header .intro-text
	{
		padding-bottom: 200px;
		padding-top: 300px;
		position: relative;
		top: 100px;
	}
	header .intro-text .intro-lead-in
	{
		font-family: "SpecialElite","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 30px;
	}
	header .intro-text .intro-heading
	{
		font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 60px;
		color:#ef4d38;
		font-weight: 700;
		text-transform: uppercase;
	}
}
section
{
	padding: 80px 0;
}
section h2.section-heading
{
	font-size: 40px;
	margin-bottom: 15px;
	margin-top: 0;
}
section h3.section-subheading
{
	font-family: "SpecialElite","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 75px;
	text-transform: none;
}

.service-heading
{
	margin: 15px 0;
	text-transform: none;
}
#projects .projects-item
{
	margin: 0 0 15px;
	right: 0;
}
#projects .projects-item .projects-link
{
	display: block;
	margin: 0 auto;
	max-width: 400px;
	position: relative;
	height: 271px;
}
#projects .projects-item .projects-link .projects-hover
{
	background: rgba(239,77,56,0.9);
	height: 100%;
	moz-transition: all ease .5s;
	opacity: 0;
	position: absolute;
	transition: all ease .5s;
	webkit-transition: all ease .5s;
	width: 100%;
}
#projects .projects-item .projects-link .projects-hover:hover
{
	opacity: 1;
}
#projects .projects-item .projects-link .projects-hover .projects-hover-content
{
	color: #fff;
	font-size: 20px;
	height: 20px;
	margin-top: -10%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
#projects .projects-item .projects-link .projects-hover .projects-hover-content i
{
	margin-top: -12px;
}
#projects .projects-item .projects-link .projects-hover .projects-hover-content h3,#projects .projects-item .projects-link .projects-hover .projects-hover-content h4
{
	margin: 0;
}
#projects .projects-item .projects-caption
{
	margin: 0 auto;
	max-width: 400px;
	padding: 25px;
	text-align: center;
}
#projects .projects-item .projects-caption h4
{
	margin: 0;
	text-transform: none;
}
#projects .projects-item .projects-caption p
{
	font-family: "SpecialElite","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
	margin: 0;
}
#projects *
{
	z-index: 2;
}
@media (min-width:767px)
{
	#projects .projects-item
	{
		margin: 0 0 30px;
	}
}
.timeline
{
	list-style: none;
	padding: 0;
	position: relative;
}
.timeline:before
{
	background-color: #f1f1f1;
	bottom: 0;
	content: "";
	left: 40px;
	margin-left: -1.5px;
	position: absolute;
	top: 0;
	width: 2px;
}
.timeline>li
{
	margin-bottom: 50px;
	min-height: 50px;
	position: relative;
}
.timeline>li:before,.timeline>li:after
{
	content: " ";
	display: table;
}
.timeline>li:after
{
	clear: both;
}
.timeline>li .timeline-panel
{
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left;
	width: 100%;
}
.timeline>li .timeline-panel:before
{
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline>li .timeline-panel:after
{
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline>li .timeline-image
{
	background-color: #ef4d38;
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	color: #fff;
	height: 80px;
	left: 0;
	margin-left: 0;
	position: absolute;
	text-align: center;
	width: 80px;
	z-index: 100;
}
.timeline>li .timeline-image h4
{
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}
.timeline>li.timeline-inverted>.timeline-panel
{
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before
{
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after
{
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline>li:last-child
{
	margin-bottom: 0;
}
.timeline .timeline-heading h4
{
	color: inherit;
	margin-top: 0;
}
.timeline .timeline-heading h4.subheading
{
	text-transform: none;
}
.timeline .timeline-body>p,.timeline .timeline-body>ul
{
	margin-bottom: 0;
}
@media (min-width:768px)
{
	.timeline:before
	{
		left: 50%;
	}
	.timeline>li
	{
		margin-bottom: 100px;
		min-height: 100px;
	}
	.timeline>li .timeline-panel
	{
		float: left;
		padding: 0 20px 20px 30px;
		text-align: right;
		width: 41%;
	}
	.timeline>li .timeline-image
	{
		height: 100px;
		left: 50%;
		margin-left: -50px;
		width: 100px;
	}
	.timeline>li .timeline-image h4
	{
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}
	.timeline>li.timeline-inverted>.timeline-panel
	{
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}
}
@media (min-width:992px)
{
	.timeline>li
	{
		min-height: 150px;
	}
	.timeline>li .timeline-panel
	{
		padding: 0 20px 20px;
	}
	.timeline>li .timeline-image
	{
		height: 150px;
		margin-left: -75px;
		width: 150px;
	}
	.timeline>li .timeline-image h4
	{
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}
	.timeline>li.timeline-inverted>.timeline-panel
	{
		padding: 0 20px 20px;
	}
}
@media (min-width:1200px)
{
	.timeline>li
	{
		min-height: 170px;
	}
	.timeline>li .timeline-panel
	{
		padding: 0 20px 20px 100px;
	}
	.timeline>li .timeline-image
	{
		height: 170px;
		margin-left: -85px;
		width: 170px;
	}
	.timeline>li .timeline-image h4
	{
		margin-top: 40px;
	}
	.timeline>li.timeline-inverted>.timeline-panel
	{
		padding: 0 100px 20px 20px;
	}
}
.procedure-member
{
	margin-bottom: 50px;
	text-align: center;
}
.procedure-member img
{
	border: 7px solid #fff;
	margin: 0 auto;
}
.procedure-member h4
{
	margin-bottom: 0;
	margin-top: 25px;
	text-transform: none;
}
.procedure-member p
{
	margin-top: 0;
}
aside.clients img
{
	margin: 50px auto;
}
section#contact
{
	background-image: url(../image/bg-bottom.jpg);
	background-size:100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
section#contact .form-group
{
	margin-bottom: 25px;
}
section#contact .form-group input,section#contact .form-group textarea
{
	padding: 20px;
}
section#contact .form-group input.form-control
{
	height: auto;
}
section#contact .form-group textarea.form-control
{
	height: 236px;
}
section#contact .form-control:focus
{
	border-color: #ef4d38;
	box-shadow: none;
}
section#contact ::-webkit-input-placeholder
{
	color: #bbb;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact :-moz-placeholder
{
	color: #bbb;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact ::-moz-placeholder
{
	color: #bbb;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact :-ms-input-placeholder
{
	color: #bbb;
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact .text-danger
{
	color: #e74c3c;
}
footer
{
	padding: 25px 0;
	text-align: center;
}
footer span.copyright
{
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 40px;
	text-transform: none;
}
footer ul.quicklinks
{
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	text-transform: uppercase;
}
ul.social-buttons
{
	margin-bottom: 15px;
}
ul.social-buttons li a
{
	background-color: #c6ab7c;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 45px;
	moz-transition: all .3s;
	outline: 0;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 40px;
}
ul.social-buttons li a:hover,ul.social-buttons li a:focus,ul.social-buttons li a:active
{
	background-color: #ef4d38;
}
.btn:focus,.btn:active,.btn.active,.btn:active:focus
{
	outline: 0;
}
.projects-modal .modal-content
{
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
	webkit-box-shadow: none;
}
.projects-modal .modal-content h2
{
	font-size: 3em;
	margin-bottom: 15px;
}
.projects-modal .modal-content p
{
	margin-bottom: 30px;
}
.projects-modal .modal-content p.item-intro
{
	font-family: SpecialElite,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
}
.projects-modal .modal-content ul.list-inline
{
	margin-bottom: 30px;
	margin-top: 0;
}
.projects-modal .modal-content img
{

}
.projects-modal .close-modal
{
	background-color: transparent;
	cursor: pointer;
	height: 75px;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 75px;
}
.projects-modal .close-modal:hover
{
	opacity: .3;
}
.projects-modal .close-modal .lr
{
	background-color: #222;
	height: 75px;
	margin-left: 35px;
	ms-transform: rotate(45deg);
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 1px;
	z-index: 1051;
}
.projects-modal .close-modal .lr .rl
{
	background-color: #222;
	height: 75px;
	ms-transform: rotate(90deg);
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
	width: 1px;
	z-index: 1052;
}
.projects-modal .modal-backdrop
{
	display: none;
	opacity: 0;
}
::-moz-selection
{
	background: #ef4d38;
	text-shadow: none;
}
::selection
{
	background: #ef4d38;
	text-shadow: none;
}
img::selection
{
	background: 0 0;
}
img::-moz-selection
{
	background: 0 0;
}
body
{
	webkit-tap-highlight-color: #ef4d38;
}