@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
.btn-list li:first-child { margin-bottom: 10px }
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.custom-checkRad label {cursor: pointer;}
.custom-checkRad input[type="checkbox"],
.custom-checkRad input[type="radio"]{display:none;}
.custom-checkRad input[type="checkbox"] + label .far.unchecked,
.custom-checkRad input[type="radio"] + label .far.unchecked{display:inline-block}
.custom-checkRad input[type="checkbox"] + label .far.checked,
.custom-checkRad input[type="radio"] + label .far.checked{display:none}
.custom-checkRad input[type="checkbox"]:checked + label .far.unchecked,
.custom-checkRad input[type="radio"]:checked + label .far.unchecked{display:none}
.custom-checkRad input[type="checkbox"]:checked + label .far.checked,
.custom-checkRad input[type="radio"]:checked + label .far.checked{display:inline-block}
label {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	color: #7f7f7f;
	margin: 0;
	font-weight: 400;
	margin-bottom: 5px;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 60px;
  border-width: 1px;
  border: solid 1px;
  border-color: #ccc;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	position: relative;
	cursor: pointer;
	border: solid 1px #b1322c;
	background-color: #b1322c;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	text-transform: capitalize;
	padding: 22px 30px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
	border-color: #b1322c;
	background-color: transparent;
	color: #b1322c;
	text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	position: relative;
	cursor: pointer;
	border: solid 1px #b1322c;
	background-color: #b1322c;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	text-transform: capitalize;
	padding: 22px 30px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover, .btn-layout:focus {
	border-color: #b1322c;
	background-color: transparent;
	color: #b1322c;
	text-decoration: none;
}
.btn-layout.btn-big {
  font-size: 22px;
}
.white-btn-layout {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  border-color: #fff;
  background-color: #fff;
  color: #7c7c7c;
  text-decoration: none;
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column h2, .news-right-column h3 {
    font-size: 30px;
    line-height: 1.3em;
    color: #434e4b;
    font-weight: 400;
    margin: 20px 0;
}
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 4px 4px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
	width: 100%;
	display: block;
    position: relative;
	border-radius:0 0 4px 4px;
	cursor: pointer;
	border: solid 1px #b1322c;
	background-color: #b1322c;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	text-transform: capitalize;
	padding: 22px 30px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover,
.news-right-column form input[type="submit"]:focus {
	border-color: #b1322c;
	background-color: transparent;
	color: #b1322c;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-right-column form input[type="submit"] {font-size: 16px;}
  .news-right-column h2, .news-right-column h3 {
    font-size: 24px;
  }
}
/*======================================== MEDIA MODULE ==========================================================*/
.section-white.events-page {
	padding: 45px 0;
}
.events-page .media-module > div {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
  padding: 0;
  border: none;
}
.events-page .media-module .left {
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
  opacity: 0.8;
}
.events-page .media-module .date span {
  display: block;
  color: #7a7a7a;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.events-page .media-module .date span.day {
  font-size: 50px;
  float: left;
  color: #3c3c3c;
}
.events-page .media-module .date span.month-year {
  font-size: 1.3em;
  padding: 4px 0;
  padding-left: 65px;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page .media-module .right .title {
  font-size: 30px;
  line-height: 1.3em;
  color: #434e4b;
  text-transform: capitalize;
  font-weight: 400;
  margin: 10px 0;
}
.events-page .media-module .right .text {
  margin-bottom: 0;
}
.events-page .media-module-interior {
  padding-top: 50px;
}
.events-page .media-module .news-thumb {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .events-page .media-module .left {
    width: 180px;
    height: 120px;
  }
  .events-page .media-module .right {
    padding-left: 195px;
  }
}
@media screen and (max-width: 768px) {
  .events-page .media-module .right .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .events-page .media-module .left {
    display: none;
  }
  .events-page .media-module .right {
    padding-left: 0;
  }
}

/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  float: right;
  padding: 0;
  margin: 0;
  display: table;
}
.pagination > div > a, .pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 4px 12px;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover, .pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #024816;
}
/*=========================================== LEADERSHIP ====================================================*/
.team-page {
	padding: 40px 0;
}
.team-page > div,
.single-team > div {
	max-width: 1400px;
	width: 100%;
}
.single-team .team-top {
	margin-bottom: 35px;
}
.team-grid {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    flex-wrap: wrap;
}
.team-grid > div {
	margin-bottom: 35px;
	position: relative;
	height: auto
}
.team-grid .member-link {
	text-align: center;
	display: block;
	top: 0; bottom: 0;
	padding: 12% 0;
}
.team-grid .member-link:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transform: scale(.96);
	-webkit-transform: scale(.96);
	-moz-transform: scale(.96);
	-o-transform: scale(.96);
}
.team-grid .member-link:hover:after {
	background-color: #EFF6F9;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.team-grid .member-link img {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 200px;
    margin: 0 auto 35px;
}
.team-grid .member-link .name {
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 2;
    display: block;
    font-size: 29px;
    line-height: 1.25em;
    color: #234c5a;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 15px;
	letter-spacing: 0;
}
.team-grid .member-link .title {
	position: relative;
	z-index: 2;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
    color: #ab9c75;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    font-style: italic;
}
@media screen and (max-width: 1200px) {
	.team-grid .member-link .name {
		font-size: 22px;
	}
	.team-grid .member-link .title {
		font-size: 13px;
		line-height: 1.3em;
	}
}
@media screen and (max-width: 991px) {
	.ice-icon {width: 50px;}
}
@media screen and (max-width: 768px) {
	.ice-icon {display: none;}
}
@media screen and (max-width: 600px) {
	.team-grid > div {
		float: none;
		width: 100%;
	}
	.team-grid .member-link .name {
		font-size: 16px;
	}
	.team-grid .member-link .title {
		font-size: 12px;
	}
}
/*===========================================  SECTION ==================================================*/
@media screen and (max-width: 768px) {}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/

.footer {
	padding: 55px 0;
	text-align: center;
	margin-top: -2px;
	position: relative;
	overflow: hidden;
	background-color: #b1322c;
}
.footer span.parallax {
	display: block;
	position: absolute;
	top: 0;
	left: 0; right: 0; height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url("../img/footer-section.jpg");
}
.footer > .container {
  max-width: 1920px;
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.footer .logo-footer {margin-bottom: 55px}
.footer ul {margin: 0 0 40px;}
.footer ul li {font-family: 'Cinzel', serif;font-size: 16px;font-weight: 400;text-transform: capitalize;color: #fff;}
.footer .footer-nav li {padding: 0 15px;}
.footer a {color: #fff}
.footer a:hover {color: #e07370}
.footer p {color:#fff;font-size: 16px;}
.footer ul.social li {font-size: 40px; padding: 0 10px;}
.footer-phones li {
	
}
@media screen and (max-width: 1400px) {
	h1, .h1-style {font-size: 42px;}
}
@media screen and (max-width: 991px) {
	.footer .footer-nav li {
		display: block;
		padding: 5px 0;
	}
	.btn-layout.btn-big {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		background-image: url("../img/footer-section.jpg");
		background-position: center;
		background-size: cover;
	}
  .btn-layout {
    font-size: 16px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  p, li, td, th .section-white, label {
    font-size: 16px;
  }
  span.parallax {
    top: 0 !important;
    height: auto !important;
  }
  .footer .social-nav li {
    font-size: 40px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 575px) {
	.footer {text-align: center; padding-bottom: 100px;}
}
