﻿@charset "UTF-8";

html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714em;
    color: #6a6a6a;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #3d3d3d;
}

h1 {
    font-size: 2em;
    font-weight: 300;
}

h2 {
    font-size: 1.714em;
    font-weight: 500;
}

h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.429em;
}

h5 {
    font-size: 1.286em;
    font-weight: 500;
}

h6 {
    font-size: 1.143em;
    font-weight: 500;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #000;
}

:focus, :active {
    outline: none !important;
}

p {
    margin: 0.3em 0 2em;
}

input[type=text], input[type=email], input[type=tel], textarea, input[type=number] {
    padding: 0.5em 1em;
    border: #e5e5e5 1px solid !important;
    -webkit-box-shadow: inset 0 2px 3px 0 #ececec;
    margin-bottom: 1.5em;
}

    input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, input[type=number]:focus {
        -webkit-box-shadow: 0 0 5px 0 #2c94ff;
        box-shadow: 0 0 5px 0 #2c94ff;
    }


.box {
    margin-top:15px;
    padding:3px;
    border:1px solid gray;
    cursor:pointer;
    font-weight:bold;
    max-width:320px;
}

.vueerror {
    color: red;
    font-weight: bold;
}

section.page-block {
    padding: 3em;
    margin-bottom: 2.5em;
}

.section {
    display: block;
    background: #fff;
    padding: 2em;
    -webkit-box-shadow: 0 4px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 4px 1px 0 rgba(0,0,0,0.05);
}

.page-head {
    display: block;
    margin: -2em -2em 2em -2em;
    padding: 1.5em 2em;
    background: #fbfbfb;
    border-bottom: #ececec 1px solid;
}

header.colored {
    padding: 1.5em inherit;
}

    header.colored h2, header.colored p.text-muted {
        color: #fff;
    }

    header.colored p.text-muted {
        opacity: 0.7;
    }

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

.bottom-margin {
    margin-bottom: 2em;
}

.no-margin {
    margin-bottom: 0 !important;
}

img.pull-right {
    margin: 0px 0px 1.5em 1.5em;
    border-radius: 0 !important;
}

img.pull-left {
    margin: 0px 1.5em 1.5em 0px;
    border-radius: 0 !important;
}

i {
    margin-right: 0.3em;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 0;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
    padding: 0.8em 1.5em;
}

    .btn:hover {
        background: #3d3d3d;
    }

.btn-lg {
    padding: 0.8em 1em;
}

blockquote {
    font-size: 1.1em;
}

.tooltip {
    top: -40px !important;
}

ul.list-default {
    list-style-type: none;
}

    ul.list-default li {
        padding: 0.8em 0 0.8em 2.5em;
        position: relative;
    }

        ul.list-default li:before {
            content: '\f054';
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            font-size: 0.8em;
            top: 1.3em;
        }

input, button, select, textarea {
    border-radius: 0 !important;
}

a.top {
    display: none;
    color: #fff;
    text-align: center;
    padding: 0.8em 0.8em 1em 1.3em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    background: rgba(0,0,0,0.5);
    position: fixed;
    right: 1em;
    bottom: 1em;
    opacity: 0.8;
}

    a.top:hover {
        opacity: 1;
    }

.text-muted {
    color: #b2b2b2;
    margin: 0
}


h1.logo {
    background: none;
    border: none;
    margin: 4px 0 0 0;
}

#top .container {
    position: relative;
}

#home {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
}

.navbar {
    min-height: 1em;
}

.navbar-header {
    display: block;
    position: absolute;
    top: -3.82em;
    right: 1.4em;
    width: 35px;
    height: 35px !important;
    overflow: hidden;
    text-align: center;
}

    .navbar-header .navbar-toggle {
        display: block;
        margin: 0 5px 0 0 !important;
        padding: 9px 0 !important;
    }

.navigation nav ul {
    text-align: right;
    margin: 0;
}

    .navigation nav ul li {
        margin: 0 0.5em;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }

        .navigation nav ul li:last-child {
            margin-right: 0;
        }

        .navigation nav ul li:before {
            content: '';
        }

        .navigation nav ul li a {
            font-size: 0.9em;
            font-weight: 600;
            line-height: 4.95em;
            color: #3d3d3d;
            text-transform: uppercase;
        }

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none !important;
    }

.navbar-default {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.7);
    margin: 0;
}

.navbar {
    border: 1px solid rgba(0,0,0,0.1);
}

    .navbar a.navbar-brand {
        color: #fff;
    }

