@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #e4e3df;
	font-family: 'Droid Serif', serif;
	color: #333;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form > * {
	width: 100%;
	padding: 5px;
}
input, textarea {
	font-family: Garamond;
}
input[type=text], input[type=email], input[type=password], textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #777;
}
input[type=submit] {
	background: #64110b;
	padding: 10px;
	margin: 10px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
	width: 100%;
	display: block;
	border:none;
}
p {
	font-size: 20px;
	line-height: 25px;
}
h1, h2, h3, #navigation ul li a, #phone, #footerwrapper ul li a  {
	
}
h1, h2, h3 {
	margin: 30px 0;
	padding: 0;
	font-weight:normal;
}
h1 {
	font-size: 35px;
	color: #64110b;
}
h1 .subhead {
	font-size: 25px;
	margin-top: 10px;
	color: #333;
}
h2 {
	font-size: 30px;
	color: #64110b;
}
h2 .subhead {
	font-size: 20px;
	margin-top: 5px;
	color: #333;
}
h3 {
	font-size: 25px;
	color: #2c0907;
}
.clearfix {
	overflow: auto;
}
#header {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #ddd;
	background: #e4e3df;
}
#headerwrap {
	width: 70%;
	margin: 0 auto;
}
#menu-icon {
	display: none;
	position: absolute;
	padding-left: 20px;
	top: 15px;
	left: 0;
}
#menu-icon:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 20px;
	height: 20px;
	border-top: 12px double #64110b;
	border-bottom: 4px solid #64110b;
}
#navigation {
	background: #64110b;
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #220807;
	display: block;
	text-align: center;
}
#navigation ul {
	margin: 0 auto;
	padding: 0;
	height:54px;
	width: 70%;
	display: inline-block;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	height:54px;
	list-style: none;
	display: inline-block;
}
#navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 54px;
	padding: 15px 16px;
	margin: 0;
	text-shadow: 1px 1px 1px #333;
}
#navigation ul li a:hover {
	background: #220807;
}
#logo {
	background-image: url(../images/DFW-Door-Repair.png);
	background-repeat:no-repeat;
	background-size: 100%;
	background-position: center;
	width: 190px;
	height: 130px;
	float: left;
	margin: 17px 0 0 60px;
}
#phone {
	width: 365px;
	height: 80px;
	margin: 45px 60px 0 0;
	float: right;
	color: #64110b;
	text-align: center;
	font-size: 18px;
}
.phone {
	font-size: 50px;
}
#content {
	width: 70%;
	overflow: auto;
	margin: 0 auto;
	padding: 20px 60px;
	background: #fff;
}
#maincontent {
	width: 65%;
	float: left;
	margin: 0 5% 20px 0;
	overflow: auto;
}
#featured {
	background: #2c0907;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border: 2px solid #2c0907;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#featured li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rslides_tabs {
	margin-top: 10px;
	padding: 0;
	text-align: center;
	display: block;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin: 0 5px;
}
.rslides_tabs a {
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #2c0907;
	background: rgba(74, 18, 0);
	display: inline-block;
	_display: block;
	*display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
.rslides_here a {
	background: #64110b;
	background: rgba(116, 29, 1);
}
.featuredimage {
	float: left;
	width: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	overflow: hidden;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.featuredcontent {
	color: #fff;
	float: left;
	height: 100%;
	width: 40%;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.featuredcontent h3 {
	padding: 20px 20px 5px 20px;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}
.featuredcontent p {
	padding: 10px 20px 10px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}
.featuredcontent a {
	background: #64110b;
	padding: 10px;
	margin: 10px 20px 20px 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: auto;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#testimonials {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#testimonials li {
	display:block;
	width:100%;
}
#sidebar {
	width: 30%;
	float: left;
}
#sidebar h3 {
	background: #2c0907;
	color: #fff;
	padding: 10px 20px;
	margin: 0;
	font-size: 18px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#sidebar .module {
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #2c0907;
	overflow: auto;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#sidebar .module p {
	font-size: 15px;
	line-height: 17px;
	margin-top: 0;
}
#sidebar .module label {
	font-size: 15px;
	line-height: 17px;
	margin-top: 0;
}
#footer {
	background: #64110b;
	width: 100%;
	height: 47px;
	border-top: 5px solid #220807;
	color: #fff;
}
#footerwrapper {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	overflow: auto;
}
#footerwrapper ul {
	margin: 10px 0;
	padding: 0;
	float: left;
}
#footerwrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footerwrapper ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 0 15px 0 0;
	margin: 0;
	text-shadow: 1px 1px 1px #333;
}
#footerwrapper ul li a:hover {
	text-decoration: underline;
}
#copyright {
	font-size: 12px;
	text-align: right;
	float: right;
	margin: 6px 0;
}
#copyright a {
	color: #fff;
}
.button {
	background: #64110b;
	padding: 10px;
	margin: 10px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: auto;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.taxcredit {
	background-image: url(../images/doorcredit.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: 150px;
	margin-bottom: 10px;
}
.quote {
	width: 30%;
	float: left;
	margin-right: 10px;
}
ul.twocolumn {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin: 12px;
	padding: 0;
	font-size:22px;
	line-height:22px;
	list-style-image:url(/images/check.png);
}
ul.twocolumn li {
	margin: 0 0 15px 30px;
}
.services {
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	list-style: none;
	overflow: auto;
}
.services li {
	margin: 10px 1%;
	padding: 0;
	width: 48%;
	height: 200px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.services li h3 {
	position: relative;
	top: 10px;
	margin: 0;
	padding: 10px;
	width: 75%;
	background: #2c0907;
	font-size: 20px;
	color: #fff;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.services li a {
	position: absolute;
	bottom: 10px;
	right: 0px;
	padding: 10px;
	width: 50%;
	text-decoration: none;
	background: #64110b;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#banana {
	display:none;
}

@media (max-width: 1350px) {
#headerwrap {
	width: auto;
	padding: 0 10px;
}
#navigation {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#navigation ul {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
#content {
	width: auto;
	padding: 20px 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#maincontent {
	width: 65%;
	float: left;
	margin-right: 5%;
}
#sidebar {
	width: 30%;
	float: left;
}
#footer {
	width: auto;
	height: auto
}
#footerwrapper {
	width: auto;
	padding: 10px;
}
}

