<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "animation.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
/*========================================================
										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: #41ad1e;
  color: #707070;
  font: 300 16px/24px 'Lato', Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
h1 {
  position: absolute;
  margin: 0;
  z-index:999;
  left:25px;
  top:5px
  
}
h1 img {
  max-width: inherit;
  height:auto;
  width:116px;
}
h2 {
  position: relative;
  font: 300 36px/36px 'Lato', Arial, sans-serif;
  color: #393939;
  margin-top: 94px;
  text-transform: uppercase;
}
h3 {
	position: relative;
	color: #393939;
	margin-top: 24px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
h4 {
  position: relative;
  font: 24px/30px 'Lato', Arial, sans-serif;
  color: #666667;
  margin-top: 26px;
  padding-bottom: 16px;
  margin-bottom: -10px;
}
.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery-loader-list.gif) #ffffff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
.top_section {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 14px 0 13px;
}
.left_txt {
  float: left;
  padding-left: 24px;
}
.top_section h1,
.top_section ul.menu,
.top_section ul.menu-stick{
	display:none;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #242424;
  padding: 0;
  position: relative;
  z-index: 100;
}
#header:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 16px;
  left: 0;
  bottom: -16px;
  z-index: -1;
  background: url(../images/shadow1.png) repeat-x 0 0;
}
.camera_next:before, .camera_prev:before {
	background:none !important;
}
.camera_next {
	margin-left:25px !important;
	left:50% !important;
}
.camera_prev {
	margin-left:-25px !important;
	left:50% !important;
}
.camera_prev:hover::before, .camera_next:hover::before {
    color: #40ff01 !important;
}
/* Main menu styles
========================================================*/
/*========================================================
							.isStuck h1 img			menu variables
=========================================================*/
nav {
  margin-top: 0px;
  float: right;
  margin-right: 14px;
}
.sf-menu {
  float: right;
  background-color:#000;
}
.sf-menu &gt; li {
  float: left;
  position: relative;
  margin: 0 0 0 1px;
}
.sf-menu &gt; li &gt; a {
  display: inline-block;
  padding: 0px 13px;
  font: 14px/55px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #888888;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu &gt; li &gt; a:hover {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background:#323232;
}
.sf-menu &gt; li &gt; a:hover strong {
  height: 0;
  opacity: 1;
  background: #fff;
  top: 0;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.sf-menu &gt; li &gt; 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 &gt; li &gt; a strong {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  /*top: 0;
				bottom: 0;*/
  -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: #242424;
  opacity: 1;
  /* css triangle =============================================*/
  /*&amp;: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 &gt; li.current &gt; a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu &gt; li.current &gt; a strong {
  height: 0;
  opacity: 1;
  background: #fff;
  top: 0;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.sf-menu &gt; li.sfHover &gt; a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu &gt; li.sfHover &gt; a strong {
  height: 0;
  opacity: 1;
  background: #fff;
  top: 0;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.sf-menu a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 55px;
  left: 0px;
  background: #323232;
  padding: 25px 0px 25px;
  width: 235px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 30px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 300 14px/40px 'Lato', Arial, sans-serif;
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #61d801;
}
.sf-menu ul li a.sf-with-ul:after {
  content: 'Ã¯Ââ€';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  right: 54px;
  bottom: 12px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover &gt; a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 236px;
  width: 130px;
  background: #242424;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
.top_section ul.menu,
.top_section ul.menu-stick{
	display:none;
}
@media only screen and (max-width: 1389px) {
  .sf-menu &gt; li &gt; a {
    padding: 0px 10px;
    font: 14px/55px 'Lato', Arial, sans-serif;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .sf-menu ul{
	  top:55px;
  }
  h1 img {
	width:116px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu &gt; li &gt; a {
    padding: 0px 8px;
    font: 13px/55px 'Lato', Arial, sans-serif;
  }
  nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .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 #41ad1e;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 0px;
    margin-bottom: 3px;
	background:#FFF;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #242424;
  padding: 0px 0 0px;
  z-index: 999;
  text-align: center;
}
/*.isStuck h1{
	display: none;
}
.isStuck .sf-menu &gt; li &gt; a {line-height: 25px; font-size: 18px;}
.isStuck .sf-menu &gt; li &gt; a strong {bottom: 0px;}
.isStuck nav{
	float: none;
	display: inline-block;
	margin-top: 0;
}
.isStuck .sf-menu{float: none;}

.isStuck .sf-menu ul {top: 26px;}
.isStuck .sf-menu ul ul{top: -25px;}

*/
/*.isStuck nav{margin-right: 0;}*/
.isStuck h1 img {
  height: auto;
  width:104px;
}
.isStuck .sf-menu &gt; li &gt; a {
  line-height: 50px;
}
.isStuck .sf-menu ul {
  top: 50px;
}
.isStuck .sf-menu ul ul {
  top: -25px;
}
@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: #6fea47;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #6fea47;
}
a.link2:hover {
  color: #000;
}
.txt1 {
  color: #707270;
  font: 10px/16px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 6px;
  float: left;
}
.txt2 {
  font: 12px/18px 'Lato', Arial, sans-serif;
  color: #666667;
  margin-top: 6px;
  padding-left: 6px;
  float: right;
  text-transform: uppercase;
}
.txt2 i {
  font-size: 14px;
  margin-top: 1px;
  margin-right: 3px;
}
.vline {
  margin: 2px 13px 0 7px;
  width: 1px;
  height: 13px;
  display: inline-block;
  background: url(../images/vline.png);
}
.txt3 {
  font: 300 24px/30px 'Lato', Arial, sans-serif;
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: -7px;
}
.txt3_3 {
  font: 300 24px/30px 'Lato', Arial, sans-serif;
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: -7px;
}
.txt4 {
  color: #393939;
  margin-top: -10px;
  margin-bottom: 10px;
  display: inline-block;
}
.color1 {
  color: #6fea47;
}
.color2 {
  color: #6fea47;
}
.color3 {
  color: #fff;
}
.color4 {
  color: #000;
}
.color5{
	color:#40ff01;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz18 {
  font-size: 18px;
  letter-spacing: 1px;
}
.fz20 {
  font-size: 20px;
  letter-spacing: 1px;
}
.fz38 {
  font-size: 38px !important;
}
.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_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_upp {
  text-transform: uppercase;
}
.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;
}
.icon_section {
  margin-top: 12px;
}
.icon_section:hover i {
  color: #6fea47 !important;
}
.icon_section2 {
  margin-top: 32px;
  margin-bottom: -5px;
}
.icon_section2:hover i {
  color: #6fea47 !important;
}
.mar1 {
  margin: 0 6px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 38px;
}
.marTop2 {
  margin-top: 85px;
}
.marTop3 {
  margin-top: 42px;
}
.marTop4 {
  margin-top: 60px;
}
.hline {
  margin-top: 75px;
  width: 100%;
  height: 1px;
  background: #b9b9b9;
  overflow: hidden;
}
p {
  margin-top: 17px;
}
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: 85px;
}
.img2 {
  margin-top: 42px;
}
.img3 {
  margin-top: 52px;
  margin-bottom: 3px;
}
blockquote {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
blockquote:before {
  position: relative;
  content: '\f10e';
  font: normal normal 72px/72px 'FontAwesome';
  color: #fff;
  text-align: center;
}
.bq_txt1 {
  font: 700 21px/36px 'Lato', Arial, sans-serif;
  margin-top: 27px;
}
.bq_txt2 {
  font: bold 30px/32px 'Lato', Arial, sans-serif;
  margin-top: 35px;
}
.bq_txt3 {
  font: 14px/20px 'Lato', Arial, sans-serif;
  margin-top: 7px;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num_section {
  font: 300 52px/52px 'Lato', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.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: 45px;
}
.listWithMarker li {
  display: block;
  padding-left: 23px;
  background: url(../images/list_marker.png) 0px 4px no-repeat;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.listWithMarker li a {
  color: #6fea47;
  text-decoration: none;
  font: 300 13px/20px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 29px;
  text-decoration: none;
  font: 16px/22px "Lato", Arial, sans-serif;
  color: #909090;
  background: #fff;
  border: 1px solid #909090;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn:hover {
  color: #fff;
  background: #6fea47;
  border-color: #6fea47;
}
.more_btn.v2 {
  color: #fff;
  background: #6fea47;
  border-color: #6fea47;
  margin-top: 48px;
  padding: 12px 40px;
}
.more_btn.v2:hover {
  color: #909090;
  background: #fff;
  border: 1px solid #909090;
}
.more_btn2 {
  display: inline-block;
  margin-top: 24px;
  padding: 24px 127px;
  text-decoration: none;
  font: 18px/22px "Lato", Arial, sans-serif;
  color: #7f7f7f;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn2:hover {
  color: #fff;
  background: #000;
}
/*********************************start magnifier2*************************************/
.figure1 {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
}
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0px;
  bottom: 50px;
  left: 0px;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #6fea47;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  padding: 5px;
  text-align: center;
}
a.magnifier2:hover .zoom {
  opacity: 1;
  bottom: 0;
}
a.magnifier2:hover .descr_txt {
  padding-top: 0;
}
a.magnifier2 .zoom {
  opacity: 0;
}
.descr_txt {
  position: relative;
  margin-top: 90px;
  max-width: 255px;
  display: inline-block;
  font: 300 24px/32px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #7f7f7f;
  padding-top: 100px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
/*********************************end magnifier2*************************************/
.lightbox-video {
  position: relative;
  display: inline-block;
  margin-top: 0;
}
.lightbox-video span.video_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/vides_sign.png) no-repeat 50% 50%;
  z-index: 1;
  opacity: 1;
}
.lightbox-video span.video_title {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #474747;
  color: #fff;
  padding: 4px 10px;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
}
.figure_video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid #fff;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
  position:relative;
  top:calc((408px / 2) - 102px)
}
/*----------- start social icons ----------------*/
.soc_icons_top {
  position: relative;
  display: block;
  margin-top: 1px;
  white-space: nowrap;
  text-align: center;
  margin-right: 20px;
  float: right;
}
.soc_icons_top &gt; li {
  position: relative;
  display: inline-block;
  margin-left: 0px;
}
.soc_icons_top &gt; li &gt; a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 23px;
  height: 23px;
  display: inline-block;
  background: #bfbfbf;
  text-align: center;
  border-radius: 500px;
}
.soc_icons_top i {
  font: normal normal 13px/23px 'FontAwesome';
}
.soc_icons_top &gt; li &gt; a:hover {
  color: #000;
  text-decoration: none;
  background: #6fea47;
}
.soc_icons {
  position: relative;
  display: block;
  margin-top: 42px;
  white-space: nowrap;
  text-align: center;
}
.soc_icons &gt; li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.soc_icons &gt; li:last-child {
  margin-right: 0;
}
.soc_icons &gt; li &gt; a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 59px;
  height: 59px;
  display: inline-block;
  color: #7f7f7f;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 30px/59px 'FontAwesome';
}
.soc_icons &gt; li &gt; a:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.icon1,
.icon3 {
  font: normal normal 48px/48px 'FontAwesome';
  color: #fff;
  padding: 2px;
  margin-top: 30px;
  width: 67px;
  float: left;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.icon2 {
  font: normal normal 36px/36px 'FontAwesome';
  display: block !important;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.icon3 {
  margin-top: 30px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83px;
  color: #7f7f7f;
}
.icon4 {
    padding: 0 5px;
    margin-top: 30px;
    width: 65px;
	height:59px;
    float: left;
}
.icon4.icon-ok {
	background:url(../images/icon1.png) 0 -59px no-repeat;
}
.icon4.icon-time {
	background:url(../images/icon2.png) 0 -59px no-repeat;
}
.icon4.icon-stats {
	background:url(../images/icon3.png) 0 -59px no-repeat;
}
.icon4.icon-group {
	background:url(../images/icon4.png) 0 -59px no-repeat;
}
.icon4.icon-badge {
	background:url(../images/icon5.png) 0 -59px no-repeat;
}
.icon_section:hover i{
	background-position:0 -59px;
}
/*----------- end social icons ----------------*/
.search_main {
  float: right;
}
.fw_video_main {
  /*border-radius: 10px;
	overflow: hidden;*/
  margin-top: 48px;
  margin-bottom: -12px;
  background: #fff;
}
.fw_video {
  width: 100%;
  height: 332px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
}
.player .video-wrapper {
  border-radius: 10px;
}
.fw_video iframe html {
  border-radius: 10px;
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0px 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 150px !important;
}
.box-11 {
  width: 100%;
  margin-top: 103px;
  background: #e9e9e9;
  text-align: center;
  padding: 67px 0 177px;
}
.banner1 {
  width: 100%;
  text-align: center;
  margin-top: 87px;
}
.icon_holder {
  display: inline-block;
  width: 122px;
  height: 122px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e1e1;
  border-radius: 500px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.icon_holder img {
  margin-top: 30px;
}
.banner1:hover .icon_holder {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-color: #6fea47;
}
.icon_holder2 {
	border-color: #6fea47;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
#about {
  padding-bottom: 106px;
}
#services {
  padding: 80px 0;
  background: #f2f2f2;
  color: #393939;
}
#products {
  padding-bottom: 124px;
}
#blog, #apropos {
  padding-top: 7px;
  padding-bottom: 114px;
}
#apropos h3{
	color : #6fea47
}
#contacts {
  width: 100%;
  padding: 0 0 64px;
  background: #6fea47;
  color: #fff;
}
#privacy {
  width: 100%;
  padding: 0px 0 101px;
}
.box-1 {
  color: #fff;
  background: url('../images/bg1.jpg') no-repeat;
  padding:0 0 40px;
  min-height: 540px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position:center center;
}
.box-2 {
  color: #fff;
  background: url('../images/bg2.jpg') 0 0;
  text-align: center;
  padding: 93px 0 179px 0;
  min-height: 778px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#clients{
	padding-bottom:40px;
}
#solutions .grid_10{
	float:none;
	margin:0 auto;
}
#solutions .grid_10 p.txt3{
	color : #6fea47;
}
#solutions .grid_10 p.txt3:hover{
	color : #6fea47;
}
/*========================================================
										Caroussel styles
=========================================================*/