.navbar-collapse.in {
    overflow: visible;
}

#event-slider .carousel-inner {
    overflow: hidden;
    max-height: 50em;
}

    #event-slider .carousel-inner .item img {
        width: 100%;
    }

#event-slider .carousel-control i {
    position: absolute;
    top: 50%;
}



div.subpage-header-border {
    width: 100%;
    height: 5px;
    line-height: 5px;
    background: transparent url(../images/bottom-redline.png) repeat-y center top;
}


.callback, .simple {
    font-size: 20px;
    background: #27ae60;
    padding: 0.5em 0.7em;
    color: #ecf0f1;
    margin-bottom: 50px;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}

.callback {
    cursor: pointer;
}

.ended {
    background: #c0392b;
}

.styled {
    margin-bottom: 0px;
    margin-top: -1.5em;
    height: 100%;
    width: 100%;
}

    .styled div {
        display: inline-block;
        font-size: 1em;
        font-weight: 200;
        line-height: 1;
        text-align: center;
        border: #e5e5e5 1px solid;
        border-style: none solid none none;
        padding: 0.3em 1em 0 1em;
        height: 100%;
    }

        .styled div:first-child {
            border-style: none solid;
        }

        .styled div span {
            display: block;
            font-size: 2.8em;
            margin: 10px auto;
        }
    /* IE7 inline-block hack */
    * + html .styled div {
        display: inline;
        zoom: 1;
    }

        .styled div:first-child {
            margin-left: 0;
        }

        .styled div strong {
            display: block;
            font-size: 14px;
            border-top: 1px solid #e5e5e5;
            background: #f6f6f6;
            padding: 0.45em 0.2em;
            margin: 0 -1em;
            text-transform: uppercase;
            color: #747474;
        }

.regHeading {
    display: none;
}

.nav-tabs > li > a {
    border: none !important;
}



.tab-pane h3 i {
    display: none;
}


ul.li-blocks {
    margin: 0 0 2em 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: #e5e5e5 1px solid;
    display: table;
}

ul.li-row {
    display: table-row;
    width: 100%;
}

ul.li-blocks li {
    display: table-cell;
    margin: 0 !important;
    padding: 0.9em 1em;
    border: #e5e5e5 1px solid;
    border-style: solid none none solid;
    font-size: 1.15em;
}

ul.li-row li:last-child {
    border-style: solid solid none solid;
}

ul.li-blocks ul.li-row:nth-child(odd) li:nth-child(1), ul.li-blocks ul.li-row:nth-child(even) li:nth-child(2) {
    background: #f7f7f7;
}

ul.li-blocks li:hover {
    background: #f7f7f7;
}

ul.li-blocks li strong {
    color: #3d3d3d;
}

.eg-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0 auto 2em auto;
    padding: 0;
}

    .eg-thumbs li {
        float: left;
        width: 24%;
        margin: 0.5%;
        background: #fff;
        padding: 1px;
        position: relative;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

        .eg-thumbs li a, .eg-thumbs li a img {
            display: block;
            position: relative;
        }

        .eg-thumbs li a {
            overflow: hidden;
        }

            .eg-thumbs li a div {
                position: absolute;
                background: rgba(0,0,0,0.7);
                width: 100%;
                height: 100%;
                display: block;
                left: 0px;
                top: 100%;
                overflow: hidden;
                transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
            }

                .eg-thumbs li a div span {
                    display: block;
                    padding: 10px 0;
                    margin: 40px 20px 20px 20px;
                    text-transform: uppercase;
                    font-weight: normal;
                    color: rgba(255,255,255,0.9);
                    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
                    border-bottom: 1px solid rgba(255,255,255,0.5);
                    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -1px 0 rgba(255,255,255,0.3);
                }

#footer {
    background: #eef0f5;
    min-height: 10em;
    margin-top: 6.5em;
    -webkt-box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.2);
}

    #footer div.footer-top {
        width: 100%;
        background: #262830 url(../images/footer-top.png) repeat-y center top;
        height: 75px;
    }

    #footer div.footer-bottom {
        width: 100%;
        height: 54px;
        line-height: 54px;
        background: #e0e2ec;
    }

        #footer div.footer-bottom a, #footer div.footer-bottom p {
            font-family: 'Nunito', Arial, sans-serif;
            font-size: 13px;
            color: #3f424f;
            line-height: 54px;
            display: inline-block;
            padding: 0px;
            margin: 0px;
        }

        #footer div.footer-bottom .align-right {
            text-align: right;
        }

    #footer .float-left {
        float: left;
    }

    #footer div.footer-bottom a, #footer div.footer-bottom p {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 13px;
        color: #3f424f;
        line-height: 54px;
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

    #footer div.footer-middle {
        width: 100%;
        height: auto;
        min-height: 210px;
        background: #eef0f5;
    }

        #footer div.footer-middle h3 {
            font-family: 'Nunito', Arial, sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #3f424f;
            margin: 55px 0 10px 0;
        }

        #footer div.footer-middle ul {
            list-style: none;
            padding: 0px;
        }

            #footer div.footer-middle ul li {
                display: block;
                width: 100%;
            }

    #footer .mhizmetleri .image {
        display: table-cell;
        margin: 0 15px 15px 0;
    }

    #footer .mhimage {
        display: block;
        margin: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

        #footer .mhimage img {
            display: inline-block;
            max-width: 100%;
            position: relative;
            vertical-align: top;
        }

    #footer .section {
        margin-top: -5.5em;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #footer h3 {
        color: #fff;
    }

    #footer .colored {
        border-bottom: 3px solid rgba(0,0,0,0.25);
    }

    #footer a:hover {
        color: #dd052c;
    }

    #footer .social {
        position: relative;
    }

        #footer .social a {
            color: #fff;
            opacity: 0.7;
            font-size: 1.7em;
        }

            #footer .social a:hover {
                opacity: 1;
            }

    #footer .text-center {
        color: #b2b2b2;
        font-size: 0.9em;
    }

    #footer p {
        margin-bottom: 0;
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

