﻿body {
	background:black;color:white
}



.fixbot {
	position:fixed;bottom:0;margin:0;padding:0;width:100%
}

.fixbot a{
	color:black;
}




.greena a {color:#48cfad}
.greena a:hover,
a:focus {color:#48cfad;
    text-decoration: underline;
    outline: none;
}
.greena ::selection {
    background: #48cfad;
    color: #fff;
}
.greena ::-moz-selection {
    background: #48cfad;
    color: #fff;
}


.da-slide p{
	
	line-height: 150%;
font-size: 1.6em;
	top: 160px;
	color: #ffffff;
	
	height: 180px;}


.ml20 {
	margin-left:20px
}

.mr20 {
	margin-right:20px
}


.m0 {
	margin:0
}


h2 {
    color: #bcc0cd;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 30px;
    padding: 0;
}
h2 span { color: #48cfad }

.mar-b-150 { margin-bottom: 150px }

.space {
	padding-top:30px;padding-bottom:30px
}

.text {
	font-size:1.2em
}








#inline { display: none; width: 600px; }


#contact {  }
#contact{
	font-family:Arial, Helvetica, sans-serif
}
#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
}

#contact legend {
    border: 1px solid #EEEEEE;
    color: #555;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
}

#contact label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 155px;
}

#contact input, #contact textarea, #contact select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
    width: 360px;
	border-radius: 3px;
}

#contact .button { border-radius: 3px; margin: 5px 20px 10px 155px; }

#contact input:focus, #contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }

.enqbutton {
    background-color: #222;
    border: 1px solid #111;
	color: #c6c6c6;
	cursor: pointer;
	display: inline-block;
	font: bold 18px/12px 'Dosis';
	margin: 20px;
	padding: 16px 20px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));font-family:Arial, Helvetica, sans-serif
}
	.enqbutton:hover, .button:focus {
		background-color: #242424;
		color: #f6f6f6;
	}
	.enqbutton:active {
		background-color: #202020;
		color: #b6b6b6;
		padding: 16px 20px;
	}
	
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

#animate-area	{ 
	width: 100%; 
	height:; 
	background-image: url('../images/star4.gif');
	background-position: 0px 0px;
	background-repeat:repeat;

	animation: animatedBackground 40s linear infinite;
}
.wow {
	visibility:hidden
}



.panel-body {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 0px solid #eee;
}


.fs120 {
	font-size:20px;line-height:30px
}
