/*-----------------------------*\
	CONTENT
\*-----------------------------*/

/*

1.  $GLOBAL

2.  $BODY
3.  $NAVIGATION
4.  $HEADER
5.  $ABOUT_ME
6.  $EXPERIENCE
7.  $EDUCATION
8.  $PORTFOLIO
8.  $MY_BLOG
9.  $FOOTER

10. $BLOG
11. $SINGLE_POST
12. $WP_STYLES

13. $RESPONSIVE

*/

/*-----------------------------*\
	$GLOBAL
\*-----------------------------*/
html {
	font-size: 16px;
}
body {
	font-size: 62.5%;
}
.borderbtn {
	border-bottom: 1px solid #d4d4d4;
}
.borderleft {
	border-left: 1px solid #d4d4d4;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0; 
}
a {
	outline: 0;
}
a:hover, a:active, a:focus {
	outline: 0;
}
input::-moz-focus-inner { 
	border: 0; 
}
a, input, button {
	-ms-touch-action: none !important;
}
form, input, textarea {
	outline: 0;
}
.centerize {
	margin: 0 auto;
	text-align: center;
}
.aside_el {
	text-align: right;
	padding-right: 5px;
}
.aside_el h2 {
	font: 2.9em 'Arvo', serif; /* 29px/10 */
	line-height: 1.25em;
	color: #464646;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0;
}
.aside_el h5 {
	font: 1.35em 'Droid Sans', sans-serif; /* 14px/10 */
	line-height: 1.2em;
	color: #0099e8;
	font-weight: normal;
	margin-top: 2px;
}
.par_el {
	padding-left: 30px;
	padding-right: 10px;
	position: relative;
}
.par_el p {
	font-family: 'Droid Sans', sans-serif; /* 14px/10 */
	font-size: 1.4em;
	line-height: 1.8em;
	color: #8e8d8d;
	text-align: left;
}
.page {
	padding-bottom: 70px;
}

/*-----------------------------*\
	$BODY
\*-----------------------------*/
body {
	background: #b9babe url("../img/body-bg.png") repeat;
}
.wrapper {
	margin: 0; padding: 0;
	width: 100%;
}
.container {
	/* Positioning & Display */
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 320px;
	position: relative;
	/* Color */
	background: #fff url("../img/container-bg.png");
	-webkit-box-shadow: 0px 0px 20px rgba(3, 3, 3, 0.3);
	-moz-box-shadow:    0px 0px 20px rgba(3, 3, 3, 0.3);
	box-shadow:         0px 0px 20px rgba(3, 3, 3, 0.3);
}

/*-----------------------------*\
	$NAVIGATION
\*-----------------------------*/
.site_nav {
	height: 85px;
	font-family: 'Droid Sans', serif;
	z-index: 1000;
	/* Color */
	background: #ffffff url("../img/container-bg.png");
	-webkit-box-shadow: 0px 2px 4px rgba(3, 3, 3, 0.2);
	-moz-box-shadow:    0px 2px 4px rgba(3, 3, 3, 0.2);
	box-shadow:         0px 2px 4px rgba(3, 3, 3, 0.2);
}
.site_nav ul {
	text-align: center;
	margin: 0; padding: 0;
}
.site_nav li {
	/* Positioning & Display */
	vertical-align: middle; 
	margin: 0;
	margin-left: -2px;
	padding: 0 18px;
	display: inline-block;
	/* Elemants */
	border-top: 10px solid transparent;
}
.site_nav a {
	/* Text */
	font-size: 1.6em; /* 16px/10 */
	line-height: 5.3125em;  /* 85px/16px */
	color: #0099e8;
	/* Positioning & Display */
	top: -10px;
	position: relative;
	margin: 0; padding: 0;
	/* Animation */
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.site_nav a:hover, .site_nav a:focus {
	text-decoration: none;
	color: #747474;
}
.site_nav li.active {
	border-top: 10px solid #0099e8;
}
.site_nav li.active a {
	color: #747474;
}
.scrollbutton {
	display: none;
}
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	z-index: 10000;
	background: url('../img/icon_top.png') no-repeat;
}

