body {
    font-family: 'Roboto', Arial,Helvetica,sans-serif;
}
/* disable navbar default tuoitre*/
.sp-sticky-header.clearfix.fixed-top{
    display: none !important;
}

.section {
    display: none;
}

img {
    max-width: 100% !important;
}
.VCSortableInPreviewMode.active.alignJustifyFull.noCaption{
    margin-bottom: 0 !important;
}

/*facebook share button*/
.fb-button{
    cursor: pointer !important;
    background-color: #324D8F;
    border-radius: 4px;
    margin: 10px 0 !important;
    padding: 5px 15px !important;
    color: white !important;
    display: block;
    text-transform:  unset !important;
}
.fb-button:hover{
    background-color: #4267b2 !important;
}
.nav.navbar-nav.navbar-right a.fb-button{
    color: white !important;
}
.fb-button span{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(./icon-facebook.png);
    background-position: 0 0;
    background-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.section[data-index='1'] {
    display: block;
}

.navbar-nav li {
    margin: 0 10px;
}

/*footer*/
.footer-paging {
    cursor: pointer;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.footer-paging span{
    font-weight: 500 !important;
}
.credit-list{
    text-align: center;
}
.credit-list li {
    font-size: 14px;
    color: #222222;
    opacity: 0.6;
    display: inline-block;
    padding: 15px 15px 5px 15px;
    text-transform: uppercase;
    text-align: center;
}
.credit-list li:nth-child(4), .credit-list li:nth-child(5){
    padding-top: 5px;
    padding-bottom: 15px;
}

#next-button {
    text-align: right;
}

.footer-paging span {
    font-size: 14px !important;
    font-style: initial;
    display: block;
    font-weight: 500;
    color: #222222;
    opacity: 0.6;
}
/*end footer*/

.navbar-nav {
    display: -webkit-box;
    overflow: auto;
    width: calc(100% - 640px)
}

.navbar-default{
    border: none !important;
    background: rgba(0,0,0,0.7) !important;
}

.navbar-default .navbar-nav > li {
    float: none;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    color: rgba(230, 230, 230, 0.75) !important;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a {
    background-color: unset !important;
    color: #ffffff !important;
}

.navbar-default .navbar-nav > .active > a:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ff3322;
}


/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.7);
}