/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Upscale Home Remodeling 
    Version:        1.0
    Author:         K_Hollis
    Last change:    22/04/2019
    Primary use:    Upscale Home Remodeling - HTML5 Website
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + 3 MENU LEVEL
-------------------------------------------------------------------*/


/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	position: relative;
	letter-spacing: 0px;
	font-size: 14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 29px;
	color: #FFFFFF;
}
h2 {
	font-size: 28px;
	font-weight: bold;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-weight: 600;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.overlay {
	background: rgba(49,49,49,0.7); 
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: #333333;
	color: #FFFFFF;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#btn_yelp{
	background: #D32323;
}

#btn_yelp:hover{
	background: rgba(145,24,24,1.00);
}

#btn_nextdoor{
	background: #19975d;
	
}

#btn_nextdoor:hover{
	background: rgba(16,97,60,1.00);
}

#btn_google{
	background: #4885ED;
}

#btn_google:hover{
	background: rgba(14,63,146,1.00);
}

#btn_houzz{
	background: #4DBC15;
}

#btn_houzz:hover{
	background: rgba(52,128,14,1.00);
}

#reviews{
	height: 100px;
	width: 1200px;
	padding: 30px;
}
.btn-small {
	font-size: 10px;
}
.btn-dark {
	color: #272727;
	border-color: #272727;
}
.btn:hover {
	background: #6E0E10;
	color: #FFFFFF;
}
.btn-1 {
	background: #810602;
	color: #FFFFFF;

}
.btn-1:hover {
	background: #333333;
	color: #fff;
}
.form-control {
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
/*=======================================================
      MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
      MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px !important;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
      MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
      PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-b {
	padding-bottom: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
.full-width {
	display: inline-block;
	width: 100%;
}
.no-border {
	border: none !important;
}
hr {
	height: 2px;
	width: 100px;
	background: #820300;
	border: none;
}
/*=======================================================
      TITLE
========================================================*/
.title {
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.title h2 {
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
.title hr {
	height: 3px;
	margin: 20px auto;
}
.title p {
	color: #777777;
}
.bg-white {
	background: #fff !important;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar a{ color: #FFFFFF;
	
}

.top-bar {
	position: relative;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	background: #000000;
	overflow: hidden;
}
.top-bar p {
	line-height: 40px;
	color: #fff;
	margin: 0px;
}
.top-bar .open-time {
	float: left;
	padding-left: 30%;
}
.top-bar:before {
	content: "";
	background: #fff;
	position: absolute;
	right: -63px;
	top: 0px;
	width: 80px;
	height: 40px;
	z-index: 9;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.top-bar .call {
	background: #087C25;
	height: 40px;
	padding: 0 30px;
	float: right;
	margin-right: 50px;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}
.top-bar .call p {
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.top-bar .call p i {
	margin-right: 10px;
}
/*=======================================================
      Padding 100px
========================================================*/
.sec-100px {
	padding: 100px 0;
}
/*=======================================================
      HEADER
========================================================*/
header {
	display: inline-block;
	width: 100%;
	z-index: 999;
	line-height: 0px;
	top: 0px;
	background: #fff;
	position: relative;
	margin-bottom: -5px;
}
header:before {
	content: "";
	background: #fff;
	position: absolute;
	left: -12%;
	top: 0px;
	width: 50.3%;
	height: 125px;
	z-index: 9;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
header .logo {
	float: left;
	width: auto;
	margin-bottom: 20px;
	position:relative;
	z-index: 99;
}
header nav {
	display: inline-block;
	position: relative;
	z-index: 999;
	float: right;
	margin-top: 20px;
	
}
header nav li a {
	padding: 10px 0px;
	margin: 0;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #616566;
	float: left;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}
header nav li.active a:hover {
	color: #000;
}
header nav li.active a {
	color: #000;
	font-weight: 600;
}
header nav .ownmenu li {
	float: left;
	padding: 0 15px;
}
header nav li a:hover {
	color: #000;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	padding-top: 0px;
	background: #fff;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	padding:0px 20px;
	line-height: 38px;
	background: none;
	color: #000;
	display: inline-block;
	width: 100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
header .ownmenu ul.dropdown li a:hover {
	background: #087c25;
	color: #fff;
}
header .ownmenu li > .megamenu li a:hover {
	background: #3dc5df;
	color: #fff;
}
header ul.dropdown {
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header nav .ownmenu .indicator {
	display: none;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	position: relative;
	overflow: hidden;
	max-height: 630px;
}
.home-slider .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.home-slider .btn {
	padding: 15px 30px;
	background: none;
	border-radius: 50px;
	border: 2px solid #fff;
}
.home-slider .btn:hover {
	background: #fff;
	color: #333;
}
.home-slider .btn-1 {
	border: 2px solid #333333;
}
.home-slider .btn-1:hover {
	background: #333;
	color: #fff;
}
.home-slider .tp-bullets {
	background: url(../images/bullet-bg.png) center center no-repeat;
	width: 165px;
}
.home-slider .tp-bullets.preview4 {
	bottom: 0px !important;
	height: 23px;
	padding-left: 60px;
	padding-top: 5px;
}
.home-slider .tp-bullets.preview4 .bullet {
	width: 3px !important;
	height: 3px !important;
}
.home-slider .tp-bullets.preview4 .bullet.selected {
	width: 3px !important;
	height: 3px !important;
}
.home-slider .tp-bullets.preview4 .bullet:hover {
	width: 3px !important;
	height: 3px !important;
}

.nivoslider-wrapper { 
	width: 50%; 
	margin: auto;
	margin-bottom: 100px;
}


/*=======================================================
      CONTENT
========================================================*/
.content {
	background: #ffffff;
}

.col-md-7 a {
	color: #820300;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.col-md-7 a i {
	margin-top: 2px;
	font-size: 18px;
	margin-left: 5px;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	text-align: center;
	background:url("../images/bg/portfolio-bnr.jpg")center no-repeat;
	background-size: cover;
}
.sub-sponser {
	background: url(../images/bg/sub-sponser-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-contact {
	background: url("../images/bg/portfolio-bnr.jpg")center center no-repeat;
	background-size: cover;
}
.sub-gallery {
	background: url(../images/bg/sub-gallery-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-event {
	background: url("../images/bg/portfolio-bnr.jpg") center center no-repeat;
	background-size: cover;
}
.sub-event-single{
	background: url(../images/bg/sub-event-bg-single.jpg) center center no-repeat;
	background-size: cover;
}
.sub-404{
	background: url(../images/bg/sub-404.jpg) center center no-repeat;
	background-size: cover;
	
}
.sub-bnr .overlay-gr {
	padding: 100px 0;
	background: rgb(130,3,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(8,124,37,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0.8)), color-stop(100%, rgba(8,124,37,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(8,124,37,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(8,124,37,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(8,124,37,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(8,124,37,0.8)100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#820300", endColorstr="#087c25", GradientType=1 ); /* IE6-9 */
}
.sub-bnr h2 {
	font-weight: normal;
	color: #fff;
	margin: 0px;
	margin-bottom: 30px;
}
.sub-bnr p {
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}
.breadcrumb {
	text-align: center;
	background: #130805;
	padding: 10px;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb>.active {
	color: #fff;
	font-weight: 600;
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
}
/*=======================================================
      ABOUT
========================================================*/
.about {
}
.about h4 {
	text-transform: uppercase;
	line-height: 30px;
}
.about a {
	color: #820300;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.about a i {
	margin-top: 2px;
	font-size: 18px;
	margin-left: 5px;
}
.about .hrs {
	background: rgb(8, 124, 37); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(8, 124, 37, 1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#087c25', GradientType=1 ); /* IE6-9 */
	padding: 40px 20px;
	letter-spacing: 0px;
	display: inline-block;
	width: 100%;
	padding-right: 0px;
}
.about .hrs h3 {
	color: #fff;
	margin-top: 0px;
}
.about .hrs h3 i {
	font-size: 28px;
	margin-right: 10px;
	float: left;
	margin-top: -4px;
}
.about .hrs ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.about .hrs h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.about .hrs p {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
}
.about .hrs .appointment {
	background: #FFFFFF;
	color: #fff;
	display: inline-block;
	padding: 12px 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

/*=======================================================
		AREAS SERVED PAGE: About Section
=======================================================*/
.about .col-md-7 li{
	display: list-item;
	margin-left: 30px;
	list-style-type:circle;
}

.service{
	margin-left: 30px;
}
.service li{
	display: list-item;
	margin-left: 10px;
	list-style-type: circle;
}



/*=======================================================
		Container > Row > Row : Description
=======================================================*/
.descrip {
}
.descrip h4 {
	text-transform: uppercase;
	line-height: 30px;
}
.descrip a {
	color: #820300;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.descrip a i {
	margin-top: 2px;
	font-size: 18px;
	margin-left: 5px;
}
.descrip .hrs {
	height: 200px;
	width: 200px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 40px;
	
}
.descrip .hrs h3 {
	color: #fff;
	margin-top: 0px;
}
.descrip .hrs h3 i {
	font-size: 28px;
	margin-right: 10px;
	float: left;
	margin-top: -4px;
}
.descrip .hrs ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.descrip .hrs h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.descrip .hrs p {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
}
.descrip .hrs .appointment {
	background: #FFFFFF;
	color: #fff;
	display: inline-block;
	padding: 12px 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

/*=======================================================
     Sec-100px designs > Container > Row > Row
========================================================*/
.designs {
	background: #FFFFFF;
	padding-top: 20px;
}
.designs p {
	color: #000000;
}
.designs .designs-img {
	max-height: 400px;
	display: inline-block;
	width: 100%;
	min-height: 400px;
	margin-bottom: -10px;
	

}


.designs .designs-img-lg{
	height: 600px;
	max-width: 800px;
	display: block;
	overflow: hidden;
	
	
}

#thank-tel{
	color: #000000;
}

#thank-tel:active{
	color: #000000;
}

#thank-tel:hover{
	color: #575454;
}


.experts-detail a {
	color: #FFFFFF;
}

#desplaines-brm{
	background: url("../images/bathrooms/desplaines-bathroom-1.png");
}

#classic-brm{
	background: url("../images/bathrooms/classic-800.jpg");
}

#bluetile-brm{
	background: url("../images/bathrooms/bluetile-800.jpg");
	background-repeat: no-repeat;
}

#beige-brm{
	background: url("../images/bathrooms/beigetile-800.jpg");
	background-repeat: no-repeat;
}

#koselig-hme{
	background: url("../images/customhomes/koselig-800.jpg");
	background-repeat: no-repeat;
}

#clare-hme{
	background: url("../images/customhomes/clare-800.jpg");
	background-repeat: no-repeat;
}

#mayberry-hme{
	background: url("../images/customhomes/mayberry-800.jpg");
	background-repeat: no-repeat;
}

#sterling-hme{
	background: url("../images/customhomes/sterling-800.jpg");
	background-repeat: no-repeat;
}

#graham-cb{
	background: url("../images/commercial/grahams-head.jpg");
	background-repeat: no-repeat;
}

#spring-cb{
	background: url("../images/commercial/springbook-head.jpg");
	background-repeat: no-repeat;
}

.designs .designs-detail {
	padding: 80px;
	padding-right: 33%;
	padding-bottom: 0px;
}
.designs .designs-detail h4 {
	color: #fff;
}
.designs .projects {
	margin-top: 20px;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.designs .new-row{
	
	padding-top: 100px;
		
	
}

.designs .designs-img-3{
	position: relative;
	float: left;
}

.designs hr{
	height: 2px;
	width: auto;
	max-width: 1000px;
	min-width: 500px;
	background: #820300;
	border: none;
	margin-bottom: 50px;
	
	
}

.designs .home-description{
	margin-top: 50px;
}
/*=======================================================
   SERVICE AREAS
========================================================*/
.service-areas {
	background: #000000;
}
.service-areas p {
	color: #fff;
}
.service-areas .house-img {
	background: url("../images/map/illinois_map.png")center center no-repeat;
	max-height: 600px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 600px;
	margin-bottom: -10px;
}
.service-areas .service-areas-detail {
	padding: 80px;
	padding-right: 33%;
	padding-bottom: 0px;
}
.service-areas .service-areas-detail h4 {
	color: #fff;
}
.service-areas .projects {
	margin-top: 0px;
	width: 100%
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.designs .service-description{
	margin-top: 50px;
}

.service-description a{
	color: #000000;
}

.service-description a:hover{
	color: #9C0F12;
}

/*=======================================================
     AREAS SERVED > ROW PROJECTS > ROW > COL-XS-3
========================================================*/
.service-areas .row .projects{
	width: 1080px;	
}

.service-areas .row .area{
	margin-top: 10px;
	margin-left: 200px;
	position: inherit; 
}

.service-areas .row .projects .service-list a{
	color: #FFFFFF;
}

.service-areas .row .projects .service-list a:hover{
	color:#087C25;
}

.service-img{
	float: right;
	height: 454px;
	width: 600px;
	margin-left: 20px;
	margin-top: 20px;
	
}

.service-img-right{
	float: right;
	height: 454px;
	width: 600px;
	margin-left: 20px;
	margin-top: 20px;
}

.blog-img{
	float: left;
	width: 600px;
	margin-top: 15px;
	
}

.blog-img{
	padding-bottom: 15px;
}

figcaption{
	padding-top: 5px;
	font-size: 12px;
}

.blog-img-sm{
	float: left;
	height: 460px;
	width: 250px;
	margin-right: 20px;
	margin-top: 10px;

}


#ditra{
	height: 375px;
	width: 500px;
	float: left;
	clear: left;
}

#tile{
	height: 515px;
	width: 300px;
	float: left;
	clear: left;
}


/*=======================================================
     EXPERTS
========================================================*/
.experts {
	background: #000000;
}
.experts p {
	color: #fff;
}
.experts .house-img {
	background: url("../images/floorSlides/diamond-inlay-800.jpg")center center no-repeat;
	max-height: 600px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 600px;
	margin-bottom: -10px;
}
.experts .experts-detail {
	padding: 80px;
	padding-right: 33%;
	padding-bottom: 0px;
}
.experts .experts-detail h4 {
	color: #fff;
}
.experts .projects {
	margin-top: 20px;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*=======================================================
    FLOOR PLANS
========================================================*/
.plans {
	background: rgba(0,0,0,1.00);
}
.plans p {
	color: #fff;
}
.plans .house-img {
	background: url("../images/floorSlides/diamond-inlay-800.jpg")center center no-repeat;
	max-height: 600px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 600px;
	margin-bottom: -10px;
}
.plans .plans-detail {
	padding: 20px;	
	
	
}
.plans .plans-detail h4 {
	color: #fff;
	
}
.plans .projects {
	margin-top: 20px;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*=======================================================
   BATHROOM SLIDER
========================================================*/
.bathroom-slider {
	background: #FFFFFF;
}
.bathroom-slider p {
	color: #fff;
}


.bathroom-slider .bathroom-slider-detail {
	padding: 20px;	
	
	
}
.bathroom-slider .bathroom-slider-detail h4 {
	color: #fff;
	
}
.bathroom-slider .projects {
	margin-top: 20px;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/*=======================================================
     Our Promise
========================================================*/


.promise {
	background: #000000;
}
.promise p {
	color: #fff;
}
.promise .house-img {
	background: url("../images/neo-vanity.jpg")center center no-repeat;
	max-height: 600px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 600px;
	margin-bottom: -10px;
}
.promise .promise-detail {
	padding: 80px;
	padding-right: 33%;
	padding-bottom: 0px;
}
.promise .promise-detail h4 {
	color: #fff;
}
.promise .projects {
	margin-top: 20px;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*=======================================================
      GALLERY
========================================================*/
.gallery {
	background: #F8F8F8;
}
.gallery ul li .inn-sec {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	z-index: 2;
	background: #000000;
	margin-bottom: 30px;
}
.gallery ul li img {
	width: 100%;
}
.gallery ul li .detail {
	padding: 30px 20px;
	position: relative;
	z-index: 2;
}
.gallery ul li span.tag {
	position: absolute;
	top: 30px;
	left: 30px;
	background: rgba(8, 124, 37,0.9);
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	padding: 7px 20px;
	font-size: 12px;
	letter-spacing: 0px;
	z-index: 9;
	font-family: 'Montserrat', sans-serif;
}
.gallery ul li .detail a {
	text-transform: uppercase;
	font-size: 16px;
	color: #087C25;
}
.gallery ul li .detail p {
	color: #fff;
	margin: 10px 0 0 0px;
}
.gallery ul li .detail p span {
	text-transform: uppercase;
}
.gallery ul li .hover-info {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery ul li .hover-info a {
	color: #918f90;
	font-size: 60px;
	margin-top: -200px;
	display: inline-block;
	position: relative;
	top: -20px;
}
.gallery ul li .hover-info a:hover {
	color: #fff;
}
.gallery ul li:hover .hover-info {
	opacity: 1;
}


/* ========================================================
			PORTFOLIO GALLERY
==========================================================*/
.portfolio {
	background: #FFFFFF;
}
.portfolio ul li .inn-sec {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	z-index: 2;
	background: #313131;
	margin-bottom: 30px;
}
.portfolio ul li img {
	width: 100%;
}
.portfolio ul li .detail {
	padding: 30px 20px;
	position: relative;
	z-index: 2;
}
.portfolio ul li span.tag {
	position: absolute;
	top: 30px;
	left: 30px;
	background: rgba(130,3,0,0.8);
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	padding: 7px 20px;
	font-size: 12px;
	letter-spacing: 0px;
	z-index: 9;
	font-family: 'Montserrat', sans-serif;
}
.portfolio ul li .detail a {
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
}
.portfolio ul li .detail p {
	color: #fff;
	margin: 10px 0 0 0px;
}
.portfolio ul li .detail p span {
	text-transform: uppercase;
}
.portfolio ul li .hover-info {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.portfolio ul li .hover-info a {
	color: #918f90;
	font-size: 60px;
	margin-top: -200px;
	display: inline-block;
	position: relative;
	top: -20px;
}
.portfolio ul li .hover-info a:hover {
	color: #fff;
}
.portfolio ul li:hover .hover-info {
	opacity: 1;
}


/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	padding-top: 20px;
	border: none !important;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	border-radius: 0px !important;
	padding: 0px;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	line-height: 35px;
	color: #272727;
	margin: 0 2px;
	font-size: 12px;
	padding: 0 15px;
}
.pagination>li>a:hover {
	background: #820300;
	color: #fff;
	border-color: #820300;
}
.sponser-page {
	padding: 50px 0;
}
.sponser-page li {
	text-align: center;
	margin: 50px 0;
}

/*=======================================================
     TOP OF PAGE BUTTON HOUSED ON NEWS PAGES
========================================================*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}


/*=======================================================
      NEWS
========================================================*/
.event {
}
.event .event-detail {
	padding: 30px;
}
.event .event-detail h4 {
	color: #087C25;
	margin: 0px;
	line-height: 30px;
	margin-bottom: 15px;
}
.event .event-detail span {
	display: inline-block;
	width: 100%;
	line-height: 26px;
	font-weight: 600;
}
.event ul {
	display: inline-block;
	width: 100%;
	border: 2px solid #f8f8f8;
	border-left: none;
}

.event-detail .eventlist{
	border: none;
	margin-left: 20px;
	list-style: circle;
	
}

.event .event-detail p {
	margin-top: 15px;
}
.event .event-detail span i {
	width: 20px;
	font-size: 18px;
	display: inline-block;
}
.event .date {
	background: rgb(8, 124, 37); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(8, 124, 37, 0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(8, 124, 37, 0.5)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(8, 124, 37, 0.5) 0%, rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(8, 124, 37, 0.5) 0%, rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(8, 124, 37, 0.5) 0%, rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(8, 124, 37, 0.5) 0%, rgba(255,255,255,0.5) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
	width: 90px;
	height: 85px;
	float: left;
	position: absolute;
	top: 25px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.event .date p {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}
.event .eve-img img {
	width: 100%;
	padding-right: 30px;
}
.event-page ul {
	margin-bottom: 30px;
}
.event-page .event-detail {
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
}
.side-bar h5 {
	text-transform: none;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.side-bar {
	padding: 50px 30px;
	padding-right: 45px;
	background: #f8f8f8;
}
.event-page .event-detail span {
	width: 50%;
	float: left;
	color: #333333;
}
.event-page .event-detail p {
	display: inline-block;
	width: 100%;
}

.event-page .event-detail p a{
	color: #000000;
}

.event-page .event-detail p a:hover{
	color: #087C25;
}

.event-page .btn {
	margin-top: 30px;
}



.event-page .search {
	display: inline-block;
	width: 100%;
}
.event-page .search input {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	height: 40px;
	padding: 0 10px;
	font-size: 12px;
}
.event-page .search button {
	color: #202020;
	float: right;
	position: relative;
	margin-top: -32px;
	font-size: 16px;
	background: none;
	border: none;
	margin-right: 10px;
}

.event-detail .blog-body{
	padding-top: 25px;
}

.event-detail .event-image{
	float: left;
}
.side-bar ul {
	margin: 0px;
}
.side-bar .latest-post li {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.side-bar .latest-post li:nth-last-child(1) {
	border-bottom: none;
}
.side-bar .latest-post li a:link {
	padding: 0px !important;
	line-height: 20px;
	color: #222222;
	margin-top: -5px;
	display: inline-block;
	width: 100%;
}

.side-bar .latest-post li a:visited{
	padding: 0px !important;
	line-height: 20px;
	color: #575757;
	margin-top: -5px;
	display: inline-block;
	width: 100%;
}
.side-bar .latest-post li p {
	color: #820300;
	margin: 0px;
	font-size: 13px;
}
.side-bar .coming-event {
	margin: 0 -10px;
}
.side-bar .coming-event li {
	padding: 5px 10px;
	display: inline-block;
	float: left;
	width: 33.3333%;
}
.side-bar .tags {
	display: inline-block;
	width: 100%;
}
.side-bar .tags li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}


.side-bar .tags li a {
	display: inline-block;
	border: 1px solid #ebebeb;
	color: #272727;
	float: left;
	font-size: 13px;
	padding: 5px 15px;
}
.side-bar .tags li a:hover {
	background: #820300;
	color: #fff;
	border-color: #820300;
}
.side-bar .cate li a {
	line-height: 45px;
	display: inline-block;
	width: 100%;
}
.side-bar .cate li a:hover {
	color: #820300;
}
.side-bar .cate li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 10px;
}
.side-bar .conct-with {
	margin: 0 -5px;
}
.side-bar .conct-with li {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 0 5px;
}
.side-bar .conct-with li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.side-bar .conct-with li a i {
	background: rgba(255,255,255,0.1);
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.side-bar .conct-with li a span {
	width: 100%;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.side-bar .conct-with .fb {
	background: #3b59a1;
}
.side-bar .conct-with .tw {
	background: #E60023;
}
.side-bar .conct-with .g-plus {
	background: #4DBC15;
}
/*#map {
	height: 520px;
}
.event-location{
	padding:30px;
	border:1px solid #f1f1f1;
}
.event-location h4{
	text-transform:none;
	margin-top:0px;
}
.event-location #map{
	height:400px;
	display:inline-block;
	width:100%;
}

*/
.error-page{
	padding:100px 0;
}
.error-page h1{
	font-size:150px;
	color:#333333;
	font-weight:bolder;
	margin:50px 0;
}
.error-page h2{
	font-size:43px;
	color:#333333;
	font-weight:400;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
}
.error-page h3{
	font-size:24px;
	color:#333333;
	font-weight:400;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:50px;
}

/*=======================================================
			CONTACT FORM
========================================================*/
.contact-us {
	display:inherit;
	width: 100%;
	
}

.contact-us h5{
	font-weight: 900;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 40px;
}

.contact-us .review-button{
	display: inline-block;
	list-style: none;
	padding-top: 150px;
	padding-bottom: 50px;
}

.contact-us .review-button li{
	float: left;
	padding-left: 20px;
}



.contact {
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 20px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 45px;
	font-size: 13px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 45px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
#contact_form li textarea {
	height: 130px !important;
	font-size: 13px;
}
#contact_form li .btn {
	text-transform: uppercase;
}

.contact-form iframe{
	height: 900px;
	padding-bottom: 40px;
}
.contact-form .title {
	text-align: center;
}
.contact-form .title hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .title p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #696969;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-form {
}

/* =========================================================
		WUFOO CONTACT FORM > DECKS AND SUNROOMS PAGE
===========================================================*/

#wu-form .col-md-7{
	position: relative;
	margin-top: 20px;
	padding: 40px;
	background: rgb(185,185,185); 
	background: -moz-linear-gradient(left, rgba(215,215,215,0.50) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(215,215,215,1.00)), color-stop(100%, rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(left, rgba(215,215,215,0.50) 0%, rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(left, rgba(215,215,215,0.50) 0%, rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(left, rgba(215,215,215,0.50) 0%, rgba(255,255,255,1) 100%); 
	background: linear-gradient(to right, rgba(215,215,215,0.50) 0%, rgba(255,255,255,1) 100%);
}

#wu-form .col-md-7:focus{
	border-color: #087C25;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wu-form .col-md-6 .form-control{
	border-radius: 3px solid e0e0e0;
}

#wu-form h6{
	color: #810602;
}

#wu-form p{
	color: #810602;
}

#wu-form ul .form-control{
	color:#292929;
	width: 275px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	height: 45px;
	border: 1px solid e0e0e0;
	background: white;
	padding-left: 5px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wu-form ul .small-form-control{
	color: #292929;
	width: 80px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	height: 45px;
	border: 1px solid;
	border-color: rgba(215,215,215,0.50);
	background: white;
	padding-left: 5px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/* ==========================================================
		CONTACT TIMING                                       
============================================================*/
.contact-us .hrs {
	background: rgb(8, 124, 37); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(8, 124, 37, 1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(8, 124, 37, 1) 0%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#087c25', GradientType=1 ); /* IE6-9 */
	padding: 40px 20px;
	letter-spacing: 0px;
	display: inline-block;
	width: 100%;
	padding-right: 0px;
}
.contact-us .hrs h3 {
	color: #fff;
	margin-top: 0px;
}
.contact-us .hrs h3 i {
	font-size: 28px;
	margin-right: 10px;
	float: left;
	margin-top: -4px;
}
.contact-us .hrs ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.contact-us .hrs h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.contact-us .hrs p {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
}
.contact-us .hrs .appointment {
	background: #FFFFFF;
	color: #fff;
	display: inline-block;
	padding: 12px 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}


/*=======================================================
		Decks and Sunrooms Page Timing
=======================================================*/
.experts-detail #deckspage{
background: rgb(8, 124, 37); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(0,0,0,1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(8, 124, 37, 1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(0,0,0,1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(0,0,0,1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(0,0,0,1.00) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(8, 124, 37, 1) 0%, rgba(0,0,0,1.00) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#087c25', GradientType=1 ); /* IE6-9 */
	padding: 40px 20px;
	letter-spacing: 0px;
	display: inline-block;
	width: 200%;
	margin-top: 10px;
	padding-right: 0px;
}

.experts-detail #deckspage h3 {
	color: #fff;
	margin-top: 0px;
}
.experts-detail #deckspage h3 i {
	font-size: 28px;
	margin-right: 10px;
	float: left;
	margin-top: -4px;
}
.experts-detail #deckspage ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.experts-detail #deckspage h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.experts-detail #deckspage p {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
}
.experts-detail #deckspage .appointment {
	background: #FFFFFF;
	color: #fff;
	display: inline-block;
	padding: 12px 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.experts-detail #deckspage .appointment a {
color: rgba(103,0,1,1.00);
}

.experts-detail #deckspage .appointment a:visited{
color:rgba(59,59,59,1.00);
}

/*=======================================================
	Decks and Sunrooms Page Timing - First block
=======================================================*/

.descrip .col-md-5 #hrsdeck{
background: rgb(8, 124, 37); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(203,203,203,1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(8, 124, 37, 1)), color-stop(100%,rgba(203,203,203,1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(203,203,203,1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(203,203,203,1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(8, 124, 37, 1) 0%, rgba(203,203,203,1.00) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(8, 124, 37, 1) 0%, rgba(203,203,203,1.00) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#087c25', GradientType=1 ); /* IE6-9 */
	padding: 20px;
	letter-spacing: 0px;
	display:inline-block;
	width: 100%;
	margin-top: 10px;
	padding-right: 0px;
	margin-left: 0px;
}

.descrip .col-md-5 #hrsdeck h3 {
	color: #fff;
	margin-top: 0px;
}
.descrip .col-md-5 #hrsdeck h3 i {
	font-size: 28px;
	margin-right: 10px;
	float: left;
	margin-top: -4px;
}
.descrip .col-md-5 #hrsdeck ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.descrip .col-md-5 #hrsdeck h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.descrip .col-md-5 #hrsdeck p {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
}
.descrip .col-md-5 #hrsdeck .appointment {
	background: #FFFFFF;
	color: #fff;
	display: inline-block;
	padding: 12px 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.descrip .col-md-5 #hrsdeck .appointment a {
color: rgba(103,0,1,1.00);
}

.descrip .col-md-5 #hrsdeck .appointment a:visited{
color:rgba(59,59,59,1.00);
}


/*=======================================================
      Testimonial
========================================================*/
.testimonial {
	text-align: center;
	background: #F8F8F8;
}
.testimonial .qou {
	font-size: 30px;
	color: #820300;
}
.testimonial .testi {
	margin-top: 20px;
}
.testimonial .testi p {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	width: 85%;
	margin: 0 auto;
	font-style: italic;
}

/*=======================================================
			MAIN PAGE PROMOTIONS
========================================================*/
.mainpromo{
	background: #F8F8F8;
}


/*=======================================================
      SPONSER
========================================================*/
.sponsors {
	background: url("../images/sponsor-bckgd-img.jpg")no-repeat;
	background-size: cover;
}
.sponsors .overlay {
	background: rgba(0,0,0,0.8);
	padding: 150px 0;
}
.sponsors .owl-item {
	text-align: center;
}
.sponsors .owl-carousel .owl-item img {
	width: auto;
}
/*=======================================================
      FOOTER
========================================================*/
footer {
	background: #000000;
	padding: 20px 0;
}
footer .foot-link {
	float: left;
	margin-top: 15px;
}
footer .foot-link li {
	display: inline-block;
	border-right: 1px solid #2b2b2b;
	padding-right: 15px;
	margin-right: 15px;
}
footer .foot-link li:nth-last-child(1) {
	border-right: none;
}
footer .foot-link a {
	font-size: 12px;
	color: #d8d8d8;
	text-transform: uppercase;
	font-weight: bold;
}
footer .foot-link a:hover {
	color: #fff;
}
footer .foot-logo {
	float: right;
}
footer .under-footer {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #2b2b2b;
	padding-top: 40px;
}
footer .under-footer .con-info li {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
footer .under-footer .con-info {
	display: inline-block;
}
footer .under-footer .con-info li p {
	color: #fff;
}
footer .under-footer .con-info li p i {
	margin-right: 10px;
	color: #FFFFFF;
}

footer a:link{
	color: #d8d8d8;
}

footer a:hover{
	color: #FFFFFF;
}

footer .social-link {
	float: right;
}
footer .social-link li {
	display: inline-block;
	padding-left: 20px;
}
footer .social-link a {
	font-size: 12px;
	color: #d8d8d8;
	text-transform: uppercase;
	font-weight: bold;
}
footer .social-link a:hover {
	color: #FFFFFF;
}
/*=======================================================
      SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 1;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	color: #696969;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}
