/*
 *
 * Template Name: Alissa
 * Template URI: http://azmind.com
 * Description: Alissa - Responsive Coming Soon Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #f8f8f8;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    color: #555;
    font-weight: 400;
    border-top: 2px solid #f00505;
}

.email_error {
    font-size: 20px;
    font-weight: 400;
}

.section-padding{
	padding: 50px 0px 60px 0px;
}

.bg-black {
background-color: #000;
margin-bottom: 25px;
}

.shadow {
border:1px solid #ccc;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0, .3));
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0, .3);
    box-shadow: 0px 3px 6px rgba(0,0,0, .3);	
}

strong { font-weight: 700; }
a:hover { text-decoration: none; }

::-moz-selection { background: #f00505; color: #fff; text-shadow: none; }
::selection { background: #f00505; color: #fff; text-shadow: none; }

.logo h1 {
    margin-top: 7px;
    padding-left: 50px;
    font-family: 'Lobster', cursive;
    font-size: 38px;
    font-weight: 400;
    color: #555;
}

.logo h1 span { color: #f00505; }

.logo a {
    color: #555;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #f00505; }

.call-us {
    font-size: 18px;
    text-align: right;
}

.call-us p {
    margin-top: 18px;
    padding-right: 50px;
}

.call-us p span { color: #888; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 45px 0 50px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.timer {
    margin-top: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 140px;
    margin: 0 10px;
    padding-top: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.7);
    font-size: 18px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #f00505 url(../img/pattern-2.png);
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    line-height: 90px;
}


/***** Content *****/

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 36px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #c6c6c6;
}

.subscribe p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.subscribe form {
    margin-top: 12px;
}

.subscribe-create form input {
    width: 310px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe-home form input {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe select {
width: 310px;
height: 40px;
color: #888;
font-size: 18px;
top:100%;
left:0;
padding:1px 0;
margin:0px;
list-style:none;
background-color:#fff;
-webkit-background-clip:padding-box;
background-clip:padding-box;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,.15);
border-radius:0px;
font-family: 'Lato', Arial, sans-serif;
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe-home form button {
    width: 150px;
    height: 46px;
    margin-top: -7px;
    padding: 0;
    background: #449d44;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subscribe-create form button {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #449d44;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-button {
    width: 140px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #449d44;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subscribe form button:hover {
    background: #388c38;
    color: #fff;
}

.subscribe form button:active {
    background: #449d44;
    color: #fff;
}

.success-message, .error-message {
    font-size: 18px;
}

.error-message {
    color: #f00505;
}

.social {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
}

.social a.facebook { background: url(../img/social-icons/facebook.png); }
.social a.twitter { background: url(../img/social-icons/twitter.png); }
.social a.linkedin { background: url(../img/social-icons/linkedin.png); }

.phone-number {
font-size: 24px;
margin-bottom: 5px;
}

/***********************************
Contact Us
************************************/
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}
#contact .form-control {
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
    border-radius: 0px;
    
}
.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.light {
    font-weight: 100;
}
.white{
    color: #fff !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/***********************************
Footer
************************************/
.footer {
    padding: 0px 20px 80px 20px;
    background: #272727;
    color: #ccc;
border-bottom: none;
margin-top: 20px;
}
.footer a {
    color: #fff;
    outline: none;
}

.footer h3{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
	font-size: 24px;
}
.footer .form-control {
    border-radius: 30px;
    border: none;
    background: rgba(255,255,255,.1);
    padding-left: 10px;
    color: #e5e6e7;
    margin-bottom: 0;
}
.footer .social-links li a {
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 25px 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .mc-trial {
    margin: 20px 0;
}
.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
    padding: 40px 0 0;
}
.btn-submit:hover, .btn-submit:focus{
    background-color: #eb0202;
    color: #fff;
}
.btn-submit{
	padding: 14px 12px;
	border-radius: 50px;
	text-transform: uppercase;
    background-color: #eb0202;
    color: #fff;
}
.btn-submit i{
	padding-left: 8px;
}

.btn-sec {
    margin-top: 20px;
}
.ser-btn {
    padding: 10px 18px;
    border: 0px;
    background-color: #222935;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
}
.mem-info{
    padding: 45px 10px 0px;
    background-color: #eee;
}
.mem-info h4 {
    font-size: 18px;
    padding: 10px 0px;
}
.mem-info h3{
    font-size: 24px;
    padding: 15px 0px;
}
.mem-info h5
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mem-info p {
    margin: 0 0 10px;
}
.agent-social li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}
.btn {
    outline: none;
}
.btn.focus, .btn:focus, .btn:hover {
      outline: none;
  }
.light-form-button{
    background: #eb0202;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 160px;
    padding: 10px 10px;
    margin-top: 5px;
    color: #fff;: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    margin-bottom: 15px;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.light-form-button:hover {
  background: #ab0404;
  }
.btn-green, .btn-green:hover{
    background-color: #5FCF80;
    color: #fff;
}
.footer .form-control:focus{
    box-shadow: none;
}

  .phone-left {
    text-align: left;
    }
      .phone-right {
    text-align: right;
    }
    


.h2, .h3, h2, h3 {
    margin-top: 10px;
}

.hoverSpan {
color: #337ab7;
}

.hoverSpan:hover{
cursor: pointer;
}

.fa-25x {
font-size: 2.25em;
}

.big-text{
    font-size: 38px;
    padding-bottom 10px;
	line-height: 38px;
}

.img-thumbnail {
  background-color: transparent;
  }
.icon-box i {
    color: #eb0202;
    font-size: 50px;
}
.icon-box span {
    color: #eb0202;
    font-size: 42px;
    margin-bottom: 10px;
}
  .address {
    font-size:15px;
    padding: 40px 15px 0px 15px;
  }
  .box {
    padding-top: 30px;
    padding-bottom: 30px;
    }
.phone-desc {
  font-size:15px;
  }
.copyright {
    font-size:15px;
    color: #717f86;
    padding: 50px 15px 30px 15px;
  }
.copy {
  padding:10px;
  font-size:12px;
  background-color: #474747;
  color: #ccc;
  }
  .terms {
  font-size:12px;
  color: #ccc;
    }
  .terms a {
  color: #eee;
  text-decoration: none;
  outline: none;
    }
  .terms:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
cursor: pointer;
    }
.terms:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
    }
  .phone-left {
    text-align: left;
    }
      .phone-right {
    text-align: right;
    }



/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {

    .logo h1 {
        padding-left: 0;
    }

    .call-us p {
        padding-right: 0;
    }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 0 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 60px;
        line-height: 70px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .logo h1 {
        padding-left: 0;
        text-align: center;
    }

    .call-us {
        padding-bottom: 7px;
        text-align: center;
    }

    .call-us p {
        padding-right: 0;
    }

    .inner-bg {
        padding: 45px 0 50px 0;
    }

    .coming-soon h2 {
        font-size: 36px;
        padding: 0 20px;
    }

    .coming-soon p {
        padding: 0 20px;
    }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 60px;
        line-height: 70px;
    }

    .subscribe h3 {
        padding: 0 20px;
        font-size: 28px;
    }

    .subscribe p {
        padding: 0 20px;
    }

}

@media (max-width: 480px) {

    .subscribe form {
        padding: 0 20px;
    }

    .subscribe form input {
        width: 95%;
    }

    .subscribe select {
        width: 98%;
    }

    .subscribe form button {
        width: 95%;
        margin-top: 14px;
    }

}

