body{
    background: url(../images/bg.jpg);
    background-size: cover;
}

h1{color:#fff;}

.well {
    background: rgba(255,255,255,0.1);
    border: none;
}

.form-actions{background: rgba(255,255,255,0.2);border-top: 1px solid rgba(255,255,255,0.3);}

.page-header{border-bottom: 1px solid rgba(255,255,255,0.3);}

.clear-wrap:before,.clear-wrap:after{
    content:'';
    display:table;
    clear:both;
}

.blue-bar.navbar .nav > li {
    margin-left: 5px;
}

.blue-bar{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
}

.blue-bar.navbar-inverse .navbar-inner {
    background: transparent;
    border: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a{
    color:white;
    border-radius:10px 10px 10px 10px;
    padding:6px 15px;
    margin-top:4px;
    text-shadow: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover{
    background:rgba(0,0,0,0.2);
    border-radius:10px 10px 10px 10px;

}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{
    background:rgba(0,0,0,0.2);
}

.main-heading{
    color:#000000;
    text-align:center;
}

.form-placement{
    text-align: center;
}
.form-placement .single-form-placement{
    margin-bottom:5px;
}
.heading1{
    font-weight: normal;
    font-family: gurrrrl;
    color:#ffffff;
    text-align: center;
}
.footer{
    margin-top: 30px;
    width: 100%;
    color: #fff;
}
.footer-links{
    text-align:center;
}
.divider{
    color:#D3D3D3;
}
.single-links{
    margin:0 5px;
    font-size:11px;
}
.second-line-links{
    text-align:center;
    margin-bottom:60px;
}
.submit-btn{
    margin:0 auto;
    text-align:center;
}
.submit-btn .submit-form{
    width:60%;
}
.footer-address{
    text-align:center;
    font-size:11px;
    color:#999999;
}
.footer-address p{
    margin:0 0 0px 0;
}

.cwrap {
    width: 100px;
    height: 100px;
    float:left;
    text-align:center;
    margin-left: 10px;
    color:white;
}

.alert-danger, .alert-error {
    background-color: rgba(243, 222, 222, 0.4);
    border-color: transparent;
    color: #FCECEC;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.cdigit{
    font-size: 40px;
    line-height: 35px;
    margin: 25px 0 0 0;
    font-weight: bold;
/*    text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9;*/
}

.cword{
    font-weight: bold;
    text-shadow: 0 0px 2px #000;
}

#countdown-wrap{
    width: 490px;
    margin: 0 auto;
}

.hasCountdown{
    background:none;
    border:none;
}
.social-images{
    text-align:center;
    margin-top:30px;
}
.social-images a{
    font-family: symbols;
    font-size: 25px;
    color: #000;
    text-decoration: none;
}
.social-images a:hover{
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    
/*    font-size: 28px;*/
    color: #fff;
    text-shadow: 0 0 5px #fff;
    
    opacity:1.00;
}

.steps{
    padding:2%;
    margin-top:20px;
}

/* ANIMATIONS */

@-moz-keyframes resize{
    0% {
    font-size: 30px;
}

100% {
    font-size: 0px;
    opacity: 0;
}
}

@-webkit-keyframes resize{
    0% {
    font-size: 30px;
}

100% {
    font-size: 0px;
    opacity: 0;
}
}

@-o-keyframes resize{
    0% {
    font-size: 30px;
}

100% {
    font-size: 0px;
    opacity: 0;
}
}

@keyframes resize {
    0% {
    font-size: 30px;
}

100% {
    font-size: 0px;
    opacity: 0;
}
}

#second-digits{
    -moz-animation-name: resize;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-timing-function: ease-in-out;

    -webkit-animation-name: resize;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;

    -o-animation-name: resize;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-animation-timing-function: ease-in-out;

    animation-name: resize;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
}

.user-form-error {
    font-size: 12px;
}

/* Embeded Fonts */

@font-face {
	font-family: 'gurrrrl';
	src: url('../fonts/gurrrrl.eot');
	src: local('‚ò∫'), url('../fonts/gurrrrl.woff') format('woff'), url('../fonts/gurrrrl.ttf') format('truetype'), url('../fonts/gurrrrl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'symbols';
	src: url('../fonts/symbols.eot');
	src: local('‚ò∫'), url('../fonts/symbols.woff') format('woff'), url('../fonts/symbols.ttf') format('truetype'), url('../fonts/symbols.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}