/*------------------------------------------------------------------------

        Name: Full Width Slider 2.0
        Design and Develpment: eightyclouds
        Author URI: http://www.eightyclouds.com
        Version: 1.0

--------------------------------------------------------------------------

   01. CSS Reset
   02. Head Styles
   03. Top Slider Styles
   04. Media Query Max Width 1300, Min Width 720
   05. Media Query Max Width 719
   
*/

/* ------------------------------- 1. Resets ------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0;  padding: 0; border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent; }

body { line-height: 1; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul {list-style: none;}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

input, select { vertical-align: middle; }




/* ------------------------------- 3. Slider Styles ------------------------------- */

#fwslider {
    position: relative;
    background:#cccccc;
    width:100%;
	height:400px!important;
	margin:0 auto!important;
   
	
}

#fwslider .slider_container {
	width:100%;
	height:400px!important;
 
	margin:0 auto!important;
}

#fwslider .slide {
    display: none;
    
    z-index: 0;
   
	
	width:100%;
	height:400px!important;
	margin:0 auto!important;
	
}

#fwslider .slide img {
    width:100%;
	min-height:262px;
	min-width:960px;
}

#fwslider .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:75%!important;
    left:-50px;
    opacity:0.5;
    z-index: 10;
	display:none;
}

#fwslider .slidePrev span {
    background-image:url("../img/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:75%!important;
    right:-50px;
    opacity:0.5;
    z-index: 10;
	display:none;
}

#fwslider .slideNext span {
    background-image:url("../img/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
	display:none;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color: #FC3;
    float:left;
}

#fwslider .slide_content {
    width:100%;
	/**height:516px;**/
	margin:0 auto!important;
    width:100%;
    height:100%;
	width:100%!important;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
   max-width:1020px; 
    margin:5% auto;
	margin-left:170px;
	
	width:100%!important;
	
	margin:0!important; 
	max-width:none; 
}

#fwslider .title {  /* Slider Title Style */
    opacity: 0;
    /**color:#fff;   
	  background:#000;
    padding:10px; **/
    font-size:40px;
	line-height:42px;
    float:left;
	padding:10px;
  /**  font-family: 'Open Sans'; **/
    font-style: normal;
	color:#ffffff!important;
	text-shadow:
   -1px -1px 0 rgba(0,0,0, 0.2),  
    1px -1px 0 rgba(0,0,0, 0.2),
    -1px 1px 0 rgba(0,0,0, 0.2),
     1px 1px 0 rgba(0,0,0, 0.2);
	
    font-weight: 1000;
	background-color:rgba(0,0,0,0.3);
}

#fwslider .description { /* Slider Description Style */
    opacity: 0;
    
    font-size:18px;
    /**background-color:rgba(0,0,0,0.3);
	color:#FC3;
	**/
	/**background-color:rgba(255,255,255,0.4);*/
	color:#fff;
    padding:10px;
	padding-bottom:40px;
	
    clear:both;
    float:left;
   /** margin-top:2px;**/
    line-height:24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
	border-radius: 0 0 20px 20px;
	position:relative;
	
	width:100%!important; border-radius:0!important;
}

#fwslider .desc_content {
	width:960px;; margin:0 auto; position:relative;
	
}

#fwslider .desc_title {
	font-family:FunctionLH, Helvetica, Arial, sans-serif;
	font-size:40px; font-weight:bold; margin-bottom:8px!important; color:#fff!important;  margin-top:50px!important;
}

#fwslider .desc_text {
	font-size:14px;
	
}

#fwslider .readmore { /* Slider Read More button Style */
    opacity: 0;
   clear:both;
    float:right;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    /**background:#000;**/
	background-color:rgba(0,0,0,0.6);
    padding:10px;
	padding-top:2px;
	padding-bottom:2px;
    text-decoration: none;
    margin-top:2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
	font-weight:bold!important;
	border-radius: 0 0 10px 0px;
	position:absolute;
	right:10px;
	
}

#fwslider .readmore:hover {
    color:#fff;
}

.readmore a {
	font-weight:bold!important;}
	
.readmore a:link {
	font-weight:bold!important;}
	

	#pagecontainer { float:right; }


/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */



@media only screen and (min-width:720px) and (max-width: 1300px) {

    #fwslider .slide_content_wrap { margin-left:70px; margin-top:4%; max-width:650px;
	
	  max-width:1020px; 
    margin:5% auto;
	margin-left:170px;
	
	width:100%!important;
	position:absolute; 
	bottom:-15px;  
	left:0px; 
	margin:0!important; 
	max-width:none;
	}
    #fwslider .title { font-size:26px; margin-bottom:0px; }
    #fwslider .description {  font-size:12px;}
	
	

}

/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */
/*
@media only screen and (max-width:940px) {

    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}



}*/

@media only screen and (min-width: 1023px) and (max-width: 3000px) {
	
}

@media only screen 
and (min-width : 1224px) {


}

@media only screen and (min-width: 960px) and (max-width: 1023px) {
	
}
/** 
@media only screen and (min-width: 960px) and (max-width: 1023px) {
	#topspace { margin-top:15%;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#topspace { margin-top:15%;}
}
@media only screen and (max-width: 767px) {
	#topspace { margin-top:10%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#topspace { margin-top:20%;}
}
**/