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


a {
  color: inherit ;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: underline;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(223,223,223,0.43);
}
.btn{
    white-space:normal !important;
    word-wrap:break-word;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #bdbdbd;
    border-color: #777;
    color: #3d3d3d;
}
.h-title {
    font-size: 30px;
    margin: 0.83em 0;
	text-align: left;
	text-transform: uppercase;
	display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.flexslider {
    /* margin: 0 0 60px; */
    background: #2d2d2d;
    border: 0px solid 2d2d2d;
    position: relative;
    zoom: 1;
}
.new-icon {
    background-color: green;
    position: relative;
    -webkit-animation-name: new-icon; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 9999; /* Safari 4.0 - 8.0 */
    animation-name: new-icon;
    animation-duration: 1s;
    animation-iteration-count: 9999;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes new-icon {
    0%   {background-color:yellow; }
    100%  {background-color:green;}
}

/* Standard syntax */
@keyframes new-icon {
   0%   {background-color:yellow; }
    100%  {background-color:green;}
}
/*================ footer ================================== */

html,body{
height: 100%
}

	iframe {border-width: 0px !important;
	}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}
#nonFooter{
min-height: calc(100vh - 164px);

}
#footer {
/*height:108px; */
}
#slider-thumbs {
	padding:0  15px;
}
#slider-thumbs ul {
  list-style: none;
  -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start:0px;
	display:inline-block;
	margin-bottom:-10px;
	}
/*  -------  navbar-version ---------*/
.navbar-version {
	background-color: #ededed;
}
@media (max-width: 650px) {
	.v-center {
	width: 325px;
	margin: 0 auto;
}
.wrapper h2, .portfolio-modal .modal-content h2,
.wrapper h8, .portfolio-modal .modal-content h8 {
    margin-bottom: 15px;
    font-size: 40px;
}
}
/*  ------- end navbar-version ---------*/


.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 1239px;
}
@media (max-width: 1239px) {
	.container-fluid {
		width: 100%;
		padding-right: 0px;
}
.modal-container {
    width: 100%;
    max-width: 1160px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}
@media (min-width: 1000px) {
.navbar-inverse .navbar-nav-2 .active, .navbar-inverse .navbar-nav-2 > li > a:focus {
    color: fff;
    background-color: #0061a3;
}
}

/*  -------  navbar ---------*/
.container-fluid > .navbar-collapse {
	margin-right: 0px;
    margin-left: 0px;
	line-height: 20px;
}
.navbar {
  position: relative;

  margin-bottom: 0px;
  border: 0px solid transparent;
    border-radius: 0px;

}

.navbar-brand {
/*	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	display: inline-block;
	height: 56px;
	width: 300px;
	margin: 17px;*/
	float:left;
}
.navbar-brand-r {
	background-image:url(../images/logo-r.jpg);
	background-repeat:no-repeat;
	display: inline-block;
	height: 57px;
	width: 240px;
	margin: 17px;
	float:right;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}
@media (max-width: 630px) {
	.navbar-brand {
  	display: block;
  	margin: 17px auto 10px auto;
  	float: none;
  }

.navbar-brand-r {
	background-image:url(../images/logo-r-m.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	width: 300px;
	height: 26px;
	margin: 30px auto 17px auto;
	display: block;
	float: none;
}
}

.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #1d6139;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #1d6139;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color:#fff;
  background-color: #1d6139;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color:#fff;
  background-color: #222222;
}


.subpage_photo_thumb_date {
  font-size: 10px;
  line-height: 20px;
}

#album_pic_wrapper {
  width: 30%;
  padding: 10px;
  float: left;
}

#video_list {
  width: 100%;
  padding: 10px;
  float: left;
}

.portfolio-modal .modal-content {
  /*background-color: rgba(0,0,0,0.79);*/
  background-color:transparent;
  width:100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 17px;
}

