/* --------------------------------------------------------- */
/* !Home Slides */
/* --------------------------------------------------------- */

#home-slide-1 {
	background-image: url(../images/Home_slide1.jpg);
}
#home-slide-2 {
	background-image: url(../images/Home_slide2.jpg);
}
#home-slide-3 {
	background-image: url(../images/Home_slide3.jpg);
}
#home-slide-4 {
	background-image: url(../images/Home_slide4.jpg);
}
#home-slide-5 {
	background-image: url(../images/Home_slide5.jpg);
}


/* --------------------------------------------------------- */
/* !Quotes Block */
/* --------------------------------------------------------- */

#quotes {
	background-image: url(../images/Parallax1.jpg);
}


/* --------------------------------------------------------- */
/* !Tweets Block */
/* --------------------------------------------------------- */

#tweets {
	background-image: url(../images/Parallax2.jpg);
}


/* --------------------------------------------------------- */
/* !Services More */
/* --------------------------------------------------------- */

#services-more {
	background-image: url(../images/Parallax3.jpg);
}


/* --------------------------------------------------------- */
/* !Client Quotes Block */
/* --------------------------------------------------------- */

#client-quotes {
	background-image: url(../images/Parallax4.jpg);
}


/* --------------------------------------------------------- */
/* !Contact Block */
/* --------------------------------------------------------- */

#contact {
	background-image: url(../images/Footer_Image.jpg);
}


/* --------------------------------------------------------- */
/* !Blog Header */
/* --------------------------------------------------------- */

#blog-header {
	background-image: url(../images/Parallax3.jpg);
}

#login-shadow {
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    display:none;
    background-color:rgba(0,0,0,.8);
    z-index:99998;
}

.tl {
    z-index:999990;
    position: fixed;
    left: 0;
    top: 110px;
    padding: 14px;
    background-color: #D91A23;
    width:120px;
}

.tl a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.tl a span, .tl a {
    color: #fff !important;
}

.tlciit {
    z-index:999990;
    position: fixed;
    left: 0;
    top: 330px;
    padding: 14px;
    background-color: #369;
    width:120px;
}

.tlciit a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.tlciit a span, .tlciit a {
    color: #fff !important;
}

.tldrg {
    z-index:999990;
    position: fixed;
    left: 0;
    top: 220px;
    padding: 14px;
    background-color: #BCBCBE;
    width:120px;
}

.tldrg a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.tldrg a span, .tldrg a {
    color: #fff !important;
}

.tlhj {
    z-index:999990;
    position: fixed;
    left: 0;
    top: 440px;
    padding: 14px;
    background-color: #21b094;
    width:120px;
}

.tlhj a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.tlhj a span, .tlhj a {
    color: #fff !important;
}

#login-container, #login-ciit-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}

#login-box, #login-ciit-box {
    margin-top:30px;
    background-color:#000;
    padding:40px;
    border-radius:20px;
}

#login-box1 {
    margin-top:30px;
    padding:40px;
}

#login-box1 button {
    background-color:#000;
}