/*
	1 GENERAL ITEMS (a,p,h1)
	2 BASE ELEMENTS
	3 HEADER
	4 CONTENT
	5 FOOTER
	6 SIGNUP
	7 FORMS
	8 POINTS
	9 CONTACT
	10 DOCUMENTS
	11 SALES
  12 TOOLTIP
*/

/*
	1 GENERAL ITEMS
*/
* {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #0e0e0e inset;
  -webkit-text-fill-color: #cacaca;
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button
  {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

body {
  background-color: #161616;
  color: #e3e4e7;
  font-family: 'open sans';
}

input,button,textarea,select {
  font-family: 'open sans';
}

h1 {
  font-size: 18px;
  font-weight: 700;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #cd3622;
}

h2.doc {
  font-size: 14px;
  font-weight: normal;
  color: #cacaca;
  background: #cd3622;
  text-transform: uppercase;
  padding: 12px;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}

a {
  color: #e3e4e7;
  text-decoration: none;
  font-size: 12px;
}

a:hover {
  color: #cd3622;
}

a.orange:hover,label.orange:hover {
  color: #cacaca;
  background: #2d2d2d;
}

a.grey:hover {
  color: #cacaca;
  background: #cd3622;
}

.hidden {
  display: none;
}

.leftmarg {
  margin-left: 10px;
}

.rightmarg {
  margin-right: 10px;
}

.topmarg {
  margin-top: 10px;
}

.toppad {
  padding-top: 10px;
}

.bottommarg {
  margin-bottom: 10px;
}

.bottompad {
  padding-bottom: 10px;
}

.left {
  float: left;
}

.error {
  display: block;
  color: #cd3622;
  font-size: 12px;
  font-weight: 300;
}

.success {
  padding: 5px 20px;
  background-color: #81c341;
  color: #fff;
  text-align: justify;
}

@media all and (max-width:768px) {
  .left.col-768 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
  .left.col-768 a.logo-small-block {
    float: none;
    margin: 0 auto;
  }
  header .right.btncenter {
    text-align: center;
    position: relative;
  }
  header .right.btncenter a.button {
    display: inline-block;
    float: none;
  }
}

.pad10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad10right {
  padding-right: 10px;
}

.pad10left {
  padding-left: 10px;
}

.topmarg640 {
  margin: 0;
}

@media all and (max-width:640px) {
  .pad10right {
    padding-right: 0;
  }
  .pad10left {
    padding-left: 0;
  }
  .topmarg640 {
    margin-top: 10px;
  }
}

.right {
  float: right;
}

.lightgrey,.lightgrey a {
  color: #cd3622;
}

@media all and (max-width:640px) {
  .right.ch640 {
    float: none;
    margin-bottom: 20px;
  }
}

.col-50-ch640 {
  width: 100%;
}
.col-33-ch640 {
  width: 100%;
}
.col-50-ch640 .pad {
  padding: 0;
}

@media all and (min-width:640px) {
  .col-50-ch640 {
    width: 50%;
  }
  .col-50-ch640 .pad {
    padding: 0 10px;
  }
  .col-33-ch640 {
  width: 33%;
  }
}


.center {
  text-align: center;
}

label.center {
  display: block;
}

.btn {
  display: inline-block;
  width: auto;
  color: #cacaca;
  text-align: center;
}

.btn.small {
  padding: 10px;
  font-size: 12px;
}

.btn.large {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}

.rel .btn.large {
  height: 42px;
}

.btn.fullwidth {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
}

.textorange,.textorange a {
  color: #cd3622;
}

.orange {
  background: #cd3622;
}

.grey {
  background: #2d2d2d;
}

span.arrow {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../img/white_arrow_down.png") no-repeat 1px 7px;
  float: right;
}

.spanpad span {
  padding-bottom: 5px;
  display: inline-block;
}

.pad-15 {
  padding: 15px;
}
.form .pad-15{
  width: calc(100% - 30px);
}
.pad-10 {
  padding: 10px;
}

.col-prc-100 {
  width: 100%;
}

.col-250 {
  width: 100%;
}

.col-750 {
  width: 100%;
}

@media all and (min-width:1000px) {
  .col-250 {
    width: 250px;
  }
  .col-750 {
    width: 750px;
  }
}

.closed {
  display: none;
}

.opened {
  display: block;
}

.fb-side {
  position: fixed;
  width: 48px;
  height: 50px;
  background: url("../img/fb_icon.png") no-repeat;
  right: 0;
  top: 440px;
  z-index: 4;
}

@media all and (max-width:480px) {
  .fb-side {
    top: 200px;
  }
}

.fb-side a {
  display: block;
  width: 100%;
  height: 100%;
}

.whiteborder {
  border: 1px solid #cacaca;
}

.rel {
  position: relative;
}

.w320 {
  width: 300px;
}

.col-wide-640 {
  float: none;
  width: 100%;
  background-color: #161616;
}

.col-narrow-640 {
  float: none;
  width: 100%;
  background-color: #161616;
}

.col-30-1000 {
  float: none;
  width: 100%;
}

.rightmarg3 {
  margin-right: 3%;
}

@media all and (min-width:480px) {
  .col-wide-640 {
    float: none;
    width: 100%;
  }
  .col-narrow-640 {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .col-30-1000 {
    float: none;
    width: 100%;
  }
}

@media all and (min-width:650px) {
  .col-wide-640 {
    float: left;
    width: 71%;
  }
  .col-narrow-640 {
    float: right;
    width: 25%;
    margin-top: 0;
  }
  .col-30-1000 {
    float: left;
    width: 46%;
  }
}

@media all and (min-width:1000px) {
  .col-30-1000 {
    float: left;
    width: 30%;
  }
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
}
/*
	2 BASE ELEMENTS
*/
.cont-wrap {
  width: 100%;
}

header {
  min-height: 139px;
  border-bottom: 1px solid #cacaca;
}

header.small {
  height: auto;
  min-height: 0;
  padding-bottom: 10px;
}

@media all and (min-width:1000px) {
  .cont-wrap {
    width: 1000px;
    margin: 0 auto;
  }
}

header {
  background: url("../img/header_bg.jpg") repeat top left;
}

.content {
  background-color: #0e0e0e;
}

footer {
  background-color: #161616;
}
/*
	3 HEADER
*/
.top,.bottom {
  margin: 0 10px;
}

@media all and (min-width:1000px) {
  .top,.bottom {
    margin: 0;
  }
}

ul.lang {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 28px;
  padding: 0;
}

ul.lang li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  padding-right: 5px;
}

ul.lang li a {
  color: #e3e4e7;
}

ul.lang li.active a {
  color: #cd3622;
}

ul.lang li a:hover {
  color: #cd3622;
}

header a.button {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #cacaca;
}

header a.button:hover,header a.button.active {
  border: 1px solid #cd3622;
  background: #cd3622;
  color: #fff;
}

a.logo {
  display: block;
  width: 130px;
  height: 65px;
  background: url("../img/logo.png");
  top: -10px;
  position: relative;
}

.lang-wrap {
  display: none;
}

.lang-selected {
  display: none;
}

.itemselected,.btnselected {
  display: none;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 6px;
  display: block;
}

ul.nav li {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 5px;
  font-size: 14px;
  position: relative;
}

ul.nav li ul {
  min-width: 100%;
  width: auto;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 6;
}

ul.nav li:hover ul {
  visibility: visible;
}

ul.nav li ul li {
  font-weight: normal;
  background: #161616;
  float: none;
  display: block;
  text-align: left;
  padding: 5px;
  margin: 0;
}

ul.nav li ul li:hover {
  color: #e3e4e7;
  background: #cd3622;
}

ul.nav li ul li a {
  padding: 5px;
  white-space: nowrap;
}

ul.nav li ul li a:hover {
  background: none;
}

ul.nav li a {
  color: #e3e4e7;
  padding: 9px 10px;
}
ul.nav li a.noclick{
 cursor: default;
}
ul.nav li.active>a {
  color: #e3e4e7;
  background: #cd3622;
}

ul.nav li a:hover {
  color: #e3e4e7;
  background: #cd3622;
}

a.logo-small {
  display: none;
}

a.logo-small-block {
  display: block;
  width: 118px;
  height: 35px;
  background: url("../img/logo_small.png") no-repeat;
  float: left;
  margin-top: 10px;
}

@media all and (max-width:850px) {
  header .right {
    width: 100%;
    float: none;
  }
  header .top .right {
    width: 380px;
    float: right;
  }
  header .top .left {
    float: left;
    width: 119px;
  }
  header .top .left ul.lang {
    display: none;
  }
  header .bottom {
    margin: 0;
  }
  .lang-wrap {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
  }
  .lang-selected {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px;
    border: 1px solid #cacaca;
    font-size: 12px;
    cursor: pointer;
  }
  .lang-selected:hover {
    color: #cacaca;
    background-color: #cd3622;
    border: 1px solid #cd3622;
  }
  .lang-wrap ul {
    display: none;
    margin: 0;
  }
  .lang-wrap.active .lang-selected {
    color: #cd3622;
    border: 1px solid #cd3622;
  }
  .lang-wrap.active .lang-selected:hover {
    color: #cacaca;
    border: 1px solid #cacaca;
  }
  .lang-wrap.active ul {
    border: 1px solid #cacaca;
    position: absolute;
    top: 35px;
    width: 33px;
    background-color: #0e0e0e;
    z-index: 4;
  }
  .lang-wrap.active ul li {
    display: block;
    padding: 5px;
  }
  a.logo {
    display: none;
  }
  a.logo-small {
    display: block;
    width: 118px;
    height: 35px;
    background: url("../img/logo_small.png") no-repeat;
    float: left;
    margin-top: 10px;
  }
  ul.nav {
    margin-top: 45px;
    text-align: left;
  }
  ul.nav li {
    padding-left: 10px;
  }
}

header .menu-680.closed {
  display: block;
}

@media all and (max-width:680px) {
  header .top .left {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  header .top a.logo-small {
    float: none;
    margin: 0 auto;
  }
  header .top .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  header .top .right a.button {
    float: none;
  }
  ul.nav {
    display: none;
  }
  ul.nav li ul {
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-top: 9px;
  }
  ul.nav li ul li:hover {
    background: #161616;
  }
  ul.nav li ul li a {
    padding: 9px 5px;
    color: #a6a3a3;
  }
  ul.nav li ul li a:hover {
    background: #cd3622;
  }
  .itemselected {
    display: block;
    cursor: pointer;
    background-color: #161616;
    color: #e3e4e7;
    margin-top: 20px;
    padding: 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
  }
  .btnselected {
    display: block;
    cursor: pointer;
    background-color: #161616;
    color: #e3e4e7;
    margin-top: 20px;
    padding: 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
  }
  header .menu-680.closed {
    display: none;
  }
  header .menu-680 {
    background-color: #161616;
    position: absolute;
    z-index: 4;
    width: 100%;
    text-align: left;
    left: 0;
    top: 30px;
  }
  header .right .menu-680 a.button {
    display: block;
    border: none;
  }
  header .bottom .right.active {
    position: relative;
  }
  ul.nav {
    position: absolute;
    left: 0;
    top: 29px;
    background-color: #161616;
    margin-top: 0;
    z-index: 5;
    width: 100%;
    width: calc(100% - 10px);
    padding-left: 10px;
  }
  ul.nav li {
    display: block;
    margin: 0;
    padding: 9px 10px;
  }
}
/*
	4 CONTENT
*/
#slider-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 250px;
}

@media all and (min-width:1000px) {
  #slider-wrapper {
    width: 100%;
    height: 250px;
  }
}

.promo {
  float: left;
  width: 100%;
  height: 280px;
  background: #161616;
  position: relative;
  overflow: hidden;
}

@media all and (min-width:1000px) {
  .promo {
    width: 100%;
  }
}

.promo .slider {
  width: 100%;
  height: 100%;
  display: none;
  left: 1000px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.promo .slider a{
  height: 100%;
  width:100%;
  display: block;
}
.promo .slider a:hover{
  color: #fff;
}
.promo .slider:first-of-type {
  display: block;
  left: 0;
}

.slider h1 {
  margin: 0;
  background: url("../img/slider_h1.png") no-repeat top left;
  font-size: 24px;
  padding: 0 50px 0 20px;
  line-height: 59px;
  width: 340px;
}

@media all and (max-width:480px) {
  .slider h1 {
    font-size: 20px;
  }
}

.slider .text {
  background: url("../img/slider_p.png") no-repeat top left;
  height: 89px;
  width: 335px;
  padding-right: 50px;
}

.slider .text p {
  padding: 18px 20px;
  line-height: 16px;
}

.pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

.pager a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #919191;
  margin-left: 10px;
}

.pager a.active {
  background: #cd3622;
}

.content .left h1 {
  margin-top: 5px;
}

.content .left p {
  line-height: 18px;
}

.content {
  padding-bottom: 20px;
}

.pad {
  padding: 0 10px;
}

.content .cms,.content .subpage {
  padding-top: 35px;
}

.content .cms h1,.content .subpage h1 {
  color: #cacaca;
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}

.content .cms h1 span.icon,.content .subpage h1 span.icon {
  width: 30px;
  height: 22px;
  display: inline-block;
  background: url("../img/red_arrow.png") no-repeat 0 0;
}

.content p {
  padding-bottom: 20px;
  position: relative;
  color: #cacaca;
}

.content .imgs {
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  height: auto;
}

@media all and (min-width:768px) {
  .content .imgs {
    float: left;
    margin: 0 15px 20px 0;
    position: relative;
    width: auto;
    height: auto;
  }
  .content .col-50-ch640 .imgs {
    width: 460px;
    height: 350px;
  }
  .content .col-50-ch640 .imgs img {
    width: 460px;
    height: 350px;
  }
}

.content .imgs img {
  display: block;
  z-index: 1;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/datas/nopic.jpg');
}

.content .imgs+p+p {
  /*clear:both;*/

}

a.fancybox img {
  border: none;
}

.content .imgs .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #cd3622;
  color: #cacaca;
  z-index: 2;
}

