﻿
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	background-color: #fff;
}
}


#home img {
	width: 100%
}
h2, h3, h4, h5, h6 {
	color: #F5941E;
	text-shadow: 1px 1px 2px #000000;
;
	font-family: 'Dosis', sans-serif;
}
h1 {
	font-family: 'Open Sans', sans-serif;

} 
h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-align:center;
 
}

h3 {
  font-size: 24px;
  
}

h4 {
  font-size: 18px;
 
}
.shadow{
		text-shadow: 1px 1px 2px #000000;
}
.orange {
	color: #F5941E;
}
#closing {
	background-color:#F5941E
;
	color:white;
	padding:25px;
	margin-bottom:40px;
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	
	
	}
#closing h2 {
	
	color:white;
	text-align:	center
	}
#closing h1 {
	
	color:white;
	text-align:	center
	}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image:url('../images/cooks-electrical-header-parallax.jpg')
}
.blue{
	color: #F5941E
;
}
.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type=text], .parallax input[type=text]:hover, .parallax input[type=email], .parallax input[type=email]:hover, .parallax input[type=url], .parallax input[type=url]:hover, .parallax input[type=password], .parallax input[type=password]:hover, .parallax textarea, .parallax textarea:hover {
	font-weight: normal;
	color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}
.navbar-toggle{
background-color:transparent;
border:1px solid transparent;
border-radius:4px}

.navbar-nav ul.dropdown-menu>li {
    text-align: center;
}


a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}
.mindthemenu {
	padding-top: 70px;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
  
}
#home-slider .carousel .item {
	background-color: white;
	
}
#home-slider .carousel{
	position: relative;
	background-color: rgba(255, 255, 255, 8);
}
#home-slider .caption {
	margin-top: -104px;
	border: thin #333333 solid;
	background-color: rgba(255, 255, 255, 0.6);

	position : relative;
	top: 10%;
	text-align: center;
	z-index: 99;
	font-size: 28px;
	font-weight: normal;
	color: #F5941E;
	padding: 25px;
	margin: 0 30% 0 30%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 1px 0px 91px 4px rgba(26,26,26,0.75);
	-webkit-box-shadow: 1px 0px 91px 4px rgba(26,26,26,0.75);
-moz-box-shadow: 1px 0px 91px 4px rgba(26,26,26,0.75);
}
#home-slider .caption h1 {
	color: black;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 1px 1px 3px #333333;
}
#home-slider .caption p {
	color: #FF6600;
	text-shadow: 1px 1px 1px #000000;
	font-size: .8em;
	line-height: normal;
	margin-bottom: 30px;
	text-align: center;
}

.caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 14px 40px;
	border: 1px solid #6e6d6c;
	border-radius: 4px;
	margin-top: 30px;
}

.caption .btn-start:hover {
  color: #fff
}

#home-slider .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}


#home-slider.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#home-slider.carousel-fade .carousel-inner .active.left,
#home-slider.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#home-slider.carousel-fade .carousel-inner .next.left,
#home-slider.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#home-slider.carousel-fade .carousel-control {
  z-index: 2;
}

#home-slider.left-control, .right-control {
	position: absolute;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 20;
	font-size: 24px;
	color: #fFF;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#home-slider.left-control {
  left: -51px
} 

#home-slider.right-control {
  right: -51px;
}

#home-slider.left-control:hover, 
.right-control:hover {
	color: #4CBEDB;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 48px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
  padding-top: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}
.buttons {
	display: inline-block;
	text-align: center;
	font-size: 36px;
	color: #3B5999;
	font-weight: bold;
}
/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(../images/about-bg.jpg);
  padding: 60px 0;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	font-weight: normal;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/
#gallery .container-fluid,
#portfolio .container-fluid, 
#portfolio .col-md-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 15px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  
  height: 36px;
  width: 56px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}
#services {
	margin-bottom: 0;
}
#services li {
	font;
	font-size: large;
}
/*************************
********Twitter CSS*******
**************************/

#twitter > div {
  text-align: center;
  position: relative;
  background-color:#F5941E;
	color:white;
	padding:25px;
	margin-bottom:40px;
	margin-top: 0px;
}
#twitter h2, h5 {
	color: black;
}

#twitter h5 {
	font:large;
	text-shadow: none;
}
#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
	padding: 10px 55px 10px 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}


#contact-us {

  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
 background-color: white;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
	border-color: rgb(255, 102, 0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 228, 210);
	outline: 0 none;
	color: black;
	background-color: #FFFFFF;
}


textarea.form-control {
  min-height: 180px;
  resize:none;
  background-color: white;
	color: #263791;
	border-color: rgb(255, 228, 210);


}

textarea.form-control:focus {
	min-height: 180px;
	resize: none;
	background-color: #FFF0E6;
	color: black;
	border-color: rgb(255, 102, 0);
}



.form-group {
  margin-bottom: 30px;
  border-color: rgb(255, 228, 210);

  
}


.form-group input[type=text]  {
	background-color: white;
	color: white;
}

.form-group input[type=text]:focus  {
	background-color: #fff0e6;
	color: black;
	border-color: rgb(255, 102, 0);

}





























.contact-info {
  padding-left:70px;
  font-weight: normal;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}
.pad {
	padding: 5px;
}
#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {

	padding: 20px 0 10px;
	color: #263791;
}

#footer .footer-bottom a:hover {
	color: #Fff;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
  
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  
  border-radius: 4px;
  line-height: 50px;
  margin-right:15px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}


