@charset "utf-8";
/* CSS Document */

/* Header color */
header  {
	background-color: #1a8942;
}
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}
/* Default colors for page contrast */
body {
	background-color: black;
	color: #F8F8F8;
}
p, h1, h2, h3, h4, h5, h6, .contact-info, .panel-body, .modal-body-text {
	color: #F8F8F8;
	font-family: 'Merriweather', serif;
}
/* Hyperlinks */ 
/* unvisited link */
.footer-font a:link {
    color: #1a8942;
	text-decoration: none;
}
.carousel-link a:link, .carousel-link a:visited {
    color: #F8F8F8;
	text-decoration: none;
}
/* visited link */
.footer-font a:visited {
    color: #1a8942;
	text-decoration: none;
}
/* mouse over link */
.footer-font a:hover, .carousel-link a:hover {
    color: #4bb543;
}
/* selected link */
.footer-font a:active, .carousel-link a:active {
    color: #F8F8F8;
} 
/* No padding */
.nopadding {
   padding: 0 !important;
}
/* Navbar style */
.navbar-header {
	background: #1a8942;
}
.navbar-collapse {
	background: #F8F8F8;
}
.navbar-toggle {
	border: none;
	background: #353535;
	margin-right: 35px;
}
.navbar-default .naviris:hover, .navbar-default .naviris:focus {
	background: #1a8942;
	/*background: #1a8942;*/
}
.navbar-default li.naviris a:hover {
		color: #F8F8F8;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #449d44;
	color: #F8F8F8;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F8F8F8;
}
.navbar-nav > ul {
    margin-right: 8px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px;
	font-family: 'Merriweather', serif;
  	font-size: .88em;
}
/* Brand logo */
.brand-lg {
    width: 40%;
	max-width: 415px;
	display: block;
    float: left;  
    z-index: 3;
    position: absolute; 
}
.brand-sm {
    width: 40%;
	max-width: 415px;
	display: block;
    float: left;  
    z-index: 3;
    position: absolute; 
}
.brand-xs {
    width: 100%;
	display: inline-block;
	background-color: black;
}
/* Brand style */
.iris-brand {
  color: #F8F8F8;
  font-size: 1.5em;
  text-transform: uppercase;
  font-stretch: semi-expanded;
  line-height: 1em;
  font-family: 'Merriweather', serif;
}
/* Subbrand style */
.iris-subbrand {
  color: #F8F8F8;
  font-size: 1em;
  text-transform: uppercase;
	font-stretch: ultra-expanded;
		line-height: 1em;
  font-family: 'Merriweather', serif;
}
/* iris bullets */
.irisbullets {
    list-style: circle outside url(../images/eye2.png);
}

