
/* MARGIN-TOP */
.margin-top-0{margin-top:0px;}.margin-top-5{margin-top:5px;}.margin-top-10{margin-top:10px;}.margin-top-15{margin-top:15px;}.margin-top-20{margin-top:20px;}.margin-top-25{margin-top:25px;}.margin-top-30{margin-top:30px;}.margin-top-35{margin-top:35px;}.margin-top-40{margin-top:40px;}.margin-top-45{margin-top:45px;}.margin-top-50{margin-top:50px;}.margin-top-55{margin-top:55px;}

/* MARGIN-BOTTOM */
.margin-bot-5{margin-bottom:5px;}.margin-bot-10{margin-bottom:10px;}.margin-bot-15{margin-bottom:15px;}.margin-bot-20{margin-bottom:20px;}.margin-bot-25{margin-bottom:25px;}.margin-bot-30{margin-bottom:30px;}.margin-bot-35{margin-bottom:35px;}.margin-bot-40{margin-bottom:40px;}.margin-bot-45{margin-bottom:45px;}.margin-bot-50{margin-bottom:50px;}.margin-bot-55{margin-bottom:55px;}

/* PADDING-TOP */
.padding-top-5{padding-top:5px;}.padding-top-10{padding-top:10px;}.padding-top-15{padding-top:15px;}.padding-top-20{padding-top:20px;}.padding-top-25{padding-top:25px;}.padding-top-30{padding-top:30px;}.padding-top-35{padding-top:35px;}.padding-top-40{padding-top:40px;}.padding-top-45{padding-top:45px;}.padding-top-50{padding-top:50px;}.padding-top-55{padding-top:55px;}

/* PADDING-BOTTOM */
.padding-bot-{padding-bottom:5px;}.padding-bot-10{padding-bottom:10px;}.padding-bot-15{padding-bottom:15px;}.padding-bot-20{padding-bottom:20px;}.padding-bot-25{padding-bottom:25px;}.padding-bot-30{padding-bottom:30px;}.padding-bot-35{padding-bottom:35px;}.padding-bot-40{padding-bottom:40px;}.padding-bot-45{padding-bottom:45px;}.padding-bot-50{padding-bottom:50px;}.padding-bot-55{padding-bottom:55px;}

/* MARGIN-LEFT */
.margin-left-0{margin-left:0px;}.margin-left-5{margin-left:5px;}.margin-left-10{margin-left:10px;}.margin-left-15{margin-left:15px;}.margin-left-20{margin-left:20px;}.margin-left-25{margin-left:25px;}.margin-left-30{margin-left:30px;}.margin-left-35{margin-left:35px;}.margin-left-40{margin-left:40px;}.margin-left-45{margin-left:45px;}.margin-left-50{margin-left:50px;}.margin-left-55{margin-left:55px;}

/* MARGIN-RIGHT */
.margin-right-0{margin-right:0px;}.margin-right-5{margin-right:5px;}.margin-right-10{margin-right:10px;}.margin-right-15{margin-right:15px;}.margin-right-20{margin-right:20px;}.margin-right-25{margin-right:25px;}.margin-right-30{margin-right:30px;}.margin-right-35{margin-right:35px;}.margin-right-40{margin-right:40px;}.margin-right-45{margin-right:45px;}.margin-right-50{margin-right:50px;}.margin-right-55{margin-right:55px;}

/* PADDING-LEFT */
.padding-left-0{padding-left:0px;}.padding-left-5{padding-left:5px;}.padding-left-10{padding-left:10px;}.padding-left-15{padding-left:15px;}.padding-left-20{padding-left:20px;}.padding-left-25{padding-left:25px;}.padding-left-30{padding-left:30px;}.padding-left-35{padding-left:35px;}.padding-left-40{padding-left:40px;}.padding-left-45{padding-left:45px;}.padding-left-50{padding-left:50px;}.padding-left-55{padding-left:55px;}

/* PADDING-RIGHT */
.padding-right-0{padding-right:0px;}.padding-right-5{padding-right:5px;}.padding-right-10{padding-right:10px;}.padding-right-15{padding-right:15px;}.padding-right-20{padding-right:20px;}.padding-right-25{padding-right:25px;}.padding-right-30{padding-right:30px;}.padding-right-35{padding-right:35px;}.padding-right-40{padding-right:40px;}.padding-right-45{padding-right:45px;}.padding-right-50{padding-right:50px;}.padding-right-55{padding-right:55px;}



/* ============================================================
   AZONOS MAGASS�G� OSZLOPOK
============================================================ */
.row.equalheights {overflow:hidden !important;}
.row.equalheights > [class*="col-"],
.row.equalheights > [class*="col-"] > [class*="bg-"] {margin-bottom:-99999px !important;padding-bottom:99999px !important;}

/* ============================================================
   HELPER
============================================================ */

.bootstrap-select.show-menu-arrow .dropdown-toggle:focus,
*:focus
{
   outline: 0 none !important;
}


.t{border:1px solid red;}

.ht{height:400px;}

.help{
	width:30px;
	height:60px;
	z-index:6000;
	position:fixed;
	float:left;
	top:10px;
}

