























.iconTopTextBottom4 {
	min-height: 20px;
}

.iconTopTextBottom4 .services-box {
	padding: 0px 20px;
	margin-bottom: 10px;
	text-align: center;
}

.iconTopTextBottom4 .services-box .img-icon {
	max-width: 90%;
	height: auto; 
	margin: 0 auto;
}
.iconTopTextBottom4 .item-header {
	margin: 5px 0 10px 0;
}
.iconTopTextBottom4 .item-content {
	font-weight: 200;
}
@media (min-width: 768px) {
  .iconTopTextBottom4 .services-box {
    padding: 0px 0px;
  }
}


































































.picoverlayfade1 .wrapper {
	position: relative;
    overflow: hidden;
	margin-bottom: 10px;
}
.picoverlayfade1 .overlay-top {
	height: auto;
	width: 100%;
	padding: 10px 0px;
}
.picoverlayfade1 .height-holder {
	display: none;
}

@media screen and (min-width: 768px) {			/* Set to SLIDE-UP Boxes to Bottom position at 768 and up */

	.picoverlayfade1 {
	  position: relative;
	}
	
	.picoverlayfade1 .height-holder {
		display: block;
		opacity: 0;
	}
	.picoverlayfade1 .height-holder img {
		width: 100%;				/* Full width-image with automatic height (responsive) */
		height: auto;
	}  

	.picoverlayfade1 .wrapper {
	  position: relative;
	  margin-bottom: 0px;
	}
	
	.picoverlayfade1 .image {
	  position: absolute;
	  top: 0px;
	  left: 0px;
	}

	.picoverlayfade1 .image {
		opacity: 0;
	}
/*
	.picoverlayfade1 .image.active {
		opacity: 1;
		-webkit-transition: all ease-out 1s;
		-moz-transition: all ease-out 1s;
		-o-transition: all ease-out 1s;
		transition: all 1s ease-out;
	}
*/
	.picoverlayfade1 .image img {
		width: 100%;				/* Full width-image with automatic height (responsive) */
		height: auto;
	}
	
	.picoverlayfade1 .overlay-top {
		position: absolute;			/* Position an overlay top left */
		top: 0;
		left: 0;
		background-color: rgba(0,62,140, 0.7);
		height: auto;
		max-height: 50%;
		width: 100%;
		overflow: hidden;
	}
	
	.picoverlayfade1 .overlay-side {
		position: absolute;			/* position another overlay down on the side */
		top: 50%;
		background-color: rgba(0,0,0, 0.4);
		height: auto;
		width: 40%;
      	left: 30%;
	}
  
    .picoverlayfade1 .left {
      	left: 10%;
  	}
    .picoverlayfade1 .right {
      	left: 55%;
  	}
}









/* @CSS-Begin:Menu Boxes 2 */
.menuboxes2 {
  min-height: 20px;
}
.menuboxes2 a {
  color: inherit;
}
.menuboxes2 .wrapper {
  line-height: 0;									/* 2 lines: Fix for stretch */
  font-size: 0;
}
.menuboxes2 .box-wrapper {							/* 150px High, with space between */
  height: 160px;
  margin-bottom: 20px;
  line-height: 1.3;									/* 2 lines: Undo Fix for stretch */
  font-size: 16px;
}
.menuboxes2 .box-wrapper .box-image {				/* Image Size */
  height: 160px;
  width: 200px;
  text-align: center;
  float: left;
  
}
.menuboxes2 .box-wrapper .box-image .helper {		/* Image Center Helper */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.menuboxes2 .box-wrapper .box-image img {			/* Image Center & Size */
  vertical-align: middle;
  max-height: 150px;
  max-width: 190px;
}
.menuboxes2 .box-content {							/* Text Container */
  overflow: hidden;
  text-align: left;
}
.menuboxes2 .box-content .box-header {				/* Header */
  /* height: 24px; */
  margin-top: 13px;
  overflow: hidden;
}
.menuboxes2 .box-content .box-info {				/* Info */
  height: 82px;
  overflow: hidden;
}
.menuboxes2 .box-selector {							/* Selector (hidden in mobile) */
  display: none;
}
.menuboxes2 .box-close {							/* Active ( hidden in mobile) */
  display: none;
}
.menuboxes2 .box-active {							/* Active Outside( hidden in mobile) */
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0.0;
  /*top: -60px;*/
}
.menuboxes2 .header-line {							/* Line below header */
  content:'';
  width: 40px;
  margin-left: 4px;
  margin-bottom: 16px;
  height: 1px;
  background: #0061a1;
}
@media (min-width: 992px) {
  .menuboxes2 .wrapper {							/* Alignment, make boxes justify */
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
  }
  .menuboxes2 .stretch {							/* Make it 100% wide as container */
	width: 100%;
	height: 0px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
  }
  .menuboxes2 .box-wrapper {						/* Each Box, defaults to 4 boxes */
	height: 358px;
	width: 24%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 0px;
  }
  
  .menuboxes2 .box-wrapper .box-image {				/* Undo mobile floats */
	float: none;
	width: 100%;
  }
  .menuboxes2 .box-wrapper .box-image img {			/* set image sizes */
	width: 90%;
	max-height: 160px;
  }
  .menuboxes2 .box-wrapper .box-content {			/* Text container */
	padding: 0 10px;
    height: 156px;
    overflow: hidden;
  }
  .menuboxes2 .box-wrapper .box-content .box-header {	/* Header */
	text-align: center;
  }
  .menuboxes2 .box-wrapper .box-content .box-info {		/* Info */
	/*height: 84px;*/
	text-align: center;
  }
  
  .menuboxes2 .header-line {							/* Center Header line on desktop */
	margin-left: auto;
	margin-right: auto;
  }
  /* 'icon' for the NOT active page, enable it on desktop */
  .menuboxes2 .box-wrapper:not(.activepage) .box-selector {
	width: 100%;
	height: 35px;
	text-align: center;
	display: block;
  }
  
  /* 'icon' for the ACTIVE page, enable it on desktop */
  .menuboxes2 .box-wrapper[class*="activepage"] .box-close {
	width: 100%;
	height: 35px;
	text-align: center;
	display: block;
  }
  /* 'icon' for the ACTIVE page, enable it on desktop */
  .menuboxes2 .box-wrapper[class*="activepage"] .box-active {
	width: 100%;
	text-align: center;
  	transition: all 1s ease;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-khtml-opacity: 1.0;
	z-index: 999;
    top: 0;
  }
 
}
/* @CSS-End:Menu Boxes 2 */


/* @CSS-Begin:Owl Carousel 1 */
.owlcarousel1 #owl-menu .owl-item {
  padding: 10px 15px;
  height: 90px;
  overflow: hidden;
}
.owlcarousel1 #owl-menu .center {
  background-color: #ddf;
}
.owlcarousel1 #owl-menu .menu-nav-inner {
  padding: 10px;
}
  
.owlcarousel1 #owl-content {
  background-color: #f9f8f6;
}
.owlcarousel1 #owl-content .item {
  padding: 10px 0px;
  margin: 5px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.owlcarousel1 #owl-content .slider-text {
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px;
  text-align: left;
}
.owlcarousel1 #owl-content .slider-picture img {
  margin: 0 auto;
  max-width: 80%;
}

.owlcarousel1 .owl-theme .owl-nav {
  margin: 0;
}
.owlcarousel1 .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owlcarousel1 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owlcarousel1 .owl-item.current {
  background-color: #f9f8f6;
}
  
.owlcarousel1 #owl-content.owl-theme {				/* Dots */
  position: relative;
}
.owlcarousel1 #owl-menu.owl-theme .owl-next,
.owlcarousel1 #owl-menu.owl-theme .owl-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  
  opacity: 0.4;
  border-radius: 15px;
}
.owlcarousel1 #owl-menu.owl-theme .owl-prev {
  left: -10px;
}
.owlcarousel1 #owl-menu.owl-theme .owl-next {
  right: -10px;
}

@media (min-width: 768px) {
  .owlcarousel1 #owl-content {
	padding-top: 25px;
	padding-bottom: 10px;
  }

  .owlcarousel1 #owl-content .slider-picture img {
	max-height: none;
	max-width: 100%;
  }
}
/* @CSS-End:Owl Carousel 1 */ 


.subpart .subpartpart {
  color: #f00;
}



.picturecenter1 {
}
.picturecenter1 a {
  color: inherit;
}
.picturecenter1 .box-image {				/* Image Container */
  text-align: center;
}
.picturecenter1 .box-image img {			/* Image Center & Size */
  max-width: 100%;
}


.picinpic1 {

  text-align: center;
}
.picinpic1 a {
  color: inherit;
}
.picinpic1 .header-row {
  padding-top: 24px;
}
.picinpic1 .picture-row {
  padding-bottom: 60px;
}
.picinpic1 .pic-header {
  font-size: large;
}
.picinpic1 .left-column {				/* Image Container */
}
.picinpic1 .left-column img {			/* Image Size */
  max-width: 75%;
  max-height: 250px;
}
@media (min-width: 768px) {				/* Desktop settings */
  .picinpic1 .picture-row {
	padding-bottom: 80px;
  }
  .picinpic1 .left-column img {			/* Image Size */
	max-width: 100%;
	max-height: none;
  }
}




.deppictures2x3 {
  	/*padding: 0px 0;*/ /* in select above */
}
.deppictures2x3 .columnrow {
	margin: 10px -15px;
}
.deppictures2x3 .item {
    height: 263px;
	/*width: 292px;*/
	overflow: hidden;
	margin-bottom: 30px;
}
.deppictures2x3 .image {
  	width: 100%;
    height: auto;
	/*max-width: 263px;*/
	max-height: 263px;
    position:relative;
    display:inline-block;
}
.deppictures2x3 .image img {
  	width: 100%;
	height: 100%;
    margin-top: 0px;
  
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.deppictures2x3 .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    background:rgba(255,255,255,.0);
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.deppictures2x3 .content {
    position:absolute;
    display:inline-block;
    top:155px;
    left:0;
    width:100%;
    height: 263px;
    color:white;
    padding:12px;
    overflow: hidden;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.deppictures2x3 .header {
    display: inline;
	padding: 3px;
    color:  black;
    background-color: white;
    font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 0.2em;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.6);
}
.deppictures2x3 .parts {
    background: #003e8c;
	height: 263px;
	color: #ddd;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	padding-top: 6px;
	padding-left: 24px;
	margin: 0px -12px;
    font-size: 0.9em;
	font-weight: 400;
}
.deppictures2x3 .image:focus img,
.deppictures2x3 .image:active img,
.deppictures2x3 .image:hover img {
  margin-top: -50px;
}
.deppictures2x3 .image:focus .overlay,
.deppictures2x3 .image:active .overlay,
.deppictures2x3 .image:hover .overlay {
    background:rgba(255,255,255,.6);
}
.deppictures2x3 .image:focus .content,
.deppictures2x3 .image:active .content,
.deppictures2x3 .image:hover .content {
    top: 40px;
}
@media (min-width: 992px) {
  .deppictures2x3 .item {
	margin-bottom: 0px;
  }
}


.deppictures3x3 {
}
.deppictures3x3 .columnrow {
	margin: 10px auto;
}
.deppictures3x3 .item {
    display: inline-block;
    height: 250px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
    
.deppictures3x3 .image {
  	width: 100%;
    height: auto;
	max-height: 400px;
    position:relative;
    display:inline-block;
	overflow: hidden;
}
.deppictures3x3 .image img {
  	width: 100%;
	height: 100%;
    margin-top: -80px;
  
    -webkit-transition: all .5s ease; 		/* Safari and Chrome */
    -moz-transition: all .5s ease; 			/* Firefox */
    -ms-transition: all .5s ease; 			/* IE 9 */
    -o-transition: all .5s ease; 			/* Opera */
    transition: all .5s ease;
}
.deppictures3x3 .content {
    position:absolute;
    display:inline-block;
    text-align: left;
    top:200px;
    left:0;
    width:100%;
    height:100%;
    color: #fff;
    padding:0px 12px 0px 12px;
    overflow: hidden;
    -webkit-transition: all .5s ease; 	/* Safari and Chrome */
    -moz-transition: all .5s ease; 		/* Firefox */
    -ms-transition: all .5s ease; 		/* IE 9 */
    -o-transition: all .5s ease; 		/* Opera */
    transition: all .5s ease;
}
.deppictures3x3 .parts {
    background-color: #003e8c;
    background-color: rgba(00,62,140,0.7);
	height: 100%;
	color: #fff;
/*	opacity: 0.7;
	filter: alpha(opacity=70); 			/* For IE8 and earlier */
	padding-top: 4px;
	padding-left: 24px;
    padding-right: 10px;
	margin: 0px -12px;
    font-size: 1em;
	font-weight: 400;
}
.deppictures3x3 .sub-content hr {					/* Push the sub-content's down a bit when not hovered */
	margin-top: 60px;
    -webkit-transition: all .5s ease; 	/* Safari and Chrome */
    -moz-transition: all .5s ease; 		/* Firefox */
    -ms-transition: all .5s ease; 		/* IE 9 */
    -o-transition: all .5s ease; 		/* Opera */
    transition: all .5s ease;
}
    
.deppictures3x3 .sub-content {
	font-weight: 300;
}
.deppictures3x3 .image:focus hr,					/* Pull the sub-content's back up a bit when hovered */
.deppictures3x3 .image:hover hr {					/* Pull the sub-content's back up a bit when hovered */
	margin-top: 0px;
}
.deppictures3x3 h4 {
  	font-weight: 300;
}
.deppictures3x3 .image:focus .content,
.deppictures3x3 .image:active .content,
.deppictures3x3 .image:hover .content {			/* Slide Content to top when image is hovered */
    top: 0px;
}
@media (min-width: 991px) {
  .deppictures3x3 .item {
    height: 315px;
	width: 310px;
  }
  .deppictures3x3 .item img {
    margin-top: -40px;
  }
  .deppictures3x3 .content {
	top: 250px;
  }
}
@media (min-width: 1200px) {
  .deppictures3x3 .item {
    height: 400px;
    width: 377px;
  }
  .deppictures3x3 .item img {
    margin-top: 0px;
  }
  .deppictures3x3 .content {
	top: 345px;
  }
}


.picturegrid {
}
.picturegrid .item {
  margin: 10px;
}


.menubox4 a {
  text-decoration: none;
}
.menubox4 .mb4part {
  width: 100%;
  height: 128px;
  border: none;
  position: relative;
}
.menubox4 .mb4part:nth-child(2),
.menubox4 .mb4part:nth-child(3) {
  border-top: none;
}
.menubox4 .hover-panel-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all ease 0.4s;
}
.menubox4 .mb4part .hover-panel-wrapper,
.menubox4 .mb4part .hover-panel-image,
.menubox4 .mb4part .hover-glass,
.menubox4 .mb4part .hover-header,
.menubox4 .mb4part .hover-info {
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.menubox4 .mb4part:hover .hover-panel-wrapper,
.menubox4 .mb4part:hover .hover-panel-image,
.menubox4 .mb4part:hover .hover-header,
.menubox4 .mb4part:hover .hover-info {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.menubox4 .mb4part:hover .hover-glass {
  opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70); /* For IE8 and earlier */  
}
.menubox4 .hover-panel-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.menubox4 .hover-panel-info {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.menubox4 .hover-glass {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #003e8c;
  opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70); /* For IE8 and earlier */  
}
.menubox4 .picholder {
  height: 100%;
  width: 160px;
  float: left;
  text-align: center;
}
.menubox4 .img-icon {
  z-index: 10;
}
.menubox4 .tagtext {
  height: 100%;
  width: auto;
  overflow: hidden;
  text-align: left;
  padding: 20px 10px;
}
.menubox4 .box-active {							/* Active Outside( hidden in mobile) */
  position: relative;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); /* For IE8 and earlier */  
}
@media (min-width: 768px) {
  .menubox4 {
    text-align: justify;
  }
  
  .menubox4 .mb4part {
	width: 33.33%;
	height: 250px;
	float: left;
	text-align: center;
	padding: 0px 5px;
	
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*border: 1px solid;*/
  }
  .menubox4 .mb4part:nth-child(2),
  .menubox4 .mb4part:nth-child(3) {
	/*border-top: 1px solid;
    border-left: none;*/
  }
  
  .menubox4 .picholder {
	width: 100%;
	height: 128px;
	display: table;
	float: none;
  }
  .menubox4 .tagtext {
	height: 121px;
	font-size: larger;
	padding: 10px 10px;
  	text-align: center;
  }
  .menubox4 .outside {
	display: block;
	width: 100%;
  }
  /* 'icon' for the ACTIVE page, enable it on desktop */
  .menubox4 .mb4part[class*="activepage"] .box-active {
	width: 100%;
	text-align: center;
  	transition: all 1s ease;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); /* For IE8 and earlier */  
	-khtml-opacity: 1.0;
	z-index: 999;
    top: 0;
  }  
  
}


