body {
    background:#f4f4f4;
    font-family: "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color:#993318;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.error::-webkit-input-placeholder {
   color: #d6090a;
}

.error:-moz-placeholder { /* Firefox 18- */
   color: #d6090a;  
}

.error::-moz-placeholder {  /* Firefox 19+ */
   color: #d6090a;  
}

.error:-ms-input-placeholder {  
   color: #d6090a;  
}

.slick-slide a { outline: none; }

a { text-decoration: none !important; color:#8d1b3d; }
a:hover { color:#8d1b3d; }
ul { padding: 0; list-style-type: none; }
strong { font-family: "HelveticaBold", Arial, Sans-serif;  }

/*header*/
header {
    background: #242424;
}

.navbar { border:0; margin-bottom: 0; }

.navbar-nav > li a {
    color:#8d1b3d;
    font-size: 17px;
    margin: 5px 0;
    line-height: 15px;
    font-family: "Helvetica", Arial, Helvetica, Sans-serif;
}

.navbar-header {

    height: 160px;
}

.navbar-header { width: 100%; float: none; }

.navbar-header,
.navbar-brand {
    height: auto;
    float: left;
}

.navbar-nav > li > a { border-right: 1px solid #fff; height: 15px; margin: 5px 0; padding: 0 30px; }
.navbar-nav > li:last-child > a { border-right:none; }
.navbar-nav > li:first-child > a { padding-left: 0; }

.navbar-nav > li.active a { color:#fff; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: none;
    color:#fff;
}

.navbar-text { margin-bottom: 0; }

.navbar-text > h1,
.navbar-text > h2,
.navbar-text > h3 { margin: 0; color: #fff; line-height: 36px; }

.navbar-text > h1 { font-size: 33px; }
.navbar-text > h2 { font-size: 28px; border-bottom: 1px solid #fff; display: inline-block; }
.navbar-text > h3 { font-size: 19px; }

.navbar-link { position: relative; float: right; width: 319px;  margin-top: 30px; border-left: 20px solid transparent; border-bottom: 78px solid #8d1b3d; }
.navbar-link a { position: absolute; font-size: 34px; color:#fff; text-align: center; top:15px; font-weight: 700; left: 0; width: 100%; }

.navbar-nav > li .submenu { 
    position: absolute;  
    padding-top: 10px;
    z-index: 100;
    display: none;
    width: 110%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar-nav > li:hover .submenu {
   display: block;
}

.navbar-nav > li .submenu li a {
    font-size: 15px;
    background: #751935;
    color:#fff;
    text-align: center;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #000;
    width: 90%;
    margin: 0 auto;
}

.navbar-nav > li .submenu li:last-child a {
    border-bottom: none;
}

.navbar-nav > li .submenu li a:hover {
    color:#000;
}

.navbar-toggle .icon-bar { background: #fff; }
.navbar-toggle { margin-top: 4%; margin-right: 0; margin-bottom: 28px; }

#navbar {
    background: #000;
    padding: 5px 0;
}

.navbar-toggle {
    position: absolute;
    right: 0;
}

/*banner*/
.homeSlider .slick-dots {
    bottom: 3em;
}
.homeSlider .slick-dots li button {
    border: 3px solid #fff;
    border-radius: 50%;
}

.homeSlider .slick-dots li.slick-active button {
    background: #b31f2e;
}

.homeSlider .slick-dots li button:before { opacity: 0 !important; }
/* banner end */

/* conference */
#conference {
    background: url(../img/conference.jpg) no-repeat;
    background-size: cover;
    padding-top: 10px;
    overflow: hidden;
}

#conference .image { width: 80%; }
#conference .text { color: #fff; font-size: 19px; margin: 30px 0; font-family: "HelveticaLight", Arial, Sans-serif; }
#conference .text h1 { font-size: 40px; border-bottom: 1px solid #fff; display: inline-block; margin-bottom: 20px; }
#conference .text .scroll { height: 9em; }

/*topics*/
section .title { text-align: center; margin: 60px 0;  }
section .title h1 {
    color:#242424;
    font-size: 45px;
    display: inline-block;
    font-family: "HelveticaLight", Arial, Helvetica, Sans-serif;
}
#topics {
    overflow: hidden;
}

#topics .item { 
    position: relative; 
    padding: 15px; 
    max-height: 570px;
    margin-bottom: 20px;
    overflow: hidden;
}


#topics .item figcaption {
    position: absolute;
    bottom: 30px;
    width: 80%;
    font-size: 30px;
    color:#242424;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #242424;
    text-align: center;
}

/*speaker*/
#speakers .speaker-slider .item { margin: 0 5px; }
#speakers .speaker-slider .item .bg { position: relative; max-width: 366px; margin: 0 auto; }
#speakers .speaker-slider .item .bg .speaker-content { position: absolute; z-index: 2; top:0; left: 0; height: 100%; }
#speakers .speaker-slider .item .bg .speaker-content .image { height: 100%; }
#speakers .speaker-slider .item .bg .speaker-content .image img { height: 100%; max-width: inherit; }

#speakers .speaker-slider .item .bg .speaker-content .image,
#speakers .speaker-slider .item .bg .speaker-content .text { width: 50%; float: left; }

#speakers .speaker-slider .item .bg .speaker-content .text { color:#fff; padding: 20px 0; padding-right: 30px; font-size: 13px;  }
#speakers .speaker-slider .item .bg .speaker-content .text strong { color:#ffe400; font-size: 14px; margin-bottom: 10px; display: block; border-bottom: 1px solid #fff; display: inline-block; }

#speakers .slick-list { width: 95%; margin: 0 auto; }

.detail-link {
    clear: both;
    text-align: center;
    margin: 60px 0;
}

.detail-link a {
    text-align: center;
    display: inline-block;
    color:#242424;
    font-weight: bold;
    font-size: 21px;
}

.detail-link a:hover {
    color: #8d1b3d;
}

/*Qatar Submit*/
#seperator {
    background: url(../img/qatarsubmit-bg.jpg) no-repeat;
    height: 160px;
    text-align: center;
    color:#fff;
    display: table;
    font-family: "HelveticaLight";
    width: 100%;
}

#seperator > .container {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}

#seperator h2 {
    font-size: 40px;
    
}

/*sponsor*/
#sponsor .slick-slide img { margin: 0 auto; }
#sponsor .sponsorSlider { margin: 100px 0; }

/*qatar submit page*/
#content {
    min-height: 300px;
}

#content .caption { position: relative; }

#content .caption h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    display: inline-block;
    color:#fff;
    line-height: 46px;
    font-size: 60px;
    font-family: "HelveticaLight", Arial, Sans-serif;
}


