@font-face {
    font-family: 'obelixproregular';
    src: url('../font/obelixpro-webfont.eot');
    src: url('../font/obelixpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/obelixpro-webfont.woff') format('woff'),
         url('../font/obelixpro-webfont.ttf') format('truetype'),
         url('../font/obelixpro-webfont.svg#obelixproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BEGIN - Reset utilities */
.alert {
    margin:0;
}
.height-auto{
    float: left;
    width: 100%;
    height: auto!important;
}

@media (max-width:960px){
    body{
        min-width: 960px;
    }
}

a:focus, a:active, a:hover, a:checked{
    outline: none !important;
    text-decoration: none !important;
}
.col-md-6 p a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
    border: none !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'obelixproregular', sans-serif !important;
}
body{
    background: #1479ac;
    font-family: 'Noto Sans', sans-serif !important;
}
.container{
    width: 100% !important;
    max-width: 1170px !important;
}
.container.fixed{
    width: 1170px !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    display: inherit;
    max-width: none !important;
}
.col-md-4{
    width: 33.3% !important;
    float: left !important;
}
.col-md-3{
    float: left !important;
    width: 25% !important;
}
.col-md-6{
    width: 50% !important;
    float: left !important;
}
/* END - Reset utilities */

/* Common aspect and positioning */
.container.main{
    margin-top: 20px;
    margin-bottom: 20px;
}
.container.detail{
    margin-top: 20px;
    margin-bottom: 20px;
    color:#fff!important;
}

.container.detail a:active,
.container.detail a,
.container.detail a:focus,
.container.detail a:visited,
.container.detail a:hover{
    color:#fff!important;
    text-decoration: underline;
}
header .logo{
    width: 310px;
    height: 195px;
    float: left;
    text-decoration: none;
    position: relative;
    margin-top: 15px;
}
header .logo-animated{
    left: 50%;
    margin: 0 0 0 -155px;
    top: 230px;
    /* OVERRIDE IE 8 */
    margin: 15px 0 0 0\9;
    left: 0\9;
    top: 0\9;
    /* OVERRIDE IE 9 */
    margin: 15px 0 0 0\0;
    left: 0\0;
    top: 0\0;

    animation-name: logo-move;
    animation-duration: 0.9s;
    animation-delay: 1.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: logo-move;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-delay: 1.3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: logo-move;
    -moz-animation-duration: 0.9s;
    -moz-animation-delay: 1.3s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: logo-move;
    -ms-animation-duration: 0.9s;
    -ms-animation-delay: 1.3s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: forwards;
}
/***** KEYFRAME ANIMATION LOGO MOVE *****/
@-webkit-keyframes logo-move {
    from { left: 50%; margin: 0 0 0 -155px; top: 230px; }
    to { left: 0; margin: 0; top: 15px; }
}
@-moz-keyframes logo-move {
    from { left: 50%; margin: 0 0 0 -155px; top: 230px; }
    to { left: 0; margin: 0; top: 15px; }
}
@-o-keyframes logo-move {
    from { left: 50%; margin: 0 0 0 -155px; top: 230px; }
    to { left: 0; margin: 0; top: 15px; }
}
@-ms-keyframes logo-move {
    from { left: 50%; margin: 0 0 0 -155px; top: 230px; }
    to { left: 0; margin: 0; top: 15px; }
}
@keyframes logo-move {
    from { left: 50%; margin: 0 0 0 -155px; top: 230px; }
    to { left: 0; margin: 0; top: 15px; }
}
/***** END KEYFRAME ANIMATION SCALE *****/

header .logo-animated img{
    float: left;
    position: relative;
}
header .logo-animated img.letter-o{
    z-index: 13;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    animation-name: animation-letter;
    animation-duration: 0.8s;
    animation-delay: 0.2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: animation-letter;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: animation-letter;
    -moz-animation-duration: 0.8s;
    -moz-animation-delay: 0.2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: animation-letter;
    -ms-animation-duration: 0.8s;
    -ms-animation-delay: 0.2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: forwards;
}

header .logo-animated img.letter-p{
    margin-left: -16px;
    z-index: 12;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    animation-name: animation-letter;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: animation-letter;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: animation-letter;
    -moz-animation-duration: 0.8s;
    -moz-animation-delay: 0.3s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: animation-letter;
    -ms-animation-duration: 0.8s;
    -ms-animation-delay: 0.3s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: forwards;
}
header .logo-animated img.letter-l{
    margin-left: -5px;
    z-index: 11;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    animation-name: animation-letter;
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: animation-letter;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: animation-letter;
    -moz-animation-duration: 0.8s;
    -moz-animation-delay: 0.4s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: animation-letter;
    -ms-animation-duration: 0.8s;
    -ms-animation-delay: 0.4s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: forwards;
}
header .logo-animated img.letter-a{
    margin-left: -11px;
    z-index: 10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    animation-name: animation-letter;
    animation-duration: 0.8s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: animation-letter;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: animation-letter;
    -moz-animation-duration: 0.8s;
    -moz-animation-delay: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: animation-letter;
    -ms-animation-duration: 0.8s;
    -ms-animation-delay: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: forwards;
}

/***** KEYFRAME ANIMATION LETTER *****/
@-webkit-keyframes animation-letter {
    0% { -webkit-transform: scale(0); }
    50% { -webkit-transform: scale(1.05); }
    70% { -webkit-transform: scale(0.8); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes animation-letter {
    0% { -moz-transform: scale(0); }
    50% { -moz-transform: scale(1.05); }
    70% { -moz-transform: scale(0.8); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes animation-letter {
    0% { -o-transform: scale(0); }
    50% { -o-transform: scale(1.05); }
    70% { -o-transform: scale(0.8); }
    100% { -o-transform: scale(1); }
}
@-ms-keyframes animation-letter {
    0% { -ms-transform: scale(0); }
    50% { -ms-transform: scale(1.05); }
    70% { -ms-transform: scale(0.8); }
    100% { -ms-transform: scale(1); }
}
@keyframes letter-o {
    0% { transform: scale(0); }
    50% { transform: scale(1.05); }
    70% { transform: scale(0.8); }
    100% { transform: scale(1); }
}
/***** END KEYFRAME ANIMATION LETTER *****/

header{
    background: #2d9bd2 url('../images/bg-header.png') center top no-repeat !important;
    padding-bottom: 15px;
    position: relative;
    z-index: 9999;
}
header.nobg{
    background: none !important;
}

/* Style Main menu */
header ul.top-menu{
    height: 45px;
    float: right;
    list-style: none;
    line-height: 40px;
    margin-top: 26px;
    clear: right;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
header ul.top-menu.nologin{
    margin-top: 105px;
}
header ul.top-menu li{
    float: left;
    text-align: center;
    margin-left: 3px;
}
header ul.top-menu li a{
    height: 40px;
    /*min-width: 75px;
    max-width: 100px !important;*/
    display: block;
    text-align: center;
    line-height: 31px;
    margin-top: -14px;
    padding: 5px 10px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: 'Noto Sans', sans-serif !important;
}
header ul.top-menu li ul{
    display: none;
    list-style: none;
    padding: 2px 0 4px 10px;
    margin: 2px 0 0 0;
    background: #f75e00;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    z-index: 999;
}
header ul.top-menu li ul li{
    float: none;
    min-height: 40px;
}
header ul.top-menu li ul li a{
    height: 30px;
    line-height: 40px;
    margin: -4px 0 0 0;
    max-width: 400px !important;
    padding: 4px 20px 0 0;
    text-align: left;
    width: auto !important;
}
header ul.top-menu li:hover ul{
    display: block;
}

/* Style Header Section*/
.section-header{
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #1479ac;
}
.section-header h1{
    margin: 0;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: lighter;
}

/* START - Account Menu */
header .account-box{
    width: auto;
    min-width: 170px;
    height: 68px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    float: right;
    margin-top: -10px;
    margin-right: 4px;
    padding-top: 7px;
}
header .account-box div{
    width: auto;
    min-width: 120px;
    float: left;
    margin: 0 10px;
}
header .account-box figure{
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    float: right;
    margin: 9px 10px 0 0;
}
header .account-box figure img{
    width: 36px;
    height: 36px;
    margin: 2px 0 0 2px;
    border: 1px solid #ccc;
}
header .account-box h5{
    text-align: right;
    line-height: 20px;
    margin: 12px 0 0 0;
}
header .account-box div.dropdown{
    font-size: 11px;
    font-style: italic;
    text-align: right;
    margin: 0;
}
header .account-box div div.dropdown .dropdown-menu{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 6px 6px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    float: left;
    font-size: 12px;
    left: 0;
    padding: 0 !important;
    list-style: none outside none;
    overflow: hidden;
    margin: 8px 0 0 -11px;
    min-width: 194px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
header .account-box div div.dropdown .dropdown-menu li{
    text-align: center;
    height: 30px;
}
header .account-box div div.dropdown .dropdown-menu li a{
    height: 30px;
    line-height: 24px;
}
header .account-box div.dropdown i{
    font-size: 12px;
    margin-right: 2px;
}
header .account-box div.dropdown a{
    text-decoration: none;
}
/* END - Account Menu */

.shadow{
    width: 398px;
    height: 22px;
    display: block;
    position: relative;
    margin: 0 auto 50px;
    background: transparent url('../images/shadow.png') center bottom no-repeat;
    left: -20px;
    bottom: 10px;
    z-index: 2;
    opacity: 0;

    animation-name: shadow,scale;
    animation-duration: 2s,0.5s;
    animation-delay: 2.3s,2.7s;
    animation-iteration-count: 1,10;
    animation-direction: alternate;
    animation-timing-function: ease,ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: shadow,scale;
    -webkit-animation-duration: 2s,0.5s;
    -webkit-animation-delay: 2.3s,2.7s;
    -webkit-animation-iteration-count: 1,10;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease,ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: shadow,scale;
    -moz-animation-duration: 2s,0.5s;
    -moz-animation-delay: 2.3s,2.7s;
    -moz-animation-iteration-count: 1,10;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease,ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: shadow,scale;
    -ms-animation-duration: 2s,0.5s;
    -ms-animation-delay: 2.3s,2.7s;
    -ms-animation-iteration-count: 1,10;
    -ms-animation-direction: alternate;
    -ms-animation-timing-function: ease,ease;
    -ms-animation-fill-mode: forwards;
}

/***** KEYFRAME ANIMATION SHADOW *****/
@keyframes shadow {
    from {opacity: 0;}
    to {opacity: 0.8;}
}
@-webkit-keyframes shadow  /*Safari and Chrome */{
    from {opacity: 0;}
    to {opacity: 0.8;}
}
@-moz-keyframes shadow {
    from {opacity: 0;}
    to {opacity: 0.8;}
}
@-ms-keyframes shadow {
    from {opacity: 0;}
    to {opacity: 0.8;}
}
@keyframes shadow {
    from {opacity: 0;}
    to {opacity: 0.8;}
}
/***** END KEYFRAME ANIMATION SHADOW *****/

/***** KEYFRAME ANIMATION SCALE *****/
@-webkit-keyframes scale {
    from { -webkit-transform: scale(1); }
    to { -webkit-transform: scale(0.3); }
}
@-moz-keyframes scale {
    from { -moz-transform: scale(1); }
    to { -moz-transform: scale(0.3); }
}
@-o-keyframes scale {
    from { -o-transform: scale(1); }
    to { -o-transform: scale(0.3); }
}
@-ms-keyframes scale {
    from { -ms-transform: scale(1); }
    to { -ms-transform: scale(0.3); }
}
@keyframes scale {
    from { transform: scale(1); }
    to { transform: scale(0.3); }
}
/***** END KEYFRAME ANIMATION SCALE *****/

.drago{
    width: 280px;
    height: 360px;
    background: transparent url('../images/drago.png') center bottom no-repeat;
    margin: 0 auto;
    position: relative;
    left: -20px;
    z-index: 9;
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);

    animation-name: enter,jump;
    animation-duration: 1s,1s;
    animation-iteration-count: 1,5;
    animation-delay: 1.8s,2.7s;
    animation-timing-function: ease-in,ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: enter,jump;
    -webkit-animation-duration: 1s,1s;
    -webkit-animation-iteration-count: 1,5;
    -webkit-animation-delay: 1.8s,2.7s;
    -webkit-animation-timing-function: ease-in,ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: enter,jump;
    -moz-animation-duration: 1s,1s;
    -moz-animation-iteration-count: 1,5;
    -moz-animation-delay: 1.8s,2.7s;
    -moz-animation-timing-function: ease-in,ease;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: enter,jump;
    -ms-animation-duration: 1s,1s;
    -ms-animation-iteration-count: 1,5;
    -ms-animation-delay: 1.8s,2.7s;
    -ms-animation-timing-function: ease-in,ease;
    -ms-animation-fill-mode: forwards;
}

/***** KEYFRAME ANIMATION JUMP *****/
@keyframes jump {
    0% {bottom: 0;}
    50% {bottom: 30px;}
    100% {bottom: 0;}
}
@-webkit-keyframes jump  /*Safari and Chrome */ {
    0% {bottom: 0;}
    50% {bottom: 30px;}
    100% {bottom: 0;}
}
@-moz-keyframes jump {
    0% {bottom: 0;}
    50% {bottom: 30px;}
    100% {bottom: 0;}
}
@-ms-keyframes jump {
    0% {bottom: 0;}
    50% {bottom: 30px;}
    100% {bottom: 0;}
}
@keyframes jump {
    0% {bottom: 0;}
    50% {bottom: 30px;}
    100% {bottom: 0;}
}
/***** END KEYFRAME ANIMATION JUMP *****/

/***** KEYFRAME ANIMATION ENTER *****/
@-webkit-keyframes enter {
    from { -webkit-transform: translateY(-1000px); }
    to { -webkit-transform: translateY(5px); }
}
@-moz-keyframes enter {
    from { -moz-transform: translateY(-1000px); }
    to { -moz-transform: translateY(5px); }
}
@-o-keyframes enter {
    from { -o-transform: translateY(-1000px); }
    to { -o-transform: translateY(5px); }
}
@-ms-keyframes enter {
    from { -ms-transform: translateY(-1000px); }
    to { -ms-transform: translateY(5px); }
}
@keyframes enter {
    from { transform: translateY(-1000px); }
    to { transform: translateY(5px); }
}
/***** END KEYFRAME ANIMATION ENTER *****/

/***** KEYFRAME ANIMATION ENTER
@-webkit-keyframes enter {
    from { -webkit-transform: scale(0.0) skew(0deg) translate(-1px); }
    to { -webkit-transform: scale(1) skew(0deg) translate(-1px); opacity: 1; }
}
@-moz-keyframes enter {
    from { -moz-transform: scale(0.0) skew(0deg) translate(-1px); }
    to { -moz-transform: scale(1) skew(0deg) translate(-1px); opacity: 1; }
}
@-o-keyframes enter {
    from { -o-transform: scale(0.0) skew(0deg) translate(-1px); }
    to { -o-transform: scale(1) skew(0deg) translate(-1px); opacity: 1; }
}
 END KEYFRAME ANIMATION ENTER *****/


footer{
    background-color: #2d9bd2;
    height: 170px;
    color: #fff;
    overflow: hidden;
}
footer p.copy{
    width: 100%;
    font-size: 11px;
    float: left;
    margin-top: 25px;
}
footer p.right{
    float: right;
    font-family: 'obelixproregular', sans-serif;
    margin: 25px 0 0 0;
    text-align: right;
}
footer p.right img{
    margin-top: 5px;
}

/* START PARTY */
.party, .convention{
    height: 100px;
    position: absolute;
    right: 100px;
    text-align: right;
    width: 290px;
    z-index: 999;
}
.convention{
    margin-top: 120px;
}
.party span, .convention span{
    background: transparent url("../images/icon-what-fff.png") no-repeat center center;
    border: 2px solid #FFFFFF;
    border-radius: 45px 45px 45px 45px;
    float: right;
    height: 90px;
    width: 90px;
}
.convention span{
    background: none;
}
.convention span i{
    font-size: 30px;
    line-height: 90px;
    color: #fff;
}
.convention a:hover span{
    background: #fff;
}
.convention a:hover span i{
    color: #2D9BD2;
}
.party a p, .convention a p{
    color: #FFFFFF;
    float: left;
    font-family: 'obelixproregular';
    font-size: 18px;
    margin-top: 25px;
}
.party a:hover span{
    background: #fff url("../images/icon-what-blue.png") no-repeat center center;
}
/* END PARTY */

/* START SOCIAL SLIDER */
p.social{
    float: left;
    width: 100%;
    line-height: 13px;
    /*position: relative;
    z-index: 999;
    margin-left: 15px;*/
    color: #fff;
    font-family: 'obelixproregular', sans-serif;
}
p.social a{
    color: #fff!important;
    font-size: 2rem;
}
p.social .facebook, p.social .twitter{
    width: 40px;
    height: 40px;
    float: left;
}
p.social .facebook{
    margin-right: 10px;
}
/* END SOCIAL SLIDER */

.box{
    border: 1px solid #fff;
    height: 240px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
}
#locations .box{
    height: 102px !important;
}

/* Common box title */
.box .title{
    background: #fff;
    display: table;
    height: 95px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.box .title h2{
    font-size: 18px;
    margin: 5px;
    overflow: hidden !important;
}
.box p{
    font-size: 12px;
    padding: 10px;
    height: 115px;
    margin: 0;
}
.box .thumb{
    margin: auto;
    display: block;
}

/* Compact box title */
.box.compact{
    height: auto;
    overflow: hidden;
    background: #fff !important;
    border: none;
}
.box.compact .title{
    margin: 0;
    display: table;
    width: 100%;
    height: 30px;
    background: #f75e00 !important;
}
.box.compact .title h2{
    font-size: 20px;
    padding: 5px;
    margin: 0;
    min-height: 60px;
}
.box.compact p{
    font-size: 13px;
    padding: 10px;
    height: 90px;
    margin: 0 0 10px 0;
}
.box.compact .thumb{
    margin: auto;
    display: block;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    width: 100%;
}

.box.compact a.readmore{
    border-top: 1px solid #f75e00;
    display: block;
    padding: 10px;
    font-family: 'obelixproregular', sans-serif !important;
}

.box.compact a.readmore-right{
    display: block;
    text-align: right;
    padding:0 10px 10px 0;
}
/* Begin - Box Footer */
.box .footer{
    padding: 5px;
    background: #fff;
    height: 40px;
}

.box .footer a.right{
    float: right;
}
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget{
    float: left;
}

/* End - Box Footer */

/***************** START - HERO SLIDER *****************/
#hero-slider{
    width: 100%;
    padding: 190px 0 0 0;
    margin-top: -225px;
    position: relative;
    background: #2d9bd2 url('../images/bg-header.png') center center no-repeat;

    animation-name: sfondo;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;

    -webkit-animation-name: sfondo;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;

    -moz-animation-name: sfondo;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;

    -ms-animation-name: sfondo;
    -ms-animation-duration: 1.2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease;
}
@-webkit-keyframes sfondo {
    from { -webkit-background-size: 0%; }
    to { -webkit-background-size: 100%; }
}
@-moz-keyframes sfondo {
    from { background-size: 0%; }
    to { background-size: 100%; }
}
@-o-keyframes sfondo {
    from { background-size: 0%; }
    to { background-size: 100%; }
}
@-ms-keyframes sfondo {
    from { background-size: 0%; }
    to { background-size: 100%; }
}
@keyframes sfondo {
    from { background-size: 0%; }
    to { background-size: 100%; }
}

#hero-slider .carousel-inner{
    width: 100%;
    height: 435px;
    overflow: visible !important;
}
#hero-slider .carousel-inner .carousel-caption{
    right: 0;
    width: 500px;
    text-align: left;
    bottom: 0;
    top: 120px;
}
#hero-slider .carousel-inner .carousel-caption a{
    width: auto;
    height: auto;
    min-height: 35px;
    min-width: 90px;
    padding: 5px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    background: #2d9bd2;
    margin-top: 5px;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    text-shadow: none !important;
    font-family: 'helvetica_condensedmedium', sans-serif !important;
}
#hero-slider .carousel-indicators{
    margin-top: -30px;
}
#hero-slider .carousel-indicators li{
    border: 1px solid #fff;
}
#hero-slider .carousel-indicators .active{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
}
#hero-slider .carousel-control{
    height: 70px;
    width: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    color: #505b9c;
    line-height: 72px;
    font-size: 30px;
    background: #fff;
    margin-top: 187px;
    z-index: 9999;
}
#hero-slider .carousel-control:hover{
    background: #2d9bd2;
    color: #fff;
}
#hero-slider .carousel-control.left{
    margin-left: 50px;
    padding-right: 3px;
}
#hero-slider .carousel-control.right{
    margin-right: 50px;
    padding-left: 4px;
}
/***************** END - HERO SLIDER *****************/

