/*  Timer styles  */


.section-10 {
    padding: 10px 15px 5px 25px;
    width: 49%;
}

.section-30 {
    padding: 10px 0;
    max-width: 600px;
    margin: 0 auto;
}

.section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-top-10 {
    padding-top: 10px;
}

.section-top-20 {
    padding-top: 50px;
}

.section-top-30 {
    padding-top: 30px;
}

.section-bottom-0 {
    padding-bottom: 0px;
}


.section-bottom-20 {
    padding-bottom: 50px;
}

.bg-dark-blue {
    background: #172646;
    fill: #172646;
}

.btn-green {
    background-color: #fff;
}

#clock {
    margin-bottom: 25px;
}

.period_number, .is-countdown p {

    font-family: 'webfontkit';
    line-height: 1;
    margin-bottom: 0px;
}

.period_name {
    font-family: 'Century Gothic', SomeFont, sans-serif;
    text-transform: uppercase;
    font-size: 2vw;
}

.period_value + p {
    margin-top: 0px;
}

.period_value, .period_separator {
    line-height: 1;
}

.period_number {
    display: inline-block;
}

.is-countdown {
    text-align: center;
    justify-content: center;
}

#hours, #minutes, #seconds, #music {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.modal-body p {
    margin-bottom: 5px;
}

.fa-spin-hover:hover {
    animation: fa-spin 2s infinite linear;
}

#settingButton, #resetButton, #startStopButton, .button-interval, #reset, #start, #refresh, #split {
    font-size: 18px;
    margin: 5px;
    color: white !important;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

#timerPresetToolbarSoundOn a, #start {
    color: white;
}

#settingButton, #resetButton {
    background: #3db7ef;
    border-color: #3db7ef;
}

/* HEADER STYLES*/

.logo-text {
    display: inline-block;
    line-height: 15px;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 10px;
    color: white;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .logo-text {
        line-height: 20px;
        font-size: 20px;
        margin-left: 10px;
    }
}

.logo-text span {
    line-height: 20px;
    font-size: 15px;
}

#lang-img {
    vertical-align: middle;
    line-height: 1;
}

#lang-img img {
    width: 25px;
}

.navbar {
    background-color: #3db7ef;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: white;
}

.padding-20 {
    padding: 20px;
}

.popular {
    display: block;
    font-size: 18px;
}

/* Settings window */

@media (max-width: 768px) {
    .select2-search__field {
        display: none;
    }
}

/*Full Screen*/

.demo-wrapper {
    width: 38%;
    margin: 0 auto;
}

.html5-fullscreen-api {
    position: relative;
}

.html5-fullscreen-api .fs-button {
    display: inline-block;
    cursor: pointer;
}

.html5-fullscreen-api .fs-button:after {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 32px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    content: "v";
}

.html5-fullscreen-api .fs-button:hover:after {
    color: rgb(255, 255, 255);
}

#fullscreen:-webkit-full-screen {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 10%;
}

/*Tooltip*/

.tooltip-1:hover {
    top: -100%;
}

.tooltip-1:hover {
    top: 0;
}

.tooltip-1:before, .tooltip-1:after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.tooltip-1:before {
    content: attr(data-tooltip);
    width: auto;
    min-width: 140px;
    height: auto;
    line-height: 18px;
    background: black;
    color: white;
    border-radius: 5px;
    margin-left: -56px;
    font-family: 'Century Gothic', SomeFont, sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}

/* СЃС‚РёР»Рё РґР»СЏ СЃС‚СЂРµР»РєРё */
.tooltip-1:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: black;
    margin-left: -26px;
}

.tooltip-1:hover:before, .tooltip-1:hover:after {
    opacity: 1;
    visibility: visible;
    transition: .2s ease-in-out .4s; /* СЃРґРµР»Р°РµРј РїРѕСЏРІР»РµРЅРёРµ РїРѕРґСЃРєР°Р·РєРё СЃ Р·Р°РґРµСЂР¶РєРѕР№ */
}

