/*@font-face { font-family: "MoolBoran"; src: url(/fonts/moolbor.ttf); }*/
/*@font-face { font-family: "Majalla"; src: url(/fonts/majalla.ttf); }*/
@font-face { font-family: "Comic"; src: url(/fonts/comic.ttf); }

/*
/*
 * HTML5 ? Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { /*font-family: serif; */color: #222; }

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	font-family: Arial, sans-serif;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #333; text-decoration:underline}
/*a:visited { color: #551a8b; }*/
a:hover { color: #777; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img {
}
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


* {
  font-family: Arial, sans-serif; font-size:14px;
}
body {
  padding: 0px;
  margin: 0px;
}
img,a { border: 0px; outline: none;}
.row a { color: #333; }
.clear { clear: both; }
.w200 { width: 200px; }
.hiba { font-size: 11px; color: #f88; }
.cikk-kep { border: 1px solid #c7c1b2; padding: 2px; margin: 2px;}

.row { font-family: 'Roboto Condensed', sans-serif; }

.tartalom p, .side p, .tartalom td, .side td, .tartalom ul, .side ul, .tartalom li, .side li {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}
.tartalom h1, .side h1, .terkep h1, .utadatok h1, .chart h1 {
  color: #222;
	font: normal 20px;
	margin: 10px 0px 10px 0px;
}
.tartalom h2 {
  color: #222;
	font: bold 16px Verdana, Arial, sans-serif;
	margin: 10px 0px 10px 15px;
}
.tartalom table {
  margin: 10px 0px 10px 15px;
}
.tartalom a, .side a {
  color: #222;
}
.tartalom p, .side p{
	margin: 10px 15px 10px 15px;
}

.tartalom .inputhiba {
  color: #ff9a88;
  font-size: 11px;
}
.uzenet {
  background: #f1eae8; 
  padding: 20px;
  position: relative;  
  /*margin-bottom: 30px;*/
  text-align: center;
  width: 100%;
  margin: 10px auto;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow:    0px 0px 4px 2px #999;
  -webkit-box-shadow: 0px 0px 4px 2px #999;
  box-shadow:         0px 0px 4px 2px #999;
}

/*
.footerbg { background: url('../im/footerbg.png') center top repeat-x #575757; }
.footer { padding-top: 50px; padding-bottom: 40px; line-height: 40px; font-weight: 400; text-align: center; color: #fff; font-family: 'Roboto Condensed', sans-serif; }
.footer a { margin-left: 20px; color: #fff; text-decoration: underline; }
.footer a:hover { color: #bbb; }
.footer a.nomargin { margin-left: 0px; }
*/

.fb-like { /*margin-left: 20px;*/ margin-top:10px; }

.thumb {
  height: 200px;
}
div.tooltip-inner { font-size: 12px; }

.banner { display: none; background: #cc0; min-height: 60px; margin: 20px 0px; clear: both;}
.banner-left-sky { display: none; background: #cc0; width: 120px; height: 600px; position: absolute; left: -140px; top: 20px; }
.banner-right-sky { display: none; background: #cc0; width: 120px; height: 600px; position: absolute; right: -140px; top: 20px; }

.quote p { font-size: 18px; } 
.topmargin { /*margin-top: 105px;*/ margin-top:70px; /*background: url('../im/contentbg.png') center top repeat-x #fff; */}

.mainrow { padding: 20px 0px; }
.terkep {
  color: #333;
  margin: 0px 0px 0px 0px;
  /*width: 745px;*/
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
}

.flag { border: 2px solid #fff; }
.avatar { float: left; margin-right: 20px; }
.user { /* min-height: 220px; */ }
.utadatok {
  color: #333;
  /*margin: 50px 0px 20px 10px;*/
  /*min-height: 220px;*/
  /*float: left;*/
  margin: 20px 0px;
}
.utadatok h1 { font-size: 20px; }
.map-holder {
  position: relative;
}
#map-canvas {
  padding: 0px;
  border: 1px solid;
  /*height: 100%;*/
  height: 300px;
  margin: 20px 0px 5px 0px;
  padding: 0px;
}
.map-holder .map-resize {
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 3px 6px 0px 6px;
  border: 1px solid;
}

@media (max-width: 600px) {
  #map-canvas, .speed-grad, .speed-label {
    width: 90%;
  }
  .map-holder .map-resize { right: 10%; }
  .btn-modal-login, .btn-modal-remove { display: block; width: 100%; margin-bottom: 5px; }
}
@media (min-width: 600px) {
  #map-canvas, .speed-grad, .speed-label {
    width: 100%;
  }
}
.speed-grad {
  height: 5px;
  background: rgba(135,207,235,1);
  background: -moz-linear-gradient(left, rgba(135,207,235,1) 0%, rgba(135,207,235,1) 30%, rgba(30,143,255,1) 35%, rgba(30,143,255,1) 60%, rgba(0,0,205,1) 65%, rgba(0,0,205,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,207,235,1)), color-stop(30%, rgba(135,207,235,1)), color-stop(35%, rgba(30,143,255,1)), color-stop(60%, rgba(30,143,255,1)), color-stop(65%, rgba(0,0,205,1)), color-stop(100%, rgba(0,0,205,1)));
  background: -webkit-linear-gradient(left, rgba(135,207,235,1) 0%, rgba(135,207,235,1) 30%, rgba(30,143,255,1) 35%, rgba(30,143,255,1) 60%, rgba(0,0,205,1) 65%, rgba(0,0,205,1) 100%);
  background: -o-linear-gradient(left, rgba(135,207,235,1) 0%, rgba(135,207,235,1) 30%, rgba(30,143,255,1) 35%, rgba(30,143,255,1) 60%, rgba(0,0,205,1) 65%, rgba(0,0,205,1) 100%);
  background: -ms-linear-gradient(left, rgba(135,207,235,1) 0%, rgba(135,207,235,1) 30%, rgba(30,143,255,1) 35%, rgba(30,143,255,1) 60%, rgba(0,0,205,1) 65%, rgba(0,0,205,1) 100%);
  background: linear-gradient(to right, rgba(135,207,235,1) 0%, rgba(135,207,235,1) 30%, rgba(30,143,255,1) 35%, rgba(30,143,255,1) 60%, rgba(0,0,205,1) 65%, rgba(0,0,205,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87cfeb', endColorstr='#0000cd', GradientType=1 );
}

.speed-label { margin-bottom: 20px; }
/*
.speed-csik { height: 15px; padding: 0px; }
.speed-label { background: #fff; font-size: 13px; line-height: 20px; padding-right: 10px;}
*/
#utvonalak { width: 100%; }

.tabs { margin-bottom: 20px; }
#chart-tab {
  width: 100%;
  height: 300px;
  position: relative;
  /*margin: 20px -10px;*/
}
#photo-tab { display: none; margin: 20px 0px; }

.indexdoboz { text-align: center; color: #333; margin: 0px auto 20px auto; padding-top: 30px; padding-bottom: 40px;}
.indexdoboz img { margin: 1px auto; }
.indexdoboz p { margin: 1px auto; }

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
    
.brief-user { position: relative; margin-bottom: 30px; }
.brief-user h3 { color: #333; font-size: 1.3em; font-weight: 600; height: 2em; position: relative; top: 0; overflow: hidden; }
/*.briefcikk p { text-align: center; }
.briefcikk .btn-reszlet { margin: 10px auto; }*/
.brief-user .img { position: relative; }
.brief-user .img span { position: absolute; bottom: 0px; left: 2px; font-size: 1.2em; background: rgba(0,0,0,0.5); color: #fff; width: 100%; text-align: right; padding-right: 10px; overflow: hidden; }     
@media (max-width: 800px) {
  .brief-user .img span { font-size: 0.9em; }
}

.baratgomb { }

.ut-brief { }
.static-map { float: left; width: 140px; margin-right: 20px; }
.ut-brief-szoveg {}

.username { float: left; max-width: calc(100% - 145px); max-width: -moz-calc(100% - 145px); max-width: -webkit-calc(100% - 145px); }
.username .name { font-size: 1.8em; }
.userdata { margin: 20px 0px; clear: both; float: left; /*margin-right: 30px; */}
.datalabel { clear: both; float: left; width: 30px; text-align: center; line-height: 30px; }
.datacontent { float: left; margin-left: 5px; line-height: 30px; }

.utvonalak { clear: both; background: #e6e6e6; width: 100%; margin: 0px 0px; /*min-height: 300px; max-height: 450px; overflow: hidden; */position: relative; }
.utvonalak p { font-weight: bold; font-size: 1.2em; padding: 5px 10px; }
.ut-row, .ut-row-header { clear: both; background: #e6e6e6; cursor: pointer; }
.ut-row .ut-nev, .ut-row-header .ut-nev { width: 60%; float: left; padding: 5px 10px; }
.ut-row .ut-km, .ut-row-header .ut-km { width: 20%; float: left; text-align: right; padding: 5px 10px; }
.ut-row .ut-kep, .ut-row-header .ut-kep { width: 20%; float: left; text-align: center; padding: 5px 10px; }
.ut-row-header { font-size: 1.4em; }
.ut-row-active, .ut-row-active .ut-nev, .ut-row-active .ut-km, .ut-row-active .ut-kep { background: #c73d40; color: #fff; }
.ut-row-active a { color: #fff; }

.tab-button { float: left; line-height: 30px; color: #333; padding: 0px 10px; border: 1px solid #ddd; cursor: pointer; font-size: 1.3em; }
.tab-button-disabled { float: left; line-height: 30px; color: #aaa; padding: 0px 10px; border: 1px solid #ddd; cursor: pointer; font-size: 1.3em; cursor: default; }
.tab-button:hover { color: #c73d40; }
ul.gyik > li { margin-top: 20px; }
.kerdes { padding-top: 20px; font-size: 20px; }
#kinekajanljuk, #login-success, #login-fail, #utadatmod-fail, #utadatmod-success { display: none; }

/* garazs */
.tipus-select { width: 120px; overflow: hidden; }
.gyarto-select { width: 160px; overflow: hidden; }
.evjarat-select { width: 120px; }
.bikeimage-text { width: 50px; }    

.act-event { border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 30px; clear: both; padding: 10px; background: #f5f5f5; }
/*.act-event .szoveg { display: block; float: left; }*/
.act-event .h4 { display: block; border: 1px solid #aaa; }
/*.act-img-left { margin-right: 20px; float: left; }*/
/*.act-img-right { margin-left: 20px; height: 160px; float: right; }*/
.act-adatok { display: block;}

@media (max-width: 768px) {
  /*.act-event h4 { float: right; }*/
  /*.act-img-right { width: 400px; height: 400px; clear: left; float: none; }*/
  /*.act-img-left { width: 400px; }*/
}
@media (min-width: 769px) {
  /*.act-event h4 { float: right; }*/
  /*.act-img-right { width: 400px; height: 400px; clear: left; float: right; }*/
  /*.act-img-left { width: 100px; }*/
}
@media (max-width: 1200px) {

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        max-height: 440px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
		padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-default .navbar-brand {/*max-width:80%*/max-width:70%}
	.navbar-header {/*min-height:105px*/ min-height:70px;}
	
	.footer .navbar-nav>li>a {
		padding:10px 5px !important;
    }
}

/* garazs */
.stilus_id, .gyarto_id, .garazs_tipus, .evjarat, .default_bike, .garazs_kep { float: left; }
.default_bike { text-align: center; margin-top: -4px; }
.default_bike_input { margin:0px 10px; }
.garazs_kep_filename { width: 100px; }
.garazs_kep { /*border: 1px solid;*/ }
.garazs_buttons { float: right; }
.garazs_tipus_input { width: 100%; }

@media (max-width: 768px) {
  .gyarto_id {
    float: none;
    width: 100%;
    clear: both; 
  }
  .gyarto_id_input { width: 100%; }
  .default_bike { width: 20%; }
  .evjarat { width: 30%; }
  .default_bike_input { padding: 0px; }
  .garazs_tipus { width: 50%; }
  .garazs_kep { width: 50%; }
}

@media (min-width: 769px) {
  .default_bike { padding: 0px 10px; }
  .garazs_kep { width: 400px; }
}
@media (min-width: 1201px) {
  .default_bike { padding: 0px 10px; }
  .garazs_kep { width: 320px; }
}
.like-box { margin-bottom: 30px; }
.like { cursor: pointer; }

/*.hsz { border: 1px solid #ccc; border-radius: 4px; padding: 3px; margin-bottom: 20px; }*/
.hsz { margin-bottom: 20px; }
.hsz-avatar { float: left; margin-right: 20px;}
.hsz-mint { /*height: 60px; line-height: 60px; */font-size: 17px; margin-top: 10px; display: inline; line-height: 20px; }
.moder { float: right; margin: 0px 10px; cursor: pointer; /*line-height: 40px; padding-top: 10px;*/ }
.replyto { float: right; margin: 0px 10px; cursor: pointer; /*line-height: 40px; padding-top: 10px;*/ }

.hsz-area { clear: both; width: 100%; border-radius: 6px; border: 1px solid #ddd; }
/*.hsz-textarea { border: 0px; width: 100%;}*/
.hsz-indent { margin: 5px; }
.hsz-header { clear: both; background: #e6e6e6; border-radius: 6px; border: 1px solid #ddd; }
.hsz-elozmeny { clear: both; margin-top: 10px; font-size: 0.9em; color: #666; }
.updatedby { font-style: italic; color: #999; margin-top: 10px; font-size: 0.8em; }

.rotate-180 { margin-top: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.navbar-collapse {
  max-height: none; 
}




/**************************/
@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {

}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
  box-sizing: content-box;
}
#header {
	background-image: url('/images/header_bg.jpg');
	height: 80vh;
	min-height: 390px;
	background-size: cover;
	background-position: center center;
}
.device {
	clear: both;
	margin-left: 0;
	height: auto;
	margin-top: 0px;
  box-sizing: content-box;
}
.quote {
	width: 100%;
	font-size: 15px;
	padding-top: 16px;
}
.headline {
	top: 15%;
	position: absolute;
	width: 87%;
	text-align: center;
	display:block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gridContainer.clearfix .fluid.quote img {
}
.quoteImg {
	float: right;
	vertical-align: center;
	position: relative;
	top: 0px;
	width: 30%;
}
.HeadlineTitle {
	color: #FFFFFF;
	font-weight: 700;
	background-color: #000000;
	font-size: 20px;
	left: 0px;
	-webkit-box-shadow: 10px 0px 0px #000000,-10px 0px 0px #000000;
	box-shadow: 10px 0px 0px #000, -10px 0px 0px #000;
	box-decoration-break: clone;
	line-height: 30px;
	text-align: center;
}
.deviceimg  {
	position: relative;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	display: block;

}

.headline a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #00b3fd;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	display: block;
	width: 140px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

}

.headline a:hover {
	background-color: #42C7FF;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.device {
	clear: both;
	margin-left: 0;
	height: auto;
	margin-top: -60px;
}
.quote {
width: 100%;
font-size:18px;
}
.quoteImg {
	float: right;
	vertical-align: bottom;
	position: relative;
	top: -80px;
	width: auto;
}
.headline {
	width: 90%;
	text-align: left;
	min-height: 200px;
	top: 90px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.headline a {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 5px;
	background-color: #00b3fd;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	display: block;
	width: 170px;
	text-align: center;
	margin-bottom: 20px;
	

}
.headline a:hover {
	background-color: #42C7FF;
}
.HeadlineTitle {
	color: #FFFFFF;
	font-weight: 700;
	background-color: #000000;
	font-size: 30px;
	left: 0px;
	-webkit-box-shadow: 10px 0px 0px #000000,-10px 0px 0px #000000;
	box-shadow: 10px 0px 0px #000, -10px 0px 0px #000;
	box-decoration-break: clone;
	line-height: 45px;
	text-align: center;
}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.device {
	margin-left: 1.6949%;
	clear: none;
	width: 49.1525%;
	margin-top: -500px;
	overflow: hidden;
	margin-right:-6.5%;
	padding-right:6.5%;
	padding-top:8%;
}
.quote {
width: 49.1525%;
}
.headline {
	width: 40.6779%;
	text-align: left;
	max-width:640px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.deviceimg  {
	position: relative;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	top: 15%;
	overflow: hidden;
}
.HeadlineTitle {
	color: #FFFFFF;
	font-weight: 700;
	background-color: #000000;
	font-size: 40px;
	left: 0px;
	-webkit-box-shadow: 10px 0px 0px #000000,-10px 0px 0px #000000;
	box-shadow: 10px 0px 0px #000, -10px 0px 0px #000;
	box-decoration-break: clone;
	line-height: 60px;
	text-align: left;
}
#header {
	background-image: url('/images/header_bg.jpg');
	height: 80vh;
	min-height: 600px;
	background-size: cover;
	background-position: center center;
}
.headline a {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 5px;
	background-color: #00b3fd;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	display: block;
	width: 220px;
	text-align: center;
	margin-bottom: 20px;
	margin-left:-10px

}
.headline a:hover {
	background-color: #42C7FF;


}
}
/**************************/




.comic, .comic span { font-family: "Comic", "Comic Sans MS", "Comic Sans", cursive; /*font-size:30px !important;*/ }
.comic a { font-size:16px !important; }
.comic span { font-size:26px; line-height:150%; }
.navbar-default { background:#000; border:none; }
.navbar-default .navbar-brand {color:#fff; text-align:right; padding:10px 15px !important; }
.navbar-default .navbar-nav>li>a { color:#fff; }
.navbar-default .navbar-nav>li>a>span { border-bottom:3px solid transparent; font-size:18px; }
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {color:#eee}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color:#eee}
.navbar-default .navbar-nav>li>a>span:focus, .navbar-default .navbar-nav>li>a>span:hover {border-bottom-color:#fff}
.navbar-collapse {/*padding-top:30px*/ padding-top:10px;}
.navbar-right {/*padding-bottom:25px*/ padding-bottom:10px;}

@media (min-width: 768px) {
	.navbar-nav > li > a { padding:15px 10px; }
}

.appdownload {line-height:112px;white-space:nowrap}
.appdownload * {font-size:110%}
@media (max-width: 991px) {
	.appdownload {line-height:initial;white-space:initial;padding-top:10px;padding-bottom:10px}
	
}


/*facebook gomb*/
.btn3_w_icon.icon_facebook:hover, .btn3_w_icon.icon_facebook:hover span {
    background-color: #4c69ba;
    background-color: -webkit-gradient(linear,center top,center bottom,from(#4c69ba),to(#3b55a0));
    background-color: -webkit-linear-gradient(#4c69ba,#3b55a0);
}

.btn3_w_icon.icon_facebook, .btn3_w_icon.icon_googleplus {
    width: 223px;
}

.btn3_w_icon.icon_facebook { color:#4c69ba; text-decoration:none; }

.btn3_w_icon:hover {
    background-color: transparent;
}

.icon_facebook {
    background-image: url(/images/design/facebook.png);
    background-repeat: no-repeat;
    background-color: #4c69ba;
    background-color: -webkit-gradient(linear,center top,center bottom,from(#4c69ba),to(#3b55a0));
    background-color: -webkit-linear-gradient(#4c69ba,#3b55a0);
}

.btn3_w_icon {
    font-weight: 700;
    vertical-align: middle;
    border-radius: .3em;
    border: 3px solid;
    height: auto;
    min-height: 32px;
    background-position: 3px center;
    padding: 0 0 0 36px;
    display: inline-block;
    text-decoration: none;
}

.btn3_w_icon span {
    background: #FFF;
    padding: 10px;
    display: block;
    font-size: 15px;
    text-align: center;
}

.btn3_w_icon.icon_facebook:hover, .btn3_w_icon.icon_facebook:hover span {
    background-color: #4c69ba;
    background-color: -webkit-gradient(linear,center top,center bottom,from(#4c69ba),to(#3b55a0));
    background-color: -webkit-linear-gradient(#4c69ba,#3b55a0);
}
	
.btn3_w_icon:hover span {
    background: #9f001b;
    color: #FFF;
}

#infoszoveg_dialog {position:relative;top:85px;}
#infoszoveg_dialog .box_accept {
    padding-left: 81px;
    font-size: 200%;
}
.box_accept {
    margin: 20px 0;
    padding: 20px 15px 20px 88px;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    background: #FFF url(/images/design/style/icon_accept_48.png) no-repeat 20px center;
    x-behavior: url(/css/PIE/PIE.php);
    border-bottom-width: 2px;
}


/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  /*line-height: 22px;*/
  line-height:1.8;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-tagsinput {
    /*width: 100%;*/
}

.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}





/* bootstrap modal scroll hack*/
.modal-open {
    overflow: initial;
    padding-right: 0!important;
}

.bootstrap-tagsinput .label {margin:0 0.3em 0 0;background: none;color: inherit;font-weight: inherit;border:1px solid}
.bootstrap-tagsinput .tag {color:inherit;border:1px solid}

a.btn:not(.btn-xs):not(.btn-sm), button.btn { text-decoration:none; /*font-size:16px !important;*/ line-height:normal; padding:8px 12px; }
a.list-group-item { text-decoration:none; padding:10px; }

.navbar a { text-decoration:none; font-size:18px !important; }
.navbar.comic a span { font-size:22px !important; line-height:25px; }

#endless_scroll_marker {display:none}

.userlistitem {clear:both; min-height:110px;}
.userlistitem img {float:left;margin-right:10px}
.userlistitem h3 { margin:0px 0px 5px !important; }
.userlistitem h3 a { font-size:20px !important; }
.userlistitem a { text-decoration:none; }



/* CHAT */

.mtop5 { margin-top:5px !important; }
.mright10 { margin-right:10px !important; }

.userstatus { font-size:12px; line-height:14px; margin-left:20px; display:none; }
.userstatus_lista { font-size:12px; line-height:14px; margin-top:5px; display:none; }
.userstatus i, .userstatus_lista i { vertical-align:middle; }
.userstatus i.fa-desktop, .userstatus_lista i.fa-desktop { font-size:14px; }
.userstatus i.fa-mobile, .userstatus_lista i.fa-mobile { font-size:18px; }

.listainfo { clear:both; background-color:#eee; padding:5px; border:1px solid #dadada; }

.message-pane-wrapper { background-color:#fefefe; bottom:0; clear:both; font-size:13px; height:auto; max-height:300px; left:0; overflow:auto; padding:0 5px; right:0; top:0; width:auto; }
.message-pane { padding-top:1px; padding-left:0; list-style:outside none none; }
.message-pane li { cursor:default; clear:both; padding-bottom:10px; }
.message-pane small { color:#a00; display:block; font-size:10px; line-height:20px; margin:8px 0 0; padding:0 5px; float:right; text-align:center; }
.message-pane li > div { line-height:150%; /*padding:2px 0 2px 130px;*/ word-wrap:break-word; }
.message-pane .label {
    color: black;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: -130px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    width: 110px;
}

.message-pane .spacer {
    color: #aaa;
    float: left;
    font-weight: bold;
    margin-left: -14px;
}

.message-form-wrapper {
    background-color: white;
    bottom: 0;
    left: 0;
    margin-right: 0px;
    right: 0;
}


.message-avatar { border-radius:50%; vertical-align:text-top; }
.message-bubble { position:relative; display:inline-block; max-width:730px; margin-left:10px; padding:5px !important; background-color:#9f001b; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; vertical-align:text-top; color:#FFF; }
.message-bubble:after { content:''; position:absolute; border-style:solid; border-width:5px 5px 5px 0; border-color:transparent #9f001b; display:block; width:0; z-index:1; left:-5px; top:10px; }
.message-time { font-size:11px; color:#dea7b0; }

.selfmsg .message-bubble { background-color:#ddd !important; color:inherit !important; }
.selfmsg .message-bubble:after { border-color:transparent #ddd; !important; }
.selfmsg .message-time { color:#888; }

.infomsg .message-bubble { background-color:#FFF !important; border:2px solid #9f001b !important; color:inherit !important; }
.infomsg .message-bubble:after { border-color:transparent #FFF; !important; }
.infomsg .message-bubble:before { content:''; position:absolute; border-style:solid; border-width:6px 6px 6px 0; border-color:transparent #9f001b; display: block; width:0; z-index:0; left:-8px; top:9px; }
.infomsg .message-time { color:#999; }

.log { padding:0px 0px 5px 40px; }

.seen { padding:2px 0px 5px 45px; font-size:11px; color:#999; }

#idopontmegadas_form .tbl_dialog {
  width:100%;
  margin:0 auto;
}

.hidden {
    display:none !important;
}

#akcio_panel .btn_zold {
    margin: 0px 0px 0px 0px; 
}
#akcio_panel .btn_piros {
    margin: 0px 0px 0px 10px; 
}

.countdown {
    color: #9f001b;
    /*float: right;*/
    font-size: 33px;
    text-align: center;
}

#akcio_panel .tbl_dialog {
    display: block;
}

#akcio_panel .tbl_dialog div {
    display: inline-block;
    margin: 10px 10px;
    vertical-align:middle;
}

#akcio_panel .datepicker { width:86px; }

.sumbit-wrapper{ width:auto; display:inline-block; margin:0 auto; }

.w20 { width: 20%; }
.w25 { width: 21%; }
.w33 { width: 27%; }
.w50 { width: 46%; }
.w100 { width: 100%; }

.w250 { width: 250px; }
.w190 { width: 190px; }



/* INNEN DZSOZI CUCCAI */
.container, .navbar-header, #pagecontent, #bottom_info { min-width:325px; }
.icon-beta { margin:5px 0px 0px 5px; }

#spacer { height:75px; }

#pagecontent { /*margin-bottom:107px;*/ margin-bottom:51px; }

.footer { position:fixed; bottom:0; left:0; right:0; z-index:9; }
#bottom_info { padding:10px; background-color:#eee; }
#bottom_info * { font-size:12px !important; color:#333 !important; }

/*#esemenyek h3,*/ #albumok h3, #utvonalak h3 { margin:5px 20px 0px 0px; display:inline-block; font-weight:bold; font-size:20px !important; }
#esemenyek h4 { margin:0px; display:inline-block; }
/*#esemenyek h4.meghirdeto,*/ #albumok h4.letrehozo, #utvonalak h4.letrehozo { float:right; line-height:22px; margin:10px 0px 0px; font-size:14px !important; }
#esemenyek h4.meghirdeto span:hover, #albumok h4.letrehozo span:hover, #utvonalak h4.letrehozo span:hover { text-decoration:underline; }
#albumok h4.letrehozo i, #utvonalak h4.letrehozo i { margin-right:5px; }
#esemenyek p.list-group-item-text.last { margin-top:10px; }
#esemenyek .tags { margin-top:10px; }
#esemenyek .tags strong { font-size:inherit !important; }
#esemenyek .list-group-item-text { font-size:14px !important; }
#esemenyek .zartkoru { font-size:12px !important; margin:0px 20px 0px 0px; padding:5px; display:inline-block; }
/*#esemenyek .alert { padding:5px; margin:10px 0px 0px; font-size:14px; }*/
/*#esemenyek .panel { padding:2px 5px; margin:2px 0px 2px 5px; font-size:14px; display:inline-block; line-height:normal; vertical-align:text-top; }*/
#esemenyek .list-group-item:hover { background-color:transparent; }
#esemenyek a { padding-left:0px; }
#esemenyek a:hover h3 { text-decoration:underline; }
#esemenyek table { border-left:5px solid #fff; }
#esemenyek .list-group-item { border:none; padding:10px 0px; }

#esemenyek .panel { border-radius:0; border-left-width:5px; box-shadow:none; }
#esemenyek .panel.panel-default .panel-heading { background-color:#ddd; }
#esemenyek .panel-heading { line-height:20px; text-decoration:none !important; }
#esemenyek .panel-heading button { margin:0px; }
#esemenyek .panel-heading button strong { font-size:inherit !important; }
/*#esemenyek .panel-body { padding:0px 15px; }
#esemenyek .panel-body .col-md-10 { padding-top:15px; padding-bottom:15px; }*/
#esemenyek .panel-footer { margin:0px; background-color:#fff; padding:0px; border:none; border-radius:0; }
#esemenyek .panel-footer.alert { background-color:#ff3656; color:#fff; padding:10px 15px; font-weight:bold; /*border-top:1px solid #ebccd1; border-left:none; border-right:none; border-bottom:none;*/ }
#esemenyek .panel-footer.info { padding:10px 15px; }
#esemenyek .panel-footer button { margin:0px; border-radius:0px; border-bottom:none; }
/*#esemenyek .panel-footer .btn-group button:first-child { border-top-left-radius:0px; }
#esemenyek .panel-footer .btn-group button:last-child { border-bottom-right-radius:0px; }*/
#esemenyek h3.title { font-weight:bold; font-size:18px; margin:0px; }
#esemenyek h4.meghirdeto { font-size:14px; margin-top:10px; }
#esemenyek h4.meghirdeto i { margin-left:10px; }
/*#esemenyek img.img-mobile { width:100%; height:70px; margin-bottom:10px; }*/
/*#esemenyek .img-mobile { height:85px; background-position:center center; background-repeat:no-repeat; background-size:100% auto; margin-bottom:10px; }*/
#esemenyek .img-mobile { height:85px; margin-bottom:10px; overflow:hidden; vertical-align:middle; text-align:center; }
#esemenyek .img-mobile img { width:100%; height:auto; margin-top:-45%; }

@media (min-width:768px) {
	#esemenyek { padding-left:50px; padding-right:50px; }
}

@media (max-width:767px) {
	#esemenyek .panel-title b { font-size:12px !important; }
	/*#esemenyek h3.title { font-size:20px; }*/
}

.esemeny_tbl { border:1px solid #f3f3f3; border-left:5px solid #f3f3f3 !important; border-top:none; }
.esemeny_tbl .esemeny_tbl_header { background-color:#f3f3f3; padding:10px; }
.esemeny_tbl .esemeny_tbl_header .tags .btn { margin:0px; }
.esemeny_tbl .info { border-right:1px solid #f3f3f3; }
.esemeny_tbl td { padding:10px; }
.esemeny_tbl_sub td { padding:0px; }

a.portfolio-item {text-decoration:none;padding-left:0}

/*
.reagalas-1 { background-color:#eff8ef; border-left:5px solid #5cb85c !important; }
.reagalas-2 { background-color:#eff9fc; border-left:5px solid #5bc0de !important; }
.reagalas-3 { background-color:#fef7ed; border-left:5px solid #f0ad4e !important; }
.esemeny-elmult { background-color:#f5f5f5; border-left:5px solid #d9534f !important; }
.esemeny-zart { border-left:5px solid #d9534f !important; }
*/

.reagalas-1 .panel { border-color:#5cb85c #ddd #ddd #5cb85c; background-color:#eff8ef; }
.reagalas-1 .panel-heading { background-color:#5cb85c !important; color:#fff; }
.reagalas-2 .panel { border-color:#337ab7 #ddd #ddd #337ab7; background-color:#eff9fc; }
.reagalas-2 .panel-heading { background-color:#337ab7 !important; color:#fff; }
.reagalas-3 .panel { border-color:#f0ad4e #ddd #ddd #f0ad4e; background-color:#fef7ed; }
.reagalas-3 .panel-heading { background-color:#f0ad4e !important; color:#fff; }

/*.reagalas-3 table { border-left:5px solid #f0ad4e !important; background-color:#fef7ed; }
.reagalas-3 .esemeny_tbl_header { background-color:#f0ad4e; color:#fff; }*/

.esemeny-folyamatban .panel { border-color:#ffff55 #ddd #ddd #ffff55; }
.esemeny-folyamatban .panel-heading { background-color:#ffff55 !important; }
.esemeny-elmult .panel { border-color:#ff3656 #ddd #ddd #ff3656; background-color:#f5f5f5; }
.esemeny-elmult .panel-heading { background-color:#ff3656 !important; color:#fff; }
.esemeny-zart .panel { border-color:#d9534f #ddd #ddd #d9534f; }
.esemeny-zart .panel-heading { background-color:#d9534f !important; color:#fff; }
.esemeny-torolt .panel { border-color:#ff0000 #ddd #ddd #ff0000; }
.esemeny-torolt .panel-heading { background-color:#ff0000 !important; color:#fff; }

/*.reagalas-1 td.info, .reagalas-2 td.info, .reagalas-3 td.info, .esemeny-elmult td.info, .esemeny-zart td.info { padding:5px 10px 5px 10px; }*/
button.gurulas-reagal-lista { /*margin:2px 0px 2px 5px; padding:2px 5px;*/ /*vertical-align:text-top;*/ vertical-align:middle; }

/*#keresoform label:not(.search_meddig) { display:inline-block; width:80px; }*/
#keresoform label.kotojel { display:inline-block; width:14px; text-align:center; }
#keresoform input.input-date { max-width:120px; display:inline-block; }
#keresoform select { width:100%; display:block; box-sizing: border-box; }
/*#keresoform input { width:100%; max-width:360px; display:inline-block; }*/

#tagok button.remove-friend, #tagok button.accept-friend { margin-top:5px; }

.btn-primary { background-color:#d5f9bb !important; border-color:#62a534 !important; color:#231F20 !important; }
.btn-primary:hover { background-color:#62a534 !important; border-color:#62a534 !important; color:#fff !important; }
.btn-danger { color:#fff !important; }
.btn-sm, .btn-xs { text-decoration:none; }
.btn-sm { font-size:14px; padding:2px 10px !important; }
.btn-xs { font-size:11px !important; padding:1px 5px !important; line-height:1.5 !important; }
.btn-default-invert { background-color:#333 !important; color:#fff !important; border-color:#000 !important; }
.btn-default-invert:hover { background-color:#e3e3e3 !important; color:#333 !important; }

.bootstrap-tagsinput { width:100% !important; max-width:100% !important; word-break:break-all; }

.navbar-default .navbar-nav>.open>a { background-color:#858383 !important; color:#fff !important; }


h1.esemeny_title { font-size:24px; font-weight:bold; display:inline-block; vertical-align:text-top; /*margin:15px 40px 0px 0px;*/ margin:0px 40px 0px 0px; }
h3.meghirdeto { font-size:16px; line-height:26px; display:inline-block; vertical-align:text-top; /*margin:15px 0px 0px;*/ margin:0px; float:right; }
h3.meghirdeto a { text-decoration:none; }
h4.esemeny_datum { margin:10px 0px 0px; }
h4.esemeny_helyszin { /*margin:0px 0px 10px;*/ margin:0px; }
h4.esemeny_helyszin_2 { margin:0px; }
/*h5, h5 em { font-size:18px; }*/
h6 { font-size:12px; }
/*.esemeny_item .meghirdeto { float:right; line-height:39px; }*/
.esemeny_item .tags strong, .album_item .tags strong { font-size:inherit !important; }
.esemeny-adatlap-tags { text-align:right; }

#img_promo { float:left; margin:0px 10px 15px 0px; max-width:50%; }

.fb_url, .esemeny_url { margin-top:10px; }
.fb_url i { color:#3b5998; }

table.tbl_1 td { padding-right:10px; }

.tags .btn { margin:0px 5px 5px 0px; }

input.form-control, select.form-control { /*height:34px !important;*/ /*font-size:14px !important;*/ }
textarea.form-control { font-size:14px !important; }
input[type="file"] { font-size:14px !important; }

.ui-datepicker { z-index:1000 !important; max-width:80%}
.ui-widget-overlay { z-index:1100 !important ;}
.ui-dialog { z-index:1101 !important ;}
.ui-widget button { font-family: Arial, sans-serif !important; }
/*.ui-tooltip { font: bold 20px "Majalla", Arial, Sans-Serif !important; }*/
.ui-autocomplete { z-index:1100 !important; }
.ui-dialog .ui-dialog-buttonpane { border:none !important; }

a[data-toggle="tab"] { text-decoration:none; }

.navbar .active { border-bottom:3px solid #fff !important; }

.footer { background-color:#000; color:#fff; margin-top:20px; }
.footer .navbar { margin-bottom:0px; min-height:0 !important; }
.footer .navbar a span { font-size:14px !important; }
.footer .navbar-nav { float:right !important; margin:0px; }
.footer .navbar-collapse { border:none; padding:0px; }
.footer .navbar-right { padding:0px; float:right; }
.footer .nav>li { display:inline-block; }

.kateg-fejlec h1 { font-size:20px !important; }

a.user-info, span.user-info { cursor:pointer; }

img.esemeny_vege_pecset { position:absolute; top:20%; right:35%; -ms-transform:rotate(-7deg); -webkit-transform:rotate(-7deg); transform:rotate(-7deg); z-index:5; }

.box-video { text-align:center; padding-bottom:20px; }
.video { float:none; clear:both; width:100%; position:relative; padding-bottom:56.25%; padding-top:25px; height:0; }
.video iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

span.label-default-invert { background-color:#fff !important; border:1px solid #777 !important; color:#777; }

@media (min-width:970px) {
	#modal-img-promo .modal-dialog { width:900px; }
}

@media (max-width:970px) {
	#img_promo { float:right; margin:0px 00px 10px 10px; }
	.esemeny-adatlap-tags { text-align:left; }
}

@media (max-width:768px) {
	img.esemeny_vege_pecset { top:40%; right:10%; }
}

@media (max-width:400px) {
	.navbar-header { min-height:80px; }
	.navbar-brand { padding:5px 15px; text-align:left !important; }
	.navbar-brand img { margin-top:0px !important; }
}

@media (max-width:480px) {
	#spacer { height:85px; }
	/*#keresoform label { width:auto; }*/
	#keresoform input.datepicker { max-width:120px; display:inline-block; }
	#keresoform input.datepicker { max-width:120px; display:inline-block; }
	#keresoform .keresogomb { text-align:center; }
	
	h1.esemeny_title { display:block; margin-right:0px; font-size:24px; }
	h3.meghirdeto { line-height:inherit; margin-top:0px; display:block; float:none; }
	
	.navbar a { font-size: 15px !important; }
	.comic span { font-size:18px; line-height:100%; }
	
	.resztvevok_szama { line-height:normal !important; }
	.fb_url, .esemeny_url { text-align:center; }
	
	.icon-beta { width:55px; height:auto; /*margin-top:20px;*/ }
	
	img.esemeny_vege_pecset { width:250px; height:30px; top:50%; right:10px; }
}

@media (max-width: 1200px) {
	.footer .navbar-nav { float:none !important; }
	/*#esemenyek h3 { margin:5px 0px 0px 0px; }*/
	#esemenyek h4.meghirdeto { float:none; line-height:inherit; display:block; }
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

#toast-container>div.toast-noicon{padding:15px 15px 15px 15px;background-color:#51a351}
 

/** albumok dolgai **/
.portfolio-item {padding-bottom:15px}

.portfolio-item h3 {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgcoll {margin-top:20px}

.imgcoll_5  .imgcoll_item_1 {width:50%;float:left}
.imgcoll_5  .imgcoll_item_2 {width:50%;float:left}
.imgcoll_5  .imgcoll_item_3 {width:33.3333%;float:left}
.imgcoll_5  .imgcoll_item_4 {width:33.3333%;float:left}
.imgcoll_5  .imgcoll_item_5 {width:33.3333%;float:left}
.imgcoll_5  img {border:2px solid #fff;border}
.imgcoll_5  .imgcoll_item_1 img {border-style: none solid solid none}
.imgcoll_5  .imgcoll_item_2 img {border-style: none none solid solid}
.imgcoll_5  .imgcoll_item_3 img {border-style: solid solid none none}
.imgcoll_5  .imgcoll_item_4 img {border-style: solid solid none solid}
.imgcoll_5  .imgcoll_item_5 img {border-style: solid none none solid}
.imgcoll_5  .imgcoll_item_5 a {display:block;position:relative;}

.imgcoll_5_v  .imgcoll_item_1 {width:60%;float:left}
.imgcoll_5_v  .imgcoll_item_2 {width:40%;float:left}
.imgcoll_5_v  .imgcoll_item_3 {width:40%;float:right}
.imgcoll_5_v  .imgcoll_item_4 {width:60%;float:left}
.imgcoll_5_v  .imgcoll_item_5 {width:40%;float:left}
.imgcoll_5_v  img {border:2px solid #fff;border}
.imgcoll_5_v  .imgcoll_item_1 img {border-style: none solid solid none}
.imgcoll_5_v  .imgcoll_item_2 img {border-style: none none solid solid}
.imgcoll_5_v  .imgcoll_item_3 img {border-style: solid none solid solid}
.imgcoll_5_v  .imgcoll_item_4 img {border-style: solid solid none none}
.imgcoll_5_v  .imgcoll_item_5 img {border-style: solid none none solid}
.imgcoll_5_v  .imgcoll_item_5 a {display:block;position:relative;}

.imgcoll_4  .imgcoll_item_1 {width:100%;float:left}
.imgcoll_4  .imgcoll_item_2 {width:33.3333%;float:left}
.imgcoll_4  .imgcoll_item_3 {width:33.3333%;float:left}
.imgcoll_4  .imgcoll_item_4 {width:33.3333%;float:left}
.imgcoll_4  img {border:2px solid #fff;border}
.imgcoll_4  .imgcoll_item_1 img {border-style: none none solid none}
.imgcoll_4  .imgcoll_item_2 img {border-style: solid solid none none}
.imgcoll_4  .imgcoll_item_3 img {border-style: solid solid none solid}
.imgcoll_4  .imgcoll_item_4 img {border-style: solid none none solid}


.imgcoll_4_v  .imgcoll_item_1 {width:75.1069%;float:left}
.imgcoll_4_v  .imgcoll_item_2 {width:24.7%;float:left}
.imgcoll_4_v  .imgcoll_item_3 {width:24.7%;float:left}
.imgcoll_4_v  .imgcoll_item_4 {width:24.7%;float:left}
.imgcoll_4_v  img {border:2px solid #fff;border}
.imgcoll_4_v  .imgcoll_item_1 img {border-style: none solid none none}
.imgcoll_4_v  .imgcoll_item_2 img {border-style: none none solid solid}
.imgcoll_4_v  .imgcoll_item_3 img {border-style: solid none solid solid}
.imgcoll_4_v  .imgcoll_item_4 img {border-style: solid none none solid}


.imgcoll_3  .imgcoll_item_1 {width:100%;float:left}
.imgcoll_3  .imgcoll_item_2 {width:50%;float:left}
.imgcoll_3  .imgcoll_item_3 {width:50%;float:left}
.imgcoll_3  img {border:2px solid #fff;border}
.imgcoll_3  .imgcoll_item_1 img {border-style: none none solid none}
.imgcoll_3  .imgcoll_item_2 img {border-style: solid solid none none}
.imgcoll_3  .imgcoll_item_3 img {border-style: solid none none solid}

.imgcoll_3_v  .imgcoll_item_1 {width:66.7896%;float:left}
.imgcoll_3_v  .imgcoll_item_2 {width:33.21%;float:left}
.imgcoll_3_v  .imgcoll_item_3 {width:33.21%;float:left}
.imgcoll_3_v  img {border:2px solid #fff;border}
.imgcoll_3_v  .imgcoll_item_1 img {border-style: none solid none none}
.imgcoll_3_v  .imgcoll_item_2 img {border-style: none none solid solid}
.imgcoll_3_v  .imgcoll_item_3 img {border-style: solid none none solid}


.imgcoll_2  .imgcoll_item_1 {width:50%;float:left}
.imgcoll_2  .imgcoll_item_2 {width:50%;float:left}
.imgcoll_2  img {border:2px solid #fff;border}
.imgcoll_2  .imgcoll_item_1 img {border-style: none solid none none}
.imgcoll_2  .imgcoll_item_2 img {border-style: none none none solid}

.imgcoll_2_v  .imgcoll_item_1 {width:50%;float:left}
.imgcoll_2_v  .imgcoll_item_2 {width:50%;float:left}
.imgcoll_2_v  img {border:2px solid #fff;border}
.imgcoll_2_v  .imgcoll_item_1 img {border-style: none solid none none}
.imgcoll_2_v  .imgcoll_item_2 img {border-style: none none none solid}

.imgcoll_more {position:absolute;left:0;top:0;bottom:0;right:0;}
.imgcoll_moret {display:table;width:100%;height:100%;border:2px transparent solid;border-style:solid none solid solid;border-collapse:collapse}
.imgcoll_morec {display: table-cell;text-align: center;vertical-align: middle;color:#fff;font-size:35px;background-color:rgba(0,0,0,0.2);border-bottom:2px solid white}
