/*
Skin Name: Nivo Slider QAssociates Theme
Skin URI: http://nivo.dev7studios.com
Description: The QAssociates skin for the Nivo Slider.
Version: 1.3
Author: Media Arcade
Author URI: http://www.mediaarcade.net
Supports Thumbs: true
*/

.theme-qassociates .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-qassociates .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-qassociates .nivoSlider a {
	border:0;
	display:block;
}

.theme-qassociates .nivo-controlNav {
	position:absolute;
	bottom:20px;
	right:3%;	
	z-index:100;
}
.theme-qassociates .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-qassociates .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-qassociates .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-qassociates:hover .nivo-directionNav a { opacity: 1; }
.theme-qassociates a.nivo-nextNav {
	background-position:-30px 0;
	bottom:50px;
	right:15px;
}
.theme-qassociates a.nivo-prevNav {
	bottom:50px;
	right:55px!important;
}

.theme-qassociates .nivo-caption {
	background:transparent;
	padding:0px;
	left:32px;
	width:80%;
	opacity:1;
}

.theme-qassociates .nivo-caption, .theme-qassociates .nivo-caption *{
	margin:0px;
	padding:0px;
}

.theme-qassociates .nivo-caption a, .theme-qassociates .nivo-caption h1 {
    color:#fff;
	text-decoration:none;
}

.theme-qassociates .nivo-caption h1{
	line-height:1.1em;
}

.theme-qassociates .nivo-caption h2{
	color:#000;
	font-weight:normal;	
}

.theme-qassociates .nivo-caption a:hover {
    color:#fff;
}

.theme-qassociates .nivo-controlNav.nivo-thumbs-enabled {
	width:100%;
	text-align:right;
	background:url('black-40-bg.png');
	right:0px;
	bottom:28px;
	padding:8px 0px 5px 0px;
}


.page-585235 .theme-qassociates .nivo-controlNav.nivo-thumbs-enabled, .page-585135 .theme-qassociates .nivo-controlNav.nivo-thumbs-enabled {
display: none;
}

/* Removes black thumb bar from the about Q page banner*/
.theme-qassociates .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-right:20px;
}

.theme-qassociates .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width:40px;
	height: auto;
}

.theme-qassociates .nivo-controlNav.nivo-thumbs-enabled a.active img {
	border:2px solid white;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
}

/*Fix for google mobile perfomance test 06/05/15*/

.google-mobile-fix {
	width: 100%;
	height: auto;
}

/* 11-04-2016 */
.logo_table tr {
	width:100px;
	float: none;
}
