/*Preloader*/
#loader {
    background: #efefef;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {

    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	opacity:.9;
	text-align:center;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin:0;
		padding:0;
}

body {
    color: #000000;
    font: 14px/22px "open_sans",Arial,sans-serif;
    margin: auto;
	padding:auto;
	width:1050px;
	 -webkit-print-color-adjust:exact;
	color-adjust:exact;
}

.resumecreatingtemplate {
    margin-top: 50px;
}

.main-title {
	background-color: #ddd;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 8px 20px;
	position: relative;
	 border-radius: 10px;
	  -webkit-print-color-adjust:exact;
	color-adjust:exact;
	color:#337ab7;
}

.main-title h1 {
	font-size: 18px;
	font-weight: bold;
	color:#337ab7;
	margin:0;
}

.content {
    padding: 0 20px;
}

.resumecreating {
    position: relative;
}

.resumecreating:before {
	background-color: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 1%, #ededed 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededed), color-stop(75%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 1%,#ededed 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 1%,#ededed 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 1%,#ededed 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 1%,#ededed 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 18px;
	position: absolute;
	top: 0;
	width: 3px;
	height:100%;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}


.icon {
		padding-right:5px;
}

.resumecreating::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ededed 1%, #ededed 75%, #ffffff 100%) repeat scroll 0 0;
    bottom: 0;
    color-adjust: exact;
    content: "";
    height: 100%;
    left: 18px;
    position: absolute;
    top: 0;
    width: 3px;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}

.exp::after {
    background-color: #337ab7;
    border: 3px solid #ffffff;
    color-adjust: exact;
    content: "";
    height: 15px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 15px;
	border-radius:10px;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}

.exp {
    margin-bottom: 10px;
    padding-left: 50px;
    padding-top: 20px;
    position: relative;
     -webkit-print-color-adjust:exact;
	color-adjust:exact;
}

.exp span.current {
    background: #337ab7 none repeat scroll 0 0;
    border-radius: 6px;
    color: #ffffff;
    color-adjust: exact;
    padding: 1px 12px;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}


.exp .hgroup h6 {
	font-family: "open_sansitalic",Arial,sans-serif;
    color: #000000;
    font-size: 12px;
    text-transform: none;
}

.resumecreating h4 {
    color: #000000;
    font-family: "open_sansextra",Arial,sans-serif;
}

h4, .h4 {
    font-size: 18px;
}

.exp .hgroup h6 i {
    color: #cccccc;
    margin-right: 5px;
}

.skills-list li {
	border: 1px dashed #337ab7;
    border-radius: 10px;
    float: left;
    list-style: outside none none;
    margin-right: 10px;
    padding: 10px;
    margin-bottom:10px;
}

#displayname {
	color:#337ab7;
	margin-bottom: 10px;
}

.contactdetails {
	height:35px;	
}

.emailid {
    padding-right: 50px;
}


.footerarea {
    margin-bottom: 50px;
}

.personaldetail {
	margin-bottom:10px;
}

@media screen{

	.resumecreating::before {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ededed 1%, #ededed 75%, #ffffff 100%) repeat scroll 0 0;
		bottom: 0;
		color-adjust: exact;
		content: "";
		height: 100%;
		left: 18px;
		position: absolute;
		top: 0;
		width: 3px;
		-webkit-print-color-adjust:exact;
		color-adjust:exact;
	}
	
	.per-details .col-md-3{width:33.33333333%;float:left;padding:0px;}
	
	.per-details .col-md-8{width: 66.6667%;float:left;padding:0px;}
	
	.per-details .col-md-9{width:66.66666667%;float:left;padding:0px;}
	.per-details .col-md-12{float:left;width:100%;}
	.skills-list.clearfix{float:left;width:100%;}
	

}

	
@media print{
	
	body {
		color: #000000;
		font: 14px/22px "open_sans",Arial,sans-serif;
		margin: 0;
		padding:0;
	}
	
	.exp .hgroup h6 {
		color: #000000;
		font-size: 12px;
		text-transform: none;
		font-weight:500;
	}
	
	.main-top-title {
		text-align:center;
	}
	
	.contactdetails {
		height:25px;	
	}
	
	.per-details .col-md-3{width:33.33333333%;float:left;padding:0px;}
	.per-details .col-md-9{width:66.66666667%;float:left;padding:0px;}
	.per-details .col-md-12{float:left;width:100%;}
	.skills-list.clearfix{float:left;width:100%;}
	
	
	.resumecreating h4 {
		font-family: "open_sansextra",Arial,sans-serif;
		color:#000000;
	}
	
	.page-break {page-break-before:always}
	
	.resumecreating::before {
		left: 20px;		
	}
	
	
	
	.pull-left {
		float: left;
	}
	.pull-left {
		float: left !important;
	}
}
