/*@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);*/


.list-result-data .item {
    color:#262626 !important;
}

.header-logo img {
	max-width: 250px;
    width: 183px;
	margin-bottom: -4px;
}



.social a {
    text-align: center;
    width: 46px;
    height: 46px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}
.github a:hover {background: #191919; color: #fff;}
.youtube a:hover {background: #c4302b; color: #fff;}
.google-pluse a:hover {background: #DD4B39; color: #fff;}
.twitter a:hover {background: #00acee; color: #fff;}
.instagram a:hover {
    color: #fff;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-color: #c13584;
}
.facebook a:hover {background: #3b5998; color: #fff;}
.skype a:hover {background: #00aff0; color: #fff;}
.vk a:hover {background: #5d84ae; color: #fff;}
.odnoklassniki a:hover {background: #f93; color: #fff;}
.pinterest a:hover {background: #c8232c; color: #fff;}
.linkedin a:hover {background: #0e76a8; color: #fff;}
.telegram a:hover {background: #249bd7; color: #fff;}
.tumblr a:hover {background: #34526f; color: #fff;}
.windows a:hover {background: #125acd; color: #fff;}
.whatsapp a:hover {background: #50b154; color: #fff;}
.weibo a:hover {background: #d52b2b; color: #fff;}
.dropbox a:hover {background: #1087dd; color: #fff;}



#koronapay-overlay {
	display: none;
	background: rgba(51,51,51,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    align-items: center;
    justify-content: center;
}

#koronapay-form {
    color: #333;
    position: relative;
    width: calc(200px + 20vw);
    max-height: 98%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0,0,0,.4);
    z-index: 9999999;
}

.koronapay-active {
    display: flex !important;
}

#koronapay-close {
    border: none;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -60px;
    top: 0px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: transparent url(../img/close.svg);
    z-index: 99999999;
    display: block;
}