@charset "utf-8";
@import url(wildcat-grid.css);

html{
font: normal 18px / 26px "PT Sans Narrow", tahoma;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
color: #555;     
/*background-color: #fbf3ea;*/
font-size: 18px;
line-height: 26px;
}
.bo {
    border:1px solid red;        
}
div {
    padding:0;
    margin:0;
}
body {
    margin:0;            
    background-color: #fbf3ea;
}
.logo{
    display: table;
    margin: 10px auto 0px;
}
img{
    max-width: 100%;
}
ul{
    list-style: disc !important;
}
.head{
    background-color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #dddddd;
}
.head h1{
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
a{
    color: #808080;
    text-decoration: none;    
}
a:hover{
    text-decoration: underline;
}
h2{
    font-size: 1.5rem;
    line-height: 2rem;
}
h3{
    font-size: 1.2rem;
     line-height: 1.5rem;
}

.news a{
    color: #8dc63f;
    font-weight: bold;
}

/*BEGIN CONTENT*/
.content{
    border:1px solid #cccccc;    
    background-color: #ffffff;
    padding: 10px 10px;
    margin: 20px 0px;
    line-height: 1.5rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.content img{
    max-width: 100%;
}

.content .row1{
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
}
.content .col1{
    float: left;
    width: 50%;
    display: table;
}
.category{
    position: fixed;
    display: none;
}
.category ul{    
    margin: 0px;
    padding: 0px;   
    list-style: disc !important;
}
.category li{
    display: table;
    margin: 10px 0px 10px 10px;
}
.content h1{
    font-size: 1.5rem;
    line-height: 2rem;
    text-shadow: none;
    text-transform: none;
}
.content h2{
    margin: 0px;
    font-size: 1rem; 
}
.content h3{
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: normal;    
    font-style: italic;
    font-weight: bold;
}
.content .menu a{
    color: #8dc63f;
}
.content li {
    margin: 5px 0px;
}
.content li > h5,
.content li > p{
    font-size: 1rem;    
    margin: 0px;
    padding: 0px;
}
.content li > h5{
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 5px;
}
.content li > p > a{
    color:#57a2e3;
}
.content .tips{
    background-color: #777777;
    color: #ffffff;
    padding: 15px 25px;
    margin: 15px;
    border-radius: 10px;
}
.content .tips h3{
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 0px;  
}
.content .head{
    border-bottom: 1px solid #dddddd;
    padding: 0px 0px 5px;
}
.content .all{
    margin: 20px 10px;
}
.content .all .readmore{
    color: #57a2e3;    
    font-weight: bold;
}
.content .updatedate{
    font-style: italic;        
}
/*END CONTENT*/

/*BEGIN CATEGORY*/
.category{
    
}
.category h3{
    font-size: 1rem;
}
.category h2{
    font-size: 1.5rem;
    line-height: 2rem;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
    text-transform: uppercase;
}
.category li:last-child{
    margin-bottom: 20px;
}
.icon,
.link{
    float: left;
}
.icon{
    margin-right: 5px;
}


/*END CATEGORY*/
.footer{
    background-color: #585858;    
    margin-top: 20px;
    color:#adadad;
    padding: 15px;
    line-height: 1.5rem;
}
.footer a{
    color:#adadad;
}

#movie
{
	width: 600px;
	height: 300px;
	border:1px solid red;
}
.player{
    display:table; 
    border:1px solid #dddddd; 
    margin: 30px auto;
}




.viewall{    
    display: table;
}
.viewall .title,
.viewall .img,
.viewall .viewall{
    float: left;
    text-transform: uppercase;
}
.viewall .img{
    margin-top: 0px;
    margin-right: 5px;
}
.viewall .title{
    font-weight: bold;
}
.viewall .viewall a{
    display: table;
    background-color: #8dc63f;
    color: #ffffff;
    padding: 1px 15px;
    border-radius: 15px;
    margin-left: 10px;    
}
.viewall .viewall a:hover{    
    background-color: #71b118;    
}

@media (min-width: 992px) {  
    html{    
        font-size: 16px;
        line-height: 22px;
    }
    .category{
        position: fixed;
        display: block;
    }
}