.owlsimple1 {
  min-height: 20px;
}
.owlsimple1 a {
  color: inherit;
}
.owlsimple1 .box-image img {			/* Image Center & Size */
  width: auto;
  max-width: 100%;
}
.owlsimple1 .owl-theme .owl-nav {
  margin: 0;
}
.owlsimple1 .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owlsimple1 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owlsimple1 .owl-theme {				/* Dots */
  position: relative;
}
.owlsimple1 .owl-theme .owl-next,
.owlsimple1 .owl-theme .owl-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  
  opacity: 0.4;
  border-radius: 15px;
}
.owlsimple1 .owl-theme .owl-prev {
  left: 10px;
}
.owlsimple1 .owl-theme .owl-next {
  right: 10px;
}


/* @CSS-Begin:Owl Carousel 1 */
.owlthumbgrid1 #owl-tng1-menu .owl-item {
  padding: 10px 15px;
  /* height: 90px; */
  overflow: hidden;
}
.owlthumbgrid1 #owl-tng1-menu .center {
  /* background-color: #ddf; */
}
.owlthumbgrid1 #owl-tng1-menu .menu-nav-inner {
  padding: 10px;
}
  
.owlthumbgrid1 #owl-tng1-content {
  /* background-color: #f9f8f6; */
}
.owlthumbgrid1 #owl-tng1-content .item {
  padding: 10px 0px;
  margin: 5px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.owlthumbgrid1 #owl-tng1-content .slider-text {
  text-align: center;
}
.owlthumbgrid1 #owl-tng1-content .text-technical {
  margin-top: 24px;
  margin-bottom: 24px;
}
.owlthumbgrid1 #owl-tng1-content .slider-picture img {
  margin: 0 auto;
  max-width: 80%;
}
.owlthumbgrid1 #owl-tng1-content .slider-grid {
  margin-top: 20px;
}
.owlthumbgrid1 .owl-theme .owl-nav {
  margin: 0;
}
.owlthumbgrid1 .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owlthumbgrid1 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owlthumbgrid1 .owl-item.current {
  /* background-color: #f9f8f6; /*
}
  
.owlthumbgrid1 #owl-tng1-content.owl-theme {				/* Dots */
  position: relative;
}
.owlthumbgrid1 #owl-tng1-menu.owl-theme .owl-next,
.owlthumbgrid1 #owl-tng1-menu.owl-theme .owl-prev {
  width: 140px;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  border-radius: 50%;
  line-height: 0.6;
  font-size: 90px;
}
.owlthumbgrid1 #owl-tng1-menu.owl-theme .owl-prev {
  left: -40px;
  clip: rect(0, 59px, 200px, 0px);
  text-indent: -35px;
}
.owlthumbgrid1 #owl-tng1-menu.owl-theme .owl-next {
  right: -40px;
  clip: rect(0, 140px, 200px, 81px);
  text-indent: 35px;
}


@media (min-width: 768px) {
  .owlthumbgrid1 #owl-tng1-content {
	padding-top: 25px;
	padding-bottom: 10px;
  }

  .owlthumbgrid1 #owl-tng1-content .slider-picture img {
	max-height: 420px;
	max-width: none;
	width: auto;
  }
}
/* @CSS-End:Owl Carousel 1 */


.twocolpicntext1 {
}
.twocolpicntext1 .box-image {				/* Image Container */
  /*text-align: center;*/
}
.twocolpicntext1 .box-image img {			/* Image Center & Size */
  max-width: 50%;
}
.twocolpicntext1 .imageside {
  padding-top: 10px;
  padding-bottom: 10px;
}
.twocolpicntext1 .textside {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .twocolpicntext1 .imageside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .twocolpicntext1 .box-image img {			/* Image Center & Size */
	max-width: 100%;
  }
}


.leftrightlist .text-row {
  min-height: 12px;
}
.leftrightlist .top-row,
.leftrightlist .item-row {
  background-image: none;
}

.leftrightlist .top-row .left-col {				/* Top Columns */
}
.leftrightlist .top-row .middle-col {
  text-align: center;
}
.leftrightlist .top-row .right-col {
  text-align: right;
}
.leftrightlist .top-row .middle-col img {
  max-width: 100%;
  max-height: 100%;
}
.leftrightlist .top-row .note-row {				/* Top Note */
  text-align: left;
  max-width: 95%;
  line-height: 1;
  margin-bottom: 6px
}
.leftrightlist .top-row .right-col .note-row {				
  margin-left: 0px;
}

.leftrightlist .item-row .box-content {			/* Item Rows */
  min-height: 80px;
  padding: 10px 0px 20px 0px;
}
.leftrightlist .item-row .box-info {
  margin: 10px 20px;
}

.leftrightlist .item-row .left-col {
  padding: 0px;
}
.leftrightlist .item-row .middle-col {
  text-align: center;
  margin-top: 20px;
}
.leftrightlist .item-row .right-col {
  padding: 0px;
  float: right;
}
.leftrightlist .item-row .left-col .side-image {
  text-align: right;
}
.leftrightlist .item-row .side-image img {
  vertical-align: middle;
}
.leftrightlist .item-row .left-col .side-image img {
  margin-right: 20px;
}
.leftrightlist .item-row .right-col .side-image img {
  margin-left: 20px;
}

@media (min-width: 992px) {						/* Desktop */
  .leftrightlist .top-row,
  .leftrightlist .item-row {
	background-image: url("https://www.qleanair.com/resources/img/pros_cons_background.png"); /* Can we change this now that we have the style inside the block? */
	background-repeat: repeat-y;
	background-size: contain;
  }

  .leftrightlist .top-row .left-col,			/* Remove background colors = Show image */
  .leftrightlist .top-row .right-col,
  .leftrightlist .item-row .left-col,
  .leftrightlist .item-row .right-col {
	background: none !important;
  }
  
  .leftrightlist .top-row .right-col .note-row {	/* Not row */			
    margin-left: 20px;
  }


  .leftrightlist .item-row .middle-col {
    margin-top: 0px;
  }

  .leftrightlist .top-row .left-col {
	text-align: center;
    padding-right: 40px;
  }
  .leftrightlist .item-row .left-col .box-info {
    margin: 10px 40px 10px 20px;
  }
  .leftrightlist .top-row .right-col {
	text-align: center;
    padding-left: 40px;
  }
  .leftrightlist .item-row .right-col .box-info {
    margin: 10px 20px 10px 40px;
  }
  
  .leftrightlist .item-row .left-col .side-image img {
    margin-right: 0px;
  }
  .leftrightlist .item-row .right-col .side-image img {
    margin-left: 0px;
  }
  
}


.iconTopRSS1 {
    font-size: 20px;
	padding: 0px 0px 40px 0px;
}

.iconTopRSS1 .services-box {
	padding: 0 20px;
	text-align: center;
}

.iconTopRSS1 .services-box .img-icon {
	width: 200px;
	min-height: 100px; 
	border: none;
	border-radius: 80px;
	margin: 0 auto;
}
.iconTopRSS1 .services-box h3 {
	margin: 5px 0 15px 0;
	color: #0061a1;
}
.iconTopRSS1 .services-box p {
	font-weight: 200;
	color: #0061a1;
}

.iconTopRSS1 .rss-box {
	padding: 30px 20px 20px 20px;
	text-align: left;
	
}

.iconTopRSS1 .rss-info {
	margin-bottom: 10px;
  	padding-bottom: 6px;
	border-bottom: 2px solid #b4d2e1;
}
.iconTopRSS1 .rss-item {
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	border-bottom: 1px solid #b4d2e1;
}

.iconTopRSS1 .rss-item p {
	font-size: 14px;
	padding: 0 20px;
}

.iconTopRSS1 .rss-box .source {
	font-size: 12px;
    color: #4f4f4f;
}
.iconTopRSS1 .rss-box .pubDate {
	text-align: right;
	font-size: 12px;
    color: #4f4f4f;
}



.rssWide1 .rss-wrapper {
	background: #fff;
	border: 1px solid #0061a1;
	padding: 0;
	width: 100%;
/*	
	-webkit-box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);	
*/
}
.rssWide1 .rss-tag {
	font-size: 18px;
	color: #fff;
	background: #0061a1;
	padding: 10px 2px;
	height: auto;
	text-align: center;
}
.rssWide1 .rss-info {
	background: #fff;
	font-size: 15px;
	padding: 10px;
	height: 92px;
	overflow: hidden;
}
.rssWide1 .rss-source {
	font-size: 12px;
	font-weight: 600;
}
.rssWide1 .rss-title {
}
.rssWide1 .rss-title span {
	font-size: 10px;
}

