@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #e68300;
  color: #808080;
  font: 300 16px/22px "Lato", Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: -4px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 900 36px/36px 'Lato', Arial, sans-serif;
  color: #333;
  margin-top: 98px;
  text-transform: uppercase;
}
h3 {
  font: 900 18px/21px 'Lato', Arial, sans-serif;
  color: #333;
  margin-top: 40px;
  text-transform: uppercase;
}
h3.v2 {
  color: #fff;
  line-height: 24px;
  margin-bottom: -11px;
}
h4 {
  font: 300 20px/25px 'Lato', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
.top_section {
  border-top: 5px solid #333;
  padding: 7px 0 39px;
  background: #fff;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #eee;
  padding: 10px 0 14px;
  position: relative;
  z-index: 100;
  margin-top: 0px;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 13px;
  float: left;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 70px 0 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 1px 0px;
  font: bold 14px/22px 'Open Sans', Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333333;
  background: #eeeeee;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ff9200;
  background: #eeeeee;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
  /*&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;

				}*/
}
.sf-menu > li.current > a {
  color: #ff9200;
  background: #eeeeee;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ff9200;
  background: #eeeeee;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 41px;
  left: -50px;
  background: #ff9200;
  padding: 25px 5px 10px;
  width: 165px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 12px/18px Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #000000;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #000000;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -22px;
  left: 161px;
  background: #fff;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #000;
}
.sf-menu ul ul li a:hover {
  color: #ff9200;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    /*padding: 10px 17px;*/
  }
  .sf-menu > li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    /*padding: 10px 4px;*/
  }
}
@media only screen and (max-width: 767px) {
  nav {
    float: none;
    margin-bottom: 10px;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #ff9200;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 2px;
  z-index: 999;
}
.isStuck h1 {
  /*height: 100px;*/
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #ff9200;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  text-decoration: underline;
}
a.link2:hover {
  color: #ff9200;
  text-decoration: underline;
}
a.link3 {
  color: #ff9200;
}
a.link3:hover {
  color: #000;
}
.bot_line {
  margin-top: 21px;
  padding-bottom: 46px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -20px;
}
.txt1 {
  font: 11px/18px 'Open Sans', Arial, sans-serif;
  color: #7c7c7c;
  margin-top: 2px;
  text-align: right;
}
.txt1 a {
  margin-left: 17px;
}
.txt2 {
  float: right;
  font: 18px/26px 'Open Sans', Arial, sans-serif;
  color: #333;
  margin-top: 30px;
  margin-right: 27px;
}
.txt3 {
  font: 300 24px/34px 'Open Sans', Arial, sans-serif;
  color: #808080;
  margin-top: 30px;
}
.txt4 {
  font: bold 32px/44px 'Lato', Arial, sans-serif;
  color: #fff;
  margin-top: 45px;
}
.txt5 {
  font: 900 22px/24px 'Lato', Arial, sans-serif;
  color: #cad48a;
  margin-top: 35px;
}
.txt6 {
  font: 36px/36px 'Lato', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -3px;
}
.txt7 {
  font: bold 18px/22px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: -11px;
}
.txt8 {
  font: 900 22px/24px 'Lato', Arial, sans-serif;
  margin-top: 27px;
  margin-bottom: -11px;
  color: #cad48a;
}
.txt_section1 {
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 27px 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.txt_section1 h3 {
  margin-top: 0;
  margin-bottom: -11px;
}
.txt9 {
  font: 300 24px/28px 'Lato', Arial, sans-serif;
  margin-top: 9px;
  color: #ff9200;
}
.txt10 {
  font: 300 24px/28px 'Lato', Arial, sans-serif;
  margin-top: 37px;
  margin-bottom: -11px;
  color: #ff9200;
}
.color1 {
  color: #ff9200;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marBot1 {
  margin-bottom: 27px;
  display: inline-block;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 16px;
}
.marTop2 {
  margin-top: 21px;
}
.marTop3 {
  margin-top: 73px;
}
.marTop4 {
  margin-top: 10px;
}
.marTop5 {
  margin-top: 54px;
}
.marTop6 {
  margin-top: 51px;
}
.marTop7 {
  margin-top: 64px;
  margin-bottom: -24px;
}
.marTop8 {
  margin-top: 19px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #808080;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 21px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
  margin-top: 102px;
}
.img2 {
  margin-top: 68px;
}
.img3 {
  width: 8.333333%;
  margin: 0;
  margin-right: -3px;
}
.img4 {
  margin-top: 43px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.img5 {
  margin-top: 64px;
}
.img6 {
  margin-top: 43px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.img7 {
  margin-top: 43px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 900 36px/70px 'Lato', Arial, sans-serif;
  float: left;
  color: #333;
  width: 70px;
  height: 70px;
  display: block;
  margin-top: 13px;
  margin-right: 30px;
  background: #d4d1d1;
  border-radius: 500px;
  text-align: center;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Lato', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Lato', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 58px;
}
.listWithMarker li {
  display: block;
  padding-left: 26px;
  background: url(../images/list_marker.png) 0px 5px no-repeat;
  margin-bottom: 0;
  padding-bottom: 18px;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #8ca101;
}
#search1 {
  position: relative;
  float: right;
  margin-top: 20px;
}
#search1 input {
  width: 257px;
  float: left;
  color: #333;
  font: 14px/21px Arial, Helvetica, sans-serif;
  height: 42px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 9px 10px 9px 10px;
  box-shadow: none;
  -webkit-appearance: none;
  resize: none;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  display: inline-block;
  margin-right: -2px;
}
.more_btn4 {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 42px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #707270;
  background: #fff;
  border-radius: 0 5px 5px 0;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  border-left: none;
  text-align: center;
}
.more_btn4 i {
  font: normal normal 20px/39px 'FontAwesome';
}
.more_btn4:hover {
  color: #ff9200;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 45px;
  padding: 14px 29px;
  text-decoration: none;
  font: bold 19px/22px "Open Sans", Arial, sans-serif;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background: #ff9200;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.more_btn:hover {
  color: #ff9200;
  background: #fff;
}
.more_btn2 {
  display: inline-block;
  margin-top: 19px;
  padding: 19px 41px;
  text-decoration: none;
  font: bold 14px/22px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #8ca101;
  border-radius: 5px;
  text-transform: uppercase;
}
.more_btn2.v2 {
  padding: 19px 30px;
}
.more_btn2:hover {
  color: #8ca101;
  background: #000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #fff;
  background: #c6c6c6;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 20px/35px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #ff9200;
}
.soc_icons2 {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  white-space: nowrap;
  text-align: left;
  margin-left: -10px;
}
.soc_icons2 > li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.soc_icons2 > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
  color: #ff9200;
}
.soc_icons2 i {
  font: normal normal 18px/22px 'FontAwesome';
}
.soc_icons2 > li > a:hover {
  color: #000;
  text-decoration: none;
}
.soc_icons3 {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  white-space: nowrap;
  text-align: left;
  margin-left: -72px;
}
.soc_icons3 > li {
  position: relative;
  display: inline-block;
  margin-left: 72px;
}
.soc_icons3 > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 87px;
  height: 87px;
  display: inline-block;
  color: #ff9200;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.soc_icons3 i {
  font: normal normal 47px/87px 'FontAwesome';
}
.soc_icons3 > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.icon1_holder {
  width: 26px;
  height: 26px;
  background: #8ca101;
  border-radius: 500px;
  display: inline-block;
  margin-top: 1px;
  text-align: center;
  color: #fff;
}
.icon1 {
  font: normal normal 18px/26px 'FontAwesome';
  color: inherit;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 104px 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 0 !important;
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 101px;
  padding: 0px 0 87px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) 50% 41% no-repeat #9b9b9b;
}
.box-1.v2 {
  margin-top: 74px;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 48px 0 80px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8ca101;
}
.box-2.v2 {
  color: #e6e6e6;
  text-align: left;
  padding-bottom: 88px;
}
.box-2.v3 {
  margin-top: 107px;
}
.box-3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 98px 0 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ff9200;
}
.box-4 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 61px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e68300;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 32px;
  overflow: hidden;
  margin-bottom: -17px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 382px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 21px;
}
.address1 dd span {
  min-width: 100px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.txt_priv {
  font-size: 14px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #c16e00;
  font-size: 28px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #965500;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .txt3 br {
    display: none;
  }
  .img3 {
    width: 16.66666%;
  }
  h2 {
    font: 900 26px/26px 'Lato', Arial, sans-serif;
  }
  .soc_icons3 {
    margin-left: -32px;
  }
  .soc_icons3 > li {
    margin-left: 32px;
  }
  .soc_icons3 > li > a {
    width: 47px;
    height: 47px;
  }
  .soc_icons3 i {
    font: normal normal 27px/47px 'FontAwesome';
  }
  .mobile_float_none {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .top_section {
    text-align: center;
  }
  #search1 {
    float: none;
    display: inline-block;
  }
  .txt1 {
    text-align: center;
  }
  .txt2 {
    float: none;
    margin-top: 15px;
  }
  .img3 {
    width: 25%;
    margin-right: -4px;
  }
  .img4 {
    float: none;
    margin-bottom: -20px;
  }
  .txt_br_no_mobile br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  #search1 input {
    width: 207px;
  }
  .box-1 {
    background: #9b9b9b;
  }
}
/*Core variables and mixins*/
<style>
  .camera_main_container {
    max-width: 100%;
    overflow: hidden;
  }

  #camera_wrap div[data-src] {
    background-size: cover;       /* Make sure image covers entire area */
    background-position: center;  /* Center the image */
    background-repeat: no-repeat;
    height: 500px; /* Adjust to your slider height */
  }

  /* Make images responsive on smaller screens */
  @media (max-width: 768px) {
    #camera_wrap div[data-src] {
      height: 300px;
    }
  }
