/*
 *	7 Seven Premium Theme v2.0.23
 *	Media Layout for MinDeviceWidth 960px
 *
 *  This stylesheet works only on a minimal 960px width device. i.e. desktop Mac or PC.
 */


.alpha-resize-indicator{
	display: block;
}


/* Page */

.region-bottom, .page-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 930px;
    padding: 0 15px;
}
#page-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 960px;
}
#content, .region-sidebar-first, .region-sidebar-second {
    margin-top: 2em;
}

header{
	background: none;
    height: 127px;
}
.node-type-meetings header{
    height: 120px;
}

body.not-front #content {
    padding: 0 15px 40px;
    width: 930px;
	margin-right: -960px;
}
body.not-front.sidebar-first #content {
    padding-right:0px;
    width: 945px;
}
body.not-front.sidebar-second #content {
    padding-left:0px;
    width: 945px;
}
body.not-front.sidebar-first #content {
	border-right: none;
}
h1 {
    font-size: 3em;
}

.breadcrumb {
    background: none repeat scroll 0 0 transparent;
	font-size: 15px;
    margin-top: 14px;
    padding: 0 0 0 20px;
	color: #333333;
}

.breadcrumb a{
	color: #333333;
}

body.sidebar-first .view-mode-full .field-name-body img, body.sidebar-second .view-mode-full .field-name-body img, body.sidebar-second .view-mode-full .field-name-field-image img, body.sidebar-first .view-mode-full .field-name-field-image img {
    max-width: 611px;
}

body.not-front .region-sidebar-second {
    float: right;
	clear: none;
    margin-left: 0;
    margin-right: 0;
    padding: 21px 16px;
    width: auto;
	border-top: none;
	background: none repeat scroll 0 0 transparent;
}
body.not-front.one-sidebar.sidebar-second .region-sidebar-second {
    width: 280px;
    border-top: none;
    background: none repeat scroll 0 0 transparent;
}
 body.not-front .region-sidebar-first .section, body.not-front .region-sidebar-second .section{
     background-color: #ffffff;
     border: 1px solid #e4e4e4;
     padding: 21px 16px;
     width: auto;
}
body.not-front .region-sidebar-first .section{
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
}

.view-seven-features-side-block-2 .views-row, #block-views-seven-features-side-block-block .views-row {
    border-bottom: 1px dashed #E0E0E0;
    float: left;
    margin-right: 25px;
    width: 100%;
}

body.two-sidebars .region-sidebar-second .section , body.two-sidebars .region-sidebar-first .section {
    margin: 0;
}


/* Header */

#logo {
	display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#mobile-logo{
	display: none;
}

header {
    text-align: left;
}
header .region-top-header{
    display: block;
}
.region-header {
    float: none;
}


/* Responsive Menu Hidden */

#block-jump-menu-jump-menu-m-main-menu{
	display: none;
}


/* Main Menu */

#block-system-main-menu{
	display: block;
}

#block-system-main-menu, #block-system-main-menu ul{
	margin-bottom: 0;
	margin-right: 0;
}

#block-system-main-menu ul li {
    display: block;
    float: left;
}

/* modified by site-shack on may 16, 2014 - margin-top changed from 6 to 4px =
Changed back to 6px due to spacing issue with hover orange block
-------------------------------------------------------------------------------*/

body.not-front #block-system-main-menu ul li{
    margin-bottom: 7px;
    margin-top: 6px;
}
#block-system-main-menu ul li a {
    display: block;
    font-size: 13px;
    margin-right: 0px;
    padding: 10px 0 5px;
    text-decoration: none;
}
#block-system-main-menu ul li.last a {
    margin-right: 0;
}

#block-system-main-menu ul li a {
    border-bottom: solid 3px #FFFFFF;
}

#block-system-main-menu ul li a.active, #block-system-main-menu ul li a.active-trail , #block-system-main-menu ul li:hover a, #block-system-main-menu ul li a:focus{
    border-bottom: solid 3px #FF6600;
}

body.front .active-trail {
    border-bottom: medium none !important;
    margin-bottom: 3px;
}

/* Main Menu - Dropdowns */

#block-system-main-menu ul li.expanded ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #CCCCCC #CCCCCC;
    border-style: solid;
    border-width: medium 1px 1px;
    display: none;
    margin-left: 0;
    padding: 0 0 10px 10px;
    position: absolute;
	margin-top: 0px;
    z-index: 9999;
	box-shadow: 1px 3px 6px #333333;
}

#block-system-main-menu ul li.expanded ul a:hover{
    border-bottom: none;
}

#block-system-main-menu ul li.expanded ul a:hover{
	color: #888888;
}

#block-system-main-menu ul li.expanded ul{
	display: none;
}

#block-system-main-menu ul li.expanded ul li {
    clear: both;
    display: block;
    float: left;
}

#block-system-main-menu ul li ul li a, #block-system-main-menu ul li ul li a.active, #block-system-main-menu ul li:hover ul li a, #block-system-main-menu ul li ul li:hover a, #block-system-main-menu ul li ul li a:focus, #block-system-main-menu ul li ul li a.active-trail {
    border: none !important;
}

#block-system-main-menu ul li ul li a.active{
	color: #888888;
}


/* Sidebars Fix */

.sidebar-first #content {
    margin-left: 190px;
    margin-right: -960px;
    width: 620px !important;
	border-left: 1px dashed #CCCCCC;
}


.sidebar-first .region-content {
    width: 620px;
}

.sidebar-second #content {
    margin-left: 0;
    margin-right: 0;
    width: 620px !important;
}

.sidebar-second .region-content {
    width: 620px;
}

#block-views-seven-features-block-block .views-row {
    margin-right: 10px;
    padding-right: 43px;
    width: 207px;
}

#block-views-seven-features-block-block .views-field-title h3 {
    font-size: 16px;
    line-height: 20px;
}

#block-views-seven-features-block-block .views-row-last {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#block-views-seven-features-block-block .views-field-field-image img{
    float: left;
    width: 50px;
	height: auto;
}


