@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100% inherit;
	font: inherit;
	vertical-align: central;
}

@media ( min-width : 0px ) and (max-width : 759px ) {
	#menupanel {
		background: none;
	}
	#container{
		display: none;
	}
	
}

html {-webkit-text-size-adjust:none}
body{
		min-width: 100%;
	min-height:100vh;

	font-size:2.5vw;
	line-height: auto;
	/*background-image: url(../img/bg.png);*/
	background-color: #f4f4f4;

	font-family:Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: column;

	
}
#header {
	width:100%;
	height:auto;
	clear:both;
	margin:auto;
}
#menu {
	display:none;
}
#logo{
	margin:2.6vw  auto auto  auto;
	text-align:center;
	float:left;
}
#logo a {
	color:#FC0; 
	font-weight:bold;
	font-variant:small-caps;
	font-family: Terminal;	
}

#phone-number {
	margin:3vw 0 auto auto ;
	text-align:right;
	float:right;
	text-decoration:none;
}
#phone-number a {
	text-decoration:none;
	color:#FC0;
}
#phone-number h3{
	font-size:6vw; 
	color:#FC0; 
	font-weight:bold;
}
#logos {
	clear:both;
	height:15vw;
	width:auto;
	margin:auto;
	padding:0 2vw;
	background-image: url(../img/bg-footer.gif);
	background-position:top;
	background-repeat: repeat;
	text-shadow:0.5px 0.5px 3px #FFC;
	/* CSS3 Box Shadow */
	-moz-box-shadow: inset 0 0 20px #000;
	-webkit-box-shadow: inset 0 0 20px #000;
	box-shadow: inset 0 0 20px #000;

}
#menupanel {
	background:url(../img/sample_slides/menu-pannel5.png);

	background-repeat:no-repeat;
	background-position:center  top;
	height:380px;
	width:auto;
	margin:auto;
	
}
#contact-button,#app-nav {
	display:none;	
}
#menubar {  
	margin:auto;
	height:55px;
	text-align:center;
	clear:both;
}
#menubar ul {
	list-style:none;
}
#menubar ul li{
	display:inline-block;
	margin:15px auto;
}
#menubar ul li a{
	background: url(../img/sample_slides/nav-buttons.png) left top no-repeat;
	display:inline-block;
	float:left;
	width:80px;
	height:29px;
	margin:auto 7px;
	text-indent:-9999pt;
}

#menubar ul li.menubutton a{
	background-image:url(../img/Wood_Padauk.jpg);
	
	border-radius: 6vw;
	font-size: 3vw;

	
	}
	#menubar ul li.menubutton a:link {
			/* CSS3 Box Shadow */
	-moz-box-shadow: 2px 2px 1px 1px #000;
	-webkit-box-shadow: 2px 2px 1px 1px #000;
	box-shadow:  2px 2px 1px 1px #000;
	}
	#menubar ul li.menubutton a:hover{
			/* CSS3 Box Shadow */
	-moz-box-shadow:0px 1px 2px 3px #000;
	-webkit-box-shadow: 0px 1px 2px 3px #000;
	box-shadow: 0px 1px 2px 3px #000;
	
	}
	#menubar ul li.menubutton a:active{
			/* CSS3 Box Shadow */
	-moz-box-shadow:inset 0px 4px 3px #000;
	-webkit-box-shadow:inset 0px 4px 3px #000;
	box-shadow:inset 0px 0px 4px 3px #000;

	}
	#menubar ul li.menubutton a.selected{
			/* CSS3 Box Shadow */
	-moz-box-shadow:inset  0px 0px 3px #000;
	-webkit-box-shadow:inset 0px 0px 3px #000;
	box-shadow:inset 1px 1px 0px 3px #000;

	}


#menubar ul li.home a:link {
		background-position:0px 0px;	
	}
	#menubar ul li.home a:hover {
		background-position:0px -30px;	
	}
	#menubar ul li.home a:active {
		background-position:0px -60px;	
	}
	#menubar ul li.home a.selected {
		background-position:0px -60px;	
	}

#menubar ul li.about a {
		background-position:-80px 0px;	
	}
	#menubar ul li.about a:hover {
		background-position:-80px -30px;	
	}
	#menubar ul li.about a:active {
		background-position:-80px -60px;	
	}
	#menubar ul li.about a.selected {
		background-position:-80px -60px;	
	}
#menubar ul li.price a {
		background-position:-160px 0px;	
	}
	#menubar ul li.price a:hover {
		background-position:-160px -30px;	
	}
	#menubar ul li.price a:active {
		background-position:-160px -60px;	
	}
	#menubar ul li.price a.selected {
		background-position:-160px -60px;	
	}
#menubar ul li.specials a {
		background-position:-240px 0px;	
	}
	#menubar ul li.specials a:hover {
		background-position:-240px -30px;	
	}
	#menubar ul li.specials a:active {
		background-position:-240px -60px;	
	}
	#menubar ul li.specials a.selected {
		background-position:-240px -60px;	
	}
#menubar ul li.contact a {
		background-position:-320px 0px;	
	}
	#menubar ul li.contact a:hover {
		background-position:-320px -30px;	
	}
	#menubar ul li.contact a:active {
		background-position:-320px -60px;	
	}
	#menubar ul li.contact a.selected {
		background-position:-320px -60px;	
	}
#content{
	width:100%;
	min-height:80%;
	clear:both;
	padding:30px 0;
	margin:auto;
    background-color: #f4f4f4;

}
#content h1 {
	text-align:center;
	color:#CDCDCD;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	text-shadow: 1px 1px 0px #fff;
	line-height: 38px;
	margin: 10px auto auto auto;
}

#content h2 {
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#8D8D8D;
	margin:auto auto 10px auto;
	clear:both;
	text-shadow: 0px 1px 1px #F5F5F5;
	text-align:center;
	line-height:34px;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:3vw;
	font-weight:600;
	margin-left:40px;
	margin-right:40px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
#content p {
	text-align:justify;
	margin:8px 20px;
	font-family: Arial, Helvetica, sans-serif;
}


#specials {
	text-align:center;
	width:950px;
	clear:both;
	margin:100px auto 65px auto;
}
#footer {
	font-size:65%;
	width:100%;
	height:auto;
	clear:both;
	padding-bottom:10px;
	text-align:center;
	background: none;
	border-top: outset;
	/*background-image:url(../img/bg-footer.gif);
		/* Box Shadow 
	box-shadow: inset 0 5px 7px #000;
	-moz-box-shadow: inset 0 5px 7px #000;
	-webkit-box-shadow: inset 0 5px 7px  #000;*/
}
#footer ul {
	text-align:center;
}
#footer li{
	margin:10px 2px;
	display: inline-block;
}
#footer li a {
	text-decoration:none;
	border-right:thin solid #000;
	display:inline-block;
	padding-right:10px;
	margin:2px auto;
	text-shadow:0 0.5px 2px #000; 	
}
#footer li a:link {
	color:#F30;
}
#footer li a:hover {
	text-decoration:underline;
}
#footer li a:visited {
	color:#F30;
}
#footer li a:active {
	color:#FC0;
}
#twitter-follow ,#facebook ,#google {
	font-size:1px;
	display:inline;
	width:120px;
	text-align:center;
}
#social-follow {
	text-align:center;
	width:auto;
	margin:auto auto auto 150px;
	display: none;
}
#social {
	font-size:1px;
	clear:both;
	display:inline;
	margin:auto auto;
}
.social {
	/*border-bottom:1px double #ABABAB;
	border-top:1px double #ABABAB;*/
	margin:20px auto;
	clear:both;
	width:400px;
	height:auto;
	font-size:1px;
}