#content article {
    border-left: 6px solid #8d1b3d;
    border-right: 6px solid #8d1b3d;
    padding: 0 20px;
    margin: 30px 0;
}

#content .tabWrap  {
    font-size: 18px;
}

#content .tabWrap .tab {
    padding: 0;
    list-style: none;
    margin: 20px 0;

}

#content .tabWrap .tab li { 
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

#content .tabWrap .tab li span {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

#content .tabWrap .tab li a {
    color:#fff;

}

#content .subclause {
    display: -webkit-flex;
    display: flex;
    clear: both;
    border-bottom: 1px solid #000;
}

#content .subclause li {
   margin: 30px 0;
   -webkit-flex: 1;
          flex: 1;
}

#content .subclause li a {
    color:#000;
}

.parts .part { position: relative; color:#fff; overflow: hidden; margin-bottom: 10px; }
.parts .part .part-text { padding:0 40px; }

.parts .part.pright .img { position: absolute; left: 0; top: 0;  height: 100%; }
.parts .part.pright .part-text { float: right; position: relative; z-index: 2; background: url(../img/partright-bg.png) no-repeat right; width: 100%; height: 338px; }
.parts .part.pright .part-text .scroll { width: 50%; float: right; height: 300px; margin: 20px; }
.parts .part .part-text h2 { color:#fff !important; }

.parts .part.pleft .img { position: absolute; right: 0; top: 0;  height: 100%;  }
.parts .part.pleft .part-text { float: left; position: relative; z-index: 2; background: url(../img/partleft-bg.png) no-repeat left; width: 100%; height: 338px; }
.parts .part.pleft .part-text .scroll { width: 50%; float: left; height: 300px; margin: 20px; }

/*become a sponsor page*/
#content h2 {
    font-size: 30px;
    color:#8d1b3d;
    font-family: "HelveticaBold", Arial, Sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

#content > .container {
    margin: 50px auto;
}

.sponsor-items {
    margin: 40px 0 80px 0;
    overflow: hidden;
}

.sponsor-items .row > div:last-child p { border-right: 0; }

.sponsor-items .icon {
    text-align: center;
    margin: 25px 0;
}

.contact-information li {
    display: inline-block;
    padding: 0 35px;
    border-right: 1px solid #242424;
}

.contact-information li:first-child { padding-left: 0; }
.contact-information li:last-child { border-right: 0; }

.sponsor-items p {
    border-right: 1px solid #000;
    padding: 0 20px;
    height: 110px;
    font-size: 14px;
}

/*detail content*/
.detailContent figure {
    position: relative;
    margin-bottom: 40px;
}

.detailContent figure figcaption {
    position: absolute;
    right: -20px;
    top: 5%;
    background: url(../img/tag.png) no-repeat;
    width: 252px;
    height: 83px;
    color:#fff;
    padding-left: 50px;
    padding-top: 6px;
    font-size: 20px;
}

.detailContent h2 {
    color:#8d1b3d;
    font-weight: bold;
    margin: 5px 0 !important;
    font-size: 18px !important;
}

.detailContent a { text-decoration: underline !important; }


/*sponsors*/
.sponsorWrap .title {
    width: 100%;
    background: url(../img/title-bg.png) no-repeat;
    padding: 10px;
    color:#fff;
    font-style: italic;
    margin-bottom: 30px;
}

.sponsorWrap .title h2 {
    color:#fff !important;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0 !important;
}

.sponsorWrap .row > div { margin-bottom: 40px; text-align: center; }

.sponsorWrap .row div img { height: 120px; }

/*speaker page*/
.speakerWrap .item { margin: 50px 0; }
.speakerWrap .item .bg { position: relative; max-width: 366px; margin: 0 auto; }
.speakerWrap .item .bg .speaker-content { position: absolute; z-index: 2; top:0; left: 0; height: 100%; }
.speakerWrap .item .bg .speaker-content .image { height: 100%; }
.speakerWrap .item .bg .speaker-content .image img { height: 100%; max-width: inherit; }

.speakerWrap .item .bg .speaker-content .image,
.speakerWrap .item .bg .speaker-content .text { width: 50%; float: left; }

.speakerWrap .item .bg .speaker-content .text { color:#fff; padding: 20px 0; padding-right: 30px; font-size: 13px;  }
.speakerWrap .item .bg .speaker-content .text strong { color:#28a3dd; font-size: 14px; margin-bottom: 10px; display: block; border-bottom: 1px solid #fff; display: inline-block; }
.speakerWrap .item .bg .speaker-content .text p {    
   -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

/* contact page */
#contact-person {
    text-align: center;
    margin-top: 40px;
}

#contact-person .contact-person-info{
    border:1px solid #9d3c59;
    padding: 30px;
}

#contact-person figure {
    top: 5px;
    position: relative;
    margin-bottom: 0;
    padding: 0 10px;
    background: #f5f5f5;
    max-width: 224px;
    margin: 0 auto;
    position: relative;
}


#contact-person figure:after {
    background: #8d1b3d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    content: "";
    display: block;
    max-width: 204px;
    right: 0;
    margin: 0 auto;
}