.content .imgs .label span {
  display: inline-block;
  line-height: 20px;
  padding: 15px 100px 15px 10px;
}

.content .imgs a.lightbox-trigger {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93px;
  height: 70px;
  background-color: #161616;
  background-image: url("../img/lightbox.png");
  color: #cacaca;
  z-index: 3;
}

@media all and (min-width:1000px) {
  .content {
    padding-bottom: 70px;
  }
  .content .left .pad {
    padding: 0;
    padding-right: 30px;
  }
}

.fb-like-box {
  background: #141823;
  width: 250px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.content .right p.fb {
  color: #ffffff;
  text-align: center;
  background: #cd3622;
  padding: 10px 0;
  font-size: 11px;
  width: 250px;
  margin: 0 auto;
}

.content .right a.fb {
  color: #ffffff;
  text-align: center;
  background: #cd3622;
  padding: 10px 0;
  font-size: 11px;
  width: 250px;
  margin: 0 auto;
  display: inline-block;
}

ul,ol {
  padding-left: 20px;
}

ul li,ol li {
  font-size: 12px;
}
/*
	5 FOOTER
*/
footer {
  padding-top: 20px;
}

footer .left {
  width: 70%;
}

footer .right {
  width: 30%;
  text-align: right;
}

@media all and (min-width:1000px) {
  footer .left {
    width: 675px;
  }
  footer .right {
    width: 310px;
  }
}

ul.footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

ul.footer-nav li {
  display: inline-block;
  margin-right: 15px;
}

ul.footer-nav li a {
  color: #cacaca;
  text-transform: uppercase;
}

ul.footer-nav li a:hover {
  text-decoration: underline;
}

.itemselected-footer {
  display: none;
}

@media all and (max-width:620px) {
  .itemselected-footer {
    display: block;
    cursor: pointer;
    background-color: #161616;
    color: #e3e4e7;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  footer {
    position: relative;
  }
  ul.footer-nav {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    background-color: #161616;
    width: 100%;
  }
  ul.footer-nav li {
    display: block;
    padding: 5px 10px;
  }
  footer .left {
    width: 100%;
    float: none;
  }
}

footer p {
  color: #6f6f6f;
}

@media all and (max-width:1000px) {
  footer p {
    padding: 0 10px;
  }
  ul.footer-nav {
    padding-left: 10px;
    width: calc(100% - 10px);
  }
}

a.wawona {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  display: inline-block;
  width: 110px;
  height: 30px;
  background: url("../img/wawona-logo.png");
}

a.wawona.nomarg {
  margin-top: 0;
}

a.footer-logo {
  display: block;
  float: right;
  width: 130px;
  height: 65px;
  margin-right: 10px;
  background: url("../img/logo.png") no-repeat;
}

@media all and (min-width:1000px) {
  a.wawona {
    margin-left: 0;
  }
  a.footer-logo {
    margin-right: 0;
  }
}

@media all and (max-width:620px) {
  a.wawona {
    margin-bottom: 0;
  }
  a.footer-logo {
    margin-top: 16px;
    display: inline-block;
    margin-bottom: 20px;
  }
  footer div.right+.clear {
    float: left;
    clear: none;
  }
  a.wawona+.clear {
    clear: both;
  }
}
/*
	6 SIGNUP
*/
.signup {
  width: 100%;
}

.signup .formholder,.contact .formholder {
  background: #161616;
  width: 100%;
}

.signup .btn.large,.contact .btn.large {
  width: 100%;
  padding: 10px 0;
}

@media all and (min-width:500px) {
  .signup {
    width: 500px;
    margin: 0 auto;
  }
  .contact {
    width: 100%;
    margin: 0 auto;
  }
}

/*
	7 FORMS
*/
input,textarea {
  -webkit-appearance: none;
}

input:focus,select:focus,textarea:focus,button:focus {
  outline: none;
}

.form-group {
  padding: 10px 0;
  text-align: left;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.form-group {

}

.form-group label {
  display: block;
  text-align: left;
  width: 90%;
  font-size: 14px;
  color: #cacaca;
  padding: 0;
  padding-bottom: 5px;
}

.form-group label a {
  font-size: 14px;
  color: #cacaca;
}

.form-group input:not([type="checkbox"]) {
  border: 1px solid #cacaca;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 14px;
  color: #cacaca;
  padding: 10px;
}
 input[type=checkbox]{
  width     : 30px;
  height    : 30px;
  padding:0px;
  margin:0px;
  background: #161616;
  display: none;

}
 input[type=checkbox]:not(old),
 input[type=radio   ]:not(old){
  width     : 50px;
  margin    : 0;
  padding   : 0;
  font-size : 20px;
  opacity   : 0;
}
 input[type=checkbox]:not(old) + label,
 input[type=radio   ]:not(old) + label{
  display      : block;
  margin           : 2px 10px 1px 2px;
  height:25px;
  font-size:  16px;
  line-height  : 25px;
  padding:0px;

}
 input[type=checkbox]:not(old) + label > span,
 input[type=radio   ]:not(old) + label > span{
   display          : inline-block;
  width            : 25px;
  height           : 25px;
  margin           : 2px 10px 1px 2px;
  vertical-align:bottom;
  border           : 1px solid #dbdbdb;
  cursor: default;
}
 input[type=checkbox]:not(old):checked + label > span,
 input[type=radio   ]:not(old):checked + label > span{
    background       : #0e0e0e;

}
 input[type=checkbox]:not(old):checked + label > span:before, input[type=checkbox].checked  + label > span:before{
  content     : '✓';
  display     : block;
  width       : 25px;
  color       : #cd3622;
   font-size   : 25px;
  line-height : 20px;
  text-align  : center;

  font-weight : bold;
}


.form-group textarea {
  border: 1px solid #cacaca;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  font-family: "open sans";
  font-size: 12px;
  resize: none;
}

.captcha-img {
  width: 120px;
  float: left;
  height: 42px;
  cursor: pointer;
}

.form-group input.captcha-input {
  float: none;
}

select {
  width: 90%;
  width: calc(100% - 20px);
  height: 38px;
  padding: 10px;
}

option {
  background: #161616;
  color: #cacaca;
}

span.customSelect {
  font-size: 14px;
  background-color: #161616;
  color: #cacaca;
  padding: 10px;
  border: 1px solid #cacaca;
  width: 90%;
}

.customSelectSpan {
  height: 28px;
}

span.customSelect.changed {
  background-color: #161616;
}

.customSelectInner {
  width: 100%;
  background: url("../img/white_arrow_down.png") no-repeat center right;
}

.form-group input.captcha-input {
  float: left;
  width: 100%;
  width: calc(100% - 122px);
  box-sizing: border-box;
}

@media all and (min-width:1000px) {
  .signup.form-group input.captcha-input {
    float: left;
  }
}

@media all and (min-width:500px) {
  .form-group label {
    width: 463px;
  }
  .form-group label.fileinput {
    width: auto;
    display: inline-block;
  }
  .signup.form-group input.captcha-input {
    float: left;
  }
}

button {
  border: 0;
}

.form-group .btn {

}

.form-group label.fileinput {
  cursor: pointer;
}

.img_wrap {
  height: 120px;
  width: 120px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  float: left;
  border: 1px solid #cacaca;
}

.img_wrap .img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/datas/nopic.jpg');
}

a.delete_icon {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url("../img/delete_icon.png") no-repeat top center;
}
/*
	8 POINTS
*/
.choose {
  background: #161616;
  position: absolute;
  z-index: 4;
  top: 39px;
  left: 0;
}

.choose ul {
  list-style-type: none;
  margin: 15px;
  padding: 0;
  width: 310px;
}

.choose ul li {
  font-size: 12px;
  padding: 5px 0;
  cursor: pointer;
}

.choose ul.twocol {
  width: 310px;
}

.choose ul.twocol li {
  width: 150px;
  float: left;
}

#gmap {
  width: 100%;
  height: 215px;
}

