/*-----------------------------------------------------------------------------------*/
/*  GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
    font-family: interstateBold, Arial, 'Lato', sans-serif;
    height: 100%;
    color: #757b87;
    background-color: #e6e6e6;
}
.icon-section{
    background-color: #09bd8f;
    line-height: 7px;
    padding-top: 10px;
    margin-bottom: 10px;

}
a:link,
a:visited,
a:hover,
a:active {
    color: #757b87;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

li label {
    position: relative;
    bottom: 5px;
    color: #757b87;
    font-weight: lighter;
}

label {
    color: #757b87;
    font-weight: lighter;
    padding: 10px 5px;
}

p {
    text-align: justify;
}

p label {
    text-align: justify;
}
/* ----------Custom Color Code ---------- */

.primary,
.primary>a,
.primary>a:visited,
.primary>a:hover,
.primary>a:active {
    color: #418bca;
    text-decoration: none;
}

.danger,
.danger>a,
.danger>a:visited,
.danger>a:hover,
.danger>a:active {
    color: #ef6f6c;
    text-decoration: none;
}

.success,
.success>a,
.success>a:visited,
.success>a:hover,
.success>a:active {
    color: #01bc8c;
    text-decoration: none;
}

.warning,
.warning>a,
.warning>a:visited,
.warning>a:hover,
.warning>a:active {
    color: #f89a14;
    text-decoration: none;
}

.yellow,
.yellow>a,
.yellow>a:visited,
.yellow>a:hover,
.yellow>a:active {
    color: #FFD43C;
    text-decoration: none;
}
/* ---------- //Custom Color Code End ---------- */
/* ---------- Text-Bg color Code Css ---------- */

.bg-default {
    background-color: #f5f5f5;
}

.bg-primary {
    background-color: #418bca;
    color: #fff;
}

.bg-success {
    background-color: #01bc8c;
    color: #fff;
}

.bg-danger {
    background-color: #ef6f6c;
    color: #fff;
}

.bg-warning {
    background-color: #f89a14;
    color: #fff;
}
/* ---------- //Text-Bg color Code Css End ---------- */
/* ---------- Why choose us Section css ---------- */

#accordion {
    margin-top: 2%;
}

.text_bg {
    background-color: #f2eded !important;
}
/* ---------- //Why choose us Section End ---------- */
/* ---------- Text-Bg Border color Code Css ---------- */

.border-primary {
    border-bottom: 2px solid #418bca;
    padding-bottom: 5px;
}

.border-warning {
    border-bottom: 2px solid #f89a14;
    padding-bottom: 5px;
}

.border-success {
    border-bottom: 2px solid #01bc8c;
    padding-bottom: 5px;
}

.border-danger {
    border-bottom: 2px solid #ef6f6c;
    padding-bottom: 5px;
}
/* ---------- //Text-Bg Border color Code Css End---------- */
/* ---------- Text-Success Css---------- */

.text-success {
    color: #01bc8c !important;
    background-color: inherit;
}

.text-danger {
    color: #ef6f6c;
}
/* ---------- //Text-Success End---------- */
/* ---------- Nav bar Css Start ---------- */

.navbar-right {
    margin-right: 30px;
}

.icon-position label {
    padding-left: 0px;
    margin-left: 0px;
}

.logo_position {
    position: relative;
    bottom: 20px;
}

.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav > li>a:hover {
    color: #01bc8c;
}
/* ---------- Navbar  Dropdown menu Css ---------- */

.navbar-nav .dropdown-menu:before {
    bottom: 15px;
    width: 0;
    height: 0;
    left: 100px;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: relative;
    border-bottom: 8px solid #ef6f6c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
/* ---------- //Navbar  Dropdown menu Css End ---------- */
/* ---------- Navbar  Dropdown menu hover Css ---------- */

.navbar-nav .dropdown-menu a:hover {
    border-left: 2px solid #ef6f6c;
}
/* ---------- //Navbar  Dropdown menu hover Css End ---------- */

.navbar-default .navbar-nav >.open >a:hover,
.navbar-default .navbar-nav >.open >a {
    background-color: #fff !important;
    color: #01bc8c;
}

.navbar-nav .dropdown-menu li:hover {
    border: none;
}

.navbar {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}
/* ---------- Nav bar Css End ---------- */
/* ---------- Breadcrumb Css ---------- */

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #3d3d3d;
    text-decoration: none;
}

.breadcum {
    background-color: #DBD6D6;
    border-top: 2px solid #b7b0b0;
    border-bottom: 2px solid #b7b0b0;
    padding: 0px 2%;
}