.subpage-modal-content-height {
  height: 100%;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    background-color: rgba(0,0,0,0.50);
}

@media (max-width: 767px) {
  .nav {
	float:right;
    padding-left: 0;
    list-style: none;
	width:100%;
}

}
 .navbar-nav-3 > li > a {
	display: block;
	position: relative;
}
.navbar-nav-3 > .open > a:focus {
  color: #000;
  background-color: transparent;
}
 .navbar-nav-3 > .open > a,
.navbar-nav-3 > .open > a:hover {
  color:#487000;
  background-color: transparent;
}
 .navbar-nav-3 > li > a:hover {
  color:#000;
  background-color: transparent;
}
.navbar-nav-3 .active,
.navbar-nav-3 > li > a:focus {
 color:#487000;
  background-color: transparent;
}



.navbar-nav-2 > .open > a:focus {
  color: #fff;
  background-color: black;
}
 .navbar-nav-2 > .open > a,
 .navbar-nav-2 > .open > a:hover {
  color:#fff;
  background-color: #8d8e93;
}
.navbar-nav-2 > li > a:hover {
  color:#000;
  background-color: #a7cf5b;
  border-left: 1px #ededed solid;
}
.navbar-nav-2 .active,
.navbar-nav-2 > li > a:focus {
     color: #000;
    background-color: #fff;
	border-left: 1px #ededed solid;
}
	.caret {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 18px 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #2d2d2d;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
	margin-left: 15px;
}
.navbar-inverse {
    background-color: #a7cf5b;
    border-color: #080808;
}

