/*
	Skin Name: AC 2Col
	Class: ac-2col
	Description: Slider to fit in 1 column of a 2 column layout for Algonquin College
	Author: Soshal Group
*/


/* MAIN SLIDE */
#main .slide img {
	padding: 0;
	border: none;
}
.ac-2col .slide-wrapper {
	background: none;
  -moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}


.ac-2col .slide {
	background: -moz-linear-gradient(center top , #444444, #222222) repeat scroll 0 0 #444444;
	border-radius: 4px 4px 4px 4px;
  
}

.ac-2col .layer.black {
    background: none repeat scroll 0 0 transparent;
}


.advanced-slider {
    font-family: 'proxima_nova_rgregular',helvetica,arial,sans-serif;
}

#slider .ac-2col p.smaller, .slider .ac-2col p.smaller {
    left: 0;
    top: 0;
    width: 90%;
    font: 400 1.1em 'proxima_nova_ltsemibold',helvetica,arial,sans-serif;
    line-height: 1.2em;
    text-shadow: 1px 1px 4px #000;
    text-align: left;
    color: #fff;
    margin: 0 30px 8px 30px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000');

}

#slider .ac-2col p, .slider .ac-2col p {
    left: 0;
    top: 0;
    width: 90%;
    font: 400 2.1em 'proxima_nova_ltsemibold',helvetica,arial,sans-serif;
    line-height: 1.2em;
    text-shadow: 1px 1px 4px #000;
    text-align: left;
    color: #fff;
    margin: 0 30px 20px 30px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000');

	
}

#slider .ac-2col p a, .slider .ac-2col p a {
  font: 400 0.5em 'proxima_nova_ltsemibold',helvetica,arial,sans-serif;
 /* color: #fff;
  text-decoration: none;
  margin: 0 0 30px 30px;
  padding: 8px 20px;
  background: #008e9b;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008e9b), to(#007179));
  background-image: -webkit-linear-gradient(top, #008e9b, #007179);
  background-image: -moz-linear-gradient(top, #008e9b, #007179);
  background-image: -ms-linear-gradient(top, #008e9b, #007179);
  background-image: -o-linear-gradient(top, #008e9b, #007179);
  border: 1px solid #01545a;
  border-bottom: 4px solid #01545a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;*/
}

#slider .ac-2col p a:hover, .slider .ac-2col p a:hover {
 /* color: #fff;
  text-decoration: none;
  background: #007179;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007179), to(#008e9b));
  background-image: -webkit-linear-gradient(top, #007179, #008e9b);
  background-image: -moz-linear-gradient(top, #007179, #008e9b);
  background-image: -ms-linear-gradient(top, #007179, #008e9b);
  background-image: -o-linear-gradient(top, #007179, #008e9b);
  border: 1px solid #01545a;
  border-bottom: 4px solid #01545a;*/
}


/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.ac-2col .slide-arrows a {
	background: url(images/arrows.png) no-repeat;
	width: 38px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
}


.ac-2col .slide-arrows a.previous {
	left: 20px;
}


.ac-2col .slide-arrows a.next {
	right: 20px;
	background-position: -38px 0;
}

/* END SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.ac-2col .slideshow-controls {
	background: url(images/playpause.png) no-repeat;
	width: 38px;
	height: 38px;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
}


.ac-2col .slideshow-controls.pause {
	background-position: 0 0;
}


.ac-2col .slideshow-controls.play {
	background-position: -38px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.ac-2col .timer-animation {
	top: 20px;
	right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.ac-2col .caption-container .background {
	background-color: #000;
	width: 100%;
	height: 100%;
}


.ac-2col .caption-container .caption {
	color: #FFF;
	margin: 0;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
}

/* END OF SLIDE CAPTION */


/* SLIDE BUTTONS/BULLETS */

/* main container of the navigation buttons */
.ac-2col .slide-buttons {
	margin-top: 20px;
}

/* 
 left, right and middle of the main container 
 for this skin, these elements are not styled by default
 feel free to add your own styling
*/
.ac-2col .slide-buttons .left, 
.ac-2col .slide-buttons .right {
}


.ac-2col .slide-buttons .left {
}


.ac-2col .slide-buttons .middle {
}


.ac-2col .slide-buttons .right {
}


/* this contains the buttons */
.ac-2col .slide-buttons .buttons-inner {
	width: 14px;
}


/* this is a button */
.ac-2col .slide-buttons .buttons-inner a {
  background: url(images/buttons.png) no-repeat;
  background-position: 0 0;
  width: 14px;
  height: 14px;
  margin: 0 2px;
}


.ac-2col .slide-buttons .buttons-inner a.over {
	background-position: -14px 0; 
}


