body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	color:#f8f8f8;
	overflow: hidden;
	background-color:#101010;

  

}
#page_wrap,#container{max-width: 100%;}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #ccc;
    font: 3.0vh 'PT Sans Narrow', sans-serif;
    padding-bottom:10px;
    position: relative;		
}
.menu ul li a:hover {
    color: #ccc!important;
}
h1, h2, h3 {
	line-height:40px;	
		font-size: 24px;
	font-weight:600;
}
h4, h5, h6 {
	line-height:24px;	
}

@media only screen and  (max-width: 900px) {
h2 {
	font-size:3.0vh;
	font-weight:600;
}
h3 {
	font-size:2.0vh;
	font-weight:500;
}
}


h4 {
	font-size: 18px;
	font-weight:300;
}
h5 {
	font-size: 16px;
	font-weight:300;
}
h6 {
	font-size: 11px;
	font-weight:300;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:#fff;
	font-size: 14px;
	padding-bottom:10px;
	clear:both;
	font-weight:300;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
#container img {
	max-width:100%;
	height:auto;
}
 *|*:focus {
 outline: none;
}

a:link, a:visited, a:link {
	color: #fff;
	
	outline:none;
}
a:hover {
	color:#ccc;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
	overflow:hidden;
}
.contact_info{
	padding:15px 30px 0px 60px;
	position:absolute;
	top:10px;
	right:20px;
	border-radius:10px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}
@media only screen and (min-width: 900px) {
.contact_info{
	padding:0 30px 0px 60px;
	position:absolute;
	top:0;
	right:20px;
	border-radius:10px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}}
.contact_info h3{
	font-size:2.5em;
	text-shadow: 1px 1px 1px #000;
}
span#controls a.nextBtn, span#controls a.prevBtn {
   
    background-color: #c77b82;}
/* Home page intro text
----------------------------------------------------------------------------------------------------*/
.intro{
margin-top:0;
margin-bottom:600px;

}
@media only screen and (min-width: 900px)  {
.intro h2{
 margin-left:5%;
    margin-right:5%;
	margin-top:30px;
}
.logos{
 margin-left:5%;
    margin-right:5%;
	margin-top:30px;
}

.fulljustify {
	letter-spacing: 2px;
  text-align: justify;
 
  
   line-height:25px;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;

}
.fulljustify1 {
	letter-spacing: 4px;
  text-align: justify;
 
  
   line-height:25px;
}
.fulljustify1:after {
  content: "";
  display: inline-block;
  width: 100%;

}}
.intro span{
	color:#ccc;
}

.menu ul li a:link, .menu ul li a:visited {
    color: #ccc;
}
.menu ul li a:hover {
    color: #ccc;
}
.menu ul li a {text-shadow: none;}
.menu {
    
    background-image: none!important;

}
.logo {
	margin-bottom:10px;
	margin-top:10px;
	display:block;
	
}
a.active {
    color: #ccc !important;
}
.logo h1 {

	text-align: center;
}
.logo h1 a, .logo h1 a:visited{

	color:#fff;

	text-align: center;
}
/* Main content section
----------------------------------------------------------------------------------------------------*/
#page_wrap{
		display:none;

}
.jqueryslidemenu, 
#container, 
#content > ul > li {
	width:1000px;
}
#container {
	position:relative;
	top:50px;
	margin:0 auto;

	
}
#content_wrapper {
	display:none;
}
.content {
	background: transparent;
	padding:20px 20px 20px 20px;
	left:10%;
	display:block;
	min-height:355px;
	overflow:hidden;
}


#content > ul > li {
	display: block;
	position:absolute;
	float:left !important;
	margin:0px;
	padding:0px;
	list-style:none;

}

.close_panel {
    background-color:#000;
	background-image:url(images/close_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
	position:absolute;
	right:0px;
	top:0px;
	padding:15px;
}

.close_panel:hover{
background-color:#333333;
}

/* Pricing table*/
table.price_table{
color:#eee;
width:100%;
}
table.price_table td.first_column, table.price_table th.first_column{
width:70%;
}
table.price_table td.second_column, table.price_table th.second_column{
width:30%;
}
table.price_table th{
background-color:#101010;
font-weight:bold;
border:1px solid #000;
}
table.price_table td{
background-color:#202020;
border:1px solid #000;
}
table.price_table th, table.price_table td{
padding:10px;
}


/* Contaqct section */
#response{
color:#ff6c01;
margin-bottom:20px;

}
#contact-form p {
margin:0px;
padding:0px;
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:1px solid #333;
	background-color:#222;
	color:#666666;
}

#contact-form textarea {
	background-color:#222;
}

#contact-form textarea:focus, #contact-form input:focus {
	border:1px solid #ff6c00;
}

#contact-form p input#submit {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
}

#contact-form p input#submit:hover{
		background-color:#ff6c00;
		border:1px solid #679202;
		cursor:pointer;
}

label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-family: 'Oswald', sans-serif;	
}
	.vaidate_error{
	border:1px solid #FF0000!important;
}
h3 {
    line-height: 28px;
    font-size: 24px;
    font-weight: 600;
}
