  input[type=checkbox] {
  transform: scale(1.5);
 
}
 
 .error {
color: #ff2828;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
}
.error1 {
color: #ff2828;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
min-height: 36px;

}

.succes {
color: #9b049d;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
margin-top:15px;
margin-bottom:15px;
}
/* The container */
.container5 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight:normal;
}

/* Hide the browser's default radio button */
.container5 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffcd63;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container5:hover input ~ .checkmark {
    background-color: #55688f;
}

/* When the radio button is checked, add a blue background */
.container5 input:checked ~ .checkmark {
    background-color: #FF4500;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container5 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container5 .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}
/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Open Sans', 'Raleway', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 65px;
    letter-spacing: 2px;    
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
    font-family: 'Open sans', 'Raleway', sans-serif;       
}

#intro h1 {
    font-size: 60px;
    letter-spacing: 0px;
    font-weight:800;
    color:#9b049d;
    font-family: 'Open sans', 'Raleway', sans-serif;
    background: -webkit-linear-gradient(0.95turn,#2392fe, #9b049d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#intro h3 {
    font-size: 20px;
    letter-spacing: 1px !important;
    font-weight:700;
    background: -webkit-linear-gradient(#ffcd63, #fff79f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#intro h4 {
    //font-size: 65px;
    font-family: 'Open sans', 'Raleway', sans-serif;    
    padding-top:8px;
    letter-spacing: 1px;
    font-weight:500;
    color: #000000;
}

#intro h5 {
    letter-spacing: 1px;
    padding-top: 10px;
    font-weight: 600;       
}


#program h6 {
  font-size: 15px;
  font-weight: 400;
}

#program h7 {
  font-size: 19px;
  font-weight: 400;
}

p {
    color: #707070;
    font-size: 18px;
    line-height: 24px;
}

#sponsors p {
    color: #494949;
    font-size: 15px;
    line-height: 24px;
    margin-top:15px;
    font-weight:500;
}


a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#overview-1,
#overview-2,
#overview-3,
#register {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


#contact-1,
#contact {
    padding-top: 0rem;
    padding-bottom: 0rem;
}


#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#overview-1 h3,
#overview-2 h3,
#overview-3 h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#sluzby h3,
#contact-1 h3,
#contact h3 {
    padding-bottom: 12px;
}

#contact-1 .btn
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact-1 .btn-danger,
#contact .btn-danger {
    background: #FF4500;
    border-color: transparent;
  	box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 30px rgba(111,1,55,.3); 

}


#intro .btn-info {
    background: #fa9f0c;
    border-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 20px 20px 20px;
    border: 0px solid #ffffff;
    color: #ffffff;
}

#intro .btn-info:hover {
  background: #f29600;
  border: 0px solid #ffffff;
  color: #ffffff;
  box-shadow: 0px 0px 800px #363636;
}


#intro .btn-registrovat {
    background: #03a14d;
    border-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 20px 20px 20px;
    border: 0px solid #ffffff;
    color: #ffffff;
}

#intro .btn-registrovat:hover {
  background: #ffffff;
  border: 0px solid #ffffff;
  color: #3e3e3e;
}




#contact-1 .btn,
#contact .btn {
  border-radius: 100px;
}




#intro .btn, {
    //background: transparent;
    border: 0px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




