/*==================================================*/
/* CSS Document - Developed by Ararazu Themes		*/
/*==================================================*/


/* Table of Content */
/*==================================================*/
/* Reset */
/* Reset HTML5 */
/* Body Styles */
/* Typography */
/* Image Styles */
/* Default Classes */
/* Site Styles */	
/* Page Styles */
/* Grid System */
/* Media Queries */


/* Reset */
/*==================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-transform: none;
	text-decoration: none;
	max-width: 100%;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset HTML5 (oldest browsers) */
/*==================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Body Styles */
/*==================================================*/
body {
	background-color: #000000;
	background-position: 0 0;
	background-repeat: repeat;
	line-height: normal;
	margin: 0;
	text-align: center;
	color: #333333;
	letter-spacing: 0;
}
body, input, select, textarea, p, a, span, label {
	font-family: 'Ubuntu', sans-serif;
}
#loading_page {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	line-height: 48px;
	margin: -30px 0px 0px -30px;
	padding: 6px;
}
/* Background Style */
.bg01 {
	background-color: #000000;
	background-image: url('../img/bg/pattern-01.png');
}

/* Typography */
/*==================================================*/
/* Headers | <h1>, <h2>, ... */
h1 {
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 5px;
	font-weight: 400;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 5px;
}
h4 {
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 5px;
}
h5 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 5px;
}
h6 {
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 10px;
}
.subtitle {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 0px;
}
code {
	background: #EEDDCC;
	width: 100%;
	height: auto;
	margin: 5px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #DDCCBB;
	font-size: 0.8em;
	float: left;
	color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#page h4 {
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}
#page h4:after {
	content: " ";
	background: #999999;
	position: relative;
	width: 30px;
	height: 1px;
	display: block;
	top: 7px;
	left: 0px;
}
#page h5 {
	color: #000000;
}
#page span.period {
	float: right;
	color: #999999;
}
/* Paragraphs, Labels and Links | <p>, <label>, <a> */
p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
}
p i.fa fa-quote-left {
	margin-right: 5px;
}
p i.fa fa-quote-right {
	margin-left: 5px;
}
a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}
.btn {
	margin: 0px 5px 0px 0px;
	padding: 10px 12px;
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn i {
	margin-right: 5px;
}
.groups {
	padding: 7px 10px;
}
.categories li {
	margin: 0px 5px 8px 0px;
	float: left;
}
#social a, .btn, .readmore {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/* Image Styles */
/*==================================================*/
img {
	/*-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;
		-ms-transition: 0.4s;
		 -o-transition: 0.4s;
			transition: 0.4s;*/
	cursor: pointer;
}
/* Default Classes */
/*==================================================*/
/* Content (initial value = hide) */
.content {
	display: none;
}
/* Inner (bleed margin) */
.inner {
	margin: 0px 30px 30px 30px;
}
/* Underline (border-bottom) */
.line {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/* Circle Class */
.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
/* Radius / Small, Medium, Large */
.radius_sm {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.radius_md {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.radius_lg {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
/* Box Sizing */
.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Shadows */
.box-shadow, .inner-shadow {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.box-shadow:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.inner-shadow {
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
}
/* Margin and Padding */
.nomargintop {
	margin-top: 0px !important;
}
.nomarginright {
	margin-right: 0px !important;
}
.nomarginbottom {
	margin-bottom: 0px !important;
}
.nomarginleft {
	margin-left: 0px !important;
}
.nopaddingtop {
	padding-top: 0px !important;
}
.nopaddingright {
	padding-right: 0px !important;
}
.nopaddingbottom {
	padding-bottom: 0px !important;
}
.nopaddingleft {
	padding-left: 0px !important;
}
/* Transitions */
.transition-01 {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.transition-02 {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.transition-03 {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.transition-04 {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
/* Clear & Clearfix	*/
.clear {
	clear: both;
	height: 0px;
}
.clearfix:after {
	content: "";
	clear: both;
	width: 0px;
	height: 0px;
}
/* Visible & Hidden */
.visible {
	opacity: 100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hidden {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* Site Styles */
/*==================================================*/
/* All (Mother - Center) */
#all {
	width: 1200px;
	margin: 0px auto;
}
/* Left Section (#leftSection) */
#leftSection {
	width: 312px;
	min-height: 1px;
	text-align: left;
	float: left;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
#leftSection #columnLeft {
	margin-left: 6px;
	border-right: 1px solid;
	width: auto;
	height: 100%;
	float: right;
}
#leftSection #columnLeft .inner {
	text-align: left;
}
#leftSection #name {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leftSection #box-photo {

	margin: 0 auto 10px auto;
	padding: 30px;
	text-align: center;
}
#leftSection img#photo {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	cursor: pointer;
	display: block;
}
#leftSection img#photo:hover {
	-webkit-filter: grayscale(0.5);
	-moz-filter: grayscale(0.5);
	-ms-filter: grayscale(0.5);
	-o-filter: grayscale(0.5);
	filter: grayscale(0.5);
}
#leftSection p {
	line-height: 1.2em;
}
#leftSection #social {
	position: absolute;
	width: 245px;
	bottom: 0;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#social.bottom {
	bottom: 30px !important;
}
#leftSection #social a {
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0px 0px 0px 5px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-size: 24px;
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#leftSection #social a.first, #leftSection #social a:first-child {
	margin-left: 0;
}
#leftSection #social a:hover {
	text-shadow: none;
	-webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
	box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
}
#leftSection #social a.last {
	margin-right: 0;
}
#leftSection #social a i {
	margin: 0 auto;
	text-align: center;
}
#leftSection ul {
	margin: 10px 0px 0px 0px;
}
#leftSection ul li a i {
	width: 20px;
	float: left;
}
#leftSection ul li {
	color: #FFFFFF;
	margin: 1px 0px 0px 0px;
	padding: 0;
	float: none;
	font-size: 0.8em;
	display: block;
}
#leftSection a {
	margin: 0;
}
#leftSection a.menu {
	text-decoration: none;
	border-bottom: 1px dotted;
}
#leftSection a:hover {
	color: #FFFFFF;
}
/* Right Section (#rightSection) */
#rightSection {
	width: 880px;
	float: left;
}
#rightSection #top {
	width: 100%;
	height: auto;
	min-height: 130px;
	margin-bottom: 30px;
	float: left;
}
#rightSection #top nav#nav {
	width: auto;
	min-height: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
