body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f6f6f6;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
	overflow-x: hidden;
	padding: 30px 30px 0 30px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: #333;
}

a:hover, a:focus {
	color: #cd1719;
}

a:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    letter-spacing: 1px;
	text-transform: uppercase;
}

h2.title {
	margin-bottom: 50px;
}

p {
    font-size: 14px;
    line-height: 26px;
}

.smoothie,
.smoothie:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.navbar-default {
    border-color: transparent;
    background-color: #fcfcfc;
}

.navbar-default .brand {
	color: #fff;
	font-size: 72px;
	font-weight: 100;
	line-height: 1;
	margin-right: 35px;
	margin-top: 8px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	text-transform: uppercase;
}

.navbar-default .brand:first-letter {
	font-weight: 900;
}

.navbar-default .brand:hover {
	text-decoration: none;
}

.navbar-default.background--light .brand, .navbar-default.navbar-shrink .brand {
	color: #333;
}

.btn-navbar {
	display: none;
}

#navbar-social {
	margin-top: 25px;
}

#navbar-social a {
    color: #fff;
}

.navbar-default .nav > li {
	float: left;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
	line-height: 20px;
    padding: 25px 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    letter-spacing: 2px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}

.navbar-default li.parent > a:after {
	content:"\e688";
	display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.navbar-default .nav-child {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fcfcfc;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-default li.parent:hover > ul.nav-child {
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar-default ul.nav-child li a {
	color: #333;
	display: block;
	font-size: 12px;
    padding: 10px 15px;
	white-space: nowrap;
}

.navbar-default .nav .nav-child li a:hover {
    background-color: #F2F3F5;
	text-decoration: none;
}

.navbar-default.background--dark .nav li > a, .navbar-default.background--dark .navbar-brand, #headerwrap.background--dark .intro-text, .navbar-default .nav li > a, .navbar-default .navbar-brand, #headerwrap .intro-text {
	color: #fff;
}

.navbar-default.background--light .nav li > a, .navbar-default.background--light .navbar-brand, #headerwrap.background--light .intro-text, .navbar-default.background--light #navbar-social a, #headerwrap.background--light .slider-control a, .navbar-default.navbar-shrink .nav li > a, .navbar-default.navbar-shrink .navbar-brand, .navbar-default.navbar-shrink #navbar-social a {
	color: #333;
}

.home #content {
	padding-top: 0;
}

.section-inner {
    padding: 120px 0
}

.mb100 {
    margin-bottom: 100px;
}

section h2.module-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 46px;
    letter-spacing: 6px;
    font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

section h3.module-subtitle {
    text-transform: lowercase;
	font-family: 'Satisfy', cursive;
    font-size: 24px;
    font-weight: 300;
    clear: both;
    display: block;
    padding-top: 20px;
	text-align: center;
}

.welcome-right .moduletable {
	display: inline-block;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;
}

.thin-hr {
    margin: 30px 0 40px;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    border: none;
}

.thin-hr.bordered {
    margin: 20px 0;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    border: 1px solid #333;
}

.thin-hr:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #333;
    left: 50%;
    margin-left: -60px;
}

section.section {
	border-bottom: 30px solid;
}

.silver-bg {
	background-color: #f2f3f5;
}

.opaqued-bg {
    background-color: rgba(255,255,255, 0.6);
}

.dark-bg {
	background-color: #2b2b2b;
}

.dark-bg.parallax {
    background-color: rgba(0, 0, 0, 0.8);
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg a, .dark-bg {
	color: #f3f3f3;
}

footer.footer {
	padding: 60px 0;
}

.jf {
	padding: 15px 0 40px;
}

.jflink {
    background: transparent url("../images/jf.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    text-indent: -9999px;
    width: 172px;
	margin: 0 auto;
}

footer span.copyright {
    letter-spacing: 1px;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
    padding: 15px 10px;
    display: block;
    font-size: 14px;
}

footer .social-links li {
    padding: 15px 30px
}

footer .social-links li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
}

#bottom-frame {
    position: fixed;
    height: 30px;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #f6f6f6;
	z-index: 9999;
}

a#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #f6f6f6;
    padding: 10px 20px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

a#back-to-top.show {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	padding: 0 15px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel-paged .moduleItem {
	position: relative;
}

.owl-carousel-paged img {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	
}
.bannergroup .owl-carousel-paged img {max-width: 200px;}
.overlay-item-caption {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 28%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 28%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 28%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 28%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 28%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    text-align: center;    
    text-shadow: 0 0 1px #000;
}

.hover-item-caption {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(0,0,0, 0.8);
    text-align: center;
    z-index: 2;
}

.hover-item:hover .hover-item-caption {
    opacity: 1;
}

.hover-item:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.hover-item-caption .vertical-middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hover-item-caption .moduleItemTitle {
    font-size: 24px;
    margin: 0;
    color: #fefefe;
    font-weight: 900;
    letter-spacing: 4px;
	text-transform: uppercase;	
}

.hover-item-caption .moduleItemTitle:hover {
	text-decoration: none;
}