/*-----------------------------*\
	$HEADER
\*-----------------------------*/
.site_header {
	padding-top: 30px;
	padding-bottom: 33px;
	position: relative;
	text-align: center;
}
.site_header h1 {
	/* Text */
	font: 6em 'Arvo', serif; /* 60px/10 */
	line-height: 0.66666666em; /* 40px/60px */
	font-weight: bold;
	color: #464646;
	/* Positioning & Display */
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 2;
}
#logoline {
	text-align: center;
}
.site_header h1:before,
.site_header h1:after {
	/* Elemants */
	border-top: 1px solid #d4d4d4;
	content: " ";
	/* Positioning & Display */
	display: block;
	height: 1px;
	width: 32%;
	position: absolute;
	left: 0;
	top: 1em;
	z-index: 1;
}
.site_header h1:after {
	right: 0;  
	left: auto; 
}
.site_header h2 {
	font: 2.1em 'Arvo', serif; /* 21px/10 */
	font-weight: normal;
	color: #616161;
	margin: -4px 0 25px 0;
}
.site_header h3 {
	font: 2.5em 'Droid Sans', sans-serif; /* 25px/10 */
	line-height: 1.2em; /* 30px/25px */
	font-weight: 400;
	color: #a4a5a6;
	margin-right: 8%;
	margin-left: 8%;
}