#footer .social-icons ul li a.facebook:hover {
  color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.check:hover {
	border: none;
}

#footer .social-icons ul li a.check {
  background-color: none;
  border-radius: 4px;
  line-height: 33px;
}


/*Presets*/

.logo {
	 margin-left: auto;
    margin-right: auto;
}
.whiteborder{
	border: thick #FFFFFF solid;
	border-radius:4px;

}

.btn-kbw {
	color: #000000;
	background-color: #FF6600;
	margin: 20px;
	padding: 6px 15px 6px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	font-size: x-large;
	font-family: Dosis, sans-serif;
	font-weight: bold;
	border: medium #F06000 solid;
} 
 
.btn-kbw:hover, 
.btn-kbw:focus, 
.btn-kbw:active, 
.btn-kbw.active, 
.open .dropdown-toggle.btn-kbw {
	color: #ffffff;
	background-color: #333333;
	border-color: #000000;

} 

.btn-kbw-submit {
	color: white;
	background-color: #FF6600;
	
	padding: 6px 15px 6px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	font-size: x-large;
	font-family: Dosis, sans-serif;
	font-weight: bold;
	border: medium #F06000 solid;
}
 
.btn-kbw:active, 
.btn-kbw.active, 
.open .dropdown-toggle.btn-kbw { 
  background-image: none; 
} 
 
.btn-kbw.disabled, 
.btn-kbw[disabled], 
fieldset[disabled] .btn-kbw, 
.btn-kbw.disabled:hover, 
.btn-kbw[disabled]:hover, 
fieldset[disabled] .btn-kbw:hover, 
.btn-kbw.disabled:focus, 
.btn-kbw[disabled]:focus, 
fieldset[disabled] .btn-kbw:focus, 
.btn-kbw.disabled:active, 
.btn-kbw[disabled]:active, 
fieldset[disabled] .btn-kbw:active, 
.btn-kbw.disabled.active, 
.btn-kbw[disabled].active, 
fieldset[disabled] .btn-kbw.active {
	background-color: #FF6600;
	border-color: #D95700;
} 
 
.btn-kbw .badge {
	color: #FF6B00;
	background-color: #ffffff;
}

#myCarousel{
	position: relative;
	margin: 0 0 25px 0;
}
#myCarousel.carousel-inner .carousel-item-right.active,
#myCarousel.carousel-inner .carousel-item-next {
  transform: translateX(25.00%);
}

#myCarousel.carousel-inner .carousel-item-left.active, 
#myCarousel.carousel-inner .carousel-item-prev {
  transform: translateX(-25.00%)
}
  
#myCarousel.carousel-inner .carousel-item-right,
#myCarousel.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}



.tag{
	text-align:center;
	font-size: large;
}
#map {
	  height: 400px;
  position: relative;

}
.mx-auto{
	
	margin: 0 auto 0 auto !important;
}
.bordl {
	border-left: thin #FFE6B7 solid;
	padding-left:25px;
}
.imgpad {
	padding:20px;
	}
.imgpadb {
	padding:30px;
	}	
	
	
	
	a.fb {
			color: white;
			text-decoration:none;
		
		}
		a:visited {
			color: white;
		}
		a:active {
			color: white;
		}
		a:hover {
	text-decoration: underline;
}
.bblue {
	background-color:#4267b2;

}
#about li {
	font-family: 'Dosis', sans-serif;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	line-height: 4;
}





.main-text
{
	position: absolute;
	top: 50px;
	font-size: 28px;
	font-weight: normal;
	padding: 25px;
	color: #F5941E;
	border-top: thin #333333 solid;
	border-bottom: thin #333333 solid;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(252,247,252,1) 80%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,1)), color-stop(80%, rgba(252,247,252,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(252,247,252,1) 80%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(252,247,252,1) 80%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(252,247,252,1) 80%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(252,247,252,1) 80%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	-webkit-box-shadow: 0px 35px 35px -20px rgba(0,0,0,0.84), 0px -35px 35px -20px rgba(0,0,0,0.84);
		box-shadow: 0px 35px 35px -20px rgba(0,0,0,0.84), 0px -35px 35px -20px rgba(0,0,0,0.84);
	
	
	
	margin: 0 20% 0 20%;
	;
}
.main-text h1 {
	color: black;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 1px 1px 3px #333333;
}
.main-text p {
	color: #FF6600;
	text-shadow: 1px 1px 1px #000000;
	font-size: .8em;
	line-height: normal;
	margin-bottom: 30px;
	text-align: center;
}
.bottomphone {
	background: #000000;
	color: white;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 101;
	right: 0px;
	padding: 5px;
	
}
	#facebook {
	
	background: url('../images/facebook.png');
	height: 55px;
	width: 55px;
	position: fixed;
	bottom: 80px;
	left: 10px;
	z-index: 99;
-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-radius: 0px 3px 3px 0px;}
#facebook:hover {
	
	background: url('../images/facebookh.png');
}
#facebook a {
position: absolute;
width: 100%;
height: 100%;
text-decoration: none; /* No underlines on the link */
z-index: 999; /* Places the link above everything else in the div */
background-color: #FFF; /* Fix to make div clickable in IE */
opacity: 0; /* Fix to make div clickable in IE */
filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
#toTop{
	position: fixed;
	bottom: 70px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index:100

}


#CaptchaDiv {
	font-weight: 900;
	color: #fff;
	font-size: large;
}
#reference  {

 display:none;  



  }