.help p{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

/* LG */
@media (min-width: 1200px) {.help{background:gold;} .help p{margin-top:20px;}}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {.help{background:red;}}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {.help{background:pink;}}

/* XS-SM */
@media (max-width: 767px) {.help{background:cyan;}}

/* XS */
@media (max-width: 480px) {.help{background:lime;}}


/* ============================================================ */


body{ background:#e7e3e1;}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.left-bc{
	border-left:4px solid;
	border-color:inherit;
	padding:5px 0 5px 15px;
}
.right-bc{
	border-right:4px solid;
	border-color:inherit;
	padding:5px 15px 5px 0;
}

b{font-weight:900; color:#787878;}
strong{font-weight:500; color:#262522;}

p{
	font-size:15px;
	font-weight:300;
	line-height:21px;
	font-family:'Roboto';
	color:#333;
	margin:5px 0;
}

p+p{margin:20px 0}

p.lead {
	text-align:left;
	font-size:25px;
	line-height:32px;
	font-family:'Roboto';
	margin-bottom:40px;
}

p.lead b,
p.lead strong {
	font-weight:500;
	color:#c1a822;
}

p.lead-line{
	text-align:left;
	font-size:24px;
	line-height:40px;
	font-family:'Roboto';
	padding:20px;
	border-left:3px solid;
}

p.small {
	text-align:left;
	font-size:13px;
	line-height:22px;
	font-family:'Roboto';
	margin-bottom:30px;
}

p.bot-text{margin:-20px 0 20px;}


b.success{color:#547f24;}
b.danger{color:#ad2502;}

p.text-lh-s{line-height:20px !important;}
p.text-lh-m{line-height:25px !important;}
p.text-lh-l{line-height:30px !important;}

p a{font-weight:400;}

a, .btn, button , img, .icon,h1,h2,h3,h4,h5,h6{
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	font-family:'Roboto';
}

a:hover, .btn:hover, button:hover, img:hover,.icon:hover,:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#map{
	height:500px;
	margin:0 -15px;
}

.img-responsive.img-padding{
	padding:20px 0!important;
	margin:0 !important;
}

.pull-right .img-responsive.img-padding{
	padding:20px 0 35px!important;
	margin:0 !important;
}


@media (max-width: 991px) {
	.form-row:first-child{margin:0 0 10px;}
	.form-row{margin:10px 0;}
	.form-row:last-child{margin:10px 0 0;}

	.col-row:first-child{margin:0 0 20px;}
	.col-row{margin:20px 0;}
	.col-row:last-child{margin:20px 0 0;}
}


.dl-horizontal{font-family:'Roboto';}
.dl-horizontal dt {font-weight:600;}
.dl-horizontal dd {font-weight:300; margin-bottom:10px;}
.dl-horizontal dd:last-child {margin-bottom:0px;}



/* ============================================================
   h1, h2, h3, h4, h5, h6
============================================================ */

h1, h2, h3, h4, h5, h6{
	font-family:'Roboto';
	text-transform:uppercase;
	color:#333;
}

h1, h2, h3{font-weight:300;}
h4, h5, h6{font-weight:400;}

h1{font-size:50px;}
h2{font-size:36px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}


@media screen and (max-width: 768px) {
	h1{font-size:40px;}
	h2{font-size:30px;}
	h3{font-size:24px;}
	h4{font-size:20px;}
	h5{font-size:18px;}
	h6{font-size:16px;}
}

.unrow {margin-right: 0px!important; margin-left: 0px!important;}
/* ============================================================
   TEXT-CONTAINER
============================================================ */
.text-container {padding-bottom:30px;}
.text-container h1{margin:40px 0 20px;}
.text-container h3{margin:20px 0;}
.text-container h4{margin:0 0 20px;}
/* ============================================================
   BTN
============================================================ */
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 30px;
  font-size: 15px;
}

.btn-close{
	color: #4e4e4e;
	background:transparent;
	font-size:20px;
	text-align:center;
	height:45px;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

}

.btn-close:hover{
	color: #db092d;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

}

/* ============================================================
  VIRCLE BTN
============================================================ */
.btn.btn-circle{
	width:36px;
	height:36px;
	line-height:25px;
	border-radius:50%;
	border:1px solid #dddddd;
	background:#fff;
	font-size:18px;
}

/* ============================================================
   LINE'S
============================================================ */
hr{border-top:1px solid #e7e3e1;}
hr.dashed {border-top:1px dashed #e7e3e1;}
hr.wide {border-color:#e7e3e1; margin-left:-15px;margin-right:-15px}

.r-line,.l-line,.t-line,.b-line,
.r-m-line,.l-m-line,.t-m-line,.b-m-line
{border-color:#e7e3e1 !important;}


.r-line{border-right:1px solid;}
.l-line{border-left:1px solid;}

.t-line{border-top:1px solid;}
.b-line{border-bottom:1px solid;}

@media screen and (max-width: 991px) {
	.r-line{border-right:0}
	.l-line{border-left:0}

	.r-m-line{border-right:1px solid;}
	.l-m-line{border-left:1px solid;}

	.t-m-line{border-top:1px solid;}
	.b-m-line{border-bottom:1px solid;}
}



/* ============================================================
   BEH�Z�S (SLOG)
============================================================ */
.text-slog {padding:0 12%;display:block;}
.text-slog-l{padding-left:12%;}
.text-slog-r{padding-right:12%;}

.row.text-slog {padding:0 14.5%;display:block;}
.row.text-slog-l{padding-left:14.5%;}
.row.text-slog-r{padding-right:14.5%;}

@media (min-width: 992px) and (max-width: 1199px) {
	.text-slog-l{padding-left:15.35%;}
	.text-slog-r{padding-right:15.35%;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.text-slog-r, .text-slog-l{padding:0 15.3%;}
	.row.text-slog-r, .row.text-slog-l{padding:0 14%;}
}

@media (max-width: 768px) {
	.text-slog {padding:0 15px;}
	.row.text-slog {padding:0 30px;}
	.text-slog-r, .text-slog-l{padding-left:30px; padding-right:30px;}
	.row.text-slog-r, .row.text-slog-l{padding-left:30px; padding-right:30px;}
}




/* ============================================================
   PANEL'S'
============================================================ */
.panel{
	font-family:'Roboto';
	box-shadow:0 0 0 !important;
}

.panel,.i-panel{
	border-radius:0;
	color:#fff !important;
	border:0;
}

.panel.panel-default,
.panel.panel-ar{
	border-radius:0;
	color:#333333 !important;
	border:1px solid #eeeded;
	background:#fafafa;
	box-shadow:0 0 0;
}

.panel.panel-ar h4{
	font-weight:300;
	text-align:center;
	margin:0 !important;
	padding:0 !important;
}

.panel.panel-ar .panel-body{
	padding:15px !important;
}



.panel.panel-accordion h3,
.panel.panel-program-leires h3{
	font-size:18px;
	text-decoration:none!important;
}



.panel.panel-program-leires .panel-body h3{
	font-size:25px;
	text-transform:uppercase;
	font-weight:300;

}

.panel.panel-program-leires h3 b{
	font-size:24px;
	text-decoration:none!important;
	text-transform:none;
	font-weight:800;
	display:block;
	margin-bottom:5px;
}

.panel.panel-program-leires h3{
	font-size:18px;
	text-decoration:none!important;
	text-transform:none;
	font-weight:300;
	line-height:24px;
}

.panel h1.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,
.i-panel h1.i-panel h2,.i-panel h3,.i-panel h4,.i-panel h5,.i-panel h6{
	margin:0 0 20px!important;
	padding:0!important;
	color: inherit;
}

.un-row{margin:0 -15px !important;}

.panel-body{
	margin:0px !important;
	padding:0px !important;
}

.panel-default .panel-body{
	margin:0px !important;
	padding:15px !important;
}

.text-panel-body{padding:30px 30px;}

.i-panel-body{
	margin:20px;
	padding:25px;
   display:table;
}

.panel p,.i-panel p{
	margin:0;
	color: inherit;
}

.i-panel .fa{
	font-size:75px;
	text-align:center;
	padding-left:5px;
	padding-right:50px;
}

.i-panel-item-l, .i-panel-item-r{
	display:table-cell;
   vertical-align:middle;
}

.i-panel-item-l{width:10%;}

.i-panel-item-r{width:90%;}

@media (max-width: 768px) {
	.i-panel-body{
		margin:15px;
		padding:15px 15px 15px 5px; 
		display:table;
	}

	.i-panel-item-l, .i-panel-item-r{
		display:table-cell;
		vertical-align:top;
	}
	
	.i-panel .fa{
		font-size:50px;
		text-align:center;
		padding-left:0px;
		padding-right:15px;
	}
}

.panel.panel-rendelheto-i,
.panel.panel-rendelheto-n{
	border-radius:0;
	border:0px;
	margin-top:-20px;
}


.panel.panel-rendelheto-i{
	color:#ffff !important;
	background:#3a662a;
}

.panel.panel-rendelheto-n{
	color:#968f97 !important;
	background:#eeeded;
}

.panel.panel-rendelheto-i p,
.panel.panel-rendelheto-n p{
	font-weight:300;
	text-align:center;
	margin:0 !important;
	padding:0 !important;
	text-transform:uppercase;
}

.panel.panel-rendelheto-i p a{
	color:#fff;
}

.panel.panel-rendelheto-i .panel-body,
.panel.panel-rendelheto-n .panel-body{
	padding:15px !important;
}


.panel.panel-utanvet{
	border-radius:0;
	color:#6b6b6a !important;
	border:1px solid #eeeded;
	background:#f6f6f6;
	font-size:15px;
	font-weight:bold;
	margin:0 !important;
}

.panel.panel-vegleges-ar{
	border-radius:0;
	color:#fff !important;
	border:0;
	background:#c0223d;
	font-size:15px;
	margin:0 !important;
}

.panel.panel-vegleges-ar strong{
	font-size:22px;
}


/* ============================================================
   ACCORDING
============================================================ */

.panel.panel-accordion,
.panel.panel-program-leires{
	border-radius:0;
	color:#6b6b6a !important;
	border:1px solid #eeeded;
	background:#fff;
	position:relative;
	margin:0 0 20px;
	padding:0;
	min-height:66px;
	box-shadow:0 0 0; 
}

.panel .panel-heading{
	cursor:pointer;
	margin:0;
	padding:15px;
	border-radius:0;
	color:#6b6b6a !important;
	position:relative;
	min-height:66px;
}

#accordion .ac-active,
.panel .panel-heading:hover {background: #f9f9f9;}

.big-checkbox{
	right:65px;
	z-index:999;
}

.panel-arrow-container{
	position:absolute;
	right:15px;
}

.panel-heading-top-text h3{
	padding:0!important;
	margin:0!important;
	font-weight:400;
}

.panel-accordion .panel-body,
.panel-program-leires .panel-body{
	padding:15px!important;
}

.panel-controller-btn{
	position:relative;
}

.ac2  .checkbox-container{
	position:absolute;
	right:15px;
}
.ac2 .panel-arrow-container{
	margin-top:50px;
}

.ac2 .panel-heading-top-text h3{
	padding:0!important;
	margin:15px 0 0!important;
	font-weight:400;
}



@media (max-width: 991px) {
	.panel-controller-btn{
		margin-top:20px;
	}
	.panel .panel-heading{
		padding:15px 15px 50px;
	}
	
	.ac2  .checkbox-container{
		position:none;
		right:65px;
	}
	.ac2  .panel-arrow-container{
		margin-top:0;
	}
	
	.ac2 .panel-heading-top-text h3{
		padding:0!important;
		margin:0 0 0!important;
		font-weight:400;
	}
}


ul.program-leiras-list li{ margin:7px 0;}

/* ============================================================
    FONTASTIC ICKONS
============================================================ */

@font-face {
  font-family: "untitled-font-4";
  src:url("../fonts/untitled-font-4.eot");
  src:url("../fonts/untitled-font-4.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-4.calendar-itemoff") format("woff"),
    url("../fonts/untitled-font-4.ttf") format("truetype"),
    url("../fonts/untitled-font-4.svg#untitled-font-4") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-4" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-4" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gemenc-zrt:before {content: "a";}
.icon-gemenc-turizmus:before {content: "b";}
.icon-gemenc-erdei-iskola:before {content: "c";}
.icon-gemenc-vadgazdalkodas:before {content: "d";}
.icon-gemenc-erdogazdalkodas:before {content: "e";}
.icon-gemenc-moszkito:before {content: "f";}


.header-top-nav .icon {
	width: 30px;
	height: 30px;
	font-size:37px;
	margin:0 15px;
	line-height:90px;
	float:left;
	color:rgba(0,0,0,.55);
}
.header-top-nav .icon.icon-home {
	font-size:34px!important;
}

.header-top-nav [class*="htn-box"] > a:hover >.icon{
	color:#fff;
}

.header-top-nav [class*="htn-box"] >.dropdown-menu:hover ~ .icon {
	color:gold;
	background:gold;
}


@media (max-width: 991px) {
	.header-top-nav .icon {
		text-align:center;
		width:100%;
		margin:0;
		font-size:45px;
	}

	.header-top-nav .icon.icon-home {
		font-size:45px!important;
	}
}

@media (max-width: 400px) {
	.header-top-nav .icon {
		text-align:center;
		width:100%;
		margin:0;
		font-size:33px;
	}

	.header-top-nav .icon.icon-home {
		font-size:33px!important;
	}
}

/* ============================================================
    MOBILE TOGGLE
============================================================ */

.navbar-toggle {
    border-radius:0;
	color:#706f6d;
	font-size:20.5px;
	line-height:22px;
	width:44px;
	height:44px;
	position:absolute;
	z-index:999;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
	color:#3a662a;
	background-color: #fff !important;
}

.navbar-toggle.main-menu {
	top:4px;
	right:0;
	background:rgba(231,227,224,1);
	border:0 !important;
}

.navbar-toggle.main-menu-two {
	top:-25px;
	right:0;
	background:rgba(231,227,224,.4);
	border:1px solid rgba(231,227,224,.65)!important;
}

.navbar-toggle.moszkito-meter-item {
	top:4px;
	right:0;
	background:rgba(231,227,224,1);
	border:0 !important;
}

.navbar-toggle.moszkito-meter-item-two {
	top:-25px;
	right:0;
	background:rgba(231,227,224,.4);
	border:1px solid rgba(231,227,224,.65)!important;
}

/* ============================================================
    TRANGLE BOX
============================================================ */

.triangle-box-l:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	position:absolute;
	top:0;
	left:-29px;
	z-index:15;
}

.triangle-box-r:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	position:absolute;
	top:0;
	right:-29px;
	z-index:15;
}

@media screen and (max-width: 767px) {
	.bg-white.slider-text-container.triangle-box-l:after,
	.bg-white.slider-text-container.triangle-box-r:after,
	.bg-dgreen.slider-text-container.triangle-box-l:after,
	.bg-dgreen.slider-text-container.triangle-box-r:after,
	.bg-yellow.slider-text-container.triangle-box-l:after,
	.bg-yellow.slider-text-container.triangle-box-r:after,
	.bg-red.slider-text-container.triangle-box-l:after,
	.bg-red.slider-text-container.triangle-box-r:after,
	.bg-blue.slider-text-container.triangle-box-l:after,
	.bg-blue.slider-text-container.triangle-box-r:after,
	.bg-green.slider-text-container.triangle-box-l:after,
	.bg-green.slider-text-container.triangle-box-r:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 0 30px;
		position:absolute;
		top:-30px;
		left:0;
	}
}


.triangle-box-l p,.triangle-box-r p,
.triangle-box-l h1,.triangle-box-r h1,
.triangle-box-l h2,.triangle-box-r h2,
.triangle-box-l h3,.triangle-box-r h3,
.triangle-box-l h4,.triangle-box-r h4,
.triangle-box-l h5,.triangle-box-r h5,
.triangle-box-l h6,.triangle-box-r h6,
.triangle-box-l small,.triangle-box-r small{color:#fff !important;}


.bg-white.triangle-box-l p,.bg-white.triangle-box-r p,
.bg-white.triangle-box-l h1,.bg-white.triangle-box-r h1,
.bg-white.triangle-box-l h2,.bg-white.triangle-box-r h2,
.bg-white.triangle-box-l h3,.bg-white.triangle-box-r h3,
.bg-white.triangle-box-l h4,.bg-white.triangle-box-r h4,
.bg-white.triangle-box-l h5,.bg-white.triangle-box-r h5,
.bg-white.triangle-box-l h6,.bg-white.triangle-box-r h6,
.bg-white.triangle-box-l small,.bg-white.triangle-box-r small{color:#333 !important;}

/* ============================================================
   CHECKBOX
============================================================ */


.checkbox+.checkbox,.radio+.radio{margin-top:10px; margin-bottom:10px;}


.checkbox:last-child,.radio:last-child,
.checkbox.checkbox-inline.big:last-child,
.checkbox.checkbox-inline.small:last-child{/*margin-bottom:0px !important;*/}


.checkbox ,
.radio {padding-left:22px;}

.checkbox.small,
.radio.small {padding-left:26px;}

.checkbox.small,
.radio.small {margin-bottom:25px;}

.checkbox.big,
.radio.big {margin-bottom:40px;}

.checkbox.small label,
.radio.small label {padding-left: 20px;}

.checkbox.big label,
.radio.big label {padding-left: 40px;}

.checkbox.small label::before,
.radio.small label::before,
.checkbox.small label::after,
.radio.small label::after,
.checkbox.big label::before ,
.radio.big label::before,
.checkbox.big label::after,
.radio.big label::after,
.radio-checkbox{margin-left: -20px;}


.radio.radio-inline,
.checkbox.checkbox-inline {margin-top: 0px; margin-right:15px; margin-left:0;}

.radio.radio-inline.small,
.checkbox.checkbox-inline.small {padding-left:5px;}

.radio.radio-inline:last-child,
.checkbox.checkbox-inline:last-child { margin-right:0;}


.checkbox.checkbox-inline,
.radio.checkbox-inline{margin-bottom:0;}





.checkbox p, .radio p{
	margin:0;
	margin-right:40px;
	padding:0;
	float:left;
}

.checkbox label,
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.checkbox.small label,
.radio.samll label {font-size:14px;}

.checkbox.big label,
.radio.big label {font-size:17px; line-height:15px;}

.checkbox.big label::before ,
.checkbox.small label::before {color:#ccc;}

.checkbox.small label::after,
.checkbox.small label::before {line-height:28px;}

.checkbox.big label::after ,
.checkbox.big label::before {line-height:42px;}


.checkbox label::before {
	display: inline-block;
	position: absolute;
	border:1px solid #e7e3e1;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	left: -1px;
    color: transparent;

	font-family: "FontAwesome";
	content: "\f00c";
	text-align:center;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	border:0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	text-align:center;
	left: 0;
	top: 0;
	padding-top: 1px;
	color: #19af4c;

}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.checkbox.small label::before,
.radio.small label::before {
	width: 30px;
	height: 30px;
	left: 0;
	margin-top:-5px;
}

.checkbox.big label::before,
.radio.big label::before {
	width: 45px;
	height: 45px;
	left: 0;
	margin-top:-15px;
}

.checkbox.small label::after {
	width: 29px;
	height: 29px;
	margin-top:-5px;
}

.radio.small label::after {
	width: 22px;
	height: 22px;
	left: 4px;
	top: 4px;
	margin-top:-5px;
}

.checkbox.big label::after {
	width: 45px;
	height: 45px;
	margin-top:-15px;
}

.radio.big label::after {
	width: 33px;
	height: 33px;
	left: 6px;
	top: 6px;
	margin-top:-15px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {opacity: 0.65;}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {border-radius: 50%; }



.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {cursor: not-allowed; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {font-family: 'FontAwesome';content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {color: #fff; }


@media (max-width: 767px) {

	.checkbox.big label,
	.radio.big label {
		font-size:16px;
		line-height:17px;
		display:block;
	}

	.radio-checkbox.big label {margin-left:15px;}


	.kerdoiv-item h4{font-size:20px !important;}

	.kerdoiv-item .btn{font-size:14px !important; padding-left:5px; padding-right:5px;}

	.setps-bot-text p {
		border-radius:20px;
	}

	.radio-inline,
	.checkbox-inline {
		display: block;
	}

	.checkbox.checkbox-inline.big+.checkbox.checkbox-inline.big{margin-top:40px; margin-bottom:40px;}

	.checkbox.checkbox-inline.small+.checkbox.checkbox-inline.small{margin-top:20px; margin-bottom:20px;}

}



/* ============================================================
    EFFECTS
============================================================ */


/*-�-�-�-�-�- IMG SCALE EFFECT -�-�-�-�-�-*/

.img-scale-container,
.scale-container{overflow: hidden;}

img.img-scale-effect {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-0-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

img.img-scale-effect:hover {
	-webkit-transform: scale3d(1.3,1.3,0.5);
	-moz-transform: scale3d(1.3,1.3,0.5);
	-0-transform: scale3d(1.3,1.3,0.5);
	transform: scale3d(1.3,1.3,0.5);
	/* opacity:.5; */
}


/*-�-�-�-�-�- BOX SCALE EFFECT -�-�-�-�-�-*/
.box-scale-effect{
	-webkit-transition:-webkit-transform 0.15s, -webkit-box-shadow 0.2s;
	-moz-transition:-webkit-transform 0.15s, -moz-box-shadow 0.2s;
	-o-transition:-webkit-transform 0.15s, -o-box-shadow 0.2s;
	transition:transform 0.15s, box-shadow 0.2s;
}

.box-scale-effect:hover{
	position:relative;
	z-index:100;
	cursor:pointer;
	box-shadow: 0 0 0 4px rgba(0,0,0,.17);

	-webkit-transform: scale(1.03,1.03,1);
	-moz-transform: scale(1.03,1.03,1);
	-o-transform: scale(1.03,1.03,1);
	transform: scale3d(1.03,1.03,1);
}

.box-scale-effect:hover  img {
	-webkit-transform: scale3d(1.3,1.3,0.5);
	-moz-transform: scale3d(1.3,1.3,0.5);
	-0-transform: scale3d(1.3,1.3,0.5);
	transform: scale3d(1.25,1.25,0.5);
}

/*-�-�-�-�-�- LINK LINE ANIMATION -�-�-�-�-�-*/
a.link-line::after {
	content: '';
	position: absolute;
	left: 15px;
	width: 90px;
	height: 1px;
	margin-top:16px;

	background: transparent;
	border-right:75px solid rgba(0,0,0,.12);
	border-left:8px solid #3a662a;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

a.link-line:hover::after,
a.link-line:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*-�-�-�-�-�- LINK-TAB -�-�-�-�-�-*/
.side-nav-container .link-tab-container li {margin:4px 0;}

a.link-tab-r{margin:0 -31px 0 -15px;}
a.link-tab-l{margin:0 -15px 0 -31px;}


.active a.link-tab-r,
a.link-tab-r.active,
a.link-tab-l.active{color:#fff;}

a.link-tab-r,
a.link-tab-l{
	padding:8px 20px;
	display:block;
	background:transparent;
}

a.link-tab-r:hover,
a.link-tab-l:hover{
	padding:8px 20px 8px 25px;
	color:#fff !important;
}

/*-�-�-�-�-�- LINK-FILTER -�-�-�-�-�-*/
.side-nav-container .link-filter-container ul li {margin:10px 0;}
@media screen and (max-width: 991px) {
	.side-nav-container .link-tab-container li {margin:4px 0;}

	a.link-tab-r,
	a.link-tab-l{margin:0; background:rgba(0,0,0,.025);}
}

/*-�-�-�-�-�- BNT HOVER EFFECT -�-�-�-�-�-*/

/* ANIMATION */
.btn-bot-effect {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-bot-effect:before {
	background:rgba(0,0,0,.15);
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-bot-effect:hover:before, .btn-bot-effect:focus:before, .btn-bot-effect:active:before {
	-webkit-transform: scaleY(1.2);
	transform: scaleY(1.2);
}

/* ============================================================
   HEADER
============================================================ */
header{margin:15px 0;}

.logo-container {
	margin:0;
	padding:0;

}

.logo-container img{height: 66px;}

.social-container{
	height: 66px;
	display: table;
	right:-13px;
}

.social-group {
	text-align:right;
	display: table-cell;
	vertical-align:middle;
}

.search-container{
	height: 66px;
	text-align:right;
	display: table-cell;
	vertical-align:middle;
}

@media (max-width: 991px) {
	header{margin:7px 0;}

	.logo-container img{height: 54px;}

	.search-container{
		display:block;
		margin-top:15px;
	}
}

a.social-group-item {
	position: relative;
	display:inline-block;
	width:40px;
	height:40px;
	margin:0;
	line-height:40px;
	text-align:center;
	margin:0;
	background:#fff;
	color:#7f7f7f;
	font-size:16px;
	border-right:1px solid #e7e3e1;
}

a.social-group-item:nth-last-of-type(1) {border-right:0px;}

a.social-group-item {margin:0 -2px;}

.social-group-item.twitter:hover,
.social-group-item.facebook:hover,
.social-group-item.google:hover,
.social-group-item.youtube:hover,
.social-group-item.vimeo:hover{color:#fff;}

.stylish-input-group .input-group-addon{
    background: white !important;
	border-radius:0;
}
.stylish-input-group .form-control{
	border-radius:0;
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
	border-radius:0;
    border:0;
    background:transparent;
}


/* ============================================================
    MENÜ
============================================================ */
.header-top-nav .dropdown-toggle .fa{
	font-size:30px;
	line-height:75px;
}

@media (max-width: 991px) {
	.header-top-nav {text-align:center;}
}

.header-top-nav [class*="htn-box"] > a{
	margin-right: -15px;
	margin-left: -15px;
}

.header-top-nav .nav-height > li > a{
	position: relative;
	display: block;
	padding:0 !important;
	font-size:15px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	height:80px;
}

.header-top-nav .nav-height .mega-menu-fw { min-height: 80px;}

.header-top-nav .nav-height .mega-menu-fw span{
    height:80px;
    display:table-cell;
    vertical-align: middle;
} 

.header-top-nav .nav-height .mega-menu-fw  p{
	display:block;
	text-transform:none;
	font-size:13px;
	line-height:15px;
	margin-bottom:-3px;
	color:#fff;
}

/* ============================================================
    MEGA-MENÜ
============================================================ */
.navbar{margin-bottom:0;border: 0px;}

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
	position: static;
}
.mega-menu .container {
	position: relative;
}
.mega-menu .dropdown-menu {
	left: auto;
	/* box-shadow: 0 0 0 4px rgba(0,0,0,.17); */
	box-shadow: 0 4px 0 0 rgba(0,0,0,.17);
}
.mega-menu .mega-menu-content {
	padding: 20px 30px;
}
.mega-menu .dropdown.mega-menu-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.mega-menu-caret,
.menu-caret {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; 
}

.mega-menu-caret:before {
	content: '\f107';
	color:rgba(0,0,0,.75);
	font-size:16px;
	font-weight:bold;
}

.mega-menu-caret:before {
	position:absolute;
	margin-top:-50px;
	right:30px;
	width: 0;
	height: 0;
}

.menu-caret:before{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	margin-top:-20px;
	vertical-align: middle;
	
	content: '\f107';
	color:rgba(0,0,0,.75);
	font-size:16px;
	font-weight:bold;
	padding-right:10px;

}

.dropdown-menu > li{
  padding-top: 10px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 300px;
	padding: 15px 10px 0px 10px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	border: 0;
	border-radius: 0!important;
	-webkit-box-shadow: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, .175);
}

.dropdown-menu a.mega-menu-link{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	display:block;
}

.dropdown-menu a.mega-menu-link:hover{
	text-decoration:underline;
}

.dropdown-menu p{
	color:#fff;
}

.dropdown-menu h3{
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin:0 0 15px;
	padding-bottom:7px;
	height:100%;
	border-bottom:1px solid rgba(255,255,255,.2);
}

.dropdown-menu ul.mega-menu-nav{
	margin:0;
	padding:0;
}

.dropdown-menu ul.mega-menu-nav li .fa{
	font-size:4px;
	margin-top:14px;
	position:absolute;
	color:rgba(0,0,0,.7);
}

.dropdown-menu ul.mega-menu-nav li{
	padding:1px 0;
	list-style:none;
}

.dropdown-menu ul.mega-menu-nav li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
	padding:5.5px 15px;
	font-size:14px;
	display: block;
}

.dropdown-menu ul.mega-menu-nav li a:hover{
	padding-left:20px;
	background:rgba(0,0,0,.15);
}

.dropdown-menu ul.mega-menu-nav li:hover >.fa{
	color:#fff;
}

.dropdown-menu ul.mega-menu-btn-nav{
	margin:0;
	padding:0;
}

.dropdown-menu ul.mega-menu-btn-nav li{
	list-style:none;
	margin-bottom:10px;
}

.dropdown-menu ul.mega-menu-btn-nav li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
	padding:12px 0;
	font-size:18px;
	font-weight:500;
	display: block;
	text-align:center;
	border-bottom:4px solid rgba(0,0,0,.2);
	background:rgba(0,0,0,.15);
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.dropdown-menu ul.mega-menu-btn-nav li a:hover{
	background:rgba(0,0,0,.25);
	padding:14px 0;
	border-bottom:0px solid rgba(0,0,0,.2);
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.dropdown-menu ul.mega-menu-btn-nav li a small{
	color:#fff;
	font-size:12px;
	font-weight:300;
	display: block;
}

.mega-menu-img { 
   position: relative; 
   width: 100%;
}

.mega-menu-img h2 { 
   position: absolute; 
   top: 57%; 
   left: 0;  
   font-size:17px;
   font-weight:400;
   color:#fff;
   padding:10px 20px;
}

.dropdown-menu ul.mega-menu-label-nav{
	margin:0;
	padding:0;
}

.dropdown-menu ul.mega-menu-label-nav li{
	list-style:none;
	margin:8px 2px 7px 2px;
}

.dropdown-menu ul.mega-menu-label-nav li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
	padding:8px 15px;
	font-size:13px;
	font-weight:300;
	text-align:center;
	background:rgba(0,0,0,.15);
	border-radius:0;
}

.dropdown-menu ul.mega-menu-label-nav li a:hover{
	background:rgba(0,0,0,.35);
}

/* ============================================================
    HEADER-MENÜ
============================================================ */

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;line-height:normal;direction:ltr;}
ul.sm ul{position:absolute;top:-999999px;width:100px;}
ul.sm li{position:relative;float:left;}
ul.sm a{position:relative;display:block;white-space:nowrap;}
ul.sm a.disabled{cursor:default;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
ul.sm,ul.sm *,ul.sm *:before,ul.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

.navbar-default{
	background:#fff;
	margin-bottom:1px;
}

.sm-nav a {
	text-transform: uppercase;
	text-decoration:none;
	font: 15px/18px 'Roboto';
	text-shadow:none;
	display:block;
	margin:0 0.5px;
	display:block;
}

.sm-nav  ul {
	background:#fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow:         0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.sm-nav ul a {
	margin:0 -2px;
	text-transform:none;
}

.sm-nav ul li {margin:0 2px;}

.sm-nav a:hover {
	color:#636363 !important;
	background:#eeeded !important;
	text-decoration:none;
}

.sm-nav a.highlighted {
	background:#eeeded;
	color:#636363;
}

/* .sm-nav a ul.highlighted {
	background:#3a662a;
	color:#fff;
} */

/* SM-MEGA-MENU
==========================*/

.sm-nav ul.mega-menu {
	min-width:450px!important;
	padding:15px;
	color:#fff;
}

.sm-nav ul hr{
	border-color:rgba(0,0,0,0.25);
}

.sm-nav ul.mega-menu  h3{
	margin:15px 0 10px;
	padding:0;
}

.sm-nav ul.mega-menu  p{
	font-size:13px;
}

/* SM-NAV ARROW
==========================*/
.sub-arrow {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; 
}

.sm-nav a span.sub-arrow {
	position:absolute;
	width:15px;
	height:15px;
	overflow:hidden;
	right:10px;
	top:50%;
	margin-top:-8px;
}

.sm-nav a span.sub-arrow:before {
	content: '\f107';
	color:rgba(0,0,0,.75);
	font-size:16px;
	font-weight:bold;
}



.sm-nav-vertical a span.sub-arrow,
.sm-nav ul a span.sub-arrow {
	width:15px;
	height:15px;
	right:10px;
	top:50%;
	margin-top:-10px;
}

.sm-nav-vertical a span.sub-arrow:before,
.sm-nav ul a span.sub-arrow:before {
	content: '\f105';
	color:rgba(0,0,0,.75);
	font-size:16px;
	font-weight:bold;
}


.sm-nav a.has-submenu {padding-right:35px;}

.sm-nav-vertical a.has-submenu,
.sm-nav ul a.has-submenu {padding-right:40px;}


/* SM-NAV DROPDOWN
==========================*/
.sm-nav ul{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	list-style: none;
	font-size: 15px;
	text-align: left;
} 

.sm-nav ul > li > a {
	display: block;
	padding: 12px 20px;
	clear: both;
	font-weight: normal;
	font:14px/18px 'Roboto';
	color: #555555;
}

.sm-nav ul li{margin:0 2px 1px !important;}
.sm-nav ul li:last-child {margin-bottom:0 !important;}


@media (min-width: 992px)  {
	.navbar-default.navbar-side{
	}
	
	.sm-vertical{
		width:100% !important;
	}
}


 @media (min-width: 768px) and (max-width: 991px)  {

	ul.sm-nav{
		width:104.25% !important;
		margin-left:-15px;
		margin-right:15px;
    }
    
    .row-offset ul.sm-nav{
		width:100% !important;
		margin:0;
    }
    
    .navbar-right a{
		width:auto !important;
	}
}


@media screen and (max-width: 991px) {

	ul.sm-nav{width:auto; margin-bottom:20px;}
	.row-offset ul.sm-nav.sm-vertical{margin:0;}
	ul.sm-nav ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-nav>li{float:none;}
	ul.sm-nav>li>a,ul.sm-nav ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-nav iframe{display:none;}

	.sm-nav  li a {margin:1px 0 0; padding-left:30px!important;}
	.sm-nav  ul a {padding-left:45px!important;}
	.sm-nav  ul ul a {padding-left:60px!important; background:rgba(255,255,255,0.15)}
	.sm-nav  ul ul ul a {padding-left:75px!important; background:rgba(255,255,255,0.25)}
	.sm-nav ul ul {padding-top:0 !important;}
	
	.sm-nav ul li {margin:0 0 0px !important;}
	
	.sm-nav ul li:last-child {margin-bottom:5px !important;}
	
	ul.nav-category{
		margin-bottom:15px !important;
		padding:0 !important;
	}
	

	.navbar-default{
		visibility: visible !important;
	}
	
	.navbar-right{
		margin:0!important;
		padding:10px 0 !important;
		float:left !important;
		left:0;
		width:100%;
	}
	
	.navbar-right a{
		width:100%;
	}
	
	.sm-nav ul.mega-menu {
		width:100%!important;
	}
	
	.sm-nav a span.sub-arrow,
	.sm-nav-vertical a span.sub-arrow,
	.sm-nav ul a span.sub-arrow {
		right:30px;
	}
}



/* ============================================================
   CALENDAR
============================================================ */

.calendar-item [class*="col-lg-"]{
	border-left:1px solid #e7e3e1;
	text-align:center;
	font-size:20px;
	font-family:'Roboto';
	height:85px;
	line-height:35px;
	font-weight:300;
	padding:0;
	color:#cda006;
}

.link-container:hover{
	background:rgba(0,0,0,.035);
}


.calendar-item-container h4{margin:22px 0 0;height:63px;}

.calendar-item-container h4 b{font-size:16px; display:block; color:#6b6b6a; font-weight:400 !important;}

.calendar-item .sunday{background:rgba(0,0,0,.025);}

@media screen and (min-width:992px){
	.calendar-item [class*="col-lg-"]{width:4.7619045761904762%;}
}

@media (min-width:768px) and (max-width:991px){
	.calendar-item [class*="col-lg-"]{width:7.142857142857143%;}
}

.calendar-item span{
	display:block;
	font-size:13px;
	line-height:28px;
	height:30px;
	font-weight:500;
	with:100%;
	border-bottom:1px solid #e7e3e1;
	margin-bottom:8px;
	background:rgba(0,0,0,.025);
	color:#787878;
}

.calendar-item [class*="col-lg-"]:hover,
.calendar-item [class*="col-lg-"]:nth-child(7n+0):nth-child(-n+31):hover
.calendar-item [class*="col-lg-"].active:hover{
	background:rgba(0,0,0,.3)!important;
	cursor:pointer;
	color:#fff!important;
}

.calendar-item [class*="col-lg-"]:hover > span{
	background:rgba(0,0,0,.15);
	color:#fff!important;
}


.calendar-item [class*="col-lg-"].active,
.calendar-item [class*="col-lg-"].active > span{
	background:#cda006;
	color:#fff;
}
.calendar-item [class*="col-lg-"].active a,
.calendar-item [class*="col-lg-"].active a > span{
	color:#fff;
}
.calendar-item [class*="col-lg-"].active a:hover{
	text-decoration: none;
}
.calendar-item [class*="col-lg-"].active a > span{
	background:rgba(0,0,0,.2);
}


@media screen and (max-width:1199px){
	.calendar-item-container h4{margin:25px 0;}
}

@media screen and (max-width:991px){

	.calendar-item [class*="col-lg-"]:nth-child(-n+14){
		border-top:1px solid #e7e3e1;
	}
	.calendar-item [class*="col-lg-"]:nth-child(-n+14){
		border-bottom:1px solid #e7e3e1;
	}

	.calendar-item [class*="col-lg-"]:last-child{
		border-right:1px solid #e7e3e1;
	}

}

@media screen and (max-width:768px){

	.calendar-item [class*="col-lg-"]:nth-child(-n+18){
		border-bottom:1px solid #e7e3e1;
	}
	.calendar-item [class*="col-lg-"]:nth-child(-n+6){
		border-top:1px solid #e7e3e1;
	}

}



/* ============================================================
    NEWS BLOCKS
============================================================ */
.news-container{padding:0 30px;}

.news-container h3{
	font-size:24px;
	font-weight:400;
	margin-top:30px;
	margin-bottom:20px;
}

.news-container h3 small{
	display:block;
	text-transform:none;
	font-size:13px;
	margin-top:5px;
}

@media screen and (max-width:499px){
	.news-container h3{
		font-size:18px;
	}
}

@media(min-width:500px) and (max-width:767px){
	.news-container h3{
		font-size:27px;
	}
}

@media(min-width:768px) and (max-width:991px){
	.news-container h3{
		font-size:36px;
	}
}


/*-------------------------------*/

.news-list-item{
	background:#fff;
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
}


.news-list-container h4{
	margin:0;
	margin-top:10px;
	padding:0;
}

.news-list-container h4 a{
	color:#333333;
	text-decoration:none;
}

.news-list-container h4 a:hover{color:#929291;}

.news-list-container h4 span{
	font-size:15px;
	color:#b3b3b3;
	display:block;
	padding:5px 0 10px;
}
@media screen and (max-width:768px){
	.news-list-container h4{
		margin-top:25px;
	}
}

/* ============================================================
	OWL SLIDER
============================================================ */
#owl-demo .item{
	margin: 10px 8px;
	color: #FFF;
	text-align: center;
}

#owl-demo .item img{
	border:1px solid rgba(0,0,0,.07);
	padding:2px;
}

#owl-demo .item img:hover{border:1px solid rgba(0,0,0,.25);}

.customNavigation{
	text-align: right;
	margin-right:15px;
}
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel{padding:0 8px;}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-carousel	.owl-wrapper,
.owl-carousel	.owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:		hidden;
	-ms-backface-visibility:		 hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


/*--------------------------------------*/


.ac-slider-container{
	height:100px;
	margin-top:20px;
}

.ac-slider-container .btn .fa{
	font-size:32px;
}

.ac-slider.customNavigation{
	margin-right:auto !important;
	text-align: center !important;
	top:25%;
}

.ac-slider{
	margin:0;
	padding:0;
}

.ac-slider .item{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}





/* ============================================================
    BANNERS
============================================================ */

.banner-container{
	margin-top:1px;
	margin-bottom:1px;
}

.banner-item-container:hover{
	background:rgba(0,0,0,.03);
}

.banner-container a{
	text-decoration:none;
}

.banner-item-container{
	min-height:100px;
	display: table;
	padding:15px 30px;
}

.banner-last{
	border-left:1px solid #e7e3e1;
}

.banner-text{
	display: table-cell;
	vertical-align: middle;
}

.banner-item-container h4{
	font-weight:300;
	line-height:23px;
	font-size:23px;
}

.banner-item-container h4 small{
	font-size:14px;
	text-transform:none;
	display:block;
	margin-top:3px;
}

.banner-item-container i{
	font-size:50px;
	height:100%;
	margin-right:30px !important;
	padding-top:6px;
}

.banner-container .btn{
	margin-top:12px;
}

.banner-container .btn em{
	margin:1px 5px 0;
}

@media screen and (max-width:768px){
	.banner-last{
		border-left:0px;
		border-top:1px solid #e7e3e1;
	}
}

@media screen and (max-width:350px){
	.banner-item-container i{
		padding-top:20px;
		padding-bottom:15px;
	}
}

/* ============================================================
    FOOTER
============================================================ */

footer{
	background:#fff;
	padding:30px 15px;
	border-top:1px solid #e7e3e1;
}


footer  p,
.footer-small-text-container p{
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin:0;
	padding:0;
}

.footer-small-text-container{
	margin:15px 0 50px;
}

.footer-item-container h6{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	color:#999;
}

.footer-item-container {margin-bottom:30px;}

.footer-item-container ul li{
	margin:11px 0;
	line-height:14px;
}

.footer-item-container p,.footer-item-container a, .footer-item-container .fa-ul{
	font-size:13px;
	color:#999;
	font-weight:normal;
}

footer-item-container p{
	line-height:14px;
}

.footer-item-container .fa-ul{margin-left:24px!important;}

.footer-item-container .fa-ul .fa{
	margin-top:-3px;
}

.footer-item-container a{text-decoration:none;}

.footer-item-container a:hover{
	color:#3a662a;
}

.footer-partners-container{
	padding:-15px;
	background:#fff;
}




.footer-copyrigh{text-align:right;}
.footer-creatum{float:right;}

@media screen and (max-width:767px){
	footer .footer-social-group-container{
		margin-bottom:20px;
		text-align:center;
		width:100%;
	}
	footer .social-group{
		margin-bottom:10px;
		text-align:center;
		width:100%;
		display:block;
	}

	.footer-copyright-container{float:center;}
	.footer-copyrigh{text-align:center;}
	.footer-creatum{float:none; margin:0 auto;text-align:center;}


	a.social-group-item {
		border-right:2px solid #e7e3e1;
	}

}

/* ============================================================
   FORM
============================================================ */
.form-group { margin-bottom:20px;}
.form-group:last-child { margin-bottom:0px!important;}

.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




.form-control.right-icon-padding{
	padding-right:38px !important;
}

.form-control:focus {
	border-color: #3a662a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(250,250,250,.075), 0 0 9px rgba(58, 102, 42, .5);
          box-shadow: inset 0 1px 1px rgba(250,250,250,.075), 0 0 9px rgba(58, 102, 42, .5);
}

.form-control .dropdown-menu{
	border:1px solid #ccc;
	padding:0 0 4px!important;
	margin:10px 0 0;
	background:#fff!important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .125);

}



.form-container .dropdown-menu{
	background:#fff;
	margin:10px 0 0;
	padding:15px;
}

.form-container .dropdown-menu p{
	color:#999;
	margin-top:13px;
}

.btn-input{
	color: #333;
	background-color:#fff;
	border: 1px solid #ccc;
	height:45px;
	display:block;
	width:100%;
}

.btn-input p{
	color: #999;
	font-size:15px;
	font-family:'Roboto';
	display:inline-block;
	text-transform:none;
	left:15px;
	text-align:left;
	top:13px;
	position:absolute;
}

.btn-input span.fa{
	width:45px;
	height:45px;
	line-height:45px;
	position:absolute;
	top:0;
	right:0;	
	font-size:18px;
}

.btn-input:hover,
.btn-input:focus,
.btn-input.focus,
.btn-input:active,
.btn-input.active,
.open > .dropdown-toggle.btn-input {
  color: #333;
  background-color: #e6e6e6;
  border-color: #transparent;
}
.btn-input:active,
.btn-input.active,
.open > .dropdown-toggle.btn-input {
  background-image: none;
}

/* ============================================================
   BOOTSTRAP SELECT CARET
============================================================ */
.caret {
  display: inline-block;
  width:0px;
  height: 0px;
  line-height:45px;
  position:relative;
  border: 0px solid red !important;
}

.caret:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
	 font-size:18px;
}

.caret:after { content: '\f107';}



/* ============================================================
    ALAPOK
============================================================ */

.slider-container .navbar-default{
	background:transparent;
}


.slider-text-container{
	padding:0 30px 30px;
	min-height: 500px;
}

.slider-text-container h3{
	font-size:36px;
	font-weight:300;
	line-height:45px;
	margin:30px auto 40px;
}

.slider-text-container a,
.side-nav-container a:hover{
	text-decoration:none !important;
}

.side-nav-container h2{
	font-size:24px;
	font-weight:400;
	margin:30px auto 10px;
	text-align:center;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #eeeeee;
}

.side-nav > ul {
	padding-left: 15px;
}

.side-nav  ul li{
	margin:15px 0;
	line-height:14px;
}

.side-nav ul li a{
	color:#999999;
	text-decoration:none;
	font-family:'Roboto';
	font-size:13px;
}

.side-nav ul li a:hover{
	text-decoration:underline;
}


.side-nav-btn-item{
	background:transparent;
	margin-left:-16px;
	margin-right:-16px;
	padding:18px 15px;
	margin-top:-1px;
	border:1px solid #e7e3e1;
	font-size:16px;
	line-height:19px;
	text-transform:uppercase;
}

.side-nav-btn-item:hover{background:rgba(0,0,0,0.035);}

.side-nav-btn-item .fa{
	color:#aaa !important;
	float:left;
	margin-right:15px;
	line-height:40px;
	font-size:25px;
}

.side-nav-btn-item:hover > .fa {
	color:#929291 !important;
}



@media screen and (max-width: 1200px) {
	.slider-text-container{min-height:400px!important;	}

	.side-nav  ul li{
		margin:11px 0;
		line-height:13px;
	}

	.side-nav-btn-item{
		padding:13px 13px;
		font-size:14.5px;
		line-height:19px
	}
}

@media screen and (max-width: 991px) {

	.slider-text-container{
		padding:0 30px 20px;
		position:relative;
		min-height:200px!important;
	}

	.side-nav-btn-item{
		padding:18px 15px;
		font-size:16px;
		line-height:19px;
	}

	.side-nav-btn-item .fa{
		line-height:20px;
	}

	.side-nav .mobile-side-menu{
		padding:40px 0 20px;
		margin:-40px 0 0 0;
	}
	.side-nav .mobile-side-menu:hover{
		background:rgba(0,0,0,.03);
		cursor:pointer;
	}


	.color-stc{min-height:375px!important;}

	.side-nav-mobile{padding:40px 0 0px;}

	.slider-text-container h3{
		font-size:30px;
		line-height:35px;
		font-weight:300;
		margin:20px auto 20px;
	}

	.side-nav-container h2{
		margin:-5px 15px 10px;
		text-align:left;
		padding-bottom:0px;
		border-bottom:0px;
	}

	.side-nav  ul{margin-bottom:20px;}

	.side-nav  ul li{
		margin:15px 0;
		line-height:14px;
	}
}

@media screen and (max-width: 767px) {
	.slider-text-container{
		margin-top:-80px;
		min-height: 30px !important;
	}

	.slider-text-container h3{
		font-size:24px;
		line-height:28px;
		font-weight:300;
		margin:20px auto 15px;
	}
}


.breadcrumb{
	background:#fff;
	padding:25px 30px 2px;
	border-radius:0;
	text-transform:uppercase;
	color:#4c4c4a !important;
}

.breadcrumb li a{color:#4c4c4a;}

.breadcrumb li a:hover{color:#b3b3b3;}

.breadcrumb li.active{font-weight:bold;}

.breadcrumb li.active:before{font-weight:normal;}



.board{
   width: 100%;
	height: 500px;
	background: #fff;
}

.board .step-tabs {
	position: relative;
	margin-bottom: 0;
	box-sizing: border-box;
}

.board > div.board-inner{
	border:0px solid gold;
}


/* ============================================================
   STEPS
============================================================ */

.progress-tracjer-container {position:realtive;}

.liner{
	height: 2px;
   background: #eeeded;
   position: absolute;
   width: 70%;
   margin: 32px auto;
   left: 0;
   right: 0;
   z-index: 1;
}

ul.progress-tracker {
	display: table;
	width: 100%;
	padding: 0;
}
ul.progress-tracker li {
	display: table-cell;
	text-align: center;
	position: relative;
}

ul.progress-tracker li .step,
ul.progress-tracker li .active {
	width:64px;
	height:64px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	color:#6f6f6f;
	font:25px/45px 'Roboto';
	font-weight:300;
	position: relative;
	z-index: 1;
	border:10px solid #fff;
}

ul.progress-tracker li .step {background-color: #eeeded;}

ul.progress-tracker li .active {
	background-color: inline;
	color:#fff;
}

ul.progress-tracker li .label {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 10px;
	color:#5c5c5b;
	text-transform:uppercase;
	font:15px/15px 'Roboto';
}

.progress-tracker-content{
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #eeeded;
}


.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item {
  position:relative;
  display:block;
  padding:15px 15px 18px;
  margin-bottom:-1px;
  background-color:#fff;
  border:1px solid #eeeded;
}

.list-group-item p {margin-left:50px;}



/* ============================================================
   CHECKBOX
============================================================ */
.checkbox-container{
	width:auto;
	position:absolute;
}

.checkbox-container label.btn{
	width:35px;
	height:35px;
	line-height:26px;
	border-radius:50%;
}
.checkbox-container .btn .fa{font-size:20px;margin-left:-5px;}

.checkbox-container .btn.btn-checkbox,
.checkbox-container .btn.btn-checkbox:hover{
	color:#fff;
	background:#dbdbdb;
	text-align:center;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.checkbox-container .btn.btn-checkbox:focus,
.checkbox-container .btn.btn-checkbox.focus,
.checkbox-container .btn.btn-checkbox:active,
.checkbox-container .btn.btn-checkbox.active{
	background:#3a662a;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.info-icon,
a.info-icon-form {
	color:#9d9d9d;
	font-size:17px;
	line-height:22px;
	position:absolute;
}

a.info-icon:hover,
a.info-icon-form:hover {
	color:#656363;
	text-decoration:none;
	cursor:pointer;
}

.info-icon-form{
	right:0;
	top:0;
	margin:11px 30px 0 0 ;

}

.bc-container,
.bc-container:hover{
	text-align:left;
	color:#858585;
	background:#fff;
	height:35px;
	width:auto;
	padding-right:15px;
	border-radius:17.5px;
	border:1px solid #dbdbdb!important;
}


label.btn.btn-checkbox-l{
	font-size:15px;
	margin-left:70px;
	padding-left:20px;
}

label.btn.btn-checkbox-r{
	font-size:14.5px;
	line-height:21px;
	padding-right:60px;
}


.big-checkbox input[type="checkbox"] {display: none;}
.big-checkbox input[type="checkbox"] + .btn-group > label span:first-child {display: none;}
.big-checkbox input[type="checkbox"] + .btn-group > label span:last-child {display: inline-block;}
.big-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child { display: inline-block;}
.big-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {display: none;}

.big-checkbox input[type="checkbox"]:checked + .btn-group  {
	background:#3a662a;
	border:1px solid #3a662a !important;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.big-checkbox input[type="checkbox"]:checked + .btn-group > label {
	color:#fff!important;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}


.btn-checklist-container{ margin-top:10px;}

.btn-checklist-container .btn-group{margin-left:52px;}


.btn-checklist{
	color: #333;
	background-color:#fff;
	border: 1px solid #ccc;
	height:35px;
}

.btn-checklist:hover,
.btn-checklist:focus,
.btn-checklist.focus,
.btn-checklist:active,
.btn-checklist.active,
.open > .dropdown-toggle.btn-checklist {
  color: #fff;
  background-color: #91bf5b;
  border-color: #ccc;

  -moz-box-shadow:inset 0px 3px 0px 0px rgba(0,0,0,.125);
	-webkit-box-shadow:inset 0px 3px 0px 0px rgba(0,0,0,.125);

}
.btn-checklist:active,
.btn-checklist.active,
.open > .dropdown-toggle.btn-checklist {
	 background-color: #91bf5b;
	 border-color: transparent;
}



.btn-checklist-container .alert {
	padding:6px;
	padding-left:12px;
	margin:0;
	margin-top:15px;
	border: 1px solid transparent;
	border-radius:0;
}

.btn-checklist-container .alert-success {
	color: #2f62a1;
	background-color: #f1f7fd;
	border-left:4px solid #2f62a1;

}



/* ============================================================
   POPOVER
============================================================ */
/* .popover {
  position: absolute;
  top: 0;
  left:0;
  z-index: 1060;
  display: none;
  max-width: 380px;
  min-width: 280px;
  padding: 1px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius:0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .125);
          box-shadow: 0 1px 10px rgba(0, 0, 0, .125);
	color:#4c4c4a;

} */


.popover {
  position: absolute;
  top: 0;
  left:0;
  z-index: 1060;
  display: none;
  max-width: 380px;
  min-width: 280px;
  padding: 1px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius:0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .125);
          box-shadow: 0 1px 10px rgba(0, 0, 0, .125);
	color:#4c4c4a;

}




.popover-content {
  padding:15px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;

}


.popover.bottom > .arrow {
	top: -11px;
	left: 30px !important;
	right:auto !important;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}


/* ============================================================
   SPINEDIT
============================================================ */
.spinedit-container{
	display:inline-block;
	margin-left:15px;
}
p.spinedit-text{
	height:45px;
}

.spinedit-container p{
	display:inline;
}

div.spinedit {
	display: inline-block;
}

input[type="text"].spinedit {
	width: 45px;
	height:45px;
	text-align:center;
	line-height:45px;
	background:#fff;
	border:1px solid #ccc;
	color:#9d9d9d;
}
div.spinedit .icon-chevron-up,
div.spinedit .icon-chevron-down {
	position: relative;
	cursor: pointer;
	font-size:13px;
	border:1px solid red;
	line-height:20px;
	background:#fff;
	border:1px solid #ccc;

	font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}


div.spinedit .icon-chevron-up:hover,
div.spinedit .icon-chevron-up:focus,
div.spinedit .icon-chevron-up:active,
div.spinedit .icon-chevron-down:hover,
div.spinedit .icon-chevron-down:focus,
div.spinedit .icon-chevron-down:active{
	color:#d2d2d1;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div.spinedit .icon-chevron-up:after {content: '\f077';}
div.spinedit .icon-chevron-down:after {content: '\f078';}

div.spinedit .icon-chevron-up {
	left:-1px;
	top:-13px;
	padding:3px 4px 5px
}
div.spinedit .icon-chevron-down {
	left:-24px;
	top:9px;

	padding:3px 4px 5px
}



/* ============================================================
  TIMELINE
============================================================ */

.timeline-centered {
   position: relative;
   margin:50px 0 0;
	font-family:"Roboto" !important;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {clear: both;}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {clear: both;}

.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	background: #eeeded;
	left: 50%;
	top: 20px;
	bottom: 20px;
	margin-left: -4px;
}

.timeline-centered .timeline-entry {
	position: relative;
	width: 50%;
	float: right;
	margin-bottom: 70px;
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {clear: both;}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {clear: both;}

.timeline-centered .timeline-entry.begin {margin-bottom: 0;}



/*------------------------*/

.timeline-centered .timeline-entry.left-aligned {float: left;}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -23px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {float: right;}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -160px;
	text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -12px;
	border-width:12px 12px 0 0;
	border-color: #f6f6f6 transparent  transparent transparent;
}

/*------------------------*/

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -28px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -160px;
	text-align: right;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
	font-family:'Roboto';
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {font-size: 15px;}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	-moz-box-shadow: 0 0 0 18px #fff;
	-webkit-box-shadow: 0 0 0 18px #fff;
	box-shadow: 0 0 0 18px #fff;
	line-height: 50px;
	font-size: 21px;
	float: left;
}


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #f6f6f6;
	padding: 1.7em;
	margin-left: 70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	margin-top:25px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #f6f6f6 transparent transparent;
	left: 0;
	top: 0;
	margin-left: -12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 20px;
	margin:0 0 20px;
	padding:0;
	font-weight:500;
	color:#4c4c4a;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {color: #303641;}


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #4c4c4a;
	font-size: 15px;
	margin: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label img{margin-top:20px;}


.btn-timeline{
	color: #858585;
	background-color:transparent;
	border: 1px solid #9d9d9d;
}

.btn-timeline:hover,
.btn-timeline:focus,
.btn-timeline.focus,
.btn-timeline:active,
.btn-timeline.active,
.open > .dropdown-toggle.btn-timeline {
  color: #333;
  background-color: #e6e6e6;
  border-color: #transparent;
}
.btn-timeline:active,
.btn-timeline.active,
.open > .dropdown-toggle.btn-timeline {
  background-image: none;
}

@media screen and (max-width: 991px) {

	.timeline-centered:before {left: 32px;}


	.timeline-centered .timeline-entry {
		width: 100%;
		padding-left:30px!important;
	}

	.timeline-centered .timeline-entry.left-aligned {float: right;}

	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
		margin-left: -28px;
		margin-right: auto;/*!!!*/
		position: relative;
	}

	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {float: left;}

	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
		margin-left: 70px;
		margin-right: auto;/*!!!*/
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label,
	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
		padding-top:105px;
	}


	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time,
	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
		right:auto;
		left: 95px;
		text-align: left;
		display:block;
		width:100%;
		position:absolute;
		z-index:999;
		margin-top:50px;
		margin-bottom:20px;

		padding:8px;
		padding-left:16px;
		background:#fff;
	}


	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time:after,
	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time :after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 0 0 13px;
		border-color: transparent transparent transparent #f6f6f6;
		left: 0;
		bottom: 0;
		margin-left: -1px;
		margin-bottom:-1px;
	}

	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
		left: 0;
		right: auto;
		margin-left: -12px;
		margin-right: 0;
		border-width: 0 12px 12px 0;
		border-color: transparent #f6f6f6 transparent transparent;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
			font-size: 23px;
		}
}


/* ============================================================
  PADINATION
============================================================ */
.pagination {
  display: inline-block;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
	color: #333;
	background-color:#fff;
	border: 1px solid #ccc;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ccc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #9d9d9d;
  border-color: #ccc;
}


.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

/*----------------------------------*/

.event-pagination-container{text-align:left; padding-left:5px;}
.event-pagination-container .event-pagination-item:nth-child(n+1){margin-left:-5px !important;}
.event-pagination-container .btn-input .fa{font-size:18px;}
.event-pagination-container .btn-input:first-child{text-align:left;}
.event-pagination-container .btn-input:last-child{text-align:right;}
.event-pagination-container .event-pagination-btn{width:30.6%;display: inline;}
.event-pagination-container .event-pagination-lenyilo-ev{width:15% !important;}
.event-pagination-container .event-pagination-lenyilo-honap{width:25% !important;}

@media screen and (max-width: 991px) {
	.event-pagination-container .btn-input:first-child,
	.event-pagination-container .btn-input:last-child{text-align:center;}
	.event-pagination-container .event-pagination-btn{width:48px;}
	.event-pagination-container .event-pagination-lenyilo-ev{width:30% !important;}
	.event-pagination-container .event-pagination-lenyilo-honap{width:40% !important;}
}

/* ============================================================
	SLIDER
============================================================ */
.carousel-control {
   position: absolute;
   background: rgba(0,0,0,.5);
   width: 55px;
   height: 55px;
   text-transform: uppercase;
   text-align: center;
   top: 40%;
   z-index: 12;
   text-decoration: none;
	font-size:40px;
	line-height:52px;
	color:#9d9d9d;

	filter: alpha(opacity=100);
	opacity: 1;
}

.carousel-control:hover,
.carousel-control:focus {
	filter: alpha(opacity=100);
	opacity: 1;
	color:#fff;
}


.carousel-control.left {
	background-image:none;
	filter:none;
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image:none;
	filter:none;
	background-repeat: repeat-x;
}

@media (max-width: 480px) {
	.carousel-control {
		width: 40px;
		height: 40px;
		top: 38%;
		font-size:25px;
		line-height:37px;
	}
}


/* ============================================================
	MEGRENDELES FORM - AJ�ND�KBOLT
============================================================ */


.ajandekbolt-form .btn-close{
	margin-left:-15px;
}


.ajandekbolt-form .vc-text{
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	font-size:15px;
	text-align:left;
	padding-left:0 !important;
}

.plusz-product {
	margin:20px 15px;
	padding:0 !important;
}

.plusz-product-headline{
	padding:0 0 15px;
}

.plusz-product-headline[class*="col-"]{
	padding:0 !important;
}

.plusz-product .fa {
	font-size:17.5px;
	margin-right:6px;
	psition:absolute;
}

.plusz-product a {
	font-size:15px;
	position: relative;
	display: table-cell;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align:middle;
	color:#757574;
	min-height:45px;
}

@media screen and (max-width: 1199px) {
	.ajandekbolt-form .vc-text{
		padding-left:15px !important;
	}

	.ajandekbolt-form .btn-close{
		margin-left:-18px;
	}

}


/* ============================================================
	TABLE
============================================================ */
.table{font-family:'Roboto';}

.table-striped > tbody > tr:nth-of-type(odd) {background-color: #fff;}
.table-striped > tbody > tr:nth-of-type(even) {background-color: #fbfbfb;}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #ddd;
}


.table thead th{
	text-align:center !important;
	/*width:33.3333%;*/
}


.table thead tr:first-child th{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:300!important;
}
.table thead tr:last-child th{
	color:#000;
	font-size:15px;
	font-weight:500!important;
}

.table tbody{
	color:#333;
	font-size:15px;
	font-weight:400!important;
}


@media screen and (max-width: 768px) {

	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	  padding: 6px 12px;
	}


	.table thead tr:first-child th{
		font-size:15px;
		font-weight:300!important;
	}
	.table thead tr:last-child th{
		font-size:12px;
		font-weight:500!important;
	}

}


/* ============================================================
	DOWNLOAD PANEL
============================================================ */

.download-container{min-height:45px;}
.download-item-text p{padding:10.5px 15px;}
.download-item-btn{right:0;}


/* ============================================================
	2015.08.17. modifications
============================================================ */


.modal-content {
  background-color: transparent !important;
  border: 0px;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}

.modal-content p,
.modal-content h4{margin:0;padding:0;}

.modal-backdrop {background-color:#fff;}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: .95;
}

.slide-links-container{padding-left:30px; padding-right:30px;min-height:1px;}

.slide-links-container .row{
	margin-right:-31px;
	margin-left:-31px;
	margin-top:-1px;
}

.slide-links-container .list-group .list-group-item:first-child,
.slide-links-container .list-group.no-border .list-group-item{border:0px;}

.slide-links-container .list-group.no-border .list-group-item{
	padding-top:8px;
	padding-bottom:8px;
}

.slide-links-container .list-group .list-group-item a{
	color: #555555;
	position: relative;
	display: block;
	padding-left: 20px;
}

.slide-links-container .list-group .list-group-item a i{
	position: absolute;
	top: 2px;
	left: 0;
}

.slide-links-container .list-group .list-group-item{padding:12px 30px;}

/* ============================================================
	MODAL
============================================================ */

.modal-content {
  background-color: transparent !important;
  border: 0px;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}

.modal-content p,
.modal-content h4{margin:0;padding:0;}

.modal-backdrop {background-color:#fff;}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: .95;
}

.slide-links-container{padding-left:30px; padding-right:30px;}

.slide-links-container .row{
	margin-right:-31px;
	margin-left:-31px;
	margin-top:-1px;
}

.slide-links-container .list-group .list-group-item:first-child,
.slide-links-container .list-group.no-border .list-group-item{border:0px;}

.slide-links-container .list-group.no-border .list-group-item{
	padding-top:8px;
	padding-bottom:8px;
}

.slide-links-container .list-group .list-group-item{padding:12px 30px;}

.close {
  float: right;
  font-size:35px;
  font-weight: bold;
  line-height: 1;
  color: #858585;
  text-shadow: 0 0 0 transparent;
  filter: alpha(opacity=80);
  opacity: .8;
}
.close:hover,
.close:focus {
	color: rgba(0,0,0,.5);
	text-decoration: none;
	cursor: pointer;
	
}

.modal-dialog{margin-top:150px;}

.modal {overflow-y: auto; z-index: 99991050;}
.modal-open {overflow: auto;}
.modal-open[style] {padding-right: 0px !important;}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: solid 1px rgba(0,0,0,.5);
}

.modal-content {
	background: none !important;
	border: 0px;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none !important;
			 box-shadow: none !important;
}

.modal-form{
	background:#fff !important;
	padding:0 20px;
}

.modal-backdrop {
	z-index: 99991040;
	background-color: #fff; /* MODAL HÁTTERE */
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: .95;
}


/* ============================================================
	MOSZK�T�-METER
============================================================ */

/* body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
} */


a.moszkito-meter-btn {
	background: #6b6b6a;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	width: 40px;
	text-align:center;
	position: absolute;
	right: 0;
	top: 92px;
	text-decoration: none;
	text-transform: uppercase;
	transition: right 0.3s ease-in-out 0s;
	z-index: 1500;

	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;


	-webkit-box-shadow: -4px 4px 0px 0px rgba(0,0,0,.17);
	-moz-box-shadow: -4px 4px 0px 0px rgba(0,0,0,.17);
	box-shadow: -4px 4px 0px 0px rgba(0,0,0,.17)
}

a.moszkito-meter-btn i {color: #e4ddce;font-size: 34px;line-height:52px;}


a.moszkito-meter-btn:hover {background:#5c5c5b;}
a.moszkito-meter-btn:hover > i {color: #fff}

.moszkito-meter-container {
	background: #fff;
	display: block;
	overflow: auto;
	position: fixed;
	right: -384px;
	font-size: 15px;
	top: 92px;
	width: 380px;
	z-index: 1010;
	padding:13px 30px 30px!important;

	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;

	-webkit-box-shadow: -4px 4px 0px 0px rgba(0,0,0,.17);
	-moz-box-shadow: -4px 4px 0px 0px rgba(0,0,0,.17);
	box-shadow: -4px 4px 0px 0px rgba(0,0,0,.17)
}


.moszkito-meter-item img {float:left;margin-right:30px;}

.moszkito-meter-item .moszkito-meter-text h3{padding-top:10px;}

.moszkito-meter-item .moszkito-meter-text h3{font-size:18px;font-weight:600;}

.moszkito-meter-item .moszkito-meter-text h3 small{font-size:15px;font-weight:400;}

.moszkito-meter-item .moszkito-meter-text p{
	font-size:12.5px;
	font-weight:300;
	color:#3a3a38;
	line-height:16.5px;
}

a.moszkito-meter-btn:hover {cursor: pointer;}
a.moszkito-meter-btn.fixed {position: fixed;}
.nav-expanded a.moszkito-meter-btn.fixed {right: 380px;}
.nav-expanded .moszkito-meter-container {right: 0;}


@media screen and (max-width: 768px) {

	a.moszkito-meter-btn{top:25%;}


	.moszkito-meter-container {
		top:25%;
		right:-234px;
		width:230px;
		padding:30px 30px 30px!important;
	}
	.moszkito-meter-item img {float:none;margin-right:0; margin:0 auto;}

	.nav-expanded a.moszkito-meter-btn.fixed {right: 230px;}
}




/* ============================================================
	PROGRAMOK
============================================================ */

.triangle-mask:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:0 0 25px 25px;
	position:absolute;
	top:-6px;
	right:0px;

	border-color:  transparent transparent #fff transparent !important;
}


.program-item{
	padding:0 15px 0;
	border:1px solid #eee !important;
	
	margin:0 0 30px;
	min-height:250px;
}

.program-item h3{
	font-size:25px;
	font-weight:300;
	margin:0;
}



.program-item-header{
	margin:-1px -16px 0;
	padding:15px;
	height:150px;
	border:1px solid #eee;
	
}

.program-item-header:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:30px 30px 0 0;
	position:absolute;
	top:-1px;
	left:14px;
	z-index:917;

}

.program-item-header:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:34px 34px 0 0 ;
	position:absolute;
	top: 0px;
	left:15px;
	z-index:915;
	border-color: rgba(0,0,0,.20) transparent transparent transparent !important;
}

.program-item:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:0 0 31px 31px;
	position:absolute;
	top:121px;
	right:16px;
	z-index:915;
	border-color:  transparent transparent #fff transparent !important;
}



.program-item-header span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}


.program-item-header h3 {
	margin: 0;        
	vertical-align: middle;
	display: inline-block;
	color:#262522;
	position:relative;
	font-weight:300;
	z-index:200;
}

.program-item-header.scale-container {
	background:#fff!important;
}

.img-color-effect img{
	margin-top:-50%;
	padding:0;
	z-index:100;
	opacity: 0.15;
   filter: alpha(opacity=15);
	
	mix-blend-mode:soft light;
	
	-webkit-transform: scale(2.5,2.5);
	-moz-transform: scale(2.5,2.5);
	-0-transform: scale(2.5,2.5);
	transform: scale(2.5,2.5);
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}



.program-text{
	margin:20px 0;
	min-height:130px;
}

.program-item p,
.program-item p+p{margin:0;padding:0;}

.program-item a{margin:0 0 15px;}

.program-selector,.program-whys{text-align:center;}
.program-whys p{display:inline; margin:0 10px;}


.program-item:hover,
.program-item:hover >.program-item-header:hover{
	cursor:pointer;
}

.program-item:hover >.program-item-header img,
.program-item:hover >.program-item-header:hover img{
}


@media screen and (max-width: 768px) {
	.program-text{min-height:20px;}	

	.program-selector,.program-whys{text-align:left;}
	.program-whys p{display:block; margin:0 0 10px;}
}


@media screen and (min-width: 768px) {
	
	.program-text .dl-horizontal dt,
	.program-text .dl-horizontal dd {letter-spacing:0.001em;}
	.program-text .dl-horizontal dt {
		float: left;
		width: auto;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.program-text .dl-horizontal dd {margin-left: 80px;}
	
	
	.program-text-leiras .dl-horizontal dt,
	.program-text-leiras  .dl-horizontal dd {letter-spacing:0.001em;}

	.program-text-leiras  .dl-horizontal dt {
		float: left;
		width: auto;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.program-text-leiras  .dl-horizontal dd {margin-left: 150px;}
}
@media screen and (max-width: 767px) {
	.program-text-leiras  .dl-horizontal dt {float: left;}
	
	.program-text-leiras  .dl-horizontal dd {margin-left: 135px;}
}



/* ============================================================
  KOSÁR
============================================================ */

.table-hover > tbody > tr:hover {background-color: rgba(0,0,0,.015);}

.table-kosar{margin-top:20px;}

.table-kosar > thead > tr > th,
.table-kosar > tbody > tr > th,
.table-kosar > tfoot > tr > th,
.table-kosar > thead > tr > td,
.table-kosar > tbody > tr > td,
.table-kosar > tfoot > tr > td {
	font-family:'Roboto';
	font-size:14px;
	color:#010000;
	vertical-align:middle;
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid #e4e4e4  !important;
	border-bottom:1px solid #e4e4e4  !important;
	border-left:0px solid #e4e4e4  !important;
	border-right:0px solid #e4e4e4  !important;
}

.table-kosar .btn-x {
	color: #cacaca;
	border:0;
	padding:0;
	background:none !important;
	font-size:22px;
}
.table-kosar .btn-x:hover {
	color:#c93932 !important;
}

.table-kosar > thead th,
.table-kosar > thead td {
	font-weight:700!important;
	color:#858585!important;
	background:#f6f6f6;
	border-bottom:1px solid transparent !important;
}

.table-kosar > thead th {padding:15px!important;}

.table-kosar> tbody th,
.table-kosar > tbody td  {
	font-weight:300!important;
	color:#2c2b2b;
	border-bottom:1px solid #e4e4e4 !important;
}

.table-kosar> tbody th b,
.table-kosar > tbody td b {
	font-weight:500!important;
	display:block;
}


.table-kosar> tfoot th,
.table-kosar > tfoot td  {
	font-weight:500!important;
	color:#262522;
}

.table-kosar > tfoot {
	top:5px;
	border-top:3px double #e4e4e4 !important;
}

.table-kosar th,
.table-kosar td{
	text-align:right !important;
}

.table-kosar th:nth-child(1),
.table-kosar td:nth-child(1){
	width:55%;
	vertical-align:top;
	
	border-left:1px solid #e4e4e4  !important;
}

.table-kosar th:nth-child(2),
.table-kosar td:nth-child(2){
	text-align:left !important;
	width:60%;
}

.table-kosar th:nth-child(3),
.table-kosar td:nth-child(3){
	text-align:center !important;
	width:20px;
	border-right:1px solid #e4e4e4  !important;
}

.table-kosar tfoot  p,
.table-kosar tfoot  b{
	color:#d17035 !important;
	line-height:16px;
}

.table-kosar tfoot  p{
	font-size:12px !important;
	font-weight:400 !important;
	font-family:'Tahoma';
}

.table-kosar tfoot  b{
	font-size:16px !important;
	font-weight:700 !important;
	font-family:'Roboto';
}

.table-kosar tfoot th:first-child,
.table-kosar tfoot td:first-child{text-align:left !important;}

.table-kosar tfoot th:last-child,
.table-kosar tfoot td:last-child{
	color:#262522;
	text-align:right !important;
}

.table-kosar .wasd{padding:15px;}

.table-kosar .wasd img{	
	-webkit-transform: scale(2.5,2.5);
	-moz-transform: scale(2.5,2.5);
	-0-transform: scale(2.5,2.5);
	transform: scale(2.3,2.3);
}



@media (max-width: 768px) {

	.table-kosar th:nth-child(1),
	.table-kosar td:nth-child(1){width:15%;}

	.table-kosar th:nth-child(2),
	.table-kosar td:nth-child(2){width:85%;border-left:1px solid #e4e4e4  !important;}
	
	.table-kosar > thead > tr > th,
	.table-kosar > tbody > tr > th,
	.table-kosar > tfoot > tr > th,
	.table-kosar > thead > tr > td,
	.table-kosar > tbody > tr > td,
	.table-kosar > tfoot > tr > td {
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
	}
	
	.table-kosar > thead th {padding:10px!important;}

	.table-kosar tfoot  b{font-size:14px !important;}
}

/* ============================================================
	INTERAKTIV T�RK�P
============================================================ */

ul.interaktiv-terkep-links{padding:0;margin:0;}
ul.interaktiv-terkep-links i.fa-lg{margin:0; padding:0; position:absolute;}

ul.interaktiv-terkep-links li{border:1px solid transparent;color:#999999;}


ul.interaktiv-terkep-links label,
ul.interaktiv-terkep-links p{
	margin:0 0 0 25px;
	padding:0;
	font-size:14px;
	color:#999999;
	line-height:17px;
}
ul.interaktiv-terkep-links label{margin-top:-2px;text-transform:uppercase; font-weight:500 !important;}
ul.interaktiv-terkep-links p{margin-top:-2px;	font-weight:400 !important;}

ul.interaktiv-terkep-links label,
ul.interaktiv-terkep-links ul li{cursor:pointer;}


ul.interaktiv-terkep-links ul {margin-bottom:15px; border-bottom:1px solid #eeeeee;}
ul.interaktiv-terkep-links ul li{margin-left:22px;}