.caroussel{
	width:auto;
	max-width:100%;
	display:inline-block !important;
}
.caroussel .icon_holder{
	border-color:#6fea47;
}
.caroussel .icon_holder img{
	display:inline-block;
}
.caroussel .item .banner_content{
	display:inline-block;
	margin-top:24px;
}
.caroussel .item .banner_content.courriel{background: url(../images/bg6.gif) no-repeat center center;background-size:contain;}
.caroussel .item .banner_content.webdesign{background: url(../images/bg5.gif) no-repeat center center;background-size:contain;}
.caroussel .item .banner_content.banniere{background: url(../images/bg3.gif) no-repeat center center;background-size:contain;}
.caroussel .item .banner_content.test_control{background: url(../images/bg4.gif) no-repeat center center;background-size:contain;}
.caroussel .item h2{
	margin-top:0;
}
.caroussel .item h3{
	text-transform:uppercase;
}
.container3 img{
	margin-left: 20px;
    width: auto;
    margin-top: 25px;
    display: inline-block !important;
}
.container3 img:first-child {
    margin-left: 0;
}

/**** start Map ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 485px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 23px;
  display: block;
}
.address1 dt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address1 dd span {
  min-width: 75px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 49px 0 63px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
/*----------------------- start isotop ----------------------*/
.splitter {
  margin-top: 28px;
  position: relative;
  text-align: center;
  display: block;
  font: 16px/20px 'Lato', Arial, sans-serif;
  color: #818181;
  text-transform: uppercase;
  z-index: 1;
}
.splitter a:hover,
.splitter a.selected {
  color: #6fea47;
  background: none;
}
.isotope .item {
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.isotope .item .inside {
  margin-left: 2px;
}
.isotope .container {
  margin: 0;
  width: auto;
  margin-top: 28px;
}
/*----------------------- end isotop ----------------------*/
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #9a9a9a;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #6fea47;
}

