* {
  font-family: "Open Sans", Helvetica, sans-serif;
}
a {color: #1490a7;}
a:focus {outline: none;}

ul {margin: 0; padding: 0}
ul>li {list-style: none;}

img {max-width: 100%;}

.new {
    position: absolute;
    background: orange;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    right: 0px;
    font-size: 12px;
}

.form-group label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #253240;
}


.btn-primary:focus,
.btn-primary:active,
.btn-primary {
	background: #1490a7;
	border: 1px solid #1490a7;
	width: 100%;
    text-transform: uppercase;
    margin-top: 25px;
}
.btn-primary:hover {
	background: #253240;
}
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled {
	background: #1490a7;
	border: 1px solid #1490a7;
	border-radius: 0;
}
.gap {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    position: relative;
}
.version {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.mode {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
select#version {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}

.gap .gap-info img {
    border-radius: 5px;
    border: 1px solid;
}
.gap label {margin: 0;}
.gap .info {padding: 0 0 5px 20px !important;}

.gap.disabled label, .gap.disabled .info { color: #afaeae;}
.gap.disabled img {opacity: 0.5;}
.gap.disabled .new {display: none;}

iframe {
	max-width: 100%;
}
p.title {
font-family: 'Roboto Slab', serif;
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
  } 
.modal .modal-content {
	border-radius: 0px;
}
.modal span {color: #1490a7;}
.modal button {
  background: #1490a7;
  margin: 10px;
  color: #fff;
  padding: 3px 20px;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal button:hover {
	background: #253240;
	color: #fff;
}
.top-bar {
	background: #253240;
	color: #fff;
}
.top-bar h3 {
	padding: 6px 0;
	margin: 0;
	line-height: 1;
}
.top-bar h3 a {
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
}
.top-bar h3 a:hover {text-decoration: none;}

.top-bar ul.menu {float: right; margin: 0;}
.top-bar ul.menu > li {
     display: inline-block;
     border-left: 1px solid #354658;
     padding: 0;
     margin: 0;
   }
.top-bar ul.menu > li:hover {background: #1490a7; color: #000;}
.top-bar ul.menu > li.last {
border-right: 1px solid #354658;
background: #1490a7;
}
.top-bar ul.menu > li.last:hover {
	background: #354658;
}
.top-bar ul.menu > li > a {
        color: #fff;
        font-weight: 100;
        padding: 8px 10px;
        display: inline-block;
        margin: 0;
    }
.top-bar ul.menu > li > a:hover {text-decoration: none;}

.main {background: #f4f5f5;}
.intro {   padding: 40px 0 20px 20px;}

.intro .logo {
	width: 70px;
    margin-right: 25px;
    padding-bottom: 10px;
    float: left;
}
.intro h3 {
	margin-top: 0px;
}
.intro h3 a{
	font-family: 'Roboto Slab', serif;
	color: #333;
	font-size: 20px;
}
.intro h3 a:hover {
	text-decoration: none;
	color: #777;
}
.intro h1 {
	font-family: 'Roboto Slab', serif;
	line-height: 0.8;
	font-weight: bold;
	margin-top: 10px;
}
.intro h1 small {font-family: 'Roboto Slab', serif;}

.main .info {
  display: block;
  color: #7c7c7c;
  font-size: 12px;
  padding-left: 20px;
  padding-top: 5px;
}

.has-error .form-control {border-color: #fb6b61;}
.has-error .help-block {
  color: #fff;
  background: #fb6b61;
  float: left;
  padding: 0 10px;
}


#istruzioni { padding: 30px 0 20px;	} 
#istruzioni span {
  background: #253240;
  color: #fff;
  width: 23px;
  display: inline-block;
  margin-right: 10px;
}
#istruzioni .i1, #istruzioni .i2, #istruzioni .i3 {
	text-align: center;
	padding: 20px 50px;	
}
#istruzioni .i1 p, #istruzioni .i2 p, #istruzioni .i3 p {
	color: #253240;
	font-size: 16px;
}
#istruzioni .i1 p:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 75px;
  height: 75px;
  background: url("../images/istruzioni.png") -6px 0 transparent;
  margin-bottom: 20px;
}
#istruzioni .i2 p:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 75px;
  height: 75px;
  background: url("../images/istruzioni.png") -86px 0 transparent;
  margin-bottom: 20px;
}
#istruzioni .i3 p:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 75px;
  height: 75px;
  background: url("../images/istruzioni.png") -156px 0 transparent;
  margin-bottom: 20px;
}

#help .container {
	padding: 50px 0;
	border-top: 1px solid #ccc;
	font-size: 16px;
	  line-height: 1.5;
}

#about {
	padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#about ul{
  padding: 0 0 0 20px;
}
#about ul > li {
	
    list-style: inherit;
}
#help .container  span {
  color: #1490a7;
}

