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;
    width: 70%;
    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: 70%;
    float: left;
}

.home-content {
    background-color: #fff;
    padding: 3% 5%;
    margin-top: 2%;
}

.rubix-content {
    background-color: #fff;
    padding: 3% 5%;
    margin-top: 1.5%;
}

.post-info {
    font-style: italic;
    color: #999;
    font-size: 85%;
}

.top-side {
    width: 23%;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    margin-top: 1.4%;
    padding: 2% 3%;
}

.middle-side {
    width: 23%;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    margin-top: 1%;
    padding: 2% 3%;
}

.bottom-side {
    width: 23%;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    margin-top: 1%;
    padding: 2% 3%;
}

.mainfooter {
    width: 100%;
    float: left;
    background-color: #999;
}

.mainfooter p {
    text-align: center;
}

@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;
    }
}

.procl {
    background: linear-gradient(to bottom, #EEE, #AAA);
    border-radius: 5px;
    box-shadow: 2px 3px 3px #555;
    padding: 0px 8px;
    cursor: pointer;
}

.pmimg {
    float: right;
    margin-top: -6%;
    width: 5%;
    cursor: pointer;
    border-radius:50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.pmimg:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.rubix-content h2 {
    color: #01afa7;
}