bottom-menu@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
/*@import url("https://fonts.googleapis.com/css?family=Raleway");*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
p {
  margin: 0;
}

body{
  background: #fff;
  font-family: "Roboto", sans-serif;
  /*font-size: 12px;*/
}

html {
  font-size: 16px;
    /*font-size: 62.5;*/
}

/* --------header--------------------- */
header {
  position: rel;
  top: 0;
  left: 0;
  /*height: 80px;*/
  width: 100%;
  text-align: center;
  vertical-align: middle;
  z-index: 4;
}


/*-----Cart----------*/
#cart-trigger {
  left: 0;
  /*position: absolute;*/
  top: 0;
  /*height: 100%;*/
}



/*---------Search-------*/
.search {
  /*padding-top: 20px;*/
  /*float: right;
  vertical-align: middle;*/
}
.search-btn {
  cursor: pointer;
}
.search-btn:hover {
  opacity: .5;
}
.search-slide {
  width: 0;
  height: 2.5em;
  overflow: hidden;
  vertical-align: middle;
}
.search-close {
  margin-top: -5px;
  width: 1.375em;
  height: 1.375em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.search-close:hover {
  opacity: .5;
}

/* inline block */
.ib {
  display: inline-block;
  vertical-align: top;
}

.ib-m {
  display: inline-block;
  vertical-align: middle;
}

.search a {
  margin-right: 7px;
}
.search img {
  width: 26px;
  height: 26px;
}
.search a:last-child {
  margin-right: 0;
}



/*---------Search1-------*/
.search1 {
  /*padding-top: 20px;*/
  /*float: right;
  vertical-align: middle;*/
}
.search-btn1 {
  display: none;
  cursor: pointer;
}
.search-btn1:hover {
  opacity: .5;
}
.search-slide1 {
  width: 0;
  height: 2.5em;
  overflow: hidden;
}
.search-close1 {
  margin-top: -30px;
  width: 1.375em;
  height: 1.375em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.search-close1:hover {
  opacity: .5;
}

/* inline block */
.ib1 {
  display: inline-block;
  vertical-align: top;
}

.ib-m1 {
  display: inline-block;
  vertical-align: middle;
}

.search1 a {
  margin-right: 7px;
}
.search1 img {
  width: 26px;
  height: 26px;
}
.search1 a:last-child {
  margin-right: 0;
}



/*---------Search1-------*/
.search2 {
  /*padding-top: 20px;*/
  /*float: right;
  vertical-align: middle;*/
}
.search-btn2 {
  cursor: pointer;
}
.search-btn2:hover {
  opacity: .5;
}
.search-slide2 {
  width: 0;
  height: 2.5em;
  overflow: hidden;
}
.search-close2 {
  margin-top: -30px;
  width: 1.375em;
  height: 1.375em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.search-close2:hover {
  opacity: .5;
}

/* inline block */
.ib2 {
  display: inline-block;
  vertical-align: top;
}

.ib-m2 {
  display: inline-block;
  vertical-align: middle;
}

.search2 a {
  margin-right: 7px;
}
.search2 img {
  width: 26px;
  height: 26px;
}
.search2 a:last-child {
  margin-right: 0;
}



/*--------Menu----------*/

.header-top {
    /*padding: 35px 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    box-sizing: border-box;*/

    position: relative;
    top: 0;
    left: 0;
    /*height: 80px;*/
    padding: 35px 10px 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.l-left {
    float: left;
}

.l-right {
    /*float: right;*/
    /*margin-right: 30px;*/
}
.feetback-form-title h2{
    text-transform : uppercase;
}
.feetback-form-title div{
    margin-top    : 21px;
    margin-bottom : 7px;
}
.toggle-menu {
    /*position: relative;
    display: inline-block;*/
    /*width: 50px;
    height: 50px;
    top: 10px;*/
}

/*.toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: white;
    width: 30px;
    left: 10px;
    -webkit-transition: all .3s;
            transition: all .3s;
}

.toggle-menu i:nth-child(1) {
    top: 16px;
}

.toggle-menu i:nth-child(2) {
    top: 24px;
}

.toggle-menu i:nth-child(3) {
    top: 32px;
}*/

header ul.logotip {
  /*margin-top: 10px;*/
  margin-left: 20px;
  list-style: none;
}
header ul.logotip > li {
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  border-right: solid #000 2px;
  text-align: left;
  vertical-align: middle;
}
header ul.logotip > li:last-child {
  border-right: 0;
}
header ul.logotip > li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}
header ul.logotip > li span {
  font-size: 22px;
  font-weight: 300;
}

header ul.r-menu {
 list-style: none;
 float: right;
 /*float: right;*/
 right: 50px;
 /*margin-top: -8px;*/
}
header ul.r-menu > li {
 display: inline-block;
 margin-right: 10px;
  vertical-align: middle;
}
header ul.r-menu > li:last-child {
 margin-right: 15px;
}
header ul.r-menu > li p {
  font-size: 14px;
  color: #fff;
}

/*header ul.r-menu > li .but-menu {
  display: block;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 12px;
  color: #fff;
}*/



/*---------Menu-right--------*/
#main-right {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 510px;
  /*padding-top: 10px;*/
  background: #f9f8f7;
  /*border-radius: 7px;*/
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 7;
}
#main-right.speed-in {
  right: 0;
}
#main-right ul a.right-ps {
  display: block;
  /*height: 90px;
  line-height: 90px;*/
  /*padding: 0 20px;*/
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #e0e6ef;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  color: #474746;
  text-align: left;
  font-family: "Roboto Regular", sans-serif;
}
#main-right ul.nf-middle p {
  margin-top: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #474746;
  text-align: left;
}
#main-right ul a.right-ps:hover {
  background: #fff;
}
.no-js #main-right {
  position: fixed;
}
#main-right ul.nf-middle {
  list-style: none;
  /*margin-top: 15px;*/
}
#main-right ul.nf-middle > li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 15px;
}
#main-right ul.nf-middle > li:nth-child(2) {
  width: 60%;
  margin-right: 15px;
}
#main-right ul.nf-middle > li .menu-circle {
  width: 70px;
}
#main-right ul.nf-middle > li:last-child {
  margin-right: 0;
}

