header {
	position: relative;
}
.menu-triger {
display: block;

    position: absolute;
    right: 3px;
    top: 14px;
}	
.menu-close {
	display: block;
	width: 28px;
	height: 28px;	
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
display: block;
    padding: 1.5em 1em;
    background-color: #fff;
    color: #ad9864;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}
.body_pointer * {
	cursor: pointer;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 43px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
      color: #ad9864;
  -webkit-font-smoothing: antialiased;
}


@media only screen and (min-width: 600px) {
.material-icons {
    font-size: 82px;
}
}

@media only screen and (max-width: 250px) {
.material-icons {
       font-size: 25px;
}
}
body {
    background: url(../img/tfn3.jpg) repeat ;
    background-color: #373737;
}
h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-transform: capitalize;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
h4{
	    background-color: #cecece;
    padding: 3%;
}
.ma4 {
    margin: 1.2rem;
}
.ml-auto, .mx-auto {
    margin-left: auto;
}
.mr-auto, .mx-auto {
    margin-right: auto;
}
img {

	width:100%;
	border:0;
	padding:0;
	margin:0;
}
.animate-fade{
animation: pulse 5s infinite;
}
@keyframes pulse {
  0% {
    color: white;
  }
  100% {
    color: black;
  }
}

.btn-buy {
    background: rgba(255,255,255,0.2);
}
.rounded {
    border-radius: 0.25rem;
}
.pl-3, .px-3 {
    padding-left: 1rem;
}
.pr-3, .px-3 {
    padding-right: 1rem;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem;
}
.pt-2, .py-2 {
    padding-top: 0.5rem;
}
.d-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
@media (max-width: 576px)
* {
    font-size: .9rem;
}
* {
    font-weight: 400;
}

a, * {
    outline: none;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem;
}
.text-center {
    text-align: center;
}
.w-100, .col-sm-4 {
    width: 100%;
}
.button {
    cursor: pointer;
}
.btn-buy .price .old {
    font-size: 16px;
    text-decoration: line-through;
}
.d-block {
    display: block;
}
.font-weight-300 {
    font-weight: 300;
}
.btn-buy .price .new {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.bg-primary{
background-color: #314E85;
}

.myButton {
	box-shadow: -3px 10px 13px -5px #bab8a7;
	background:linear-gradient(to bottom, #ffec64 5%, #e09620 100%);
	background-color:#ffec64;
	border-radius:24px;
	border:1px solid #ffd08a;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-weight:bold;
	padding:12px 38px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	width: 100%;
	font-size:0.9em;
}
.myButton:hover {
	background:linear-gradient(to bottom, #e09620 5%, #ffec64 100%);
	background-color:#e09620;
}
.myButton:active {
	position:relative;
	top:1px;
}
@media (max-width: 767px) {
    .gifsticky {
      margin-top: -425.4%;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
    .gifsticky {
      margin-top: -423.7%;
    }
  }
  @media (min-width: 992px) {
    .gifsticky {
      margin-top: -423.5%;
    }
}

@media (min-width: 768px){
.col-sm-4 {
    width: 99.33333333% !important;
}
}
@media only screen and (min-width: 600px) {
.mx-auto {
  width: 100%;
}
}

.menu_rec{
	    font-family: Arial, Helvetica, sans-serif;
    color: #ad9864;
    font-weight: bold;
    position: absolute;
right: 24px;
    top: 254%;
    font-size: 10px;
	
}
@media only screen and (min-width: 600px) {
.menu_rec {
    right: 44px;
    top: 279%;
    font-size: 13px;
}}
