@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,600,700|Open+Sans+Condensed:300,700);
@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;
}
*/
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: 110px;
	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,
h6 {
	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: 20px;
	font-size: 36px;
	font-weight: 700;
}
h2 {
	margin-top: 50px;
	font-size: 36px;
	color: rgba(210,0,0,1);
	background-image: url(../img/h3_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h3 {
	font-size: 36px;
	margin-top: 70px;
	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;
}
h6 {
	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: 20px;
	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 {
	color: rgba(210,0,0,1);
}
p.lead {
	font-size: 150%;
	color: rgba(11,11,11,1);
	margin-bottom: 20px;
}
.intro {
	padding-top: 20px;
}
small {
	font-size: 75%;
	text-transform: none;
	display: block;
}
.white {
	color: rgba(255,255,255,1);
	text-shadow: none;
	text-align: center;
}
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-shadow: none;
	background-image: url(../img/nav-xs_bg.png) !important;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 58px;
	border: none;
	text-align: center;
}
.navbar-custom .navbar-brand {
	background-image: url(../img/logo_xs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	height: 58px;
	width: 162px;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
}
.navbar-custom .navbar-nav > li > a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 22px;
 	text-transform: uppercase;
	color: rgba(245,245,245,1);
	text-align: center;
	text-shadow: none;
	height: 46px;
	line-height: 46px;
	background-color: transparent !important;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	background-color: transparent !important;
	color: rgba(255,255,255,1);
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
	color: rgba(255,255,255,1);
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: rgba(255,255,255,1);
}
.dropdown-menu {
	background-color: #3C3C3C;
	border-radius: 0;
	z-index: 999999 !important;
}
.dropdown-menu > li > a {
	background-color: #3C3C3C;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	color: rgba(245,245,245,1);
	text-align: center;
	text-shadow: none;
	height: 46px;
	line-height: 35px !important;
	border-top: 1px dotted rgba(98,98,98,1);
	background-color: #525252;
	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);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #252525;
	color: rgba(255,255,255,1);
}
.dropdown-menu > .active > a {
	color: rgba(255,255,255,1);
	background-color: #525252;
}
.navbar-custom .navbar-toggle {
	border: none;
	margin-top: 13px;
	margin-right: 10px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: rgba(255,255,255,1);
}
.navbar-custom .navbar-collapse {
	border: none;
	background-color: rgba(37,37,37,1);
	-o-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	background: -o-linear-gradient(#3C3C3C, #000000);
	background: -moz-linear-gradient(#3C3C3C, #000000);
	background: -webkit-linear-gradient(#3C3C3C, #000000);
	background: linear-gradient(#3C3C3C, #000000);
}
.navbar-custom .navbar-nav > li > a.dropdown-toggle:after {
	position: relative;
	top: 20px;
	left: 5px;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid rgba(255,255,255,1);
}
#scrollUp {
	display: none !important;
}
.mobile-hide {
	display: none;
}
section {
	width: 100% !important;
}
section#main_page {
	padding-top: 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_div_xs.png);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: auto;
	border-top: none;
}
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;
	padding-top: 60px;
}
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;
	padding-top: 60px;
}
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;
	padding-top: 60px;
}
section#careflight {
	background-color: rgba(0,55,104,1);
	background: -moz-linear-gradient(top, rgba(0,55,104,1) 0%, rgba(33,116,168,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,55,104,1) 0%,rgba(33,116,168,1) 100%);
	background: linear-gradient(to bottom, rgba(0,55,104,1) 0%,rgba(33,116,168,1) 100%);
	border-top: 2px solid rgba(255,255,255,1);
}
section#careflight h2 {
	color: #FFFFFF;
	text-shadow: none;
	padding-top: 20px;
	background-image: none;
	font-size: 24px;
	text-align: center;
}

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.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);
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 0 !important;
	text-align: center;
	min-height: 40px;
	width: 100%;
}

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: 0px;
}
p.help-block li {
	list-style-type: none;
	color: rgba(255,0,0,1);
	line-height: 1.75;
	font-size: 12px;
	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 {
	display: none;
}

.panel-default {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 5px;
}
.panel-default > .panel-heading {
	background-color: rgba(210,0,0,1);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	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-heading h4 {
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: rgba(210,0,0,1);
	text-transform: uppercase;
}

.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 {
	color: rgba(11,11,11,1);
}
address a:hover {
	color: rgba(210,0,0,1);
}
address i.fa {
	color: rgba(210,0,0,1);
	padding-right: 5px;
}
ul.list-social-icons li a.fb {
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
	width: 202px;
	height: 68px;
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}
ul.list-social-icons li a.fb:hover {
	background-position: 0 -80px;
}

footer {
	margin: 0 !important;
	padding: 0;
	padding-bottom: 10px;
	color: rgba(255,255,255,1);
	text-shadow: none;
	height: auto;
	display: block;
	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.details_header {
	color: rgba(255,255,255,1);
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 12px;
}
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,255,255,1) !important;
}
footer .logo {
	margin-bottom: 20px;
	overflow: hidden;
}
footer p.copyright,
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-top: 15px;
}
footer p.credit,
footer p.credit a {
	text-align: left !important;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
	margin-top: 15px;
}

