/*
Theme Name: BBF
Theme URI: http://www.xispl.com/
Author: XISPL
Author URI: http://www.xispl.com/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

body {
	margin: 0px;
	padding: 0px; font-family:Roboto-Regular; color:#353535; font-size:12px;
}
@font-face
{
font-family: Roboto-Bold;
src: url(font/Roboto-Bold.ttf);
}

@font-face
{
font-family: Roboto-Medium;
src: url(font/Roboto-Medium.ttf);
}

@font-face
{
font-family: Roboto-Light;
src: url(font/Roboto-Light.ttf);
}

@font-face
{
font-family: Roboto-Regular;
src: url(font/Roboto-Regular.ttf);
}

.maindiv { width:100%; float:left; margin:0px; padding:0px;}
.container { width:1064px; margin:0 auto; padding:0px;}

/*---header---*/

.header { width:100%; float:left; margin:0px; padding:0px;}
.topline { text-decoration: none; width:100%; float:left; margin:0px; padding:0px; background-color:#ff0000; color:#FFFFFF; font-size:13px; text-align:center; line-height:20px;}
.topline a:link {width:100%;float:center; text-decoration: none; margin:0px; padding:0px; background-color:#ff0000; color:#FFFFFF; font-size:13px; text-align:center; line-height:20px;}
.logos { width:1029px; margin:0 auto; padding:13px 0px 13px 0px; display:table;}
.logo { float:left; margin:0 22px 0 0; padding:0px; line-height:0px;}
.top_right { width:465px; float:right; margin:17px 0 0 0; padding:0px;}
.follow { width:165px; float:right; margin:4px 0 0 0; padding:0px; text-align:right; line-height:0px;}
.phone_mail { width:275px; float:left; margin:0px; padding:0px 15px 0px 0px; text-align:right; border-right:#aeaeae 1px solid;}
.phone_txt{ font-family:Roboto-Medium; font-size:18px; color:#353535; text-decoration: none;}
.phone_txt a:link { font-family:Roboto-Medium; font-size:18px; color:#353535; text-decoration: none;}
.mail_txt{ font-size:13px; color:#7495cb;}
.mail_txt a:link {
	color: #7495cb;
	text-decoration: none;
}
.mail_txt a:visited {
	text-decoration: none;
	color: #7495cb;
}
.mail_txt a:hover {
	text-decoration: none;
	color: #FE1B15;
}
.mail_txt a:active {
	text-decoration: none;
	color: #7495cb;
}
/*-- menu -----*/
.menu { width:100%; float:right; margin:12px 0 0 0; padding:0px;}
#nav
		{width: 100%; /* 1000 */
			font-family: Roboto-Regular;
			position:relative;
			float:left;
			text-transform: none; text-decoration:none; text-shadow: none;  
		}

			#nav > a { display: none; }

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #353535;
					display: block;
				}
				#nav li a:active
				{
					background-color: #171717 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 30px; /* 60 */
				/*background-color: #003d98;*/
				 list-style: none; padding:0px; margin:0px; 
			}
				#nav > ul > li { height:auto; 
					float: left; 
				}
					#nav > ul > li > a
					{ padding:0px 9px 0px 9px;
						height:auto; 
						font-size:17px; /* 24 */
						line-height:30px; /* 60 (24) */
						text-align: center;
						text-transform: none; text-decoration:none;
						margin:0 0px 0 0px; background-image:none; border-right:#c2c2c2 1px solid;
					}
						#nav > ul > li:not( :last-child ) > a
						{
						
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color:none; text-decoration:none; border-radius:none ;
							color:#ef4034; border-right:#c2c2c2 1px solid; background-image:none;
							
						}

						#nav > ul > li a.selected
						{
							background-color: none; text-decoration:none; border-radius:none;
							color:#ef4034; border-right:#c2c2c2 1px solid; background-image:none;
							
						}



				/* second level */

				#nav li ul
				{
					background-color:#0b3d92;
					display: none;
					position: absolute; text-decoration:none; color:
					top: 100%; width:230px; margin:0px; padding:0px;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: 0px;
						}
						#nav li ul a
						{
							font-size: 17px; /* 20 */ 
							border-bottom: 1px dashed #e15a1f; font-weight: bold;
							padding: 0px 0 0 8px; line-height:35px; color:#fff; text-decoration:none; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: none; color:#ef4034;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 999px ) /* 640 */
		{
			
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 40px; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #0b3d92;
					position: relative;
					margin:0px 0px 0px 232px;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';  
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block; 
				}






			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0; background-color:#0b3d92;
				width:100%; 
				
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					border-bottom:1px solid #fff;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding:0 0 0 7px; border:none; color:#fff;
						
						 /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom:none;
							
							
						}
						
						#nav > ul > li > a:hover{border:none; border-radius:0px; color:#ef4034;}
						#nav > ul > li a.selected
						{
							background-color: none;
							color:#ef4034; border:none; border-radius:0px;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding:0px; /* 20 */
					display: none; background-color: none;
				}
				#nav li ul a
						{ font-size: 17px; /* 20 */ 
							border-bottom:none; width:214px; text-decoration:none;
							padding: 0px 0 0 20px; line-height:30px; color:#fff; background-color: none;/* 15 (20) */
						}
		}
/*-- close menu -----*/

.categories { width:100%; float:left; margin:0px; padding:5px 0px 5px 0px; background-color:#e6e6e6;}
.categories_link { width:915px; margin:0 auto; padding:0px;}
.servicesbox1 {float:left; margin:0px 14px 0px 14px; padding:0px; text-align:center; text-transform:uppercase;}
.servicesbox1 a:link {
	color: #353535;
	text-decoration: none;
}
.servicesbox1 a:visited {
	text-decoration: none;
	color: #353535;
}
.servicesbox1 a:hover {
	text-decoration: none;
	color: #FE1B15;
}
.servicesbox1 a:active {
	text-decoration: none;
	color: #353535;
}
/*---header---*/

/*--middle content--------*/
.middle_content { width:100%; float:left; background-color:#e6e6e6; margin:8px 0 0 0; padding:20px 0 0 0;}
.middle_container { width:1029px; margin:0 auto; padding:0px 0px 0px 0px; display:table;}
.video { width:468px; float:left; margin:0px; padding:0px;}
.man_vector { width:226px; float:right; margin:0px; padding:0px; line-height:0px;}

h3 { font-family:Roboto-Bold; font-size:18px; color:#FFFFFF; margin:0px 0px 8px 0px; padding:0px; font-weight:normal; text-transform:uppercase;}

.textbox{width:300px; float:left; margin:0px 0px 0px 25px;  background-color:#ffffff; padding:5px; }
.textbox1 { width:270px; float:left; margin:0px; background-color:#353535; padding:10px; border:5px solid #000000;}
.text_fields {
   	background-color: #ffffff;
    height: 22px;
    width: 95%;
	margin:0px 0px 8px 0px; padding:5px; box-shadow: 3px 3px 2px #000000;
}
.text_fields1 {
   	background-color: #ffffff;
    height: 73px;
    width: 95%;
	margin:0px 0px 8px 0px; padding:5px; box-shadow: 3px 3px 2px #000000;
}
.textfield {width:100%; background-color:none; color:#353535; margin:0px; font-size:15px; border:0px; padding:0px; height:22px;font-family: Roboto-Regular; }
.textarea {width:100%; background-color:none; color:#353535; margin:0px; font-size:15px; border:0px; padding:0px; height:73px; font-family: Roboto-Regular;}
.submit { width:100%; float:left; margin:0px; padding:0px; border:0px; line-height:0px;}
/*close middle content*/

/*----footer--------*/
.footerbg { width:100%; background-color:#ff0000; margin:20px 0 0 0; padding:12px 0px 12px 0px; float:left;}
.footer_middle { width:1029px; margin:0 auto; padding:0px;}
.footer_link { width:115px; float:left; margin:0px; padding:0px;}
.footer_link1 { width:215px; float:left; margin:0px; padding:0px;}
.address { width:240px; float:left; margin:0px; padding:0px;}
.footer_logo { width:344px; float:right; margin:0px; padding:0px;}
.whitetext {
	font-family: Roboto-Regular; font-size: 12px; color: #FFFFFF; line-height:18px;
}
.whitetext a:link {
	color: #FFFFFF; text-decoration: none;
}
.whitetext a:visited {
	text-decoration: none; color: #FFFFFF;
}
.whitetext a:hover {
	text-decoration: none; color: #000000;
}
a.whitetext :active {
	text-decoration: none; color: #FFFFFF;
}
.footerlogo { float:left; margin:0px 10px 0px 0px; padding:0px;}
/*----close footer--------*/


/*-----default page-----*/
h1 { font-family:Roboto-Medium; font-size:20px; color:#353535; margin:0px; padding:0px; text-transform:uppercase; font-weight:normal;}

.content_left { width:520px; float:left; margin:10px 0px 10px 0px; padding:10px; background-color: #FDFDFD; background-position:top;}
.content_full { width:98%; float:left; margin:10px 0px 10px 0px; padding:10px; background-color: #FDFDFD; background-position:top;}
.board { width:473px; float:right; margin:0px; padding:0px; line-height:0px;}
.text_cashflow { width:200px; float:left; margin:-322px 0 0 15px; padding:0px; position:absolute; line-height:21px; font-size:18px; color:#ffffff; text-align:center;}
.text_mortgage { width:200px; float:left; margin:-322px 0 0 15px; padding:0px; position:absolute; line-height:21px; font-size:16px; color:#ffffff; text-align:center;}
.text_finance { width:200px; float:left; margin:-322px 0 0 15px; padding:0px; position:absolute; line-height:21px; font-size:14px; color:#ffffff; text-align:center;}
.text_equipment { width:200px; float:left; margin:-322px 0 0 15px; padding:0px; position:absolute; line-height:21px; font-size:16px; color:#ffffff; text-align:center;}

.clickhere { color:#ff625d; font-size:20px;}
.clickhere a:link {
	color: #ff625d; text-decoration: none;
}
.clickhere a:visited {
	text-decoration: none; color: #ff625d;
}
.clickhere a:hover {
	text-decoration: none; color: #ffffff;
}
a.clickhere :active {
	text-decoration: none; color: #ff625d;
}
.service_heading{
color: #353535;
    font-family: Roboto-Regular;
    font-size: 16px;
	}


	.submit_new {
    background: url(images/submit.png);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 39px;
    width: 267px;
	font-size:0px;
	margin-top:10px;
}

div.wpcf7-validation-errors {
    font-size: 12px;
    margin-top: 3px !important;
	}

	div.wpcf7-mail-sent-ok {
    font-size: 11px;
     margin-top: 3px !important;}


	 .popupbg {
	width:350px; margin:0 auto; padding:10px; display:table;
}
.popuptxt {
	width:100%; margin:0 0 10px 0; padding:0px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#333; text-align:center;}
.popupfield {
	width:100%; margin:8px 0 0px 0; padding:0px; float:left;}
.popupfield1 {
	width:96%; margin:0px; padding:5px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; height:20px; border:#ccc 1px solid;}
.popupfield2 {
	width:100%; margin:0px; padding:5px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; height:30px; border:#ccc 1px solid;}
.popupfield2_area {
	width:96%; margin:0px; padding:5px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; height:100px; border:#ccc 1px solid;}
.button { width:100%; float:left; margin:10px 0 5px 0; padding:0px; text-align:center;}

.submit_enquiry {
    background: url(images/contactme.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 45px;
    width: 264px;
	font-size:0px;
	margin-top:10px;
}

/*------close default page------*/