#contact-person .contact-person-info strong,
#contact-person .contact-person-info span {
    display: block;
}

#contact-person .contact-person-info strong {
    font-size:24px;
    color:#8d1b3d;

}

#contact-person .contact-person-info span {
    color:#242424;
    font-size: 18px;
}

#contact-person .contact-person-info ul {
    margin:15px auto 0;
    min-height: 100px;
}

#contact-person .contact-person-info ul li {
    margin-bottom: 5px;
    padding-left: 30px;

}

#contact-person .contact-person-info ul li a {
    word-break: break-all;
}

#contact-person .contact-person-info ul li.mail-icon { background: url(../img/mail-iconv2.png) no-repeat left center; }
#contact-person .contact-person-info ul li.mobile-phone-icon { background: url(../img/mobile-phone-icon.png) no-repeat 5px center; }
#contact-person .contact-person-info ul li.phone-icon { background: url(../img/phone-iconv2.png) no-repeat 2px center; }

#contact-person .contact-person-info:after {
    max-width: 225px;
    height: 8px;
    background: #8d1b3d;
    content: "";
    position: absolute;
    bottom: -4px;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;

}

#contact-person > div {
    margin-bottom: 10px;
}

.contactMap {
    border-top:5px solid #8d1b3d;
    border-bottom:5px solid #8d1b3d;
}

