/***  Bruvah CSS File ***/


/*** v1.1.3 additions ***/

.formResponse {
	display:inline-block;
	max-width:270px;
	border:2px solid #aaa;
	padding:10px;
	margin:4px;
	background-color:#ccc;
	vertical-align:top;
}

#back-top {
	position: fixed;
	bottom: 80px;
	right: 40px;
	z-index: 100;
}

/*** v1.0.7 additions ***/

.bv_gal_item_order {
	margin:2px;
	display:inline-block;
	border:4px solid #090;
}

.bv_gal_added_order {
	position:absolute;
	top:0px;
	left:0px;
	padding:3px 5px;
	border-radius:0 0 5px 0;
	font-size:10px;
	background-color: #090;
	color:#fff;
	z-index:3;
}

/*** v1.0.3 additions ***/

.bv_gal_thumb, .bv_gal_list {
	padding:4px;
	padding-bottom:2px;
	display:inline-block;
	background-color:#fff;
	border:0px;
	margin:4px;
}

/*** v1.0.4 additions ***/

.bv_gal_list {
	margin:50px;
	-o-transition:all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.bv_gal_list:hover, .bv_gal_list a:hover {

	background-color:#007472;
	color:#ffffff;
	-o-transition:all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

}

.bv_gal_list_wrapper {
	text-align:center;
}

.bv_gal_thumb_wrapper {
	text-align:center;
}

.bv_gal_thumb:hover {
	background-color:#6692b8;
}

/*** end v1.0.4 ***/


.bv_button2, .bv_ed_button {
	background-image:url(images/btn_grad.png);background-repeat:repeat-x;
	border: 1px solid #bbb;
	border-radius:5px;
	padding:8px;
	text-decoration: none;
	font-size: 14px;
	color:#000;
	display:inline-block;
	margin-bottom:3px;
}

.bv_button2:hover, .bv_ed_button:hover {
	background-color: #aaa;
	background-image:url(images/btn_gradh.png);background-repeat:repeat-x;
	-webkit-box-shadow: 1px 2px 3px -2px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 1px 2px 3px -2px #000; 
}

.bv_button1 {
	display:inline-block;
	margin-bottom:3px;
	padding:15px;
	background-color:#000;
	text-decoration:none;
	color:#fff;
}

.bv_button1:hover {
	background-color: #007472;
	-o-transition:background-color 1s;
	-moz-transition: background-color 1s;
	transition: background-color 1s;
	
}

.bv_button {
	display:inline-block;
	font-weight:bold;
	padding: 8px 10px;
	margin:2px;
	color: #fff;
	background-color:#007472;
	text-decoration:none;
	border: 1px solid #006564;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.bv_darkbutton {
	background-color:#222;
}

.bv_button:hover {
	color: #fff;
	opacity: 0.9;
	filter:alpha(opacity=90);
	background-color:#6692b8;
	border: 1px solid #6692b8;
	-o-transition: opacity 0.5s, background-color 0.5s;
	-moz-transition: opacity 0.5s, background-color 0.5s;
	transition: opacity 0.5s, background-color 0.5s;
}

.bv_button3 {

}

.bv_button4 {

}



/*** v1.0.2 additions ***/


#bv_maincontent * .bv_overlay {
	opacity: 1;
	filter:alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background:url(images/magnify.png) center center no-repeat #6692b8;
	cursor: pointer;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 20;
	opacity: 0;
}

#bv_maincontent * .bv_overlay:hover {
	opacity: .4;
	filter:alpha(opacity=40);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	
}

#bv_maincontent * .bv_fbox {
	position:relative;
	display:inline-block;
}

/*** v1.0.2 end ***/