#main-right .bottom-menus {
  padding: 10px 20px;
  background: #000;
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 1px;
  border: none;
}
#main-right .bottom-menus p, .bottom-menus span {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "Roboto Regular", sans-serif;
}
#main-right .bottom-menus span {
  cursor: pointer;
}
#main-right .bottom-menus span:hover {
  cursor: pointer;
  text-decoration: underline;
}
#main-right .bottom-n {
  list-style: none;
}
#main-right .bottom-n > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#main-right .bottom-menus .bottom-n > li:nth-child(2) {
  margin-top: 5px;
}
#main-right .bottom-menus .bottom-n > li a {
  text-decoration: none;
}
#main-right .bottom-menus .bottom-n > li a:hover {
  background: none;
  cursor: pointer;
}


@media screen and (max-width: 1380px) {
  #main-right {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 370px;
    /*width: 230px;*/
    /*padding-top: 10px;*/
    background: #f9f8f7;
    /*border-radius: 7px;*/
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 7;
  }
  #main-right ul a.right-ps {
    display: block;
    /*height: 70px;
    margin-top: -10px;
    line-height: 70px;*/
    padding: 15px 0 15px 40px;
    /*padding: 20px 20px;*/
    border-bottom: 1px solid #e0e6ef;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #474746;
    text-align: left;
  }
  #main-right ul.nf-middle > li:nth-child(2) {
    width: 50%;
    margin-right: 5px;
  }
  #main-right ul.nf-middle > li .menu-circle {
    width: 60px;
  }
  #main-right .bottom-menus {
    padding: 10px 20px;
    background: #000;
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 1px;
  }
  #main-right .bottom-menus p {
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.7px;
    font-family: "Roboto Regular", sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  #main-right {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 370px;
    /*width: 230px;*/
    /*padding-top: 10px;*/
    background: #f9f8f7;
    /*border-radius: 7px;*/
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 7;
  }

}
@media screen and (max-width: 768px) {
  #main-right {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 370px;
    /*padding-top: 10px;*/
    background: #f9f8f7;
    /*border-radius: 7px;*/
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 7;
  }
}




