body {
	font-family: 'Roboto', sans-serif!important;
	background: #fff;
}

h1,h2,h3,h4,h5 {
	font-family: 'Roboto'!important;
}

/* CUSTOM CLASSES---------------------------------------*/

.inside-banner-h1{
    font-size: 3.0rem!important;
    line-height: 100%;
    margin: 1.5rem 0 1.68rem 0;
}

.inner-h2{
    font-size: 2.5rem!important;
}

.large-text{
    font-size: 18px;
    font-weight: 300;
}

.clear{
clear: both;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.no-marg-bot{
margin-bottom: 0;
}

.no-marg-top{
margin-top: 0;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.panel {
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}

.parallax-container-highlights{
height: auto;
}

.breadcrumb {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

/* Tabs */
.tabs{
height: auto;
white-space: normal;
}

.indicator{
display: none;
}

.tabs .active {
    border-bottom: 1px solid #ffa726; 
}

.tab-content-custom{
height: auto;
width: 100%;
}

li.tab-custom{
display: block;
width: 100
}

.cs-height{
	height: 385px;
}

@media only screen and (max-width: 600px) {
  .cs-height{
	height: auto;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
 .cs-height{
	height: 375px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
 .cs-height{
	height: 450px;
  }
}

/* COMPNAY BIO HOVER IMAGES --------------------------------------*/
.hi-container {
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}

.hi-image {
  display: block;
  width: 100%;
  height: auto;
}

.hi-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #01579b;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.hi-container:hover .hi-overlay {
  opacity: 1;
}
 




.hi-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* CUSTOM MODAL ---------------------------------------*/

.modal-newsletter{
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header-newsletter {
	background: #337ab7;
	padding: 15px;
}

.modal-header-newsletter h2{
	color: #fff!important;
}

.modal-body-newsletter h3{
margin-top: 10px!important
}

.modal-header-img{
	margin-top: -110px;
}

@media (max-width: 768px){
.modal-dialog-bio {
    margin: 120px auto!important;
}
}

@media (min-width: 768px){
.modal-dialog-bio {
    margin: 120px auto!important;
}
}

/* SHARE BUTTONS -----------------------------------*/
.share-buttons-group a{
	color: #fff;
}

.affix-top {
    position: fixed;
    top: 35%;
    left: 10px;
    z-index: 102;
}

.share-button-banner {
    display: table;
    text-align: center;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.share-button-banner .share-container {
    display: table-cell;
}

.share-container .share-content {
    vertical-align: middle;
}

#twitter-button.share-button-banner:hover {
    border-color: #00B4E0!important;
    background-color: #00B4E0;
	color: #fff!important;
}

#linkedin-button.share-button-banner:hover {
    border-color: #01579b!important;
    background-color: #01579b;
	color: #fff!important;
}

#google-button.share-button-banner:hover {
    border-color: #e53935!important;
    background-color: #e53935;
	color: #fff!important;
}

#inst-button.share-button-banner:hover {
    border-color: #e91e63!important;
    background-color: #e91e63;
	color: #fff!important;
}

.share-buttons-group-inner a{
	color: #999;
}

.share-button-banner-inner {
    display: table;
    text-align: center;
    border: 2px solid #999;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
}

.share-button-banner-inner .share-container-inner {
    display: table-cell;
}

.share-container-inner .share-content-inner {
    vertical-align: middle;
}

#twitter-button.share-button-banner-inner:hover {
    border-color: #00B4E0!important;
    background-color: #00B4E0;
	color: #fff!important;
}

#linkedin-button.share-button-banner-inner:hover {
    border-color: #01579b!important;
    background-color: #01579b;
	color: #fff!important;
}

#google-button.share-button-banner-inner:hover {
    border-color: #e53935!important;
    background-color: #e53935;
	color: #fff!important;
}

#inst-button.share-button-banner-inner:hover {
    border-color: #e91e63!important;
    background-color: #e91e63;
	color: #fff!important;
}
/* NAV STYLES -------------------------------------*/

.button-nav {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 4;
}

.side-nav li>a {
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
}

nav.nav-breadcrumb .nav-wrapper p{
margin:0;
padding: 0;
font-size: 10px;
}

nav.nav-breadcrumb{
    height: 32px;
    line-height: 32px;
}

@media only screen and (max-width: 600px) {
  .button-nav {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 4;
}
}


/* ISOTOPE STYLES */

.portfolioContainer img{
margin-bottom: 20px;
	height: 76px;
}
 
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}



/* CUSTOM BUTTONS---------------------------------------*/

.btn-border{
color: #fff;
padding: 10px 10px;
border: 2px solid #fff;
	border-radius: 4px;
}

.btn-border:hover{color:#fff;text-decoration: none;}

.btn-show-container{
	position: relative;
  	background-color: inherit;
  	padding: 16px 0;
}
.btn-show{
    color: #ffab40;
    transition: color .3s ease;
    text-transform: uppercase;
}

.btn-show:hover{
color: #ffd8a6;
}

/* CAROUSEL---------------------------------------*/

.indicators-dark .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(1,87,155,0.5);
    transition: background-color .3s;
    border-radius: 50%;
}

.indicators-dark .indicators .indicator-item.active {
    background-color: #01579b;
}

.hr-slider{
	min-height: 800px;
}

@media only screen and (max-width: 600px) {
 	.hr-slider{
	min-height: 270px;
	}
}


@media only screen and (max-width: 768px) {
 	.hr-slider{
	min-height: 400px;
	}
}

@media only screen and (max-width: 1024px) {
 	.hr-slider{
	min-height: 500px;
	}
}