/* Features Block */

#block-views-seven-features-block-block .views-row {
    float: left;
    margin-right: 35px;
    padding-right: 20px;
    width: 270px;
}

#block-views-seven-features-block-block .views-field-title h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 6px;
}

#block-views-seven-features-block-block .views-row-last {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#block-views-seven-features-block-block .views-field-field-image img{
     float: left;
    height: auto;
    margin-right: 6px;
    width: 71px;
    margin-bottom: 7px;
}

#block-views-seven-features-block-block {
    padding: 0 20px;
}

body.page-home-variant-7 #block-views-seven-features-block-block {
    padding: 0 20px;
}

body.page-home-variant-7 #block-views-seven-features-block-block .views-row {
    width: 270px;
}


/* Recent Products */

#block-views-seven-our-products-block {
    border-top: 1px solid #E0E0E0;
    clear: both;
    padding-top: 23px;
	margin-bottom: 6px;
    margin-left: 20px;
    width: 920px;

}

#block-views-seven-our-products-block .views-row {
    border-right: 1px dashed #E0E0E0;
    float: left;
    margin-right: 27px;
    margin-top: 7px;
    padding-right: 27px;
    width: 270px;
}
.region-content-bottom {
    width: 930px;
}
#block-views-ao-logos-block {
    border-top: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: auto;
}
.node-type-society-back-page #block-views-ao-logos-block, .node-type-society #block-views-ao-logos-block {
width: 960px;
margin-left: -15px;
margin-right: -15px;
}

#block-views-ao-logos-block .views-row {
    margin-bottom: 22px;
    margin-right: 18px;
    width: 150px;
    display: inline-block;
    float:  none;
}

#block-views-seven-our-products-block .views-row:nth-child(2n+2) {
    border-right: 1px dashed #E0E0E0;
    margin-right: 27px;
    padding-right: 27px;
}

#block-views-seven-our-products-block .views-row:nth-child(2n + 1) {
    clear: none;
}

#block-views-seven-our-products-block .views-row {
	background: url("../images/3-shadow.png") no-repeat scroll 0 129px transparent;
    float: left;
    margin-right: 27px;
    width: 310px;
	margin-bottom: 31px;
	border-right: 1px dashed #E0E0E0;
    margin-top: 7px;
    padding-right: 27px;
    width: 270px;
}

#block-views-seven-our-products-block .views-row img {
    height: auto;
    width: 262px;
}

#block-views-seven-our-products-block .views-row  .views-field-body p{
	margin-bottom: 0;
}

#block-views-seven-our-products-block .views-row img{
    border: solid 1px #CCCCCC;
	padding: 3px;
}

#block-views-seven-our-products-block .views-row:nth-child(3n+3) {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

#block-views-seven-our-products-block .views-row-3, #block-views-seven-our-products-block .views-row-6 {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

#block-views-seven-our-products-block .views-row-1, #block-views-seven-our-products-block .views-row-4{
    clear: both;
}

#block-views-seven-our-products-block .views-row:nth-child(3n + 1) {
    clear: both;
}

#block-views-seven-our-products-block .views-row h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
    margin-top: 14px;
}

#block-views-seven-our-products-block .views-row h3 a{
    text-decoration: none;
}


/* Our Clients */

#block-views-seven-our-clients-block {
    margin-left: 20px;
    width: 920px;
}

#block-views-seven-our-clients-block .views-row {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}

#block-views-seven-our-clients-block .views-row-last {
    margin-right: 0;
}

#block-views-seven-our-clients-block .view-content {
    float: left;
    margin-left: 50px;
    margin-top: -28px;
    width: 600px;
}

#block-views-seven-our-clients-block .view-header {
    float: left;
    width: 270px;
}


/* Slideshow 1 */

#block-views-seven-slideshow-1-block .views-field-nothing {
	height: 271px;
    padding: 20px;
	width: 270px;
}


/* Product Portfolio 3 Columns */

.view-seven-products-portfolio-1 {
    width: 920px;
}

.view-seven-products-portfolio-1 .views-row:nth-child(2n+1) {
    clear: none;
}

.view-seven-products-portfolio-1 .views-row:nth-child(2n+2) {
    border-right: 1px dashed #E0E0E0;
    margin-right: 27px;
    padding-right: 27px;
}

.view-seven-products-portfolio-1 .views-row {
    border-right: 1px dashed #E0E0E0;
    float: left;
	clear: none;
    margin-bottom: 35px;
    margin-right: 27px;
    margin-top: 7px;
    padding-right: 27px;
    width: 270px;
	background: url("../images/3-shadow.png") no-repeat scroll 0 129px transparent;
}

.view-seven-products-portfolio-1 .views-row-2, .view-seven-products-portfolio-1 .views-row-4, .view-seven-products-portfolio-1 .views-row-6, .view-seven-products-portfolio-1 .views-row-8, .view-seven-products-portfolio-1 .views-row-10, .view-seven-products-portfolio-1 .views-row-12, .view-seven-products-portfolio-1 .views-row-14, .view-seven-products-portfolio-1 .views-row-16{
	margin-right: 27px;
}

