@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900');
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
position:relative;
display: block;
}

body {
	font-family: 'Work Sans', sans-serif;
	color:#333;
    overflow-x: hidden;
}

.center-block{
   display: inline-block !important;
    float:none;
}
.row-centered {
    text-align: center;
}
div[contenteditable]:focus {
    outline: none;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-family: 'Bitter', sans-serif;
}
h1 {
    color:inherit;
}
h2 {
    color:inherit;
}
h3 {
    color:inherit;
}
h4 {
    color:inherit;
}
a {
	color:inherit;
    text-decoration: underline;
}

.btn.btn-link {
	color:#FFFFFF;
}
.btn-link:hover {
	color:#e6442e;
	text-decoration: none;
}

img.colorHover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s;
}
img.colorHover:hover {
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

*[data-href]:not([data-href=""]) {
	cursor:pointer;
}
img:not(.media-object) {
	max-width:100%;
	height:auto !important;
}
section {
	background-color:#FFF;
    max-width: 100vw;
    overflow-x: hidden;
}
section[data-initstate=hide] {
    display: none;
}
section[data-style=dark] {
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

.btn-white {
	color:#333;
}
.btn-whiteout {
 	color:#FFF;
  border:1px solid #FFF;
}
.btn-info {

}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.row.pad5 {
    margin-left: -5px;
    margin-right: -5px;
}
.row.pad5 > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}
section[data-sectionclass="nogutter"] p {
    margin:0; padding:0;
}
section[data-sectionclass="nogutter"] .container-fluid {
    margin: 0; padding:0;
}
section[data-sectionclass="nogutter"] .row {
    margin-left: 0;
    margin-right: 0;
}
section[data-sectionclass="nogutter"] .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
@media only screen and (min-width : 200px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
}

@media (min-width: 100px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
 
}
p.nomargin {
    margin:0; padding:0;
}



.chooseLang {
	position:absolute;
	top:20px; right:40px;
	z-index:10;
}
.chooseLang a {
	margin:0 3px;
}
@media (max-width: 768px) {
    .chooseLang {
        position:absolute;
        top:20px; right:80px;
        z-index:10;
    }
}
.navbar {
    background-color: #FFF;
	border-bottom:0;
	transition:all 0.3s;
	transform:translateY(0);
    margin-bottom: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    min-height: auto !important;
}
.navbar .navbar-brand img {
    width:180px;
}
.navbar-brand img {
    transition:all 0.3s;	
}
.navbar > .container-fluid {
    padding: 0;
}
.container-fluid {
    padding: 0;
}

.navbar + * {
    margin-top: 65px;
}
@media (max-width: 768px) {
	.navbar-toggle {
		top:10px;
		background-color: #3B835C;
		border: 0;
	}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .navbar-right {
        margin-top: 0px;
    }
    .navbar-default .navbar-nav > li {
        padding-top:5px; padding-bottom:5px;
    }
    .navbar.withBack .navbar-nav > li {
        padding-top:5px; padding-bottom:5px;
    }
    .navbar.withBack .navbar-brand img {
       /* width:150px; */
    }
    .navbar + * {
        margin-top: 67px;
    }
}
.navbar-brand {
	/*display: inline-block;
    float:none;*/
	background-color:transparent;
    height: auto;
    margin-top: 0; padding-top: 0;
    margin-bottom: 0; padding-bottom: 0;
}

.navbar-brand img {
  	height:auto !important;
	max-width:none !important;
    transition:all 0.3s;
    display: block;
}

.navbar-brand {
    position: absolute;
    left:50%;
    margin-left: -90px !important;
}

.navbar-icon {
    display: inline-block;
    cursor: pointer;
    padding:13px 0;
	vertical-align: middle;
    
}





@media (max-width: 768px) {
    .navbar .navbar-brand img {
		width:40px;
        margin-top:8px;
	}
	.navbar-brand {
		padding-top:10px;
	}
}
.navbar-right {
  	padding-right:25px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .navbar {
       margin-top:0px;
    }
	.navbar-right {
		text-align:left;
	}
}


.navbar.navbar-default li a {
    font-family: 'Helvetica Neue', Sans-Serif;
    font-size:18px;
    font-weight:300;
    color:#000000;
    cursor: pointer;

    margin:8px 10px;
    text-decoration: none;
    padding-top:17px;
    padding-bottom: 13px;
}
.navbar.navbar-default li a:not([role="button"]) {
    margin:8px 3px;
}
.navbar.navbar-default li a:hover,.navbar.navbar-default li a:active {
    color:#990007;
}
.navbar.navbar-default li a.active, .navbar.navbar-default li a:active, .navbar.navbar-default li a:focus {
    color:#990007;

}








footer {

}
footer h1, footer h2, footer h3, footer h4 {
	color:#FFF;
}
footer a {
	color:inherit;
}
footer a:hover {
	color:inherit;
}
footer span.up {
    position: absolute;
    left:50%;
    top:0;
    margin-top:-15px;
    margin-left:-15px;
	z-index: 120;
}
.bottomFooter {
    color:#FFF;
    background-color: #e6442e;
    padding:15px 0;
    font-size: 15px;
}


.table > tfoot > tr:first-child > td {
    border-top: 2px solid #ddd;
}
.table > tfoot {
	font-weight:bold;
}

.highpad {
	padding:20px 0 0 0;
}

.btn-noradius {
	border-radius:0;
}

p.lead big {
    font-size: 44px;
}
.closingQuote {
    font-size: 35px;
    margin-top: 15px;
    display: inline-block;
}



.home-carousel .item {
    height: 35vw;
    background-size: cover;
    background-position: center center;
}
.home-carousel .item .container, .home-carousel .item .row, .home-carousel .item div[class^=col] {
    height: 100%;
}
.home-carousel .item .contents {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 55px;
    text-align: right;
}
.home-carousel .item .contents > div {
    width: 100%;
}
.home-carousel .item .contents .title, .home-carousel .item .contents .subtitle {
    color:#FFF;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 200;
    font-size: 50px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.home-carousel .item .contents .title {
    display: block;

}
.home-carousel .item .contents .subtitle {
    display: block;
    font-weight: bold;
}
@media (max-width: 768px) {
    .home-carousel .item {
        height: 30vw;
    }
    .home-carousel .item .contents .title, .home-carousel .item .contents .subtitle {
        font-size: 20px;
    }
    .home-carousel .item .contents {
        line-height: 25px;
    }
}
			
			

section.videoHeader {
	height:90vh;
	background-position:center center;
	background-size:cover;
	background-color:transparent;
	position:relative;
}
.headerIntroHolder {
	position:absolute;
	width:100%;
	bottom:10vh;
	color:#FFF;
	z-index:10;
    line-height: 24px;
}

.headerIntroHolder h1 {
	font-weight:900;
	font-weight:700;
	text-transform:uppercase;
	font-size:40px;
	text-shadow:0px 0px 10px rgba(0,0,0,0.2);
    color:#FFF;
}

.headerIntroHolder p {
    border-right:1px solid #FFF;
    padding-right: 15px;
}
.sectionPhoto .headerIntroHolder {
	bottom:40px;
}
.sectionPhoto .headerIntroHolder h1 {
	font-size:55px;
	max-width:50%;
	display:inline-block;
	font-weight:300;
}
section.header {
	height:70vh;
	background-position:center center;
	background-size:cover;
}
section.header.smaller {
	height:50vh;
}

@media (max-width: 768px) {
	.headerIntroHolder h1 {
		font-size:40px;
	}
	.sectionPhoto .headerIntroHolder h1 {
		font-size:45px;
	}
}
@media (max-width: 420px) {
	.headerIntroHolder h1 {
		font-size:30px;
	}
	.sectionPhoto .headerIntroHolder h1 {
		font-size:30px;
	}
}


/*HOME*/
.videoHeader .overlay {
    position: absolute;
    width:100%; height: 100%;
    left:0; top:0;
    background-color: rgba(0,0,0,0.5);
}
video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('/img/videoposter.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
@media screen and (max-device-width: 768px) {
  .videoHeader { background-image: url('/img/videoposter.jpg');
  background-size:cover;
  background-position:center center; }
  #bgvid { display: none; }
}

.sectionPhoto {
	height:50vh;
	position:relative;
	overflow:hidden;
}
.sectionPhoto .background {
	width:100%; height:70vh;
	top:0; left:0;
	position:absolute;
	background-position:center center;
	background-size:cover;
	
}



.highLight {

    margin-bottom: 10px;
}
.highLight .photo {
    width: 100% !important;
}
.highLight .photo img {
    display: block;
    width: 100% !important;
}
.highLight:hover .photo {

}
.highLight .title {
    position: absolute;
    top:50%; left:0; width:100%;
}
.highLight .content h4 {
    margin-top:0; padding-top:0;
    margin-bottom: 3px;
    text-transform: uppercase;
    
}
.highLight .clickMe {
    width:100%;
    position: absolute;
    left:0; bottom:60px;
    text-align: center;
    font-size: 14px;
	text-transform: lowercase;
}

@media (max-width: 700px) {

}


.nextPrevBtns {
    
}
.nextPrevBtns span {
    height: 40px;
    border:1px solid #efefef;
    border-radius: 50px;
    box-sizing: border-box;
    color:#000;
    display: inline-block;
    text-align: center;
    padding-top:8px;
    cursor: pointer;
    transition: all 0.3s;
	padding-left:25px;
	padding-right: 25px;
}
.nextPrevBtns span:hover {
    background-color: #000;
    color:#FFF;
    border-color: #000;
}

.highHightSmallButtons {
	
}
.highHightSmallButtons span {
	height: 50px;
	width: 50px;
    background-color: #000;
    border-radius: 50px;
    box-sizing: border-box;
    color:#000;
    display: inline-block;
    text-align: center;
    padding-top:0px;
    cursor: pointer;
    transition: all 0.3s;
	padding-top:7px;
}
.highHightSmallButtons span img {
	margin:0;
}
.highHightSmallButtons span:hover {
	background-color:#e6442e;
}
.highHightSmallButtons span.active {
	
	background-color:#e6442e;
}

.employeeItem img {
    width:90px;
    margin-right: 10px;
}
.employeeItem .media-body {
    font-family: 'Bitter', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}
.employeeItem .media-body h4 {
    color:#04ADBA;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
}

.highLightHeader {
    background-color: #e6442e;
    padding:20px 0;
    text-align: center;
    color:#FFF;
    border-radius: 5px 5px 0 0;
}
.highLightHeader h2 {
	font-family: 'Bitter', sans-serif;
    color: inherit;
    font-size: 44px;
    line-height: 50px;
	text-transform: none;
}
.speakerModal .absRight {
    position:absolute;
    top:26px; right:25px;
    color:#FFF;
}
.speakerModal h2 {
    margin-top:30px;
}
.speakerModal .icon {
    
    width:60px; height: 60px;
    box-sizing: border-box;
    display: inline-block;
    
}
.speakerModal .icon img {
    display: block;
    width:100%; height: auto;
}
.speakerModal {
	padding:0;
	border-radius: 0;
}
.speakerModal img {
    border-radius: 100%;
    width:70%;
    margin-left: 15%;
    margin-top: 15%;
    margin-bottom: 15%;
    height: auto;
}
.speakerModal .socialInfo {
	
	font-size: 20px;
	z-index: 20;
}
.speakerModal .socialInfo a {
	display: block;
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.speakerModal .closeBtn {
	
	display: inline-block;
}
.speakerModal h1, .speakerModal h2, .speakerModal h3, .speakerModal h4{
	
}
.speakerModal .info {
	padding-right: 25px;
	padding-top: 25px;
}
@media (max-width: 767px) {
	.speakerModal .info {
		padding-left: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}





/*clientItem*/
.clientItem {
    background-color: rgba(255,255,255,0.2);
    padding:10px;
    transition: all 0.2s;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Bitter', sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    color:#00A8B6;
    cursor: pointer;
}
.clientItem img {
    display: block;
    transition: all 0.3s;
    filter:grayscale(100);
}
.clientItem:hover, .clientItem.contactLink {
    background-color: rgba(255,255,255,1);
}
.clientItem:hover img {
    filter:grayscale(0);
}
.clientItem.contactLink span {
    font-size: 16px;
}
.clientItem a,.clientItem a:hover {
    text-decoration: none;
    color:inherit;;
}

#pageHeader {
    padding:75px 0 20px 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat:no-repeat;
}






.projectCard {
    display: inline-block;
    position: relative;
}
.projectCard a.photo {
    z-index: 1;
    position: relative;
}
.projectCard .info {
    width: 100%;
    padding:30px 15px;
    color:#000;
    background-color: #FAC074;
    vertical-align: middle;
    z-index: 10;
    box-sizing: border-box;
    font-style: italic;
    font-family: 'Bitter', Sans-Serif;
    border-top:3px solid #FFF;
    font-size:16px;
}
.projectCard .info i {
    color:#FFF; margin-right: 10px;
}






.serviceContact {
    background-size:cover;
    background-position: center center;
    background-image: url('/img/dark-back-trans.png');
    padding:50px 0;
    color:#FFF;
}
.serviceContact h1 {
    color:#FFF;
}



label {
	font-family: 'Bitter', sans-serif;
	font-style: italic;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	border:0px;
}

@media (max-width: 768px) {
    .radio-inline {
        display: block;
    }
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 0px;
    }
}

.dark label {

}
.dark .form-control {
    
}

.contactForm label {
    color:#333;
}
.contactForm .form-control {
    border:1px solid #A60D1F;
}


.smartResult {
    font-size: 20px;
    padding-top: 25px;
}



.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 100%;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}




.homeHeader {
    height:80vh;
    position: relative;
    overflow: hidden;
}
.homeHeader * {
  
}
.trigger {
    position: absolute;
    top:0; left:0;
    width:100%;
    border-bottom: 1px solid #FFF;
    z-index: 1000;
    display: none;
}
.homeHeader .content {
    position: absolute;
    bottom:0; left:0;
    width:100vw;
    height: 80vh;
}
.homeHeader .content.f {
    position: relative;
    bottom:auto;
    top:0;
}
.homeHeader .content .back {
    
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top:0; left:0;
    width:100vw;
    height: 80vh;
    transform-origin: 50% 5%;
}
.homeHeader .content .text {
    position: absolute;
    top:50%; left:0;
	margin-top: -45px;
    width: 100vw;
    z-index: 10;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    color: #FFF;
    opacity: 0;    
}
.homeHeader .content .text:first-child {
    opacity: 1;
}
.homeHeader span.down {
    position: absolute;
    left:50%;
    bottom:25px;
    margin-left:-15px;
	z-index: 100;
}
.homeHeader img {
	width:530px;
}

@media (max-width: 767px) {
    .homeHeader {
        height:70vh;
    }
    .homeHeader .content {
        height: 70vh;
    }
     .homeHeader .back {
        height: 70vh !important;
    }
    
    .homeHeader .content .text {
        font-size:20px;
    }
}


	.owl-theme .owl-nav {
		margin-top: 0px;
		position: absolute;
		width: 100%;
		top: 50%;
	}
	.owl-theme .owl-nav > div {
		position: absolute;
		width:41px; height: 80px;
        margin:0 !important;; padding:0 !important;
		top:-40px;
        background-color: transparent !important;
	}
	.owl-theme .owl-nav > .owl-prev {
		left:-41px;
	}
	.owl-theme .owl-nav > .owl-next {
		right:-41px;
	}

@media (max-width: 768px) {
    .owl-holder {
        padding-left: 40px;
        padding-right: 40px;
    }
}






.serviceCard {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	margin:0 20px;
}
.serviceCard .info {
	padding:20px;
	font-size: 16px;
}
.serviceCard .info h3 {
	font-family: 'Bitter';
    font-weight: normal !important;
    font-style: normal !important;
	margin-top: 0;
}
.serviceCard .info ul {
	list-style: none;
}
.serviceCard .info li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #CC5751;
}
.serviceCardBtnHolder {
	margin:20px;
}



.downArrow {
    width:75px;
    height: 75px;
    background-color: #3B835C;
    color:#FFF;
    display: inline-block;
    text-align: center;
}
.downArrow > div {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%; width: 100%;
}
.downArrow > div > div {
    display: block;
    text-align: center;
    width: 75px;
}
@media (max-width: 768px) {
    .downArrow {
        width: 45px;
        height: 45px;
        font-size:12px;
    }
}