@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src:  url('../fonts/OpenSans-Light.woff') format('woff');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src:  url('../fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src:  url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src:  url('../fonts/Montserrat-UltraLight.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src:  url('../fonts/Montserrat-Light.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src:  url('../fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src:  url('../fonts/Montserrat-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src:  url('../fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src:  url('../fonts/Montserrat-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src:  url('../fonts/Montserrat-Black.woff') format('woff');
}
body,div,h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat';
}
body:not(.pages-display) .footer{
    background: #efefef;
}
.bg-secondary{
    background: #fff;
}
.body-wrapper{
    background: url('../img/tlo.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.flex{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: vertical;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-container, .nav-container, .footer-container, nav, nav.fixed, .callout{
    max-width: 100%;
}
.nav-1 .navbar{
    background: transparent;
}
.home-std h1{
    color:#fff;
    font-size: 70px;
    line-height: 1.1em;
    font-weight: 800;
    margin: 0 0 8px 0;
    letter-spacing: 0.6px;
}
.nav-container{
    min-height: 1px!important;
}
.nav-1 .logo{
    margin:35px 0!important;
}
.gap50{
    margin-bottom: 50px;
}
.footer-navigation{
    margin-top: 50px;
    margin-bottom: 0px;
}
.btn.btn-primary{
    border-radius: 0;
    color:#1fabf3;
    background:#efefef;
    border:none;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0!important;
    font-family: 'OpenSans';
    line-height: 18px;
    height: auto;
    transition: all 0.4s;
    padding: 15px 20px;
}
.btn-full.btn i{
    font-size: inherit;
}
.btn.btn-primary:hover{
    background: #5c6b75;
    color:#fff;
}
.left5{
    margin-left: 5px;
}
.subheading,.modal-title{
    text-align: center;
    color: #1fabf3;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.sub-heading{
    color: #5c6b75;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
    border-bottom: 1px solid #c3ccd2;
}
.modal-title{
    color:#0072bc;
    margin: 0;
    padding: 0 40px;
}
.modal{
    background: rgba(0,0,0,0.5);
}
.modal-header .close{
    position: absolute;
    top:0;
    right:0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-family: 'OpenSans';
    font-weight: 300;
    opacity: 1;
    color:#000;
    outline: none!important;
}
.modal-header .close:hover{
    color:#b61818;
}
.modal-body{
    background: #0072bc;
}
.modal-body .std.std-blue ul li, .modal-body .std.std-blue ol li, .modal-body .std.std-blue p{
    color:#efefef;
}
#videos_box .panel{
    background: transparent;
    border:none;
    box-shadow: none;
}
.video-wrapper{
    display: block;
    margin-bottom: 30px;
    background: #c3ccd2;
}
.video-wrapper.active{
    background: #ed145b;
}
.video-wrapper .videobox{
    padding: 0 10px 34px 10px;
}
.videobox .record .btn{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.videobox .view iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.videobox .view>div{
    position: absolute;
    bottom:10px;
    left: 10px;
    text-align: center;
    font-size: 0;
    width: calc(100% - 20px);
}
.videobox .view>div .btn{
    width: 50%;
    text-align: center;
}
.page-header.empty{
    margin: 10px 0 0 0;
    padding: 0;
}
.flex-row{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.videobox .record{
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 75%;
}
.video-wrapper label{
    padding: 10px;
    color:#fff;
    display: block;
    font-size: 12px;
    line-height: 15px;
}
/*---------------*/
#accordion .panel-default>.panel-heading{
    background: #1fabf3;
    border:none;
    border-radius: 0;
}
#accordion .panel{
    border:1px solid #efefef;
}
#accordion .panel-default>.panel-heading{
    display: flex;
    align-items:center;
    position: relative;
    z-index: 1;
}
#accordion .panel-default>.panel-heading h4{
    width: calc(100% - 150px);
}
#accordion .panel-default>.panel-heading h4 a{
    color:#fff;
    display: block;
    font-size: 30px;
    text-align: center;
}
#accordion .panel-default>.panel-heading h4 a small{
    color:#fff;
}
#accordion .panel-default>.panel-heading h4 a:before{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0072bc;
    transition: all 0.3s;
}
#photo_box img{
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
#accordion .panel-default>.panel-heading h4 a.collapsed:before{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #1fabf3
}
#accordion .panel-default>.panel-heading h4 a:after{
    font-family: FontAwesome;
    content: "";
    font-size: 20px;
    margin-left: 10px;
}
#accordion .panel-default>.panel-heading h4 a.collapsed:after{
    content: "";
}
#accordion .panel-default>.panel-heading .actions{
    width: 150px;
    border-left: 1px solid rgba(255,255,255,0.6);
    text-align: right;
}
#accordion .panel-default>.panel-heading .actions a{
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    margin: 5px;
    font-weight: 300;
    transition: all 0.3s;
}
#accordion .panel-default>.panel-heading .actions a:hover{
    color: #000;
    background: #fff;
}
.tag-list li{
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    border:1px solid #888;
    margin: 2px;
    white-space: nowrap;
}
.bck-grey p{
    color:#5c6b75;
}
.video-wrapper-frame{
    background: #c3ccd2;
    padding: 10px;
    margin-bottom: 10px;
}
.video-wrapper-frame p{
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center;
    color:#fff;
}
.row5{
    margin-left: -5px;
    margin-right: -5px;
}
.row5>div{
    padding-left: 5px;
    padding-right: 5px;
}
/*-----------cookie--------------------------*/
.clearfix {
    clear: both;
}

.eupopup-container {
    background-color:#000;
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    display: none;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0; right: 0;
    padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
    color: #fff;
    text-decoration: none;
}

.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}

.eupopup-body {
    color: #fff;
    font-weight: 300;
    font-family: 'OpenSans';
}

.eupopup-buttons {
    padding: 7px 0 5px 0;
}

.eupopup-button_1 {
    color: #1fabf3;
    font-weight: bold;
    font-size: 14px;
}

.eupopup-button_2 {
    color: #fff;
    font-weight: 300;
    font-family: 'OpenSans';
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}

.eupopup-button {
    margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
    text-decoration: underline;
    color: #1fabf3;
}

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
    color: #000;
}

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
    display: inline;
    padding: 0;
    margin: 0;
}

