/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.calltoaction {
	padding: 12px 20px;
	border-radius: 2px;
	background-color: #333;
	color: #CCC;
	text-decoration: none;
}

.calltoaction:hover {
	opacity: 0.9 !important;
	color: #CCC;
}

#main .widget .column-3 .column-content {
background: none;
border: 0;
}



#logo img {
	width: 100%;
	height:auto;
	max-width: 300px;
}

.textohome {
	font-size: 16px;
	max-width:675px;
	margin:25px auto;
	width: 100%;
}

#lang_sel_list {
    position: inherit !important;
}

button, input[type=submit] {
    background: #FCC556 !important;
}