.breadcum .pull-right {
    padding: 8px 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #DBD6D6;
    border-radius: 4px;
    float: left;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #3d3d3d;
    content: none;
}
/* ---------- //Breadcrumb Css End ---------- */
/* ---------- Breadcrumb Icon Section Css ---------- */

.icon3 {
    position: relative;
    top: 5px;
    left: 0px;
}

.icon4 {
    left: -1px;
    top: 3px;
}
/* ---------- //Breadcrumb Icon Section End ---------- */
/* ---------- Carousel Css ---------- */

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #000;
    border: 1px solid #5E5E5E;
}

.carousel-indicators li {
    border: 1px solid #5E5E5E;
    width: 13px;
    height: 13px;
}

.carousel-caption {
    font-size: 30px;
}
/* ---------- //Carousel Css End ---------- */

blockquote {
    border-left: 2px solid #ef6f6c;
}
/* ---------- Testimonial Images Css Start ---------- */

.author {
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

.author img {
    width: 50px;
}
/* ---------- //Testimonial Images Css End ---------- */
/* ---------- Feature Section Css ---------- */

.features i {
    line-height: 2px;
    float: left;
    margin: 1px 5px;
}
/* ---------- //Feature Section Css End ---------- */
/* ---------- Menu Section Css ---------- */

.menu > li {
    border: 1px solid #f89a14;
    padding: 10px 13px;
    margin: 0px 10px;
}

.menu {
    margin-top: 20px;
}

.menu > li:hover,
.menu li .active {
    background-color: #01bc8c;
}
/* ---------- //Menu Section Css End ---------- */

.tabbable-panel ul {
    list-style-type: none;
}
/* ---------- Our services Box  Style Css ---------- */


.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
    text-align: right;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
}
/* ---------- //Our services Box  Style Css End ---------- */
/* ------------- Our Services Box Icon Css ---------- */

.box-icon {
    background-color: transparent;
    border: 1px solid #01bc8c;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}
/* ------------- //Our Services Box Icon Css End ---------- */

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* ---------- Our Services Icon Border css ---------- */

.box-icon1 {
    border: 1px solid #418bca;
}

.box-icon2 {
    border: 1px solid #f89a14;
}

.box-icon3 {
    border: 1px solid #FFD43C;
}
/* ---------- //Our Services Icon Border css ---------- */
/* ---------- Our services Text Css----------*/

.info > p {
    color: #787878;
    font-size: 14px;
    padding-top: 10px;
    text-align: justify;
}
/* ---------- //Our services Text End ----------*/
/* ---------- Our service Icon Css ---------- */

.icon {
    position: relative;
    right: 11px;
    top: 14px;
}

.icon1 {
    position: relative;
    right: 10px;
    top: 12px;
}
/* ---------- //Our service Icon Css End---------- */
/* ---------- Feature main Section Start --------- */

.feature-main {
    padding: 50px 0px;
    background-color: #f2eded;
}

.feature-main1 {
    padding: 50px 0px;
}

.layout-styl {
    padding: 80px 0px;
}

.layout-styl li {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300 !important;
    color: #515763;
    text-align: left
}
/* ---------- //Feature main Section End --------- */
/* ---------- Purchase Section Css Start ---------- */

.purchas-main {
    padding: 10px 0px;
}

.bg-border {
    background: #f2eded;
    border-left: 3px solid #01bc8c;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.purchae-hed {
    margin-bottom: 20px;
    margin-left: 15px;
    color: #01bc8c;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
}

.purchase-styl {
    padding: 15px 80px;
    background-color: #01bc8c;
    border: none;
    box-shadow: 0px 2px 0px #268a70;
    color: #fff !important;
    margin-right: 20px;
    margin-top: 10px;
}

.purchase-styl:hover,
.purchase-styl:active,
.purchase-styl:focus {
    background-color: #01bc8c;
}
/* ---------- //Purchase Section Css Ebd ---------- */
/* ---------- Our Team Divide Section Css ---------- */

.divide {
    border-top: 1px solid #848481;
    padding: 5px;
}

.divide > a {
    padding: 3%;
}
/* ---------- //Our Team Divide Section Css End ---------- */

.pull-right a {
    color: #128bc6;
}

.input-group-addon {
    color: #fff;
}

.team img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
/* ---------- News Section Css----------*/

.news {
    margin-top: 2%;
}
.news .form-group{
    width: 80%;
}
.news .form-control {
    background-color: #444343;
    border: 1px solid #5E5E5E;
    color: #f3f3f3;
}

.news > .form-control:focus {
    border-color: #5E5E5E;
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0);
}
/* ---------- //News Section Css End ---------- */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #DDD;
}
/* ---------- Headings Border Css ---------- */