@media (max-width: 767px) {
.container-fluid > .navbar-collapse {
	margin-right: 0px;
    margin-left: 0px;
	line-height: 20px;
	padding-bottom:20px;
	    padding-top: 20px;
}

.navbar-nav-3 > li > a {
	display: block;
	position: relative;
}
 .navbar-nav-3 > .open > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-nav-3 > .open > a,
.navbar-nav-3 > .open > a:hover {
  color:#487000;
  background-color: transparent;
}
.navbar-nav-3 > li > a:hover {
  color:#000;
  background-color: transparent;
}
.navbar-nav-3 .active,
.navbar-nav-3 > li > a:focus {
 color:487000;
  background-color: transparent;
}
	.caret-down {
    display: inline-block;
	float:right;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .level2 > li > a:hover {
	color: #fff;
	/*background-color:black;*/
}
.navbar-inverse .navbar-nav .open .dropdown-menu  > li > a:hover {
	color: #fff;
	background-color: #08381b;
}
.navbar-inverse .navbar-nav .open .dropdown-menu  > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu  > li > .open > a,
.navbar-inverse .navbar-nav .open .dropdown-menu  > li > .open > a:hover {
	color: white;
	background-color: #08381b;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .level2 > li > a {
    color: #9d9d9d;
	padding: 5px 15px 5px 60px;
	/*background-color:rgba(0,0,0,0.3);*/
	margin: 0px;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 40px;
	margin: 0px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
}


	.caret-down {
    display: none;
}
  .navbar-nav-2 > li > a {
padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    text-align: center;
    border-left: 1px #fff solid;
  }
  .navbar-nav-3 > li > a {
        /* padding-top: 15px; */
    /* padding-bottom: 5px; */

    /* width: 40px; */
    text-align: center;
    padding: 3px 8px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #2d2d2d;
}
  @media (max-width: 767px) {
	.navbar-nav-2 > li > a {
       /* padding-top: 5px; */
    /* padding-bottom: 0px; */

    text-align: center;
    float: right;
    padding: -10px;
    /* top: 5px; */
    /* height: 30px; */
}

.container-fluid {
    padding-right: 0;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
  }
@media (min-width: 1px) {
/*.navbar-right {

    margin-right: 0px;
}
.navbar-nav, .navbar-nav-2 {
	 right:0;
}
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #222222;
  border-color: transparent;
  color: white;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #adadad;
  white-space: nowrap;
  background-color: #222222;
  border-bottom: 0px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #222222;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border: 0px !important;
}
.dropdown-menu > li > a:hover {
  color: white;
  text-decoration: none;
  padding: 6px 20px;
}
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #222222;
  padding: 6px 20px;
}
.dropdown-menu .active {
  color: #fff;
  text-decoration: none;
  background-color: #7d0000;
  padding: 6px 20px;
}*/


/*  -------  bg ---------*/
.bg-bk {
	background-color: #000;
}
.bg-grey {
	background-color: #8d8e93;
}
.bg-grey-light {
	background-color: rgba(229,229,229,1.00);
}
.bg-red {
	background-color: #b61600;
}
.bg-pink {
	background-color: #ff4038;
}
.bg-pink2{
	background-color: #dc415a;
}
.bg-pink-light {
	background-color: #ffe8e7;
}
.bg-w {
	background-color: #fff;
}
.bg-red-d {
	background-color: #5f1a17;
}
.bg-blue {
	background-color: #0061a3;
}
.bg-blue-l {
	background-color: #e8f9ff;
}
.bg-blue-d {
	background-color: #003860;
}
.bg-green {
	background-color: #487000;
}
.bg-green-1 {
background-color: #d8ff99;
}
.bg-green-d {
background-color: #c1cea8;
}
/*  -------  text ---------*/
.t-w {
	color: #fff;
}
.t-green {
	color: #487000;
}
.t-green-l {
	color: #018a14;
}
.t-white-l {
  color: #ffffff;
}
.t-white-l a:hover {
  color: #ffffff !important;
}
.t-pink {
	color: #ff4038;
}
.t-blue-l {
	color: #e8f9ff;
}
.t-blue {
	color: #0061a3;
}
.t-brown {
	color:#ab6400;
}
.t-red {
	color: #d90909;
}
.t-bk {
	color: #000;
}







/*  -------  container ---------*/
/* .wrapper div{
	width:100%;
	margin: 0px;
	padding: 0px;

}*/
div{
	line-height: 28px;
}
.wrapper p {

	margin-bottom: 25px;
}

.index-top-container {
	/*background-image:url(../images/flash-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;*/

}
.flash-container {
	max-width: 100%;
	    background-color: #2d2d2d;
	margin: 0 auto;
}

@media screen and (max-width: 999px){
.index-top-container  {
	width:100%;
	height:auto;
	background-image:none
}
.flash-container {
	width:100%;
	height:auto;
	margin: 0 auto;
}

}


/*  -------  index section1 (Lucky message) ---------*/
.row-0 {
	margin: 0px auto;
}
.max-999 {
max-width: 999px;
	}


@media (min-width: 992px) {
.row-height {
  display: table;
  table-layout: fixed;
  height: 100% ;
  width: 100%;
}
  .col-height {
    display: table-cell !important;
    float: none;
    height: 100% !important;
  }
}


.more {
	width: 70px;
	float:right;
	padding-top: 40px;
	text-align:center;
	color: #fff;
	text-decoration:none;
}
.more  a:hover {

	color: inherit;
	text-decoration: underline;
}
.row2 {
  display: flex; /* equal height of the children */
}

.col2 {
  /*flex: 1;  additionally, equal width */

  padding: 0px;
}
.index-section1-container {
	background-image: url(../images/index-section1-bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
	overflow:hidden;
	margin: 0 auto;
}
.index-section1 {
	overflow:hidden;
	padding-bottom: 30px;
}
.index-section1-img {
/*	background-image: url(../images/ebook-16.jpg);
	background-position: center ;
	background-size:cover;*/
	height: auto;
	min-height: 280px;
	overflow: hidden;
	width:100%;
	position: relative;

}


.index-section1-txt-p {
    text-align: justify;
}

@media screen and (max-width: 768px){

.add-left {
	margin: 0 15px;
}

}

.section1-img-caption {

  padding: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
@media screen and (max-width: 999px){
.index-section1-container {
	background-image: none;
	overflow:hidden;
}
}

@media screen and (max-width: 550px){




.add-left {
	margin: 0 0px;
}

.row2 {
	display:table-row;
}

.col2 {
  /*flex: 1;  additionally, equal width */
  width:100%;
}

}
@media screen and (max-width: 651px){

.index-section1-img{

	float:left;
}
}
 .flash-t-container {
    width: 1100px;
	padding: 0px ;
	margin: 0 auto;
  }
 .sections-container {
    width: 1100px;
	padding: 0px ;
	margin: 0 auto;
  }

@media (max-width: 1920px) {
  .container {
	width: 100%;
	padding: 0px 150px;
  }
}
@media (max-width: 1300px) {
  .sections-container,
  .container {
    width: 999px;
	padding: 0px 30px;

  }
   .flash-t-container {
	   width: 999px;

}
}
@media (max-width: 999px) {
  .container {
    width: 100%;
	padding: 0px 0px;
  }
  .sections-container {
    width: 100%;
	/*padding: 30px;*/
	padding: 0px;
	margin: 0 auto;
}
   .flash-t-container {
	   width: 100%;
	   margin: 0 auto;


}

}
video {
    width: 100%;
    height: auto;
}
.objectWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.objectWrapper object  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  -------  index section2 (photo) ---------*/

.index-section2-container {

	overflow:hidden;
	margin: 0 ;
}
/*  -------  index s banner ---------*/
.banner-container-s {
	max-width:100%;
	height:auto;
	margin: 0 auto;
	/*height: 50%;*/
}

.effects .img:first-child {
    margin-left: 0px;
}
.effects .img:nth-child(n) {
   margin-right: 0px;
}
.effects .img {
    position: relative;
   float: left;
   margin-bottom: 0px;
    width: 50%;
    overflow: hidden;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(5,59,2,0.76);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;


}
#effect-2 .img.hover .overlay {
	border: 5px #d9ff9a solid;
}
#effect-2 .img.hover .banners-caption {
	margin: 0 5px 5px 5px;
}
#effect-2 .overlay a.expand {
    left: 0;
    right: 0;
    top: 50%;
    margin: -30px auto 0 auto;
    border: solid 5px rgba(255,255,255,0.00);
}
#effect-2 .overlay a.expand {
    left: 0;
    right: 0;
    top: 50%;
    margin: -30px auto 0 auto;
}

#effect-3 .img.hover .overlay {
  border: 5px #d9ff9a solid;
}
#effect-3 .img.hover .banners-caption {
  margin: 0 5px 5px 5px;
}
#effect-3 .overlay a.expand {
    left: 0;
    right: 0;
    top: 50%;
    margin: -30px auto 0 auto;
    border: solid 5px rgba(255,255,255,0.00);
}
#effect-3 .overlay a.expand {
    left: 0;
    right: 0;
    top: 50%;
    margin: -30px auto 0 auto;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: solid 0px #fff;
    text-align: center;
    color: #fff;
    line-height: 21px;
    font-weight: lighter;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.search-icon-center {
    position: absolute;
    right: 49%;
    display: inline-block;
}
.section2-caption {
  position: absolute;
  right: 0%;
  top: 50%;
  left: 0%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.index-s-banner {
	position: absolute;
	z-index: 10;
	height:auto;
}
.img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    filter: alpha(opacity=1);
    opacity: 1;
}
.img-thumbnail-index {
  background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
	height: 0;
    /*padding-bottom: 18.75%;*/
}