body {
	background: url(images/bg-new.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	background-color: #000;
	font-family: arial;
	font-size: 14px;
	color: #aaa;
	overflow-x:hidden;
}

/* BLOG ENTRIES */

.bv_blogtitle {
	font-size:28px;
	font-weight:bold;
	display:inline-block;
}

.bv_blogdesc {
	padding:10px;
	
}

.bv_blogpublishdate { 
	font-size:16px;
	margin-left:10px;
	
}

.bv_blogwrapper {

}

/* END OF BLOG */


/* BRUVAH WEB FORMS */

	.bv_webform_wrapper {
		width:880px;
		padding:15px;
	}

	.bv_webform_header {

	}

	.bv_webform {

	}

	.bv_webform_label {
		vertical-align:top;
		width:300px;
	}

	.bv_webform_textarea {
		width:550px;
		display:inline-block;
	}


/* END WEB FORMS */

/* Editor Formatting */

 h1,
 h2,
 h3,
 h4,
 h5{
 
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0;
	padding: 0 !important;
	background: none;
	color:#6692b8;
	font-weight: bold;
}


.redactor_format_h1, h1 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 28px !important;
	line-height: 32px !important;
	padding:5px 0 5px 0 !important;
	border-bottom:2px solid #555;
	color:#6692b8 !important;
	font-weight: bold;
}

.redactor_format_h2, h2 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 24px !important;
	line-height: 26px !important;
	color:#6692b8 !important;
	font-weight: bold;
}

.redactor_format_h3, h3 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 20px !important;
	line-height: 22px;
	color:#6692b8 !important;
	font-weight: bold;
}
.redactor_format_h4, h4 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 16px !important;
	line-height: 18px !important;
	color:#6692b8 !important;
	font-weight: bold;
}
 h5 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 1em !important;
}

/* 

Editor Image Styling

bv_ed_button = bv_button

*/

.bv_ed_shadow_border {
	-moz-box-shadow: 0 12px 8px -12px #000;
	-webkit-box-shadow: 0 12px 8px -12px #000;
	box-shadow: 0 12px 8px -12px #000;
	border: 1px solid #666;
	padding:8px;
}

.bv_ed_shadow_border:hover, .bv_ed_border:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color:#333;
}

.bv_ed_shadow {
	-moz-box-shadow: 0 12px 8px -12px #000;
	-webkit-box-shadow: 0 12px 8px -12px #000;
	box-shadow: 0 12px 8px -12px #000;
}

.bv_ed_border {
	border: 1px solid #666;
	padding:8px;
}

.bv_ed_rounded {
	border-radius:15px;
}

/* End of Editor Formatting */

/* Mailing List */

#bv_maillist {
	display:none;
	/* display:block;*/
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:50;
	top:-60px;
	height:100px;
	left:840px;
	width:200px;
	text-align:right;
}


#bv_mail_content {
	text-align:center;
	top:0px;
	border-radius:0 0 12px 12px ;
	left:7px;
	padding:8px 12px 12px 12px;
	margin:0px;
	color:#fff;
	position:relative;
	width:200px;
	height:40px;
	background-color:#2c2c2c;
	
}

#bv_mail_button_container {
	left:50px;
	bottom:0px;
	border-radius:0 0 10px 10px;
	text-align:center;
	position:relative;
	display:block;
	width:140px;
	height:25px;
	background-color:#2c2c2c;
	padding:1px;
}

#bv_mail_button {
	color:#ccc;
	font-size:12px;
	text-decoration:none;
}

#bv_mail_button:hover {
	color:#fff;
}

#bv_mail_content input {
	background-color:#aaa;
	font-size:12px;
	border:2px solid #ccc;
}

#bv_mail_content input.error {
	border: 1px solid #f00;
}


.bv_mail_valid {
	float:left;
	top:0px;
	line-height:10px;
	font-size:10px; 
}


/* End of Mailing List */

#bv_socialbar {
	position:fixed;
	text-align:center;
	bottom:20px;
	left:40px;
	width:210px;
	height:30px;
	z-index:10;
}

#bv_socialbar a {
	opacity: 0.8;
}

#bv_socialbar a:hover {
	opacity: 1.0;
}

a {
	color: #6692b8;
}

a:hover {
	color: #77abd8;
}

#bv_sitecontainer {
	width:100%;
}

#bv_sitewrapper {

}


#bv_logo {
	position:fixed;
	top: 1px;
	left:20px;
	text-align:center;
	width:250px;
	display:inline-block;
	z-index:50;
	margin-top: 50px;

}

.fancybox-title {
 	
 	margin-top:0px;
	padding: 3px 12px;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-size:14px;
	color:#fff;
}

.fancybox-overlay {
	background-color: #111;
}

