
/*-- Main Styles --*/

body {
  max-width: 1920px;
  font-family: 'Open Sans', sans-serif;
}

input[placeholder] {
  padding-left: 1%;
  /* Firefox 19+ */
  /* Firefox 18- */
  color: #1e552d;
}

input[placeholder]::-webkit-input-placeholder {
  color: #1e552d;
}

input[placeholder]::-moz-placeholder {
  color: #1e552d;
}

input[placeholder]:-moz-placeholder {
  color: #1e552d;
}

input[placeholder]:-ms-input-placeholder {
  color: #1e552d;
}

/* wm*/
a:hover {text-decoration:none;}

/* /wm */


@font-face {
  font-family: RalewaySemiBold;
  src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
  font-family: RalewayMedium;
  src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: RalewayLight;
  src: url(../fonts/Raleway-Light.ttf);
}

/*-- Index.html --*/
/*-- header-top-menu --*/

.header-top-menu {
  height: 38px;
  background: #82bd5f;
  font-family: RalewaySemiBold;
}

.header-top-menu .header-top-menu--center {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.header-top-menu .header-top-menu--center .clients {
  padding-top: 13px;
  font-size: 12px;
  color: #e7f1e1;
  float: left;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 0.02em;
  display: block;
}

.header-top-menu .header-top-menu--center .clients a {
  color: #e7f1e1;
  font-family: RalewayLight;
  padding-bottom: 3px;
  padding-right: 1%;
  padding-left: 1%;
}

.header-top-menu .header-top-menu--center .clients .login {
  background: none;
  border: 1px solid #fff;
  font-family: RalewayLight;
  margin-top: 5px;
  height: 28px;
  width: 45%;
  outline: none;
}

.header-top-menu .header-top-menu--center .clients .contact {
  background: none;
  border: 1px solid #fff;
  font-family: RalewayLight;
  height: 28px;
  width: 45%;
  outline: none;
}

.header-top-menu .header-top-menu--center .header-inputs {
  float: left;
  width: 55%;
  padding-top: 9px;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.header-top-menu .header-top-menu--center .header-inputs .center-inputs {
  width: 80%;
  margin: 0 auto;
  padding-left: 25%;
}

.header-top-menu .header-top-menu--center .header-inputs input {
  width: 30%;
  font-family: RalewayMedium;
  outline: none;
  float: left;
  margin-right: 1%;
  font-size: 12px;
  font-weight: 100;
  height: 16px;
}

.header-top-menu .header-top-menu--center .header-inputs button {
  display: block;
  float: left;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-family: RalewayLight;
}

.header-top-menu .header-top-menu--center .header-inputs button:hover {
  background: #1e552d;
}

.header-top-menu .header-top-menu--center .header-inputs a {
  color: #e7f1e1;
  font-family: RalewayLight;
  display: block;
  font-size: 10px;
  position: relative;
  left: 3%;
  width: 10%;
  display: block;
  float: left;
  line-height: 1em;
}

.header-top-menu .header-top-menu--center .search {
  float: right;
  height: 80%;
  width: 20%;
}

.header-top-menu .header-top-menu--center .search input {
  width: 70%;
  font-family: RalewayMedium;
  outline: none;
  margin-top: 8px;
  margin-left: 8%;
  height: 16px;
  font-size: 12px;
}

.header-top-menu .header-top-menu--center .search button {
  display: block;
  float: right;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-family: RalewayLight;
  margin-top: 9px;
  outline: none;
}

.header-top-menu .header-top-menu--center .search button:hover {
  background: #1e552d;
}

/*-- header-logo --*/

.header-logo {
  height: 142px;
  background: url(../userfiles/images/structure/logo.png) center 90% no-repeat;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.header-logo .share-center {
  float: right;
  padding-right: 10px;
  position: absolute;
  right: 2%;
  bottom: 25%;
}

.header-logo .share-center span {
  font-size: 10px;
  font-family: RalewayMedium;
  color: #1f552e;
}

.header-logo .share-center img {
  position: relative;
  top: 14px;
}

/*-- header-menu--center --*/

.header-menu {
  height: 44px;
  background: #1e552d;
}

.header-menu .header-menu--center {
  max-width: 1000px;
  margin: 0 auto;
}

.header-menu .header-menu--center ul {
  list-style-type: none;
  height: 42px;
  padding: 0;
  padding-left: 4%;
}

.header-menu .header-menu--center ul :last-child {
  border-right: none;
}

.header-menu .header-menu--center li {
  float: left;
  display: block;
  width: 19%;
  border-right: 1px solid white;
  text-align: center;
  height: 44px;
}

.header-menu .header-menu--center a {
  color: white;
  width: 100%;
  height: 77%;
  display: block;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 10px;
  letter-spacing: 0.04em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.header-menu .header-menu--center a:hover {
  background: #82bd5f;
}

/*-- header-menu--slider --*/

.header-menu--slider {
  background: tomato;
  background: url(../userfiles/images/structure/slider-gb.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.header-menu--slider .header-menu--text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 20px;
}

.header-menu--slider .message {
  font-family: Times;
  font-size: 71px;
  margin: 0;
  color: #0f2a17;
  width: 70%;
  padding-top: 30px;
  line-height: 80%;
}

.header-menu--slider .header-menu--list {
  width: 48%;
  padding-left: 15px;
  font-family: Times;
  color: #1b4e2a;
  font-size: 17px;
  padding-bottom: 20px;
}

.header-menu--slider .header-menu--list li {
  padding-top: 1%;
}

.header-menu--slider .butt-ideas {
  /*position: absolute;
  left: 43.5%;
  bottom: -25px;*/
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 16px;
  border: none;
  background: #81b562;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  outline: none;
}

.header-menu--slider .butt-ideas:hover {
  background: #1e552d;
}

/*--content-center--*/

.content-center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content-center h1 {
  font-family: Times;
  font-size: 45px;
  font-weight: 100;
  text-align: center;
  line-height: 0.9em;
  color: #0f2a17;
}

/*--content-line--*/

.content-line {
  margin-top: 60px;
  border-top: 1px solid #81b562;
  width: 100%;
}

.content-line img {
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: 25px;
}

.slider-content--main {
  font-family: Times;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.slider-content--main .subheader {
  font-family: Times;
  font-size: 35px;
  margin: 0 auto;
  padding: 0 24px;
  font-weight: 100;
  color: #0f2a17;
}

/*--SWIPRER--*/
.device {
  width: 88%;
  height: 100%;
  padding: 0 40px;
  margin: 5px auto;
  position: relative;
}

.device .arrow-left {
  background: url(../userfiles/images/structure//arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}

.device .arrow-right {
  background: url(../userfiles/images/structure//arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}

.swiper-container {
  height: 400px;
  width: 100%;
}

.content-slide {
  height: 400px;
  padding: 20px;
  border-right: 1px solid green;
  color: #85bb65;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

.content-slide h3, .content-slide h4 {
  margin: 10px 0 0 0;
}

.content-slide p {
  color: #0f2a17;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.title {
  font-size: 25px;
  margin-bottom: 10px;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

.btn-results {
  background: #1f552e;
  display: block;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  padding: 6px 11px;
  font-size: 16px;
}

.btn-results:hover {
  background: #81b562;
}

/*--GREEN LINE--*/

.green-line {
  margin-top: 27px;
  height: 21px;
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  background: #e5efdf;
}

/*--Block Content--*/

.block-content {
  font-family: Times;
  max-width: 1000px;
  padding-left: 4%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-content:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.left-report {
  width: 30%;
  margin-left: 3%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.left-report .sub-text {
  font-family: Times;
  font-weight: 100;
  color: #2f4636;
  margin: 5px 0;
  font-size: 26px;
}
.left-report img {
  max-width: 100%;
  height: auto;
  display: block;
}

.left-report button {
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  padding: 6px 45px;
  margin-right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  float: right;
  font-weight: 100;
}

.left-report button:hover {
  background: #81b562;
}

.right-report {
  padding: 15px;
  width: 65%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.right-report h2 {
  position: absolute;
  left: 47%;
  font-family: Times;
  font-weight: 100;
  color: #2f4636;
  margin: 0;
}

.right-report span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #2f4636;
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  width: 80%;
}

.right-report img {
  max-width: 60%;
  width: 45%;
  height: auto;
  display: block;
}

.right-report button {
  margin-top: 1.6%;
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  padding: 6px 45px;
  margin-right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  right: 0;
}

.right-report button:hover {
  background: #81b562;
}

.green-line-2 {
  display: none;
}

.green-line-3 {
  margin-top: 27px;
  height: 21px;
  border-top: 1px solid green;
  background: #e5efdf;
}

/*--Ideas.html--*/

.subheader-ideas {
  max-width: 950px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
  font-size: 32px;
  font-family: Times;
  font-weight: 100;
  color: #0f2a17;
}

.ideas-text {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.ideas-text p {
  width: 70%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 14px;
  float: left;
  margin-right: 1%;
}

.ideas-text h2 {
  color: #114723;
  font-family: 'Open Sans', sans-serif;
}

.ideas-text a {
  color: #4e6f5e;
  font-family: 'Open Sans', sans-serif;
}

.ideas-text li {
  color: #114723;
  font-family: 'Open Sans', sans-serif;
}

.reports-button-call{
    float: right;
    width: 30%;
  }

.ideas-text .recent-report {
  background: url(../userfiles/images/structure//recent-img.jpg) top center no-repeat;
  width: 200px;
  float: right;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.ideas-text .recent-report .recent-text--small {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  padding-top: 5%;
  color: #fff;
  position: relative;
  right: 5px;
  padding: 5% 24px 0 24px;

}

.ideas-text .recent-report .recent-text--big {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 0.9em;
  font-weight: 800;
  color: #fff;
  position: relative;
  right: 5px;
  padding: 0 24px 20px 24px;

}

.ideas-text .recent-report .button-report {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  padding: 3%;
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  right: 3px;
  cursor: pointer;
  margin-bottom: 25px;
}

.ideas-text .recent-report .button-report:hover {
  background: #81b562;
}

.ideas-text .recent-report button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 65%;
  padding: 3%;
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  right: 2px;
  cursor: pointer;
}

.ideas-text .recent-report button:hover {
  background: #81b562;
}

.ideas-text .recent-report a {
  color: #fff;
  text-decoration: none;
}

.ideas-text:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*--Content-ticker--*/
.content-ticker {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 2%;
}

.content-ticker .ticker-left {
  width: 48%;
  float: left;
  padding-right: 2%;
  border-bottom: 1px solid #81b562;
  padding-bottom: 10px !important;
}

.content-ticker .ticker-right {
  width: 48%;
  float: right;
  padding-left: 2%;
  border-bottom: 1px solid #81b562;
  padding-bottom: 10px !important;
}

.content-ticker .sub-tickername {
  margin: 0;
  color: #8dc06f;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.content-ticker p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.content-ticker img {
  float: left;
  display: block;
}

.content-ticker span {
  display: block;
  float: left;
  width: 40%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #1e552d;
}

.ticker-left:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ticker-right:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content-ticker:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*--RESULTS.html--*/
.results-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 2%;
}

.results-content img {
  max-width: 100%;
  height: auto;
}

.resent-report-res {
  background: url(../userfiles/images/structure//res-img.jpg) 50% center no-repeat !important;
  background-size: 100% 100% !important;
}

.resent-report-res button {
  position: relative;
  top: 67%;
}

/*--WHO.html--*/
.responsive {
  max-width: 100%;
  height: auto;
  padding-top: 2%;
}

.without-border {
  border: none !important;
}

.without-border button {
  width: 98%;
  height: 3em;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #1f552e;
  border: none;
  color: #fff;
  font-weight: 100;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
}

.without-border button:hover {
  background: #81b562;
}

/*--Default.html--*/
.paragraphs-default {
  float: left;
  width: 70%;
}

.paragraphs-default p {
  float: none !important;
  width: 100%;
}

.paragraphs-default .left-photo {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 10px;
}

.recent-report-2 {
  background: url(../userfiles/images/structure//recent-img.jpg) 50% center no-repeat;
  width: 200px;
  height: 100%;
  float: right;
  background-size: 100% 103%;
}

.recent-report-2 .recent-text--small {
  display: block;
  text-align: center;
  font-family: OpenSans;
  font-size: 21px;
  padding-top: 5%;
  color: #fff;
  position: relative;
  right: 5px;
  padding: 5% 24px 0 24px;
}

.recent-report-2 .recent-text--big {
  display: block;
  text-align: center;
  font-family: OpenSans;
  font-size: 30px;
  line-height: 0.9em;
  font-weight: 800;
  color: #fff;
  position: relative;
  right: 5px;
  padding: 0 24px;
}

.recent-report-2 .button-report {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  padding: 5px;
  margin-top: 29px;
  margin-bottom: 20px;
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  right: 2px;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 20px;
}

.recent-report-2 .button-report:hover {
  background: #81b562;
}

/*--ContactUs.html--*/

.center-text {
  max-width: 950px;
  margin: 1% auto;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 14px;
}

.content-line-2 {
  margin: 2% auto;
  border-top: 1px solid #81b562;
  width: 100%;
  height: 10px;
}

.content-line-2 img {
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: 25px;
}

.contact-us {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 15px;
  padding-left: 1%;
  width: 50%;
  height: 25px;
  background: #e6f0e0;
  border: 1px solid #9ab2a0;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  color: #1e552d;
  margin: 1% 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.contact-us::-webkit-input-placeholder {
  color: #1e552d;
}

.contact-us::-moz-placeholder {
  color: #1e552d;
}

.contact-us:-moz-placeholder {
  color: #1e552d;
}

.contact-us:-ms-input-placeholder {
  color: #1e552d;
}

.about-center {
  max-width: 950px;
  margin: 1% auto;
  padding: 0 20px;
}

.about-center textarea {
  width: 49%;
  background: #e6f0e0;
  border: 1px solid #9ab2a0;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  padding: 1%;
  color: #1e552d;
  font-size: 15px;
  outline: none;
}

.about-center p {
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  margin: 10px 0 10px 0;
  padding-left: 20px;
}

.about-center span {
  font-weight: 100;
  font-size: 14px;
  padding-left: 20px;
}

.about-center button {
  display: block;
  margin-top: 2%;
  margin-left: 41%;
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  font-weight: 100;
}

.about-center button:hover {
  background: #81b562;
}

.fortextArea {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 15px;
  padding-left: 1%;
  color: #1e552d;
  margin-bottom: 4px;
}

/*--login.html--*/

.register {
  margin: 0 !important;
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  font-weight: 100;
  padding: 0.5% 1%;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.about-center a {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1e552d;
  width: 15%;
}

/*--suggest.html--*/

.suggest-center {
  max-width: 950px;
  margin: 1% auto;
  padding: 0 20px;
}

.suggest-center .suggest-menu-left {
  width: 20%;
  float: left;
}

.suggest-center .suggest-menu-left span {
  display: block;
  margin-bottom: 5%;
}

.suggest-center .suggest-menu-left ul {
  margin: 0;
}

.suggest-center .suggest-menu-left li {
  padding-bottom: 7%;
}

.suggest-center .suggest-menu-left a {
  color: #5a8265;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.suggest-center .suggest-text {
  width: 80%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.suggest-center .suggest-text p {
  margin: 0;
}

.suggest-center:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.suggest-center input {
  background: #d2e4c7;
  border: 1px solid #8caa8f;
  padding: 1%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #1e552d;
  /* Firefox 19+ */
  /* Firefox 18- */
  outline: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #666666;
  -moz-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  display: block;
  margin-top: 2%;
  margin-left: 24%;
}

.suggest-center input::-webkit-input-placeholder {
  color: #1e552d;
}

.suggest-center input::-moz-placeholder {
  color: #1e552d;
}

.suggest-center input:-moz-placeholder {
  color: #1e552d;
}

.suggest-center input:-ms-input-placeholder {
  color: #1e552d;
}

.suggest-center span.for-inp-sug {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #1e552d;
  margin: 2% auto;
  text-align: left;
  width: 49%;
}

.suggest-center textarea {
  background: #e6f0e0;
  border: 1px solid #8caa8f;
  padding: 1%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #1e552d;
  width: 50%;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #666666;
  -moz-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  outline: none;
  height: 20%;
  display: block;
  margin: 0 auto;
}

.suggest-center button {
  display: block;
  margin-top: 2%;
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #666666;
  -moz-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  padding: 1% 2%;
  margin-left: 66.5%;
}

.suggest-center button:hover {
  background: #81b562;
}

/*--Subscribe--*/

.searchpositions {
  width: 68%;
  background: #e6f0e0;
  float: left;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  margin: 0 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1.7%;
}

.searchpositions span {
  display: block;
}

.searchpositions select {
  margin: 2%;
  margin-bottom: 5%;
}

.searchpositions button {
  display: inline;
  margin: 0;
  margin-left: 3%;
}

.reports {
  width: 28%;
  background: #e6f0e0;
  float: left;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  margin: 0 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.reports span {
  display: block;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 2%;
}

.reports .arrow-rep-1 {
  display: inline-block;
  background: url(../userfiles/images/structure/arrows.png) 3px 0 no-repeat;
  width: 20px;
  height: 23px;
  cursor: pointer;
  margin: 0;
  position: relative;
  left: 5px;
}

.reports .arrow-rep-2 {
  display: inline-block;
  background: url(../userfiles/images/structure/arrows.png) 0 -35px no-repeat;
  width: 20px;
  height: 23px;
  cursor: pointer;
  margin: 0;
  position: relative;
  left: 5px;
}

.reports .date {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  background: #fff;
  display: block;
  background: #fff;
  width: 50%;
  height: 5%;
  padding: 1% 10%;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  bottom: 5px;
  left: 5px;
  text-align: center;
}

.reports .smallSpan {
  font-size: 12px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 70px;
  text-decoration: none;
  color: #1e552d;
}

.clear {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.desc {
  margin-left: 3%;
  margin-top: 4%;
}

.desc span {
  width: 20%;
  display: block;
  float: left;
}

.table-desc {
  margin-right: 1%;
  background: #e6f0e0;
  margin-top: 3%;
  margin-left: 1%;
  -webkit-box-shadow: 0px 0px 4px #666666;
  -moz-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  padding: 1%;
  
  color: #365d3e;
}

.table-desc span {
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 1%;
}

.white-info {
  background: #fff;
  margin: 2% 0;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  padding: 2%;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #1e552d;
  display: none;
}

/* wm */

.white-info p {
	padding-bottom:14px;
}

.white-info a {
  color: #4e6f5e;
}

/* /wm */


/*--Support--*/

.support-text {
  max-width: 950px;
  margin: 1% auto;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #1e552d;
}

.support-question {
  margin: 0 1%;
}

.p-question {
  display: none;
}

/*--Bottom--*/

.bottom {
  background: #191919;
}

.bottom .sub-info {
  margin: 0;
  color: #85bb65;
  font-size: 32px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 100;
  padding: 20px;
}

.bottom button {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 16px;
  border: none;
  background: #81b562;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  outline: none;
  margin: 0 auto;
  display: block;
}

.bottom button:hover {
  background: #1f552e;
}

.bottom .two-line {
  border-top: 2px solid #85bb65;
  border-bottom: 2px solid #85bb65;
  padding: 2px 0;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}

.bottom p {
  margin: 0 auto;
  max-width: 900px;
  color: #fff;
  font-family: Times;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  padding-top: 25px;
  color: #f0f0f0;
}

.bottom img {
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  margin-bottom: 20px;
}

.bottom .bottom-tel {
  font-size: 12px;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #f0f0f0;
}

/* Media Queries */

@media screen and (max-width: 992px) {
  .clients {
    width: 40% !important;
  }

  .header-inputs {
    width: 37% !important;
  }

  .center-inputs {
    margin: 0 !important;
    padding: 0 !important;
  }

  .search {
    margin: 0;
  }

  .search input {
    margin-left: 0 !important;
  }

  .reports .date {
    font-size: 12px;
    text-align: center;
    width: 47%;
  }

  .arrow-rep-1 {
    position: relative;
    left: 3px;
  }

  .arrow-rep-2 {
    position: relative;
    left: 3px;
  }

  .date {
    position: relative;
    left: 3px;
  }
}

@media screen and (min-width: 769px) {
  .hamburger {
    display: none !important;
  }

  .login {
    display: none !important;
  }

  .contact {
    display: none !important;
  }

  .content-slide {
    border-left: 1px solid green !important;
    margin: 0 3px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }

  .header-top-menu {
    min-width: 320px;
    height: 68px;
  }
  .header-top-menu .clients {
    width: 42%;
  }
  .header-top-menu .clients span {
    display: none !important;
  }

  .header-inputs {
    display: none;
  }

  .search {
    width: 56% !important;
  }
  .search input {
    height: 24px !important;
    font-size: 14px;
    margin-top: 17px !important;
    float: left !important;
    width: 56% !important;
    margin-right: 4px !important;
  }
  .search button {
    margin-top: 18px !important;
    margin-right: 0 !important;
    height: 28px !important;
    width: 15% !important;
    font-size: 14px;
    float: left !important;
  }
  .search .hamburger {
    float: right !important;
    display: block !important;
    border: none !important;
    background: url(../userfiles/images/structure/hamburger.png) center 100% no-repeat !important;
  }

  .header-logo {
    min-width: 250px !important;
  }

  .share-center {
    top: 5% !important;
  }

  .header-menu--center ul {
    padding-left: 0% !important;
  }
  .header-menu--center a {
    font-size: 15px !important;
    padding-top: 16px;
    height: 100% !important;
  }

  .header-menu--center a {
    font-size: 13px !important;
    padding-top: 15px !important;
  }

  .header-menu {
    height: 225px;
  }

  .header-menu--center ul {
    height: 100px;
  }
  .header-menu--center li {
    float: none !important;
    border-right: none !important;
    border-bottom: 1px solid #fff;
    width: 100% !important;
    display: block;
  }
  .header-menu--center a {
    font-size: 15px !important;
    padding-top: 0 !important;
    line-height: 44px;
    font-size: 15px;
  }

  .message {
    font-size: 51px;
    width: 100% !important;
    text-align: center;
  }

  .header-menu--list {
    width: 98% !important;
    font-size: 20px;
  }

  .header-menu--slider {
    background: #e0e9e3;
  }

  .content-center h1 {
    font-size: 31px !important;
  }

  .subheader {
    text-align: center;
  }

  .device {
    width: 75%;
  }

  .swiper-container {
    height: 400px;
  }

  .block-content {
    padding: 0;
  }

  .green-line-2 {
    display: block !important;
    margin-top: 27px;
    height: 21px;
    border-top: 1px solid green;
    border-bottom: 1px solid green;
    background: #e5efdf;
  }

  .left-report {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .left-report img {
    margin: 0 auto;
  }
  .left-report button {
    float: none;
    margin: 0 auto;
  }

  .right-report {
    float: none;
    width: 100%;
  }
  .right-report span {
    display: none;
  }
  .right-report h2 {
    position: static;
    text-align: center;
  }
  .right-report img {
    margin: 0 auto;
    float: none;
  }
  .right-report button {
    position: static;
    margin: 0 auto;
  }

  .right-report button {
    margin-top: 10%;
  }

  /*--Ideas.html--*/

  .ideas-text p {
    width: 100%;
    float: none;
  }
  
  .reports-button-call{
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .recent-report {
    margin: 0 auto;
    float: none !important;
    height: 195px !important;
  }

  .recent-report button {
    margin-top: 0 !important;
    position: relative;
    top: 15%;
  }

  .content-ticker {
    width: 100%;
    padding: 0;
  }
  .content-ticker img {
    float: left;
    display: block;
  }
  .content-ticker span {
    width: 60%;
  }

  .ticker-left {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    padding: 0 3% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .ticker-right {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    padding: 0 3% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ticker-right h2 {
    margin-top: 6% !important;
  }

  /*--Default.html--*/
  
  .paragraphs-default {
    width: 67%;
  }
  .paragraphs-default p {
    text-align: justify;
  }
  .paragraphs-default .left-photo {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }

  .paragraphs-default {
    width: 100%;
    float: none !important;
  }

  .recent-report-2 {
    float: none;
    margin: 0 auto;

  }

  .recent-report-2 button {
    margin-top: 0;
    margin-bottom: 144px;
    position: relative;
    top: 127px;
  }

  .contact-us {
    width: 100%;
    margin-bottom: 2%;
  }

  .about-center textarea {
    width: 100%;
  }
  .about-center button {
    display: block;
    margin: 0 auto;
  }

  .suggest-menu-left {
    width: 100% !important;
    float: none;
  }
  .suggest-menu-left li {
    padding-bottom: 3% !important;
  }

  .suggest-text {
    margin-top: 3%;
    float: none;
    width: 100% !important;
  }

  .suggest-center textarea {
    width: 90%;
  }
  .suggest-center button {
    margin: 3% auto;
  }
  .suggest-center input {
    margin-left: 4%;
  }
  .suggest-center span.for-inp-sug {
    width: 92%;
  }

  .reports {
    display: none !important;
  }

  .table-desc {
    width: 100% !important;
  }

  .searchpositions {
    width: 100% !important;
  }
/*  .searchpositions select {
    padding-bottom: 2% !important;
  }
  */
  .searchpositions button {
    display: block;
    margin: 0 auto;
  }

  .bottom p {
    font-size: 20px;
    margin: 0 25px;
  }
}
