



/* ===================================
    HEADER
====================================== */


/*#home*/ 

.bg-hero-orange  {
	background: linear-gradient(-45deg, #000000,  #222222);
	background-size: 200% 200%;
	animation: gradient 15s ease infinite;
}

.bg-animated-orange-1 {
	background: linear-gradient(-45deg, #FDC870,  #FDC870, #FF7B5F, #FF7B5F);
	background-size: 200% 200%;
	animation: gradient 30s ease infinite;
}


@keyframes gradient {
	0% {
		background-position:100% 50%;
	}
	50% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}



/*

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


*/






/* ===================================
    Custom Colors
====================================== */


/* Selector color: #222; color: #FFF */

::-moz-selection { background: #99806E; }
::selection {background: #99806E; }


/* Text */
.text-m-orange, .btn.text-m-orange {color:#FF7B5F}
.text-m-yellow, .btn.text-m-yellow {color:#FDC870}
.text-m-yellow, .btn.text-m-yellow {color:#FDC870}


/* Background */

.bg-m-orange {background-color:#FF7B5F}
.bg-m-yellow  {background-color:#FDC870}


/* Background */

.btn.btn-m-orange {background: #FF7B5F; border-color: #FF7B5F; color: #fff}
.btn.btn-m-orange:hover, .btn.btn-m-orange:focus {background: transparent; color: #FF7B5F}

a:hover {color:#FF7B5F} 

.underline-hover:hover{text-decoration: underline};

/* ===================================
    Background color
====================================== */


.bg-transparent, .background-transparent {background-color: transparent;}

.bg-deep-pink {background-color:#ff214f;}
.bg-transparent-black { background-color: rgba(0,0,0,0); background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(37%, rgba(0,0,0,0)), color-stop(96%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }
