/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width: 100%; height: auto;}
/*end reset*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	font-weight:100%;
}
.wrap{
	width:100%;
	margin:0 auto;
}
.header-box{
	border-top:10px solid #F0745F;
}
.search-bar {
	padding: 5px;
	box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	-moz-box-shadow: 0 0 3px #AAA;
	-o-box-shadow: 0 0 3px #AAA;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.search-bar ul li {
	display: inline-block;
	line-height: 1.8em;
}
.search-bar input[type="text"] {
	border: none;
	outline: none;
	background: none;
	color: #666;
	width:78%;
}
.btn {
	margin:4px 0px 0px 0px;
	float: right;
	outline:none;
}
.follow_icon {
	list-style: none;
	float:right;
	margin-top: 10px;
}
.follow_icon li {
	float: left;
	margin-left:5px;
	padding-top: 8%;
}
.follow_icon li a img {
	vertical-align: middle;
}
.follow_icon li a:hover{
	opacity:0.7;
}
/*--menu--*/
.top-nav {
	padding: 20px 0;
	color: #000;
	text-align: center;
}
.top-nav ul li {
	display: inline-block;
}
.top-nav ul li a {
	color: #000;
	font-size:13px;
	font-family: 'Merriweather Sans', sans-serif;
	padding: 10px 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #FFF;
	background: #C74E3B;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0755F), to(#C74E3B));
	background: -webkit-linear-gradient(top, #F0755F, #C74E3B);
	background: -moz-linear-gradient(top, #f0755f, #c74e3b);
	background: -ms-linear-gradient(top, #f0755f, #c74e3b);
	background: -o-linear-gradient(top, #f0755f, #c74e3b);
	background-image: -ms-linear-gradient(top, #f0755f 0%, #c74e3b 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header{
	padding:10px;
}
.banner{
	border-bottom:5px solid #F0745F;
}
.logo{
	/*float:left;*/
	margin: 0 auto;
    display: block;
}
/*--content--*/
/*  GRID OF FOUR   ============================================================================= */
.col_1_of_4{
	display: block;
}
.span_1_of_4 {
	margin-bottom: 20px;
}
.span_1_of_4  h3{
	color:#C94848;
	margin-bottom: .5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_4  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;
}
.desc{
	border-bottom: 5px solid #F0745F;
	padding-bottom:40px;
}
.left-text h5 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	float: left;
}
.left-text h5 a {
	color:#999;
	text-decoration:underline;
}
.left-text h5 a:hover{
	color:#DD3942;
}
span.price {
	color: #3D3D3D;
	font-size: 20px;
	float: right;
}
.span_1_of_4 img{
	padding-bottom:10px;
}
.active-grid {
	background:#F0745F;
	color: #FFF;
}
.left-text h6 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	float: left;
}
.left-text h6 a {
	color:#fff;
	text-decoration:underline;
}
.left-text h6 a:hover{
	text-decoration:none;
}
span.price-last {
	color: #fff;
	font-size: 20px;
	float: right;
}
.last-desc{
	border-bottom: 5px solid #F0745F;
	padding-bottom:40px;
	margin: 0 10px;
}
.heading3 h3 {
	color:#3b3b39;
	margin-bottom: 0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-family: 'Merriweather Sans', sans-serif;
	margin-top: 0px;
	letter-spacing: -1px;
}
.main{
	padding: 30px 10px;
}
/*  GRID OF Content and sidebar   ============================================================================= */
.cont{
	display: block;
	float:left;
	margin: 1% 0 1% 0;
	background:#F0745F;
}
.lsidebar{
	display: block;
	float:left;
	margin: 1% 0% 1% 0;
} 	
.span_2_of_3 {
	width: 51.8%;
	padding: 10px;
}
.span_1_of_3 {
	width: 40.29%;
}
.span_2_of_3  h2,
.span_1_of_3  h2 {
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_2_of_3 p,
.span_1_of_3  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;
}
.test-meta{
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #F3907F;
	overflow: hidden;
}
span.user {
	font-size:15px;
	line-height: 1.2em;
	color: #FFF;
	margin: 2%;
	font-family: 'Merriweather Sans', sans-serif;
}
span.info{
	font-size:12px;
	line-height:1.2em;
	color:#fff;
	font-family: 'Merriweather Sans', sans-serif;
}
p.paragraph a{
	color:#fff;
	font-family: 'Merriweather Sans', sans-serif;
	line-height:1.2em;
	font-size:13px;
}
p.paragraph a:hover{
	color:#FDE5E0;
}
.bottom-grid1 {
	margin-bottom: 20px;
}
.bottom-grid1 h3, .bottom-grid2 h3 {
	color: #363638;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:17px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.bottom-grid1 span, .bottom-grid2 span {
	color: #F0745F;
	font-size: 15px;
}
.bottom-grid1 p, .bottom-grid2 p {
	font-size:13px;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0px 10px 0px;
}
.bottom-grid1 ul li a {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.bottom-grid2 {
	margin-bottom: 20px;
}
.bottom-grid2 ul li {
	display: inline-block;
	width: 32%;
}
.bottom-grid2 ul li img{
	display:block;
}
.button {
  font-family: 'Merriweather Sans', sans-serif;
   background: #c74e3b;
   background: -webkit-gradient(linear, left top, left bottom, from(#f0755f), to(#c74e3b));
   background: -webkit-linear-gradient(top, #f0755f, #c74e3b);
   background: -moz-linear-gradient(top, #f0755f, #c74e3b);
   background: -ms-linear-gradient(top, #f0755f, #c74e3b);
   background: -o-linear-gradient(top, #f0755f, #c74e3b);
   background-image: -ms-linear-gradient(top, #f0755f 0%, #c74e3b 100%);
   padding:8.5px 15px;
  	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #fff;
   font-size: 13px;
   text-decoration: none;
   vertical-align: middle;
   -webkit-appearance: none;
}
.button:hover {
  background:#333;
}
/*--footer--*/
.footer-bottom{
	background-color: #232323;
	text-align: center;
	padding:20px 10px;
}
.copy p{
	color:#fff;
	font-size:13px;
	line-height: 1.5em;
}
.copy p a{
	color:#F0745F;
}
.copy p a:hover{
	text-decoration:underline;
}
/*--about--*/
.lsidebar1 {
	display: block;
	margin-bottom: 20px;
}
.span_2_of_a {
	margin-bottom: 20px;
}
.cont1 {
	display: block;
}
.span_2_of_a h3, .span_1_of_a h3 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}
.testimonials {
	padding-top: 18px;
	position: relative;
}
.testimonials h3, .sidebar h3 {
	color:#F0745F;
	margin-bottom: 0.5em;
	font-size: 12px;
	margin-top: 0px;
	text-transform: uppercase;
}
.testimonials h3 span a {
	color: #000;
	font-size: 0.9em;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	padding-left: 10px;
	text-transform: lowercase;
}
.testimonials h3 span a:hover {
	text-decoration:none;
}
.testimonials span.quotes {
	position: absolute;
	left: 0;
	top: 55px;
	width: 30px;
	height: 28px;
	background: url(../images/quotes1.png) no-repeat;
}
.testimonials p {
	font-size: 13px;
	padding: 1.5em 0 0 0;
	color: #6A6A6A;
	line-height: 1.8em;
	text-indent: 35px;
}
.about_desc h2 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-family: 'Merriweather Sans', sans-serif;
}
.about_desc p span {
	font-size: 13px;
	padding: 5px 0;
	color:#F0745F;
	line-height: 1.8em;
}
.image {
	padding-top:15px;
}
.images_3_of_1 {
	width: 35.2%;
	margin-right: 10px;
}
.grid {
	display: block;
	float: left;
}
.span_2_of_1 {
	width: 61.1%;
}
.span_2_of_1 h4 {
	color: #555;
	margin-bottom: 0.5em;
	font-size:14px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.span_2_of_a p{
	font-size: 13px;
	line-height: 1.5em;
}
.more{
	padding-top:20px;
}
.heading h3 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}
span.item_title_part0 {
	color:#F0745F;
	font-size: 15px;
	cursor: pointer;
}
span.item_title_part0:hover {
	color: #333;
}
.span_1_of_4 p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color: #333;
	line-height: 1.5em;
}
span.item_title_part0 {
	color:#F0745F;
	font-size: 15px;
	cursor: pointer;
}
span.item_title_part0:hover {
	color: #333;
}
/*--menu--*/
/*  GRID OF THREE   ============================================================================= */
.col_1_of_menu{
	display: block;
}
.grid-img{
	text-align:center;
}
.span_1_of_menu {
	margin-bottom: 20px;
}
.span_1_of_menu  h3{
	color:#F0745F;
	margin-bottom:0.5em;
	font-size:1.2em;
	line-height: 1.2;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_menu  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;
}
.top-1 {
	margin-top: 5px;
}
.bot-2 {
	margin-bottom: 27px;
}
.list-1 li {
	background: url(../images/bg-li-list.png) 0 11px no-repeat;
	padding: 4px 0 5px 11px;
	font-size: 14px;
	overflow: hidden;
	vertical-align: top;
	color: #5D5252;
	display: block;
}
.list-1 li a {
	color: #5D5252;
	float: left;
	text-decoration: none;
	font-size: 13px;
}
.list-1 li a:hover {
	color: #F0745F;
}
.list-1 li span {
	float: right;
	color: #5D5252;
}
/*--services--*/
.span_2_of_services {
	margin-bottom: 20px;
}
.cont2 {
	display: block;
}
.sidebar2 {
	margin-bottom: 20px;
}
.lsidebar2 {
	display: block;
}
.services_desc h2 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}
.services_desc p {
	padding: 5px 0;
	line-height: 1.5em;
	font-size: 13px;
	color:#5D5252;
}
.services_desc p span {
	font-family: 'Merriweather Sans', sans-serif;
	color:#F0745F;	
}
.span_2_of_1 h3 {
	font-size:12px;
	color:#F0745F;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
}
.offers_list h2, .archives h2 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}
.offers_list li, .archives li {
	color: #5D5252;
	font-size: 0.815em;
	padding: 6px 0 6px 20px;
	background: url(../images/marker.png) no-repeat 0;
	cursor: pointer;
}
.read_more a {
	font-family: 'Merriweather Sans', sans-serif;
	font-size:15px;
	text-transform: uppercase;
	color: #333;
	padding-left: 25px;
	background: url(../images/read_more.png) no-repeat 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.read_more a:hover {
	color: #F0745F;
}
.archives {
	margin-top:10px;
}
.read_more {
	margin-top: 10px;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
}
.span_1_of_contact {
	margin-bottom: 20px;
}
.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:94%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	color: #FFF;
	background: #C74E3B;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0755F), to(#C74E3B));
	background: -webkit-linear-gradient(top, #F0755F, #C74E3B);
	background: -moz-linear-gradient(top, #f0755f, #c74e3b);
	background: -ms-linear-gradient(top, #f0755f, #c74e3b);
	background: -o-linear-gradient(top, #f0755f, #c74e3b);
	background-image: -ms-linear-gradient(top, #f0755f 0%, #c74e3b 100%) url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
    -webkit-appearance: none;
}
.contact-form input[type="submit"]:hover{
	background:#333 url(../images/large-button-overlay.png);
}
.contact-form input[type="submit"]:active{
	background:#333 url(../images/large-button-overlay.png);  
}
.company_address{
	padding-top:10px;
}
.company_address p{
	font-size: 13px;
	color: #333;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
/*--404--*/
.page-not-found h1 {
	font-size:7em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
