/*Created by Aran Khanna (with some help from the interwebz), All Rights Reserved*/
@charset "UTF-8";
.home {
    background-color: #f39c12;
}
.second-ssp{
	height: 1900px;
	margin-top: -40px;
}
.description {
    color: #1abc9c;
    font-size: 30px;
    font-weight: 300; 
    display: block;
    margin-top: 141px;
    width: 70%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 100%;
}
.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%;
}
.entry:hover{
    border: 3px solid #f39c12;
}
.entry a{
    color: #000;
}
.left-img{
    float: left;
    height: 100%;
    width: 40%;
}
.left-img img {
	float: left;
    width: 80%;
    height: 100%;
}
.right-desc{
    height: 80%;
    font-size: 14;
}
p .in-link{
    color: #2980b9;
}
.foot-note{
    float: right;
    font-size: 12;
    color: #ccc;
    padding-right: 7px;
    padding-top: 10px;
}
.top{
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.switcher{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.switch img{
	min-width: 50px;
	min-height: 40px;
    width: 20%;
}
.switch{
	min-width: 90px;
	min-height: 75px;
    width: 25%;
	display: inline-table; 
	color: #7f8c8d;
	opacity: 0.5;
}
.switch:hover{
	color: #f39c12;
	opacity: 1;
}
.selected{
	color: #f39c12;
	opacity: 1;
}
.head{
	/*width: 800;*/
    margin-top: 150px;
    max-width: 760px;
	text-align: center;
    font-size: 2.5125em;
    font-weight: 100;
    font-family: "etica", Helvetica, sans-serif;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.top{
	color: #cccccc;
    margin-bottom: 40px;
}
.bottom{
    font-size: 1.6125rem;
    color: #f39c12;
}
.sub-footer{
    font-size: 12px;
    font-family: "etica", Helvetica, sans-serif;
    color: #cccccc;
    margin-top: -30px;
    /*width: 300px;*/
    margin-left: auto;
    margin-right: auto;
}
.sub-footer a{
	color: #f39c12;
	opacity: 0.5;
}
.sub-footer a:hover{
	opacity: 1;
}
.more{
    margin-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6125rem;
    color: #cccccc;
}
.more:hover{
    color: #f39c12;
}
#research-sec{
	display: none;
}
#code-sec{
	display: none;
}
#apps-sec{
	display: none;
}
#code{
    border-left: 1px solid #7f8c8d; 
    border-right: 1px solid #7f8c8d; 
}
@media only screen and (max-width: 580px) {
    .left-img{
        display: none;
    }
    .right-desc{
        font-size: 14;
    }
    .entry{
        height: 260px;
    }
    #code-sec{
        height: 1500px;
    }
    .more{
        font-size: 1.2125rem;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px){
    .right-desc{
        font-size: 12;
    }
    .widget{
        display: none;
    }
}