@media (max-width: 992px) {
	.img-thumbnail-index {
	height: 0;
    padding-bottom: 28.125%;
	}
}
@media (max-width: 767px) {
	.img-thumbnail-index {
	height: 0;
    padding-bottom: 50%;
	}
}
.img-thumbnail-s {
  background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
	height: 0;
    padding-bottom: 28.125%;
}
.img-thumbnail-b {
  background-position: center; background-size: cover; background-repeat:no-repeat; position: relative;
	height: 0;
    padding-bottom: 56.25%; /* 16:9 */
}
.img-thumbnail-t {
  background-position: center; background-size: cover; background-repeat:no-repeat; height:300px; width:100%;
}
@media (max-width: 768px) {
	.col-100 {
		width:100%;
		display:block;
	}
	.img-thumbnail-s {

    padding-bottom: 56.25%; /* 16:9 */
}
.effects .img {
    position: relative;
   float: left;
   margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
}
}
.banners-caption {
    position: absolute;
    width: auto;
    margin: 0 auto;
    bottom: 0px;
    z-index: 1000;
    padding:20px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
	left:0;
	right:0;
	line-height: 21px;
	    display: block;
		font-size: 18px;
}

/*  -------  carousel (flash banner) ---------*/
.carousel-caption {
    position: relative;
    width: auto;
    margin: 0 auto;
    bottom: 0px;
    z-index: 10;
    padding:0px 20px 20px 20px;
    color: #fff;
    background-color: #2d2d2d;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
	left:0;
	right:0;
}

  .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
	  /*height:640px;*/
	  object-fit: cover;
  }