.heading_border {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 15px;
}
/* ---------- //Headings Border Css End---------- */

.tab img {
    width: 100%;
}

.tab {
    padding-left: 0px;
}

.tab_list > li {
    padding: 5px;
}

.tab_list {
    margin-top: 15px;
    padding-left: 0px;
}

.profile img {
    width: 100%;
}
/* ---------- Footer Section Css ---------- */

footer {
    background-color: #262626;
}

footer h4 {
    color: #fff;
}

.footer-text {
    color: #ababab;
    padding: 30px 0px;
}

footer img {
    width: 50px;
}

footer .btn-primary.text-white {
    margin-top: 2%;
}
/* ---------- //Footer Section Css End ---------- */

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

@media(max-width: 370px) {
    .properties {
        border-right: none;
    }
    .media-object img {
        width: 50%;
    }
}
/* ---------- About Us Slider Css ---------- */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo {
    margin: 0px;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #01bc8c;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}
/* ---------- //About Us Slider Css End ---------- */

.center-block {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 0px;
}

.sliders {
    background-color: #fdfcfc;
    padding: 20px;
}

.sliders h4 {
    margin-bottom: -5%;
}

.sliders h5 {
    padding-top: 4%;
}

.marbtm10 h3 {
    margin-bottom: 0px;
}
/* ---------- Back to top Section Icon Css ---------- */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 50%;
    padding: 15px;
    border: none;
    opacity: 0.7;
    z-index: 9999;
}

.back-to-top:hover {
    opacity: 1;
}
.fa-hand-o-up{
    font-size: 16px;
}
/* ---------- //Back to top Section Icon Css End---------- */
/* ---------- Copy Right Section Css  ---------- */

.copyright {
    width: 100%;
    background-color: #e5e5e6;
    position: fixed;
    bottom: 0px;
    padding: 12px 0;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.5);
}

.copyright p {
    color: #161f42;
    padding: 0;
    margin: 0;
}

/* ---------- //Copy Right Section Css  ---------- */
/* ---------- Advanced Features Css ---------- */

.advanced button,
.tooltips button,
.pop button {
    margin-bottom: 15px;
}
/* ---------- //Advanced Features Css ---------- */

@media(max-width: 759px) {
    .navbar-nav .dropdown-menu:before {
        content: none;
    }
}

