/*!
 * Event Catalyst v0.0.0 (http://www.eventcatalyst.com)
 * Copyright 2015-2017 The Event Catalyst Authors
 */
html, body {
    font-size: 16px;
    color: #000;
    font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
}

a {
    outline: none !important;
}


.bolder {
    font-weight: bolder;
}

.larger {
    font-size: larger;
}

.formInstruct {
    color: #76b900;
    font-size: 14px;
    line-height: 1.21em;
    margin-top: 3px;
    clear: both;
    font-weight: bold;
}

.navbar.navbar-default .nav > li.login {
    margin: 0px 0px 0px 25px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    background-color: #76B900;
    height: 80px;
}

.navbar.navbar-default .nav > li.back {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    height: 80px;
}

.navbar-login {
    line-height: 1em;
    display: inline-block;
}

    .navbar-login img {
        display: block;
        margin: 0 auto;
        padding-top: 25px;
    }

    .navbar-login .login_text {
        color: #FFFFFF !important;
        font-size: 14px;
        padding-top: 3px;
        display: block;
    }

input {
    background: #FFF; /* For browsers that do not support gradients */
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        background-color: rgb(255, 255, 255) !important;
        background-image: none;
        color: #999;
    }

.page {
    width: 100%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.indication_text {
    font-size: 18px;
}

.span_regular {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

.nav-header {
    height: 44px;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}


    .nav-header .nav-header-container .nav-tools-container {
        float: right;
        height: 100%;
    }

        .nav-header .nav-header-container .nav-tools-container .nav-header-list {
            position: relative;
            height: 44px;
            width: auto;
            padding: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            line-height: 20px;
            list-style: none;
            margin: 0;
        }

        .nav-header .nav-header-container .nav-tools-container::before {
            content: " ";
            display: table;
        }

        .nav-header .nav-header-container .nav-tools-container .nav-header-list {
            position: relative;
            height: 44px;
            width: auto;
            padding: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            line-height: 20px;
            list-style: none;
            margin: 0;
        }

            .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item {
                float: left;
                position: relative;
                padding-left: 15px;
                list-style: none;
            }

                .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item .nav-profile-link {
                    float: left;
                    position: relative;
                    padding-left: 15px;
                    list-style: none;
                }

                .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item .nav-profile-link {
                    display: inline-block;
                    height: 40px;
                    position: relative;
                    top: 2px;
                    color: #999999;
                    font-size: 12px;
                    text-decoration: none;
                }

                    .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item .nav-profile-link:hover {
                        color: #76b900;
                        text-decoration: none;
                    }

                .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item .nav-profile-logo {
                    display: inline-block;
                    background: url(/images/gtc/icone/profile-gray.png) no-repeat center center;
                    height: 40px;
                    width: 20px;
                }

                .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item .nav-profile-text {
                    display: inline-block;
                    height: 40px;
                    padding: 11px 0 0 7px;
                    font-size: 14px;
                    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                    color: #969696;
                }

@media screen and (min-width:768px) {
    .nav-header .nav-header-container .nav-tools-container .nav-header-list .nav-header-item {
        padding-left: 30px;
    }
}


.nav-header .nav-header-container .brand-container {
    width: 135px;
    float: left;
    height: 44px;
}

    .nav-header .nav-header-container .brand-container .brand-link {
        width: 110px;
        height: 44px;
        display: inline-block;
        background: url("/images/gtc/NVIDIA-Logo.svg") no-repeat center center;
    }


.bottom-right {
    transition: all .6s;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: inline-block;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    .bottom-right .breadcrumb-list {
        height: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

        .bottom-right .breadcrumb-list .breadcrumb-element {
            list-style: none;
            height: 100%;
            margin: 0;
            padding: 0 15px;
            display: inline-block;
            float: left;
            transition: all .25s;
        }

            .bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link {
                margin-top: 20px;
                margin-bottom: 20px;
                display: inline-block;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                color: #ccc;
                transition: color .5s;
            }

			.bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link:hover,
			.bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link:focus  {
				color: #fff;
				text-decoration: none;
			}
			
			.bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link.selected > span{
				border-bottom: 3px solid #76b900;
				padding-bottom: 3px;
				text-decoration: none;
			}


            .bottom-right .breadcrumb-list .breadcrumb-element.persisting {
                display: inline-block;
            }

            .bottom-right .breadcrumb-list .breadcrumb-element:last-child {
                padding-right: 0;
                padding-top: 6px;
            }

            .bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link.cta {
                margin-top: 0;
                margin-bottom: 0;
                background-color: #76b900;
                font-weight: bold;
                color: white;
            }

                .bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link.cta span {
                    display: inline-block;
                    padding: 14px;
                    font-size: 14px;
                }

@media screen and (max-width: 1234px) {
    .bottom-right {
        position: relative;
        top: 0;
        right: 0;
    }

    /*.bottom-right .breadcrumb-list .breadcrumb-element .breadcrumb-link.cta {
            margin-top: 8px;
        }*/
}

@media screen and (max-width: 1234px) {
    .bottom-right .breadcrumb-list .breadcrumb-element {
        display: none;
        padding-right: 0;
    }
}

.div_logo {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    /* padding-left:15px;
	padding-right:15px; */
    text-align: right;
    font-size: 10px;
    color: #666;
    background-color: #FFFFFF;
    /*background: url(/images/gtc/bg_top.jpg) repeat;*/
}

    .div_logo .div_gtc_link {
        padding-right: 30px;
        text-transform: uppercase;
    }

    .div_logo a,
    .div_logo a:hover {
        text-decoration: none;
        color: #666;
        line-height: 44px;
        letter-spacing: 0.1em;
    }

    .div_logo .desktop {
        display: inline-block;
    }

    .div_logo .mobile {
        display: none;
    }

@media (max-width: 768px) {
    .div_logo {
        position: absolute;
        z-index: 100;
        height: 44px;
        line-height: 44px;
        top: 59px;
        right: 0px;
        /* 	padding-left: 5px;
		padding-right: 5px; */
        color: #FFF;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        background: transparent;
    }

        .div_logo .desktop {
            width: 100px;
        }
}

.div_date {
    height: 35px;
    line-height: 22px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    width: 195px;
    margin-top: 5px;
    z-index: 400;
    display: inline-block;
}

    .div_date .desktop {
        width: 33px;
        display: inline-block;
    }

    .div_date .city {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #999999;
        padding-left: 0px;
    }

    .div_date .location {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #999999;
        padding-left: 35px;
        margin-top: -15px;
        display: block;
    }

    .div_date .date {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #76B900;
        padding-left: 0px;
    }

@media (min-width: 768px) {
    .div_date {
        line-height: 40px;
        vertical-align: middle;
        text-align: left;
        text-transform: uppercase;
        margin: 5px -15px 0px;
        font-size: 16px;
        height: 50px;
        width: 300px;
    }

        .div_date .desktop {
            width: 70px;
        }

        .div_date .city {
            padding-left: 5px;
        }

        .div_date .location {
            padding-left: 60px;
        }
}

/*********************  NAVBAR ***********************/
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar.navbar-default .navbar-nav {
    min-height: 80px;
    border: none !important;
}

    .navbar.navbar-default .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 80px;
        font-size: 14px;
    }

@media (max-width: 767px) {
    .navbar.navbar-default .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a,
        .navbar.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar.navbar-default .navbar-nav > li {
        float: left;
    }

        .navbar.navbar-default .navbar-nav > li > a {
            padding-top: 0px;
            padding-bottom: 0px;
        }
}

.navbar-brand {
    float: left;
    height: 80px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

.navbar.navbar-default {
    /*margin-top:45px;*/
    position: relative;
    min-height: 80px;
    margin-bottom: 0px;
    border: 0;
}

.navbar-toggle {
    top: 0px;
    right: 0px;
    position: absolute;
    float: right;
    padding: 7px 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 2px;
        border-radius: 0px;
    }

.navbar-default {
    /* background-color: #004831;
	border-color: #004831; */
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
}

    .navbar-default .container-top {
        background-color: #000000;
        border-color: #000000;
    }

    .navbar-default .container-bottom {
        background-color: #1A1A1A;
        border-color: #1A1A1A;
    }

    .navbar-default .navbar-brand {
        color: #FFFFFF;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #76b900;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #FFF;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a > .menu_text.color_green,
        .navbar-default .navbar-nav > li > a:hover > .menu_text.color_green,
        .navbar-default .navbar-nav > li > a:focus > .menu_text.color_green {
            color: #76b900 !important;
        }

        .navbar-default .navbar-nav > li > a.active,
        .navbar-default .navbar-nav > li > a.active:hover,
        .navbar-default .navbar-nav > li > a.active:focus,
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #FFF;
            background-color: transparent;
        }


            .navbar-default .navbar-nav > li > a.active > .menu_text,
            .navbar-default .navbar-nav > li > a.active:hover > .menu_text,
            .navbar-default .navbar-nav > li > a.active:focus > .menu_text,
            .navbar-default .navbar-nav > .active > a > .menu_text,
            .navbar-default .navbar-nav > .active > a:hover > .menu_text,
            .navbar-default .navbar-nav > .active > a:focus > .menu_text {
                border-bottom: 3px solid #76b900;
                padding-bottom: 3px;
            }


    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

            .navbar-default .navbar-toggle:hover .icon-bar,
            .navbar-default .navbar-toggle:focus .icon-bar {
                background-color: #76b900;
            }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #FFF;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #76b900;
        background-color: transparent;
    }


@media (max-width: 767px) {
    .navbar-default {
        /*margin-top: 45px;*/
        position: relative;
        min-height: 59px !important;
        margin-bottom: 0px;
        border: 0;
    }

        .navbar-default .navbar-nav {
            min-height: 59px !important;
            border: none !important;
        }

            .navbar-default .navbar-nav.menu > li > a {
                font-size: 14px;
            }

    .navbar-brand {
        height: 59px;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
        margin-left: 0px;
    }

    .navbar-default .navbar-nav {
        margin: 0px;
        margin-left: 15px;
        position: inherit;
        background-color: #FFF;
        color: #666;
    }

        .navbar-default .navbar-nav > li > a {
            color: #666;
            font-size: 14px;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #76b900;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #76b900;
                background-color: transparent;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
        .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #76b900;
            background-color: transparent;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
            color: #ccc;
            background-color: transparent;
        }
}

.navbar-default .navbar-link {
    color: #FFF;
}

    .navbar-default .navbar-link:hover {
        color: #76b900;
    }

.navbar-default .btn-link {
    color: #FFF;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #76b900;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }
/******************  END NAVRBAR ********************/


/******************  DISPLAY MOBiLE MENU ********************/

@media (max-width: 1234px) {
    .navbar-default .navbar-nav {
        display: none !important;
    }

    .navbar .navbar-collapse {
        display: none !important;
    }

    .navbar-default .navbar-toggle {
        display: inline-block !important;
        position: relative;
        float: right;
    }

    .navbar-default .navbar-header {
        width: 100%;
        position: relative;
    }
}



@media (min-width:768px) {
    .navbar .navbar-collapse {
        position: relative;
        margin-left: 240px;
    }

    .navbar-right {
        position: absolute;
        right: 0;
    }
}

/******************  DISPLAY MOBiLE MENU ********************/



/*****************   INPUT BUTTON  ********************/
.form-control {
    display: block;
    width: 100%;
    height: 2.5em;
    padding: 6px 12px;
    -webkit-padding-start: 6px 12px;
    font-size: 16px;
    line-height: 1em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control {
    padding-left: 0px;
    text-indent: 3px;
}

@media (-webkit-min-device-pixel-ratio:0) {
    select.form-control {
        -webkit-appearance: menulist-button !important;
        line-height: 2.15em;
        text-indent: 6px;
    }
}

.form-control:focus {
    border-color: #76b900;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118, 185, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118, 185, 0, .6);
}

.form-control.has-error:focus {
    border-color: #FA0002;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250, 0, 2, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250, 0, 2, .6);
}

.form-control::-moz-placeholder {
    color: #d8d8d8;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #d8d8d8;
}

.form-control::-webkit-input-placeholder {
    color: #d8d8d8;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.3125em;
    font-weight: normal;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #76b900;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    min-width: 186px;
}

.btn-primary {
    color: #fff;
    background-color: #76b900;
    border-color: #76b900;
    /*padding: 24px;*/
    padding: 19px 24px;
    line-height: 1em;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #76b900;
        border-color: #76b900;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #76b900;
        border-color: #76b900;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #76b900;
        border-color: #76b900;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #76b900;
            border-color: #76b900;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #76b900;
        border-color: #76b900;
    }

    .btn-primary .badge {
        color: #76b900;
        background-color: #fff;
    }
/***************   END INPUT BUTTON  ******************/


/*********************  SECTION ***********************/

section {
    background-color: #FFF;
}


    section .breaker {
        display: block;
        height: 10px;
        float: left;
        width: 100%;
    }

    section .breaker2 {
        display: block;
        height: 20px;
        float: left;
        width: 100%;
    }

    section h1 {
        font-size: 3em;
        color: #004831;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        letter-spacing: 0em;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.333333333em;
    }

    section h2 {
        font-size: 2.625em;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        letter-spacing: 0em;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.333333333em;
    }

    section h3 {
        font-size: 1.777777778em;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        letter-spacing: 0em;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section h4 {
        font-size: 2.05em;
        color: #004831;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section h5 {
        font-size: 1em;
        color: #77B900;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section h6 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1em !important;
        text-transform: uppercase;
        text-align: center;
        color: #6D6E71;
        font-weight: normal;
        border-bottom: 1px solid #CCC;
        padding: 15px;
    }

@media (max-width:768px) {
    section h1 {
        font-size: 2.25em;
    }
}

section .img_v1, section .img_v2 {
    max-width: 100%;
}

@media (max-width:768px) {
    section .img_v1, section .img_v2 {
        max-width: 100%;
        width: 100%;
    }
}

section .img_v1 {
    display: none;
}

section .img_v2 {
    display: block;
}

@media (min-width: 668px) {
    section .img_v1 {
        display: block;
    }

    section .img_v2 {
        display: none;
    }
}

section .hidden-mobile {
    display: none;
}

section .visible-mobile {
    display: block;
}

@media (min-width:500px) {
    section .hidden-mobile {
        display: block;
    }

    section .visible-mobile {
        display: none;
    }
}

section.register {
    background-color: #000;
    /*text-align:center;*/
    color: #FFF;
}

    section.register .register-block {
        padding: 0px 15px 80px;
        min-height: 300px;
    }

    section.register .text1 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1.75em;
        margin-bottom: 30px;
        color: #76b900;
        line-height: 1em;
    }

    section.register .text2 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1.15em;
        margin-bottom: 30px;
        color: #FFF;
        line-height: 1.5em;
    }

    section.register .text3 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1.15em;
        margin-bottom: 30px;
        color: #FFF;
        line-height: 1.5em;
    }

    section.register .text4 {
        text-align: center;
    }

        section.register .text4 .btn-website {
            margin: 20px 0px 0px;
        }

    section.register .getticket {
        display: none;
    }

    section.register .gdl-custom-full-background {
        background-color: #000;
        height: 1000px;
    }

@media (min-width: 500px) {
    section.register .register-block {
        min-height: 350px;
    }
}

@media (min-width: 600px) {
    section.register .register-block {
        min-height: 50px;
    }
}

@media (min-width: 768px) {
    section.register .register-block {
        min-height: 400px;
    }

    section.register .getticket {
        display: inline-block;
    }
}

@media (min-width:1140px) {
    section.register .register-block {
        padding: 100px 15px 100px;
        min-height: 600px;
    }

    section.register .text1 {
        font-size: 46px;
        line-height: 56px;
    }

    section.register .text2 {
        font-size: 21px;
        line-height: 28px;
    }

    section.register .text3 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media (min-width:1425px) {
    section.register .register-block {
        padding: 100px 15px 100px;
        min-height: 680px;
    }

    section.register .text1 {
        margin-bottom: 50px;
        color: #76b900;
    }

    section.register .text3 {
        margin-bottom: 65px;
    }
}

section.mapEvent {
    text-align: center;
    color: #666666;
    padding: 100px 0px 100px;
}

    section.mapEvent h1 {
        color: #004831 !important;
        letter-spacing: 0px;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    }

    section.mapEvent .date {
        font-size: 1.3125em;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        margin: 0px;
    }

    section.mapEvent .event_map {
        margin-bottom: 40px;
    }

@media (min-width: 1920px) {
    section.mapEvent .event_map {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
}

section.mapEvent .event_map iframe {
    pointer-events: none;
}

section.mapEvent .powerbynvidia {
    margin-bottom: 30px;
}

section.mapEvent .powerbynvidia_img {
    margin-top: 30px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    margin-bottom: 20px;
}

    section.mapEvent .powerbynvidia_img img {
        margin: 10px auto;
        display: inline-block;
    }

@media (max-width: 767px) {

    section.mapEvent {
        /*text-align:left;*/
        padding: 50px 100px;
    }

        section.mapEvent h1 {
            /*text-align:left;*/
            font-size: 3em;
        }

        section.mapEvent .powerbynvidia_img {
            margin-left: 15px;
            margin-right: 15px;
        }

            section.mapEvent .powerbynvidia_img img {
                margin: 10px -15px;
            }
}

section.subscribe {
    color: #FFF;
    background-color: #333333;
    padding: 40px 0px 70px;
}

    section.subscribe h3 {
        color: #76B900;
        text-align: left;
    }

    section.subscribe .newletter h3 {
        text-align: right;
    }

    section.subscribe .newletter-group {
        float: right;
        width: 355px;
        position: relative;
        display: table;
        border-collapse: separate;
    }

        section.subscribe .newletter-group .form-control, .newletter-group-addon, .newletter-group-btn {
            display: table-cell;
            vertical-align: top;
        }

        section.subscribe .newletter-group .form-control {
            width: 310px;
        }

            section.subscribe .newletter-group .form-control:focus {
                z-index: 3;
            }

        section.subscribe .newletter-group .input-group-addon,
        section.subscribe .newletter-group .input-group-btn {
            width: 40px;
            height: 40px;
            white-space: nowrap;
            vertical-align: middle;
        }

    section.subscribe .newletter-group-addon {
        margin: 0px 0px 0px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
        text-align: center;
        background-color: #76b900;
        border: none;
        border-radius: 0px;
    }

    section.subscribe .connect {
        margin-top: 20px 20px 10px 20px;
    }

        section.subscribe .connect a,
        section.subscribe .connect a:hover,
        section.subscribe .connect a:focus {
            width: 40px;
            height: 40px;
            margin-right: 20px;
            display: inline-block;
            float: left;
            color: #76B900;
            line-height: 40px;
        }

            section.subscribe .connect a.facebook {
                background-image: url('/images/gtc/facebook.png');
            }

        section.subscribe .connect .social_separator {
            width: 1px;
            height: 40px;
            margin-right: 20px;
            display: inline-block;
            border-left: 1px #666 solid;
            float: left;
        }

        section.subscribe .connect a.twitter {
            background-image: url('/images/gtc/twitter.png');
            text-indent: 40px;
        }

        section.subscribe .connect a.linkedin {
            background-image: url('/images/gtc/linkedin.png');
        }

@media (max-width: 767px) {
    section.subscribe {
        padding: 40px 0px 60px;
    }

        section.subscribe h3 {
            font-size: 1em;
        }

        section.subscribe .newletter {
            margin-top: 15px;
        }

            section.subscribe .newletter h3 {
                text-align: left;
            }

            section.subscribe .newletter .newletter-group {
                float: left;
                width: 330px;
            }

        section.subscribe .newletter-group .form-control {
            width: 285px;
        }
}

@media (max-width: 360px) {
    section.subscribe .newletter .newletter-group {
        float: left;
        width: 250px;
    }

    section.subscribe .newletter-group .form-control {
        width: 205px;
    }
}

section.back {
    min-height: 30px;
    background-color: #000;
    padding: 30px 0px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.428571429em;
    color: #666666;
}


    section.back .copyright {
    }

    section.back .copyright-link {
        text-align: right;
    }

        section.back .copyright-link a {
            color: #666666 !important;
        }

        section.back .copyright-link .separator {
            height: 1em;
            width: 1px;
            border: 1px solid #666;
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
            vertical-align: middle;
        }


@media (max-width: 767px) {
    section.back {
        padding: 30px 0px;
    }

        section.back .copyright-link {
            margin-top: 20px;
            text-align: left;
        }
}


.powredbyEC {
    min-height: 80px;
    padding-top: 50px;
}

section .gdl-custom-full-background {
    z-index: -999;
    position: absolute;
    width: 100%;
}

    section .gdl-custom-full-background img {
        max-width: 100% !important;
        height: auto;
        margin: 0 auto;
    }

section.contact {
    text-align: center;
    padding: 80px 0px 80px;
}


    section.contact p {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    }

    section.contact .submit-button {
        text-align: right;
        margin-top: 40px;
        padding: 0px 15px;
    }

@media (max-width: 768px) {
    section.contact {
        text-align: left;
        padding: 50px 0px 50px;
    }

        section.contact h1 {
            text-align: left;
        }

        section.contact .submit-button {
            text-align: left;
        }
}

section.topic {
    padding: 45px 0px 75px;
    background-color: #EFEFEF !important;
}

    section.topic h1 {
        text-align: center;
        color: #004831;
        margin-bottom: 60px;
    }

    section.topic .topic-text {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        text-align: center;
        width: 780px;
        margin: 0 auto;
    }


@media (max-width: 850px) {

    section.topic .topic-text {
        width: 100%;
    }
}


section.topic .topic-section {
    margin-top: 40px;
}

section.topic .topic_img {
    margin-bottom: 30px;
}

    section.topic .topic_img img {
        margin: 0 auto;
    }

section.topic .topic_title,
section.topic .topic_title a,
section.topic .topic_title a:hover,
section.topic .topic_title a:focus {
    text-align: center;
    color: #004831;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 18px;
}

section.topic .topic_content {
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    section.topic .topic-section {
        padding: 15px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    section.topic {
        text-align: left;
        margin: 0;
    }

        section.topic .topic-text {
            width: 100%;
        }

        section.topic h1 {
            text-align: center;
            margin-bottom: 15px;
        }

        section.topic .topic-section {
            padding: 15px 0px 0px;
        }

        section.topic .topic-bloc {
            padding: 10px 15px;
        }

        section.topic .topic_title {
            text-align: center;
            margin: 0;
            padding-left: 0;
            padding-right: 0;
            min-height: 30px;
        }

        section.topic .topic_content {
            text-align: left;
            line-height: 1em;
            word-break: normal;
        }
}

section.topic .topic_button {
    background: url(/images/gtc/topic_mobile.jpg) no-repeat scroll center center/cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    height: 396px;
    line-height: 396px;
    text-align: center;
    margin-top: 90px;
}


@media (min-width: 400px) {
    section.topic {
        text-align: center;
    }

        section.topic .topic_button {
            background: url("/images/gtc/topic.jpg") no-repeat scroll center center / cover;
        }
}

section.home_gpu {
    padding: 60px 0px 100px;
    background-color: #FFF !important;
}

    section.home_gpu h1 {
        text-align: center;
        color: #004831;
        margin-bottom: 60px;
    }

    section.home_gpu h5 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 21px;
        color: #333333;
        text-align: center;
        text-transform: none;
    }

    section.home_gpu .home_gpu_header_text {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #333333;
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }

.home_gpu_title {
    margin-top: 20px;
}

.home_gpu_img {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .home_gpu_img img {
        margin: 0 auto;
    }

.home_gpu_title,
.home_gpu_title a,
.home_gpu_title a:hover,
.home_gpu_title a:focus {
    text-align: center;
    color: #004831;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 28px;
}

.home_gpu_content {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
    vertical-align: middle;
    padding: 0 20px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}


@media (max-width: 767px) {
    section.home_gpu {
        text-align: left;
        margin: 0;
    }

    .home_gpu-bloc {
        padding: 10px 15px;
    }
}

section.birds {
    padding: 55px 0px 75px;
    text-align: left;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    section.birds h1 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    section.birds .birds_img {
        margin-bottom: 20px;
        margin-top: 70px;
    }


        section.birds .birds_img img {
            margin: 0 auto !important;
        }

    section.birds .birds_title {
        text-align: center;
        color: #76b900;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1.75em;
        line-height: 1em;
        margin-bottom: 20px;
    }

    section.birds .birds_content {
        text-align: center;
        margin-bottom: 40px;
        min-height: 1px;
    }


    section.birds .birds_button {
        text-align: center;
        padding-bottom: 10px;
    }

    section.birds .birds_sub_text {
        text-align: center;
        color: #004831;
        font-size: 14px;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
    }

    section.birds .birds_button .btn-website {
        margin-left: 0px;
        min-width: 200px;
    }

@media (min-width: 767px) {
    section.birds {
        text-align: center;
    }

        section.birds h1 {
            text-align: center;
            margin-top: 10px;
            margin-bottom: 85px;
        }

        section.birds .birds_img {
            margin-bottom: 40px;
            margin-top: 0px;
        }

            section.birds .birds_img img {
                margin: 0 auto !important;
            }


        section.birds .birds_title {
            text-align: center;
            margin-bottom: 40px;
        }

        section.birds .birds_content {
            text-align: center;
            margin-bottom: 0px;
            min-height: 150px;
        }

        section.birds .birds_button {
            text-align: center;
        }

        section.birds .birds_sub_text {
            text-align: center;
        }
}

@media (min-width: 1000px) {
    section.birds .birds_content {
        min-height: 130px;
    }
}

@media (min-width: 1570px) {
    section.birds .birds_content {
        min-height: 110px;
    }
}

section.register_for {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

    section.register_for .attendee_tickets,
    section.register_for .other_tickets {
        margin: 100px auto 0;
    }

    section.register_for .attendee_tickets {
        max-width: 1100px;
    }

    section.register_for .other_tickets {
        max-width: 1200px;
    }

/********************* TICKET *********************************/
section.form {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 80px;
    padding-bottom: 60px;
    min-height: 995px;
}

    section.form .step_registration_panel {
        width: 1048px;
        margin: 0 auto;
    }

    section.form .step_registration_title {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        background-color: #CCC;
        color: #FFF;
        display: table;
        float: left;
        width: 25%;
        height: 42px;
        line-height: 42px;
        cursor: not-allowed;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    section.form .step_registration_panel.press .step_registration_title {
        width: 33.33333333333%;
    }

    section.form .step_registration_title .left,
    section.form .step_registration_title .txt,
    section.form .step_registration_title .right {
        display: table-cell;
        height: 100%;
        float: none;
    }

    section.form .step_registration_title .left {
        background-image: url("/images/gtc/step_left.jpg");
        background-repeat: no-repeat;
        background-color: #cccccc;
        width: 26px;
    }

    section.form .step_registration_title .right {
        background-image: url("/images/gtc/step_right.jpg");
        background-repeat: no-repeat;
        background-color: #cccccc;
        width: 26px;
    }

    section.form .step_registration_title .txt {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        background-color: #cccccc;
        color: #FFF;
    }

    section.form .step_registration_title.backallowed {
        cursor: pointer;
    }

    section.form .step_registration_title.active {
        background-color: #76b900;
        cursor: pointer;
    }

        section.form .step_registration_title.active .left,
        section.form .step_registration_title.active .txt,
        section.form .step_registration_title.active .right {
            background-color: #76b900;
            cursor: pointer;
        }

        section.form .step_registration_title.active .left {
            background-image: url("/images/gtc/step_active_left.jpg");
            background-color: #76b900;
        }

        section.form .step_registration_title.active .right {
            background-image: url("/images/gtc/step_active_right.jpg");
            background-color: #76b900;
        }

@media (max-width: 1078px) {
    section.form .step_registration_panel {
        width: auto;
    }
}

@media (max-width: 780px) {
    section.form .step_registration_title .name {
        display: none;
    }
}


section.form .text {
    width: 1150px;
    margin: 0px auto;
    text-align: center;
}

@media (max-width: 1170px) {
    section.form .text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    section.form .text {
        text-align: justify;
        width: 100%;
    }

    section.form h4 {
        width: 100%;
    }
}


.section-form-group:before,
.section-form-group:after {
    clear: both;
}

.section-form-group {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}


    .section-form-group a {
        font-weight: bold;
        text-decoration: underline;
    }

        .section-form-group a:hover {
            color: #76b900;
        }

@media (min-width: 975px) {
    .section-form-group {
        width: 945px;
        margin: 0 auto;
        margin-top: 30px;
    }
}


.form-button {
    text-align: left !important;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .form-button {
        text-align: right !important;
    }
}

section.faqs {
    padding: 80px 0px 100px;
    text-align: left;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

section.why_attend {
    padding: 30px 0px;
    text-align: center;
    padding-bottom: 40px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    section.why_attend h1 {
        text-align: center;
        margin-bottom: 0px;
    }

    section.why_attend .container-text {
        width: 100%;
    }

@media (min-width: 768px) {
    section.why_attend {
        padding: 65px 0px 50px;
    }
}

@media (min-width: 880px) {
    section.why_attend .container-text {
        width: 880px;
    }
}


section.why_keyword {
    padding: 80px 0px 100px;
    text-align: center;
}

    section.why_keyword .why_attend_title img {
        display: block;
        margin: 0px auto;
        max-width: 100%;
        height: auto;
    }

    section.why_keyword .why_attend_title .why_attend_title_txt,
    section.why_keyword .why_attend_title .why_attend_title_txt a,
    section.why_keyword .why_attend_title .why_attend_title_txt a:hover,
    section.why_keyword .why_attend_title .why_attend_title_txt a:focus {
        text-align: center;
        color: #76B900;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1em;
        margin-top: 30px;
        display: block;
    }

    section.why_keyword .why_attend_content {
        text-align: center;
        margin: 15px 0px;
        min-height: 100px;
        font-size: 16px;
        line-height: 21px;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    }


section.present {
    color: #797979;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 80px 0px 100px;
}




section.who_attend {
    padding: 60px 0px 100px;
    background: #EAEBE9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#CFD1CE 1%, #EAEBE9 10%, #FFFFFF 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CFD1CE 1%, #EAEBE9 10%, #FFFFFF 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CFD1CE 1%, #EAEBE9 10%, #FFFFFF 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CFD1CE 1%, #EAEBE9 10%, #FFFFFF 100%); /* Standard syntax (must be last) */
    background: url(/images/gtc/why_attend_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
}

    section.who_attend h1 {
        text-align: center;
        margin-bottom: 0px;
    }

    section.who_attend h1 {
        text-align: center;
        margin-bottom: 0px;
    }

    section.who_attend .container-text {
        width: 100%;
        text-align: center;
    }

        section.who_attend .container-text .bold {
            width: 100%;
            text-align: center;
            font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
            font-size: 17px;
        }

@media (min-width: 768px) {
    section.who_attend {
        padding: 65px 0px 100px;
    }
}

@media (min-width: 880px) {
    section.who_attend .container-text {
        width: 880px;
    }
}

.who_attend .reason_head {
    background-color: #76b900;
    color: #FFFFFF;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 1.20em;
    width: 100%;
    height: 100px;
    display: table;
    text-align: left;
}

    .who_attend .reason_head .reason_icon {
        display: table-cell;
        vertical-align: middle;
        background-color: #004831;
        width: 100px;
        text-align: center;
    }

    .who_attend .reason_head .reason_text {
        display: table-cell;
        vertical-align: middle;
        padding: 18px;
    }

.who_attend .reason_content {
    text-align: left;
    margin: 30px 0;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

.who_attend h3 {
    color: #004831;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: 28px;
}

.who_attend .companies {
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}


section.featured {
    padding: 0px 0px 75px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}


    section.present a,
    section.featured a {
        color: #76B900;
        text-decoration: underline;
    }

        section.present a:hover, section.present a:focus,
        section.featured a:hover, section.featured a:focus {
            color: #76B900;
            text-decoration: underline;
        }

section.present.speakers {
    padding: 70px 0px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    section.present.speakers h5 {
        font-size: 24px;
        text-align: center;
    }

section.present .bold {
    font-size: 1em;
}

@media (min-width: 768px) {
    section.present .container-text {
        width: 730px;
    }

    section.featured .container-text {
        width: 730px;
    }
}



section.present_keyword {
    padding: 80px 0px 100px;
    text-align: center;
}

    section.present_keyword .present_title img {
        display: block;
        margin: 0px auto;
        max-width: 100%;
        height: auto;
    }

    section.present_keyword .present_title .present_title_txt {
        text-align: center;
        color: #76B900;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1em;
        margin-top: 30px;
        display: block;
    }

    section.present_keyword .present_content {
        text-align: center;
        margin: 15px 0px;
        min-height: 150px;
        font-size: 16px;
        line-height: 24px;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    }

    section.present_keyword .present_button {
        margin-bottom: 30px;
    }

        section.present_keyword .present_button .btn {
            white-space: normal;
            padding: 15px;
        }

@media (max-width: 768px) {
    section.present_keyword .present_content {
        min-height: 0px;
    }

    section.present_keyword .present_button {
        margin-bottom: 80px;
    }
}


section.media {
    text-align: center;
    padding: 70px 0px 110px;
    margin: 0px auto;
}

    section.media.schedule {
        padding-bottom: 70px;
    }




    section.media .media_block {
        padding: 0px 15px;
        width: 35%;
        display: inline-block;
    }

        section.media .media_block.media_block_p1 {
            margin-right: 10%;
        }


@media (max-width: 1280px) {
    section.media .media_block {
        width: 44%;
        display: inline-block;
        float: left;
    }
}

@media (max-width: 768px) {
    section.media .media_block {
        margin: 0px;
        width: 100%;
        display: inline-block;
    }
}

section.media .media_title img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    height: auto;
}

section.media .media_title .media_title_txt {
    text-align: center;
    color: #76B900;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1em;
    display: block;
}

section.media .media_content {
    text-align: center;
    margin: 15px 0px;
    min-height: 120px;
    font-size: 16px;
    line-height: 24px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

section.media .media_button .btn-website {
    margin-left: 0px;
}

@media (max-width: 768px) {
    section.media {
        padding: 40px 0px 60px;
    }

        section.media .media_content {
            min-height: 0px;
        }

        section.media .media_button {
            margin-bottom: 80px;
        }
}

section.media h2 {
    font-size: 2.625em;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.333333333em;
}

section.powerbynvidiasecured {
    text-align: center;
}

    section.powerbynvidiasecured .powerbynvidiasecured_txt {
        min-height: 150px;
        background-color: #333333;
        color: #FFF;
        padding: 80px 0px;
    }

        section.powerbynvidiasecured .powerbynvidiasecured_txt .powerbynvidia_img {
            padding-top: 20px;
        }

            section.powerbynvidiasecured .powerbynvidiasecured_txt .powerbynvidia_img img {
                margin: 10px auto 0px;
            }

@media (max-width: 768px) {
    section.powerbynvidiasecured .powerbynvidiasecured_txt .powerbynvidia_img {
        padding-top: 0px;
        padding-bottom: 20px;
    }

        section.powerbynvidiasecured .powerbynvidiasecured_txt .powerbynvidia_img img {
            margin: 10px auto 0px;
        }
}


section.powerbynvidiasecured .powerbynvidiasecured_black {
    min-height: 82px;
    background-color: #000;
}


section.globe img {
    width: 100%;
    height: auto;
}

section.globe .img_desktop,
section.globe .img_tablet,
section.globe .img_mobile {
    display: none;
}

section.globe .img_mobile {
    display: block;
}

@media (min-width: 500px) {

    section.globe .img_desktop,
    section.globe .img_tablet,
    section.globe .img_mobile {
        display: none;
    }

    section.globe .img_tablet {
        display: block;
    }
}

@media (min-width: 1200px) {

    section.globe .img_desktop,
    section.globe .img_tablet,
    section.globe .img_mobile {
        display: none;
    }

    section.globe .img_desktop {
        display: block;
    }
}

/////////// section.globe2 {
    background-color: transparent;
    text-align: center;
    color: #FFF;
}


section.globe2 h1 {
    color: #FFF;
    font-size: 24px;
}

section.globe2 img {
    margin: 30px auto 10px;
}

section.globe2 .globe2-block {
    margin: 0px;
    padding: 50px 15px;
    min-height: 300px;
}

    section.globe2 .globe2-block .data {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-align: center;
        margin-bottom: 0px;
    }

    section.globe2 .globe2-block .type {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 19px;
        color: #76B900;
        text-align: center;
    }

section.globe2 .img_v1 {
    display: none;
}

section.globe2 .img_v2 {
    display: block;
}

@media (min-width: 500px) {
    section.globe2 .globe2-block {
        min-height: 450px;
        padding: 100px 15px;
    }
}

@media (min-width: 600px) {
    section.globe2 .globe2-block {
        min-height: 700px;
    }
}

@media (min-width: 768px) {
    section.globe2 .img_v1 {
        display: block;
    }

    section.globe2 .img_v2 {
        display: none;
    }

    section.globe2 .globe2-block {
        margin: 0px 0px;
        min-height: 400px;
        padding: 15px;
    }
}

@media (min-width:768px) and (max-width:1000px) {
    section.globe2 .globe2-block img {
        margin: 0 auto;
    }

    section.globe2 .globe2-block .data {
        font-size: 20px;
        margin: 0px;
    }

    section.globe2 .globe2-block .type {
        font-size: 16px;
        margin: 0px;
    }
}

@media (min-width:1200px) {
    section.globe2 .globe2-block {
        margin: 0px 8.68056%;
        padding: 60px 0px 60px;
        min-height: 680px;
    }
}

@media (min-width:1425px) {
    section.globe2 .globe2-block {
        margin: 0px 125px;
        padding: 120px 0px 90px;
    }
}

///////////////////
/*section.home_attend .gdl-custom-full-background{
    background-color:#000;
    height:1000px;
}*/
section.home_attend .home_attend-block {
    padding: 80px 15px 100px;
}

section.home_attend .home_attend-block h1 {
    /*color:#FFF;*/
    color: #004831;
    margin-bottom: 20px;
}

section.home_attend .home_attend-block img {
    margin: 40px auto 0px;
}

section.home_attend .home_attend-block .data {
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 38px;
    color: #76B900;
    text-align: center;
    margin-bottom: 0px;
}

section.home_attend .home_attend-block .type {
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 21px;
    text-align: center;
    color: #666666;
}

/*section.home_attend .img_v1 {
    display:none;
}
section.home_attend .img_v2 {
    display:block;
}

@media (min-width: 768px) {
    section.home_attend .img_v1 {
        display:block;
    }
    section.home_attend .img_v2 {
        display:none;
    }
}*/

/******     END Custum Section           *******/

section .paddingradio td {
    padding-right: 40px;
}

section .paddingcheckbox {
    cursor: pointer;
}

    section .paddingcheckbox td {
        padding-right: 40px;
    }


    section .paddingcheckbox label {
        width: auto;
        display: inline;
        cursor: pointer;
    }

    section .paddingradio.has-error label,
    section .paddingcheckbox.has-error label {
        color: red;
    }

section input[type="radio"] {
    margin-right: 10px;
}

section input[type="checkbox"] {
    margin-right: 10px;
}

section .error {
    color: #FA0002;
    text-transform: none;
}

section .btn-file {
    width: 100%;
}

    section .btn-file.has-error {
        color: #F00;
    }

    section .btn-file.valid {
        color: #77B900;
    }


section .send {
    color: #77B900;
    font-weight: bold;
    text-transform: none;
}

.modal .btn-button,
.modal .btn-button2,
section .btn-button,
section .btn-button2 {
    background-color: #77B900 !important;
    color: #FFFFFF !important;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1em;
    padding: 12px;
    min-width: 120px;
    text-decoration: none !important;
    font-weight: 400 !important;
}



.modal .btn-button2,
section .btn-button2 {
    padding: 15px;
    min-width: 126px;
}

.btn-button:focus, .btn-button:hover,
.btn-button2:focus, .btn-button2:hover {
    color: #FFFFFF;
    text-decoration: none !important;
    font-weight: 400 !important;
}

@media (max-width:450px) {
    .modal .btn-button, .modal .btn-button2,
    section .btn-button, section .btn-button2 {
        background-color: #77B900 !important;
        color: #FFF !important;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1em;
        text-transform: uppercase;
        padding-right: 0.5em;
        padding-left: 0.5em;
        min-width: 90px;
        line-height: 1.5em;
        text-decoration: none !important;
        font-weight: 400 !important;
    }
}

section .has-error,
section .btn-group.has-error .form-list {
    border-color: #FA0002;
    text-transform: none;
    line-height: none;
}

section .btn-group.has-error a label,
section .btn-group.has-success a label {
    color: #333;
}

section .btn-group.valid .form-list {
    border-color: #77B900;
}




section .has-success {
    border-color: #77B900;
    text-transform: none;
    margin-bottom: 0px;
    display: block;
}

section .rbl_validation .has-success {
    display: inline-block !important;
}

section .cb_validation .has-success {
    display: none !important;
}

section .cb_validation .error {
    display: none !important;
}

section .valid {
    border-color: #77B900 !important;
}

section .error {
    color: #FA0002;
}

    section .error a {
        color: #FA0002 !important;
    }

section a {
    color: #666;
}

    section a:hover,
    section a:focus {
        color: #eee;
        text-decoration: none;
    }

section .color_green {
    color: #76b900 !important;
}

section .color_greendarker {
    color: #004831 !important;
}

section .color_grey {
    color: #666 !important;
}

section .color_white {
    color: #FFF !important;
}

section .color_black {
    color: #000 !important;
}

section .form-group {
    text-align: left;
}

section .nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

section .nopaddingleft {
    padding-left: 0px;
}

section .nopaddingright {
    padding-right: 0px;
}

section .padding {
    padding-left: 15px;
    padding-right: 15px;
}

section .paddingleft {
    padding-left: 15px;
}

section .paddingright {
    padding-right: 15px;
}


.form-list {
    background-color: #FFF;
    background-image: none;
    display: inline-block;
    height: 2.5em;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1em;
    color: #555;
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #BFBFBF;
    border-radius: 0px;
}

    .form-list .multiselect-selected-text {
        text-align: left;
    }

    .form-list .caret {
        text-align: right;
        float: right;
        margin-top: 4px;
        margin-right: -6px;
        border-top: 6px dashed;
        border-top: 6px solid\9;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
    }

.multiselect-container {
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: auto !important;
    left: 0 !important;
}

    .multiselect-container > li > a {
        text-decoration: none !important;
    }

    .multiselect-container > li.active > a {
        background-color: #77B900 !important;
    }

        .multiselect-container > li.active > a:hover {
            color: #FFF !important;
        }

    .multiselect-container > li.multiselect-item {
        line-height: 0.5em;
        font-size: 14px;
    }

    .multiselect-container > li.multiselect-group {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #000;
        margin-top: 10px;
        letter-spacing: 2px;
        font-size: 15px;
    }

.label {
    border-radius: 0em;
}

.label-success {
    background-color: #77B900;
}

.counter {
    margin-top: 10px;
    border-radius: 0px;
}

section.step {
    padding: 30px 0px 30px;
    min-height: 500px;
}

.panel-default,
.panel-faqs,
.panel-faq,
.panel-plane {
    border: 0;
    border-image-width: 0;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 0px 0px;
}

    .panel-default .panel-heading {
        background-color: #EFEFEF;
    }

.panel a:focus,
.panel-heading a:focus .panel-faq a:focus {
    outline: none;
}

.panel-faq h3 {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

.panel-plane h6 {
    font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.166666667em !important;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

    .panel-faq h3 span, .panel-plane h6 span {
        font-size: 0.8em;
        color: #000;
        text-transform: uppercase;
    }

.panel a,
.panel-heading a,
.panel-faq a,
.panel-plane a {
    text-decoration: none;
    color: #666666;
}

    .panel a:hover,
    .panel a:focus,
    .panel-heading a:hover,
    .panel-heading a:focus .panel-faq a:hover,
    .panel-faq a:focus,
    .panel-faq a:hover span,
    .panel-faq a:focus span,
    .panel-plane a:hover,
    .panel-plane a:focus,
    .panel-plane a:hover span,
    .panel-plane a:focus span {
        text-decoration: none;
        color: #76B900;
    }

.panel-plane span.chevron-up,
.panel-faq span.chevron-up {
    color: #76B900 !important;
}

.panel-plane .panel-heading {
    padding: 1em 1em 1em 1em;
    border-bottom: 1px solid #d5d5d5 !important;
}

.panel-plane .top {
    border-top: 1px solid #d5d5d5 !important;
}

.panel-faqs .panel-heading {
    padding: 20px 30px;
    border-bottom: 1px solid #d5d5d5 !important;
}


.panel-faqs .panel-heading {
    padding: 20px 30px;
    border-bottom: 1px solid #d5d5d5 !important;
}

.panel-heading span.chevron {
    width: 30px;
    display: inline-block;
}

.panel-faq > .collaspse > .panel-heading {
    border-bottom: 1px solid #d5d5d5 !important;
}

.panel-body-faqs {
    padding-left: 20px;
}

    .panel-body-faqs .question-aswer {
        width: 95%;
        text-align: justify;
        margin-left: 5%;
    }

        .panel-body-faqs .question-aswer td {
            padding: 30px 30px;
        }

        .panel-body-faqs .question-aswer .question td {
            padding: 30px 30px 15px;
        }

        .panel-body-faqs .question-aswer .answer td {
            border-bottom: 1px solid #d5d5d5 !important;
            padding: 15px 30px 30px;
        }

            .panel-body-faqs .question-aswer .answer td .answer_content {
                display: block;
                margin-top: -24px;
                margin-left: 20px;
            }

        .panel-body-faqs .question-aswer .answer2 td {
            padding-bottom: 15px;
        }

        .panel-body-faqs .question-aswer tr:last-child td {
            border-bottom: none !important;
        }

@media (max-width: 768px) {
    .panel-body-faqs .question-aswer {
        text-align: left;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .panel-faq h3 {
        font-size: 1.35em !important;
    }
}

@media (max-width:550px) {
    .panel-faq .panel-heading {
        padding: 1em 0 1em 0;
    }

    .panel-faqs {
        padding: 0;
    }

    .panel-plane .panel-heading {
        padding: 1em 0 1em 0;
    }
}

@media (max-width:424px) {
    .panel-faq h3 span:first-child {
        max-width: 220px !important;
        display: inline-block;
    }
}


.panel-group .panel-last {
    margin-top: 2.5em !important;
}

/*.panel-default .panel-collapse table tr:last-child td{
    border-bottom: 1px solid #ddd;
}*/

.panel-default .panel-collapse table td.last {
    border-bottom: 1px solid #ddd;
}

.panel-default .panel-collapse table tr.last > td {
    border-bottom: 1px solid #ddd;
}

.step_icone {
    padding-right: 1%;
}

.step_icone2 {
    padding-right: 5%;
}

.step_green {
    color: #77B900 !important;
}

.step_orange {
    color: orange !important;
}

.step_red {
    color: red !important;
}

.step_yellow {
    color: #F8E888;
}

.step_title {
    text-transform: uppercase;
    font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    padding-left: 2%;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #000000;
}

.step_title2 {
    font-size: 1.166666667em;
    text-transform: initial;
    word-wrap: break-word;
    padding-left: 2%;
    color: #000000;
}

.icon-size {
    font-size: 87px;
}

.white {
    background-color: #ffffff;
}

.placeholder {
    color: #999999;
}

.px20 {
    font-size: 1.111111111em;
}

.px21 {
    font-size: 1.166666667em;
}
/******************  END SECTION ********************/

.modal a {
    color: #666;
}

    .modal a:hover, .modal a:focus {
        color: #EEE;
        text-decoration: none;
    }

.modal.modal_criteria a:hover, .modal.modal_criteria a:focus {
    color: #76b900 !important;
    text-decoration: none;
}

.modal h3 {
    font-size: 1.777777778em;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal.modal-menu.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.modal.modal-menu.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.modal-menu .modal-dialog {
    position: relative;
    width: 350px;
    margin: 0px;
    float: right;
}

.modal.modal-menu .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #004831;
    border: 0px solid rgba(0, 72, 49, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 72, 49, .2);
    box-shadow: 0 0px 0px rgba(0, 72, 49, .2);
}

.modal.modal-menu .modal-header {
    height: 59px;
    padding: 0px 10px;
    border-bottom: 0px solid #000000;
    background-color: #000000;
    color: #FFF;
}

    .modal.modal-menu .modal-header .close {
        padding: 0px;
        height: 100%;
        color: #FFF;
        font-size: 40px;
        opacity: 1;
        font-weight: 100;
    }

.modal.modal-menu .modal-header2 {
    height: 40px;
    padding: 2px 12px;
}

    .modal.modal-menu .modal-header2 .div_date {
        margin: 0px;
        padding: 0px;
        width: 70%;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        text-align: left;
        font-size: 0.8em;
        text-transform: uppercase;
        position: absolute;
    }

        .modal.modal-menu .modal-header2 .div_date .image {
            width: 30px;
        }

        .modal.modal-menu .modal-header2 .div_date .city {
            font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
            color: #999;
            padding-left: 0px;
        }

        .modal.modal-menu .modal-header2 .div_date .date {
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            color: #8CC624;
            padding-left: 5px;
        }

    .modal.modal-menu .modal-header2 .div_logo {
        margin: 5px 3px;
        padding: 0px;
        width: 25%;
        vertical-align: middle;
        text-align: left;
        font-size: 0.8em;
        text-transform: uppercase;
        position: absolute;
        top: auto;
        right: 0px;
        float: right;
        height: 44px;
        line-height: 44px;
    }

.modal.modal-menu .modal-body {
    background-color: #FFF;
    padding: 40px 20px 60px;
    color: #666;
}

    .modal.modal-menu .modal-body ul.modal-nav {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .modal.modal-menu .modal-body ul.modal-nav > li {
            margin: 0px;
            padding: 0px;
            font-size: 24px;
            min-height: 70px;
            line-height: 70px;
            border-bottom: 1px solid #cccccc;
            /*letter-spacing:0.1em;*/
            vertical-align: middle;
        }

            .modal.modal-menu .modal-body ul.modal-nav > li > a,
            .modal.modal-menu .modal-body ul.modal-nav > li > .dropdown > a {
                padding: 0px 10px;
            }

                .modal.modal-menu .modal-body ul.modal-nav > li.green > a,
                .modal.modal-menu .modal-body ul.modal-nav > li > a.active,
                .modal.modal-menu .modal-body ul.modal-nav > li > a:hover,
                .modal.modal-menu .modal-body ul.modal-nav > li > a:focus,
                .modal.modal-menu .modal-body ul.modal-nav > li.green > .dropdown > a,
                .modal.modal-menu .modal-body ul.modal-nav > li > .dropdown > a.active,
                .modal.modal-menu .modal-body ul.modal-nav > li > .dropdown > a:hover,
                .modal.modal-menu .modal-body ul.modal-nav > li > .dropdown > a:focus {
                    color: #76B900;
                    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                }

.modal.modal-menu .modal-powerbynvidia {
    background-color: #333333;
    padding: 40px 20px 60px;
    color: #FFF;
    text-align: center;
}

    .modal.modal-menu .modal-powerbynvidia img {
        margin: 0 auto;
    }

.modal.modal-menu .modal-newletter {
    background-color: #333;
    padding: 40px 20px 60px;
    color: #76B900;
}

    .modal.modal-menu .modal-newletter .connect a {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        display: inline-block;
        float: left;
        line-height: 40px;
        color: #76B900;
    }

    .modal.modal-menu .modal-newletter .connect .social_separator {
        width: 1px;
        height: 40px;
        margin-right: 20px;
        display: inline-block;
        border-left: 1px #666 solid;
        float: left;
    }

    .modal.modal-menu .modal-newletter .connect a.twitter {
        background-image: url('/images/gtc/twitter.png');
        text-indent: 40px;
    }

    .modal.modal-menu .modal-newletter .connect a.linkedin {
        background-image: url('/images/gtc/linkedin.png');
    }

    .modal.modal-menu .modal-newletter .newletter-group .form-control {
        width: 245px;
        display: inline-block;
    }

    .modal.modal-menu .modal-newletter .newletter-group .newletter-group-btn {
        display: inline-block;
        vertical-align: top;
    }

.modal.modal-menu .modal-footer {
    padding: 25px 20px;
    text-align: left;
    border-top: 1px solid #000;
    background-color: #000;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.42857em;
}

    .modal.modal-menu .modal-footer .copyright-link {
        margin-top: 10px;
        color: #CCCCCC;
    }

        .modal.modal-menu .modal-footer .copyright-link .separator {
            height: 1em;
            width: 1px;
            border: 1px solid #666;
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
            vertical-align: middle;
        }


.modal.modal-menu .modal-nav .dropdown {
    position: relative;
    float: none;
    width: 100%;
    display: inline-block;
}

.modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    width: 100%;
    min-width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    list-style: none;
    background-color: #EFEFEF;
    color: #666666;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

.modal.modal-menu .modal-nav .open .dropdown-menu.sub-menu-nav {
    display: block;
    border-top: 1px solid #cccccc;
    z-index: auto;
}

.modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li {
    border-bottom: 1px solid #cccccc;
    padding: 0px;
}

    .modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li:last-child {
        border-bottom: none;
    }

    .modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li a {
        color: #666666;
        background-color: transparent;
        line-height: 1em;
        padding: 15px 10px;
    }

        .modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li a:focus,
        .modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li a:hover,
        .modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li a:active,
        .modal.modal-menu .modal-nav .dropdown-menu.sub-menu-nav li a.active {
            color: #76b900;
            background-color: transparent;
            font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        }



.modal-backdrop.in {
    opacity: 0.8;
}

a.link {
    font-size: inherit;
    color: inherit;
}

    a.link:hover,
    a.link:focus {
        text-decoration: underline;
        font-weight: bold;
        color: #76b900;
    }

div.div_login_name {
    text-align: right;
    padding: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {
    div.div_login_name {
        padding: 40px 10px 0px;
    }
}

.globe-gtc-events {
    background: no-repeat center/67% url(/images/gtc/map1400.jpg);
    background-color: #F1F1F1;
    padding: 0px 15px 55px;
	text-align: center;
}

.globe-gtc-events p.featured-keynotes-desc {
    color: #000000;
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    margin: 0 auto;
    max-width: none;
    padding-bottom: 30px;
    padding-left: 12%;
    padding-right: 12%;
}

.globe-gtc-events .globe-gtc-top {
    padding: 80px 0px 0px;
    text-align: center;
}

   
.globe-gtc-events .globe-gtc-bottom {
    margin: 0px auto;
}

.gtc-world-events a, .gtc-world-events a:hover, .gtc-world-events a:visited {

    text-decoration: none !important;
	color : inherit !important;
}

.globe-gtc-events .country-name {
    color: #76b900;
	font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
	display: inline-block;
	margin: 0p auto 5px;

}

.globe-gtc-events .country-name span {
    color: #333333;
}

.globe-gtc-events .date-details {
    color: #333333;
    font-family: DINPro,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 auto;
	display: inline-block;
	    width: 100%;
}


.globe-gtc-events .center-row {

    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;

}

.globe-gtc-events .first-row {

    max-width: 90%;
    display: block;
    margin: auto;

}

 .globe-gtc-events .globalbtn {

    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    text-transform: uppercase;

}

 .globe-gtc-events .save-date-button {

    background-color: #76b900;
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
    min-width: 150px;
    max-width: 230px;
    width: auto;
    transform: skewX(149deg);
	max-width: 260px;

}

  .globe-gtc-events .disable-color {

    background-color: #cccccc !important;
	cursor: not-allowed;

}

 .globe-gtc-events .browse-files-text {

    color: #ffffff;
    display: inline-block;
    font-family: DINPro-Medium,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 11px 20px 10px;
    line-height: 16px;
    text-align: center;
    transform: skewX(-149deg);

}

.globe-gtc-events .globe-gtc-presented {
    text-align: center;
    margin: 100px 0px;
}


.globe-gtc-events .keynote-date-button {
    background-color: #76b900;
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
    max-width: 230px;
    width: auto;
}

.globe-gtc-events .watch-keynote-btn {
    color: #ffffff;
    display: inline-block;
    font-family: DINPro-Medium,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 8px;
    line-height: 18px;
    text-align: center;
}

.tr_current_step:hover,
.tr_current_step:hover td {
    background-color: #FFF;
}

.nav-pills > li > a {
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #eee;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: #76B900;
}

.btn.btn-button {
    min-width: 180px;
}


    .btn.btn-button:hover,
    .btn.btn-button:focus {
        color: #FFF !important;
    }

.ticket_right {
    color: #DAD9D1;
    font-size: 24px;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
}


.display_name {
    width: 450px !important;
}

.ffb {
    width: 100% !important;
    top: 42px !important;
}

    .ffb .content {
        overflow: hidden !important;
    }

    .ffb .ffb-sel {
        padding: 5px 20px;
        height: auto !important;
        font-size: 12px;
        color: #666 !important;
    }


.input-group.apply_code {
    vertical-align: middle;
    padding: 0px 0px 15px;
}

    .input-group.apply_code .input-group-addon {
        background-color: #fff !important;
        border: 0px !important;
        padding: 0px 0px 0px 15px;
    }

        .input-group.apply_code .input-group-addon a {
            height: 40px;
            line-height: 40px;
            padding: 0px 12px;
            background-color: #CCCCCC;
            color: #FFF;
            text-decoration: none;
            display: inline-block;
            text-transform: uppercase;
            font-weight: bold;
            font-family: DINPro-Medium, Trebuchet MS, Tahoma, Helvetica, sans-serif;
        }

    .input-group.apply_code:focus .input-group-addon a,
    .input-group.apply_code:hover .input-group-addon a {
        background-color: #77B900 !important;
    }

.payment_apply_code tr td {
    text-align: left !important;
    padding: 20px 15px !important;
}

.payment_apply_code tr.recap2 td {
    padding: 10px 15px !important;
    border: 0px;
}

.payment_apply_code tr td.price {
    text-align: right !important;
}

.payment_apply_code tr.total td {
    border-top: 0;
    border-bottom: 4px solid #000;
}

.payment_apply_code tr.total td {
    color: #000;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
}

    .payment_apply_code tr.total td em {
        font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: bold;
    }

.payment_apply_code tr.fees td {
    padding: 10px 5px !important;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

    .payment_apply_code tr.fees td .fee_txt {
        color: #000;
    }

hr {
    border-bottom: 2px solid #eee;
    border-top: 1px solid #eee;
}

.block-left,
.block-right {
    padding: 0px 15px;
}

@media (min-width: 768px) {
    .block-left {
        padding: 0px 50px 0px 30px;
    }

    .block-right {
        padding: 0px 30px 0px 50px;
    }
}


.current_step {
    width: 100%;
    margin: 60px auto;
    padding: 0px 15px;
}

@media (min-width: 1100px) {
    .current_step {
        width: 945px;
    }
}

.btn-cancel-sm,
.btn-cancel-sm:hover,
.btn-cancel-sm:focus {
    margin: 0;
    font-size: 1em;
    line-height: 1;
    padding: 6px 12px;
    width: auto;
    min-width: 1px;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    background-color: #E60000;
}

.btn-invoice-sm,
.btn-invoice-sm:hover,
.btn-invoice-sm:focus {
    margin: 0;
    font-size: 1em;
    line-height: 1;
    padding: 6px 12px;
    width: auto;
    min-width: 1px;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    background-color: #76B900;
}

.btn-cancel-sm:hover,
.btn-cancel-sm:focus {
    color: #FFFFFF !important;
    background-color: #76B900;
}

.btn-invoice-sm:hover,
.btn-invoice-sm:focus {
    color: #FFFFFF !important;
    background-color: #76B900;
}


.top-banner {
    background-color: #000;
}

    .top-banner.gray {
        background-color: #1A1A1A;
    }

    .top-banner img {
        margin: 0 auto;
    }


/****       Sub Menu               ****/


.nav > li > .sub-menu-bloc,
.modal-nav > li > .sub-menu-bloc {
    display: none;
}


.nav > li > .sub-menu-bloc {
    /* -webkit-transform: skewX(-150deg); */
    /* -moz-transform: skewX(-150deg); */
    /* -o-transform: skewX(-150deg); */
    /* -ms-transform: skewX(-150deg); */
    /* transform: skewX(-150deg); */
}

.nav > li:hover > a,
.modal-nav > li:hover > a {
    color: #76B900;
    cursor: pointer;
}

.modal-nav > li:hover {
    height: auto !important;
}

.nav > li:hover > .sub-menu-bloc,
.nav > li:focus > .sub-menu-bloc,
.nav > li > .sub-menu-bloc:hover,
.nav > li > .sub-menu-bloc:focus {
    display: block !important;
    background: #76B900;
    text-align: center;
    margin-left: -80px;
}


.modal-nav > li:hover > .sub-menu-bloc,
.modal-nav > li:focus > .sub-menu-bloc {
    display: block;
    padding-left: 20px;
}


.modal-nav .sub-menu-bloc ul {
    padding: 0px;
}

    .modal-nav .sub-menu-bloc ul li {
        line-height: 1.4em;
        font-size: 18px;
        padding-bottom: 10px;
    }

.nav > li > .sub-menu-bloc {
    background: transparent;
    position: absolute;
    color: #FFF;
    top: 80px;
    z-index: 100;
    width: 235px;
}

/*@media (max-width: 1080px) {
    .nav > li> .sub-menu-bloc{
        top: 40px;
    }
}*/

.modal-nav > li > .sub-menu-bloc {
    border-top: 1px solid #666;
}

.nav > li > .sub-menu-bloc > .sub-menu-img-top {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 110px;
}

.nav > li > .sub-menu-bloc > .sub-menu-nav {
    color: inherit;
    width: 100%;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    /*opacity: 0.9;*/
    background: #76B900;
    /*-webkit-transform:skewX(179deg);
    -moz-transform:skewX(179deg);
    -o-transform:skewX(179deg);
    -ms-transform:skewX(179deg);
    transform:skewX(179deg);*/
}

    .nav > li > .sub-menu-bloc > .sub-menu-nav > li.first {
        padding-top: 25px;
    }

    .nav > li > .sub-menu-bloc > .sub-menu-nav > li {
        background: inherit;
        color: inherit;
        width: 100%;
        text-align: center;
        list-style: none;
        line-height: 20px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 25px;
    }

        .nav > li > .sub-menu-bloc > .sub-menu-nav > li > a {
            color: #FFF;
            text-decoration: none;
            display: block;
            width: 100%;
            cursor: pointer;
            /*-webkit-transform:skewX(181deg);
    -moz-transform:skewX(181deg);
    -o-transform:skewX(181deg);
    -ms-transform:skewX(181deg);
    transform:skewX(181deg);*/
        }

            .nav > li > .sub-menu-bloc > .sub-menu-nav > li > a:hover,
            .nav > li > .sub-menu-bloc > .sub-menu-nav > li > a:focus,
            .nav > li > .sub-menu-bloc > .sub-menu-nav > li > a.active {
                color: #004831;
                text-decoration: none;
            }


/********    End Sub menu      *********/

/****      Slider           ****/

.carousel-home {
    background-color: #000;
}

.carousel-home > .carousel {
	max-width: 1600px;
	margin: 0px auto;
}

.carousel-home > .carousel > .carousel-indicators > li {
	border: 1px solid #666666;
	background-color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
}

.carousel-home > .carousel > .carousel-indicators > li.active {
	border: 1px solid #76b900;
	background-color: #76b900;
	width: 10px;
	height: 10px;
}

.carousel-home > .carousel > .carousel-inner > .item {
	text-align: right;
}

.carousel-home > .carousel > .carousel-inner > .item > .views-row-img,
.carousel-home > .carousel > .carousel-inner > .item > a > .views-row-img {
	display: inline-block;
	text-shadow: none;
}

.carousel-home > .carousel > .carousel-control {
	background: transparent;
	background-image: none;
	width: 30px;
}

.carousel-home > .carousel > .carousel-control.left {
	background-image: url(/images/gtc/icone/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-home > .carousel > .carousel-control.right {
	background-image: url(/images/gtc/icone/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block-container {
display: inline-block;
padding: 0px 30px;
min-height: 1px;
width: 100%;
}

.carousel-home > .carousel > .carousel-inner > .item.views-row-video {
text-align: center;
background-color: #000;
background-image: url("/images/gtc/slider/GTC_video2880x1300.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
background-size: 1439px 649px !important;
}

.carousel-home > .carousel > .carousel-inner > .item.views-row-app {
	background: #FFFFFF;
}

@media (max-width:999px) {
	.carousel-home > .carousel > .carousel-inner > .item {
		padding-bottom: 40px;
    }
	
    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 10;
        margin-top: -20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        text-shadow: none;
    }

	.carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text1 {
		font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
		font-size: 21px;
		line-height: 1.25em;
		text-transform: uppercase;
		color: #FFF;
		margin-bottom: 0px;
	}

	.carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text2 {
		font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
		color: #76b900;
		font-size: 70px;
		line-height: 0.9em;
		margin-bottom: 35px;
	}

	.carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text3 {
		font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
		margin-bottom: 30px;
		color: #FFF;
		font-size: 16px;
		line-height: 1.3em;
	}

	.carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text4 {
		font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
		margin-bottom: 30px;
		color: #76b900;
		font-size: 16px;
		line-height: 1.3em;
	}

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption {
        background-color: transparent !important;
        background: -webkit-linear-gradient(transparent 2px, #000000 50px, #000000 100px);
        background: -o-linear-gradient(transparent 2px, #000000 50px, #000000 100px);
        background: -moz-linear-gradient(transparent 2px, #000000 50px, #000000 100px);
        background: linear-gradient(transparent 2px, #000000 50px, #000000 100px);
        margin-top: -90px;
        padding-top: 50px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-inception > .carousel-caption {
        background-color: transparent !important;
        background: -webkit-linear-gradient(transparent 2px, #F9F9F9 50px, #F9F9F9 100px);
        background: -o-linear-gradient(transparent 2px, #F9F9F9 50px, #F9F9F9 100px);
        background: -moz-linear-gradient(transparent 2px, #F9F9F9 50px, #F9F9F9 100px);
        background: linear-gradient(transparent 2px, #F9F9F9 50px, #F9F9F9 100px);
        margin-top: -90px;
        padding-top: 50px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-jenhsen > .carousel-caption {
        margin-top: -100px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption {
        margin-top: -120px;
        width: 100%;
    }

    
    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption {
        margin-top: -120px;
        width: 100%;
        padding-bottom: 60px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app {
        background: #FFFFFF;
        padding-bottom: 0px;
    }


    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption {
        margin-top: 0px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	    background-color: transparent !important;
		background: transparent !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-jenhsen > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-exectrack > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-inception > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }


    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }


    .carousel-home > .carousel > .carousel-inner > .item.views-row-exectrack > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-inception > .carousel-caption .text-block .text3 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
}

@media (min-width:1000px) {
    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block-container {
        width: 60%;
        float: left;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block-container {
        width: 100%;
    }


    .carousel-home > .carousel > .carousel-control {
        width: 5%;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption {
        left: 0;
        right: 0;
        padding-bottom: 30px;
        top: 0;
        padding-top: 70px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-exectrack > .carousel-caption {
        left: 0;
        right: 0;
        padding-bottom: 30px;
        top: 0;
        padding-top: 100px;
    }


    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text1 {
        font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 28px;
        line-height: 1.25em;
        text-transform: uppercase;
        color: #FFF;
        margin-bottom: 0px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text2 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 72px;
        line-height: 0.9em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-training > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 40px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .carousel-home > .carousel > .carousel-inner > .item.views-row-training > .carousel-caption .text-block .text2 span {
            font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
            color: #76b900;
            font-size: 42px;
            line-height: 0.9em;
            margin-bottom: 30px;
            font-weight: 900;
        }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-jenhsen > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 40px;
        line-height: 0.9em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-exectrack > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 40px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
	
	
	.carousel-home > .carousel > .carousel-inner > .item.views-row-app {
		background: transparent;
	}

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 40px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 40px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-inception > .carousel-caption .text-block .text2 {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #76b900;
        font-size: 42px;
        line-height: 0.9em;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text3 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 16px;
        line-height: 1.5em;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 30px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 30px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
    }


    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 30px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.3em;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-exectrack > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-inception > .carousel-caption .text-block .text3 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #000;
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 50px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.5em;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-submissions > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 50px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.5em;
    }
    

    .carousel-home > .carousel > .carousel-inner > .item.views-row-app > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 50px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.5em;
    }


    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block .text4 {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        margin-bottom: 50px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.5em;
    }

    .carousel-home > .carousel > .carousel-inner > .item.item-video > .carousel-caption {
        padding-top: 10px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block {
        text-align: left;
        text-shadow: none;
    }
}


@media (min-width:1000px) {
    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text2 {
        margin-bottom: 40px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text3 {
        margin-bottom: 40px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block .text4 {
        margin-bottom: 40px;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption .text-block {
        max-width: 530px;
    }

    .carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption .text-block {
        max-width: 100%;
    }
}


@media (min-width:1280px) {
    .carousel-home > .carousel > .carousel-inner > .item > .carousel-caption {
        left: 0;
        right: 0;
        padding-bottom: 30px;
        top: 0;
        padding-top: 100px;
    }
}


.carousel-home > .carousel > .carousel-inner > .item {
    opacity: 0;
}

    .carousel-home > .carousel > .carousel-inner > .item.active.left {
        opacity: 0;
    }

    .carousel-home > .carousel > .carousel-inner > .item.active,
    .carousel-home > .carousel > .carousel-inner > .item.next.left {
        opacity: 1;
        -webkit-transition: all .9s linear;
        -ms-transition: all .9s linear;
        -o-transition: all .9s linear;
        transition: all .9s linear;
    }

    /********    Slider Image    *********/
    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel2120x1300 {
        display: none !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel1536x942 {
        display: none !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel768x471 {
        display: inline-block !important;
    }

@media (min-width:846px) {
    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel2120x1300 {
        display: none !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel1536x942 {
        display: inline-block !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel768x471 {
        display: none !important;
    }
}

@media (min-width:1280px) {
    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel2120x1300 {
        display: inline-block !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel1536x942 {
        display: none !important;
    }

    .carousel-home > .carousel > .carousel-inner > .item > .views-row-img.img-carousel768x471 {
        display: none !important;
    }
}




@media (max-width:600px) {
	.carousel-home > .carousel > .carousel-inner > .item.views-row-video > .carousel-caption {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
    }
	
	.carousel-home > .carousel > .carousel-inner > .item.views-row-video  > .views-row-img.img-carousel2120x1300,
    .carousel-home > .carousel > .carousel-inner > .item.views-row-video  > .views-row-img.img-carousel1536x942,
    .carousel-home > .carousel > .carousel-inner > .item.views-row-video  > .views-row-img.img-carousel768x471 {
		display: none !important;
	}
}
/********    End Slider Image     *********/




/********    End Slider     *********/

/********     btn-website    *********/

.btn-website {
    cursor: pointer;
    display: inline-block;
    height: 60px;
    background-color: #76b900;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    -o-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    margin-left: 20px;
    min-width: 190px;
    padding: 0px;
    font-size: 1em;
    line-height: 1em;
    text-shadow: none;
    padding: 20px 30px;
    vertical-align: middle;
}


.save-date-button {
    display: inline-block;
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    -o-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    text-transform: uppercase;
    vertical-align: middle;
}

.browse-files-text {
    color: #fff;
    font-size: 1.3125em;
    text-align: center;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
}
/********     btn-website    *********/



/************   Home Attend *************/

section.home_attend {
    background-color: #FFFFFF;
    background: -webkit-linear-gradient(#D3D5D2, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D3D5D2, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D3D5D2, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D3D5D2, #FFFFFF); /* Standard syntax */
    background: url(/images/gtc/why_attend_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 45px 0px 70px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

/************   END Home Attend *************/



/***********  Container  **********/

/*
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1140px) {
  .container {
    width: 1160px;
  }
}

@media (min-width: 1940px) {
  .container {
    width: 1470px;
  }
}
*/

/*********** End container *********/



/*************   Modal    ********************/

.modal-content {
    border-radius: 0px !important;
}

.modal.modal_overview .modal-dialog .modal-title,
.modal.modal_notification .modal-dialog .modal-title,
.modal.modal_floor .modal-dialog .close {
    line-height: 40px;
}

.modal.modal_floor .modal-body {
    padding: 0px;
}

    .modal.modal_floor .modal-body .popuplogo {
        display: inline-block;
        /*margin: 0px 15% 40px;*/
        margin-bottom: 40px;
    }

    .modal.modal_floor .modal-body .div_date {
        /*margin: -65px 24% 0px;*/
        margin: -65px 30px 0px;
        width: auto;
        height: 20px;
        line-height: 20px;
    }

@media (min-width:770px) {
    .modal.modal_floor .modal-body .div_date {
        /*margin: -70px 17% 0px;*/
        margin: -70px 30px 0px;
        width: auto;
        height: 20px;
        line-height: 20px;
    }
}

.modal.modal_overview .modal-dialog .close,
.modal.modal_notification .modal-dialog .close,
.modal.modal_floor .modal-dialog .close {
    font-size: 40px;
    color: #666;
    position: relative;
}

@media (min-width:1280px) {
    .modal.modal_overview .modal-dialog {
        width: 1250px;
        overflow-y: auto;
        /*height: 900px;*/
    }

    .modal.modal_floor .modal-body .popuplogo {
        /*margin: 0px 14.5% 40px;*/
        margin-bottom: 40px;
    }

    .modal.modal_floor .modal-body .div_date {
        margin-right: 0px;
    }
}

.modal.modal_floor .modal-dialog .modal-header {
    padding: 15px 30px;
}

.modal.modal_floor .modal-dialog .modal-header,
.modal.modal_floor .modal-dialog .modal-footer {
    border: none;
}

.modal.modal_floor .modal-dialog .modal-footer {
    background-color: #efefef;
    font-size: 12px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    .modal.modal_floor .modal-dialog .modal-footer a {
        text-decoration: underline;
    }

        .modal.modal_floor .modal-dialog .modal-footer a:hover,
        .modal.modal_floor .modal-dialog .modal-footer a:focus {
            color: #76B900;
        }

        .modal.modal_floor .modal-dialog .modal-footer a img {
            margin-left: 10px;
            width: 18px;
        }

@media (min-width:1150px) {
    .modal.modal_floor .modal-dialog {
        width: 1146px;
        overflow-y: auto;
    }
}


.modal_video .modal-dialog {
    width: auto !important;
    max-width: 90%;
    margin: 30px auto;
}


@media (min-width:1350px) {
    .modal_video .modal-dialog {
        max-width: 1290px;
    }
}

.modal_video .modal-content {
    background-color: #000;
}

.modal_video.modal_video_white .modal-content {
    background-color: #FFF;
}

.modal_video .modal-content .modal-header {
    padding: 30px;
    border-bottom: none;
}


    .modal_video .modal-content .modal-header h5 {
        font-size: 1em;
        color: #FFFFFF;
        font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .modal_video .modal-content .modal-header button.close {
        opacity: 1;
    }



.modal_video .modal-content .modal-body {
    padding: 0px 30px 50px;
}

/*************  End Modal *******************/



/*************   Table package    ********************/
.table_package thead tr th {
    height: 150px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #004831;
    font-size: 36px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
}

    .table_package thead tr th:last-child {
        border-bottom: none;
    }

.table_package thead tr.option_title td {
    background-color: #DBEDB3 !important;
    height: 50px;
    font-size: 16px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    color: #004831;
    line-height: 20px;
    padding: 15px 8px;
    text-align: center;
}

.table_package tbody tr td {
    height: 50px;
    font-size: 16px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    color: #797979;
    width: 50%;
}

    .table_package tbody tr td.module {
        border-right: 1px solid #ddd;
        text-align: right;
        padding-right: 55px;
    }

    .table_package tbody tr td.option {
        text-align: left;
        padding-left: 30px;
    }

        .table_package tbody tr td.option .span_block {
            font-size: 11px;
            line-height: 1.5;
            display: inline-block;
        }

    .table_package tbody tr td em {
        font-size: 12px;
        font-family: DINPro-RegularItalic, Tahoma, Helvetica, Arial, sans-serif;
    }

    .table_package tbody tr td a, .table_package tbody tr td a:hover, .table_package tbody tr td a:focus {
        text-decoration: underline;
        font-style: italic;
    }

    .table_package tbody tr td em a, .table_package tbody tr td em a:hover, .table_package tbody tr td em a:focus {
        text-decoration: underline;
        color: #76B900;
    }

.table_package tbody tr:nth-of-type(odd) {
    background-color: #F1F1F1;
}

.table_package tfoot tr {
    background-color: #76B900;
    color: #FFFFFF;
    text-align: center;
}

    .table_package tfoot tr td.discount_green {
        text-align: center;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        padding: 24px 8px 34px;
    }

        .table_package tfoot tr td.discount_green h4 {
            text-align: center;
        }

        .table_package tfoot tr td.discount_green .code {
            font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
            font-size: 41px;
        }

.btn-download span {
    color: #76B900;
}

.btn-download:hover span,
.btn-download:focus span {
    color: #004831;
}

@media (max-width:500px) {
    .table_package tbody tr td.option {
        padding: 8px;
    }

    .table_package tbody tr td.module {
        padding: 8px;
    }
}

/*************   End Table package    ********************/


/*************   Table package    ********************/

.table_all_package th,
.table_all_package td {
    border: 1px solid #d5d5d5;
}

    .table_all_package th.noborder,
    .table_all_package td.noborder {
        border: none !important;
    }

.table_all_package thead tr th {
    height: 68px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    line-height: 37.25px;
}

    .table_all_package thead tr th.diamond {
        background-color: #000;
        color: #FFFFFF;
    }

    .table_all_package thead tr th.platinum {
        background-color: #004831;
        color: #FFFFFF;
    }

    .table_all_package thead tr th.gold {
        background-color: #86c100;
        color: #FFFFFF;
    }

    .table_all_package thead tr th.silver {
        background-color: #9ECD34;
        color: #FFFFFF;
    }

    .table_all_package thead tr th.exhibitor {
        background-color: #B6DA67;
        color: #FFFFFF;
    }


.table_all_package thead tr.option_title td {
    background-color: #DBEDB3 !important;
    height: 50px;
    font-size: 16px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    color: #004831;
    line-height: 20px;
    padding: 15px 8px;
    text-align: center;
}

.table_all_package tbody tr td {
    height: 50px;
    font-size: 16px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    color: #797979;
    line-height: 20px;
    padding: 15px 8px;
}

    .table_all_package tbody tr td.option { /*width: 280px;*/
    }

    .table_all_package tbody tr td.package {
        text-align: center;
    }

        .table_all_package tbody tr td.package .span_block {
            font-size: 11px;
            line-height: 1.5;
            display: inline-block;
        }

    .table_all_package tbody tr td em {
        font-size: 12px;
        font-family: DINPro-RegularItalic, Tahoma, Helvetica, Arial, sans-serif;
        color: #797979;
    }

    .table_all_package tbody tr td a, .table_all_package tbody tr td a:hover, .table_all_package tbody tr td a:focus {
        text-decoration: underline;
        font-style: italic;
    }

    .table_all_package tbody tr td em a, .table_all_package tbody tr td em a:hover, .table_all_package tbody tr td em a:focus {
        text-decoration: underline;
        color: #76B900;
    }

.table_all_package tbody tr:nth-of-type(2n) {
    background-color: #F1F1F1;
}

.table_all_package tfoot tr td {
    font-size: 18px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    color: #797979;
    line-height: 20px;
    padding: 15px 8px;
}

    .table_all_package tfoot tr td.price {
        text-align: center;
    }

    .table_all_package tfoot tr td em {
        font-size: 12px;
        font-family: DINPro-RegularItalic, Tahoma, Helvetica, Arial, sans-serif;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-diamond {
        background-color: #000;
        color: #FFFFFF;
        min-width: 180px;
        font-size: 21px;
        text-transform: uppercase;
        padding: 15px;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-platinum {
        background-color: #004831;
        color: #FFFFFF;
        min-width: 180px;
        font-size: 21px;
        text-transform: uppercase;
        padding: 15px;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-gold {
        background-color: #86c100;
        color: #FFFFFF;
        min-width: 180px;
        font-size: 21px;
        text-transform: uppercase;
        padding: 15px;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-silver {
        background-color: #86c100;
        color: #FFFFFF;
        opacity: 0.8;
        min-width: 180px;
        font-size: 21px;
        text-transform: uppercase;
        padding: 15px;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-exhibitor {
        background-color: #86c100;
        color: #FFFFFF;
        opacity: 0.6;
        min-width: 180px;
        font-size: 21px;
        text-transform: uppercase;
        padding: 15px;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .table_all_package tfoot tr td em a, .table_all_package tfoot tr td em a:hover, .table_all_package tfoot tr td em a:focus {
        text-decoration: underline;
        color: #76B900;
    }
    /*.table_all_package tfoot tr td a:hover, .table_all_package tfoot tr td a:focus { text-decoration:underline; font-style:italic;  color: #76B900; }*/
    .table_all_package tfoot tr td.price .price_txt {
        font-size: 40px;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        color: #A8A8A8;
        padding-top: 10px;
        min-height: 62px;
        font-style: unset;
    }

        .table_all_package tfoot tr td.price .price_txt em {
            font-size: 12px;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            color: #A8A8A8;
        }



@media (max-width:500px) {
    .table_all_package tbody tr td.option {
        width: auto;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-diamond {
        min-width: 60px;
        padding: 15px 8px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-platinum {
        min-width: 60px;
        padding: 15px 8px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-gold {
        min-width: 60px;
        padding: 15px 8px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-silver {
        min-width: 60px;
        padding: 15px 8px;
    }

    .table_all_package tfoot tr td.price .btn.btn-apply-exhibitor {
        min-width: 60px;
        padding: 15px 8px;
    }
}
/*************   End Table package    ********************/

/*************   Triangle    ********************/

.triangle-green-up {
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #9e3f9e transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #9e3f9e #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.triangle-green-down {
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #004831 transparent transparent transparent;
    line-height: 0px;
    _border-color: #004831 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.triangle-white-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    display: inline-block;
}

.triangle-white-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    display: inline-block;
}

.triangle-gray-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #535353 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #535353 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    display: inline-block;
}

.triangle-gray-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #535353 transparent transparent transparent;
    line-height: 0px;
    _border-color: #535353 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    display: inline-block;
}


.graygradient {
    background-color: #FFF !important;
    background: -webkit-linear-gradient(#D3D5D2, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D3D5D2, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D3D5D2, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D3D5D2, #FFFFFF); /* Standard syntax */
    background: url(/images/gtc/gray_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 100px 0px;
}

.bold {
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif !important;
}

.medium {
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif !important;
}

section.sponsorship,
section.speaker {
    padding: 70px 0px 80px;
}

section.speaker {
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

section.floorplan {
    padding: 70px 0px 0px;
}

section.old_partner {
    padding: 100px 0px;
}

.partnerlogos {
    text-align: center;
}


.container-text {
    width: 100%;
    margin: 0 auto;
}


@media (min-width:1280px) {
    .container-text {
        width: 1010px;
    }
}

/****** PRICING ******/
section.packages-ticket {
    padding: 60px 0px 100px;
    background-color: #FFF !important;
}

    section.packages-ticket h1 {
        text-align: center;
        color: #004831;
        margin-bottom: 30px;
    }

.pass_separateur {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    float: left;
    border: 2px solid transparent;
}

    .pass_separateur.double {
        display: inline-block;
        box-sizing: border-box;
        width: 40%;
        float: left;
        border: 2px solid transparent;
    }

@media (max-width:1350px) {
    .pass_separateur {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }

        .pass_separateur.double {
            width: 50%;
            max-width: 600px;
        }
}

@media (max-width:1150px) {
    .pass_separateur,
    .pass_separateur.double {
        width: 100%;
        max-width: 100%;
        float: left;
    }
}


.pass_container {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .pass_container .pass_header {
        background-color: #76b900;
        color: #FFFFFF;
        display: inline-block;
        box-sizing: border-box;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif !important;
        font-size: 24px;
        line-height: 1.20em;
        width: 100%;
        padding: 18px;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }


    .pass_container.conference_only .pass_header {
        background-color: #004831;
    }


    .pass_container.press .pass_header {
        background-color: #424242;
    }

    .pass_container .pass_content {
        display: table;
        width: 100%;
        position: relative;
    }

.pass {
    background-color: #EAEAEA;
    color: #262626;
    display: table-cell;
    position: relative;
    width: 50%;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    /*-webkit-box-shadow: 0px 10px 10px #CCC; 
	-moz-box-shadow: 0px 10px 10px #CCC;
	-webkit-box-shadow: 0px 10px 10px #CCC;
	box-shadow: 0px 10px 10px #CCC;*/
    text-align: center;
    box-sizing: border-box;
}

    .pass a,
    .pass a:hover,
    .pass a:focus,
    .pass a:active {
        color: #262626;
        background-color: transparent;
    }

    .pass .pass_type {
        background-color: #BCBCBC;
        color: #FFFFFF;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif !important;
        font-size: 18px;
        line-height: 1.20em;
        padding: 24.5px 15px;
    }

    .pass.oneday .pass_type {
        background-color: #CCCCCC;
    }

    .pass .pass_detail {
        background-color: #EAEAEA;
        color: #262626;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif !important;
        line-height: 1.20em;
        padding: 28px 27px;
    }

    .pass .pass_early_bird_date {
        padding-bottom: 5px;
        height: 70px;
        display: table;
        width: 100%;
    }

        .pass .pass_early_bird_date .pass_product {
            font-size: 21px;
            height: 30px;
            width: 100%;
            display: table-row;
        }

        .pass .pass_early_bird_date .pass_close_date {
            font-size: 13px;
            width: 100%;
            display: table-row;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif !important;
        }

        .pass .pass_early_bird_date .pass_warning {
            display: table-cell;
            font-size: 13px;
            vertical-align: middle;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif !important;
        }

        .pass .pass_early_bird_date .pass_hr {
            display: table-row;
            vertical-align: middle;
        }

        .pass .pass_early_bird_date hr {
            margin: 20px;
            border: 0.5px solid #C0C0C0;
        }

    .pass .pass_early_bird_price {
        padding: 10px 0px;
    }

        .pass .pass_early_bird_price .pass_price {
            display: inline-block;
            font-size: 62px;
            line-height: 1em;
            width: 100%;
        }

        .pass .pass_early_bird_price .pass_vat {
            display: inline-block;
            font-size: 13px;
            color: #868686;
            width: 100%;
        }

    .pass .pass_redular_rate {
        padding: 20px 0px;
        height: 80px;
    }

        .pass .pass_redular_rate .pass_price {
            display: inline-block;
            font-size: 13px;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif !important;
        }


    .pass .pass_select {
        background-color: #76b900;
        color: #FFFFFF;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif !important;
        font-size: 18px;
        line-height: 1.20em;
        padding: 10px 5px;
        display: inline-block;
        width: 100%;
    }

@media (max-width:768px) {
    .pass_container .pass_content {
        display: inline-block;
        width: 100%;
    }

    .pass {
        display: inline-block;
        width: 100%;
    }
}




/**************** Floor plan **********************/
.floorplan {
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    .floorplan a {
        text-decoration: underline;
    }

        .floorplan a:hover,
        .floorplan a:focus {
            color: #76B900;
        }

    .floorplan .floorplan_block_img a {
        text-decoration: none;
    }

    .floorplan .floorplan_block_img {
        background-color: #FFFFFF;
        border: 1px solid #dadada;
        padding: 26px 15px 15px;
        text-align: right;
        margin-bottom: 20px;
    }

        .floorplan .floorplan_block_img .floorplan_img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            height: auto;
        }

    .floorplan .floorplan_title {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1em;
    }


    .floorplan .floorplan_download {
        padding-left: 10px;
    }

/**************** Floor plan **********************/




/**************** Carrousel Floor plan **********************/

#carousel-floor {
}

    #carousel-floor .carousel-control {
        background-color: transparent;
        background-image: none;
        width: 8%;
        font-size: 60px;
        padding-top: 110px;
    }

    #carousel-floor .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 84%;
        margin: 0 auto;
    }

        #carousel-floor .carousel-inner .item {
            width: 84%;
            margin: 0 auto;
        }


            #carousel-floor .carousel-inner .item img {
                display: block;
                margin: 0 auto;
            }


            #carousel-floor .carousel-inner .item .carousel-caption {
                left: 0%;
                right: 0%;
                width: 100%;
                padding-top: 70px;
                padding-bottom: 0px;
                position: relative;
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 16px;
                text-shadow: none;
                color: #666666;
                text-align: left;
                line-height: 0.1em;
                max-width: 1000px;
                margin: 0 auto;
            }

                #carousel-floor .carousel-inner .item .carousel-caption .info_img {
                    width: 26px;
                    display: table-cell;
                    vertical-align: top;
                    padding-top: 3px;
                    padding-right: 5px;
                }

                    #carousel-floor .carousel-inner .item .carousel-caption .info_img img.fg {
                        display: inline;
                        width: 26px;
                        height: 26px;
                    }

                #carousel-floor .carousel-inner .item .carousel-caption .info_block {
                    height: 30px;
                    width: 50%;
                    float: left;
                    margin-bottom: 10px;
                    padding: 0 15px;
                    display: table;
                }



                #carousel-floor .carousel-inner .item .carousel-caption .info_title {
                    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                    line-height: 1;
                    text-transform: uppercase;
                    font-size: 14px;
                    display: table-cell;
                    vertical-align: middle;
                }

                    #carousel-floor .carousel-inner .item .carousel-caption .info_title em {
                        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                        font-size: 8px;
                        font-style: normal;
                    }

            #carousel-floor .carousel-inner .item .top_title {
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 33px;
                text-align: left;
                line-height: 0.8em;
            }

                #carousel-floor .carousel-inner .item .top_title em {
                    font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
                    font-size: 15px;
                    font-style: normal;
                    display: block;
                }

@media (min-width:1280px) {
    #carousel-floor .carousel-inner .item .top_title {
        opacity: 0;
        position: absolute;
        right: 0;
        top: 20px;
        text-align: right;
    }

    #carousel-floor .carousel-inner .item.active .top_title,
    #carousel-floor .carousel-inner .item.next .top_title {
        opacity: 1;
    }

    #carousel-floor .carousel-inner .item.left .top_title {
        opacity: 0;
    }
}

@media (min-width:768px) {
    #carousel-floor .carousel-inner .item .carousel-caption .info_block {
        width: 33.33333333%;
        margin-bottom: 40px;
    }
}

@media (min-width:1150px) {
    #carousel-floor .carousel-inner .item .carousel-caption .info_block {
        width: 25%;
        margin-bottom: 20px;
    }

        #carousel-floor .carousel-inner .item .carousel-caption .info_block.info_block_3 {
            width: 33.33333333%;
            margin-bottom: 20px;
        }
}


#carousel-floor .carousel-inner > .item {
    opacity: 0;
}

    #carousel-floor .carousel-inner > .item.active.left {
        opacity: 0;
    }

    #carousel-floor .carousel-inner > .item.active,
    #carousel-floor .carousel-inner > .item.next.left {
        opacity: 1;
        -webkit-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    #carousel-floor .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s linear;
        -o-transition: -o-transform 0.6s linear;
        transition: transform 0.6s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }


    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        left: 0;
    }

        .carousel-inner > .item.next.left,
        .carousel-inner > .item.prev.right,
        .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}


section.presentation_overview {
    padding: 80px 0px 70px;
    text-align: left;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #797979;
}

.nav_container {
    padding-top: 30px;
}

    .nav_container > .nav-desktop {
        width: 21%;
        float: left;
    }

    .nav_container .nav-mobile {
        position: relative;
        float: left;
        background-color: #FFF;
        width: 100%;
        z-index: 14;
    }

    .nav_container > .nav-desktop > .nav-tabs,
    .nav_container > .nav-mobile > .nav-tabs {
        width: 100%;
        float: left;
        border: none;
    }

        .nav_container > .nav-desktop > .nav-tabs > li {
            display: block;
            width: 100%;
            font-size: 16px;
            line-height: 24px;
            border-radius: 0px;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: 1px solid #cccccc;
        }

        .nav_container > .nav-mobile > .nav-tabs > li {
            display: block;
            width: 100%;
            font-size: 18px;
            line-height: 24px;
            border-radius: 0px;
            border: none;
            border-right: none;
            border-top: none;
            border-left: none;
            border-bottom: none;
            color: #666666;
            display: none;
        }

            .nav_container > .nav-mobile > .nav-tabs > li.active {
                border-bottom: 2px solid #666666;
                display: block;
                padding: 20px 30px;
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
            }

                .nav_container > .nav-mobile > .nav-tabs > li.active > a {
                    cursor: pointer;
                }


        .nav_container > .nav-mobile > .nav-tabs.open {
            border-bottom: 2px solid #666666;
        }

            .nav_container > .nav-mobile > .nav-tabs.open > li {
                border: none;
                display: block;
                padding: 10px 30px;
            }



                .nav_container > .nav-mobile > .nav-tabs.open > li:first-child {
                    padding-top: 30px;
                }

                .nav_container > .nav-mobile > .nav-tabs.open > li:last-child {
                    padding-bottom: 30px;
                }


        .nav_container > .nav-mobile > .nav-tabs > li > a {
            border: 0px none;
            color: inherit;
            padding: 0px;
            text-decoration: none;
            font-size: 18px;
            vertical-align: middle;
        }

        .nav_container > .nav-desktop > .nav-tabs > li > a {
            border: 0px none;
            color: #6d6e71;
            padding: 15px 3px;
            text-decoration: none;
        }

        .nav_container > .nav-desktop > .nav-tabs > li.title,
        .nav_container > .nav-desktop > .nav-tabs > li.title a,
        .nav_container > .nav-desktop > .nav-tabs > li.title a:hover,
        .nav_container > .nav-desktop > .nav-tabs > li.title a:focus {
            font-size: 18px;
            color: #004831;
            text-transform: uppercase;
            /*padding: 15px 3px;*/
            font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        }

        .nav_container > .nav-desktop > .nav-tabs > li.active {
            color: #8dc640;
        }

            .nav_container > .nav-desktop > .nav-tabs > li.active > a,
            .nav_container > .nav-desktop > .nav-tabs > li.active > a:hover,
            .nav_container > .nav-desktop > .nav-tabs > li.active > a:focus {
                color: #8dc640;
                background-color: transparent;
                border: 0px none;
                outline: none;
            }

        .nav_container > .nav-desktop > .nav-tabs > li > a:hover,
        .nav_container > .nav-desktop > .nav-tabs > li > a:focus,
        .nav_container > .nav-mobile > .nav-tabs > li > a:hover,
        .nav_container > .nav-mobile > .nav-tabs > li > a:focus {
            background-color: transparent;
            outline: none;
            color: #76B900;
        }

    .nav_container > .tab-content {
        width: 79%;
        float: left;
        padding: 0px 35px 56px;
        text-align: left;
        border-left: 1px solid #cccccc;
    }

        .nav_container > .tab-content > .tab-pane {
            text-align: left;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        }

            .nav_container > .tab-content > .tab-pane > h1 {
                text-align: left;
                margin-top: 0px;
                line-height: 1em;
            }




    .nav_container .nav-desktop {
        display: block;
    }

    .nav_container .nav-mobile {
        display: none;
    }

@media (max-width: 768px) {
    section.presentation_overview {
        padding: 0px 0px 70px;
    }

    .nav_container {
        padding-top: 0px;
    }

        .nav_container .nav-desktop {
            display: none;
        }

        .nav_container .nav-mobile {
            display: block;
        }

        .nav_container > .tab-content {
            width: 100%;
            float: left;
            padding: 30px 15px;
            text-align: left;
            border-left: none;
        }

    .bg-nav_menu {
        background-color: #000;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        z-index: 12;
        position: absolute;
        margin-top: 80px;
        display: none;
    }

        .bg-nav_menu.in {
            display: block;
        }
}


.panel-overview {
}

    .panel-overview > .panel {
    }

        .panel-overview > .panel > .panel-heading {
            background-color: transparent;
            border-bottom: 1px solid #d5d5d5;
            padding: 0px;
            text-align: left;
        }

        .panel-overview > .panel > .panel-collapse.in {
            border-bottom: 1px solid #d5d5d5;
        }

        .panel-overview > .panel > .panel-heading > .panel-title {
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            font-size: 32px;
            line-height: 1em;
            text-align: left;
        }

            .panel-overview > .panel > .panel-heading > .panel-title > a {
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                padding: 20px 3px;
                display: inline-block;
            }

        .panel-overview > .panel > .panel-collapse > .panel-body {
            padding: 20px 25px;
        }

            .panel-overview > .panel > .panel-collapse > .panel-body > ul {
                padding-left: 15px;
            }

                .panel-overview > .panel > .panel-collapse > .panel-body > ul > li {
                    padding-bottom: 10px;
                }


                    .panel-overview > .panel > .panel-collapse > .panel-body > a,
                    .panel-overview > .panel > .panel-collapse > .panel-body > a:hover,
                    .panel-overview > .panel > .panel-collapse > .panel-body > a:focus,
                    .panel-overview > .panel > .panel-collapse > .panel-body > ul > li a,
                    .panel-overview > .panel > .panel-collapse > .panel-body > ul > li a:hover,
                    .panel-overview > .panel > .panel-collapse > .panel-body > ul > li a:focus {
                        text-decoration: underline;
                        color: #76B900;
                    }

            .panel-overview > .panel > .panel-collapse > .panel-body > h5 {
                text-align: left;
                font-family: inherit;
                color: inherit;
                text-transform: none;
                border: none;
                margin: 0px;
                padding: 0px;
                font-size: 24px;
            }

            .panel-overview > .panel > .panel-collapse > .panel-body > h6 {
                text-align: left;
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                border: none;
                margin: 0px;
                padding: 0px;
            }

section.location {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0px 130px;
}

section.faqs {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 70px 0px 170px;
}


@media (max-width: 768px) {
    section.location {
        padding: 0px 0px 70px;
    }
}


/********************        HOTELS        ********************/
section.hotels {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 70px 0px 100px;
}

.nav_hotels {
    margin-bottom: 5px;
}

    .nav_hotels .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .nav_hotels .nav-tabs > li {
            margin: 0px;
            padding: 15px;
        }

            .nav_hotels .nav-tabs > li > a {
                padding-left: 50px;
            }

                .nav_hotels .nav-tabs > li:hover > a .nav_hotels .nav-tabs > li.active > a,
                .nav_hotels .nav-tabs > li > a:hover,
                .nav_hotels .nav-tabs > li > a:focus {
                    color: #76B900;
                    cursor: pointer;
                }

    .nav_hotels .nav > li > a:hover,
    .nav_hotels .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        cursor: pointer;
        outline: none;
    }

    .nav_hotels .nav-tabs > li > a,
    .nav_hotels .nav-tabs > li > a:hover,
    .nav_hotels .nav-tabs > li > a:focus {
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: #dfdfdf;
        border-radius: 0px;
        padding: 10px 50px;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 18px;
    }

        .nav_hotels .nav-tabs > li > a#headermapview {
            background: url("/images/gtc/icone/info_gray_hb.png") no-repeat left center;
        }

            .nav_hotels .nav-tabs > li.active > a#headermapview,
            .nav_hotels .nav-tabs > li > a#headermapview:hover,
            .nav_hotels .nav-tabs > li > a#headermapview:focus {
                background: url("/images/gtc/icone/info_green_hb.png") no-repeat left center;
            }

        .nav_hotels .nav-tabs > li > a#headerlistview {
            background: url("/images/gtc/icone/list_gray_hb.png") no-repeat left center;
        }

            .nav_hotels .nav-tabs > li.active > a#headerlistview,
            .nav_hotels .nav-tabs > li > a#headerlistview:hover,
            .nav_hotels .nav-tabs > li > a#headerlistview:focus {
                background: url("/images/gtc/icone/list_green_hb.png") no-repeat left center;
            }

    .nav_hotels .nav-tabs > li:last-child > a,
    .nav_hotels .nav-tabs > li:last-child > a:hover,
    .nav_hotels .nav-tabs > li:last-child > a:focus {
        border-right-color: transparent;
    }


    .nav_hotels .nav-tabs > li > a > img {
        margin-right: 5px;
    }

.hotel_block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 30px;
}


    .hotel_block:after {
        clear: both;
    }

    .hotel_block:after,
    .hotel_block:before {
        content: " ";
        display: table;
    }

    .hotel_block .hotel_image {
        float: left;
        width: 27%;
        min-height: 1px;
        position: relative;
        /*display:none;*/
    }

    .hotel_block .hotel_description {
        float: left;
        /*width: 80%;*/
        width: 53%;
        min-height: 1px;
        position: relative;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 24px;
        padding: 0px 30px;
    }


        .hotel_block .hotel_description .hotel_name,
        .hotel_block .hotel_description .hotel_etoile,
        .hotel_block .hotel_description .hotel_comment,
        .hotel_block .hotel_description .hotel_distance {
            display: block;
        }

            .hotel_block .hotel_description .hotel_name,
            .hotel_block .hotel_description .hotel_name a,
            .hotel_block .hotel_description .hotel_name a:hover,
            .hotel_block .hotel_description .hotel_name a:focus,
            .hotel_block .hotel_description .hotel_name a:active {
                font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 24px;
                line-height: 1em;
                color: #424242;
            }

        .hotel_block .hotel_description .hotel_name,
        .hotel_block .hotel_description .hotel_etoile {
            margin-bottom: 10px;
        }

        .hotel_block .hotel_description .hotel_nights {
            border: 1px solid #D3D5D2;
            margin-top: 10px;
            border-radius: 1px;
            width: 400px;
        }

            .hotel_block .hotel_description .hotel_nights td {
                border: 2px solid #D3D5D2;
                padding: 10px 20px;
                color: #666;
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            }

                .hotel_block .hotel_description .hotel_nights td.date {
                    max-width: 120px;
                }

                .hotel_block .hotel_description .hotel_nights td b {
                    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                }



.map_block .hotel_block_maps .hotel_container .hotel_body .hotel_image {
    /*display:none;*/
}

.hotel_block .hotel_description .hotel_name sup,
.map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_name sup {
    font-size: 12px;
    line-height: 1em;
    top: -0.7em;
}

.hotel_block .hotel_description .hotel_comment {
    color: #797979;
    margin-bottom: 15px;
    min-height: 1px;
}

    .hotel_block .hotel_description .hotel_comment a,
    .hotel_block .hotel_description .hotel_comment a:hover,
    .hotel_block .hotel_description .hotel_comment a:hover {
        text-decoration: underline;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

        .hotel_block .hotel_description .hotel_comment a:hover,
        .hotel_block .hotel_description .hotel_comment a:hover {
            color: #76B900;
        }

.hotel_block .hotel_description .hotel_location,
.hotel_block .hotel_description .hotel_distance {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.hotel_block .hotel_price {
    float: left;
    width: 20%;
    min-height: 1px;
    position: relative;
    text-align: center;
}

    .hotel_block .hotel_price .code {
        display: inline-block;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1em;
        margin-bottom: 15px;
        margin-top: 85px;
        color: #424242;
    }

        .hotel_block .hotel_price .code b {
            font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        }

    .hotel_block .hotel_price .price {
        display: inline-block;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1em;
        margin-bottom: 35px;
        color: #424242;
    }


        .hotel_block .hotel_price .price .from {
            font-family: DINPro-RegularItalic, Tahoma, Helvetica, Arial, sans-serif;
            font-size: 12px;
            color: rgb(0, 0, 0);
            display: block;
            text-align: left;
            line-height: 24px;
        }

    .hotel_block .hotel_price a.btn {
        padding: 15px 24px;
        font-size: 18px;
    }

.map_block {
    position: relative;
    width: 100%;
}

.map_block {
    position: relative;
    width: 100%;
}

    .map_block .mapHotels {
        width: 100%;
        height: 610px;
    }

    .map_block .hotel_block_maps {
        background-color: rgba(255,255,255,0.93);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 362px;
        height: 100%;
        display: none;
        overflow: auto;
    }

        .map_block .hotel_block_maps .hotel_container {
            padding: 11px 20px 15px;
        }

            .map_block .hotel_block_maps .hotel_container .hotel_header {
                width: 100%;
                position: relative;
                float: left;
                padding-bottom: 8px;
            }

            .map_block .hotel_block_maps .hotel_container .hotel_body {
                width: 100%;
                position: relative;
                float: left;
                padding-bottom: 15px;
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 16px;
                line-height: 32px;
            }

            .map_block .hotel_block_maps .hotel_container .hotel_header .close {
                font-size: 44px;
                float: left;
                font-weight: 400;
                color: #d6d6d6;
                opacity: 1;
                font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
            }

            .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description {
                padding: 10px 0px 15px;
                color: #d9dadb;
            }

                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_name,
                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_etoile,
                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_comment,
                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_distance {
                    display: block;
                }

                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_name {
                    font-size: 24px;
                    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                    color: #424242;
                }


                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_nights {
                    border: 1px solid #D3D5D2;
                    margin-top: 10px;
                    border-radius: 1px;
                    max-width: 400px;
                }

                    .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_nights td {
                        border: 2px solid #D3D5D2;
                        padding: 5px 10px;
                        color: #666;
                        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                    }

                        .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_nights td.date {
                            max-width: 120px;
                        }

                        .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_nights td b {
                            font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                        }


                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_location,
                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description .hotel_distance {
                    font-size: 14px;
                    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                    color: #000000;
                    line-height: 16px;
                }

            .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_description {
                font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
            }

            .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_etoile {
                padding: 10px 0px;
            }

            .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_comment {
                padding: 5px 0px 0px;
                color: #797979;
                min-height: 1px;
                line-height: 1em;
                font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
            }

            .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price {
                padding: 0px 0px 15px;
                color: #424242;
            }

                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price .code {
                    display: inline-block;
                    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                    font-size: 14px;
                    line-height: 1em;
                    margin-bottom: 15px;
                    color: #424242;
                }

                    .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price .code b {
                        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                    }

                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price .price {
                    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                    display: inline-block;
                    font-size: 32px;
                    margin-bottom: 35px;
                    display: block;
                }

                    .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price .price .from {
                        font-family: DINPro-RegularItalic, Tahoma, Helvetica, Arial, sans-serif;
                        font-size: 12px;
                        line-height: 18px;
                        display: block;
                    }

                /*.map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price .priceasterix{
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom:20px;
}*/

                .map_block .hotel_block_maps .hotel_container .hotel_body .hotel_price a.btn {
                    padding: 15px 24px;
                    font-size: 18px;
                }


@media (max-width: 768px) {

    section.hotels {
        padding: 30px 0px 50px;
    }

    .hotelsblock {
        padding: 0px 15px;
        ;
    }

    .hotel_block {
        padding: 30px 0px;
    }

        .hotel_block .hotel_image,
        .hotel_block .hotel_description,
        .hotel_block .hotel_price {
            width: 100%;
        }

        .hotel_block .hotel_description,
        .hotel_block .hotel_price {
            padding: 10px 0px 0px;
            text-align: left;
        }


            .hotel_block .hotel_description .hotel_comment a {
                vertical-align: top;
                -ms-word-break: normal;
                word-break: normal;
                -webkit-hyphens: auto;
                -moz-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto;
            }

            .hotel_block .hotel_price .price {
                display: block;
            }
}
/********************      END HOTELS          ****************/



/******************************* Slider Menu *************************/

section.testimonials {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #76B900;
    /* background: url(/images/gtc/bg_testimonials_quote.jpg) no-repeat scroll center center/cover; */
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
    /* padding:60px 0px 40px; */
    /*min-height:280px;*/
    padding: 60px 0px 40px;
    min-height: 280px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section.testimonials .field-body {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    height: 200px;
}


/*
section.testimonials .field-body .left-quote,
section.testimonials .field-body .right-quote{
    position:relative;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    width: 15%;
    text-align:center;    
    display:table-cell;
    vertical-align: middle;
}

section.testimonials .field-body .left-quote img,
section.testimonials .field-body .right-quote img{
    max-width: 100px;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
*/

section.testimonials .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #666666;
    background-color: #666666;
}

    section.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #FFFFFF;
        background-color: #FFFFFF;
    }

section.testimonials .field-body .quote-content {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    /*float: left;*/
    /* width: 70%; */
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

    section.testimonials .field-body .quote-content .testimonials-text {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

        section.testimonials .field-body .quote-content .testimonials-text sup,
        section.testimonials .field-body .quote-content .testimonials-text sub {
            font-size: 60px;
            line-height: 0;
            position: relative;
            vertical-align: bottom;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        }

        section.testimonials .field-body .quote-content .testimonials-text.testimonials-text-small {
            font-size: 30px;
            line-height: 35px;
        }

    section.testimonials .field-body .quote-content .testimonials-author {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #004831;
        font-size: 24px;
        line-height: 20px;
    }

.slider-testimonials {
    background-color: transparent;
    margin: auto auto;
    width: 100%;
    position: relative;
    float: left;
}

    .slider-testimonials.responsive {
        width: 100%;
        margin: 0;
        position: relative;
        float: left;
        padding: 60px 0px;
    }

    .slider-testimonials .slider-actions {
    }

    .slider-testimonials .slider-clip {
        padding: 0 30px;
        min-height: 115px;
    }

        .slider-testimonials .slider-clip ul.slides {
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
            margin-top: 10px !important;
            /*height:auto !important;*/
            /*min-height:115px !important;*/
        }

            .slider-testimonials .slider-clip ul.slides li {
                text-align: center;
                display: inline-block;
                vertical-align: top;
                min-height: 100%;
                opacity: 1;
                -webkit-transition: opacity .3s linear;
                -ms-transition: opacity .3s linear;
                -o-transition: opacity .3s linear;
                transition: opacity .3s linear;
            }

    .slider-testimonials .slider-actions a {
        background-repeat: no-repeat;
        width: 25px;
        height: 210px;
        position: relative;
        font-size: 0;
        line-height: 0;
        text-indent: -4004px;
        cursor: pointer;
        z-index: 12;
    }

    .slider-testimonials .slider-actions .slider-prev {
        background-image: url(/images/gtc/icone/white-chevron-left.png);
        background-position: center left;
        float: left;
    }

    .slider-testimonials .slider-actions .slider-next {
        background-image: url(/images/gtc/icone/white-chevron-right.png);
        background-position: center right;
        float: right;
    }


    .slider-testimonials .caroufredsel_wrapper {
        min-height: 1px;
        margin: 0px !important;
    }

@media (max-width:768px) {
    section.testimonials .field-body .quote-content .testimonials-text {
        font-size: 24px;
        line-height: 28px;
    }

        section.testimonials .field-body .quote-content .testimonials-text.testimonials-text-xs-small {
            font-size: 20px;
            line-height: 24px;
        }

        section.testimonials .field-body .quote-content .testimonials-text.testimonials-text-small {
            font-size: 18px;
            line-height: 20px;
        }

    section.testimonials .field-body .quote-content .testimonials-author {
        font-size: 16px;
        line-height: 20px;
    }

    section.testimonials .field-body .left-quote,
    section.testimonials .field-body .right-quote {
        max-width: 30%;
    }

    section.testimonials .field-body .quote-content {
        max-width: 40%;
    }

    section.testimonials .field-body .left-quote img,
    section.testimonials .field-body .right-quote img {
        max-width: 60%;
    }

    .slider-testimonials.responsive {
        padding: 30px 0px;
    }
}

@media (min-width:450px) {
    .slider-menu .slider-clip {
        padding: 0 70px;
        min-height: 115px;
    }

    .slider-menu .slider-actions a {
        height: 60px;
    }
}


/******************************* END Slider Menu *************************/




/******************************* Word Map *************************/
.block-bean {
    text-align: center;
    margin: auto;
    float: none;
}

    .block-bean .onlyMob {
        display: none;
    }

#block-bean-gtc-around-the-world {
    background: #4a4a4a none repeat scroll 0 0 / 100% 100%;
    min-height: 630px;
}

    #block-bean-gtc-around-the-world h2 {
        text-rendering: optimizelegibility;
        font-weight: 500;
        line-height: 1.1;
        box-sizing: border-box;
        color: #ffffff !important;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 60px;
        padding-top: 70px;
        text-align: center;
        margin-top: -620px;
        text-transform: uppercase;
    }

    #block-bean-gtc-around-the-world .save-date-button {
        background-color: #76b900;
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
        min-width: 150px;
        max-width: 230px;
        transform: skewX(149deg);
        padding: 0px;
    }

    #block-bean-gtc-around-the-world .disablebtn.save-date-button {
        background-color: #3b3b3b;
    }

    #block-bean-gtc-around-the-world .browse-files-text {
        color: #ffffff;
        display: inline-block;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1em;
        font-weight: normal;
        padding: 11px 20px 13px;
        text-align: center;
        transform: skewX(-149deg);
    }

    #block-bean-gtc-around-the-world li .country-name {
        color: #76b900;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        line-height: 1em;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

        #block-bean-gtc-around-the-world li .country-name span.gtcx {
            /*border-bottom: 1px solid #FF0000;*/
            text-transform: none;
        }

    #block-bean-gtc-around-the-world li .city {
        color: #FFFFFF;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: normal;
        text-align: center;
        line-height: 1em;
        margin-bottom: 5px;
    }

    #block-bean-gtc-around-the-world li .date-details {
        color: #ffffff;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    #block-bean-gtc-around-the-world ul {
        margin: 0 auto 60px;
        width: 1040px;
        padding: 0;
        text-align: center;
        position: relative;
    }

    #block-bean-gtc-around-the-world li {
        display: inline-block;
        margin-bottom: 80px;
        padding: 0 !important;
        width: 255px;
        list-style: none;
        position: relative;
        vertical-align: top;
    }

    #block-bean-gtc-around-the-world .btn-reg {
        text-align: center;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
    }

    #block-bean-gtc-around-the-world .mapImage {
        max-width: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
        border: 0;
        margin: 0px auto;
        text-align: center;
        z-index: 0;
        position: static;
    }

@media (min-width:981px) and (max-width:1180px) {
    #block-bean-gtc-around-the-world .only-tab {
        display: block;
    }

    #block-bean-gtc-around-the-world h2 {
        margin-top: -700px;
    }

    #block-bean-gtc-around-the-world ul {
        margin: 0 auto;
        width: 785px;
    }

    #block-bean-gtc-around-the-world li {
        width: 258px;
    }
}



@media (min-width:768px) and (max-width:980px) {
    #block-bean-gtc-around-the-world .mapImage {
        display: none;
    }

    #block-bean-gtc-around-the-world .only-tab {
        display: block;
    }

    #block-bean-gtc-around-the-world {
        background-image: url('http://demo.eventcatalyst.io/images/gtc/map1040.png');
    }

        #block-bean-gtc-around-the-world h2 {
            margin-top: 0;
        }

        #block-bean-gtc-around-the-world ul {
            margin: 0 auto 50px;
            width: 768px;
        }

        #block-bean-gtc-around-the-world li {
            display: inline-block;
            margin-bottom: 80px;
            padding: 0 !important;
            width: 250px;
        }
}

@media (max-width:767px) {
    #block-bean-gtc-around-the-world h2 {
        margin-top: 0;
    }

    .mapImage {
        display: none;
    }

    #block-bean-gtc-around-the-world {
        /*background-image: url('http://demo.eventcatalyst.io/images/gtc/map1040.png');
        background-size: 100%;
        background-repeat: no-repeat;*/
    }

        #block-bean-gtc-around-the-world ul {
            width: auto;
        }

        #block-bean-gtc-around-the-world li {
            width: 90%;
            margin-bottom: 0;
            border-bottom: 1px solid #818181;
            padding-top: 35px !important;
            padding-bottom: 35px !important;
        }

            #block-bean-gtc-around-the-world li:first-child {
                padding-top: 0 !important;
            }

            #block-bean-gtc-around-the-world li:last-child {
                padding-bottom: 0 !important;
                border-bottom: 0px !important;
            }

    .onlyMob {
        display: block;
    }
}

/******************************* End Word Map *************************/


.mandatory {
    font-size: 14px;
    font-family: DINPro-LightItalic, Tahoma, Helvetica, Arial, sans-serif;
    text-align: left;
}


/******************************* Agenda *************************/
.nav_agenda .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}

    .nav_agenda .nav-tabs > li {
        float: none;
        margin-bottom: 0px;
        margin-right: 10px;
        width: 200px;
        font-family: DINPro-Medium,Tahoma,Helvetica,Arial,sans-serif;
        font-size: 32px;
        color: #004831;
        display: inline-block;
    }

@media (max-width: 470px) {
    .nav_agenda .nav-tabs > li {
        width: 45%;
    }
}

.nav_agenda .nav-tabs > li > a, .nav_agenda .nav-tabs > li > a:hover, .nav_agenda .nav-tabs > li > a:focus {
    margin-right: 0px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: none;
    border-bottom: 5px solid #D9D6D1;
    outline: none;
    color: #004831;
}

.nav_agenda .nav-tabs > li.active > a, .nav_agenda .nav-tabs > li.active > a:hover, .nav_agenda .nav-tabs > li.active > a:focus {
    color: #004831;
    background-color: #ffffff;
    border: none;
    border-bottom: 5px solid #76b900;
    cursor: default;
    outline: none;
}


.table.table_all_agenda > thead > tr > th, .table.table_all_agenda > tbody > tr > th, .table.table_all_agenda > tfoot > tr > th, .table.table_all_agenda > thead > tr > td, .table.table_all_agenda > tbody > tr > td, .table.table_all_agenda > tfoot > tr > td {
    line-height: 1em;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: DINPro-Regular,Tahoma,Helvetica,Arial,sans-serif;
    color: #797979;
    /*letter-spacing: 1px;*/
    width: 250px;
    overflow: hidden;
    vertical-align: middle;
}

.table.table_all_agenda > thead > tr.small > th, .table.table_all_agenda > tbody > tr.small > th, .table.table_all_agenda > tfoot > tr.small > th, .table.table_all_agenda > thead > tr.small > td, .table.table_all_agenda > tbody > tr.small > td, .table.table_all_agenda > tfoot > tr.small > td {
    padding: 5px 3px;
    height: 12px;
    line-height: 12px;
}

.table.table_all_agenda .no-border-bottom {
    border-bottom: none;
}

.table.table_all_agenda .no-border-top {
    border-top: none;
}

.table.table_all_agenda .no-border {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.table.table_all_agenda .white {
    background-color: #FFFFFF;
}

.table.table_all_agenda .whitergreen {
    background-color: #add565;
    color: #FFFFFF;
}

.table.table_all_agenda .whitergreen2 {
    background-color: #add565;
    color: #FFFFFF;
}

.table.table_all_agenda .green {
    background-color: #76b900;
    color: #FFFFFF;
}

.table.table_all_agenda .gray {
    background-color: #f1f1f1;
}

.table.table_all_agenda .mediumgreen {
    background-color: #569f00;
    color: #FFFFFF;
}

.table.table_all_agenda .location_small {
    font-size: 9px;
}

.table.table_all_agenda .item {
    font-size: 13px;
    font-family: DINPro-Light,Tahoma,Helvetica,Arial,sans-serif;
}

.table.table_all_agenda .time {
    font-size: 12px;
}

.table.table_all_agenda .bold {
    font-family: DINPro-Bold,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.table.table_all_agenda .item_presenter {
    font-size: 12px;
    font-family: DINPro-Light,Tahoma,Helvetica,Arial,sans-serif;
}

.table.table_all_agenda .location_title {
    font-size: 18px;
}

.table.table_all_agenda .darkergreen {
    background-color: #2e7600;
    color: #FFFFFF;
}

.table.table_all_agenda a {
    color: #797979;
}

    .table.table_all_agenda a:hover,
    .table.table_all_agenda a:focus {
        color: #76B900;
        text-decoration: underline;
    }

.table.table_all_agenda .firstcol {
    width: 140px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.table.table_all_agenda .verticalcol {
    width: 1em;
    vertical-align: middle;
}

.table.table_all_agenda .textlarger {
    font-size: 18px;
}

.table.table_all_agenda .textsmaller {
    font-size: 14px;
}

.table.table_all_agenda .rotate {
    width: 1em;
    /* Something you can count on */
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    bottom: 0;
    width: 20px;
}

.table.table_all_agenda .smallcentertop {
    padding-top: 50px;
}

.table.table_all_agenda .largecentertop {
    padding-top: 80px;
}

.table.table_all_agenda .middle {
    vertical-align: middle;
}


.table.table_all_agenda .top {
    vertical-align: top;
}

/******************************* End Agenda *************************/


/******************************* Tracks *************************/
section.tracks_keyword {
    padding: 80px 0px 100px;
    text-align: center;
}

    section.tracks_keyword .tracks_title img {
        display: block;
        margin: 0px auto;
        max-width: 100%;
        height: auto;
    }

    section.tracks_keyword .tracks_title .tracks_title_txt {
        text-align: center;
        color: #999;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
        display: block;
    }

    section.tracks_keyword .tracks_title .training_title_txt {
        text-align: center;
        color: #004831;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 24px;
        margin-top: 15px;
        display: block;
    }

    section.tracks_keyword .tracks_block {
        margin-bottom: 50px;
    }

    section.tracks_keyword .tracks_block_center {
        width: 12.5%;
        position: relative;
        float: left;
        min-height: 1px;
    }

@media (max-width:767px) {
    section.tracks_keyword .tracks_block_center {
        width: 100px;
    }
}


section.presentation_overview .related_content .block3 {
    position: relative;
    width: 33.333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:600px) {
    section.presentation_overview .related_content .block3 {
        width: 50%;
    }
}

@media (max-width:400px) {
    section.presentation_overview .related_content .block3 {
        width: 100%;
    }
}

section.presentation_overview .related_content .block3 .bordered {
    border: thin solid #999;
}

.track_link,
.track_link:hover,
.track_link:focus {
    color: #004831;
    text-decoration: underline;
}

.track_content,
.track_content a,
.track_content a:hover,
.track_content a:focus {
    line-height: 21px;
    padding-bottom: 28px;
    padding-top: 14px;
    color: #004831;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.track_title {
    color: #004831;
    font-size: 18px;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

/******************************* End Tracks *************************/



/******************************* End ECS *************************/

section.stage {
    background-color: #000;
    text-align: center;
}

    section.stage img {
        display: inline-block;
    }

section.participation {
    padding: 55px 0px 75px;
    background-color: #EFEFEF;
    color: #797979;
    text-align: left;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    section.participation h1 {
        font-size: 1.777777778em;
        color: #77B900;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section.participation ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
    }

        section.participation ul > li {
            padding-bottom: 10px;
        }

            section.participation ul > li > .chevron {
                color: #76B900;
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                padding-right: 5px;
            }

    section.participation a,
    section.participation a.active,
    section.participation a:hover,
    section.participation a:focus {
        color: #77B900;
        text-decoration: underline;
    }

section.presenters {
    padding: 50px 0px 70px;
    background-color: #F1F2F1 !important;
    background: -webkit-linear-gradient(#D3D5D2, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D3D5D2, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D3D5D2, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D3D5D2, #FFFFFF); /* Standard syntax */
    background: url(/images/gtc/why_attend_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: #797979;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    section.presenters h2 {
        font-size: 1.5em;
        color: #77B900;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

section.awards {
    padding: 45px 0px 75px;
    background-color: #FFF !important;
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    color: #797979;
}

    section.awards h2 {
        font-size: 1.5em;
        color: #77B900;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        text-transform: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section.awards ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
    }

        section.awards ul > li {
            padding-bottom: 10px;
        }

            section.awards ul > li > .chevron {
                color: #76B900;
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                padding-right: 5px;
            }

section.ecs-sponsors {
    padding: 45px 0px 75px;
    background-color: #FFF !important;
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    color: #797979;
}

    section.ecs-sponsors .sponsors-container {
        width: 100%;
        position: relative;
    }

    section.ecs-sponsors .sponsors--sponsor-name-container {
        position: relative;
        top: -6px;
        clear: both;
    }

    section.ecs-sponsors .sponsors--sponsor-name-rule {
        border-top: 1px solid #dbdbdb;
        border-bottom: none;
        display: inline-block;
        margin: 3px 1%;
        padding: 0;
        width: 33%;
    }

    section.ecs-sponsors .sponsors--sponsor-name {
        display: inline-block;
        text-transform: uppercase;
        width: 12%;
        color: #999999;
        font-weight: bold;
        margin: auto 0;
    }

    section.ecs-sponsors .sponsor-new {
        clear: both;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        max-width: 900px;
    }

        section.ecs-sponsors .sponsor-new .sponsorsAll {
            list-style: none;
            margin-left: 5%;
            margin-right: 6%;
            max-height: 120px;
            max-width: 160px;
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 15px;
            display: inline-block;
        }

            section.ecs-sponsors .sponsor-new .sponsorsAll img {
                max-width: 100%;
            }



section.home-sponsors {
    padding: 60px 0px 80px;
    background-color: #EFEFEF !important;
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 16px;
}

.sponsor_container {
    max-width: 1100px;
    margin: 0 auto;
}

    .sponsor_container .gtc_eu_partner_content {
        max-height: 100px;
        display: inline-block;
        padding: 0px 15px;
    }

        .sponsor_container .gtc_eu_partner_content .gtc_eu_partner {
            width: auto;
            max-height: 100px !important;
            display: inline-block;
        }

.modal_sponsor .modal-content {
    margin-top: 100px;
}

    .modal_sponsor .modal-content .modal-header {
        padding: 0px;
        border-bottom: none;
        position: relative;
    }


        .modal_sponsor .modal-content .modal-header .close {
            /*margin-top: 0;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #FFFFFF;
	font-size: 30px;*/
            position: absolute;
            right: 15px;
            top: -70px;
            color: #CCCCCC;
            font-size: 70px;
            font-family: 'Times New Roman', Courier, sans-serif;
            font-weight: normal;
            opacity: 0.6;
        }

    .modal_sponsor .modal-content .modal-body {
        position: relative;
        padding: 15px 0px 30px;
        height: 400px;
        max-height: 600px;
        overflow-y: auto;
    }

.modal_sponsor .modal-dialog {
    width: 100%;
    margin: 30px auto;
}

@media (min-width: 768px) {
    .modal_sponsor .modal-dialog {
        width: 768px;
        margin: 30px auto;
    }
}

@media (min-width: 860px) {
    .modal_sponsor .modal-dialog {
        width: 857px;
        margin: 30px auto;
    }
}

.modal_sponsor .sponsor_company {
    margin-top: 30px;
}

    .modal_sponsor .sponsor_company .name {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        color: #76B900;
        margin-bottom: 15px;
    }

    .modal_sponsor .sponsor_company .description {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #797979;
        margin-bottom: 30px;
    }

    .modal_sponsor .sponsor_company .link {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #76B900;
        text-decoration: underline;
    }

.modal_sponsor .sponsor_slider_photo {
    height: 130px;
    line-height: 130px;
    vertical-align: central;
}

    .modal_sponsor .sponsor_slider_photo img.img-responsive {
        display: inline-block;
    }

#carousel-sponsor .carousel-control {
    background-color: transparent;
    background-image: none;
    width: 8%;
    font-size: 60px;
    padding-top: 20px;
}

#carousel-sponsor .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 84%;
    margin: 0 auto;
}

    #carousel-sponsor .carousel-inner .item {
        width: 100%;
        margin: 0 auto;
    }

#carousel-sponsor > .carousel-inner > .item {
    opacity: 0;
}

    #carousel-sponsor > .carousel-inner > .item.active.left {
        opacity: 0;
    }

    #carousel-sponsor > .carousel-inner > .item.active,
    #carousel-sponsor > .carousel-inner > .item.next.left {
        opacity: 1;
        -webkit-transition: all .9s linear;
        -ms-transition: all .9s linear;
        -o-transition: all .9s linear;
        transition: all .9s linear;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    #carousel-sponsor > .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.9s linear;
        -o-transition: -o-transform 0.9s linear;
        transition: transform 0.9s linear;
    }

        #carousel-sponsor > .carousel-inner > .item.next,
        #carousel-sponsor > .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        #carousel-sponsor > .carousel-inner > .item.prev,
        #carousel-sponsor > .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-110%, 0, 0);
            transform: translate3d(-110%, 0, 0);
            left: 0;
        }

            #carousel-sponsor > .carousel-inner > .item.next.left,
            #carousel-sponsor > .carousel-inner > .item.prev.right,
            #carousel-sponsor > .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

section.ecs_emerging {
    padding: 60px 0px 75px;
    background-color: #FFF !important;
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    color: #797979;
}

    section.ecs_emerging .larger {
        font-size: 21px;
    }

section.testimonials.testimonials-ecs .slider-testimonials .slider-clip {
    padding: 0px;
}

section.testimonials.testimonials-ecs .slider-actions a {
    background-image: none !important;
    width: 15%;
    float: none;
    left: 0;
    position: absolute;
}

section.testimonials.testimonials-ecs .slider-actions .slider-next {
    left: auto;
    right: 0;
}


section.testimonials.testimonials-ecs .field-body .left-quote {
    text-align: left;
}

section.testimonials.testimonials-ecs .field-body .right-quote {
    text-align: right;
}

section.tracks_overview .larger {
    font-size: 18px;
}

section.tracks_overview {
    color: #797979;
    padding: 20px 0px 70px;
}


    section.tracks_overview .nav_container > .tab-content > .tab-pane > h1 {
        text-align: left;
        margin-top: 0px;
        line-height: 1.2em;
        font-size: 2em;
    }

/******************************* END ECS *************************/


/******************************* jumplink *************************/

section.jumplink {
    padding: 0px 0px 100px;
    color: #FFFFFF;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    background-color: #000;
    text-align: center;
}

@media only screen and (min-width:768px), only screen and (min-width:768px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (min-width:768px) and (-o-max-device-pixel-ratio: 3/2), only screen and (min-width:768px) and (max--moz-device-pixel-ratio: 1.5), only screen and (min-width:768px) and (max-device-pixel-ratio: 1.5) {
    section.jumplink {
        text-align: left;
        padding: 60px 0px 100px;
        background-image: url("/images/gtc/jumplink/JumpLink1600x913.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center right;
        background-size: 80%;
    }
}

@media only screen and (min-width:1280px), only screen and (min-width:1280px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (min-width:1280px) and (-o-max-device-pixel-ratio: 3/2), only screen and (min-width:1280px) and (max--moz-device-pixel-ratio: 1.5), only screen and (min-width:1280px) and (max-device-pixel-ratio: 1.5) {
    section.jumplink {
        background-position: top right;
        background-size: 815px 465px !important;
    }
}

section.jumplink img {
    display: none;
    max-width: 350px;
}

@media (max-width:768px) {
    section.jumplink img {
        display: inline-block !important;
    }
}

section.jumplink .text-button {
    margin-top: 10px;
}


section.jumplink .text1 {
    font-size: 1.75em;
    margin-bottom: 30px;
}


section.jumplink a,
section.jumplink a:hover,
section.jumplink a:focus,
section.jumplink a:active {
    color: #76B900;
}

/******************************* END jumplink *************************/


/******************************* Menu Inverse *************************/

.navbar.navbar-inverse {
    position: relative;
    min-height: 80px;
    margin-bottom: 0px;
}

    .navbar.navbar-inverse .nav > li.separator {
        border-left: 1px solid #666;
    }


.block-btn-ECS {
    display: inline-block;
    text-align: left !important;
}

    .block-btn-ECS .btn-ECS {
        text-align: left !important;
    }

    .block-btn-ECS .chevron-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 35px solid #76B900;
        display: block;
        margin-top: 5px;
    }

.btn-ECS {
    display: inline-block;
    height: 80px;
    background-color: #404041;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    -o-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    margin-left: 20px;
    min-width: 280px;
    font-size: 1em;
    line-height: 1em;
    text-shadow: none;
    padding: 10px 30px 10px 30px;
    vertical-align: middle;
}

.ECS-button {
    display: inline-block;
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    -o-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    text-transform: uppercase;
    vertical-align: middle;
}

.ECS-text {
    color: #fff;
    font-size: 1.39em;
    line-height: 1.1em;
    text-align: center;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
}

.navbar.navbar-inverse .navbar-nav,
.navbar.navbar-inverse .navbar-nav > li {
    min-height: 80px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

    .navbar.navbar-inverse .navbar-nav > li > a {
        line-height: 80px;
        vertical-align: middle;
        padding-top: 0px;
        padding-bottom: 0px;
    }

a.menu_register {
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    color: #76b900 !important;
}

.navbar-inverse .navbar-nav > li > a.active > .menu_text,
.navbar-inverse .navbar-nav > li > a.active:hover > .menu_text,
.navbar-inverse .navbar-nav > li > a.active:focus > .menu_text,
.navbar-inverse .navbar-nav > .active > a > .menu_text,
.navbar-inverse .navbar-nav > .active > a:hover > .menu_text,
.navbar-inverse .navbar-nav > .active > a:focus > .menu_text {
    border-bottom: 3px solid #76b900;
    padding-bottom: 3px;
}


@media (max-width: 767px) {
    .navbar.navbar-inverse,
    .navbar.navbar-inverse .navbar-nav,
    .navbar.navbar-inverse .navbar-nav > li {
        min-height: 59px;
    }

        .navbar.navbar-inverse .navbar-nav > li > a {
            line-height: 59px;
        }

    .btn-ECS {
        height: 59px;
        min-width: 200px;
        padding: 5px 10px 5px 20px;
    }

    .ECS-text {
        font-size: 1em;
        line-height: 1.1em;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    }

    .block-btn-ECS .chevron-down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 25px solid #76B900;
        display: block;
        margin-top: 5px;
        margin-left: 3px;
    }
}


.navbar.navbar-inverse .nav > li.back,
.navbar.navbar-default .nav > li.back {
    margin-left: 15px;
}

.navbar.navbar-inverse .nav > li.back {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}


.navbar.navbar-default .navbar-nav > li,
.navbar.navbar-inverse .navbar-nav > li {
    /* -webkit-transform: skewX(150deg); */
    /* -moz-transform: skewX(150deg); */
    /* -o-transform: skewX(150deg); */
    /* -ms-transform: skewX(150deg); */
    /* transform: skewX(150deg); */
}

    .navbar.navbar-default .navbar-nav > li > a,
    .navbar.navbar-inverse .navbar-nav > li > a {
        /* -webkit-transform: skewX(-150deg); */
        /* -moz-transform: skewX(-150deg); */
        /* -o-transform: skewX(-150deg); */
        /* -ms-transform: skewX(-150deg); */
        /* transform: skewX(-150deg); */
    }

@media (max-width:900px) {
    .navbar-inverse {
        margin-top: 0px;
        position: relative;
        min-height: 59px !important;
        margin-bottom: 0px;
        border: 0;
    }

        .navbar-inverse .navbar-toggle {
            display: inline-block;
        }

        .navbar-inverse .navbar-collapse {
            display: none !important;
        }
}

/******************************* Menu Inverse *************************/


/******************************* Menu Track *************************/

.navbar.navbar-track {
    position: relative;
    min-height: 80px;
    margin-bottom: 0px;
    background-color: #004831;
    border-color: #004831;
    border: none;
}

    .navbar.navbar-track .navbar-brand {
        color: #FFFFFF;
    }

    .navbar.navbar-track .navbar-collapse, .navbar.navbar-track .navbar-form {
        border-color: transparent;
    }

    .navbar.navbar-track .navbar-nav {
        min-height: 80px;
        border: none !important;
    }

        .navbar.navbar-track .navbar-nav > li {
            min-height: 80px;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            font-size: 14px;
            -webkit-transform: skewX(150deg);
            -moz-transform: skewX(150deg);
            -o-transform: skewX(150deg);
            -ms-transform: skewX(150deg);
            transform: skewX(150deg);
        }

.navbar-track .navbar-nav > li > a.active,
.navbar-track .navbar-nav > li > a.active:hover,
.navbar-track .navbar-nav > li > a.active:focus,
.navbar-track .navbar-nav > .active > a,
.navbar-track .navbar-nav > .active > a:hover,
.navbar-track .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: transparent;
}

.navbar.navbar-track .navbar-nav > li > a {
    color: #FFF;
    background-color: transparent;
    line-height: 80px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    -o-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
}


.navbar-track .navbar-nav > li > a.active > .menu_text,
.navbar-track .navbar-nav > li > a.active:hover > .menu_text,
.navbar-track .navbar-nav > li > a.active:focus > .menu_text,
.navbar-track .navbar-nav > .active > a > .menu_text,
.navbar-track .navbar-nav > .active > a:hover > .menu_text,
.navbar-track .navbar-nav > .active > a:focus > .menu_text {
    border-bottom: 3px solid #76b900;
    padding-bottom: 3px;
}

.navbar.navbar-track .nav > li.back {
    margin-left: 15px;
    border-left: 1px solid #336d5a;
    border-right: 1px solid #336d5a;
    height: 80px;
}

.navbar-track .navbar-toggle {
    border-color: transparent;
}

    .navbar-track .navbar-toggle:hover,
    .navbar-track .navbar-toggle:focus {
        background-color: transparent;
    }

        .navbar-track .navbar-toggle:hover .icon-bar,
        .navbar-track .navbar-toggle:focus .icon-bar {
            background-color: #76b900;
        }

    .navbar-track .navbar-toggle .icon-bar {
        background-color: #FFF;
    }


.navbar-track .navbar-toggle {
    display: none;
}

@media (max-width:820px) {
    .navbar-track {
        margin-top: 0px;
        position: relative;
        min-height: 59px !important;
        margin-bottom: 0px;
        border: 0;
    }

        .navbar-track .navbar-toggle {
            display: inline-block;
            top: 0px;
            right: 0px;
            position: absolute;
            float: right;
            padding: 7px 0px;
            margin-top: 10px;
            margin-right: 0px;
            margin-bottom: 10px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 0px;
        }

        .navbar-track .navbar-collapse {
            display: none !important;
        }
}

.navbar-track .navbar-nav > li > a > .menu_text.color_green,
.navbar-track .navbar-nav > li > a:hover > .menu_text.color_green,
.navbar-track .navbar-nav > li > a:focus > .menu_text.color_green {
    color: #76b900 !important;
}

/******************************* End menu Track *************************/


/******************************* section Track Comment *************************/

section.track_comment {
    padding: 80px 0px 75px;
    background-color: transparent;
    color: #797979;
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

section.track_form {
    padding: 55px 0px 75px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    background-color: #F1F2F1 !important;
    background: -webkit-linear-gradient(#D3D5D2, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D3D5D2, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D3D5D2, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D3D5D2, #FFFFFF); /* Standard syntax */
    background: url(/images/gtc/why_attend_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


.section-form-group-track:before,
.section-form-group-track:after {
    clear: both;
}

.section-form-group-track {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}


    .section-form-group-track a {
        font-weight: bold;
        text-decoration: underline;
    }

        .section-form-group-track a:hover {
            color: #76b900;
        }

    .section-form-group-track h5 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #797979;
        text-transform: uppercase;
    }

@media (min-width: 1005px) {
    .section-form-group-track {
        width: 975px;
        margin: 0 auto;
        margin-top: 30px;
    }
}
/******************************* END section Track Comment *************************/



/******************************* END section speaker *************************/
.speaker_container {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex-wrap: wrap;
}


section.last_news_speakers .speaker_container {
    /* max-width:800px; */
    /* display:inline-block; */
    justify-content: center;
}


.speaker_container .speaker_block {
    max-width: 220px;
    padding: 0px 15px 30px;
}

.speaker_container .speaker_block_home {
    width: 20%;
    padding: 20px 15px;
}

.speaker_container .speaker_block_four {
    width: 10%;
    padding: 60px 15px 0px;
    float: left;
    min-height: 1px;
}

.speaker_container .speaker_block a,
.speaker_container .speaker_block a:hover,
.speaker_container .speaker_block a:focus {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #797979;
}

.speaker_container .speaker_block .speaker_img,
.speaker_container .speaker_block_home .speaker_img {
    margin-bottom: 15px;
}

    .speaker_container .speaker_block .speaker_img img {
        max-width: 140px;
        display: inline-block;
    }

    .speaker_container .speaker_block_home .speaker_img img {
        max-width: 100%;
        width: 200px;
        display: inline-block;
    }

.speaker_container .speaker_block .speaker_name {
    margin-bottom: 3px;
    color: #76B900;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 140px;
}


.speaker_container .speaker_block_home .speaker_name {
    margin-bottom: 5px;
    color: #76B900;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.speaker_container .speaker_block .speaker_title {
    color: #000000;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0px;
    max-width: 140px;
}

.speaker_container .speaker_block_home .speaker_title {
    color: #000000;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0px;
}

.speaker_container .speaker_block .speaker_company {
    color: #000000;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    max-width: 140px;
    margin-bottom: 10px;
}

.speaker_container .speaker_block_home .speaker_company {
    color: #000000;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.speaker_container .speaker_block .speaker_video {
    color: #76B900;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3em;
    margin: 0px;
}

.speaker_container .speaker_block_two {
    width: 25%;
    padding: 60px 15px 0px;
    float: left;
    display: none;
    min-height: 1px;
}


.speaker_container .speaker_block_three {
    width: 16%;
    padding: 60px 15px 0px;
    float: left;
    min-height: 1px;
    display: none;
}

.speaker_container .speaker_block_three_breaker,
.speaker_container .speaker_block_two_breaker {
    display: none;
}

.speaker_container .speaker_block_five_breaker {
    display: block;
    clear: both;
}

.speaker_container .speaker_block_four_breaker {
    display: block;
    clear: both;
}

@media (max-width: 1000px) {
    .speaker_container .speaker_block,
    .speaker_container .speaker_block_home {
        width: 33.333%;
    }

    .speaker_container .speaker_block_four {
        display: none;
    }

    .speaker_container .speaker_block_four,
    .speaker_container .speaker_block_two {
        display: none;
    }

    .speaker_container .speaker_block_three {
        display: inline-block;
    }

    .speaker_container .speaker_block_five_breaker,
    .speaker_container .speaker_block_four_breaker,
    .speaker_container .speaker_block_two_breaker {
        display: none;
    }

    .speaker_container .speaker_block_three_breaker {
        display: block;
        clear: both;
    }
}

@media (max-width: 600px) {
    .speaker_container .speaker_block,
    .speaker_container .speaker_block_home {
        width: 50%;
    }

    .speaker_container .speaker_block_four,
    .speaker_container .speaker_block_three {
        display: none;
    }

    .speaker_container .speaker_block_two {
        display: inline-block;
    }

    .speaker_container .speaker_block_five_breaker,
    .speaker_container .speaker_block_four_breaker,
    .speaker_container .speaker_block_three_breaker {
        display: none;
    }

    .speaker_container .speaker_block_two_breaker {
        display: block;
        clear: both;
    }
}


@media (max-width: 400px) {
    .speaker_container .speaker_block .speaker_img img {
        max-width: 100%;
        display: inline-block;
    }
}

.carousel .speaker_block {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .carousel .speaker_block .speaker_img {
        margin-bottom: 25px;
    }

        .carousel .speaker_block .speaker_img img {
            max-width: 230px;
            display: inline-block !important;
        }

    .carousel .speaker_block .speaker_name {
        margin-bottom: 15px;
        color: #76B900;
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 24px;
    }

    .carousel .speaker_block .speaker_title {
        color: #797979;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.1em;
        margin: 0px;
    }

    .carousel .speaker_block .speaker_company {
        color: #797979;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.1em;
        margin: 0px;
    }

.carousel {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

    .carousel .largebold {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 24px;
    }

@media (max-width: 400px) {
    .carousel .speaker_block .speaker_img img {
        max-width: 100%;
        display: inline-block;
    }
}


section.last_news_speakers {
    padding: 45px 0px 75px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    background-color: #FFF !important;
    text-align: center;
}

    section.last_news_speakers h1 {
        text-align: center;
        color: #004831;
        margin-bottom: 30px;
    }

    section.last_news_speakers h2 {
        text-align: center;
        color: #797979;
        margin-bottom: 16px;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    section.last_news_speakers .last_news_speakers_text {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        text-align: center;
        width: 850px;
        margin: 0 auto;
    }

    section.last_news_speakers .link {
        color: #76B900;
        text-decoration: underline;
    }

@media (max-width: 900px) {
    section.last_news_speakers .last_news_speakers_text {
        width: 100%;
    }
}

.speaker_title_block .speaker_name {
    color: #76B900;
    font-size: 24px;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}

.speaker_title_block .speaker_company {
    font-size: 14px;
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.speaker_title_block .speaker_title {
    font-size: 14px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}
/******************************* END section Speakers *************************/


.alert-notification,
.alert-notification.secured {
    background-color: #76B900;
    font-family: DINPro-Regular, Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 0px;
    opacity: 1;
    text-align: right;
    padding: 2px 0px;
    line-height: 35px;
}

    .alert-notification.secured {
        text-align: left;
        padding: 10px 30px;
    }

    .alert-notification .close {
        color: #FFF;
        font-family: Helvetica, sans-serif;
        opacity: 1;
        font-weight: 400;
        font-size: 30px;
        text-shadow: none;
        padding-right: 10px;
    }

    .alert-notification .txt {
        margin-right: 50px;
    }

        .alert-notification .txt strong {
            font-weight: 400;
        }

        .alert-notification .txt a {
            color: #FFFFFF;
            text-decoration: underline;
        }
























/****      Slider  Video Post Event         ****/

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption {
    padding-top: 10px;
}

@media (min-width:1284px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption {
        padding-top: 100px;
    }
}

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event {
    text-align: center;
    background-color: #000;
    /*background-image: url("/images/gtc/slider/gtceu16-video-banner-post-event_mob.png");*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: 100%;
}

@media (min-width:768px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event {
        text-align: center;
        background-color: #000;
        background-image: url("/images/gtc/slider/gtceu16-video-banner-post-event.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top center;
        background-size: 1470px 664px !important;
    }
}


@media (min-width:1470px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event {
        background-image: url("/images/gtc/slider/gtceu16-video-banner-post-event_lg.jpg");
        background-size: 1600px 722px !important;
    }
}

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}


@media (min-width:768px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block {
        width: 100%;
        max-width: 100%;
        bottom: 0;
        position: absolute;
        display: block;
        padding-bottom: 60px;
    }
}

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton {
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2.5em;
    color: #FFF;
}


    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton a,
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton a:hover,
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton a:focus {
        color: #FFF;
        margin-bottom: 10px;
        width: 100%;
    }

@media (min-width:768px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton a,
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton a:hover,
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton a:focus {
        width: auto;
    }

    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block > .textbutton {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 1.33em;
        line-height: 2.5em;
        color: #FFF;
    }
}

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block .text1 {
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.083333333em;
    color: #76B900;
    margin-bottom: 20px;
    display: inline-block;
    text-shadow: 2px 2px 60px #000;
}

@media (min-width:768px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block .text1 {
        font-size: 2.5em;
        max-width: 600px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block .text2 {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 5px;
    color: #FFF;
    display: inline-block;
    text-shadow: 2px 2px 30px #000;
}

@media (min-width:768px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block .text2 {
        font-size: 16px;
        max-width: 800px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block .text3 {
    font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    color: #FFF;
    display: inline-block;
    margin-bottom: 25px;
    text-shadow: 2px 2px 30px #000;
}

@media (min-width:768px) {
    .carousel-home > .carousel > .carousel-inner > .item.item-video-post-event > .carousel-caption .text-block .text3 {
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.1em;
        max-width: 800px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/****      END Slider  Video Post Event         ****/



/****      END Gallery         ****/
.gallery {
    height: 520px;
    text-align: center;
    background-color: #000;
    background-image: url("/images/gtc/gallery/gallery.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: 1920px 436px !important;
    display: table;
    width: 100%;
    padding-bottom: 30px;
}

    .gallery .gallery-container {
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
    }

        .gallery .gallery-container a.green {
            color: #76B900;
            text-decoration: none;
            font-size: 18px;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        }
/****      END Gallery         ****/

.hotel_block_secured {
    border: 1px solid #CCC;
    padding: 15px;
    margin: 20px -15px;
}

    .hotel_block_secured .hotel_description {
        font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
        padding: 10px 0px 15px;
        color: #666;
        text-align: left;
    }

        .hotel_block_secured .hotel_description .hotel_name,
        .hotel_block_secured .hotel_description .hotel_etoile,
        .hotel_block_secured .hotel_description .hotel_comment,
        .hotel_block_secured .hotel_description .hotel_location,
        .hotel_block_secured .hotel_description .hotel_distance {
            display: block;
        }

        .hotel_block_secured .hotel_description .hotel_name {
            font-size: 24px;
            font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
            color: #424242;
        }

        .hotel_block_secured .hotel_description .hotel_location,
        .hotel_block_secured .hotel_description .hotel_distance {
            font-size: 14px;
            font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            color: #000000;
            line-height: 16px;
            padding: 10px 0px;
        }

        .hotel_block_secured .hotel_description .hotel_etoile {
            padding: 10px 0px;
        }

        .hotel_block_secured .hotel_description .hotel_comment {
            padding: 5px 0px 0px;
            color: #797979;
            min-height: 1px;
            line-height: 1em;
            font-family: DINPro-Light, Tahoma, Helvetica, Arial, sans-serif;
        }

        .hotel_block_secured .hotel_description .hotel_nights {
            border: 1px solid #D3D5D2;
            margin-bottom: 10px;
            border-radius: 1px;
            width: 100%;
        }

            .hotel_block_secured .hotel_description .hotel_nights td {
                border: 2px solid #D3D5D2;
                padding: 10px 20px;
                color: #666;
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
            }

                .hotel_block_secured .hotel_description .hotel_nights td.date {
                    max-width: 120px;
                }

                .hotel_block_secured .hotel_description .hotel_nights td b {
                    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                }



section.call_for_inception {
    padding: 45px 0px 75px;
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    background-color: #FFF !important;
    text-align: center;
}

    section.call_for_inception h1 {
        text-align: center;
        color: #004831;
        font-size: 48px;
        margin-bottom: 30px;
    }

    section.call_for_inception .call_for_inception_text {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        text-align: center;
        max-width: 830px;
        margin: 0 auto;
    }

@media (max-width: 900px) {
    section.call_for_inception .call_for_inception_text {
        width: 100%;
    }
}

section.inception_partner {
    padding: 40px 0px 40px;
    background-color: #FFF !important;
    background: -webkit-linear-gradient(#D3D5D2, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D3D5D2, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D3D5D2, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D3D5D2, #FFFFFF); /* Standard syntax */
    background: url(/images/gtc/why_attend_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    section.inception_partner h1 {
        text-align: center;
        color: #004831;
        font-size: 48px;
        margin-bottom: 60px;
    }

    section.inception_partner .inception_partner-section {
        position: relative;
        width: 100%;
        text-align: center;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

        section.inception_partner .inception_partner-section .inception-partner-block {
            width: 20%;
            padding: 20px 15px;
            max-width: 240px;
        }


            section.inception_partner .inception_partner-section .inception-partner-block .inception_partner_title {
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 28px;
                color: #004831;
                margin-bottom: 20px;
            }

            section.inception_partner .inception_partner-section .inception-partner-block .inception_partner_img img {
                max-width: 100%;
                display: inline-block;
            }

            section.inception_partner .inception_partner-section .inception-partner-block .inception_partner_content {
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 14px;
                color: #000;
                margin-top: 20px;
                margin-left: 10px;
                margin-right: 10px;
            }

                section.inception_partner .inception_partner-section .inception-partner-block .inception_partner_content .link {
                    text-decoration: underline;
                    word-wrap: break-word;
                }


@media (max-width: 1200px) {
    section.inception_partner .inception_partner-section .inception-partner-block {
        width: 33%;
    }
}

@media (max-width: 800px) {
    section.inception_partner .inception_partner-section .inception-partner-block {
        width: 50%;
    }
}

@media (max-width: 500px) {
    section.inception_partner .inception_partner-section .inception-partner-block {
        width: 100%;
    }
}



section.future_reading {
    padding: 40px 0px 40px;
    background-color: #FFF !important;
    background: -webkit-linear-gradient(#D3D5D2, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D3D5D2, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D3D5D2, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D3D5D2, #FFFFFF); /* Standard syntax */
    background: url(/images/gtc/why_attend_bg.png) no-repeat scroll center center/cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    section.future_reading h1 {
        text-align: center;
        color: #004831;
        font-size: 48px;
        margin-bottom: 60px;
    }

    section.future_reading .future_reading-section {
        position: relative;
        width: 100%;
        max-width: 900px;
        text-align: center;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }


        section.future_reading .future_reading-section .future_reading-bloc {
            width: 33.33%;
            padding: 20px 15px;
            max-width: 300px;
        }


            section.future_reading .future_reading-section .future_reading-bloc .future_reading_img img {
                max-width: 100%;
                display: inline-block;
            }

            section.future_reading .future_reading-section .future_reading-bloc .future_reading_content {
                font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 17px;
                color: #000;
                margin-top: 20px;
                margin-left: 10px;
                margin-right: 10px;
            }


@media (max-width: 800px) {
    section.future_reading .future_reading-section .future_reading-bloc {
        width: 50%;
    }
}


@media (max-width: 500px) {
    section.future_reading .future_reading-section .future_reading-bloc {
        width: 100%;
    }
}


section.inception_learn_more {
    background-color: #76B900;
}


    section.inception_learn_more .inception_learn_more-section {
        position: relative;
        width: 100%;
        text-align: left;
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        margin-right: -15px;
        margin-left: -15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        flex-wrap: wrap;
        align-items: bottom;
        justify-content: bottom;
        margin: 0 auto;
    }


        section.inception_learn_more .inception_learn_more-section .panel-left {
            width: 50%;
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }


        section.inception_learn_more .inception_learn_more-section .panel-right {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0 15px;
            vertical-align: middle;
            display: flex;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0;
            flex-wrap: wrap;
            align-items: bottom;
            justify-content: bottom;
            align-self: center;
        }

            section.inception_learn_more .inception_learn_more-section .panel-right h3 {
                font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 28px;
            }

            section.inception_learn_more .inception_learn_more-section .panel-right .medium {
                font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
                font-size: 18px;
            }

                section.inception_learn_more .inception_learn_more-section .panel-right .medium a,
                section.inception_learn_more .inception_learn_more-section .panel-right .medium a:hover {
                    color: #FFFFFF;
                }

            section.inception_learn_more .inception_learn_more-section .panel-right .link {
                text-decoration: underline;
            }

                section.inception_learn_more .inception_learn_more-section .panel-right .link:hover {
                    color: #FFFFFF;
                    opacity: 0.7;
                }

/************New navbar*************/

#nav li.top {
    display: inline;
    float: left;
    cursor: pointer;
    list-style: none;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
}

    #nav li.top:last-child {
        padding-right: 35px;
    }

#nav li a {
    padding: 0;
    display: inline-block;
}

#nav li.arrow:hover::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 17px 15px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 5px;
    top: 46px;
    transform: rotate(360deg);
    width: 0;
}

#nav li.arrow .ic-arrow-dropdown {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 3px;
    top: 3px;
    background: url(/images/icons/menu-arrow-down-white.png) no-repeat;
    background-size: contain;
}

#nav li.arrow:hover .ic-arrow-dropdown {
    background: url(/images/icons/menu-arrow-down-green.png) no-repeat;
}

#nav .sub-menu-bloc {
    /*background: transparent;*/
    background: #FFF;
    width: auto;
    position: absolute;
    top: 57px;
    left: 0;
    margin: 0;
    padding: 20px 30px;
    max-width: 350px;
}

    #nav .sub-menu-bloc ul {
        background: transparent;
    }


#nav li ul.sub-menu-nav li {
    background: rgba(0, 0, 0, 0) url("/images/item-bg-no-grad-white.png") no-repeat scroll 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: left;
}


    #nav li ul.sub-menu-nav li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        padding-top: 2px;
        line-height: 40px;
        text-transform: none;
        font-size: 14px;
    }

    #nav li ul.sub-menu-nav li:hover a {
        color: #76B900;
    }

@media (min-width:768px) and (max-width:1390px) {
    .container {
        width: 90%;
    }
}


/*********************Authentication************************/

.authentication-section {
    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
}

    .authentication-section a {
        font-weight: lighter;
    }

    .authentication-section .authentication-title {
        font-size: 49px;
        color: #004831;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    /*.authentication-section p {
        font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 16px;
    }*/

    .authentication-section .btn.btn-button,
    .authentication-section .btn.btn-button:hover,
    .authentication-section .btn.btn-button:focus {
        text-transform: uppercase;
        color: #FFF;
        font-weight: lighter;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 18px;
    }

    .authentication-section .form-group {
        margin: 0 0 15px;
    }

    .authentication-section p {
        color: #797979;
    }

    .authentication-section .form-button {
        margin-top: 0;
        text-align: center !important;
    }

    .authentication-section .forgot-pass {
        margin-top: 50px;
        text-align: center;
    }

        .authentication-section .forgot-pass a {
            text-decoration: underline;
            color: #76b200;
        }

    .authentication-section .contact-us {
        margin-top: 300px;
        text-align: center;
        color: #797979;
    }

        .authentication-section .contact-us a,
        .authentication-section .contact-us a:hover,
        .authentication-section .contact-us a:focus {
            color: #797979;
            text-decoration: underline;
        }

h7 /*copy du h1*/ {
    margin: 0.67em 0;
    font-weight: 500;
    margin-top: 20px;
    font-size: 3em;
    font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
    text-transform: uppercase;
    line-height: 1.333333333em;
    text-align: center;
    color: #004831;
    margin-bottom: 30px;
    display: block;
}
