@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body {
  font-family: "Lato", sans-serif;
  background-color: black !important;
  overflow-x: hidden;
  /*color: #343434;*/
  color: #f4f4f2;
}

::selection {
  background: black;
  color: white;
}

a { 
  color: #FFFFFF; 
}

a:hover {
  color: #FFFFFF;
  text-decoration: none !important;
}

p {
  font-family: "Lato", sans-serif;
}

h1 {

}

h2 {
  font-family: "Lato", sans-serif;
}

h6 {
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 24px;
}

ul {
  margin: 0px;
  padding: 0px;
}

.nopadding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nopadding-right {
  padding-right: 0px !important;
}

.nopadding-left {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .five-cols .col-md-1, 
  .five-cols .col-sm-1, 
  .five-cols .col-lg-1,
  .five-cols .col-xl-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#inputInterested {
  display: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.max-width-site {
  max-width: 1600px;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.form-control {
  color: #FFFFFF; 
  background-color: transparent;
  border: 1px solid #464646;
  border-radius: 0px; 
  font-size: 0.9rem;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
}

.section-title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: registersection;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.section-title-wrapper .number {
    display: inline-block;
    height: 49px;
    margin-right: 1rem;
    position: relative;
    width: 43px;
}

.section-title-wrapper .number>span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.section-title-wrapper .number svg {
    height: 100%;
    width: 100%;
}

.section-title-wrapper .number svg:before {
    background: -webkit-linear-gradient(215deg, #80cbad 0%, #62cbc4 100%);
    background: -o-linear-gradient(215deg, #80cbad 0%, #62cbc4 100%);
    background: linear-gradient(-125deg, #80cbad 0%, #62cbc4 100%);
    display: block;
    height: 370px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 100vw;
    z-index: -1;
    content: '';
}

.section-title-wrapper .title {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.1;
}

/**************************************************************/
/*** Header ***/
/**************************************************************/

.header {
  margin-top: -2px;
}

.navbar-brand img {
  width: 130px;
  height: auto;
}

ul.navbar-nav {
  font-family: "Lato", sans-serif;
  float: right;
}

ul.navbar-nav li {
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1pt;
}

ul.navbar-nav li a {
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1pt;
}

.navbar-nav {
  float: right;
}

.top-bar {
  background-color: #f7f5f8;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.5pt;
  text-align: center;
}

.top-bar ul {
  padding: 0px;
  margin: 0px;
}

.top-bar li {
  /*float: left; */
  list-style: none;
  display: inline-block;
  border-left: 1px solid #1d2124;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
}

.top-bar li a {
  font-size: 12px;
  letter-spacing: 0.5pt;
  text-align: center;
}
.topheader {
    color: white;
    font-size: 11px;
    letter-spacing: 1pt;
    padding-top: 10px;
    padding-bottom: 8px;
}
.topheader h5 {
    font-weight: normal;
    color: white;
    font-size: 15px;
    letter-spacing: 1pt;
    line-height: 26pt;
    margin-bottom: 0px;
    float: left;
}
.topheader li {
  list-style: none;
  float: left;
}
.join-header li a {
  line-height: 26pt;
  color: #FFFFFF;
}
li.iconsheader {
    background-color: #ffffffad;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
nav.navbar {
    border-top: 1px solid white;
}
p#timevent {
    margin-bottom: 0px;
    font-size: 11px;
    float: left;
    margin-left: 5%;
    line-height: 26pt;
    font-weight: 900;
}
p#timevent div {
    background-color: white;
    color: black;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    float: left;
    text-align: center;
}

ul.dropdown-menu {
  text-transform: uppercase;
  background-color: #000000;
}

ul.dropdown-menu li{
  width: 100%;
  padding: 0px 5px;
}

ul.dropdown-menu li a, ul.dropdown-menu li a:not([href]):not([tabindex]){
  color: #FFFFFF;
  line-height: 26px;
  font-size: 0.80rem;
  letter-spacing: 1px;
}

ul.dropdown-menu li.divider {
  border-top: 1px solid #ccc;
  margin: 9px 0px;
}

.dropdown-menu.show {
  top: 20px !important;
}

.join-header li.dropdown {
  cursor: pointer;
}



/**************************************************************/
/*** Homepage ***/
/**************************************************************/

.description-slide-home {
  position: absolute;
  bottom: 44%;
  width: 100%;
  text-align: center;
  color: white;
}
.description-slide-entry{
  position: absolute;
  bottom: 11%;
  right: 10%;
  /* width: 100%; */
  text-align: center;
  color: white;
  background-color: #000;
  padding: 15px;
}
.description-slide-id-projects{
  position: absolute;
  bottom: 3.5%;
  width: 100%;
  text-align: center;
  color: white;
}
.description-slide-home h2 {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 6px;
}
.description-slide-entry h2{
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 8px;
}
.description-slide-id-projects h2 {
  font-weight: 600;
  font-size: 1rem;
  text-transform:uppercase;
  letter-spacing: 3.5px;
  line-height: 8px;
}
.description-slide-id-projects h3 {
  font-size: .9rem;
  letter-spacing: 3px;
  text-transform:uppercase;
}
.description-slide-entry h3{
  font-size: .9rem;
  letter-spacing: 2px;
  text-transform:uppercase;
}
.description-slide-home h3 {
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 3px;
  display: inline-block;
  padding-bottom: 33px;
}
.description-slide-home h6 {
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 600;
  text-transform:uppercase;
}
.description-slide-home a {
    color: #FFFFFF;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.home_about_btn a {
  background: #fff;
  padding: 6px 28px 8px 28px;
  color: #000;
  font-size: 12.4px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.main-slide {
    margin-bottom: 0px;
    position: relative;
}
.description-about {
    top: 12%;
    color: white;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1pt;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.top-carousel .carousel .home_about, .header-carousel-item.home_about {
    height: 440px!important;
}
div#header-top-carousel-carousel-home {
  height:455px;
}
#about{
    background-color: #f9f7f8;
}

.flex-control-paging li a {
    background-color: #fff;
}

#homepage .flex-control-paging li a.flex-active{
    background-color: #fff;
}

#homepage .flex-control-nav {
    bottom: 10px;
}

.flexslider {
  border: none !important;
}

.flex-direction-nav a:before {
  font-size: 25px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-shadow: none !important;
}

ul.parsley-errors-list {
  font-size: 11px;
  margin-top: 5px;
  list-style: none;
  margin-bottom: 0px;
}

ul.parsley-errors-list li {
  color: #7C0A02;
}

.about-column-1 h2 {
  font-family: "Lato", sans-serif;
  color: #9b9b9b;
  font-size: 58px;
  letter-spacing: 1pt;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 39pt;
  padding-top: 7%;
}

.about-column-1 h3 {
  font-family: "Lato", sans-serif;
  color: #343434;
  font-size: 45px;
  letter-spacing: 1pt;
  font-weight: bold;
  line-height: 31pt;
  margin-bottom: 22px;
}

.about-column-1 p {
  font-size: 13px;
  letter-spacing: 1pt;
  color: #5a5a5a;
}

.about-column-1 a {
  border: 2px solid #464646;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #464646;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.7pt;
}

.flexslider .slides > li {
  background-size: cover; 
  background-position: center;
  height: 100%;
  width: 100%;
  display: none; 
  -webkit-backface-visibility:   hidden;
}

.main-slide ol.flex-control-nav.flex-control-paging {
  display: none;
}

.main-slide .flexslider {
  margin-bottom: 0px;
}

.secrets-magazine {
  margin-top: -30%;
  float: right;
}

.secrets-magazine h3 {
  font-family: "Lato", sans-serif;
  color: #343434;
  font-size: 30px;
  letter-spacing: 1pt;
  font-weight: bold;
  line-height: 20pt;
  margin-bottom: 0px;
}

.secrets-magazine h4 {
  font-family: "Lato", sans-serif;
  color: #9b9b9b;
  font-size: 30px;
  letter-spacing: 1pt;
  font-weight: normal;
  line-height: 30pt;
  margin-bottom: 5px;
}

.secrets-magazine p {
  font-size: 13px;
  letter-spacing: 1pt;
  color: #5a5a5a;
  width: 80%;
  text-align: justify;
  margin-bottom: 30px;
}

.secrets-magazine h5 {
  color: #9b9b9b;
  font-weight: normal;
  font-size: 18px;
}

.form-field-divider {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.form-field-divider input {
  width: 90%;
  background-color: #ececec;
  border: 0px solid #b2b2b2;
  font-size: 12px;
  padding: 5px;
  color: black;
}

input#contact-tag {
  width: 20%;
  margin-left: -10px;
  background-color: transparent;
  border: 2px solid #464646;
  font-size: 11px;
  letter-spacing: 0.7pt;
  font-weight: bold;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.description-year {
  bottom: 0%;
  color: black;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1pt;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15%;
}

.description-year div {
  background-color: #f8f8f8e0;
  padding: 8%;
}
.timeline {
    margin-top: 25px;
    margin-bottom: 45px;
}
.timeline h3 {
  color: white;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 3em;
}
.timeline p {
    color: white;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2.5px;
    margin-bottom: 30px;
}
.submit_below {
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 0.86em
}

h2.feed_blog {
  color: #000000;
  padding-top: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.featured-img {
  height: 165px;
  overflow: hidden;
}

.featured-img img {
  height: 100%;
  width: 100%;
}

.article-f h6 {
  font-weight: 500;
  color: #000;
}

/* swipper slide */
.swiper-container {
  width: 100%;
  /*height: 100%;*/
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
    /*width: 100%;*/
}
.title {
    bottom: -15%;
    position: absolute;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.8pt;
}
.content-slider {
    margin-top: -7%;
}
.swiper-container {
  overflow: -webkit-paged-x !important;
}
.swiper-pagination.swiper-pagination-fraction {
    position: relative;
    text-align: left;
    bottom: auto;
    float: left;
    /*width: 50%;*/
    width: 15%;
    padding-top: 20px;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: 0;
}
.swiper-button-next, .swiper-button-prev {
  position: relative !important;
  top: auto !important;
}
.swiper-button-next {
  right: 0px !important;
  float: right;
  background-image: url('/covetawards-project/img/slide-fee/right-arrow.svg') !important;
}
.swiper-button-prev {
  margin-right: 20px;
  float: left;
  background-image: url('/covetawards-project/img/slide-fee/left-arrow.svg') !important;
}
.swiper-pagination.swiper-pagination-fraction span.swiper-pagination-current {
    font-size: 2rem;
    padding: 0 15px 3px;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    background: #000;
}
.arrows-slide {
    clear: both;
    float: right;
    margin-bottom: 20px;
   /* margin-top: -7%;*/
    margin-top: -2%;
}
.tabs-custom li {
    width: 25%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 3px solid transparent;
}
.tabs-custom li a {
    text-transform: uppercase;
    letter-spacing: 0.89pt;
    font-weight: 300;
}
/*.tabs-custom li a:hover {
    font-weight: 500;
}*/
.tabs-custom li a.active {
    font-weight: 500;
    border-bottom: 3px solid #fff;
    padding-bottom: 13px;
}
.tabs-custom-content div a {
    padding-right: 2rem;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.89pt;
}
.tabs-custom-content div {
    margin-top: 20px;
}
.text-prices h3 {
    margin-top: 3rem;
    margin-bottom: 0.1rem;
}
button.activestep {
    background: #fff;
    color: #000;
}
button.activestep:hover {
    background: #fff;
    color: #000;
}
.flow-submit-header {
    padding-bottom: 3rem;
}
/**************************************************************/
/*** Partners ***/
/**************************************************************/

.nav-tabs {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.nav-tabs .nav-link {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  background-color: transparent;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  font-weight: 300;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 5px solid #FFFFFF;
  font-weight: 500;
}

/**************************************************************/
/*** Submit Project ***/
/**************************************************************/

.top-carousel {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  color: white;
}

.top-carousel .carousel {
  width: 100%;
  height: 520px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.top-carousel .carousel .header-carousel-item {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.top-carousel .carousel .header-carousel-item .content {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top-carousel .carousel .header-carousel-item .content .page-width {
  position: absolute;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 100%;
}

.top-carousel .carousel .header-carousel-item .content .page-width .title {
  margin: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.page-width-about {
  width: 900px;
  left: 50%;
}

.page-width-about .title{
  text-align: center;
  line-height: 110%;
}

.page-width-about .title h1, .page-width-about .title h5{
  letter-spacing: 3px;
}

.page-width-about .title h5 {
  font-size: 1.2rem;
}

.page-width-about .title p {
  line-height: 24px;
  font-size: 0.90rem;
  letter-spacing: 1px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.border-r-white {
  border-right: 1px solid #FFFFFF;
}

.border-b-white {
  border-bottom: 1px solid #FFFFFF;
}

.paragraph-small {
  font-size: 0.85rem;
  line-height: 19px;line-height: 
} 

.form-block-project {
  background-color: #FFFFFF;
  color: #2c2c2c;
  height: 100%;
}

.box-upload {
  /*height: 60%;*/
}

.box {
  border-top: 1px solid #000000;
  /*height:20%;*/
}

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

.inputfile + label {
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 0rem;
}

.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 * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label .icon-upload {
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.icon-upload {
  display: inline-block;
  width:30px;
  height:30px;
  border-radius:15px;
  font-size:19px;
  color:#FFFFFF;
  line-height:30px;
  text-align:center;
  background:#000000;
}

.inputfile-1 + label {
  color: #5a5b5d;
}

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

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

textarea.add_info {
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #000000;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

button.btn_preview {
  font-size: 0.75rem;
  background-color: #2b2b2b;
  color: #FFFFFF;
  font-weight: 400;
  padding: 4px 30px;
  border-radius: 18px;
  letter-spacing: 1px;
}

.btn-full-white, .btn-full-white:hover {
  background-color: #FFFFFF;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 0px;
  padding: 8px 12px;
  font-size: 0.90rem;
}

.btn-border-white, .btn-border-white:hover, a.btn-border-white {
  background-color: transparent;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #FFFFFF;
  padding: 8px 12px;
  font-size: 0.90rem;
}

.btn-border-black, .btn-border-black:hover, a.btn-border-black {
  background-color: transparent;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 0px;
  padding: 0px 0px 2px;
  font-size: 0.90rem;
}

.div_disabled {
  pointer-events: none;
  cursor: default;
}

.div_opacity  {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 2;
}

.regular-checkbox {
  margin-right: 5px;
}

li.working {
  list-style-type: none;
  font-size: 0.80rem;
  color: #2c2c2c;
  padding: 6px;
  letter-spacing: 1px;
  position: relative;
}

.upload .files li span{
  width: 15px;
  height: 12px;
  background: url('/img/icons/upload.png') no-repeat;
  position: absolute;
  top: 10px;
  right: 3px;
  cursor:pointer;
}

.upload .files li.working span{
  height: 16px;
  background-position: 0 -12px;
}

.upload .files li.error p{
  color:red;
}

#form_submit_project #error, #form_submit_project #progress {
  display: none;
}

#form_submit_project #error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
#error.stl-success {
    background-color: transparent !important;
    text-align: center;
    color: white !important;
    border-color: transparent !important;
    text-transform: uppercase;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    letter-spacing: 1.5pt;
}
div#btn-see-proj {
    padding-top: 0.5rem !important;
}

#spinner {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    float: left;
    top: 0;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999999999;
    overflow: auto;
    width: 100px;
    height: 102px;
}

.spinner i {
    color: white;
}

/*----------------------------
    The file upload form
-----------------------------*/

.drop a{
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.drop input{
    display:none;
}

.upload ul{
    list-style:none;
    margin:0 -30px;
}

.upload ul li {
  padding:15px;
  height: 52px;
  position: relative;
}

.upload ul li input{
  display: none;
}

.upload ul li p{
  width: 144px;
  overflow: hidden;
  white-space: nowrap;
  color: #000000;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
}

.upload ul li i{
  font-weight: normal;
  font-style:normal;
  color:#7f7f7f;
  display:block;
}

.upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

.upload ul li span{
    width: 15px;
    height: 12px;
    background: url('/img/icons/upload.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

.upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

.upload ul li.error p{
    color:red;
}



/**************************************************************/
/*** Register ***/
/**************************************************************/

#form_register input.invalid {
  border-color: #721c24;
}

.tab {
  display: none;
}

.step {
  margin: 0 2px;
  display: inline-block;
}

.step.active {
  
}

.step.finish {
  
}

/**************************************************************/
/*** Premium Awards ***/
/**************************************************************/
.number {
  margin-bottom:10px;
  border-bottom: 1px solid #fff;
  color: #FFF;
}
.number h1 {
    padding: 0px 3rem;
}

.text_premium_awards {
    padding: 0px 3rem;
    margin-bottom:50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .7px;
}
.description-slide-premium-award {
  position: absolute;
  bottom: 47%;
  width: 100%;
  text-align: center;
  color: white;
}
.description-slide-premium-award h2 {
    font-weight: 600;
    font-size: 2.1rem;
    letter-spacing: 2px;
}
.description-slide-premium-award h3 {
    font-weight: 900;
    font-size: 2.1rem;
    letter-spacing: 2px;
    display: inline-block;
}
.description-slide-premium-award a {
    color: #FFFFFF;
}
/**************************************************************/
/*** Press ***/
/**************************************************************/
.top-carousel .carousel .press {
  height:140px;
}
.top-carousel .carousel .press .header-carousel-item {
  height:140px;
}
.seemore_press {
  font-size: 12px;
  border-radius: 0;
  background-color: #fff;
  padding: 5px 30px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 15px;
  color: #000000;
}
.seemore_press a {
  color: #000000;
}
.page-width-press {
    position: absolute;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: px 20px;
    margin: 0 auto;
    max-width: 100%;
}
.download_presskit {
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    background: 0;
    letter-spacing: 2.5px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
.submit_project_press {
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    background: 0;
    letter-spacing: 2.5px;
    font-weight: 700;
    margin-top:30px;
}
.download_presskit a, .submit_project_press a{
    color:#fff;
    border-bottom: 1px solid #fff;
}
.description-press {
    top: 15.5%;
    color: white;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1pt;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 280px;
}
.categories-home_thinker {
  padding-right: 7.5px;
}
.categories-home_maker {
  padding-left: 7.5px;
}
.topnav {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    width:100%;
    text-transform:uppercase;
    text-align:center;
}
.topnav a {
    /*float: left;*/
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px 10px 16px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing:1px;
    border-bottom: 3px solid transparent;
}
.topnav .icon {
    display: none;
}
/* top 2*/
.topnav2 {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    width:100%;
    text-transform:uppercase;
    text-align:center;
}
.topnav2 a {
    /*float: left;*/
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px 10px 16px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing:1px;
    border-bottom: 3px solid transparent;
}
.topnav2 .icon {
    display: none;
}
.dropdown {
  display: inline-block;
}
.dropdown .dropbtn {
  font-size: 15px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.dropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 9999;
  padding:15px 0px 0px 0px;
  background-color: #000000;
}
.dropdown-content a {
  float: none;
  color: #fff;
  padding: 3px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
}
.topnav a:hover, .dropdown:hover .dropbtn {
    color: white;
    border-bottom: 3px solid #fff;
}
.topnav2 a:hover, .dropdown:hover .dropbtn {
    color: white;
    border-bottom: 3px solid #fff;
}
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/**************************************************************/
/*** Wishlist / Cart Page ***/
/**************************************************************/
.cart-row {
  border-bottom: 1px solid #e6e6e6;
}

.cart-table-item h4 a {
  color: #FFFFFF;
}

.cart-row img {
  margin: 0 auto;
}

.checkout-totals {
  background-color: #FFFFFF;
  color: #000000;
}

.checkout-table-row {
  border-bottom: 1px solid #999;
}

.checkout-table-description {
  font-size: 0.85rem;
  color: #222;
}

/**************************************************************/
/*** Footer ***/
/**************************************************************/

.footer {
  background-color: black;
}

.footer-social {
    background-color: #e3e3e3;
}

.footer h5 {
  font-family: "Lato", sans-serif;
  text-align: left;
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.line-footer {
  text-align: left;
  font-size: 12px;
  color: white;
  letter-spacing: 1pt;
}

.line-footer a {
    text-align: center;
    font-size: 17px;
    color: white !important;
    font-weight: 500;
    letter-spacing: 1pt;
    line-height: 25pt;
}

.sub-footer {
  background-color: #d0d0d0;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sub-footer a {
  font-family: "Lato", sans-serif;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
  font-size: 22px;
}
.footer img {
    margin-top: 10px;
}


/**************************************************************/
/*** Modal ***/
/**************************************************************/

.modal-dialog {
  background-color: #FFFFFF;
}

.modal-header { border-bottom: none !important; }

.modal h4 {
  font-family: "Lato", sans-serif;
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.form-row-label {
  width: 100%;
}

.form label {
  width: 100%;
  display: block;
  margin: 0px 12px 0px 0px;
  font-size: 0.9rem;
}

.modal, .modal .form label, .modal .form input[type="text"], .modal .form input[type="email"], .modal .form select {
  color: #000000;
}

.form .input-row {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  zoom: 1;
}

.form input[type="text"], .form input[type="email"], .form select {
  width: 100%;
  height: 30px;
  background: transparent;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #a7a9ac;
  box-shadow: none;
  padding: 10px 0;
  margin: 0 0 0.5em;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: none;
}

.modal button[type="submit"] {
  background-color: transparent;
  border: 2px solid #464646;
  font-size: 11px;
  letter-spacing: 0.7pt;
  font-weight: bold;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
video.videoFee {
    width: 100%;
}
.top-carousel .carousel .header-carousel-item .content .page-width {
  display: flex;
  justify-content: center;
}
.line-table h4.name {
    letter-spacing: 0.5px;
    font-size: 1rem;
}
.line-table:first-child {
    border-top: 4px solid #e6e6e6;
}

/**************************************************************/
/*** Backoffice css ***/
/**************************************************************/
.line-table h4 {
    font-size: 0.9rem;
}
.tilte-table h4 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 300;
}

#share-buttons a i {
  font-size: 19px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

/**************************************************************/
/*** Media Queries ***/
/**************************************************************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-mob-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-mob-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .content-slider {
    margin-top: 0;
  }
  .swiper-pagination.swiper-pagination-fraction {
    width: 100%;
  }
  .arrows-slide {
    margin-top: -5%;
  }
  .swiper-slide img {
    width: auto;
    max-width: 100%;
  }
  .top-carousel .carousel .header-carousel-item .content .page-width {
    display: flex;
    justify-content: center;
  }
  .description-year {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu {
    margin-bottom: 1rem;
  }
  .content-slider {
    padding: 0 20%;
  }
  .tabs-custom li a {
    font-size: 12px;
  }
  .tabs-custom-content div a {
    font-size: 11px;
    padding-right: 1rem;
  }
  .mobsty h6 {
    font-size: 0.69rem;
  }
  .mobstycol div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  div#nav-tabContent {
    margin-bottom: 1rem;
  }
  .tab-content.tabs-custom-content {
    margin-bottom: 3rem;
  }
  .top-carousel .carousel .header-carousel-item .content .page-width {
    display: flex;
    justify-content: center;
  }
  .sty-h1-mob {
    text-align: center;
  }
  .content-slider {
    margin-top: 0;
  }
  .swiper-pagination.swiper-pagination-fraction {
    width: 100%;
  }
  .arrows-slide {
    margin-top: -6%;
  }
  .featured-img img {
    height: 100%;
    width: auto;
    max-width: none;
    margin-left: -15%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tabs-custom li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .tabs-custom li:hover {
    border-bottom: 1px solid #e3e3e3;
  }
  .tabs-custom-content div a {
    padding-right: 0;
    width: 100%;
    float: left;
  }
  .menu {
    margin-bottom: 1rem;
  }
  div#nav-tabContent {
    margin-bottom: 1rem;
  }
  .content-slider {
    padding: 0;
    margin-top: 0;
  }
  .swiper-pagination.swiper-pagination-fraction {
    width: 100%;
  }
  .arrows-slide {
    margin-top: -5%;
  }
  .swiper-slide img {
    width: 100%;
  }
  .mob100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-table-actions {
    margin-top: 1rem;
  }
  .top-carousel .carousel .header-carousel-item .content .page-width {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 575px) { 
  /*.article-images {
    margin-left: 0px;
  }
  .article-detail {
    margin-top: 0px;
  }*/
  .top-carousel .carousel .header-carousel-item .content .page-width {
    display: flex;
    justify-content: center;
  }
  h1.sty-h1-mob {
    font-size: 1.5rem;
    text-align: center;
  }
  .swiper-slide img {
    width: 100%;
  }
  .arrows-slide {
    margin-top: -5%;
  }
  .swiper-pagination.swiper-pagination-fraction {
    width: 100%;
  }
  .mob100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-table-actions {
    margin-top: 1rem;
  }
  .content-slider {
    padding: 0;
    margin-top: 0;
  }
  div#nav-tabContent {
    margin-bottom: 1rem;
  }
  .tabs-custom li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .tabs-custom li:hover {
    border-bottom: 1px solid #e3e3e3;
  }
  .tabs-custom-content div a {
    padding-right: 0;
    width: 100%;
    float: left;
  }
  .description-slide-entry {
    position:relative;
    bottom: 0;
    right: 0;
    padding:30px 0 15px 0 ;
  }
  .description-slide-id-projects {
    position: relative;
    bottom: 0;
  }
  .description-slide-id-projects h2 {
    line-height: 20px;
    margin-bottom: 20px;
}
  .footer, .footer a, .line-footer {
    text-align: center;
  }
  ul.navbar-nav {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .description-slide-id-projects h3 {
    margin-bottom: 20px
  }
  .main-slide {
    margin-top: 0px !important;
  }
  a.navbar-brand {
    margin-right: 0px;
  }
  button.navbar-toggler {
    float: none;
    margin: 0 auto;
  }
  .logo {
    text-align: center;
    flex: none;
    width: 100% !important;
    max-width: 100% !important;
  }
  .menu {
    text-align: center;
    flex: none;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
  .topheader {
    display: none;
  }
  nav.navbar {
    border: none;
  }
  .page-width-about .title h5 {
    font-size: 1rem;
  }

  
  .page-width-about .title p {
    line-height: 24px;
    font-size: 0.90rem;
    letter-spacing: 1px;
  }
 .home_about_text {
    line-height: 19px;
    font-size: 1rem;
    letter-spacing: 2px;
    padding:20px 0;
  }
  .border-r-white {
    border-right: 0px;
  }
  .border-b-white {
    border-bottom: 0px;
  }
  .form-block-project {
    height: auto;
  }
  #header-top-carousel-carousel-press {
    height:auto;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
   .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;width:100%;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav {
    padding:0;
  }

  /*  2*/

.topnav2 a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav2 a.icon {
    float: right;
    display: block;
  }
   .topnav2.responsive {position: relative;}
  .topnav2.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav2.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav2.responsive .dropdown {float: none;width:100%;}
  .topnav2.responsive .dropdown-content {position: relative;}
  .topnav2.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav2 {
    padding:0;
  }
  /*2**/
  .timeline_press {
    margin-bottom:22px;
  }
  .image_press {
    height: 100%;
  }
  .description-press {
    padding:0 6%;
    top: 12.5%;
  }
  .description-year {
    bottom: -1%;
    padding: 6.5%;
  }
  .number h1 {
    padding: 0px 35px;
  }

  .text_premium_awards {
    padding: 0px 35px;
    margin-bottom:50px;
  }
  .brhand_logo, .coveted_logo {
    padding:0!important;
  }
}

@media (min-width: 576px) { 
  /*.article-images {
    margin-left: 0px;
  }
  .article-detail {
    margin-top: 0px;
  }*/
  .footer, .footer a, .line-footer {
    text-align: center;
  }
  ul.navbar-nav {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .main-slide {
    margin-top: 0px !important;
  }
  a.navbar-brand {
    margin-right: 0px;
  }
  button.navbar-toggler {
    float: none;
    margin: 0 auto;
  }
  .logo {
    text-align: center;
    flex: none;
    width: 100% !important;
    max-width: 100% !important;
  }
  .menu {
    text-align: center;
    flex: none;
    width: 100% !important;
    max-width: 100% !important;
  }
  .topheader {
    display: none;
  }
  nav.navbar {
    border: none;
  }
  .page-width-about .title h5 {
    font-size: 1rem;
  }
  .page-width-about .title p {
    line-height: 22px;
    font-size: 0.70rem;
    letter-spacing: 1px;
  }
  .home_about_text {
    line-height: 19px;
    font-size: 1rem;
    letter-spacing: 2px;
    padding:20px 0;
  }
  .border-r-white {
    border-right: 0px;
  }
  .border-b-white {
    border-bottom: 0px;
  }
  .form-block-project {
    height: auto;
  }
  #header-top-carousel-carousel-press {
    height:auto;
  }
  .timeline_press {
    margin-bottom:22px;
  }
  .image_press {
    height: 100%;
  }
  .description-press {
    padding:0 6%;
    top: 12.5%;
  }
  .description-year {
    bottom: 2%;
    /*padding: 6.5%;*/
  }
  .number h1 {
    padding: 0px 35px;
  }

  .text_premium_awards {
    padding: 0px 35px;
    margin-bottom:50px;
  }
}


@media (min-width: 768px) { 
  .footer, .footer a, .line-footer {
    text-align: left;
  }
  .page-width-about .title p {
    font-size: 0.80rem;
  }
  #header-top-carousel-carousel-press {
    height:auto;
  }
}

@media (min-width: 992px) { 
  /*.article-images {
    margin-left: -200px;
  }
  .article-detail {
    margin-top: -120px;
  }*/
  #header-top-carousel-carousel-press {
    height:auto;
  }
  .page-width-about .title h5 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .page-width-about .title p {
    line-height: 24px;
    font-size: 0.90rem;
    letter-spacing: 1px;
  }
  .home_about_text {
    line-height: 19px!important;
    font-size: 1rem!important;
    letter-spacing: 2px!important;
    padding:20px 0;
  }
  .border-r-white {
    border-right: 1px solid #FFFFFF;
  }
  .border-b-white {
    border-bottom: 1px solid #FFFFFF;
  }
  .form-block-project {
    height: 100%;
  }
  
  
}

@media (min-width: 1200px) { 
  ul.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .main-slide {
    margin-top: 0px !important;
  }
  a.navbar-brand {
    margin-right: 0px;
  }
  button.navbar-toggler {
    float: none;
    margin: 0 auto;
  }
  .logo {
    text-align: left;
    flex: 0 0 16.666667%;
  }
  .menu {
    text-align: center;
    flex: 0 0 83.333333%;
    width: 100% !important;
    max-width: 100% !important;
  }
  .topheader {
    display: block;
  }
  nav.navbar {
    border-top: 1px solid white;
  }
  #header-top-carousel-carousel-press {
    height:auto;
  }
  .number h1 {
    padding: 0px 3rem;
  }

  .text_premium_awards {
      padding: 0px 2rem;
      margin-bottom:50px;
  }
  #posts {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 500px) {
  .cart-table-actions form button {
    width: 100%;
  }
  .cart-table-actions a {
    width: 100%;
  }
  .cart-table-actions {
    margin-top: 1rem;
  }
  .mob-padd {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .arrows-slide {
    margin-top: -7%;
  }
}

/*@media (min-width: 1500px) { 

.topnav {
  padding: 0 30%;
}

}*/

/**********   **********/   

/*@media only screen and (max-width: 600px) {
  .secrets-magazine {
    margin-top: 0px !important;
  }
  .secrets-magazine-img img {
    display: none;
  }
  .secrets-magazine p {
    width: 100%;
  }
  .form-field-divider input {
    width: 120%;
  }
  input#contact-tag {
    width: 108%;
  }
  .top-bar li a {
    font-size: 11px;
  }
  .no-mobile {
    display: none;
  }
  ul.navbar-nav {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .about-column-1 h3 {
    font-size: 30px;
    line-height: 22pt;
  }
  .about-column-1 h2 {
    font-size: 40px;
    line-height: 29pt;
  }
  .col-md-6.col-sm-12.about-column-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .categories-home {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .event-menu-item {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  .main-slide {
    margin-top: -110px;
  }
  .header {
    z-index: 10;
    position: relative;
    background-color: transparent;
  }
  .event-menu-item {
    width: 25%;
  }
  .nomobile {
    display: block;
  }
  .yesmobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  ul.navbar-nav {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .main-slide {
    margin-top: 0px !important;
  }
  a.navbar-brand {
    margin-right: 0px;
  }
  button.navbar-toggler {
    float: none;
    margin: 0 auto;
  }
  .logo {
    text-align: center;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .menu {
    text-align: center;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .topheader {
    display: none;
  }
  nav.navbar {
    border: none;
  }

}

@media only screen and (max-width: 799px) {
  .nomobile {
    display: none;
  }
  .yesmobile {
    display: block;
  }
  .footer {
    text-align: center;
  }
  .footer a {
    text-align: center;
  }
  .line-footer {
    text-align: center;
  }
  .description-year {
    padding: 10%;
  }
}*/
