/*
GENERAL STYLES
*/
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Oswald);
::-moz-selection {
    color: #ecf0f1;
    background: #10AFBD;
}
::selection {
    color: #ecf0f1;
    background: #10AFBD;
}
body {
    font-family: 'Lato', sans-serif;
    color: #222;
      
    background: url(../images/bg.jpg)  #ececec no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
.heading {
    margin-bottom: 48px;
    font-size: 3em;
    margin-top: 0;
}
a {
    transition: .25s;
    color: #EC2915;
}
a:hover {
    color: #85190E;
    text-decoration: none;
}
a:focus {
    outline: none;
}
.tooltip-inner {
    background: #e74c3c;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #e74c3c;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #e74c3c;
}
.ketchup-error ul {
    color: #ecf0f1;
    background: #e74c3c;
}
.ketchup-error span {
    border-top-color: #e74c3c;
}
#top, #updates-link, #about-link, #contact-link {
    position: relative;
    top: -80px;
}
.alert {
    box-shadow: none;
    border: none;
    font-weight: bold;
}
.alert-danger {
    background: #e74c3c;
    color: #c0392b;
}
.alert-success {
    background: #40d47e;
    color: #27ae60;
}
#newsletter-success, #newsletter-error, #contact-success, #contact-error {
	display: none;
    margin-top: 24px;
}
#newsletter-email {
    float: right;
    width: 40%;
}
#newsletter-name {
    float: left;
    width: 50%;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius: 6px;
border-bottom-right-radius: 6px;}


.input-group .form-control:nth-child(2), .input-group-addon:nth-child(2), .input-group-btn:nth-child(2)>.btn, .input-group-btn:nth-child(2)>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius: 6px !important;
border-bottom-left-radius: 6px !important; }

/*
FORMS
*/
.form-control {
    box-shadow: none;
    border: none;
    background: #ecf0f1;
}
.form-control:focus {
    box-shadow: none;
}
.input-group-addon {
    box-shadow: none;
    border: none;
    background: #e74c3c;
    color: #85190E;
}
.btn {
    border: none;
    box-shadow: none;
    background: #EC2915;
    color: #ecf0f1;
    transition: .25s;
}
.btn:hover {
    background: #c0392b;
    color: #ecf0f1;
}
.btn:focus {
    outline: none;
    color: #ecf0f1;
}

