body {
    margin: 0px;
    line-height: 1.9;
}
.wixocontacts {
    margin: auto;
    text-align: center;
    width: 65%;
    display: block;
    margin-top: 50px;
}
.x65{
    width: 65%;
}
@media (max-width: 992px){
    .x65{
        width: auto
    }
}
.wixoline {
    height: 2px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: radial-gradient(#007bff,#007bff,transparent 80%);
    opacity: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wixocontacts h2 {
    color: #007bff;
    font-size: 24px;
    margin-bottom: 0px;
}

.form-control, .btn {
	border-radius: 2px;
}

label {
	font-weight: 400;
}
.hp-body {
	min-height: 500px;
    margin-top: 70px;
    z-index: 1
}

.player-section .url-control {
	margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.title.is-1 {
    position: relative;
    margin: auto;
    margin-top: -20px;
    font-size: 2rem;
    font-weight: 400;
    color: #FFF;
    text-align: center
}
@media (max-width: 700px){
    .title.is-1 {
        font-size: 1.3rem;
    }
}
.subtitle{
    text-align: center;
    color: #FFF;
}
.player-section #player-notes {
	text-align: center;
	margin-top: 15px;
	margin-bottom: -20px;
	font-size: 13px;
	color: #666;
}

.player-section #player {
    margin: auto;
	height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(icons-media.png) center no-repeat;
    background-color: #262e3a;
}

.player-section #player-tip {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	color: #ccc;
	visibility: hidden;
}
.searchInput{
    display: inline-block;
    vertical-align: top;
}
.inputFiled {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 2px 20px 25px rgba(0, 0, 0, 0.1);
    height: 45px;
    border: none;
    font-size: 18px;
    min-width: 600px;
}
@media only screen and (max-width: 991px){
    .inputFiled {
        height: 45px;
        padding: 10px 22px;
        font-size: 20px;
        min-width:400px;
    }
}
@media only screen and (max-width: 767px){
    .inputFiled {
        height: 50px;
        min-width:inherit;
    }
}
@media only screen and (max-width: 575px){
    .inputFiled {
        font-size: 18px;
        min-width:inherit;
    }
}
.searchButton {
    position: relative;
    width: 150px;
    height: 45px;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    font-size: 22px;
    letter-spacing : 1px;
    font-weight: 500;
    box-shadow: 2px 20px 25px rgba(0, 0, 0, 0.1);
    background: #2ccf89;
    color: #fff;
}
@media only screen and (max-width: 991px){
    .searchButton {
        width: 150px;
        height: 55px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .searchButton {
        height: 50px;
    }
}
@media only screen and (max-width: 575px){
    .searchButton {
        width: 80px;
        font-size: 14px;
    }
}

.buttonsPlayer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonPlayer {
    color: #FFF;
    border: none;
    background: none;
    font-size: 20px;
    border-bottom: solid 3px;
}
.buttonPlayer:hover{
    color: #2ccf89;
}
.buttonPlayer.active{
    color: #2ccf89;
    border-bottom: solid 3px #2ccf89;
}