	/*-------------------------------------------------------*/
		/* Base styles	 */
	/*-------------------------------------------------------*/
	html {
		overflow-y:scroll;
	}
	body {
		background-color: #E8E8E8;
		margin: 0px;
		padding: 0px;
		font-family:'open Sans', Arial;
		font-size: 12px;
	}

		/* Font face */
	@font-face { 
	    font-family: 'icomoon';
	    src: url('../fonts/icomoon/icomoon.eot');
	    src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/icomoon/icomoon.svg#icomoon') format('svg'),
	         url('../fonts/icomoon/icomoon.woff') format('woff'),
	         url('../fonts/icomoon/icomoon.ttf') format('truetype');
	}
	
	/*-------------------------------------------------------*/
		/* Top-Header */
	/*-------------------------------------------------------*/
	
	#top-header {
		width: 100%;
		height: 120px;
		position: fixed;
		z-index: 1000000;
		padding: 14px 0 14px 0;
		display: block;
		background-color:#FDC750;
		border-bottom: 1px solid #d6d6d6;
	}
	.top-header-container {
		width:1200px; display: table; margin-left:auto; margin-right: auto; padding: 0px 10px 0px 10px; /*21/7/2014: display: block;*/
	}

	.top-header-logo {
		float: left; display: block; height: auto; max-width: 280px; 
	}

	.col-md-3 {
		width: 25%;
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#cse {
		display: inline-block;
		float: right;
	}
	.col-md-5 {
		width: 41.66666666666667%;
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.top-header-logo img{
		max-height: 100px;
		min-height: 70px;
		margin-top: 0px;
	}
	#nav {
		height: 60px;
		display: block; /*display: inline-flex;*/
	}
	.col-md-9 {
		width: 73%;
		min-height: 1px;
		float: left;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}
	#nav-ul {
		 display: block !important;
		 /*margin-left:auto;*/
		 float: right;
	}
	.nav-ul {
		margin-bottom: 18px;
		margin-left: 0;
		list-style: none;
	}
	#nav-ul a{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		padding: 0 8px;
		line-height: 50px; /*21/7/2014: 90px;*/
		color: #777;
	}
	#nav-ul li {
		/* 21/7/2014: display: inline; */   /* 9/7/2014: padding: 20px 10px 20px 10px; */
		float: left;
	}
