/*!
override
rot : original: #FF290B  dunkler #DF020E 
 */

body {
    background: url("../img/bg-fallback.jpg") #000000 no-repeat center center scroll;
    background-position: cover;
    font-family: 'Source Sans Pro';
    font-weight: 300;
        font-style: italic;
}

.overlay {
    background-color: #DF020E;
    opacity: 0.4;
}
.masthead .masthead-bg {
    background-color: rgba(0,0,0,.65);
}
.social-icons ul>li>a {
    background-color: rgba(0,0,0,.65);
}

a {
    color: #ffffff;
    font-weight: 600;
}

a:hover {
    color: #DF020E;
    text-decoration: underline;
}

#logoimg { 
    max-width: 265px; 
    margin-bottom: 1rem;
}

.social-icons ul>li>a:hover {
    background-color: #DF020E;
}

.social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Audiowide', cursive;
    font-weight: normal;
    font-style: italic;
}
.h1, h1 {
    font-size: 2.3rem;
}
.h2, h2 {
    font-size: 1.49rem;
}
h2.mb-3 {
  font-size: 1.8rem;  
}

.doPopup {
    display: block !important;
}
.doAnchor {
    display: none !important;
}

#infoPage { 
  display: none;
  border: 3px solid rgba(0,0,0,0.90); 
  border-radius: 15px;
  padding: 2em;
  width: 50%;
  text-align: left;  
    
  background-color: rgba(36,36,36,0.95);
  color:#fff;
  font-size: 1.1rem;
    
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index:2;
}

#infoPage .row {
    margin: 0px;
    padding:0px;
    border-top: 1px solid #DF020E;
}
#infoPage  .row:after {
  content: "";
  display: table;
  clear: both;
}

#infoPage .column {
  float: left;
  width: 33.33%;
  padding-top: 1em;
  padding-right: 1em;
  color:#CBCBCB;
}

#infoPage .column:last-child {
    padding-right:0px;
}

#contactForm, 
#supplierForm { 
  display: none;
  border: 3px solid rgba(0,0,0,0.90);
  border-radius: 15px;
  padding: 2em;
  width: 50%;    
  text-align: center;    
    
  background-color: rgba(36,36,36,0.95);
  color:#fff;
  font-size: 1.0rem;
    
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index:2;
}

#contactForm input, 
#contactForm textarea,
#supplierForm input, 
#supplierForm textarea { 
  /*margin: .8em auto 0.2em auto; */
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  display: block; 
  width: 100%; 
  padding: .4em;
  color: #000000;
  background-color: rgba(255,255,255,0.80);  
  border:none;
}

.form-group {
    margin-bottom: 0.5rem;
}

#contactForm textarea,
#supplierForm textarea {
    height: 80px; resize: none;
}

#contactForm .formBtn,
#supplierForm .formBtn { 
  width: 100%; 
  display: inline-block;
  background-color: rgba(188,50,40,0.80);    
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
}
#contactForm .retext,
#supplierForm .retext {
    width: 100%;
    margin: .0em  auto;
    line-height: 1rem;
    text-align: left;
}
#contactForm .retext a,
#supplierForm .retext a{
  color:inherit;
  font-weight: normal;
  text-decoration: underline;
}
#contactForm .retext a:hover,
#supplierForm .retext a:hover {
  color: #DF020E;    
}
#contactForm .alert,
#supplierForm .alert {
   margin: 20px;
    font-weight: 600;
}
.with-errors {
    width: 100%;
    margin: .0em  auto;
    /*color: #DF020E; */
    color:#FD767E; 
    font-size: 0.85rem;
    font-weight: 400;
    text-align: left;
}
.with-errors ul {
    margin-bottom:0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(188,50,40,0.80);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(188,50,40,0.60);
  outline: 0 none;
}

.grecaptcha-badge { 
    top:0px !important; 
    z-index: 2;
    display: none;
}

#ribimg { 
	width:100%;
    max-width: 200px; 
}
#dabbanner {
opacity: 1.0;
	z-index: 2;
	
  width: 50%;
  /* background: #e43; */
  position: absolute;


  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;

  top: 0px;
  right: 0px;
  left: auto;
	
  /* transform: rotate(-45deg); 
   -webkit-transform: rotate(-45deg); 
	*/	
}


@media (max-width:1100px) {
    #infoPage,
    #contactForm, 
    #supplierForm { 
        width:65%;
    }	
}
@media (max-width:900px) {
    #infoPage .column {
        float:none;
        width: 100%;
        padding-right: 0;
    }	
}

@media (max-width:768px) {
    .doPopup {
        display: inline-block !important;
    }
    #infoPage,
    #contactForm, 
    #supplierForm { 
        width:80%;
    }

	.social-icons ul>li {
        margin-left: 0.12rem;
        margin-right: 0.12rem;
	}	
}

@media (max-width:640px) {
    .pb-5, .py-5 {
        padding-bottom: 0px !important;
    }
    .mb-5, .my-5 {
        margin-bottom: 0px !important;
    }
    .social-icons ul {
        margin-top: 1rem !important;
    }       

    #infoPage,
    #contactForm, 
    #supplierForm { 
        width:95%;
    }
}
@media (max-width:480px), (max-height: 480px) {
    .pt-5, .py-5 {
        padding-top: 1rem !important;
    }
    .social-icons ul>li {
        margin-left: 0.10rem;
        margin-right: 0.10rem;
    }

    .social-icons {
        position: relative;
    }

    #logoimg {
        max-width: 62% !important; 
        margin-bottom: 1rem;
    }

    .doPopup {
        display: none !important;
    }
    .doAnchor {
        display: inline-block !important;
    }
    #ShowInfo, #ShowContact, #ShowSupplier {
        display: block;
        position: relative;
        margin-bottom: 3rem;    
    }
    
    #infoPage, #contactForm, #supplierForm { 
        max-width: 95% !important;
        display: block !important;
        position: relative;
        transform:none;
        top:auto;
        left:auto;
        margin: 2rem auto;
        font-size: 1rem;
    }
    
    #supplierForm {
        margin-bottom: 10rem;
    }
    
.corner-ribbon{

	}
/*
    .divbox:last-child {
        margin-bottom: 10rem !important;
    }
*/    
}

