.logo
{
background-image:url('../images/logo_small.png');
width:180px;
background-repeat: no-repeat;
height:102px;
margin-top:5px;
margin-left:20px;
}

.topbar
{
min-width:100%;
} 

.topbar_content
{
width:100%;
} 

.topborder
{
min-width:100%;
}

.menu
{
width:600px;
float:left;
text-align:left;
}

.top_image
{
min-width:100%;
height:300px;
}

.content
{
min-width:100%;
top:371px;
}

.content_center
{
width:100%;
}

.banner
{
width:100%;
}

.footer
{
min-width:100%;
}

.footer_center
{
width:100%;
}

.sitemap
{
width:98%;
margin-left:2%
}

.copyright
{
width:100%;
}


nav ul li a {
		padding-left: 15px;
		padding-right: 15px;
		font-size:15px;	
	}
	
nav ul ul li a {
		font-size:14px;	
	}
	
.topbar_mobile
{
display:none;
}

.logo_mobile
{
display:none;
}

.mobile_menu
{
display:none;
}



.sitemap_column
{
width:14%;
margin-left:2%;
font-size:14px;
line-height:22px;
}

	.sitemap_title
	{
	font-size:16px;
	}
	
#login
{
display:none;
}


/* NASP STORE
================================================== */

.store_left
{
width: 68%;
float:left;
}

	.store_item
	{
	width: 100%;
	min-height: 265px;
	float:left;
	margin-bottom:8px;
	}
	
		.item_left
		{
		width: 30%;
		min-height: 265px;
		float:left;
		background-color:#fff;
		}
		
			.item_left img
			{
			height:auto;
			width:100%;
			margin:0;
			padding:0;
			}
		
		.item_right
		{
		width: 69%;
		min-height: 265px;
		float:right;
		background-color:#efefef;
		font-weight:600;
		font-size:17px;
		font-family: 'Dosis';
		overflow:hidden;
		}
		
			.item_price
			{
			color:#ff4f19;
			font-size:17px;
			}
			
			.item_description
			{
			color:#818181;
			font-size:15px;
			margin-top:20px;
			}
			
			
	

.cart
{
width: 28%;
margin-left:4%;
margin-top:20px;
float:left;
color:#656565;
font-weight:600;
font-size:19px;
font-family: 'Dosis';
overflow:auto;
}

		.cart_item
		{
		width: 100%;
		color:#818181;
		font-weight:600;
		font-size:16px;
		font-family: 'Dosis';
		margin-top:20px;
		overflow:auto;
		}
		
			.store_line
			{
			background-color:#818181;
			height:1px;
			width:100%;
			margin-top:20px;
			margin-bottom:20px;
			}
			
			.subtotal
			{
			color:#818181;
			font-size:17px;
			margin-left:40px;
			}
			
			.checkout
			{
			background-color:#fa4a14;
			-webkit-border-radius: 10px;
			-moz-border-radius:    10px;
			border-radius:         10px;
			border:1px solid #2e2e2e;
			color:#fff;
			height:55px;
			width:135px;
			font-weight:600;
			font-size:19px;
			font-family: 'Dosis';
			margin-left:40px;
			}
			
				 .checkout:hover
				 {
				 cursor:pointer;
				 background-color:#fb5b2a;
				 border:1px solid #555;
				 }
				 
			.addtocart
			{
			background-color:#fa4a14;
			-webkit-border-radius: 10px;
			-moz-border-radius:    10px;
			border-radius:         10px;
			border:1px solid #2e2e2e;
			color:#fff;
			height:40px;
			width:70%;
			font-weight:600;
			font-size:16px;
			font-family: 'Dosis';
			margin-left:15%;
			margin-top:5px;
			}
			
				 .addtocart:hover
				 {
				 cursor:pointer;
				 background-color:#fb5b2a;
				 border:1px solid #555;
				 }
			
			.cart_left
			{
			float:left;
			width:30px;
			margin-right:20px;
			}
			
				.qty
				{
				width:26px;
				height:21px;
				-webkit-border-radius: 5px;
				-moz-border-radius:    5px;
				border-radius:         5px;
				border:1px solid #818181;
				color:#818181;
				background-color:#fff;
				margin-top:5px;
				text-align:center;
				font-weight:600;
				font-size:14px;
				font-family: 'Dosis';
				}
				
			.cart_right
			{
			float:left;
			width:156px;
			}
			
				.cart_price
				{
				color:#ff4f19;
				}


/* TESTIMONIALS
================================================== */	

.testimonial_left
{
width:45%;
margin-top:20px;
float:left;
}

	 .testimonial_box1
	 {
	 width:100%;
	 border-left:4px solid #fa4a14;
	 background-color:#f5f5f5;
	 -webkit-box-shadow: 0px 2px 10px  #111;
		-moz-box-shadow: 0px 2px 10px  #111;
			 box-shadow: 0px 2px 10px  #111;
	 margin-bottom:20px;
	 }	
	 
	.testimonial_box2
	 {
	 width:100%;
	 border-left:4px solid transparent;
	 border-bottom: 1px solid #adadac;
	 background-color:#e7e7e7;
	 -webkit-box-shadow: 0px 2px 10px  #111;
		-moz-box-shadow: 0px 2px 10px  #111;
			 box-shadow: 0px 2px 10px  #111;
	 margin-bottom:20px;
	 }	
	 
	 	.testimonial_box2:hover
	 	{
	 	cursor:pointer;
	 	background-color:#f5f5f5;
		border-left:4px solid #fa4a14;
	 	}
	 
	 	.testimonial_padding
	 	{
	 	padding-top:18px;
	 	padding-left:20px;
	 	}
	 	
	 	.testimonial_name
		{
		color:#656565;
		font-size:18px;
		font-family: 'Dosis';
		font-weight:600;
		line-height:22px;
		}
		
		.faq_question
		{
		color:#656565;
		font-size:16px;
		font-family: 'Dosis';
		font-weight:600;
		line-height:22px;
		}
		
		.testimonial_work
		{
		color:#aeaeae;
		font-size:16px;
		font-family: 'Dosis';
		font-weight:600;
		}
		
		
.testimonial_right
{
width:50%;
margin-left:5%;
float:left;
margin-top:20px;
}	

.testimonial_mobile
{
display:none;
}	

	.quote
	{
	float:left;
	margin-left:-20px;
	margin-top:-15px;
	margin-right:20px;
	}	
						