/*-----------------------------*\
	$ABOUT_ME
\*-----------------------------*/
.about_me {
	margin-top: 50px;
}
.circle {
	/* Positioning & Display */
	border-radius: 50%;
	width: 84px;
	height: 84px;
	display: inline;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	/* Elemants */
	border: 4px solid white;
	-webkit-box-shadow: 0px 0px 15px rgba(3, 3, 3, 0.3);
	-moz-box-shadow:    0px 0px 15px rgba(3, 3, 3, 0.3);
	box-shadow:         0px 0px 15px rgba(3, 3, 3, 0.3);
	overflow: hidden;
}
.circle img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.about_me article p:last-child {
	margin-bottom: -3px;
}
/* contact info */
.cont_info {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.soc ul li {
	display: inline-block;
	width: 18%;
	margin:  0 2% 1.5em 0;
	float: left;
}
.soc img {
	max-width: 100%;
}
.info {
	margin-top: 1.2em;
	float: left
}
.info ul li {
	padding-bottom: 20px;
}
.info ul li span {
	/* Text */
	font-size: 2.4em;
	color: #222222;
	/* Positioning & Display */
	margin: 0; padding: 0;
	margin-top: -6px;
	position: relative;
}
.info ul li a, .info ul li a:hover {
	font-size: 1.4em;
	color: #959595;
	text-decoration: none;
	line-height: 0em;
	padding-left: 30px;
}

.additionalfield img {
	margin-left: 0.7em;
}

.contacticon {
	margin-left: -15px;
}

/* Skills Progressbar */
.progressbar {
    width:100%;
    height: 13px;
    margin: 0 auto 20px auto;
    padding: 0px;
    background: #cfcfcf;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa #bbb #fff #bbb;    
    box-shadow: inset 0px 2px 3px #bbb;    
}
.progressbar, .progressbar-inner {
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
}
.progressbar-inner {
    width: 77%;
    height: 100%;
    background: #999;
    background-size: 18px 18px;
    background-color: #ac0;   
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    
    box-shadow:inset 0px 2px 8px rgba(255, 255, 255, .5), inset -1px -1px 0px rgba(0, 0, 0, .2);
}

.progressbar-inner {
    background-color: #f2c345;
}
.percent_10 .progressbar-inner {
	width: 10%;
}
.percent_20 .progressbar-inner {
	width: 20%;
}
.percent_30 .progressbar-inner {
	width: 30%;
}
.percent_40 .progressbar-inner {
	width: 40%;
}
.percent_50 .progressbar-inner {
	width: 50%;
}
.percent_60 .progressbar-inner {
	width: 60%;
}
.percent_70 .progressbar-inner {
	width: 70%;
}
.percent_80 .progressbar-inner {
	width: 80%;
}
.percent_90 .progressbar-inner {
	width: 90%;
}
.percent_100 .progressbar-inner {
	width: 100%;
}

/*-----------------------------*\
	$MY_EXPERTISE
\*-----------------------------*/
.my_expertise {
	margin-top: 60px;
}
.skill_level {
	margin-top: 10px;
	padding: 0 12px 0 7px;
}
.skill_level h4{
	/* Text */
	font: 1.4em 'Droid Sans', sans-serif; /* 14px/10 */
	line-height: 1.071428em; /* 15px/14px */
	color: #464646;
	text-align: center;
	font-weight: bold;
	/* Positioning & Display */
	margin-top: -10px;
}

/*-----------------------------*\
	$EXPERIENCE
\*-----------------------------*/
.experience {
	margin-top: 60px;
}
.experience p, .education p, 
.blogsection p, .newsecwithsec p {
	color: #c0c0c0;
}
.period {
	/* Positioning & Display */
	position: absolute;
	top: 0;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 120px;
	/* Text */
	font: 1.6em 'Droid Sans', sans-serif; /* 16px/10 */
	color: white;
	font-weight: 400;
	/* Color */
	background-color: #0099e8;
}
.bigspacing {
	padding-left: 155px;
}
.par_el h2 {
	font-family: 'Arvo', serif;
	font-size: 2.3em; /* 23px/10 */
	font-weight: normal;
	line-height: 1em;
	color: #464646;
	margin-top: 0;
}
.par_el h3 {
	font: 1.8em 'Droid Sans', sans-serif; /* 18px/10 */
	/* line-height: 0.535714em; */ /* 15px/28px */
	color: #8e8e8e;
	/* padding-bottom: 5px; */
}
.in_spacing {
	position: relative;
	padding-bottom: 15px;
	padding-right: 10px;
}
.in_spacingbottom {
	position: relative;
	padding-bottom: 0px;
	padding-right: 10px;
}

/*-----------------------------*\
	$NEW SECTION
\*-----------------------------*/
.newsec {
	margin-top: 60px;
}

/*-----------------------------*\
	$EDUCATION
\*-----------------------------*/
.education {
	margin-top: 60px;
}

/*-----------------------------*\
	$PORTFOLIO
\*-----------------------------*/
.portfolio {
	margin-top: 60px;
}
/* galleryContainer */
.galleryContainer {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -10px;
}
/* gallery */
.galleryItem {
	width: 27%;
	margin:  2% 3% 5px 3%;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color 0.5s ease;
}
.galleryItem h3 {
	font: 1.6em 'Droid Sans', sans-serif; /* 16px/10 */
	line-height: 1.125em; /* 18px/16px */
	color: #616161;
	padding-top: 5px;
	-webkit-transition: color 0.5s ease;
}
.galleryItem p {
	font: 1.4em 'Droid Sans', sans-serif; /* 14px/10 */
	line-height: 1em; /* 14px/14px */
	color: #a6abae;
	margin-top: -8px;
	-webkit-transition: color 0.5s ease;
}
.galleryItem img {
	max-width: 100%;
	border: 4px solid white;
	-webkit-box-shadow: 0px 0px 5px rgba(3, 3, 3, 0.3);
	-moz-box-shadow:    0px 0px 5px rgba(3, 3, 3, 0.3);
	box-shadow:         0px 0px 5px rgba(3, 3, 3, 0.3);
}

/*-----------------------------*\
	$MY_BLOG
\*-----------------------------*/
.blogsection {
	margin-top: 70px;
}
.blogsection h2 {
	cursor: pointer;
}
.blogsection h2 a {
	text-decoration: none;
	color: inherit;
}
.blogsection .post h2 a {
	color: #00B2F0;
}
.read-more {
	font-size: 12px;
	color: #00B2F0;
}
.read-more:hover {
	text-decoration: none;
	color: #00B2F0;
}
.smallerbutton {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em; /* 13px/10 */
	font-weight: 400;
	color: white;
	text-decoration: none;
	background: none;
	background-color: #0093d0;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	padding: 4px 18px;
	display: inline-block;
	position: relative;
	/*Transition*/
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.smallerbutton:active {
	background-color: #747474;
}

/*-----------------------------*\
	$FOOTER
\*-----------------------------*/
#contact {
	margin: 0 18px;
}
footer {
	border-top: 1px solid #d4d4d4;
	background: #f0f4f2 url("../img/contact-bg.png") repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}
.postedcomments {
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 20px;
	border-top: 1px solid #d4d4d4;
}
.comment_form {
	padding: 40px;
	background: #dfdcdf url("../img/form-bg.png") repeat;
	margin-left: 33px;
	margin-right: 15px; /* 15 */
	margin-bottom: 0px;
}
.comment_form fieldset {
	margin-left: -20px;
	margin-right: 2px;
} 
.form_inputs {
	margin-right: -20px;
}
.comment_form input {
	/* Positioning & Display */
	width: 100%;
	/* height: 30px; */ /* 40 */
	padding-left: 15px; /* 15 */
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: normal;
	vertical-align: middle;
	/* Elemants */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e4e2e2;
}
.comment_form textarea {
	/* Positioning & Display */
	width: 100%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 8px;
	/* Elemants */
	border: 1px solid #e4e2e2;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder  {
	color: #464646;
	font: 14px 'Droid Sans', sans-serif;
	opacity: 1;
}
input:-moz-placeholder , textarea:-moz-placeholder { /* Firefox 18- */
	color:  #464646;
	font: 14px 'Droid Sans', sans-serif;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #464646;
	font: 14px 'Droid Sans', sans-serif;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
	color: #464646;
	font: 14px 'Droid Sans', sans-serif;
	opacity: 1;
}
#submit-message {
	/* Text */
	font: 1.4em 'Droid Sans', sans-serif; /* 14px/10 */
	font-weight: normal;
	letter-spacing: -0.5px;
	color: white;
	text-decoration: none;
	margin-right: -20px;
	/* Color */
	background-color: #0093d0;
	/* Elemants */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	/* Positioning & Display */
	padding: 0;
	width: 220px;
	float: right;
	height: 40px;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#submit-message:hover {
	background-color: #747474;
}
#submit-message:active {
	background-color: red;
}

