/*
@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}


.header-nav {
	border-top: 4px solid #4268f4;
}

#home .tp-caption.BigBold-Title, #home .BigBold-Title {
	text-align: center;
	background: rgba(66, 104, 244, 0.8);
}

.main-content ul, .main-content ol {
	list-style: disc;
	margin: 20px 0;
	overflow: hidden;
	padding-left: 30px;
}

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

.filelist {
	margin: 30px 0;
	list-style: none;
	padding-left: 0 !important;
}
.filelist li {
	list-style: none;
}

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