#rightSection #top nav#nav ul {
	list-style: none;
	text-decoration: none;
}
#rightSection #top nav#nav ul li {
	text-decoration: none;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#rightSection #top nav#nav ul li a {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	float: left;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#rightSection #top nav#nav ul li a.active {
	text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
}
.marginTop {
	margin-top: 30px !important;
}
.marginBottom {
	margin-bottom: 30px !important;
}
#rightSection #top nav#nav ul li a:hover, #rightSection #top nav#nav ul li a:focus {
	outline: none;
	list-style: none;
	text-decoration: none;
	border: 0 !important;
}
#rightSection #top nav#nav ul li a i {
	margin: 25px auto 5px auto;
	font-size: 36px;
	display: block;
}
#rightSection #top nav#nav ul li a.active, #rightSection #top nav#nav ul li a.active:hover, #rightSection #top nav#nav ul li a.active:focus {
	-webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
}
.toRightMenu {
	margin-right: 0px !important;
}
.paddingRightMenu {
	padding-right: 20px !important;
}
#rightSection #columnRight {
	width: 100%;
	float: left;
}
#rightSection #page {
	width: 850px;
	max-width: 100%;
	margin: 0px 0px 0px 30px;
	text-align: left;
	float: left;
	overflow: auto;
	outline: 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#rightSection #page:hover, #rightSection #page:focus {
	outline: 0;
	border: 0;
}
#copyright {
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 0px 30px;
	padding: 0;
	border: 0;
	vertical-align: middle;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#copyright p {
	font-size: 0.7em;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
a.to-top {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid;
	cursor: pointer;
}
a:focus, a:active {
	text-decoration: none;
}
hr {
	background: transparent;
	width: 100%;
	height: 0px;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	clear: both;
}
/* Lists */
ul.about {
	background: none;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}
