@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);

/*------ template stylization ------*/
div.block
{
	margin-top:10px;
	width: 200px;
    display: inline-block;
}
div.block1
{
	margin-top:10px;
	width: 200px;
    display: inline-block;
}
div.block2
{
	margin-top:10px;
	width: 200px;
    display: inline-block;
}
input#user_name_fr
{
	display:none;
}
input#ads
{
	display:none;
}
body {
  background: #ffffff;
  font-family: PT Sans Narrow, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #83868a;
}
p {
  margin-bottom: 0;
}
p > span {
  color: #8dbf41;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-block;
  margin: 0 !important;
  float: left;
  position: relative;
  padding: 45px 0 0 0 !important;
}

.logoHolder h1.brand {
  padding: 70px 0 61px 0 !important;
}
h1.brand a {
  display: inline-block;
}
h1.brand a > img {
  width: 100%;
}
h2 {
  color: #5c696d;
  font: 30px/30px Impact, 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
h2 > span {
  color: #363f42;
}
h2 > em {
  font-style: normal;
  color: #8dbf41;
}
h3 {
  color: #5c696d;
  font: 13px Impact, PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}
h4 {
  color: #71656d;
  font: 42px/42px Impact, PT Sans Narrow, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 42px;
}
h5 {
  color: #363f42;
  font: 18px/18px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 26px;
}
h6 {
  color: #8dbf41;
  font: 48px/48px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
}


.startli .list li a {
	font-size: 18px;
}

#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  background-color: #e0e3e6;
}
.global .container {
  background-color: #ffffff;
}
.global .container.indent {
  margin-top: 1px;
  padding-top: 60px;
}
.main.indent {
  margin-top: -144px;
  position: relative;
  z-index: 1;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  display: inline-block;
  padding: 16px 6px 11px 5px;
  font: bold 14px PT Sans Narrow, Helvetica, sans-serif;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  background-color: #ed3a39;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 1px 0px #ca3131;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary > span {
  float: left;
}
.btn.btn-primary > em {
  float: left;
  font-style: normal;
  width: 23px;
  height: 23px;
  overflow: hidden;
  background: url(../img/more_arr.png) right top no-repeat;
  margin-top: -4px;
  margin-left: 6px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-primary:hover {
  background: none;
  color: #5c696d;
  background-color: #ffffff;
  text-shadow: 0px 1px 0px #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:hover > em {
  background: url(../img/more_arr.png) right bottom no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-info {
  box-shadow: none;
  background: none;
  position: relative;
  display: inline-block;
  padding: 17px 8px 18px 8px;
  font: 10px PT Sans Narrow, Helvetica, sans-serif;
  color: #1e1e1e;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #eae9e9;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-info:hover {
  background: none;
  color: #ffffff;
  background-color: #f14847;
  border: 1px solid #f14847;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-link {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  color: #8dbf41;
  font: 10px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #83868a;
}
.btn.subscribe {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  background: url(../img/envelope.png) 0 top no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 16px;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}
.btn.subscribe:hover {
  background: url(../img/envelope.png) 0 bottom no-repeat;
}
/*-----list-----*/
.list {
  list-style: none;
  margin-top: -4px;
}
.list li {
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-bottom: 8px;
  padding-left: 17px;
  background: url(../img/list_arrow.png) left 18px no-repeat;
}
.list li:first-child {
  border-top: none;
}
.list li a {
  display: block;
  font: normal 15px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 14px;
  /*color: #8dbf41;*/
  color: #363f42;
  xtext-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list li a:hover {
  color: #1c1c1c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list li.active a {
	color: #999;
}
.list0 {
  margin: 0;
  list-style: none;
  margin-top: 31px;
  margin-bottom: 53px;
}
.list0 li {
  font-size: 13px;
  line-height: 18px;
  background: url(../img/list_arrow.png) left center no-repeat;
  padding-left: 12px;
  margin-bottom: 6px;
}
.list0 li a {
  font-size: 13px;
  line-height: 18px;
  color: #2a70e8;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list0 li a:hover {
  color: #83868a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 {
  margin: 0;
  list-style: none;
  margin-top: -4px;
}
.list1 li {
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
  margin-bottom: 11px;
  padding-left: 17px;
  background: url(../img/list_arrow.png) left 18px no-repeat;
}
.list1 li:first-child {
  border-top: none;
}
.list1 li a {
  display: block;
  line-height: 14px;
  color: #8dbf41;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #1c1c1c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 90px;
}
.list2 li {
  font-size: 13px;
  line-height: 18px;
}
.list2 li figure {
  margin: 0;
  float: left;
  margin-right: 30px;
}
.list2 li .caption {
  overflow: hidden;
}
.list2 li .caption h3 {
  margin-bottom: 20px;
}
.list2 li .caption a {
  color: #ffffff;
  font: 13px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li .caption a:hover {
  color: #83868a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 {
  margin: 0;
  list-style: none;
  margin-bottom: -6px;
}
.list3 li {
  font-size: 13px;
  line-height: 18px;
  background: url(../img/list_arrow.png) left 7px no-repeat;
  padding-left: 13px;
  margin-bottom: 10px;
}
.list3 li a {
  font: bold 13px PT Sans Narrow, Helvetica, sans-serif;
  color: #71936c;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #9bd156;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 32px;
}
.list4 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.list4 li .badge {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background-color: #71656d;
  color: #202020;
  width: 42px;
  height: 35px;
  padding-top: 6px;
  float: left;
  margin-right: 19px;
  text-shadow: 0px 1px 0px #938a90;
  font: bold 21px PT Sans Narrow, Helvetica, sans-serif;
}
.list4 li h3 {
  margin-bottom: 20px;
}
.list4 li .caption {
  padding: 0;
  overflow: visible;
  color: #83868a;
}
.list5 {
  margin: 0;
  list-style: none;
}
.list5 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 30px;
}
.list5 li figure {
  margin: 0;
  float: left;
  margin-right: 18px;
}
.list5 li figure > img {
  width: 100%;
}
.list5 li .caption {
  overflow: hidden;
}
.list5 li .caption time {
  color: #83868a;
  font: 10px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 13px;
}
.list5 li .caption h5 {
  margin-bottom: 5px;
}
.list5 li .caption p {
  margin-bottom: 14px;
}
/*-----thumbs-----*/
.thumb-pad0 {
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fcfcfc;
  padding-bottom: 10px;
  cursor: default;
  margin-top: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 0;
  padding-left: 19px;
  color: #83868a;
}
.thumb-pad0 .thumbnail .caption p {
  color: #2a70e8;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a {
  position: relative;
  top: -4px;
  text-transform: uppercase;
  display: inline-block;
  color: #3b3b3b;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a > span {
  padding-right: 11px;
  background: url(../img/thumbnail_arrow.png) right center no-repeat;
}
.thumb-pad0 .thumbnail .caption a:hover {
  text-decoration: underline;
}
.thumb-pad0 figure {
  margin: 0;
  margin-bottom: 13px;
}
.thumb-pad0 figure img {
  width: 100%;
}
.thumb-pad1 {
  margin-top: -8px;
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad1 .thumbnail .caption p {
  color: #83868a;
}
.thumb-pad1 .thumbnail .caption a {
  color: #8dbf41;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #363f42;
}
.thumb-pad1 figure {
  margin: 0;
  margin-bottom: 18px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad2 .thumbnail .caption h3 {
  margin-bottom: 20px;
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 18px;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 19px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  width: 100%;
  margin-bottom: 19px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 {
  margin-bottom: 20px;
  margin-top: 0;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  margin-bottom: 40px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad4 .thumbnail .caption h5 {
  line-height: 23px;
  margin-bottom: 24px;
}
.thumb-pad4 .thumbnail .caption .list4 {
  margin-top: 29px;
}
.thumb-pad4 .thumbnail .caption .list4 li {
  margin-bottom: 20px;
}
.thumb-pad4 .list1 {
  margin-top: 26px;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 10px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad5 .thumbnail .caption p {
  margin-bottom: 12px;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad8 {
  position: relative;
  padding: 19px 19px 20px 19px;
  margin-bottom: 23px;
  margin-top: 0;
}
.thumb-pad8 span {
  background-color: #8dbf41;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumb-pad8 strong {
  background-color: #edeeee;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad8 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.thumb-pad8 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad8 .thumbnail .caption > a {
  color: #8dbf41;
  font: 13px/20px PT Sans Narrow, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad8 .thumbnail .caption > a:hover {
  text-decoration: underline;
}
.thumb-pad8 .thumbnail .caption p {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad8 .thumbnail .caption p em {
  background: url(../img/triangle2.png) no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 51px;
}
blockquote img {
  float: left;
  position: relative;
  top: -15px;
  margin-right: 4px;
}
blockquote p {
  margin-bottom: 15px;
  font: 13px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
}
blockquote strong {
  font: 16px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  color: #363f42;
  display: block;
}
blockquote a {
  color: #8dbf41;
  font: bold 10px PT Sans Narrow, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #363f42;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
  background-color: #ffffff;
}
header .container > .section {
  float: right;
}
header .user_link {
  list-style: none;
  margin: 0;
  float: left;
  margin-top: 63px;
}
header .user_link li {
  float: left;
  padding-right: 30px;
  margin-right: 29px;
  border-right: 1px solid #1a2126;
  font-size: 13px;
}
header .user_link li:first-child + li + li {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
header .user_link li a {
  font: 11px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 11px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .user_link li a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .follow_icon {
  list-style: none;
  float: left;
  margin: 0;
  margin-top: 65px;
  margin-left: -10px;
}
header .follow_icon li {
  margin-left: 10px;
  float: left;
}
header .follow_icon li a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
header .follow_icon li a > img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .follow_icon li a:hover > img {
  margin-top: -25px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----menu-----*/
#menu {
  width: 100%;
  height: 126px;
}
.navbar_ {
  margin-bottom: 0 !important;
  float: right;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 24px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  padding: 0;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.nav-collapse_ .nav {
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 1px;
  zoom: 1;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #363f42;
  box-shadow: none !important;
  font: normal 16px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  text-shadow: none;
  padding: 10px 10px 0 10px;
  display: inline-block;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li > a > strong {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.nav-collapse_ .nav > li > a > em {
  position: absolute;
  height: 0;
  background-color: #8dbf41;
  top: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background: none !important;
  box-shadow: none;
}
.nav-collapse_ .nav > li.active > a > em {
  height: 40px;
}
.nav-collapse_ .nav > li a:hover {
  color: #ffffff !important;
  background: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li a:hover > em {
  height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  background: none !important;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > .sfHover > a > em {
  height: 40px;
}
.nav-collapse_ .nav > li > a span {
  display: inline-block;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  width: 7px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 156px;
  left: 0;
  top: 40px;
  padding: 13px 20px 15px 20px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #5c696d; /*old color: 5c696d 8dbf41*/

  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-collapse .sub-menu > ul li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  text-align: left;
  height: auto !important;
  margin-bottom: 5px;
  overflow: visible !important;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  padding: 0;
  margin: 0;
  font: 18px/18px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  background: none;
  font-weight: none;
  text-shadow: none !important;
  -webkit-transition: all 0.35s ease;	
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 5px;
  height: 9px;
  position: relative;
}
a.tosub:after {
  content: '';
  display: block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  left: 160px;
  bottom: 45%;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #8dbf41 !important;
  border: none !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  border: none !important;
  background: none !important;
  text-shadow: none !important;
  color: #8dbf41 !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 150px;
  left: 178px;
  top: -13px;
  padding: 13px 20px 15px 20px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #5c696d; /*old color: 5c696d*/
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-collapse .sub-menu ul ul li a {
  display: block;
  padding: 0;
  margin: 0;
  font: 18px/18px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  background: none;
  font-weight: none;
  text-shadow: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul li a:hover {
  text-decoration: none;
  background: none !important;
  color: #8dbf41 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  background: none;
  padding: 0;
  box-shadow: none;
  border: 1px solid #dedede;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* #ToTop button */#toTop {color: #000000;}#toTop:hover {color: #fff;background-color: #000000;border-color: #000000;}#toTop {background: #6abd45;}#toTop:before {color: #fff;}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; 
}
  #toTop span {
    display: none; }
  #toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
       -moz-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    width: 100%;
    font-size: 32px;
    line-height: 58px;
    content: "arrow_upward"; }
  #toTop:focus {
    outline: none; }
  @media (min-width: 544px) {
    #toTop {
      left: 30px; } }
  @media (min-width: 768px) {
    #toTop {
      bottom: 50px; } }



.mail {
  font: 13px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  color: #378673;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #3b3e3a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a {
  color: #f1511f;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.box1 ul li {
  margin-bottom: 19px;
}
.events-box hr {
  margin-top: 32px;
  margin-bottom: 34px;
}
.error-search p {
  margin-bottom: 18px;
  font-size: 16px;
}
.error-search h6 {
  margin-top: 0;
  margin-bottom: 17px;
}
.error-search h2 {
  margin-bottom: 28px;
}
.slogan {
  position: relative;
  background-color: #444d50;
  background-image: -moz-linear-gradient(top, #4d5659, #363f42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d5659), to(#363f42));
  background-image: -webkit-linear-gradient(top, #4d5659, #363f42);
  background-image: -o-linear-gradient(top, #4d5659, #363f42);
  background-image: linear-gradient(to bottom, #4d5659, #363f42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d5659', endColorstr='#ff363f42', GradientType=0);
}
.slogan > div {
  padding: 25px 0 30px 0;
  overflow: hidden;
}
.slogan > div > div {
  float: left;
  width: 830px;
}
.slogan p {
  color: #aaa;
  font-style: italic;
  font-size: 16px;
}
.slogan .description {
  font: 32px Impact, 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #343b3d;
  word-spacing: 0;
}
.slogan a {
  float: none;
  margin-top: 24px;
}
.banners {
  padding-top: 23px;
}
.banners.brd {
  border-bottom: 1px solid #e9e9e9;
}
.banners article {
  position: relative;
}
.banners article > em {
  background: url(../img/shadow.png) right bottom no-repeat;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 10px;
  height: 169px;
}
.banners article div {
  padding-right: 22px;
  overflow: hidden;
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
}
.banners article div div {
  margin-bottom: 19px;
}
.banners article div div h2 {
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners article div div .img_act {
  position: absolute;
}
.banners article div div strong {
  float: right;
}
.banners article div p {
  font: 14px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  color: #7b7b7b;
  margin-bottom: 19px;
}
.projects {
  position: relative;
  padding-top: 32px;
  padding-bottom: 28px;
  background-color: #edeeee;
}
.bg {
  background-color: #edeeee !important;
}
.projects ul {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.projects ul li {
  position: relative;
  overflow: hidden;
}
.projects ul li figure {
  margin: 0;
}
.projects ul li figure img {
  width: 100%;
}
.projects ul li a {
  display: block;
}
.projects ul li .caption {
  position: relative;
  padding: 0;
  background: url(../img/banner_bg.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 23px 6px 15px;
}
.projects ul li .caption p {
  color: #ffffff;
  line-height: 18px;
}
.projects ul li .caption em {
  background: url(../img/triangle.png) no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 23px;
  bottom: 11px;
}
.projects h2 {
  margin-bottom: 27px;
}
.info-box {
  padding-top: 36px;
}
.info-box .description {
  font: 18px 'PT Sans Narrow', PT Sans Narrow, Helvetica, sans-serif;
  color: #363f42;
  line-height: 21px;
  margin-bottom: 36px;
}
.info-box h2 {
  margin-bottom: 27px;
}
.compName {
	width: 100%;
	display: inline-block;
	background: #fff;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
  border: 1px solid #cfcfcf;
}
.compName ul {
  margin: 0;
  list-style: none;
}
.compName ul li {
  float: left;
  margin-left: 50px;
}
.compName ul li:first-child {
  margin-left: 0;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  margin-top: 16px;
}
#search-404 a {
  float: right;
}
#search-404 input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 7px 15px;
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ededed;
  background: #f8f8f8;
  font: 13px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  color: #7b7b7b;
  height: 33px;
  margin-bottom: 19px;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
  padding: 14px 20px 14px 19px;
}
#search {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  float: right;
}
#search a {
  position: absolute;
  top: 3px;
  right: 14px;
}
#search input {
  width: 220px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #83868a;
  font: 13px PT Sans Narrow, Helvetica, sans-serif;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 7px 10px 9px 13px;
  margin-right: 0;
  float: left;
  background: #2b3329;
  background: url(../img/search_bg.png) repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  border-bottom: 1px solid #32373c;
}
/*-----map-----*/
.map {
  margin: 0 0 74px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 392px ;
  border: none;
  line-height: 0;
}
.info h5 {
  margin-bottom: 8px;
  margin-top: -3px;
}
.info h2 {
  margin-bottom: 18px;
}
.info p {
  margin-bottom: 31px;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: -4px 0 92px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: PT Sans Narrow, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 202px;
}
.form-div-1,
.form-div-2 {
  margin-right: 7px;
}
.btns p {
  font: 11px PT Sans Narrow, Helvetica, sans-serif;
  color: #8dbf41;
  text-transform: uppercase;
  margin-top: -2px;
  float: left;
  margin-right: 40px;
}
#contact-form div > span {
  margin-bottom: 3px;
  display: block;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 49px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 25px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 7px 15px;
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ededed;
  background: #f8f8f8;
  font: 13px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  color: #7b7b7b;
  height: 33px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 133px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  border: 1px solid #ededed;
  color: #83868a;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: PT Sans Narrow, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 2px;
  text-align: right;
  right: 0;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #8dbf41;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: PT Sans Narrow, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -15px;
  text-align: right;
}
.btns .marg {
  margin-top: 13px;
}
/*-----footer-----*/
footer {
  position: relative;
  background: #354143;
  padding-top: 49px;
  padding-bottom: 45px;
}
footer .container {
  background: none !important;
}
footer p {
  font: 12px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
}
footer p > strong {
  font-weight: normal;
  margin-top: 12px;
  display: inline-block;
}
footer p a {
  font: 12px PT Sans Narrow, Helvetica, sans-serif;
  line-height: 18px;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p a:hover {
  color: #8dbf41;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p img {
  float: left;
  margin-top: 0;
  margin-right: 7px;
}
footer .follow_icon {
  margin: 0;
  list-style: none;
  overflow: hidden;
  float: right;
  margin-top: 4px;
}
footer .follow_icon li {
  float: left;
  margin-left: 8px;
}
footer .follow_icon li a {
  display: inline-block;
}
footer .follow_icon li a > img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .follow_icon li a:hover > img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.select-menu {
  display: none !important;
}
.main {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 1100px;
}
.main {
  max-width: 1275px;
}
.bg1 {
  background-color: #444d50;
  background-image: -moz-linear-gradient(top, #4d5659, #363f42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d5659), to(#363f42));
  background-image: -webkit-linear-gradient(top, #4d5659, #363f42);
  background-image: -o-linear-gradient(top, #4d5659, #363f42);
  background-image: linear-gradient(to bottom, #4d5659, #363f42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d5659', endColorstr='#ff363f42', GradientType=0);
}
.bg1 .container {
  background: none;
}



/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1300px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 252px;
  }
  .list4 li {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .list4 li .caption {
    overflow: hidden;
  }
  .main {
    max-width: 1275px;
  }
  .slogan a {
    float: right;
  }
  .compName ul li {
    margin-left: 50px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	h1.brand {
		padding: 0 !important;
	}

  h6 {
    font-size: 30px;
    line-height: 30px;
  }
  .list4 li {
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .list4 li .caption {
    overflow: visible;
  }
  .slogan > div > div {
    float: none;
    width: 100%;
  }
  .slogan a {
    float: none;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  footer .follow_icon {
    float: none !important;
    text-align: center;
  }
  footer .follow_icon li {
    margin-left: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
  footer .span3 {
    text-align: center;
  }
  footer p {
    display: inline-block;
  }
  .compName ul li {
    margin-left: 50px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {

  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  h1.brand {
    text-align: center;
    width: 100%;
    border-bottom: 5px solid #8dbf41;
    padding: 56px 0 40px 0 !important;
  }
  #menu {
    height: 275px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .navbar_ .navbar-inner {
    text-align: center;
    border-radius: 0;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .slogan .description {
    font-size: 26px;
  }
  .slogan > div > div {
    float: none;
    width: 100%;
  }
  .compName ul li {
    margin-left: 115px;
  }
  .banners article div {
    padding-right: 0;
  }
  .banners h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .list4 li .caption {
    overflow: visible;
  }
  .picture .descrip {
    font-size: 190px;
    line-height: 151px;
  }
  .list2 li figure {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .list2 li figure > img {
    width: 100%;
  }
  .list5 li .caption {
    overflow: visible;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  footer .follow_icon {
    float: none !important;
    text-align: center;
  }
  footer .follow_icon li {
    margin-left: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
  footer .span3 {
    text-align: center;
  }
  footer p {
    display: inline-block;
  }
  .main.indent {
    margin-top: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {


  header {
    padding-bottom: 0;
    border: none;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .banners article > em {
    display: none;
  }
  .banners article div {
    padding-right: 0;
  }
  .banners article {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  .banners.brd {
    border: none;
  }
  .projects ul li {
    width: 45%;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
  }
  .info-box .span3 {
    margin-bottom: 0px;
  }
  .info-box article p {
	margin-top: 20px;
  }
  .resources .span3 {
    margin-bottom: 40px;
    width: 45%;
    margin-right: 20px;
    float: left;
  }
  #menu {
    height: 170px;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .slogan .description {
    font-size: 26px;
  }
  .slogan > div > div {
    float: none;
    width: 100%;
  }
  .slogan {
  	padding: 10px;
  }
  .compName ul li {
    margin-left: 70px;
  }
  .box-list1 {
    float: left;
    width: 45%;
    margin-right: 10px;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    width: 100%;
    display: block;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .box4 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  h1.brand a {
    margin-bottom: 38px;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .list1 {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
  }
  .error {
    text-align: center;
  }
  .box-pad1 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .box1 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad2 figure {
    margin-right: 20px;
    float: left;
  }
  .thumb-pad2 {
    margin-bottom: 70px;
  }
  .box-pad2 {
    margin-top: 70px;
  }
  .picture .descrip {
    font-size: 190px;
    line-height: 151px;
  }
  .tab-content {
    margin-bottom: 70px;
  }
  .list2 li {
    overflow: hidden;
    margin-bottom: 20px;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  footer .follow_icon {
    float: none !important;
    text-align: center;
  }
  footer .follow_icon li {
    margin-left: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
  footer .span3 {
    text-align: center;
  }
  footer p {
    display: inline-block;
  }
  footer article {
  	text-align: center;
  }
  .box4 {
    width: 45%;
    margin-right: 20px;
    float: left;
  }
  .main.indent {
    margin-top: 0;
  }
  .projects {
    background: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box-thumb1 {
    width: 45%;
  }
  .box4 {
    width: 45%;
    margin-right: 10px;
  }
  .list5 li figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .thumb-box0 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .pull-right {
    width: 100%;
  }
  .picture p {
    margin-bottom: 32px;
  }
  .nav-tabs li {
    width: 98px;
  }
  .nav-tabs li a {
    font-size: 15px;
  }
  .compName ul li {
    margin-left: 60px;
  }
  .slogan > div {
    padding: 25px 0 26px 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .box-thumb1 {
    width: 45%;
  }
  .box1 {
    width: 28%;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .compName ul li {
    float: left;
    margin-left: 45px;
  }
  .picture .descrip {
    font-size: 130px;
    line-height: 120px;
  }
  .resources .span3 {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .thumb-pad1 figure {
    width: 100%;
  }
  .projects ul li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box-list1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list4 li .extra-wrap a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .map iframe {
    height: 200px;
  }
  .slogan .description {
    font-size: 20px;
  }
  .thumb-pad5 figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #search,
  #search input {
    width: 100%;
  }
  .box-pad1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer p {
    float: none;
    margin-bottom: 10px;
  }
  footer ul {
    float: none;
    display: block;
  }
  #subscribe-form {
    margin-bottom: 30px;
  }
  .box1 {
    width: 42%;
  }
  .list1 li figure {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .box4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .nav-tabs li {
    width: 70px;
  }
  .picture .descrip {
    font-size: 90px;
    line-height: 100px;
  }
  footer p img {
    float: none;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  footer .follow_icon li:first-child + li + li + li + li {
    margin-right: 0;
  }
  .box4 {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .banners h2 {
    font-size: 17px;
    line-height: 17px;
  }
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list1 li figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .box1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .nav-tabs li {
    width: 65px;
  }
  .picture .descrip {
    font-size: 90px;
    line-height: 100px;
  }
  .nav-tabs li a {
    font-size: 14px;
  }
  .compName ul li {
    float: none;
    margin-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
  max-width: 100% !important;
  margin-top: 4px;
}
.border {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
}
.border1 {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
  margin-bottom: 19px;
}
.margBot {
  margin-bottom: 24px;
}
.margBot1 {
  margin-bottom: 43px;
}
.margBot2 {
  margin-bottom: 27px;
}
.margBot3 {
  margin-bottom: 18px;
}
.margBot4 {
  margin-bottom: 12px;
}
.padBot {
  padding-bottom: 92px;
}
.padBot1 {
  padding-bottom: 148px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.phone {
	text-align: right;
	padding: 10px;
}
.btn-feedback {
	display: inline-block;
	width: auto;
	background: #8dbf41;
	padding: 5px 10px;
	margin: 5px 20px 5px 5px;
	color: #fff;
	border: 1px solid #8dbf41;
	border-radius: 4px;
}
.btn-feedback:hover {
	color: #999;
	background: #fff;
	border: 1px solid #8dbf41;
}
/*
.modal {
	max-width: 250px;
	margin-left: -125px;
}
*/
.modal form {
	margin: 0;
}
.modal .btn-feedback {
	width: 100%;
	margin: 10px 0 5px 0 !important;
}

@media (max-width: 500px) {
	.modal {
		margin-left: 30px;
	}
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}