@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/


/* GENERAL
/*-----------------------------------------------------------------------------------*/

body {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #3a3a3a;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}
.h1
{
	font-size:35px;
}

h1
{
	font-size:31px;
}
p {
    font-size: 17px;
}

ul {
    font-size: 17px;
}

a {
    color: #a2a6a9;
    cursor: pointer;
}

a:hover {
    color: #e73e3b;
}


a.verse {
    
	color: #e73e3b;
    cursor: pointer;
}

a.verse:hover {
    color: #a2a6a9;
}



.help a {
    color: #000;
    cursor: pointer;
	font-weight:600;
}

.help a:hover {
    color: #e73e3b;
}



::selection {
    color: #fff;
}

button {
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571429;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #F1F1F1;
    margin: 16px 0;
    padding: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.padded-row {
    padding-top: 15px;
    padding-bottom: 40px;
}

.top-padding {
    padding-top: 10px;
}

.visibility {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.underlined {
    text-decoration: underline;
}

.prize {
    font-size: 22px;
}

@keyframes cursorIn {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cursorIn {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*-----------------------------------------------------------------------------------*/


/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

header h1,
.Team a:hover {
    color: #171222;
}

section:nth-child(even) {
    background: #f5f5f5;
}

::selection {
    color: #fff;
    background: #a2a6a9;
}

::-moz-selection {
    color: #fff;
    background: #a2a6a9;
}

#magic-line,
header button.register {
    background: #a2a6a9;
}

.green {
    color: #e73e3b;
}

.bright_green {
    color: #78DD1B;
}


/*-----------------------------------------------------------------------------------*/


/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar {
    position: fixed;
    top: -84px;
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;
    border-radius: 0;
    z-index: 5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-nav {
    float: right;
}

nav.navbar.fixed-to-top {
    top: 0;
}

.navbar-default {
    border: none;
    border-bottom: 1px solid #eee;
    background: #fff;
    opacity: 0.98;
    display: block;
}

.navbar-nav>li {
    display: block;
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    color: #3A3A3A;
    font-size: 17px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #3A3A3A;
}

.navbar-default .navbar-logo {
    color: #333;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-default .navbar-logo img {
    width: 114px;
}

.navbar-default .navbar-logo .cursor {
    width: 20px;
    height: 6px;
    top: 29px;
    left: 146px;
    opacity: 0;
    background: #fff;
    position: absolute;
    animation: cursorIn 1.35s infinite;
    -webkit-animation: cursorIn 1.35s infinite;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

#magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 4px;
}

.ie6 .navbar-nav>li,
.ie7 .navbar-nav>li {
    display: inline;
}

.ie6 #magic-line {
    bottom: -3px;
}


/*-----------------------------------------------------------------------------------*/


/* HEADER 
/*-----------------------------------------------------------------------------------*/

header {
    padding: 170px 0 0px;
    min-height: 500px;
    background: url(../img/COIN-background.jpg);
    background-color: #FFF !important;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
}

header h1 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    
}

header .logo-title img {
    padding: 0 0 100px 0px;
    width: 500px;
}

header p.lead {
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
}

header .milestones>div {
    padding: 0;
}

header .milestones img {
    width: 100%;
    margin-bottom: 10px;
}

header .milestones p {
    margin-bottom: 0;
}

header .info i {
    font-size: 20px;
}

header .info a,
header .info span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

header button.register {
    width: 200px;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

header button.register:hover,
header button.register:active {
    background: #5b9c28;
}

span.frist {
    margin-right: 1em;
}

span.second {
    margin-left: 1em;
}

h1 span {
    width: 10%;
    background: #8A888A;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}


/*-----------------------------------------------------------------------------------*/


/* About
/*-----------------------------------------------------------------------------------*/

.about {
    overflow: hidden;
    padding: 40px 0;
    min-height: 200px;
}

.about .titles h1 {
    font-size: 31px;
}

.about .titles h3 {
    margin-top: 0;
}

.about .organizer h3 {
    top: 10px;
    display: inline-block;
}

.about .organizer .img_wrapper {
    text-align: left;
    margin-left: 5px;
}

.about .organizer .img_wrapper img {
    top: 12px;
}

.gallery a
{
	text-align:center;
	color: #3a3a3a;
	font-size:23px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	margin-top:20px
}

.gallery a:hover
{
	text-align:center;
	color:#000;
	text-decoration:none;
}
.gallery h3
{
	color: #3a3a3a;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}




.resources a
{
	text-align:center;
	color: #3a3a3a;
	font-size:21px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	margin-top:20px
}

.resources a:hover
{
	text-align:center;
	color:#000;
	text-decoration:none;
}
.resources h3
{
	color: #3a3a3a;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}
/*-----------------------------------------------------------------------------------*/


/* PROGRAM
/*-----------------------------------------------------------------------------------*/

.program {
    overflow: hidden;
    padding: 40px 0;
    min-height: 200px;
}

.program .infograph>div {
    padding: 0;
}

.program .infograph p {
    color: #525252;
    font-weight: 400;
    margin: auto;
    width: 95%;
}

.program .infograph img {
    width: 100%;
    margin-bottom: 10px;
}

.program .infograph h4 {
    margin-bottom: -5px;
}

.program .infograph h5 {
    font-weight: 400;
    font-size: 17px;
}


/*-----------------------------------------------------------------------------------*/


/*	FAQ
/*-----------------------------------------------------------------------------------*/

.faq {
    overflow: hidden;
    padding: 40px 0;
    min-height: 400px;
    color: #000;
}

.faq p {
    color: #525252;
    font-weight: 400;
}

.faq .circle {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
}


/*-----------------------------------------------------------------------------------*/


/*	Team
/*-----------------------------------------------------------------------------------*/

.Team {
    overflow: hidden;
    padding: 40px 0;
    min-height: 350px;
    color: #FFF;
}

.Team h2 {
    color: #FFF;
}

.Team a {
    margin-left: 10px;
    color: #FFF;
    font-size: 5em;
    transition: all .3s;
}

.Team a:hover {
    text-decoration: none;
    cursor: pointer;
}


/*-----------------------------------------------------------------------------------*/


/*	Location
/*-----------------------------------------------------------------------------------*/

.location {
    overflow: hidden;
    padding-top: 40px;
}

.location #map {
    width: 100%;
    height: 460px;
}


/*-----------------------------------------------------------------------------------*/


/*	Footer
/*-----------------------------------------------------------------------------------*/

.footer {
    padding: 50px 0 30px 0;
    text-align: center;
}

.footer ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer ul li:first-child {
    margin-left: 0;
}

.footer ul li a {
    color: #aaa;
    font-size: 17px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer ul li a:hover {
    color: #3A3A3A;
    text-decoration: none;
    cursor: pointer;
}

.footer .social-media ul li a {
    font-size: 42px;
}

.footer ul li a.fb {
    color: #5975b1;
}

.footer ul li a.fb:hover,
.footer ul li a.fb:active {
    color: #3d5281;
}

.footer ul li a.tw {
    color: #53c3ee;
}

.footer ul li a.tw:hover,
.footer ul li a.tw:active {
    color: #16a7df;
}

.footer ul li a.em {
    color: #d54e55;
}

.footer ul li a.em:hover,
.footer ul li a.em:active {
    color: #ad2930;
}

.footer .copyright {
    padding: 20px 0 0 0;
    color: #c9c9c9;
}

.footer .copyright a {
    color: #b8b8b8;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer .copyright a:hover {
    color: #3A3A3A;
}

.footer button.register {
    background: #e73e3b;
}

.footer button.register {
    width: 200px;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

.footer button.register:hover,
.footer button.register:active {
    background: #a2a6a9;
}

.footer a.BTN {
    background: #e73e3b;
}

.footer a.BTN {
    width: 200px;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
    padding: 12px 12px;
}

.footer a.BTN:hover,
.footer a.BTN:active {
    background: #a2a6a9;
    text-decoration: none;
}

applyLink {
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
    background-color: #e03c3d;
    color: #FFF;
    margin-top: 10px;
}

.applyLink:hover {
    background-color: #e76061;
}


/*-----------------------------------------------------------------------------------*/


/*	Form
/*-----------------------------------------------------------------------------------*/

input:not([type=checkbox]),
textarea,
select {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-appearance: none;
}

input[type=checkbox].css-checkbox {
    display: none;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 31px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -26px;
}

label.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_8743386437883020137d14526243c9d2.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-content .close {
    text-shadow: none;
    font-size: 36px;
    position: fixed;
    right: 25px;
    margin-top: 10px;
    font-weight: 100;
    color: #AAA;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.modal-content {
    background: transparent !important;
    border-radius: 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background: rgba(25, 18, 34, 0.55);
}

#register-form .check-qst {
    line-height: 48px;
}

#register-form .btn {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#register-form h2 {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    font-size: 28px;
    padding: 20px 26px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#register-form fieldset {
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding: 15px 26px 20px;
}

#register-form fieldset p {
    color: #777;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400;
}

#register-form fieldset .row {
    margin-left: -5px;
    margin-right: -5px;
}

#register-form fieldset .col-md-6,
#register-form fieldset .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

#register-form fieldset label {
    margin: 0;
    font-weight: 400;
}

#register-form fieldset .error {
    color: #4d8521;
    font-weight: 400;
}

#register-form fieldset input:not([type=checkbox]),
#register-form fieldset select,
#register-form fieldset textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#register-form fieldset input:not([type=checkbox]),
#register-form fieldset select,
#register-form fieldset textarea {
    background-color: #eee;
    color: #777;
    padding: 12px 10px;
    width: 100%;
}

#register-form fieldset textarea {
    resize: vertical;
}

#register-form fieldset input[type=submit] {
    background-color: #e73e3b;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 18px 0;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}

#register-form fieldset input[type=submit]:hover,
#register-form fieldset input[type=submit]:active {
    background-color: #4d8521;
}

