@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Raleway:400,600,700,800,900|Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900');

.breadcrumb {
      background-color: transparent !important;
}

.newsletter h3, #newsletter-offer h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: rgba(255, 70, 20, 1);
    text-transform: uppercase;
}
.newsletter h3.lg, #newsletter-offer h3.lg{
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    line-height: 1em;
    font-weight: 900;
}

.newsletter p, #newsletter-offer p {
    font-family: 'Lato', sans-serif;
    color: grey;
    margin-top: 1rem;
}

.newsletter p small {color: grey;/* line-height: 0; */}

.newsletter label, #newsletter-offer label {font-family: 'Lato', sans-serif;opacity: 0;display: none;}
.newsletter input, #newsletter-offer input   {font-family: 'Lato', sans-serif; font-weight: 300;}

.newsletter input.form-control::-webkit-input-placeholder, {
    color: white;
    font-weight: 300;
}

.newsletter input.form-control::-moz-placeholder {
    color: white;
    font-weight: 300;
}

.newsletter input.form-control::-ms-placeholder {
    color: white;
    font-weight: 300;
}

.newsletter input.form-control::placeholder {
    color: white;
    font-weight: 300;
}

.newsletter .form-container {
    margin: 0 auto;
    padding: 2em;
    max-width: 350px;
    color:rgba(255, 70, 20, 1);
    background-color: transparent;
    border: 1px solid rgba(255, 70, 20, 1);
}



.newsletter input#email,
.newsletter .form-control-lg, 
.newsletter .input-group-lg>.form-control, 
.newsletter .input-group-lg>.input-group-append>.btn, 
.newsletter .input-group-lg>.input-group-append>.input-group-text, 
.newsletter .input-group-lg>.input-group-prepend>.btn, 
.newsletter .input-group-lg>.input-group-prepend>.input-group-text {
    font-size: 1em;
    color: white !important;
    text-align: center!important;
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, .2) !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    
}


.btn-light {
    font-family: 'Lato', sans-serif;
    width: 100%;
    color: rgb(255, 70, 20);
    text-transform: uppercase;
    font-weight: 700;
    background-color: white;
    border:1px solid rgba(255, 70, 20, 1) ;
    border-radius: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition:  0.4s ease;
    transition:  0.4s ease;
}

.btn-light:hover {
    color: white;
    background-color: rgba(255, 70, 20, 1) ;
    border-color: white;
}


.btn-red {
    font-family: 'Lato', sans-serif;
    width: 100%;
    background-color: rgb(255, 70, 20);
    color:white;
    text-transform: uppercase;
    font-weight: 700;
    border-color: white;
    border-radius: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition:  0.4s ease;
    transition:  0.4s ease;
}

.btn-red:hover {
    color: rgb(255, 70, 20);
    background-color: transparent;
    border-color: rgb(255, 70, 20);
}

/** Inline **/
#offer-signup {text-align: center; color:black;}
#offer-signup p small {color: black;}

#offer-signup .form-control{
    color: black;
    font-size: 2em;
    height: 42px;
    box-sizing: border-box;
    border: solid 1px rgb(231, 231, 231) !important;
    border-radius: 3px;
    background: transparent;
    transition: all 0.25s ease-in-out;
}

#offer-signup input.form-control::-webkit-input-placeholder, {
    color: rgb(175, 175, 175);
    font-size: 1em;
}

#offer-signup input.form-control::-moz-placeholder {
    color: rgb(175, 175, 175);
    font-size: 1em;
}

#offer-signup input.form-control::-ms-placeholder {
    color: rgb(175, 175, 175);
    font-size: 1em;
}

#offer-signup input.form-control::placeholder {
    color: rgb(175, 175, 175);
    font-size: 1em;
}


/*** Response ***/ 

#success, #success-offer, #failure, #failure-offer  {font-family: 'Lato', sans-serif;display: none;}

#loading {
  display: none;
  position: absolute;
  margin-top: -35px;
  left: 150px;
  max-width: 100px;
}

 #loading2 {
  display: none;
  position: absolute;
  margin-top: -35px;
  left: 30%;
  max-width: 100px;
}

#success h4 {color:white;}
#failure h5{margin-bottom:5px;color:white; }

#success-offer h4 {color:green;}
#failure-offer h5{margin-bottom:5px;color:rgb(255, 70, 20); }


/*** Facebook ***/

a.fbshare {
  position: relative;
  display: inline-block;
  padding: .2em .4em;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: white !important;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #8b9dc3;
  border-radius: 0em !important;
  transition: all .2s linear;
  box-sizing: border-box;
  cursor: pointer;    
}

a.fbshare:hover, a.fbshare-bottom:hover {
  background-color: #365899 !important;
  border-color: #365899 !important;
}

a.fbshare-bottom {
  display: block;
  margin:0 auto;
  width: 60%;
}

a.fbshare-new {
  position: relative;
  display: inline-block;
  padding: .2em .4em .2em 1em;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: white !important;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: .25rem;
  background: #577fbc;
  border: 1px solid #577fbc;
  transition: all .2s linear;
  box-sizing: border-box;
  cursor: pointer;
}

a.fbshare-new:hover{
  background: #365899 !important;
  border: 1px solid #365899 !important;
}

.share-button {
  float: right;
  margin-top: 15px;
  width: 110px;
}