ul.about li {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	font-size: 0.8em;
}
ul.about li h6 {
	font-size: 1em;
}
ul.about li h6 i {
	margin-right: 4px;
}
ul.about li span.value {
	width: 240px;
	text-align: left;
	float: right;
}
ul.about li label:before {
	width: 100px;
	height: 1px;
	content: "";
	position: relative;
	display: block;
	float: none;
	clear: both;
}
ul.attributes {
	background: none;
	margin: 15px 0px 30px 0px;
	padding: 0px 0px 1px 0px;
}
ul.attributes.last {
	margin: 15px 0px 0px 0px;
}
ul.attributes li {
	margin: 10px 0px 0px 0px;
	padding: 8px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom: 3px solid #E9E9E9;
	font-size: 0.8em;
}
ul.attributes li.first, ul.attributes li:first-child {
	margin-top: 0px;
}
ul.attributes li h6 {
	font-size: 1em;
}
ul.attributes li h6 i {
	margin-right: 4px;
}
ul.attributes li span.value {
	width: 240px;
	text-align: left;
	float: right;
}
.skill {
	width: 150px;
	float: left;
}
.progress {
	width: 180px;
	max-width: 100%;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0;
	display: inline-table;
	float: right;
	overflow: hidden;
}
.progress span {
	width: 0px;
	height: 16px;
	line-height: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	display: inline-block;
	float: left;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.progress span.paddingProgress {
	padding: 0px;
}
span.percent {
	width: 25px;
	margin: 0px 0px 0px 6px;
	font-size: 1em;
	float: right;
}
/* Hover Effects */
.da-thumbs {
	list-style: none;
	width: auto;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.da-thumbs li {
	background: #FFFFFF;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.da-thumbs li a, .da-thumbs li a img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333333;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
/* Pages Styles */
/*==================================================*/
/* Profile Page */
span.author {
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
	display: block;
}
/* Resume Page */

/* Portfolio Page */
#portfolio-page .da-thumbs li {
	width: 25%;
	max-width: 220px;
	border: 1px solid #FFFFFF;
}

/* Blog Page */
#blog-page .da-thumbs li {
	width: 100%;
	max-width: 245px;
}
#blog-page .da-thumbs li span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0px 0px -20px;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
}
#blog-page .da-thumbs li span i {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin: 0px auto 0 auto;
	padding: 10px;
	text-align: center;
	display: inline-block;
	border: 1px solid #FFFFFF;
}
.infoPost {
	width: auto;
	height: auto;
	margin-bottom: 0px;
	float: left;
	text-align: right;
	display: inline;
}
.infoPost p {
	margin: 0px;
	font-size: 0.75em;
}
.introTextPost {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	float: none;
}
.introTextPost p {
	margin: 15px 0px 0px 0px;
	font-size: 0.9em;
	line-height: 1.4em;
}
a.readmore {
	margin: 0px 0px 0px 5px;
	padding: 7px 10px 8px 10px;
	font-size: 0.9em;
	font-weight: 300;
	float: right;
}
a.readmore:hover, a.readmore:focus, a.readmore:active {
	text-decoration: none;
}
a.readmore.disabled {
	cursor: default;
}
a.box-img-post {
	width: 100%;
	max-width: 245px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	overflow: hidden;
	display: block;
}
a.box-img-post img {
	margin: 0;
	padding: 0px 0px 0px 5px;
}
/* Post Page */
.postPage {
	text-align: justify;
	float: none;
}
.postPage p {
	margin-bottom: 0px;
}
.postPage p.caps {
	margin-top: -10px;
}
.postPage p.caps:first-letter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 3em;
	margin: 0;
    line-height: .8em;
    margin: 0;
	padding: 0px 3px 0px 0px;
	color: #515151;
    
}
.postPage .info p {
	margin-top: 0;
}
.postPage .postImg {
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 30px;
	cursor: default;
}
.tag {
	background: #DDDDDD;
	color: #000000;
	margin: 3px 0px 3px 0px;
	padding: 5px 5px;
	display: inline-block;
}
.postPage .readmore.nomargintop {
	margin-bottom: 5px;
}
/* Contact Page */
/* Google Map */