/*	#nav-ul li a {
		 color: #777; font-size: 13px; font-weight: 600; font-family: 'Open Sans', sans-serif; line-height: 60px;
	}
*/
	#nav-ul li a:hover {
		 color: #e4744f;
	}
	#nav-ul li.active > a { color:#e4744f; }

		/* Social-Side-Fixed */
	.socialfollow-right-fixed {position: fixed; top:190px; right: 10px;}
	.socialfollow-right-fixed i {display: inline-block; color: #fff; font-size: 22px; padding: 13px; background: #555555; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-bottom: 10px;}
	.socialfollow-right-fixed i.fa-facebook {padding: 13px 19px;}
	.socialfollow-right-fixed i.fa-twitter {padding: 13px 14px;}
	.socialfollow-right-fixed i.fa-facebook:hover { background: #3b5996;}
	.socialfollow-right-fixed i.fa-twitter:hover { background: #00acee; }
	.socialfollow-right-fixed i.icomoon-vimeo:hover { background: #0dadd6; }
	.socialfollow-right-fixed i.icomoon-dribbble:hover { background: #d53e68; }
	.socialfollow-right-fixed i.fa-youtube-play:hover { background: #cb322c; }
	.socialfollow-right-fixed i.icomoon-pinterest-2:hover { background: #cb2027; }
	.socialfollow-right-fixed i.icomoon-google-plus-2:hover { background: #c3391c; }
	.socialfollow-right-fixed i.icomoon-linkedin:hover { background: #0073b2; }
	.socialfollow-right-fixed i.icomoon-rss:hover { background: #f29a1d; }



	.search-bar {
		width: 24%; display: inline-block; margin-top: 10px;
	}
	.search-bar input{
		width: 100%; padding: 6px 4px; font-size: 13px; vertical-align: baseline; background: #ffffff url(../../images/find-ico1.png) no-repeat right;
	}

		/*  sticky menu */
	@-webkit-keyframes header-anim {
	from {
	padding: 14px 0;
	}
	to {
	padding:0;
	}
	}
	@-o-keyframes header-anim {
	from {
	padding: 14px 0;
	}
	to {
	padding:0;
	}
	}
	@-moz-keyframes header-anim {
	from {
	padding: 14px 0;
	}
	to {
	padding:0;
	}
	}
	@keyframes header-anim {
	from {
	padding: 14px 0;
	}
	to {
	padding:0;
	}
	}
	
	
	/* ------- */
	
	@-webkit-keyframes logo-anim {
	from {
	height:auto;
	}
	to {
	height:40px;
	}
	}
	@-o-keyframes logo-anim {
	from {
	height:auto;
	}
	to {
	height:40px;
	}
	}
	@-moz-keyframes logo-anim {
	from {
	height:auto;
	}
	to {
	height:40px;
	}
	}
	@keyframes logo-anim {
	from {
	height:auto;
	}
	to {
	height:40px;
	}
	}
	/* ----*/
	#top-header.sticky { -webkit-animation: header-anim .2s ease .01s both; -moz-animation: header-anim .2s ease .01s both; -o-animation: header-anim .2s ease .01s both; animation: header-anim .2s ease .01s both; }
	#top-header.sticky .top-header-logo img { height: 40px; width: auto; margin-top: 10px; -webkit-animation: logo-anim .2s ease .01s both; -moz-animation: logo-anim .2s ease .01s both; -o-animation: logo-anim .2s ease .01s both; animation: logo-anim .2s ease .01s both; }
	/* end sticky */




	/*-------------------------------------------------------*/
		/* Wrap */
	/*-------------------------------------------------------*/
	#container {
		margin:0 auto;
		width:1200px;
		margin-bottom: 20px;
		margin-top: 0px; /* ============ 1/7/2014: margin-top: 30px; ============*/
		top: 140px;				/*  added on: 9/7/2014  */
		position: relative;		/*  added on: 9/7/2014  */
	}
	#content {
		background-color:#FFF;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	}
	/*-------------------------------------------------------*/
		/* Generic Classes */
	/*-------------------------------------------------------*/
	.hidden {
		display: none;
	}
	.max-height {
		height: 22px !important;
	}


	/* Clearfix */

	.clear{
	  clear:both;
	  display:block;
	  height:0;
	  overflow:
	  hidden;
	  visibility:hidden;
	  width:0
	}
	.clearfix:after{
	  clear:both;
	  content:' ';
	  display:block;
	  font-size:0;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  width:0
	}
	* html .clearfix,:first-child+html .clearfix{
	  zoom:1
	}
	.extra-text {
		width: 97%;
		font-size:20px;
		padding:24px 0;
		border-bottom:1px solid #ededed;
		color: #999;
		margin-bottom:20px;
		font-weight: 300;
	}
    .transition {
    	-webkit-transition:all .5s ease;
	     -moz-transition:all .5s ease;
	      -ms-transition:all .5s ease;
	       -o-transition:all .5s ease;
	          transition:all .5s ease;
    }
    .word-wrap {
		word-wrap: break-word;
		-ms-word-break: break-all;
		     word-break: break-all;
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
		        hyphens: auto;
    }
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
    h1 {font-size: 37px;}
	h2 {font-size: 30px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h6 {font-size: 12px;}

	strong {
		font-weight: bold;
		color: #333;
	}

	h3.main-heading {
		margin:0px 2px 20px 0px;
		border-bottom:1px solid #ebebeb;
		padding-bottom:14px;
		color:#333;
		line-height:16px;
		font-size: 16px;
		font-weight: 600;
		display:block;
		clear: both;
		position: relative;
	}
	h3.main-heading::after {
		content: '';
		width: 40px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background:/*mainColor*/#fdc750;
	}

	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	header {
		height:95px; /*18/5/2014 ===== height:65px;=========== 18/5/2014 ===== height:60px; ======== */
		margin-bottom:20px;
		overflow:hidden;
	}
	/* Logo */
	#logo {
		float:left;
		overflow:hidden;
		margin-left:10px;
		display:none;
	}
	#logo h2 {
		font-size:30px;
		font-weight:900;
		/*color: #444;*/
		color: #666;
		line-height:40px;
	}
	#logo h4 {
		color:#666;
		line-height:20px;
	}
	/* Social icons */
	.socialicons {
		float:right;
		margin-top:48px; /*21/7/2014: 18px*/
	}
	.socialicons li {
		float:left;
		display:inline;
		margin:0;
		padding:0;
		margin-right:2px;
	}
	.socialicons li a  {
		font-family: 'icomoon';
		font-size: 16px;
		display: block;
		padding: 6px 8px;
		background-color:#222;
		color: #FFF;
		cursor: pointer;
	}
	.socialicons li a:hover  {
		color:/*mainColor*/#fdc750;
	}
	.social-icons li:last-child {
		margin-right:0
	}
	.socialicons .socials-text {
		padding:9px;
		height:10px;
		background-color:#222;
		color:#FFF;
	}

	/* socialbuttons */
	.socialbuttons {
		display: inline-block; 
		width: 240px;
		margin: 12px 0px;
	}


	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    #profile {
		background:/*mainColor*/#fdc750; 
		background-image:url(../images/header-shadow.png);
		background-position:center bottom;
		background-repeat:repeat-x;
		overflow:hidden;	
		min-height:420px;/* 11/5/2014 It was 350px*/
	}
	
	.brk-line {
		width: 95%;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		border-bottom: 1px solid #ff9900;
	}
	.brk-line-up {
		width: 80%;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		border-bottom: 1px solid #ff9900;
	}
	.brk-line-down {
		width: 80%;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ff9900;
	}

	#infoForUsers {
		/*background-color: #FFBC28;*/
		margin: 20px 30px 0px 30px;
		padding: 10px 20px;
		border: 1px solid #a87f09;
		border-radius: 7px;
		color: #a87f09;
	}
	#infoForUsers ul li{
		line-height: 18px;
		margin-bottom: 14px;
	}
	#infoForUsers ul li span {
		margin-left: 5px;
	}

	#submitReset {
		width:95%;
		margin-left: auto;
		margin-right: auto;
	}
	.submitButton {
		width: 100%;
		/*display: block;*/
		margin: 40px 0px;
		float: left;
		/*position: relative;*/
	}
	#submitReset input:hover {
		background-color: #ff9900;
	}
	#PrfSubBut {
		margin-bottom: 0px;
	}

	/* About */
	.about {
		float:left;
		margin-top:30px;
		/*width:490px;*/
		width:660px;
		margin-left:20px;
	}
	.about .photo-inner {
		float:left;
		background:url(../images/photo-inner.png) no-repeat;
		width:172px;
		height:212px;
		padding:12px 0 40px 20px;
	}
	.viewer-foto-inner {
		padding:12px 0px 0px 20px !important;
	}
	.about .video-inner {
		float:left;
		width:400px;
		height:212px;
		padding:12px 0 0 20px;
	}
	.about .photo-inner img {
		background-color:#FFF;
	}
	.about .video-inner img {
		background-color:#FFF;
	}
	#profile-video-url {
		height: 29px;
		min-height: 19px;
		width: 390px;
		color: #919191;
	}
	.slow-disappearance:focus::-webkit-input-placeholder {
		transition: text-indent 0.5s 0.5s ease; 
		text-indent: -100%;
		opacity: 1;
	}
	.map-input-path:focus::-webkit-input-placeholder {
		transition: text-indent 0.5s 0.5s ease; 
		text-indent: -100%;
		opacity: 1;
	}
	.about h1 {
		font-weight:900;
		color:#FFF;
		line-height:34px;
		margin-top:8px;
	}
	.about h2 {
		line-height:38px;
		font-size:30px;
		color: #fff; /* ========= 30/6/2014: color: #a87f09; =========*/
		font-weight: 900;
	}
	.about h3 {
		margin-top:5px;
		font-size:18px;
		color:#fff; /* ========= 30/6/2014: color: #a87f09; =========*/
		line-height:18px;
	}
	.about h3#aboutMe, .about h3#aboutMeUser {
		font-size:14px;
		padding-left: 7px;
		font-weight: 900;
		color: #a87f09;
	}
	.about p {
		font-size:14px;
		margin-top:15px;
		color:/*profileTextColor*/#a87f09;
		font-weight: 400;
		line-height:20px;
		overflow: hidden;
	}
	/* Personal info */
	.personal-basic {
		float:left;
		margin-top:30px;/* 26/5/2014 It was: 14px; */
		/*width:380px;*/
		width:430px;
		min-height:40px;
		/*margin-left:-20px;*/
		margin-left:0px;
		padding:0px 0 0 20px;
	}
	#span-workEduOrg {
		width:20px;
		float: right;
		margin-top: 2px;
	}
	#span-idiaitera {
		width:20px;
		float: right;
		margin-top: 2px;
	}
	#iDoIdiaitera, #priceIdiaitera, #locationIdiaitera, #experienceIdiaitera {
		display: none;
	}
	#priceIdiaitera input {
		padding-left: 15px;
		font-size: 13px;
	}
	#iDoIdiaitera {
		border-top: 1px solid #ff9900;
	}
	#experienceIdiaitera {
		border-bottom: 1px solid #ff9900;
		padding: 0px 0px 15px 0px;
	}
	#iDoIdiaitera > span {
		width:240px;
		margin-top: 3px; 
	}
	#iDoIdiaitera > span > ul li span{
		float: left;
	}
	#iDoIdiaitera > span > ul li input {
		width:19px; /* ===== 1/7/2014: width:auto ===== */
		margin-top:2px;
	}
	#locationIdiaitera span, #experienceIdiaitera span {
		width:240px;
		margin: -10px 25px 0px 0px;
	}
	.personal-info {
		float:left;
		margin-top:30px;
		width:410px; /* 16/4/2014 === Tas === was 400px */
		min-height:230px;
		margin-left:20px;
		padding:20px 0 0 20px;
	}
	.personal-info-contact {
		float:left;
		/*margin-top:30px;*/
		width:330px;
		/*min-height:230px;
		margin-left:10px;
		padding:20px 0 0 20px;*/
	}
	.personal-info {
		background:url(../images/personal-info-sep.png) no-repeat left top;
	}
	.personal-info li, .personal-basic li, .personal-info-contact li {
		width:100%;
		font-size:14px;
		margin-bottom:10px ;
		overflow: hidden;
		line-height:1.2em;
	}
	.personal-info-contact li span {
		float:right;
		width:240px; /*31/8/2014: width:250px; */
		padding-top: 4px;
		font-weight: 300;
		color:/*profileTextColor*/#a87f09;
	}
	.personal-info-contact#forGest li span {
		padding-top: 0px;
		color: #666;
	}
	.personal-info input, .personal-basic input {
		width:94%; /* === 4px; === 30/6/2014: width:96% ===*/
		resize: none;
		overflow: hidden;
		height: 45px;
		padding-left: 15px;
		background: #F7F7F7;
		border: 1px solid #a87f09;
	}
	#specialty-details {
		height: 45px;
		width: 100% !important;
	}
	#workEduOrg-li input, #idiaitera-li input, #iDoIdiaitera  input {
		width: 19px;
		height: 19px;
	}
	#workEduOrg-li label {
		margin: 0px;
	}
	
	input:disabled
	{
	background:#dddddd;
	}
	.personal-info li label, .personal-basic li label {
		color:/*profileTextColor*/#a87f09;
		float:left;
		padding:4px 7px;
		font-weight:900;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.user-info li label {
		margin: 15px 0px 0px 0px;
	}
	#idiaitera-li label, #iDoIdiaitera  label {
		margin: 0px;
		padding-top: 5px;
	}
	.personal-info li span, .personal-basic li span {
		float:right;
		width:270px;		/* === 280px; === 1/7/2014 ===*/
		padding-top: 0px; /* === 4px; === 6/6/2014 ===*/
		font-weight: 300;
		color:/*profileTextColor*/#a87f09;
	}
	.sameRow  li span {
		width:240px;
	}
	#lessonsTo {
		width:240px;
	}
	.view-user li span {
		padding-top: 4px !important; /* === 30/6/2014 ===*/
		color: #a87f09;
	}
	 #priceIdiaitera span {
		width: 100px;
		margin: 0px 0px 0px 20px;
		float: left;
	 }
	 #priceIdiaitera label {
		width: 131px !important;
	 }





	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		height:100px;
		background-color:#ededed;
		position:relative;
		/*width: 600px;*/
		padding-left: 130px;
		padding-right: 130px;
	}
	.tabs {
		height:116px;
		position: absolute;
		margin-top:-14px;
		z-index:100;
	}
	.tabs li {
		float:left;
		height:116px;
	}
	.tabs li > a {
		padding-top:28px;
		width:115px;
		display:inline-block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#b9b9b9;
		text-align:center;
		font-weight: 300;
	}
	.tabs li.active {
		background:url('../images/tab-hover.png') no-repeat;
	}
	#tprofile.active {/*17/8/2014*/
		background:url('../images/tab-profile-hover-new.png') no-repeat;
	}
	.tabs li.active a {
		color:/*mainColor*/#fdc750;
	}
	#tprofile.active a { /*17/8/2014*/
		color: #a87f09;
	}
	
	#delete-email:hover{
		color:/*mainColor*/#fdc750;
	}

	.tabs li > a > i {
		font-size: 45px;
		speak: none;
		font-family: 'icomoon';
		display: block;
		margin-bottom: 5px;
	}
	/*--------------------?????????????????????-----------------------------------*/
	.fa {
		font-family: FontAwesome !important;
	}
	/*--------------------?????????????????????-----------------------------------*/
	.next,.prev {
		font-family: 'icomoon';
		font-size: 34px;
		color: #eee;
		position: absolute;
		top:30px;
		width: 40px;
		background-color: #ccc;
		text-align: center;
		cursor: pointer;
	}
	.next {
		right:0px;
	}
	.prev {
		left:0px;
	}
	.disabled { display: none !important;  }


	/*-------------------------------------------------------*/
		/* Resume Section */
	/*-------------------------------------------------------*/
    #resume {
		padding:40px 20px;
		overflow:hidden;
	}
	.skills-section, .timeline-section {
		float:left;
	}
	/* Timeline Section */
	.timeline-section {
		width:750px;
		padding-right:60px;
	}
	.timeline {
		margin-bottom: 30px;
	}
	.timeline li {
		margin-bottom:20px;
	}
	.timeline li .timelineUnit {
		line-height:17px;
		margin-left:0px;
		color: #444;
		font-size:13px;
		border-left:1px solid /*mainColor*/#fdc750;
		padding-left:15px;
	}
	.timeline li .timelineUnit .timelineDate {
		line-height:17px;
		color:/*mainColor*/#fdc750;
		font-size:14px;
		margin-left:10px;
		font-weight: normal;
		padding:2px 6px;
		float:right;
	}
	.timeline li .timelineUnit h4 {
		line-height:24px;
		font-size:15px;
		color: #444;
	}
	.timeline li .timelineUnit h5 {
		line-height:18px;
		font-size:13px;
		color: #999;
	}
	.timeline li .timelineUnit p {
		color: #666;
		font-size:12px;
		margin-top:5px;
	}

	/* Skills Section */
	.skills-section {
		width:270px;
	}
	.skills {
		margin-bottom: 25px;
		overflow:hidden;
	}
	.skills li {
		margin-bottom:15px;
		float:left;
		padding-left:0px;
	}
	.skills li h4 {
		width:140px;
		float:left;
		font-size:15px;
		color: #444;
	}

	.skills li .rating {
		width:123px;
		height:14px;
		float:left;
	}	
	.skills li .rating > span {
		opacity: 0.3;
		height:12px;
		width:12px;
		background-color:#757575;
		display: block;
		float: left;
		margin-right: 1px;
		border: 2px solid #eeeeee;
		  -webkit-border-radius: 20px;
		     -moz-border-radius: 20px;
		          border-radius: 20px;
	}

	/* Download Button */
    #resume .button {
    	width: 250px;
    	padding: 10px;
    	background-color: #8c8c8c;
    	overflow: hidden;
    	font-size: 14px;
    	font-weight: 300;
    	line-height: 20px;
    	margin: 20px 0px 0px -20px;
    	color: #f7f7f7;
    	display: block;
    	text-align: center;
		  -webkit-border-radius: 0px 4px 4px 0px;
		     -moz-border-radius: 0px 4px 4px 0px;
		          border-radius: 0px 4px 4px 0px;
	}
    #resume .button:hover {
    	background-color:/*mainColor*/#fdc750;
	}

	/*-------------------------------------------------------*/
		/* Portfolio Section */
	/*-------------------------------------------------------*/
    #portfolio {
		padding:20px 20px 20px 20px;
	}
	/* Images list */
	#portfolio-list, #add-portfolio-item {
		width:1200px;
		overflow:hidden;
	}
	/*#portfolio-list li {
		float:left;
		margin-right:25px;
		text-align:center;
		background-color:#fbfbfb;
		border-bottom:1px solid #e5e5e5;
		height:185px;
		margin-bottom:30px;
		width:180px;
	}*/

	#add-portfolio-item:hover .extra-text {color: #fdc750; border-bottom: 1px solid #fdc750;}
	#portfolio-filter:hover .extra-text {color: #fdc750; border-bottom: 1px solid #fdc750;}

	#portfolio-list > li, #add-portfolio-item > li {
		float:left;
		margin-right:25px;
		text-align:center;
		background-color:#E8E8E8; /* 1/6/2014 === #fbfbfb */
		border-bottom:1px solid #e5e5e5;
		height:400px;
		margin-bottom:30px;
		width:210px;
	}
	#portfolio-list.forGest > li {
		height:400px ;

	}
	#portfolio-list > li:hover, #add-portfolio-item > li:hover {
		border-bottom:1px solid /*mainColor*/#fdc750;
		/*height:185px;*/
	}
	#portfolio-list li > div, #add-portfolio-item  li > div {
		width:210px;
		height: 28px;
		/*margin-top: 25px; Giati den doulevei ?????*/
		position: absolute;
		bottom: 10px;
	}
	
	#portfolio-list li > div a, #add-portfolio-item li > div a {
		font-size: 12px;
		width: 80px;
	}
	#portfolio-list li > ul, #add-portfolio-item li > ul {
		margin-bottom: 15px !important; /* Giati den doulevei ?????*/
	} 
	#checkList {
		font-size:13px;
	}
	#checkList > li {
		line-height:25px;
		/*float: left !important; */
		text-align: left ;
	}
	#checkList > span {
		color:#999;
		display: inline !important;
		/*float: left !important; */
	}
	#dif_level {
		background:url(../images/moderate_level.png) no-repeat;
		width:40px ;
		height: 18px ;
		display: inline-block;
	}
	#views_level {
		width:65px ;
		height: 18px ;
		display: inline-block;
		color: #019fde;
	}
	#vote_level {
		width:70px ;
		height: 18px ;
		display: inline-block;
		color: #E2B568;
	}

	#characteristics {
	width: 96%;
	}
	h2.folio {
	margin-top: 15px !important;
	}
	/*#characteristics > li > label {
		width: 60px;
		float: left !important;
		text-align: left;
		padding: 5px 4px;
	}*/
	#a_addVideo, #a_addPowerPoint, #a_addDoc {
		width:92%;
		height: 186px;
	}
	#a_Video, #a_Doc { /* den to exv xrisimopoiisei akoma*/
		width:92%;
		height: 186px;
	}
	#characteristics > li > #label {
		width: 58px;
		float: left !important;
		text-align: left;
		overflow: hidden;
		padding: 5px 4px;
	}
	#characteristics > li > #description {
		width: 118px;
		float: right !important;
		text-align: left;
		overflow: hidden;
		padding: 5px 4px;
	}
	#portfolio-list li > div #edit {
		float: left;
	}
	#portfolio-list li > div #delete {
		float: none; /*2/8/2014: float: right; */
		padding: 5px 50px; /*2/8/2014 */
	}

	#portfolio-list li > h2, #add-portfolio-item li > h2 {
		margin-bottom:15px !important;
	}
	#portfolio-list img, #add-portfolio-item img {
		background-color:#FFF;
		height:120px; 
		width:180px;
	}
	#portfolio-list > li:hover .title, #portfolio-list > li:hover .titleName, #add-portfolio-item > li:hover .title, #add-portfolio-item > li:hover .titleName {
		color:/*mainColor*/#fdc750;
	}
	#portfolio-list > li .title, #portfolio-list > li .titleName,  #add-portfolio-item > li .title,  #add-portfolio-item > li .titleName {
		font-size:14px;
		margin-top:15px;
		margin-bottom:7px !important;
		font-weight: 400;
		color: #3A3A3A;
	}
	#portfolio-list > li .category {
		font-size:10px; /* 9/10/2014: 11px */
		/*line-height:25px;*/
		color:#999;
		display: inline !important;
	}


	/* Portfolio Buttons */
	
	.port-button {
		border-bottom:1px solid #ededed;
		overflow:hidden;
		padding:15px 0;
        float:left;
		color:#fff;
		padding:6px;
		margin-bottom:5px;
        background-color:#fdc750;
	}
    
    /* .upload-buttons {
		border-bottom:1px solid #ededed;
		overflow:hidden;
		padding:15px 0;
	}
	.upload-buttons li a {
		float:left;
		margin-right:7px;
		color:#fff;
		background-color: #666;
		padding:6px 200px 6px;
		margin-bottom:5px;
        font-size: 15px;
	}
	.upload-buttons li a:hover {
		background-color:#fdc750;
	}
	.upload-buttons li a.current {
		background-color:#fdc750;
	}*/


	/* Description PP */

	#description_pp {
	width: 700px; 
	min-width: 250px;/* δεν ξερω εαν χριάζεται.... */
	}
	#h2_description_pp {
		margin: 120px 0px 7px 0px !important;
	}

	#inner_description_pp  ul {
		padding: 30px;
		overflow: hidden;
	}
	#inner_description_pp  ul li{
		width: 450px;
		margin-bottom: 10px;
		float: left;
		font-size: 15px;
	}
	#inner_description_pp  ul li > #label {
		width: 120px;
		float: left;
	}
	#inner_description_pp  ul li > #description {
		width: 320px;
		float: right;
	}
	#inner_description_pp  p {
		padding: 10px 30px 10px 30px;
		margin-bottom: 10px;
		overflow: hidden;
	}
    

    /* Filter menu */
	
	.cats-filter {
		border-bottom:1px solid #ededed;
		overflow:hidden;
		padding:15px 0;
	}
	.cats-filter li a {
		float:left;
		margin-right:7px;
		color:#fff;
		background-color: #666;
		padding:6px;
		margin-bottom:5px;
	}
	.cats-filter li a:hover {
		background-color:/*mainColor*/#fdc750;
	}
	.cats-filter li a.current {
		background-color:/*mainColor*/#fdc750;
	}
	/* adipoli */
		.adipoli-wrapper {
		margin:auto;
		position:relative;
		display: inline-block;
	}
	.adipoli-wrapper>img {
		position: absolute;
		z-index: 1;
	}
	.adipoli-before {
		position: absolute;
		z-index: 5;
	}
	.adipoli-after {
		position: absolute;
		z-index: 10;
	}
	.adipoli-slice {
		display:block;
		position:absolute;
		z-index:15;
		height:100%;
	}
	.adipoli-box {
		display:block;
		position:absolute;
		z-index:15;
	}
	/*-------------------------------------------------------*/
		/* Blog Section */
	/*-------------------------------------------------------*/
    #blog {
		padding:20px;
		position: relative;
		overflow: hidden;
	}
	.blog-content-wrapper {
		width: 530px;
		float: left;
		min-height: 100px;
		margin-bottom: 30px;
	}

    .blog-entry {
    	overflow: hidden;
    	width: 100%;
    	margin-bottom: 30px;
        background-color: #f8f8f8;
        float: left;

	}
    .blog-entry img {
    	float: left;
    	width: 530px;
    	opacity: 0.8;
    	filter:alpha(opacity=80);
	}
    .blog-entry h3 {
    	clear: both;
		padding:20px 15px 15px 15px;
		font-size: 17px;
		line-height: 18px;
		font-weight: 700;
		color: #3A3A3A;
	}
    .blog-entry a:hover img {
    	opacity: 1;
    	filter:alpha(opacity=100);
	}	
    .blog-entry > a:hover h3 {
    	color:/*mainColor*/#fdc750;
	}	

	/* Entry Date */
    .blog-entry .entry-date {
    	padding: 5px 10px;
    	position: absolute;
    	top: 5px;
    	left: 0px;
    	background-color: #666;
	}
    .blog-entry .entry-date .day {
    	font-size: 32px;
    	font-weight:bold;
    	display: block;
    	float: left;
    	border-right:1px solid #FFF;
    	padding-right: 10px; 
    	color: #fff;
	}
    .blog-entry .entry-date .month-year {
    	padding: 0 0 0 7px ;
    	font-size: 12px;
    	font-weight: 600;
    	display: block;
    	line-height: 15px;
    	text-align: center;
    	float: left;
    	color: #fff;
    	margin: 0;
	}
    .blog-entry p {
		padding:0px 15px;
		font-size: 12px;
		color: #666;
		line-height: 20px;
		margin-bottom: 15px;
	}

	/* Blog Sidebar */	
	.blog-sidebar {
		width: 260px;
		float: left;
		margin-left:30px;
	}
	/* Blog Single */	
    .blog-single {
    	position: relative;
    	background-color:#fff;
	}
    .blog-single h3,.blog-single p {
		padding-left:0px !important;
	}
	/* Comments box */	
	.comments-list {
		margin-bottom: 30px;
	}
    .comment {
    	background-color: #fbfbfb;
    	padding: 12px 9px;
    	overflow: hidden;
    	border-left:1px solid /*mainColor*/#fdc750;
    	margin-bottom: 10px;
	}
    .comment-child {
    	margin-left: 20px;
	}
    .comment-child .comment-meta,.comment-child .comment-body {
    	width: 430px !important;
	}
    .comment img {
    	float: left;
	}
    .comment .comment-meta,.comment .comment-body {
    	float: left;
    	width: 450px;
    	margin-left: 10px;
	}
    .comment .comment-meta h4 {
    	font-weight: 400;
    	display: inline-block;
    	color: #333;
	}
    .comment .comment-meta p {
    	display: inline-block;
    	font-size: 11px;
    	color: #ccc;
    	font-style: italic;
    	margin-left: 15px;
	}
    .comment .comment-meta .reply {
    	float: right;
    	color: #ddd;
	}
    .comment .comment-meta .reply:hover {
    	color:/*mainColor*/#fdc750;
	}
    .comment .comment-body p {
    	margin-top: 8px;
    	font-size: 11px;
    	color: #909090;
      	line-height: 16px;
	}

	/* Load More Button */
    #page_nav {
    	width: 150px;
    	padding: 6px;
    	background-color: #8c8c8c;
    	overflow: hidden;
    	font-size: 14px;
    	font-weight: 300;
    	line-height: 20px;
    	margin: 10px 0px 0px -20px;
    	color: #f7f7f7;
    	display: block;
    	text-align: center;
		  -webkit-border-radius: 0px 4px 4px 0px;
		     -moz-border-radius: 0px 4px 4px 0px;
		          border-radius: 0px 4px 4px 0px;
	}
    #page_nav:hover {
    	background-color:/*mainColor*/#fdc750;
	}

	/* Loading Text */
    .loading-msg img {
    	display: none;
	}
	/*-------------------------------------------------------*/
		/* Widgets */
	/*-------------------------------------------------------*/
	/* Popular Post widget */
	.popular-posts-widget {
		width: 100%;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.popular-posts-widget li {
		padding: 10px ;
		background-color: #fbfbfb;
		margin-bottom: 4px;
	}
	.popular-posts-widget li:last-child {
		border-bottom:none;
	}
	.popular-posts-widget li h2 {
		font-size: 13px;
		margin-bottom: 4px;
		line-height: 20px;
	}
	.popular-posts-widget li h2 a:hover {
		color:/*mainColor*/#fdc750;
	}
	.popular-posts-widget li span {
		font-size: 11px;
		color: #999;
	}


	/* Flickr Stream widget */
	.flicker-stream-widget {
	  overflow: hidden;
	  margin-bottom: 30px;
	}
	.flicker-stream-widget li {
	  float: left;
	  margin-right: 5px;
	  margin-bottom: 5px;
	}
	.flicker-stream-widget li img {
	  height: 60px;
	  width: 60px;
	  opacity:0.6;
	}
	.flicker-stream-widget li img:hover {
	  opacity:1;
	}

	.loading {
		padding:10px 20px;
		font-size: 14px;
		background-color: #ededed;
		color: #333;
		display: none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	/* Blog Single Post */
	.blog-single-close {
		float: right;
		color: #FFF;
		font-weight: 300;
		font-size: 14px;
		color: #ddd;
	}
	.blog-single-close i {
		font-family: 'icomoon';
		font-size: 18px;
		vertical-align: top;
	}
	.blog-single-close:hover {
		color:/*mainColor*/#fdc750;
	}

	/* Text widget */
	.text-widget {
		padding-bottom: 30px;
		line-height: 20px;

	}

	/*-------------------------------------------------------*/
		/* Inbox Section */
	/*-------------------------------------------------------*/
    #inbox {
		padding:30px 0;
		overflow:hidden;
	}
	.inbox-info, .inbox-form {
		float:left;
		padding:0 20px;
	}
	.inbox-info {
		width:250px;
	}

	.inbox-form {
		width:830px;
	}
	#contactform, #inboxform, #settingsform {
		border-left:1px solid /*mainColor*/#fdc750;
	}
	#contactform p, #inboxform p, #settingsform p{
		padding-left: 18px;
	}
	/*.inbox-form span  {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
		margin-right: 40px;
	}*/
	#contactform span, #inboxform span, #settingsform span {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
	}
	#contactform span, #inboxform span {
		margin-right: 45px;
	}

	.inbox-info ul {
		float:left;
		border-left:1px solid /*mainColor*/#fdc750;
		padding-left:18px;
	}
	.inbox-info ul li  {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
	}

	#menu-inbox-icon i {
		color: red !important;
		font-family: arial !important;
	}


	/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
    #contact {
		padding:30px 0;
		overflow:hidden;
	}
	.contact-info, .contact-form {
		float:left;
		padding:0 20px;
	}
	.contact-info {
		width:350px;
	}
	.contact-info input{
		width:96%;
		border: 1px solid #D9D9D9;
		color: #666;
	}
	#personal-info-contact-button {
	border: none;
	color: #FFF;
	/*height: 29px !important;
	text-align: center !important;*/
	}

	.contact-form {
		width:530px;
	}
	/* Contact info */
	.contact-info ul {
		float:left;
		border-left:1px solid /*mainColor*/#fdc750;
		padding-left:18px;
		width:97%;
	}

	.contact-info ul li {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
	}

	/* Google map */
		#map {
		height: 300px;
		margin-bottom:25px;
		width: 100%;
		border-bottom:1px solid #CCC;
		border-top:1px solid #CCC;
	}

	/*-------------------------------------------------------*/
		/* Settings Section */
	/*-------------------------------------------------------*/
    #settings, #faqs {
		padding:30px 0;
		overflow:hidden;
	}

	/* -----Change Password + FAQ --------*/
	.change-password, .faqs {
		float:left;
		padding:0 20px;
	}
	.faq {
		float:left;
		padding:0 10px;
	}
	.change-password {
		width:430px;
	}
	.faqs, .faq {
		width:600px;
	}

	.change-password ul {
		float:left;
		padding-left:18px;
		/*width:430px;*/
		width:97%;
	}
	.faqs ul {
		float:left;
		padding-left:0px;
		width:598px;
	}
	.faq div {
		float:left;
		padding-left:10px;
		width:580px;
	}
	.change-password ul, .faq div {
		border-left:1px solid /*mainColor*/#fdc750;
	}
	.change-password ul li, .faqs ul li, .faq ul li  {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
		margin-bottom:10px;
	}
	.change-password ul li span {
		width:250px;
		float: right;
	}
	.faqs ul li span {
		width:580px;
	}
	.change-password ul li span input, .faqs ul li span input {
		width:96%;
		border: 1px solid #D9D9D9;
		color: #666;
	}
	#change-password-button {
	border: none;
	color: #FFF;
	float: left;
	/*height: 29px !important;
	vertical-align: center !important;*/
	}
	.alert-success, .alert-error {
		width: 78% !important;
		margin-top: 5%  !important;
		vertical-align: baseline ;
		font-size: 13px ;
	}
	.alert {
		margin-bottom: auto  !important;
	}

	/* -----/Change Password + FAQ --------*/

	/* ------- FAQ--------*/
	.active2 {
		display: block !important;
	}
	.active2 p {
		/*background-color: #E4F3FF;*/
		color: #797979;
	}
	.faq div {
		display: none;
		border-bottom: 1px solid #fdc750;
	}
	.faq div > article {
		padding-bottom: 10px;
	}

	/*.faq h3:link+ul, .faq ul.active {
		display: block !important;
	}

	.faq h3:hover+ul {
		display: block !important;
	}*/

	h3.faq-title {
		margin:0px 10px 20px 10px;
		border-bottom:1px solid #ebebeb;
		padding-bottom:14px;
		color:#008FFF;
		line-height:16px;
		font-size: 14px;
		font-weight: 600;
		display:block;
		clear: both;
		position: relative;
	}
	h3.faq-title::after {
		content: '';
		width: 40px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background:/*mainColor*/#fdc750;
	}

	/* ------- /FAQ--------*/




	/*-------------------------------------------------------*/
		/* Forms */
	/*-------------------------------------------------------*/
	form .input,form textarea {
	  -moz-box-shadow: inset 0 5px 16px -13px #333;
	  -webkit-box-shadow: inset 0 5px 16px -13px #333;
	  box-shadow: inset 0 5px 16px -13px #333;
	  background-color:#FDFDFD;
	  border: 1px solid #a87f09;
	  -webkit-border-radius:2px;
	     -moz-border-radius:2px;
	          border-radius:2px;
	  color: #666;
	  font-size: 12px;
	  height: 30px;
	  outline: none;
	  padding: 6px 10px;
	  resize: none;
	  width: 96%;
	}
	form textarea {
	  height: 82px;
	  line-height: 18px;
	  margin-top: 10px;
	  margin-bottom: 0;
	  padding-top: 8px;
	  width:97% !important;
	}
	form h3 textarea {
	  width:92% !important;
	}
	form p {
		margin-bottom:15px;
	}
	form p label {
		display:block;
		color:#999;
		margin-bottom:8px;
		font-size:13px;
	}
	.button {
		color:#fff;
		background-color: #666;
		padding:8px;
		border:none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor:pointer;
		font-size:13px;
	}
	.button:hover {
		background-color:/*mainColor*/#fdc750;
	}
	input.button, button.button {
		width: 137px !important;
	}
	#doc {
		width: 240px !important;
	}
	 button.button {
		height: 29px !important;
	}
	.success, .error {
		padding:10px;
		margin-bottom:10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.success {
		background-color: #E3EBC6;
		color: #8FA442;
		border: 1px solid #C2D288;
	}
	.error {
		background-color: #f9e5e6;
		color: #b3696c;
		border: 1px solid #f7c7c9;
	}
	/*-------------------------------------------------------*/
		/* Footer */
	/*-------------------------------------------------------*/
	footer {
		margin-top:20px;
		height:20px;
	}
	footer .copyright {
		float:left;
		color:#333;
		padding-left:6px;
	}

	/*-------------------------------------------------------*/
		/* Footer */
	/*-------------------------------------------------------*/
	div.footer {
		margin-top:20px;
		height:20px;
	}
	div.footer .copyright {
		float:left;
		color:#333;
		padding-left:6px;
	}

	/*-------------------------------------------------------*/
		/* Isotope filtering */
	/*-------------------------------------------------------*/
    .isotope-item {
		z-index: 2;
	}
	.isotope-hidden.isotope-item {
		pointer-events: none;
		z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property:-moz-transform, opacity;
		transition-property:transform, opacity;
	}

	.inputhelp {
		color: #FFF !important;
		background-color: #6D6D6D;
		/*left: 200px;*/
		right: 220px;
		width: 200px !important;
		display: none;
		position: absolute;
		font-size: 13px;
		font-weight: 300;
		opacity: 0.9;
		padding: 10px 20px;
	}

/*-------------------------------------------------------*/
	/* Media Queries */
/*-------------------------------------------------------*/

/* Tablet Portrait UP to standard 960 (devices and browsers) ========== 2/6/2014 */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#top-header, #container, .top-header-container {
		width:1199px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#container, .top-header-container {
		width:750px;
	}

	/* 19/5/2014 ===== HEADER ======== */
	header {
		height:75px; 
		overflow:hidden;
	}

	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		height:100px;
		background-color:#ededed;
		position:relative;
		width: 590px;
		padding-left: 80px;
		padding-right: 80px;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:410px;
	}
	.about h1 {
		line-height:38px;
		font-size:30px
	}
	
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	/* Personal info */
	.personal-info {
		width:420px; /*width:280px;*/
		margin-right:10px;
	}
	.personal-info li span {
		width:280px; /*width:190px;*/
	}
	/*-------------------------------------------------------*/
		/* Resume */
	/*-------------------------------------------------------*/
	.timeline-section {
		width:380px;
		padding-right:30px;
	}
	.skills-section {
		width:300px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list,  #add-portfolio-item {
		width:750px;
	}
	#portfolio-list li,  #add-portfolio-item li {
		/* 2/8/2014: margin-right:60px; */
	}
	/*-------------------------------------------------------*/
		/* Blog */
	/*-------------------------------------------------------*/
	.blog-content-wrapper {
		width: 420px;
	}
	.blog-entry img {
		width: 420px;
	}
    .comment .comment-meta,.comment .comment-body {
    	float: left;
    	width: 330px;
    	margin-left: 10px;
	}
    .comment-child .comment-meta,.comment-child .comment-body {
    	width: 310px !important;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	.contact-info {
		width:250px;
	}
	.contact-form {
		width:420px;
	}

	/*21/7/2014*/
	#cse {
		margin-top: -4px;
		width: 60%;
	}
	#nav-ul li a {
		font-size: 11px;
	}
	.col-md-9 {
		width: 55%;
		float: right;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#container, .top-header-container {
		width:470px;
	}
	#top-header {
		height:220px; /*21/7/2014: height:230px; */
	}
	#top-header.sticky {
		height:190px;
	}
	.top-header-logo, #nav {
		width: 100%;
	}
	.search-bar {
		width: 100%;
	}
	#profile {	
		min-height:900px;
	}
	/* 19/5/2014 ===== HEADER ======== */
	header {
		height:75px; 
		overflow:hidden;
	}
	#nav-ul {
		display: none;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/	
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #666; /*#444;*/
		line-height:30px;
	}
	#logo h4 {
		color:#666;
		line-height:15px;
	}
	/* Social icons */
	.socialicons {
		margin-top:9px;
	}
	.socials-text {
		display:none !important;
	}
	/* socialbuttons */
	.socialbuttons {
		/*display: inline; ========== 1/7/2014 ===========*/
		margin: 0px 10px;
	}

	/*-------------------------------------------------------*/
		/* Our Work ========== 3/6/2014 ============ */ 
	/*-------------------------------------------------------*/
	#project-view-wrapper {
		width: 420px;
	}
	.project-view {
		width: 420px;
		overflow: hidden;
	}


	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:420px;
		display:block;
	}
	/*#profile {
	background:#299461 !important;
	}*/
	.about h1 {
		line-height:38px;
		font-size:30px
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}


	/* Personal Photo */
	div.photo-inner  {
		margin-left: 125px;
	}
	/*input.button {
		margin-right: 90px !important;
	}*/
	

	/* Personal info */
	.personal-info, .personal-basic {
		margin-top:0;
		display:block;
		width:420px;
		background:none;
		/*border-top:1px solid /*mainColor #fdc750;*/
		padding: 32px 0 0 10px;
	}
	.personal-info li span {
		width:280px;
	}
	
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.tabs {
		padding-left:5px;
	}
	.menu {
		height:100px;
		background-color:#ededed;
		position:relative;
		width: 370px;
		padding-left: 50px;
		padding-right: 50px;
	}
	/*-------------------------------------------------------*/
		/* Resume */
	/*-------------------------------------------------------*/
	.skills-section {
		width:420px;
	}
	.skills li h4 {
		width:260px;
	}
	.timeline-section {
		width:420px;
		padding-right:60px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list,  #add-portfolio-item {
		width:450px;
	}
	#portfolio-list > li,  #add-portfolio-item > li {
		width: 200px;
		margin-right:25px;
	}
	/*#portfolio-list li span {
		width:210px;
	}*/
	#portfolio-list li > div,  #add-portfolio-item li > div {
		width: 200px;
	}
	#portfolio-list li > div a,  #add-portfolio-item li > div a {
		font-size: 12px;
		width: 80px;
	}

	/*-------------------------------------------------------*/
		/* Blog */
	/*-------------------------------------------------------*/
	.blog-content-wrapper {
		width: 430px;
	}
	.blog-entry img {
		width: 430px;
	}
	.blog-sidebar {
		width: 430px;
		margin-left:0px;
	}
    .comment .comment-meta,.comment .comment-body {
    	width: 350px;
	}
    .comment-child .comment-meta,.comment-child .comment-body {
    	width: 320px !important;
	}
	
	/*-------------------------------------------------------*/
		/* Inbox */
	/*-------------------------------------------------------*/
	
	.inbox-form {
		width:420px;
	}

	
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	.contact-info {
		width:420px;
	}
	.contact-form {
		margin-top:20px;
		width:420px;
	}

	/*-------------------------------------------------------*/
		/* Settings */
	/*-------------------------------------------------------*/

	.change-password, .faqs, .faq {
		width:430px;
	}
	.faqs ul {
		float:left;
		padding-left:0px;
		width:428px;
	}
	.faq div {
		float:left;
		padding-left:10px;
		width:410px;
	}
	.faqs ul li span {
		width:410px;
	}
	
	/*-------------------------------------------------------*/
		/* Upload Videos */
	/*-------------------------------------------------------*/
	.aboutVideo {
		width:420px !important;
	}
	.photoVideo-inner {
		margin-left:auto !important;
		margin-right: auto !important;
		float: none !important;
		padding: 10px 10px 0px 0px !important;
	}

	/*21/7/2014*/
	#cse {
		margin-top: -4px;
		width: 80%;
		float: left;
	}
	#nav-ul li a {
		font-size: 11px;
	}
	.col-md-9 {
		width: 100%;
		float: left;
	}
	#nav-ul {
		float: none;
	}
	.top-header-logo img {
		max-height: 120px;
	}
	#container {
		top: 300px;
	}
	.socialfollow-right-fixed {
		top: 40px;
	}

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#container, .top-header-container {
		width:200px;
		margin-top:10px;
	}
	#nav-ul {
		display: none;
	}
	.extra-text {
		font-size:16px;
	}
	/* socialbuttons */
	.socialbuttons {
		/*display: inline; ========== 1/7/2014 ===========*/ 
		background-color: green;

	}
	
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #666; /*#444;*/
		line-height:30px;
	}
	#logo h4 {
		color:#666;
		line-height:15px;
	}
	.socialicons {
		display:none; !important
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	div.top {
		height:50px;
		/*margin-top:35px;*/
		margin-bottom:5px;
	}
	/* About */
	.about {
		width:280px;
		display:block;
		margin:10px 0 15px 10px;
	}
	.about .photo-inner {
		margin-left:40px;
		background:url(../images/photo-inner.png) no-repeat;
		width:192px;
		height:212px;
		padding:12px 0 0 20px;
	}
	.about h1 {
		line-height:38px;
		font-size:30px;
		text-align:center;
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
		text-align:center;
	}
	.about p {
		text-align:center;
	}
	/* Personal info */
	.personal-info {
		margin-top:0;
		display:block;
		width:280px;
		background:none;
		border-top:1px solid /*mainColor*/#fdc750;
		margin-left:10px;
		min-height:220px;
		padding-left:0;
	}
	.personal-info li {
		font-size:13px;
	}
	.personal-info li span {
		width:200px;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.tabs {
		padding-left:0px;
	}

	.tabs li > a {
		width:75px;
		font-size:14px;

	}
	.tabs li.active {
		background-image: none !important;
	}
	.menu {
		height:100px;
		background-color:#ededed;
		position:relative;
		width: 200px;
		padding-left: 50px;
		padding-right: 50px;
	}
	/*-------------------------------------------------------*/
		/* Resume */
	/*-------------------------------------------------------*/
	#resume {
		padding:10px;
	}
	.timeline-section {
		width:280px;
		padding-right:60px;
	}
	.skills-section {
		width:280px;
	}
	.skills li h4 {
		width:120px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list,  #add-portfolio-item {
		width:280px;
	}
	#portfolio-list li,  #add-portfolio-item li {
		margin-left:40px;
	}
	/*-------------------------------------------------------*/
		/* Blog */
	/*-------------------------------------------------------*/
	.blog-content-wrapper {
		width: 260px;
	}
	.blog-entry img {
		width: 260px;
	}
	.blog-sidebar {
		width: 260px;
		margin-left:0px;
	}
    .comment .comment-meta{
    	width: 180px;
    	margin-top: 10px;
	}
    .comment .comment-meta p{
    	margin-left: 0px;
    	margin-top: 6px;
    	clear: both;
    	display: block;
	}
	.comment .comment-body {
    	width: 240px;
    	margin-left: 0;
	}


    .comment-child .comment-meta{
    	width: 160px !important;
    	margin-top: 10px;
	}
    .comment-child .comment-meta p{
    	margin-left: 0px;
    	margin-top: 6px;
    	clear: both;
    	display: block;
	}
	.comment-child .comment-body {
    	width: 220px !important;
    	margin-left: 0;
	}
	/*-------------------------------------------------------*/
		/* Inbox */
	/*-------------------------------------------------------*/
	
	.inbox-form {
		width:280px;
	}

	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	
	.contact-info {
		width:280px;
	}
	.contact-form {
		margin-top:20px;
		width:280px;
	}
	.contact-info, .contact-form {
		padding:0 10px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {

	.tabs li.active {
		background:url('../images/tab-hover@2x.png') no-repeat;
		background-size: 116px 114px;
	}

}

@media only screen and (min-width: 768px) {
		#logo {
			margin-top: 40px;
		}
}

    /*-------------------------------------------------------*/
		/* Add Videos Section */
	/*-------------------------------------------------------*/
    #addVideo {
		background:/*mainColor*/#fdc750; 
		background-image:url(../images/header-shadow.png);
		background-position:center bottom;
		background-repeat:repeat-x;
		overflow:hidden;	
	}
	/* About */
	.aboutVideo {
		float:left;
		margin-top:30px;
		width:250px;
		height:120px;
		margin-left:20px;
        padding:32px 0 0 20px;
	}
	.photoVideo-inner {
		float:left;
		background:url(../images/photo-inner.png) no-repeat;
		width:180px;
		height:120px;
		padding:10px 0 0 20px;
		/*margin-left:auto !important;
		margin-right: auto !important;*/

	}
	.aboutVideo .photoVideo-inner img {
		background-color:#FFF;
	}
	.aboutVideo h1 {
		font-weight:600;
		color:#FFF;
		line-height:34px;
		margin-top:8px;
	}
	.aboutVideo h3 {
		margin-top:45px;
		font-size:18px;
		color:#FFF;
		line-height:18px;
	}
	.aboutVideo p {
		font-size:14px;
		margin-top:15px;
		color:/*profileTextColor*/#a87f09;
		font-weight: 400;
		line-height:20px;
	}
    
	/* Videos info */
	.video-info {
		float:left;
		margin-top:30px;
		width:420px;
		min-height:230px;
		margin-left:10px;
		background:url(../images/personal-info-sep.png) no-repeat left top;
		padding:20px 0 0 20px;
	}
	.video-info li {
		font-size:14px;
		margin-bottom:10px;
		overflow: hidden;
	}
	.video-info li label {
		color:/*profileTextColor*/#a87f09;
		float:left;
		padding:4px 7px;
		font-weight:600;
		margin: 15px 0px 0px 0px; /* Added on 11/7/2014*/
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.video-info li span {
		float:right;
		width:270px;
		padding-top: 4px;
		font-weight: 300;
		color:/*profileTextColor*/#a87f09;
	}
	
	.video-info li .select2-container span {
		padding-top: 0;color: black;
	}
	
	.video-info li span .selectize-input input {
		height: auto;
	}

	.personal-basic li span select{
		padding-top: 15px;   /*====== 1/7/2014: 0px; ======= */
		width: 100%;   /*====== 1/7/2014: 96% ======= */
	}
	.video-info li span input {
		/*width:270px;   11/7/2014 */
		width: 94%;
		resize: none;
		overflow: hidden;
		height: 45px;
		padding-left: 15px;
		/*background: #F7F7F7;   11/7/2014  */
		border: 1px solid #a87f09;
	}

	#content select {
		width: 94%;
		height: 45px;
		padding-left: 15px;
		border: 1px solid #a87f09;
	}
    
    .video-info li span textarea {
		hight:120px;
		width:248px !important;
	}
	.visible {
		display: block;
	}
	.invisible {
		display: none;
		color: #ff9900 !important;
	}

	/* EXTRAS*/

	#scroll-top a { width: 16px; height: 16px; padding: 6px 8px 9px; border-radius: 4px; background: #818c90; position: fixed; bottom: 48px; right: 32px; display:none ; opacity: 0.89; filter: alpha(opacity=89); z-index: 499841; }
	#scroll-top a i { font-size: 16px; color: #fff; }
	#scroll-top a:hover { background-color: #ffcc00; cursor: pointer; }
	
	#content .field-error {border: 2px solid red}
	
	h4.breadcrumbs {
		font-size:14px; /*7/9/2014:font-size:0.9em; */
		padding-left:10px;
		color: #485159;
	}
	
	h4.breadcrumbs a {
		color: #0093D0;
	}
	h4.breadcrumbs a:hover {
		color: #ff9900;
	}
	#brdcr {
		padding: 5px 10px;
		border-bottom: 1px solid #E2E2E2;
		border-right: 1px solid #E2E2E2;
		border-top: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
		background-color: #F1F1F1;
		border-radius: 3px;
		color: #ff9900;
	}
	
	.personal-basic .selectize-input input  {
		height: 18px;
	}
	
