/*
 * jQuery FlexSlider v2.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 */
#main-slider .flex-container a:active, 
#main-slider #main-slider a:active, 
#main-slider .flex-container a:focus, 
#main-slider #main-slider a:focus {
	outline: none;
}
#main-slider .slides, 
#main-slider .flex-control-nav, 
#main-slider .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
#main-slider {
	margin: 0;
	padding: 0;
}
#main-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
#main-slider .slides img {
	width: 100%;
	display: block;
}
#main-slider .flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
#main-slider .slides:after {
	content: ".";
	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
*********************************/
#main-slider {
	margin: 0;	
	position: relative;
	zoom: 1;
}
#main-slider .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
#main-slider .loading .flex-viewport {
	max-height: 300px;
}
#main-slider .slides {
	zoom: 1;
}
#main-slider .carousel li {
	margin-right: 5px
}

/*==================added===========================
====================================================*/
.kopa-flex{
	position:relative;
}
.f-entry-content{
	position:absolute;
	width:450px;
	right:20%;
	bottom:30px;
}
.f-entry-content h3{
	margin-bottom:4px;
}
.slide-title{
	 font-family: 'Lora',serif;
    font-size: 42px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:url(../images/background/opacity-4.png);
	padding:0 10px;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}
.slide-title:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.f-entry-content p{
	 font-family: 'Lora',serif;
    font-size: 20px;
	line-height:24px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	text-decoration:none;
	background:url(../images/background/opacity-4.png);
	padding:0 10px;
}