/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0 ;
  padding: 0 ;
  list-style: none;
} 
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexsliderHomeCarousel {
  margin: 0;
  padding: 0;
  height: 700px;
  background: #00acc1; 
}

.flexsliderHomeCarousel p {
	color: #ffffff !important;
	font-family: "Roboto Condensed Regular";
	margin-bottom: 40px;
}

.central {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 86%;
}


.carousel-block {
	width: 100%;
	display: block;
	position: relative;
}





.flexsliderHomeCarousel .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 700px;
}
.flexsliderHomeCarousel .slides img {
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  width: auto;
  max-width: none !important;
  position: absolute;
  min-width: 100vw;
}


.flexsliderHomeCarousel .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexsliderHomeCarousel .slides {
  display: block;
}
* html .flexsliderHomeCarousel .slides {
  height: 1%;
}
.no-js .flexsliderHomeCarousel .slides > li:first-child {
  display: block;
}




/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexsliderHomeCarousel {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexsliderHomeCarousel .slides {
  zoom: 1;
}
.flex-viewport {
  width: 320px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}


.carousel li {
  margin-right: 5px;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
	box-shadow: none;
}
.flex-pauseplay a:before {
  font-family: "flexsliderHomeCarousel-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flexsliderHomeCarousel .flex-control-nav {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  position: relative;
  bottom: 160px;
  z-index: 2;
}
.flexsliderHomeCarousel .flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style-type: none !important;
  padding: 0 !important;
}
.flexsliderHomeCarousel .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flexsliderHomeCarousel .flex-control-paging li a:hover {
  background: #083447;
}
.flexsliderHomeCarousel .flex-control-paging li a.flex-active {
  background: #083447;
  cursor: default;
}

.desktop-img {
	display: none !important;
}
.mobile-img {
	display: block !important;
}



@media only screen and (min-width: 769px) {
	
.central {
	top: 50%;
	width: 50%;
}
	
	
.carousel-block {
	left: 50%;
	width: 380px;
	margin-left: -380px;
}
	
.flexsliderHomeCarousel {
  height: 700px;
}
	
	
.flexsliderHomeCarousel h2 {
    text-align: left;
	position: absolute;
	top: 45%;
	left: 40px;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	width: 50%;
	color: #ffffff !important;
	margin: 0 !important;
	font-size: 22px;
	line-height: 120%;
}
	
h2.grey-slide-title {
    color: #676767 !important;
}
h2.green-slide-title {
    color: #44b6aa !important;
}

.flexsliderHomeCarousel h3 {
    position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 75%;
	margin: 40px 0 0 0 !important;
	font-size: 26px;
}
	
.flexsliderHomeCarousel p {
	display: inline-block;
}	
 
.flexsliderHomeCarousel .slides > li {
  width: 760px;
  height: 700px;
}
	
.flex-viewport {
  width: 100%;
}

	
.script-img {
	height: 66px !important;
	margin: 0 0 20px 0;
}
	
.desktop-img {
	display: block !important;
}
.mobile-img {
	display: none !important;
}
	
	
	
}
@media only screen and (min-width: 964px) {

.carousel-block {
	width: -472px;
	margin-left: -472px;
}
	
	
.flexsliderHomeCarousel {
  height: 800px;
}
	
	
.flexsliderHomeCarousel .slides > li {
  width: 944px;
  height: 800px;
}

	

}

@media only screen and (min-width: 1220px) {

.carousel-block {
	width: 600px;
	margin-left: -600px;
}
	
.flexsliderHomeCarousel .slides > li {
  width: 1200px;
}
	

}


