﻿/* -----------------------------------------
:: nivo slider (default)
----------------------------------------- */
#nivo-slider				{position: absolute;	top: 20px;	right: 0px;}
/* -----------------------------------------
:: primary component background
----------------------------------------- */
.primary-components			{height:375px; -webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}
.primary-components			{background:url('../../graphics/primary-component-bg.jpg') center top;}
/* -----------------------------------------
:: news carousel
----------------------------------------- */
.news-carousel				{height:305px; box-sizing:border-box;}
.news-carousel				{background:url('../../graphics/news-carousel-bg.jpg') center top;}
#myCarousel					{margin:20px 0px 0px 0px;}
/* -----------------------------------------
:: responsive
----------------------------------------- */
@media screen and (max-width: 767px) 	{

.primary-components			{height:auto;}
#news-carousel h3			{font-size:120%;}


}



