/*
Theme Name: Gantry Theme for WordPress
Theme URI: http://www.rockettheme.com
Description: Basic default Gantry theme for Wordpress
Version: 1.0
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/

.cv-title {
	color:rgb(196, 88, 0);
	font: 22px Arial;
	font-weight:bold;
}

.hider {
	width: 500px;
	border: 0;
	background-color: white;
	height: 100px;
	position: absolute;
}

.over {
	color: rgba(162, 162, 162, 0.4);
	text-decoration:line-through;
}

.keretes {
	border:4px solid orange;
	padding:5px;
	margin: 0px 10px 10px 0px ! important;
}

.thumb {text-align:center;color:#C45800;font-family: 'Oswald', sans-serif;font-size:22pt;line-height:1.2em;float:left;margin:10px;width:31%;display:inline-block;}

.thumb img {box-shadow:0 0 10px grey;border:3px solid orange;}

a.transp {opacity: 0.7;transition:opacity 0.5s linear;}

a:hover.transp {opacity: 1;transition:opacity 0.5s linear;}

.welcome {color:#4c4c4c;font-family: 'Oswald', sans-serif;font-size:20pt;line-height:1.3em;margin:10px 0 20px 0;}