@charset "utf-8";
/*
 *	-------------------------------
 *		Mudith Parakkrama  		
 * 		www.datamine.net
 *	-------------------------------
 *
 */
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, caption, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
body {
	background: url(../images/bg-body.jpg) no-repeat center top;
	background-size: cover;
	color: #FFF !important;
	padding: 25px 0px;
	font: 14px/21px Arial, Helvetica, sans-serif;
}
#header {
}
.navright {
	float: right;
	margin-top: 40px;
}
.navbar {
	border: none;
	margin-bottom: 0px;
	border-radius: 0px;
	background: #000;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 13px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: transparent !important;
    color: #f5aa18;
}
.navbar-brand {
	color: #fff;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	border: 1px solid #fff;
}
#slide-info .info{
	background: #000 url(../images/bg-slideinfo.jpg) no-repeat;
	background-size: cover;
	padding: 50px 20px;
	height: 400px;
	margin-right: -30px;
}
#products {
	background: #000 url(../images/bg-products.jpg) no-repeat center top;
	background-size: cover;
	margin: 30px 0px;
	padding: 25px;
}	
#products h1 {
	background: #4e0049;
	display: block;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#products h2 {
	color: #f7c028;
	font-size: 19px;
	text-transform: uppercase;
}
#products h3 {
	background: #4e0049;
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
#products a {
	color: #fbe431;
}
#products a:hover {
	color: #fff;
	text-decoration: none;
}
#testimonials {
	background: url(../images/bg-testi.jpg) no-repeat center top;
	background-size: cover;
	padding: 25px 25px 35px;
}
#testimonials h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#testimonials .customer {
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}
#testimonials a {
	color: #fbe431;
	display: inline-block;
	margin-right: 20px;
}
#inside {
	background: #FFF;
	border: 10px solid #000;
	color: #000;
	padding: 25px 25px 50px;
}
#inside h1 {
	background: #4e0049;
	display: block;
	padding: 15px 25px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
#inside h2 {
	color: #cf4828;
	font-size: 24px;
}
#inside h3 {
	font-size: 21px;
	color: #cf4828;
}
#inside h4 a {
	color: #8b1173;
}
.product-info {
	font-size: 13px;
	color: #333;
	line-height: 18px;
}
.price {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
}
.price span {
	color: #F00;
}
.price a {
	color: #8b1173;
	display: inline-block;
	margin-top: 5px;
}

#fa{
	font-size: 40px;
}
#footer {
	text-align: center;
	margin: 20px 0px;
	font-size: 13px;
}
#footer h4 {
	font-size: 24px;
}
#footer a {
	color: #ffc;
}
/***********************Contact Form******************************/

.frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;

    padding: 20px 10px 20px 10px;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}
.frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.frm h1>span {
    display: block;
    font-size: 11px;
}
.frm label {
    display: block;
    margin: 0px 0px 5px;
}
.frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.frm input[type="text"], .frm input[type="email"], .frm textarea, .frm select {
    border: 1px solid #CCC;
    color: #888;
    height: 30px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.frm select {
    background: #FFF;
    background: #FFF;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.frm .button {
    background: #bd7ab0;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 4px;
}
.frm .button:hover {
    color: #FFF;
    background-color: #4e0049;
    border-color: #ADADAD;
	cursor:pointer;
}
/***********End Contact Form****************/