h1 {
    /*text-transform: lowercase;*/
    /*margin-top: 90px;*/
    margin-bottom: 50px;
    /*font-size: 7em;*/
    font-size: 4em;
    /*font-size: 64px;*/
    line-height: 1.1em;
    letter-spacing: -0.028em;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-family: "Roboto Light", sans-serif;
    /*animation-delay: 0.7s;
    visibility: visible;*/
}

h2 {
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.2em;
    text-align: center;
    color: #bababa;
    /*animation-delay: 0.7s;
    visibility: visible;*/
}

.but-gal-vid {
  position: absolute;
  bottom: 45px;
  left: 47%;
}

@media screen and (max-width: 1380px) {
  h1 {
      /*text-transform: lowercase;*/
      margin-top: 0;
      margin-bottom: 20px;
      /*font-family: "Roboto Light", sans-serif;*/
      font-size: 3.3em;
      line-height: 1.1em;
      color: #fff;
      font-weight: 200;
      text-align: center;
  }

  h2 {
      font-weight: 300;
      font-size: 1.2em;
      line-height: 1.2em;
      text-align: center;
      color: #bababa;
  }

  .but-gal-vid {
    position: absolute;
    bottom: 45px;
    left: 43%;
  }
}

@media screen and (max-width: 1055px) {
  h1 {
      /*text-transform: lowercase;*/
      /*margin-top: 30px;*/
      margin-bottom: 20px;
      font-size: 3.3em;
      line-height: 1.1em;
  }

  h2 {
      font-weight: 300;
      font-size: 1.2em;
      line-height: 1.2em;
  }

}
@media screen and (max-width: 500px) {
  h1 {
      /*text-transform: lowercase;*/
      /*margin-top: 30px;*/
      margin-bottom: 20px;
      font-size: 2.3em;
      line-height: 1.1em;
  }

  h2 {
      font-weight: 300;
      font-size: 1.2em;
      line-height: 1.2em;
  }

}

#text-menu {
  color: #000;
}


/*---------Sec17------*/
#sec17 {
  margin-top: 150px;
  /*position: relative;*/
  /*top: 40px;*/
 background: #fff;
}

#sec17 h1 {
  /*display: none;*/
  margin: 80px 0;
  color: #000;
}
#sec17 h2 {
  color: #515253;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 0;
}
#sec17 .karte-right > li p {
  color: #706e6e;
  font-size: 12px;
  line-height: 18px;
}

.container1 {
  margin: 20px auto;
  width: 90%;
  /*max-width: 940px;*/
  max-width: 1550px;
}
@media screen and (max-width: 1380px) {
  #sec17 {
    margin-top: 50px;

  }
  #sec17 h1 {
    /*display: none;*/
    margin: 0 0 30px;
    color: #000;
  }
  .container1 {
    max-width: 1075px;
  }
}
.col, .col-9, .col-7, .col-3, .col-5 {
  margin: 0 2.5%;
  display: inline-block;
  vertical-align: top;
}
.col-9 {
  /*background: #f3ddcc;*/
  width: 44.5%;
}
.col-3 {
  /*margin-top: 25px;*/
  /*padding: 10px 10px 10px;*/
  /*background: #f8f8f8;*/
  width: 44.5%;
  text-align: left;
}
.col-3 iframe {
  margin: 20px 0;
  text-align: left;
  width: 500px;
  height: 220px;
}
@media screen and (max-width: 1024px) {
  .col-3 iframe {
    margin: 20px 0;
    text-align: left;
    width: 400px;
    height: 220px;
  }
}
@media screen and (max-width: 780px) {
  .col-3 iframe {
    margin: 20px 0;
    text-align: left;
    width: 100%;
    /*width: 500px;
    height: 220px;*/
  }
  .col-9 {
    /*background: #f3ddcc;*/
    width: 90%;
  }
  .col-3 {
    margin-top: 55px;
    /*padding: 10px 10px 10px;*/
    /*background: #f8f8f8;*/
    width: 90%;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .col-3 iframe {
    margin: 20px 0;
    text-align: left;
    width: 90%;
    /*width: 300px;
    height: 220px;*/
  }
}


#sec17 form {
  /*max-width: 600px;*/
  text-align: center;
  margin: 15px auto 20px;
}
#sec17 .input-name, form .input-surname, form .input-email, form .input-message  {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 0;
  outline: 0;
  padding: 10px;
  margin-bottom: 20px;
  background: #eee;
  font-size: 12px;
  color: #b2b2b2;
  /*border: solid 2px #b1b5bd;*/
  border-radius: 5px;
  /*-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  resize: none;
}
#sec17 p {
  text-align: left;
}
#sec17 p .check1 {
  margin-bottom: 10px;
}
#sec17 form .input-name:focus, form .input-surname:focus, form .input-email:focus, form .input-message:focus {
  -moz-box-shadow: 0 0px 2px #ff0000 !important;
  -webkit-box-shadow: 0 0px 2px #ff0000 !important;
  box-shadow: 0 0px 2px #ff0000 !important;
}
#sec17 form .input-submit {
  /*float: left;*/
  margin-top: -20px;
  padding: 9px 20px;
  color: #fff;
  background: #2572c0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  border: solid 1px #2572c0;
}
/*.third form .input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}*/
#sec17 form textarea {
  height: 200px;
}
/*#sec17 .half {
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
#sec17 .right {
  width: 50%;
}
#sec17 .left {
  margin-right: 2%;
}*/
#sec17 ul.form {
  list-style: none;
  text-align: left;
}
#sec17ul.form > li {
  display: inline-block;
  vertical-align: top;
  /*margin-right: 500px;*/
}
#sec17 ul.form > li:last-child {
  float: right;
  /*margin-right: 0;*/
}