body .eupopup-style-compact .eupopup-button {
    margin: 0 5px;
}

/*--------------js-skin------------------------*/
.vjs-default-skin .vjs-control:before,
.vjs-default-skin .vjs-control:before{
    font-size: 20px;
    line-height: 34px;
}
.vjs-default-skin .vjs-control.vjs-mute-control:before,
.vjs-default-skin .vjs-control.vjs-fullscreen-control:before{
    font-size: 15px;
}
.vjs-default-skin .vjs-progress-control .vjs-slider-handle:before{
    font-size: 10px!important;
}
.vjs-default-skin .vjs-time-controls{
    font-size: 12px;
}
.vjs-default-skin .vjs-time-controls,
.vjs-time-divider{
    line-height: 34px;
}
.vjs-default-skin .vjs-control{
    height: 5px;
}
.vjs-default-skin .vjs-control-bar{
    height: 30px;
}
.vjs-default-skin .vjs-play-control{
    width: 30px;
}
.vjs-default-skin .vjs-control{
    width: 30px;
}
.vjs-default-skin .vjs-volume-control.vjs-control{
    width: 80px;
}
.vjs-default-skin .vjs-progress-control .vjs-slider-handle {
    top:-3px;
}
.vjs-default-skin .vjs-progress-control {
    top:-2px!important;
}
.vjs-default-skin .vjs-progress-control.vjs-control{
    width: 100%;
}
.vjs-default-skin .vjs-volume-bar {
    width: 80px;
    height: 8px;
    margin: 11px auto 0;
}
.vjs-default-skin .vjs-volume-level{
    height: 8px;
}
/*---------------------------------------*/
.form-grouped{
    padding: 20px;
    border:1px solid #efefef;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form-grouped h6{
    text-align: center;
    margin: 0 0 5px 0;
    letter-spacing: 1.5px;
}
.form-grouped h6.collapsable{
    font-size: 20px;
    cursor: pointer;
    color:#1fabf3;
}
.form-grouped h6.collapsable:after{
    font-family: FontAwesome;
    content: "";
    font-size: 20px;
    margin-left: 10px;
}
.form-grouped h6.collapsable.collapsed:after{
    content: "";
}
/*--------------------------*/
.gap80{
    margin-bottom: 80px!important;
}
.gap100{
    margin-bottom: 100px!important;
}
#videos_box .panel .panel-body{
    padding: 0;
}
#photo_box img{
    max-width: 100%;
    height: auto;
}
#videos_box .btn{
    margin-bottom: 15px;
    white-space: normal;
    width: 100%;
    text-align: center;
}
.btn.btn-info{
    border-radius: 0;
    color:#1fabf3;
    background: #fff;
    border:none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0!important;
    font-family: 'OpenSans';
    line-height: 18px;
    height: auto;
    transition: all 0.4s;
    padding: 15px 20px;
}
.gap15{
    margin-bottom: 15px!important;
}
.btn.btn-info:hover{
    background: #1fabf3;
    color:#fff;
}
.btn.btn-default{
    border-radius: 0;
    color:#fff;
    background: #1fabf3;
    border:none;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0!important;
    font-family: 'OpenSans';
    line-height: 18px;
    height: auto;
    transition: all 0.4s;
    padding: 15px 20px;
}
.btn.btn-default.btn-red{
    background: #b61818;
}
.btn.btn-default.btn-green{
    background: #3cb878;
}
#desktopVideo{
    width: 100%!important;
    padding-bottom: 71.6%;
    height: auto!important;
    position: relative;
}
#desktopVideo iframe{
    width: 100%!important;
    overflow:hidden;
    height: 100%!important;
    position: absolute;
    top:0;
    left: 0;
}
.gap20{
    margin-bottom: 20px!important;
}
.panel-photo .fa{
    font-size: 120px;
    display: block;
    color:#c3ccd2;
    text-align: center;
    margin: 16px auto;
    transition: all 0.4s;
}
#cv_box .panel .panel-body{
    padding: 0;
}