#bv_logo img {
	border: 0px;
}


.bv_menutitle {
	position:absolute;
	top:-20px;
	left:15px;
	font-size:11px;
	padding:1px 5px 1px 5px;
	z-index:10;
	border: 1px dashed #6692b8;	
}

.menuhighl {
	border: 1px dashed #6692b8 ;
	color: #6692b8 !important;
}

#bv_topbar {


}

#bv_topbar_menubar {
	display: none;
}

#bv_topbar_menubutton {
	display: none;
}

#bv_header {
	display: none;
}


#bv_main_menubar {

	border-top:solid 7px #6692b8;
	left:20px;
	top:1px;
	height:100%;
	width:250px;
	background-color:#333;
	background: rgba(55, 55, 55, 0.8);
	filter:alpha(opacity=80);
	z-index:2;
	position:fixed;
	display: inline-block;
	vertical-align: middle;
	font-family:arial;
	font-weight:bold;
	z-index:3;
}

#bv_main_menuwrapper {
	top:110px;	
	width:249px;
	text-align:right;
	position:absolute;
}

.bv_main_btn1,.bv_main_btn2,.bv_main_btn3,.bv_main_btn4,.bv_main_btn5 {

	text-decoration: none;
	font-weight:bold;
	position:relative;
	margin:10px;
	padding:5px;
	padding-right:25px;
	color: #bbb;
	display:block;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;

}


.mainhighl {
	background-color:#222;
	border-right:4px solid #bbb;
	padding-right:21px;
	position:relative;
}

.bv_main_btn1:hover,.bv_main_btn2:hover,.bv_main_btn3:hover,.bv_main_btn4:hover,.bv_main_btn5:hover {
	border-right:4px solid #6692b8;
	padding-right:21px;
	background-color: #3f5b72;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	color: #fff;
}

#bv_header2 {
	display:none;

}

#bv_mainbody {
	position:absolute;
	top: 0px;
	margin-right:10px;
	display:block;
	left:285px;
	z-index:2;	
}

.bv_content {
	margin-left: 0px;
	margin-right:20px;
	margin-top: 50px;
	margin-bottom: 12px;
	position:relative;
	min-width:CALC(100% - 350px);
	min-height:100%;
	padding:20px;
	background-color:#333;
	filter:alpha(opacity=85);
	opacity:0.85;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.bv_content * img {
	max-width: 100%;
}

.bv_content:hover{
	opacity:0.95;
	filter:alpha(opacity=95);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.bv_serv_images, .bv_serv_imagesodd {
	display:inline-block;
	margin-bottom: 5px;
}

.bv_serv_container {
	padding:3px;
	position:relative;
	vertical-align:top;
	display: inline-block;
	margin:10px;
	padding-top: 12px;
}

.bv_serv_price {
	display:none;
}

.bv_imagepri, .bv_imagesec  {
	height: 150px;
	max-width: 300px;
}



.bv_serv_title {
	display:block;
	font-size:16px;
	font-weight:bold;
	border-left : 4px solid #6692b8;
	padding-left:12px;
}

.bv_serv_description {
	display:block;
	font-size:12px;
	margin-left:16px;
}

.bv_imagethumb {
	border: 1px solid #666;
	margin-top:3px;
	background-color: #fff;
	padding:4px;
	padding-bottom:3px;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}

.bv_imagethumb:hover {
	background-color: #6692b8;
}


#bv_footer {

	display:none;
	
}

#bv_footer_menubar {
	display: none;

}

.bv_footer_btn1,.bv_footer_btn2,.bv_footer_btn3,.bv_footer_btn4,.bv_footer_btn5 {
	padding-left:15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	display:inline-block;
}

.bv_footer_btn1:hover,.bv_footer_btn2:hover,.bv_footer_btn3:hover,.bv_footer_btn4:hover,.bv_footer_btn5:hover {
	border: 1px dashed #000;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bv_botspacer {
	position:relative;
	height:65px;
}

#bv_poweredby {
	position:absolute;
	bottom:0px;
	right:20px;
	margin:15px;
	font-size:12px;
	text-align:right;
	vertical-align:bottom;
	z-index:15;
	padding-bottom:15px;

}

