/*This stylesheet contains some custom class rather than Bootstrap*/

a.brand img {
	border-radius:50%;
	border:3px solid #fff;
}
#profile, #skills, #work,  #work-exp, #education , #follow, #contacts{
	padding:30px 0;
	padding-top: 120px;
	min-height:500px;
}

#resume {
	padding:30px 0;
	padding-top: 120px;
	min-height:500px; }

#contact{ text-align:center;
	padding:30px 0;
	padding-top: 60px;
	min-height:50px;
}

#personel{ 
	padding:30px 0;
	padding-top: 80px;
	min-height:20px;
}


#profile{ margin-top:0px;}
#profile h2, #skills h2, #work h2, #resume h2, #work-exp h2, #education h2, #contact h2, #personel h2, #follow h2 #contacts h2 {
	font-weight:normal;
	/*color: #39D084;*/color:#ffffff;
}
/***** Profile *****/
	#profile h1 {
	/*color:#39d084;*/ color:#ffffff;
	font-weight: normal;
}
#profile h3 {
	color:#fff;
	font-weight: normal;
}
#profile p {
	color:#fff;
	font-size:18px;
	line-height: 35px;
	margin-top: 30px;
}
#profile .container .span3 {
	padding:40px 0;
}

#profile .container .span3 img {
	border-radius:50%;
	border:5px solid #fff;
}


.user-img {
	border-radius:50%;
	border:5px solid #fff; margin-top:0%;
}

#profile .container .span5 {
	padding:40px 0; 
}

a.hire-me {
	display: inline-block;
 *display: inline;
	padding:20px 60px;
	/*background:#39d084;*/
	color:#fff;
	background:#64b6dc;
	
	text-transform:uppercase;
	font-size:26px;
	margin:20px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
a.hire-me:hover {
	text-decoration:none;
	/*background:#11d170;*/background:#5ca7c9;
}
.social {
	text-align:center;
	padding-bottom:80px;
}
ul.social-icons {
	margin:20px 0;
}
ul.social-icons li {
	list-style:none;
	display:inline-block;
	margin:10px;
}
ul.social-icons li:first-child {
	margin-left:0;
}
ul.social-icons li a {
	opacity:0.8;
}
ul.social-icons li a:hover {
	opacity:1;
}
/***** Skills *****/ 
#skills .span3 {
	width:235px;
	overflow: hidden; 
}
#skills .span5 {
	text-align:left;
	padding:47px 0;
}
#skills .ps, #skills .ai, #skills .html, #skills .css {
	padding:25px;
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	border:8px solid #587386;
	/*border:8px solid #203748;*/
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#skills .ps {
	background:#30a5dc;
}
#skills .ai {
	background:#ee742b;
}
#skills .html {
	background:#f04949;
}
#skills .css {
	background:#39d084;
}
#skills .ps:hover, #skills .ai:hover, #skills .html:hover, #skills .css:hover {
	border:8px solid #fff;
}
#skills .ps h3, #skills .ai h3, #skills .html h3, #skills .css h3 {
	color:#fff;
	font-size: 3.4em;
	font-weight: normal;
	line-height: 80px;
}
#skills .html h3, #skills .css h3 {
	font-size: 2.2em;
}


.expand-bg {
	background: none repeat scroll 0 0 #EAEDF2;
	border-radius:16px;
	height: 16px;
	margin-bottom: 15px;
	position: relative;
	padding: 0 2px;
}
.expand {
	border-radius: 10px;
	height: 4px;
	margin: 2px 0;
	padding: 4px 0 4px 5px;
	position: absolute;
}
#skills .span5 h3 {
	font-size: 18.5px;
	line-height: 15px;
	font-weight:normal;
	text-transform:uppercase;
}
#skills .span5 h3 span {
	float:right;
}


/***** follow *****/ 
#follow .span3 {
	width:235px;
	overflow: hidden; 
}
#follow .span5 {
	text-align:left;
	padding:47px 0;
}
#follow .ps, #follow .ai, #follow .html, #follow .css {
	padding:25px;
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	border:8px solid #587386;
	/*border:8px solid #203748;*/
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#follow .ps {
	background:#30a5dc;
}
#follow .ai {
	background:#ee742b;
}
#follow .html {
	background:#f04949;
}
#follow .css {
	background:#39d084;
}
#follow .ps:hover, #follow .ai:hover, #follow .html:hover, #follow .css:hover {
	border:8px solid #fff;
}
#follow .ps h3, #follow .ai h3, #follow .html h3, #follow .css h3 {
	color:#fff;
	font-size: 3.4em;
	font-weight: normal;
	line-height: 80px;
}
#follow .html h3, #follow .css h3 {
	font-size: 2.2em;
}

#follow .span5 h3 {
	font-size: 18.5px;
	line-height: 15px;
	font-weight:normal;
	text-transform:uppercase;
}

#follow .span5 h3 a{ color:#fff;}

#follow .span5 h3 span {
	float:right;
}