.rssWide1 .rss-info-fade {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	
	z-index: 999;
	
	/* Permalink: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+97 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.rss-list-wrapper {
	display: none;
}

@media screen and (min-width: 768px) {
	.rssWide1 .rss-wrapper {
		height: 42px;
	}
	.rssWide1 .rss-tag {
		font-size: 15px;
		padding: 10px 2px;
		height: 100%;
		text-align: center;
	}
	.rssWide1 .rss-info {
		font-size: 14px;
		padding: 3px 10px;
		height: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.rssWide1 .rss-source {
		font-size: 10px;
		font-weight: 600;
	}
	.rssWide1 .rss-title {
	}
}

@media screen and (min-width: 992px) {
	.rssWide1 .rss-wrapper {
		height: 46px;
	}
	.rssWide1 .rss-tag {
		font-size: 18px;
		padding: 10px 2px;
		height: 100%;
		text-align: center;
	}
	.rssWide1 .rss-info {
		font-size: 15px;
		padding: 4px 10px;
		height: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.rssWide1 .rss-source {
		font-size: 10px;
		font-weight: 600;
	}
	.rssWide1 .rss-title {
	}
}


.qleanpanel2 .wrapper .panel-default {
  border-radius: 0px;
  border: none;
}

.qleanpanel2 .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qleanpanel2 .panel-body {
    border-top: none !important;
}
  
.qleanpanel2 .panel-group {
  margin-bottom: 10px;
}

.qleanpanel2 .wrapper .panel-success>.panel-heading[aria-expanded="true"] a {
  background-color: #fff;
}

.qleanpanel2 .qlean-panel .panel-default > .panel-heading {
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.qleanpanel2 .qlean-panel .panel-heading a {
  font-family: 'Oswald', sans-serif;
  padding: 10px 15px 10px 0px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 40px;
}

.qleanpanel2 .qlean-panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-weight: 400;
  top: 32%;
  line-height: 1;
  margin-top: -10px;
}

.qleanpanel2 .qlean-panel .panel-heading a.collapsed:after {
  content: "\f078";
  top: 34%;
}

/* Hover Effect */
.qleanpanel2 .qlean-panel .panel-heading:focus a,
.qleanpanel2 .qlean-panel .panel-heading:hover a {
   color: #000;    
   background:#eee;
}

/* Active panel */
.qleanpanel2 .qlean-panel .panel-heading a[aria-expanded="true"] {
   color: #000;    
   background:#fff;    
}


.paneldocs1 .wrapper .panel-default {
  border-radius: 0px;
  border: none;
}

.paneldocs1 .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.paneldocs1 .panel-body {
	font-size: 0.9em;
    border-top: none !important;
}
  
.paneldocs1 .panel-group {
  margin-bottom: 10px;
}

.paneldocs1 .wrapper .panel-success>.panel-heading[aria-expanded="true"] a {
  background-color: #fff;
}

.paneldocs1 .qlean-panel .panel-default > .panel-heading {
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.paneldocs1 .qlean-panel .panel-heading a {
  font-family: 'Oswald', sans-serif;
  padding: 10px 15px 10px 0px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 40px;
}

.paneldocs1 .qlean-panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-weight: 400;
  top: 32%;
  line-height: 1;
  margin-top: -10px;
}

.paneldocs1 .qlean-panel .panel-heading a.collapsed:after {
  content: "\f078";
  top: 34%;
}

/* Hover Effect */
.paneldocs1 .qlean-panel .panel-heading:focus a,
.paneldocs1 .qlean-panel .panel-heading:hover a {
   color: #000;    
   background:#eee;
}

/* Active panel */
.paneldocs1 .qlean-panel .panel-heading a[aria-expanded="true"] {
   color: #000;    
   background:#fff;    
}

/* Body Style */
.paneldocs1 .pd1item {
	text-align: center;
}

.paneldocs1 .pd1item .pd1-wrapper {
	width: 224px;
	margin: auto 1.5em;
	display: inline-block;
}

.paneldocs1 .pd1item .doc-image {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.paneldocs1 .pd1item .doc-image img {
    width: 100%;
}

.paneldocs1 .pd1item .doc-text {
	height: 96px;
	/* line-height: 0.92; */
	text-align: left;
	padding: 8px;
}


.panellink1 .wrapper .panel-default {
  border-radius: 0px;
  border: none;
}

.panellink1 .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panellink1 .panel-body {
	font-size: 0.9em;
    border-top: none !important;
}
  
.panellink1 .panel-group {
  margin-bottom: 10px;
}

.panellink1 .wrapper .panel-success>.panel-heading[aria-expanded="true"] a {
  background-color: #fff;
}

.panellink1 .qlean-panel .panel-default > .panel-heading {
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.panellink1 .qlean-panel .panel-heading a {
  font-family: 'Oswald', sans-serif;
  padding: 10px 15px 10px 0px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 40px;
}

.panellink1 .qlean-panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-weight: 400;
  top: 32%;
  line-height: 1;
  margin-top: -10px;
}

.panellink1 .qlean-panel .panel-heading a.collapsed:after {
  content: "\f078";
  top: 34%;
}

/* Hover Effect */
.panellink1 .qlean-panel .panel-heading:focus a,
.panellink1 .qlean-panel .panel-heading:hover a {
   color: #000;    
   background:#eee;
}

/* Active panel */
.panellink1 .qlean-panel .panel-heading a[aria-expanded="true"] {
   color: #000;    
   background:#fff;    
}

/* Body Style */
.panellink1 .pl1item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.panellink1 .pl1item:nth-child(odd) {
	background: #f8f8f8;
}

.panellink1 .pl1item:nth-child(even) {
	background: #fff;
}

.panellink1 .linktext {
	color: #0061a1;
}

.panellink1 .download {
	text-align: right;
}
.panellink1 .download a {
	margin-right: -1px;
}

.panellink1 .download span {
	transform: scale(2,1.4);
}


	
.figgrid {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/* Common style */
.figgrid .figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 49%;
	/* background: #3085a3; */
    background: #0061a1; 
	text-align: center;
	cursor: pointer;
}

.figgrid .figure-left {
	margin-left: 0px;
}
.figgrid .figure-right {
	margin-right: 0px;
}

.figgrid .figure img {
	position: relative;
	display: block;
	min-height: 100%;
	min-width: 100%;
	/* opacity: 0.8; */
	margin: 0 auto;
}

.figgrid .figure .caption {
	padding: 32px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.figgrid .figure .caption::before,
.figgrid .figure .caption::after {
	pointer-events: none;
}

.figgrid .figure .caption,
.figgrid .figure .caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.figgrid .figure .caption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.figgrid .figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.figgrid .figure h2 span {
	font-weight: 800;
}

.figgrid .figure h2,
.figgrid .figure p {
	margin: 0;
}

.figgrid .figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
	
/* zoomed as default, zoom out when hover */
.figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.figure.effect-chico .caption {
	padding: 48px;
}

.figure.effect-chico .caption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.figure.effect-chico .caption::before,
.figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-chico h2 {
	padding: 10% 0 20px 0;
}

.figure.effect-chico p {
	margin: 0 auto;
	max-width: 300px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.figure.effect-chico:hover .caption::before,
.figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 767px) {
	.caption {
		padding: 0 10px;
		text-align: center;
	}
	.figgrid .figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/* Wrong way around... */

@media screen and (min-width: 360px) {
	.imagefade01 .figure.effect-chico .caption {
		padding: 0px;
	}
	.imagefade01 .figure.effect-chico .caption h2 {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 540px) {
	.imagefade01 .figure.effect-chico .caption {
		padding: 20px;
	}
	.imagefade01 .figure.effect-chico .caption h2 {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 640px) {
	.imagefade01 .figure.effect-chico .caption {
		padding: 45px;
	}
	.imagefade01 .figure.effect-chico .caption h2 {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 768px) {
	.imagefade01 .figure.effect-chico .caption {
		padding: 0px;
	}
	.imagefade01 .figure.effect-chico .caption h2 {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 992px) {
	.imagefade01 .figure.effect-chico .caption {
		padding: 30px;
	}
	.imagefade01 .figure.effect-chico .caption h2 {
		padding-bottom: 30px;
	}
}



.tripopup1 .wrapper {
    position: relative;
	overflow: hidden;
}

.tripopup1 .image img {
	width: 100%;
	height: auto;
}

.tripopup1 .overlay {
	margin-top: 30px;
}


.tripopup1 .content-info {
}

.tripopup1 .overlay {
	padding-left: 10px;
	padding-right: 10px;
    font-weight: 300;
    font-size: 15px;
}


@media screen and (min-width: 992px) {			/* Set to SLIDE-UP Boxes to Bottom position at 768 and up */
  .tripopup1 .overlay {
	display: inline-block;						/* Always SHOWs to be able to slide up */
	top: auto;
	bottom: 0;								    /* Original position of slide-up, in desktop mode (>=768px) */
	height: auto;								/* Fixed height, so all slides up to same height */
	width: 28%;

    position: absolute;
    overflow: hidden;
    background-color: rgba(0,62,140, 0.7);
    color: #fff;
	margin-top: 0;
  }

  .tripopup1 .overlay .content-info {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out; 			/* Safari and Chrome */
    -moz-transition: all .5s ease-in-out; 				/* Firefox */
    -ms-transition: all .5s ease-in-out; 				/* IE 9 */
    -o-transition: all .5s ease-in-out; 				/* Opera */
    transition: all .5s ease-in-out;
  }

  .tripopup1 .overlay:hover .content-info {					
    max-height: 500px;
    -webkit-transition: all .5s ease-in-out; 			/* Safari and Chrome */
    -moz-transition: all .5s ease-in-out; 				/* Firefox */
    -ms-transition: all .5s ease-in-out; 				/* IE 9 */
    -o-transition: all .5s ease-in-out; 				/* Opera */
    transition: all .5s ease-in-out;
  }
  .tripopup1 .overlay:nth-child(1) {
	  left: 4%;
  }
  .tripopup1 .overlay:nth-child(2) {
	  left: 36%;
  }
  .tripopup1 .overlay:nth-child(3) {
	  left: 68%;
  }
  
  .tripopup1 .side-wrapper {					/* Hide Side Toggles */
	  display: none;
  }
  
}

















/* ---------------------------------------------------- */
/* Font */
/* ---------------------------------------------------- */
html, body {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
/*  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;  
  -webkit-font-smoothing: antialiased; */
}

body {
  padding-top: 88px;
}

@media (min-width: 768px) and (max-width: 992px) {
  body {
    padding-top: 116px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 63px;
  }
}

/* Font-Size: BASE Sizes! >> Use EM << (so they can be used inside blocks) */
h1 { font-size: 2.50em; font-weight: 300; }
h2 { font-size: 1.50em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.75em; }


/* Font-Size: Scales >> use REM << (so we always take from root settings (?) change when block-in-block?) */
/* Apply TO BLOCK! NOT individual text-fields! */
.smallest { font-size: 0.60rem; }
.smaller  { font-size: 0.70rem; }
.small    { font-size: 0.80rem; }
.normal	  { font-size: 1.10rem; }
.big      { font-size: 1.20rem; }
.bigger   { font-size: 1.60rem; }
.biggest  { font-size: 2.00rem; }
.donotsizep p { font-size: 1.00rem; }

/* Media Overrides 992 and up */
@media (max-width: 991px) {
  .smallest { font-size: 0.50rem; }
  .smaller  { font-size: 0.60rem; }
  .small    { font-size: 0.70rem; }
  .normal	{ font-size: 0.95rem; }
  .big      { font-size: 1.00rem; }
  .bigger   { font-size: 1.20rem; }
  .biggest  { font-size: 1.40rem; }
}

/* Media Overrides 768 and up */
@media (max-width: 767px) {
  .smallest { font-size: 0.40rem; }
  .smaller  { font-size: 0.50rem; }
  .small    { font-size: 0.60rem; }
  .normal	{ font-size: 0.90rem; }
  .big      { font-size: 0.90rem; }
  .bigger   { font-size: 1.00rem; }
  .biggest  { font-size: 1.10rem; }
}

/* ---------------------------------------------------- */
/* Bootstrap Overrides */
/* ---------------------------------------------------- */

  .econtent-blk { min-height: 10px; }
  .econtent-area { min-height: 10px; }
  
.btn.btn-transparent:focus,
.btn.btn-transparent:hover {
    color: #000;
    background: #fff;
}
  
.btn.btn-transparent {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.btn.btn-blue:focus,
.btn.btn-blue:hover {
    color: #0061a1;
    background: #e1ebf6;
}
  
.btn.btn-blue {
    border: 1px solid #0061a1;
    border-radius: 0;
    color: #fff;
    background: #0061a1;
}  

.btn.btn-white:focus,
.btn.btn-white:hover {
    color: #fff;
    background: #0061a1;
}
  
.btn.btn-white {
    border: 1px solid #0061a1;
    border-radius: 0;
    color: #0061a1;
    background: #fff;
}  

.row {
    margin-left: 0;
    margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
    
/* Small line in active menu item */
.navbar-default .navbar-nav > .active > a::after, 
.navbar-default .navbar-nav > .active > a::after {
    background: #0061a1 none repeat scroll 0 0;
    bottom: 12px;
    content: "";
    height: 2px;
    left: 43%;
    position: absolute;
    width: 15px;
}
/* Reset active background to white */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #fff;
}
    
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  
  box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.35);
  /* padding-bottom: 10px;   */
}
.navbar-nav li a {
/*  padding-right: 10px; */
}
.navbar-default .container {
  margin-bottom: 10px;
}
.navbar-header img {
  margin-top: 10px;
  height: 42px;
  width: auto;
}

.navbar-default .navbar-nav>li>a {
  color: #0061a1;
  font-weight: 400;
}

.navbar-collapse {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-collapse {
	float: right;
  }
}
@media (max-width: 768px) {
  .navbar-header img {
	margin-left: 12px;
  }
}

@media (min-width: 992px) {		/* Navbar 992px and up */
  .navbar-header img {			/* Bigger Logo */
	height: 55px;
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .navbar-nav {					/* New Nav position */
    margin-top: 15px;
  }
}


.header {
  margin-top: 25px;
/*  margin-bottom: 15px; */
  font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6  {
  line-height: 1.3;
}

.item {
  height: auto;
  /*max-height: 800px;*/
  overflow: hidden;
}

/* ---------------------------------------------------- */
/* GLOBAL */
/* ---------------------------------------------------- */

/* CSS-Begin:Global */
.bgToRight {
  background-position: top right;
}

.bgToLeft {
  background-position: top left;
}

.row-justified {
    text-align:justify;
}
.row-centered {
    text-align: center;			/* user TOGETHER with col-centered below */
}
.col-centered {
	display: inline-block;
	float: none;
  	margin-right: -4.2px;		/* inline-block space fix */
}

.center-parent {
  display: table;
}
.center-child {
  display: table-cell;
  vertical-align: middle;
}
/* set bootstrap default row margins */
.row-margins-default {
  margin-left: -15px;
  margin-right: -15px;
}
.row-margins-zero {
  margin-left: 0px;
  margin-right: 0px;
}
  
.leftalign {
  	text-align: left;
}

hr.blue {
	width: 25%;
  	margin: 30px auto;
    border: none;
    height: 1px;
    color: #bfd3e0; /* old IE */
    background-color: #bfd3e0; /* Modern Browsers */
}

  
.parallax {
  background-size: cover; /* width? */
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
}

/* Make cols same height inside 'equal' div */
@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex: 1 1 auto;
  }
}

/* ---------------------------------------------------- */
/* COLORS (textcolorXX, backgroundcolorXX, bordercolorXX) */
/* ---------------------------------------------------- */

/* CSS-Begin:Variable Colors */
.textcolor01 {
  color: #ffffff;
}
.textcolor02 {
  color: #000000;
}
.textcolor03 {
  color: #f6f9fa;
}
.textcolor04 {
  color: #f7f7f7;
}
.textcolor05 {
  color: #b4d2e1;
}
.textcolor06 {
  color: #0061a1; /*#0061a1;*/
}
.textcolor07 {
  color: #7b7b7b;
}
.textcolor08 {
  color: #f7f7f7;
}
.textcolor09 {
  color: #4f78a9;
}


.backgroundcolor01 {
  background: #ffffff;
}
.backgroundcolor02 {
  background: #000000;
}
.backgroundcolor03 {
  background: #f6f9fa;
}
.backgroundcolor04 {
  background: #f7f7f7;
}
.backgroundcolor05 {
  background: #b4d2e1;
}
.backgroundcolor06 {
  background: #0061a1;
}
.backgroundcolor07 {
  background: #7b7b7b;
}
.backgroundcolor08 {
  background: #003e8c;
  background: rgba(0,62,140,0.7) !important;
}
.backgroundcolor09 {
  background: #646464;
  background: rgba(100,100,100,0.5) !important;
}


.bordercolor01 {
  border-color: #ffffff;
}
.bordercolor02 {
  border-color: #000000;
}
.bordercolor03 {
  border-color: #0061a1;
}
.bordercolor04 {
  border-color: #f7f7f7;
}
.bordercolor05 {
  border-color: #e74c3c;
}
.bordercolor06 {
  border-color: #0061a1;
}
.bordercolor07 {
  border-color: #7b7b7b;
}
.bordercolor08 {
  border-color: #003e8c;
}
.bordercolor09 {
  border-color: #646464;
}
/* CSS-End:Variable Colors */

/* ---------------------------------------------------- */
/* Other Colors */
/* ---------------------------------------------------- */
.textWhite {
  color: #fff;
}
.bgBlue {
background: #4f78a9;
}
.bgLightBlue {
background: #dee8f3;
}
.bgMediumBlue {
background: #c3d8ee;
}
.topline-blue {
  border-top: 2px solid #0061a1;
}
/* ---------------------------------------------------- */
/* Corp Table Defaults */
/* ---------------------------------------------------- */
.table-qa2 {
  padding: 2px;
  border-spacing: 0px;
  font-size: 16px;
  margin-top: 0px;
}
.table-qa2 th {
  border-bottom: 2px solid #0061a1;
}
.table-qa2 td {
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  padding: 3px 4px;
  color: #000;
  background: #dce4f1;
  text-align: left;
}
.table-qa2 td:last-child {
  border-right: none;
 }  
/* ---------------------------------------------------- */
/* Buttons */
/* ---------------------------------------------------- */
.ghost-button {
  display: inline-block;
  width: auto;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.ghost-button:hover,
.ghost-button:focus,
.ghost-button:active {
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
  text-decoration: none;
}

.ghost-button-2 {
  display: inline-block;
  width: auto;
  padding: 8px;
  /*padding-left: 24px;
  padding-right: 24px;*/
  color: #fff;
  border: none; /* 1px solid #06f; */
  text-align: center;
  outline: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 90%;
  background-color: rgba(0,62,140, 0.7);
}
.ghost-button-2:hover,
.ghost-button-2:focus,
.ghost-button-2:active {
  background-color: #fff; /* rgba(0, 0, 0, 0.4);*/
  color: black;
  text-decoration: none;
}


/* ---------------------------------------------------- */
/* Positioning */
/* ---------------------------------------------------- */
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.position-fixed {
    position: fixed;
}


/* ---------------------------------------------------- */
/* Margins & Paddings */
/* ---------------------------------------------------- */
section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.margin20-bottom {
  margin-bottom: 20px;
}

.nopaddingnomargin {
   padding: 0 !important;
   margin: 0 !important;
}

.padding-none {
   padding: 0 !important;
}
.margin-negative {
   margin-left: -15 !important;
   margin-right: -15 !important;
}
  
/* ---------------------------------------------------- */
/* Extras */
/* ---------------------------------------------------- */
.Footer {
   box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.35);
}
    
.slim {
  font-weight: 300;
}

.fat {
  font-weight: 600;
}

.narrow {
  letter-spacing: -0.04em;
  font-weight: 300;
}

.shadow-text {
	text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

a.nolinkline:link  
{  
 text-decoration:none;  
}  

.btn-default-transparent {
	background: rgba(255,255,255,0.4); /* transparent; */
	border-radius: 40px;
	padding: 12px 24px;
	border: 2px solid rgba(0,0,0,0.5);
	color: #000;
}
.btn-default-transparent:focus,
.btn-default-transparent:hover {
	background: rgba(255,255,255,1.0); /* transparent; */
	border: 2px solid rgba(0,0,0,1.0);
	color: #000;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.hr-small {
	margin: 4px 10px 10px 0px;
	width: 40px;
    border: none;
    height: 2px;
}
.hr-small-fuller {
	margin: 4px auto 10px 0px;
	width: 40px;
    border: none;
    height: 3px;
}
.hr-white {
    color: #fff; 				/* old IE */
    background-color: #fff; 	/* Modern Browsers */
}
.hr-blue {
    color: #0061a1; 			/* old IE */
    background-color: #0061a1; 	/* Modern Browsers */
}
.hr-middle {
    margin: 10px auto 10px auto;
}
.hr-high {
	margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {		/* move to left when xs */
  .hr-xs-left {
	margin: 4px auto 10px 0px;
  }
}       

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
@media (max-width: 768px) {		/* move to left when xs */
  .align-xs-left {
    text-align: left;
  }
  .align-xs-right {
    text-align: right;
  }
}    
.borderOff {
  border-style: none;
}
.borderOn {
  border-style: solid;
  border-width: 3px;
}

    
.hideme {
  display: none;
}

/* ==================================================== */

/* Navbar */
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { /*border-bottom: 1px solid #eee; */ }
.nav-list > li { 
  padding: 20px 10px 15px 15px;
  border: none; /*1px solid #eee; */
  vertical-align: top;  
  text-align: left;
}
.nav-list > li:last-child {  }

.nav-list > li > a:focus, 
.nav-list > li > a:hover { 
  text-decoration: none;
}
.nav-list > li > a > span:focus,
.nav-list > li > a > span:hover { 
  color: #337ab7;
}
.nav-list > li > a > span {  
  display: block;
/*  margin-top: 8px;*/
  border-bottom: 6px solid #eee;
/*  padding-left: 6px; */
  font-weight: 400;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
}

.nav-list > li > a > span.productimage {  
  display: block;
  margin: 0 auto;
  border-bottom: none;
  text-align: center;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}
.nav-list > li > a > span.productimage img {
  width: 100%;
  height: 100%;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align:  center;
  width: 100%;
}

.nav-list .sub-list {
  list-style-type: none;
  padding: 4px;
  text-align: left;
}
.nav-list .sub-list li {
  padding: 4px;
}

.nav-list .sub-list a,
.nav-list .sub-list a:focus,
.nav-list .sub-list a:hover {
  text-decoration: none;
}
/* CSS-End:Global */

/* ==================================================== */

/* CSS-Begin:carousel1 */
.carouselx1 .carousel-caption {
	position: absolute;
	z-index: 20;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	letter-spacing: -0.04em;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0,0,0,.6);
}
.carouselx1 .carousel-caption h1 {
	font-weight: 300;
}

.carouselx1 .carousel-slide {
   width: 100%;
   height: auto;
}
.carouselx1 .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carouselx1 .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(195,216,237, 0.4);
  border: none;  
  border-radius: 0px;
}
.carouselx1 .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 6px;
    bottom: 0px;
    background-color: rgba(9, 97, 161, 0.7);
}
.carouselx1 .carousel-control.right,
.carouselx1 .carousel-control.left {
  background-image: none;
}

/* OPTIONAL: FADE */
.carouselx1 .carousel-inner .item {
  transition-property: opacity;
}
.carouselx1 .carousel-inner .item,
.carouselx1 .carousel-inner .active.left,
.carouselx1 .carousel-inner .active.right {
  opacity: 0;
}
.carouselx1 .carousel-inner .active,
.carouselx1 .carousel-inner .next.left,
.carouselx1 .carousel-inner .prev.right {
  opacity: 1;
}
.carouselx1 .carousel-inner .next,
.carouselx1 .carousel-inner .prev,
.carouselx1 .carousel-inner .active.left,
.carouselx1 .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carouselx1 .carousel-control {
  z-index: 2;
}
  
/* HIDE INDICATORS */
.carouselx1 .carousel-indicators {
  display: none;
}
/* CSS-End:carousel1 */

/* ---------------------------------------------------- */

/* CSS-Begin:carouselx2 */
.carouselx2 .slideshow-wrapper {
	margin-top: 0px;
}
.carouselx2 .carousel-caption {
	position: absolute;
	padding: 0;
	color: #626a6f;
  	background-color: rgba(255,255,255,0.7);
  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);

    z-index: 20;
	top: 0%;
	left: 698px;
	height: 100%;
	width: 394px;
	bottom: initial;
	/* letter-spacing: -0.04em; */
	/* text-shadow: 0 2px 8px rgba(0,0,0,.6); */
}
.carouselx2 .carousel-caption {
  text-shadow: none;
}
.carouselx2 .carousel-caption .overlay {
	position: relative;
    top: 20%;
	text-align:left;
	padding: 0px 20px;
}

@media (max-width: 1199px) {
  .carouselx2 .carousel-caption {
    left: 576px;
	width: 324px;
  }
  .carouselx2 .carousel-caption .overlay {
	top: 8%;
  }
}
@media (max-width: 991px) {
  .carouselx2 .carousel-caption {
    left: 440px;
	width: 250px;
  }
  .carouselx2 .carousel-caption .overlay {
	top: -5%;
  }
}
@media (max-width: 767px) {
  .carouselx2 .carousel-caption {
    left: 20%;
	width: 60%;
  }
  .carouselx2 .carousel-caption .overlay {
	top: 20%;
  }
}
@media (max-width: 640px) {
  .carouselx2 .carousel-caption {
    left: 10%;
	width: 80%;
  }
  .carouselx2 .carousel-caption .overlay {
	top: 10%;
  }
}

@media (max-width: 500px) {
  .carouselx2 .carousel-caption {
    font-size: 0.8em;
  }
  .hideme500 {
    display: none;
  }
}


.carouselx2 .carousel-caption h1 {
	font-weight: 300;
}

.carouselx2 .carousel-slide {
   width: 100%;
   height: auto;
}
.carouselx2 .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carouselx2 .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(195,216,237, 0.4);
  border: none;   
  border-radius: 0px;
}
.carouselx2 .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 6px;
    bottom: 0px;
    background-color: rgba(9, 97, 161, 0.7);
}
.carouselx2 .carousel-control.right,
.carouselx2 .carousel-control.left {
  background-image: none;
}

/* OPTIONAL: FADE */
.carouselx2 .carousel-inner .item {
  transition-property: opacity;
}
.carouselx2 .carousel-inner .item,
.carouselx2 .carousel-inner .active.left,
.carouselx2 .carousel-inner .active.right {
  opacity: 0;
}
.carouselx2 .carousel-inner .active,
.carouselx2 .carousel-inner .next.left,
.carouselx2 .carousel-inner .prev.right {
  opacity: 1;
}
.carouselx2 .carousel-inner .next,
.carouselx2 .carousel-inner .prev,
.carouselx2 .carousel-inner .active.left,
.carouselx2 .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carouselx2 .carousel-control {
  z-index: 2;
}

  /* HIDE INDICATORS */
.carouselx2 .carousel-indicators {
  display: none;
}

/* CSS-End:carouselx2 */


/* ---------------------------------------------------- */


/* CSS-Begin:carouseltop */
.carouseltop .slideshow-wrapper {
	margin-top: 0px;
    margin-bottom: 0px;
}
.carouseltop .carousel-text {
	padding: 0;
  	padding-top: 0px;
    padding-bottom: 0px;
	height: auto;
  	background-color: #0061A1;
  	/* background-color: rgba(00,62,140,1.0); */
    overflow: auto;
  min-height: 180px;
}
.carouseltop .carousel-text .overlay {
	padding: 0px 20px;
    color: #fff;  
}

    
.carouseltop .carousel-slide {
   width: 100%;
   height: auto;
}
.carouseltop .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carouseltop .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(195,216,237, 0.4);
  border: none;   
  border-radius: 0px;
}
.carouseltop .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 6px;
    bottom: 0px;
    background-color: rgba(9, 97, 161, 0.7);
}
.carouseltop .carousel-control.right,
.carouseltop .carousel-control.left {
  background-image: none;
}

@media (min-width: 640px) {
  .carouseltop .carousel-text {
  }
  .carouseltop .carousel-text .overlay {
  }
}

@media (min-width: 767px) {
  .carouseltop .carousel-text {
    position: absolute;

  	padding-top: 20px;	/* box size overrides */
  	padding-bottom: 10px;
  	min-height: 190px;

    top: 0;
	left: 0;
	width: 100%;

  	background-color: #003E8C;
    background-color: rgba(00,62,140,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index: 20;
    
	bottom: initial;
  }
  .carouseltop .carousel-text .overlay {
  }
}

@media (min-width: 991px) {
  .carouseltop .carousel-text {
  }
  .carouseltop .carousel-text .overlay {
  }
}

@media (min-width: 1199px) {
  .carouseltop .carousel-text {
  }
  .carouseltop .carousel-text .overlay {
  }
}

/* OPTIONAL: FADE */
.carouseltop .carousel-inner .item {
  transition-property: opacity;
}
.carouseltop .carousel-inner .item,
.carouseltop .carousel-inner .active.left,
.carouseltop .carousel-inner .active.right {
  opacity: 0;
}
.carouseltop .carousel-inner .active,
.carouseltop .carousel-inner .next.left,
.carouseltop .carousel-inner .prev.right {
  opacity: 1;
}
.carouseltop .carousel-inner .next,
.carouseltop .carousel-inner .prev,
.carouseltop .carousel-inner .active.left,
.carouseltop .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carouseltop .carousel-control {
  z-index: 2;
}

  /* HIDE INDICATORS */
.carouseltop .carousel-indicators {
  display: none;
}

/* CSS-End:carouseltop */

/* ---------------------------------------------------- */

/* CSS-Begin:iconTopTextBottom1 */
.iconTopTextBottom1 {
    font-size: 20px;
	padding-bottom: 40px; /*: 0px 0px 40px 0px;*/
}
.iconTopTextBottom1 .item1,
.iconTopTextBottom1 .item2 {
   margin-bottom: 20px;
}
.iconTopTextBottom1 .services-box {
	padding: 0 20px;
	text-align: center;
}

.iconTopTextBottom1 .services-box .img-icon {
	width: 200px;
	min-height: 100px; 
	border: none;
	border-radius: 80px;
	margin: 0 auto;
}
.iconTopTextBottom1 h3 {
	margin: 5px 0 15px 0;
	color: #0061a1;
}
.iconTopTextBottom1 p {
	font-weight: 200;
	color: #0061a1;
}
/* CSS-End:iconTopTextBottom1 */

/* ---------------------------------------------------- */

/* CSS-Begin:iconTopTextBottom2 */
.iconTopTextBottom2 {
	padding: 0px 0px;
}
.iconTopTextBottom2 .services-box {
	padding: 0px 20px;
	margin-bottom: 10px;		/* Split when narrow */
	margin-top: 10px;			/* -"- */
	text-align: center;
	border: 1px solid #0061a1;
}

.iconTopTextBottom2 .services-box .img-icon {
	border-radius: 80px;
}
.iconTopTextBottom2 .services-box .img-icon {
	margin: 0 auto;
}
.iconTopTextBottom2 h3 {
	font-size: 22px;
	margin: 5px 0 15px 0;
	color: #0061a1;
}
.iconTopTextBottom2 p {
	font-size: 18px;
	font-weight: 200;
	color: #0061a1;
}
/* CSS-End:iconTopTextBottom2 */


/* ---------------------------------------------------- */

/* CSS-Begin:iconTopTextBottom3 */
.iconTopTextBottom3 {
	min-height: 20px;
    font-size: 20px;
	padding: 0;
}

.iconTopTextBottom3 .bigcol {
	padding-bottom: 15px;
}

.iconTopTextBottom3 hr {
	margin: 4px 30px;
    border: none;
    height: 2px;
/*    color: #b4d2e1; /* old IE */
/*    background-color: #b4d2e1; /* Modern Browsers */  
}

.iconTopTextBottom3 .services-box {
	padding: 0 20px;
	margin-bottom: 10px;
	text-align: center;
}

.iconTopTextBottom3 .services-box .img-icon {
	max-width: 200px;
	height: 150px; 
	border: none;
	border-radius: 80px;
	margin: 0 auto;
}
.iconTopTextBottom3 h3 {
	margin: 5px 0 10px 0;
}
.iconTopTextBottom3 p {
	font-weight: 200;
}
/* CSS-End:iconTopTextBottom3 */

/* ---------------------------------------------------- */

/* CSS-Begin:pictureAndText1 */
.pictureAndText1 {
	padding: 0;
}
.pictureAndText1 .image {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	opacity: 0.6;
}
.pictureAndText1 h3 {
	text-align: center;
	font-size: 24px;
}
.pictureAndText1 p {
	text-align: center;
	font-size: 12px;
}
.pictureAndText1 .content {
	border: 1px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	padding: 0 30px;
}
.pictureAndText1 a {
	color: #e74c3c;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
}
/* CSS-End:pictureAndText1 */

/* ---------------------------------------------------- */

/* CSS-Begin:double1 */
.double1 {
	color: #fff;
	padding: 20px 0;
}
.double1 .content {
	width: 100%;
	padding: 100px 30px;
    display: block; 
    background-size: cover;
    background-position: center center;
}
.double1 h1 {
	font-weight: bold;
}
.double1 p {
	font-size: 1em;
	color: #898989;
}
.double1 a {
	color: #e74c3c;
	text-decoration: none;
}
.double1 a:hover,
.double1 a:focus {
	color: #e74c3c;
	font-weight: bold;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
/* CSS-End:double1 */

/* ---------------------------------------------------- */

/* CSS-Begin:double2 */
.double2 {
  	padding: 20px 0;
}
.double2 .image {
  	width: 100%;
    position:relative;
    display:inline-block;
	overflow: hidden;
}

.double2 .image img {
  	width: 100%;
	height: 100%;
    vertical-align:top;
}

.double2 .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.double2 .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    color:white;
    padding:12px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	
}

.double2 .content {
    position:absolute;
    display:inline-block;
    top:24%;
    left:0;
    width:100%;
    height:auto;
    text-align:center;
    color:white;
    padding:12px;
}

.double2 .image:focus img,
.double2 .image:hover img {
    -webkit-transform:scale(1.06); 	/* Safari and Chrome */
    -moz-transform:scale(1.06); 	/* Firefox */
    -ms-transform:scale(1.06); 		/* IE 9 */
    -o-transform:scale(1.06); 		/* Opera */
     transform:scale(1.06);
}
.double2 .image:focus .overlay,
.double2 .image:hover .overlay {
    background:rgba(0,0,0,.5);
}

/* CSS-End:double2 */

/* ---------------------------------------------------- */

/* ---------------------------------------------------- */

/* CSS-Begin:double2small */
.double2small {
  	padding: 20px 0;
}
.double2small .image {
  	width: 100%;
    position:relative;
    display:inline-block;
	overflow: hidden;
}

.double2small .image img {
  	width: 100%;
	height: 100%;
    vertical-align:top;
}

.double2small .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.double2small .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    color:white;
    padding:12px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	
}

.double2small .content {
    position:absolute;
    display:inline-block;
    top:24%;
    left:0;
    width:100%;
    height:auto;
    text-align:center;
    color:white;
    padding:12px;
}

.double2small .image:focus img,
.double2small .image:hover img {
    -webkit-transform:scale(1.06); 	/* Safari and Chrome */
    -moz-transform:scale(1.06); 	/* Firefox */
    -ms-transform:scale(1.06); 		/* IE 9 */
    -o-transform:scale(1.06); 		/* Opera */
     transform:scale(1.06);
}
.double2small .image:focus .overlay,
.double2small .image:hover .overlay {
    background:rgba(0,0,0,.5);
}

/* CSS-End:double2small */

/* ---------------------------------------------------- */

/* CSS-Begin:wideImageWithText1 */ 
.wideImageWithText1 .wiwt1bkg { 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: top center;
    padding: 150px 0; 
    color: #fff; 
    position: relative; 
} 
.wideImageWithText1 .overlay { 
    background-color: #000; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    opacity: 0; 
} 
 
.wideImageWithText1 .container { 
   position: relative; 
} 
 
.wideImageWithText1 h1,
.wideImageWithText1 h2,
.wideImageWithText1 h3,
.wideImageWithText1 h4,
.wideImageWithText1 h5 { 
    text-align: center; 
    width: 80%; 
    margin: 0 auto;
 	text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

.wideImageWithText1 h1 img { 
    height: 1em;
    position: relative; 
    vertical-align: -8%;   
} 
.wideImageWithText1 p { 
    text-align: center; 
    width: 60%; 
    display: block; 
    margin: 20px auto;
 	text-shadow: 0 2px 8px rgba(0,0,0,.6);
} 
 
@media (max-width: 768px) { 
  .wideImageWithText1 h3 { 
    width: 90%; 
 } 
 
 .wideImageWithText1 p { 
    width: 80%; 
 } 
} 
/* CSS-End:wideImageWithText1 */

/* ---------------------------------------------------- */

/* CSS-Begin:wideImageWithText2 */ 
.wideImageWithText2 .wiwt2bkg { 
	background-repeat: no-repeat; 
	background-size: cover; 
    background-position: top center;
	padding: 150px 0; 
	position: relative; 
} 
 
.wideImageWithText2 .overlay { 
	background-color: #000; 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	opacity: 0; 
} 
 
.wideImageWithText2 .container { 
	color: #fff; 
	position: relative; 
} 
/* CSS-End:wideImageWithText2 */

/* ---------------------------------------------------- */

/* CSS-Begin:dualInverted1 */
.dualInverted1 {
	padding: 40px 0;
}
.dualInverted1 .dual-box {
	min-height: 400px;
	padding: 20px;
	text-align: center;
	border-radius: 2px;
	background: #3498db;
}
.dualInverted1 .dual-box-inverted {
  	background: #FFFFFF;
	border: 1px solid #3498db;
}
.dualInverted1 .dual-box .icon {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
}
.dualInverted1 h3 {
	font-size: 20px;
}
.dualInverted1 .dual-box-inverted h3 {
  	color: #303030;
}
.dualInverted1 p {
	font-size: 12px;
	font-weight: 200;
	color: #f5f5f5;
}
.dualInverted1 .dual-box-inverted p {
  	color: #303030;
}
/* CSS-End:dualInverted1 */

/* ---------------------------------------------------- */

/* CSS-Begin:dualInverted2 */
.dualInverted2 {
	padding: 40px 0;
}
.dualInverted2 .dual-box {
	padding: 60px 20px;
	text-align: center;
	border-radius: 2px;
	background: #0061a1;
}
.dualInverted2 .dual-box .icon {
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.dualInverted2 .dual-box .icon img {
	position: relative;
	max-height: 100%;
	margin-bottom: 20px;
}

.dualInverted2 h3 {
	font-size: 28px;
	color: #fff;
}
.dualInverted2 p {
	font-size: 14px;
	font-weight: 200;
	color: #fff;
}

.dualInverted2 .dual-box-inverted {
  	background: #FFFFFF;
	border: 1px solid #0061a1;
}
.dualInverted2 .dual-box-inverted h3 {
  	color: #0061a1;
}
.dualInverted2 .dual-box-inverted p {
  	color: #0061a1;
}
/* CSS-End:dualInverted2 */

/* ---------------------------------------------------- */

/* CSS-Begin:dualInverted3 */
.dualInverted3 {
	padding: 0px 0;
}
.dualInverted3 .container {
}

.dualInverted3 .dual-box {
	padding: 60px 20px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid;
}
.dualInverted3 .dual-box .icon {
	/* height: 150px; */
	margin: 0 auto;
	overflow: hidden;
}
.dualInverted3 .dual-box .icon img {
	position: relative;
	/* max-height: 100%; */
	max-width: 80%;
	margin-bottom: 20px;
}

.dualInverted3 h3 {
	font-size: 28px;
}
.dualInverted3 p {
	font-size: 14px;
	font-weight: 200;
}
/* CSS-End:dualInverted3 */

/* ---------------------------------------------------- */

/* CSS-Begin:dualTextInverted1 */
.dualTextInverted1 {
	padding: 40px 0;
}
.dualTextInverted1 .dual-box {
	padding: 60px 20px;
	text-align: center;
	border-radius: 2px;
}
.dualTextInverted1 h3 {
	font-size: 28px;
}
.dualTextInverted1 p {
	font-size: 14px;
	font-weight: 200;
}
.dualTextInverted1 .dual-box-inverted {
	border: 1px solid;
}
/* CSS-End:dualTextInverted1 */

/* ---------------------------------------------------- */

/* CSS-Begin:textLeftImageRight1 */
.textLeftImageRight1 {
}
.textLeftImageRight1 .lefttext {
/*	text-align:justify;	*/
}
.textLeftImageRight1 .rightimage img {
	max-width: 400px;
}
/* CSS-End:textLeftImageRight1 */

/* ---------------------------------------------------- */

/* CSS-Begin:iconsAndText2 */
.iconsAndText2 {
  color: #777;
  text-align: center;
}

.iconsAndText2 .image-container img {
  border: 0px;
  width: 120px;
  height: 97px;  
}
.iconsAndText2 ul {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  color: #000;
}
/* CSS-End:iconsAndText2 */

/* ---------------------------------------------------- */

/* CSS-Begin:headerOnlyH1 */
.headerOnlyH1 {
}
/* CSS-End:headerOnlyH1 */


/* CSS-Begin:headerOnlyH2 */
.headerOnlyH2 {
}
/* CSS-End:headerOnlyH2 */


/* CSS-Begin:headerOnlyH3 */
.headerOnlyH3 {
}
/* CSS-End:headerOnlyH3 */


/* CSS-Begin:headerOnlyH4 */
.headerOnlyH4 {
}
/* CSS-End:headerOnlyH4 */


/* CSS-Begin:headerOnlyH5 */
.headerOnlyH5 {
}
/* CSS-End:headerOnlyH5 */

/* ---------------------------------------------------- */

/* CSS-Begin:tableQA1 */
.tableQA1 table {
  padding: 2px;
  border-spacing: 0px;
  font-size: 16px;
  margin-top: 5px;
}
.tableQA1 table th {
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 1px 4px;
  color: #fff;
  background: #0766a5;
  font-weight: bold;
}

.tableQA1 table td {
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 1px 4px;
  background: #dce4f1;
}
/* CSS-End:tableQA1 */

/* ---------------------------------------------------- */

/* CSS-Begin:tableQA1 */
.checkboxAndPic2 {
}
.checkboxAndPic2 ul {
  list-style-image: url('blue-check.jpg');
}
/* CSS-End:tableQA1 */

/* ---------------------------------------------------- */

/* CSS-Begin:ProductGrid 1 */
.productGrid1 {
  text-align: center;
}
.productGrid1 .proditem3,
.productGrid1 .proditem4
{
  padding: 10px 10px;
}
.productGrid1 .proditem3 img {
  width: auto;
}
.productGrid1 .proditem4 img {
  width: auto;
}
/* CSS-End:ProductGrid 1 */

/* ---------------------------------------------------- */

/* CSS-Begin:footer1 */
.footer1 {
  text-align: center;
}
.footer1 > hr:first-of-type {
	margin-bottom: 5px;
	width: 40%;
}
.footer1 p {
	font-size: 12px;
}
/* CSS-End:footer1 */

/* ---------------------------------------------------- */

/* CSS-Begin:Only Image 1 */
.onlyImage {
    width: 100%;
}
.onlyImage1 img {
	position: relative;
    width: 100%;
    height: auto;
}
/* CSS-End:Only Image 1 */


/* ---------------------------------------------------- */

/* CSS-Begin:Piclist 1 */
.piclist1 .list {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.piclist1 .list .list__item
{
	width: 25%;
	float: left;
	padding: 0.625rem; /* 10 */

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.piclist1 .list .list__item__inner
{
	width: 100%;
	color: #474d51;
	background-color: #fff;
	overflow: hidden;

	-webkit-box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
	box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
}
.piclist1 .list .list__item img
{
	width: 100%;
	display: block;
}
.piclist1 .list .list__item figcaption
{
	padding: 1.25rem; /* 20 */
}

/* JavaScript disabled */

html.no-js .piclist1 .list .list__item
{
	width: 100%;
	float: none;
}
html.no-js .piclist1 .list .list__item img
{
	max-width: 9.375rem; /* 150 */
	float: right;
	margin-left: 1.25rem; /* 20 */
}

@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
{
	html.no-js .piclist1 .list .list__item
	{
		width: 25%;
		float: left;
	}
	html.no-js .piclist1 .list .list__item img
	{
		max-width: none;
		float: none;
		margin-left: 0;
	}
}
						
@media screen and ( max-width: 50em ) /* 800 */
{
	.piclist1 .list .list__item
	{
		width: 33.333%; /* 3 items per row */
	}
	@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
	{
		html.no-js .piclist1 .list .list__item
		{
			width: 33.333%;
		}
	}
}

@media screen and ( max-width: 40em ) /* 640 */
{
	.piclist1 .list .list__item
	{
		width: 50%; /* 2 items per row */
	}
	@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
	{
		html.no-js .piclist1 .list .list__item
		{
			width: 50%;
		}
	}
}

@media screen and ( max-width: 20em ) /* 320 */
{
	.piclist1 .list .list__item
	{
		width: 100%; /* 1 item per row */
		float: none;
	}
	@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
	{
		html.no-js .piclist1 .list .list__item
		{
			width: 100%;
		}
	}
	html.no-js .list__item img
	{
		max-width: none;
		float: none;
		margin-left: 0;
	}
}
/* CSS-End:Piclist 1 */

/* ---------------------------------------------------- */

/* CSS-Begin:Contact Grid 1 */
.contactgrid1 .person {
  float: left;
  width: 170px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 16px;
  font-size: 12px;
}
.contactgrid1 .person img {
  max-width: 150px;
}

.contactgrid1 .person .namenrank {
  display: block;
  text-align: center;
}

.contactgrid1 table {
  margin: 0 auto;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: separate;
  margin-top: 5px;
}

.contactgrid1 table .caption {
  width: 50px;
}
/* CSS-End:Contact Grid 1 */

/* ---------------------------------------------------- */

/* CSS-Begin:Contact Grid 2 */
.contactgrid2 .person{
    position:relative;
	width: 200px;
	height: 270px;
    overflow:hidden;
    float:left;
    margin-right:20px;
    background-color:rgba(26,76,110,0.5)
}
.contactgrid2 .contactinfo {
  height: 270px;
}
.contactgrid2 table {
    color:#fff;
    padding:10px;
    left:10px;
    top:20px;
    position:relative
}
.contactgrid2 .email {
    position: absolute;
	bottom: 3px;
}
.contactgrid2 .effect-01 img {
    position:absolute;
	width: 100%;
    left:0;
    bottom:0;
    cursor:pointer;
    margin: 26px 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.contactgrid2 .effect-01 img.top:focus,
.contactgrid2 .effect-01 img.top:hover {
    bottom:-66px;
    padding-top:100px
}
.contactgrid2 .clearme {
  clear: both;
}
/* CSS-End:Contact Grid 2 */

/* ---------------------------------------------------- */

/* CSS-Begin:gifanimate1 */
.gifanimate {
  	padding: 20px 0;
}
.gifanimate .image {
  	width: 400px;
    position:relative;
    display:inline-block;
	overflow: hidden;
}

.gifanimate .image img {
  	width: 100%;
	height: 100%;
    vertical-align:top;
}

.gifanimate .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    color:white;
    padding:12px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	
}

.gifanimate .content {
    position:absolute;
    display:inline-block;
    top:24%;
    left:0;
    width:100%;
    height:auto;
    text-align:center;
    color:white;
    padding:12px;
}

}
.gifanimate .image:focus .overlay,
.gifanimate .image:hover .overlay {
    background:rgba(0,0,0,0.0);
}

/* CSS-End:gifanimate1 */

/* ---------------------------------------------------- */

/* CSS-Begin:questionlist1 */
.questionlist1 {
  font-size: 1.5em;
}
.questionlist1 .leftcolumn {
  text-align: right;
}
.questionlist1 .rightcolumn {
}
/* CSS-End:questionlist1 */

/* ---------------------------------------------------- */

/* CSS-Begin:deppictures1 */
.deppictures1 {
  	padding: 20px 0;
}

.deppictures1 .image {
  	width: 100%;
    position:relative;
    display:inline-block;
	overflow: hidden;
}
.deppictures1 .image img {
  	width: 100%;
	height: 100%;
    vertical-align:top;
}
.deppictures1 .image img {
    -webkit-transition: all .4s ease; /* Safari and Chrome */
    -moz-transition: all .4s ease; /* Firefox */
    -ms-transition: all .4s ease; /* IE 9 */
    -o-transition: all .4s ease; /* Opera */
    transition: all .4s ease;
}
.deppictures1 .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    background:rgba(255,255,255,.0);

    -webkit-transition: all .1s ease; /* Safari and Chrome */
    -moz-transition: all .1s ease; /* Firefox */
    -ms-transition: all .1s ease; /* IE 9 */
    -o-transition: all .1s ease; /* Opera */
    transition: all .1s ease;
}

.deppictures1 .content {
    position:absolute;
    display:inline-block;
    top:40%;
    left:0;
    width:100%;
    height:auto;
    color:white;
    padding:12px;
}

.deppictures1 .header {
    display: inline;
	padding: 3px;
    color:  black;
    background-color: white;
    font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 0.2em;
    box-shadow: 4px 4px 8px -3px rgba(0,0,0,0.4);
}

.deppictures1 .parts {
    color: black;
	padding-left: 14px;
    font-size: 1em;
	font-weight: 400;
}

.deppictures1 .image:focus .overlay,
.deppictures1 .image:hover .overlay {
    background:rgba(255,255,255,.5);
}
/* CSS-End:deppictures1 */

/* ---------------------------------------------------- */

/* CSS-Begin:deppictures2 */
.deppictures2 {
  	padding: 0px 0;
}
.deppictures2 .columnrow {
	margin: 10px auto;
}
.deppictures2 .item {
    height: 263px;
	/*width: 292px;*/
	overflow: hidden;
	margin-bottom: 30px;
}

.deppictures2 .image {
  	width: 100%;
    height: auto;
	/*max-width: 263px;*/
	max-height: 263px;
    position:relative;
    display:inline-block;
}
.deppictures2 .image img {
  	width: 100%;
	height: 100%;
    margin-top: 0px;
  
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.deppictures2 .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    background:rgba(255,255,255,.0);

    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.deppictures2 .content {
    position:absolute;
    display:inline-block;
    top:155px;
    left:0;
    width:100%;
    height: 263px;
    color:white;
    padding:12px;
    overflow: hidden;

    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.deppictures2 .header {
    display: inline;
	padding: 3px;
    color:  black;
    background-color: white;
    font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 0.2em;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.6);
}

.deppictures2 .parts {
    background: #003e8c;
	height: 263px;
	color: #ddd;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	padding-top: 6px;
	padding-left: 24px;
	margin: 0px -12px;
    font-size: 0.9em;
	font-weight: 400;
}

.deppictures2 .image:focus img,
.deppictures2 .image:hover img {
  margin-top: -50px;
}
.deppictures2 .image:focus .overlay,
.deppictures2 .image:hover .overlay {
    background:rgba(255,255,255,.6);
}
.deppictures2 .image:focus .content,
.deppictures2 .image:hover .content {
    top: 40px;
}
/* CSS-End:deppictures2 */

/* ---------------------------------------------------- */

/* CSS-Begin:deppictures2invert */
.deppictures2invert {
  	padding: 20px 0;
}
.deppictures2invert .columnrow {
	margin: 10px auto;
}
.deppictures2invert .item {
    height: 263px;
	width: 292px;
	overflow: hidden;
	margin-bottom: 30px;
}

.deppictures2invert .image {
  	width: 100%;
    height: auto;
	max-width: 263px;
	max-height: 263px;
    position:relative;
    display:inline-block;
}
.deppictures2invert .image img {
  	width: 100%;
	height: 100%;
    margin-top: 0px;
  
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.deppictures2invert .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    background:rgba(255,255,255,.0);

    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.deppictures2invert .content {
    position:absolute;
    display:inline-block;
    top:160px;
    left:0;
    width:100%;
    height: 263px;
    color:white;
    padding:12px;
    overflow: hidden;

    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.deppictures2invert .header {
    display: inline;
	padding: 3px;
    color:  white;
    background-color: black;
    font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 0.2em;
    box-shadow: 4px 4px 8px -3px rgba(0,0,0,0.4);
}

.deppictures2invert .parts {
    background: white;
	height: 263px;
	color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	padding-top: 6px;
	padding-left: 24px;
	margin: 0px -12px;
    font-size: 1em;
	font-weight: 400;
}

.deppictures2invert .image:focus img,
.deppictures2invert .image:hover img {
  margin-top: -50px;
}
.deppictures2invert .image:focus .overlay,
.deppictures2invert .image:hover .overlay {
    background:rgba(255,255,255,.5);
}
.deppictures2invert .image:focus .content,
.deppictures2invert .image:hover .content {
    top: 40px;
}

@media (max-width: 1200px) {
  .deppictures2invert .columnrow {
	  width: 586px;
  }
}

@media (max-width: 640px) {
  .deppictures2invert .columnrow {
	  width: 293px;
  }
}
/* CSS-End:deppictures2invert */

/* ---------------------------------------------------- */

/* CSS-Begin:logobar1 */
.logobar1 {
  
}
.logobar1 .content {
	text-align: center;
}
.logobar1 .header {
	
}
.logobar1 .logos {
	margin-bottom: 10px;
}
.logobar1 .logos img {
	padding: 10px;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
}
.logobar1 .texts ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.logobar1 .texts ul li {
	display: inline;
	padding: .2em .2em;
}
/* CSS-End:logobar1 */

/* ---------------------------------------------------- */

/* CSS-Begin:tabpictures1 */
.tabpictures1 {
  	padding: 20px 0;
}
.tabpictures1 .columnrow {
	margin: 10px auto;
	text-align: center;
}
.tabpictures1 .item {
	display:inline-block;
	text-align: left;
	overflow: hidden;
}

.tabpictures1 .image {
    height: auto;
    position:relative;
    display:inline-block;
}
.tabpictures1 .image img {
  	width: 100%;
	height: 100%;
    margin-top: 0px;
  
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.tabpictures1 .overlay {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	
    background:rgba(255,255,255,.0);

    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.tabpictures1 .content {
    position:absolute;
    display:inline-block;
    top:40%;
    left:0;
    width:100%;
    height: 100%;
    color:white;
    padding:12px;
    overflow: hidden;

    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.tabpictures1 .header {
    display: inline;
	padding: 3px;
    color:  black;
    background-color: white;
    font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 0.2em;
    box-shadow: 4px 4px 8px -3px rgba(0,0,0,0.4);
}

.tabpictures1 .image:focus .overlay,
.tabpictures1 .image:hover .overlay {
    background:rgba(255,255,255,.5);
}
.tabpictures1 .activepage {
   top: 58%; 
}

@media (max-width: 1200px) {
  .tabpictures1 .columnrow {
	  width: 586px;
  }
}

@media (max-width: 640px) {
  .tabpictures1 .columnrow {
	  width: 293px;
  }
}
/* CSS-End:tabpictures1 */

/* ---------------------------------------------------- */

/* CSS-Begin:fullvideo2 */
.fullvideo2 #fv2videocontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fullvideo2 #fv2overlay {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 100%;
  height: auto;
  z-index: 100;
  /*background-color: rgba(255,255,255,.4);*/
  color: white;
}
/* CSS-End:fullvideo2 */

/* ---------------------------------------------------- */

/* CSS-Begin:imagesidetext1 */
.imagesidetext1 {
  min-height: 10px;
}
.imagesidetext1 img {
  margin: 10px;
  border: 1px solid #dadada;
}
.imagesidetext1 .item .media {
  border: 1px solid #dadada;
  background: #f7f7f7;
}

.imagesidetext1 .item {
  margin-bottom: 20px;
}

.imagesidetext1 .media-body {
  padding: 10px;
}
.imagesidetext1 .leftitem .media-body {
  padding-right: 30px;
}
.imagesidetext1 .rightitem .media-body {
  padding-left: 30px;
}


/* Media Override 480px */
@media (max-width : 480px) {
  .imagesidetext1 img {
	width: 50px;
	height: auto;
  }
  .imagesidetext1 .media-body {
	font-size: 0.8em;
  }
  .imagesidetext1 .leftitem .media-body {
	padding-right: 10px;
  }
  .imagesidetext1 .rightitem .media-body {
	padding-left: 10px;
  }

}
  
/* CSS-End:imagesidetext1 */

/* ---------------------------------------------------- */

/* CSS-Begin: Qlean Panel 1 */
.qleanpanel1 .wrapper .panel-default {
  border-radius: 0px;
  border: none;
}

.qleanpanel1 .panel-group {
  margin-bottom: 10px;
}

.qleanpanel1 .wrapper .panel-success>.panel-heading[aria-expanded="true"] a {
  background-color: black;
}

.qleanpanel1 .qlean-panel .panel-default > .panel-heading {
  padding: 0;
}

.qleanpanel1 .qlean-panel .panel-heading a {
  font-family: 'Oswald', sans-serif;
  padding: 10px 15px 10px 0px;
  display: inline-block;
  width: 100%;
  background-color: #c7dce9;
  color: #1d76ae;
  position: relative;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 40px;
}

.qleanpanel1 .qlean-panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-weight: 400;
  top: 32%;
  line-height: 1;
  margin-top: -10px;
}

.qleanpanel1 .qlean-panel .panel-heading a.collapsed:after {
  content: "\f078";
  top: 34%;
}

/* Hover Effect */
.qleanpanel1 .qlean-panel .panel-heading:focus a,
.qleanpanel1 .qlean-panel .panel-heading:hover a {
   color: #fff;    
   background:#00629f;
   /* padding-left: 25px; */
}

/* Active panel */
.qleanpanel1 .qlean-panel .panel-heading a[aria-expanded="true"] {
   color: #fff;    
   background:#00629f;    
}
/* CSS-End: Qlean Panel 1 */

/* ---------------------------------------------------- */

/* CSS-Begin:toptextblock1 */
.toptextblock1 {
  position: relative;
  z-index: 0;
}
.toptextblock1 .bigcol {
  padding: 40px;
}
.toptextblock1 h1 {
  margin-top: 0;
}

@media (max-width: 991px) { /* override side padding when below 991px width, looks better in mobile and such */
  .toptextblock1 .bigcol {
    padding: 40px 10px;
  }
}
/* CSS-End:toptextblock1 */

/* ---------------------------------------------------- */

/* CSS-Begin:inputblock1 */
.inputblock1 .bigcol {
  padding: 20px;
}
.inputblock1 h1 {
  margin-top: 0;
}
.inputblock1 .sendbutton {
  width: 100%;
}

  
/* CSS-End:inputblock1 */

/* ---------------------------------------------------- */

/* CSS-Begin:bannerblock1 */
.bannerblock1 {
  font-size: 1.5em;
}
.bannerblock1 a {
  font-size: 0.8em;
}

@media (max-width: 540px){
  .bannerblock1 {
	font-size: 1.0em;
  }
  .bannerblock1 a {
	font-size: 0.7em;
  }
}

.bannerblock1 .bigcol {
  padding: 40px;
  padding-top: 80px;	/* Keep below the transparent/white section */
  text-align: center;
  color: #fff;
}
.bannerblock1 h2 { 
  margin-top: 0px;
  margin-bottom: 0px;
}
.bannerblock1 .button-wrapper {
  margin: 0 auto;
}
.bannerblock1 .button-wrapper a {
  padding: 5px 20px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  font-weight: 300;
}
.bannerblock1 .button-wrapper a:focus,
.bannerblock1 .button-wrapper a:hover {
  background: white;
  text-decoration: none;
  color: #000;
}

/* CSS-End:bannerblock1 */

/* ---------------------------------------------------- */

/* CSS-Begin:bannerblock1 */
.bannerblock2 {
  font-size: 1em;
}
.bannerblock2 .content-wrapper {
  position: relative;
  overflow: hidden;
}
.bannerblock2 .content-wrapper img {
  width: 100%;
  height: auto;
  z-index: 0;
}

.bannerblock2 .overlay-text {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 100px;	/* Keep below the transparent/white section */
  text-align: center;
}

@media (max-width: 1199px){
  .bannerblock2 {
	/*font-size: 0.7em*/
  }
  .bannerblock2 .overlay-text {
	padding-top: 90px;
  }
}

@media (max-width: 991px){
  .bannerblock2 {
	/*font-size: 0.7em*/
  }
  .bannerblock2 .overlay-text {
	padding-top: 40px;
  }
}

@media (max-width: 767px){
  .bannerblock2 {
	font-size: 0.7em
  }
  .bannerblock2 .overlay-text {
	/*padding-top: 40px;*/
  }
}

@media (max-width: 640px){
  .bannerblock2 {
	font-size: 0.7em
  }
  .bannerblock2 .overlay-text {
	padding-top: 2px;
  }
}


/* CSS-End:bannerblock2 */

/* ---------------------------------------------------- */

/* CSS-Begin:listwithheading1 */
.listwithheading1 .backdiv {
  margin-top: 20px;
}
.listwithheading1 .bigcol {
  padding: 40px 0;
}
.listwithheading1 h2 {
  margin: 0;
  padding:0;
}
.listwithheading1 li {
  margin-bottom: 4px;
}
.listwithheading1 .fa-li {
  top: .19em;
  color: #0061a1;
}


/* CSS-End:toptextblock1 */

/* ---------------------------------------------------- */


/* CSS-Begin:Divider 4 */
.divider4 {
  text-align: center;
  min-height: 20px;
}
.divider4 a {
  text-decoration: none;
}

.divider4 .dv4part {
  position: relative;
  overflow: visible;
  display: inline-block; /**/
  width: 130px;
  height: 180px;
  margin: 5px;
  font-size: 12px;
  padding: 6px;
  background: #f0f0f0;
  border: 1px solid #ddd;
}

.divider4 .dv4part .picholder {
  margin-left: 14px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
  margin-bottom: 10px;
  background-color: #fff;
}

  /* Override internal size */
.divider4 .dv4part .picholder svg {
    width: 86px;
    height: 86px;
}


  
/* Circle background for 'activepage' */
.divider4 .dv4part[class*="activepage"] .picholder {
  background-color: #0061a1;
}

.divider4 .dv4part .picholder img {
  width: 82px;
  height: 82px;
    margin-top: 2px;
    border-radius: 50%;
      -webkit-border-radius: 41px;
      -moz-border-radius: 41px;
}

/* Color of the NOT active logo */
.divider4 .dv4part .picholder .svg path {
  fill: #0061a1;
}
/* Color of the ACTIVE logo */
.divider4 .dv4part[class*="activepage"] .svg path {
  fill: #fff;
}
  
.divider4 .dv4part .tagtext {
  color: #000;
  display: block;
  text-align: center;
  height: 60px;
}

.divider4 hr {
	margin: 4px 30px;
    border: none;
    height: 2px;
    color: #b4d2e1; /* old IE */
    background-color: #b4d2e1; /* Modern Browsers */
}

.divider4 .outside {
    position: relative;
    width: 60px;
    margin: 0 auto;
}

/* icon for the NOT active page */
.divider4 .dv4part:not(.activepage):after {
    content: '\f107';
    font-family: fontawesome;
    position: absolute;
	left: 60px;
}

/* icon for the ACTIVE page */
.divider4 .dv4part[class*="activepage"] .outside:after {
    content: '\f0d8';
	color: #0061a1;
    font-family: fontawesome;
    font-size: 5em;
    position: absolute;
    top: -0.5em;
    left: 13px;
}
/* CSS-End:Divider 4 */

/* ---------------------------------------------------- */

/* CSS-Begin:CCS 3-Col 1 */
.ccs3col1 {
  min-height: 20px;
  margin-bottom: 20px;
}
/* CSS-End:CCS 3-Col 1 */
  
/* ---------------------------------------------------- */

/* CSS-Begin:BlogArea */
.blogarea .one {
	min-height: 20px;
}

.blogarea .two {
	min-height: 20px;
}
  
.two .article {
  margin-bottom: 20px;
}

  /* CSS-End:BlogArea */

  

/* CSS-Begin:Contact Us 1 */
.contactus1 .form-control {
  border-radius: 0;
}
.contactus1 hr {
  	width: 30px;
    margin: 4px auto;
    margin-bottom: 10px;
    border: none;
    height: 2px;
    color: #b4d2e1; /* old IE */
    background-color: #b4d2e1; /* Modern Browsers */  
}
.contactus1 label {
  font-size: 0.8em;
}
 

.contactus1 .left-side {
   padding-top: 30px;
}
.contactus1 .right-side {
   padding-top: 30px;
}
.contactus1 .right-side .part-img {

  width: auto;
  height: 40px;
  margin: 0 auto;
}

/* CSS-End:Contact Us 1 */

/* ---------------------------------------------------- */

/* CSS-Begin:readmore2 */
.readmore2 .inner-wrapper {
  position: relative;
  padding: 0px 40px; /* 10px 40px */
}
.readmore2 .button-wrapper {						/* Style the trigger */
  padding-right: 10px;
  padding-bottom: 4px;
  text-align: right;
  color: #0061a1;
  cursor: pointer;
}
.readmore2 .button-wrapper i {						/* Style the trigger */
  padding: 1px 4px 2px 4px;
  border-radius: 2px;
  color: #fff;
  background-color: #0061a1;
}
.readmore2 .button-wrapper a[aria-expanded="true"] {
  display: none;
}
/* CSS-End:readmore2 */

/* ---------------------------------------------------- */

/* CSS-Begin:readblock */
.readblock .inner-wrapper {
  position: relative;
  padding: 0px 40px; /* 10px 40px */
}
/* CSS-End:readblock */

/* ---------------------------------------------------- */

/* CSS-Begin:deppictures3 */
.deppictures3 {
  	padding: 0px 0;
}

.deppictures3 .columnrow {
	margin: 10px auto;
}
.deppictures3 .item {
    display: inline-block;
    height: 263px;
	width: 282px;
	overflow: hidden;
	margin-bottom: 10px;
}
    
.deppictures3 .image {
  	width: 100%;
    height: auto;
	/*max-width: 263px;*/
	max-height: 263px;
    position:relative;
    display:inline-block;
}
.deppictures3 .image img {
  	width: 100%;
	height: 100%;
    margin-top: 0px;
  
    -webkit-transition: all .5s ease; 		/* Safari and Chrome */
    -moz-transition: all .5s ease; 			/* Firefox */
    -ms-transition: all .5s ease; 			/* IE 9 */
    -o-transition: all .5s ease; 			/* Opera */
    transition: all .5s ease;
}

.deppictures3 .content {
    position:absolute;
    display:inline-block;
    text-align: left;
    top:216px;
    left:0;
    width:100%;
    height: 263px;
    color: #fff;
    padding:0px 12px 12px 12px;
    overflow: hidden;

    -webkit-transition: all .5s ease; 	/* Safari and Chrome */
    -moz-transition: all .5s ease; 		/* Firefox */
    -ms-transition: all .5s ease; 		/* IE 9 */
    -o-transition: all .5s ease; 		/* Opera */
    transition: all .5s ease;
}

.deppictures3 .parts {
    background-color: #003e8c;
    background-color: rgba(00,62,140,0.7);
	height: 263px;
	color: #fff;
/*	opacity: 0.7;
	filter: alpha(opacity=70); 			/* For IE8 and earlier */
	padding-top: 4px;
	padding-left: 24px;
    padding-right: 10px;
	margin: 0px -12px;
    font-size: 1em;
	font-weight: 400;
}

.deppictures3 .sub-content hr {					/* Push the sub-content's down a bit when not hovered */
	margin-top: 60px;
    -webkit-transition: all .5s ease; 	/* Safari and Chrome */
    -moz-transition: all .5s ease; 		/* Firefox */
    -ms-transition: all .5s ease; 		/* IE 9 */
    -o-transition: all .5s ease; 		/* Opera */
    transition: all .5s ease;
}
    
.deppictures3 .sub-content {
      font-weight: 300;
}

.deppictures3 .image:focus hr,					/* Pull the sub-content's back up a bit when hovered */
.deppictures3 .image:hover hr {					/* Pull the sub-content's back up a bit when hovered */
	margin-top: 0px;
}

.deppictures3 h4 {
  	font-weight: 300;
}
    
.deppictures3 .image:focus img, 				/* Slide picture a little up when hovered */
.deppictures3 .image:hover img {				/* Slide picture a little up when hovered */
	/* margin-top: -50px; */
}
.deppictures3 .image:focus .content,
.deppictures3 .image:hover .content {			/* Slide Content to top when image is hovered */
    top: 0px;
}

@media (max-width: 1200px) {
  .deppictures3 .item {
    width: 468px;
  }
  .deppictures3 .item img {
    margin-top: -80px;
  }
}

@media (max-width: 991px) {
  .deppictures3 .item {
    width: 358px;
  }
  .deppictures3 .item img {
    margin-top: -40px;
  }
}


/* CSS-End:deppictures3 */

/* ---------------------------------------------------- */

/* CSS-Begin:picoverlay1 */
.picoverlay1 .wrapper {
	position: relative;
    overflow: hidden;
}
.picoverlay1 .overlay-top {
	height: auto;
	width: 100%;
	padding: 10px 0px;
}


@media screen and (min-width: 768px) {			/* Set to SLIDE-UP Boxes to Bottom position at 768 and up */

	.picoverlay1 .wrapper {
		position: relative;			/* make it possible to absolutely position elements inside of this div */
	}
	
	.picoverlay1 .image img {
		width: 100%;				/* Full width-image with automatic height (responsive) */
		height: auto;
	}
	
	.picoverlay1 .overlay-top {
		position: absolute;			/* Position an overlay top left */
		top: 0;
		left: 0;
		background-color: rgba(0,62,140, 0.7);
		height: auto;
		max-height: 50%;
		width: 100%;
		overflow: hidden;
	}
	
	.picoverlay1 .overlay-side {
		position: absolute;			/* position another overlay down on the side */
		top: 50%;
		background-color: rgba(0,0,0, 0.4);
		height: auto;
		width: 40%;
      	left: 30%;
	}
  
    .picoverlay1 .left {
      	left: 10%;
  	}
    .picoverlay1 .right {
      	left: 55%;
  	}

  
}
/* CSS-End:picoverlay1 */
    
/* ---------------------------------------------------- */

/* CSS-Begin:picoverlay2 */
.picoverlay2 .wrapper {
    position: relative;			/* make it possible to absolutely position elements inside of this div */
}

.picoverlay2 .image img {
	width: 100%;				/* Full width-image with automatic height (responsive) */
	height: auto;
}

.picoverlay2 .overlay-top {
	position: absolute;			/* Position an overlay top left */
	top: 0;
	left: 0;
	background-color: rgba(0,62,140, 0.7);
	color: #fff;
	width: 100%;
	height: auto;
	min-height: 30%;
	text-align: center;
	
	padding: 30px 20px 20px 20px;
}
/* CSS-End:picoverlay2 */

/* ---------------------------------------------------- */

/* CSS-Begin:picoverlay3 */
.picoverlay3 .wrapper {
    position: relative;			/* make it possible to absolutely position elements inside of this div */
	overflow: hidden;
}

.picoverlay3 .image img {
	width: 100%;				/* Full width-image with automatic height (responsive) */
	height: auto;
}

.picoverlay3 .side-wrapper {
	display: none;
}

.picoverlay3 .overlay {
	margin-top: 30px;
}


.picoverlay3 .overlay {
    -webkit-transition: all .5s ease; 			/* Safari and Chrome */
    -moz-transition: all .5s ease; 				/* Firefox */
    -ms-transition: all .5s ease; 				/* IE 9 */
    -o-transition: all .5s ease; 				/* Opera */
    transition: all .5s ease;
}

.picoverlay3 .overlay .content {
	padding-left: 10px;
	padding-right: 10px;
    font-weight: 300;
  font-size: 15px;
}

@media screen and (min-width: 480px) {			/* Set to SIDE BUTTON Boxes to at 480 and up (SET TO 490 due to TOO MUCH TEXT) */
  .picoverlay3 .side-wrapper {
	  position: absolute;
	  display: block;
	  top: 10%;
	  left: 10px;
  }
  .picoverlay3 .side-wrapper .toggle-hide {
	  width: 136px;
  }
  
  .picoverlay3 .overlay {
	  position: absolute;
	  overflow: hidden;
	  background-color: rgba(0,62,140, 0.7);
	  color: #fff;
	  
	  margin-top: 0;	/* reset the margins needed for smaller screens */
	  
	  top: 10%;
	  height: 80%;
  
	  width: 60%;
	  left: 35%;
  }
  
}

@media screen and (min-width: 768px) {			/* Set to SLIDE-UP Boxes to Bottom position at 768 and up */
  .picoverlay3 .overlay {
	display: inline-block;						/* Always SHOWs to be able to slide up */
	top: auto;
	bottom: -215px;								/* Original position of slide-up, in desktop mode (>=768px) */
	height: 250px;								/* Fixed height, so all slides up to same height */
	width: 28%;
  }

  .picoverlay3 .overlay:hover {					
	  bottom: 0px;
  }
  .picoverlay3 .overlay:nth-child(1) {
	  left: 4%;
  }
  .picoverlay3 .overlay:nth-child(2) {
	  left: 36%;
  }
  .picoverlay3 .overlay:nth-child(3) {
	  left: 68%;
  }
  
  .picoverlay3 .side-wrapper {					/* Hide Side Toggles */
	  display: none;
  }
  
}
/* CSS-End:picoverlay3 */

/* ------------------------------------------------------ */

/* CSS-Begin:icons3inarow */
.icons3inarow .wrapper {
  text-align: center;
}
.icons3inarow .i3item {
  padding-left: 20px;
  padding-right: 20px;
}
.icons3inarow img {
  width: auto;
  height: auto;
  max-width: 360px;
}
/* CSS-End:icons3inarow */

/* ------------------------------------------------------ */

/* CSS-Begin:tri-top-1 */

@media (min-width: 768px) {
  .tri-top-1 .tri-top {
	position: relative;				/* Make Block-wrapper relative, to be able to position inside elements by absolute positions. */
	overflow: hidden;				/* Hide slides outside of wrapper */
	width: 100%;
	height: auto;
	/* height: 500px; */
  }
	
  .tri-top-1 .top-wrapper {
	position: absolute;				/* Colored block at the top */
	top: 0;
	left: 0;
	height: 64px;
	width: 100%;
	background-color: #9999ee;
	z-index: -100;
    overflow: hidden;
  }
  
  .tri-top-1 .indicator {			/* Indicators */
	position: absolute;
	top: 36px;
	z-index: 100;
  }
  .tri-top-1 .indicator-left {		/* Left Indicator */
	left: 10px;
  }
  .tri-top-1 .indicator-right {		/* Right indicator */
	right: 10px;
  }
  
  .tri-top-1 .item-top {				/* Text at top */
	height: 64px;
	padding: 10px 0px;
	font-size: 1.2em;
	width: 33%;
	overflow: hidden;
  }
  .tri-top-1 .tri-top .active .item-top {
	padding-left: 50px;
	padding-right: 10px;
  }
  .tri-top-1 .tri-top .semi .item-top {
	padding-left: 10px;
	padding-right: 10px;
  }
  .tri-top-1 .tri-top .semi-2 .item-top {
	padding-left: 10px;
	padding-right: 50px;
  }
	
  .tri-top-1 .item {					/* Hide all slides */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	opacity: 0;						/* Hide all slides */
	margin-left: 0;					/* ..all in left-most position */
  }
  
  .tri-top-1 .tri-top .active {		/* .. but the active */
	position: relative;				/* Make it relative, so it takes space and fills out the wrapper. */
	opacity: 1;
  }
  
  .tri-top-1 .semi-1 {				/* semi positions & transparency */
	opacity: 0.6;
	margin-left: 33%;
  }
  .tri-top-1 .semi-1 .item-content {
	opacity: 0;
  }
  .tri-top-1 .semi-2 {
	opacity: 0.4;
	margin-left: 66%;
  }
  .tri-top-1 .semi-2 .item-content {
	opacity: 0;
  }

}

@media (min-width: 992px) {
  .tri-top-1 .top-wrapper {			/* Top Text and wrapper */
	height: 84px;
  }
  .tri-top-1 .item-top {				
	font-size: 1.6em;
	height: 84px;
  }
  .tri-top-1 .indicator {				/* Indicators */
	top: 30px;
  }  
}
/* CSS-End:tri-top-1 */

/* ------------------------------------------------------ */
    
/* CSS-Begin:imageandtext1 */
.imageandtext1 {
  text-align: center;
}
.imageandtext1 .top-div {
  max-width: 100%;
}
/* CSS-End:imageandtext1 */

/* ------------------------------------------------------ */
    
/* CSS-Begin:transbox1 */
.transbox1 * {
  box-sizing: border-box;
}

.transbox1 .row {
  margin-left: -15px;
  margin-right: -15px;
}

.transbox1 .top-wrapper {
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.transbox1 .image-wrapper {
  position: relative;
}

.transbox1 .bg-image {
  height: 285px;
  background-size: cover;
  background-position: center center;
/*  border-radius: 0 0 10px 10px; */
}
.transbox1 .top-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: rgba(63,170,179,0.81);
}
.transbox1 .header {
  position: absolute;
  width: 100%;
  top: 100px;
}
.transbox1 .title {
  text-shadow: 0 0 30px rgba(0,0,0,0.3);
  font-size: 26px;
  line-height: 32px;
  display: block;
  color: #fff;
}
.transbox1 .subtitle {
  text-shadow: 0 0 30px rgba(0,0,0,0.3);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.transbox1 .info {
  display: none;
  background-color: transparent;
  padding: 20px;
}
.transbox1 .info .button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}

.transbox1 .top-wrapper:focus .info,
.transbox1 .top-wrapper:hover .info {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    padding-bottom: 70px;
    opacity: 0.9;
    background: #fff;
}
.transbox1 .top-wrapper:focus .top-text,
.transbox1 .top-wrapper:hover .top-text {
	display: none;
}
.transbox1 .top-wrapper:focus .header,
.transbox1 .top-wrapper:hover .header {
	display: none;
}
/* CSS-End:transbox1 */

/* ------------------------------------------------------ */

/* CSS-Begin:transbox2 */
.transbox2 .top-wrapper {
	position: relative;
	height: 255px;
	margin: 0 auto;
	margin-bottom: 20px;
  	overflow: hidden;
}

.transbox2 .icon-wrapper {
	height: auto; /* 100 */
	width: 100%;
	text-align: center;
}
.transbox2 .icon-image {
	height: auto;
	width: auto;
  	max-height: 140px;
	margin: 30px auto;
}

.transbox2 .top-text {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	background-color: rgba(63,170,179,0.81);
}
.transbox2 .header {
	position: absolute;
  	padding: 0px 20px;
	width: 100%;
	top: 150px;
}
.transbox2 .title {
	font-size: 20px;
	display: block;
}
.transbox2 .subtitle {
  display: none;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.transbox2 .info {
	display: none;
	background-color: transparent;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 70px;
	opacity: 0.9;
	background: #f5f5f5;
  
  	opacity: 0;
  	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;  
  
    display: block;
}

.transbox2 .top-wrapper:hover .info,
.transbox2 .top-wrapper:focus .info,
.transbox2 .top-wrapper:active .info {
  	opacity: 0.9;
}

.transbox2 .top-wrapper:hover .top-text {
	/* display: none; */
}

.transbox2 .top-wrapper:hover .header {
	/* display: none; */
}
/* CSS-End:transbox2 */    

/* ---------------------------------------------------- */

/* CSS-Begin:pills1 */
  .pills1 .pill-header-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .pills1 .nav-pills>li+li {
    margin-left: 0px;
  }
  
.pills1 .nav-pills>li>a {
	margin: 8px 10px;
    border: 1px solid #ccc;
    background: none;
    padding: 15px 40px;
	color: #000;
	border-radius: 0px;
}
.pills1 .nav-pills>li.active a {
	background: #0061a1;
	border: 1px solid #0061a1;
	color: #fff;
}
.pills1 .nav-pills>li>a:hover, 
.pills1 .nav-pills>li>a:focus {
	background: #58574f;
	color: #fff;
}

.pills1 img {
	/*border-radius: 10px;*/
	width: 100%;
}

.pills1 .tab-content {
  margin-top: 20px;
}
.pills1 .tab-content ul {
    padding-left: 0px;
    margin-left: 17px;
}
.pills1 .tab-content li {
}

@media (min-width: 640px) {
  .pills1 .half-md {
	float:left;
  }
  .pills1 .half-md.left-side {
	width: 40%;
  }
  .pills1 .half-md.right-side {
	width: 57%;
	padding-left: 5%;
  }
}
/* CSS-End:pills1 */

/* ------------------------------------------------------ */
    
/* CSS-Begin:sidebyside1 */
    
.sidebyside1 .item {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sidebyside1 .item-container {
	background: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sidebyside1 .item {
	position: relative;
  }
  .sidebyside1 .item-container {
	overflow: hidden;
	height: 240px;
	background-color: green;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  
  .sidebyside1 .overlay {
	position: absolute;
	top: 86%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,62,140, 0.7);
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	color: white;
	
	  -webkit-transition: all 0.2s ease;
		 -moz-transition: all 0.2s ease;
		   -o-transition: all 0.2s ease;
			  transition: all 0.2s ease;
  }
  .sidebyside1 .item:hover .overlay,
  .sidebyside1 .item:focus .overlay {
	top: 0;
  }

  .sidebyside1 .left-column,
  .sidebyside2 .right-column {
	padding: 0;
  }

}

@media screen and (min-width: 1200px) {
  .sidebyside1 .left-column {
	padding-left: 0;
  }
  .sidebyside1 .right-column {
	padding-right: 0;
  }
}    
/* CSS-End:sidebyside1 */
    

/* ---------------------------------------------------- */  
  
  
/* CSS-Begin:footer4 */
.footer4 .wrapper {
  padding-top: 30px;
  text-align: center;
  
}
.footer4 .hr-small {
  margin: 4px auto 10px auto;
}
.footer4 .item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer4 .wrapper {
      text-align: left;
  }
  .footer4 .hr-small {
    margin-left: 0px;
  }
}
    
@media (max-width: 767px) {
  .footer4 .wrapper {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
/* CSS-End:footer4 */

/* ------------------------------------------------------ */

/* CSS-Begin:footer3 */
.footer3 {
/*	border-top: 3px solid #eee; */
	color: #7b7b7b;
	padding-top: 30px;
	margin-bottom: 0px;
}
.footer3 a {
  	text-decoration: none;
}
.footer3 h4 {
  margin-bottom:6px;
}
.footer3 .logo {
  width: 150px;
  margin-bottom: 10px;
}
.footer3 .fa {
  width: 20px;
}
.footer3 .size120pc {
  font-size: 120%;
}
.footer3 .col {
  min-height: 180px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .footer3 .col {
	text-align: center;
	min-height: 10px;
  }
}
/* CSS-End:footer3 */

/* ---------------------------------------------------- */
    
.roboform .close {
  position: absolute;
  font-size: 2em;
  color: #000;
  top: 10px;
  right: 10px;
}

.roboform .selcls { 				/* Drop down colors */
/*	color: #999; */
}
	
.roboform .form-group {				/* Style the input boxes */
  margin-bottom: 5px;
}
.roboform .form-control {
  border-radius: 0px;
  padding: 10px 20px;
  height: 46px;
}
.roboform .btn {					/* Submit button */
  background: #7eab66;
  border-radius: 0px;
  border: none;
}
.roboform .formnote {				/* Note */
  text-align: right;
  font-style: italic;
}
    
    
/* ==================================================== */