section.inset {
    margin: 0;
}

    section.inset .col-lg-12.col-md-12 {
        margin: 0;
        padding: 0;
    }

div.breadcrumb-wrapper {
    width: 100%;
    height: 50px;
    background: #e4e7ee;
}

    div.breadcrumb-wrapper a {
        color: #a6b2bf;
        text-decoration: none;
        font-size: 11px;
        margin-right: 10px;
        margin-left: 10px;
    }

    div.breadcrumb-wrapper span {
        margin-left: 10px;
    }

    div.breadcrumb-wrapper p {
        line-height: 50px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #606474;
        margin: 0px;
    }



.product-detail {
    padding-top: 50px;
    font-family: 'Nunito', Arial, sans-serif;
    background: #FFF;
}

    .product-detail .bx-wrapper {
        margin-bottom: 0px;
        border: 1px solid #eaeaea;
        padding: 9px;
    }

div.slider-item {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
    display: list-item;
    list-style: none;
}

    div.slider-item img {
        max-width: 80%;
        max-height: 90%;
        display: inline;
    }

.product-info {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}

    .product-info p.brandname {
        font-weight: 800;
    }

    .product-info p {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }

    .product-info h2 {
        font-size: 40px;
        font-weight: 800;
        color: #111;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
    }

    .product-info p.category {
        color: #7e6538;
        font-weight: 600;
    }

    .product-info p.serialcode {
        font-weight: 400;
        font-size: 14px;
    }

.mobile-only, .mobile-nav, .blm-wrapper {
    display: none;
}

.pdfbox {
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    width: 90%;
    text-align: center;
    margin: 0 auto;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
}
    .pdfbox figure {
        width: 60px;
        height: 60px;
        text-align: left;
        float: left
    }
    .pdfbox p {
        float: left;
        margin: 0;
        line-height: 55px;
        font-size: 18px;
    }

@media screen and (max-width : 320px) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 11px;
    }

    .navigation nav ul li {
        width: 100% !important;
    }

    .navigation nav ul li {
        border: 1px solid rgba(0,0,0,0.1);
        border-style: solid solid none solid !important;
    }

    .styled div {
        width: 100% !important;
        border-style: solid solid;
    }

    ul.li-blocks li {
        display: block !important;
        width: 100% !important;
        border-style: solid solid none solid;
    }

    ul.li-blocks ul.li-row li {
        background: #FFF !important;
    }

        ul.li-blocks ul.li-row li:first-child {
            background: #F7F7F7 !important;
        }

    #partners a img {
        width: 100%;
    }

    .speaker-grid > div {
        width: 100%;
    }

    .speaker-grid .section figcaption {
        display: block !important;
        position: relative !important;
        min-height: 18em !important;
        -webkit-transform: translate(0px, 0px) !important;
        -moz-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        -o-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }

    .speaker i {
        display: none;
    }

    .speaker .col-md-10 {
        border: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 570px) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 12px;
    }

    .styled div {
        width: 100% !important;
        border-style: solid solid;
    }

    .navigation nav ul li {
        width: 100% !important;
    }

    .navigation nav ul li {
        border: 1px solid rgba(0,0,0,0.1);
        border-style: solid solid none solid !important;
    }

    #event-gallery ul li {
        width: 98% !important;
        margin: 1% !important;
    }

    ul.li-blocks li {
        display: block !important;
        width: 100% !important;
        border-style: solid solid none solid;
    }

    ul.li-blocks ul.li-row li {
        background: #FFF !important;
    }

        ul.li-blocks ul.li-row li:first-child {
            background: #F7F7F7 !important;
        }

    .speaker-grid .section figcaption {
        display: block !important;
        position: relative !important;
        min-height: 18em !important;
        -webkit-transform: translate(0px, 0px) !important;
        -moz-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        -o-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }

    .speaker i {
        display: none;
    }

    .speaker .col-md-10 {
        border: none;
    }

    #intro .container .section {
        margin-top: -4.4em;
    }
}

