/*Created by Aran Khanna (with some help from the interwebz), All Rights Reserved*/
@charset "UTF-8";
.home {
    background-color: #8e44ad;
}
.second-ssp{
	height: 3200px;
	text-align: center;
	margin-top: 100px;
}

.head{
    width: 40%;
    padding: 10px;
    text-align: center;
    font-size: 2.3125rem;
    font-weight: 100;
    font-family: "etica", Helvetica, sans-serif;
    color: #cccccc;
    line-height: 1;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}

.sub-footer{
    font-size: 12px;
    font-family: "etica", Helvetica, sans-serif;
    color: #cccccc;
    margin-top: 20px;
}
.sub-footer a{
    color: #8e44ad;
    opacity: 0.5;
}
.sub-footer a:hover{
    opacity: 1;
}



.featured{
    width: 60%; 
    text-align: center; 
    border-bottom: 2px solid #7f8c8d; 
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-left:auto;
    margin-right: auto;
}
.featured span {
    margin-top: 10px; 
    background:#ecf0f1; 
    color: #7f8c8d; 
    padding:0 10px; 
}
.featured img{
    height: 70px;
    width: 80px;
    margin-bottom: -30px;
    opacity: 0.6;
}


.entry {
    /*width: 800;*/
    max-width: 760px;
    background-color: #FFF;
    bottom:0;
    height: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    border: 3px solid #ccc;
    line-height: 100%;
    text-align: left;
}
.entry:hover{
    border: 3px solid #8e44ad;
}
.entry a{
    color: #000;
}
.left-img{
    float: left;
    height: 100%;
    width: 40%;
}
.left-img img {
    float: left;
    width: 90%;
    height: 100%;
}
.left-img iframe {
    float: left;
    width: 80%;
    height: 100%;
}
.right-desc{
    height: 80%;
    font-size: 14;
    /*width: 50%;*/
}
p .in-link{
    color: #2980b9;
}
.foot-note{
    float: right;
    font-size: 12;
    color: #ccc;
    padding-right: 7px;
    padding-top: 10px;
}

@media only screen and (max-width: 580px) {
    .left-img{
        display: none;
    }
    .right-desc{
        font-size: 14;
    }
    .entry{
        height: 260px;
    }
}
@media screen and (max-width: 768px){
    .right-desc{
        font-size: 12;
    }
    .widget{
        display: none;
    }
}