/*.third ul.form > li:first-child {
  float: left;
}
.third ul.form > li:last-child {
  margin-top: -25px;
  float: right;
}*/
#sec17 ul.form > li p {
  font-size: 12px;
  color: #767c88;
}

#sec17 ul.karte-right-p {
list-style: none;
margin-bottom: 10px;
}
#sec17 ul.karte-right-p > li {
display: inline-block;
vertical-align: middle;
text-align: left;
margin-right: 10px;
}
#sec17 ul.karte-right-p > li:last-child {
margin-right: 0;
}
#sec17 ul.karte-right-p > li p {
font-size: 12px;
color: #767c88;
line-height: 18px;
}

#sec17 ul.karte-right-s {
list-style: none;
margin-bottom: 10px;
}
#sec17 ul.karte-right-s > li {
display: inline-block;
vertical-align: top;
text-align: left;
margin-right: 10px;
}
#sec17 ul.karte-right-s > li:last-child {
margin-right: 0;
}
#sec17 ul.karte-right-s > li p {
font-size: 12px;
color: #767c88;
line-height: 18px;
}





/*-------Sec18----------*/
#sec18 {
  /*position: relative;
  top: 150px;*/
margin: 150px 0;
 background: #fff;
 text-align: center;
 padding: 0 50px;
}


#sec18 h1 {
  /*display: none;*/
  margin: 40px 0 80px;
  color: #000;
}
#sec18 .top {
  margin-top: 50px;
  list-style: none;
}
#sec18 .top li {
  display: inline-block;
  margin: 0 50px 20px 0;
  width: 10%;
  text-align: center;
  vertical-align: top;
}
#sec18 .top li a {
  cursor: pointer;
}
#sec18 .top .cart {
  margin-bottom: 10px;
  width: 50%;
}
#sec18 .top li p {
  font-size: 12px;
  color: #4c4a4a;
  line-height: 15px;
  text-align: center;
}

@media screen and (max-width: 1380px) {
  #sec18 {
    margin-top: 50px;
    /*top: 120px;*/
  }
}
@media screen and (max-width: 768px) {
  #sec18 .top li {
    vertical-align: top;
    display: inline-block;
    margin: 0 50px 20px 0;
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  #sec18 .top li {
    vertical-align: top;
    display: inline-block;
    margin: 0 50px 25px 0;
    width: 25%;
  }
}

/*----------Sec19--------*/
#sec19 {
  /*position: relative;
  top: 150px;*/