#intro .btn-danger {
  background: -webkit-linear-gradient(1.15turn,#2392fe, #9b049d);
  background: linear-gradient(1.15turn,#2392fe, #9b049d);
  border: none;
  color: #e9e9e9;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 5px rgba(111,1,55,.35);
    
}

#intro .btn-danger:hover {
    background: -webkit-linear-gradient(0.65turn,#2392fe, #9b049d);
    background: linear-gradient(0.65turn,#2392fe, #9b049d);    
    //background: #222;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 20px rgba(111,1,55,.35);
    color: #ffffff;
    font-weight: 700;    
    //border-color: #FF4500;
}



#intro .btn-danger xxx {
  background: -webkit-linear-gradient(1.15turn,#2392fe, #9b049d);
  background: linear-gradient(1.15turn,#2392fe, #9b049d);
  border: transparent;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 12px 15px 12px 15px !important;    
  box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 20px rgba(111,1,55,.20);
    
}

#intro .btn-danger:hover xxx {
    background: -webkit-linear-gradient(0.65turn,#2392fe, #9b049d);
    background: linear-gradient(0.65turn,#2392fe, #9b049d);    
    //background: #222;
  	box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 20px rgba(111,1,55,.35);
    transition: all 0.4s ease-in-out;
    color: #ffffff;
    //border-color: #FF4500;
}



#contact-1 .btn-danger:hover,
#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}




#portfolio .btn {
    width: 300px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio .btn-danger {
    background: #0092b7;
    border-color: transparent;
}

#portfolio .btn-danger:hover {
  background: transparent;
  border-color: #ff2c2c;
  background: #ff2c2c;
  color: #ffffff;
}



#overview .btn {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview .btn-danger {
    background: #f29600;
    border-color: transparent;
}

#overview .btn-danger:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}


#overview-1 .btn {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview-1 .btn-danger {
    background: #f29600;
    border-color: transparent;
}

#overview-1 .btn-danger:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}




#overview-1 .btn1 {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview-1 .btn-danger1 {
    background: #f29600;
    border-color: transparent;
}

#overview-1 .btn-danger1:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}



#overview-2 .btn {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview-2 .btn-danger {
    background: #f29600;
    border-color: transparent;
}



#overview-2 {
    background: url('../images/overview-1-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-color: #ffffff;
    background-position: center center;
}



//#overview-3 {
//    background: url('../images/overview-3-bg.jpg') 50% 0 repeat-y fixed;
//    background-size: cover;
//    background-color: #ffffff;
//    background-position: center center;
// }


#overview-3 .btn {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview-3 .btn-danger {
    background: #f29600;
    border-color: transparent;
}

#overview-3 .btn-danger:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}





#overview-3 .btn1 {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview-3 .btn-danger1 {
    background: #f29600;
    border-color: transparent;
}

#overview-3 .btn-danger1:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}








#overview-2 .btn-danger:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}


#linka-biela {
    color: #0092b7;
    border-color: transparent;
}

#linka-biela:hover {
  background: transparent;
  color: #ffffff;
}

#linka-pravidla1 {
  font-size:16px;
  color: #000000;
  border-bottom: dotted 1px #494949; 
}

#linka-pravidla1:hover {
  border-bottom: dotted 0px #000000;
  color: #9b049d;  
}


#linka-pomocka {
  color: #FF4500;
  border-bottom: dotted 1px #494949; 
}

#linka-pomocka:hover {
  border-bottom: dotted 0px #fff79f;
  background-color: #FF4500;
  color:#ffffff;  
}

#linka-podmienky {
  background:#2291fd;
  font-weight:600;
  color: #ffffff;
  padding-left:5px;
  padding-right:5px;
  border-bottom: dotted 0px #ffffff;
  transition: all 0.3s ease-in-out;      
}

#linka-podmienky:hover {
  border-bottom: dotted 0px #fff79f;
  background-color: #9b049d;
  color:#ffffff;  
}


#linka-kontakt {
  font-weight:600;
  color: #003982;
  border-bottom: dotted 1px #313131;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}

#linka-kontakt:hover {
  border-bottom: dotted 1px #fff79f;
  background-color: #ffcd63; /* For browsers that do not support gradients */
  background-image: linear-gradient(60deg, #ffcd63, #fff79f);
  color:#313131;  
}



#linka-kontakt1 {
  color: #2291fd;
  font-weight:500;
  border-bottom: dotted 1px #494949; 
}

#linka-kontakt1:hover  {
  border-bottom: dotted 0px #000000;
  color: #9b049d;  
}



#video .btn {

    width: 180px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 22px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#video .btn-danger {
    background: #f29600;
    border-color: transparent;
}

#video .btn-danger:hover {
  background: transparent;
  border-color: #;
  background: #40403f;
  color: #f29600;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #2291fd;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: black;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: black;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 5px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        padding: 0;
        background-color: rgba(34,145,253,.8);
        box-shadow: 0px 0px 10px rgba(54,54,54,.8);        
    }

}