@media(max-width: 950px) {
    .profile {
        display: block;
        margin-right: 4%;
        margin-left: 4%;
    }
}
.skin_btn {display:inline-table; cursor:pointer; width:30px; height:30px; margin-bottom: 1px;}
.skin_size { width:30px; height:30px; margin:3px;}
.well{padding:10px;}
.primary_skin {background-color:#128bc6;}
.danger_skin{background-color: #ef6f6c;}
.success_skin{background-color: #01bc8c;}
.warning_skin{background-color: #F89A14;}
.purple_skin{background-color: #D2527F;}
.turquoise_skin{background-color: #4ecdc4;}
.asbestos_skin{background-color: #7f8c8d;}
.hoki_skin{background-color: #67809f;}



.code-input {
    border: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 22px;
    height: 74px;
    color: #666;
}


#event-bg {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    display: block;


    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
}

.code-input:focus {
    border-color: transparent;
    box-shadow: none;
    z-index: -1 !important;
}

.code-input[placeholder] {
    color: #666;
}

footer {
    font-size: 14px;
    background-color: white;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 30px #aaaaaa;
}

#codeSubmit {
    height: 74px;
    width: 74px;
    border: 0;
    border-radius: 0;
    font-size: 22px;
}

#codeSubmit:focus {
    outline: 0;
}

.code-input::-webkit-input-placeholder {
    color: #666;
}

.code-input:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.code-input::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.code-input:-ms-input-placeholder {
    color: #666;
}

.copyright a {
    color: #161f42;
    margin-left: 2px;
}
.copyright a:hover {
    text-decoration: underline;
}

.navbar-form .input-group .input-group-btn {
    width: 1%;
}

.imprint-contact h1,
.imprint-contact p {
    text-align: center !important;
}

.imprint-contact h1 {
    margin-top: 0;
    font-size: 34px;
    color: #333;
}

.imprint-contact p {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 200;
    color: #333;
}

.imprint-contact p a {
    color: #333;
}

.imprint-contact p a:hover {
    text-decoration: underline;
}
div.imprint-contact {
    background-color: #e6e6e6;
}
.imprint-contact .jumbotron {
    margin-top: 35%;
    margin-bottom: 0;
    padding-bottom: 60px;
    /*background-color: #e6e6e6;*/
    padding-top: 3px;
}

.event-info .jumbotron {
    padding: 5px 0 30px 0;
    margin-bottom: 0;
}

.event-info .jumbotron:last-child {
    padding: 0;
    background-color: #c8c8c8;
    color: #000;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
}

.event-info {
    color: #333;
}

.event-info button,
.event-info button:hover {
    background-color: #d7d7d7;
    text-align: center;
    color: #E20E45;
    height: 50px;
    width: 55px;
    display: inline-block;
    outline: 0;
    border: 0;
    border-radius: 0;
    font-weight: bold;
}

.event-info span {
    padding-right: 5px;
}

.btn-red,
.btn-red:hover,
.btn-danger {
    color: #161f42;
    background-color: #e5e5e6;
    border-color: #D8203F;
    border-radius: 0;
    padding: 10px 22px;
}

.logo-container {
    position: absolute;
    top: 5px;
    right: 5px;
}

.logo-container img {
    max-height: 200px;
}

.input-group-addon i {
    color: #555555;
}

form[action="register"] h3 {
    margin-bottom: 3px;
    font-size: 21px;
    color: #333;
}

form[action="register"] hr {
    margin-top: 0;
}

.event-info .text-center h2 {
    font-size: 34px;
}

.event-info .text-center .intro-text-yes {
    font-size: 12px;
}

.btn-active {
    background-color: #E20E45 !important;
    color: #fff !important;
    cursor: default !important;
}

label.error.code-error {
    background-color: #E20E45;
    padding: 10px 15px 7px;
    color: #fff;
    float: left;
}
/*
section.home {
    margin-top: 45%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
}
*/

section.home {
    /*margin-top: 45%;
    margin-bottom: 5%;*/
}

.input-checkbox {
    margin-bottom: 0;
}

.input-checkbox label {
    padding-bottom: 0;
}

.field-title {
    /*font-weight: bold;*/
    margin-top: 5px;
}

label.error {
    background-color: #E20E45;
    padding: 10px 15px 7px;
    color: white;
    margin-top: 5px;
}

input.error,
select.error {
    border-color: #d8203f !important;
}


.companion-item {
    display: none;
}

#titleimg {
    margin-top: 10px;
    margin-bottom: 30px;
}

.navbar-form .input-group>.form-control {
    min-width: 310px;
}

input#code {
    color: #4c4c4c;
    width: 100%;
    background: white !important;
    padding: 0 10px;
    height: 40px;
    font-size: 13pt;
}

input#code::placeholder {
    font-weight: normal;
}

/*----------------------------------------------------------------------------------------------------------------------
 *   INDEX PAGE
----------------------------------------------------------------------------------------------------------------------*/
/*#### COOKIE SECTION ####*/
#cookie.modal-strip {
    padding: 18px 0;
    position: fixed;
    bottom: 1%;
    z-index: 200;
    width: 98%;
    margin: 0 1%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
}
#cookie.modal-strip.reveal-modal {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
}
#cookie.modal-strip .close-modal {
    position: absolute;
    right: 32px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#cookie.modal-strip i.close-modal {
    font-size: 18px;
}
#cookie.modal-strip .icon + p {
    padding-left: 50px;
    position: relative;
    top: 3px;
}
#cookie.modal-strip p + .btn {
    margin-left: 24px;
}
@media all and (max-width: 1024px) {
    #cookie.modal-strip {
        margin: 0;
        width: 100%;
        bottom: 0;
    }
}
@media all and (max-width: 767px) {
    #cookie.modal-strip .close-modal {
        position: relative;
        top: 0;
        right: 0;
        left: 15px;
        transform: none !important;
        -webkit-transform: none !important;
        margin-top: 16px;
    }
    #cookie.modal-strip .icon {
        display: none;
    }
    #cookie.modal-strip .icon + p {
        padding-left: 0;
        top: 0;
    }
}

/*#### TITLE-IMG ####*/
#title-image {
    position: absolute;
    top: 10%;
    width: 80%;
}
#title-imag.layout-left {
    left: 0;
}
#title-image.layout-center {
    left: 50%;
    margin-left: -40%;
}
#title-image.layout-right {
    right: 0;
}

