/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display:block;
    text-align: center;
	padding-top:20%;
}
.text-vertical-top {
    display: block;
    text-align: center;
    vertical-align: top;
}
.main-content{
	background-color:white;
	width:65%;
	margin:0 auto;
	margin-top:8%;
}
.main-content-installer{
	background-color:white;
	width:65%;
	margin:0 auto;
	margin-top:5%;
	padding-bottom:1%;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}


.btn-group-lg>.btn, .btn-lg{
	
}
.btn{
	font-size:20px;
	width:200px;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.fancybox-btn{
	padding:10px 10px;
}
.fancybox-inner{
	height:auto;
}
.close-icon:after{
	
	 right:10px;
    top:25px;
	
}
#close{
    display:block;
    float:right;
	margin-right:-7.5%;
	margin-top:-7%;
    width:50px;
    height:50px;
    background:url(../img/close_btn.png) no-repeat;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.9);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
label.error{
	color:red;
	font-family:normal;
	font-size:14px;
}
/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar-brand{
		display:none;
}

/* About */

.about {
    padding: 50px 0;
}
.quote {
    padding: 10px 0px 30px 0px;
	background-color:#FCF3F3;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height:390px;
}
.navbar{
	width:100%;
	color:white !important;
	margin:0 auto;
	text-align:center;
	font-size:17px;
	
}​
.spacer {
	display:none;
	
}
.form-label{
	font-size:17px;
}
#optradio-error{
	display:block;
}
label{
	font-weight:normal !important;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color:transparent !important;
}
.navbar-default{
	background-color:transparent !important;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color:white !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:transparent !important;
	color:white;
}
.navbar-nav,.navbar-default{
	color:white !important;
}
.navbar-default{
	color:white !important;
}
.navbar-default .navbar-nav>li>a {
	color:white !important;
}

.contact-details{
	font-size:18px;
	padding-top:15%;
}
.consumerbtn,.installerbtn{
	display:inline-block;
	padding:10px 5px 10px 5px;
}
.text-align-center{
	text-align:center;
}
 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px){
	 
	 
 }

@media (min-width: 768px){
	
	.navbar-nav>ul{
		text-align:center;
	}
	.navbar-nav{
		float:none;
	}

	.navbar-nav>li{
		float:none;
		display:inline-table;
	}
}


@media(max-width:768px) {
    .map {
        height: 75%;
    }
	.navbar{
    width: 100%;
    margin: 0 auto;
	}
	.logo-img-resize{
		width:85%;
		height:auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background-color:#76726a !important;
		border:none;
	}
	.container-fluid{
		background-color:white;
	}
	.navbar-default{
		border:none;
	}
	.text-align-center{
		margin-bottom:2%;
	}
	.singup{
		margin-top:2%;
		margin-bottom:2%;
	}
	.spacer {
		display:block;
		margin-top: 60px; /* define margin as you see fit */
	}
	.navbar{
		font-size:13px !important;
	}
	.navbar-brand{
		display:block;
	}

}

.map iframe {
    pointer-events: none;
}

/* Footer */
footer{
	position:absolute;
	bottom:0px;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
