@charset "UTF-8";
/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 1080px) {

  /*----------------------------------------
  	#global-header
  ----------------------------------------*/
  #global-header-top {
    padding: 5% 0;
    width: 100%;
    text-align: center;
    background: #FF0000;
  }
  #global-header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #global-header-top p {
    margin-bottom: 0 !important;
    font-size: 20px;
    /*font-size: 1rem;*/
    color: #fff;
    font-weight: bold;
    line-height: 160%;
  }
  #global-header-top a {
    margin: 5% auto 0;
    padding: 5%;
    width: 90%;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-radius: 2px;
  }
  #global-header-top a:hover {
    color: #fff;
    background: #000;
  }
  #global-header-top br {
    display: block;
  }
  #global-header-top span {
    padding: 0 2%;
    /*font-size: 18px;*/
    /*font-size: 1.8rem;*/
    background: #ef2617;
    background: -moz-linear-gradient(left, #d80000 0%, #fcc605 100%);
    background: -webkit-linear-gradient(left, #d80000 0%, #fcc605 100%);
    background: linear-gradient(to right, #d80000 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2617', endColorstr='#fcc605',GradientType=1 );
    display: inline-block;
    border-radius: 5px;
  }

  /*
  	#global-header1 {
  		background: url(../images/back-global-header1.png) no-repeat center top;
  	}
  */
  /*
  	#global-header2 {
  		background: url(../images/back-global-header2.png) no-repeat center top;
  	}
  */




}
@media screen and (min-width: 1080px) {


  /*----------------------------------------
  	#global-header
  ----------------------------------------*/
  #global-header-top {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background: #FF0000;
  }
  #global-header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #global-header-top p {
    margin-bottom: 0 !important;
    /*font-size: 40px;*/
    font-size: 2.5rem;
    color: #fff;
    font-weight: normal;
    line-height: 130%;
  }
  #global-header-top img {
    vertical-align: middle;
  }
  #global-header-top a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-radius: 2px;
  }
  #global-header-top a:hover {
    color: #fff;
    background: #000;
  }
  #global-header-top span {
    margin-top: 10px;
    padding: 10px 40px;
    /*font-size: 38px;*/
    /*font-size: 3.8rem;*/
    font-weight: normal;
    background: #ef2617;
    background: -moz-linear-gradient(left, #d80000 0%, #fcc605 100%);
    background: -webkit-linear-gradient(left, #d80000 0%, #fcc605 100%);
    background: linear-gradient(to right, #d80000 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2617', endColorstr='#fcc605',GradientType=1 );
    display: inline-block;
    border-radius: 2px;
  }

}

