@font-face {
    font-family:'Tumbly';
    src: url('../fonts/tumbly/Tumbly.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Typo_Hopp';
    src: url('../fonts/typo_hoop/Typo_Hoop_Regular_Demo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family:"Tumbly", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #cccccc;
  background: #000;
  height: 100%;
  position: relative;
  text-align: center;
}

a {
  color: #cccccc;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  color: #139ACB;
  outline: none;
}

p {
  margin: 1.5em 0;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family:"Tumbly", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-size: 1.2rem;
}

::-webkit-selection {
  color: #fff;
  background: #139ACB;
}

::-moz-selection {
  color: #fff;
  background: #139ACB;
}

::selection {
  color: #fff;
  background: #139ACB;
}

.navbar-collapse {
  border: none !important;
}

#fh5co-header {
  position: fixed;
  width: 100%;
  opacity: 1;
  top: 0;
  float: left;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  display: table;
}
#fh5co-header #navbar {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-header #navbar li {
  width: 16px;
  height: 16px;
  display: block !important;
  margin: 15px 0;
  clear: both;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #139ACB;
}
#fh5co-header #navbar li a {
  font-family:"Tumbly", Arial, sans-serif;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  margin: -3px -5px;
  width: 12px;
  height: 16px !important;
  text-indent: 20px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a:hover span {
  display: block;
}
#fh5co-header #navbar li a:hover {
  color: #000;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active {
  width: 16px;
  height: 16px;
  background: #fff;
}
#fh5co-header #navbar li.active a {
  background: #000;
  background: none;
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}
#fh5co-header .navbar-brand:after, #fh5co-header .navbar-brand:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: -12px;
  margin-left: 0px;
  bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header .navbar-brand:before {
  left: 0px;
  background: rgba(140, 118, 118, 0.8);
}
#fh5co-header .navbar-brand > span {
  color: #139ACB;
}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #139ACB;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #139ACB !important;
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #139ACB;
}

#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  margin: 0;
  padding-left: 10px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#fh5co-home {
  position: relative;
  animation-name: fh5co-home-animated;
  animation-duration: 3s;  
  animation-delay: 2s;
  animation-fill-mode: both;  
}

@keyframes fh5co-home-animated {
  from {}
  to {background: #000000 url('../images/sfondo-ball-2.png') no-repeat top right; background-size: contain}
}   

#fh5co-logo-ws img, .img-ball img { width: 150px }

#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
}
#fh5co-home a:hover {
  color: #fff;
  text-decoration: none;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 500px;
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-home .text-inner h1 {
  font-size: 60px;
  color: white;
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 58px;
}
#fh5co-home .text-inner h1 span {
  color: #139ACB;
}
#fh5co-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}

#fh5co-services,
#fh5co-team,
#fh5co-general,
#fh5co-counters,
#fh5co-pricing {
  padding: 2em 0;
  position: relative;
}

#fh5co-general li { font-size:16px }

#fh5co-services {
  padding-bottom: 0;
}

.fh5co-explore {
  padding-bottom: 40px;
}

.fh5co-project .project-grid {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  display: table;
}
.fh5co-project .project-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-project .project-grid .desc h3 {
  margin-bottom: 10px;
}
.fh5co-project .project-grid .desc h3 a {
  color: #fff;
}
.fh5co-project .project-grid .desc h3 a:hover, .fh5co-project .project-grid .desc h3 a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid .desc span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}
.fh5co-project .project-grid .desc p {
  padding: 0;
}
.fh5co-project .project-grid .desc p a {
  padding: 0;
  color: #fff;
}
.fh5co-project .project-grid .desc p a:hover, .fh5co-project .project-grid .desc p a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid:hover .desc {
  opacity: 1;
}

