body{
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #303030;
    background-color: #111;
}
a:hover{
    text-decoration: none;
}
.section-currencies-table td{
    font-size: 13px;
    vertical-align: middle!important;
    border: none;
	color: rgba(255, 255, 255, 0.95);
}
.section-currencies-table td.flag{
    text-align: center;
}

.select-wrap {
    display:block;
    margin-top:5px;
}
.support-title{
    margin: 50px 0px;
}

#section-ads{
    margin-top:50px;
}

#section-ads img{
    width:100%;
}
.header{
    background: url(../img/coco-header.png) no-repeat center center;
    background-position: bottom !important;
    height: 600px;
}
.converter {
    padding-top: 120px;
    width: 75%;
    margin: auto;
}
.converter h1 {
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 40px;
}
.converter h2{
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.convert-box {
    position: relative;
    background-color: #272727;
    padding: 40px 20px;
    margin-top: 50px;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.input-wrap{
    width: 27%;
    float: left;
}
.input-wrap .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    
    border-right: 0;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
	 background: #3f3f3f;
    color: rgba(255, 255, 255, 0.9);
    border: none;
}
label.label {
    color: #626161; 
    text-align: center; 
    display: block; 
    font-size: 16px; 
    margin-bottom: 10px;
	color: rgb(255 255 255 / 80%);
}
th.caption-col {
    background-color: #7e7cf2 !important;
    color: #fff;
}
table {
    background-color: #272727;
    margin-bottom: 0 !important;
}
.table-responsive{
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
}
.table>thead>tr>th {
    padding: 12px 8px;
	border-bottom: 1px solid rgba(221, 221, 221, 0.24);
}
footer{
    background: url(../img/coco-footer.png) no-repeat center center;
    background-position: top !important;
    height: 220px;
    margin-top: 70px;
}
.footer-social {
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 0;
}
footer .footer-social li {
    display: inline-block;
}
footer .footer-social li a {
    display: block;
    font-size: 16px;
    color: rgb(255 255 255 / 87%);
    background: rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
}
footer .footer-social li a i{
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.footer{
    padding-top: 60px;
    color: #fff;
}
p.copyright {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
p.copyright a{
    color: #fff;
}
p.copyright i{
    color: red;
}
.list-currencies {
    padding: 40px 0;
}
.list-currencies h2 {
    margin: 40px 0;
    font-size: 40px;
    text-transform: capitalize;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 768px){				
    .converter {
        padding-top: 40px;
        width: 90%;
        margin: auto;
    }	
    .converter h1 {
        font-size: 30px;
    }
    .converter h2 {
        font-size: 22px;
    }
    .convert-box {
        padding: 20px;
        margin-top: 40px;
    }
    .exchange-btn {
        margin-bottom: 20px;
    }
    .table-responsive {
        margin-bottom: 15px;
    }
}
.dropdown.bootstrap-select.bs-select.form-control{
    width: 73% !important;
    display: inline-block;
    position: relative;
    float: left;
    height: 48px;
}
button.btn.dropdown-toggle.btn-light {
    background-color: #181818 !important;
    height: 50px;
    border: none;
    border-left: 0;
    box-shadow: none;
    width: 100% !important;
    border-radius: 0;
}
button.btn.dropdown-toggle.btn-light:focus, button.btn.dropdown-toggle.btn-light:active{
    outline: none !important;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    width: 100% !important;
}
.dropdown-menu{
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    right: 0;
}
.currency_name {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 12px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0;
}
.currency_code {
    color: #03A9F4;
    font-weight: bold;
    font-size: 14px;
}
.flag {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
    width: 26px;
}
a.dropdown-item {
    border-bottom: 1px solid #dedede;
    background-color: #f9f9f9;
}
.bs-searchbox input.form-control {
    border: 1px solid rgba(222, 222, 222, 0.2);
    background: #272727;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: none;
    margin-bottom: 10px !important;
    border-radius: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #7e7cf2;
    outline: none;
}
.dropdown-menu>.active>a span.currency_code,
.dropdown-menu>.active>a span.currency_name
{
    color: #fff !important;
}
span.text {
    width: 100%;
}
.dropdown-menu>li>a{
    padding: 5px 10px;
}
.exchange-btn {
    background: #7e7cf2 !important;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.07);
}
.exchange-btn:focus{
    outline: none;
}
.switch-mod {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99;
}
.switch {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    background-color: #272727;
    box-shadow: 0 0 10px #3a3737;
}
.slider:before {
    height: 16px;
    width: 16px;
    left: auto;
	right: 5px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transition: .4s;
    background-color: #e5e3ef;
    top: 50%;
    transform: translateY(-50%);
}
input:checked + .slider:before {
    transform: translate(-5px, -50%);
}
.switch i {
    position: absolute;
    right: 0;
	left: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 12px;
    cursor: pointer;
}
.switch i:before {
    content: "\f186";
    color: rgb(255 255 255 / 56%);
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}