/*
Theme Name: Starlight Stained Glass
Theme URL: Starlight Stained Glass
Description: Starlight Stained Glass
Author: Unitel Direct
Author URL: http://www.uniteldirect.co.uk/
*/

#copyright h1 {
    font-weight: 400 !important;
    font-size: 12px !important;
    text-align: center !important;
    color: #fff !important;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

body {
    font-family: 'Lato', sans-serif;
}

#top-bar {
    background-color:#000;
    border-bottom: 2px solid #fff;
}

#top-bar p {
    margin:0 !important;
    font-weight: 400;
    text-align: center;
}

#top-bar a {
    display: inline-block;
    height:40px;
    width:40px;
    padding-top:10px;
    text-align: center;
    background-color:#f8b203;
    color:#000 !important;
    margin: 0 auto;
}

#top-bar a:hover {
    background-color:#000 !important;
    color:#f8b203 !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#header {
    background-color: #000 !important;
    background-image: url(images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:25px;
    padding-bottom: 25px;
}

#header h1 {
    color:#FFF;
    font-weight:800;
    font-size:48px;
}

#header p {
    font-weight:600;
    color:#FFF;
}

.top-contact {
    text-align: center;
    color:#FFF;
    padding-top:10px;
}

.top-contact p {
    font-weight:600;
    font-size:13px;
    padding-bottom:10px;
}

nav {
    margin-top:23px;
    background-color: transparent !important;
    border:none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

nav a {
    color:#FFF !important;
    font-weight:800;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

nav a:hover {
    background-color: #f8b203 !important;
    color:#000 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav a.current {
    background-color: #f8b203 !important;
    color:#000 !important;
}

.navbar-toggle {
    background-color:transparent !important;
    border: none !important;
}

.navbar-toggle .icon-bar {
    background-color: #FFF !important;
    width:50px !important;
    height:4px !important;
    margin-bottom: 7px !important;
}

.camera_wrap {
    border-top: 2px solid #fff;
    border-bottom: 3px solid #000;
    margin-bottom: 0px !important;
}

.camera_caption {
    width:30% !important;
    background-color:rgba(41, 45, 64, 0.65) !important; /* caption BG color */
    left: 12% !important;
    padding:10px !important;
    bottom:8% !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.camera_caption > div {
    background-color:transparent !important;
}

.camera_pag_ul li {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    cursor: pointer;
    border-radius: 50% !important;
    background: #414869 !important; /* color of slider dots */
    -webkit-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
}

.camera_pag_ul span {
    display: none !important;
    visibility: hidden !important;
}

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
    background: #292d40 !important; /* Color of active dot */
}

.camera_pag {
    position: absolute;
    bottom: 3% !important;
    z-index: 10 !important;
    right: 21.5% !important;
}

@media (max-width:767px) {
    .camera_caption {
        display: none !important;
        visibility: hidden !important;
    }
    .camera_pag {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 991px) {
    header {
        text-align: center !important;
    }
}

#top-panels {
    padding-top:40px;
    padding-bottom: 50px;
}

#top-panels h2 {
    text-align: center;
    font-weight: 300;
    color:#292d40;
    margin-bottom: 20px;
    font-size: 36px;
}

#top-panels h2 strong {
    font-weight: 600;
}

hr {
    width:20% !important;
    border-top: 1px solid #292d40 !important;
}

.top-panel {

}

.top-panel h3 {
    background-color:#D00;
    color:#FFF !important;
    padding:15px;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
}

.top-panel a {
    text-decoration: none !important;
}

.top-panel img {
    margin-bottom: 20px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.top-panel img:hover {
    opacity:0.8;
}

#main {
    padding-top:30px;
    padding-bottom:50px;
}

#main h1 {
    margin-bottom: 25px !important;
    color:#000;
    font-weight: 400;
    padding-bottom: 4px;
    font-size: 32px;
}

#main h2 {
    color:#000;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
}

#main p {
    font-weight:500;
    line-height:1.8em;
    margin-bottom:20px;
    color: #000;
}

#main ul {
    margin-bottom:20px;
}

#main li {
    margin-bottom: 8px;
    color: #f8b203;
}


.progress {
    height: 35px !important;
}

.progress-bar-success {
    background-color: #414869 !important;
}

.progress-bar-info {
    background-color: #D00 !important;
}

p.progress-label {
    font-weight: 800;
    font-size:18px;
    color:#000;
    margin-bottom:0px !important;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 1.5s linear infinite !important;
    animation: progress-bar-stripes 1.5s linear infinite !important;
}

#bottom-info {
    padding-top:40px;
    padding-bottom: 40px;
    background-color:#DDD;
}

#bottom-info h2 {
    text-align: center;
    color:#414869;
    font-size:36px;
}

#bottom-info .col-md-6 {
    padding-top:25px;
    padding-bottom:25px;
}

p.info-point {
    padding:20px;
    background-color:#D00;
    margin-bottom:29px;
    color:#FFF;
    font-size:20px;
    font-weight:800;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
    text-align: left !important;
}

#bottom-info a {
    text-decoration: none !important;
}

#bottom-info a:hover, #bottom-info p.info-point:hover {
    background-color:#414869 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.info-point i {
    float: right;
}

#bottom-info p {
    text-align: center;
}

#bottom-info img {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

a.read-more {
    display: inline-block !important;
    margin-left:auto !important;
    margin-right: auto !important;
    text-align: center !important;
    background-color:#D00;
    padding:20px 30px;
    color:#FFF !important;
    text-decoration: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

#footer {
    background-image: url(images/footer-bg.jpg);
    background-size:cover;
    border-top: 3px solid #000;
}

#footer .col-md-4 {
    padding:25px !important;
    background-color:rgba(0, 0, 0, 0.7);
    color:#FFF !important;
    line-height: 1.7em;
}

#footer .col-md-4 p {
    margin-bottom: 20px;
}

#footer .col-md-7 {
    padding:25px !important;    
}

#copyright {
    background-color:#000;
    padding-top: 10px;
}

#copyright p {
    color:#FFF !important;
    font-size:11px;
    font-weight:400;
}

#footer h4 {
    font-size:24px !important;
    font-weight:400;
    padding-bottom:4px;
    display: inline-block;
    margin-bottom:20px;
    border-bottom: 2px solid #f8b203;
    color:#FFF;
}

#copyright a {
    color:#FFF !important;
    text-decoration: none !important;
}

    /* Page Customisation */
    



/* CHANGE SCROLLER VALUES */

::-webkit-scrollbar {
    width: 15px;
    
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
    background-color:#fff;    /* CHANGE THE COLOUR OF THE MAIN BAR */
   
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,3); 
    background-color:#c1c1c1;   /* CHANGE THE COLOUR OF THE MOVING PART OF THE SCROLLER */
}



input, textarea {
	padding:15px;
	width:100%;
	max-height:150px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #CCC;
}

input[type="submit"] {
	max-width:150px;
	background-color:#f8b203;
	color:#000;
	border: none !important;
	border-radius: 5px;
}