.getting-started {
  background: #139ACB;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.getting-started .getting-grid {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: table;
}
.getting-started .getting-grid .desc {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  padding: 0 3em;
}
.getting-started h2 {
  color: #fff;
  margin-bottom: 10px;
}
.getting-started p {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-pricing .price-box {
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 60px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #D21176;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #D21176;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #D21176;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .price-box hr {
  border: 1px solid #1a1a1a;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #fff;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.core-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.core-features .grid2 {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.core-features .grid2 .core-f {
  padding: 40px;
}
.core-features .grid2 .core-f h3 {
  margin-bottom: 10px;
}
.core-features .grid2 .core-f .core {
  margin-bottom: 2em;
}
.core-features .grid2 .core-f .core i {
  float: left;
  color: #139ACB;
  font-size: 28px;
}
.core-features .grid2 .core-f .core .fh5co-post {
  padding-left: 50px;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 30px;
  display: block;
  color: white;
  font-family:"Tumbly", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-team .team-box, #fh5co-explore .team-box {
  position: relative;
  padding: 30px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#fh5co-team .team-box .user, #fh5co-explore .team-box .user {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
}
#fh5co-team .team-box .user img, #fh5co-explore .team-box .user img, #fh5co-software .team-box .user img, #fh5co-landing .team-box .user img {
  width: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
#fh5co-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#fh5co-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#fh5co-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-team .team-box .social-media li a {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-team .team-box .social-media li a:hover, #fh5co-team .team-box .social-media li a:focus, #fh5co-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #139ACB !important;
}

.section-heading {
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  padding-bottom: 30px;
}

#fh5co-footer {
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
  margin-top:3%;
}
#fh5co-footer a {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-footer a:hover {
  color: #fff !important;
}
#fh5co-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
#fh5co-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#fh5co-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-footer .contact-info {
  margin: 50px 0;
  padding: 0;
}
#fh5co-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 30px 0;
  position: relative;
}
#fh5co-footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 18px;
}
#fh5co-footer .social-media {
  margin: 70px 0 30px 0;
  padding: 0;
}
#fh5co-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 40px;
  margin-right: 10px;
  width: 90px;
}
#fh5co-footer .social-media li a {
  color: #CCCCCC;
}
#fh5co-footer .social-media li a:hover, #fh5co-footer .social-media li a:focus, #fh5co-footer .social-media li a:active {
  text-decoration: none;
}
#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
  font-size: 16px;
}
#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
#fh5co-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
#fh5co-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #139ACB !important;
}
#fh5co-footer #contacts {
  background-image: linear-gradient(to right, #139ACB12, #139ACB63);
  border-radius: 0 40px 0 0;
  margin-top: 50px;
  padding: 20px;
}
#footer_logo {
  border-radius: 50px 40px 0 0;
  background-image: linear-gradient(to right, #D2117612, #D2117663);
}

.btn {
  font-size: 0.6rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn.btn-primary {
  background: #139ACB;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #139ACB;
}
.btn:hover, .btn:active, .btn:focus {
  background: #D21176 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #139ACB;
  color: #fff;
}
.social li a.social-circle {
  background: #139ACB;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #139ACB;
  color: #fff;
}
.social.social-circle a {
  background: #139ACB;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-footer-text {
  padding: 10px;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.fh5co-footer-text li {
  display: inline-block;
  font-size: 16px;
  list-style: none;
  padding: 10px;
  text-align: center;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-position-1 { text-align:right }
.img-position-2 { text-align:left }
.img-position-center { text-align:center; }

/* Contacts */

  #contacts { font-family:Arial, sans-serif; font-size: 16px; padding-top: 5% }

  .box-contact { 
    border-radius: 40px;
    background-image: linear-gradient(to right, #139ACB12, #139ACB63);
    font-size: 16px;
    padding: 15px;
    text-align: left;
  } 


/* Cookie Policy */

  #cookie, #privacy {
    padding: 6em 15em;
    text-align:justify;
  }

    .header-cookie {
      color: #000;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: center;
    }

    .cookie-overlay-header {
      left: 0;
      position: fixed;
      right: 0;
      top: 20%;
      z-index: 999999;      
    }

    .cookie-overlay {
      background: #DEDEDE;
      color: #000;
      font-weight: 300;
      text-align: justify;
      font-size: 14px;
      border-radius: 15px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      padding: 1.5rem !important;
      margin: 0 auto;
      max-width: 350px;
      width: 100%;
    }

    .cookie-overlay > div:first-child {
      width: auto;
    }

    .cookie-a {
      color: #D21176 !important;
      font-weight: 700;
      opacity: 0.7;
    }

    .refuse-cookies {
      background-color: #303030 !important;
      font-weight: 700;
    }

    button {
      border-radius: 4px;
      border: 0;
      line-height: 3em;
      padding: 0 1.5em;
    }

/* Nav */

  #nav {
    margin-top: 1.4em;
    width: 100%;
  }

    #nav > ul > li {
      display: inline-block;
    }

      #nav > ul > li:last-child {
        padding-right: 0;
      }

      #nav > ul > li > a {
        border: 0;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        color: #777;
        outline: 0;
        display: block;
      }

        #nav > ul > li > a:before {
          display: inline-block;
          background: #878787;
          color: #e4e4e4;
          width: 2.25em;
          font-size: 0.8em;
          height: 2.25em;
          border-radius: 2.25em;
          line-height: 2.1em;
          text-align: center;
          box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
          margin-right: 0.75em;
          -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
          -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
          -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
          transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
        }

        #nav > ul > li > a > span {
          -moz-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -o-transition: color 0.25s ease-in-out;
          -ms-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out;
          font-size: 15px;
          font-family:"Typo_Hopp", Arial, sans-serif;
          letter-spacing: 3px;
        }

      #nav > ul > li > ul {
        display: none;
      }

      #nav > ul > li.active > a:before,
      #nav > ul > li:hover > a:before {
        background: #D21176;
        color: #fff;
      }

      #nav > ul > li.active > a > span,
      #nav > ul > li:hover > a > span {
        color: #D21176;
      }

  .dropotron {
    text-align: left;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.965);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0.75em 0 0.5em 0;
    min-width: 10sem;
    margin-top: calc(-0.5em + 1px);
    margin-left: -2px;
    list-style: none;
  }

    .dropotron.level-0 {
      margin-left: 0.6em;
      margin-top: 0.6em;
    }

      .dropotron.level-0:after {
        display: block;
        position: absolute;
        left: 1.25em;
        top: calc(-0.75em + 1px);
      }

      .dropotron.level-0:before {
        display: block;
        position: absolute;
        left: 1.25em;
        top: -0.75em;
      }

    .dropotron span, .dropotron a {
      display: block;
      padding: 0.5em 1em 0.5em 1em;
      border: 0;
      border-top: solid 1px #f0f0f0;
      outline: 0;
      font-size: 0.65em;
      color: #000;
    }

    .dropotron li {
      padding-left: 0;
      margin: 0;
      min-width: 190px;
    }

      .dropotron li:first-child > span, .dropotron li:first-child > a {
        border-top: 0;
        padding-top: 0;
      }

      .dropotron li:hover > span, .dropotron li:hover > a {
        -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
        color: #D21176;
      }

  .menu-li { width:228px }

  #navPanel, #titleBar { display: none }

  .subtext { text-align: justify; padding: 13px}

  #wrapper { padding-top: 100px }