#sub-page footer {
	margin: 0 !important;
	padding: 0;
	padding-bottom: 17px;
	color: rgba(255,255,255,1);
	text-shadow: none;
	height: auto;
	min-height: 75px;
	position: relative;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#sub-page footer p.copyright,
#sub-page footer p.copyright a {
	text-align: center;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
	margin-bottom: 0;
}
#sub-page footer p.credit,
#sub-page footer p.credit a {
	text-align: center;
	font-size: 10px !important;
	color: rgba(255,255,255,1) !important;
	line-height: 10px;
	padding: 0;
	margin-top: 10px;
}
.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;
	margin: 0 0 35px 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;
}
.btn-red:hover, .btn-red:focus {
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
}
.btn-center {
	margin: 0 auto;
}
.img-responsive {
	border: 6px solid rgba(254,254,254,1);
	margin-bottom: 25px;
	margin-top: 15px;
}
.img-about {
	margin-top: 40px;
}
img.careflight {
	border: none;
}
.image-caption {
	background-color: rgba(255,255,255,1);
	top: -28px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 38px;
}
.customer_logos {
	border: none;
}
.image-caption p {
	color: rgba(11,11,11,1);
	line-height: 20px;
	text-shadow: none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 18px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #d20000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color:  #d20000;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #d20000;
  border-color: rgba(226,226,226,1);
}
.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: #777;
	-o-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	-webkit-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.effect2:after {
	-o-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	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: 4px 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-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,1);
	background: -o-linear-gradient(rgba(71,71,71,1), rgba(14,14,14,1));
	background: -ms-linear-gradient(rgba(71,71,71,1), rgba(14,14,14,1));
	background: -moz-linear-gradient(rgba(71,71,71,1), rgba(14,14,14,1));
	background: -webkit-linear-gradient(rgba(71,71,71,1), rgba(14,14,14,1));
	background: linear-gradient(rgba(71,71,71,1), rgba(14,14,14,1));
	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: #f0ad4e;
	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: 65%;
	border-bottom: 3px solid rgba(210,0,0,1);
	margin-bottom: 0;
}
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 img {
	width:100%;
}
.carousel-caption {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 40px;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel-caption p {
	line-height: 40px;
	margin-top: 0;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
	text-align: center;
	text-shadow: -1px 2px 2px rgba(0,0,0,1);
	font-family: 'Open Sans Condensed', sans-serif;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}
.carousel-control {
	width: 100%;
}
.carousel-indicators {
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 15;
	width: 90%;
	padding-left: 0;
	margin-left: 5%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10%;
	height: 4px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(11,11,11,1);
	border: none;
	border-radius: 2px;
}
.carousel-indicators .active {
	width: 10%;
	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;
}
.nav-pills > li {
	float: left;
}
.nav-pills li a.active {
	border-radius: 4px;
	color: #fff;
	background-color: #FF00FF;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a {
	color: #fff;
	background-color: #FF0000;
}
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #0000FF;
}
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #FF0000;
}
.fab_overlay {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255,255,255,0.5);
	display: none;
}
.fab_wrapper {
	z-index: 1;
	width: 100%;
	height: 240px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}
