

/* ~~~~~~~~~~~GENERAL STYLE~~~~~~~~~~~~~*/

html {
	height:100%;
}
body {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 14px;
    height: auto;
    min-height: 100%;
    width: 100%;
    margin: 0px;
    background-color: #d2dadb;
    padding: 0;
}

/* ~~~~~~~~~~~HEADER/NAV STYLE~~~~~~~~~~~~~*/

header {
	background-color: rgba(38,36,35,.6);
	height: 52px;
}

header nav{
	background-color: rgba(38,36,35,.8);
	height: 52px;
    width: 309px;
    padding: 0 35px;
    margin-left: 40px;
}

header nav ul li span{
	border-right: thin solid #5d5e5e;
}

header nav ul{
    list-style-type: none;
    float: right;
    width: 260px;
    padding-left: 10px;
    margin-top: 17px;
}

header nav ul li{
    display: inline;
    padding: 0 8px;
}

header nav ul li a{
    color: #a7a9ac;
    font-size: 18px;
    text-decoration: none;
}

header nav ul li a:hover{
    color: #e6e7e8;
    font-size: 18px;
}

.active-nav{
	color:#d2dadb;
}

#nav-holder{
	position: relative;
	max-width: 1440px;
	min-width: 600px;
	margin: 0 auto;
}

#linkedin-img{
	position: absolute;
	right: 0;
	top:15px;
	margin-right: 40px;
}

/* ~~~~~~~~~~~BODY STYLE~~~~~~~~~~~~~*/

#wrapper{
    max-width: 1360px;
    min-height: 300px;
    margin: 0 auto;
    padding-bottom: 75px;
}
section{
	position: relative;
	overflow: auto;
	padding-bottom:115px;
	margin: 0 auto;
	width: 100%;
}

section ul{

	margin: 0 auto;

}

section ul li{
	list-style-type: none;
}
.item{
	position: relative;
	float: left;
	margin: 40px 20px;
	width: 280px;
	height: 310px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-sizing:border-box;
}
.item-img{
	height: 250px;
	background:#fff;
	border-radius: 5px 5px 0 0;
	border-bottom: #e4e4e4 thin solid;	
}

.item-img img{
	border-radius: 5px 5px 0 0;	
}

/*.item:hover{
	-webkit-box-shadow: 0px 0px 15px 0px #999;
	-moz-box-shadow:    0px 0px 15px 0px #999;
	box-shadow: 0px 0px 15px 0px #999;
}*/

.item:hover .item-img > .overlay{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#fff;
    opacity:0.2;
    border-radius: 5px 5px 0 0;
}

.sub-title{
    position: relative;
    height: 60px;
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    padding-top: 5px;
}

.sub-title span{
    /* position: absolute; */
    color: #333;
    /* top: 5px; */
    /* margin: 10px; */
    padding: 10px;

}

.sub-title ul{
    padding: 0;
    color: gray;
    margin: 10px 0 0 10px;	
    position: absolute;
    bottom:10px;
}

.sub-title ul li{
	font-size: 10px;
    font-weight: normal;
    display: inline;
    list-style-type: none;
    padding: 5px;
    border: #e4e4e4 thin solid;
    background-color: #f9f9f9;

}

section table tr td{
	vertical-align: top;
}

section table tr td img{
	margin-left:90px;
}

section table tr td div{
	background-color: #f1f1f1;
	padding: 10px;
	cursor: pointer;
	margin-top:0px;
	margin-right:20px;
	/*position: fixed;*/

}

section table tr td div a i{
	padding: 5px;
}

section table tr td div:hover{
	background-color: #f9f9f9;
}

section table tr td div a{
	color:#32302e;
	text-decoration: none;
}

form {
    margin:10px auto;
    padding: 25px;
    width:459px;
    background-color: #e4e4e4;
}
.form-holder{
	width: 460px;
    margin: 40px auto;
    padding-bottom: 115px;
}
.form-holder span{
	font-size: 40px;
	font-weight: bold;
}

input, textarea {
	width:439px;
	height:27px;
	background:#fff;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	 -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

textarea {
	height:213px;
	background:#fff;
}

input, textarea {
    width:439px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

#submit {
	color:#f9f9f9;
    width:127px;
    height:38px;
    background:#333;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.9;
	}

/* ~~~~~~~~~~~FOOTER STYLE~~~~~~~~~~~~~*/

footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgb(37, 35, 34);
	padding:15px 0; 
}

footer table{
	margin: 0 auto;
}
footer table tr{
	vertical-align: middle;
}

footer ul{
	display: inline;
}

footer ul li{
	list-style-type: none;
}

footer ul li a{
	color:#a7a9ac;
	text-decoration: none;
}

footer i{
	color:#a7a9ac;
	padding: 6px 12px;
	font-size: 14px;
}




