body { 
    margin:0;
    padding:0;
}

.JB_FWS * {
    margin:0;
    padding:0;
}

.JB_FWS {
    width:100%;
    height:424px;
    background:rgba(122, 193, 208, 1);
    float:left;
    position: relative;
    width:100%;
    overflow: hidden;
}

.JB_Button_Left {
    padding:15px;
    width:11px;
    height:15px;
    background-image: url("../img/left_arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom:10px;
    left:10px;
    cursor: pointer;
}

.JB_Button_Left_BG {
    padding:15px;
    width:11px;
    height:15px;
    background:rgba(122, 193, 208, 1);
    opacity:0.90;
    position: absolute;
    bottom:10px;
    left:10px;
}

.JB_Button_Right {
    padding:15px;
    width:11px;
    height:15px;
    background-image: url("../img/right_arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom:10px;
    left:52px;
    cursor: pointer;
}

.JB_Button_Right_BG {
    padding:15px;
    width:11px;
    height:15px;
    background: rgba(122, 193, 208, 1);
    opacity:0.90;
    position: absolute;
    bottom:10px;
    left:52px;
}

.JB_Container {
    width:9999px;
    height:424px;
    margin:0 auto;
    position: absolute;
    overflow: hidden;
    left:0;

    cursor:hand;
    cursor:grab!important;
    cursor:-moz-grab;
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), pointer!important;
    cursor:-webkit-grab;
}

.JB_Slide {
    height:424px;
    float:left;
    position: relative;
}

.JB_Slide_Content {
    width:1164px;
    margin: 0 auto;
    margin-top:20px;
    position: relative;
}

.JB_Slide_Half {
    width: 50%;
    float: left;
}

.JB_Slide_Half p {
    margin: 0 0 24px;
}

.JB_Pagination {
    width:100%;
    height:12px;
    position: absolute;
    bottom:15px;
    left:0;
}

.JB_Pages {
    display: table;
    margin: 0 auto;
}

.JB_Page {
    background-image:url("../img/pagination_button.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width:13px;
    height:12px;
    float:left;
    margin-left:5px;
    cursor: pointer;
}
.JB_Page:hover, .JB_Page.active  {
    background-position: -13px 0px;
}

.JB_ReadMore {
    float:left;
    margin:15px 1px 0 0;
    position: relative;
}

.JB_ReadMore_BG {
    top:0;
    left:0;
    position: absolute;
    background:#000;
    opacity:0.44;
    width:100%;
    height:100%;
}

.JB_ReadMore a {
    padding:10px 26px 10px 16px;
    position: relative;
    float:left;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
    background-image:url("../img/button_arrow.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 12px;
}


/* --- MEDIA QUERY --- */
@media only screen and (max-width: 1280px) {
    .JB_Slide_Content {
        width:96%;
    }
}


/* --- DEMO SLIDES CONTENT BELOW (Not important demo styles) YOU CAN REMOVE THE STYLE BELOW --- */

h2 {
    width:100%;
}

.big_welcome {
    font-size: 18px;
    color: #fff;
    margin: 0 0 -15px;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
}

.big_text {
    font-size: 32px;
    font-weight: 300;
    height: 44px;
    margin: 140px 0 0 0;
    width: 1200px;
    line-height: 42px;
    letter-spacing: 0.01em;
}

.image { 
    float:left;
    margin-top:60px;
}

.image iframe {
    border:5px solid #6e8c42;
}

.title {
    font-size:28px;
    color:#012b5d;
    font-weight:300;
    margin-top:60px;
    float:left;
}

.text {
    float:left;
    font-size:13px;
    color:#333;
    line-height:20px;
    margin-top:22px;
}

.list {
    font-size:13px;
    color:#333;
    float:left;
    margin-top:12px;
    line-height:20px;
}

.list li {
    background-image:url(../img/button_arrow.png);
    background-repeat:no-repeat;
    background-position:left;
    text-indent:15px;
    list-style-type:none;
}

.text_box {
    float:left;
    width:400px;
    margin-left:20px;
}


@media only screen and (max-width: 1024px) {
    .text_box {width:280px;}
    .title {font-size: 13px;}
    .text {font-size: 12px;}
    .image {
        width: 300px;
        height:187px; 
    }
    
    .image img {
        width: 300px;
        height:187px; 
        margin-top:10px;
    }
    .image iframe {
        width: 289px;
        height:180px;
        margin-top:15px;
    }
    
    .big_text {
        font-size: 26px;
        width: 500px;
    }
}