.carousel-inner .cv2> .item > img,
.carousel-inner .cv2> .item > a > img {
      width: 100%;
      margin: auto;
	  height:640px;
  }
 .cv2 {
      width: 100%;
      margin: auto;
	  height:auto;
  }
  .carousel-img {
        left: 30%;
		bottom:40px;
    height: auto;
    position: absolute;
    z-index: 10;
    width: 40%;
    text-align: center;
  }
  #slider-mask-1 {
    width: 55%;
  }
  #slider-mask-2 {
    width: 100%;
  }

  .search-icon-center {
    width: 20px;
    margin-top: 10px;
  }

  #carousel-img2-file {
    width: 100%;
  }

  .carousel-img img{

	height:auto;
	text-align:center;
  }




 .carousel-border {
	 width: 120px;
 }
.thumbnail-2 {
    display: block;
    padding: 0px;
    margin: 0px;
    background-color: rgba(0,0,0,0.64);
    border: 3px #fff solid;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	object-fit: cover;
    object-position: center;
}
.center-cropped-2 {
    object-fit: cover;
    object-position: center;
    height: 47px !important;
	width: 100%;
    text-align: center;
}
@media screen and (max-width: 650px){
	.center-cropped-2 {
    height: 36px !important;
}
.carousel-border {
	 width: 20%;
 }
 .thumbnail-2 {
	 border: 2px #fff solid;
 }
}
@media screen and (max-width: 450px){
	.center-cropped-2 {
    height: 27px !important;
}
.carousel-border {
	 width: 20%;
 }
}
.thumbnail-2:hover,
.center-cropped-2 .active {
    border: 3px #a7cd5c solid;
    background-color: rgba(0,0,0,0.0);
	opacity: 1;
}


    @media (min-width: 768px) {
.nav-justified > li {
    display: inline-block;
	width: 120px;
    height: 47px;
	margin: 5px;

}
.carousel-inner2 > .item > img,
.carousel-inner2 > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	  height:auto;
	  width:auto;

  }
	}
  @media screen and (max-width: 768px){
  .carousel-inner, .hide-768  {
		display:none;
	}
	 .show-768 {
		display: inline-block;
	}
  }
@media screen and (max-width: 450px){

  .carousel-img {
	  display:none;
  }
  .carousel-img img{
	  display:none;
  }
  }
  .carousel-inner2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.carousel-img2 {
	display:none;
}

