

/*image boxes site*/
/*-----------------------------------*/
.entry-content {
  padding: 10px 0;
  overflow: hidden;
  text-align: left;vertical-align:top;
}
.our-team {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 30px 0 0 0;
}
.our-team .col-lg-3 {
  float: none;
  display: inline-block;vertical-align:top; padding-bottom:20px
}
.our-team .col-lg-4 {
  float: none;
  display: inline-block;vertical-align:top; padding-bottom:20px
}
.our-team .image-our-team {
  width: 100%;
  max-height: 290px;
  overflow: hidden;border:1px solid #fac619
}
.our-team h3{
font-size:14px; text-transform:uppercase;padding-top:10px!important;
}
.our-team h4{
font-size:16px; text-transform:uppercase; padding-top:10px!important;
}
.our-team .col-md-3 .image-our-team img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: auto; 
  max-width: none; 
}
.our-team .col-md-4 .image-our-team img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: auto; 
  max-width: none; 
}
.our-team .col-md-3 .image-our-team:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  cursor: default;
}
.our-team .col-md-4 .image-our-team:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  cursor: default;
}
.our-team .function {
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 400;
}


/*TABS HOME PAGE*/
/*-----------------------------------*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0; text-decoration:none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color:#000;
  border-left:#E18700 solid 3px;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e04552;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {

  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #ddd #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #e04552;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  max-width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.widget {
  margin: 45px 0;
}

/*Widget Tabs*/
.widget.widget_tabs {

  padding-left: 15px;
  position: relative;
}

.widget.widget_tabs .side-postlist li {
  padding: 10px 0 10px 0;
  overflow: hidden;
  color: #c1c1c1;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.widget.widget_tabs .side-postlist li:hover {
  background: #142e39;
}
.widget.widget_tabs .side-postlist li:hover .title a,
.widget.widget_tabs .side-postlist li:hover .right-arrow {
  color: #ffffff;
}

.widget.widget_tabs .tab-content {
  border: 1px solid #c1c1c1; 
  border-color: rgba(193, 193, 193, 0.4);
  border-bottom-color: #ffffff;
}
.widget.widget_tabs .tab-content .tab-pane{
  background-color: #ffffff;
}
.widget.widget_tabs .nav-tabs {
  border: 1px solid #666;
  border-color: rgba(193, 193, 193, 0.4);
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.widget.widget_tabs .nav-tabs > li {
  margin-bottom: -2px;
  font-weight: 600;
  font-size: 16px;
}
.widget.widget_tabs .nav-tabs > li a {
  background-color: #fff;
  color: #1e414e;
  padding: 15px 5px;
  font-size: 16px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.widget.widget_tabs .nav-tabs > li a:hover {
  background-color: #ff9c00;
  color: #ffffff;
  border-color: #ffd52d;
  padding-bottom: 16px;
}
.widget.widget_tabs .nav-tabs > li.active > a {
  color: #ffffff;
  background: #3d3935;
  font-weight: 600;
  font-size: 16px;
  border-color: #666;
  padding: 15px 5px; 
}
.widget.widget_tabs .nav-tabs.nav-justified > .active > a,
.widget.widget_tabs .nav-tabs.nav-justified > .active > a:hover {
  border-color: #666;
  padding-bottom: 16px;
  border-bottom: none;
}
/*Responsive*/
/*Screen 320px*/
@media (max-width: 479px) {
  .widget.widget_tabs .side-postlist li .title {
    font-size: 18px;
  }
}


.back26 {
	
	background-image: url(../pics2/back_26.html);
	background-repeat: no-repeat;
	background-position: left top;
}