@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

body{
	background: #fff;
	font-size: 14px;
	color: #000;
	font-family: Tahoma, Arial, Verdana;
}

header{
	background: #5b0450;
	padding: 50px 0;
	width: 100%;
}

.cart{
	color: #fff;
	text-align: right;
	cursor: pointer;
}

.cart i{
	display: block;
	font-size: 38px;
}
.cart span{
	display: block;
	opacity: 0.6;
}


.content{
	padding: 50px 0;
}

h1{
	margin-bottom: 50px;
}

.content .col-md-4{
	text-align: center;
	margin-bottom: 26px; 

}
.content .col-md-4 div{
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 430px;
}

.content .col-md-4 img{
	width: 100%;
	margin-bottom: 20px;
}
.content .col-md-4 span{
	display: block;
	font-weight: bold;
	padding: 10px 0;
}

.btn{
	background: #04bc1a;
	color: #fff;
	margin-bottom: 20px;
}

.btn:hover{
	color: #fff;
}

.mail{
	padding-top: 20px;
	display: block;
	color: #fff;
}
.mail a{
	color: #fff;
	opacity: 0.7;
} 

footer{
	background: #f0f0f0;
	width: 100%;
	padding: 75px 0; 
}

footer a{
	display: block;
}

@media screen and (max-width: 1000px) {
	.col-md-6{
		text-align: center;
		display: block;
	}

	.col-md-6 img{
		max-width: 80%;
		padding-bottom: 20px;
	}

	.cart{
		text-align: center;
		margin-top: 20px;
	}
}	