/*css reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*end css reset*/


/*my css*/
p {
	line-height: 28px;
	font-family: arial;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-family: arial;	
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-family: arial;
	margin-top: 30px;
	margin-bottom: 30px;	
}


.headerbg {
	background-image: url(https://totallyfreete.com/images2/headerbg.jpg);
	background-repeat: repeat-x;
} 

.header {
	background-image: url(https://totallyfreete.com/images2/headerwts.png);
	width: 1050px;
	height: 337px;
	margin: auto;	
}

.bodybg {
	background-color: #231465;
}
.body {
	width: 1050px;
	background-color: #fff;
	margin: auto;
	padding: 4px 35px 12px 35px;
	box-sizing: border-box;
}

.footerbg {
	background-color: #231465;
}

.footerimg {
	background-image: url(https://totallyfreete.com/images2/footerimgwts.png);
	height: 148px;
	width: 341px;
	margin: auto;	
	background-size: cover;
}

.text-red {
	color: #b50004;
}

.text-italic {
	font-style: italic;
	color: #555555;
	text-align: center;
}

.text-white {
	color: #fff;
	width: 1000px;
	margin: auto;
}

.footer-note {
	line-height: 18px;
	font-size : 12px;
	padding-top: 50px;
	text-align: center;
}
.small-text {
	line-height: 18px;
	font-size : 12px;
}

.rndcorner{
 border:#52382d 1px solid;
 border-radius: 10px;
padding:8px 8px 8px 8px;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px; 
 }
#cssmenu{ 
 height:40px; 
 width:960px; 
 display:block; 
 padding:0; 
 margin:0 auto;  
 border:1px solid; 
 border-radius:1px;
text-decoration:none; 
 }
#cssmenu > ul {
list-style:inside none; 
padding:0; 
margin:0;
text-decoration:none;
} 
#cssmenu > ul > li {
list-style:inside none; 
padding:0; 
margin:0; 
float:left;
text-decoration:none; 
display:block; 
position:relative;
} 
#cssmenu > ul > li > a{ 
outline:none; 
display:block; 
position:relative; 
padding:12px 15px; 
font:normal 16px/100% arial; 
text-align:center; 
text-decoration:none; 
text-shadow:1px 1px 0 rgba(0,0,0, 0); 
} 
#cssmenu > ul > li:first-child > a{
border-radius:1px 0 0 1px;
text-decoration:none;

} 
#cssmenu > ul > li > a:after{ 
content:''; 
position:absolute; 
border-right:0px solid; 
top:-1px; 
bottom:-2px; 
right:-2px; 
z-index:99;
text-decoration:none; 
} 
#cssmenu ul li.has-sub:hover > a:after{
top:0; 
bottom:0;
text-decoration:none;
} 
#cssmenu > ul > li.has-sub > a:before{ 
content:''; 
position:absolute; 
top:18px; 
right:5px; 
border:5px solid transparent; 
border-top:5px solid #0000;
text-decoration:none; 
} 
#cssmenu > ul > li.has-sub:hover > a:before{
top:19px;
text-decoration:none;
} 
#cssmenu ul li.has-sub:hover > a{ 
background: #ff7112; 
border-color: #ff7112; 
padding-bottom:13px; 
padding-top:13px; 
top:-1px;
z-index:999;
color:#231365;
text-decoration:none; 
} 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{
display:block;
background:#ff7112;
} 
#cssmenu ul li.has-sub > a:hover{
background:#ff7112; 
border-color:#ff7112;
} 
#cssmenu ul li > ul, #cssmenu ul li > div{ 
display:none; 
width:auto; 
position:absolute;
text-decoration:none; 
top:40px; 
padding:0px 0; 
background:#291401; 
border-radius:0 0 1px 1px; 
z-index:999; 
} 
#cssmenu ul li > ul{
width:200px;
} 
#cssmenu ul li > ul li{
display:block; 
list-style:inside none; 
padding:0; 
margin:0;
text-decoration:none; 
position:relative;
} 
#cssmenu ul li > ul li a{ 
outline:none; 
display:block; 
position:relative; 
margin:0; 
padding:14px 10px; 
font:12pt Arial;
font-weight: bold; 
color:#231365; 
text-decoration:none; 
text-shadow:1px 1px 0 rgba(0,0,0, 0); } 

#cssmenu, #cssmenu > ul > li > ul > li a:hover{ 
background: #231365; 
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#231365', endColorstr='#231365',GradientType=0 );
color:#ffffff; 
} 
#cssmenu{
border-color:#231365;
} 
#cssmenu > ul > li > a{
border-right:1px solid #231365; 
color:#fff;
font-weight: bold;
text-decoration:none;
} 
#cssmenu > ul > li > a:after{
border-color: ActiveCaption;
color:#231365;
text-decoration:none;
} 
#cssmenu > ul > li > a:hover{
background: #ff7112;
border-color: #ff7112; 
padding-bottom:13px; 
padding-top:13px;
text-decoration:none; 
top:-1px; 
z-index:999;
color:#231365;
}

.menu1 {
	
	float: right;
	height:15px;
	width:320px;
	margin: -79px 0px 0px 0px;
}
.menu1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu1 ul li {
font-size:15px;
	color:#ff6400;
	font-weight: bold;
padding:0 10px;
	float:left;
	display:block;
	height:15px;
line-height:15px;
	text-decoration:none;	
}
.menu1 ul li a {
	font-size:15px;
	color:#fff;
	font-weight: bold;
	padding:0 10px;
	display:block;
	height:15px;
	line-height:15px;
	text-decoration:none;
	}


.feature{ 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
    box-shadow: 3px 5px 7px rgba(0,0,0,.7); 
} 

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;	
	}			
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #231365;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -110px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}