body {
    background-color: #f0f0f0;
    color: #000305;
    font-size: 87.5%;
    font-family: arial, 'Lucida sans unicode';
    line-height:1.5;
    text-align: left;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
}

.body {
    margin: 0 auto;
    clear: both;
}

.mainheader {
    margin-bottom: 1%;
}

.img-ico1 {
    width: 19%;
    height: auto;
    margin-top: 1.3%;
   /* float:left;*/
}

.img-ico2 {
    width: 17%;
    height: auto;
   /* float: left;*/
}

.mainheader nav {
    float: right;
}

.mainheader nav ul {
    list-style: none;
}

.mainheader nav ul li {
    float: left;
    display: inline;
}


.mainheader nav a:link, .mainheader nav a:visited {
    color: #CF5C3F;
    display: inline-block;
    padding: 7px 10px;
    font-weight: 800;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #AAA;

}


.mainheader nav a:hover, .mainheader nav a:active,
.mainheader nav .active a:link, .mainheader nav .active a:visited {
    color: #FFF;
    background-color: #CF5C3F;
    background: -webkit-linear-gradient(#EF7C5F, #BF4C2F);
    background: -moz-linear-gradient(#EF7C5F, #BF4C2F);
    background: linear-gradient(#EF7C5F, #BF4C2F);
}

.main-content {
    line-height: 25px;
}

.content {
    width: 73%;
    float: left;
}

.home-content {
    background-color: #fff;
    padding: 3% 5%;
    margin-top: 2%;
}

.rubix-content {
    background-color: #fff;
    padding: 3% 5%;
    margin-top: 2%;
}

.post-info {
    font-style: italic;
    color: #999;
    font-size: 85%;
}

.top-side {
    width: 20%;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    margin-top: 1.4%;
    padding: 2% 3%;
}

.middle-side {
    width: 21%;
    float: left;
    background-color: #fff;
    margin-left: 3%;
    margin-top: 2%;
    padding: 2% 3%;
}

.bottom-side {
    width: 21%;
    float: left;
    background-color: #fff;
    margin-left: 3%;
    margin-top: 2%;
    padding: 2% 3%;
}

.mainfooter {
    width: 100%;
    float: left;
    background-color: #999;
}

.mainfooter p {
    text-align: center;
}
.shyam {
    width: 100%;
}

@media only screen and (min-width: 1050px)  and (max-width: 2000px) {
    .body {
        width: 80%;
        clear: both;
    }
}

@media only screen and (min-width: 850px)  and (max-width: 1050px) {
    .body {
        width: 90%;
        clear: both;
    }
}

@media only screen and (min-width: 150px)  and (max-width: 915px) {
    .body {
        width: 915px;
        clear: both;
    }

    .shyam {
        width: 90%;
        margin: 0 auto;
    }
}

#lktu a:hover{
    color: #BF4C2F;
}

.dft {
    background: linear-gradient(to bottom, #EEE, #ccc);
    border-radius: 21px;
    box-shadow: 0px 0px 17px #aaa;
    cursor: pointer;
}

.dft:hover {
    background: linear-gradient(to bottom, #ddd, #999);
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

