/* Add here all your css styles (customizations) */

/* overriding the "content" of the app.css */
.content-custom {
    padding-top: 30px;
    padding-bottom: 10px;
}


/* tamogatok frame */
.tamogato-frame {
    /*border: 1px solid #CCC;*/
    text-align: center;
}

.tamogatok a {
    vertical-align: middle;
    text-align: center;
}

/* the "tamogatok" needs to be spaced differently on desktop view than in the mobile view */
@media (min-width: 992px) {
    .partners {
        width: 32%;
        margin-left: 1%;
    }
}

/* conference presentation download images effects */
.conference_download_images {
    border: 1px solid #CCCCCC;
}
.conference_download_images:hover {
    border: 1px solid black;
}

.kiemelt-tamogatok-img {
    display: inline-block;
    height: 180px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tamogatok-img {
    display: inline-block;
    /*height: 130px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}
.partnerek-img {
    display: inline-block;
    height: 82px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* overwrite the link color */
a {
    color: #f7921e !important;
}
.headline h2 {
    border-bottom: 2px solid #f7921e !important;
}
.headline h3 {
    border-bottom: 2px solid #f7921e !important;
}
.headline h4 {
    border-bottom: 2px solid #f7921e !important;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > .active > a {
	border-bottom: 2px solid #f7921e !important;
}
::selection {
    background: #f7921e !important;
}.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
	background: #f7921e !important;
}.header .navbar-toggle {
	border-color: #f7921e !important;
}
.header .navbar-nav > li > a:hover {
	color: #f7921e !important;
}
@media (max-width: 991px) {
    .header .navbar-nav > .active > a,
    .header .navbar-nav > .active > a:hover,
    .header .navbar-nav > .active > a:focus {
        background: #f7921e !important;
    }
}
#topcontrol:hover {
    background: #f7921e !important;
}

/* move the slider section down by 45px, so they display in mobile view too */
.tp-banner-container {
	width:100%;
    top: 75px;
	position:relative;
	padding:0;
}
 
.tp-banner{
	width:100%;
	position:relative;
}

/* to position the separator line inside the slider between the text and the buttons */
@media (max-width: 991px) {
    .revolution-ch2:after {
        bottom: -10px !important;
    }
}


/* move down he sub-title too */
.call-action-v1 .call-action-v1-box {
    padding-top: 90px;
}

/* change the navbar menu colors to black and the active one to orange */
.navbar-nav a {
    color: black !important;
}
.navbar-nav .active a {
    color: #f7921e !important;
}
/* bring the navbar menus closer to each other so they are less wide */
.header .navbar-nav > li > a {
    padding-left: 10px !important;
}

/* slider's buttons' border and font color */
.btn-u.btn-brd.btn-u-light {
    color: white !important;
    background-color: #f7921e;
    font-size: 18px;
}

td {
    color: #555 !important;
    padding-left: 5px;
}

/* adjust the kiallitok list's link color */
#kiallitok_list a {
    color: #555 !important;
}
#kiallitok_list a:hover {
    color: #f7921e !important;
}
#kiallitok_list span {
    color: #555 !important;
}
#kiallitok_list span:hover {
    color: #f7921e !important;
    text-decoration: underline;
}

/* adjust the width of the stand number td column when on small screen - displaying in a single column */
@media (max-width: 991px) {
    .stand_num {
        width: 43px;
    }
}

/* styles for the helyszin section */
.helyszin {
    color: #555;
}
.helyszin a {
    color: #555 !important;
    text-decoration: underline;    
}
.helyszin a:hover {
    color: #f7921e !important;
}
.helyszin-idopont {
    color: #555;
    padding-top: 10px;
}


/* registration form */
form#registration .form-group {
    margin-bottom: 0;
    margin-top: 10px;
}
/* for big screen let's make the form label's non-bold */
@media (min-width: 991px) {
    form#registration label{
        color: #555;
        font-weight: 100;
        margin-bottom: 0;
    }
}
/* on small screens that doesn't look good, so keep them bold */
@media (max-width: 991px) {
    form#registration label{
        color: #555;
        margin-bottom: 0;
    }
}

/* the form per field validation error message */
form#registration em {
    display: block;
    margin-top: 0;
    padding: 0;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}
/* invalid field in form to show in redish color */
input.invalid {
    background: #fff0f0 !important;
}

/* step 2 of the registartion has multichoice questions, which should be unbounded height */
form#registration .multichoice {
    height: inherit;
    font-size: inherit;
    list-style-type: none;
    border: 0;
    padding-top: 0;
}
/* adjust the width of the registration explanation text showing on the top of the registration images but ONLY when the registration
images shows, alias on medium or large devices
*/
@media (min-width: 991px) {
    .registration_explanation {
        width: 500px;
    }
}


/* adjust the link color on the links in the "rolunk irtak' section */
#rolunk_irtak a {
    color: #555 !important;
    text-decoration: underline;
}
#rolunk_irtak a:hover {
    color: #f7921e !important;
}

/* center the sub-title message on the Home page */
.call-action-v1-in {
    text-align: center;
}

/* cookie control / cookie law banner */
.cookie_control {
    vertical_align: baseline;
    text-align: center;
    padding: 5px;
    background-color: rgba(223, 240, 216, 1, 0.8);
    color: #000;
}

/* to decrease the spacing between sections on the home page */
.one-page .one-page-inner section{
    padding-top: 0 !important;
    padding-bottom: 18px !important;
    min-height: 1px !important;
}


/**********************************************/
/*************** INTERNAL PAGE ****************/

/* internal page styles */
.internal_page_body {
    padding-left: 30px;
}