.view-seven-products-portfolio-1 .views-row:nth-child(3n+3) {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

.view-seven-products-portfolio-1 .views-row-3, .view-seven-products-portfolio-1 .views-row-6, .view-seven-products-portfolio-1 .views-row-9 {
    border-right: medium none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.view-seven-products-portfolio-1 .views-row img {
	height: auto;
	width: 262px;
}

.view-seven-products-portfolio-1 .views-row-1, .view-seven-products-portfolio-1 .views-row-4, .view-seven-products-portfolio-1 .views-row-7 {
    clear: both;
}

.view-seven-products-portfolio-1 .views-row:nth-child(3n+1) {
    clear: both;
}


/* Product Portfolio 2 Columns */

.view-seven-products-portfolio-2 {
    width: 920px;
}

.view-seven-products-portfolio-2 .views-row  img{
    width: 424px;
}

.view-seven-products-portfolio-2 .views-row {
    border-right: 1px dashed #E0E0E0;
    float: left;
	clear: none;
    margin-bottom: 42px;
    margin-right: 27px;
    margin-top: 7px;
    padding-right: 26px;
    width: 433px;
	padding-bottom: 0;
	border-bottom: 0;
	background: url("../images/2-shadow.png") no-repeat scroll 3px 203px transparent;
}


.view-seven-products-portfolio-2 .views-row:nth-child(2n+2) {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

.view-seven-products-portfolio-2 .views-row:nth-child(2n + 1) {
    clear: both;
}

.view-seven-products-portfolio-2 .views-row-2, .view-seven-products-portfolio-2 .views-row-4, .view-seven-products-portfolio-2 .views-row-6 , .view-seven-products-portfolio-2 .views-row-8{
    border-right: medium none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}


.view-seven-products-portfolio-2 .views-row-1, .view-seven-products-portfolio-2 .views-row-3, .view-seven-products-portfolio-2 .views-row-5 , .view-seven-products-portfolio-2 .views-row-7{
    clear: both;
}


/* Product Portfolio 1 Column */

.view-seven-products-portfolio-3 {
    width: 920px;
}

.view-seven-products-portfolio-3 .views-row img{
    margin-bottom: 10px;
    margin-right: 27px;
	width: auto;
}

.view-seven-products-portfolio-3 .views-row {
    border-bottom: 1px dashed #E0E0E0;
    margin-bottom: 23px;
    min-height: 227px;
	width: 100%;
	background: url("../images/2-shadow.png") no-repeat scroll 3px 203px transparent;
}

.view-seven-products-portfolio-3 .views-row-1, .view-seven-products-portfolio-3 .views-row-3, .view-seven-products-portfolio-3 .views-row-5, .view-seven-products-portfolio-3 .views-row-7, .view-seven-products-portfolio-3 .views-row-9, .view-seven-products-portfolio-3 .views-row-11, .view-seven-products-portfolio-3 .views-row-13, .view-seven-products-portfolio-3 .views-row-15 {
    border-right: none;
    clear: both;
}


/* Product Portfolio ColorBox */

.view-seven-products-portfolio-4 {
    width: 920px;
}

.view-seven-products-portfolio-4 .views-row:nth-child(2n+1) {
    clear: none;
}

.view-seven-products-portfolio-4 .views-row:nth-child(2n+2) {
    border-right: 1px dashed #E0E0E0;
    margin-right: 27px;
    padding-right: 27px;
}

.view-seven-products-portfolio-4 .views-row-3, .view-seven-products-portfolio-4 .views-row-6, .view-seven-products-portfolio-4 .views-row-9 {
    border-right: medium none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.view-seven-products-portfolio-4 .views-row-1, .view-seven-products-portfolio-4 .views-row-4, .view-seven-products-portfolio-4 .views-row-7 {
    clear: both;
}

.view-seven-products-portfolio-4 .views-row {
    border-right: 1px dashed #E0E0E0;
    float: left;
    margin-bottom: 35px;
    margin-right: 27px;
    margin-top: 7px;
    padding-right: 27px;
    width: 270px;
	clear: none;
	background: url("../images/3-shadow.png") no-repeat scroll 0 129px transparent;
	border-bottom: none;
}

.view-seven-products-portfolio-4 .views-row img {
	height: auto;
	width: 262px;
}


.view-seven-products-portfolio-4 .views-row:nth-child(3n+3) {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

.view-seven-products-portfolio-4 .views-row:nth-child(3n + 1) {
    clear: both;
}

.view-seven-products-portfolio-4 .views-row-2, .view-seven-products-portfolio-4 .views-row-4, .view-seven-products-portfolio-4 .views-row-6, .view-seven-products-portfolio-4 .views-row-8, .view-seven-products-portfolio-4 .views-row-10, .view-seven-products-portfolio-4 .views-row-12, .view-seven-products-portfolio-4 .views-row-14, .view-seven-products-portfolio-4 .views-row-16{
	margin-right: 27px;
}


/* Blog Page */

.view-seven-blog .views-row .views-field-field-image img {
    border: 1px solid #CCCCCC;
    height: auto;
    padding: 3px;
    width: 611px;
}

.view-seven-blog .views-row {
    background: url("../images/2-shadow.png") no-repeat scroll 107px 217px transparent;
}

.view-seven-blog .views-row .views-field-field-image {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
}

.view-seven-blog .views-field-comment-count {
    display: block;
}

.view-seven-blog .views-field-body {
    clear: both;
}


/* Facebook Like Box */

#block-widgets-s-facebook-like-box{
	width: 247px;
}

.fb_iframe_widget span {
    width: 247px !important;
}

.fb_iframe_widget iframe {
    width: 100% !important;
}


/* 404 */

.not-found {
    background: url("../images/404.png") no-repeat scroll 0 0 transparent;
    border-right: 1px dashed #CCCCCC;
    float: left;
    height: 274px;
    margin-right: 30px;
    padding-right: 39px;
    width: 468px;
	background-size: auto auto;
}

.not-found-where-to-go {
    float: left;
    width: 373px;
}


/* Features Sample Block */

.view-seven-features-side-block-2 .views-row, .block-views-seven-features-side-block-block .views-row {
    float: none;
    margin-right: 0;
    width: auto;
}


/* Left Sidebar Reordering */

#main{
	display: block !important;
	width: 100%;
}

body.not-front #content {
    display: block;
}

body.not-front .region-sidebar-first {
    display: block;
    float: left;
    margin-right: -200px;
}

body.not-front.sidebar-first #content {
    /*border-left: 1px dashed #CCCCCC;*/
    margin-left: 190px;
}


/* Contact Form */

#contact-site-form input[type="text"], #contact-site-form input[type="password"], #contact-site-form input.text, #contact-site-form input.title {
    padding: 10px;
    width: 598px;
}

#block-locationmap-image img{
	width: 611px;
	height: auto;
}

#locationmap_map{
	width: 611px !important;
	height: 780px !important;
}


/* Closure */

.region-bottom {
    width: 920px;
    padding: 0 20px;
}


.closure {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.closure .block {
    float: left;
    clear: none;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 2%;
    width: 49%;
}
.closure .block.last{
    float: right;
    text-align: right;
    margin-right: 0px;
}

/* Footer */

.footer .block{
    width: 255px;
    padding-right: 15px;
    float: left;
}
.footer .block.footer-social-networks{
    width: 84px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    padding: 0px 16px 0px 20px;
}

#block-multiblock-1{
	clear: none;
}

/*=Site-Shack: Added (for HP) padding styles for middle column on 6/10/14
--------------------------------------------------*/

#block-block-7 {
    border-top: 0px;
    clear: both;
    float: none;
    margin-bottom: 3px;
    margin-right: 0;
	padding: 0 10px 0;
    width: 100%;
}


/* Slideshow 1 */

#block-views-seven-slideshow-1-block {
    border: 1px solid;
    margin-top: 30px;
}

#block-views-seven-slideshow-1-block .views-field-nothing {
    background: url("../images/slide1-background.png") repeat scroll 0 0 transparent;
    position: absolute;
	height: 271px;
    padding: 20px;
	width: 270px;
}

#block-views-seven-slideshow-1-block .views-field-field-image img {
    width: auto;
    max-width: 958px;
}

#block-views-seven-slideshow-1-block .views-field-field-image {
    width: 958px;
}

#block-views-seven-slideshow-1-block .views-field-nothing h2 {
    margin-bottom: 12px;
	font-size: 23px;
}

#block-views-seven-slideshow-1-block .views-field-nothing p {
    font-size: 15px;
}

#block-views-seven-slideshow-1-block .views-slideshow-cycle-main-frame{
	height: 311px !important;
}

#block-views-seven-slideshow-1-block .views-slideshow-controls-bottom {
    left: 0;
    margin-left: 19px;
    margin-top: -42px;
    position: absolute;
    z-index: 100;
}

#block-views-seven-slideshow-1-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item{
	float: left;
}

#block-views-seven-slideshow-1-block .views-slideshow-controls-bottom .views-field-nothing {
    background: none repeat scroll 0 0 #777777;
    height: 15px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: 15px;
}

#block-views-seven-slideshow-1-block .views-slideshow-controls-bottom .active .views-field-nothing, #block-views-seven-slideshow-1-block .views-slideshow-controls-bottom .views-field-nothing:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}


/* Home variant_1 - Backgrounds & Styles */

body.page-home-variant-1 #content, body.page-home-variant-1 .region-sidebar-first, body.page-home-variant-1 .region-sidebar-second {
    padding: 0;
    width: 960px;
	margin-top: 0;
}

body.page-home-variant-1 header {
    border-bottom: 3px solid #CCCCCC;
}


/* Slideshow 2 */
.not-front {
    margin-top: 0px;
}

#block-views-ao-slideshow-ao-slideshow-block{
    /*margin-bottom: 34px;*/
    margin-top: 5px;
    padding-top: 0px;
}

body.not-front .widescreen{
background-color: #343434;
}

#block-views-ao-node-image-block {
  margin-top: 0px;
  margin-bottom: 34px;
  padding-top: 0px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing,
#block-views-ao-node-image-block .text_left_image_block {
    position: absolute;
	height: 271px;
    padding: 30px 20px 20px 46px; /* padding left increased by site shack on 08/03/14)*/
	width: 300px; /* site shack changed from 252px to 265px on 08/15/14)*/
    display: block;
}

#block-views-ao-node-image-block .text_left_image_block {
    padding: 37px 20px 20px 38px;
}

#block-views-ao-node-image-block h2{
    padding-left:  40px;
}

#block-views-ao-node-image-block .views-field-field-image {
bottom: 0;
left: 0px;
position: relative;
top: auto;
}

#block-views-ao-node-image-block .views-field-field-image img {
   display: block;
   height: auto;
   width: auto;
   margin-left: auto;
   max-width: inherit;
   max-height: inherit;

}

/* site shack modified the height to 250px on May 16, 2014 AND THEN to 280 on August 17, 2014 and BACK to 250 on Aug 26 2014 */

#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom span {
    background-image: url("../images/slider_arrows.png");
    top: -199px;
}
#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom span a{
    width: 28px;
    height: 28px;
}
#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom span.views-slideshow-controls-text-previous {
    background-position: -48px 0px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-field-image img {
    height: auto;
    width: auto;
	margin-left: auto;
    max-width: 596px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-field-image {
    bottom: 0;
    left: 334px;
    position: absolute;
    top: -22px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
    padding-top: 4px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing a {
    display: block;
    padding: 7px;
    text-decoration: none;
    width: 96px;
	opacity: 1;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing a:hover {
    opacity: 0.8;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing p {
	font-size: 16px;
	line-height: 24px;
	width: 290px; /* added 8.26.14 by site shack */
}

#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-cycle-main-frame{
	height: 297px !important;
}

#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom {
    border-bottom: 0px;
    margin-top: 9px;
    padding-bottom: 7px;
    text-align: center;
}

#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    float: none;
}

#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom .views-field-nothing {
    background: url("../images/slide-control.png") no-repeat scroll 2px -18px transparent;
    height: 15px;
    margin-right: 1px;
    padding: 0;
    position: relative;
    width: 15px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom .active .views-field-nothing, #block-views-ao-slideshow-ao-slideshow-block .views-slideshow-controls-bottom .views-field-nothing:hover {
    background: url("../images/slide-control.png") no-repeat scroll 2px 2px transparent;
}
#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing-2 {
    background: url("../images/slide2-inner-shadow.png") repeat scroll 0 0 transparent;
    height: 11px;
    left: 0;
    position: absolute;
    top: 286px;
    width: 960px;
    z-index: 0;
}


/* Home variant_2 - Backgrounds & Styles */

body.front  h1{
	display: none;
}

body.front  .breadcrumb{
	display: none;
}

body.front #content, body.front .region-sidebar-first, body.front .region-sidebar-second {
    padding: 0;
    width: 960px;
	margin-top: 0;
	overflow: visible;
}
body.two-sidebars .three-column  #content{
  padding:0px 15px;
}
body.two-sidebars .three-column .sidebar, body.two-sidebars .three-column  #content{
float: left;
width: 300px;
}
body.two-sidebars.not-front .three-column .sidebar{
float: left;
width: 245px;
}
body.two-sidebars.not-front .three-column  #content{
float: left;
width: 410px;
}
body.front .second-body {
    background: url("../images/header-home-bg.png") repeat-x scroll  transparent;
}
body .second-body{
    background: url("../images/header-page-bg.png") repeat-x scroll transparent;
}
body.front .toolbar{
	background: url("../images/variant_2/body-background.jpg") repeat-x scroll 0 183px transparent;
}
body.front  #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    opacity: 0.4;
}

body.front header {
    border-bottom: none;
	padding: 0px 0 14px;
}
body.not-front header {
    border-bottom: none;
    padding: 0px;
}
body.front  #block-views-seven-slideshow-4-block {
    margin-bottom: 23px;
}

body.front  #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom {
    border-bottom: none;
}


/* Slideshow 3 */

#block-views-seven-slideshow-3-block {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 0;
}

#block-views-seven-slideshow-3-block .views-field-field-image img {
    box-shadow: 1px 1px 6px #000000;
    height: auto;
    width: 960px;
	margin-left: 0;
}

#block-views-seven-slideshow-3-block .views-field-nothing {
    margin-top: 0;
    text-align: center;
	width: 960px;
}

#block-views-seven-slideshow-3-block .views-slideshow-cycle-main-frame-row, #block-views-seven-slideshow-3-block .views-slideshow-cycle-main-frame{
	width: 960px !important;
	min-height: 451px;
}

#block-views-seven-slideshow-3-block .views-field-nothing h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 7px;
    margin-top: 20px;
    padding: 0 40px;
}

#block-views-seven-slideshow-3-block .views-field-nothing p {
    color: #666666;
    font-size: 16px;
    padding: 0 40px;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top {
    margin-left: 10px;
    margin-top: 142px;
    position: absolute;
    width: 939px;
    z-index: 100;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views-slideshow-controls-text-pause{
	display: none;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views-slideshow-controls-text-previous{
    float: left;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views-slideshow-controls-text-previous a {
    background: url("../images/slider-arrows.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
	opacity: 0.8;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views-slideshow-controls-text-previous a:hover{
	opacity: 1;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views_slideshow_controls_text_next{
    float: right;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views_slideshow_controls_text_next a{
	background: url("../images/slider-arrows.png") repeat scroll 30px 0 transparent;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
	opacity: 0.8;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-top .views_slideshow_controls_text_next a:hover{
	opacity: 1;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-bottom {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 25px;
    text-align: center;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    float: none;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-bottom .views-field-nothing {
    background: url("../images/slide-control.png") no-repeat scroll 2px -18px transparent;
    height: 15px;
    margin-right: 1px;
    padding: 0;
    position: relative;
    width: 15px;
}

#block-views-seven-slideshow-3-block .views-slideshow-controls-bottom .active .views-field-nothing, #block-views-seven-slideshow-3-block .views-slideshow-controls-bottom .views-field-nothing:hover {
    background: url("../images/slide-control.png") no-repeat scroll 2px 2px transparent;
}


/* Home variant_3 - Backgrounds & Styles */

body.page-home-variant-3 h1{
	display: none;
}

body.page-home-variant-3 .breadcrumb{
	display: none;
}

body.page-home-variant-3 #content, body.page-home-variant-3 .region-sidebar-first, body.page-home-variant-3 .region-sidebar-second {
    padding: 0;
    width: 960px;
	overflow: visible;
}


/* Slideshow 4 */

#block-views-seven-slideshow-4-block {
    margin-bottom: 15px;
    margin-top: 36px;
    padding-top: 0;
}

#block-views-seven-slideshow-4-block .views-slideshow-cycle-main-frame-row .views-field-field-image img {
    height: auto;
    width: 960px;
	margin-left: auto;
}

#block-views-seven-slideshow-4-block .views-slideshow-cycle-main-frame, #block-views-seven-slideshow-4-block .views-slideshow-cycle-main-frame-row{
	width: 960px !important;
	min-height: 311px;
}

#block-views-seven-slideshow-4-block .views-field-nothing {
    background: url("../images/slide1-background.png") repeat scroll 0 0 transparent;
    bottom: 1px;
    margin-top: 0;
    position: absolute;
    text-align: left;
	margin-left: auto;
	width: 960px;
}

#block-views-seven-slideshow-4-block .views-field-nothing h2 {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 7px;
    margin-top: 20px;
    padding: 0 23px;
}

#block-views-seven-slideshow-4-block .views-field-nothing p {
    font-size: 16px;
    padding: 0 23px;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top {
    margin-left: 10px;
    margin-top: 76px;
    position: absolute;
    width: 939px;
    z-index: 100;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views-slideshow-controls-text-pause{
	display: none;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views-slideshow-controls-text-previous{
    float: left;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views-slideshow-controls-text-previous a {
    background: url("../images/slider-arrows.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
	opacity: 0.8;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views-slideshow-controls-text-previous a:hover{
	opacity: 1;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views_slideshow_controls_text_next{
    float: right;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views_slideshow_controls_text_next a{
	background: url("../images/slider-arrows.png") repeat scroll 30px 0 transparent;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
	opacity: 0.8;
	-moz-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-top .views_slideshow_controls_text_next a:hover{
	opacity: 1;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-bottom {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 22px;
    padding-bottom: 25px;
    text-align: center;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    float: none;
    margin-right: 12px;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-bottom   .views-slideshow-pager-field-item {
    opacity: 0.7;
	-moz-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

#block-views-seven-slideshow-4-block .views-slideshow-controls-bottom  .views-slideshow-pager-field-item.active, #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom  .views-slideshow-pager-field-item:hover {
    opacity: 1 !important;
}


/* Home variant_4 - Backgrounds & Styles */

body.page-home-variant-4 h1{
	display: none;
}

body.page-home-variant-4 .breadcrumb{
	display: none;
}

body.page-home-variant-4 #content, body.page-home-variant-4 .region-sidebar-first, body.page-home-variant-4 .region-sidebar-second {
    padding: 0;
    width: 960px;
	margin-top: 0;
	overflow: visible;
}

body.page-home-variant-4 {
    background: url("../images/variant_4/body-background.jpg") repeat-x scroll 0 111px transparent;
}

body.page-home-variant-4.toolbar{
	background: url("../images/variant_4/body-background.jpg") repeat-x scroll 0 176px transparent;
}

body.page-home-variant-4 header {
    border-bottom: none;
}

body.page-home-variant-4 #block-views-seven-features-block-block {
    margin-top: 39px;
}

body.page-home-variant-4 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    opacity: 0.4;
}

body.page-home-variant-4 #block-views-seven-slideshow-4-block {
    margin-bottom: 23px;
}

body.page-home-variant-4 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom {
    border-bottom: none;
}


/* Slideshow 5 */

#block-views-seven-slideshow-5-block {
    border-bottom: 1px solid #EDEDED;
    height: 346px;
    margin-bottom: 27px;
    margin-top: 49px;
    padding-top: 0;
}

#block-views-seven-slideshow-5-block .views-field-nothing {
    height: 271px;
    padding: 26px 32px;
    position: absolute;
    width: 272px;
}

#block-views-seven-slideshow-5-block .views-field-field-image {
    bottom: -301px;
    left: 352px;
    position: absolute;
	top: auto;
}

#block-views-seven-slideshow-5-block .views-field-field-image img {
    height: auto;
    margin-left: 0px;
    width: 582px;
}

#block-views-seven-slideshow-5-block .views-field-nothing h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
    padding-top: 0;
}

#block-views-seven-slideshow-5-block .views-field-nothing a {
    display: block;
    padding: 7px;
    text-decoration: none;
    width: 87px;
	opacity: 1;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#block-views-seven-slideshow-5-block .views-field-nothing a:hover {
    opacity: 0.5;
}

#block-views-seven-slideshow-5-block .views-field-nothing p {
    font-size: 14px;
}

#block-views-seven-slideshow-5-block .views-slideshow-cycle-main-frame{
	height: 297px !important;
}

#block-views-seven-slideshow-5-block .views-slideshow-controls-bottom {
    border-bottom: medium none;
    float: right;
    margin-right: 19px;
    margin-top: 20px;
    padding-bottom: 7px;
    text-align: center;
    width: 597px;
}