@media screen and (max-width: 999px){
.carousel-inner2 > .item > img,
.carousel-inner2 > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	  height:auto;
	  /*min-width: 100%;*/

  }
  .carousel-img {
       left: 25%;
    bottom: 0px;
    width: 50%;
    height: auto;
    z-index: 10;
    text-align: center;
  }


}
@media screen and (max-width: 650px){

	.carousel-img {
		display:none;
	}
.carousel-img2 {
	width:100%;
	display:block;
	padding:0 20px;
	background-color: #023401;
}

}
 .carousel-caption  .subtitle {
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-bottom: 10px;
	  font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	 text-align: center;
color: #a7cd5c;
font-size: 24px;
    margin: 1em 0;
	text-transform: uppercase;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
 }
@media screen and (min-width: 768px){
.carousel-indicators {
    /*bottom: 20px;*/
	bottom: -80px;

}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    /*margin-left: -60px;*/
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    /*margin-right: -60px;*/
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  background-color: #fff;
}



/* --------- team ------------*/
.carousel-caption-t {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-caption-t p {
  text-align: center;
}

.caption-s {
	font-size: 24px ;
}
@media screen and (max-width: 768px){
	.caption-s {
	font-size: 16px ;
}
.carousel-caption-t {
	bottom: 5px;
	padding-bottom: 0px;
	background-color:rgba(255,255,255,0.0);
}
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}


/* --------- subpage (top) ------------*/
.subpage-container {
	width:1239px;
	margin: 0 auto;
}
.subpage-top-pic {
	width:100%;
	background-image: url(../images/subpage_top_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
@media screen and (max-width: 1239px){
	.subpage-container {
	width:100%;
	margin: 0 auto;
}
}
.subpage-top {

	height: 189px;
	width: 999px;
	margin:0 auto;
}
.breadcrumb {
    padding: 6px 25px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #184200;
    border-radius: 0px;
	z-index: 9999;
	float: left;

}
.breadcrumb > .active {
    color: #fff;
}
.subpage-title {
    padding: 10px 30px;
	width: 100%;
	margin: 0 auto;
	float: left;
}
@media screen and (max-width: 650px){
	.subpage-top-pic  {
		background-image: none;
	}
.subpage-top {
	width:100%;
	display:none;
}
.breadcrumb {
	float: none;
	padding: 6px 15px;
	margin-left:0px;

}
.subpage-title {
    padding: 10px 15px;
}

}




.subpage-content-container {
    padding: 0px 25px;
}



/* ----filterable nav ---- */
.filterable-nav {
   margin-bottom: 0px !important;
    box-shadow: none !important;
    float: left;
}
.filterable-nav a {
    font-size: 12px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #dc415a;
    border-color: #dc415a;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #dc415a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #dc415a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #dc415a;
    background-color: #eee;
    border-color: #ddd;
}
@media screen and (max-width: 990px) { /* line 219, sass/libs/_components.scss */

  .filterable-nav a { display: inherit; text-decoration: none ;  }
  }

  .gallery-item figure figcaption,
  .gallery-item div .figcaption {
    padding: 20px 30px;
    line-height: 1;
    cursor: pointer;
}

 .gallery-item figure h3,
 .gallery-item div h3 {
	 font-size: 18px;
    line-height: normal;
    text-align: left;
    margin: 0 0 5px;
    text-decoration: none !important;
}
.gallery-item figure p,
.gallery-item div p {
    color: #7e8182;
	text-decoration: none !important;
}
.gallery-item figure,
.gallery-item div  {
    padding: 0px 0px;
	color: #fff;
	text-decoration: none !important;
    background-color: #696969;
}




.gallery-item a,
.gallery-item figure:hover .ch ,
.gallery-item figure:hover,
.gallery-item figure:focus,

.gallery-item div:hover .ch ,
.gallery-item div:hover,
.gallery-item div:focus,

.gallery-item:hover > div .figcaption,
.gallery-item div h3:hover .ch ,
.gallery-item div h3:hover,
.gallery-item div h3:focus {
    text-decoration: none !important;
	color: #fff !important;
	/*background-color: #077a0f;*/
}
/*================ search-year collapse ================================== */
#search-year {
	/* background-image:url(../images/search_a.jpg);
	width: 54px;
	height:55px; */
	float:right;
}
#search-year-w {
	/* background-image:url(../images/search_w.jpg);*/

     padding-top: 0px;
    opacity: 0.5;
    display: inline-block;
    width: 55px;
	height: 55px;
    float: right;
}

#search-year-w a, #search-year a {
	/* background-image:url(../images/search_w.jpg);
	width: 54px;
	height:55px;*/
	opacity: 1;
}