/* to modify the format of the labels of internal forms */
form.form .internal {
    color: #555;
}
/* styles of the registration admin page's attendee list */
.registered_attendees {
    /* used as a placeholder to identify these rows in JQuery */
}
.registered_attendees:hover .registered_attendee_cell {
    background-color: yellow;
}

/*************** INTERNAL PAGE ****************/
/**********************************************/



/**********************************************/
/************** SCROLLING IMAGES **************/
/* see https://designshack.net/articles/css/infinitephotobanner/ */

.scrolling_container {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}

.photobanner {
    height: 87px;
    width: 2805px; /* is 165x[the number of images we have, including the ones repeated (7 repeated) */
    margin-bottom: 5px;
    font-size: 0;
}

.photobanner img {
	margin-bottom: 10px;
	margin-right: 5px;
	height: 87px;
	width: 160px;
}

.photobanner img  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
.photobanner img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
 
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


/*keyframe animations*/
.leftscroll {
    -webkit-animation: bannermove 20s linear infinite;
       -moz-animation: bannermove 20s linear infinite;
        -ms-animation: bannermove 20s linear infinite;
         -o-animation: bannermove 20s linear infinite;
            animation: bannermove 20s linear infinite; /* chrome */
}

.paused{
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
         -o-animation-play-state: paused; 
            animation-play-state: paused;
}
 
@keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1650px;}
}
 
@-moz-keyframes bannermove {
 0% {margin-left: 0px;}
 100% {margin-left: -1650px;}
}
 
@-webkit-keyframes "bannermove" { /* chrome */
 0% {margin-left: 0px;}
 100% {margin-left: -1650px;}  /* is 165x[the number of images we have minus the ones repeated (7 repeated) */
}
 
@-ms-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1650px;}
}
 
@-o-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1650px;}
}

/************** SCROLLING IMAGES **************/
/**********************************************/


.regisztraljon_most {
    font-size: 24px;
}

@media (max-width: 400px) {
    .regisztraljon_most {
        font-size: 22px;
        position: relative;
        left: -30px;
    }
    .esemeny_dijmentes {
        position: absolute;
        left: -15px;
    }
}


/*********** CONFERENCE PRESENTATIONS *********/
/**********************************************/
.presentation_box {
    margin: 15px;
    padding-left: 0px;
    padding-right:0px;
}
.presentation_box:hover {
    margin: 15px;
    background-color: #F8F8F8;
}
.presentation_upper_box {
    height: 135px;
}
.presentation_title {
    font-weight: bold;
}
.presentation_title:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #f7921e;
}
.presenter_img {
    float:left;
    margin: 5px;
}
.presenter_stand {
    float:right;
    font-size: 11px;
}
.presenter {
}
.presenter_name {
}
.presenter_name:hover {
    text-decoration: underline;
    color: #f7921e;
}
.presentation_summary {
    
}
.presentation_summary_more {
    color: #f7921e !important;
}
.presentation_summary_more:hover {
    color: #f7921e !important;
    text-decoration: underline;
}
.presentation_title {
    position: relative;
    cursor: pointer;
}
/* Create tooltip on hover */
.presentation_title:hover::after {
  content: attr(data-hover);   /* pulls text from custom attribute */
  position: absolute;
  top: 100%;                  /* below the element */
  left: 0;
  width: 700px;               /* adjust display width */
  background: #FFF;
  color: #000;
  padding: 8px;
  border-radius: 4px;
  border: dotted;
  border-color: grey;
  white-space: normal;        /* allow wrapping */
  font-weight: 100;
  z-index: 10;
}
/* on small screens that doesn't look good, so keep them bold */
@media (max-width: 991px) {
    .presentation_title:hover::after{
        width:300px;
    }
}
.presentation_tabs{
    border-bottom: solid 2px #f7921e !important;
}
.presentation_tabs > .active > a{
    background: #f7921e !important;
    color: #555 !important;
}
.presentation_tabs > li > a{
    color: #555 !important;
}
.presentation_tabs > li > a:hover{
    background: #f7921e !important;
    color: #555 !important;
}
@media (min-width: 600px) {
    .presentation_time {
        width: 60px;
    }
}
@media (max-width: 600px) {
    .presentation_time {
        width: 30px;
        padding-left: 2px !important;
    }
}
@media (min-width: 600px) {
    .presentation_programchange {
        position: absolute;
        top: -35px;
        right: 20px;
        font-size: 12px;
        color: #A9A9A9;
        font-weight: normal;
    }
}
@media (max-width: 600px) {
    .presentation_programchange {
        position: absolute;
        top: -60px;
        right: 20px;
        font-size: 12px;
        color: #A9A9A9;
        font-weight: normal;
    }
}
@media (min-width: 600px) {
    .presentation_program_pdf {
        position: absolute;
        top: 30px;
        right: 0px;
        font-size: 12px;
        color: #A9A9A9;
        font-weight: normal;
    }
}
@media (max-width: 600px) {
    .presentation_program_pdf {
        position: absolute;
        top: 25px;
        right: 0px;
        font-size: 12px;
        color: #A9A9A9;
        font-weight: normal;
    }
}

/* video streaming - make its iframe responsive */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/****************/
/* position the hungarian-english flag for translation in the topbar */

/* the flags should be positioned a little bit away from the side for the desktop view */
@media (min-width: 991px) {
    .language-flags {
        margin-right:15px;
    }
}
/* for the smaller screens we need to decrease the space allocated to the top bar */
@media (max-width: 991px) {
    .topbar-language-flags {
        padding: 0!important;
    }
}

/* the orange buttons over the main slider images needs to have smaller font when viewed on the phone */
@media (max-width: 991px) {
    .btn-over-slider {
        font-size: 12px!important;
    }
}