@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
    #partners .li-row li {
        width: 50%;
    }

        #partners .li-row li img {
            width: auto !important;
        }

    #partners a img {
        width: 50%;
    }
}


@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
    #event-gallery ul li {
        width: 48%;
        margin: 1%;
    }

    .speaker-grid > div {
        width: 100%;
    }

    #partners .li-row li {
        width: 100%;
    }

    #partners a img {
        width: 100%;
    }
}

@media only screen and (min-width : 569px) and (max-width : 599px) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 12px;
    }

        ul.li-blocks ul.li-row li strong {
            display: block;
        }

    #partners a img {
        width: 50%;
    }

    .speaker-grid .section figcaption {
        display: block !important;
        position: relative !important;
        min-height: 15em;
        transform: none !important;
    }

    .speaker i {
        display: none;
    }

    .speaker .col-md-10 {
        border: none;
    }
}

@media screen and (min-width : 600px) and (max-width : 767px) {
    #partners a img {
        width: 50%;
    }

    .borderBtm {
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }
}

@media screen and (min-width : 320px) and (max-width : 1024px) {
}

@media only screen and (min-width:768px) {
    .navigation nav ul li {
        background-color: transparent !important;
    }
}

@media only screen and (max-width : 767px) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 12px;
    }

    .styled div strong {
        margin: 0 -0.835em !important;
    }

    .navigation nav ul li {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.1);
        border-style: solid solid none solid;
        margin: 0;
    }

    .navigation nav ul {
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding: 0;
    }

        .navigation nav ul li:nth-child(odd) {
            border-style: solid none none solid;
        }

        .navigation nav ul li a {
            line-height: 3.5em;
            color: #FFF;
        }

            .navigation nav ul li a:hover {
                color: #FFF !important;
            }

    #event-gallery ul li {
        width: 48%;
        margin: 1%;
    }

        #event-gallery ul li img {
            width: 100%;
        }

    #event-slider {
        display: block;
        margin-top: 5em;
    }
}

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

    .mobile-only {
        display: block;
    }
    h1.logo {
        margin: 16px 0;
    }
    .navbar-default {
        background-color: rgb(221, 5, 44);
    }
    #footer div.footer-middle {
        min-height: 170px !important;
    }
    #footer div.footer-middle h3 {
        margin-top: 25px !important;
    }
    .navdiv {
        background-color: rgb(221, 5, 44);
    }
    .navbar-default { background-color: rgb(221, 5, 44); }
        header {
        height: 74px;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 9999;
        background: #000;
        padding: 0px;
    }

    nav.main-nav {
        display: none;
    }

    div.brand-links {
        display: none;
    }

    h1#logo {
        margin-top: 22px !important;
        height: 50px !important;
    }

        h1#logo img {
            width: 60%;
            height: auto;
            margin: 0 auto;
            display: block;
            float: none !important;
        }

    .sl-04, .sl-02, .sl-01 {
        display: none !important;
    }

    ul.social-links {
        margin: 19px 0 0 0;
    }

        ul.social-links li.sl-05 a {
            width: 100px !important;
            font-size: 14px;
            margin: 0 15px 0 0;
            text-align: right;
            background: transparent !important;
            color: #3f424f;
        }

            ul.social-links li.sl-05 a span {
                display: none;
            }

    .mobile-nav {
        display: block;
        width: 100%;
        height: calc(100% - 74px);
        position: fixed;
        z-index: 1;
        left: -100%; /*left:-100%;*/
        top: 74px;
        transition: left 0.15s ease;
        background: rgba(0,0,0,0.95);
        overflow: auto;
    }

        .mobile-nav nav ul {
            list-style: none;
            padding: 0px;
            margin: 20px;
        }

            .mobile-nav nav ul li a {
                font-family: 'Nunito', Arial, sans-serif;
                list-style: none;
                padding: 0px;
                margin: 0px;
                line-height: 38px;
                font-size: 14px;
                font-weight: bold;
                color: #FFF;
                display: block;
                border-bottom: 1px solid #222;
                text-decoration: none;
                text-transform: uppercase;
            }

                .mobile-nav nav ul li a.main-link span {
                    display: block;
                    float: right;
                    width: 19px;
                    height: 19px;
                    background: transparent url(../img/nav-bullet.png) no-repeat center center;
                    margin: 6px 10px 0 0;
                }

            .mobile-nav nav ul li div.subnav {
                display: none;
                width: 100% !important;
            }

                .mobile-nav nav ul li div.subnav a {
                    padding: 0 15px;
                    font-weight: normal;
                }

    header.subpage {
        padding: 0px 0 0px;
        margin: 0px;
        height: 74px;
    }

    section.inset .main-slider-wrapper {
        max-width: 100% !important;
        margin: 5px 0px !important;
    }

    a.mobile-nav-toggle {
        display: block;
        width: 36px;
        height: 36px;
        background: transparent url(../img/nav-closed.png);
        text-indent: -9999px;
        float: left;
        margin: 19px 0 0 15px;
    }

        a.mobile-nav-toggle.this-opened {
            background: transparent url(../img/nav-opened.png);
        }

    body.nav-opened {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed;
    }

    .turn-back {
        margin-top: 74px;
    }

    section.inset {
        margin: 0;
    }

        section.inset div.col-xs-12 {
            padding: 0px;
            margin: 0px;
        }

        section.inset div.inset-right-02 {
            margin: 0px;
        }

    section.announcement-banner {
        margin: 0;
    }

        section.announcement-banner.ab-sub {
            margin-bottom: 20px;
        }

        section.announcement-banner div.col-md-12 {
            padding: 0px;
        }

        section.announcement-banner div.anno {
            padding-top: 20px;
        }

    div.anno h2 {
        font-size: 20px;
        padding: 10px 15px 0;
        margin: 0;
        font-weight: 700;
    }

    div.anno-link-list {
        overflow: hidden;
        padding: 30px 0;
    }

        div.anno-link-list a {
            margin: 0 3%;
            width: 27%;
            float: left;
            text-align: center;
            font-size: 15px;
            line-height: 24px;
        }

            div.anno-link-list a span {
                margin: 0 auto 10px !important;
                text-align: center;
                float: none;
            }

    .pop-prod {
        margin: 5px 5px 20px 5px !important;
    }

        .pop-prod .bx-wrapper {
            margin-bottom: 0px !important;
        }

        .pop-prod .bx-viewport {
            width: 90% !important;
            margin: 0 auto !important;
        }

    .bx-wrapper .bx-controls-direction a {
        display: none !important;
    }

    .breadcrumb-wrapper {
        padding: 0 10px;
    }

    .footer-top {
        background: #262830 url(../images/footer-top.png) repeat-y left top !important;
        border-top: 1px solid #f3f3f3;
        background-image: none;
    }

        .footer-top img {
            margin: 0 auto 0 37%;
            display: block;
            height: 75px;
            float: none !important;
        }

    .footer-newsletter,
    .footer-address {
        text-align: center;
    }

        .footer-newsletter input,
        .footer-newsletter button {
            margin: 10px auto 0;
        }

    .footer-bottom {
        height: auto !important;
        text-align: center !important;
        line-height: 24px !important;
        padding: 10px 0;
    }

        .footer-bottom p,
        .footer-bottom a {
            line-height: 24px !important;
        }

        .footer-bottom .align-right {
            text-align: center !important;
        }
