/* IFOOD.TV
================================================== */


/* #Links
================================================== */

.ifoodtv a,
.ifoodtv a:visited {
  
  text-decoration: none;
  color: #c33c22;
  }

.ifoodtv a:hover,
.ifoodtv a:active {
  color: #a93019;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }
  /* #Buttons
================================================== */

/*	.ifoodtv .button,
	.ifoodtv button,
	.ifoodtv a.btn,
	.ifoodtv .ifoodtv input[type="submit"],
	.ifoodtv input[type="reset"],
	.ifoodtv input[type="button"] {
		background: #CE4D35;
	  border: 1px solid #CE4D35;
	   }

	.ifoodtv .button:hover,
	.ifoodtv button:hover,
	.ifoodtv a.btn:hover,
	.ifoodtv input[type="submit"]:hover,
	.ifoodtv input[type="reset"]:hover,
	.ifoodtv input[type="button"]:hover {
		background: #a93019;
	  border: 1px solid #a93019; 
    }

	.ifoodtv .button:active,
	.ifoodtv button:active,
	.ifoodtv input[type="submit"]:active,
	.ifoodtv input[type="reset"]:active,
	.ifoodtv input[type="button"]:active {
	  background: #a93019;
	  border: 1px solid #a93019; 
		 }*/


  .ifoodtv .btn-primary {
    background: #CE4D35;
    border: 1px solid #CE4D35;
    color: #fff;
     }

  .ifoodtv .button:hover,
  .ifoodtv button:hover,
  .ifoodtv a.btn:hover,
  .ifoodtv a.button:hover,
  .ifoodtv input[type="submit"]:hover,
  .ifoodtv input[type="reset"]:hover,
  .ifoodtv input[type="button"]:hover {
    background: #c33c22;
    border: 1px solid #c33c22; 
    color: #fff;
  }

  .ifoodtv .button:active,
  .ifoodtv button:active,
  .ifoodtv a.button:active,
  .ifoodtv input[type="submit"]:active,
  .ifoodtv input[type="reset"]:active,
  .ifoodtv input[type="button"]:active {
    background: #c33c22;
    border: 1px solid #c33c22; 
    color: #fff;
     }

		 
/* header
================================================== */
.ifoodtv header {background: #CE4D35}
.ifoodtv #logo {
    background: url(../images/logo-ifood.png) no-repeat scroll 0 0;
}

/* FUTURETODAY.TV
================================================== */
.futuretoday header {background: #41404f}
.futuretoday #logo {
    background: url(../images/logo-futuretoday.png) no-repeat scroll 0 0;
}


/* test header */
/*.ifoodtv header {
    background: #fff;
    border-bottom: 1px solid #d8d7d4 !important;
}
.ifoodtv #logo {
  background: inherit;
  text-indent: 0;
  background: inherit;
  text-indent: 0;
  height: auto;
  width: auto;
}
.ifoodtv header .btn-primary {
  background: transparent;
}

header .main-menu .ficon,
header .loginstate .ficon,
header .getFavorites .ficon,
header .search-box .ficon{color: #999;}


header .btn-primary:hover {
  background: #999;
}
header .main-menu .ficon:hover,
header .loginstate .ficon:hover,
header .getFavorites .ficon:hover,
header .search-box .ficon:hover{color: #fff;}

.ifoodtv #logo .ficon {color: #cd4b34; font-size: 28px;}*/


video::-webkit-media-controls-fullscreen-button {
   margin-right: -32px;
   z-index: 10;
   position: relative;
   background: #fafafa;
   background-image: url(https://image.flaticon.com/icons/svg/151/151926.svg);
   background-size: 50%;
   background-position: 50% 50%;
   background-repeat: no-repeat;
}
















