/*
Theme Name: Billtech
Theme URI: http://www.appzvilla.com
Author: the Appzvilla team
Author URI: http://www.appzvilla.com/
*/

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
body {
	line-height: 1;
	background-color:#000;
	font-family: 'roboto_slabregular';
}
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;
}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

/* ---------- Layout --------------- */
#wrapper {
	width:100%;
	float:left;
	font-family: 'OpenSansRegular';
}
.center {
	width:950px;
	margin:0 auto;
}

#header {
	float:left;
	width:100%;
}
#header .logo {
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
}

#nav {
	float:left;
	width:100%;
	text-align:center;
	margin-top:2px;
}

#nav ul {
	width:100%;
	text-align:center;
}
#nav ul li {
	list-style:none;
	display:inline-block;
	background:url(images/border.png) no-repeat scroll right center;
}
#nav ul li:last-child {
	background:none;
}
#nav ul li a {
	padding:7px 10px;
	color:#fff;
	font-size:14px;
	display:block;
	text-decoration:none;
	margin:8px 4px;
}
#nav ul li a:hover, #nav ul li a.active, #nav ul li.current-menu-item a {
	background-color:#dd0908;
}



#slider {
	width:100%;
	float:left;
}

#slider .center {
	width:1050px;
}

#main {
	padding:10px 0;
	float:left;
	width:100%;
}
#main p {
	line-height:20px;
	font-size:14px;
	color:#fff;
	float:left;
}

#main h3 {
	float:left;
	font-family: 'OpenSansRegular';
	font-weight:bold;
	color:#dd0908;
	font-size:34px;
	text-transform:uppercase;
}


#main h4 {
	float:left;
	font-family: 'OpenSansRegular';
	font-weight:bold;
	color:#dd0908;
	font-size:20px;
	text-transform:uppercase;
}
#main .heads {
	width:100%;
	float:left;
	border-bottom:1px solid #333;
}
#main .heads a {
	float:right;
	background-color:#dd0908;
	color:#fff;
	padding:5px 10px;
	font-size:12px;
	margin-top:25px;
}
#main .services {
	width:100%;
	float:left;
	padding:20px 0;
}

#main .services .box {
	float:left;
	width:223px;
	margin-right:19px;
	position:relative;
}

#main .services .box:last-child {
	margin-right:0px;
	
}
#main .services .box img {
	float:left;
	width:223px;
}
#main .services .box span {
	width:223px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	padding:10px 0;
	background-color:rgba(0,0,0, .85);
}
#main .services .box span a {
	color:#f9f9f9;
	font-size:15px;
}

#main ul li {
	float:left;
	width:280px;
	background:url(images/bullets.png) no-repeat scroll left 7px;
	line-height:20px;
	padding-left:20px;
	color:#fff;
	font-size:13px;
	margin-bottom:7px;
}
#main .service_offers  {
	float: left;
	width: auto;
	margin-bottom: 20px;
}
#main .service_offers1  {
	float: left;
	width: 900px;
	margin-bottom: 20px;
}
#main .service_offers1 li  {
	width: 400px;
	float:left;
	/*width:100% !important;
	clear:both !important;*/
}
#main .service_offers li  {
	width: auto;
	float:none;
	/*width:100% !important;
	clear:both !important;*/
}

.offer #main .service_offers li  {
	float:left;
	width: 300px !important;
}

.left {
	width:630px;
	float:left;
}
.right {
	width:300px;
	float:right;
}
#main .right .heads, #main .left .heads{
	margin-bottom:15px !important;
}

#offerce {
	float:left;
	width:100%;
	padding:20px 0;
}
#offerce a {
	float:left;
	margin-right:18px;
}
#offerce a:last-child {
	margin-right:0px;
}

#sponsors {
	float:left;
	width:920px;
	padding:20px 15px;
	text-align:center;
	background-color:#e7e7e7;
}

#sponsors img {
	display:inline-block;
	margin: 5px 5px;
	height:70px;
	width:auto;
}

#gallery {
	float:left;
	width:100%;
	padding:20px 0 50px;
}

#gallery img {
	float:left;
	margin:6px;
	border:1px solid #999;
	width:223px;
	height:194px;
}


/* ----------- contact_form -------------- */