#help .fa {
	color: #ddd;
	padding-right: 10px;
}
#help li {
	font-size: 14px;
}


#social { padding: 40px 0 60px;}
#social .youtube {
	width: 560px;
	height: 315px;
	background: #000;
	max-width: 100%;
} 
#social a {
	color: #000;
	padding: 3px 0;
	text-decoration: underline;
}
#social .fa {
	font-size: 20px;
	margin-right: 10px;
	color: #ccc;
}

#social .get-t .inner{
  text-align: center;
  background: #f4f5f5;
  padding: 25px 20px 70px 20px;
}
#social .get-t .fa {
	font-size: 35px;
	padding-bottom: 20px;
}
#social .get-t a {text-decoration: none;}
#social .get-t .btn {
  background: #1490a7;
  border-radius: 0;
  border: 1px solid #1490a7;	
  color: #fff;
  padding: 3px 15px;
   margin-top: 20px;
}
#social .get-t .btn:hover {background: #253240;}
#social .get-t .btn a {color: #fff;}
#social .get-t .btn a:hover {text-decoration: none;}

.fb-like-box {
    padding-top: 30px;	
}

.footer {
  background: #1490a7;
  color: #fff;
  padding: 30px 0 5px 0;
  text-align: center;
  font-size: 12px;
  line-height: 0.2;
}

.footer a {color: #fff;}

.social-likes  {padding: 20px 0 0 0 !important;}
.social-likes__widget {margin: 4px !important}
.social-likes__widget:hover span {color: #fff !important;}

.paypal-button {
	 padding: 20px 0 0 0;
}

#thanks {
    background: #f4f5f5;
    padding: 15px 0;
}
#thanks  .col {
    border-right: 1px solid #253240;
    padding: 25px 15px;
}
#thanks  .col:first-child {text-align: center}
#thanks  .col:last-child {border: none;}
#thanks h1 {
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
}
#thanks h5 {
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}

#thanks p {
    font-size: 11px;
}

/** FCP TO MOTION **/

.fcp-to-motion-index .logo {
	width: 65px;
   top: -25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

.fcp-to-motion-index #help .container {
	border: none;
}
.fcp-to-motion-index .intro {
	text-align: center;
	    position: relative;
}
.fcp-to-motion-index .intro h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    font-weight: normal;
}
.fcp-to-motion-index .intro h2 {
	font-size: 16px;
    color: #666;
}

.fcp-upload .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.fcp-upload {
	text-align: center;
    background: #fff;
    padding: 30px;
    max-width: 400px;
    margin: 5px auto 30px;
    box-shadow: 1px 1px 3px 2px #ddd;
}

.fcp-upload input.done{
	border: none;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 7px 20px;
    margin-left: 15px;
    display: inline-block;
}

.fcp-upload input.done:hover{
	background: #555;
}

.fcp-upload .legend {
	font-family: 'Roboto Slab', serif;
    font-size: 15px;
    padding: 15px 20px;
}    
/** UPLOAD **/

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    display: inline;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}

/** ERROR **/

.alert-danger {
	padding: 15px 0;
	text-align: center;
}


.safari-note {
	padding: 10px 0;
    text-align: center;
    font-style: italic;
}