#block-views-seven-slideshow-5-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    float: none;
}

#block-views-seven-slideshow-5-block .views-slideshow-controls-bottom .views-field-nothing {
    background: url("../images/slide-control.png") no-repeat scroll 2px -18px transparent;
    height: 15px;
    margin-right: 1px;
    padding: 0;
    position: relative;
    width: 15px;
}

#block-views-seven-slideshow-5-block .views-slideshow-controls-bottom .active .views-field-nothing, #block-views-seven-slideshow-5-block .views-slideshow-controls-bottom .views-field-nothing:hover {
    background: url("../images/slide-control.png") no-repeat scroll 2px 2px transparent;
}


/* Home variant_5 - Backgrounds & Styles */

body.page-home-variant-5 h1{
	display: none;
}

body.page-home-variant-5 .breadcrumb{
	display: none;
}

body.page-home-variant-5 #content, body.page-home-variant-5 .region-sidebar-first, body.page-home-variant-5 .region-sidebar-second {
    padding: 0;
    width: 960px;
	margin-top: 0;
	overflow: visible;
}

body.page-home-variant-5{
    background: url("../images/variant_5/body-background.jpg") repeat-x scroll 0 114px   transparent;
}

body.page-home-variant-5.toolbar {
	background: url("../images/variant_5/body-background.jpg") repeat-x scroll 0 179px transparent;
}

body.page-home-variant-5 .second-body{
    background: url("../images/variant_5/slide-background.jpg") no-repeat scroll center 114px  transparent;
}

body.page-home-variant-5.toolbar .second-body {
	background: url("../images/variant_5/slide-background.jpg") no-repeat scroll center 114px transparent;
}

body.page-home-variant-5 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    opacity: 0.4;
}

body.page-home-variant-5 header {
    border-bottom: none;
	padding: 30px 0 14px;
}

body.page-home-variant-5 #block-views-seven-slideshow-4-block {
    margin-bottom: 23px;
}

body.page-home-variant-5 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom {
    border-bottom: none;
}


/* Slideshow 6 */

#block-views-seven-slideshow-6-block {
    margin-bottom: 15px;
    margin-top: 81px;
    padding-left: 10px;
    padding-top: 0;
	border-bottom: 1px solid #CCCCCC;
}

#block-views-seven-slideshow-6-block .views-slideshow-cycle-main-frame-row-item .views-field-nothing {
    background: url("../images/variant_6/slide1-background.png") repeat scroll 0 0 transparent;
    margin-top: 50px;
    position: absolute;
    text-align: left;
    width: 537px;
}

#block-views-seven-slideshow-6-block .views-field-field-image img {
    height: auto;
    margin-left: 0px;
    width: 939px;
}

#block-views-seven-slideshow-6-block .views-field-field-image {
    overflow: hidden;
	width: 939px;
}

#block-views-seven-slideshow-6-block .views-slideshow-cycle-main-frame-row, #block-views-seven-slideshow-6-block .views-slideshow-cycle-main-frame{
	height: 375px !important;
	overflow: visible;
    width: 948px !important;
}

#block-views-seven-slideshow-6-block .views-field-nothing h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 7px;
    margin-top: 20px;
    padding: 0 24px;
}