@media only screen and (max-width: 1440px) {
 	.hr-slider{
	min-height: 600px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .card .card-image .card-title{
    font-size: 1rem;
}
	
	
}
}


/*HOME---------------------------------------*/

/* VIDEO */

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.video-container-home .title-container {
    z-index: 101;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.no-video .video-container-home video,
.touch .video-container-home video {
    display: none;
}
.no-video .video-container-home .poster,
.touch .video-container-home .poster {
   display: block !important;
}
.video-container-home {
   position: relative;
    bottom: 0%;
    left: 0%;
	height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container-home .poster-xs img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container-home .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
	left: 0;
    top: 0;
    bottom: 0;
}
.video-container-home video {
	position: absolute;
    z-index: 0;
    bottom: 0;
	top: 0;
}
.video-container-home video.fillWidth {
	width: 100%;
  
}


.special-notice2 {
	position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 200;
    width: 10%;
}

.special-notice2 > img {
	width: 150%;
}

@media only screen and (max-width: 600px) {
 .video-container-home .title-container {
    top: 5%;
	}
	.video-container-home .title-container h1 {
    font-size: 3.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
	}
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .video-container-home .title-container {
    top: 10%;
	}
	.video-container-home .title-container h1 {
    font-size: 3.4rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
	}
}

/* Mobile HD */

@media screen and (min-width: 350px) and (max-width: 760px) {   
	.poster-xs{
		left: 0;
    	top: 20px;
       text-align: center;
        background-size: cover;
        height: auto;
        width: 100%;
		position: absolute;
	}

}


/* Mobile LD */

@media screen and (max-width: 350px) {
	.poster-xs{
		left: 0;
   	 	top: 0;
    	bottom: 0;
       text-align: center;
        background-size: cover;
        height: 750px;
        width: 100%;
		position: absolute;
		}	
}

/* TESTIMONIALS */
.testimonials{
 clear: both;
    width: 100%;
	background: #ee5b26;
    display: table;
    padding: 20px 0 20px 0;
}

.testimonial{
	padding: 0 25px 0 0!important;
    margin: 0 0 0!important;
	text-align: left;
    border-right: 3px solid #fcc8b5!important;
	border-left: none!important;
    font-size: 26px!important;
	line-height: 38px!important;
	font-weight: 400;
	text-shadow:none!important;
}

@media only screen and (max-width: 600px) {
  .testimonial{
    border-right: 1px solid #fcc8b5!important;
    font-size: 16px!important;
	line-height: 22px!important;
}
	.testimonial-help{
    font-size: 12px!important;
	line-height: 20px!important;
}
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .testimonial{
    font-size: 18px!important;
	line-height: 26px!important;
}
}

.testimonials p.client{font-size: 18px!important;
line-height: 38px!important;}

.testimonials p, .testimonials h4{
	text-shadow:none!important;
}

#testimonials-carousel{
	min-height: 310px;
}
.carousel-caption-testimonials {
position: relative!important;
	left: 0!important;
	margin-bottom: 20px;
}

.carousel-caption h1{ 
	margin: 0 auto!important;
    color: #fff!important;
    font-size: 5em!important;
   }
.carousel-caption h2{font-size: 55.5px!important;
    color: #fff!important;
}

.carousel-caption .lead{
font-size: 35.5px;
}

@media not all, (-webkit-transform-3d){
.carousel-inner>.item {
    -webkit-transition: -webkit-transform 1.0s ease-in-out;
    -o-transition: -o-transform 1.0s ease-in-out;
    transition: transform 1.0s ease-in-out!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
}



/*Inside Pages*/

.parallax-container {
    position: relative;
    overflow: hidden;
    height: auto;
}

/*.sh-layoutText h2 {
    color: #fff;
    font-size: 1.3em;
}

.sh-layoutText {
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    padding: 10px 0 10px 0;
    text-align: justify;
}

.sh-layoutText h2 small {
    color: #ffffff!important;
}

.sh-layoutText a {
    text-decoration: underline;
    color: #fff;
}

.sh-layoutText a:hover {
    text-decoration: none;
}

.sh-layoutContact {
    padding: 10px 0 10px 0;
}

.sectionA {
    border-bottom: 1px solid #dedcdc;
}

.sectionB {
    background: #fafafa;
    border-bottom: 1px solid #dedcdc;
}

.sectionC {
    border-bottom: 1px solid #dedcdc;
}

.sectionD {
    background: #fafafa;
    border-bottom: 1px solid #dedcdc;
}*/


/* FOOTER -----------------------------------------------------*/


.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    color: rgba(255,255,255,0.8);
    background-color: rgba(51,51,51,0.08);
}

.footer-copyright p{
font-size: 12px;
}


.sitemap h4{
	color: #fff!important;
	font-size: 16px;
	margin: 15px 0 15px 0;
}

.sm-title {
	font-family: 'roboto';
    font-size: 14px;
    color: #addefc;
    background: url(../images/bg_sitemapTitleBorder.png) 0 bottom no-repeat;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sm-title span {
    color: #ffffff;
}

.sm-content {
    font-size: 13px;
}

.sm-content ul {
    list-style: none;
    margin: 0!important;
    padding: 0;
}

.sm-content ul li {
    line-height: 21px;
    font-size: 14px;
    color: #58bbf7;
}

.sm-content a {
    color: #58bbf7;
    text-decoration: none;
}

.sm-content a:hover {
    color: #ffffff;
}

.twitter {
    background: url(../images/icons/icon-twitter-round.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.facebook {
    background: url(../images/icons/icon-fb-round.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.linkedIn {
    background: url(../images/icons/icon-li-round.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.youtube {
    background: url(../images/icons/icon-youtube-round.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.google {
    background: url(../images/icons/icon-gp-round.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}