.comment_form ul {
	margin-left: 5px;
	margin-top: -15px;
	margin-bottom: 5px;
}
.comment_form li {
	list-style-type: none;
	font-size: 1.2em; /* 12px/10 */
	color: red;
	margin-left: -3px;
	margin-top: -5px;
}
.posttitlelink:hover {
	text-decoration: none;
}
.pagenavigation {
	margin-top: 70px;
	font-size: 1.8em;
	text-align: center;
	clear: both;
}
#smart_men {
	display: none;
}

/*-----------------------------*\
	$BLOG
\*-----------------------------*/
.blogpost h2 {
	font-size: 2.7em;
	color: #0088cc;
}
.blogpost h2 a {
	color: #0088cc;
}
.blogpost h5 {
	font-size: 1.3em;
}
.pagination  {
	float: right;
	margin-right: 15px;
}
.pagination a {
	/* Text */
	font: 1.6em 'Droid Sans', sans-serif; /* 16px/10 */
	color: white;
	font-weight: 400;
	/* Color */
	background-color: #0099e8;
	/* Positioning & Display */
	padding: 0 5px;
	margin: 5px;
}

/*-----------------------------*\
	$SINGLE_POST
\*-----------------------------*/
.single_post {
	margin-top: 50px;
}
.single_post aside h2 {
	font-size: 2.15em;
}
.single_post article p:last-child {
	margin-bottom: -3px;
}
.single_post aside h5 {
	font-family: 'Droid Sans', sans-serif;
	color: #464646;
	margin-top: 9px;
	font-size: 1.3em;
}
.single_post aside h5 a {
	padding-top: 10px;
}