@media (max-width: 950px) {
#header {
	height: 80px;
}
#menu-icon {
	display: inline-block;
	cursor: pointer;
}
#logo {
	background-size: 100%;
	background-position: center;
	width: 80px;
	height: 53px;
	margin: 14px 0 0 20px;
}
#phone {
	margin-top: 15px;
	font-size: 14px;
	height: auto;
	width: 280px;
}
.phone {
	font-size: 30px;
}
#navigation {
	display: none;
	background: #64110b;
	width: auto;
	height: auto;
}
#navigation ul {
	margin: 0 auto;
	height:auto;
	padding: 0;
	width: 100%;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #220807;
	display: block;
	width: 100%;
	text-align: center;
}
#navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	padding: 5px;
	margin: 0;
	width: 100%;
	display: block;
	text-shadow: 1px 1px 1px #333;
}
#navigation ul li a:hover {
	background: none;
	border-top: none;
}
#maincontent {
	width: auto;
	float: none;
	margin-right: 0;
}
#sidebar {
	width: auto;
	float: none;
}
#footerwrapper {
	text-align: center;
}
#footerwrapper ul {
	float: none;
	display: inline-block;
}
#copyright {
	text-align: center;
	float: none;
}
#sidebar .module p {
	font-size:18px;
	line-height:24px;
}
.quote {
	width: 60px;
	margin: 0 15px 10px 0;
}
}
 @media (max-width: 650px) {
#header {
	height: 120px;
}
#logo {
	background-position: center;
	float: none;
	margin: 0 auto;
	padding: 10px;
	height: 65px;
}
#phone {
	margin-top: 15px;
	font-size: 14px;
	height: auto;
	width: 295px;
	float: none;
	margin: 0 auto;
}
.phone {
	font-size: 25px;
}
#menu-icon {
	top: 35px;
}
#featured {
	height: auto;
}
.featuredimage, .featuredcontent {
	width: 100%;
	float: none;
}
.featuredcontent {
	height: auto;
}
.twocolumn {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
.services li {
	float: none;
	width: 98%;
}
 }
 
 .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }