/*
Skin Name: PixelCrowd Theme
Version: 1.0
Author: Milos Stankovic
*/

.theme-pixelcrowd {
	z-index:1;
}

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

.theme-pixelcrowd .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:7px;
    margin-left:-40px; /* Tweak this to center bullets */
    z-index: 9999;
}
.theme-pixelcrowd .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	z-index: 9999;
}
.theme-pixelcrowd .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-pixelcrowd .nivo-directionNav a {
	display:block;
	width:35px;
	height:35px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index: 9999;
}
.theme-pixelcrowd a.nivo-nextNav {
	background-position:-35px 0;
	right:15px;
	z-index: 9999;
}
.theme-pixelcrowd a.nivo-prevNav {
	left:15px;
	z-index: 9999;
}

.theme-pixelcrowd .nivo-caption {
left:0px; /* x offset position */ top:0px; /* y offset position */ width:960px; /* width of the slider */ overflow:hidden; background:none;
}

.theme-pixelcrowd .nivo-caption .green1{
    margin-left:100px;
    margin-top:60px;
}

.theme-pixelcrowd .nivo-caption .green2{
    margin-left:630px;
    margin-top:40px;
}

.theme-pixelcrowd .nivo-caption .green3{
    margin-left:100px;
    margin-top:170px;
}

.theme-pixelcrowd .nivo-caption .green4{
    margin-left:100px;
    margin-top:200px;
}


.theme-pixelcrowd .nivo-caption p {
	font-family: AvenirLTStd65Medium, Verdana, Arial;
    font-size:16px;
    color:#222;
    text-shadow:none;
}

.theme-pixelcrowd .nivo-caption .text {
	font-family: AvenirLTStd65Medium, Verdana, Arial;
    font-size:20px;
    color:#000;
    text-shadow: none;
    margin-bottom:0px;
    display:inline-block;
    *display:inline; /* this targets all IE */
    background-color:#f1f1f1;
    padding: 5px 15px 0px 15px;
}


.theme-pixelcrowd .nivo-caption .text_large {
	font-family: AvenirLTStd65Medium, Verdana, Arial;
    font-size:38px;
    color:#000;
    text-shadow: none;
    margin-bottom:15px;
    display:inline-block;
    *display:inline; /* this targets all IE */
    background-color:#f1f1f1;
    padding: 0px 15px 5px 15px;
}


.theme-pixelcrowd .nivo-caption strong {
	font-family: AvenirLTStd85Heavy, Verdana, Arial;
	color: #333;
}

.theme-pixelcrowd .nivo-caption em {
	font-style: italic;
	color: #000;
}


.theme-pixelcrowd .nivo-caption a {
	display:inline-block;
	font-family: AvenirLTStd85Heavy, Verdana, Arial;
    color:#317a5d;
    font-weight:bold;
    font-size:22px;
    text-transform:uppercase;
    text-decoration:none;
    background:#fff;
    padding:5px 15px;
    *margin-top:15px; /* this targets all IE */
}
.theme-pixelcrowd .nivo-caption a:hover {
    color:#005433;
}