/* Header */
  
  #header { background-color: #000000; height:100px; position:fixed; width:100%; z-index:100 }

  #div_logo { height:100px; text-align:center; padding:20px 10px }

/* Custom */
  
  .align-left { text-align: left }

  .align-right { text-align: right }

  .align-center { text-align: center }

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

  .padd-0 { padding:0 !important }

  .push-top { margin-top:10px }

  .push-top-20 { margin-top:20px }

  .push-top-30 { margin-top:30px }

  .push-top-60 { margin-top:60px }

  .hide { display:none }

  .black { color: #000000 }

  .violet { color: #D21176 }

  .bold { font-weight:700 }

  .no-margin-lr { margin-left:0 !important; margin-right:0 !important }

  .no-margin { margin:0 }

  .call-anchor {
    position: fixed;
    right:0;
    top:40%;
    z-index: 1000;
  }

  .box-call-action {
    padding: 4px 20px;
    background: #D21176;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
  }

  #box_footer_logo { margin:10% 0 }

  .big-h2 { 
    font-size:40px !important;
    line-height: 45px !important;
    margin: 0 0 20px 0 !important;    
  }

  .bg-white { background-color:#FFFFFF }

/* Extra Large */

  @media screen and (max-width: 1320px) {

    .menu-li { width:194px }

    .dropotron li { min-width: 150px }

    #fh5co-pricing .price-box { height: 400px; padding:30px 15px }

    #fh5co-pricing .price-box.popular .popular-text { left:34% }

    #fh5co-pricing .pricing-plan, #fh5co-pricing .pricing-info { font-size:12px; letter-spacing:0 }
  }

/* Large */

  @media screen and (max-width: 1140px) {

    #nav > ul > li > a > span { font-size:10px }

    .menu-li { width:165px }

    #fh5co-home .text-inner h1 { font-size:40px }

    .dropotron li { min-width: 130px }

    #fh5co-pricing .pricing-plan, #fh5co-pricing .pricing-info { font-size:14px; letter-spacing:0 }    

  }

  @media screen and (max-width: 992px) {

    body { font-size:15px }

    #fh5co-header .navbar-brand {
      padding-left: 55px !important;
      padding-right: 0 !important;
    }
    #fh5co-header .navbar-brand:after, #fh5co-header .navbar-brand:before {
      margin-left: 25px;
    }
    #fh5co-header.navbar-fixed-top #navbar li a {
      font-size: 20px;
    }  
    #fh5co-team .team-box {
      margin-bottom: 110px;
    }

    h1, h2, h3, h4, h5, h6 { font-size:1.2rem }

    .big-h2 { font-size:2rem !important }

    #div_logo { padding:25px 10px }

    .container { max-width: 770px }

    p { font-size:15px }

    .menu-li { padding:10px }    

  }

