.featured-companies .featured-company__image {
    max-height: 286px;
    border-radius: 0;
}

#variants ul {

    margin: 0!important;

    padding: 0!important;

}

#variants ul li {

    list-style: none;

    color: #454545;

    font-size: 14px;

    font-style: italic;

}

#variants ul li .soc_reg_form{

    font-size: 12px;

    font-style: normal;

    font-weight: bold;

}

#variants ul li .header-hide {

    font-size: 12px;

    font-style: normal;

    font-weight: bold;

    float:left;

    padding-top:5px;

}



#variants ul li h3 {

    font-size: 16px;

    font-style: normal;

}



#variants ul li:first-child {

    background-image: none; background-color: #ecf0ed; padding: 15px;

    -webkit-box-shadow: inset -2px -2px 18px -4px  rgba(12,58,4,0.3);

    -moz-box-shadow: inset -2px -2px 18px -3px rgba(12,58,4,0.3);

    box-shadow: inset -2px -2px 18px -3px rgba(12,58,4,0.3);

}

#variants ul li:last-child{

    background-image: none; background-color: #efeceb; padding: 15px;

    -webkit-box-shadow: inset -2px -2px 18px -31px  rgba(52,7,6,0.3);

    -moz-box-shadow: inset -2px -2px 18px -3px  rgba(52,7,6,0.3);

    box-shadow: inset -2px -2px 18px -3px rgba(52,7,6,0.3);

}

#messageBox .redButton {

    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d71a21 0%, #9e0c0f 100%) repeat scroll 0 0 !important;

    border: 1px solid #9e0c0f !important;

}

#messageBox .greenButton {

    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #23a118 0%, green 100%) repeat scroll 0 0 !important;

    border: 1px solid green !important;

}

.applyWindow .ui-dialog-content{

    padding: 0!important;

}



#variants input[type="text"], #variants input[type="password"] {

    font-style: italic;

    color: #898989;

}



#variants div#register {

    font-style: normal;

}



.soc_reg_form1 {

    padding:8px 10px 5px;

    border-radius: 5px;

    border: 1px solid rgba(56,56,56,0.4);

    -moz-box-shadow:    inset 0 0 8px rgba(73,173,57,0.4);

    -webkit-box-shadow: inset 0 0 8px rgba(73,173,57,0.4);

    box-shadow:         inset 0 0 8px rgba(73,173,57,0.4);

    margin-bottom:10px;



}



.soc_reg_form1 .slb_linkedin,

.soc_reg_form1 .slb_google_plus,

.soc_reg_form1 .slb_google,

.soc_reg_form1 .slb_facebook {

    background: url(../images/social/social-buttons-round.png) no-repeat;

    width: 21px;

    height: 21px;

    display: inline-block;

}

.soc_reg_form1 .slb_facebook {

    background-position: 0 0;

}

.soc_reg_form1 .slb_facebook:hover {

    background-position: 0 -26px;

}

.soc_reg_form1 .slb_google_plus {

    background-position: -53px 0;

}

.soc_reg_form1 .slb_google_plus:hover {

    background-position: -53px -26px;

}

.soc_reg_form1 .slb_linkedin {

    background-position: -80px 0;

}

.soc_reg_form1 .slb_linkedin:hover {

    background-position: -80px -26px;

}

.navbar:hover, .video-container .navbar:hover {

    background-color: rgba(0,0,0,0.7);

}
li.navbar__item.dropdown ul.dropdown-menu {background-color: rgba(0,0,0,0.7);}

.mobile-navbar, .mobile-navbar:hover {
    background-color: #2867c6;
}

.featured-images .featured-company > a {

    margin: 0;

    border-radius: 0;
    margin-left: 10px;
    margin-bottom: 10px;

}

.featured-images {

    padding:0;
    margin-left: -10px;

}

.featured-images li {

    float: none;

    display: inline-block;

    -moz-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

}

.featured-images .featured-company > a {

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    border-radius: 0;
    margin-bottom: 10px;

}

@media only screen and (min-width: 768px) {
    .featured-images .featured-company > a {

        margin-bottom: 10px;
        margin-left: 10px;


    }

}

.featured-images .featured-company > a .featured-company__panel {

    border-radius: 0;

    border: 0;

    box-shadow: none;

}

.featured-images .featured-company > a .featured-company__panel .panel-body {

    padding: 0;

    border-radius: 0;

    box-shadow: none;

    height: auto;

}

.featured-images .featured-company > a .featured-company__panel img {

    border-radius: 0;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    min-height:110%;
    min-width: 100%;

}

