@font-face {

    font-family: HindVadodara;
    src: url(../fonts/HindVadodara-Regular.ttf);


    font-family: Gafata;
    src: url(../fonts/Gafata-Regular.ttf);

    font-family: Poiret1;
    src: url(../fonts/PoiretOne-Regular.ttf);
}

body {
    font-family: Gafata, sans-serif;
    background-color: #FFFFFF;
    line-height: 1.6;
}

h1,
h2,
h3,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
h5 {
    font-weight: 700;
    letter-spacing: 1px;
}
p {
	text-indent: 0;
}
#maincontent {
    font-family: Gafata, sans-serif;
	color: #666666;
}
@media screen 
  and (max-width: 500px) {
	#maincontent {
		width: 100% !important;
	}
	#mainbar {
		width: 100% !important;
	}
	#sidebarwrapper {
		width: 100% !important;
		float: left !important;
	}
	#sidebar {
		width: 100% !important;
		float: left !important;
		text-align: left;
	}
}

#maincontent h4 {
	margin-top: 2em;
	font-family: Poiret1;
	color: #0b0a63;
	font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
}
#sidebar h4 {
	margin-top: 0;
	font-family: Poiret1;
	color: #0b0a63;
	font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h5 {
	font-family: Poiret1;
	color: #0b0a63;
	font-size: 1.2em;
}
hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}
#langpanel {
	width: 100%;
	text-align: right;
	text-transform: lowercase;
	color: #666666;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
	color: #E2001A;
}
#nav.affix {
	font-family: HindVadodara;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-nav li:hover > ul {
	width:100%;
	display:block;
	margin-left: 0.5em;
	margin-top: 0;
	background-color: #7A7879;
	padding: 3px 0 3px 0;
	z-index:1000;
}
.navbar-nav li ul {
	display: none;
	position:absolute;
	z-index:1000;
}

.navbar-nav li ul li {
	margin-left: 5px;
	list-style-type: none;
	padding-top: 8px;
	z-index:1000;
}
.navbar-nav li ul li a {
	color: #D3D3D3;
	text-decoration: none;
}
.navbar-nav li ul li a:hover {
	color: #E2001A;
}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 0px 15px;
/*
    background-color: #ffffff;
    background: rgba(255,255,255,0.9);
*/
}

.intro-text {
	color: #E2001A;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
}

.navbar-form input, .form-inline input {
	width:auto;
}

#himage {
    display: inline-block;
    width: 100%;
	height: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: hidden;b
}
#himage-inner {
    display: block;
    height: 0;
    padding-top: 41%;
}
#masthead {
	overflow: hidden;
}
section.module.parallax.gallery {
	height: 45em;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin: 0 0 0.1em 0;
}
#gallery4smallscreen {
	display: none;
}
@media screen and (max-width: 700px) {
	#gallery4smallscreen {
		display: block;
	}
	section.module.parallax.gallery {
		display: none;
	}
}

section.module.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
section.module.parallax img {
	margin: 28% 30% 5% 30%;
}
/*
@media screen 
  and (max-width: 1024px) {
	section.module.parallax {
		height: 380px;
		background-position: 0 0;
	}

	section.module.parallax img {
		margin: 280px 30%;
	}
}
*/
.ubuntu-slider {
  overflow: hidden;;
}
.ubuntu-slider img {
  width: 100%;
}
#nav.affix {
    position: fixed;
    top: 0;
    z-index:10;
}
#sidebar {
	margin-top: 8em;
}
#sidebar ul {
	width: 100%;
}
#sidebar li {
	list-style-type: none;
	margin-bottom: 25px;
}
#sidebar input {
	width: 360px;
	height: 30px;
	padding: 5px 3px 5px 3px;
	background-color: #E6E6E6;
	border-color: #E6E6E6;
	color: #000000;
}
#sidebar textarea {
	width: 360px;
	height: 120px;
	padding: 5px 3px 5px 3px;
	background-color: #E6E6E6;
	border-color: #E6E6E6;
	color: #000000;
	resize: none;
}
#sidebar input.booking {
	width: 100px;
	height: 30px;
	padding: 5px 3px 5px 3px;
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	text-align: left;
	cursor: pointer;
}
::-webkit-input-placeholder {
   color: #444444;
}
:-moz-placeholder { /* Firefox 18- */
   color: #444444;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;  
}
:-ms-input-placeholder {  
   color: #444444;
}
input[type=submit]:hover, #img-list input[type=submit]:hover {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#feedback {
	color: #0b0a63;
	margin-top: 5em;
	font-style: italic;
	line-height: 1.5em;
}
#charterschedule li ul li {
	list-style-type: disc;
	margin: 0;
}
#nav a, #nav ul li {
	color: #FFFFFF;
	background-color: transparent;
	padding-top: 5px;
}
#nav li active, #nav li:hover, #nav li a.active, #nav li a:hover {
	color: #ff671f;
	background-color: transparent;
}
#logosmall {
	display: block;
	float: left; width: 10%; overflow: hidden; margin: 0.3%;
}