input[type="text"], input[type="password"], .input, select, textarea {
	max-width: 100%;
	min-height: 20px;
	line-height: auto;
	margin: 0;
	padding: 8px 5px;
	float: left;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type="text"].first, input[type="password"].first, .input.first, input:first-child {
	margin-left: 0;
}
input[type="text"]:focus, input[type="password"]:focus, .input:focus, select:focus, textarea:focus {
	outline: none;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	padding: 8px 0px;
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Fields - Form Elements */
#field-name {
	margin: 0px 0px 8px 0px;
	width: 30%;
}
#field-email {
	margin: 0px 0px 8px 2%;
	width: 68%;
}
#field-subject {
	margin: 0px 0px 8px 0px;
	width: 100%;
}
#field-message {
	margin: 0px 0px 8px 0px;
	width: 100%;
	min-height: 80px;
	max-height: 80px;
}
#field-clear {
	margin: 0px 0px 0px 0px;
	width: 30%;
}
#field-send {
	margin: 0px 0px 0px 2%;
	width: 68%;
}
#errordiv label.error {
	background: #FFDDDD url('../img/error.png') center right no-repeat;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 6px;
	border: 1px solid #EECCCC;
	font-size: 0.8em;
	color: #BB6666 !important;
	cursor: pointer;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
:hover, :active, :focus {
	-webkit-outline-style: none !important;
	-moz-outline-style: none !important;
	outline-style: none !important;
	outline: none !important;
}
/* Grid System */
/*==================================================*/
/* Columns */
.col {
	background: none;
	margin: 30px 0px 0px 0px;
	padding: 0;
	border: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* One Column */
.col.c1 {
	width: 100%;
	margin-left: 0%;
}
/* Two Columns */
.col.c2-1 {
	width: 48.00%;
	margin-left: 4%;
}
/* Three Columns */
.col.c3-1 {
	width: 30.66%;
	margin-left: 4%;
}
.col.c3-2 {
	width: 65.32%;
	margin-left: 4%;
}
/* Fisrt Column (no margin left) */
.col.first {
	margin-left: 0;
	display: block;
	clear: both;
}
.col .col {
	margin-top: 0;
}
#grid-system .col {
	background: #EEEEEE;
	margin-top: 5px;
	padding: 5px 0px;
	border: 1px solid #CCCCCC;
}
#grid-system .col p {
	margin: 0px 10px;
}


/* Media Queries */
/*================================================== */
/* 1200px or More */
@media only screen and (min-width: 1200px) {
#all {
	width: 1200px;
}
#leftSection {
	width: 312px;
}
#leftSection #social {
	width: 245px;
}
#leftSection #social a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
}
#rightSection {
	width: 880px;
}
#rightSection #page {
	width: 850px !important;
}
ul.about li span.value {
	width: 205px;
}
.progress {
	width: 140px;
	float: right;
	display: inline-block;
	margin: 0px;
}
#resume-page .btn {
	padding: 10px 15px;
	margin-right: 0px;
}
.postPage .postImg {
	max-width: 50%;
}
}

/* 960px to 1199px */
@media only screen and (max-width: 1199px) {
#all {
	width: 960px;
}
#leftSection {
	width: 250px;
}
#leftSection #columnLeft {
	width: 100%;
}
#leftSection #social {
	width: 190px;
}
#leftSection #social a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
}
#rightSection {
	width: 710px;
}
#rightSection #page {
	width: 680px !important;
}
ul.about li span.value {
	width: 205px;
}
.progress {
	width: 140px;
	float: right;
	display: inline-block;
	margin: 0px;
}
#resume-page .btn {
	padding: 10px 15px;
	margin-right: 0px;
}
.postPage .postImg {
	max-width: 50%;
}
}