.hover-item:hover .hover-item-caption .smoothie  {
    top: -20px;
    position: relative;
}

.hover-item:hover .hover-item-caption .smoothie  {
    top: 0px;
}

.hover-item-caption .hover-bar {
    position: absolute;
    bottom: 0px;
    height: 8px;
    width: 0%;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hover-item:hover .hover-item-caption .hover-bar {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.banneritem {
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  TABS
/*-----------------------------------------------------------------------------------*/

.nav.nav-justified > li > a {
    position: relative;
}

.icon-tabs li:after {
    content: '--';
    right: 0;
    position: absolute;
    top: 50%;
    letter-spacing: -2px;
}

.icon-tabs li a {
    opacity: 0.4;
}

.icon-tabs li a:hover, .icon-tabs li.active a {
	color: #fff;
    opacity: 1;
}

.icon-tabs li:last-of-type:after, .dark-wrapper .icon-tabs li:last-of-type:after {
    display: none;
}

.icon-tabs li .tabtitle {
    clear: both;
    display: block;
    margin: 15px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    padding: 0;
}

.tab-content {
	padding: 30px 30px 20px;
}

.tab-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 30px;
}

.section-half .col-sm-6 {
	padding: 120px 60px;
}

div.k2ItemsBlock ul.portfolio-items {
    margin-left: -15px;
    margin-right: -15px;
}

div.k2ItemsBlock ul.portfolio-filter {
	margin-bottom: 30px;
}

.portfolio-item {
    margin-bottom: 30px;
}

#mapwrapper {
    clear: both;
    display: block;
    min-height: 400px;
    position: relative;
}

.section-contact {
	background: url(../images/office-820390.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.section-contact .section-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-contact .section-inner {
	position: relative;
}

#simpleCcontactForm .contactInput {
	border: 2px solid;
	float: left;
    margin: 0 0.5% 10px;
    width: 32.3333%;
	height: 53px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 2px solid;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#simpleCcontactForm .contactInput:focus {
	border-color: #cd1719;
}

#simpleCcontactForm  .contactTextarea {
    border-top: 2px solid;
    margin: 5px 0 0 4px;
    min-height: 250px;
    width: 99.1%;
}

.contactInput::-webkit-input-placeholder {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.contactInput:-moz-placeholder {
    /* Firefox 18- */
    
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.contactInput::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.contactInput:-ms-input-placeholder {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

#slideshow {
	overflow: hidden;
	position: relative;
}

#slideshow .custom {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

#slideshow .custom h2 {
	font-size: 80px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

#tubular-container {
	position: absolute !important;
}

div#tubular-player {
	display: none !important;
}

.mouse {
    border: 2px solid #333;
	border-radius: 10px;
    display: block;
    height: 40px;
    margin-left: -14px;
    transform: none;
    width: 28px;
	bottom: 100px;
    left: 50%;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.wheel {
	background: #333;
    height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(1, 0);
    -moz-transform: translate(0px, -100%) scale(1, 0);
    -o-transform: translate(0px, -100%) scale(1, 0);
    -ms-transform: translate(0px, -100%) scale(1, 0);
    transform: translate(0px, -100%) scale(1, 0);
    opacity: 0;
    z-index: 9999999
}

#search-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1
}

#search-wrapper input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #333;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none
}

#search-wrapper .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -52px
}

#search-wrapper .close {
    position: fixed;
    top: 7px;
    right: 43px;
    color: #fff;
    background-color: transparent;
    color: #333;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 36px;
}

#search-wrapper label {
	display: none;
}

#search-bt {
	color: #fff;
	margin-top: 24px;
}

.navbar-default.background--light #search-bt, .navbar-default.navbar-shrink #search-bt {
	color: #333;
}

#content .search {
	padding:  120px 30px 0;
}

#content .search .radio input[type="radio"], #content .search .radio-inline input[type="radio"], #content .search .checkbox input[type="checkbox"], #content .search .checkbox-inline input[type="checkbox"] {
	position: static;
	margin-left: 0;
	margin-right: 5px;
}

.icon-search:before {
	content: "Search";
}

@media(min-width:768px) {
	.navbar-fixed-top .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}

    .navbar-default {
        padding: 30px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        margin-bottom: 0;
    }
    .navbar-default .navbar-brand {
        font-size: 24px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        font-weight: 900;
    }
    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #f6f6f6;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
	.navbar-default ul.nav-child:after {
		position: absolute;
		top: -6px;
		margin-right: -10px;
		right: 40%;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #ffffff;
		border-left: 6px solid transparent;
		content: '';
	}
}
@media (min-width:768px) and (max-width:979px) {
#slideshow .custom h2 {
	font-size: 60px;
}	
}
@media (max-width:767px) {
#slideshow .custom h2 {
	font-size: 30px;
}	

#search-bt {
    margin-top: 18px;
    position: absolute;
    right: 15px;
    top: 0;
}

.navbar-default .navbar-toggle {
	margin-right: 25px;
}

.navbar-default .brand {
	font-size: 27px;
}

#search-bt {
	color: #333;
}
}