/*
 * 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
 */

.nivo-imageLink {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 z-index: 11;
}

.theme-default #slider {
	float: right;
	width: 50%;
	margin-top: 60px;
	margin-right: 40px;
} 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	background-image: url(loading.gif);
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	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;
	/* [disabled]left: -550px; */
	/* [disabled]top: -305px; */
	color: #fff;
	width: 100px;
	z-index: 8;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nivo-caption h1 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.nivo-caption p {
	color: #ccc;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	text-transform: none;
}
.nivo-html-caption {
	display: none;
	margin-top: 60px;
	width: 800px;
}

.theme-default a.slider_detail {
	position: absolute;
	display: block;
	width: 116px;
	height: 52px;
	line-height: 55px;
	text-align: center;
	bottom: 11px;
	left: 400px;
	font-size: 18px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0 1px 1px #fff;
}
/* Direction nav styles (e.g. Next & Prev) */

.theme-default .nivo-directionNav a {
	position:absolute;	
	display:block;
	width:28px;
	height:94px;
	background:  url(../images/tvaco-slider-next-previous.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:30%;
	z-index:9;
	cursor:pointer;
}
.theme-default a.nivo-nextNav {
	background-position:-28px 0;
	right: -520px;
}
.theme-default a.nivo-prevNav {
	left: -65px;
}

/* Control nav styles (e.g. 1,2,3...) */

.theme-default .nivo-controlNav {
	position: absolute;
	bottom: -80px;
	left: 220px;
	width: 180px;
	padding: 0px 0;
	height: 31px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/nivo-command.png);
	background-repeat:no-repeat;
}

.theme-default .nivo-controlNav a {
	display:block;
	border:0;
	padding: 7px 0;
	margin-left: 28px;
	float:left;
	z-index: 9;
	cursor: pointer;
	color: #ccc;
}
.theme-default .nivo-controlNav a.active {
	color: #fff;
}
/*large*/
@media (min-width:801px){
.nivo-caption {
	width: 80%!important;
	left:0px;
	right:0px;
	top: -33px;
	text-align: right;
	margin-left:-85%;	
}
.theme-default #slider {
	/*width: 600px!important;
	height: 225px;*/
	margin-right: 40px;
	margin-top: 5vw;
	height: 18.3vw;
}
#templatemo_slider {
	height: 32vw;
}
.theme-default .nivo-controlNav {
	top: 21vw;
	left: 17vw;
	/*left: 35.5%;*/
}
.big_col{
	width: 55vw;
}
#templatemo_middle .col_3 {
	background: url(images/ver-seperator1.png) no-repeat right center;
	background-size: 4px 95%;
}
}
/*small*/
@media (max-width:800px){
.nivo-caption {
	/*width: 300px!important;*/
	width: 95%;
	left: 0px;
	top: calc(-360px + 20vw);
	text-align: left;
}
.theme-default #slider {
	/*width: 300px!important;
	height: 113px;*/
	width: 80%;
	height: 28.65vw;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: calc(340px - 20vw);
	float: right;
}
#templatemo_slider {
	height: calc(20vw + 360px);
}
.theme-default .nivo-controlNav {
	top: 33.5vw;
	left: calc(45vw - 120px);
}
.big_col{
	width: 90vw;
}
#templatemo_middle .col_3 {
	background: none;
}
#templatemo_middle h2 {
font-size: 16px;
}
}