#clients2 #owl2 .owl-prev{
	top: -300px;
    left: 0;
    height: 29px;
	background-position:0 bottom;
}
#clients2 #owl2 .owl-next{
	top: -300px;
    left: 100%;
    height: 29px;
	background-position:0 bottom;
}
.slick-slide {outline: none;}
.top_section .hamburger {
	display:none;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1299px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 1199px) {
  figure,
  figure a {
    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;
  }
  .descr_txt {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 767px) {
    .top_section ul.menu,
	.top_section ul.menu-stick{
	   display:none !important;
    }
}
@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%;
  }
  a.link_icon1 {
    margin-top: 0px;
  }
  .soc_icons_top {
	  display:none;
  }
  nav {
    float: none;
    margin: 5px;
    margin-top: 3px;
  }
  h1 {
    float: none;
  }
  h1 img {
    height: auto;
	width:116px;
  }
  .soc_icons &gt; li {
    margin-right: 2px;
  }
  .soc_icons &gt; li &gt; a {
    width: 36px;
    height: 36px;
  }
  .soc_icons i {
    font: normal normal 18px/36px 'FontAwesome';
  }
  .more_btn2 {
    padding: 24px 7px;
    width: 100%;
  }
  .content_map {
    height: 230px;
  }
  .descr_txt {
    font: 12px/normal 'Lato', Arial, sans-serif;
	position: absolute;
    top: 50%;
	left: 0;
    transform: translateY(-50%);
    padding: 0 5px ;
    margin: 0 ;
  }
  .descr_txt i {display:none !important;}
  .figure_video {
  	position:static;
  }
  #stuck_container h1{display:none;}
  .top_section{background:#000;height: 71px;}
  .top_section h1, .top_section .hamburger {display:block;}
  .top_section .left_txt{margin-left:120px;}
  .top_section .left_txt .txt1, .top_section .left_txt .txt2{color:#FFF;}
  .top_section .hamburger{float:right;padding: 23px 15px;outline-style:none;z-index: 1000;position: fixed;right: 0;background: #000;top: 0;}
  .top_section .hamburger-stick{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #000;
	padding: 23px 15px;
  }
  .top_section ul.menu, .top_section ul.menu-stick{
	float: left;
	position: fixed;
	width:100%;
	padding-left:2%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #000;
	/* border-bottom: 7px solid #41ad1e; */
	}
  .top_section ul.menu-stick{margin:0;}
  .top_section ul.menu-stick{
	position: fixed;
	width: 100%;
	background: #000;
	z-index: 999;
	top: 0;
	left: 0;
  }
  .top_section ul.menu li, .top_section ul.menu-stick li{
	width:100%;
  }
  .top_section ul.menu li a, .top_section ul.menu-stick li a{
	font: 16px/42px 'Lato', Arial, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	color: #888888;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	width:100%;
	display:block;
  }
  .top_section ul.menu li a:hover, .top_section ul.menu-stick li a:hover{
	text-decoration:none;
	color:#FFF;
  }
  .top_section ul.menu li ul.submenu,  .top_section ul.menu-stick li ul.submenu{
	width:100%;
	padding-left:2%;
	margin:0;
  }
  .top_section ul.menu li ul li a, .top_section ul.menu-stick li ul li a{
	font: 13px/42px 'Lato', Arial, sans-serif;
  }
}
@media only screen and (max-width: 554px) {
	.top_section .left_txt{display:none;}
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 50%;
    min-height: 70px;
  }
  /*h1 img {
    width: 100%;
    max-width: 73px;
  }*/
  .txt1 {
    float: none;
  }
  .txt2 {
    float: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 500px) {
	.adrs{ 
		padding:50px 0;
	}
	.adrs p{ 
		line-height:normal !important;
	}
}
/*Core variables and mixins*/



#stuck_container{ background-color:#000000;}
.marginis{ text-align:center}
.adrs{ width:100%; background-color:#7f7f7f; font-size:14px;}
.adrs p{ color:#fff; text-align:center;line-height:70px;margin-top:0;}








</pre></body></html>