/***************** START - WIDGET DOWNLOAD *****************/
.widget-download{
    width: 100%;
    height: 175px;
    background: #1479ac;
    padding-top: 5px;
}
.content-widget-download{
    width: 700px;
    height: 160px;
    margin: 0 auto;
    color: #fff;
}
.content-widget-download a.icon-app, .content-widget-download a.icon-qrcode-app{
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
    border-radius: 15px;
    -webit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.content-widget-download a.icon-app{
    background: transparent url('../images/icona.png') center center no-repeat;
}
.content-widget-download a.icon-qrcode-app{
    background: transparent url('../images/qrcode.jpg') center center no-repeat;
}
.content-widget-download h3{
    margin-bottom: 5px;
}
.content-widget-download p{
    font-size: 12px;
    line-height: 14px;
}
.content-widget-download a.badge-android, .content-widget-download a.badge-apple{
    width: 100px;
    height: 35px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.content-widget-download a.badge-android{
    background: transparent url('../images/badge-android.png') center center no-repeat;
}
.content-widget-download a.badge-apple{
    background: transparent url('../images/badge-apple.png') center center no-repeat;
}

/***************** END - WIDGET DOWNLOAD *****************/

/***************** START - MENU LOCATION *****************/
.nav-location{
    width: 100%;
    height: 100px;
    background: #2d9bd2;
    border-top: 1px solid #1479ac;
}
.name-location{
    width: 500px;
    height: 100%;
    float: left;
    padding-top: 15px;
}
.name-location h1, .name-location h5{
    color: #fff;
}
.name-location .date-label{
    height: 70px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border:2px solid #fff;
    background: #fff;
}
.name-location h1{
    line-height: 35px;
    margin-top: 5px;
}
.name-location h5{
    font-family: 'Noto Sans', sans-serif !important;
}
.name-location h5 i{
    margin-right: 10px;
}
.nav-location ul{
    float: right;
    width: auto;
    height: 40px;
    min-width: 400px;
    list-style: none;
    display: none;
    margin: 37px 0 0 0;
}
.nav-location ul li{
    float: left;
    text-align: center;
    height: 20px;
    border-right: 1px solid #72bde3;
}
.nav-location ul li:last-child{
    border: none;
}
.nav-location ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    width: auto;
    min-width: 70px;
}
.nav-location ul li a:hover{
    text-decoration: underline;
}
/***************** END - MENU LOCATION *****************/

/* Specific row widget */
/* BEGIN - DATE LABEL WIDGET */
div.date-label{
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #e7e7e7;
    float: left;
    height: 95px;
    margin-right: 10px;
    padding: 0 10px;
    width: 70px;
}
div.date-label h3{
    font-size: 34px;
    line-height: 30px;
    margin: 10px 0 2px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif !important;
}
div.date-label span{
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Noto Sans', sans-serif !important;
}
div.date-label span i{
    font-size: 35px;
    line-height: 67px;
}
/* END - DATE LABEL WIDGET */

/* Begin -Gallery Grid Display Settings */
.videogallery .thumbnail,
.gallery .thumbnail{
    margin-bottom:20px;
    min-height: 160px;
    border: 1px solid #fff;
}

.videogallery a:hover
.gallery a:hover{
    text-decoration: none;
}

.box.dynamic-height .img-container{
    float: none;
    width: 100%;
}

.videogallery .img-container,
.gallery .img-container{
    text-align: center;
    height: 192px;
    border: 1px solid #e7e7e7;
    background-color: #2d9bd2!important;
}

.videogallery img,
.gallery img{
    margin:auto;
    vertical-align: middle;
}

.videogallery img:hover,
.gallery img:hover{
    opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.videogallery h2,
.gallery h2{
    font-size: 18px;
}

.gallery figure{
    padding: 5px;
}

.videogallery figure{
    padding: 5px;
    position: relative;
}
.videogallery figure i.icon-play-circle{
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 55px;
    position: absolute;
    text-align: center;
    width: 96%;
    height: 84%;
    line-height: 195px;
}

.videogallery p,
.gallery p{
    margin: 0;
    padding: 0 5px 0 5px;
}

.videogallery h2,
.gallery h2{
    margin: 5px 0 0 0;
    padding: 0;
    height: 40px;
    line-height: 22px;
}

/* End -Gallery Grid Display Settings */

/* BEGIN - Row Template with info, gallery and actions*/
.box div.info,
.box div.img{
    float: left;
    padding: 10px;
}

.box div.info{
    width: 58%;
}
.box div.info h1, .box div.info h2, .box div.info h3{
    margin: 14px 0 5px 0;
    padding: 0;
    font-size: 20px;
    width: 230px;
}
.box div.info address{
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    height: auto;
    font-style: italic;
}
.box div.info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box div.info ul li{
    font-size: 12px;
    width: 220px;
    padding: 3px 0 3px 0;
}
.box div.info ul li i{
    font-size: 14px;
    padding-right: 5px;
    color: #2d9bd2;
}
.box figure.img{
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
    border-right:1px solid #ccc;
    text-align: center;
    height: 191px;
    border-radius: 4px 0 0 4px;
}
.videogallery a,
.gallery a{
    color: #2d9bd2;
}
.box div.gallery img{
    display: inline;
    border-radius: 4px 0 0 4px;
}

/* END - Row With info, Gallery and Actions*/

/* Rounded thum, eg Staff*/
.box .avatar-staff{
    float: left;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 3px solid #f75e00;
    margin: 10px 0 10px 10px;
    overflow: hidden;
}

/* size of images in list */
.box.dynamic-height{
    height: auto;
}
.box.dynamic-height .img-container{
    width: 100%;
    height: 113px;
}
.box.dynamic-height .footer{
    height: 30px;
}

/* Login Form */
#login fieldset{
    width: 400px;
    margin: 30px auto 50px auto;
    border: 1px solid #ccc;
    background-color: #e7e7e7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px;
}

#login fieldset .btn,
#login fieldset p{
    margin:10px auto;
    width: 100%;
    text-align: center;
}