@media all and (min-width: 1000px) {
  #gmap {
    width: 1000px;
    height: 400px;
  }
}

.gm-style-iw img {
  width: 120px;
  float: left;
}

.gm-style-iw .mtext {
  float: left;
  width: 130px;
  height: 125px;
  position: relative;
  padding-left: 10px;
}

.gm-style-iw .mtext .mtitle {
  color: #cd3622;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
}

.gm-style-iw .mtext .maddr {
  color: #161616;
}

.gm-style-iw .mtext a.button {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 3px 5px;
}

.list-cont {
  margin-top: 25px;
}

.list-cont h2 {
  padding-bottom: 10px;
}

@media all and (max-width:1000px) {
  .list-cont h2 {
    padding-left: 10px;
  }
}

.one-row {
  width: 100%;
  margin-bottom: 10px;
  background: #161616;
}

.one-row .img-holder,.one-row .img-holder a,.one-row .img-holder img {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.one-row .text-wrap {
  width: 880px;
}

.one-row .text-wrap span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.one-row .text-wrap  span.title {
  color: #cd3622;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
}

.one-row .text-wrap  span.title a {
  color: #cd3622;
}

.one-row .text-wrap span.tel {
  display: inline-block;
  color: #2e2e2e;
}

.one-row .text-wrap span.desc {
  padding-top: 9px;
  height: 34px;
  overflow: hidden;
}

@media all and (max-width:1000px) {
  .one-row .text-wrap {
    float: none;
    width: 100%;
  }
  .one-row .text-wrap .pad-10 {
    margin-left: 125px;
  }
  .one-row .img-holder {
    width: 15%;
  }
}

@media all and (max-width:550px) {
  .one-row .text-wrap span.desc {
    display: none;
  }
}

@media all and (max-width:480px) {
  .one-row .text-wrap {
    float: none;
  }
  .one-row .text-wrap span {
    display: block;
  }
  .one-row .text-wrap span.tel {
    display: block;
    float: none;
  }
}

span.address {
  color: #2e2e2e;
}

span.email a {
  color: #cd3622;
}

span.desc {
  color: #cacaca;
}

ul.pagination {
  margin-top: 30px;
  text-align: center;
  list-style-type: none;
}

ul.pagination li {
  display: inline-block;
  padding: 0;
  color: #cacaca;
}

ul.pagination li a {
  color: #cacaca;
  font-size: 14px;
  padding: 5px 3px;
  display: block;
  line-height: 14px;
}

ul.pagination li a:hover {
  background: #cd3622;
}

ul.pagination li span {
  font-size: 14px;
  padding: 5px 3px;
  display: block;
  line-height: 14px;
}

ul.pagination li.current span {
  background: #cd3622;
}

ul.pagination li.first a {
  background: url("../img/first.png") no-repeat 5px 13px;
  width: 20px;
  height: 15px;
}

ul.pagination li.prev a {
  background: url("../img/prev.png") no-repeat 0 13px;
  width: 15px;
  height: 15px;
}

ul.pagination li.last a {
  background: url("../img/last.png") no-repeat 0 13px;
  width: 20px;
  height: 15px;
}

ul.pagination li.next a {
  background: url("../img/next.png") no-repeat 5px 13px;
  width: 15px;
  height: 15px;
}
/*
	9 CONTACT
*/
#contact-gmap {
  max-width: 460px;
  height: 280px;
  width: 100%;
}