.sosmed {
    margin-top: 15px;
}
    .sosmed a {
        margin-right: 10px;
    }
        .sosmed a img {
            width: 35px;
        }
        section .product-list {
        margin: 5px;
    }

        section.product-list h2 {
            text-align: center;
        }

    .product-list div.image-wrapper {
        height: 160px;
        line-height: 160px;
    }

        .product-list div.image-wrapper img {
            max-height: 140px !important;
        }

    .product-item h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .tab-item iframe,
    .tab-item img {
        max-width: 100%;
        height: auto !important;
    }

    #mobile-breadcrumb {
        width: calc(100% - 20px);
        margin: 0 10px;
        border: 0px;
        background: transparent url(../img/breadcrumb-bullet-mobile.png) no-repeat right center;
        border-radius: 0;
        height: 50px;
        padding: 0px;
        -webkit-appearance: none;
        color: #797979;
        font-size: 13px;
        font-family: 'Nunito', Arial, sans-serif;
    }

        #mobile-breadcrumb option {
            border-radius: 0;
            height: 50px;
            padding: 0px;
            font-size: 13px;
            color: #797979;
        }

    .product-detail {
        margin-top: 20px;
        padding-top: 0px !important;
    }

    .product-info {
        padding: 0px;
        margin-top:30px
    }

        .product-info h2 {
            font-size: 24px;
            margin: 0px 0 20px 0;
        }

        .product-info p.brandname {
            font-weight: 500;
            margin-top: 0px;
        }

    .product-gallery {
        margin: 0 10px;
    }

    .product-info p.category {
        margin-top: 5px;
    }

    .product-info p.serialcode {
        margin-bottom: 20px;
    }

    .product-info p.price {
        margin-top: 25px;
        line-height: 40px;
    }

    .product-detail .nav-tabs li {
        margin: 0 0 0 10px !important;
    }

    .product-info a.buy-link {
        width: calc(100% - 10px);
        text-align: center;
    }

    .product-detail .nav-tabs {
        margin-top: 20px;
    }

    .product-detail .tab-content {
        padding: 0 10px;
    }

    .pdfbox {
        box-shadow: none;
        width: 100%;
        -ms-border-radius: 0;
        border-radius: 0;
        border: solid 1px #eee;
    }

    div.slider-item {
        width: 100%;
        height: 220px !important;
        text-align: center;
        line-height: 220px !important;
    }

}

