/*
 * jQuery Nivo Slider v2.6
 * 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 */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.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 */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
	opacity: 0.7;
}
.nivo-prevNav {
	left: 0px; 
	width: 33px;
	height: 50px;
	background: url(../img/btn_prev.png) no-repeat top left;	
}
.nivo-prevNav:hover {
	background: url(../img/btn_prev.png) no-repeat top left;
}
.nivo-nextNav { 
	right: 0px; 
	width: 33px;
	height: 50px;
	background: url(../img/btn_next.png) no-repeat top left;
}
.nivo-nextNav:hover {
	background: url(../img/btn_next.png) no-repeat top left;	
}

/* Control nav styles (e.g. 1,2,3...)
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}   */

.nivo-controlNav {
	position: absolute;
	z-index: 99;
	bottom: 0px;
	left: 45%;
	width: 125px;
	height: 25px;
	padding-left: 5px;
	background: #000;
	display: none;
}
.nivo-controlNav a {
	display: block;
	margin-top: 5px;
	width: 23px;
	height: 16px;
	float: left;
	text-indent: -9999px;
	position:relative;
	z-index:9;
	cursor:pointer;
	margin-left: 5px;
	background: #dbdbdb;
}
.nivo-controlNav a.active {
	background: #9E0000;
}

/*IE8 Bootstrap Fix*/

.lt-ie9 #div_central { padding: 20px 15px; }

.lt-ie9 .row { margin: 0; }

.lt-ie9 .container {max-width: 1170px;   
}
.lt-ie9 .col-md-1 {width: 8.333333333333332%;
}
.lt-ie9 .col-md-2 {width: 16.666666666666664%;
}
.lt-ie9 .col-md-3 { width: 25%;
}
.lt-ie9 .col-md-4 {width: 33.33333333333333%;
}
.lt-ie9 .col-md-5 {width: 41.66666666666667%;
}
.lt-ie9 .col-md-6 {width: 50%;
}
.lt-ie9 .col-md-7 {width: 58.333333333333336%;
}
.lt-ie9 .col-md-8 {width: 66.66666666666666%;
}
.lt-ie9 .col-md-9 {width: 75%;
}
.lt-ie9 .col-md-10 {width: 83.33333333333334%;
}
.lt-ie9 .col-md-11 {width: 91.66666666666666%;
}
.lt-ie9 .col-md-12 {width: 100%;
}
.lt-ie9 .col-md-1,
.lt-ie9 .col-md-2,
.lt-ie9 .col-md-3,
.lt-ie9 .col-md-4,
.lt-ie9 .col-md-5,
.lt-ie9 .col-md-6,
.lt-ie9 .col-md-7,
.lt-ie9 .col-md-8,
.lt-ie9 .col-md-9,
.lt-ie9 .col-md-10,
.lt-ie9 .col-md-11 {float: left;
}
.lt-ie9 .image-grid .element {margin-bottom:30px;
}
.lt-ie9 .carouselslider ul li {	padding:0 0 0 30px!important;
}
.lt-ie9 .margin-fixer {	margin-left:-30px!important;
}
.lt-ie9 .col-md-12 .items6 li {width:195px;
}
.lt-ie9 .col-md-12 .items5 li {width:234px;
}	
.lt-ie9 .col-md-12 .items4 li {width:292px;
}	
.lt-ie9 .col-md-12 .items3 li {width:390px;
}
.lt-ie9 .col-md-12 .items2 li {width:585px;
}
.lt-ie9 .col-md-12 .items1 li {width:1170px;
}
.lt-ie9 .col-md-6 .items6 li {width:97px;
}
.lt-ie9 .col-md-6 .items5 li {width:117px;
}
.lt-ie9 .col-md-6 .items4 li {width:146px;
}
.lt-ie9 .col-md-6 .items3 li {width:195px;
}
.lt-ie9 .col-md-6 .items2 li {width:292px;
}
.lt-ie9 .col-md-6 .items1 li {width:585px;
}	
.lt-ie9 .col-md-4 .items6 li {width:65px;
}
.lt-ie9 .col-md-4 .items5 li {width:78px;
}
.lt-ie9 .col-md-4 .items4 li {width:97px;
}
.lt-ie9 .col-md-4 .items3 li {width:130px;
}
.lt-ie9 .col-md-4 .items2 li {width:195px;
}
.lt-ie9 .col-md-4 .items1 li {width:390px;
}		
.lt-ie9 .col-md-3 .items6 li {width:48px;
}
.lt-ie9 .col-md-3 .items5 li {width:58px;
}
.lt-ie9 .col-md-3 .items4 li {width:73px;
}	
.lt-ie9 .col-md-3 .items3 li {width:97px;
}
.lt-ie9 .col-md-3 .items2 li {width:146px;
}
.lt-ie9 .col-md-3 .items1 li {width:293px;
}
.lt-ie9 .col-md-8 .items6 li {width:130px;
}
.lt-ie9 .col-md-8 .items5 li {width:156px;
}	
.lt-ie9 .col-md-8 .items4 li {width:195px;
}
.lt-ie9 .col-md-8 .items3 li {width:260px;
}
.lt-ie9 .col-md-8 .items2 li {width:390px;
}
.lt-ie9 .col-md-8 .items1 li { width:780px;
}
.lt-ie9 .col-md-9 .items6 li {width:146px;
}
.lt-ie9 .col-md-9 .items5 li {width:175px;
}	
.lt-ie9 .col-md-9 .items4 li {width:219px;
}	
.lt-ie9 .col-md-9 .items3 li {width:292px;
}
.lt-ie9 .col-md-9 .items2 li {width:439px;
}
.lt-ie9 .col-md-9 .items1 li {width:878px;
}
.lt-ie9 .portfolio_block .col-md-3 {width:292px !important;
}
.lt-ie9 .portfolio_block .col-md-4 {width:390px !important;
}
.lt-ie9 .portfolio_block .col-md-6 {width:585px !important;
} 
.lt-ie9 .portfolio_block .col-md-8 {width:780px !important;
}
