html, body {
	padding: 0;
	margin: 0;
  font-family: 'Lato';
  min-width: 960px;
}

html{
  font-family: 'Lato';
}

a{
  outline: none;
}

@font-face{
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face{
  font-family: 'LatoLight';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: lighter;
  ;
}

@font-face{
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}

@font-face{
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: bold;
}

@font-face{
  font-family: 'LatoBlack';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face{
  font-family: 'LatoBlack';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}

@font-face{
  font-family: 'Entypo';
  src: url('../fonts/Entypo.otf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

.entypo_font{
  font-family: 'Entypo';
}

.section_center_wrapper{
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.bold_font {
  font-weight: bold;
}

.lato_black_font{
  font-family: 'LatoBlack';
}

/*top*/

#top_main_wrapper{
  background-color: gray;
  position: relative;
  width: 100%;
}

#top_menu_wrapper{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}

#top_menu_content{
  height: 110px;
  width: 100%;
  background-color: #354B9D;
}

#top_menu_center_content{
  width: 960px;
  margin: 0 auto;
  height: 45px;
  position: relative;
  top: 40px;
  font-size: 22px;
  color: transparent;
}

#top_menu_brand{
  height: 45px;
  width: 320px;
  background-image: url('../img/brand.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
}

#top_border1{
  height: 3px;
  width: 100%;
  background-color: #3C8443;
}

#top_border2{
  height: 3px;
  width: 100%;
  background-color: #9E8F3C;
}

#top_border3{
  background-color: #9d4c30;
  height: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-485px);
  width: 320px;
}

#top_section1{
  font-family: 'LatoLight';
  background-color: #eeeeee;
  color: #9e8f3c;
  /* font-size: 37px; */
  font-size: 30px;
  font-weight: lighter;
  font-style: italic;
  height: 518px;
  line-height: 370px;
  text-align: center;
}

#top_section2{
  position: relative;
  background-color: #FFFFFF;
}

#top_section2_images_wrapper {
  left: 50%;
  position: absolute;
  top: -253px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.top_s2_img {
  display: inline-block;
  height: 500px;
  width: 310px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

#top_s2_img2 {
  margin: 0 5px;
}

#top_s2_img1{
  background-image: url('../img/foto-home-1.png');
}

#top_s2_img2{
  background-image: url('../img/foto-home-2.png');
}

#top_s2_img3{
  background-image: url('../img/foto-home-3.png');
}

#top_s2_img_msg1 {
  color: white;
  float: right;
  font-family: "LatoBlack";
  font-size: 24px;
  font-style: italic;
  position: relative;
  right: 34px;
  text-align: right;
  top: 70px;
  white-space: normal;
  width: 170px;
}

#top_s2_img_msg2_1{
  color: white;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: 58px;
  font-family: 'LatoLight';
  font-size: 42px;
  font-style: italic;
  font-weight: lighter;
}

#top_s2_img_msg2_2{
  color: white;
  font-size: 42px;
  font-family: 'LatoBlack';
  font-style: italic;
  width: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  top: 51px;
}

#top_s2_img_msg3{
  color: white;
  font-family: 'LatoBlack';
  font-size: 24px;
  position: relative;
  top: 70px;
  left: 45px;
  font-style: italic;
  display: block;
}

.top_img_description {
  background-color: rgba(58, 133, 64, 0.9);
  bottom: -440px;
  height: 440px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease;
}

.top_s2_img:hover .top_img_description{
  bottom: 0px;
}

.img_description_title {
  color: white;
  display: block;
  font-family: "LatoLight";
  font-size: 25px;
  font-style: italic;
  margin: 45px auto 10px;
  top: 50px;
  white-space: normal;
  width: 240px;
}

.img_description_msg {
  color: white;
  display: block;
  font-size: 16px;
  margin: 20px auto 0;
  white-space: normal;
  width: 240px;
}

#top_section2_msgs_wrapper {
  margin: 0 auto;
  padding-top: 280px;
  position: relative;
  width: 960px;
  padding-bottom: 45px;
}

#top_s2_msg_left {
  font-family: 'LatoLight';
  color: #9e8f3c;
  display: inline-block;
  /* font-size: 37px; */
  font-size: 30px;
  font-weight: lighter;
  padding-left: 15px;
  vertical-align: top;
  width: 620px;
  font-style: italic;
}

#top_s2_msg_right {
  border-left: 1px solid #9e8f3c;
  display: inline-block;
  margin-left: 24px;
  padding-left: 20px;
  width: 265px;
}

#top_s2_msg_right p {
  font-size: 16px;
  max-width: 285px;
}

#top_last_msg_wrapper{
  background-color: white;
}