#block-views-seven-slideshow-6-block .views-field-nothing p {
    color: #CCCCCC;
    font-size: 16px;
    padding: 0 24px;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top {
    margin-left: -62px;
    margin-top: 171px;
    position: absolute;
    width: 1065px;
    z-index: 100;
	display: none;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views-slideshow-controls-text-pause{
	display: none;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views-slideshow-controls-text-previous{
    float: left;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views-slideshow-controls-text-previous a {
    background: url("../images/slider-arrows.png") repeat scroll 0 0 transparent;
    font-size: 0;
    height: 30px;
    width: 30px;
	display: block;
	opacity: 0.8;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views-slideshow-controls-text-previous a:hover{
	opacity: 1;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views_slideshow_controls_text_next{
    float: right;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views_slideshow_controls_text_next a{
	background: url("../images/slider-arrows.png") repeat scroll 30px 0 transparent;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
	opacity: 0.8;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-top .views_slideshow_controls_text_next a:hover{
	opacity: 1;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-bottom {
    padding-bottom: 25px;
    padding-top: 23px;
    text-align: center;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    float: none;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-bottom .views-field-nothing {
    background: url("../images/variant_6/slide-control.png") no-repeat scroll 2px -20px transparent;
    height: 16px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: 16px;
}

#block-views-seven-slideshow-6-block .views-slideshow-controls-bottom .active .views-field-nothing, #block-views-seven-slideshow-6-block .views-slideshow-controls-bottom .views-field-nothing:hover {
    background: url("../images/variant_6/slide-control.png") no-repeat scroll 2px 1px transparent;
}

#block-views-seven-slideshow-6-block .views-field-nothing a {
    display: block;
    font-size: 14px;
    opacity: 1;
    padding: 7px;
    text-decoration: none;
    width: 87px;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#block-views-seven-slideshow-6-block .views-field-nothing a:hover {
    opacity: 0.5;
}


/* Home variant_6 - Backgrounds & Styles */

body.page-home-variant-6 h1{
	display: none;
}

body.page-home-variant-6 .breadcrumb{
	display: none;
}

body.page-home-variant-6 #content, body.page-home-variant-6 .region-sidebar-first, body.page-home-variant-6 .region-sidebar-second {
    padding: 0;
    width: 960px;
	margin-top: 0;
	overflow: visible;
}

body.page-home-variant-6{
    background: url("../images/variant_6/body-background.jpg") repeat-x scroll 0 114px   transparent;
}

body.page-home-variant-6.toolbar {
	background: url("../images/variant_6/body-background.jpg") repeat-x scroll 0 179px transparent;
}

body.page-home-variant-6 .second-body{
    background: url("../images/variant_6/slide-background.jpg") no-repeat scroll center 135px transparent;
}

body.page-home-variant-6.toolbar .second-body {
	background: url("../images/variant_6/slide-background.jpg") no-repeat scroll center 135px transparent;
}

body.page-home-variant-6 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    opacity: 0.4;
}

body.page-home-variant-6 header {
    border-bottom: none;
	padding: 30px 0 14px;
}

body.page-home-variant-6 #block-views-seven-slideshow-4-block {
    margin-bottom: 23px;
}

body.page-home-variant-6 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom {
    border-bottom: none;
}


/* Slideshow 7 */

#block-views-seven-slideshow-7-block {
    height: 346px;
    margin-bottom: 25px;
    margin-top: 49px;
    padding-top: 0;
}

#block-views-seven-slideshow-7-block .views-field-nothing {
    height: 271px;
    padding: 27px 32px 26px;
    position: absolute;
    width: 443px;
}

#block-views-seven-slideshow-7-block .views-field-field-image {
    bottom: 45px;
    left: 530px;
    position: absolute;
}

#block-views-seven-slideshow-7-block .views-field-field-image img {
    height: auto;
    margin-left: 0;
    width: 396px;
}

#block-views-seven-slideshow-7-block .views-field-nothing h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 12px;
    padding-top: 0;
}

#block-views-seven-slideshow-7-block .views-field-nothing a {
    box-shadow: 1px 1px 2px #000000;
    display: block;
    opacity: 1;
    padding: 7px 7px 9px;
    text-decoration: none;
    width: 100px;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#block-views-seven-slideshow-7-block .views-field-nothing a:hover {
    opacity: 0.5;
}

#block-views-seven-slideshow-7-block .views-field-nothing p {
    font-size: 16px;
}

#block-views-seven-slideshow-7-block .views-slideshow-cycle-main-frame, #block-views-seven-slideshow-7-block .views-slideshow-cycle-main-frame-row{
	height: 336px !important;
    width: 941px !important;
	overflow: visible;
}

#block-views-seven-slideshow-7-block .views-slideshow-controls-bottom {
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    float: right;
    margin-left: auto;
    margin-right: 164px;
    margin-top: -42px;
    padding: 10px 7px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 100;
	right: 0;
}

#block-views-seven-slideshow-7-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    float: none;
}

#block-views-seven-slideshow-7-block .views-slideshow-controls-bottom .views-field-nothing {
    background: url("../images/variant_7/slide-control.png") no-repeat scroll 2px -20px transparent;
    height: 16px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: 16px;
}

#block-views-seven-slideshow-7-block .views-slideshow-controls-bottom .active .views-field-nothing, #block-views-seven-slideshow-7-block .views-slideshow-controls-bottom .views-field-nothing:hover {
    background: url("../images/variant_7/slide-control.png") no-repeat scroll 2px 1px transparent;
}


/* Home variant_7 - Backgrounds & Styles */

body.page-home-variant-7 h1{
	display: none;
}

body.page-home-variant-7 .breadcrumb{
	display: none;
}

body.page-home-variant-7 #content, body.page-home-variant-7 .region-sidebar-first, body.page-home-variant-7 .region-sidebar-second {
    padding: 0;
    width: 960px;
	margin-top: 0;
	overflow: visible;
}

body.page-home-variant-7{
    background: url("../images/variant_7/body-background.jpg") repeat-x scroll 0 114px   transparent;
}

body.page-home-variant-7.toolbar {
	background: url("../images/variant_7/body-background.jpg") repeat-x scroll 0 179px transparent;
}