/* News image for mobile device */
.image-newssm1 {
	background-image: url(../images/slider4.png);
	background-position: center;
	background-size: auto 100%;
	min-height: 150px;
	display: block;
	border-radius: 1%;
	margin-bottom: 15px;
}
.image-newssm2 {
	background-image: url(../images/slider2.png);
	background-position: center;
	background-size: auto 100%;
	min-height: 150px;
	display: block;
	border-radius: 1%;
	margin-bottom: 15px;
}
.image-newssm3 {
	background-image: url(../images/slider3.png);
	background-position: center;
	background-size: auto 100%;
	min-height: 150px;
	display: block;
	border-radius: 1%;
	margin-bottom: 15px;
}
.image-newssm4 {
	background-image: url(../images/slider6.png);
	background-position: right;
	background-size: auto 100%;
	min-height: 150px;
	display: block;
	border-radius: 1%;
	margin-bottom: 15px;
}
/* Social media icons style and size */
#smicons {
  margin-right: 43px;
}
.resize-sm-small {
	max-width: 8%;
	min-width: 2em;
  padding: .15%;
	margin-top: 20px;
}
.resize-sm-head {
  max-width: 5.5%;
	padding: .15%;
}
/* Footer font style */
.footer-font {
  color: gray;
  font-size: .9em;
}
/* Horizontal rule */
.hr-iris {
  border-top: 3px solid #1a8942;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Hover over circle image effect */
.thumbnail {
	background-color: black;
	text-align: center;
    overflow: hidden;
    position: relative;
}
/* Hover effects on index page */
.thumbnail:after{
    content: "";
    width: 0;
    border-radius: 50%;
	background-size: 105%;
	background: black; 
    position: absolute;
	border: black thick;
    top: 50%;
    left: 50%;
    right: auto;
	bottom: 20px;
    opacity: 0;
    transform: translate(-50%, -48.2%);
    transition: all 0.3s ease 0s;
}
.thumbnail-black:after{
    content: "";
    width: 0;
    border-radius: 50%;
	background-size: 105%;
	background: black; 
	border: black thick;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
	bottom: 20px;
    opacity: 0;
    transform: translate(-50%, -48.2%);
    transition: all 0.3s ease 0s;
}
.thumbnail-home:hover:after{
    width: 100%;
    padding-bottom: 100%;
    opacity: 1;
}
.thumbnail img{
    width: 80%;
    height: auto;
}
.thumbnail .caption{
    width: 100%;
    padding: 0 13%;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.thumbnail:hover .caption{
    opacity: 1;
}
.thumbnail .title{
    display: inline-block;
    /*font-size: 1.8em;*/
    font-weight: 700;
    text-transform: uppercase;
	line-height: 1em;
	font-family: 'PT Sans', sans-serif;
}
.thumbnail .description{
    /*font-size: 1.1em;*/
    line-height: 1.5em;
    font-family: 'Merriweather', serif;
}
.thumbnail-plain {
border: 0px;
}
/* Background color for every other image */
.thumbnail-black {
background-color: black;
}
/* Make circle appear with correct space and size */
.img-circle {
	margin-top: 10px;
	min-width: 75%;
}
/* Turns mouse pointer on for portfolio page */
	.thumbnail-portfolio{
	cursor: pointer;
}
/* Back to top style of button */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	color: #F8F8F8;
    background-color: #1a8942;
    border-color: #1a8942;
}
/* .back-to-top:hover {
    color: #F8F8F8;
    background-color: #1a8942;
    border-color: #1a8942;*/

/* Color for buttons to coordinate with brand*/
.btn-iris {
color: #fff;
background-color: #353535;
font-family: 'PT Sans', sans-serif;
text-transform: uppercase;
border-color: #353535;
}
.btn-success {
border-color: #353535;
}
/* Style for jumbotron */
.jumbotron {
  position:relative;
}
.jumbotron-transparent, .jumbotron-transparent-1, .jumbotron-transparent-2, .jumbotron-transparent-3, .jumbotron-transparent-4, .jumbotron-transparent-6 {	 
  background: #1a8942; /* For browsers that do not support gradients */
  /* background: -webkit-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)); /*Safari 5.1-6*/
  /* background: -o-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)); /*Opera 11.1-12*/
  /* background: -moz-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)); /*Fx 3.6-15*/
  /* background: linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)); /*Standard*/
  padding-top: 0;	
}
@media only screen and (min-width: 767px) {
.jumbotron-transparent-1 {	
  background: #1a8942; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%; /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%; /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%; /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%;
}
	.jumbotron-transparent-2 {	
  background: #1a8942; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider2.png) no-repeat right center / auto 100%; /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider2.png) no-repeat right center / auto 100%; /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider2.png) no-repeat right center / auto 100%; /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider2.png) no-repeat right center / auto 100%;
}
	.jumbotron-transparent-3 {	
  background: #1a8942; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider3.png) no-repeat right center / auto 100%; /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider3.png) no-repeat right center / auto 100%; /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider3.png) no-repeat right center / auto 100%; /*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider3.png) no-repeat right center / auto 100%;
}
	.jumbotron-transparent-4 {	
  background: #1a8942; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider4.png) no-repeat right center / auto 100%; /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider4.png) no-repeat right center / auto 100%; /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider4.png) no-repeat right center / auto 100%; /*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider4.png) no-repeat right center / auto 100%;
}

	.jumbotron-transparent-6 {	
  background: #1a8942; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%; /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%; /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%; /*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(26,137,66,1),rgba(26,137,66,1),rgba(26,137,66,0),rgba(26,137,66,0)), url(../images/slider6.png) no-repeat right center / auto 100%;
}
	.jumbotron {
  position:relative;
  padding-top:50px;
  padding-bottom:50px;
}
}
.jumbotron .title, .panel-title {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 1px 1px 1px #000000;
}
.jumbotron .description{
    display: inline-block;
	font-family: 'Merriweather', serif;
	text-shadow: 2px 2px 4px #000000;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0px;
}
/* Contact us icons and form */
.glyphicon {
	font-size: 1.5em;
	padding-right: 10px;
	line-height: 2em;
}
.glyphicon-pencil {
	margin-top: 15px;
}
.contact-form {
	margin-top: 30px;
}
.hr-contact {
margin-bottom: 30px;	
}
/* Resume accordian and portfolio modals */
.modal{
	width: 100%;
	overflow: auto;
}
.panel-default {
	border-color: #353535; 
}
.panel-default .panel, .panel-group .panel {
	background-color: #F7F7F7;
	color: #343434;
	border-color: #353535; 
	margin-bottom: 10px;
	margin-top: 10px;
}
.panel-default .panel-heading, .modal-header {
	background-color: #353535;
	color:  #F7F7F7;
		border-color: #F7F7F7; 
	}
.panel-default .panel-body, .modal-body-text {
	color: #353535;
		border-color: #353535; 
	}
.close {
	color: #F7F7F7;
}
/* Search bar */
.search {
	display: block;
	float: none;
	margin: auto;
	padding-top: 30px;
}

/* Portfolio */
/* rounded images */

.round {
	    border-radius: 50%;
	min-width: 315px;
}

/* modal info */
.portfolio {
  margin-bottom: -15px; }
  .portfolio .portfolio-item {
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px; }
    .portfolio .portfolio-item .portfolio-item-caption {
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background-color: rgba(24, 188, 156, 0.9); }
      .portfolio .portfolio-item .portfolio-item-caption:hover {
        opacity: 1; }
      .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
        font-size: 1.5rem; }
  @media (min-width: 576px) {
    .portfolio {
      margin-bottom: -30px; }
      .portfolio .portfolio-item {
        margin-bottom: 30px; } }

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5); }
  .portfolio-modal .portfolio-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem; }
    .portfolio-modal .portfolio-modal-dialog .close-button i {
      line-height: 38px; }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 2rem; }

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px); }
    .portfolio-modal .portfolio-modal-dialog h2 {
      font-size: 3rem; } }