#menu-button {
    color: #dfdfdf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

#menu-button:hover {
    background: transparent;
    color: #ffffff;
}







/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #3e454e;
    color: #ffffff;
}

#detail .fa {
  /* color: #f2545f; */
  color: #0092b7;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #e7e7e7;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
  line-height: 150%;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  color: #0192b7;
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 15px;
    margin-bottom: 15px;
}


#program .program-divider0 {
    border: 0px solid #f9f9f9;
    margin-top: 15px;
    margin-bottom: 15px;
}


#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0092b7;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/


#register {
    //background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #494949;
}


#register .form-control {
  background: white;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #7d7d7d;
  margin-bottom: 16px;
}


#register input {
//  height: 45px;
}


#register input[type="submit"] {
  background-color: #ffcd63; /* For browsers that do not support gradients */
  //background-image: linear-gradient(0deg, #ffffff, #eaeaea);
  //background: #4f7400;
  background: -webkit-linear-gradient(1.15turn,#2392fe, #9b049d);
  background: linear-gradient(1.15turn,#2392fe, #9b049d);
  color: #ffffff;
  border-radius: 8px;
  border: none;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
  font-weight:700;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 0px rgba(0,0,0,.35);
  width:60%;  
}

#register input[type="text"] {
height: 45px;
}

#register input[type="submit"]:hover {
  box-shadow: inset 0 0px 0px rgba(0,0,0,.75), 0 0 20px rgba(0,0,0,.35);
  color:#ffffff;
  background: #9b049d !important;   
}





/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}




/*---------------------------------------
   Sluzby section              
-----------------------------------------*/
#sluzby {
    background: url('../images/sluzby-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#sluzby p {
  padding-top: 12px;
  padding-bottom: 18px;
}


#sluzby li {
  font-weight:500;
  font-size: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact-1,
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-color: #ffffff;
    background-position: center center;
}

#contact-1 .contact_des,
#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact-1 .contact_detail,
#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact-1 .form-control,
#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact-1 .form-control:focus,
#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact-1 input,
#contact input {
  height: 45px;
}

#contact-1 input[type="submit"],
#contact input[type="submit"] {
  background: #41bad9;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact-1 input[type="submit"]:hover,
#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
    background: #2291fd;
    color: #ffffff;
  bottom: 2em;
  right: 2em;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    /* background: #0092b7; */
  background-color: #9b049d;
  color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
  background: -webkit-linear-gradient(1.15turn,#2392fe, #9b049d);
  background: linear-gradient(1.15turn,#2392fe, #9b049d);  
  //background-color: #ffcd63; /* For browsers that do not support gradients */
  //background-image: linear-gradient(0deg, #ffcd63, #fff79f);
  color: #ffffff;

    border-radius: 100px;
    font-size: 26px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    
}

.social-icon li a:hover {
    background: #ffffff;
  //background: -webkit-linear-gradient(1.15turn,#2392fe, #9b049d);
  //background: linear-gradient(1.15turn,#2392fe, #9b049d);  
  //background-color: #ffcd63; /* For browsers that do not support gradients */
  //background-image: linear-gradient(0deg, #ffcd63, #fff79f);
  color: #313131;
}




/*---------------------------------------
   Vstupenka icon             
-----------------------------------------*/
.vstupenka-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.vstupenka-icon li {
    display: inline-block;
    list-style: none;
}

.vstupenka-icon li a {
    color: #fff;
    border-radius: 100px;
    font-size: 26px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #40bbda;
}

.vstupenka-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Trasa             
-----------------------------------------*/
.trasa-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.trasa-icon li {
    display: inline-block;
    list-style: none;
}

.trasa-icon li a {
    color: #fff;
    border-radius: 100px;
    font-size: 26px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #40bbda;
}

.trasa-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Otazky             
-----------------------------------------*/

.otazka {
    color: #494949;
    font-weight: 600;
    font-size:18px;
    
}




/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 100vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

#intro h1 {
    font-size: 40px;
    color:#FF4500;
    font-weight:800;
    font-family: Open sans;
    letter-spacing: 0px;    
}


