/* * jQuery FlexSlider v2.7.1 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 and later license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) * */ /* ==================================================================================================================== * FONT-FACE * ====================================================================================================================*/ /*@font-face { font-family: 'flexslider-icon'; src: url('flexslider-icon.eot'); src: url('flexslider-icon.eot?#iefix') format('embedded-opentype'), url('flexslider-icon.woff') format('woff'), url('flexslider-icon.ttf') format('truetype'), url('flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; }*/ /* ==================================================================================================================== * RESETS * ====================================================================================================================*/ ul.slides { background-color: #000;} ul#archive.slides { background-color: #fff;} .flex-container a:hover, .flex-slider a:hover { outline: none; } .slides > li { margin: 0; padding: 0; list-style: none; border-bottom: none; overflow: hidden; } .slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flex-pauseplay span { text-transform: capitalize; } /* ==================================================================================================================== * BASE STYLES * ====================================================================================================================*/ .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } .flexslider .slides img { max-width: 50%; max-height:50%; display: block; margin-left: auto; margin-right: auto; } .flexslider .slides:after { } html[xmlns] .flexslider .slides { display: flex; } * html .flexslider .slides { /*height: 1%;*/ } .no-js .flexslider .slides > li:first-child { display: block; } /* ==================================================================================================================== * DEFAULT THEME * ====================================================================================================================*/ .flexslider { margin: 0 0 5px 0; background: #fff; border: none; position: relative; zoom: 1; overflow:hidden; } .flexslider .slides { zoom: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .flexslider .slides img { -moz-user-select: none; } .flex-viewport { /* height:1080px;*/ -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; overflow:hidden; } .loading .flex-viewport { max-height: 780px; } .loading {min-height:780px; background: url(../supersized-develop_2/core/img/progress.gif) no-repeat center center; background-color: #000} @-moz-document url-prefix() { .loading .flex-viewport { max-height: none; } } .carousel li { margin-right: 5px; } .flex-direction-nav { height: 0; } .flex-direction-nav a { text-decoration: none; display: block; width: 50%; height:100%; margin:0; position: absolute; top: 0; z-index: 10; overflow: visible; opacity: 0; color: inherit; background-color: transparent; /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ /* -webkit-text-stroke: 1px white; */ cursor: url(/images/neg-forward.png), auto; } .flex-direction-nav a.flex-prev { cursor: url(/images/neg-forward.png), auto; } .flex-direction-nav a:before { font-family: "FontAwesome"; font-size: 50px; display: inline-block; content: ''; color: rgba(0, 0, 0,1); } .flex-direction-nav a.flex-prev:before { content: ''; } .flex-direction-nav a.flex-next:before { content: ''; } .flex-direction-nav .flex-prev { text-align:left; } .flex-direction-nav .flex-next { text-align: right; } .flexslider:hover .flex-direction-nav .flex-prev { opacity: 1; left: 10px; } .flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; } .flexslider:hover .flex-direction-nav .flex-next { opacity: 1; right: 10px; } .flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; } .flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; } .flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; } .flex-pauseplay a:hover { opacity: 1; } .flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; } .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; } .seperator-line { border-top: 20px solid #000; } /* ==================================================================================================================== * RESPONSIVE * ====================================================================================================================*/ @media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; left: 10px; } .flex-direction-nav .flex-next { opacity: 1; right: 10px; } }