/* Background Image */

.backgroundMe {
	background-position:center;
	background-size: cover;
	background-repeat: repeat-y;
}


/* Parallax */

.parallaxMe {
	background-attachment: fixed;
	background-position: right center;
	background-repeat: repeat-y;
	background-size: cover;
}

.bannerMain .parallaxMe {
	background-attachment: scroll; /* default no parallax */
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 360px;
}

.parallaxImage {
	height: 0;
	overflow: hidden;
}

.bannerText {
/*	padding: 0 50% 0 0; */
/*	padding: 0 35% 0 0; */
}


/* For desktops allow parallax, displaying just under sticky menu bar */
@media (max-resolution:96dpi) { /* not a perfect test for desktop */
	@media (min-width:1281px) {
		.bannerMain .parallaxMe {
			background-attachment: fixed;
			background-position: right -80px;
			background-size: 100%;
			height: 360px;
		}
	}
	@media (min-width:993px) and (max-width:1280px) {
		.bannerMain .parallaxMe {
			background-attachment: fixed;
			background-position: right 48px;
			background-size: 100%;
			height: 360px;
			}
	}
	@media (min-width:721px) and (max-width:992px) {
		.bannerMain .parallaxMe {
			background-attachment: fixed;
			background-position: right 42px;
			background-size: 100%;
			height: 360px;
		}
	}
	@media (min-width:641px) and (max-width:720px) {
		.bannerMain .parallaxMe {
			background-attachment: fixed;
			background-position: right 42px;
			background-size: auto 402px;
			height: 360px;
		}
	}
}
/* For mobile or narrow, don't use parallax */
@media (max-width:640px) {
	.parallaxMe {
		background-attachment: scroll;
		background-position: center;
		background-repeat: no-repeat;
	}
	.bannerMain .parallaxMe {
		/* Logo does not shrink */
		margin: 0 0 0 0;
		background-position: right center;
		background-size: cover;
		height: 260px;
	}
	/*
	.bannerText {
		padding: 0 20% 0 0;
	}
	*/
}


/* Posts */

.posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.posts li {
	background-size: cover;
	float: left;
	position: relative;
	overflow: hidden;
	width: 25%;
}
.posts li:hover div {
	left:0;
}
.posts li:hover img {
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.posts img {
	height: auto;
	width: 100%;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.classic.partners  img{
	padding:40px;
}

.posts div {
	background-color: #f9f9f9;
	bottom: 0;
	left: 100%;
	padding: 20px 10px 20px 20px;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.posts div a {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	height: 37px;
	padding-top:14px;
	padding-right:6px;
	position: absolute;
	text-align: center;
	width: 37px;
	-webkit-transition: 0.2s background-color;
	-moz-transition: 0.2s background-color;
	-o-transition: 0.2s background-color;
	transition: 0.2s background-color;
	background-color: #75CB19;
	-webkit-border-top-right-radius: 74px;
	-moz-border-radius-topright: 74px;
	border-top-right-radius: 74px;
}
 @media (max-width: 1023px) {
.posts li {
	width: 50%;
}
}
@media (max-width: 599px) {
.posts h4 {
	font-size:16px;
}
.posts li:hover div {
	left:0;
	margin-left:0;
}
.posts div {
	padding: 20px;
}
}
@media (max-width: 400px) {
.posts li {
	width: 100%;
}
}
/* Portfolio */
.filter {
	padding: 0 10px 0 0;
	text-align: center;
}
.filter li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
}
.filter li + li:before {
	content: "|";
	padding:0 10px;
}
.filter a {
	background: none;
	border: none;
	outline: none;
	color:#222;
}
.filter a.selected:hover {
	cursor: default;
	color:#75CB19;
}
.filter a:hover {
	color:#75CB19;
}
.isotope {
	margin: 50px 0;
	padding: 0;
	width: 100%;
}
.isotope:before, .isotope:after {
	content: " ";
	display: table;
}
.isotope:after {
	clear: both;
}
.isotope li {
	display: block;
	float: none;
	width: 25%;
}
@media (max-width: 992px) {
.isotope li {
	width: 50%;
}
}
@media (max-width: 400px) {
.isotope li {
	width: 100%;
}
}
.classic.isotope {
	margin-left: -1.3%;
	width: 102.6%;
}


.classic.isotope header {
	overflow: hidden;
	position: relative;
}
.classic.isotope li {
	padding: 0 1.3% 25px 1.3%;
}

.classic.partners.isotope  header{
	min-height: 165px;
	
}

.classic.partners.isotope li {
	padding: 0 1.3% 25px 1.3%;
	
}



.classic.isotope li > h4 {
	padding: 14px 10px;
	margin:0;
	text-align: center;
	text-transform: none;
	border-bottom:3px solid #FFF;
}
.classic.isotope li:hover > h4 {
	border-bottom:3px solid #75CB19;
}
.random.isotope {
	margin-left: -15px;
	margin-right: -30px;
	width: auto;
}
@media (max-width: 768px) {
.random.isotope {
	margin-right: -15px;
}
}
.random.isotope li {
	height: 232px;
	width: 292px;
	padding: 15px;
}
@media (max-width: 1200px) {
.random.isotope li {
	width: 242px;
}
}
@media (max-width: 992px) {
.random.isotope li {
	width: 50%;
}
}
@media (max-width: 768px) {
.random.isotope li {
	width: 50%;
}
}
@media (max-width: 480px) {
.random.isotope li {
	width: 100%;
}
}
.random.isotope li .inner {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.random.isotope li.width-2 {
	width: 584px;
}
@media (max-width: 1200px) {
.random.isotope li.width-2 {
	width: 484px;
}
}
@media (max-width: 992px) {
.random.isotope li.width-2 {
	width: 50%;
}
}
@media (max-width: 768px) {
.random.isotope li.width-2 {
	width: 50%;
}
}
@media (max-width: 480px) {
.random.isotope li.width-2 {
	width: 100%;
}
}
.random.isotope li.height-2 {
	height: 463px;
}
@media (max-width: 992px) {
.random.isotope li.height-2 {
	height: 232px;
}
}
@media (max-width: 480px) {
.random.isotope li.height-2 {
	height: 232px;
}
}
/* Portfolio single
---------------------------------------- */
.portfolio-single p {
	margin: 20px 0;
}
.portfolio-single h3 {
	font-size: 18px;
	margin-top: 40px;
}
.portfolio-single h3:first-child {
	margin-top: -5px;
}
.portfolio-single .btn:last-child {
	margin-top: 23px;
}
.portfolio-single .carousel + .row {
	margin-top: 53px;
}
.portfolio-single .carousel + .row h4 {
	font-size: 15px;
}
.portfolio-single .carousel + .row h4:first-child {
	margin-top: -6px;
}
.portfolio-single .carousel + .row .btn:last-child {
	margin-top: 6px;
}
/* Team */
.team-wrapper {
	margin: 0 -15px;
}
@media (max-width: 768px) {
.team-wrapper {
	margin: 0;
}
}
@media (max-width: 768px) {
.team-wrapper > * {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
}
@media (min-width: 480px) and (max-width: 768px) {
.team-wrapper > * {
	float: left;
	padding-left: .5%;
	padding-right: .5%;
	width: 50%;
}
}
.team {
	border-bottom: 1px solid #ececec;
	padding-bottom: 17px;
}
@media (max-width: 768px) {
.team img {
	width: 100%;
}
}
.team h2, .team h3 {
	font-size: 17px;
}
.team h3 {
	margin: 0 0 14px 0;
}
.team h2 {
	text-transform: none;
}
.team h2, .team em {
	display: block;
	text-align: center;
}
.team em {
	color: #a3a3a3;
	font-size: 13px;
	font-style: normal;
}
.team img {
	position: relative;
	top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.team header {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.team header:hover img {
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team header:hover .hover {
	bottom: -1px;
}
.team .hover {
	background-color: #f9f9f9;
	padding: 26px 22px 22px 22px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -120%;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	opacity:0.9;
}
@media (max-width: 1200px) {
.team .hover {
	padding: 16px 12px 12px 12px;
}
}
@media (min-width: 769px) and (max-width: 992px) {
.team .hover p {
	display: none;
}
}
.team .hover .social {
	margin-top: 22px;
	text-align: center;
}
.team .hover .social > a {
	font-size: 14px;
	margin: 0 10px;
}
/* Countdown */
.countdown {
	padding:0;
	margin:25px 0;
	list-style:none;
	width:100%;
	text-align:center;
}
.countdown > span {
	width:70px;
	height:94px;
	line-height:68px;
	text-align:center;
	background:#FFF;
	color:#999;
	border:1px solid #F2F2F2;
	font-size:35px;
	display:inline-block;
	position:relative;
	font-weight:bold;
	-webkit-box-shadow:inset 0px 5px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0px 5px 10px 0px rgba(0,0,0,0.15);
	box-shadow:inset 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.countdown span b {
	font-size:11px;
	text-transform:uppercase;
	display:block;
	line-height:22px;
	font-weight:normal;
	background:#DDD;
	color:#FFF;
	width:60px;
	margin:0 4px;
}
.countdown span + span {
	margin-left:20px;
}
.countdown span + span:before {
	content:':';
	font-size:30px;
	font-weight:bold;
	position:absolute;
	top:-2px;
	left:-14px;
}
@media (max-width:400px) {
.countdown span {
	font-size: 27px;
	height: 71px;
	line-height: 50px;
	width: 55px;
}
.countdown span b {
	font-size: 10px;
	line-height:18px;
	width:47px;
	margin:0 3px;
}
}




/* DNN Action Form Bootstrap changes
/* fix the column layouts */
.c-form .form-group {
  display: flex;
  margin: 0 -15px
}
@media (max-width:767px) {
  .c-form .form-group {
    flex-direction: column
  }
  .c-form .form-group .field-container {
    max-width: 100% !important
  }
}
@media (min-width:768px) {
  .c-form .form-group {
    flex-direction: row
  }
}

/* give required fields a red asterisk */
.c-form .form-group label.control-label.required:after {
  content: "*";
  display: inline-block;
  color: #FF0000;
  margin-left: 5px;
  font-size: 15px;
  line-height: 1em;
  vertical-align: top
}

/* simple margins for paragraphs inside form groups */
.form-group p {
  margin-bottom: 5px
}

/* checkbox and radio button styles */
.checkbox, .radio {
  margin-left: 0 !important
}
.checkbox label, .radio label {
  position: relative;
  padding-left: 30px
}
.checkbox label input, .radio label input {
  position: absolute;
  left: 0;
  top: 6px
}
.checkbox label span, .radio label span {
  position: relative;
  top: 1px;
  font-size: 17px
}

.btn:disabled {
		opacity: 1 !important;
}

/* fix "display horizontally" for inline radio buttons and checkboxes */
.radio-inline,
.checkbox-inline {
    display: inline-flex;
    margin-right: 20px;
}

.radio-inline input,
.checkbox-inline input {
    margin-right: 5px;
}

/* convert glyphicon classes to FontAwesome 5 icons */

.glyphicon::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-left::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
}

.glyphicon-chevron-right::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
}

.glyphicon-info-sign::before {
	font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f059";
}

/* give popovers style */
.popupOnHover {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

/* fix date and time picker popup */
.fix-date-time .container-btn-vertical-center .btn.btn-default {
	padding: 0 20px;
	box-shadow: none;
	line-height: 42px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.datetime-picker-dropdown li.ng-scope .btn-group .btn {
	border: none;
	box-shadow: none;
}

/* fix file upload table */

.fileupload-buttonbar + table.table.files {
    margin-bottom: 0 !important;
    font-size: 13px;
}
.fileupload-buttonbar + table.table.files td {
    padding: 15px !important;
    border: none !important;
}

.fileupload-buttonbar + table.table.files td button.cancel {
    padding-left: 20px;
    padding-right: 20px;
    background: #d9534f;
    border-color: #d9534f;
    font-weight: 400 !important;
    font-size: 13px !important;
}
.fileupload-buttonbar + table.table.files td button.cancel:hover {
    background: #C03A36;
    border-color: #C03A36;
}

.fileupload-buttonbar .progress {
    margin-bottom: 0 !important;
}

/* End of DNN Boostrap changes
