/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


.stile-h1 {font-size:22px;font-weight:bold;}
.stile-h2 {font-size:18px;font-weight:bold;}
.stile-h3 {font-size:14px;font-style:normal;}

body.editor {padding: 0px 10px; background:#fff; color:#000}

.menu_langs{
	position:absolute;
	top:10px;
	right:13px;
}
	@media only screen and (max-width : 479px) {
		.menu_langs {
			top: 5px;
			right: 5px;
		}
	}
	.menu_langs a {
		padding:4px;
		color:#666;
		text-transform:uppercase;
	}
	.menu_langs a:hover {
		color:#999;
	}

.gallery-foto {
	margin: 30px 0;
}

.filelist {
	margin: 30px 0;
}
	.panel-group .panel-content .filelist {
		margin-top: 0;
	}

.image-detail{float:left; margin:0 20px 8px 0;}
@media (max-width: 767px) {
  .image-detail{
    float:none;
    margin:0 0 20px 0;
  }
}

#home .tp-caption.BigBold-Title, #home .BigBold-Title {
	text-align: right;
	background: rgba(237, 30, 36, 0.8);
	padding-left: 10px;
	padding-right: 10px;
}