#cv_box .panel{
    border: none;
    background: transparent;
    box-shadow: none;
}
.btn.btn-icon i{
    position: absolute;
    top:50%;
    left: 15px;
    transform: translate(0,-50%);
    font-size: 50px;

}
.btn.btn-icon{
    font-size: 12px;
    line-height: 16px;
    height: auto;
    border-radius: 0;
    box-shadow: none!important;
    outline: none!important;
    width: 100%;
    text-align: left;
    position: relative;
    white-space: normal;
    min-height: 70px;
    font-weight: 300;
    padding: 15px 15px 15px 80px;
    background: #fff;
    border:none;
    transition: all 0.4s;
    color:#1fabf3;
}
.btn.btn-icon:hover i{
    color:#fff;
}
.btn.btn-icon:hover{
    background: #1fabf3;
    color:#fff;
}
.panel-photo:hover .fa{
    color:#1fabf3;
}
.panel-photo{
    border:none;
    box-shadow: none;
    border-radius: 0;
}
.panel-photo .panel-body{
    padding: 0;
}
.panel-photo #uploadPhotoText{
    background: #c3ccd2;
    color:#fff;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color:#fff;
    transition: all 0.4s;
}
.panel-photo:hover #uploadPhotoText{
    background:#1fabf3;
}
.bck-grey{
    padding: 15px;
    background: #f5f6f7;
}
.panel-photo{
    background: #fff;
}
.select2-container-multi .select2-choices .select2-search-field input{
    color:#c3ccd2!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c3ccd2!important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #c3ccd2!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c3ccd2!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c3ccd2!important;
}
label{
    color:#1fabf3;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 4px;
}
label[for="VideoSkill"],
label[for="JobpositionJobposition"],
label[for="SkillSkill"]{
    display: block;
}
label small{
    color:#5c6b75;
    font-size: 12px;
    font-weight: 300;
    float: right;
}
label small:after{
    font-family: FontAwesome;
    content:"";
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.btn.btn-default.btn-green:hover,
.btn.btn-default:hover{
    background: #5c6b75;
    color:#fff!important;
}
.full-link-alert{
    padding: 0!important;
}

.btn.btn-primary.btn-sm,
.btn.btn-default.btn-sm{
    padding: 10px 18px;
}
.btn.btn-primary.btn-xs,
.btn.btn-default.btn-xs{
    padding: 6px 11px;
    font-size: 12px;
    line-height: 12px;
}
.btn.btn-default.btn-small{
    padding: 8px;
}
.btn.btn-blocked{
    background-color: #ed145b;
    opacity: 0.5;
    animation-name: color;
    animation-duration: 2s;
    cursor: not-allowed;
    pointer-events: none;
    animation-iteration-count: infinite;
}
@keyframes color {
    0% {
        background-color: #ed145b;
        opacity: 0.5;
    }
    50% {
        background-color: #333;
        opacity: 0.3;
    }
    100 {
        background-color: #ed145b;
        opacity: 0.5;
    }
}
.btn.btn-default.btn-lg{
    padding: 20px 30px;
    font-size: 32px;
    line-height: 32px;
}
.btn.btn-default.btn-md{
    padding: 20px 45px;
    letter-spacing: 0.5px;
}
.b-gap10{
    margin: 10px 0;
}
.btn.btn-default.btn-pink{
    background: #ed145b;
}
.btn.btn-default.btn-pink.clipboard:hover,
.btn.btn-default.btn-pink:hover{
    background: #5c6b75;
    color:#fff!important;
}
.home-std h2{
    color:#fff;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 300;
    margin: 0 0 30px 0;
    letter-spacing: 0.6px;
}
.container-big{
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.alert-block{
    font-weight: 300;
    border-bottom: 1px solid #efefef;
    color:#a2a2a2;
}
.minheight{
    min-height: calc(100vh - 160px);
}
/*---------------------*/
#steps{
    padding: 60px 0;
}
#steps ul:before{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    content: "";
    z-index: 1;
    pointer-events: none;
    left: 0;
}
#steps ul{
    position: relative;
    margin: 0;
    padding: 0 0 22px 0;
    display: flex;
    width: 100%;
}
#steps ul li a{
    display: block;
    max-width: 120px;
    opacity: 0.4;
    position: relative;
}
#steps ul li a:hover{
    opacity: 1;
}
#steps ul li.stepStatus.stepStatusCurrent a{
    opacity: 1;
}
#steps ul li.stepStatus a span{
    position: absolute;
    bottom:-60px;
    width: 30px;
    content: "";
    height: 60px;
}
#playVideo.active i:before{
    content: "\f04d";
}
#desktopVideo .message{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    padding: 10px;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-size: 15px;
    line-height: 20px;
    z-index: 99;
    text-align: center;
    width: 100%;
}
#steps ul li{
    display: inline-block;
    width: 16.66%;
    vertical-align: top;
    position: relative;
}
#steps ul li:before{
    position: absolute;
    bottom: -29px;
    width: 18px;
    height: 18px;
    border:4px solid #fff;;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    content: "";
    z-index: 2;
}
#steps ul li.stepStatus.stepStatusCurrent:before{
    background: #0072bc;
}
#steps ul li a{
    color:#fff;
    font-size: 12px;
    font-family: 'OpenSans';
    line-height: 15px;
    font-weight: 300;
}
#steps ul li a .stepTitle{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
/*---------------*/
.accepted-terms p{
    font-size: 12px;
    color:#5c6b75;
    margin: 10px 0!important;
    line-height: 16px;
    font-weight: 300;
    font-family: 'OpenSans';
}
/*--------------*/
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 20, 91, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(237, 20, 91, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 20, 91, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(237, 20, 91, 0.4);
        box-shadow: 0 0 0 0 rgba(237, 20, 91, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(237, 20, 91, 0);
        box-shadow: 0 0 0 20px rgba(237, 20, 91, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(237, 20, 91, 0);
        box-shadow: 0 0 0 0 rgba(237, 20, 91, 0);
    }
}
.pulse {
    box-shadow: 0 0 0 rgba(237, 20, 91, 0.4);
    animation: pulse 2s infinite;
}
.play-buttons-set{
    margin: 10px 0 45px 0;
}
#start-stopRecord{
    padding: 11px;
    margin-right: -20px;
}
#start-stopRecord i{
    display: inline-block;
    vertical-align: middle;
}
#start-stopRecord span{
    font-size: 13px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
