body{
	font-family: 'Rajdhani', sans-serif;
}

.ora0-clear{clear:both;}

/* HEADER MENU SECONDARIO */
.ast-below-header-bar {
    background: #05307b;
    border: none;
}

.ast-below-header-bar a{
	font-family: 'Rajdhani', sans-serif;
    color:#f2f5f7c2;
	font-size:16px;
	font-weight:bold;
}

.ast-below-header-bar a:hover{
    color:#74B83A;
}

button {
    background: #74b83a;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
	
	border-radius: 50px;
}

button:hover {
	background: #74b83a;
    color: #fff;
	border-radius: 5px;
	border-color: #fff;
	border-width:2px;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 5px #ffee10;
	text-shadow: 0 0 5px #ffee10;
}

/* NEWS */

#ora0news-main-container {margin: 20px auto;}
#ora0news-main-container-motto{width: 50%;margin:50px auto;text-align:center;}
#ora0news-main-container-motto-intro{font-size: 20px;color:#75b93b;text-transform:uppercase;}
#ora0news-main-container-motto-title{font-size: 44px;color:#365b08;text-transform:uppercase;font-size: 36px;font-weight: bold;}


.ora0news-container {
    width: 344px;
    float: left;
    display: block;
    height: 217px;
    margin-right: 3%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ora0news-allcontent{
	display:none;
}

.ora0news-img{
    height: 250px;
    overflow: hidden;
	border-radius:15px;
}
.ora0news-img img {
}

.ora0news-textcontainer {
    width: 300px;
    height: 200px;
    display: block;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    margin-top: -91px;
    margin-left: 15px;
    padding: 0 20px;
	border: solid 1px #d9d9d9;
}

.ora0news-date {
    padding: 15px 25px;
    background: #75b93b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: translateY(-52px);
    box-shadow: 7px -4px 6px #000000a8;
}

.ora0news-title {
    color: #365b08;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
}

.ora0news-excerpt{
	color: #7b8391;
}

#ora0news-main-container-clear{clear:both;margin-bottom:40px;height:100px;}

/* INFOBOX */

#ora0infoboxes-main-container {
    width: 100%;
    margin: 60px auto 0 auto;
}

.ora0infobox-container {
    width: 250px;
    height: 380px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 4px 40px #0000002e;
    float: left;
    margin: 0 30px 20px 0;
    padding: 20px;
}

.ora0infobox-imgcontainer {
    height: 100px;
}

.ora0infobox-img {
    width: 80px;
    height: 80px;
    float: left;
    opacity: 0.6;
}

.ora0infobox-num {
    color: #d5dae3;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    float: right;
}

.ora0infobox-clear {
    clear: right;
}

.ora0infobox-title {
    font-weight: 600;
    font-size: 20px;
    color: #365b08;
    display: block;
    text-transform: uppercase;
}

.ora0infobox-excerpt {
    font-size: 16px;
}

.ora0infobox-button,.ora0infobox-link {
    text-transform: uppercase;
    background: #7d7d7d;
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    width: 200px !important;
    display: block;
    margin: 20px auto 0 auto;
}

.ora0infobox-button:hover,.ora0infobox-link:hover {
    background: #74B83A;
}



.ora0infobox-button a,.ora0infobox-link a{
    color: #fff;
	font-weight:bold;
	text-decoration:none !important;
}

#ora0infoboxes-main-container-clear {
    clear: both;
}

/* EFFETTO PARALLAX */
#ora0_index_parallax_container {
    clear: both;
    width: 100%;
    padding: 0;
}
.ora0_index_parallax {
    background-image: url("../images/fondo-4.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    background-size: cover;
    text-align: center;
}

.ora0_index_parallax p {
    color: #fff;
    font-size: 50px;
	line-height: 60px;
}

/* PAGINA */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

#ora0-customheader {
    box-shadow: 10px 10px 10px #424242ab;
    margin: 0 0 40px 0;
	animation: 0.8s ease-out 0s 1 slideInFromLeft;
}

#ora0-customheader-pageimg {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    padding: 120px 0 0 0;
}

#ora0-customheader-pagetitle {
    font-size: 60px;
    color: #fff;
}

/* POST */
#ora0-post-container {
    width: 80%;
    margin: 20px auto;
    border: solid 1px #ccc;
    border-radius: 15px;
    box-shadow: 10px 10px 10px #00000014;
}

#ora0-post-container-inner {
    padding: 25px;
}

#ora0-post-title {
    font-size: 40px;
    color: #76b729;
    text-align: center;
	line-height: 1em;
}

#ora0-post-date {
    color: #b3b3b3;
}

#ora0-post-controls {
    width: 65%;
    margin: 10px auto;
    background: #75b93b;
    border-radius: 5px;
}

#ora0-post-controls-inner {
    padding: 10px;
}

#ora0-post-controls-inner * {
    color: #fff;
}

#ora0-post-container-inner img {
    border-radius: 11px;
    border: solid 1px #ccc;
    width: 500px;
}

#ora0-post-previous-container {
    float: left;
}

#ora0-post-next-container {
    float: right;
}

#ora0-post-container-inner figure {
    width: 500px;
    display: block;
    margin: 0 auto;
}

#ora0-post-container-inner img {
    width: 490px;
    display: block;
    margin: 0 auto;
}