.sub_fab_btns_wrapper {
	right: 0;
	bottom: 75px;
	position: absolute;
	display: none;
	opacity: 0;
	-o-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	pointer-events: all;
}
.sub_fab_btns_wrapper button[data-link-title]:hover:after {
	content: attr(data-link-title);
	opacity: 1;
	transition: all 0.5s;
	background: rgba(0,0,0,0.4);
	padding: 4px 10px;
	border-radius: 3px;
	color: rgba(255,255,255,0.8);
	font-size: 13px;
	pointer-events: none;
	position: absolute;
	right: 110%;
	min-width: 150px;
}
.sub_fab_btns_wrapper.show {
	display: block;
	opacity: 1;
}
.sub_fab_btns_wrapper button {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #F44336;
	margin-bottom: 12px;
	margin-right: 26px;
	padding: 0;
	border: none;
	outline: none;
	color: #rgba(255,255,255,1);
	font-size: 19px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: .3s;  
	pointer-events: all;
}
button.fab_main_btn {
	background-color: rgba(102,204,51,1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: 16px;
	bottom: 16px;
	position: absolute;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: 2px solid rgba(255,255,255,1);
	outline: none;
	color: rgba(255,255,255,1);
	font-size: 26px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: .3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	pointer-events: all;
}
.fab_main_btn span {
	transition: .5s;  
}
.fab_main_btn:focus {
	transform: scale(1.1);
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	background-color: rgba(210,0,0,1);
}
.ink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: all;
}
.animate {
	-o-animation: ripple 0.65s linear;
	-ms-animation: ripple 0.65s linear;
	-moz-animation: ripple 0.65s linear;
	-webkit-animation: ripple 0.65s linear;
	animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
		opacity: 0; 
		-webkit-transform: scale(2.5);
	}
}
@-moz-keyframes ripple {
    100% {
		opacity: 0; 
		-moz-transform: scale(2.5);
	}
}
@-o-keyframes ripple {
    100% {
		opacity: 0; 
		-o-transform: scale(2.5);
	}
}
@keyframes ripple {
    100% {
		opacity: 0; 
		transform: scale(2.5);
	}
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-before-label {
	opacity: 0; }
.twentytwenty-before-label:before {
    content: "";
}
.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-after-label:before {
	content: "";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}
.twentytwenty-before {
	z-index: 20;
}
.twentytwenty-after {
	z-index: 10;
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}
.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}
.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}
#preloader  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	height: 1000%;
	background-color: rgba(153,153,153,0.7);
}
#status  {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	z-index: 9999999;
}
ul.sitemap-list {
	position: relative;
	margin: 50px 0;
	padding: 25px 0 0;
	list-style-type: none;
}
ul.sitemap-list li a {
	text-align: left;
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 18px;
	text-decoration: none;
	color: rgba(51,51,51,1);
}
ul.sitemap-list li a:hover {
	color: rgba(255,0,0,1);
	text-decoration: underline;
}
ul.sitemap-list li.list-heading {
	color: rgba(210,0,0,1);
	list-style-type: none;
}
ul.sitemap-list li.list-content {
	background-image: url(../img/footer_nav_tree.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: rgba(210,0,0,1);
	padding: 0;
	padding-left: 45px;
}
ul.sitemap-list li.list-content-last {
	background-image: url(../img/footer_nav_tree.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	color: rgba(210,0,0,1);
	padding: 0;
	padding-left: 45px;
}
ul.sitemap-list li.list-content a,
ul.sitemap-list li.list-content-last a {
	color: rgba(210,0,0,1);
	text-decoration: none;
}
ul.sitemap-list li.list-content a:hover,
ul.sitemap-list li.list-content-last a:hover {
	color: rgba(255,0,0,1);
	text-decoration: underline;
}

.ktz {
	color: rgba(255,0,204,1) !important;
}
.opt {
	color: rgba(0,255,0,1) !important;
}