/* 800px to 959px */
@media only screen and (max-width: 959px) {
#all {
	width: 800px;
}
#leftSection {
	width: 220px;
}
#leftSection #columnLeft {
	width: 100%;
	margin-left: 0;
}
#leftSection #box-photo {
	padding: 20px;
}
#leftSection #social {
	width: 180px;
}
#leftSection #social a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
#rightSection {
	width: 580px;
}
#rightSection #page {
	width: 560px !important;
	margin: 0px 0px 0px 20px;
}
#rightSection #top {
	min-height: 112px;
	margin-bottom: 20px;
}
#rightSection #top nav#nav ul li a {
	width: 92px;
	height: 92px;
	margin: 0px 0px 0px 20px;
}
.marginTop {
	margin-top: 20px !important;
}
.marginBottom {
	margin-bottom: 20px !important;
}
#social.bottom {
	bottom: 20px !important;
}
#rightSection #top nav#nav ul li a i {
	margin: 20px auto 5px auto;
}
#copyright, #copyright p, a.to-top {
	height: 20px;
	line-height: 20px;
}
.inner {
	margin: 0px 20px 20px 20px;
}
ul.attributes li,  ul.about li {
	padding-right: 0;
}
ul.about li span.value {
	width: 100%;
}
.progress {
	width: 110px;
	float: right;
	display: inline-block;
	margin: 0px;
}
#resume-page .btn {
	padding: 10px 15px;
	margin-right: 0px;
}
#portfolio-page .da-thumbs li {
	width: 33.33%;
}

.postPage .postImg {
	max-width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* Grid System */
	/*==================================================*/
	/* Columns */
.col {
	margin: 20px 0px 0px 0px;
}
.col.c1 {
	width: 100%;
	margin-left: 0%;
}
.col.first {
	margin-left: 0;
	display: block;
	clear: both;
}
#grid-system .col {
	background: #EEEEEE;
	margin-top: 5px;
	padding: 10px 0px;
	border: 1px solid #CCCCCC;
}
#grid-system .col p {
	margin: 0px 10px;
}
}

/* 768px to 799px */
@media only screen and (max-width: 799px) {
#all {
	width: 768px;
}
#leftSection {
	width: 220px;
}
#leftSection #columnLeft {
	width: 100%;
	margin-left: 0;
}
#leftSection #box-photo {
	padding: 20px;
}
#leftSection #social {
	width: 180px;
}
#leftSection #social a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
#rightSection {
	width: 548px;
}
#rightSection #page {
	width: 528px !important;
	margin: 0px 0px 0px 20px;
}
#rightSection #top {
	min-height: 105px;
	margin-bottom: 20px;
}
#rightSection #top nav#nav ul li a {
	width: 85px;
	height: 85px;
	margin: 0px 0px 0px 20px;
}
.marginTop {
	margin-top: 20px !important;
}
.marginBottom {
	margin-bottom: 20px !important;
}
#social.bottom {
	bottom: 20px !important;
}
#rightSection #top nav#nav ul li a i {
	margin: 18px auto 5px auto;
	font-size: 32px;
}
#copyright, #copyright p, a.to-top {
	height: 20px;
	line-height: 20px;
}
.inner {
	margin: 0px 20px 20px 20px;
}
ul.attributes li,  ul.about li {
	padding-right: 0;
}
ul.about li span.value {
	width: 175px;
}
ul.about li span.value {
	width: 100%;
}
.progress {
	width: 300px;
	float: right;
	display: inline-block;
	margin: 0px;
}
span.percent {
	width: 30px;
}
#resume-page .btn {
	padding: 10px 15px;
	margin-right: 0px;
}
#portfolio-page .da-thumbs li {
	width: 33.33%;
}
   
.postPage .postImg {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
/* Grid System */
	/*==================================================*/
	/* Columns */
.col {
	margin: 20px 0px 0px 0px;
}
.col.c1,  .col.c2-1,  .col.c3-1,  .col.c3-2 {
	width: 100%;
	margin-left: 0%;
}
.col.c3-1 {
	width: 30.66%;
	margin-left: 4%;
}
.col.c3-2 {
	width: 65.32%;
	margin-left: 4%;
}
.col.first {
	margin-left: 0;
	display: block;
	clear: both;
}
#grid-system .col {
	background: #EEEEEE;
	margin-top: 5px;
	padding: 10px 0px;
	border: 1px solid #CCCCCC;
}
#grid-system .col p {
	margin: 0px 10px;
}
}

