@import "grid.css";
@import "../fonts/font-awesome.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*css*/
/*.square(50px);*/
/*.transition(@tr);*/
/*#gradient >.horizontal(#555,#333, 0%, 100%);*/
/*.kl{}*/
/*&:hover {*/
/*}*/
/*>li {*/
/**/
/*}*/
/*.rotate(1deg);*/
html,
body {
  /*background: #369e4a;*/
  font: 14px/23px 'DFKai-sb',Arial, sans-serif;
  color: #000000;
  min-width: 300px;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.inside {
    padding-right: 50px;
}
.a-hov {
  transition: all 0.4s ease;
}
.a-hov:hover {
  color: #8dbf41;
}
ul li a {
  transition: all 0.4s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
}
h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #344046;
  font-size: 40px;
  line-height: 40px;
  padding-top: 78px;
  padding-bottom: 43px;
}
h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #344046;
  font-size: 30px;
  line-height: 30px;
  padding-top: 48px;
  padding-bottom: 23px;
}
.page-1 {
    background-image: url('../images/bg.png');
    background-repeat: repeat-x;
}
.title-1 {
  font-size: 50px;
  line-height: 50px;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #2f3837;
}
.title-1 span {
  display: block;
  color: #8dbf41;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}
.title-2 {
  color: #8dbf41;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.title-2 span {
  color: #2f3837;
  font-weight: 600;
}
.title-3 {
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #2f3837;
  padding-bottom: 10px;
}
.title-3 strong {
  font-weight: 600;
}
.title-4 {
  color: #8dbf41;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.title-5 {
  color: #344046;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding-bottom: 7px;
}
p.title-5 {
  padding-bottom: 46px;
}
.text-1 {
  color: #344046;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
}
.text-2 {
  text-transform: uppercase;
  color: #8dbf41;
}
.text-3 {
  font-size: 14px;
  line-height: 24px;
  color: #344046;
}
img + h3 {
  padding-top: 0;
}
p.title-1 {
  margin-bottom: 13px;
}
p.title-3 {
  padding-bottom: 17px;
}
p.text-2 {
  padding-bottom: 12px;
}
h2.v1 {
  padding-top: 49px;
}
p.title-3 + .title-4 {
  padding-top: 9px;
}
.title-3.v1 {
  padding-top: 42px;
}
.page-1 h2 {
  padding-top: 78px;
}
.btn {
  background: #2f3837;
  font-size: 14px;
  font-weight: 600;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  line-height: 45px;
  height: 45px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 17px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: 37px;
  transition: all 0.4s ease;
}
.btn:hover {
  background: #8dbf41;
}
.arrow {
  display: inline-block;
  padding-top: 4px;
  margin-left: 4px;
}
.arrow img:hover {
  -webkit-box-shadow: 1px 1px 3px 0px #000;
  -moz-box-shadow: 1px 1px 3px 0px #000;
  box-shadow: 1px 1px 3px 0px #000;
}
.link {
  color: #8dbf41;
}
.link:hover {
  text-decoration: underline;
}
.list li + li {
  margin-top: 0px;
}
.list li a:hover {
  color: #f74f42;
}
/*auxiliary*/
.img-ind {
  float: left;
  margin-right: 18px;
  margin-top: 0px;
}
.img-ind-1 {
  float: left;
  margin-right: 25px;
  margin-top: 6px;
}
.wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.extra-wrap {
  overflow: hidden;
}
.grid_inside {
  margin-left: -30px;
}
.aligncenter {
  text-align: center !important;
}
.alignleft {
  text-align: left !important;
}
.it {
  font-style: italic;
  display: inline-block;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.h-underline:hover {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.upp {
  text-transform: uppercase;
}
.transition {
  transition: all 0.4s ease;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pad-left {
  padding-left: 10px;
}
p {
  padding-bottom: 23px;
}
.bord {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 59px;
}
.bg-1 {
  /*background: #f2f2f2;*/
  padding-bottom: 88px;
}
/************Header************/
header,
.content {
  /*background-color: #ffffff;*/
}
header .bord.v1 {
  padding-top: 29px;
}
h1 {
  float: left;
  /*margin-top: 43px;*/
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  color: #8dbf41;
  margin-left: -7px;
}
h1 span {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  color: #bebebe;
  margin-left: 7px;
}
.btn-1 {
  margin-top: 67px;
  float: right;
  text-align: right;
  /*background-color: #2f3837;*/
  background: #8dbf41 url(../images/bg-1.png) 0 center no-repeat;
  line-height: 45px;
  padding-left: 45px;
}
.btn-1 span {
  display: inline-block;
  background: #f5f6f6;
  text-transform: uppercase;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 45px;
  color: #414c52;
  padding: 0 21px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-1:hover span {
  background-color: #8dbf41;
}
.h-top-1 {
  padding-bottom: 0px;
}
.h-top-1 form {
  margin-top: 27px;
  float: right;
  position: relative;
}
.h-top-1 form input {
	height: 54px;
	width: 130px;
	background: #f5f6f6;
	outline: none;
	border: 1px solid #f5f6f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.h-top-1 form a {
  position: absolute;
  width: 42px;
  right: 0;
  top: 4px;
  bottom: 4px;
  background: #f5f6f6 url(../images/search.png) 0 -4px no-repeat;
  cursor: pointer;
}
.h-top-1 form a:hover {
	background-color: #f5f6f6;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 0 -15px;
}
.slider {
  background: #8dbf41;
  padding-bottom: 0px;
}
.slider .camera_wrap {
  height: 576px;
}
.slider .camera_caption {
  position: relative;
}
.slider .camera_target {
  position: relative;
}
.slider .camera_target_content {
  position: relative;
  overflow: visible;
}
.slider .slider-text {
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider .inside {
  margin: 0 0 0;
}
.slider .camera_caption > div {
  background: #8dbf41;
}
.slider .camera_wrap .camera_pag {
  width: 1170px;
  margin: 0 auto;
  text-align: right;
}
.slider .camera_wrap .camera_pag .camera_pag_ul {
  width: 24px;
  display: inline-block;
  margin-top: 10px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
  width: 24px;
  height: 24px;
  background: url(../images/camera_pag.png) 0 bottom no-repeat;
  margin: 0px 0px 9px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover,
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background-position: 0 top;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
/************Content***********/
.content {
  padding-bottom: 83px;
}
.box-1 {
  margin-top: 26px;
}
.block-1 h2 {
  color: #8dbf41;
  padding-bottom: 0;
}
.box-2 {
  margin-top: 41px;
}
.box-2 .date {
  float: left;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  color: #8dbf41;
  margin-right: 21px;
}
.box-2 .title-3 {
  padding-top: 5px;
}
.box-2 .title-2 {
  padding-top: 14px;
  padding-bottom: 10px;
}
.box-3 {
  margin-top: 48px;
}
.box-3 .date {
  float: left;
  background: #8dbf41;
  text-align: center;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #62842e;
  width: 70px;
  background-color: #8dbf41;
  position: relative;
  margin-top: 4px;
  margin-right: 29px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.box-3 .date span {
  display: block;
  font-size: 40px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px;
  margin-top: 4px;
}
.box-3 .date:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 14px;
  right: -12px;
  top: 15px;
  background: url(../images/arrow-1.png) 0 0 no-repeat;
}
.box-3 + .box-3 {
  margin-top: 56px;
}
.bord.v1 {
  padding-top: 80px;
}
.logos {
  margin-top: 4px;
}
.logos li {
  float: left;
  width: 20%;
  height: 146px;
  line-height: 146px;
}
.logos li a {
  display: block;
  text-align: center;
  background: #f4f5f5;
  border-left: 1px solid #ebecec;
}
.logos li a img {
  display: inline-block;
  vertical-align: middle;
}
.logos li a:hover {
  background-color: #8dbf41;
}
.logos li:first-child a {
  border-left: none;
}
.block-5 {
  margin-top: -41px;
}
.block-2 {
  position: relative;
  margin-top: 86px;
  line-height: 23px;
}
.block-2 .inside {
  background: url(../images/opac-1.png) 0 0 repeat;
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  padding: 17px 145px 13px 19px;
}
.block-2 .inside .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.block-2 .inside .title-2 {
  padding-bottom: 13px;
}
.block-2 .wrapper {
  margin-bottom: 0;
}
.box-5 {
  margin-top: 86px;
}
.box-5 + .box-5 {
  margin-top: 19px;
}
.block-3 + .block-3 {
  margin-top: 31px;
}
.table-1 {
  width: inherit;
  margin-top: 15px;
}
.table-1 tr.bg {
  background: #f3f3f3;
}
.table-1 tr .first {
  width: 34%;
  padding-left: 23px;
}
.table-1 tr .first + th,
.table-1 tr .first + td {
  width: 52.5%;
}
.table-1 tr th {
  background-color: #8dbf41;
  font-size: 20px;
  line-height: 25px;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 11px;
}
.table-1 tr td {
  padding: 14px 0;
}
.block-4 {
  margin-top: 0px;
}
.box-6 {
  margin-top: 43px;
}
.box-6 .img-ind {
  margin-right: 0;
  width: 79px;
}
.box-6 .img-ind i {
  font-size: 72px;
  line-height: 72px;
  color: #8dbf41;
}
.box-6 .img-ind .fa-users:before {
  content: "\f0c0";
}
.box-6 .img-ind .fa-folder-open,
.box-6 .img-ind .fa-money,
.box-6 .img-ind .fa-users {
  font-size: 62px;
  line-height: 62px;
}
.box-6 .img-ind .fa-flag,
.box-6 .img-ind .fa-comments {
  font-size: 68px;
  line-height: 68px;
}
.posts-wr .b-post {
  margin-top: 2px;
}
.posts-wr .b-post .date {
  background-color: #8dbf41;
  font-size: 15px;
  line-height: 15px;
  color: #62842e;
  text-align: center;
  text-transform: uppercase;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  float: left;
  width: 70px;
  margin-right: 29px;
  margin-top: 4px;
  position: relative;
}
.posts-wr .b-post .date:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  background: url(../images/arrow-1.png) 0 0 no-repeat;
  right: -12px;
  top: 15px;
}
.posts-wr .b-post .date .top {
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: -3px;
  font-size: 40px;
  line-height: 40px;
  padding-top: 12px;
  padding-bottom: 7px;
}
.posts-wr .b-post .date a {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 12px;
  margin-top: 7px;
  padding-bottom: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.posts-wr .b-post .date a:after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/bord-1.png) 0 0 repeat-x;
}
.posts-wr .b-post .date a:hover {
  background: #2f3837;
}
.posts-wr .b-post .extra-wrap .img-ind {
  margin-right: 27px;
  margin-top: 4px;
}
.posts-wr .b-post .extra-wrap .info {
	color: #000000;
	margin-bottom: 12px;
}
.posts-wr .b-post .extra-wrap .info i {
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	margin-right: 3px;
}
.posts-wr .b-post .extra-wrap .info .link {
  font-size: 15px;
  line-height: 25px;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  color: #8dbf41;
  text-transform: uppercase;
}
.posts-wr .b-post + .b-post {
  margin-top: 36px;
}
.p-privacy {
  line-height: 24px;
}
  .posts-wr .b-post .extra-wrap .info br { display: none;}
/************Footer************/
footer {
  background: #369e4a;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'DFKai-sb', 'Open Sans', sans-serif;
	color: #000000;
	padding-bottom: 30px;
}
.copyright {
  margin-top: 68px;
}
.copyright .h-underline {
  text-transform: none;
}
.f-logo {
  color: #8dbf41;
  font-family: 'DFKai-sb', 'Open Sans', sans-serif;
  font-weight: 600;
}
.box-4 {
  margin-top: 70px;
}
.box-4 img {
  float: left;
  margin-right: 26px;
}
.list-services {
  text-align: left;
  position: relative;
  margin-top: 18px;
}
.list-services li {
  display: inline-block;
  margin: 0px 5px 0 0px;
}
.list-services li img {
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.list-services a {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-out;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  background: #1b2120;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.list-services li:hover a {
  background: #8dbf41;
  transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.list-services li:hover a img {
  transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
/*toTop*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  cursor: pointer;
  overflow: hidden;
  width: 73px;
  height: 73px;
  border: none;
  z-index: 20;
  margin-right: -670px !important;
  right: 50%;
  bottom: 20px;
  background: #eeeeee url(../images/ui.totop.png) center center no-repeat;
}
#toTop:hover {
  background-color: #8dbf41;
}
#toTop:hover:after {
  color: #e9e9e8;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
  background: url(../images/magnifier.png) center center no-repeat #000000;
}
.magnifier img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.magnifier:hover img {
  opacity: 0.4;
}
/*contacts*/
.map_wrapper {
  width: 51.2%;
}
.map_wrapper + div.fright {
  width: 47%;
  line-height: 24px;
}
.map_wrapper .address {
  margin-top: 36px;
  width: 100%;
  float: left;
}
.address a {
  text-decoration: none;
  color: #8dbf41;
  margin-left: 23px;
}
.address a:hover {
  text-decoration: underline;
}
.address span {
  display: inline-block;
  width: 83px;
}
.address span.e-mail {
  display: inline-block;
  width: auto;
}
.address dt {
  font-size: 14px;
  line-height: 24px;
  color: #344046;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .btn-1-phone{
    display:none !important;

  }
}
.address span {
  text-align: left;
  width: 82px;
  display: inline-block;
}
#map_canvas {
  width: 100%;
  height: 390px;
  margin-top: 5px;
}
#contact-form {
  position: relative;
  margin-top: 0px;
}
#contact-form fieldset.fleft {
  width: 418px;
}
#contact-form fieldset.fright {
  width: 514px;
}
#contact-form label {
  display: inline-block;
  position: relative;
  min-height: 60px;
  width: 770px;
}
#contact-form label input,
#contact-form label textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  color: #bab9b9;
  font: 14px/18px 'DFKai-sb',Arial, sans-serif;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
}
#contact-form label input {
  height: 46px;
  box-shadow: none !important;
  padding: 13px 7px 13px 15px;
  outline: none;
  width: 100%;
}
#contact-form label textarea {
  height: 156px;
  overflow: auto;
  width: 100%;
  padding: 13px 7px 13px 15px;
  margin: 0px;
  resize: none;
}
.form_buttons a {
  margin-top: 27px;
  margin-left: 8px;
  float: right;
  /*padding: 0 40px;*/
}
#contact-form span {
  display: block;
}
#contact-form ._placeholder {
  position: absolute;
  /*!*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  width: 100% !important;
  padding: 13px 7px 13px 15px;
  opacity: .99;
  display: block;
  width: 100%;
  color: #bab9b9;
  font: 14px/18px 'DFKai-sb',Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form ._placeholder.focused {
  opacity: .4;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .message {
  width: 100%;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px/20px 'DFKai-sb',Arial;
  -webkit-transition: 0.3s ease-in height;
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 10px;
  top: 0;
}
#contact-form .message .error-message,
#contact-form .message .empty-message {
  right: 3px;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .success-message {
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0px 0;
  width: 100%;
  color: #bab9b9;
  font: 14px/18px 'DFKai-sb',Arial, sans-serif;
  background: #fafafa;
}
#contact-form.success .success-message {
  border: 1px solid #e6e6e6;
  padding: 55px 0;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
/*--- contact_form end------*/
@media only screen and (max-width: 995px) {
  #contact-form label {
    display: block;
    width: 100%;
  }
  #contact-form label textarea {
    width: 100%;
  }
  #contact-form fieldset.fleft {
    width: 100%;
  }
  #contact-form fieldset.fright {
    width: 100%;
  }
  #map_canvas {
    width: 100%;
  }
  #contact-form .error-message,
  #contact-form .empty-message {
    right: 3px;
  }
}