#contact_form {
	float:left;
	width:100%;
}
#contact_form .left_column{
	float:left;
	width:450px;
	margin-right:20px;
}
#contact_form .right_column{
	float:left;
	width:350px;
	margin-right:20px;
}
#contact_form .right_column p span {
color: #dd0908;
}
#contact_form form {
	float:left;
	width:100%;
}
#contact_form label {
	float:left;
	width:100px;
	padding:5px;
	margin:9px 0;
	line-height:20px;
	color:#fff;
	font-size:13px;
}
#contact_form input[type=text], #contact_form input[type=email]{
	float:left;
	width:280px;
	padding:5px;
	margin:10px 0;
	line-height:20px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-right:20px;
	
}
#contact_form textarea{
	float:left;
	width:280px;
	padding:5px;
	margin:10px 0;
	height:100px;
	border-radius:4px;
	border:1px solid #ccc;
}
#contact_form input[type=submit]{
	float:left;
	width:80px;
	padding:5px;
	margin:10px 0 10px 110px;
	line-height:20px;
	background:none;
	background:#dd0908;
	color:#fff;
	cursor:pointer;
	border:none;
	border-radius:5px;
}
.wpcf7-validation-errors{ float:left; color:#FFF;}
.wpcf7-not-valid-tip { width:300px;}

/* --------------- footer --------------------- */

#footer {
	float:left;
	width:100%;
}

#footertop {
	float:left;
	width:100%;
	padding:20px 0;
}



#footertop h4 {
	float:left;
	font-family: 'OpenSansRegular';
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	line-height:50px;
	border-bottom:1px solid #333;
	width:100%;
}

#footertop .quick_links {
	float:left;
	width:223px;
	margin-right:20px;
}
#footertop .quick_links li {
	float:left;
	width:223px;
	line-height:50px;
	border-bottom:1px solid #333;
	width:100%;
}
#footertop .quick_links li:last-child {
	border-bottom:none;
}
#footertop .quick_links li a {
	color:#fff;
	text-transform:uppercase;
}


#footertop .latest_tweets {
	float:left;
	width:223px;
	margin-right:20px;
}

#footertop .latest_tweets .tweets {
	float:left;
	width:223px;
	padding:15px 0;
	margin-bottom:10px;
	border-bottom:1px solid #333;
}
#footertop .latest_tweets .tweets:last-child {
	border-bottom:none;
}

#footertop .latest_tweets .tweets img {
	float:left;
	width:74px;
	border:2px solid #3a3a3a;
}

#footertop .latest_tweets .tweets .details {
	float:left;
	color:#999;
	width:135px;
	margin-left:10px;
}
#footertop .latest_tweets .tweets .details .name {
	float:left;
	color:#dd0908;
	font-size:13px;
	margin-bottom:15px;
	width:100%;
}
#footertop .latest_tweets .tweets .details .des {
	float:left;
	font-size:13px;
	margin-bottom:15px;
	width:100%;
	font-style:italic;
}
#footertop .latest_tweets .tweets .details .date {
	float:left;
	font-size:13px;
	width:100%;
	font-style:italic;
}

#footertop .contacts {
	float:left;
	width:464px;
}

#footertop .contacts img {
	float:left;
	border:2px solid #3a3a3a;
	width:460px;
	margin:15px 0;
}

#footertop .contacts .left {
	width:198px;
	float:left;
}
#footertop .contacts p {
	color:#fff;
	line-height:20px;
	font-size:13px;
}
#footertop .contacts p span{
	color:#dd0908;
}

#footertop .contacts .right {
	width:266px;
	float:left;
}

#footerbottom {
	float:left;
	width:100%;
}

#footerbottom .center {
	width:1050px;
}

#footerbottom .footer_bg {
	float:left;
	width:1010px;
	background-color:#dd0908;
	padding:20px;
	margin-bottom:40px;
}

#footerbottom ul {
	float:left;
	width:700px;
	clear:left;
}


#footerbottom ul li {
	padding:0px 5px;
	display:inline-block;
	list-style:none;
	border-left: 1px solid #fff;
}
#footerbottom ul li:first-child {
	border-left:none;
	padding-left:0;
}

#footerbottom ul li a {
	color:#fff;
	text-decoration:none;
}
#footerbottom p {
	float:left;
	clear:left;
	color:#fff;
	margin-top:8px;
	line-height:13px;
	margin-bottom:0;
}

#footerbottom .social {
	float:right;
	line-height:30px;
}

#footerbottom .social a {
	display:inline-block;
}
.fb-like-box {
background:#f4f4f4;
width:220px;
padding:0 0px;
margin:10px 0;
border:solid 6px #e9e8e8;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
}

.left_column1{
	float:left;
	width:650px;
	margin-right:20px;
}
.right_column1{
	float:right;
	width:280px;
	margin-right:0px;
	text-align:right;
}
.right_column1 img{
	width:250px !important;
	margin-bottom:10px;
}

#wpcf7-f4-o1 .wpcf7-mail-sent-ok{ height:30px; margin-top:350px; color:#fff; }

.envira-gallery-public .envira-gallery-item img{width: 223px;
height: 194px;
border:1px solid white}