/****************
CTA BUTTONS  
****************/
a{
  text-decoration:none;
  cursor:pointer;
}

:disabled{
  opacity:.5!important;
}

#terms_and_conditions:disabled{
    opacity: 0.5;
}


button,
button:active,
button:focus,
input,
textarea{
  outline: none;
}

input{
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  height: 42px;
  border-radius: 0;
  width:100%;
}

input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:0;
}
input:focus::-moz-placeholder { /* Firefox 19+ */
  font-size:0;
}
input:focus:-ms-input-placeholder { /* IE 10+ */
  font-size:0;
}
input:focus:-moz-placeholder { /* Firefox 18- */
  font-size:0;
}






/****************************
INPUT LAYOUTS
******************************/
.checkInputDesign textarea{
  border: 1px solid #d8d8d8;
  padding: 15px 10px;
  border-radius: 0;
  width:100%;
  height:120px;
  resize: none;
}

.email_warning_alert {
  font-size: 10px;
  color: #ff0000;
  margin-top: 4px;
  position: absolute;
}

/****************************
INPUT CHECKS
******************************/
/* hide default */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkboxCtn {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}


/* customizing */
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cacaca;
  border-radius: 50%;
  border: 1px solid #323232;
}


#terms_and_conditions:disabled ~ .checkmark{
 opacity: 0.5;
 }


.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #2ba22b;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}


/*****
EMAILS ALERT
*******/
#emails-alert.alert-overlay {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999999999999;
    background: rgba(0,0,0,0.5);
}

#emails-alert.alert-overlay.display_none{
  display:none;
}

#emails-alert .emails-alert {
  position: fixed;
  bottom: 0;
  z-index: 9999999999999;
  width: 100%;
  -webkit-animation: alert-in 0.5s;
  -moz-animation: alert-in 0.5s;
  -o-animation: alert-in 0.5s;
  animation: alert-in 0.5s;
  width: 100%;
  max-width: 400px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 400px;
  padding: 20px;
  border-radius: 0;
}

#emails-alert .emails-alert .top-row{
  display:block;
  width:100%;
  padding:20px 10px 10px 10px;
  border-radius:0 ;
}

#emails-alert .emails-alert .top-row.success{
  background:#7b9e42;
}
 
#emails-alert .emails-alert .top-row.error{
  background:#e75e60;
}

#emails-alert .emails-alert .top-row .image-icon{
  width:66px;
  height:66px;
  margin:0 auto 25px auto;
}


#emails-alert .emails-alert .top-row .image-icon img{
  width:66px;
  height:66px;
  margin:auto;
}

#emails-alert .emails-alert .top-row h3{
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

#emails-alert .emails-alert .top-row h4{
  color:#fff;
  text-align:center;
  font-size:12px;
  line-height:20px
}

#emails-alert .emails-alert .top-row h4 a{
  color:#fff;
  font-weight:700
}

#emails-alert .emails-alert .top-row h4 a:hover{
  color:#000;
}

#emails-alert .emails-alert .top-row hr{
  margin:10px 0;
  border:0px solid #fff;
  height:1px;
  width:100%;
  background:#fff;
  
}

#emails-alert .emails-alert .bottom-row{
  background:#fff;
  height:80px;
  display:block;
  width:100%;
   border-radius:0;
  padding:20px 0 20px 0;
  text-align:center;
}



@-webkit-keyframes alert-in {
0% {
opacity:0;
top:-100px
}

100% {
opacity:1;
top:0
}
}

@-moz-keyframes alert-in {
0% {
opacity:0;
top:-100px
}

100% {
opacity:1;
top:0
}
}

@-o-keyframes alert-in {
0% {
opacity:0;
top:-100px
}

100% {
opacity:1;
top:0
}
}

@keyframes alert-in {
0% {
opacity:0;
top:-100px
}

100% {
opacity:1;
top:0
}
}
 
#emails-alert .alert.alert-success-ctn,
#emails-alert .alert.alert-error {
margin:auto;
height:auto;
text-align:center
}

#emails-alert .alert.alert-error {
background:#c73537
}


#emails-alert .close-button  {
    line-height: 40px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: block;
    height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    border-radius: 0;
    line-height: 36px;
    letter-spacing: 1px;
    max-width: 260px;
    margin:auto;
}

#emails-alert .alert.alert-error h4,
#emails-alert .alert.alert-success-ctn h4 {
color: #fff;
font-weight: 400;
line-height: 20px;
font-size: 14px;
width: 90%;
margin: auto;
}

#emails-alert .alert.alert-success-ctn a {
color:#fff;
border-color:#23282b;
font-weight:700;
background:#000;
box-shadow: 0px 5px 10px #2d2d2d;
}

#emails-alert .alert.alert-error-ctn a {
color:#fff;
border-color:#e75e60;
font-weight:700
}