/*#### TITLE TEXT ####*/
.title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*#### REGISTRATION TEXT ####*/
.registration-text {
    margin-bottom: 10px;
    width: 300px;
    height: 200px;
    margin-left: calc(50% - 150px);
    overflow: hidden;
}

/*#### CODE-BAR ####*/
#codebar{
    position: relative;
    z-index: 100;
    margin-top: 100%;
    padding-top: 20%;
    width: 100%;
}
#codebar .code-form-center {
    display: block;
    text-align: center;
    padding: 0 40px;
    width: 100%;
}

#codebar .code-form-center #invitationform {
    margin: 0;
    padding: 0px 0px;
    height: 40px;
}

#codebar .code-form-center #invitationform > div {
    height: 40px;
    display: block;
    width: 100%;
}

#codebar .code-form-center #invitationform .input-group-btn #codeSubmit {
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 20px;
}

#codebar .login-information {
    all: initial;
    padding:20px;
    /*margin-top:45px;*/
    box-shadow:none;
    display: block;
}

#event-bg {
    height: 100%;
}

/*----------------------------------------------------------------------------------------------------------------------
 *   INDEX AND REGISTRATION PAGE
----------------------------------------------------------------------------------------------------------------------*/
.language-selection-container {
    display: block;
    position: absolute;
    right: 25%;
    top: 0;
}

#codebar .code-form-center .language-selection-label,
.language-selection-container .language-selection-label {
    display: inline-block;
    color: #fff;
    padding: 0;
    margin: 3px 5px 0 0;
}

#codebar .code-form-center .language-selection-select,
.language-selection-container .language-selection-select {
    margin: 0 auto 20px;
    width: 100px;
    display: inline-block;
    cursor: pointer;
}

/*----------------------------------------------------------------------------------------------------------------------
 *   REGISTRATION PAGE
----------------------------------------------------------------------------------------------------------------------*/
#languageSelectionModal .modal-content {
    border-radius: 0;
}

#languageSelectionModal .modal-content .modal-title {
    display:inline-block;
}

#intro-video ~ div {
    text-align: center;
    margin-top: 100px;
}

/*######################################################################################################################
 *   MOBILE FIRST APPROACH - 350px RESOLUTION AND HIGHER
######################################################################################################################*/
@media (min-width: 350px) {
    .title-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    #codebar {
        padding-top: 20%;
    }
}

/*######################################################################################################################
 *   MOBILE FIRST APPROACH - 474px RESOLUTION AND HIGHER
######################################################################################################################*/
@media (min-width: 520px) {
    #title-image {
        width: 60%;
    }
    #title-image.layout-center {
        margin-left: -30%;
    }
    #codebar {
        margin-top: 85%;
        padding-top: 0;
    }
    #codebar .code-form-center {
        padding: 0 20%;
    }
}

/*######################################################################################################################
 *   MOBILE FIRST APPROACH - 768px RESOLUTION AND HIGHER
######################################################################################################################*/
@media (min-width: 767px) {
    #title-image {
        width: 40%;
    }
    #title-image.layout-center {
        margin-left: -20%;
    }
    .title-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    #codebar {
        margin-top: 65%;
    }
    #codebar .code-form-center {
        padding: 0 25%;
    }
    #codebar .login-information {
        margin-top: 20px;
        padding: 20px 25%;
    }
}

/*######################################################################################################################
 *   MOBILE FIRST APPROACH - 1024px RESOLUTION AND HIGHER
######################################################################################################################*/
@media (min-width: 1024px) {
    #title-image {
        top: 10%;
    }
    .title-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    #codebar {
        margin-top: 55%;
    }
    #codebar .code-form-center {
        padding: 0;
        margin: 0 auto;
        width: 400px;
    }
    #codebar .login-information {
        padding: 20px;
        margin: 0 auto;
        width: 600px;
    }
}

/*######################################################################################################################
 *   MOBILE FIRST APPROACH - 1200px RESOLUTION AND HIGHER
######################################################################################################################*/
@media (min-width: 1200px) {
    #title-image {
        width: 30%;
    }
    #title-image.layout-center {
        margin-left: -15%;
    }
    #codebar {
        margin-top: 42%;
    }
}

/*######################################################################################################################
 *   MOBILE FIRST APPROACH - 1399px RESOLUTION AND HIGHER
######################################################################################################################*/
@media (min-width: 1399px) {
    #codebar {
        margin-top: 40%;
    }
}