#login fieldset p{
    margin: 0;
    padding: 0;
}

#login fieldset .user-label{
    display: block;
    height: 60px;
    padding: 0;
    margin-bottom: 5px;
}

#login fieldset .user-label img{
    float: left;
    margin-right: 10px;
    border: 3px #ccc solid;
}

#login fieldset .user-label h3{
    font-size: 22px;
    margin: 0;
    line-height: 60px;
}

#login .alert{
    width: 400px;
    margin: 0 auto 0 auto;
    text-align: center;
}

/* Register Form */

#register fieldset{
    width: 60%;
    margin: auto;
    padding: 10px;
}

#register input.btn{
    display: block;
    margin-top: 10px;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
}

#register .alert{
    text-align: center;
}

/* START - Row Contact */
.box-contact, .box-home{
    height: auto;
    margin: 50px 0;
    text-align: center;
}
.box-home-link{
    height: 170px;
}
.box-contact span.circle-icon, .box-home span.circle-icon{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    text-align: center;
    line-height: 114px;
    background: #fff;
}
.box-contact span.circle-icon{
    background: #f75e00;
}
.box-contact span.circle-icon i{
    font-size: 50px;
    color: #fff;
}
.box-home span.circle-icon i{
    width: 90px;
    height: 90px;
    display: block;
}
.box-home span.circle-icon i.icon-who{
    background: transparent url('../images/icon-who.png') center center no-repeat;
}
.box-home span.circle-icon i.icon-what{
    background: transparent url('../images/icon-what.png') center center no-repeat;
}
.box-home span.circle-icon i.icon-how{
    background: transparent url('../images/icon-how.png') center center no-repeat;
}