/* 410px to 767px */
@media only screen and (max-width: 767px) {
body {
	font-size: 120%;
}
#all {
	width: 100%;
}
#leftSection {
	width: 100%;
	float: none;
	height: auto !important;
}
#leftSection #columnLeft {
	width: 100%;
	margin-left: 0;
	border: none;
}
#leftSection .inner {
	margin: 0px 20px 0px 20px;
}
#leftSection #box-photo {
	padding: 20px;
	max-width: 220px;
}
#leftSection #name {
	margin-top: 0px;
}
#leftSection #mainInfo {
	float: none;
}
#leftSection #bio {
	float: none;
	margin-bottom: 20px;
}
#leftSection #social {
	width: 100%;
	float: right;
	position: relative;
	display: none;
}
#leftSection #social a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
#rightSection {
	width: 100%;
	float: none;
	height: auto !important;
}
#rightSection #page {
	width: 100% !important;
	margin: 0;
	height: auto !important;
	float: none;
}
#rightSection #top {
	min-height: 80px;
	margin-bottom: 10px;
}
#rightSection #top nav#nav ul {
	margin-right: 10px;
}
#rightSection #top nav#nav ul li a {
	width: 70px;
	height: 70px;
	margin: 0px 0px 0px 10px;
}
#rightSection #top nav#nav ul li a i {
	margin: 18px auto 5px auto;
	font-size: 30px;
}
#rightSection #top nav#nav ul li a span {
	display: none;
}
.marginTop {
	margin-top: 10px !important;
}
.marginBottom {
	margin-bottom: 10px !important;
}
#social.bottom {
	bottom: 10px !important;
}
.jspContainer, .jspPane {
	position: relative;
	height: auto !important;
	clear: both;
}
ul.about li span.value {
	width: 100%;
}
.progress {
	width: 170px;
	float: right;
	display: inline-block;
	margin: 0px;
}
span.percent {
	width: 35px;
}
#resume-page .btn {
	padding: 10px 15px;
	margin-right: 0px;
}
#graphics-page .da-thumbs li {
	width: 33.33%;
	min-width: 160px;
}
#videos-page .da-thumbs li {
	width: 33.33%;
	min-width: 160px;
}
.postPage .postImg {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
/* Grid System */
	/*==================================================*/
	/* Columns */
.col {
	margin: 20px 0px 0px 0px;
}
.col.c1,  .col.c2-1,  .col.c3-1,  .col.c3-2 {
	width: 100%;
	margin-left: 0%;
}
.col.first {
	margin-left: 0;
	display: block;
	clear: both;
}
#grid-system .col {
	background: #EEEEEE;
	margin-top: 5px;
	padding: 10px 0px;
	border: 1px solid #CCCCCC;
}
#grid-system .col p {
	margin: 0px 10px;
}
}

/* 0px to 409px */
@media only screen and (max-width: 409px) {
body {
	font-size: 140%;
}
#all {
	width: 100%;
}
#leftSection {
	width: 100%;
	float: none;
	height: auto !important;
}
#leftSection #columnLeft {
	width: 100%;
	margin-left: 0;
	border: none;
}
#leftSection #social {
	width: 100%;
	float: right;
	position: relative;
	display: none;
}
#leftSection #social a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
#rightSection {
	width: 100%;
	float: none;
	height: auto !important;
}
#rightSection #page {
	width: 100% !important;
	margin: 0;
	height: auto !important;
}
#rightSection #top {
	min-height: 62px;
	margin-bottom: 2px;
}
#rightSection #top nav#nav ul {
	margin-right: 10px;
}
#rightSection #top nav#nav ul li a {
	width: 44px;
	height: 44px;
	margin: 0px 0px 0px 10px;
}
#rightSection #top nav#nav ul li a i {
	margin: 9px auto 5px auto;
	font-size: 22px;
}
#rightSection #top nav#nav ul li a span {
	display: none;
}
.marginTop {
	margin-top: 10px !important;
}
.marginBottom {
	margin-bottom: 10px !important;
}
#social.bottom {
	bottom: 10px !important;
}
#copyright {
	margin: 0;
}
#copyright p, a.to-top {
	display: block;
	width: 100%;
	text-align: center;
	border: 0;
	padding: 10px 0px;
}
.jspContainer, .jspPane {
	position: relative;
	height: auto !important;
	clear: both;
}
ul.about li span.value {
	width: 100%;
}
.progress {
	width: auto;
	float: none;
	display: block;
	margin: 5px 0px 0px 0px;
}
span.percent {
	width: auto;
}
/* Grid System */
	/*==================================================*/
	/* Columns */