#start-stopRecord span:before{
    content: attr(data-active);
}
#start-stopRecord.active span:before{
    content: attr(data-deactive);
}
#start-stopRecord i:before{
    content: "";
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    font-family: FontAwesome;
}
#start-stopRecord.active{
    background: #b61818;
}
#start-stopRecord.active i:before{
    content: "\f04d";
}
.movie-navigation:not(.active){
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.relative{
    position: relative;
}
.bck-white{
    display: block;
    background: #fff;
}
.page-header{
    border:none;   
    padding: 20px 0 20px 0;
    margin: 60px 0;
    overflow: auto;
}
.page-header h1{
    font-size: 37px;
    color:#fff;
    line-height: 1.1em;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.std p strong{
    font-weight: 400;
}
.note-editable.panel-body p,
body.pages-emptyAction .bg-secondary>.container p,
.std p{
    font-size: 18px;
    line-height: 22px;
    font-family: 'OpenSans';
    font-weight: 300;
    margin: 0 0 20px 0;
    color:#fff;
}
.note-editable.panel-body p{
    color:#5c6b75;
}
.accepted-terms .info{
    margin: 0 0 20px 0;
}
.note-editable.panel-body h1,
body.pages-emptyAction .bg-secondary>.container .std h1{
     font-size: 38px;
    line-height: 46px;
    font-family: 'OpenSans';
    font-weight: 700;
    margin: 0 0 20px 0;
    color:#000;
}
.note-editable.panel-body h2,
body.pages-emptyAction .bg-secondary>.container .std h2{
    font-size: 32px;
    line-height: 36px;
    font-family: 'OpenSans';
    font-weight: 700;
    margin: 0 0 20px 0;
    color:#000;
}
.note-editable.panel-body h3,
body.pages-emptyAction .bg-secondary>.container .std h3{
    font-size: 26px;
    line-height: 30px;
    font-family: 'OpenSans';
    font-weight: 700;
    margin: 0 0 20px 0;
    color:#000;
}
.note-editable.panel-body h4,
body.pages-emptyAction .bg-secondary>.container .std h4{
    font-size: 20px;
    line-height: 28px;
    font-family: 'OpenSans';
    font-weight: 700;
    margin: 0 0 20px 0;
    color:#000;
}
.page-header .std ul{
    margin-bottom: 20px;
    margin-top: -20px;
}
.std ul,
.std ol{
    padding-left: 20px;
}
.note-editable.panel-body ul,
.note-editable.panel-body ol,
body.pages-emptyAction .bg-secondary>.container ul,
body.pages-emptyAction .bg-secondary>.container ol{
    margin: 0 0 20px 30px;
}
.note-editable.panel-body ul li,
.note-editable.panel-body ol li,
body.pages-emptyAction .bg-secondary>.container ul li,
body.pages-emptyAction .bg-secondary>.container ol li,
.std ul li,
.std ol li{
    font-size: 18px;
    line-height: 24px;
    font-family: 'OpenSans';
    font-weight: 300;
    color:#fff;
}
.note-editable.panel-body ul li,
body.pages-emptyAction .bg-secondary>.container ul li{
    list-style-type: disc;
}

.note-editable.panel-body ol li,
body.pages-emptyAction .bg-secondary>.container ol li{
    list-style-type: decimal;
}
.note-editable.panel-body ul li,
.note-editable.panel-body ol li,
body.pages-emptyAction .bg-secondary>.container ul li,
body.pages-emptyAction .bg-secondary>.container ol li,
body.pages-emptyAction .bg-secondary>.container p{
    color:#5c6b75;
}
.std.std-blue ul li,
.std.std-blue ol li,
.std.std-blue p{
    color:#1fabf3;
}
.std.std-blue textarea{
    width: 100%;
    height: 356px;
    background: #efefef;
    border:none!important;
    outline: none!important;
    color:#5c6b75;
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: 300;
    padding: 8px;
    line-height: 24px;
}
.alert-danger{
    background: #b61818;
    color:#fff;
    font-family: 'OpenSans';
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
}
#desktopVideo{
    border:15px solid #1fabf3;
}
#desktopVideo:before{
    position: absolute;
    font-family: FontAwesome;
    content: "";
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#c3ccd2;
    font-size: 80px;
}
body.pages-display footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
body.pages-display .centered-container{
    display: flex;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    z-index: 2;
}
body.pages-display .nav-container{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.video-container{
    display: block;
    width: 100%;
    padding-bottom: 55%;
    position: relative;
}
.video-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.step-container .page-header h1{
    margin-bottom: 0;
    font-size: 30px;
}
.bck-grey h6{
    font-size: 20px;
    margin: 0 0 20px 0;
    text-transform: none;
    color:#5c6b75;
    font-weight: 300;
    text-align: center;
}
.step-container .page-header h2{
    font-size: 20px;
    color:#fff;
    margin: 0 0 0px 0;
}
.step-container .page-header h1 small{
    color:#fff;
    font-weight: 300;
}
.step-container .page-header{
    margin: 0;
    padding: 20px 0;
}
body.admin-views .bg-secondary>.container .page-header{
    padding: 0;
    margin: 0;
}
body.pages-emptyAction .bg-secondary>.container{
    padding-top: 60px;
    padding-bottom: 60px;
}
body.admin-views .bg-secondary>.container,
.grid-gap,
.videocvs{
    padding-top: 60px;
    padding-bottom: 60px;
}
.form-group{
    margin-bottom: 15px;
}
.error-message{
    font-family: 'OpenSans';
    padding: 10px;
    margin: 10px 0;
    color:#fff;
    background: #b61818;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.form-group.form-group-bigger{
    margin-bottom: 45px;
}
.btn-full.btn{
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    line-height: 22px;
}
.checkbox-group{
    margin-bottom: 10px;
}
.checkbox{
    padding-left: 0;
}
.checkbox label,
.checkbox-group label{
    font-size: 13px;
    line-height: 16px;
    color:#5c6b75;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 300;
    margin-left: 5px;
    max-width: calc(100% - 50px);
}
.checkbox label{
    vertical-align: top;
}
.alert a,
.clipboard{
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 5px;
    border:1px solid #fff;
    color:#fff;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    margin: 5px;
    text-decoration: none;
    transition: all 0.3s;
}
.alert a:hover,
.clipboard:hover{
    background: #fff;
    color:#5c6b75!important;
}
body.videos-add #flashMessage.alert-success{
   position: absolute;
    z-index: 99;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}
.clipboard>span:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 20px 0 0px;
    border-color: #5c6b75 transparent transparent transparent;
    position: absolute;
    bottom:-6px;
    left: 0;
    content: "";
}
.alert .inline-block{
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 5px;
    border:1px solid #fff;
    color:#fff;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: none!important;
    line-height: 13px;
    margin: 5px;
    transition: all 0.3s;
}
.alert .inline-block:hover{
    background: #fff;
    color: #5c6b75;
}
.clipboard>span{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top:0;
    right: 0;
    margin-top: -8px;
    transform: translate(0,-100%);
    padding: 8px;
    background: #5c6b75;
    color:#fff;
    font-size: 12px;
    line-height: 18px;
}
.clipboard.active>span{
    opacity: 1;
}
input[type="checkbox"].form-control{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-appearance: checkbox;
}
.select2-container-multi .select2-choices .select2-search-field input{
    height: 45px;
    background: #efefef;
    color: #5c6b75;
}
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices{
    background: #fff;
    color: #5c6b75;
    font-family: 'OpenSans';
    font-weight: 300;
    font-size: 16px;
    border-radius: 0!important;
    border:1px solid #efefef!important;
    left: 0!important;
    height: 45px!important;
    outline: none!important;
    box-shadow: none!important;
    position: relative;
}
.select2-container-multi .select2-choices li{
    float:none;
    display: inline-block;
}
th .select2-choices{
    display: flex!important;
   // flex-direction:column;
   height: auto!important;
}
th .select2-choices li{
    width: 100px;
}
th .select2-choices li div{
    font-size:12px;
    line-height: 14px;
}
.select2-container .select2-choices .select2-search-field input{
    border:none!important;
}
.capitalize{
    text-transform: capitalize;
}
.select2-container-multi .select2-search-choice-close{
    color:#b61818;
    background: transparent;
    font-size: 20px;
    text-shadow: none;
    box-shadow: none;
    margin-top: -10px;
}
.select2-container-multi .select2-search-choice-close:hover{
    color:#000;
}
.select2-container-multi .select2-search-choice-close:before{
    content: "";
    font-family: FontAwesome;
}