</style>
<style>
  .menu-section {
    text-align: center;
    padding: 20px;
  }

  .menu-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .menu-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .menu-gallery figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
  }

  .menu-gallery figure:hover {
    transform: scale(1.05);
  }

  .menu-gallery img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {
    .menu-gallery {
      flex-direction: column;
      align-items: center;
    }
  }
</style>
<style>
  .about-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }

  .about-img {
    max-width: 350px; /* medium size */
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover; /* keeps the image clear & proportionate */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .about-text {
    flex: 1;
    min-width: 250px;
  }

  @media (max-width: 768px) {
    .about-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
</style>
<style>
  .about-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
  }

  .about-img {
    max-width: 350px; /* medium size */
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
  }

  .about-text {
    flex: 1;
    min-width: 250px;
  }

  @media (max-width: 768px) {
    .about-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
</style>
<style>
  /* Force left image layout */
  .about-section {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 20px;
  }

  .about-img {
    max-width: 350px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .about-text {
    flex: 1;
  }

  /* Mobile stacking */
  @media (max-width: 768px) {
    .about-section {
      flex-direction: column !important;
      align-items: center;
      text-align: center;
    }
  }
</style>
.menu-img {
    width: 450%;
    height: 450px; /* set to the same height */
    object-fit: cover; /* keeps the image centered & cropped neatly */
    border-radius: 8px; /* optional for rounded corners */
}
.menu-img {
  width: 450%;
  height: 450px; /* Same height for all */
  object-fit: cover; /* Keeps proportions without squishing */
  display: block;
}
<style>
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.grid_3 {
  min-width: 25%; /* 4 items visible if 100% width */
  box-sizing: border-box;
  padding: 10px;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}
</style>
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.grid_3 {
  min-width: 25%; /* 4 items in one row (25% each) */
  box-sizing: border-box;
  padding: 10px;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  z-index: 10;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Make sure images fill the section height consistently */
.slider-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Arrows on the image section */
.arrow {
  position: absolute;
  top: 50%;                  /* Center vertically */
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);  /* Transparent black background */
  color: #fff;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  z-index: 10;
}

.arrow.left {
  left: 20px;  /* move inside image */
}

.arrow.right {
  right: 20px; /* move inside image */
}
.video-card video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;   /* keeps it landscape */
  object-fit: cover;    /* fills the box, cropping sides */
  border-radius: 10px;
}
.featured-video {
  position: relative;
  width: 100%;
  max-width: 900px;   /* you can adjust */
  aspect-ratio: 16/9; /* force landscape shape */
  margin: auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.featured-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills the box, cropping top/bottom if needed */
  display: block;
}
.gallery {
  display: flex;
  justify-content: center; /* or flex-start */
  align-items: center;
  overflow: hidden;
  padding-left: 0;   /* remove left padding */
  margin-left: 0;    /* remove left margin */
}

.gallery .slider-wrapper {
  display: flex;
  gap: 10px;  /* adjust spacing between images */
}
.slide img {
  max-width: 100%;
  max-height: 400px;   /* keeps all images in a uniform height */
  width: auto;         /* prevents stretching */
  height: auto;        /* keeps aspect ratio */
  margin: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain; /* ensures portrait & landscape fit inside */
  background-color: #000; /* optional: adds background for empty space */
}
.slide img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  border-radius: 10px;
  object-fit: contain;   /* keeps full image visible */
}
body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa; /* IG light grey */
  color: #262626;
  margin: 0;
}

/* Header like Instagram */
header {
  background: #fff;
  padding: 12px 20px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

h2.section-title {
  display: none; /* IG doesn’t show section titles in feed */
}

/* Video feed (like IG posts) */
.video-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 600px;
  margin: 30px auto;
}

/* Post card */
.video-card {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Video or image */
.video-card iframe,
.video-card video,
.video-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Post info */
.video-info {
  padding: 10px 15px;
}

.video-info h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #262626;
}

.video-info p {
  font-size: 0.85rem;
  color: #8e8e8e;
}

/* Action icons */
.post-actions {
  display: flex;
  gap: 15px;
  font-size: 1.2rem;
  margin-top: 8px;
  color: #262626;
}
.post-actions i:hover { color: #ff3040; } /* like red */

.about-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-img {
  width: 40%;   /* adjust size */
  border-radius: 10px;
}

.about-text {
  width: 60%;
}

.about-text h3 {
  margin-top: 0;
}
@media (max-width: 900px) {
  .about-section {
    flex-direction: column;
    text-align: center;
  }
  .about-img, .about-text {
    width: 100%;
  }
}
.about-img {
  width: 70%;
  height: 400px;     /* fixed height */
  border-radius: 17px;
  object-fit: cover; /* crops edges but looks clean */
}