#intro .col-sm-3 {
    display: none;
}

  .zmensene {
    width:90px;
  }

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .zmensene {
    width:90px;
  }
  
  
  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }
  
  
#intro h1 {
    font-size: 40px;
    color:#FF4500;
    font-weight:800;
    font-family: Open sans;
    letter-spacing: 0px;    
}

#intro .col-sm-3 {
    display: none;
}



}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }
  
#intro h1 {
    font-size: 35px;
    color:#FF4500;
    font-weight:800;
    font-family: Open sans;
    letter-spacing: 0px;    
}

}





.grad {
  background-color: #9b049d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(0.95turn,#2392fe, #9b049d);
  //background-image: linear-gradient(0deg, #50628a, #00061f);
}

.text-podmienky {
  
  font-size: 14x;
  color:#ffffff;
  font-weight:500 !important;
  letter-spacing:1px;
  
}






.p-pravidla {
    color: #494949;
    font-weight: normal;
    font-size: 16px;
    //letter-spacing:1px;
    line-height:125%;
    font-family: 'Open sans', 'Raleway', sans-serif;
}

.li-pravidla {
    color: #494949;
    font-weight: normal;
    font-size: 16px;
    line-height:125%;
    //letter-spacing: 1px;
    font-family: 'Open sans', 'Raleway', sans-serif;
}

.li1-pravidla {
    padding-bottom:10px;
}

.nadpis-pravidla {
    color: #9b049d;
    font-weight: bold;    
    font-size: 21px;
    letter-spacing:0px;
    padding-top:25px;

}

#linka-pravidla {
    color: #d8342c;
    border-color: transparent;
    border-bottom: #313131 dotted 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;   
}

#linka-pravidla:hover {
    color: #ffffff;
    border-color: transparent;
    background-color: #d8342c;
    border-bottom: #313131 dotted 0px;
}


#linka1-pravidla {
    color: #f29600;
    border-color: transparent;
    border-bottom: #313131 dotted 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}

#linka1-pravidla:hover {
    color: #ffffff !important;
    border-color: transparent;
    background-color: #f29600;
    border-bottom: #313131 dotted 0px;
}





.pravidla {
    color: #9d0117 !important;
    border-color: transparent;
    //background-color: #f29600;
    border-bottom: #313131 dotted 0px;
    //transition: all 0.4s ease-in-out;  
}


.pravidla:hover {
    color: #313131 !important;
    border-color: transparent;
    //background-color: #f29600;
    border-bottom: #9d0117 dotted 2px;
}







.dotZ {
  //height: 280px;
  border-radius: 10px;
  border: solid 0px #eaeaea;
  //display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 0px 30px rgba(0,0,0,.1);
  //font-size:20px;
  background-color: rgba(255,255,255,0.6);
  padding-bottom: 20px;
  margin-bottom: 30px;
  transition:all 0.5s ease-in-out !important;
  color: #f313131 !important;

}

.dotZ:hover {
  //background: -webkit-linear-gradient(0.95turn,#2392fe, #9b049d);
  background-color: rgba(34,145,253,.99);
  //font-weight: bold;
  border-radius: 10px;
  //display: inline-block;
  border: solid 0px #ffffff;
  color: #ffffff !important;
  vertical-align: middle; 
  box-shadow: 0px 0px 30px rgba(0,0,0,.2);
  transition:all 0.5s ease-in-out !important;
}


#dotZ {
    background: #bc2e33;
    border: solid 1px #bc2e33;      
    height: 50px;
    color: #ffffff;

}

#dotZ:hover {
  background: #f20009;
  border-color: #f20009;
  color: #ffffff;
  border: solid 1px #f20009;
}


.cislo-cena {
  font-size:25px;
  color:#9b049d;
  background:#ffffff;
  padding: 3px 5px 0px 3px;
  border-radius: 3px;
}

.cislo-cena1 {
  font-size:25px;
  color:#9b049d;
  background:#ffffff;
  padding: 0px 5px 0px 3px;
  border-radius: 3px;
}