/***** contact *****/ 
#contacts .span3 {
	width:235px;
	overflow: hidden; 
}
#contacts .span5 {
	text-align:left;
	padding:47px 0;
}
#contacts .ps, #contacts .ai, #contacts .html, #contacts .css {
	padding:25px;
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	border:8px solid #587386;
	/*border:8px solid #203748;*/
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#contacts .ps {
	background:#30a5dc;
}
#contacts .ai {
	background:#ee742b;
}
#contacts .html {
	background:#f04949;
}
#contacts .css {
	background:#39d084;
}
#contacts .ps:hover, #contacts .ai:hover, #contacts .html:hover, #contacts .css:hover {
	border:8px solid #fff;
}
#contacts .ps h3, #contacts .ai h3, #contacts .html h3, #contacts .css h3 {
	color:#fff;
	font-size: 3.4em;
	font-weight: normal;
	line-height: 80px;
}
#contacts .html h3, #contacts .css h3 {
	font-size: 2.2em;
}

#contacts .span5 h3 {
	font-size: 18.5px;
	line-height: 15px;
	font-weight:normal;
	text-transform: lowercase;
}

#contacts .span5 h3 a{ color:#fff;}

#contacts .span5 h3 span {
	float:right;
}


.ps2 {
	width:80%;
	background:#30a5dc;
	-moz-animation:html5 2s ease-out;
	-webkit-animation:html5 2s ease-out;
}
.ai2 {
	width:80%;
	background:#ee742b;
	-moz-animation:css3 2s ease-out;
	-webkit-animation:css3 2s ease-out;
}
.html2 {
	width:90%;
	background:#f04949;
	-moz-animation:jquery 2s ease-out;
	-webkit-animation:jquery 2s ease-out;
}
.css2 {
	width:85%;
	background:#39d084;
	-moz-animation:photoshop 2s ease-out;
	-webkit-animation:photoshop 2s ease-out;
}

/***** Work Exp(experience) *****/

#work-exp .span3 {
	width:250px;
	overflow: hidden; 
}
#work-exp .span5 {
	text-align:left;
	padding:-10px 0 47px 0;
}

#work-exp .duration:hover {
	border:8px solid #fff;
}
#work-exp .duration {
	padding:15px 25px;
	width:180px;
	height:auto;
	-webkit-border-radius: 20% 0 20% 0;
	-moz-border-radius:20% 0 20% 0;
	border-radius:20% 0 20% 0;
	text-align:center;
	border:8px solid #587386;
	/*border:8px solid #203748;*/
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#work-exp .duration {
	background:#30a5dc;
}
#work-exp p {
	color:#fff;
	font-size:18px;
	line-height: 35px;
	margin-top: 10px;
}
#work-exp p sup {
	color:#fff;
	font-size:17px;
	line-height: 35px;
	margin-top: 10px;
}


/***** education *****/

#education .span3 {
	width:250px;
	overflow: hidden; 
}
#education .span5 {
	text-align:left;
	padding:-10px 0 47px 0;
}

#education .duration:hover {
	border:8px solid #fff;
}
#education .duration {
	padding:15px 25px;
	width:180px;
	height:auto;
	-webkit-border-radius: 20% 0 20% 0;
	-moz-border-radius:20% 0 20% 0;
	border-radius:20% 0 20% 0;
	text-align:center;
	border:8px solid #587386;
	/*border:8px solid #203748;*/
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#education .duration {
	background:#30a5dc;
}

 #education h4, h5 { 
	font-weight:normal; font-size: 17.5px; 
	/*color: #39D084;*/color:#ffffff;
}
#education p {
	color:#fff;
	font-size:18px;
	line-height: 35px;
	margin-top: 10px;
}
#education p sup {
	color:#fff;
	font-size:17px;
	line-height: 35px;
	margin-top: 10px;
}


/***** contact *****/



#contact p {
	color:#fff;
	font-size:22px;
	line-height: 35px;
	margin-top: 0px;
}


 @-moz-keyframes ps2 {
0% {
width:0px;
}
100% {
width:90%;
}
}
@-moz-keyframes ai2 {
0% {
width:0px;
}
100% {
width:80%;
}
}
@-moz-keyframes html2 {
0% {
width:0px;
}
100% {
width:75%;
}
}
@-moz-keyframes css2 {
0% {
width:0px;
}
100% {
width:85%;
}
}
 @-webkit-keyframes ps2 {
0% {
width:0px;
}
100% {
width:90%;
}
}
@-webkit-keyframes ai {
0% {
width:0px;
}
100% {
width:80%;
}
}
@-webkit-keyframes html {
0% {
width:0px;
}
100% {
width:75%;
}
}
@-webkit-keyframes css {
0% {
width:0px;
}
100% {
width:85%;
}
}
/**** Work container *****/
ul.work-images li {
	list-style:none;
	display:inline-block;
	margin: 8px 10px;
 background:
}
ul.work-images li:first-child {
	margin-left:0;
}
ul.work-images li div {
	background:url(../img/eye.png) 50% 50% no-repeat;
	background-color: #f04949;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img:hover {
	opacity:0.1;
}
/***** Resume container *****/
#resume h3 {
	margin:60px 0;
}
#resume .btn-center {
	text-align:center;
}



/***** personel container *****/
#personel h3 {
	margin:60px 0;
}
#personel .btn-center {
	text-align:center;
}

.footer {
	/*background:#355267;*//*background:#64b6dc;*/
	background:#203545;
}
.footer p {
	margin:20px 0;
}
.footer p a {
	color:#fff;
	text-decoration:none;
}
.footer p a:hover {
	color:#5ca7c9;
}