#top_last_msg{
  font-family: 'LatoLight';
  color: #984b30;
  /* font-size: 37px; */
  font-size: 30px;
  font-style: italic;
  font-weight: lighter;
  margin: 0 auto;
  padding: 65px 0;
  width: 800px;
}

/*top_end*/

/*staff*/

#top_staff_wrapper{
  background-color: #F7F2F0;
}

#top_staff_msg{
  font-family: 'LatoLight';
  color: #9e8f3c;
  /* font-size: 37px; */
  font-size: 30px;
  font-style: italic;
  font-weight: lighter;
  margin: 0 auto;
  padding: 95px 0 0;
  width: 690px;
}

#top_staff_container {
  margin-top: 60px;
}

.staff_list_wrapper {
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 960px;
  padding-bottom: 70px;
}

.staff_content_wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 320px;
  position: absolute;
  width: 265px;
  border-right: 0px solid #40873E;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s ease;
}

.staff_content_wrapper:hover{
  border-right: 5px solid #40873E;
  cursor: pointer;
}

.staff_content_wrapper.active{
  left: 150px !important;
  cursor: default !important;
}

.staff_description{
  width: 0px;
  height: 320px;
  background-color: #40873E;
  position: absolute;
  top: 0px;
  left: 265px;
  color: transparent;
  overflow: hidden;
  transition: all 0.5s ease;
}

.staff_content_wrapper.active .staff_description{
  width: 390px !important;
  color: white;
}

.staff_description_name {
  left: 45px;
  position: absolute;
  top: 30px;
  font-family: 'LatoBlack';
  font-style: italic;
  font-size: 15px;
}

.staff_description_txt{
  font-size: 13px;
  left: 45px;
  top: 46px;
  width: 310px;
  position: absolute;
  font-family: "LatoLight";
  font-style: italic;
}

.staff_image_name {
  bottom: 18px;
  color: white;
  font-family: "LatoBlack";
  font-size: 18px;
  font-style: italic;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
}

.staff_content_wrapper.active .staff_image_name{
  opacity: 0 !important;
}

.scw0{
  left: 25px;
}

.scw1{
  left: 345px;
}

.scw2{
  left: 663px;
}

.scw1.sc0active{
  left: 832px !important;
  opacity: 0.6 !important;
}

.scw2.sc0active{
  left: 1177px !important;
  opacity: 0.6 !important;
}

.scw0.sc1active{
  left: -144px !important;
  opacity: 0.6 !important;
}

.scw2.sc1active{
  left: 832px !important;
  opacity: 0.6 !important;
}

.scw0.sc2active{
  left: -434px !important;
  opacity: 0.6 !important;
}

.scw1.sc2active{
  left: -144px !important;
  opacity: 0.6 !important;
}

.staff_return_btn{
  font-family: "LatoBlack";
  font-size: 15px;
  font-style: italic;
  position: absolute;
  text-align: center;
  top: 260px;
  width: 100%;
  z-index: 2;
}

.staff_return_btn:hover{
  cursor: pointer;
}

.staff_return_btn .entypo_font {
  font-size: 42px;
  font-style: normal;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

/*staff_end*/

/*bottom_menu*/

#middle_triger{
  position: fixed;
  height: 0px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}

#bottom_menu_center_wrapper{
  margin: 0 auto;
  position: relative;
  top: 9px;
  width: 1065px;
}

#bottom_menu_brand{
  width: 75px;
  height: 45px;
  background-image: url('../img/little_brand.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

#bottom_menu_msg{
  color: white;
  font-family: "LatoLight";
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  left: 123px;
  position: absolute;
  top: 2px;
}

#bottom_list{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 40px;
  position: relative;
  bottom: -3px;
}

#bottom_list_active_mark{
  height: 4px;
  width: 100px;
  background-color: #B8B8B8;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}

#bottom_list > li{
  display: inline-block;
  font-family: 'LatoLight';
  font-style: italic;
  font-size: 16px;
  color: white;
  padding-left: 5px;
}

#bottom_list a{
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.bottom_li_border{
  background-color: #848f37;
  display: inline-block;
  height: 16px;
  margin-left: 8px;
  position: relative;
  top: 3px;
  width: 1px;
}

#bottom_cotact_link {
  cursor: pointer;
  font-family: "Entypo" !important;
  font-size: 42px !important;
  margin-left: 25px !important;
  position: relative;
  top: -3px !important;
  font-style: normal !important;
}

/*bottom_menu_end*/

/*bottom*/

#bottom_main_wrapper{
  position: relative;
  background-color: red;
  width: 100%;
}

#bottom_menu_wrapper{
  background-color: #3C8342;
  width: 100%;
  height: 65px;
  position: absolute;
  top: 0px;
  z-index: 11;
}

/*bottom_end*/

.single_slide {
  left: 0 !important;
}

.single_slide_controls {
  display: none !important;
}
