/*
Theme Name: Spicy Brocoli Base Theme
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	background-color: #fff;
	color: #fff;
    height: 100%;
    overflow: hidden;
}
body.loaded {
    overflow: visible;
}
h1, h2, h3, h4, h5, h6, .title-header {
    font-family: 'Oswald', sans-serif;
	clear: both;
	font-weight: 400;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
ol, ul {
	list-style: none;
}
p,
article ul > li {
	font-size: 20px;
	line-height: 25px;
	font-weight: 200;
	margin-bottom: 30px;
    color: #fff;
}
.font-oswald {
font-family: 'Oswald', sans-serif;
}
.font-source-sans {
    font-family: 'Source Sans Pro', sans-serif;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover {
	text-decoration: none;
	color: #242e40;
}
a:hover {
    text-decoration: none;
}
a, a *, a:before, a:after,
.btn,
.branding,
.article-header,
.project-overlay,
.arrow-top {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.align-center {
    text-align: center;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1201px) {
.container {
	width: 1230px;
}
.menu-trigger {
	display: none !important;
}
}
.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.clearfix:after, .container:after, .row:after, .package-wrapper {
	content: "";
	display: table;
	clear: both;
}
/* COLUMNS CONFIGURATION */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 667px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 1024px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
/* END COLUMNS CONFIGURATIONS */

/* SECTION CONFIG  */
.section-space,
.section-space-bottom {
    padding-bottom: 90px;
}
.section-space,
.section-space-top {
    padding-top: 90px;
}
.section-space-sm,
.section-space-bottom-sm {
    padding-bottom: 45px;
}
.section-space-sm,
.section-space-top-sm {
    padding-top: 45px;
}
.section-space-double,
.section-space-bottom-double {
    padding-bottom: 180px;
}
.section-space-double,
.section-space-top-double {
    padding-top: 180px;
}
/* END SECTION CONFIG */
/* STRIPS */
.strip { }
/* END SECTION MAIN-NAVIGATION */
/* SECTION HERO */
section#hero-image {
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: -40px;
}
/* END SECTION HERO */
/* BTNS */
.btn-wrapper {
	display: table;
	margin: 0 auto;
}
.btn-wrapper.right {
    margin-right: 0;
}
.btn-wrapper.left {
    margin-left: 0;
}
a.btn, .btn {
	padding: 14px 25px;
	display: block;
	color: #eea975;
	font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #eea975;
    text-decoration: none;
    letter-spacing: 2px;
}
a.btn.big, .btn.big {
    font-size: 22px;
    line-height: 25px;
}
a.btn.small, .btn.small {
    line-height: 17px;
    padding: 10px 20px;
}
a.btn:hover, .btn:hover {
    background-color: #eea975;
    color: #242e40;
}
input.btn {
    height: 45px;
    line-height: 0;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
}
input, textarea {
    height: 70px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 25px;
    color: #242e40;
}
textarea {
    height: 260px;
    padding-top: 15px;
}
/* END BTNS */
/* BGS & colors */
.bg-blue {
	background-color: #242e40;
}
.bg-blue-light {
    background-color: #2f4871;
}
.bg-grey {
    background-color: #eaeaea;
}
.c-blue {
    color: #2f4871;
}
.c-gold {
    color: #eea975;
}

