body.desktop{
  /*background: url(/Images/pc/1920_bj.png) no-repeat ;
  background: url(/Images/pc/dt-bg.png) no-repeat ; */
  background : #240a37;
}
body.mobile{
  /*padding: 15px 9.5px 45px;
  background: url(/Images/mobile/mb-bg.png) no-repeat ;*/
  background : #240a37;

}

h3.welcome{
  color: #1d3752;
  background-color: #25eded;
  text-align: center;
  font-size: 54pt;
  padding-top: 5px;
  padding-bottom: 5px;
}
h4{
  text-align: center;

}
h4 a{
  color: #25eded;
  font-size: 36pt;
}
h5{
  color: #c2b7c7;
  font-variant-caps: all-petite-caps;
  font-size: 19pt;
}


.container{
  max-width: 949px;
}

.col-xs-12 {
  text-align: center;
}
#welcome{
  text-align: center;
}

.hall-entrance-btn img, .hall-entrance img{
  margin:  15px 0 ;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;

}
.hall-entrance-btn img:hover, .hall-entrance img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#full-sponsers{
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

#doors-holder > div > div{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#473157+0,240a37+100 */
background: rgb(71,49,87); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(71,49,87,1) 0%, rgba(36,10,55,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(71,49,87,1) 0%,rgba(36,10,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(71,49,87,1) 0%,rgba(36,10,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473157', endColorstr='#240a37',GradientType=0 ); /* IE6-9 */

}



@media(max-width:768px){
  .col-m-no-padding{
   padding-left: 0;
   padding-right: 0;
  }
  .hall-entrance-btn img, .hall-entrance img{
    margin: 7px 0 5px ;
  }
  #welcome{
    margin-top: 7px;
  }
  #header-2{
    margin: 7px 0;
  }
  .logos-holder{
    text-align: center;
  }
  h3.welcome{
    font-size: 36pt;
  }
  h4 a{
    font-size: 24pt;
  }
  #doors-holder > div{
    margin: 0 15px;
  }

}
@media(min-width: 768px){
  .col-md-12, .col-md-6{
    margin: 15px 0;

  }
  .col.col-sm.sponsers{
    border-right: 2px solid #25eded;
    text-align: center;
  }
  #doors-holder{
    padding-bottom: 110px;
  }
}