.success-content {
    background: #fff;
    min-height: 200px;
    border-radius: 10px;
}

.success-content h2 {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-size: 25px;
    margin: 0;
    padding: 50px 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #525252;
}

.success-content h3 {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #77bf3f;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}


/*-----------------------------------------------------------------------------------*/


/*	HELP PAGE
/*-----------------------------------------------------------------------------------*/

.help {
    overflow: hidden;
    padding: 80px 0 40px 0;
    min-height: 200px;
    text-align: left;
}

.help h2,
.help h3 {
    color: #3a3a3a;
}

.help ol {
    font-size: 16px;
}

.schedule h3 {
    margin-bottom: 20px;
}

.day {
    list-style-type: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
}

.day li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f5f5f5;
}

.day li .time {
    line-height: 24px;
    width: 26%;
    margin-top: 10px;
    margin-right: 4%;
    display: block;
    border-radius: 5px;
    background: #F3F3F3;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    float: left;
    color: #222;
}

.day li .event {
    float: left;
    width: 70%;
    line-height: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}


/*-----------------------------------------------------------------------------------*/


/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width: 992px) {
    header .milestones img,
    .about .infograph img {
        width: 200px;
    }
    .faq .col-md-4 {
        margin-bottom: 60px;
    }
    header .milestones>div {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        display: inline-block;
        position: inherit;
    }
}