#fullscreen-1 img, #favorite img, #plus-1 img, #minus-1 img, #adv-icon, #icon-play, .timerSmallButton img  {
    width: 30px;
}
.timerSmallButton img  {
    width: 50px;
}
/* 404 РѕС€РёР±РєР° */

.error404 {
    font-size: 10vw;
    font-weight: 700;
    color: #3db7ef;
    line-height: 1;
}

.text404 {
    font-size: 3vw;
    font-weight: 700;
    color: #3db7ef;
    line-height: 1;
    font-family: 'Century Gothic', SomeFont, sans-serif;
}

/* .header */

.flags li {
    display: inline-block;
}

@media (min-width: 768px) {
    .mobile-flags {
        display: none;
    }
}

.mobile-flags {
    margin-left: 5px;
    font-size: 14px;
}

.navbar {
    padding: 0.2rem 1rem;
}

.navbar-brand img {
     height: 30px;
}

@media (min-width: 768px) {
    .navbar-brand img {
        height: 40px;
    }
}

.mr-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-family: 'Century Gothic',SomeFont,sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler img {
    height: 15px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.checkbox_img{
  position:relative;
  height:auto;
  width:200px;
  display:inline-block;
}
.checkbox_img img{
  width:200px;
  display:block;
}
.checkbox_img span{
  margin:5px;
  display:block;
}
.checkbox_img label{
  display:block;
  cursor:pointer;
  position:relative;
  padding-left: 0;
}
.checkbox_img label:before{
  content:"";
  display:block;
  width:50px;
  height:50px;
  margin:auto;
  position:absolute;
  left:0;
  right:0;
  top:25%;
  background-color:transparent;
  border-radius:50px;
}
.checkbox_img label:after{
  content:"";
  display:block;
  width:26px;
  height:12px;
  margin:auto;
  position:absolute;
  left:0;
  right:0;
  top:40%;
  border-left:5px solid transparent;
  border-bottom:5px solid transparent;
  transform:rotate(-45deg);
}
.checkbox_img input[type=checkbox]{
  display:none;
}
.checkbox_img input[type=checkbox]:checked + label:before{
  background-color:#8dc3ff;
}
.checkbox_img input[type=checkbox]:checked + label:after{
  border-color:#fff;
}
.imgcheckboxhide .checkbox_img{display: none;}
.imgshowrandome{
    padding-top: 500%;
    width: 100%;   
    position: fixed; 
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
}
#imgshowrandom{
    top: 5%;
    left: 5%;
    width: 90%;
    position: fixed;
    z-index: 99999;
}
#timerCyclesFrame{display: none;}
#timerTabatasFrame{display: none;}
#timerClockFrameLabel{display: none;}
#timerSetTabatasCn{display: none;}
.default{display: none;}
#timerClockFrameValue{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    padding-bottom: 500%;
    padding-top: 10%;
}
#timerClockMode{
    position: fixed;
    bottom: 5%;
    left: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
}
#imgshowrandom img {width: 100%;}
@media (max-width: 450px) {
#timerClockFrameValue{
    padding-top: 40%;
}
#imgshowrandom{
    top: 35%;
}
.checkbox_img {
    width: 48%;
}
.timerSmallButton img {width: 30px;}
}

.ico{
    width: 36%;
    max-width: 50px;
}
.start_btn{
    width: 60%;
}
.snd{
    width: 15%;
    float: left;
}
.modal-body{padding: 0 5px;}
#imgcheckbox {text-align: center;}

.ico_img {width: 100%;}
.snd img {width: 100%;}

.modal-content{padding-bottom: 20px;}

.rown {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        margin-top: 10px;
}
.inp-value{
    font-size: 2rem;
    text-align: center;
    width: 100%;
}
.footer-row {
    z-index: 499 !important;
}
#imgcheckbox p {display: none;}