@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, 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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: 'futura';
}
p {
	margin-bottom: 25px;
}
p a {
	color: #ffdc6e;
}
.pull-right {
	margin-left: 25px;
}
@font-face {
	font-family: 'futura';
	src: url('fonts/futural-webfont.eot');
	src: url('fonts/futural-webfont.eot#iefix') format('embedded-opentype'),  url('fonts/futural-webfont.woff') format('woff'),  url('fonts/futural-webfont.ttf') format('truetype'),  url('fonts/futural-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../images/bg-body.jpg) left top;
	font: 15px/24px Arial, Helvetica, sans-serif;
}
#header {
	background: url(../images/bg-header.jpg) repeat left top;
	padding: 30px 0px 20px;
}
.navbar {
	margin: 52px 0px 0px;
	border: none;
	min-height: auto !important;
}
.navbar-nav > li > a {
	color: #d5c6bf;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav > li:first-child a {
	padding-left: 0px !important;
}
.navbar-nav > li:last-child a {
	padding-right: 0px !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-brand {
	color: #FFF !important;
	text-transform: uppercase;
}
.navbar-toggle {
	border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.col-left {
	min-height: 631px;
	background: #cfc0ad url(../images/left-area.jpg);
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
}
.col-right {
	background-color: #8b7b64;
	min-height: 631px;
	padding: 30px 30px;
	color: #FFF;
	margin-left: -30px;
}
.pallete {
	margin-bottom: 30px;
}
.pallete .col-sm-1 {
	text-align: center;
	font-size: 11px;
	color: #464646;
	background-color: #fff;
	line-height: 15px;
	padding: 10px;
	height: 60px;
}
.pallete .col-xs-6 {
	text-align: center;
	font-size: 11px;
	color: #464646;
	background-color: #fff;
	line-height: 15px;
	padding: 10px;
	min-height: 50px;
}
#body h2 {
	font-size: 32px;
	color: #f7f0dd;
	margin-bottom: 30px;
}
#body h2 span {
	font-size: 22px;
	display: block;
}
#body h3 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 15px;
}
#body {
	margin: 20px 0px;
}
.testimonial {
    background: #e7e7e7 linear-gradient(#fafafa, #efefef) repeat scroll 0 0;
    border-radius: 5px;
    color: #666;
    margin: 25px 0 0;
    padding: 25px 50px;
    position: relative;
    text-shadow: 0 1px 0 #ecfbff;
}
.testimonial::before, .testimonial::after {
    color: #999;
    content: "“";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.testimonial::before {
    left: 10px;
    top: 0;
}
.testimonial::after {
    bottom: -0.5em;
    content: "”";
    right: 10px;
}
.arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #efefef;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}
.testimonial-author {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 0 0 25px;
    text-align: left;
}
.testimonial-author span {
    color: #fff;
    font-size: 12px;
}
#footer {
	background: url(../images/bg-footer.jpg) center top;
	padding: 40px 0px;
	color: #FFF;
	text-align: center;
	line-height: 20px;
}
#footer a {
	color: #cfc0ad;
	text-decoration: none;
	font-size: 17px;
	padding: 0px 2px;
}
#footer a:hover {
	color: #fff;
}
#footer .service {
	font-size: 17px;
	margin: 15px 0px 20px;
}
#footer .pay {
	margin: 20px 0px 15px;
}


button, input, select, textarea{ color:#000; margin-bottom:5px;}

input{}
select {
    border:0;

    height:32px;
	font-size:9pt;
    border:1px solid #d8d8d8;
    width:100%;
    -webkit-appearance: none;
}


/***********************Contact Form******************************/

.frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
  
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.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: #fff;
}
.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: #fff;
    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: 40px;
    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: 100%;
    height: 35px;
    line-height:15px;
}
.frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.frm .button {
    background: #59c5ff;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 4px;
}
.frm .button:hover {
    color: #FFF;
    background-color: #6ACBFF;
    border-color: #ADADAD;
	cursor:pointer;
}
/***********End Contact Form****************/