.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.hide {
  display: none;
}

.modal a.close-modal, #modaled a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#modaled input[type="text"] {
      border: 1px solid #beb79c;
    margin-bottom: 10px;
    background-size: 104%;
    height: 33px;
    width: 232px;
    font-size: 18px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#modaled {
    border: 1px solid #FFC700;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 600px;
    height: 365px;
}
#modaled .banner-text {
  background: #3556a6 !important;
   
    height: 100%;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    /*padding: 5px;*/
}
#modaled a.modalCloseImg {
    background: url(close.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline;
    z-index: 3200;
    position: absolute;
  top: -11px;
  right: -12px;
    cursor: pointer;
    }
#modaled .banner-text .header {
  background: #3556a6 !important;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 7px;
    /*text-shadow: 3px 3px #00092A;*/
        height: auto;
}
#modaled .banner-text .text {
    padding: 10px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
#modaled .banner-text #guarantie-form2{
    margin-left: 15px;
}
#modaled .banner-text #guarantie-form3 {
    margin-left: 40px;
}
#modaled .banner-text #guarantie-form2 input[type="text"], #modaled .banner-text #guarantie-form3 input[type="text"] {
    width: 100%;
    max-width: 273px;

}
#modaled .banner-text #guarantie-form2 .g-submit {
    width: 164px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background-color: #FFC803;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: tahoma;
    font-weight: bold;
    color: #3C3C3C;
    cursor: pointer;
    outline: none;
}
#modaled .small {
  font-size: 11px;
}
.newsflash {
  margin: 25px 0;
}
.newsflash h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.pull-left.item-image img {
    width: 400px;
    float: left;
    margin: 15px;
}

p.img_caption {
  display: none;
}

#modaled .header {
    height:auto;
}
#guarantie-banner {
    height:auto !important;
}

/* Styles for mobile */
@media (max-width: 767px) {
    #modaled {
        width:90vw !important;
        left:5vw !important;
    }
}