.contact-info li {
    margin-bottom: 12px;
    padding-left: 35px;
}

.contact-info li.mail-icon { background: url(../img/mail-iconv2.png) no-repeat left center; }
.contact-info li.phone-icon { background: url(../img/phone-iconv2.png) no-repeat 2px center; }

.socialbuttons ul { margin-top: 20px; }
.socialbuttons ul li { display:inline-block; margin-right: 10px; }

/*program page*/
#programWrap {
    background: #fff;
    margin: 0 auto !important;
}

#programWrap figure { margin-bottom: 40px; }

#programWrap .captionv2 h2 {
    padding: 20px 0 40px 0;
    border-bottom:4px solid #8d1b3d;
    text-align: center;
    font-size: 40px; 
}

#programWrap .caption h2 {
    padding: 20px 0;
    border-top:4px solid #8d1b3d;
    border-bottom:4px solid #8d1b3d;
    text-align: center;
    font-size: 40px;
}

#programWrap .title {
    width: 100%;
    background: url(../img/title-bg.png) no-repeat;
    padding: 10px;
    color:#fff;
    font-style: italic;
    background-size: cover;
    margin-bottom: 0;
}

#programWrap .title h3 {
    color:#fff !important;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0 !important;
    font-size: 35px;
    font-family: "HelveticaLight", Arial, Sans-serif;
    text-align: center;
}

#programWrap .program-item .program-section  {
    padding: 40px 0;
    border-bottom: 4px solid #8d1b3d;
}

#programWrap .program-item .program-section h4 {
    font-size: 36px;
    color:#8d1b3d;
    background: url(../img/time-icon.png) no-repeat left 90%;
    padding-left: 50px;
    font-weight: bold;
}
#programWrap .program-item .program-section h4 span {
    display: block;
    font-family: "HelveticaLight", Arial, Sans-serif;
    font-style: italic;
    font-weight: normal;
}

#programWrap .program-item > ul li {
    overflow: hidden;
    border-bottom: 4px solid #8d1b3d;
}

#programWrap .program-item > ul li .speakerWrap .item { margin: 20px 0; }

#programWrap .program-item > ul li .middle {
    padding: 20% 30px;
    max-width: 250px;
} 

#programWrap .program-item > ul li .time,
#programWrap .program-item > ul li .place  {
    padding: 20px 0;
}

#programWrap .program-item > ul li .time { border-bottom: 1px solid #515050; }

#programWrap .program-item > ul li .time strong {
    font-size: 22px;
    background: url(../img/time-iconv2.png) no-repeat;
    padding-left: 35px;
    font-style: italic;
    color:#8d1b3d;
}

#programWrap .program-item > ul li .place span {
    font-size: 22px;
    background: url(../img/place-icon.png) no-repeat;
    padding-left: 35px;
    color:#515050;
    font-family: "HelveticaLight", Arial, Sans-serif;
    display: block;
}

#programWrap .program-item > ul li h5 {
    font-size: 37px;
    color:#8d1b3d;
    font-weight: bold;
    margin-top: 40px;
}


/*pagination*/
.pagination {
    background: #393939;
    padding: 8px 0;
    position: relative;
}

.pagination:after {
    background: url(../img/pager-left-bg.png) no-repeat;
    width: 24px;
    height: 38px;
    position: absolute;
    left: -20px;
    top: 0;
    content:"";
}