.smallbox {
	/* The width  */
	overflow:hidden;
	width:250px;
	height:350px;
	margin:40px 32px;
	float:left;
	text-align:center;
}
.smallbox a {
	text-decoration:none;
	color: #D40000;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
}
/* content-box */
.content-box {
	/* CSS3 Box Shadow */
	-moz-box-shadow: inset 0 0px 8px #333;
	-webkit-box-shadow: inset 0 0 8px #333;
	box-shadow: inset 0 0 8px #333;

	/* CSS3 Rounded Corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background:#E6E6E6;
	font-size: 80%;

	/* The width  */
	overflow:hidden;
	width:100%;
	max-width:950px;
	height:auto;
	margin:40px auto;
	float:left;
	padding-top:10px;
	text-align:center;
	clear:both;
}
#coverage h3 {
	line-height:32px;
}
#coverage {
	margin:25px auto;
}
#serving-areas {
	float:right;
	width:450px;
	text-align:center;
}
#serving-areas ul {
	margin:auto;
	text-align:center;
	float:right;
}
#serving-areas ul li {
	display:block;
	margin:10px;
	width:230px;
}
#special-1, #special-2, #special-3 {
	background-image:url(../img/gold-guarantee-seal.png);
	background-position:right 20px;
	background-repeat: no-repeat;
	
}
.content-box ul li {
	display:inline;
}
.content-box ul {
	margin:0px 200px;
	clear:both;
	text-align:center;
	display:inline;
}
.content-box a {
	text-decoration:none;
}
/* contact-box */
.contact-box{
	background:none;
	/* The width  */
	overflow:hidden;
	width:850px;
	height:auto;
	margin:auto;
}

.contact-box a {
	text-decoration:none;
}
.contact-box img {
	margin:auto 35px;
	float:left;
}

.contact-box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 28px;
	margin:10px;
	text-shadow: 1px 1px 1px #EEE;
}
#city-of-dallas h4 {
	font-size:25px;
}

#creditcard ul img{
	width:50px;
	height:50px;
}
#creditcard ul {
	margin:0px 200px;
	clear:both;
	text-align:center;
	display:inline;
}
#creditcard ul li {
	display:inline;
}
#creditcard {
	background:none;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:40px 0;
	float:center;
	padding:0px;
	text-align:center;
}
#creditcard h3 {
	text-shadow: 0px 3px 3px #fff;
	color:#ABABAB;
}
#price-quote button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding:3px 15px; 
	color:#020202; 
	background-image: url(../img/sample_slides/metal-buttons2.jpg); 
	background-position:center; 
	cursor: pointer;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:10px auto;
}
#price-quote h4 {
	font:36px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:170px auto;
	text-shadow: 1px 1px 0px #580000;
	color:#160000;

}
#price-quote a {

	color:rgba(255,227,191,1.00);
	margin:5% 15px 5% 10px;
	display:block;
	text-decoration:none;
	text-align: center;
	background-color:rgba(35,127,212,0.89);
		/* CSS3 Rounded Corners */
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
		/*CSS3 Box Shadow*/
	-moz-box-shadow:4px 4px 3px #000;
	-webkit-box-shadow:4px 4px 3px #000;
	box-shadow:4px 4px 3px #000;

}
#price-quote a:hover {
	background-color:rgba(35,127,212,0.65);
}
#price-quote a:active, a:focus {
	-moz-box-shadow: inset 3px 4px 3px #000;
	-webkit-box-shadow: inset 3px 4px 3px #000;
	box-shadow: inset 3px 4px 3px #000;
}