.select2-container-multi .select2-choices .select2-search-choice{
    padding: 10px 8px 10px 28px;
    font-family: 'OpenSans';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: #1fabf3;
    color:#fff;
    border:none!important;
    line-height: 16px;
    position: relative;
}
input[type="tel"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control{
    width: 100%;
    height: 45px;
    line-height:45px;
    padding: 0 8px;
    background: #fff;
    color: #5c6b75;
    font-family: 'OpenSans';
    font-weight: 300;
    font-size: 16px;
    border-radius: 0!important;
    border:1px solid #efefef!important;
    left: 0!important;
    outline: none!important;
    box-shadow: none!important;
}
textarea.form-control{
    width: 100%;
    height: 145px;
    line-height:22px;
    padding: 8px;
    background: #fff;
    color: #5c6b75;
    font-family: 'OpenSans';
    font-weight: 300;
    font-size: 16px;
    border-radius: 0!important;
    border: 1px solid #efefef!important;
    left: 0!important;
    outline: none!important;
    box-shadow: none!important;
}
.icon-group:before,.icon-group:after{
    display: table;
    content: "";
    width: 100%;
    clear: both;
}
.icon-group i{
    width: 45px;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    background: #efefef;
    color:#c3ccd2;
    font-size: 25px;
}
.icon-group input.form-control{
    width: calc(100% - 45px);
    float: left;
}
/*----------------------*/
.videocontent .video-js{
    padding-bottom: 55%;
    height: auto;
}
.videobox{
    position: relative;
}
.videobox .videocontent .video-js{
    padding-bottom: 0;
}
.actions.videos-panel .panel-heading{
    background: #c3ccd2;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color:#fff;
    text-shadow: none;
    font-family: 'OpenSans';
    border:none;
}
.contact-info{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color:#5c6b75;
}
.contact-info i{
    color:#c3ccd2;
    margin-left: 5px;
}
.gap25{
    margin-bottom: 25px!important;
}
.gap40{
    margin-bottom: 40px!important;
}
.btn-gap5 .btn{
    margin-bottom: 5px;
    margin-top: 5px;
}
.full-height{
    min-height: 100vh;
}
.textarea-clear{
    position: relative;
}
.textarea-clear .clear-input{
    right:0;
    background: #5c6b75;
    cursor: pointer;
    color:#fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    transform: translate(0,-100%);
    margin-top: -10px;
    opacity: 0;
    z-index: 9;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s;
}
.textarea-clear .clear-input:hover{
    background: #b61818;
}
.textarea-clear.active .clear-input{
    opacity: 1;
    pointer-events: auto;
}
.clear-input:before{
    position: absolute;
    bottom:-10px;
    transition: all 0.3s;
    right: 0;
    content: "";
    border-style: solid;
    border-width: 11px 0px 0 20px;
    border-color: #5c6b75 transparent transparent transparent;
}
.clear-input:hover:before{
    border-color: #b61818 transparent transparent transparent;
}
body.pages-display #flashMsgx,
body.users-login #flashMsgx{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
body.pages-display #flashMsgx .close,
body.users-login #flashMsgx .close{
    top:-5px;
    right: -5px;
    color:#fff;
    opacity: 1;
}
/*------loader---------*/
.bg-loader{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0072bc;
    z-index: 9999;
}
.bg-loader .content{
    position: absolute;
    top:50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bg-loader .content img{
    display: block;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

/*---------------------*/
.nav.navbar-nav{
    margin-top: 40px;
}
.navbar-nav>li>a{
    color:#fff;
    font-weight: 400;
}
.navbar-nav>li>a:focus{
    background: transparent;
}
.navbar-nav>li>a.link-pink{
    background: #ed145b;
}
.videocontent-custom{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
body.videos-add .videocontent-custom,
body.videos-view .videocontent-custom{
    border:10px solid #c3ccd2;
}
.videocontent-custom video,
.videocontent-custom .vjs-poster{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videocontent-custom .vjs-poster{
    background: #fff;
}
.navbar-nav>li>a:hover{
    color:#fff;
    text-decoration: underline;
    background: transparent;
}
.navbar-nav>li>a.link-pink:hover{
    background: #5c6b75;
    color:#fff;
    text-decoration: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    width:15px;
    height: 15px;
    color:#5c6b75;
    background: #efefef;
    border:1px solid #c3ccd2;
}
.vjs-default-skin.vjs-using-native-controls .vjs-poster,
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{
    display: none!important;
}
.vjs-default-skin .vjs-big-play-button{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1fabf3!important;
    color:#fff;
    text-align: center;
    box-shadow: none!important;
    border:none;
    text-shadow: none;
    transition: all 0.4s;
}
.vjs-default-skin .vjs-big-play-button:hover{
    background: #0072bc!important;
}
.vjs-default-skin .vjs-big-play-button:before{
    line-height: 70px;
    text-shadow: none;
    color:#fff!important;
    left: 3px;
    background: transparent!important;
}
/*-------------------*/
.actions.videos-panel .panel{
    border:none;
    box-shadow: none;
}
.actions.videos-panel .panel-body{
    background: #c3ccd2;
    padding-top: 0;
}
nav.fixed, nav.overlay{
    position: relative;
}
.page-headings{
    position: relative;
}
.mobile-scrollto{
    position: absolute;
    display: block;
    bottom:40px;
    left:50%;
    margin-left: -14px;
    font-size: 25px;
    font-weight: 300;
    color:#fff;
    width: 28px;
    height: 44px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}
.chevron {
    left: 0;
    position: absolute;
    width: 28px;
    height: 6px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
/*---------------container go top--------------*/
.container-go-top .videocvs{
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.alert{
    padding: 14px;
    border-radius: 0;
}
.alert-warning{
    background: #ed145b;
    color:#fff;
    font-family: 'OpenSans';
    line-height: 22px;
    font-size: 16px;
    border:none;
    font-weight: 300;
}
.alert-success{
    background: #3cb878;
    color:#fff;
    font-family: 'OpenSans';
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
}
#flashMessage.alert-danger:before{
    content: "";
    display: initial;
    margin-right: 10px;
    font-size: 20px;
    font-family: FontAwesome;
}
#flashMessage.alert-success:before{
    content: "";
    display: initial;
    margin-right: 10px;
    font-size: 20px;
    font-family: FontAwesome;
}
.alert-info{
    background: #1fabf3;
    color:#fff;
    font-family: 'OpenSans';
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
}
.alert-info a,
.alert-success a{
    color:#fff;
    font-weight: 300;
}
.alert-info a:hover,
.alert-success a:hover{
    color:#fff;
    text-decoration: none;
}
#mobileVideo label{
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 700;
}
.btn-link{
    display: inline-block;
    padding: 10px;
    color:#fff;
}
.btn-link:hover,.btn-link:focus{
    color:#fff;
    text-decoration: underline;
}
/*----------video-modal-------------*/
.video-modal{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0072bc;
    z-index: 999;
    display: flex;
    align-items: center;
    transform: translate(0,-100%);
    transition: all 0.4s;
}
.video-modal.active{
    transform: translate(0,0);
}
.video-modal .close{
    position: absolute;
    top:0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    font-weight: 300;
    opacity: 1;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    font-size: 24px;
}
.video-modal .content{
    position: relative;
    width: calc(100% - 30px);
    max-width: 500px;
    margin: auto;
}
.video-modal .video-container{
    position: relative;
    width: 100%;
    padding-bottom: 55%;

}
.video-modal .video-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
/*-------------footer-----------------------*/
footer{
    padding: 12px 0;
    text-align: center;
    font-size: 0;
}
footer ul{
    display: inline-block;
    vertical-align: middle;
    width: 33.333%;
    padding: 0;
    text-align: left;
    margin: 0;
}
footer ul li{
    padding: 5px 0;
    display: inline-block;

}
footer ul li a{
    font-family: 'OpenSans';
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color:#5c6b75;
    padding: 0 5px;
    border-right: 1px solid #5c6b75;
    display: block;
}
footer ul li:nth-last-child(1) a{
    border:none;
}
footer address{
    display: inline-block;
    width: 33.333%;
    text-align: right;
    vertical-align: middle;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    text-transform: uppercase;
    color:#5c6b75;
}
footer p{
    font-family: 'OpenSans';
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    color:#5c6b75;
    display: inline-block;
    text-align: center;
    width: 33.333%;
    vertical-align: middle;
}
.admin-views.videocvs-admin_index .bg-secondary .container{
    width: 100%;
    max-width: 100%;
    padding-left: 140px;
    padding-right: 140px;
}
@media(max-width:1599px){
    .admin-views.videocvs-admin_index .bg-secondary .container{
        width: 100%;
        max-width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }
    .play-buttons-set{
        margin-bottom: 25px;
    }
    .footer-navigation{
        margin-top: 40px;
    }
    .grid-gap,
    .videocvs{
        padding-top: 40px;
    padding-bottom: 40px;
    }
    #steps{
        padding: 20px 0 40px 0;
    }
    .mobile-scrollto{
        bottom: 10px;
    }
    .page-header{
        margin:20px 0 40px 0;
    }
    .page-header h1{
        font-size: 34px;
        margin-bottom: 15px;
    }
    .page-header .std ul{
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .std.std-blue textarea,
    .std ul li, .std ol li{
        font-size: 16px;
        line-height: 22px;
    }
    .std p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .std.contact-page p {
        margin-bottom: 10px;
    }

}
@media(max-width:1199px){
    .admin-views.videocvs-admin_index .bg-secondary .container{
        width: 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-big{
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-std h1 {
        font-size: 40px;
    }
    .home-std h2 {
        font-size: 20px;
    }
    .btn.btn-default.btn-lg{
        padding: 16px 25px;
        font-size: 25px;
        line-height: 25px;
    }
}
@media(max-width:991px){
    .container-big{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width:767px){
    .admin-views.videocvs-admin_index .bg-secondary .container{
        width: 100%;
        max-width: 100%;
        padding-left: 150px;
        padding-right: 150px;
    }
    .btn.btn-default.btn-pink{
        white-space: normal;
    }
    .the-content .flex{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .flex{
        padding-top: 70px;
    }
    .xs-gap0{
        margin-bottom: 0!important;
    }
    .xs-btn-full .btn{
        width: 100%!important;
    }
    .footer-navigation{
        margin-top: 30px;
    }
    .alert{
        padding: 15px 10px;
    }
    .page-header h1{
        font-size: 25px;
    }
    .page-header{
        margin: 0 0 20px 0;
        padding: 5px 0;
    }
    .current-step{
        cursor: pointer;
        width: 100%;
        padding: 15px 0px;
        border-top:1px solid rgba(255,255,255,0.6);
        border-bottom:1px solid rgba(255,255,255,0.6);
        color:#fff;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .btn.btn-default.btn-lg{
        white-space: normal;
    }
    .nav-1 .navbar{
        height: auto;
    }
    .container-big.home-std{
        margin-bottom: 40px;
    }
    #steps .close{
        position: absolute;
        top:0;
        right: 0;
        width: 50px;
        height: 50px;
        color:#fff;
        font-weight: 300;
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        opacity: 1;
        text-shadow: none;
        cursor: pointer;
    }
    body.videocvs-edit .row.flex-row{
        display: block;
    }
    .mobile-bottom-nav>div{
        margin: 15px 0;
    }
    .mobile-bottom-nav>div,.mobile-bottom-nav .text-right{
        text-align: center!important;
    }
    .container-go-top .videocvs{
        padding: 0;
    }
    .container-go-top .bck-grey{
        margin-bottom: 20px;
    }
    .current-step span{
        font-weight: 300;
        font-size: 16px;
    }
    .current-step i{
        font-size: 16px;
    }
    #steps{
        position: fixed;
        top:0;
        width: 100%;
        z-index: 999;
        padding: 50px 0;
        overflow: auto;
        height: 100%;
        background: #0072bc;
        left:0;
        transform: translate(0,-100%);
        transition: all 0.5s;
    }
    #steps.active{
        transform: translate(0,0);
    }
    #steps ul{
        display: block;
        width: 120px;
        margin: 0 auto;

    }
    #steps ul:before{
        top:0;
        left: -20px;
        width: 5px;
        height: 100%;
        bottom: 0;
    }
    #steps ul{
        padding: 5px 0;
    }
    #steps ul li a .stepTitle{
        margin-bottom: 0;
    }
    #steps ul li{
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    #steps ul li:before{
        bottom: auto;
        top:50%;
        left: -27px;
        transform: translate(0,-50%);
    }
    footer ul,
    footer p,
    footer address{
        position: relative;
        text-align: center;
        float: none;
        display: block;
        width: 100%;
    }
    footer address br{
        display: none;
    }
    footer{
        padding: 15px 0;
    }
    footer p{
        padding: 0;
        margin-bottom: 8px;
        display: block;
        text-align: center;
    }
    .nav-1 .logo{
        display: block;
        margin:15px auto!important;
    }
    .home-std h1,
    .home-std h2 {
        text-align: center;
    }
}
@media(max-width:480px){

}
@media(min-width:768px){
    .sm-pull-right{
        float: right;
    }
    .navbar-nav>li{
        float: none;
        display: inline-block;
        margin-right: 0;
    }

    .nav.navbar-nav{
        float: none;
        width: 100%;
        text-align: right;
    }
}
@media(min-width:992px){
    .col-md-padding-left-50{
        padding-left: 50px;
    }
}
@media(min-width:1200px){
    body.admin-views  .table-striped>tbody>tr td.actions{
        min-width: 150px;
    }
}
@media(min-width:1500px){

}
/*admin------------------------------------------------------*/
.row-tiles a.bck-pink{
    background: #ed145b;
}
.row-tiles a.bck-pink:hover{
    background: #000;
}
.row-tiles a{
    display: block;
    width: 100%;
    height: 230px;
    background: #1fabf3;
    position: relative;
    margin-bottom: 30px;
}
body.admin-views .row-tiles .hoverColor i{
    position: absolute;
    top:40px;
    font-size: 90px;
    left: 50%;
    transform: translate(-50%,0);
    color:#fff;
    opacity: 0.2;
} 
body.admin-views p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 15px 0;
    font-family: 'OpenSans';
}
body.admin-views footer p{
    font-family: 'OpenSans';
    font-weight: 400;
    margin: 0;
    padding: 16px 0;
    font-size: 12px;
    line-height: 16px;
    color: #5c6b75;
    display: inline-block;
    text-align: center;
}
body.admin-views  .table-striped>tbody>tr th{
    border:none!important;
}
body.admin-views  .table-striped>tbody>tr td{
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    vertical-align: middle;
    font-family: 'OpenSans';
    border:none!important;
}
body.admin-views .bg-secondary>.container{
    min-height: calc(100vh - 152px);
}
body.admin-views  .table-striped>tbody>tr td.actions{
    font-size: 0;
    text-align: right;
}
body.admin-views input[type="submit"]{
    background: #ed145b!important;
    color:#fff!important;
}
body.admin-views input[type="submit"]:hover{
    background: #5c6b75!important;
}
body.admin-views  .table-striped>tbody>tr td.actions a{
    color:#fff;
    display: inline-block;
    text-align: center;
    background: #1fabf3;
    width: 40px;
    margin: 2px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    transition: all 0.4s;
    line-height: 40px;
}
body.admin-views  .table-striped>tbody>tr td.actions a[title="Delete"]{
    background: #b61818;
}
body.admin-views  .table-striped>tbody>tr td.actions a:hover{
    background: #5c6b75!important;
}
body.admin-views  .table-striped>tbody>tr:nth-child(odd)>td,body.admin-views  .table-striped>tbody>tr:nth-child(odd)>th{
    background: #f5f6f7;
    border:none;
    padding: 5px;
}
body.admin-views table tr th a{
    color: #1fabf3;
}
body.admin-views .panel-body{
    border:10px solid #c3ccd2;
    border-top:none;
}
body.admin-views .panel-body:not(.note-editable) a{
    border-radius: 0;
    color:#fff;
    background: #1fabf3;
    border:none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0!important;
    font-family: 'OpenSans';
    line-height: 18px;
    height: auto;
    margin-bottom:4px;
    margin-top: 4px;
    transition: all 0.4s;
    padding: 15px 20px;
}
.modal-footer{
    margin: 0;
    border:0;
}
body.admin-views .checkbox input[type=checkbox]{
    width: 15px!important;
    -webkit-appearance: checkbox!important;
}
.modal-body .checkbox{
    margin-left: 15px;
}
.modal-body .checkbox label{
    color:#fff;
}
.dropdown-menu>li>a>h6,
.dropdown-menu>li>a>h1,
.dropdown-menu>li>a>h4,
.dropdown-menu>li>a>h5,
.dropdown-menu>li>a>h2,
.dropdown-menu>li>a>h3{
    cursor: pointer;
}
body.videocvs-admin_index .select-info{
    display: none!important;
}
body.admin-views .panel-body a:not(.note-editable):hover{
    background: #5c6b75;
    color:#fff;
}
body.admin-views .panel{
    border:none;
    box-shadow: none;
    border-radius: 0;
}
body.admin-views .panel-default>.panel-heading{
    background: #c3ccd2;
    color:#fff;
    border:none;
    border-radius: 0;
}
.portlet-title .caption,
body.admin-views .bg-secondary>.container .page-header h1,
.p-head{
    color: #5c6b75;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 1.1em;
    text-align: center;
    border-bottom: 1px solid #c3ccd2;
}
.portlet-title .caption small{
    display: block;
    font-size: 15px;
}
.page-header p{
    color:#fff;
    margin-top: 20px;
}
.row-tiles a:hover{
    background: #0072bc;
}
body.admin-views .table-striped>tbody>tr td.actions form ~ a{
    background: #b61818;
}
.btn-5{
    margin: 5px;
}
.row-tiles a span{
    position: absolute;
    bottom:30px;
    left: 0;
    padding: 15px;
    text-align: center;
    transform: translate(0,0%);
    width: 100%;
    font-size: 37px;
    color:#fff;
    font-weight: 400;
}
div.dt-buttons{
    float:right;
}
div.dt-buttons a.btn.btn-default{
    font-size: 14px;
    line-height: 14px;
    margin: 2px;
    padding: 8px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
}
.open-modal-fixed{
    position: fixed;
    bottom: 0;
    left: 50%;
    color:#fff;
    z-index: 99;
    transform: translate(-50%,0);
    padding: 20px 30px;
    font-size: 18px;
    cursor: pointer;
    line-height: 20px;
    background: #ed145b;
    opacity: 0;
    visibility: hidden;
}
.open-modal-fixed.active{
    opacity: 1;
    visibility: visible;
}
.link{
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    color:#5c6b75;
    text-decoration: underline;
    white-space: nowrap;
    padding: 4px;
}
.table.dataTable tfoot{
    display: table-row-group
}
div.dt-button-background{
    z-index: 10!important;
}
tfoot th.select-checkbox-all{
    cursor: pointer;
    text-align: center;
}
tfoot th.select-checkbox-all:before,
.select-checkbox.select-all-checkbox:before{
    content: "wszystkie";
    font-size: 14px;
    color:#1fabf3;
    font-weight: 300;
    white-space: nowrap;
}
tfoot th.select-checkbox-all:after,
.select-checkbox.select-all-checkbox:after{
    content: "widoczne";
    display: block;
    font-size: 14px;
    color:#1fabf3;
    font-weight: 300;
    white-space: nowrap;
}
.select-checkbox.select-all-checkbox{
    cursor: pointer;
}
table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after{
    top:50%;
}
table.dataTable thead th, table.dataTable thead td{
    font-size: 14px;
    font-weight: 400;
    color:#000;
}
.languages{
    position: absolute;
    top:0;
    right: 0;
}
.languages ul li{
    display: inline-block;
    float: none;
    margin: 10px 5px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s;
}
.languages ul li.active{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1;
}
.languages ul li:hover{
     -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1;
}
.languages ul li a.pl{
    color:#fff;
    width: 30px;
    height: 20px;
    display: block;
    background: url(../img/pl.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.languages ul li a.en{
    color:#fff;
    width: 30px;
    height: 20px;
    display: block;
    background: url(../img/en.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.languages ul li a.de{
    color:#fff;
    width: 30px;
    height: 20px;
    display: block;
    background: url(../img/de.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.languages ul li a.uk{
    color:#fff;
    width: 30px;
    height: 20px;
    display: block;
    background: url(../img/ua.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.object-translation .input-group{
    display: block;
}
.object-translation .lang textarea,
.object-translation .lang input,
.object-translation .lang .note-editor{
    width: calc(100% - 50px)!important;
    float: none;
}
.object-translation,
.lang-wysiwyg{
    position: relative;
}
.object-translation .input-group-btn,
.lang-wysiwyg .input-group-btn{
    position: absolute;
    top: 0px;
    right: 40px;
}
.full-link-alert{
    background: #1fabf3;
    margin-bottom: 15px;
}
.full-link-alert a{
    display: block!important;
    margin: 0;
    border:none;
    color:#fff;
    font-size: 18px;
    background: transparent;
    padding: 20px;
}
.full-link-alert a:hover{
    background: rgba(255,255,255,0.2);
    border:none;
    color:#fff!important;
}
.portlet-title .caption span span{
    display: block;
    font-size: 15px;
}
.videos-panel .panel-heading:after{
    float: right;
    font-family: FontAwesome;
    content: "";
}
div.lang.lang-uk label{
    position: relative;
}
div.lang.lang-uk label:before{
    content: "Україна ";
    font-weight: 700;
    color:#ed145b;
}
div.lang.lang-de label{
    position: relative;
}
div.lang.lang-de label:before{
    content: "Deutsch ";
    font-weight: 700;
    color:#ed145b;
}
div.lang.lang-pl label{
    position: relative;
}
div.lang.lang-pl label:before{
    content: "Polski ";
    font-weight: 700;
    color:#ed145b;
}
div.lang.lang-en label{
    position: relative;
}
div.lang.lang-en label:before{
    content: "English ";
    font-weight: 700;
    color:#ed145b;
}
.nav-pills>li>a{
    border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: #1fabf3;
}
.nav-pills~.tab-content{
    border:1px solid #1fabf3;
    padding: 20px;
}
.form-gap{
    padding-top: 40px;
    padding-bottom: 40px;
}
.nav-1 .navbar{
    max-height: 100vh;
}
.admin-views .navbar-toggle{
    background: #fff;
    position: absolute;
    top: 0;
    right: 0px;
}
.navbar-toggle .icon-bar{
    background: #ecf3f7;
}
label[for=UserRememberMe]{
    pointer-events: auto;
    user-select: none;
}
label[for=UserRememberMe] input[type=checkbox]{
    margin-right: 10px;
}
.nav-1 .navbar {
    height: 125px;
}
.wp-block-columns {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    background: #fff;
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.wp-block-column {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.37);
    margin-left: 25px;
    margin-right: 25px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    z-index: 1;
    transition: all 0.4s;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.wp-block-column2 {
    margin-left: 25px;
    margin-right: 25px;
    background: #fff;
    padding: 40px 30px;
    z-index: 1;
    transition: all 0.4s;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.wp-block-column2 input[type=text], .wp-block-column2 input[type=email], .wp-block-column2 input[type=tel] {
    height: 40px;
}
.wp-block-column2 input, .wp-block-column2 textarea {
    width: 100%;
}
.wp-block-column2 input[type=checkbox] {
    width: auto;
}
.wp-block-column2 textarea {
    line-height: 40px;
    padding-left: 16px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #888888;
    font-weight: 400;
}
.wp-block-button {
    margin-top: 5px;
}
.package .wp-block-button {
    margin-top: 50px;
}
.wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-button__link {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    padding: 18px 35px;
    background: #ed145b;
    border: none;
    outline: none!important;
    text-shadow: none!important;
    box-shadow: none!important;
    transition: all 0.4s;
}
.wp-block-button__link:hover {
    background: #5c6b75;
    color: #fff;
    text-decoration: none;
}
.contact-page {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-page p {
    color: #5c6b75;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}
@media(max-width:1199px) {
    .admin-views .nav>li>a{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width:767px) {
    .admin-views .nav>li>a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse{
        text-align: left;
        max-height: 400px;
    }
    nav ul li{
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        z-index: 999999;
    }
    .nav>li {
        background-color: #ed145b;
    }
}
@media (max-width: 990px) {
    .navbar {
        overflow: visible;
    }
}