/* END BGS */
.arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(images/icons/ico-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.arrow.arrow-down {
    bottom: 14px;
    left: 50%;
    margin-left: -25px;
}
.arrow.arrow-left {
    left: 0px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrow.arrow-right {
    right: 0px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.arrow:hover {
    background-position: bottom center;
}

/* SLIDER */
section.slider {
	position: relative;
}
div#slider {
    height: 100%;
}

/* CAROUSEL CONFIG */
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: table-cell;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
	position: absolute;
    left: 50%;
    z-index: 15;
    width: 684px;
    padding-left: 0;
    margin-left: -342px;
    text-align: center;
    list-style: none;
	background-size:cover;
    height: 46px;
    padding-top: 15px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  margin: 0 3px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #3fb34f;
  border-color: #3fb34f;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
*/
.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;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* END CAROUSEL*/
/* END SLIDER */
/* SECTION header */
header {
    position: static;
    height: 100px;
}
section#header {
    position: fixed;
    top: 0;
    background-color: #2f4871;
    width: 100%;
    z-index: 999;
}
:not(.home) section#header{
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

section#header .header-wrapper{
    display: table;
    width: 100%;
    padding: 23px 15px;
    height: 100px;
    max-width: 1600px;
    margin: 0 auto;
}
.branding {
    position: absolute;
    display: table;
    width: 100%;
    max-width: 1120px;
    left: 50%;
    margin-left: -560px;
    z-index: 0;
    top: 30px;
}
.home.scrolled section#header{
box-shadow: 0px 0px 10px rgba(0,0,0,.7);
}
.home.scrolled .branding {
    -ms-transform:  translateY(0px); /* IE 9 */
    -webkit-transform:  translateY(0px); /* Chrome, Safari, Opera */
    transform:  translateY(0px);
}
.home .branding {
    -ms-transform:  translateY(-150px); /* IE 9 */
    -webkit-transform:  translateY(-150px); /* Chrome, Safari, Opera */
    transform:  translateY(-150px);
}
section#header .header-wrapper > div{
    display: table-cell;
    vertical-align: middle;
}
.navigation nav ul {
    position: relative;
    float: right;
    z-index: 1;
}
.navigation nav ul > li {
    float: left;
    margin-left: 20px;
}
.navigation nav ul > li a{
    padding: 14px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid transparent;
}
.navigation nav ul > li.current-menu-item a,
.navigation nav ul > li a:hover {
    color: #eea975;
    border-color: #eea975;
}
.navigation .sub-menu {
    display: none;
}
/* END SECTION header */
/* SECTION hero */
section#hero {
    height: 700px;
}
#hero-slider {
    height: 100%;
}
section#hero .carousel-inner > .active {
    display: block;
    height: 100%;
}
.hero-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.hero-wrap {
    display: table-cell;
    vertical-align: middle;
    background-size: cover;
    background-position: center center;
}
.hero-wrap .title-header {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}
.title-blurb {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 30px;
    font-style: italic;
    color: #fff;
    font-weight: 100;
}
.title-blurb,
.hero-wrap .title-header {
    text-shadow: 0px 0px 45px #000;
}
.logo-hero {
    display: table;
    margin: 0 auto;
    margin-bottom: 80px;
}
/* END SECTION hero */
/* SECTION about-us */
section#about-us {
    background-color: #242e40;
}
section#about-us .title-header {
    text-align: left;
}
section#about-us p {
    margin-bottom: 0;
}
/* END SECTION about-us */
/* SECTION ourservices */
.service-wrap .img {
    height: 155px;
    width: 155px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}