body.page-home-variant-7 .second-body{
    background: url("../images/variant_7/slide-background.jpg") no-repeat scroll center 114px transparent;
}

body.page-home-variant-7.toolbar .second-body {
	background: url("../images/variant_7/slide-background.jpg") no-repeat scroll center 114px transparent;
}

body.page-home-variant-7 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    opacity: 0.4;
}

body.page-home-variant-7 header {
    border-bottom: none;
	padding: 30px 0 14px;
}

body.page-home-variant-7 #block-views-seven-slideshow-4-block {
    margin-bottom: 23px;
}

body.page-home-variant-7 #block-views-seven-slideshow-4-block .views-slideshow-controls-bottom {
    border-bottom: none;
}

body.page-home-variant-1 #block-views-seven-features-block-block .views-row {
    width: 270px;
}



/* Home variant_8 */

.page-node-33 .breadcrumb, .page-node-34 .breadcrumb{

    display: none;

}

.page-node-33 header, .page-node-34 header  {
    border-bottom: medium none;
}

body.page-node-33 #content, body.page-node-33 .region-sidebar-first, body.page-node-33 .region-sidebar-second {
    margin-top: 0;
    overflow: visible;
    padding: 0;
    width: 960px;
}


/* Home variant_9 */

body.page-node-34 #content, body.page-node-34 .region-sidebar-first, body.page-node-34 .region-sidebar-second {
    margin-top: 0;
    overflow: visible;
    padding: 0;
    width: 960px;
}


body.page-node-34 .region-widescreen{
     margin: 11px auto -33px;
    overflow: visible;
    padding: 0;
    width: 960px;

}

.br-captions{

    display: block;

}

.view-seven-features-side-block-2 .views-field-field-image img {
    height: auto;
    margin-right: 5px;
    width: 52px;
}
.social-networks{
    top: -50px;
}
body.not-front .social-networks{
    top: 20px;
    left: 71px;
}
body.not-front .social-networks.society{
    top: -65px!important;
}
.social-networks.society h2.block-title{
    top: 0px;
    position: relative;
}
body.not-front.two-sidebars .social-networks{
    top: 39px;
    left: 38px;
}
body.not-front.one-sidebar .social-networks {
    top: 39px;
    left: 78px;
}
body.not-front .breadcrumb {
    margin-bottom:  30px;
}
.tagline {
    text-shadow: none;
}
.content-wrapper {
    background-image: url('../images/line-separator.png');
	 padding-bottom: 25px;
}
.node-type-society #block-views-ao-node-image-block-shome{
    overflow-x: hidden;
}
.node-type-society .widescreen .top-image-container .views-field-field-image .field-content img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 228px;
}
.node-type-society-back-page .widescreen .top-image-container{
	border-bottom: 1px solid #3a421d; /* added by site-shack Judy Wilson 07-29-14 */
    border-top: 1px solid #3a421d; /* added by site-shack Judy Wilson 07-29-14 */
	 height: 154px;
    padding-top: 2px;
    padding-left:15px; /* changed by Judy Wilson site-shack on 09-01-14 from 105 to 15 px*/
    overflow: hidden;

}
.node-type-society .widescreen .top-image-container{
    width: 960px;
    overflow: visible;
    margin: 0 auto;
    display: block;
}


/* site-shack added this style to manage inline images with floating divs -- see AOU Professional Awards for usage example
}
-------------------------------------------------------------------------*/

.inline-images-left {
	float: left;
	padding-top: 15px;
}

.inline-images-left-two {
	float: left;
	padding: 15px 0 0 20px;
	width: 400px;
}

/* site-shack added this style to remove left padding in cases where images are too wide. See http://dev-american-ornithology.gotpantheon.com/content/student-postdoctoral-research-awards for an example.
}
-------------------------------------------------------------------------*/

.inline-images-left-three {
	float: left;
	padding: 15px 0 0 0;
	width: 500px;
}

/* site-shack changed the styles to margin-left: -2020px - July 30, 2014

.node-type-society .widescreen .top-image-container .view-display-id-block_shome {
    margin-left: -2012px;
    width: 5000px;
}
-------------------------------------------------------------------------*/


.node-type-society .widescreen .top-image-container .view-display-id-block_shome {
    margin-left: -2020px;
    width: 5000px;
}

.node-type-society-back-page .widescreen .top-image-container img{
    height: auto;
    max-width:  845px;
    width:  auto;
    margin: 0px;
}
.node-type-society-back-page .widescreen {
    margin-left: -15px;
    margin-right: auto;
    width: 960px;
}
.node .content {
padding-bottom: 90px;
}

body.not-front.node-type-society .region-sidebar-first .section, body.not-front.node-type-society-back-page .region-sidebar-first .section{
    padding-left: 1px;
}
/* webform */
.footer .block-webform input[type="button"], .footer .block-webform input[type="submit"], .footer .block-webform input[type="reset"], .footer .block-webform  input[type="file"]::-webkit-file-upload-button, .footer .block-webform button {
width: auto;
}

/* iPads (landscape) ----------- added by site-shack on august 21 2014 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */

#block-views-ao-slideshow-ao-slideshow-block {
    /*padding-bottom: 40px;*/
    margin-top: 5px;
    padding-top: 0px;
}


#block-views-ao-slideshow-ao-slideshow-block .views-field-field-image {
    bottom: 0;
    left: 334px;
    position: absolute;
    top:-22px;
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
	margin-top: 15px; /* was 20px */
    padding-top: 20px; /* was 46px */
}

#block-views-ao-slideshow-ao-slideshow-block .views-field-nothing p {
	font-size: 16px;
	line-height: 24px;
}

/* just leaving these here for now - august 21 2014 - site-shack */
/*
#block-block-4 {
	width: 300px;
}

#block-block-3 {
	width: 300px;
}
*/

/* this adds 30px of white space above bird block*/
/*
.views-slideshow-cycle-main-frame {
	margin-top: 30px;
	padding-top: 50px;
}
*/

}