/*-----------------------------*\
	$WP_STYLES
\*-----------------------------*/
.single_post aside h5 a:hover {
	text-decoration: none;
	color: #747474;
}
#reply-title {
	font: 15 'Arvo',serif;
	color: rgb(70, 70, 70);
	margin-top: 1.5em;
}
#respond {
	margin-right: 35px;
}
.comment-form-author input, .comment-form-email input {
	/* Positioning & Display */
	width: 100%;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: normal;
	vertical-align: middle;
	/* Elemants */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e4e2e2;
}
#respond textarea {
	/* Positioning & Display */
	width: 100%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 8px;
	/* Elemants */
	border: 1px solid #e4e2e2;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.comment-form-author, .comment-form-email {
	width: 46%;
	display: inline-block;
	margin-bottom: -1px;
}
.comment-form-author {
}
.comment-form-email {
	float: right;
}
.comment-form-comment {
	width: 100%;
	position: relative;
}
#comment {
	
}
.form-submit {
}
#submit {
	/* Text */
		/* font: 1.4em 'Droid Sans', sans-serif; /* 14px/10 */
	font-weight: 400;
	/* letter-spacing: -0.3px; */
	color: white;
	text-decoration: none;
	margin-right: -20px;
	/* Color */
	background: none;
	background-color: #0093d0;
	/* Elemants */
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	/* Positioning & Display */
	width: 160px;
	float: right;
	height: 32px;
	display: inline-block;
	position: relative;
	/*Transition*/
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
#submit:hover {
	background-color: #747474;
}
#submit:active {
	background-color: red;
}



.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.sticky {
}
.bypostauthor {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	float: right;
	margin: 0 0 0 1.5em;
}
img.alignleft {
	float: left;
	margin: 0 1.5em 0 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Comments */
.media-list {
	padding-top: 25px;
	padding-bottom: 5px;
}
.media-body h4 {
	display: inline-block;
}
.media-body h4 cite {
	font-size: 12px;
	font-family: 'Droid Sans',sans-serif;
	color: rgb(70, 70, 70);
}
.label {
	border-radius: 3px 3px 3px 3px;
}
.label, .badge {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: rgb(255, 255, 255);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgb(153, 153, 153);
	padding: 1px 3px;
}
.media-body p {
	margin: 0;
	padding: 0;
}
span.meta {
	font-size: 11px;
	padding-left: 5px; 
}
span.meta a:hover {
	text-decoration: none;
	color: #747474;
}
.comment-reply-link {
	font-size: 11px;
}
.comment-reply-link:hover {
	text-decoration: none;
	color: #747474;
}
.children {
	padding-left: 15px;
	padding-top: 15px;
}
#respond a:hover {
	text-decoration: none;
	color: #747474;
}
/* Post */ 
.par_el ol li, .par_el ul li {
	font-family: 'Droid Sans',sans-serif;
	font-size: 1.4em;
	line-height: 1.8em;
	color: rgb(142, 141, 141);
}
.par_el ol li {
	list-style: decimal inside;
}
.par_el ul li {
	list-style: circle inside;
}
.par_el blockquote {
	border-left: 2px solid #D4D4D4;
}
.par_el blockquote p {
	color: #C0C0C0; /* #C0C0C0; */
	font-size: 1.55em;
}

/* Single Post */ 

.single_el {
	padding-left: 30px;
	padding-right: 10px;
	position: relative;
}
.single_el p {
	font-family: 'Droid Sans', sans-serif; /* 14px/10 */
	font-size: 1.4em;
	line-height: 1.8em;
	color: #8e8d8d;
	text-align: left;
}
.single_el h2 {
	font-family: 'Arvo', serif;
	font-size: 2.3em; /* 23px/10 */
	font-weight: normal;
	line-height: 1em;
	color: #464646;
	margin-top: 0;
}
.single_el h3 {
	font: 1.8em 'Droid Sans', sans-serif; /* 18px/10 */
	line-height: 0.535714em; /* 15px/28px */
	color: #8e8e8e;
	padding-bottom: 5px;
}

.single_el > ol li, .single_el > ul li {
	font-family: 'Droid Sans',sans-serif;
	font-size: 1.4em;
	line-height: 1.8em;
	color: rgb(142, 141, 141);
}
.single_el > ol li {
	list-style: decimal inside;
}
.single_el > ul li {
	list-style: circle inside;
}
.single_el > blockquote {
	border-left: 2px solid #D4D4D4;
}
.single_el > blockquote p {
	color: #C0C0C0; /* #C0C0C0; */
	font-size: 1.55em;
}