.box-contact h3, .box-home h3{
    text-transform: uppercase;
}
.box-contact p, .box-home p{
    font-style: italic;
    font-size: 13px;
    color: #fff;
}
.box-home a{
    text-decoration: none;
}
/* END - Row Contact */

/* START - Detail Header */
.detail-header{
    height: auto;
    overflow: hidden;
}
.detail-header div.date-label{
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.date-label-course{
    background: none !important;
    color: #2d9bd2 !important;
    border: 2px solid #2d9bd2 !important;
}
.detail-header h1{
    line-height: 46px;
    margin: 0 0 10px;
    float: left;
    width: 460px;
}
.detail-header h6{
    font-size: 14px;
    color: #72bde3;
    font-family: 'Noto Sans', sans-serif !important;
}
.detail-header .info-article{
    width: 100%;
    height: 50px;
    float: left;
    margin: 10px 0 0 0;
    border-top: 1px solid #fff;
}
.detail-header .info-article.info-article-location, .detail-header .info-article.info-article-events{
    height: auto;
    border-bottom: 0;
    padding: 5px 0;
}
.detail-header .info-article.info-article-booking{
    height: 70px;
    border-bottom: 1px solid #ccc;
}
.detail-header .info-article h5, .info-article h5{
    float: left;
    line-height: 30px;
    margin-right: 15px;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif !important;
}
.detail-header .info-article h6, .info-article h6{
    line-height: 30px;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    font-family: Helvetica, Arial, sans-serif !important;
}
.detail-header .info-article h6 i, .info-article h6 i{
    margin: 0 6px 0 4px;
}
.detail-header img{
    width: 100%;
}
.detail-header .info-article span{
    width: 70px;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    line-height: 50px;
    float: left;
    margin: 9px 0 0 0;
}
.detail-header .info-article-location span, .detail-header .info-article-events span{
    margin: 9px 0;
    background: #fff;
}
.detail-header .info-article span i{
    font-size: 18px;
    color: #f75e00;
}
.detail-header .info-article p{
    float: left;
    font-size: 13px;
    font-style: italic;
    margin: 12px 0 0;
    padding-left: 10px;
    width: 200px;
    line-height: 18px;
    height: 60px;
}
.info-article.info-article-booking p{
    max-width: 270px;
    min-width: 140px;
}
.detail-header .info-article.info-article-events p{
    margin: 13px 0 0 0 !important;
    min-height: 40px;
}
.detail-header .info-article p strong{
    color: #2d9bd2;
}
.detail-header .info-article p strong a:after{
    content: ' -';
}
.detail-header .info-article p strong a:last-child:after{
    content: '';
}
.detail-header > h5{
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 10px 80px;
    width: 460px;
    float: left;
    font-family: Helvetica, Arial, sans-serif !important;
}
.detail-header > h5 i{
    margin: 0 10px 0 5px;
}

/* END - Detail Header */

.col-md-8 figure{
    overflow: hidden;
    height: 300px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.col-md-8 figure img{
    width: 100%;
}
.col-md-8 p{
    margin: 20px 0;
}
/****************** ASIDE DETAIL ******************/
aside.col-md-3{
    height: auto;
    padding: 0;
}
aside.col-md-3 figure{
    height: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #fff;
    overflow: hidden;
    width: 100% !important;
    text-align: center;
}
aside.col-md-3 p{
    text-indent: 10px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #1479ac;
    background: #fff;
    margin: 0;
    display: none;
}
aside.col-md-3 p i{
    margin: 0 6px 0 0;
}
aside.col-md-3 p a{
    text-decoration: none;
}
.share-container {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 50px;
    line-height: 58px;
    margin: 0;
}
div.col-md-6 .share-container h5{
    font-weight: normal;
    line-height: 31px;
    float: left;
    margin-right: 15px;
    font-family: Helvetica, Arial, sans-serif !important;
}
div.col-md-6 .share-container .fb-like{
    margin-right: 30px;
    float: left;
    max-width: 100px !important;
    max-height: 50px !important;
}
.twitter-share-button.twitter-count-horizontal{
    width: 85px !important;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}
div.col-md-6 .share-container .IN-widget{
    float: left;
    margin-top: 15px;
    margin-right: 30px;
}
div.col-md-6 .share-container .pin-button{
    margin-top: -6px;
    float: left;
}
div.col-md-6 p{
    margin: 20px 0;
    color: #fff;
}
div.col-md-6 ul li{
    color: #fff;
}

/***** Fotogallery Realated to Article *****/
.fotogallery-container, .videogallery-container{
    width: 100%;
    height: 160px;
    border: 1px solid #2d9bd2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 15px 0;
    float: left;
    overflow: hidden;
}
.videogallery-container{
    height: auto;
}
.fotogallery-container h2{
    border-bottom: 1px solid #CCCCCC;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    text-indent: 10px;
}
.fotogallery-container ul, .videogallery-container ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.fotogallery-container ul li{
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #2d9bd2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 10px 7px 0 0;
}
.fotogallery-container ul li span{
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin: 4px 0 0 4px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.viewer-videogallery{
    width: 100%;
    height: 350px;
}
.viewer-videogallery section iframe{
    float: left;
}
.viewer-videogallery aside{
    width: 300px;
    height: 100%;
    padding: 20px;
    float: right;
    border-left: 1px solid #ccc;
    background: #fff;
}
.viewer-videogallery aside h4{
    margin: -20px 0 10px 0;
    line-height: 55px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.videogallery-container h2{
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    color: #fff;
    background: #2d9bd2;
    text-indent: 10px;
}
.videogallery-container h2 i{
    font-size: 18px;
    font-weight: normal;
}
#videogallery{
    border-top: 1px solid #72bde3;
    height: 190px;
    background: #e7f0fb;
}
#videogallery .carousel-inner{
    width: 985px;
    height: 145px;
}
#videogallery ul{
    width: 100%;
    height: 130px;
    margin-top: 14px;
}
#videogallery ul li{
    width: 200px;
    height: 130px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #f75e00;
    float: left;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-right: 55px;
}
#videogallery ul li:last-child{
    margin: 0;
}
#videogallery ul li figure{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#videogallery ul li a figure .img-container{
    width: 100%;
    height: 98px;
}
#videogallery ul li a figure h5{
    margin: 7px 0 0 8px;
    color: #f75e00;
    text-decoration: none;
}
#videogallery ul li a figure i{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 40px;
    position: absolute;
    text-align: center;
    width: 199px;
    height: 99px;
    line-height: 100px;
    left: 0;
}
#videogallery .carousel-indicators{
    background: #2d9bd2;
    line-height: 30px;
    height: 31px;
    margin-top: 15px;
}
#videogallery .carousel-indicators li{
    border: 1px solid #72bde3;
}
#videogallery .carousel-indicators .active{
    background: none repeat scroll 0 0 #72bde3;
    border: 1px solid #72bde3;
}
#videogallery .carousel-control.left{
    margin: 35px 0 0 28px;
}
#videogallery .carousel-control.right{
    margin: 35px 28px 0 0;
}

