﻿/*popup*/
.modal-form {
	width: 840px;
    padding-top: 22px;
    background-color: #fff;
	position: fixed;
	left: 50%;
    margin-top: -252px;
	margin-left: -420px;
	display: none;
	opacity: 0;
	z-index: 5;
    text-transform: capitalize;
}

.modal-form-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 44px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.modal-form-text {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    margin-bottom: 49px;
}

.register-button,
.register-button:hover,
.register-button:active,
.register-button:focus {
    color: #fff;
    text-decoration: none;
}

.register-button {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #ff8500;
    font-size: 36px;
    width: 495px;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 32px;
    margin-bottom: 36px;
}

.cancel-modal {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    color: #7d7d7d;
    text-align: center;
    font-size: 22px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 37px;
    cursor: pointer;
}

.modal-subscribe-form {
    width: 530px;
    margin: 0 auto;
    margin-bottom: 47px;
}
.modal-subscribe-form input {
    display: block;
    width: 340px;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    font-size: 14px;
    color: #b3b3b3;
    border: 1px solid #a1a1a1;
}
.modal-subscribe-button {
    display: block;
    width: 180px;
    float: right;
    background-color: #ff8400;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
}
.modal-close {
    display: block;
	width: 24px;
	height: 24px;
    padding-left: 7px;
    padding-top: 2px;
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
    color: #fff;
    background-color: #494949;
    border-radius: 50%;
}
.overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
}
/*mobile popup*/
.modal-form-mobile{
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    /*border: 4px dashed #a1a1a1;*/
}
.modal-form-mobile .modal-form-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-form-mobile .modal-form-text {
   font-size: 18px;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 16px;
}
.modal-form-mobile .modal-form-text-separator {
    display: none;
}

.modal-form-mobile .register-button {
    font-size: 20px;
    width: 190px;
    padding-top: 19px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modal-form-mobile .cancel-modal {
    font-size: 18px;
}

.modal-form-mobile .modal-subscribe-form {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.modal-form-mobile input, 
.modal-form-mobile .modal-subscribe-button{
    float: none;
    width: 100%;
}

.modal-form-mobile input {
    margin-bottom: 10px;
}
/*end mobile popup*/
/*end popup*/