/*
HEADER
*/
header {
    position: fixed;
    display: none;
    width: 100%;
	z-index:999;

}
.header {
    margin-bottom: 80px;
}
h1.main-heading  img { max-width:100%}
.navbar-default {
    border: none;
    background: rgba(255,255,255,0.8);
}
.navbar-nav>li>a {
    line-height: 50px;
    font-size: 1.2em;
}
.navbar-default .navbar-nav>li>a {
    color: #303030;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e74c3c;
}
.navbar-brand {
    transition: .25s;
}
.navbar-brand:hover {
    opacity: .8;
}
.navbar-collapse {
    border: none;
}
.navbar-toggle {
    border: none;
    background: #e74c3c;
    color: #ecf0f1;
    line-height: 50px;
    width: 68px;
    font-size: 3em;
    transition: .25s;
}
.navbar-default .navbar-toggle:focus {
    outline: none;
    background: #e74c3c;
}
.navbar-default .navbar-toggle:hover {
    background: /*GENERAL STYLES*/@import url(http://fonts.googleapis.com/css?family=Lato);@import url(http://fonts.googleapis.com/css?family=Oswald);::-moz-selection {    color: #ecf0f1;    background: #10AFBD;}::selection {    color: #ecf0f1;    background: #10AFBD;}body {    font-family: 'Lato', sans-serif;    color: #222;          background: url(../images/bg.png)  #ececec no-repeat center center fixed;   -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}h1, h2, h3, h4, h5, h6 {    font-family: 'Oswald', sans-serif;}.heading {    margin-bottom: 48px;    font-size: 3em;    margin-top: 0;}a {    transition: .25s;    color: #e74c3c;}a:hover {    color: #85190E;    text-decoration: none;}a:focus {    outline: none;}.tooltip-inner {    background: #e74c3c;}.tooltip.left .tooltip-arrow {    border-left-color: #e74c3c;}.tooltip.top .tooltip-arrow {    border-top-color: #e74c3c;}.ketchup-error ul {    color: #ecf0f1;    background: #e74c3c;}.ketchup-error span {    border-top-color: #e74c3c;}#top, #updates-link, #about-link, #contact-link {    position: relative;    top: -80px;}.alert {    box-shadow: none;    border: none;    font-weight: bold;}.alert-danger {    background: #e74c3c;    color: #c0392b;}.alert-success {    background: #40d47e;    color: #27ae60;}#newsletter-success, #newsletter-error, #contact-success, #contact-error { display: none;    margin-top: 24px;}/*FORMS*/.form-control {    box-shadow: none;    border: none;    background: #ecf0f1;}.form-control:focus {    box-shadow: none;}.input-group-addon {
	box-shadow: none;
	border: none;
	background: #e74c3c;
	color: #E74C3C;
}.btn {    border: none;    box-shadow: none;    background: #e74c3c;    color: #ecf0f1;    transition: .25s;}.btn:hover {    background: #c0392b;    color: #ecf0f1;}.btn:focus {    outline: none;    color: #ecf0f1;}/*HEADER*/.header {    margin-bottom: 80px;}.navbar-default {    border: none;    background: #333333;}.navbar-nav>li>a {    line-height: 50px;    font-size: 1.2em;}.navbar-default .navbar-nav>li>a {    color: #ecf0f1;}.navbar-default .navbar-nav>li>a:hover {    color: #e74c3c;}.navbar-brand {    transition: .25s;}.navbar-brand:hover {    opacity: .8;}.navbar-collapse {    border: none;}.navbar-toggle {    border: none;    background: #e74c3c;    color: #ecf0f1;    line-height: 50px;    width: 68px;    font-size: 3em;    transition: .25s;}.navbar-default .navbar-toggle:focus {    outline: none;    background: #e74c3c;}.navbar-default .navbar-toggle:hover {    background: #85190E;}/*MAIN AREA*/.main {    padding: 96px 12px;    text-align: center;}.main-heading {    font-size: 4em;    margin-top: 0;    margin-bottom: 72px;}.time {    display: inline-block;    width: 125px;    height: 125px;    background: #e74c3c;    border-radius: 100%;    margin: 0 18px;    margin-top: 72px;    transition: .25s;}.time span {    line-height: 115px;    font-size: 4em;    font-family: 'Oswald', sans-serif;    color: #ececec;}.time p {    margin-top: -30px;    color: #ececec;}.time:hover {    background: #c0392b;}/*UPDATES*/.updates {    background: #34495e;    padding: 48px 12px;    text-align: center;    color: #ececec;}#newsletter-form {    display: inline-block;    width: 50%;}/*ABOUT*/.about {    padding: 48px 12px;    padding-bottom: 24px;    text-align: center;}.about .lead {    margin-bottom: 48px;}.about-item {    margin-bottom: 24px;}.about-icon {    display: inline-block;    line-height: 100px;    font-size: 4em;    background: #e74c3c;    width: 100px;    height: 100px;    border-radius: 100%;    transition: .5s;    color: #ececec;}.about-item:hover .about-icon {    -webkit-transform: rotate(360deg);    -ms-transform: rotate(360deg);    -moz-transform: rotate(360deg);    -o-transform: rotate(360deg);    transform: rotate(360deg);}/*CONTACT*/.contact {    background: #34495e;    padding: 48px 12px;    text-align: center;    color: #ececec;}.contact-info {    margin-top: 48px;    margin-bottom: 48px;}.address {    font-size: 1.2em;    margin-bottom: 12px;}.address i {    margin-right: 6px;}.contact .col-sm-6 {    text-align: left;}.contact .input-group {    margin-bottom: 24px;}/*FOOTER*/.footer {    background: #333333;  color:#ececec;  padding: 48px 12px;}.footer-middle {    text-align: center;}.footer-last {    text-align: right;}.copyright {    font-size: 1.2em;    line-height: 40px;}.footer .nav-link {    font-size: 3em;    line-height: 40px;}.social-icon {    font-size: 2em;    margin-left: 12px;    line-height: 40px;}/*MEDIA QUERIES*/@media all and (max-width: 1000px) {    #newsletter-form {        width: 75%;    }}@media all and (max-width: 768px) {    .footer, .footer-last {        text-align: center;    }    .footer-middle {        margin-top: 24px;        margin-bottom: 24px;    }    #newsletter-form {        width: 100%;    }};
}

/*
MAIN AREA
*/
.main {
    padding: 100px 12px 170px 12px;
    text-align: center;
	    background: rgba(255,255,255,0.5);
}
.main-heading {
    font-size: 4em;
    margin-top: 0;
    margin-bottom: 40px;
	
    text-shadow: 4px 3px 0 #ececec ,9px 8px 0 rgba(0,0,0,0.15);
}
.submain-heading {
    font-size: 2em;
    padding-top: 44px;
    padding-bottom: 72px;



}
.time {
    display: inline-block;
    width: 125px;
    height: 125px;
    background: #EC2915;
    border-radius: 100%;
    margin: 0 18px;
    margin-top: 50px;
    transition: .25s;
}
.time span {
    line-height: 115px;
    font-size: 4em;
    font-family: 'Oswald', sans-serif;
    color: #ececec;
}
.time p {
    margin-top: -30px;
    color: #ececec;
}
.time:hover {
    background: #c0392b;
}

/*
UPDATES
*/
.updates {
    background: #222;
    padding: 48px 12px;
    text-align: center;
    color: #ececec;
}
#newsletter-form {
    display: inline-block;
    width: 50%;
}

