/*
 *Telly - Responsive Resume & Portfolio Print Style Sheet v1.0
 *Copyright 2014 8Guild.com
 */
 
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-weight: normal;
	color: #000000;
	line-height: 1;
	font-size: 70% !important;
}
a {
	color: #000;
	text-decoration: none;
}
.sidebar-wrap-left,
.sidebar-wrap-right {
	width: 233px;
	height: 355px !important;
	float: left;
	position: relative;
	margin-right: 30px;
}
.sidebar {
	min-height: 0;
	margin-bottom: 20px;
}
.sidebar img {
	height: 353px;
}
img.print {
	display: block;
	height: 335px;
	width: 250px;
	object-fit: cover;
	object-position: top;
}
img.main {
	display: none;
}
h1#headh {
	display: none;
}
h1{
    display: block !important;
    width: 450px;
    position: absolute;
    font-size: 20px;
    top: -7px;
    left: 263px;
}
h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
h4 {
	color: #e74c3c;
}
.sidebar h3 {
    display: block;
    width: 450px;
    position: absolute;
    font-size: 19px;
    top: 20px;
    left: 263px;
    color: #666;
}
.sidebar h2 {
	margin-bottom: 0px;
}
.experience-block h2 {
	margin-bottom: 10px;
}
.date {
	color: #666;
}
.content-left section,
.content-right section {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
}
.contact-details-wrap {
	position: absolute;
	width: 450px;
	top: 65px;
	left: 263px;
	line-height: 1.3;
}
.contact-details p {
	font-size: 13px;
}
.intro {
	padding-top: 190px !important;
}
.strength img {
	display: none;
}
.portfolio, #portfolio, #contact-form, #social, #files,
.files, footer, .recommend img, #recommend img, 
.skills .column, #skills .column { display: none; }
.skills .title, #skills .title {
	font-size: 13px;
	line-height: 1.3;
	display: list-item;
	margin-left: 20px;
}

.strength h3:after {
	content: ' : ';
}

.strength .col-lg-8 {
	margin-left: 22px;
	margin-top: 8px;
}

.strength h3 + p, .strength h3 {
	display: inline;
}

#experience .group .date br {
	content: " ";
	display: none;
}

#experience .group .date span:after {
	content: " - ";
}