/*
	10 DOCUMENTS
*/
form.docsearch {
  text-align: right;
}

form.docsearch .form-group {
  text-align: right;
}

form.docsearch input {
  display: inline-block;
  width: 240px;
  height: 41px;
  margin-top: 1px;
  vertical-align: top;
}

form.docsearch button {
  padding: 9px 20px;
  border: 1px solid #CD3622;
}

.onedoc {
  font-size: 14px;
  margin: 5px 0;
  line-height: 40px;
  color: #cacaca;
  vertical-align: middle;
  height: 40px;
}

.onedoc a {
  height: 40px;
  display: inline-block;
  padding: 0;
  padding-left: 52px;
}

.onedoc.left {
  margin-right: 5px;
}

.onedoc.pdf a {
  background: url("../img/pdf.png") no-repeat 0 0;
}

.onedoc.xls a {
  background: url("../img/xls.png") no-repeat 0 0;
}

.onedoc.doc a {
  background: url("../img/doc.png") no-repeat 0 0;
}

.onedoc.ppt a {
  background: url("../img/ppt.png") no-repeat 0 0;
}
/*
	11 SALES
*/
.row {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cacaca;
}

.upper {
  padding: 0;
  margin: 0;
}

.upper .btn {
  padding: 10px 30px;
}