#search-year-w.clicked, #search-year.clicked {
	/* background-image:url(../images/search_w.jpg);
	width: 54px;
	height:55px;*/
	opacity: 1;
}



.nav2 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav2 > li {
  position: relative;
  display: block;
  color: #777;
  float: left;
}
.nav2 > li > a {
  position: relative;
  display: block;
  padding: 0px 35px;
}
.nav2 > li > a:hover,
.nav2 > li > a:focus {
  background-color: transparent;
  color: #dc415a;
  text-decoration: none;
}
.nav2 > li.disabled > a {
  color: #777;
}
.nav2 > li.disabled > a:hover,
.nav2 > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav2 .open > a,
.nav2 .open > a:hover,
.nav2 .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav2 .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav2 > li > a > img {
  max-width: none;
}
#mobile-search-year {
	display: none;
}
@media screen and (max-width: 770px) {
#destop-search-year {
	/*display: none;*/
}
#mobile-search-year {
	width: 100%;
	display:inherit;
}
}
@media screen and (max-width: 550px) {
	.show-hide-550 {
	display:none;
	list-style-image:none
}
}
.width-92 {
	width: 92%;
}
@media screen and (max-width: 991px) {
.show-hide {
	display:none;

}
.width-92 {
	width: 100%;
}
}

/*================ portfolio masonry ================================== */
.masonry-layout .post { padding: 0 10px; margin-bottom: 20px; float: left; width: 20%; }
.masonry-layout .post:hover {color: red; }
.masonry-layout .post:hover .inner-post {background-color: rgba(0,0,0,0.4); color: white; }
.masonry-layout .post .entry-title { font-weight: 0; margin: 0 0 20px; font-size: 16px; color:rgba(0,0,0,1.00);}
.masonry-layout .post .inner-post { background: rgba(0,0,0,0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-transition: .3s ease; transition: .3s ease; }
.masonry-layout .post .entry-summary { font-size: 14px;  color:rgba(0,0,0,0.60);}
.masonry-layout .post .entry-meta .entry-date { margin-right: 10px;  color:rgba(0,0,0,1.00);}




/*================ album masonry ================================== */
   .gallery-item {
	    padding: 0 5px;
		}
@media screen and (max-width: 990px) { /* line 258, sass/libs/_components.scss */
  .gallery-item { width: 25% ; } }
  @media screen and (max-width: 750px) { /* line 258, sass/libs/_components.scss */
  .gallery-item { width: 50%  ; } }
@media screen and (max-width: 480px) { /* line 258, sass/libs/_components.scss */
  .gallery-item { width: 100%; } }





.center-cropped {
    object-fit: cover;
    object-position: center;
    height: 88px !important;
    width: 88px;
    text-align: center;
}
.center-cropped-100 {
    object-fit: cover;
    object-position: center;
    height: 88px !important;
    width: 100%;
    text-align: center;
}

#programs_modal_content_text {
	padding-left:50px;padding-top:0px ;padding-right:50px ;padding-bottom:30px ;
}

@media screen and (max-width: 650px) {
	#programs_modal_content_text {
	padding-left:30px;padding-top:0px ;padding-right:30px ;padding-bottom:20px ;
}
}


/* ----------- index banners -----------------*/