/* Modal effect using Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Font awesome from demo site */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 Merriweather;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: white;
}
/* makes the font larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-times:before {
  content: "close";
}

/* Carousel */
/* vertical alignment */
.carousel-caption, .carousel-indicators {
    top: 0;
    bottom: auto;
}
.carousel-caption {
    font-family: 'Merriweather', serif;
	font-size: 1em;
	background: rgba(0, 0, 0, 0.5);
	line-height: 1.2;
	display: inline-block;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
}
@media all and (min-width: 767px) {
	.carousel-caption {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px; 
			font-size: 1.2em;
			line-height: 1.5;
	} }
.carousel-indicators {
    outline-color: green;
}
.text-secondary {
	font-family: 'PT Sans', sans-serif;
}
.img-ctr {
	align-content: center;
margin: auto;
	display: inline-block;
}
.item {
	margin-top: 30px;
}
/* Hide the caption by default */
.soliloquy-container .soliloquy-caption { display: none!important; }
 
/* Show the caption when the class "show" is added by the js code on click */
.soliloquy-container .soliloquy-caption.show { display: block!important; }
 
/* Conditionally display "hide" or "show" text in the toggle link */
.soliloquy-toggle-caption span::before { content: 'show'; display: inline-block; }
.soliloquy-toggle-caption.show span::before { content: 'hide'; }