a.fbshare-date {
  position: relative;
  display: inline-block;
  padding: .2rem 0.5rem;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: white !important;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: .25rem;
  background: #577fbc;
  border: 1px solid #577fbc;
  transition: all .2s linear;
  box-sizing: border-box;
  cursor: pointer;
}

a.fbshare-date:hover{
  background: #365899;
  border: 1px solid #365899;
}

#sharefb {font-weight: normal;}

#sidelogo {
  position: absolute;
  max-width: 250px;
  text-align: center;
  top: -100px;
  left: 10%;
  z-index: -1;
}


.sidebar.c-4-12 {
    float: right;
    width: 30.7%;
    /* width: 100%; */
    line-height: 20px;
    max-width: 344px;
    padding: 0 22px;
    box-sizing: border-box;
    min-width: 250px;
    position: fixed;
    right: 18%;
    /*top:125px;*/
    /*z-index: 9999;*/

}
@media screen and (max-width: 1620px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: 0%;
    }
}
@media screen and (min-width: 720px) and (max-width: 765px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: -1.5%;
		top:70px;
    }
}
@media screen and (min-width: 766px) and (max-width: 799px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: 2%;
    }
}
@media screen and (min-width: 800px) and (max-width: 999px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: 3%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1320px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: 5%;
    }
}
@media screen and (min-width: 1320px) and (max-width: 1499px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: 10%;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1619px){
    .sidebar.c-4-12 {
        padding: 0;
        background: none !important;
        right: 15%;
    }
}
/**** Newsletter V2 ***/

.newsletter2 .form-container {
    margin: 0 auto;
    padding: 1em;
    max-width: 350px;
    color:black;
    background-color: transparent;
    border: 1px dotted grey;
}

.newsletter2 h1, .newsletter2 h3 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1em;
    /*color: #ad1a20;*/
    color:#FF4614;
    text-transform: capitalize;
}

.newsletter2 h1 {
  margin-top: 0em;
  font-family: 'Lato', sans-serif;
  font-size: 3em;
  font-weight: 900;
   color:#35404F;
  margin-bottom: 0;
}

.newsletter2 p, #newsletter-offer p {
    font-family:Arial, Helvetica, sans-serif;
    color: #464a4c;
    margin-top: 1rem;
}

.subscribers {margin-bottom: 2em;}
.subscribers p { margin-top: 5px; margin-bottom: 0;}

.newsletter2 label, #newsletter-offer label {font-family: 'Lato', sans-serif;opacity: 0;display: none;}
.newsletter2 input, 
#newsletter-offer input,
.newsletter2 input, #newsletter-offer input, #af-form-195408668 .af-body input.text, #af-form-195408668 .af-body textarea {
  width:100%;font-family: 'Lato', sans-serif !important; font-weight: 300 !Imp;
}

.newsletter2 input#email,
.newsletter2 .form-control-lg, 
.newsletter2 .input-group-lg>.form-control, 
.newsletter2 .input-group-lg>.input-group-append>.btn, 
.newsletter2 .input-group-lg>.input-group-append>.input-group-text, 
.newsletter2 .input-group-lg>.input-group-prepend>.btn, 
.newsletter2 .input-group-lg>.input-group-prepend>.input-group-text {
    font-size: 1em;
    font-family:Arial, Helvetica, sans-serif;
    color: #464a4c !important;
    text-align: center!important;
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;    
}

.success-new  {color:green !important;}
.failure-new {margin-bottom:5px;color:#FF4614 !important;}

.btn-dk-red {
    font-family: 'Lato', sans-serif;
    width: 100%;
    background-color: #FF4614;
    color:white;
    text-transform: capitalize;
    font-weight: 700;
    border-color: white;
    -webkit-transition: 0.4s ease;
    -moz-transition:  0.4s ease;
    transition:  0.4s ease;
}

.btn-dk-red:hover {
    color: #FF4614;
    background-color: transparent;
    border-color: #FF4614;
}


/*** AWEBBER ***/
#af-form-195408668, #af-form-195408668 .quirksMode { max-width: 100%!important;}
#af-form-195408668 .af-body { font-size: 1em !important; }
#af-form-195408668 .af-standards .af-element {padding: 0!important; margin-bottom: 15px;}
#af-form-195408668 .af-body label.previewLabel {display: none !important;}
#af-form-195408668 .af-body .af-textWrap { width: 100% !important; float: none !important; }
#af-form-195408668 .af-body input.text, #af-form-195408668 .af-body textarea {
    background-color: #FFFFFF;
    border-style: inset;
    color: #464a4c !important;
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    text-align: center!important;
    font-size: 1em !important;
    font-family: 'Lato', sans-serif !important;
    padding: .5rem 1rem !important;
    line-height: 1.5;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#af-form-195408668 .buttonContainer input.submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  font-family: 'Lato', sans-serif !important;
  width: 100% !important;
  background-color: #FF4614 !important;
  color:white !important;
  text-transform: capitalize !important;
  font-weight: 700 !important;
  border-color: white !important;
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}


#af-form-195408668 .buttonContainer input.submit:hover {
    color: #FF4614 !important;
    background-color: transparent!important;
    border-color: #FF4614!important;
}
#af-footer-195408668 {display: none !important;}
/*** Mobile ***/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #sidebar {padding: 0;}
  .sidebar.c-4-12 {
	  /*right: auto !important;*/
	  margin: 0;
	  top: 72px;
   }

}
@media screen and (max-height: 1600px){
  .text45 {font-size: 1em !important;}
  .adz-item-7789 {padding: 5px 10px !important;}
}