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

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

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

   01. CSS Reset
   02. Slider Styles
   03. Media Query
   04. Custom
   
*/

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

body .fws2 * {
    margin:0;
    padding:0;
    line-height: 1;
}

*/

/* ------------------------------- 2. Slider Styles ------------------------------- */

#slider {
    display: block;
    width:100%;
    height: auto;
    }
@media only screen and (max-width: 600px) {
 #slider {
   display: none;
  }
}    
 
#slider2 {
    display: none;
    }
    
@media only screen and (max-width: 600px) {
 #slider2 {
    display: block;
    width:100%;
    height: auto;
    }
}    
  

#slider3 {
    display: block;
    width:100%;
    height: auto;
    background-image:url("../img/reviews-1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
   }
    
   
.fws2 {
    position: relative;
    width:100%;
    overflow: hidden;
}

.fws2 .slider_container {
    z-index: -1000;
}

.fws2 .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: -1000;
    width:100%;
   
}

.fws2 .slide img {
    width:100%;
    height:100%;
    float:left;
    border-bottom: 6px solid #e59702 !Important ; /* Adjust '4px' for desired thickness, 'solid' for style, and '#000' for color */
    padding-bottom: 1px; /* Optional: adds space between the content and the border */
    
}

.fws2 .slidePrev {
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

.fws2 .slidePrev i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#ffffff;
    line-height: 1.7;
    text-align: center;
}

.fws2 .slideNext {
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

.fws2 .slideNext i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#e59702;
    line-height: 1.7;
    text-align: center;
}

.fws2 .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

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

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

.fws2 .bullets {
    position: absolute;
    bottom:-50px;
    z-index: 3;
    width:100%;
    text-align: center;
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding:0 2px;
}

.fws2 .bullet i {
    color:#000;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color:#e59702;
}


.fws2 .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100% !important;
}


.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    width:100%;
    position: absolute;
    left:0;
    top:0;
    display: none;
}

/* -------------------------------.fws2 .title {  
    font-family: "Crete Round", serif;
	font-size: 500%;
	font-weight:100;
	width: 80%;
    text-transform: uppercase;
	color: #ffffff;
    text-shadow: 2px 2px 5px black;
	padding:1% 0 1% 0;
	line-height: 100%;
    }

.fws2 .title a {
    color: inherit;
    text-decoration: none;
}

.fws2 .description { 
    opacity: 0;
    color:#000000;
	background-color: #faa512;
    font-size:280%;
    padding:12px;
    clear:both;
    float:left;
    margin-top:2px;
    line-height:100%;
    font-family: "Seaweed Script", cursive;
    font-style: normal;
    font-weight: 400;
}
*/


/* ------------------------------- Footer
.footer {
    width:100%;
    float:left;
    text-align:center;
}

.footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:12px;
    color:#585858;
    margin-top:20px;
}
 ------------------------------- */


/* ------------------------------- 3. Media Query ------------------------------- */



@media only screen and (min-width:1150px) and (max-width: 1450px) {

    .fws2 .slide_content_wrap { 
        margin-left:75px; 
        margin-top:15%; 
        max-width:1000px;

    }
    .fws2 .title { font-size:350%; }
    .fws2 .description { font-size:190%;}
}


@media only screen and (min-width:760px) and (max-width: 1149px) {
    .fws2 .slide_content_wrap { 
        margin-left:75px; 
        margin-top:15%; 
        max-width:640px;

    }
    .fws2 .title { font-size:225%; }
    .fws2 .description {  font-size:120%;}
}

@media only screen and (max-width:759px) {


    .fws2 .slide_content_wrap {
        top:0 !important;
        left:0 !important;
        margin:0 !important;
        width:100%;
        height:100%;
    }

    .fws2 .slide_content_wrap .title, 
    .fws2 .slide_content_wrap .description, 
    .fws2 .slide_content_wrap .readmore  { 
        display:none !important; 
    }
    .fws2 .slide_content_wrap .readmore  {
        opacity:0 !important;
        background: none !important;
        font-size: 0 !important;
        width:100%;
        height: 100%;
        margin:0 !important;
        padding:0 !important;
        float:left;
    }


    .fws2 .timers { display:none; }
    .fws2 .bullets { display:none; }
    .fws2 .slide_content {cursor: pointer;}

}


/* ------------------------------- 4. Custom -------------------------------------- */