@media screen and (max-width:700px) {
	#logosmall {
		display: none;
	}
}
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: left;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 10px 15px 10px 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

/* reg forms */
#regform input {
	margin: 0 10px 0 0;
}  
/* reg forms end */

#regform label {
	margin: 0 15px 0 -5px;
}  

.regelement {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 5px 0 0 0;
}  
.news_current_small {
	float: none;
	background-image: url(../../img/current_small.png);
	width: 14px;
	height: 14px;
	margin: 5px 0 0 0;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 1px solid #8a8182;
	background-color:#ffffff;
	color:#000000;
}
.tmce {
	width: 100%;
	height: 400px;
}

input[type=text], input[type=password] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #8a8182;
	background-color:#ffffff;
	color:#000000;
}

input[type=submit] {	
	background-color:#E2001A;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	border:10px solid blue;
	height:20px;
	cursor: pointer;
}

input[type=submit]:hover, #img-list input[type=submit]:hover {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
	/* file upload gombok */
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}
.file-wrapper .button {
  background: #000000;
/*
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
}
/* GOMBOK SZÍNEI VÉGE*/

.topmostmenu {
	float: left;
	text-decoration: none;
	padding: 28px 15px 25px 15px;
}
.topmostmenu_icons {
	float: left;
	text-decoration: none;
	padding: 28px 0px 25px 50px;
}
#uzenet_fejlec_tool {
	width: 24px;
	height: 24px;
	background-image: url(../../img/kicsiletter_1.png);
	margin: -5px 5px 0 0;
}

#uzenet_fejlec_tool:hover {
	background-image: url(../../img/kicsiletter_2.png);
}

#uj_uzenet_fejlec_tool {
	width: 24px;
	height: 24px;
	background-image: url(../../img/kicsiletter_3.png);
	margin: -5px 5px 0 0;
}
#uj_uzenet_fejlec_tool:hover {
	background-image: url(../../img/kicsiletter_2.png);
}
#event_fejlec_tool {
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(../../img/esemenykicsi_1.png);
	margin: -5px 5px 0 0;
}
#event_fejlec_tool:hover {
	background-image: url(../../img/esemenykicsi_2.png);
}
#new_event_fejlec_tool {
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(../../img/esemenykicsi_3.png);
	margin: -5px 5px 0 0;
}
#new_event_fejlec_tool:hover {
	background-image: url(../../img/esemenykicsi_2.png);
}
.topmostactive {
	color: #499AFF;
}

.topmostpassive {
	color: #FFFFFF;
}

.topmostmenu a:hover {
	color: #499AFF;
}
#dev_log {
	float: right;
	background-image: url(../../img/palyazat_1.png);
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}

#dev_log:hover {
	background-image: url(../../img/palyazat_2.png);
}
#slider_szerkeszt_tool {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../img/slider_edit_1.png);
	margin-right: 5px;
}

#slider_szerkeszt_tool:hover {
	background-image: url(../../img/slider_edit_2.png);
}
#skins_tool {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../img/icon_skins_1.png);
	margin-right: 5px;
}
#skins_tool:hover {
	background-image: url(../../img/icon_skins_2.png);
}
#formgen_tool {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../img/icon_form_1.png);
	margin-right: 5px;
}
#formgen_tool:hover {
	background-image: url(../../img/icon_form_2.png);
}
#manual_tool {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../img/manual_1.png);
	margin-right: 5px;
}
#manual_tool:hover {
	background-image: url(../../img/manual_2.png);
}
#manual_edit_tool {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../img/manualedit_1.png);
	margin-right: 5px;
}
#manual_edit_tool:hover {
	background-image: url(../../img/manualedit_2.png);
}
#sysvars_edit_tool {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../img/icon_settings_1.png);
	margin-right: 5px;
}

#sysvars_edit_tool:hover {
	background-image: url(../../img/icon_settings_2.png);
}
#pagina {
	width: 100%;
	margin: 25px 0 0 0;
}
table tr.headline {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: strong;
	border-color: #FFFFFF;
}

table tr.headline td {
	padding: 3px;
}
.standardlabel {
	width: 100%;
	overflow: overlfow;
}
.signupform {
	width: 100%;
	overflow: hidden;
	padding: .2em;
}
.signupform input[type=text] {
	width: 100%;
	padding: 5px 3px 5px 3px;
	background-color: #E6E6E6;
	border-color: #E6E6E6;
	color: #000000;
	margin-bottom: .5em;
}
.signupform input[type=submit] {
	width: 20%;
	background-color:#E2001A;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	border:0px;
	cursor: pointer;
	padding: 5px 5px 25px 5px;
}
.signupform input[type=submit]:hover, #img-list input[type=submit]:hover {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#sidebar input[type=submit] {
	background-color:#E2001A;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	border:0px;
	cursor: pointer;
	padding: 5px;
	text-align: center;
}
#sidebar input[type=submit]:hover, #img-list input[type=submit]:hover {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.errormsg {
	width: 100%;
	color: red;
}
.thankumsg {
	width: 100%;
	color: #0b0a63;
}