.service-wrap .title {
    text-align: center;
    padding: 25px 0 35px;
    font-size: 26px;
    font-weight: 600;
}
a.call-link {
    text-align: center;
    display: block;
    color: #eea975;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 22px;
    margin-top: 30px;
}
/* END SECTION ourservices */
/* SECTION join-conversation */
section#join-conversation {

}
ul.sm {
    display: table;
    margin: 0 auto;
}
ul.sm li{
    display: table-cell;
}
ul.sm li a{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #eee;
    border-radius: 50%;
    margin: 0 10px;
    position: relative;
}
ul.sm li a:hover{
    background-color: #ddd;
}
ul.sm li a span {
    display: table-cell;
    width: 30px;
    height: 30px;
    background-image: url(images/icons/icon-sm.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}
ul.sm li.facebook a span {
    background-position: center;
}
ul.sm li.gplus a span {
    background-position: right;
}
/* END SECTION join-conversation */
/* SECTION footer-bottom */
section#footer-bottom {
    background: #323232;
    padding: 35px 0;
    color: #686869;
    font-size: 12px;
    padding: 40px 0 35px;
    position: relative;
}
section#footer-bottom .sbm {
    text-align: right;
}
section#footer-bottom a {
    text-decoration: underline;
}
section#footer-bottom a:hover {
    text-decoration: none;
    color: #65645f;
}
section#footer-bottom a{
    padding-right: 95px;
}
section#footer-bottom img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}
/* END SECTION footer-bottom */
/* SECTION page */
section#page {
    position: relative;
}
article header {
    height: 135px;
}
.article-header {
    position: fixed;
    border: 2px solid #f1aa75;
    height: 70px;
    display: table;
    width: 100%;
    z-index: 3;
    background: #fff;
}
.loaded .article-header {
    height: 135px;
}
.article-header.stickit-end {
    position: absolute;
    bottom: 0;
}
.article-header h1 {
    display: table-cell;
    vertical-align: middle;
    color: #f1aa75;
    font-size: 36px;
}
.scrolled .article-header {
    height: 70px;
}
.scrolled .article-header {
    height: 70px;
}
/* END SECTION page */
.hero-header {
    background-size: cover;
    background-position: center center;
}
.contact-header {
    background-image: url(images/bg-contact-map.jpg);
}
.contact-header .row {
    margin-bottom: 25px;
}
.page-content .content,
.contact-page .content {
    background-color: rgba(36, 46, 64, .7);
    margin: 30px 10px;
    padding: 25px;
}
.contact-page .content a {
    color: #fff;
}
.contact-page .content strong {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.contact-page .content .contact-person strong {
    margin-bottom: -20px;
}
.page-simple {
    background-image: url(images/img-slider-home.jpg);
    background-size: cover;
    background-position: center center;
}
.page-simple.project-header {
    background-position: top center;
}
.page-simple.project-header .container {
    min-height: 450px;
    position: relative;
}
ul.projects-nav {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
}
ul.projects-nav li {
    float: left;
    width: 20%;
    padding: 0 4px;
}
.page-service ul.projects-nav li {
    width: 33.3334%;
}
ul.projects-nav li {
    float: left;
    width: 20%;
    padding: 0 4px;
}
ul.projects-nav a {
    background: rgba(36, 46, 64,.8);
    padding: 15px;
    text-align: center;
    width: 100%;
    display: block;
}
ul.projects-nav a:hover {
    color: #f1aa75;
}
ul.projects-nav a.current {
    background: rgba(36, 46, 64, 1);
    color: #f1aa75;
}
.content p:last-child {
    margin-bottom: 0;
}
/* SECTION sectionName */
section#sectionName {

}
a.project-gallery-img {
    margin-bottom: 20px;
    display: block;
}
.project-wrap {
    display: table;
    width: 100%;
    max-width:  390px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;

}
.project-overlay {
    position: absolute;
    height: 190px;
    width: 100%;
    padding: 20px;
    display: table;
    top: 50%;
    margin-top: -95px;
    visibility: hidden;
    opacity: 0;
}
.project-wrap.showAlways .project-overlay,
.project-wrap:hover .project-overlay {
    visibility: visible;
    opacity: 1;
}
.project-overlay > div {

    background-color: rgba(36, 46, 64, .7);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.project-overlay > div span {
    color: #eea975; /*f1aa75*/
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
}
/* END SECTION sectionName */
.testimonial-gap {
    height: 135px;
    display: block;
}
.testimonial-wrap p {
    margin-bottom: 10px;
}
.excerpt {
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    padding: 0 20px;
    line-height: 30px;

    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 75%;
}
section.page-service ul {
    padding: 0 70px;
}
section.page-service ul li {
    list-style: initial;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 200;
    list-style-position: outside;
}
.service-content {
    min-height: 360px;
}
/* SECTION loading */
.loading-wrapper {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 90;
    height: 100%;
    background: #eaeaea;
    display: table;
}
.spinner {
    display: table-cell;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 100px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #eea975;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* END SECTION loading */
.arrow-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: -100px;
    right: 15px;
}

.arrow-top span {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('images/icons/arrow-top.png');
}
/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */
/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */

#contact .contact-left p {
text-align:center;
}