@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);
@import url(https://fonts.googleapis.com/css?family=Signika:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Teko:400,700,600,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Passion+One);

fonts {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Signika', sans-serif;
	font-family: 'Teko', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Passion One', cursive;
}

@media only screen and (min-width : 992px) {

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: 400;
	color: rgba(11,11,11,1);
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body {
	padding-top: 70px;
	background-color: rgba(226,226,226,1);
	position: relative;
}
body#index {
	padding-top: 20px;
}
body#sub_page {
	padding-top: 110px;
}
div.modal-content{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5 {
	font-size: 48px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: rgba(210,0,0,1);
	text-transform: uppercase;
}
h1 {
	margin-top: 50px;
	font-weight: 700;
	width: 100%;
	position: relative;
}
h1:before {
	content: url(../img/h1_bg.png);
	width: 0;
	height: 0;
	margin-right: 15px;
}
h1:after {
	content: url(../img/h1_bg.png);
	width: 0;
	height: 0;
	margin-left: 15px;
}
h2 {
	margin-top: 50px;
	font-size: 36px;
	color: rgba(210,0,0,1);
}
h3 {
	font-size: 48px;
	margin-top: 120px;
	text-align: center;
	background-image: url(../img/h3_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h4 {
	font-size: 18px;
	color: rgba(11,11,11,1);
}
h5 {
	font-size: 18px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
}
.row {
	padding-bottom: 25px;
}
a {
	color: rgba(210,0,0,1);
	text-decoration: none;
}
a:hover,
a:focus {
	color: rgba(255,0,0,1);
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
h6.first {
	font-size: 150%;
	color: rgba(210,0,0,1);
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	line-height: 32px;
}
p.last {
	font-size: 150%;
	color: rgba(11,11,11,1);
	text-align: center;
}
p.squared {
	font-size: 150%;
	color: rgba(210,0,0,1);
	margin-bottom: 20px;
}
p.lead {
	font-size: 150%;
	color: rgba(11,11,11,1);
	margin-bottom: 20px;
}
p.small {
	font-size: 75%;
	text-transform: none;
	display: block;
}
.white {
	color: rgba(255,255,255,1);
	text-shadow: none;
	text-align: center;
}
.intro {
	padding-top: 40px;
}
ul.general_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.general_list li {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: rgba(11,11,11,1);
	line-height: 25px;
	padding-left: 25px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../img/list_tick.png);
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

.navbar-custom {
	text-align: center;
	height: 107px;
	background-image: url(../img/nav_bg.png) !important;
	background-repeat: repeat-x;
}
.navbar-custom .navbar-brand {
	height: 107px;
	width: 307px;
	background-image: url(../img/logo.png);
	background-position: 0px 0px;
}
.navbar-custom .navbar-nav > li > a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	color: rgba(245,245,245,1);
	text-align: center;
	text-shadow: none;
	margin: 0;
	margin-top: 20px;
	line-height: 60px;
	height: 67px;
	padding: 0;
	padding-right: 14px;
	padding-left: 14px;
	position: relative;
	width: 100%;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	color: rgba(234,234,234,1);
	background-color: transparent !important;
}
.navbar-custom .navbar-nav > .open > a {
	color: rgba(255,255,255,1);
	background-color: transparent !important;
	background-image: none;
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle {
	color: rgba(255,255,255,1);
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle:after {
	display: none;
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle.active {
	color: #710000;
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle:hover {
	color: rgba(255,255,255,1);
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle.active:hover {
	color: #710000;
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle:focus {
	color: rgba(255,255,255,1);
}
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
	color: rgba(255,255,255,1);
	background-color: transparent !important;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: #710000;
	background-color: transparent !important;
}
.dropdown-menu {
	-o-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	width: 260px;
	top: 73px;
    left: 50% !important;
	margin-left: -130px !important;
	padding-bottom: 6px;
	padding-top: 6px !important;
	background-color: #3C3C3C;
	background: -o-linear-gradient(#3C3C3C, #000000);
	background: -moz-linear-gradient(#3C3C3C, #000000);
	background: -webkit-linear-gradient(#3C3C3C, #000000);
	background: linear-gradient(#3C3C3C, #000000);
}
.dropdown-menu:before {
	position: absolute;
	content: "";
	left: 46%;
	top: -11px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 11px solid #3C3C3C;
}
ul.dropdown-menu li {
	display: inline;
}
.dropdown-menu > li > a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	text-align: center;
	text-shadow: none;
	height: 46px;
	line-height: 46px;
	border-top: none;
	border-bottom: 1px dotted rgba(98,98,98,1);
	background-color: transparent !important;
	background: none !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: rgba(245,245,245,1);
	background-color: rgba(82,82,82,0.5) !important;
	-webkit-box-shadow:inset 0 1px 8px 0 rgba(0,0,0,0.5);
	box-shadow:inset 0 1px 8px 0 rgba(0,0,0,0.5);
}
.dropdown-menu > .active > a {
	color: rgba(255,255,255,1);
	background-color: #3C3C3C !important;
	background: -webkit-linear-gradient(left, #000000, #3C3C3C, #000000);
	background: -o-linear-gradient(right, #000000, #3C3C3C, #000000);
	background: -moz-linear-gradient(right, #000000, #3C3C3C, #000000);
	background: linear-gradient(to right, #000000, #3C3C3C, #000000);
}
.navbar-custom .navbar-collapse {
	border-color: rgba(255,255,255,1);
	background-color: transparent !important;
	background: none !important;
}

.mobile-hide {
	display: block;
}
section {
	width: 100% !important;
}
section#main_page {
	padding-bottom: 50px;
	background-image: url(../img/gallery_section_div.png), url(../img/gallery_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section#panels {
	background-color: rgba(0,0,0,1);
	padding-top: 50px;
	background-image: url(../img/panel_section_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: auto;
	border-top: 2px solid rgba(0,0,0,1);
}
section#red {
	padding-bottom: 0;
	padding-top: 30px;
	margin-bottom: 0 !important;
	background-image: url(../img/red_bg.png);
	background-size: 100% 100%;
	-webkit-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.75);
	border-top: 2px solid rgba(255,255,255,1);
}
section#black {
	padding-top: 50px;
	background-image: url(../img/black_section_div.png), url(../img/black_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section#tips {
	padding-bottom: 0;
	padding-top: 30px;
	margin-bottom: 0 !important;
	background-image: url(../img/red_bg.png);
	background-size: 100% 100%;
	-webkit-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.75);
	border-top: 2px solid rgba(255,255,255,1);
}
section#map {
	padding-bottom: 0;
	padding-top: 30px;
	margin-bottom: 0 !important;
	background-image: url(../img/red_bg.png);
	background-size: 100% 100%;
	-webkit-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.75);
	border-top: 2px solid rgba(255,255,255,1);
}
section#leasing {
	background-image: url(../img/gallery_section_div.png), url(../img/gallery_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section#form {
	background-image: url(../img/gallery_section_div.png), url(../img/gallery_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section#about {
	background-image: url(../img/gallery_section_div.png), url(../img/gallery_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section#careflight {
	background-color: rgba(0,55,104,1);
	border-top: 2px solid rgba(255,255,255,1);
}
section#careflight h2 {
	color: #C49B6F;
	text-shadow: none;
	padding-top: 20px;
	font-size: 36px;
	text-align: left;
	background-image: url(../img/h2_racq_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

section.services {
	background-image: url(../img/gallery_section_div.png), url(../img/gallery_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section.services::last-child {
	background-image: url(../img/gallery_section_bg.png);
}

section.gallery {
	background-image: url(../img/gallery_section_div.png), url(../img/gallery_section_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
    background-size: auto, cover;
}
section.gallery::last-child {
	background-image: url(../img/gallery_section_bg.png);
}
section.gallery .portfolio-item .portfolio-caption h6.logo_caption {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(210,0,0,1);
	margin: 0;
	margin-top: 45px;
	margin-bottom: 0;
	text-align: center;
	min-height: auto;
}
section#form .form-block {
	padding: 0;
}
section#form .form-group {
	margin-bottom: 50px;
}
section#form .form-group label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(11,11,11,1);
}
section#form input[type="text"],
section#form input[type="email"],
section#form input[type="tel"],
section#form textarea.form-control {
	height: 40px;
	border: 1px solid #4f1200;
	padding: 20px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,1);
}
section#form input[type="text"]:focus,
section#form input[type="email"]:focus,
section#form input[type="tel"]:focus,
section#form textarea.form-control:focus {
	background-color: rgba(238,238,238,1);
	color: #000;
	border: 1px solid #4f1200;
}
section#form textarea.form-control {
	height: 188px;
}
p.help-block {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -25px;
	bottom: 4px;
}
p.help-block li {
	list-style-type: none;
	color: rgba(255,0,0,1);
	line-height: 1.75;
	font-size: 10px;
	font-weight: 700;
	text-shadow: none;
	margin: 0;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	border: 2px solid rgba(255,0,0,1);
}
p.help-block li::before {
	position: absolute;
	content: "";
	left: 50px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 9px solid rgba(255,0,0,1);
}


section#slide {
	background-image: url(../img/slide_img.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 634px;
}
section#slide .container {
	padding: 0 !important;
}
section#slide h2.slide-heading {
	font-size: 72px;
	text-shadow: none;
	color: rgba(210,0,0,1);
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden !important;
	height: 100px;
}

.panel-default {
	border: 2px solid rgba(255,255,255,1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: -112px;
	background: rgba(222,222,222,1);
	background: -moz-linear-gradient(left, rgba(222,222,222,1), rgba(254,254,254,1), rgba(222,222,222,1));
	background: -webkit-linear-gradient(left, rgba(222,222,222,1), rgba(254,254,254,1), rgba(222,222,222,1));
	background: linear-gradient(to right, rgba(222,222,222,1), rgba(254,254,254,1), rgba(222,222,222,1));
}
.panel-default > .panel-heading {
	background-color: rgba(210,0,0,1);
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	position: relative;
}
.panel-default > .panel-heading h4.cta {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,1);
	text-shadow: none;
	text-transform: uppercase;
}
.panel-default > .panel-heading.panel-one,
.panel-default > .panel-heading.panel-two,
.panel-default > .panel-heading.panel-three {
	background-image: url(../img/panel_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.panel-default .panel-heading.panel-one:after,
.panel-default .panel-heading.panel-two:after,
.panel-default .panel-heading.panel-three:after {
	background-image: url(../img/panel_down_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
	bottom: -9px;
	left: 0;
}

.panel-faqs {
	background-color: transparent !important;
	box-shadow: none;
}
.panel-faqs > .panel-heading {
	background-color: transparent !important;
	box-shadow: none;
}
.panel-faqs > .panel-heading:hover {
}
.panel-faqs > .panel-heading > h4.panel-title a.question {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: rgba(11,11,11,0.8);
	text-shadow: none;
	text-transform: none;
	box-shadow: none;
	text-decoration: none;
	width: 100%;
	display: block;
}
.panel-faqs > .panel-heading > h4.panel-title a.question:hover {
	text-decoration: none;
	color: rgba(11,11,11,1);
}
.panel-faqs .panel-body {
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(210,0,0,1) !important;
	border-radius: 5px;
	margin: 2px 0 2px 0;
	position: relative;
}
.panel-faqs .panel-body:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
	left: 35px;
    border-bottom: 7px solid rgba(210,0,0,1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.panel-faqs .panel-body p.panel-answer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgba(11,11,11,1);
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: rgba(11,11,11,1);
	font-weight: 400;
}
address strong {
	font-weight: 700;
	color: rgba(11,11,11,1);
}
address a {
	font-weight: 700;
	color: rgba(11,11,11,1);
}
address a:hover {
	font-weight: 700;
	color: rgba(210,0,0,1);
}
address i.fa {
	color: rgba(210,0,0,1);
}
ul.list-social-icons li a i.fa {
	color: rgba(255,0,255,1) !important;
}
ul.list-social-icons li a i.fa:hover {
	color: rgba(255,255,255,1) !important;
}

footer {
	margin: 0 !important;
	padding: 0;
	padding-bottom: 10px;
	color: rgba(255,255,255,1);
	text-shadow: none;
	height: auto;
	min-height: 240px;
	position: relative;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
footer .container {
	padding-top: 30px;
	margin-bottom: 5px;
}
footer .row {
	margin: 0 !important;
	padding: 0 !important;
}
footer p {
	font-size: 13px;
	color: rgba(255,255,255,1);
}
footer h4 {
	color: rgba(255,255,255,1);
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	text-transform: none;
}
footer ul.list-social-icons li a i.fa {
	color: rgba(255,0,255,1) !important;
}
footer ul.list-social-icons li a i.fa:hover {
	color: rgba(255,0,0,1) !important;
}
footer .logo {
	margin-bottom: 20px;
	overflow: hidden;
}
footer a {
	font-size: 13px;
	color: rgba(255,255,255,1) !important;
}
footer a:hover {
	color: rgba(255,255,255,0.8) !important;
}
footer p.copyright {
	text-align: left !important;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
}
footer p.credit,
footer p.credit a {
	text-align: right !important;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
}
footer .contact-info p {
	color: rgba(255,255,255,1) !important;
}
footer .contact-info p a {
	color: rgba(255,255,255,1) !important;
}
footer .contact-info p i.fa {
	color: rgba(255,255,255,1) !important;
	padding-right: 10px;
}

#sub-page footer {
	margin: 0 !important;
	padding: 0;
	padding-bottom: 17px;
	color: rgba(255,255,255,1);
	text-shadow: none;
	height: auto;
	min-height: 20px;
	position: relative;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-box-shadow: 0 -2px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 0 -2px 5px 2px rgba(0,0,0,0.75);
}
#sub-page footer p.copyright,
#sub-page footer p.copyright a {
	text-align: left !important;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
	margin: 0;
}
#sub-page footer p.credit,
#sub-page footer p.credit a {
	text-align: right !important;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
	margin: 0;
}


#scrollUp {
	color: rgba(51,51,51,0.35);
	background-color: rgba(255,255,255,0.35);
	text-shadow: none;
	bottom: 15px;
	right: 20px;
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 45px;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	-webkit-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
	display: block !important;
}
#scrollUp:hover {
	color: rgba(210,0,0,1);
	background-color: rgba(255,255,255,0.75);
}
.img-portfolio {
	margin-bottom: 30px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 10px 16px;
}
.btn-lg {
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-custom {
	background-color: rgba(0,204,51,1);
	color: rgba(255,255,255,1);
	box-shadow: none;
	text-align: center;
	margin: 15px 0 0 0;
}
.btn-custom:hover,
.btn-custom:focus {
	background-color: rgba(0,140,35,1);
	color: rgba(255,255,255,1);
}
.btn-red {
	background-color: rgba(210,0,0,1);
	color: rgba(255,255,255,1);
	box-shadow: none;
	text-shadow: none;
	font-size: 12px;
}
.btn-red:hover,
.btn-red:focus {
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	text-shadow: none;
	font-size: 12px;
}

.desktop-hide {
	display: none;
}
dt {
	font-size: 18px;
	margin-top: 15px;
	color: rgba(255,255,255,1);
	text-align: left;
}
dd {
	margin-top: 15px;
	color: rgba(255,255,255,1);
	text-align: left;
}
.img-responsive {
	border: 6px solid rgba(254,254,254,1);
	margin-bottom: 25px;
	margin-top: 15px;
}
.img-about {
	position: relative;
}
img.emotion {
	margin-top: 0;
}
img.careflight {
	border: none;
}

.customer_logos {
	border: none;
}
.image-caption {
	background-color: rgba(255,255,255,1);
	top: -28px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 38px;
}
.image-caption p {
	color: rgba(11,11,11,1);
	line-height: 28px;
	text-shadow: none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}

.box {
	background-color: transparent;
}
.effect2 {
	position: relative;
	z-index: 0;
}
.effect2:before,
.effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background-color: #535353;
	-o-box-shadow: 0 15px 10px #535353;
	-moz-box-shadow: 0 15px 10px #535353;
	-webkit-box-shadow: 0 15px 10px #535353;
	box-shadow: 0 15px 10px #535353;
	-o-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect2:after {
	-o-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.box2 {
	background-color: transparent;
}
.effect3 {
	position: relative;
	z-index: 0;
}
.effect3:before,
.effect3:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 12px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background-color: rgba(20,20,20,0.75);
	-o-box-shadow: 0 15px 10px rgba(20,20,20,0.75);
	-moz-box-shadow: 0 15px 10px rgba(20,20,20,0.75);
	-webkit-box-shadow: 0px 15px 10px rgba(20,20,20,0.75);
	box-shadow: 0px 15px 10px rgba(20,20,20,0.75);
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.effect3:after {
	-o-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	right: 10px;
	left: auto;
}
#portfolio .portfolio-item {
	margin: 0 0 15px;
	right: 0;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.portfolio-link img.modal-link {
	border: 6px solid rgba(255,255,255,1) !important;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(254,209,54,.9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-o-transition: all ease .25s;
	-ms-transition: all ease .25s;
	-moz-transition: all ease .25s;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	margin: 0;
}
#portfolio * {
	z-index: 2;
}
#portfolio .portfolio-item {
	margin: 0 0 15px;
}

.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: padding-box;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	min-width: 102%;
	min-height: 100%;
	padding: 0;
	background: rgba(14,14,14,0.7);
	position: relative;
	z-index: 999999999 !important;
	overflow: hidden;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: rgba(255,255,255,1);
	text-shadow: none;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	color: rgba(255,255,255,1);
	text-shadow: none;
}
.portfolio-modal .modal-content img {
	margin-bottom: 0px;
}
.portfolio-modal .close-modal {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
	z-index: 0;
}
.portfolio-modal .modal-img {
	margin: auto;
}
.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none;
}


.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black:active,
.btn-black.active {
	color: #fff;
	background-color: #1F2123;
	border-color: #fff;
}
header.carousel {
	height: 75%;
	border-bottom: 3px solid rgba(210,0,0,1);
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
	width: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.carousel-caption h2.slide-text {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 400;
	font-size: 24px;
	color: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	right: 5%;
	bottom: 10px;
	left: 5%;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	background-color: rgba(255,255,255,0.25);
	border-top: 2px solid rgba(255,255,255,1);
	border-bottom: 2px solid rgba(255,255,255,1);
}
.carousel img {
	width: 100%;
}
.carousel-caption {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: 10;
	padding: 0px;
	color: #fff;
	text-align: center;
}
.carousel-caption p {
}
.carousel-control {
	width: 8%;
}
.carousel-indicators {
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(11,11,11,0.6);
	border: none;
	border-radius: 2px;
}
.carousel-indicators .active {
	width: 40px;
	height: 4px;
	background-color: rgba(210,0,0,1);
	margin: 1px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.ktz {
	color: rgba(255,0,204,1) !important;
}

}