.pagination:before {
    background: url(../img/pager-right-bg.png) no-repeat;
    width: 33px;
    height: 38px;
    position: absolute;
    right: -20px;
    top: 0;
    content:"";
}

.pagination > li > a, 
.pagination > li > span { background: none; border-radius: 0; padding: 0 12px; border:none; border-right: 1px solid #fff; color:#fff; font-size: 16px; }

.pagination > li.next a,
.pagination > li.prev a { color:#28a3dd; border-right: 0; }

.pagination > li > a:hover, .pagination > li > a.active, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: none;
    color:#28a3dd;
}

/*footer*/
footer {
    background: #212121;
    padding: 30px 0;
    color:#fff;
    font-size: 16px;
    font-family: "HelveticaLight", Arial, Sans-serif;
}

footer a { color:#fff; }

footer ul li { margin-bottom: 10px; }

footer .footerlogos a { margin-right: 10px; margin-bottom: 20px; display: inline-block; }

footer strong { margin-bottom: 20px; display: block; }

footer .contactlink a {
    display: block;
    background: url(../img/phone-icon.png) no-repeat left center;
    padding-left: 25px;
    margin: 4px 0;
    word-break: break-all;
}

footer .contactlink a.mail { background: url(../img/mail-icon.png) no-repeat left center; }

footer .socialbuttons {
    margin: 20px 0;
}

footer .socialbuttons a { margin-right: 15px; }



/* Register Form */
.register .form .form-line {position: relative; padding-left: 30px; margin-bottom: 25px;}
.register .form .text { width: 120px; border-left: 10px solid transparent; border-bottom: 38px solid #8d1b3d; position: absolute; left: 15px; top: 0;}
.register .form label {color: #ffffff; position: absolute; left: 0; top: 0; margin:0; height: 100%; font-family: "HelveticaBold", Arial, Sans-serif; font-weight: 700; line-height: 38px; padding: 0 5px 0 10px;}
.register .form .form-input {outline: none; border:2px solid #8d1b3d; width: 100%; padding:  5px 5px 5px 120px; line-height: 24px;}
.register .form .big .text {width: 160px;}
.register .form .big .form-input {padding-left: 160px;}
.register .form .btn-bg {width: 180px; border-left: 10px solid transparent; border-bottom: 38px solid #8d1b3d; border-right: 10px solid transparent; float: right; position: relative;}
.register .form .btn-bg .button {background: #8d1b3d; border:none; outline: none; position: absolute; top: 0; left: 0; font-family: "HelveticaBold", Arial, Sans-serif; font-weight: 700; line-height: 38px; color: #ffffff; padding: 0; width: 100%; text-align: center;}


@media screen and (max-width: 1200px) {  
    .navbar-nav > li > a { padding: 0 20px; }
    #conference .text {
        margin: 0;
        font-size: 18px;
    }
    
    #seperator h2 { font-size: 45px; }

    #content .tabWrap { font-size: 16px; }
    .parts .part.pright .part-text {
        width: 77%;
        background-position: left;
        padding: 0 25px;
    }

    .parts .part.pright .part-text .scroll { width: 70%; }

    .parts .part.pleft .part-text {
        width: 77%;
        background-position: right;
    }

    .parts .part.pleft .part-text .scroll { width: 75%; }

    .speakerWrap .item .bg .speaker-content .text { padding: 5px 0; padding-right: 30px; }
    #speakers .speaker-slider .item .bg .speaker-content .text { padding: 10px 0; padding-right: 30px; }
}

@media screen and (max-width: 992px) {  
    #topics .item figcaption { font-size: 24px; }
    #conference .image { width: 100%; }
    #conference .text h1 { font-size: 40px; }
    #conference .text { font-size: 16px; }
    .navbar-text { margin-left: 0; margin-right: 0; }

    .navbar-text > h1 { font-size: 24px; }
    .navbar-text > h2 { font-size: 19px; }
    .navbar-text > h3 { font-size: 14px; }

    .navbar-link a { font-size: 32px; }

    .navbar-nav > li a { font-size: 14px; padding: 0 10px; }
    .navbar-nav > li .submenu li a { font-size: 14px; }

    section .title h1 { font-size: 45px; } 
    .detail-link { font-size: 21px; }

    .parts .part .part-text { padding:0; } 

    .sponsor-items p { border:none; }

    .sponsorWrap .row div img { height: 80px; } 

    #programWrap .program-item > ul li .middle { padding: 0 5%; max-width: inherit; } 


}

@media screen and (max-width: 767px) { 
    .navbar-link {
        float: none !important;
        clear: both;
        margin: 20px auto;
        border-left: 20px solid transparent;
        border-bottom: 50px solid #8d1b3d;
        width: 296px;
    } 

    .navbar-link a { font-size: 18px; top: 13px; }

    .navbar-toggle {
        z-index: 22;
    }

    .nav > li { margin-bottom: 10px; }

    .navbar-nav > li a {
        padding: 0;
        text-align: center;
    }

    .navbar-nav > li > a { border: 0; }
    #navbar { overflow: hidden; z-index: 777; position: absolute; width: 100%; }
    .navbar-nav > li .submenu { width: 100% }


    #seperator { height: 140px; background-position: bottom }
    #seperator h2 { font-size: 24px; }

    .mobileMenu .navbar-nav > li .submenu {
        position: relative !important;
        top: 0;
        opacity: 1 !important;
        display: none;
    }

    #content .tabWrap .tab li {
        width: 50%;
        padding: 5px;
    }

    #content .subclause {
        display: block !important;
    }

    #content .subclause li {
        width: 30%;
        display: inline-block;
        margin: 1%;
        text-align: center;
    }

    #content .caption h1 { font-size: 30px; line-height: 24px; margin: 0; }

    #content h2 { font-size: 21px; }
    .sponsor-items p { height: auto; } 

    .detailContent figure {
        overflow: hidden;
    }

    #conference .image { max-width: 50%; min-width: 100px; }

    .sponsorWrap .title { background-position: right; }

    .speakerWrap .item .bg .speaker-content .text,
    #speakers .speaker-slider .item .bg .speaker-content .text { padding-top:10px; }

    #contact-person .contact-person-info ul { max-width: 350px; margin: 0 auto; }

    #programWrap .caption h2,
    #programWrap .captionv2 h2 { font-size: 30px; }
    #programWrap .title h3,
    #programWrap .program-item .program-section h4,
    #programWrap .program-item > ul li h5  { font-size: 25px; }
    #programWrap .program-item .program-section { padding: 20px 0; }

    .contactMap { height: 300px !important; }
    footer { font-size: 14px; }

    #speakers .slick-list { width: 87%; }

}

@media screen and (max-width: 680px) {
    .contact-information li {
        padding: 0;
        border:0;
        display: block;
        margin-bottom: 8%;
    }
}

@media screen and (max-width: 620px) {
    .parts .part.pright .img,
    .parts .part.pright .part-text .scroll,
    .parts .part.pright .part-text,
    .parts .part.pright .img img,
    .parts .part.pleft .img,
    .parts .part.pleft .part-text .scroll,
    .parts .part.pleft .part-text,
    .parts .part.pleft .img img {
        position: relative;
        width: 100%;
        float: none;
    }
    .parts .part.pright .part-text {
        background-position: right;
        height: 320px;
        padding: 20px;
    }

    .parts .part.pleft .part-text {
        background-position: left;
        height: 320px;
        padding: 20px;
    }

    .parts .part .part-text .scroll { margin: 0 !important; height: 280px !important; }

    #content .tabWrap .tab li { font-size: 14px; }
    #content .tabWrap .tab li img { height: 20px; }

    section .title h1 {
        font-size: 38px;
    }

    .homeSlider .slick-dots {
        bottom: 1em;
    }
}

@media screen and (max-width: 480px) {
    #topics .item figcaption { font-size: 16px; } 
    #seperator { height: 90px; background-position: bottom }
    #seperator h2 { font-size: 18px; }

    footer { font-size: 12px; }

    #content .caption h1 { font-size: 21px; }

    #content .subclause li {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) { 
    .navbar-brand { width: 50%;
    padding-bottom: 0; }
}
