body { 
    margin:0;
    padding:0;
}

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

.JB_FWS {
    width:100%;
    height:424px;
    background:rgba(38, 101, 116, 1);
    position: relative;
    width:100%;
    overflow: hidden;
    border-bottom: solid #951c48 3px;
}

.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;
  top: 269px;
  left: 29px;
  cursor: pointer;
}

.JB_Button_Left_BG {
  padding: 15px;
  width: 27px;
  height: 27px;
  background: rgba(0, 0, 0, 0.17);
  opacity: 0.90;
  position: absolute;
  top: 263px;
  left: 20px;
}

.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;
    top:272px;
    right:29px;
    cursor: pointer;
}

.JB_Button_Right_BG {
  padding: 15px;
  width: 27px;
  height: 27px;
  background: rgba(0, 0, 0, 0.17);
  opacity: 0.90;
  position: absolute;
  top: 266px;
  right: 20px;
}

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

    cursor:hand;
    cursor:grab!important;
    cursor:-moz-grab;
    cursor: pointer!important;
    cursor:-webkit-grab;
}

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

.JB_Slide>div {
    background-size: cover;
}

.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:800px;
    }
}
@media only screen and (max-width: 1024px) {
    .JB_Slide_Content {
        width:600px;
    }
}





/* --- 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;
}

p.autumn-leaves {
    font-family: 'Kalam', cursive;
    font-size: 50px;
    color: #7a4453;
}


.invisalign-txt {
    font-size: 32px !important;
    margin-bottom: 40px !important;
    line-height: 43px !important;
    margin-top: 60px !important;
}

p.inner-invis {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-top: -21px !important;
    margin-bottom: 27px !important;
}
strong.offer-dr {
    font-size: 15px;
    margin-top: 14px;
}

ul.list-inner li {
    font-size: 15px;
}

.big_text {
  font-size: 49px;
  font-weight: 300;
  height: 44px;
  margin: 140px 0 0 0;
  color: #2C2C2C;
  width: 1200px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.big_logo {
    margin: 100px 0 10px 0;
    height: 112px;
}

.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: 1280px) {
    .text_box {width:300px;}
}
@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;
    }
    
    .JB_Slide_Half ul li {
    font-size: 14px !important;
    margin-bottom: 3px !important;
}

.JB_Slide_Half ul {
    margin-bottom: -20px !important;
}


.invisalign-txt {
    font-size: 21px !important;
    margin-bottom: 14px !important;
    line-height: 37px !important;
    margin-top: -45px !important;
}
}