@media only screen and (max-width : 996px) {
    .venue, .styled {
        display: block;
        float: none;
    }

    .styled {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.1);
        border-style: solid none;
        margin: 1.5em 0;
    }

        .styled div {
            width: 20%;
        }

            .styled div strong {
                margin: 0 -0.935em;
            }

    #register {
        bottom: 16.7em;
    }

    .regHeading {
        display: block;
        text-align: left;
        margin-top: 2em;
    }

    #register {
        display: block !important;
        position: relative;
        background: none;
        padding: 0 0 2.5em;
        bottom: 0 !important;
        right: 0 !important;
        width: 100%;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    a.register-trigger {
        display: none;
    }

    #register {
        text-align: left;
    }

    .tab-pane {
        display: block !important;
        margin-bottom: 2em;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .tab-pane h3 i {
            display: inline-block;
            color: #b2b2b2;
        }

    #schedule .nav-tabs {
        display: none;
    }

    #speakers .speaker-grid .section {
        margin-bottom: 2em !important;
    }

    #partners .li-row a img {
        width: 100%;
    }

    #partners a img {
        opacity: 1;
        filter: none;
        -webkit-filter: grayscale(0%);
    }

    #questions .col-sm-12 {
        margin-bottom: 5px;
    }

    #venue .directions-input, #venue .directions-results {
        padding: 2em 0;
        border: none;
    }

    .column {
        height: auto !important;
    }

    ul.address {
        margin-right: -2em;
    }

    #footer .social a {
        opacity: 1;
    }

    #footer {
        text-align: center;
    }

    .speaker .col-md-2 i {
        font-size: 2.5em;
    }

    .readIcon {
        padding-left: 0;
        padding-right: 0;
        text-align: center !important;
    }
}

@media screen and (min-width : 768px) and (max-width : 1023px) {
}

@media screen and (min-width : 768px) and (max-width : 1024px) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 13px;
    }
}

@media screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 13px;
    }

        a.register-trigger {
            position: absolute;
            right: 1.1em;
            top: -12.5em;
        }

    #register {
        right: 0.95em;
        text-align: left;
        bottom: -11.8em;
    }
}

@media screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
}

@media only screen and (min-width : 990px) and (max-width : 1200px) and (orientation : landscape) {
    html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
        font-size: 13px;
    }

    .styled div strong {
        margin: 0 -0.925em;
    }

    #schedule .nav-tabs li {
        width: 25%;
        text-align: center;
    }

        #schedule .nav-tabs li i {
            display: block;
        }

        #schedule .nav-tabs li a {
            padding: 1.5em 2em !important;
        }
}

@media only screen and (min-width : 1201px) {
    .navbar-collapse {
        padding-right: 0;
    }
}
