/*Default CSS*/
body {
	background-color:#aaaaaa;
}
#container {
	width: 1024px;
    height: 710px;
	margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px 5px #888888;
}

/* profile page */

#left {
	width: 292px;
	height: 710px;
	background-color: #2a2a2a;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 auto;
}

h3 {
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	letter-spacing: .5px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.contact {
	padding: 5px 25px;
	color: #fff;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 300;
	line-height: 10px;
}

.contact a {
	color: #ef6434;
	text-decoration: none;
}

.icon {
	padding-right: 12px;
	padding-bottom: 3px;
}

.about {
	color: #808080;
	padding: 0 20px;
	letter-spacing: .5px;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
}

#right {
	width: 732px;
	height: 710px;
	background-color: #fff;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 auto;
}

.button {
	background-color: #fff;
	border: 2px solid #ef6434;
	border-radius: 35px;
	color: #ef6434;
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 240px;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 30px;
}

/* content pages */

header img {
	padding-top: 14px;
	float: right;
}

header {
	width: 100%;
	height: 56px;
	background-color: #f3f3f3;
	float: right;
}

.bNav {
	width: 823px;
	height: 56px;
	background-color: #f3f3f3;
}

header ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	margin-left: 243px;
}

header li {
	float: left;
	line-height: 56px;
	padding: 0 18px;
}

#tabs li a {
	display: inline-block;
	text-transform: uppercase;
	color: #808080;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .5px;
}

/*vNav h2 {
	background-color: blue;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	line-height: 56px;
	font-weight: 400;
	letter-spacing: 1px;
	width: 195px;
	height: 56px;
	margin: 0;
	float: left;
	border: none;
}*/

#tabs li a.c_active {
	color: #000;
	border-bottom: 3px solid #c00833;
	height: 40px;
}

#tabs li a.i_active {
	color: #000;
	border-bottom: 3px solid #df0083;
	height: 40px;
}

#tabs li a.s_active {
	color: #000;
	border-bottom: 3px solid #c5d900;
	height: 40px;
}

#tabs li a.p_active {
	color: #000;
	border-bottom: 3px solid #0092c9;
	height: 40px;
}


.vNav {
	width: 194px;
	background-color: #2a2a2a;
	height: 100%; /* Full height */
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}

.vNav ul {
	list-style-type: none;
	background-color: #333333;
	height: 406px;
	margin: 0;
	padding: 20px 0;
}

.vNav li {
	padding: 21px;
}

.vNav li a {
	text-transform: uppercase;
	color: #808080;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 5px;
}

.c {
	border-left: 5px solid #c00833;
	background-color: #3e3e3e;
}

.i {
	border-left: 5px solid #df0083;
	background-color: #3e3e3e;
}

.s {
	border-left: 5px solid #c5d900;
	background-color: #3e3e3e;
}

.p {
	border-left: 5px solid #0092c9;
	background-color: #3e3e3e;
}

.vNav li.c a,
.vNav li.i a,
.vNav li.s a,
.vNav li.p a {
	color: #fefefe;
	margin-left: -1px;
}

.bio {
	height: 174px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-top: 50px;
}
.heading {
    height: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
    padding: 0;
    margin: 0;
}
.heading h2 {
    background-color: #2a2a2a;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	font-weight: 400;
	letter-spacing: 1px;
	width: 100%;
	height: 60px;
	margin: 0;
	float: left;
	border: none;
}

.bio h3 {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding-top: 18px;
}

.bio a {
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

.content {
	width: 300px;
	display: inline-block;
	padding: 0px;
	margin: 0;
}

.content img {
	padding: 0;
	margin: 0;
	display: inline-block;
}

/*

Small Screen below 767

*/
@media screen and (max-width:767px) {
	.gridItem {
		width: 50%;
		padding-bottom: 50.01%;
	}
}

/*

Target Screen 768 to 1366

*/
@media screen and (min-width:768px) and (max-width:1366px) {
}

/*

Large Screen Above 1367

*/
@media screen and (min-width:1367px) {
	/*#container {
		width: 1367px;
		margin: 0px auto;
	}
	.gridItem {
		width: 20%;
		padding-bottom: 20.01%;
	}*/
}