@media (min-width: 992px){
.col-md-2 {
    width: 16.66666667% !important;
}
}


#year_filter_icon {
  height: 55px;
}

#index_safety_apps {
  width: 100%;
}

#index_safety_apps_ios {
  width: 100%;
}

#index_safety_apps_android {
  width: 100%;
}

#index_safety_apps_keyword {
  width: 100%;
}

#subpage_content {
  max-width: 1239px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  /*width: 776px;
  overflow: hidden;
  height: auto;
  min-height: 400px;*/
}

#index_logo_home {
  display: inline-block;
  height: 56px;
  width: 300px;
  /*margin: 17px;*/
  float: left;
}

@media (max-width: 630px) {
  #index_logo_home {
      display: block;
      margin: 0 auto 10px auto;
      float: none;
  }
}

#index-pdf {
  width: 100%;
}

/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 0px;
}
.item .thumb {
  width: 8%;
  cursor: pointer;
  float: left;
  margin: 10px;
}

.subpage-thumb {
  width: 15% !important;
}

.item .thumb img {
  width: 100%;
  margin: 2px;
}
.item img {
  width: 100%;
}

#slider-thumbs .thumb {
  width: 125px;
  float: left;
}

/*@media (max-width: 630px) {
  .form_checkbox_txt {
    width: 30%;
  }
}*/


.form_checkbox_txt {
  width: 90%;
}

.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

.column_border_color {
  border-color: lightgray !important;
}

#seminar_info_mobile_wrapper {
  display: none;
}

@media (max-width: 767px) {

  #seminar_info_wrapper {
    display: none;
  }

  #seminar_info_mobile_wrapper {
    display: block;
  }

  #carousel {
    display: none;
  }
  .thumb-mobile {
    display: none;
  }

  .column_align_left {
    text-align: left !important;
  }

  .mobile_padding_0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.form_ol_li {
/*  float: left;
  text-align: left;
  width: 100%;*/
  font-weight: bold;
}

/*evaluation wizard*/

.wizard a {
        padding: 4px 30px 8px;
    margin-right: 12px;
  margin-bottom: 10px;
    background: #f9920b;
    position: relative;
    display: inline-block;
    text-decoration: none;
/*    padding-left: 5%;
    padding-right: 5%*/
}

.wizard a:before {
       width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 15px solid white;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 15px solid #f9920b;
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: 0px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .disable {
    background: #f9920b;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

/*END evaluation wizard*/

.evaluation_input {
  text-align:center;
  vertical-align:top;
}

.evaluation_label {
  vertical-align:top;
}

.evaluation_label_ol {
  margin-top:0;
}

.evaluation_margin {
  margin-left: 50px;
}

.row ol li {
  width: 100%;
}

.checkbox-inline {
  padding-right: 25px;
}

.opinions_padding {
  padding-left: 10px;
}

.ol_padding_left {
  padding-left: 17px;
}

.ol_padding_left_0 {
  padding-left: 0;
}

.margin_bottom_0 {
  margin-bottom: 0;
}

.margin_top_7 {
  margin-top: 7px;
}

.padding_left_right_0 {
  padding-left: 0;
  padding-right: 0;
}

.form-group {
  margin-top: 15px;
  margin-bottom: 0px;
}

.title_lower {
  text-transform: lowercase !important;
}

html[data-useragent*='MSIE 10.0']
  .img-thumbnail-index {
    background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
    height: 0;
      padding-bottom: 18.75%;
  }

  html[data-useragent*='MSIE 10.0']
    #index-small-banner-right {
    padding-bottom: 22.8%;
  }

  html[data-useragent*='rv:11.0']
  .img-thumbnail-index {
    background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
    height: 0;
      padding-bottom: 18.75%;
  }

  html[data-useragent*='rv:11.0']
    #index-small-banner-right {
    /*padding-bottom: 23.7%;*/
    padding-bottom: 40.1%;
  }