#emails-alert .close-button.error{
  background:#23282b;
}

#emails-alert .close-button.success{
  background:#23282b;
}




/****************
TOUCH BUTTONS  
****************/
header .btn-touch{
  width: 100%;
  display: table;
  height: 50px;
}
/****************
CTA BUTTONS  
****************/
a{
  text-decoration:none;
  cursor:pointer;
}

:disabled{
  opacity:.5;
}

button:focus {
  outline:0;
}
 
/********************
CTA BUTTONS
******************/
.btn{
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    margin: auto;
    text-align: center;
    max-width: 240px;
    border-width: 0px;
    border-style: solid;
    border-radius: 40px;
    padding: 8px 10px 8px 10px;
    position: relative;
    transition: all .2s ease;
    width: auto;
    display: inline-block;
    min-width: 240px;
}

.btn.small{
  width: 100%;
  font-size: 12px;
  max-width: 210px;
  min-width: 180px;
}

.btn.big{
  width: 100%;
  font-size: 15px;
  max-width: 280px;
  min-width: 280px;
} 

.btn-header{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    margin: auto;
    text-align: center;
    max-width: 340px;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    padding:15px 10px 10px 10px;
    position: relative;
    transition: all .2s ease;
    width: auto;
    display: inline-block;
    min-width: 160px;
}

.btn-hover {
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

/* blue **/
.btn-hover.blue{
background-image: linear-gradient(to right, #003E7E, #1170D1, #73A6DB,  #1170D1,  #003E7E);  /* Chrome 10-25, Safari 5.1-6 */
box-shadow: 0px 5px 10px #7FB6EE;
}

/* green **/
.btn-hover.green{
background-image: linear-gradient(to right, #087A14, #35AE32, #52CF51,  #35AE32,  #087A14);  /* Chrome 10-25, Safari 5.1-6 */
box-shadow: 0px 5px 10px #AEF097;
}

/* orange **/
.btn-hover.orange{
background-image: linear-gradient(to right, #C97410, #EF8912, #F9A645,  #EF8912,  #C97410);  /* Chrome 10-25, Safari 5.1-6 */
box-shadow: 0px 5px 10px #FCB056;
}

/* red **/
.btn-hover.red{
background-image: linear-gradient(to right, #E61E1E, #E61E1E, #E61E1E, #7A0F08, #7A0F08,  #7A0F08,  #7A0F08);  /* Chrome 10-25, Safari 5.1-6 */
box-shadow: 0px 5px 10px #E61E1E;
}

/* yellow **/
.btn-hover.yellow{
background-image: linear-gradient(to right, #FFD200, #E7BF07, #E7BF07, #FFD200, #FFD200,  #FFD200,  #FFD200);  /* Chrome 10-25, Safari 5.1-6 */
box-shadow: 0px 5px 10px #FFD200;
}

/* orange-no-shadow **/
.btn-hover.orange-no-shadow{
background-image: linear-gradient(to right, #C97410, #EF8912, #F9A645,  #EF8912,  #C97410);  /* Chrome 10-25, Safari 5.1-6 */
}

/* white-no-shadow **/
.btn-hover.white-no-shadow{
background-image: linear-gradient(to right, #fff, #fff, #fff, #DFDFDF,  #DFDFDF,  #DFDFDF);  /* Chrome 10-25, Safari 5.1-6 */
color:#000
}

/* red-no-shadow **/
.btn-hover.red-no-shadow{
background-image: linear-gradient(to right, #E61E1E, #E61E1E, #E61E1E, #7A0F08, #7A0F08,  #7A0F08,  #7A0F08);  /* Chrome 10-25, Safari 5.1-6 */
}



/* green **/
.btn-hover.green-no-shadow{
background-image: linear-gradient(to right, #087A14, #35AE32, #52CF51,  #35AE32,  #087A14);  /* Chrome 10-25, Safari 5.1-6 */
}


/*** button print ***/
.button_text_article_grey{
  color:#393939;
  background:#f2f2f2;
  border: 0;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 4px;
  line-height: 20px;
  font-weight: 700;
  cursor:pointer;
  transition:all ease .3s
}

.button_text_article_grey a:hover ,
.button_text_article_grey:hover{
  color: #fff;
  background:#FF8D08;
  transition:all ease .3s
}

.button_text_article_grey i.black{
  color: #323232;
  transition:all ease .3s
}

.button_text_article_grey:hover i.black{
  color: #fff;
  background:var(--orange-color);
  transition:all ease .3s
}


/****************
 BUTTONS ICONS 
 ****************/
.button-icon { 
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.button-icon i{
  font-size:18px;
  color:#fff;
}
 
@media screen and (max-width: 680px) {
  .btn{
  font-size: 16px;
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  line-height: 42px;
  }
}  