@media all and (max-width:480px) {
  .upper .btn {
    padding: 10px 17px;
  }
}

.upper .pad10 {
  padding-top: 10px;
}

.upper .date {
  padding: 10px;
  padding-top: 20px;
  color: #616161;
}

.data span {
  vertical-align: top;
  display: inline-block;
  line-height: 17px;
  color: #cacaca;
}

.data .text {
  width: 90px;
}

.data .val {
  color: #cd3622;
  max-width: calc(100% - 95px);
}

/*
TOOLTIP
*/
.question-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  margin-left: 8px;
}

a.tooltips.question-mark {
  display: inline-block;
  color: #000;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
}

a.tooltips {
  position: relative;
  display: inline-block;
  width:;
  15
  px;
}

a.tooltips span {
  position: absolute;
  font-weight: 400;
  width: 240px;
  color: #0E0E0E;
  background: #FFFFFF;
  height: auto;
  line-height: 20px;
  text-align: center;
  visibility: hidden;
  display: inline-block;
  padding: 5px;
  right: 0px;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  bottom: 30px;
  left: -41px;
  margin-left: -76px;
  z-index: 999;
}

.other-field {
  display: none;
  margin-top: 5px !important;
}

.other-field.shown {
  display: block;
}

.cont-index {
  padding-top: 30px;
}

.contact-data {
  font-size: 14px;
  padding-bottom: 20px;
}

.icons {
  width: 100%;
  margin-left: -20px;
}

.icon-block {
  width: 33.33333333%;
  float: left;
  text-align: center;
}

.icon-block i {
  font-size: 72px;
}

.icon-block .num {
  display: block;
  font-size: 36px;
  font-weight: 800;
}

.icon-block .txt {
  display: block;
}

.intro-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

@media all and (max-width:1000px) {
  .icons {
    margin-left: 0;
  }

}

@media all and (max-width:520px) {

  .icon-block {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
}

.error-accept {
  margin-top: 30px;
}