﻿
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,900,700italic,700,600italic,600,400italic);

.holder{
	display: inline-block;
line-height: 1;
padding: 15px;
background: linear-gradient(120deg, #029dbb 0%, #0072c6 100%, #2e41e5 100%);/*#15406A;*/
border-radius: 15px;
margin-top:20px;
}

.holder span {
  display: block;
  font-size: 12px; /*18px*/
  color: white;
}

#days {
  font-size: 18px; /*30px*/
  /*color: #db4844;*/
  width:80px; /*96px*/
  font-weight:500;
}
#hours {
  font-size: 18px;
  /*color: #f07c22;*/
  width:80px;
  font-weight:500;
}
#minutes {
  font-size: 18px;
  /*color: #f6da74;*/
  width:80px;
  font-weight:500;
}
#seconds {
  font-size: 18px;
  /*color: #abcd58;*/
  width:80px;
  font-weight:500;
}

/*Timer 2*/
#days2 {
  font-size: 18px;
  /*color: #db4844;*/
  width:80px;
  font-weight:500;
}
#hours2 {
  font-size: 18px;
  /*color: #f07c22;*/
  width:80px;
  font-weight:500;
}
#minutes2 {
  font-size: 18px;
  /*color: #f6da74;*/
  width:80px;
  font-weight:500;}
#seconds2 {
  font-size: 18px;
  /*color: #abcd58;*/
  width:80px;
  font-weight:500;
}

@media (max-width: 768px) {

#first-tab{
	padding-bottom:20px !important;
}
#mytabs{
	padding-top:20px !important;
}

#days span {
  display: block;
  font-size: 10px !important;
  color: white;
}

#hours span {
  display: block;
  font-size: 10px !important;
  color: white;
}

#minutes span {
  display: block;
  font-size: 10px !important;
  color: white;
}

#seconds span {
  display: block;
  font-size: 10px !important;
  color: white;
}


#days {
  font-size: 23px;
  /*color: #db4844;*/
  width:22%;
  font-weight:500;
}
#hours {
  font-size: 23px;
  /*color: #f07c22;*/
  width:22%;
  font-weight:500;
}
#minutes {
  font-size: 23px;
  /*color: #f6da74;*/
  width:22%;
  font-weight:500;
}
#seconds {
  font-size: 23px;
  /*color: #abcd58;*/
  width:23%;
  font-weight:500;
}

/*timer 2*/
#days2 span {
  display: block;
  font-size: 10px !important;
  color: white;
}

#hours2 span {
  display: block;
  font-size: 10px !important;
  color: white;
}

#minutes2 span {
  display: block;
  font-size: 10px !important;
  color: white;
}

#seconds2 span {
  display: block;
  font-size: 10px !important;
  color: white;
}


#days2 {
  font-size: 23px;
  /*color: #db4844;*/
  width:22%;
  font-weight:500;
}
#hours2 {
  font-size: 23px;
  /*color: #f07c22;*/
  width:22%;
  font-weight:500;
}
#minutes2 {
  font-size: 23px;
  /*color: #f6da74;*/
  width:22%;
  font-weight:500;
}
#seconds2 {
  font-size: 23px;
  /*color: #abcd58;*/
  width:23%;
  font-weight:500;
}

}