.featured-images .featured-company > a .company__no-image {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    margin: auto;

}

.featured-images .featured-company > a .featured-company__panel .img-wrap {

    height: 285px;

    position: relative;

}

.featured-images img, .featured-images .featured-company > a .company__no-image {

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -webkit-transform: scale(1);

    transform: scale(1);

    -moz-transition-duration: 0.5s;

    -o-transition-duration: 0.5s;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

}

.featured-images li a .overlay {

    opacity: 0;

    position: absolute;

    top: 0;

    text-align: center;

    background: rgba(34, 34, 34, 0.8);

    width: 100%;

    height: 100%;

    -moz-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.featured-images li a .overlay .thumb-info {

    top: 55%;

    position: relative;

    opacity: 0;

}

.featured-images li a h3 {

    color: #fff;

    margin-bottom: 10px;

}

.featured-images li a p {

    color: #fff;

    font-size: 0.875rem;

}

.featured-images li a:hover .overlay {

    opacity: 1;

}

.featured-images li a:hover .overlay .thumb-info {

    -moz-transition-duration: 0.4s;

    -o-transition-duration: 0.4s;

    -webkit-transition-duration: 0.4s;

    transition-duration: 0.4s;

    position: relative;

    top: 40%;

    margin-top: -26px;

    opacity: 1;

}

.featured-images li a:hover img, .featured-images li a:hover .company__no-image {

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}

.featured-images li.hidden {

    opacity: 0.1;

}

.featured-images.seperated li {

    padding: 10px;

}



[class*="block-grid-"]::before, [class*="block-grid-"]::after {

    content: " ";

    display: table;

}



[class*="block-grid-"] {

    display: block;

    margin: 0;

    padding: 0;


}
@media only screen and (min-width: 768px) {
    [class*="block-grid-"] {


        margin-left:-10px;

    }
}

[class*="block-grid-"] > li {

    display: block;

    float: left;

    height: auto;

    padding: 0;

}



@media only screen {

    .small-block-grid-2 > li {

        width: 50%;

        list-style: none;

    }

    .small-block-grid-2 > li:nth-of-type(1n) {

        clear: none;

    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {

        clear: both;

    }

}

@media only screen and (max-width: 767px) {

    .small-block-grid-2 > li {

        width: 100%;

        list-style: none;

    }

    .small-block-grid-2 > li:nth-of-type(1n) {

        clear: none;

    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {

        clear: both;

    }

}


@media only screen and (min-width: 50em) {

    .medium-block-grid-3 > li {

        width: 33.33333%;

        list-style: none;

    }

    .medium-block-grid-3 > li:nth-of-type(1n) {

        clear: none;

    }

    .medium-block-grid-3 > li:nth-of-type(3n+1) {

        clear: both;

    }



}

@media only screen and (min-width: 64.063em) {

    .large-block-grid-4 > li {

        width: 25%;

        list-style: none;

    }

    .large-block-grid-4 > li:nth-of-type(1n) {

        clear: none;

    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {

        clear: both;

    }

}
.product-items-wrapper .product-item {
    border-radius: 0;

}
@media only screen and (max-width: 959px) {
    .product-items-wrapper .product-item {

        height: 440px !important;


    }

}

@media only screen and (min-width: 960px) {
    .product-items-wrapper .product-item {
        width: 300px;
        height: 450px;
        margin:5px !important;

    }

}
.product-item__description {
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    font-size: 15px !important;
    line-height: 17px !important;
    text-overflow: ellipsis;
    height: 250px;
    width:246px;
    word-break: break-word;
}
.product-item__description li, .product-item__description ul  {


    text-overflow: ellipsis;

    word-break: break-word;
}
.product-item__content {
    height: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-items-wrapper .product-item .product-item__description .only-full {

    display:none;

}
.product-item__price {
    background:none;
    font-size:24px;
    color: #526b92;
}

.listing-item__views {display:none;}

.details-footer__btn-apply {
    vertical-align:top;
}
.applyhighlight{
    display:inline-block;
    width:auto;

}
.applyhighlight .apply-proviso {
    display:inline-block;
    max-width:450px;
    padding-top: 25px;
    margin-left:25px;
    position: relative;
    color: rgba(38,99,190, 0.7);
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.applyhighlight:hover .apply-proviso {
    color: rgba(38,99,190, 1);

    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);


}
@media only screen and (max-width: 767px) {
    .apply-proviso {
        display:block;
        width:95%;
        padding:5px;
        margin:10px !important;


    }
}
@media only screen and (max-width: 992px) {
    .details-footer{
        height:auto;
    }
}

.applycontainer {width:100% !important;

}
.search-header{display:none;}
.listing-item__applies { display:none !important;}

.tab-content-fields {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    float:left;
    margin-bottom: 20px;
    width: 100%;
}

.nav-tabs-fields {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .container-select-lang {
        width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .main-registration__wrapper .navbar-nav>li>a {min-width:250px !important;}
    .main-registration__wrapper .navbar-clear {
        max-width: 540px !important;
    }

}

/************Applications**************/
.app-table > thead > tr > th, .app-table > tbody > tr > td{
    border: none;
}

.listing-item__date {
    font-family: "Open Sans", sans-serif;
}

/* small screen */
@media (max-width: 768px) {
    .media-body .table-responsive {
        border: none;
    }
}

#toggle {
    display: none;
}

/*#toggle:checked ~ .toggle-container .button-toggle {
    box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}*/
#toggle:checked ~ .toggle-container .button-toggle:before {
    transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
    transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked ~ .nav-mobile {
    margin-bottom: 100px;
    pointer-events: auto;
    transform: translate(50px, 50px);
}
#toggle:checked ~ .nav-mobile .nav-item {

    color:white;
    letter-spacing: 0;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    opacity: 1;
    transform: scaleY(1);
    transition: 0.5s, opacity 0.1s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(1) {
    transition-delay: 0.15s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(1):before {
    transition-delay: 0.15s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(2) {
    transition-delay: 0.1s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(2):before {
    transition-delay: 0.1s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(3) {
    transition-delay: 0.05s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(3):before {
    transition-delay: 0.05s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(4) {
    transition-delay: 0s;
}
#toggle:checked ~ .nav-mobile .nav-item:nth-child(4):before {
    transition-delay: 0s;
}
#toggle:checked ~ .nav-mobile .nav-item:before {
    opacity: 0;
}
/*#toggle:checked ~ .dummy-content {
    padding-top: 30px;
}
#toggle:checked ~ .dummy-content:before {
    background-color: rgba(0, 0, 0, 0.3);
}*/

/* Toggle Button */
.button-toggle {
    position: absolute;
    display: inline-block;
    width: 41px;
    height: 20px;
    margin: 25px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    transition: 0.6s;
    top: 0;
}
/*.button-toggle:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}*/
.button-toggle:before, .button-toggle:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 5px;
    transition: 0.5s;
}
.button-toggle:before {
    transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
    transform: translateY(50%) rotate(-45deg) scale(0);
}

/* Menu */
.nav-mobile {
    display: inline-block;
    margin: 25px 25px 20px;
    pointer-events: none;
    transition: 0.5s;
}
.nav-item {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    color: transparent;
    font-size: 14px;
    letter-spacing: -6.2px;
    height: 7px;
    line-height: 7px;
    text-transform: uppercase;
    white-space: nowrap;
    transform: scaleY(0.2);
    transition: 0.5s, opacity 1s;
    text-decoration: none;
}
.nav-item:hover {
    text-decoration: none;
}
.nav-item:nth-child(1) {
    transition-delay: 0s;
}
.nav-item:nth-child(1):before {
    transition-delay: 0s;
}
.nav-item:nth-child(2) {
    transition-delay: 0.05s;
}
.nav-item:nth-child(2):before {
    transition-delay: 0.05s;
}
.nav-item:nth-child(3) {
    transition-delay: 0.1s;
    letter-spacing: -5.2px;
}
.nav-item:nth-child(3):before {
    transition-delay: 0.1s;
}
.nav-item:nth-child(4) {
    transition-delay: 0.15s;
}
.nav-item:nth-child(4):before {
    transition-delay: 0.15s;
}
/*.nav-item:nth-child(1) {
    letter-spacing: -8px;
}
.nav-item:nth-child(2) {
    letter-spacing: -7px;
}*/
.nav-item:nth-child(n + 4) {
    /*    letter-spacing: -8px;
        margin-top: -7px;*/
    opacity: 0;
}
.nav-item:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: translateY(-50%) scaleY(5);
    transition: 0.5s;
}

.mobile-logo img {
    display: block;
    margin: 10px auto 0 auto;
}
@media all and (max-width: 992px) {
    .top_resume {
        position: relative;
    }

}

@media all and (max-width: 767px) {
    .mobile-logo img {
        max-width: 225px;
    }
}

@media all and (max-width: 370px) {
    .mobile-logo img {
        max-width: 180px;
    }
}