.ac-2col .slide-buttons .buttons-inner a.select {
	background-position: -28px 0; 
}


/* this is used to style the numbers from within the buttons, when they are used */
.ac-2col .slide-buttons .buttons-inner a .number {
	margin-top: 40%;
  font-size: 16px;
  font-weight: bold;
	line-height: 11px;
	color: #666;
}


.ac-2col .slide-buttons .buttons-inner a.over .number {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}


.ac-2col .slide-buttons .buttons-inner a.select .number {
  font-size: 16px;
  font-weight: bold;
	color: #FFF;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.ac-2col .slide-buttons .buttons-inner .thumbnail-wrapper {
	margin-bottom: 10px;
}

/* END OF SLIDE BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.ac-2col .thumbnail {
	background-color: #FFF;
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	box-shadow: 0 0 10px #AAA;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
}

/* END OF THUMBNAIL IMAGE */


/* THUMBNAIL SCROLLER */

.ac-2col .thumbnail-scroller.horizontal {
	bottom: 0;
	left: 0;
	padding: 0 50px;
	margin-top: 30px;
}


.ac-2col .thumbnail-scroller.horizontal.overlay {
	bottom: 80px;
	margin-top: 0;
}


.ac-2col .thumbnail-scroller.vertical {
	right: 0;
	top: 0;
	padding: 50px 0;
	margin-left: 30px;
}


.ac-2col .thumbnail-scroller.vertical.overlay {
	right: 80px;
	margin-left: 0;
}


.ac-2col .thumbnail-scroller .thumbnail-wrapper {
	margin: 5px;
	padding: 4px;
}


.ac-2col .thumbnail-scroller .thumbnail.over {
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555)";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


.ac-2col .thumbnail-scroller .thumbnail.select {
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


/* THUMBNAIL CAPTION */

.ac-2col .thumbnail .caption .background {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.ac-2col .thumbnail .caption .content {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 2px 0;
	margin: 0;
}

/* END OF THUMBNAIL CAPTION */


/* THUMBNAIL SCROLLBAR ARROWS */

.ac-2col .thumbnail-scroller .arrows a {
	background: url(images/arrows.png) no-repeat;
	width: 38px;
	height: 38px;
}


.ac-2col .thumbnail-scroller.vertical .arrows a {
	background: url(images/arrows_v.png) no-repeat;
}


.ac-2col .thumbnail-scroller .arrows a.next {
	background-position: -38px 0;
}


.ac-2col .thumbnail-scroller.horizontal .arrows a.previous {
	left: 0;
}


.ac-2col .thumbnail-scroller.horizontal .arrows a.next {
	right: 0;
}


.ac-2col .thumbnail-scroller.vertical .arrows a.previous {
	top: 0;
}


.ac-2col .thumbnail-scroller.vertical .arrows a.next {
	bottom: 0;
}

/* END OF THUMBNAIL SCROLLBAR ARROWS */


/* THUMBNAIL SCROLLBAR BUTTONS */

.ac-2col .thumbnail-scroller .buttons a {
	background: url(images/buttons_small.png) no-repeat;
	background-position: 0 0; 
	width: 10px;
	height: 10px;
	margin: 2px;
}


.ac-2col .thumbnail-scroller .buttons a.over {
	background-position: -10px 0; 
}


.ac-2col .thumbnail-scroller .buttons a.select {
	background-position: -20px 0; 
}


.ac-2col .thumbnail-scroller.horizontal .buttons {
	margin-top: 0;
}


.ac-2col .thumbnail-scroller.vertical .buttons {
	margin-left: 0;
}

/* END OF THUMBNAIL SCROLLBAR BUTTONS */


/* THUMBNAIL SCROLLBAR SCROLLBAR */

.ac-2col .thumbnail-scroller.horizontal .scrollbar {
	margin-top: 30px;
}


.ac-2col .thumbnail-scroller.vertical .scrollbar {
	margin-left: 30px;
}


/* END OF THUMBNAIL SCROLLBAR SCROLLBAR */

/* END OF THUMBNAIL SCROLLER */


/* TOOLTIP */

.advanced-slider-tooltip {
	background-color: #DDD;
	margin-bottom: 20px;
	border: #EEE solid 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


.advanced-slider-tooltip .content {
	color: #999;
	padding: 10px;
	margin: 0;
}

/* END OF TOOLTIP */

/* =============================================================================
Media queries - devices smaller than 780px wide
   ========================================================================== */

@media screen and (max-width:780px) {

#slider .ac-2col p.smaller, .slider .ac-2col p.smaller {
  font-size: 1em;
  margin: 0 0 20px 20px;
}

#slider .ac-2col p, .slider .ac-2col p {
  font-size: 1.2em;
  margin: 0 0 20px 20px;
}

}