#bv_poweredby a {
	text-decoration:none;
}

#bv_poweredby a:hover {
	text-decoration:underline;
}

#bv_poweredby img {
	margin-bottom:-7px;
}

img {
	border: 0px solid #000;
}

a img{
	border:0px;
}

.noborder {
	border: 0px;
}

.bv_small_font {
	font-size: 12px;
	padding:5px;
}

.bv_xsmall_font {
	font-size: 10px;
	padding:4px;
}

.bv_success {
	color: #272;
	background-color: #dfd;
	border: 1px solid #9d9;
	padding:6px;
}

.bv_error {
	color: #722;
	background-color: #fdd;
	border: 1px solid #d99;
	padding:6px;
}

.bv_details {
	border: 1px solid #aaa;
	padding:4px;
	color: #000;
	font-size:12px;
}


/* END TABLES CSS */

/* SUPPORT SECTION */

.bv_ticket,.bv_ticketsep {
	width:100%;
	border:1px solid #555;
	border-radius: 10px;
	padding:10px;
	margin:7px 0px 7px 0px;
	background-image:url(images/gtw_grad.png);background-repeat:repeat-x;
	display:block;
}

.bv_green {
	background-image:url(images/grtw_grad.png);background-repeat:repeat-x;
}

.bv_ticketsep {
	display:inline-block;
	width:97%;
	border: 1px solid #555;
	border-bottom: 0px;
}

.bv_ticketnum {
	font-weight:bold;
	margin:0px 0px 12px 0px;
	display:block;
	font-size:14px;
	position:relative;
}

.bv_ticketstatus, .bv_tickettype {
	width:200px;
	font-size:12px;
	display:inline-block;
	position:relative;
}

.bv_who {
	margin:5px 0px 0px 0px;
	display:block;
	font-weight:bold;
	font-size:14px;
}

.bv_created {
	display:block;
	font-size:11px;
}

.bv_sstatus1, .bv_sstatus2, .bv_sstatus3, .bv_sstatus4 {
	font-weight:bold;
}

.bv_sstatus1 {
	color: #090;
}

.bv_ticketdesc {

		
}

.bv_ticketreply {

	margin: 0px auto;
	width:600px;
	
}

/* TOOLTIPS CSS */

a.bv_tool{
	position:relative; /*this is the key*/
	z-index:24;
	color:#999;
}

a.bv_tool:hover{
	z-index:25; 
}

a.bv_tool span{
	display: none;
	border:1px solid #999;
	background-color:#333; color:#fff;
	padding: 6px 9px;
	width:300px;
	min-width:150px;
	max-width:450px;
}

a.bv_tool:hover span{ 
	display:block;
	position:absolute;
	top:2em; left:2em;
	text-align: center;
	text-decoration: none;
}


/* END TOOLTIPS */

.bv_center {
	text-align:center;
}

.contactUs {
	position:fixed;
	z-index:50;
	bottom:50px;
	left:58px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	color:#6692b8;
	text-align:center;
}

.contactUs .contactCont {
	display:block;
	margin: 10px 0px; 
}

/*** mobile site ***/

#bv_mobile_menubar {
	display:none;
	top:-120px;
	left:0px;
	position:absolute;
	background-color:rgba(55,55,55,0.9);
	color:#fff;
	z-index:101;
	width:100%;
}

#bv_mobile_toggle {
	display:none;
	position:absolute;
	height: 54px;
	z-index:5;
	top: 0px;
	background-color:rgba(55,55,55,0.9);
	left: 0px;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.mobile_menu {
	color:#fff;
	width: CALC(100% - 30px);
	padding: 0px;
	margin: 5px 15px;
	cursor:pointer;
	text-decoration:none;
	-moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}

.menu-icon {
	display:inline-block;
	cursor:pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #ccc;
	margin: 6px 0;
	transition: 0.4s;
  }
  
  .change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
  }


.mobile_plus {
	font-weight:bold;
	display:inline;
}

.bv_mobile_btn1,.bv_mobile_btn2,.bv_mobile_btn3,.bv_mobile_btn4,.bv_mobile_btn5, .bv_mobile_dropbtn {
	position:relative;
	display:block;
	color:#fff;
	text-shadow: 1px 1px #000;
	padding: 10px 20px;
	font-size: 16px;
	font-family:arial;
	text-decoration:none;
	border-bottom:1px solid #111;
	-moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}

.bv_mobile_dropbtn {
	background-color:#444;
}

.mobilehighl {
	background-color:#3f5b72;	
}

.bv_mobile_btn1:hover, .bv_mobile_dropbtn:hover {
	background-color:#3f5b72;
	-moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}

@media screen and (min-width : 0px) and (max-width: 700px) {
	
	#bv_mobile_menubar { display:none; position:fixed; }
	#bv_main_menubar { display: none; }
	#bv_mobile_toggle { display:inline-block; border-bottom: solid 1px #111; border-top: solid 7px #6692b8; text-align:right; position: fixed; }
	.mobile_menu { display: inline-block; margin-right: 20px; }
	.bv_headercontainer { display:none; }
	.bv_pricingBox, .bv_pricingBox.thirty { display:block; width:auto; margin-bottom:15px; }
	.bv_pricingTop { display:none; }
	.bv_pricingTop.note { display:block; }
	#bv_topbar { top:0px; }
	.contactUs {
		display:block; width:100%; background-color: rgba(55,55,55,0.9); border-top: solid 1px #111; bottom: 0px; left: 0px; height: 50px; margin-bottom:0px;
	}
	.contactUs .contactCont {
		margin: 3px 0px; 
	}

	#bv_logo { left:5px; top:9px; margin-top: 0px; }
	#bv_logo img { height: 45px; }
	#bv_topbar_menubar, #bv_socialbar { display:none; }	
	#bv_banner { display:none; }	
	#bv_maillist { display:none; }
	#bv_sitecontainer, #bv_sitewrapper, .bv_sitewrapper { width:100%; }
	#bv_mainbody { width:CALC(100% - 15px); top:50px; left: 0px; margin: 25px 15px 50px 15px; }
	.fancybox { width:95%; }
	.fancybox * img, .bv_fbox { display:block;width:100% !important; }
    .bv_content { width:CALC(100% - 60px); margin-top: 0px; position: relative; min-width: auto; }
	.bv_content * img { display: inline-block; width: 100% !important; position:relative;  }
	h1 { font-size:27px; border:0px; padding: 4px 0px; line-height:27px;}
	h3, h2 { font-size:18px; }
	.bv_serv_container { display:inline-block; }
	.bv_imagethumb * img { width:100%; }
	#bv_footer_menubar { border-top:1px solid #222; }
	.bv_footer_btn1, .bv_footer_btn2, .bv_footer_btn3, .bv_footer_btn4, .bv_footer_btn5 {
		display:block;
		border-radius:0px;
		position:relative;
		margin:0;
		color:#fff;
		padding:5px;
		background-color:#777;
		padding-left:10px;
		text-decoration:none;
		border-bottom:1px solid #222;
		-moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
	}
	.bv_footer_btn1:hover, .bv_footer_btn2:hover, .bv_footer_btn3:hover, .bv_footer_btn4:hover, .bv_footer_btn5:hover {
		background-color:#92c434;
		color:#000;
		border-bottom:1px solid #222;
		-moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
	}
	.footerhighl {
		background-color:#444;
	}
	
	.bv_webform, .bv_webform_wrapper, .bv_webform_header {
		width:100%;
		margin:0px auto;
		padding:0px;
	}
	
	.bv_label, .bv_webform_label {
		padding:2px;
		margin:0px;
		display:block;
		width:95%;
		text-align:left;
	}
	
	.bv_webform_textarea  {
		width:98%;
	}
	
	input {
		width:95%;
	}
	
	.fiftyWidth, .thirtyWidth, .fullWidth {
		vertical-align:top;
		width:auto;
		display:block;
		margin-bottom:5px;
	}
	
	#back-top {
		left: CALC(50% - 30px);
		right:auto;
		bottom:48px;
	}

	#back-top img { border-radius: 50px 50px 0 0; height: 30px; width: 60px; }
	
	#bv_poweredby {
		text-align:center;
		width: CALC(100% - 20px);
		margin: 15px 0px;
	}
	#bv_topbanner {
		display:none;
	}
}