.col {
	margin: 20px 0px 0px 0px;
}
.col.c1,  .col.c2-1,  .col.c3-1,  .col.c3-2 {
	width: 100%;
	margin-left: 0%;
}
.categories li, .btn {
	padding: 6px auto;
	text-align: center;
	width: 100%;
	margin: 2px 0px 0px 0px;
	display: block;
	float: none;
}
#portfolio-page .da-thumbs li {
	width: 100%;
	max-width: 220px;
}
   
.postPage .postImg {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
}

/* Retina Media Queries */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Background Style */
.bg01 {
	background-image: url('../img/bg/pattern-01_402X.png');
}
}

/* HTML5Box - RESPONSIVE */

.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}



/* ---------------- */
/* Black Style		*/
/* ---------------- */

/* Color 1 | #000000 */
/* ---------------- */
nav#nav ul li a.active, nav#nav ul li a.active:hover, nav#nav ul li a.active:focus, ul.bjqs-controls li a:hover, ul.bjqs-controls li a:focus, ol.bjqs-markers li a:hover, ol.bjqs-markers li.active-marker a, .bgLight, .progress span, .jspDrag, .box-img-post, #field-send:hover, #field-send:focus, .btn.groups.active:hover, .btn.groups.active:focus {
	background-color: #000000;
}
ul.bjqs-controls li a, ol.bjqs-markers li a, a:hover, a:focus, input[type="text"]:focus, input[type="password"]:focus, .input:focus, select:focus, textarea:focus, span.feat {
	color: #000000;
}
ol.bjqs-markers li a, ol.bjqs-markers li a:hover, ol.bjqs-markers li.active-marker a, .btn:hover, .btn:focus, .btn:active, .btn.groups.active, .btn.groups:hover, .btn.groups:focus, input[type="text"]:focus, input[type="password"]:focus, .input:focus, select:focus, textarea:focus, #field-send:hover, #field-send:focus {
	border-color: #000000;
}
/* Color 2 | #111111 */
/* ---------------- */
#mobile-nav-bt, #box-photo, #social a, a.readmore:hover, a.readmore:focus, a.readmore:active {
	background-color: #111111;
}
#social a:hover, a:visited, a, a.readmore:visited, a.readmore, span.author {
	color: #111111;
}/* Darken */
a.readmore:visited, a.readmore {
	border: 1px solid #111111;
}
/* Color 3 | #222222 */
/* ---------------- */
.color-hover, #page h4:after, .btn:hover, .btn:focus, .btn:active, #field-send, #field-send, .btn.groups:hover, .btn.groups:focus, .btn.groups:active, .btn.groups.active, #leftSection ul li {
	background-color: #222222;
}
::selection {
	background-color: #222222;
}
::-moz-selection {
background-color: #222222;
}
.progress span, .jspDrag, h5, #page h1, #page h2, #page h3, #page h4, #page h6, #page label, #copyright p {
	color: #222222;
}
#box-photo, #social a, #field-send, .line {
	border-color: #9a9a9a;
}
ul.attributes li, ul.about li {
	border-left-color: #222222;
}
/* Color 4 | #333333 */
/* ---------------- */
#leftSection #bio, #leftSection a.menu {
	color: #9a9a9a;
}
#leftSection #columnLeft, #leftSection a.menu {
	border-color: #333333;
}