/*
ABOUT
*/
.about {
    padding: 48px 12px;
    padding-bottom: 140px;
    text-align: center;
	background:rgba(255,255,255,0.7)
}
.about .lead {
    margin-bottom: 48px;
}
.about-item {
    margin-bottom: 24px;
}
.about-icon {
    display: inline-block;
    line-height: 100px;
    font-size: 4em;
    background: #EC2915;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transition: .5s;
    color: #ececec;
}
.about-item:hover .about-icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*
CONTACT
*/
.contact {
    background: #222;
    padding: 48px 12px;
    text-align: center;
    color: #ececec;
}
.contact-info {
    margin-top: 48px;
    margin-bottom: 48px;
}
.address {
    font-size: 1.2em;
    margin-bottom: 12px;
}
.address i {
    margin-right: 6px;
}
.contact .col-sm-6 {
    text-align: left;
}
.contact .input-group {
    margin-bottom: 24px;
}

/*
FOOTER
*/
.footer {
    background: #111;
    padding: 48px 12px;
	color:#ececec;
}
.footer-middle {
    text-align: center;
}
.footer-last {
    text-align: right;
}
.copyright {
    font-size: 0.8em;
    line-height: 40px;
}
.footer .nav-link {
    font-size: 3em;
    line-height: 40px;
}
.social-icon {
    font-size: 2em;
    margin-left: 12px;
    line-height: 40px;
}

/*
MEDIA QUERIES
*/
@media all and (max-width: 1000px) {
    #newsletter-form {
        width: 75%;
    }
}
@media all and (max-width: 768px) {
    .footer, .footer-last {
        text-align: center;
    }
    .footer-middle {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    #newsletter-form {
        width: 100%;
    }
	#newsletter-name {
float: none;
width: 100%;
margin-bottom: 20px;
}
#newsletter-email {
float: none;
width: 100%;
}
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: bottom;
}
}