@media (max-width: 980px){
 div#text_area {
    width: 100%;
  }
 div#text_area >div >p {
    width: 100%;
  }
  div+p+img+span{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form .success {
    left: 0;
    right: 0;
  }
  .half_div_content_1 > p > span{
    display:block;
  }
  #contact-form label.message ._placeholder {
    height: 200px;
  }
  #map_canvas {
    height: 200px;
  }
  .map_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .map_wrapper + div.fright {
    width: 100%;
  }
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
  .add_member {
    width:18%;
    float:left;
    border:2px #8dbf41 solid;
    border-radius:10px;
    padding:20px;
    margin:10px;
  }
  .text_prjoin{
    width:75%;float:left;
  }
@media (max-width: 767px) {
  a.btn-1{
    display: none;
  }
  .btn-1-phone{
    display:block;

  }

  .btn-1-web{
    display:none !important;

  }
  .add_member {
    width:80%;
    float:left;
    border:2px #8dbf41 solid;
    border-radius:10px;
    padding:20px;
    margin:10px 0;
  }
  .text_prjoin{
    width:100%;float:left;
  }
}
@media (max-width: 1220px) {
  .slider .camera_wrap .camera_pag {
    width: auto;
  }
  .slider .camera_wrap .camera_pag .camera_pag_ul {
    margin-right: 30px;
  }
  .slider .slider-text .inside {
    margin-left: 20px;
  }
  .camera_wrap {
    height: 576px;
  }
}
@media only screen and (max-width: 995px) {
  h1 {
    margin-left: 0;
  }
  .slider .slider-text {
    font-size: 40px;
    line-height: 40px;
  }
  .slider {
    padding-bottom: 0;
  }
  .title-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .title-1 span {
    font-size: 15px;
    line-height: 20px;
  }
  .box-2 .title-3 {
    font-size: 20px;
    line-height: 22px;
  }
  .logos li a img {
    width: 90%;
  }
  .logos li.last a img {
    width: auto;
  }
  .logos li {
    height: auto;
    line-height: 130px;
  }
  .logos li a {
    height: 130px;
  }
  .grid_inside {
    margin-left: -20px;
  }
  .box-4 span {
    display: block;
  }
  .w1 {
    width: 40%;
  }
  .table-1 tr .first + th,
  .table-1 tr .first + td {
    width: 50%;
    padding-right: 2%;
  }
  .box-4 {
    font-size: 13px;
    line-height: 15px;
  }
  .camera_wrap {
    height: 330px;
  }
  .block-3 + .block-3 { margin-top: 50px;}
  .img-ind-1 { margin-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
  .half_div_content_1>.text-3>center>img {
    margin-left: -39px;
  }
  .grid_inside {
    margin-left: 0;
  }
  .h-top h1 {
    float: none;
    text-align: center;
  }
  .h-top .btn-1 {
    float: left;
    margin-top: 20px;
  }
  .h-top .bord {
    padding-top: 20px;
  }
  .h-top-1 form {
    float: none;
  }
  .h-top-1 form input {
    width: 100%;
  }
  .logos li {
    height: auto;
    line-height: 114px;
  }
  .logos li a {
    height: 114px;
  }
  .posts-wr .b-post .extra-wrap .img-ind {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
  .posts-wr .b-post .date + .extra-wrap {
    overflow: visible;
  }
  .grid_inside {
    margin-left: 0;
  }
  .box-4 span {
    display: inline-block;
  }
  .block-2 .inside .title-2 + div {
    display: none;
  }
  .block-2 .inside .btn {
    position: relative;
    right: auto;
    margin-top: 10px;
    bottom: 0;
  }
  .block-2 .inside {
    padding-right: 10px;
  }
  .table-1 {
    margin-bottom: 30px;
  }
  .camera_wrap {
    height: 259px;
  }
  .posts-wr .b-post .extra-wrap .info { margin-bottom: 56px;}
}
@media only screen and (max-width: 479px) {
  .slider {
    padding-bottom: 30px;
  }
  .slider .slider-text {
    font-size: 20px;
    line-height: 20px;
  }
  .slider .slider-text .inside {
    margin-left: 0;
  }
  .slider .camera_wrap .camera_pag .camera_pag_ul {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .slider .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0px 9px 0px;
  }
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .slider .slider-text .inside {
  }
  .block-2 .inside .title-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .block-2 .inside .btn {
    margin-top: 0;
  }
  .block-3 .w1 {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .table-1 tr th {
    font-size: 15px;
    line-height: 20px;
  }
  .camera_wrap {
    height: 159px;
  }
  .logos li { width: 100%; line-height: 80px; }
  .logos li a img { width: auto;}
  .logos li a { height: 80px;}

  .title-3 { font-size: 28px;}

  .posts-wr .b-post .extra-wrap .info br { display: block;}

}
/*Core variables and mixins*/

.table_body_column {
    width: 20%;
    float: left;
    word-break: break-all;
}
.table_header_column {
    width: 20%;
    float: left;
    word-break: break-all;
}