/* OVERRIDE CAROUSEL BOOTSTRAP */
.carousel-inner{
    margin: 0 auto;
    width: 475px;
    height: 435px;
}
.carousel-control{
    width: 30px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
    color: #2d9bd2;
    text-shadow: none;
}
.carousel-control:hover{
    opacity: 1;
    color: #72bde3;
}
.carousel-control.left, .carousel-control.right{
    background: none;
}
.carousel-indicators{
    position: inherit;
    margin: 10px 0 0 0;
    width: 100%;
    left: 0;
    bottom: 0;
}
.carousel-indicators .active{
    background: #2d9bd2;
    border: 1px solid #2d9bd2;
}
.carousel-indicators li{
    border: 1px solid #2d9bd2;
    width: 12px;
    height: 12px;
    margin: 0;
}

/* Map control */
.map-container{
    border:1px solid #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.map-container p.info{
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: #f75e00;
}

.info-window{
    min-width: 200px;
}

/****************** PLANNER STYLE ******************/

/* START - LIST DAY */
.container-planner nav{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.container-planner nav ul.day-control{
    width: 590px;
    height: 35px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #2d9bd2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
}
.container-planner nav ul.day-control li{
    float: left;
    border-right: 1px solid #2d9bd2;
    width: auto;
    max-width: 95px;
    padding: 0 15px;
    -webkit-padding-start: 14px;
    height: 100%;
    line-height: 35px;
}
.container-planner nav ul.day-control li:last-child{
    border: none;
    padding-left: 15.8px;
}
.container-planner nav ul.day-control li.active{
    background: #2d9bd2;
}
/* END - LIST DAY */

.panel{
    border: 1px solid #2d9bd2 !important;
    margin-top: 10px !important;
}
.col-md-3 .panel{
    margin-top: 0 !important;
}
.panel-body{
    padding: 0 !important;
    border: 1px solid #2d9bd2 !important;
}
.container-planner .panel-body{
    border-radius: 0 0 4px 4px !important;
    overflow: hidden;
    background: #fff;
}
.panel-body.in{
    border-top: 1px solid #ccc !important;
}
.table.table-striped.table-condensed.connectedSortable{
    margin-bottom: -1px !important;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
    border: none !important;
    padding: 0 !important;
}
.td-tag span{
    width: 15px;
    height: 70px;
    background: #334477;
    float: left;
}
.panel-heading{
    background: #2d9bd2 !important;
}
.panel-heading .accordion-toggle{
    font-size: 16px;
    color: #fff;
}
.panel-heading .accordion-toggle i{
    margin: 0 10px;
}
.sortable-row{
    height: 130px;
    border-bottom: 1px solid #ccc;
}
.sortable-row td{
    vertical-align: middle !important;
}
.sortable-row td.td-button{
    text-align: center;
}
.sortable-row td .container_image_prev{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border: 5px solid #2d9bd2;
}
.sortable-row td .container_image_prev.booked{
     border: 5px solid #28bd2b;
}
.sortable-row td .container_image_prev.enqueued{
     border: 5px solid #f09f1f;
}
.sortable-row td.fld_details{
    line-height: 17px;
    font-style: italic;
    color: #72bde3;
    padding-left: 15px !important;
}
.sortable-row td.fld_details a{
    color: #666;
    text-decoration: none;
    display: block;
}
.sortable-row td.fld_details h3{
    margin: 0;
    padding: 0;
    color: #2d9bd2;
    font-style: normal;
}
/****************** STYLE COUNTER ******************/
.panel-body .panel-inner .table-container table.table .sortable-row .counter{
    width: 380px;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    background: #fffeef;
}
div.counter{
    height: 220px;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fffeef;
    margin: 15px 0;
}
#booking-modal div.counter{
    border-radius: 0;
}
div.counter h1{
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    text-indent: 10px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}
div.counter ul{
    height: 90px;
    margin: 15px auto 0 auto;
    border-bottom: 1px solid #ccc;
}
#booking-modal div.counter ul{
    border: none;
}
.counter ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    clear: both;
}
.counter ul li{
    float: left;
    text-align: center;
    width: 126px;
    border-right: 1px solid #ccc;
}
div.counter ul li{
    width: 33.3%;
}
.counter ul li:last-child{
    border: none;
}
.counter ul li a{
    font-size: 35px;
    color: #333;
    text-decoration: none;
}
.counter ul li span{
    width: auto;
    height: auto;
    padding: 3px 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.counter ul li.reservation-box span{
    background: #28bd2b;
    color: #fff;
}
.counter ul li.reservation-box a{
    color: #28bd2b;
}
.counter ul li.availability-box span{
    background: #666;
    color: #fff;
}
.counter ul li.availability-box a{
    color: #666;
}
.counter ul li.queue-box span{
    background: #f09f1f;
    color: #fff;
}
.counter ul li.queue-box a{
    color: #f09f1f;
}
.counter a.btn{
    width: 90%;
    height: 40px;
    line-height: 25px;
    display: block;
    margin: 15px auto 0 auto;
}
.btn-book{
    text-align: center;
    width: 120px;
    height: 30px;
    line-height: 15px;
    color: #333;
    border: 1px solid #f0c11f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff695; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff695 0%, #f0c11f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff695), color-stop(100%,#f0c11f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff695 0%,#f0c11f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff695 0%,#f0c11f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff695 0%,#f0c11f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff695 0%,#f0c11f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff695', endColorstr='#f0c11f',GradientType=0 ); /* IE6-9 */
}
.btn-book:hover, .btn-book:active, .btn-book.active{
    background: #fff695; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0c11f 0%, #fff695 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0c11f), color-stop(100%,#fff695)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0c11f 0%,#fff695 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0c11f 0%,#fff695 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0c11f 0%,#fff695 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0c11f 0%,#fff695 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c11f', endColorstr='#fff695',GradientType=0 ); /* IE6-9 */
}
.btn-cancel{
    text-align: center;
    width: 120px;
    height: 30px;
    line-height: 15px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #c21b1f;
    background: #e32025; /* Old browsers */
    background: -moz-linear-gradient(top,  #e32025 0%, #c21b1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e32025), color-stop(100%,#c21b1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e32025 0%,#c21b1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e32025 0%,#c21b1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e32025 0%,#c21b1f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e32025 0%,#c21b1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32025', endColorstr='#c21b1f',GradientType=0 ); /* IE6-9 */
}
.btn-cancel:hover, .btn-cancel:active, .btn-cancel.active{
    color: #fff;
    background: #c21b1f; /* Old browsers */
    background: -moz-linear-gradient(top,  #c21b1f 0%, #e32025 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c21b1f), color-stop(100%,#e32025)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c21b1f 0%,#e32025 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c21b1f 0%,#e32025 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c21b1f 0%,#e32025 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c21b1f 0%,#e32025 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21b1f', endColorstr='#e32025',GradientType=0 ); /* IE6-9 */
}

/****************** START - DETAIL COURSE ******************/
.course-detail{
    width: 100%;
    margin: 0 auto 20px auto;
}
.modal-body{
    padding: 0 0 20px 0 !important;
}
.course-detail h2, .box-select-location h2{
    margin: 0;
    line-height: 55px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    text-indent: 10px;
}
.course-header{
    width: 100%;
    height: 130px;
    padding-top: 13px;
    border-bottom: 1px solid #ccc;
}
.course-header figure{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    float: left;
    border: 5px solid #2d9bd2;
    margin: 0 15px;
    overflow: hidden;
}
.course-header h3{
    margin-top: 20px;
}
.course-header h3, .course-date h3{
    text-transform: uppercase;
}
.course-header h5, .course-date h5{
    font-style: italic;
    font-weight: normal;
    color: #72bde3;
    font-size: 20px;
}
.course-date{
    width: 100%;
    height: 100px;
    padding-top: 7px;
    color: #72bde3;
    border-bottom: 1px solid #ccc;
}
.course-date p{
    border-right: 1px solid #CCCCCC;
    color: #72bde3666;
    float: left;
    font-size: 40px;
    height: 60px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 13px;
    padding-top: 10px;
    text-align: center;
    width: 100px;
}
.course-date p span{
    font-size: 20px;
    text-transform: uppercase;
}
.course-date h3{
    line-height: 18px;
}
.course-date h5{
    font-size: 16px;
}
.course-detail .counter{
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #ccc;
    background: #f1f6fb;
}
.course-detail .counter ul{
    margin-top: 10px;
}
.course-detail .counter ul li{
    width: 33.3%;
}
.course-detail .counter ul li a{
    font-size: 45px;
}
.course-detail .btn-success{
    width: 540px;
    height: 50px;
    display: block;
    font-size: 20px;
    margin: 20px auto 0 auto;
    line-height: 32px;
    border: 1px solid #389f26;
    background: #43b930; /* Old browsers */
    background: -moz-linear-gradient(top,  #43b930 0%, #389f26 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b930), color-stop(100%,#389f26)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #43b930 0%,#389f26 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #43b930 0%,#389f26 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #43b930 0%,#389f26 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #43b930 0%,#389f26 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b930', endColorstr='#389f26',GradientType=0 ); /* IE6-9 */
}
.course-detail .btn-success:hover, .course-detail .btn-success:active{
    background: #389f26; /* Old browsers */
    background: -moz-linear-gradient(top,  #389f26 0%, #43b930 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389f26), color-stop(100%,#43b930)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #389f26 0%,#43b930 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #389f26 0%,#43b930 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #389f26 0%,#43b930 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #389f26 0%,#43b930 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389f26', endColorstr='#43b930',GradientType=0 ); /* IE6-9 */
}
/****************** END - DETAIL COURSE ******************/

/****************** START - SELECT LOCATION ******************/
.change-location{
    color: #2d9bd2;
    text-decoration: none;
    width: 470px;
    height: 100px;
    margin: 0 auto 20px auto;
    display: none;
}
.change-location:hover, .change-location:active, .change-location.active{
    text-decoration: none;
    color: #2d9bd2;
}
.change-location:hover .select-location{
    background: #f1f6fb;
}
.select-location{
    width: 470px;
    height: 100px;
    border: 1px solid #2d9bd2;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
}
.select-location img{
    float: left;
    margin-right: 20px;
    border-right: 1px solid #2d9bd2;
}
.select-location .title-location{
    float: left;
    height: 100px;
    width: 305px;
}
.select-location .title-location span{
    font-size: 12px;
    margin-top: 12px;
    display: block;
}
.select-location .title-location strong{
    font-size: 20px;
}
.select-location address{
    color: #666;
    font-style: italic;
}
.select-location span.disclosure-location{
    width: 40px;
    height: 100px;
    border-left: 1px solid #2d9bd2;
    float: right;
    background: #f1f6fb;
    text-align: center;
    line-height: 105px;
}
.select-location span.disclosure-location i{
    font-size: 18px;
    color: #72bde3;
}
/****************** END - SELECT LOCATION ******************/

/****************** START - WIDGET COURSE STAFF ******************/
.widget-courses-staff, .widget-courses-availability, .widget-location-courses, .widget-contacts{
    height: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.widget-courses-staff h1, .widget-courses-availability h1, .widget-location-courses h1, .widget-contacts h1{
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    text-indent: 10px;
    border-bottom: 1px solid #ccc;
    color: #f75e00;
}
.widget-courses-staff .panel-body{
    height: 100px;
}
.widget-courses-staff span, .widget-courses-availability span{
    float: left;
}
.widget-courses-staff figure, .widget-courses-availability figure, .widget-location-courses figure{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    float: left;
    overflow: hidden;
    margin: 10px 10px 0 10px;
}
.widget-location-courses ul, .widget-contacts ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-location-courses ul{
    max-height: 449px;
    overflow: auto;
}
.widget-location-courses ul li h4{
    font-size: 16px;
    width: 150px;
    font-family: 'Noto Sans', sans-serif !important;
}
.widget-location-courses ul li, .widget-contacts ul li{
    width: 100%;
    height: 90px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.widget-contacts ul li{
    height: 60px;
}
.widget-contacts ul li:last-child{
    border: none;
}
.widget-location-courses ul li:hover, .widget-contacts ul li:hover{
    background: #f1f6fb;
}
.widget-location-courses ul li span{
    width: 5px;
    height: 60px;
    float: left;
    margin-top: 15px;
}
.widget-location-courses ul li a{
    color: #72bde3;
    text-decoration: none;
}
.widget-location-courses ul li a:hover{
    color: #2d9bd2;
}
.widget-location-courses ul li h4{
    margin: 34px 0 0 5px;
    float: left;
}
.widget-location-courses ul li i{
    float: right;
    margin: 38px 10px 0 0;
}
.widget-contacts i{
    line-height: 60px;
    font-size: 20px;
    margin: 0 10px 0 15px;
    float: left;
    width: 22px;
    text-align: center;
}
.widget-contacts ul li span{
    float: left;
    margin: 18px 0 0 0;
}
.widget-contacts ul li span.address-about{
    margin: 9px 0 0 0;
}
.widget-location-courses figure{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin: 14px 8px 0 10px;
}
/****************** END - WIDGET COURSE STAFF ******************/

/****************** START - NEWS PROMO HOME ******************/
.promo-home{
    height: 360px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f75e00;
    position: relative;
    margin-bottom: 30px;
}
.promo-home .title{
    position: relative;
    width: 348px;
    height: 170px;
}
.promo-home .date-label{
    border-radius: 6px 0;
    -moz-border-radius: 6px 0;
    -webkit-border-radius: 6px 0;
    border: none !important;
    position: absolute !important;
    z-index: 999;
    font-family: 'Noto Sans', sans-serif !important;
}
.promo-home .date-label h3{
    font-family: 'Noto Sans', sans-serif !important;
}
.promo-home figure{
    width: 100%;
    height: 170px;
    text-align: center;
    position: absolute;
    overflow: hidden;
}
.promo-home h4{
    font-size: 16px;
    color: #f75e00;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 22px;
}
.promo-home ul{
    padding: 0;
    text-indent: 30px;
}
.promo-home p{
    margin-left: 10px;
    font-size: 13px;
    line-height: 15px;
    width: 320px;
    color: #333;
}
.promo-home .btn-other{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f75e00;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'obelixproregular', sans-serif;
    position: absolute;
    bottom: 0;
    text-indent: 0;
}
/****************** END - NEWS PROMO HOME ******************/

/****************** START - NEWSLETTER ******************/
.newsletter{
    width: 100%;
    background: #e7e7e7;
    height: 70px;
}
.content-newsletter{
    bottom: 40px;
    height: 180px;
    position: absolute;
    right: 70px;
    width: 315px;
    z-index: 9999;
    display: none;
}
.content-newsletter h1{
    font-size: 14px;
    float: left;
    line-height: 18px;
    font-family: 'Noto Sans', sans-serif !important;
    margin: 0 0 10px 0;
    padding: 0;
}
.content-newsletter .element-newsletter{
    width: auto;
    float: left;
    padding: 7px;
    border: 2px solid #F75E00;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fed100; /* Old browsers */
    background: -moz-linear-gradient(top,  #fed100 0%, #f75e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed100), color-stop(100%,#f75e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fed100 0%,#f75e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fed100 0%,#f75e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fed100 0%,#f75e00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fed100 0%,#f75e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed100', endColorstr='#f75e00',GradientType=0 ); /* IE6-9 */
}
.content-newsletter .element-newsletter h1{
    font-family: 'obelixproregular', sans-serif !important;
    float: left;
    width: 288px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.content-newsletter .element-newsletter i{
    float: right;
    color: #fff;
    line-height: 40px;
}
.content-newsletter form{
    border: 2px solid #F75E00;
    border-radius: 6px;
    float: left;
    width: auto;
    padding: 7px;
    background: #fed100; /* Old browsers */
    background: -moz-linear-gradient(top,  #fed100 0%, #f75e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed100), color-stop(100%,#f75e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fed100 0%,#f75e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fed100 0%,#f75e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fed100 0%,#f75e00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fed100 0%,#f75e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed100', endColorstr='#f75e00',GradientType=0 ); /* IE6-9 */
}
.content-newsletter form .input-group{
    width: 100%;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
}
.content-newsletter form .mail{
    height: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 12px;
}
.content-newsletter form .send{
    width: 100px;
    height: 30px;
    margin-left: -1px;
    background: #f75e00;
    color: #fff;
    font-size: 13px;
    padding-top: 4px;
    font-family: 'obelixproregular', sans-serif;
}
.content-newsletter form .mail, .content-newsletter form .send, .content-newsletter form .input-group{
    border: none;
}
::-webkit-input-placeholder { color: #666 !important; }
:-moz-placeholder           { color: #666 !important; }
::-moz-placeholder          { color: #666 !important; }
:-ms-input-placeholder      { color: #666 !important; }
/****************** END - NEWSLETTER ******************/

/****************** START - ACCORDION OTHER AVAILABILITY ******************/
.panel-collapse{
    max-height: 400px !important;
    overflow: auto !important;
}
.col-md-3 .panel.panel-default, .panel-group .panel{
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
}
.col-md-3 .panel-heading{
    border-radius: 0 !important;
    background: none !important;
    border-bottom: 1px solid #ccc !important;
}
.col-md-3 .panel-group .panel.panel-default:last-child .panel-heading, .widget-location-courses ul li:last-child{
    border-bottom: 0 !important;
}
.col-md-3 .panel-group .panel.panel-default:last-child .panel-body:last-child{
    border-bottom: 0 !important;
}
.panel-group .panel.panel-default:last-child .in{
    border-top: 1px solid #ccc !important;
}
.col-md-3 .panel-heading h4{
    font-weight: normal;
}
.col-md-3 .panel-heading a:hover{
    text-decoration: none !important;
}
.col-md-3 .panel-body{
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background: #f4f4f4 !important;
}
.col-md-3 .panel-body a{
    text-decoration: none;
}
.col-md-3 .panel-body h4, .col-md-3 .panel-body p{
    margin: 10px 0 0 10px;
}
.col-md-3 .widget-courses-staff .panel-body h4{
    margin-top: 28px;
}
.col-md-3 .panel-body p{
    margin: 5px 0 10px 10px;
}
.col-md-3 .panel-body i{
    float: right;
    margin: -37px 10px 0 0;
}
.col-md-3 .widget-courses-staff .panel-body i{
    margin-top: -4px;
}
/****************** END - ACCORDION OTHER AVAILABILITY ******************/

/****************** START - SELECT LOCATION ******************/
.modal-body{
    padding: 0 !important;
}
.modal-content{
    overflow: hidden;
}
.box-select-location ul{
    padding: 0;
    margin: 0;
}
.box-select-location ul li{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.box-select-location ul li:last-child{
    border-bottom: 0 !important;
}
.box-select-location ul li a{
    width: 100%;
    margin: 0;
}
.box-select-location ul li a figure{
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.box-select-location ul li a figure span strong{
    margin: 22px 0 0 0;
    float: left;
}
.box-select-location ul li a figure span address{
    clear: both;
}
.box-select-location ul li figure img{
    margin: 8px 15px 0 10px;
}
.box-select-location ul li a figure i{
    float: right;
    margin: 45px 15px 0 0;
}
/****************** END - SELECT LOCATION ******************/

.col-md-3.partner{
    width: 20% !important;
}
.partner{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden !important;
    margin: 20px 28px;
    padding: 0;
    text-align: center;
    background: #fff;
    height: 215px;
    //margin: 20px 0px; da scommentare per partners finali
    //height: 220px;
}
.partner a{
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
    color: #1479ac;
    text-decoration: none;
    text-align: center;
}
.partner a:hover img{
    opacity: 0.6;
}
.partner a figure{
    height: 180px;
    text-align: center;
    line-height: 180px;
    width: 100%;
}
.partner a.readmore{
    height: 35px;
    line-height: 32px;
    color: #333;
    padding: 0;
    display: block;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    position: static;
}
.partner a.readmore:hover{
    color: #1479ac;
    background: #f2f2f2;
}

/****************************** BEGIN - COLORS ******************************/

/* Main menu colors */
header ul.top-menu li a:hover, header ul.top-menu li.active a, .promo-home .date-label{
    color: #fff;
    background: #f75e00;
    text-decoration: none;
}
header ul.top-menu li ul li a:hover, header ul.top-menu li ul li.active a{
    background: none;
    text-decoration: underline;
}

/* Section Header */
.section-header{
    background: #2d9bd2;
}
.section-header h1, footer p.copy a, .detail-header h1, div.col-md-6 .share-container h5, .box-contact h3, .box-contact p a, .content-newsletter h1 a, .detail-header h5 a{
    color: #fff;
}
.content-newsletter h1 a:hover, .detail-header h5 a:hover{
    text-decoration: underline !important;
}
/* Box Title */
.box h2 a,
.box .title h2 a, .box .title div.date-label h3, .box .title div.date-label span, .box .footer a, .box-contact p a:hover, aside.col-md-3 p a{
    color: #f75e00;
    font-family: 'Noto Sans', sans-serif !important;
}
.detail-header div.date-label{
    color: #f75e00;
    border: none;
}
/* Box Footer */
.container-planner nav ul.day-control li a{
    color: #2d9bd2;
    text-decoration: none;
}

.box.compact a.readmore{
    color: #f75e00;
    text-decoration: none;
    background: #fff;
    text-align: center;
}
.box.compact a.readmore:hover{
    background: #f75e00;
    color: #fff;
}
#videogallery ul li a figure h5:hover{
    color: #ff7521;
}
.content-newsletter form .send:hover, .promo-home .btn-other:hover{
    background: #ff7521;
}

/* Box Contact */
.box-home span.circle-icon{
     background: #1479ac;
}
.box-home a:hover span.circle-icon{
    background-color: #F75E00;
}
.box-home a:hover h3{
    color: #F75E00;
}
/* Account menu */
header .account-box h5, header .account-box div.dropdown ul.dropdown-menu li a, .col-md-3 .panel-heading a, .course-detail h2, .col-md-3 .panel-body a:hover, #videogallery ul li a, .widget-courses-staff span, .widget-courses-availability span, .promo-home h2, .name-location .date-label span, .widget-contacts i{
    color: #2d9bd2;
}
aside.col-md-3 p a:hover, .widget-courses-availability span, .box-home h3, .widget-contacts ul li a, .widget-contacts ul li span{
    color: #1479ac;
}
header .account-box div.dropdown a, .accordion-toggle:hover, .carousel-control:hover, .carousel-control:focus{
    color: #72bde3;
}
.container-planner nav ul.day-control li a:hover{
    color: #1479ac;
    text-decoration: underline;
}
header ul.top-menu li a, header .account-box div.dropdown ul.dropdown-menu li a:hover, .box.compact .title h2 a, .container-planner nav ul.day-control li.active a, .detail-header .info-article p a, .detail-header .info-article p, .detail-header .info-article h5, .detail-header .info-article h6, .info-article h6, .info-article h6 a, .detail-header .info-article h6 i, .info-article h6 i, .content-newsletter h1{
    color: #fff;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus, #hero-slider .carousel-inner .carousel-caption a:hover{
    background: #72bde3;
}
.thumbnail p, .panel-heading h4.panel-title .accordion-toggle, .col-md-3 .panel-body a, .widget-courses-staff span{
    color: #666;
}
.box.compact p, .box-home p, .detail-header .info-article p a:hover, .info-article h6 a:hover, .panel-heading h4.panel-title .accordion-toggle:hover, .col-md-3 .panel-body a:hover{
    color: #333;
}
/****************************** END - COLORS ******************************/

/****************************** START - OVERRIDE FANCYBOX ******************************/
.fancybox-overlay.fancybox-overlay-fixed{
    z-index: 9999;
}
/****************************** END - OVERRIDE FANCYBOX ******************************/

@media only screen and (max-width: 1170px){
    .container.fixed{
        width: 960px !important;
    }
    .detail-header .info-article p{
        width: 145px !important;
    }
    .promo-home p{
        width: 260px;
    }
    .widget-location-courses ul li h4{
        width: 90px !important;
    }
    .viewer-videogallery section iframe{
        width: 930px;
    }
    .viewer-videogallery aside{
        border: none;
        float: left;
        height: auto;
        padding: 20px;
        width: 100%;
    }
    #videogallery{
        float: left;
    }
    #videogallery .carousel-inner{
        width: 930px;
    }
    #videogallery ul{
        margin: 14px auto;
        width: 800px;
    }
    #videogallery ul li{
        width: 170px;
        height: 120px;
        margin-right: 35px;
    }
    #videogallery ul li a figure .img-container{
        height: 88px;
    }
    #videogallery ul li a figure i{
        width: 169px;
        height: 88px;
        line-height: 95px;
    }
    .col-md-3.partner{
        width: 27% !important;
    }
    .detail-header h1{
        width: 330px !important;
        -webkit-margin-start: 0 !important;
    }
    .detail-header > h5{
        width: 355px;
    }
    .share-container{
        height: 80px;
    }
    .box .title a{
        font-size: 16px;
    }
}

div.col-md-6 p a span{
    margin: 20px 0 !important;
    color: #fff !important;
    text-decoration: underline !important;
    font-size: 12px !important;
}
div.col-md-6 p a:hover span{
    color: #ccc !important;
}

/************** START - BANNER DOWNLOAD APP **************/
.download-app{
    width: 100%;
    padding: 20px 30px;
    background: rgba(240, 240, 240, 0.9);
    position: fixed;
    top: 0;
    z-index: 999999;
    display: none;
    border-bottom: 1px solid #ccc;
}
.download-app h2{
    float: left;
    color: #F75E00;
    padding: 0;
    width: 44%;
    font-weight: normal;
    font-size: 45px;
    line-height: 48px;
    margin: 25px 0 5px 0;
}
.download-app h4{
    float: left;
    color: #333;
    padding: 0;
    width: 44%;
    font-weight: 100;
    font-size: 32px;
    line-height: 34px;
    margin: 0;
}
.download-app i.fa-times{
    font-size: 50px;
    line-height: 200px;
    color: #9a9a9a;
    float: left;
    margin-right: 40px;
}
.download-app a{
    float: left;
    margin: 15px 30px 0 0;
}
.download-app a.btn-app{
    float: right;
    line-height: 45px;
    font-size: 40px;
    color: #F75E00;
    margin: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .download-app{
        display: block;
    }
}
/************** END - BANNER DOWNLOAD APP **************/

/************** START - MAIN ABOUT **************/
#main-about{
    height: 500px;
    background: #2D9BD2 url('../images/hero-about.jpg') center center no-repeat;
    color: #fff;
}
#main-about .col-md-12{
    margin-top: 180px;
    margin-bottom: 30px;
}
#main-about .col-md-6 ul{
    padding-left: 15px;
}
#main-about .col-md-6 p{
    margin-top: 0;
}
/************** END - MAIN ABOUT **************/
