@charset "utf-8";
/* CSS Document */
body{
margin:0px;
background:none repeat scroll 0 0 whitesmoke;
font-family:"Museo-300";
}

.header {
background:none repeat scroll 0 0  #aa0051;
border:1px solid #aa0051;

margin:0px auto;
}
.content
{
	height:auto;
	
  width: 100%;

  margin-top: 0px;
min-height:449px;
background:none repeat scroll 0 0 #fff;
color:white;
}






.reportScam{
border:1px solid #006403; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:18px;font-family:arial, helvetica, sans-serif; padding: 15px 15px 15px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #009C05; background-image: -webkit-gradient(linear, left top, left bottom, from(#009C05), to(#008c00));
 background-image: -webkit-linear-gradient(top, #009C05, #008c00);
 background-image: -moz-linear-gradient(top, #009C05, #008c00);
 background-image: -ms-linear-gradient(top, #009C05, #008c00);
 background-image: -o-linear-gradient(top, #009C05, #008c00);
 background-image: linear-gradient(to bottom, #009C05, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#009C05, endColorstr=#008c00);
}


.reportScam:hover{
 border:1px solid #003602;
 background-color: #006903; background-image: -webkit-gradient(linear, left top, left bottom, from(#006903), to(#005900));
 background-image: -webkit-linear-gradient(top, #006903, #005900);
 background-image: -moz-linear-gradient(top, #006903, #005900);
 background-image: -ms-linear-gradient(top, #006903, #005900);
 background-image: -o-linear-gradient(top, #006903, #005900);
 background-image: linear-gradient(to bottom, #27902a, #177017);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#006903, endColorstr=#005900);
}

h1
{
	
    font-size:38px;
	color:#363636;
	text-decoration:underline;
}


.footer
{
	background:none repeat scroll 0 0 #aa0051;
	height:144px;
	color:black;
	width:100%;
}

.footer a
{
	color:#CCC;
}
.footer a:hover
{
	text-decoration:none;
	color:#CF9;
}
span
{
	color:black;
	text-align:justify;
	font-family:"Museo-300";
	
}
span a
{
	color:#000;
	text-align:justify;
	text-decoration:none;
	font-size:27px;
	font-family:"Museo-300";
	font-weight:bold;
}

span a:hover
{
	
	text-decoration:underline;	
}

.content-new
{
	font-size:18px;
	color:#000;
	text-align:justify;
	font-family:"Museo-300";
	line-height:28px;		
}

input {
background: white;
border: 1px solid #DDD;
border-radius: 5px;
box-shadow: 0 0 5px #DDD inset;
color: #666;

padding: 5px 10px;
width: 165px;
outline: none;
}

.field
{
	color:#0d0d0d;
	
	opacity:0.8;
	text-align:justify;
	font-size:18px;
	line-height:26px;		
}

h3
{
	color:black;
	
	 font-size: 22px;
}

.list
{
	text-align:justify;
	margin-left:30px;
}
.list a
{
	color:#1480d7;text-decoration:none;font-weight:bold
}

#submit:hover
{
	background:none repeat scroll 0 0  #dedede;
	cursor:pointer;
}


@font-face {
    font-family: 'Museo-300';
    src: url(https://www.modelingscam.com/Museo-300.ttf) format("truetype");
}


/* form search style */

.form-wrapper {
    width: 310px;
    padding: 8px;
    
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Form text input */
 
.form-wrapper input {
    width: 222px;
    height: 16px;
    padding: 10px 5px;
    float: left;   
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;     
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 36px;
    width:70px;
    font: bold 11px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
   
.form-wrapper button:hover{    
    background: #e54040;
}  
   
.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 11px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}     
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
	margin:8%;
}    
/* Form search style end */


/* Menu start*/

.menu {
    background: linear-gradient(#dc4255, #8e1728) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 42px;
    margin: 0 0 0;
    padding: 0;
    width: 100%;
}
.menu ul {
   
    list-style-type: none;
}
.menu ul li {
   
    margin: 0;
}
.menu ul li a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    height: 29px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
}
.menu ul li a:hover, a:active {
    text-decoration: none;
}
.menu ul li {
    cursor: pointer;
    display: inline-block;
    margin-right: -4px;
    padding: 0;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index: 100;
}
.menu ul li:hover {
    color: #fff;
}
.menu ul li ul {
    display: none;
    left: 3px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    visibility: hidden;
    width: 130px;
}
.menu ul li ul li {
    background: none repeat scroll 0 0 #454545;
    color: #fff;
    display: block;
    padding: 10px;
    width: 160px;
}
.menu ul li ul li a {
    border: 0 none;
    padding: 0;
}
.menu ul li ul li:hover {
    background: none repeat scroll 0 0 #dc4255;
}
.menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}


/* Menu end*/