/* Useful small classes
---------------------------------------------------------- */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.hidden { display: none; }

.last { margin-right: 0 !important; }
.first { clear: both; }

/* Column layout
---------------------------------------------------------- */
.one-fourth,
.one-third,
.one-half,
.two-third,
.three-fourth,
.full-width {
	display:inline;
	float:left;
	position:relative;
	margin:0 30px 10px 0px;
	
	padding: 0;
}


/* Column sizes
---------------------------------------------------------- */
.one-fourth { width: 212px; }
.one-third { width: 293px; }
.one-half { width: 455px; }
.two-third { width: 616px; }
.three-fourth { width: 696px; }
.full-width { width: 940px; }


/* Column variations
---------------------------------------------------------- */

.three-fourth .one-fourth { width: 151px; }
.three-fourth .one-third { width: 212px; }
.three-fourth .one-half { width: 333px; }
.three-fourth .two-third { width: 454px; }
.three-fourth .three-fourth { width: 513px; }
.three-fourth .full-width { width: 696px; }

.two-third .one-fourth { width: 131px; }
.two-third .one-third { width: 185px; }
.two-third .one-half { width: 293px; }
.two-third .two-third { width: 400px; }
.two-third .three-fourth { width: 453px; }
.two-third .full-width { width: 616px; }

.one-half .one-fourth { width: 91px; }
.one-half .one-third { width: 131px; }
.one-half .one-half { width: 212px; }
.one-half .two-third { width: 292px; }
.one-half .three-fourth { width: 333px; }
.one-half .full-width { width: 455px; }

.one-third .one-fourth { width: 50px; }
.one-third .one-third { width: 77px; }
.one-third .one-half { width: 131px; }
.one-third .two-third { width: 184px; }
.one-third .three-fourth { width: 210px; }
.one-third .full-width { width: 293px; }

.one-fourth .one-fourth,
.one-fourth .one-third,
.one-fourth .one-half,
.one-fourth .two-third,
.one-fourth .three-fourth,
.one-fourth .full-width { width: 212px; }



/* Message box
---------------------------------------------------------- */
.wpb_vc_messagebox {
	display:block;
	margin-bottom: 10px;
}
	.wpb_vc_messagebox p,
	#content .wpb_vc_messagebox p {
		font-size: 0.9em;
		margin-bottom: 10px;
	}
	.wpb_vc_messagebox .messagebox_text {
		margin: 15px 15px 15px 40px;
	}
.green_message {
	border:1px solid #D2EBB1;
	background:#EDFFD6 url(vc/tick.png) 12px 50% no-repeat;
}

.green_message, .green_message a { color:#527A19; }

.blue_message {
	border:1px solid #AFDBEE;
	background:#E4F5FD url(vc/info.png) 12px 50% no-repeat;
}

.blue_message, .blue_message a { color:#2A80A7; }

.yellow_message {
	border:1px solid #F8ECA9;
	background:#FFFADE url(vc/alert.png) 12px 50% no-repeat;
}

.yellow_message, .yellow_message a { color:#DB7701; }


/* Separator
---------------------------------------------------------- */
.wpb_separator {
	clear: both;
	margin: 20px 0;
	height: 1px;
}

/* Facebook
---------------------------------------------------------- */
.fb_type_standard iframe { height: 35px; }
.fb_type_button_count iframe { height: 20px; }
.fb_type_box_count iframe {	height: 65px; }


/* Toggle / FAQ
---------------------------------------------------------- */
.wpb_toggle, #content h4.wpb_toggle {
	background:url(images/toggle_open.png) no-repeat left center;
	padding-left:25px;
	margin-bottom:10px;
	clear:both;
}
.wpb_toggle_close, .wpb_toggle_title_active,
#content h4.wpb_toggle_close, #content h4.wpb_toggle_title_active {
	background:url(images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
	cursor:pointer;
}
.wpb_toggle_content {
	display:none;
	overflow: hidden;
	padding:0px 0px 0px 25px;
	margin-top:10px;
}
.wpb_toggle_content p, #content .wpb_toggle_content p {
	margin-bottom: 10px;
	font-size: 0.9em;
}


/* Tabs
---------------------------------------------------------- */
span.tab-title {
	display:none;
}
.wpb_tabs {
	border-top:1px solid #e5e5e5;
	padding-top:10px;
}
.wpb_tab {
	margin-top:15px;
}
.wpb_tabs_nav {
	overflow:hidden;
	clear:both;
	
	position:relative;
	top:1px;
	z-index:20;
}
.wpb_tabs_nav a {
	display:inline;
	display:inline-block;
	border:none;
	margin-right:10px !important;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	color:#666666;
	
	font-size: 0.9em;
}
.wpb_tabs_nav a:hover {
	color: inherit;
}
.wpb_tabs_nav .activeSlide {
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #ffffff;
	
	padding:5px 14px 5px 14px;
	color: inherit;
}

/* Twitter
---------------------------------------------------------- */
#content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list { margin: 0; }
	.wpb_twitter_widget ul.tweet_list .tweet_text { padding-right: 10px; }

.wpb_twitter_widget .tweets li {
	list-style:none;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:0;
}
.wpb_twitter_widget .tweets .entry-meta { display:none; }

.wpb_twitter_widget .tweets .tweet_time {
	font-size: 0.7em;
}
	.wpb_twitter_widget .tweets .tweet_time a {
		text-decoration: none;
	}



/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.wpb_gallery .nivoSlider {
	position:relative;
}
.wpb_gallery .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.wpb_gallery .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.wpb_gallery .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.wpb_gallery .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.wpb_gallery .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.wpb_gallery .nivo-caption p {
	padding:5px;
	margin:0;
}
.wpb_gallery .nivo-caption a {
	display:inline !important;
}
.wpb_gallery .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.wpb_gallery .nivo-directionNav a {
	background: url(images/arrows.png) no-repeat 0 0;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.wpb_gallery .nivo-prevNav {
	left:15px;
}
.wpb_gallery a.nivo-nextNav {
	right:15px;
	background-position: -30px 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.wpb_gallery .nivo-controlNav {
	position: absolute;
	left: 10px;
	bottom: 8px;
}
.wpb_gallery .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	font-size: 1px;
	
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	display: block;
	background: #ffffff;
	float: left;
	margin-right: 3px;
}
.wpb_gallery .nivo-controlNav a.active {
	width: 4px;
	height: 4px;
	border: 1px solid #ffffff;
	background: none;
}