/*-----------------------------*\
	$RESPONSIVE
\*-----------------------------*/
@media only screen and (max-width: 950px) {
	.container {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.scrollbutton {
		display: block;
	}
}
@media only screen and (max-width: 870px) {
	.site_header h1:before,
	.site_header h1:after {
		width: 28%;
	}
	.cont_info {
		padding-left: 0px;
	}
	.site_header h3 {
		font: 2em 'Droid Sans', sans-serif; /* 25px/10 */
	}
	.upbtnwrapp {
		display: block;
	}
	.aside_el > h5 > a  {
		display: none;
	}
}
@media only screen and (max-width: 785px) {
	.site_nav li {
		padding: 0 12px;
	}
	.site_nav a {
		font-size: 1.35em; /* 16px/10 */
		line-height: 6.538461538461538em;  /* 85px/14px */
	}
}
@media only screen and (max-width: 767px) {
	#contact {
		padding-top: 20px;
	}
	.site_nav li {
		padding: 0 12px;
	}
	.site_nav a {
		font-size: 1.3em; /* 16px/10 */
		line-height: 6.538461538461538em;  /* 85px/14px */
	}
	.borderleft {
		border-left: none;
	}
	.site_header {
		padding-top: 17px;
		padding-bottom: 25px;
	}
	.site_header h1 {
		font: 4em 'Arvo', serif; /* 60px/10 */
		line-height: 0.66666666em; /* 40px/60px */
		font-weight: bold;
		color: #464646;
	}
	.site_header h2 {
		font: 1.9em 'Arvo', serif;
	}
	.site_header h3 {
		font: 1.7em 'Droid Sans', sans-serif;
		line-height: 1.2em;
	}
	.aside_el {
		text-align: center;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.aside_el h5 {
		margin-top: 15px;
	}
	.single_el, .par_el {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single_el img, .par_el img {
		max-width: 100%;
	}
	/* contact info */
	.cont_info {
		padding-left: 0px;
		margin-top: 40px;
	}
	.soc {
		width: 200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.info {
		padding-top: 20px;
		width: 200px;
		margin: 0 auto;
		overflow: hidden;
		float: none;
	}
	.skill_level {
		margin-top: 30px;
		padding: 0 18px 0 14px;
	}
	.about_me {
		margin-top: 35px;
	}
	.my_expertise {
		margin-top: 35px;
	}
	.experience {
		margin-top: 35px;
	}
	.education {
		margin-top: 35px;
	}
	.portfolio {
		margin-top: 35px;
	}
	.blog {
		margin-top: 35px;
	}
	#respond {
		margin-right: 35px;
		margin-left: 13px;
	}
	footer {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.comment_form {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 630px) {
	.site_nav li.active {
		border-top: none;
	}
	.site_nav {
		height: 100%;
		padding-top: 10px;
	}
	.site_nav ul {
		display: block;
	}
	.site_nav li {
		display: block;
		border-top: none;
		margin-left: 0;
		padding: 0;
	}
	.site_nav a {
		font-size: 1.5em; /* 15px/10 */
		line-height: 1.7em;  /* 130px/15px */
		display: block;
		top: 0;
	}
	.site_header {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.site_header h1 {
		font: 3em 'Arvo', serif; /* 60px/10 */
		line-height: 0.66666666em; /* 40px/60px */
		font-weight: bold;
		color: #464646;
	}
	.site_header h2 {
		font: 1.7em 'Arvo', serif; /* 21px/10 */
	}
	.site_header h3 {
		font: 1.6em 'Droid Sans', sans-serif; /* 25px/10 */
		line-height: 1.2em; /* 30px/25px */
		margin-top: -15px;
	}
	.aside_el  h2 {
		font: 2em 'Arvo', serif; /* 29px/10 */
		line-height: 0.8em;
		margin-bottom: -10px;
	}
	.aside_el  h5 {
		font: 1.35em 'Droid Sans', sans-serif; /* 14px/10 */
		line-height: 1.1em; /* 14px/14px */
	}
	.cont_info {
		margin-top: 25px;
	}
	.about_me {
		margin-top: 20px;
	}
	.my_expertise {
		margin-top: 25px;
	}
	.experience, .education, .portfolio {
		margin-top: 20px;
	}	
	.single_el h2, .par_el h2 {
		font: 1.9em 'Arvo',serif;
		margin-top: 3px;
		padding-top: 2px;
		max-width: 77%;
	}
	.single_el h3, .par_el h3 {
		font: 1.4em/0.535714em 'Droid Sans',sans-serif;
		padding-bottom: 5px;
	}
	.comment-form-author , .comment-form-email {
		width: 44%;
	}
}
@media only screen and (max-width: 540px) {
	.cont_info {
		margin-top: 20px;
	}
	.info {
		padding-top: 10px;
	}
	.info ul li {
		padding-bottom: 10px;
	}
	.aside_el {
		margin-bottom: 20px;
	}
	/* galleryContainer */
	.galleryContainer {
		width: 95%;
	}
	/* gallery */
	.galleryItem {
		width: 43.2%;
		margin:  2% 3% 5px 3%;
	}
	.bigspacing {
		padding-left: 0px;
	}
	.period {
		font: 600 1.4em 'Droid Sans',sans-serif;
		right: 20px;
	}
	.comment-form-author , .comment-form-email {
		width: 43%;
	}
}
@media only screen and (max-width: 480px) {
	#contact {
		padding-top: 15px;
	}
	.site_header {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.site_header h1 {
		font: bold 2.6em 'Arvo',serif;
	}
	.site_header h2 {
		font: 1.5em 'Arvo', serif;
	}
	.site_header h3 {
		font: 1.3em 'Droid Sans', sans-serif;
		line-height: 1.2em; /* 30px/25px */
		margin-top: -15px;
	}
	.aside_el  h2 {
		font: 1.8em 'Arvo', serif; /* 29px/10 */
		line-height: 0.8em;
		margin-bottom: -10px;
	}
	.aside_el  h5 {
		font: 1.5em 'Droid Sans', sans-serif; /* 14px/10 */
		line-height: 1.1em; /* 14px/14px */
	}
	.single_el p, .par_el p {
		font: 1.3em 'Droid Sans', sans-serif; /* 14px/10 */
		color: #8e8d8d;
		text-align: left;
	}
	.single_el h2, .par_el h2 {
		font: 1.6em 'Arvo',serif;
		margin-top: 3px;
		padding-top: 2px;
		max-width: 63%;
	}
	.single_el h3, .par_el h3 {
		font: 1.3em 'Droid Sans',sans-serif;
		margin-top: -10px;
	}
	.period {
		font: 600 1.3em 'Droid Sans',sans-serif;
	}
	.galleryItem h3 {
		font: 1.4em 'Droid Sans', sans-serif;
		line-height: 1em;
		padding-top: 5px;
	}
	.galleryItem p {
		font: 1.25em 'Droid Sans', sans-serif;
		line-height: 1em;
		margin-top: -8px;
	}
	.skill_level h4 {
		font: 1.3em 'Droid Sans', sans-serif; /* 14px/10 */
		line-height: 1.071428em; /* 15px/14px */
		margin-top: -10px;
	}
	.page {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 420px) {
	/* galleryContainer */
	.galleryContainer {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		margin-top: -10px;
		text-align: center;
	}
	/* gallery */
	.galleryItem {
		width: 91.3%;
		margin:  20px 3% 5px 3%;
		-webkit-transition: color 0.5s ease;
		float: none;
	}
	.galleryItem h3 {
		font: 1.5em 'Droid Sans', sans-serif; /* 15px/10 */
		line-height: 1em; /* 15px/15px */
		color: #4f6676;
		padding-top: 5px;
		-webkit-transition: color 0.5s ease;
	}
	.galleryItem p {
		font: 1.3em 'Droid Sans', sans-serif; /* 13px/10 */
		line-height: 1em; /* 15px/15px */
		color: #a6abae;
		margin-top: -8px;
		-webkit-transition: color 0.5s ease;
	}
	.comment_form {
		padding: 30px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.comment-form-author , .comment-form-email {
		width: 41%;
	}
}
@media only screen and (max-width: 360px) {
	.site_header h1 {
		font: bold 2em 'Arvo',serif;
	}
	.period {
		font-size: 1.1em;
	}
	.single_el h2, .par_el h2 {
		font: 1.4em 'Arvo',serif;
		margin-top: 3px;
		padding-top: 2px;
	}
	.comment-form-author , .comment-form-email {
		width: 38%;
	}
}
@media only screen and (max-width: 280px) {
	.period { position: static; }
}

/* Retina screens patterns */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	body {
		background: #b9babe url("../img/body-bg@2x.png") repeat;
		background-size: 77px 77px;
	} 
	.container, .site_nav {
		background: #ffffff url("../img/container-bg@2x.png");
		background-size: 300px 300px;
	}
	footer {
		background: #f0f4f2 url("../img/contact-bg@2x.png") repeat;
		background-size: 100px 100px;
	}
	.comment_form {
		background: #dfdcdf url("../img/form-bg@2x.png") repeat;
		background-size: 12px 12px;
	}
}

/*-----------------------------*\
	$PRINT
\*-----------------------------*/
@media print {

	/* <Global> */
	a[href]:after {
		content: none !important;
	}

	a[href^="mailto"]:after {
		content: "";
	}

	.page {
		padding-bottom: 0px;
	}
	.container-fluid, .row-fluid {
		margin: 0; padding: 0;
	}
	.borderleft {
		border: none;
	}

	/* Hide */
	.site_nav, .siteFooter, .soc, #blog, #portfolio,
	.site_header h1:before, .site_header h1:after,
	.aside_el h5, .skill_level h4, .progressbar, iframe  {
		display: none !important;
	}

	/* [Aside] */
	.aside_el h2 {
		font: 2.1em 'Arvo', serif;
		line-height: 1.25em;
		margin-bottom: 20px;
		margin-top: 0;
		text-align: center;
	}

	/* [Paragraphs] */
	.single_el, .par_el {
		padding-left: 0; /* 30px; */
		padding-right: 0; /* 10px; */
	}
	.single_el p, .par_el p {
		font-size: 1.2em;
		line-height: 1.8em;
		text-align: left;
	}

	/* <Body> */
	.container {
		width: 100%;
		margin: 0; padding: 0;
		background: none;
	}

	/* <Header> */
	.site_header {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	.site_header h1 {
		font: 2.7em 'Arvo', serif;
		line-height: 0.66666666em;
		font-weight: bold;
	}
	.site_header h2 {
		font: 1.5em 'Arvo', serif;
		margin: -4px 0 20px 0;
	}
	.site_header h3 {
		font: 1.4em 'Droid Sans', sans-serif;
		line-height: 1.5em;
		margin-right: 8%;
		margin-left: 8%;
	}

	/* <About me> */
	.about_me {
		margin-top: 30px;
	}
	.circle {
		width: 70px;
		height: 70px;
	}
	.circle img {
		width: 70px;
		height: 70px;
	}
	.about_me article p:last-child {
		margin-bottom: -3px;
	}

	/* contact info */
	.cont_info {
		padding-left: 260px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 30px;
		/* margin-bottom: -5px; */
	}
	.info {
		margin-top: 0px;
	}
	.info ul li {
		padding-bottom: 7px;
	}
	.info ul li span {
		/* Text */
		font-size: 2em;
		/* Positioning & Display */
		margin: 0; padding: 0;
		margin-top: -4px;
		position: relative;
	}
	.info ul li a, .info ul li a:hover {
		font-size: 1.1em;
		line-height: 0em;
		padding-left: 30px;
	}

	/* <My expertise> */
	.my_expertise {
		margin-top: 20px;
		margin-bottom: -20px;
	}

	/* <Experience> */
	.experience {
		margin-top: 20px;
	}
	.single_el h2, .par_el h2 {
		font-family: 'Arvo', serif;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 0.6em;
		margin-top: 10px;
	}
	.single_el h3, .par_el h3 {
		font: 1.4em 'Droid Sans', sans-serif;
		line-height: 0.535714em;
		padding-bottom: 5px;
	}
	.bigspacing {
		padding-left: 0px;
	}
	.period {
		position: absolute;
		top: 0;
		right: 0;
		padding-left: 5px;
		padding-right: 5px;
		max-width: 100%;
		font: 1.4em 'Droid Sans', sans-serif;
		color: white !important;
		font-weight: 400;
		background-color: #0099e8;
	}

	/* <Education> */
	.education, .newsec {
		margin-top: 20px;
	}

}