margin: 150px 0;
 background: #fff;
 text-align: center;
 padding: 0 50px;
}
#sec19 h1 {
  /*display: none;*/
  margin: 40px 0 80px;
  color: #000;
}
#sec19 p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto Medium", sans-serif;
  text-align: left;
}
@media screen and (max-width: 1380px) {
  #sec19 {
    margin-top: 50px;
  }
  #sec19 h1 {
    /*display: none;*/
    margin: 0 0 30px;
    color: #000;
  }
}
#sec19 .list-button {
  list-style: none;
  margin-top: 60px auto 0;
  padding: 0;
}
#sec19 .list-button > li {
  display: inline-block;
  padding-right: 23px;
  margin: 0;
  border-bottom: solid 1px #c6c6c6;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sec19 .list-button > li:nth-child(2) {
  margin-left: -3px;
}
#sec19 .list-button > li:nth-child(3) {
  margin-left: -3px;
}
#sec19 .list-button > li:last-child {
  padding-right: 0;
}
#sec19 .list-button > li:hover {
  border-bottom: solid 2px #279317;
}
#sec19 .list-button > li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #222120;
}
#sec19 .list-button > li a:hover {
  color: #279317;
}

#sec19 .centre-p {
  margin: 0 auto;
  text-align: center;
  width: 350px;
  /*margin-top: 40px;
  margin-left: 39%;*/
}
#sec19 .mains {
  margin: 30px auto 0;
}
@media screen and (max-width: 1380px) {
  /*#sec19 .centre-p {
    margin-left: 30%;
  }*/
}
#sec19 .help-s {
  position: relative;
  margin: 10px auto 0;
  text-align: left;
}
#sec19 .left-help {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 170px;
  padding: 0;
  text-align: left;
}
#sec19 .right-help {
  margin-left: 170px;
}

#sec19 .but-top {
  position: relative;
  margin: 10px auto 0;
}
#sec19 .but-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 90px;
  padding: 0;
}
#sec19 .but-right {
  margin-left: 90px;
}
#sec19 .but-top a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #222120;
  background: #e6e4e4;
  cursor: pointer;
  width: 80px;
}
#sec19 .but-top a:hover {
  color: #fff;
  background: #279317;
}

#sec19 .but-top-s {
  position: relative;
  margin: 10px auto 0;
}
#sec19 .but-left-s {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 90px;
  padding: 0;
}
#sec19 .but-right-s {
  margin-left: 90px;
}
#sec19 .but-top-s a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #222120;
  background: #e6e4e4;
  cursor: pointer;
  width: 80px;
}
#sec19 .but-top-s a:hover {
  color: #fff;
  background: #279317;
}

#sec19 a.other {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #222120;
  background: #fff;
  cursor: pointer;
  border: solid 1px #bcbaba;
}
#sec19 label {
  margin-left: 10px;
  font-size: 10px;
  color: #242222;
  vertical-align: middle;
}

#sec19 .input-name  {
  display: block;
  width: 175px;
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 12px;
  color: #b2b2b2;
  resize: none;
  border: solid 1px #bcbaba;
}
#sec19 .input-submit {
  padding: 10px 30px;
  color: #fff;
  background: #279317;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.owl-prev{
    margin-left: -25px;
}
.owl-next{
    margin-right: -25px;
}
.member-detail{
    padding-top    : 3px!important;
    padding-bottom : 3px!important;
}
.show-map{
    display        : none;
}
.show-map-button{
    width            : 12%;
    height           : 37px;
    background-color : #0d8ce6;
    color            : #fff;
    text-transform   : uppercase;
    margin           : 11px 44%;
    padding          : 8px 3px 7px;
    text-align       : center; 
    border-radius    : 3px; 
    cursor           : pointer;
}
.team-col{
    text-align       : center;
    cursor           : pointer;
}
.team-col:hover{
   color : #2a7165;
}
.team-col-name{
    font-weight    : bold;
    font-size      : 20px;
    text-transform : uppercase;
    color          : #a1c518;
    margin-top     : 9px;
}
.team-col-name:hover{
    color          : #1f315a; 
}
.team-col-position{
    color     : #777;
    font-size : 16px;
}
.team-row{
    margin-bottom: 13px;
}
.want-help-mission{
    text-align     : center;
    margin         : -43px 0 37px 0;
    font-size      : 20px;      
}

.team-col-img img{
    width : 100%;
}
.want-links{
    margin-top     : 17px;
    text-transform : uppercase;
    color          : #5c8780;
}
.link-col a{
    color       : #1f315a;
    font-weight : bold;
    font-size   : 12px;
    
}
.link-col a:hover{
    color          : #a1c518;
    
}
@media (min-width:560px){
    .link-col a{
        font-size   : 16px;
    }
    .want-links{
        margin-top     : 77px;        
    }
}
