.press-box {
    border: solid 5px #dddddd;    
}

.press-box:hover {
    border-color: #0088cc;
}

.text-modal {
    font-size: 1.1em;
}

.text-modal dt, .text-modal dd {
    line-height: 1.75em;
}

.modal-header h3 {
    text-align: center;
    font-size: 1.5em;
}

.modal-body em {
    color: #000;
}

body {
    background: #f8f8f8 url(../img/pattern.jpg);
    text-align: left;
    font-family: 'Lato', Arial, sans-serif;
    color: #555;
    font-weight: 400;
    border-top: 2px solid #0183ca;
}

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

::-moz-selection { background: #0183ca; color: #fff; text-shadow: none; }
::selection { background: #0183ca; 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: #0183ca; }

.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: #0183ca; }

.address {
    font-size: 18px;
    text-align: left;
}

.address p {
    letter-spacing: 2px;    
    margin-top: 15px;
    padding-left: 50px;
}

.address p span { color: #888; }

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

.call-us p {
    letter-spacing: 2px;        
    margin-top: 15px;
    padding-right: 50px;
}

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


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

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-bottom: solid 5px #0183CA;
}

.inner-bg {
    padding: 55px 0 60px 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: #0183ca 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: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

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

.subscribe 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 form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #0183ca;
    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;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.subscribe form button:hover {
    background: #0183ca;
    color: #fff;
}

.subscribe form button:active {
    background: #0183ca;
    color: #fff;
}

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

.subscribe-error-message {
    color: #FF0000;
}

/** FORM STYLE **/

.narrow_form .row_form label{
    float:left;
    display:block;
    width: 100px;
    color:#4d4d4d;
}

.narrow_form input, .narrow_form textarea{
    padding: 3px 5px 4px;
    width: 190px;
    border: 1px solid #0183ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    background: #E1E1EC;
    color:#000;
    vertical-align: bottom;    
}

.narrow_form .row_form textarea{
    width: 385px;
    resize:none;
}

.narrow_form .row_form{
    overflow: hidden;
    margin: 5px 10px;
    padding: 5px;
    border-top:solid transparent 2px;
    border-bottom:solid transparent 2px;    
}

.narrow_form .row_form:hover{
    border-top:solid #ddd 2px;
    border-bottom:solid #ddd 2px;
    background: #f3f3f3;
}

.narrow_form input[type=submit]{
    float: right;
    padding: 8px;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.narrow_form input[type=submit][disabled=disabled]:hover{
    background: #0183ca;
    color: #000;
}

.narrow_form input[type=submit][disabled=disabled]:active{
    background: url(images/bg_button.png) repeat-x;
    color: #000;
}

.narrow_form .buttons{
    overflow: hidden;
    margin: 10px auto 0 auto;
    padding: 0 15px;
}

.narrow_form .error-message{
    float: left;
    padding-left:35px;
    background: url('images/error.png') no-repeat 0 6px;
    color:#FF0000;
    line-height: 40px;
}

.narrow_form label.error{
    float: none;
    display: inline;
    margin-left: 15px;
    width: auto;
    color: #FF0000;
    font-size: 12px;
    line-height: 35px;    
}

.narrow_form .textarea_row label.error{
    float:right;
}

.narrow_form .bg-white{
    background: #fff url(images/bg_textbox.png) repeat-x;
}

.narrow_form .bg-white:focus{
    -webkit-box-shadow: 0px 0px 5px 0px #0183ca;
    box-shadow: 0px 0px 5px 0px #0183ca;
}

.narrow_form .bg-blue{
    border: 1px solid #0183ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(images/bg_button.png) repeat-x;
    -webkit-box-shadow:
        0px 0px 2px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow:
        0px 0px 2px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow:
        0px 0px 2px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow:
        2px 0px 0px rgba(000,000,000,0.4),
        0px 2px 6px rgba(255,255,255,0.2);
}

.narrow_form .bg-blue:hover{
    background: url(images/bg_button.png) repeat-x;
    -webkit-box-shadow:
        inset 0px 0px 2px rgba(000,000,000,1),
        inset 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow:
        inset 0px 0px 2px rgba(000,000,000,1),
        inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow:
        inset 0px 0px 2px rgba(000,000,000,1),
        inset 0px 0px 1px rgba(255,255,255,1);
    color:#ddd;    
}

.narrow_form .bg-blue:active{
    background: #0183ca;
}

.fancybox-wrap .fancybox-skin{
    border: solid 5px #DDD;
    background: white url('images/bg_fancybox.png') repeat-x;
}


/** SOCIAL ICONS STYLE **/

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

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

.social a.mail { background: url(../img/social-icons/mail.png); }
.social a.facebook { background: url(../img/social-icons/facebook.png); }
.social a.twitter { background: url(../img/social-icons/twitter.png); }
.social a.dribbble { background: url(../img/social-icons/dribbble.png); }
.social a.googleplus { background: url(../img/social-icons/googleplus.png); }
.social a.pinterest { background: url(../img/social-icons/pinterest.png); }
.social a.flickr { background: url(../img/social-icons/flickr.png); }

ul.links{
    list-style: none;


text-align: left;
    display:inline-block;
}

ul.links li{
  
  text-align: center;
}

ul.links li a, .image-link{
    background: #fff;
    padding: 0.5em;    
    display: block;
    border: solid 5px #dddddd;
}

ul.links li a img, .image-link img{
    opacity: 0.8;
}

ul.links li a:hover, .image-link:hover{
    border-color: #0183ca;   
}

ul.links li a:hover img, .image-link:hover img{
    opacity: 1;
}

ul.links li .link-info{
    position: relative;
    margin-top: 1em;
    color: #727272;
}

ul.links li a:hover + .link-info{
    color: #000;
}

ul.links li a:hover + .link-info::before{
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   border-top: 26px solid #0183ca;
   border-right: 26px solid transparent;
   border-bottom: 26px solid transparent;
   border-left: 26px solid transparent;
   margin: -1em 0 0 -25px;
}

ul.links li a:hover + .link-info h2{
    color: #0183ca;
}

ul.links li .link-info ul{
    list-style: none;
    margin:0;
}


ul.links li .link-info h2{
    font-size:1.2em;
    margin: 0.25em 0;
}

.banner-link {
    background: #fff;
    padding: 0.25em 0.25em 0 0.25em;
    display: block;
    border: solid 5px #dddddd;    
}

.banner-link:hover{
    border-color: #0183ca;   
}

/** FOOTER **/

.footer{
    text-align: center;
    background: #fff url('images/footer_effect.png') repeat-x top center;
    margin: 1em 0 0 0;
    padding: 1em;
    border-top: solid 2px #0183ca;
}

.footer p{
    margin:0;
    font-weight: bold;
    font-size: 0.8em;
}

.footer a{
    display: inline-block;
}

.footer img{
    margin-left: 1em;
}

.about-text h3 {
    margin-bottom: 1em;
}

.about-text p {
    font-size: 1.2em;
    text-align: justify;
}

.about-text .strong {
    font-weight: bold;
    color: #0088CC;
    font-style: italic;
    font-size:1.5em;
    line-height: 2em;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

hr{
    border-top: 1px solid #0183ca;
    border-bottom: 1px solid #F8F8F8;
}

.alert {
    margin: 1em 0 0 0;
    background: transparent;
    border-bottom: solid 1px #888888;
    color: #0088CC;
    padding: 0;
}

.alert h1 {
    font-size: 1.2em;
    margin: 0 0 1em 0;
    line-height: 1.2em;
    border: #0088CC solid 2px;
    padding: 0.25em;
}

.alert em {
    text-decoration: underline;
}
/***** Media Queries *****/

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

    .logo h1 {
        padding-left: 0;
    }

    .address p {
        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;
    }

    .address p {
        padding-left: 0;
    }

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

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

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

    .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;
    }

    ul.links li{
        margin-bottom:1em;
    }

}

@media (max-width: 480px) {

    .subscribe form {
        padding: 0 20px;
    }

    .subscribe form input {
        width: 90%;
    }

    .subscribe form button {
        width: 90%;
        margin-top: 10px;
    }

}

