﻿.evoslider.default
{
	position: relative;
	width :100% !important; /* set width via option */
	height :auto; /* set height via option */
    margin: 0 auto;
	overflow : visible ;
	
}
.evoslider.default dt
{
	height : 45px;
    color :#4e4e4e;
    font-family :Arial , Verdana;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing :1px;
	line-height: 40px;
	text-align : left;
	padding-left: 20px;
    background: #4e4e4e url('title-bar.png') no-repeat;
	text-shadow: -1px 1px 1px #9f9f9f;
}
.evoslider.default dt:hover
{
	cursor :pointer ;
	color: #4e4e4e;
}
.evoslider.default dt.active
{
	color: #4e4e4e;
	background: #4e4e4e url('title-bar.png') no-repeat;
	cursor :default;
}

.evoslider.default dd 
{
	background: #fff;
	width: 100% !important;
}
.evoslider.default .arrow_next 
{
	position :absolute ;
	right : 10px;
	top : 180px;
	width : 35px;
	height : 34px;
	background : url('../images/arrows.png') no-repeat -35px 0;
	cursor : pointer ;
	margin :0;
	padding :0;
	border : 0;
	text-decoration: none;
}

.evoslider.default .arrow_next:hover
{
	cursor: pointer;
}
.evoslider.default .arrow_prev 
{
	position :absolute ;
	left: 10px;
	top: 180px;
	width: 35px;
	height: 34px;
	background : url('../images/arrows.png') no-repeat 0 0;
	cursor :pointer ;
	margin :0;
	padding :0;
	border :none;
	text-decoration: none;
}

.evoslider.default .arrow_prev:hover 
{
	cursor: pointer;
}

.evoslider.default .controlNav 
{
	left : 10px;
	bottom : 10px;
margin: 0 auto;
margin-left: 40%;
	border : 0;
}

.evoslider.default .control_wrapper 
{
	width: 100% !important;
	height: 100%;
	overflow: hidden;
}
.evoslider.default .controlNav ul 
{
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
}
.evoslider.default .controlNav li.bullets 
{
	width : 15px;
	height : 15px;
	margin : 5px;
	padding :0;
	border :none;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background : #eee;
	overflow: visible;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #4e4e4e;
}

.evoslider.default .controlNav li.bullets.last 
{
}

.evoslider.default .controlNav li.bullets:hover
{
	background: #4e4e4e;
	color: #fafafa;
}

.evoslider.default .controlNav li.bullets.active 
{
	background: #4e4e4e;
	color: #fafafa;
}
/***********************   ***************************/

.evoslider
{
}

.evoslider .slideWrapper
{
	position: relative;
}

.evoslider dl
{
	position :relative ;
    width : 100% !important;
    list-style :none ;
    overflow: hidden ;
    margin: 0;
    padding: 0;
    border: 0;
}

/*
Title bar.
*/ 
.evoslider dt
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* The hover state of the title bar */ 
.evoslider dt:hover
{
	cursor :pointer ;
}

/* The active state of the title bar */
.evoslider dt.active
{
	cursor :default;
}

.evoslider dt .ieFix 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.evoslider dt .ieFix .box
{
	position: absolute;
	width: 100% !important;
	height: 100%;
	background-color: Gray;
	opacity: 0; 
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* 
The slide content area
*/
.evoslider dd 
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
    overflow: hidden;
}
.evoslider dd h3 
{
    margin: 0 0 20px 75px;
    
    
}
.evoslider dd h3 a 
{
    display: block;
    font-family: open_r;
    font-weight: bold;
    color: #2D7B00;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.evoslider dd img 
{
    float:left;
    margin-left: 75px;
}
.evoslider dd p 
{
    width: 95%;
    margin: 0 0 0 40px;
    display: block;
    float:left;
    font-family: open_r;
    font-weight: normal;
    color: #585858;
    line-height: 1.8em;
    font-size: 14px;
    text-align: justify;
}
.evoslider dd h2
{
    margin: 20px 0 0 0;
    font-family: open_b;
    font-weight: 600;
    color: #2f2f2f;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

/*  _______________________________________

	03 DIRECTION NAVIGATION
    _______________________________________  */

/* The arrow next */
.evoslider .arrow_next 
{
}

/* The hover state of the arrow next */
.evoslider .arrow_next:hover
{
}

/* The arrow prev */
.evoslider .arrow_prev 
{
}

/* The hover state of the arrow prev */
.evoslider .arrow_prev:hover 
{
}


/*  _______________________________________

	04 CONTROL NAVIGATION ( BULLETS )
    _______________________________________  */

/* Control navigation container */
.evoslider .controlNav 
{
	position :absolute ;
}

.evoslider .control_wrapper 
{
	position: relative;
}

/* Control list */
.evoslider .controlNav ul 
{
	position: relative;
	list-style: none;
}

/* The bullets control */
.evoslider .controlNav li.bullets 
{
	position :relative;
	float: left ;
	cursor: pointer ;
}

.evoslider .controlNav li.bullets.last 
{
}

/* The hover state of the bullets control */
.evoslider .controlNav li.bullets:hover
{
	cursor: pointer;
}

/* The active state of the bullets control */
.evoslider .controlNav li.bullets.active 
{
	cursor : default ;
}