#price-quote form {
	text-shadow: 1px 1px 0px #580000;
	color:#340000;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	width:auto;
	height:auto;
	margin:20px auto;
}
#price-quote {
	text-align:center;
	width:267px;
	height:auto;
	overflow:visible;
	margin:30px 20px;
	float:right;
	background:none;
	
	/* CSS3 Box Shadow 
	-moz-box-shadow:0 0 6px 1px #666;
	-webkit-box-shadow:  0 0 6px 1px #666;
	box-shadow: 0 0 6px 1px #666;*/
	
	/* CSS3 Rounded Corners */
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#price-quote form input {
	font-size:18px; 
	box-shadow: inset 0px 0px 3px 2px #999;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px;
	margin:auto auto 30px auto;
}
#price-quote p {
	background:#FF9;
	width:222px; 
	padding:1px; 
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	text-align:center;
	margin:auto;	
}
.text {
	margin:30px auto;
	float:left;
	width:500px;
	line-height:20px;
	
}
.text p {
	font-size:13px;
	text-shadow: 2px 2px 0px #FFF;
	color:#575757;
}
.text img {
	float:right;
	margin:10px;
}
.text a {
	text-decoration:none;
}
#taxi img {
	float:right;
	margin:10px;
}
#taxi {
	margin:30px 50px;
	float:left;
	width:500px;
	line-height:20px;
}
#taxi p {
}
#text-limo {
	width:950px;
	position: inherit;
	top:-350px;
	left:850px;
}
#limo {
	width:800px;
	margin:25px auto;
	float: none;
	
}
.important-tex {
	font-style:italic;
	font-weight:bold;
}
.newsfeed {
	/* CSS3 Box Shadow */
	-moz-box-shadow: inset 0 0 7px #444;
	-webkit-box-shadow: inset 0 0 7px #444;
	box-shadow: inset 0 0 7px #444;
	/* CSS3 Rounded Corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0px solid white;
	background:#FFF;
	/* The width  */
	width:950px;
	margin:20px auto;
	float:left;
	padding:0px;
	text-align:center;
	overflow:auto;
 	height:150px;
}
/*new slider banner----------------------------------------------------------------------------------------------*/
#gallery {
	width:775px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	padding-left:11px;
}
/*
	Slideshow style
*/

.slide-limo{
	text-shadow: 1px 1px 7px #333;
	font-size:48px; 
	color:rgba(0,0,153,1); 
	font-weight:bold;
	font-style:italic;
	text-decoration:blink;	
	
}

#slides a {
	display:block;
	text-decoration:none;
}
.slide h2 {
}
.slide h3 {
}
.slide ul li {
	display:inline;
	margin:auto;
}
#slides {
	height:270px;
	background-image:none;
	display:inline;
}
#slides ul li {
	display:inline-block;
	padding:0;
}
.slides_container {
	width:740px;
	height:270px;
	overflow:hidden;
	margin:1px  2px 0px 2px;
/*	background-color:rgba(220,220,0,0.1);
/*	
	background-image: -moz-linear-gradient(top,#FEFEFE,#808080);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#808080));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#808080');	
*/
	/*CSS3 Box Shadow
	-moz-box-shadow: inset 0 0 10px #222;
	-webkit-box-shadow: inset 0 0 10px #222;
	box-shadow: inset 0 0 10px #222;*/
}
#slides .slide {
	width:740px;
	height:270px;
	display:inline-block;
	margin:auto;
}
/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	display:block;
	z-index:101;
	margin:auto 0 auto 0;
}
.prev {
	float:left;
	display:block;
	width:10px;
	height:80px;
}
.prev a {
	background:url(../img/sample_slides/nav-arrow.png);
	background-repeat:no-repeat;
	background-position:-25px  top;
}
.prev a:hover {
	background:url(../img/sample_slides/nav-arrow-hover.png);
	background-repeat:no-repeat;
	background-position:-25px  top;
}
.next {
	float: inherit;
	width:10px;
	height:80px;
}
.next a {
	background:url(../img/sample_slides/nav-arrow.png);
	background-repeat:no-repeat;
	background-position:-85px  top;
}
.next a:hover {
	background:url(../img/sample_slides/nav-arrow-hover.png);
	background-repeat:no-repeat;
	background-position:-85px  top;
}
/*
	Pagination
*/
.pagination {
	margin:auto;
	width:120px;
}
.pagination li {
	float:none;
	margin: 3px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image: url(../img/pagination.png);
	background-position:0 0;
	float:none;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
