/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline:none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin:0; padding:0; list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.slider	{overflow:hidden;}
.flexslider {margin:0 auto; padding:0; width:auto;}
.flexslider .slides > li {display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display:block;}
.flex-pauseplay span {text-transform:capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display:block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position:relative; zoom:1;}
.flex-viewport {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height:300px;}
.flexslider .slides {zoom:1;}
.carousel li {margin-right:5px;}

/* Direction Nav */
.flex-direction-nav							{width:0; height:0; text-indent:-9999px;}
.flex-direction-nav a						{width:85px; height:50px; margin:0; display:none; position:absolute; top:130px; z-index:10; cursor:pointer; text-indent:-9999px;}
.flex-direction-nav .flex-prev				{left:0;}
.flex-direction-nav .flex-next				{right:0;}

/*
.more-control								{width:0; height:0; text-indent:-9999px;}
.more-control a								{width:25px; height:25px; margin:0; display:none; position:absolute; top:198px; z-index:10; cursor:pointer; text-indent:-9999px; background:url(../img/new/visual-arrow.png) no-repeat;}
.more-control .control-stop					{background-position:-50px 0; left:94px;}
.more-control .control-stop:hover			{background-position:-50px -25px;}
.more-control .control-play					{background-position:-75px 0; left:94px;}
.more-control .control-play:hover			{background-position:-75px -25px;}
.more-control .control-go					{background-position:-100px 0; left:122px; width:60px;}
.more-control .control-go:hover				{background-position:-100px -25px;}
*/

/* Control Nav */
.flex-control-nav							{position:absolute; top:15px; left:15px; z-index:10; width:auto; text-align:center;}
.flex-control-nav li						{margin:0 2.5px; display: inline-block; zoom: 1; *display:inline;text-align:center;}
.flex-control-paging li a					{width:10px; height:10px; display:block; background-color:#ddd; cursor:pointer;text-indent:-9999px;-webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; border-radius:7px;border:2px solid #fff;}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active		{background-color:#b30a1d;border:2px solid #fff;}

.main_visual .flex-control-nav{display:none;}
.main_visual .flex-direction-nav a{display:block;top:293px;}
.main_visual .flex-direction-nav .flex-prev{background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_prev.png) no-repeat 0 0;}
.main_visual .flex-direction-nav .flex-next{background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_next.png) no-repeat 0 0;}

.univ_disc .flex-direction-nav a{display:block;width:45px;height:41px;z-index:30;top:50%;transform:translateY(-50%);}
.univ_disc .flex-direction-nav .flex-prev{left:126px;background:url(../images/univers/left_arrow.png) no-repeat 0 0;left:0;}
.univ_disc .flex-direction-nav .flex-next{right:126px;background:url(../images/univers/right_arrow.png) no-repeat 0 0;right:0;}

.crs_box02 .flex-control-nav{display:none;}
.crs_box02 .flex-direction-nav a{display:block;top:74px;width:36px; height:69px;}
.crs_box02 .flex-direction-nav .flex-prev{background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_left.png) no-repeat 0 0;}
.crs_box02 .flex-direction-nav .flex-next{background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_right.png) no-repeat 0 0;}

.crs_box03 .flex-control-nav{display:none;}
.crs_box03 .flex-direction-nav a{display:block;top:50px;width:36px; height:69px;}
.crs_box03 .flex-direction-nav .flex-prev{background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_left01.png) no-repeat 0 0;}
.crs_box03 .flex-direction-nav .flex-next{background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_right01.png) no-repeat 0 0;}

.sm_list .flex-control-nav{display:none;}
.sm_list .flex-direction-nav a{display:block;top:31px;width:36px; height:69px;}
.sm_list .flex-direction-nav .flex-prev{left:-121px;background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_left01.png) no-repeat 0 0;}
.sm_list .flex-direction-nav .flex-next{right:-121px;background:url(https://globalcampus.ac:50017/v2/images/btn/arrow_right01.png) no-repeat 0 0;}