/* Medium */


  @media screen and (max-width: 980px) {

    /* Basic */

      html, body {
        overflow-x: hidden;
      }

    /* Header */

      #header > .container {
        padding: 10em 0 7em 0;
      }

    /* Nav */

      #nav, #fh5co-header {
        display: none;
      }

    /* Nav */

      .subtext { text-align: justify }

      #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 10px;
        width: 100%;
        z-index: 10001;
      }

        #titleBar .toggle {
          text-decoration: none;
          position: absolute;
          right: 0;
          top: 20px;
          width: 80px;
          height: 60px;
          border: 0;
        }

          #titleBar .icon-menu {
            font-size: 20px;
            padding: 20px;
          }

      #navPanel {
        font-family:"Tumbly", Arial, sans-serif;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        right: 0;
        overflow-y: auto;
        position: fixed;
        top: 100px;
        width: 100%;
        z-index: 10002;
        background: #000000;
        border-right: solid 2px #3c3c3c;
        font-weight: 400;
        text-transform: uppercase;
        color: #888;
        letter-spacing: 2px;
        font-size: 0.85em;
      }

        #navPanel .link {
          display: block;
          color: #ddd;
          text-decoration: none;
          height: 44px;
          line-height: 44px;
          border: 0;
          border-top: solid 1px #3c3c3c;
          padding: 0 1em 0 1em;
        }

          #navPanel .link:first-child {
            border-top: 0;
          }

          #navPanel .link.depth-0 {
            font-weight: 600;
            color: #D21176;
          }

        #navPanel .indent-1 {
          display: inline-block;
          width: 1em;
        }

        #navPanel .indent-2 {
          display: inline-block;
          width: 2em;
        }

        #navPanel .indent-3 {
          display: inline-block;
          width: 3em;
        }

        #navPanel .indent-4 {
          display: inline-block;
          width: 4em;
        }

        #navPanel .indent-5 {
          display: inline-block;
          width: 5em;
        }

        #navPanel .depth-0 {
          color: #fff;
        }
/*
      body.navPanel-visible #titleBar {
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
      }
*/
      body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }

      .section-heading { margin-bottom:0 }

      #fh5co-footer .contact-info { margin:0 }

  }

@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #139ACB !important;
  }
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
  #fh5co-header #navbar li {
    margin-left: 10px !important;
  }
  .core-features .grid2 {
    width: 100%;
  }
  .fh5co-project .project-grid .desc {
    opacity: 1;
  }
  .fh5co-project .project-grid {
    height: 400px;
  }
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }

  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }

}


  /* Extra Small */

  @media screen and (max-width: 480px) {
        
    #fh5co-home {
      background-position: center center;
      background-attachment: initial;
    }

    #fh5co-header #navbar li.active a {
      color: #139ACB;
    }

    #fh5co-home .text-inner h1 {
      font-size: 30px;
      line-height: 45px;
      margin: 0 0 20px 0;
    }

    .col-xxs-12 {
      float: none;
      width: 100%;
    }
    
    #fh5co-home, #fh5co-home .text-wrap {
      height: auto;
    }

    #fh5co-pricing .price-box.popular .popular-text {
      left: 40%;
    }

    #fh5co-pricing .price-box { height: auto; padding:30px }

    #fh5co-pricing .pricing-plan, #fh5co-pricing .pricing-info { font-size:15px; letter-spacing:0 }

    .container { max-width:auto }

    #fh5co-logo-ws { top: 10px }

    #fh5co-logo-ws img, .img-ball img { width: 120px }

    #fh5co-team { padding: 0 }

    #fh5co-team .team-box { margin-bottom:0 }

    .team-box h3 { font-size:1.5rem }

    .img-position-1, .img-position-2, .img-position-center { margin-top: 10px; text-align:center }

    .section-heading h2 {
      font-size: 26px;
    }

    #cookie, #privacy {
      padding: 7em 0;
      text-align:justify;
    }


  }


