@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #5D5D5D;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color: white;
}
a {
	color: #5cb2ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p, h1, h2, h3, h4, span {
	display: block;
}

ul#skills-tech li {
	display: block;
	color:#5cb2ff;
	list-style-type: disc;
	float: none;
	line-height: 28px;
}

.multi-column {
   -moz-column-count: 2;
   -moz-column-gap: 20px;
   -moz-column-fill: auto;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
   -webkit-column-fill: auto;
   column-count: 2;
   column-gap: 20px;
   column-fill: auto;
   list-style-position: inside;
}

#wrapper {
	width: 100%;
	height: auto;
}
#contain_1 {
	width: 100%;
	height: auto;
	z-index: 500;
	position: fixed;
	margin: 0 auto;
}
#contain_1 #header {
	width: 100%;
	height: 60px;
	font-size: 1em;
	font-weight: 100;
	background-color: #5cb2ff;
	border-bottom: #0D72A7 5px solid;
}
#contain_1 #main_logo, #contain_1 #main_logo_type {
	color: #fff;
	float: left;
}
#contain_1 #main_logo_type p {
	font-weight: lighter;
}
#contain_1 #main_logo a img {
	width: 100px;
	display: block;
	padding: 5px;
	margin-left: 15px;
}
#contain_1 #menu_contain {
	position: relative;
}
#contain_1 #menu_contain .menu_icon { /*icon for responsive menu*/
	display: none;
}
#contain_1 ul#main_nav, #contain_1 #sub_nav {
	display: block;
	float: right;
}
#contain_1 ul#main_nav, #contain_1 #sub_nav ul {
	list-style-type: none;
}
#contain_1 ul#main_nav li {
	color: #0D72A7;
	float: left;
	display: inline-block;
	cursor: pointer;
	padding: 17px 25px;
}
#contain_1 ul#main_nav li:hover {
	color: #FFFFFF;
	background-color: #0D72A7;
}
#contain_1 #subheader {
	width: 100%;
	overflow-y: hidden;
	max-height: 160px; /* approximate max height */
	transition-property: all;
	transition-duration: 0.9s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	font-weight: 200;
	background-color: #151515;
	position: absolute;
	top: 60px;
	left: 0px;
}
#contain_1 #subheader.closed {
	max-height: 0;
}
#contain_1 #sub_nav ul li {
	color: #fff;
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
ul.pxs_slider li div.contain { /*div contain*/
	width: 980px;
	height: auto;
	background-image: url(../images/contentbody_bkg.png);
	background-repeat: repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px auto 0px;
	padding: 20px 40px 30px;
}
ul.pxs_slider li div.contain h1, ul.pxs_slider li div.tagline h1 {
	font-weight: 700;
	font-size: 5em;
	line-height: 80px;
	color: #5cb2ff;
	text-shadow: 0px 4px 6px #000;
}
ul.pxs_slider li div.tagline {
	padding-top: 12%;
}
ul.pxs_slider li div.tagline h1 {
	float: left;
}
ul.pxs_slider li div.contain h1:nth-child(2), ul.pxs_slider li div.contain h1:nth-child(4) {
	margin-bottom: 15px;
}
ul.pxs_slider li div.contain h1:nth-child(5) {
	margin-bottom: 25px;
}
ul.pxs_slider li div.contain .head-contain {
	width: 100%;
	height: auto;
}
ul.pxs_slider li div.contain .head-contain h2 {
	font-size: 2.5em;
	font-weight: 100;
	float: left;
	color: #5cb2ff;
}
ul.pxs_slider li div.contain p {
	font-size: 1.1em;
	font-weight: 100;
	text-shadow: 0px 4px 6px #000;
	color: #ffffff;
}
#work_contain, #bio_contain, #contact_contain {
	width: 100%;
	height: auto;
}
#work_contain {
	/*height: 660px;*/
	display: block;
}
#bio_contain img {
	width: 50%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#bio_contain img p {
	font-size: 1.1em;
	font-weight: 100;
}
#bio_contain #bio_pic {
	float: right;
	width: 50%;
	margin-top: 0 !important;
}
#bio_contain #bio_pic img {
}
#social_contain {
	width: 100%;
	height: auto;
	/*background-color: #C36;*/
	float: left;
}
ul.social_row {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-left: 30px;
}
ul.social_row li {
	width: 20%;
	height: auto;
	float: left;
	position: relative;
	list-style-type: none;
}
ul.social_row li > a, ul.social_row li > a img {
	text-decoration: none;
}
ul.social_row li > a img {
	width: 100%;
	height: auto;
}
ul.social_row li > a {
	width: 100%;
	position: relative;
	display: block;
}
ul.social_row li > a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	text-decoration: none;
}
ul.social_row li > a:hover span {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#work_contain .workitem a img {
	width: 91%;
	display: block;
	margin-left: 10%;
	float: left;
	border: 1px solid #5cb2ff;
	margin-bottom: 24px;
	height: auto;
}
div.container div.mix > a img {
	width: 100%;
	height: auto;
}
div.container div.mix > a {
	width: 290px;
	/*height: 340px;*/
	position: relative;
	text-decoration: none;
	display: block;
}
div.container div.mix > a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 340px;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	text-decoration: none;
}
div.container div.mix > a:hover span {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div.container div.mix > a div.mask-web, div.container div.mix > a div.mask-graphic {
	width: 290px;
	height: 340px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	text-decoration: none;
}
div.container div.mix > a:hover div.mask-web, div.container div.mix > a:hover div.mask-graphic {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div.container div.mix > a div.mask-web p, div.container div.mix > a div.mask-graphic p {
	display: block;
	text-shadow: none;
	margin-top: 145px;
	padding: 0 20px;
	font-weight: 200;
}
div.container div.mix > a div.mask-web p:first-child, div.container div.mix > a div.mask-graphic p:first-child {
	font-weight: 400;
	font-size: 24px;
}
div.container div.mix > a div.mask-web div.thumb-divider, div.container div.mix > a div.mask-graphic div.thumb-divider {
	width: 220px;
	height: 2px;
	background-color: #FFF;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.container div.category-2 {
	margin-top: 10px;
}
div.container div.category-2, div.container div.category-2 a, div.container div.category-2 a span {
	width: 290px;
	height: 150px;
}
div.container div.category-2 > a div.mask-logo {
	width: 290px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	text-decoration: none;
}
div.container div.category-2 > a:hover div.mask-logo {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div.container div.category-2 > a div.mask-logo p {
	display: block;
	text-shadow: none;
	margin-top: 62px;
	padding: 0 20px;
	font-weight: 200;
}
div.container div.category-2 > a div.mask-logo p:first-child {
	font-weight: 400;
	font-size: 24px;
}
div.container div.category-2 > a div.mask-logo div.thumb-divider {
	width: 220px;
	height: 2px;
	background-color: #FFF;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contact_contain {
	height: auto;
	position: relative;
}
#contact_contain #maincontact_contain {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
#contact_contain #maincontact_contain h1 {
}
#contact_contain #maincontact_contain h2 {
}
#contact_contain #maincontact_contain ul {
	width: 100%;
	margin-top: 10px;
	/*margin-left: 5px;*/
	margin-bottom: 45px;
}
#contact_contain #maincontact_contain ul li {
	display: block;
	color: #fff;
	font-size: .9em;
	font-weight: 100;
	list-style-type: none;
	padding-right: 3.8%;
}
#contact_contain #maincontact_contain ul li:nth-child(4) {
	padding: 0;
}
#contact_contain #maincontact_contain2 {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 6%;
}
#contact_contain #maincontact_contain2 p {
	font-weight: 100;
	text-align: center;
	font-size: 1.1em;
	float: left;
	width: 33.3%;
	margin-bottom: 20px;
}
.divider {
	width: 100%;
	height: 5px;
	background-color: #5cb2ff;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
/* Slider Style */
.pxs_container {
	width: 100%;
	position: static;
	overflow: hidden;
}
.pxs_bg {
/*	background:transparent url(../images/bg.png) repeat top left;'
*/	
		/*background-image:url(../images/main_bkg.jpg);
	width: 100%;
	height: 100%;*/

}
.pxs_bg div {
	position: fixed;
	top: -1px;
	left: 0px;
	/*width:7584px; *//*1264px window width times number of images*/
	width: 100%; /*1264px window width times number of images*/
	height: 100%;
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
}
.pxs_bg .pxs_bg1 {
	background-image: url(../images/main_bkg.jpg);
	width: 100%;
	background-repeat: no-repeat;/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2 {
/*background-image:url(../images/middle.png);*/
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3 {
/*background-image:url(../images/front.png);*/
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper {
	display: none;
}
.pxs_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.pxs_slider {
	position: absolute;
	left: 0px;
	top: 60px;
}
ul.pxs_slider li {
	float: left;
	position: relative;
}
ul.pxs_slider li img {
	width: 100%;
	/*margin: 0px auto 0px auto;*/
	-moz-box-shadow: 0px 0px 7px #222;
	-webkit-box-shadow: 0px 0px 7px #222;
	box-shadow: 0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul#skilllist {
	text-align: center;
}
ul#skilllist li {
	display: inline;
	width: 25%;
	height: auto;
	line-height: 165%;
}
ul.pxs_thumbnails {
	height: 35px;
	position: absolute;
	top: 320px;
	left: 50%;
}
ul.pxs_thumbnails li {
	position: absolute;
	display: block;
}
ul.pxs_thumbnails li img {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 7px #555;
	-webkit-box-shadow: 1px 1px 7px #555;
	box-shadow: 1px 1px 7px #555;
	cursor: pointer;
	display: block;
	opacity: 0.7;
}
ul.pxs_thumbnails li.selected img {
	opacity: 1.0;
}
.pxs_navigation span {
	position: absolute;
	width: 30px;
	height: 140px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	top: 280px;
	opacity: 0.6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}
.pxs_navigation span:hover {
	opacity: 0.9;
}
.pxs_navigation span.pxs_prev {
	background: #000 url(../images/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next {
	background: #000 url(../images/next.png) no-repeat center center;
}
.pxs_loading {
	color: #fff;
	font-size: 20px;
	padding: 15px 15px 15px 50px;
	position: absolute;
	background: #333 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.7;
	width: 180px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -90px;
}
#contain_3 {
	width: 100%;
	height: auto;
	z-index: 500;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* IE 6 */
* html #contain_3 {
	position: absolute;
 top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
#contain_3 #footer {
	width: 100%;
	height: 50px;
	font-size: .7em;
	font-weight: 100;
	background-color: #5cb2ff;
	border-top: #0D72A7 5px solid;
	padding-top: 5px;
}
#contain_3 #footer p {
	text-align: center;
	color: #0D72A7;
	font-weight: 400;
}
/*MISC styles*/

.modal-body {
    padding: 5px!important;
}

.myClear {
	clear: both;
}
