/*
TABLE OF CONTENT
-------------------------------------------------
	1. GENRAL SECTION
	2. HEADING OR PAGE TITLES
	3. LOGO SECTION
	4. PAGE CONTENT SECTION
	5. SERVICES PAGE
	6. CONTACT PAGE 
	7. FOOTER SECTION
----------------------------------------------------
*/


/* @ General Style
------------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	bottom:0px;
	top:0px;
	background-color:#fff;
	color:#B4B3B1;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	line-height:20px;
	border-top:7px solid #af3a57;
	width:100%;
	height:100%;
	overflow-y:scroll;
}

#bgimg {
	margin:0px;
	padding:0px;
	position:fixed;	
	z-index: -1;
	width:100%;
	height:100%;
	margin-top:-8px;
}

/* @ headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	color:#FFFFFF;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
}
h1{
	font-size:35px;
	line-height:38px;
	margin-bottom:20px;
	margin-top:0px;
}
h2{
	font-size:25px;
	line-height:28px;
	margin-bottom:12px;
}
h3{
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	margin-top:0px;
}

h4{
	font-size:16px;
	line-height:18px;
	margin-bottom:6px;
	margin-top:5px;
}
h5{
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
h6{
	font-size:11px;
}
p{
	padding-bottom:10px;
	margin-top:8px;
}
.container img{
	max-width:96.9%;
	height:auto;
}

.thumb_img{
	float:left;
	margin-right:15px;
	display:block;
}
.thumb_img h4{
	background-color:#fd1f01;
	border-radius:100%;
	text-align:center;
	color:#FFFFFF;
	overflow:hidden;
	display:block;
	font-size:23px;
	width:55px;
	height:35px;
	padding-top:20px;
}
.img_border{
	padding:5px;
	background-color:#fff;
}
.client_img_border{
	border:5px #fff solid;
	margin-bottom:4px;
}
.description{
	display:block;
	overflow:hidden;
}
.v_space{
	height:20px;
}
.v_space2{
	border-bottom:#CC9933 1px dotted;
	margin-top:30px;
	margin-bottom:30px;
}
a.read:link{
	width:80px;
	text-align:center;
	color:#FFFFFF!important;
	font-size:12px;
	font-family: 'Oswald',sans-serif;
	padding:10px;
	text-decoration:none;
	border-radius:5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	position:relative;
	background-color:#fd1f01;
}


a:active {
    color: #FFFFFF;
}
a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}





a.read:hover{
	color:#FFFFFF !important;
	width:80px;
	padding:10px;
	text-decoration:none;
	background-color:#333333;
}
.clients_subtitle{
	color:#FEB340;
	line-height:20px;
	font-size:15px;
}

/* Logo Section
------------------------------------------------------*/

.logo{
	float:left;
	padding-left:50px;
	padding-top:15px;
	border:none;
	
}
.logo img{
	border:none;
}
.logo a:link{
text-decoration:none;
	
}
.slide_menu{
	float:right;
	width:570px;
}

/* @ content section
------------------------------------------------------*/
.content_subtitle h3{
	color:#fd1f01;
}
.about_br img{
	border:#FFFFFF 5px solid;
	margin-bottom:15px;
}
.about_border{
	background-color:#666666;
	width:100%;
	height:1px;
	overflow:hidden;
	display:block;
}

.homepage_textcontainer{
	background-color:#333333;
	padding:30px;
	display:block;
	overflow:hidden;
}
.homepage_textcontainer p{
	border-top:#CC9900 1px dotted;
	margin-top:4px;
	
	}
	
/* @services page
------------------------------------------------------*/
.services_title h3{
	padding-bottom:3px;
	margin-top:23px;
	text-transform:uppercase;
}
.service_list ul{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	list-style:circle;
}
.service_list li{
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	overflow:hidden;
	display:block;
	padding-left:18px;
	overflow:hidden;
	display:block;
	margin-top:10px;
}

.service_list li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.service_list a:hover{
	color:#FF9900;
}
/* @ contact page Section
----------------------------------------------------------------------------------------------------*/
#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	margin: 10px 0px 10px 0px;
	border: 1px solid #2d2b26;
	color:#fff;
}
#contact-form input {
	width:95%;
	background-color:#3d3b36;
    background-repeat:repeat;
	position:relative !important;
	float:none;
	border-radius:5px;
	
}
#contact-form textarea {
	height:150px;
	width:96%;
	background-color:#3d3b36;
    background-repeat:repeat;
	border-radius:5px;
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #2d2b26;
}
#contact-form p input#submit {
	float:left;
    text-align:center;
	color:#000 !important;
	font-size:12px;
	font-family: 'Fjalla One',sans-serif;
	padding:10px;
	text-decoration:none;
	border-radius:5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	position:relative;
	background-color:#fd1f01;
	width:100px;
	border:none;

}
#contact-form p input#submit:hover {
	color:#FFFFFF !important;
	padding:10px;
	text-decoration:none;
	background-color:#333333;
	cursor:pointer;
	}
#contact-form label {
	width:70px;
	padding-top: 1px;
	font-size:13px;
	font-family: 'Fjalla One', sans-serif;
	color:#fff;
}
.vaidate_error {
	border:1px solid #F96E5B!important;
}
#response {
	color:#006633;
}
.contact_bg{
	width:100%;
	height:200px;
}
.contact_page {
	padding-bottom:5px;
	color:#fd1f01;
}
.contact_page h4{
	color:#fd1f01;
}



/* @ footer Section
------------------------------------------------------*/
.footer_bg{
	width:100%;
	background-color:#FFFFFF;
	position:fixed;
	z-index:-1;
	bottom:0px;
	height:30%;
	border-top:7px #fd1f01 solid;
	overflow:hidden;
}
#footer{
	overflow:hidden;
	padding:30px 0px;
}
.copy_right{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.copy_right a{
	color:#303030;
	text-decoration: none;
}

ul.social_icons{
	list-style:none;
	float:right;
	padding:0px;
	margin:0px;
}

ul.social_icons li{
	display:inline-block;
	background-color:#4F4D48;
	border-radius:100px;
	width:35px;
	height:35px;
	text-align:center;
}
.social_icons img{
	border:none;
}

ul.social_icons li:hover{
	background-color:#fd1f01;
}
