@charset "utf-8";
/* CSS Document */

html {
  overflow-x:hidden;
}

body {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#323232;
	background-color:#f7f7f7;
}

@font-face {
	font-family: 'Dauphin', serif;
	src: url('../fonts/Dauphin.eot');
	src: local('../fonts/Dauphin.ttf'), url('../fonts/Dauphin.woff') format('woff'), url('../fonts/Dauphin.ttf') format('truetype'), url('../fonts/Dauphin.svg') format('svg'), url('../fonts/Dauphin.otf') format('otf');
	font-weight: 400;
	font-style: normal;
}

a:hover,
a:focus {
	text-decoration:none;
}
button,
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
button:hover,
button:focus,
a:hover,
a:focus {
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Dauphin', serif;
  font-weight: 400;
  line-height: 1.1;
}
h1, h2, h3 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 20px;
  position:relative;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  position:relative;
}

h1 span, h2 span, h3 span, h4 span {
	width:80px;
	height:2px;
	position:absolute;
	bottom:-8px;
}
h1 span.sp-lt, h2 span.sp-lt, h3 span.sp-lt, h4 span.sp-lt {
	left:0;
}
h1 span.sp-cn, h2 span.sp-cn, h3 span.sp-cn, h4 span.sp-cn {
	left:calc(50% - 40px);
}
h1 span.sp-gn, h2 span.sp-gn, h3 span.sp-gn, h4 span.sp-gn {
	background-color:#215668;
}
h1 span.sp-lb, h2 span.sp-lb, h3 span.sp-lb, h4 span.sp-lb {
	background-color:#50cbf4;
}
h1 span.sp-wh, h2 span.sp-wh, h3 span.sp-wh, h4 span.sp-wh {
	background-color:#ffffff;
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.fleft { float:left;}
.fright { float:right;}


.img-circle-bor {
  border:3px solid #ffffff;
}

/*==========================================================================================*/

.form-control {
  display: block;
  width: 100%;
  /*height:40px;
  padding: 10px 15px;*/
  height: 40px;
  padding: 8px 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  height:40px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-round-lg {
	border-radius:25px;
}
.btn-round {
	border-radius:20px;
}


.btn-red {
  color: #ffffff;
  background-color: #e20000;
  border-color: #d20000;
}
.btn-red:focus,
.btn-red.focus {
  color: #ffffff;
  background-color: #343434;
  border-color: #333333;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #343434;
  border-color: #333333;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle..btn-red {
  color: #ffffff;
  background-color: #343434;
  border-color: #333333;
}

.btn-bor {
  color: #4a5042;
  background-color: transparent;
  border-color: #4a5042;
}
.btn-bor:focus,
.btn-bor.focus {
  color: #ffffff;
  background-color: #4a5042;
  border-color: #4a5042;
}
.btn-bor:hover {
  color: #ffffff;
  background-color: #4a5042;
  border-color: #4a5042;
}
.btn-bor:active,
.btn-bor.active,
.open > .dropdown-toggle.btn-bor {
  color: #ffffff;
  background-color: #4a5042;
  border-color: #4a5042;
}

.btn-black {
  color: #ffffff;
  background-color: #242424;
  border-color: #141414;
}
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #e85454;
  border-color: #e85454;
}
.btn-black:hover {
  color: #ffffff;
  background-color: #e85454;
  border-color: #e85454;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #ffffff;
  background-color: #e85454;
  border-color: #e85454;
}


.btn-white {
  color: #fefefe;
  background-color: transparent;
  border-color: #fefefe;
}
.btn-white:focus,
.btn-white.focus {
  color: #9ba78a;
  background-color: #ffffff;
  border-color: #efefef;
}
.btn-white:hover {
  color: #9ba78a;
  background-color: #ffffff;
  border-color: #efefef;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #9ba78a;
  background-color: #ffffff;
  border-color: #efefef;
}

.btn-green {
  color: #ffffff;
  background-color: #5b9a00;
  border-color: #4b8a00;
}
.btn-green:focus,
.btn-green.focus {
  color: #ffffff;
  background-color: #343434;
  border-color: #333333;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #343434;
  border-color: #333333;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #343434;
  border-color: #333333;
}


/*======================= Upper Modified =======================*/

.top-bar {
	background-color:#4a5042;
	padding:6px 0 2px;
	color:#f1f1f1;
	font-size:13px;
	line-height:24px;
	text-align:right;
}
.tb-col-1 {
	width:calc(100% - 120px);
}
.tb-col-2 {
	width: 120px;
}
.top-bar a {
	padding:0;
	color:#f1f1f1;
	line-height:24px;
	margin:0 30px 0 0;
	white-space:nowrap;
}
a.tb-sm {
	font-size:24px;
	color:#f1f1f1;
	line-height:24px;
	margin:0 6px 0 0;
}
.top-bar a:hover,
.top-bar a:focus,
a.tb-sm:hover,
a.tb-sm:focus {
	opacity:0.5;
}

.header-wrapper {
	background:url(../images/nav-bg.png) repeat-x top left #fa869b;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
}

.logo-align {
	
}
.logo {
	display:inline-block;
	padding:0;
}
.logo a {
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:700;
	color:#d31543;
	line-height:1;
	text-transform:uppercase;
}

.t-left {
	text-align:left;
}
.t-right {
	text-align:right;
}

@media (max-width: 1199px) {
.logo a {
	font-size:18px;
}
.logo a img {
	width:auto;
	/*height:35px;*/
}
}
@media (max-width: 991px) {
.logo-align {
	text-align:center;
	padding-bottom:10px;
}
.t-left {
	text-align:center;
}
.t-right {
	text-align:center;
}
}
@media (max-width: 767px) {
.top-bar {
	text-align:center;
}
.tb-col-1 {
	width:100%;
	margin-bottom:20px;
	padding-top:15px;
}
.tb-col-2 {
	width:100%;
	padding-bottom:15px;
}
.top-bar a {
	margin:0 15px;
}
a.tb-sm {
	margin:0 6px;
}
}


/* Navigation
===========================================================*/
.nav-wrapper {
	padding:15px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ba78a+10,dbe7c9+50,9ba78a+90 */
background: #9ba78a; /* Old browsers */
background: -moz-linear-gradient(left,  #9ba78a 10%, #dbe7c9 50%, #9ba78a 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #9ba78a 10%,#dbe7c9 50%,#9ba78a 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #9ba78a 10%,#dbe7c9 50%,#9ba78a 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba78a', endColorstr='#9ba78a',GradientType=1 ); /* IE6-9 */
}
.navbar-header {
	/*border-bottom:1px solid #fda123;*/
}
.navbar-brand {
    float: left;
    padding:10px 0px 0px 10px;
	font-size:30px;
	font-weight:400;
	line-height:1;
	color:#ffffff;
}
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
	color:#f1f1f1;
}
.navbar-brand img {
    height: 35px;
}
.navbar-toggle {
    border: 1px solid #fafafa;
	background-color:#4a5042;
}
.navbar-toggle .icon-bar {
	background-color:#ffffff;
}

.nav li a {
  font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#494f41;
	position:relative;
	/*text-transform:uppercase;*/
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav li a span {
	width:0;
	height:3px;
	display:block;
	position:absolute;
	bottom:-1px;
	left:50%;
	background-color:#ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav li:active a,
.nav li.active a,
.nav li a:focus,
.nav li a:hover {
	color:#d71818;
	background-color:transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*.nav li a:hover span {
	width:100%;
	left:0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}*/
.nav li:active a span,
.nav li.active a span,
.nav li a:focus span,
.nav li a:hover span {
	width:100%;
	left:0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dropdown-menu {
	border:1px solid #4a5042;
	background-color:#fafafa;
}
.dropdown-menu > li:active > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #4a5042;
  color:#ffffff;
  border:0 !important;
}
.dropdown-menu > li > a {
	padding:6px 20px;
	font-size:13px;
	border:0 !important;
	color:#215668;
}
.dropdown-header {
  display: block;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  background-color:#efefef;
  white-space: nowrap;
}
@media (max-width: 1199px) {
.nav li a {
	font-size:12px;
}
}
@media (min-width: 768px) {
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
}
@media (max-width: 767px) {
.navbar{
	border-top:1px solid transparent;
}
}
/*@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}*/
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
	color:#343434;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-header {
    float: none;
	margin-bottom:10px;
	background-color:transparent;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    /*margin: 7.5px -15px;*/
    /*margin: 7.5px 50px 7.5px -15px;*/
	background-color:#e1e1e1;
	margin-bottom:10px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
	color:#e85454;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	background-color:#4a5042;
	color:#ffffff;
}
.navbar-nav>li.active>a {
	background-color:#4a5042;
	color:#ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #4a5042;
    border-color: #337ab7;
}
.navbar-text {
    float: none;
    margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in { 
    display: block!important;
}
.collapsing {
    overflow: hidden!important;
}
}
/*=========================================================*/

.banner-wrapper {
	max-width:1600px;
	background-color:#4a5042;
	margin:0 auto;
}
.ban-col-1,
.ban-col-2,
.ban-col-3 {
	background-color:#4a5042;
	position:relative;
	float:left;
	/*height:570px;*/
	transition: width 3s;
	cursor:pointer;
	overflow:hidden;
}
.ban-col-1,
.ban-col-3 {
	width:calc(50% - 250px);
}
.ban-col-2 {
	width:500px;
}
.ban-col-1 img,
.ban-col-2 img,
.ban-col-3 img {
	width:auto;
	height:100%;
	opacity:0.7;
	-webkit-filter: sepia(1);
  	filter: sepia(1);
	transition:ease-in-out all 0.3s;
}
.ban-col-1:hover img,
.ban-col-2:hover img,
.ban-col-3:hover img {
	opacity:1;
	-webkit-filter: sepia(0);
  	filter: sepia(0);
	transition:ease-in-out all 0.3s;
}
.ban-col-1 .ban-dts,
.ban-col-2 .ban-dts,
.ban-col-3 .ban-dts {
	position:absolute;
	bottom:0;
	padding:20px;
	width:100%;
	background-color:#4a5042;
	background-color:rgba(74,80,66,0.9);
	font-family: 'Dauphin', serif;
	font-size:36px;
	color:#ffffff;
	text-align:center;
	transition: width 3s;
	cursor:pointer;
	z-index:10;
}
.ban-dts {
	position:absolute;
	bottom:0;
	padding:20px;
	width:100%;
	background-color:#4a5042;
	background-color:rgba(74,80,66,0.9);
	font-family: 'Dauphin', serif;
	font-size:36px;
	color:#ffffff;
	text-align:center;
	transition: width 3s;
	cursor:pointer;
	z-index:10;
}
@media (max-width: 525px) {
.ban-dts {
	font-size:24px;
	padding:10px 20px;
}
}

.title-btn {
	float:right;
}
@media (max-width: 480px) {
.title-btn {
	float:none;
}
}

.dvid { background:url(../images/divider.png) no-repeat center center; display:block; height:25px; margin-bottom:60px;}
.dvid-white { background:url(../images/divider-white.png) no-repeat center center; display:block; height:25px; margin-bottom:60px;}

.iab-block {
	background:url(../images/k1.png) no-repeat 0.5% 0%, url(../images/k2.png) no-repeat 99.5% 100%; max-width:1600px; margin:auto;
}

.iab-1 { background-color:#9ba78a; padding-top:8px; color:#ffffff; font-weight:300; min-height:330px;}
.iab-1 .inner { padding:10px;}
.iab-1 .inner p { height:40px; overflow-y:hidden;}

.iab-2 { background-color:#9ba78a; padding:15px; color:#ffffff; font-weight:300; text-align:center; min-height:330px;}
.iab-2 p { height:135px; overflow-y:hidden; margin-bottom:30px;}

.iab-mid { background-color:#ffffff; padding:15px; color:#343434; font-weight:300; min-height:330px; box-shadow:0 0 10px rgba(0,0,0,0.3);}
.iab-mid h2 { color:#242424;}
.iab-mid p { height:155px; overflow-y:hidden; margin-bottom:30px;}

.insab { background:url(../images/ins-bg.jpg) no-repeat center center #ffffff; background-size:cover; padding:30px; color:#343434; font-weight:300; box-shadow:0 0 10px rgba(0,0,0,0.3);}

@media (max-width: 991px) {
.iab-2 { min-height:auto;}
.iab-2 p { height:auto; overflow-y:hidden; margin-bottom:30px;}
}
@media (max-width: 767px) {
.iab-1 { min-height:auto;}
.iab-1 .inner p { height:auto; overflow-y:hidden;}
.iab-mid { min-height:auto;}
.iab-mid p { height:auto; overflow-y:hidden; margin-bottom:30px;}
.iab-mid img { margin-bottom:20px;}
}

.eci-block { background:url(../images/bg1.png) no-repeat bottom center; padding-bottom:60px;}
.eci-img { border:10px solid #ffffff; box-shadow:0 0 10px rgba(0,0,0,0.3); margin-bottom:30px;}

.uts-block { background:url(../images/k3.png) no-repeat left center, url(../images/k3.png) no-repeat right center; padding-bottom:30px; max-width:1600px; margin:auto;}
.uts-dtls { text-align:right;}
.uts-img { box-shadow:0 0 10px rgba(0,0,0,0.3);}
@media (max-width: 991px) {
.uts-dtls { text-align:center;}
.uts-img-block { text-align:center;}
.uts-img { display:inline-block;}
}

.fnt-block { background:url(../images/bg2.png) no-repeat center bottom; padding-bottom:60px;}
.fn-box { box-shadow:0 0 10px rgba(0,0,0,0.3); background-color:#ffffff; padding:15px;}
.fn-box img, .fn-box h4 { margin-bottom:20px;}

.testi-sec {
	padding-left:30px;
	padding-right:30px;
	color:#cccccc;
	text-align:center;
}
.testi-sec img {
	margin-bottom:20px;
}


.footer {
	background-color:#4a5042;
	color:#b5c3a1;
	padding:60px 0 20px;
	font-size:12px;
}
.footer h4 {
	color:#ffffff;
	font-weight:400;
	margin-bottom:20px;
}

.footer a {
	color:#b5c3a1;
}
.footer a:hover,
.footer a:focus {
	color:#ffffff;
}

.link-li {
	list-style:none;
	margin:0;
	padding:0;
}
.link-li li {
	margin-bottom:10px;
	padding:0;
}
.link-li li a {
	color:#b5c3a1;
	font-weight:400;
}
.link-li li a.active,
.link-li li a:focus,
.link-li li a:hover {
	color:#ffffff;
}

.site-info-1 {
	width:30px;
	float:left;
	margin-bottom:10px;
}
.site-info-1 .fa {
	color:#b5c3a1;
	font-size:13px;
}
.site-info-2 {
	width:calc(100% - 30px);
	float:left;
	margin-bottom:10px;
}
.site-info-2 p {
	margin-bottom:8px;
}

.ft-soc-block {
	display:inline-block;
	font-size:30px;
	line-height:1;
	color:#dfdfdf;
	margin:0 10px 0 0;
}
.ft-soc-block:hover,
.ft-soc-block:focus {
	color:#00e4ff !important;
}

.copyright-block {
	color:#b5c3a1;
	font-size:12px;
	padding:30px 0 10px;
	background-color:#4a5042;
	border-top:1px solid #dff1c6;
}
.copyright-block a {
	color:#b5c3a1;
	font-size:12px;
}
.copyright-block a:hover,
.copyright-block a:focus {
	color:#f1f1f1;
}

.inside-banner {
	padding:15px 0 50px 0;
	position:relative;
}
.inside-banner img {
	width:100%;
}
.inside-banner h1 {
	display:block;
	position:absolute;
	color:#ffffff;
	top:calc(50% - 50px);
	left:0;
	width:100%;
	z-index:10;
}

@media (max-width: 425px) {
.inside-banner h1 {
	font-size:30px;
	top:calc(50% - 30px);
	left:calc(50% - 125px);
}
}

.sq-box {
	background-color:#ffffff;
	padding:30px 30px 0;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}

.index-ph-gal {
	list-style:none;
	padding:0;
}
.index-ph-gal li {
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.index-ph-gal li > .ipg-inner {
	width: 100%;
	height:140px;
	overflow:hidden;
	position:relative;
	background-color:#121318;
	border-right:5px solid #929398;
	border-bottom:5px solid #929398;
}
.index-ph-gal li > .ipg-inner img {
	width:100%;
	height:100%;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-ms-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.index-ph-gal li:hover > .ipg-inner img {
	/*-webkit-transform:scale(1.2);
  	-moz-transform:scale(1.2);
  	-ms-transform:scale(1.2);
  	-o-transform:scale(1.2);
  	transform:scale(1.2);*/
	width:120%;
	height:120%;
	margin-top:-10%;
	margin-left:-10%;
	opacity:0.3;
	z-index:10;
}
.index-ph-gal li > .ipg-inner a {
	width:0%;
	height:0%;
	display:inline-block;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	font-size:0px;
	line-height:0px;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	z-index:20;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-ms-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.index-ph-gal li:hover > .ipg-inner a {
	width:100%;
	height:auto;
	top:0;
	left:0;
	outline:0;
	padding-top:28%;
	padding-bottom:28%;
	color:#fafafa;
	font-size:24px;
	font-weight:400;
	line-height:1;
}

@media (max-width: 767px) {
.index-ph-gal li > .ipg-inner {
	width: 100%;
	height:400px;
	overflow:hidden;
	position:relative;
	background-color:#121318;
}
.index-ph-gal li:hover > .ipg-inner a {
	width:100%;
	height:auto;
	top:0;
	left:0;
	padding-top:30%;
	padding-bottom:30%;
	color:#fafafa;
	font-size:24px;
	font-weight:400;
	line-height:1;
}
}

@media (max-width: 640px) {
.index-ph-gal li > .ipg-inner {
	width: 100%;
	height:350px;
	overflow:hidden;
	position:relative;
	background-color:#121318;
}
.index-ph-gal li:hover > .ipg-inner a {
	width:100%;
	height:auto;
	top:0;
	left:0;
	padding-top:30%;
	padding-bottom:30%;
	color:#fafafa;
	font-size:24px;
	font-weight:400;
	line-height:1;
}
}

@media (max-width: 480px) {
.index-ph-gal li > .ipg-inner {
	width: 100%;
	height:250px;
	overflow:hidden;
	position:relative;
	background-color:#121318;
}
.index-ph-gal li:hover > .ipg-inner a {
	width:100%;
	height:auto;
	top:0;
	left:0;
	padding-top:30%;
	padding-bottom:30%;
	color:#fafafa;
	font-size:24px;
	font-weight:400;
	line-height:1;
}
}

@media (max-width: 380px) {
.index-ph-gal li > .ipg-inner {
	width: 100%;
	height:200px;
	overflow:hidden;
	position:relative;
	background-color:#121318;
}
.index-ph-gal li:hover > .ipg-inner a {
	width:100%;
	height:auto;
	top:0;
	left:0;
	padding-top:30%;
	padding-bottom:30%;
	color:#fafafa;
	font-size:24px;
	font-weight:400;
	line-height:1;
}
}

.aside-nav {
	list-style:none;
	margin:0;
	padding:0;
}
.aside-nav li {
	margin:0 0 15px;
	padding:0;
}
.aside-nav li a {
	color:#2da7c9;
}
.aside-nav li.active a,
.aside-nav li a:focus,
.aside-nav li a:hover {
	color:#343434;
}

.about-vid-block {
	padding:10px;
	background-color:#2da7c9;
}
.vid {
	border:0;
	width:100%;
	height:280px;
}
@media (max-width: 1100px) {
.vid {
	height:200px;
}
}
@media (max-width: 991px) {
.vid {
	height:400px;
}
}
@media (max-width: 767px) {
.vid {
	height:320px;
}
.aside-nav {
	border:1px solid #2da7c9;
}
.aside-nav li {
	margin:0;
	padding:0;
}
.aside-nav li a {
	padding:15px;
	display:block;
}
.aside-nav li.active a,
.aside-nav li a:focus,
.aside-nav li a:hover {
	color:#343434;
	background-color:#ffffff;
}
}
@media (max-width: 520px) {
.vid {
	height:250px;
}
}
@media (max-width: 425px) {
.vid {
	height:200px;
}
}
@media (max-width: 320px) {
.vid {
	height:150px;
}
}

.contact-block {
	background-color:#2da7c9;
	padding:30px;
}

.leader-modal {
	border:10px solid #2da7c9;
	background-color:#4b4b4b;
	color:#ffffff;
	font-size:18px;
	font-style:italic;
}
.leader-modal .modal-header {
    padding:0 0 15px;
    border-bottom: 0px solid #e5e5e5;
}
.leader-modal .modal-footer {
    padding: 15px 0 0;
    text-align: right;
	min-height:10px;
    border-top: 0px solid #e5e5e5;
}
.leader-modal img {
	margin-bottom:10px; 
	border:7px solid #ffffff; 
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow:0 0 3px rgba(0,0,0,0.3);
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}

.listing-box {
	padding:15px; 
	background-color:#ffffff; 
	border-radius:8px; 
	border:1px solid #dadada; 
	font-size:12px; 
	margin-bottom:30px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.125);
}

/*====================== Default Css ============================*/
.text-m-bold {
	font-weight:500;
}

.text-xl {
	font-size:16px;
}
.text-xxl {
	font-size:18px;
}
.text-xxxl {
	font-size:20px;
}
.text-xs {
	font-size:13px;
}
.text-xxs {
	font-size:12px;
}

.text-muted {
  color: #999999;
}

.text-through {
	text-decoration:line-through;
}

.text-red,
a.text-red {
  color: #e85454;
}
a.text-red:hover,
a.text-red:focus {
  color: #c83434;
}

.text-pink {
  color: #fa869b;
}
a.text-pink:hover,
a.text-pink:focus {
  color: #da667b;
}

.text-white {
  color: #ffffff;
}
a.text-white:hover,
a.text-white:focus {
  color: #e1e1e1;
}

.text-grey {
  color: #756569;
}
a.text-grey:hover,
a.text-grey:focus {
  color: #958589;
}

.text-black {
  color: #343434;
}
a.text-black:hover,
a.text-black:focus {
  color: #646464;
}

.text-darkblue {
  color: #002147;
}
a.text-darkblue:hover,
a.text-darkblue:focus {
  color: #204167;
}

.text-green {
  color: #8ec942;
}
a.text-green:hover,
a.text-green:focus {
  color: #5ba100;
}

.text-blue {
  color: #008cde;
}
a.text-blue:hover,
a.text-blue:focus {
  color: #20acfe;
}

.text-lightblue {
  color: #50cbf4;
}
a.text-lightblue:hover,
a.text-lightblue:focus {
  color: #30abd4;
}

.text-yellow {
  color:#FFFF33;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color:#FFFFCC;
}

.mbot0 { margin-bottom:0px;}
.mbot1 { margin-bottom:6px;}
.mbot2 { margin-bottom:10px;}
.mbot3 { margin-bottom:20px;}
.mbot4 { margin-bottom:30px;}
.mbot5 { margin-bottom:40px;}
.mbot6 { margin-bottom:50px;}
.mbot7 { margin-bottom:60px;}

.mtop1 { margin-top:6px;}
.mtop2 { margin-top:10px;}
.mtop3 { margin-top:20px;}
.mtop4 { margin-top:30px;}
.mtop5 { margin-top:40px;}
.mtop6 { margin-top:50px;}
.mtop7 { margin-top:60px;}