@media (max-width: 768px) {
    header {
        padding-bottom: 50px;
        min-height: 0;
    }
    .navbar-nav {
        float: left;
        text-align: left;
    }
    .modal-dialog {
        padding-top: 30px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #a2a6a9;
    }
}

@media (max-width: 480px) {
    header .logo-title img {
        width: 250px;
    }
    header p.lead {
        font-size: 30px;
    }
    header h1 {
        font-size: 31px;
    }
    .about {
        padding-top: 50px;
    }
    .faq col-md-4 {
        margin-bottom: 50px;
    }
}

section {
    margin-top: 50px;
}

.news-wrapper h3 {
    text-align: left;
}

.news-wrapper p {
    font-size: 14px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}

.owl-nav {
    position: relative;
    top: -50px;
}

.owl-prev,
.owl-next {
    width: 100px;
    font-size: 50px !important;
}






	.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}
		



  .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 057 css*/
        .jssorb057 .i {position:absolute;cursor:pointer;}
        .jssorb057 .i .b {fill:none;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}
        .jssorb057 .i:hover .b {stroke-opacity:.7;}
        .jssorb057 .iav .b {stroke-opacity: 1;}
        .jssorb057 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 073 css*/
        .jssora073 {display:block;position:absolute;cursor:pointer;}
        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
        .jssora073:hover {opacity:.8;}
        .jssora073.jssora073dn {opacity:.4;}
        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}





















#left {
	width: 890px;
	height: 118px;
	overflow: hidden;
	border: 0px solid #CDCDCD;
	padding: 0px;
	clear:both;
	margin-right:0px;
	margin-left:0px;
	border-left:0px;
border-right:0px;
	}

/* Immagini */
#left img {
	height: 100px;
	margin: 2px;
	border: 2px;
	clear:both;
	padding:5px;
	border: 2px solid #CDCDCD
	}

div#wn	{ 
    position:relative; 
    width:265px; height:175px;
    overflow:auto; /* for non-javascript */
	}

