html, body {
	margin: 0;
	height: 100%;
}

.t3-wrapper{
	position: relative;
	min-height: 400px;
	overflow: hidden;
}
	
#t3-footer {
	position: absolute;
	left: 0;
	width: 100%;
} 

@media screen and (max-width: 767px) {
    .content-sm {
        padding-bottom: 0;
    }
    #t3-footer {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }
}

@media (max-width: 400px) {
  .content-sm {
    padding-bottom: 0;
  }
  #t3-footer{
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
  }
}

.small-wrapper {
	background-image:url('../../../images/back-pattern-1.png');
	background-repeat: repeat;
}

.small-wrapper-2 {
	background-color:#289EA5;
}

.purple-wrapper {
	background:#A26181;
	padding:15px 45px;
}

.white-wrapper {
	background:#fff;
	padding:15px 45px;
}

.grey-wrapper {
	background:#f3f3f3;
	padding:15px 45px;
}

.turquoise-wrapper {
	background:#218F77;
	padding:30px 50px;
}

.mailing-wrapper {
	background:#efe8e4;
	padding:0 45px;
}

.asszertiv-mailing-wrapper {
	background:#F3F3F3;
	padding:30px 45px 0 45px;
}

@media screen and (max-width: 767px) {
	.turquoise-wrapper {
	padding:15px 30px;
}
}

@media (max-width: 400px) {
	.turquoise-wrapper {
	padding:15px 30px;
}
}

/* Action for happines */

.afh-wrapper-lightblue {
	background:#EBFAF7;
	padding: 30px;
	}
	
.afh-wrapper-yellow {
	background:#FAB300;
	}	

.afh-wrapper-blue {
	background:#1C77BD;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.afh-wrapper-green {
	background:#6DA741;
	padding: 20px;
	}
	
.btn-afh {
	border: 0;
	border-radius: 20px;
	font-family: 'Open Sans',sans-serif;
	color: #fff;
	text-align: center;
	background:#C9294F;
	font-size: 22px;
	font-weight: 800;
	padding: 15px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	font-weight: bold;
	margin: 30px;
	}

.btn-afh:hover,
.btn-afh:focus,
.btn-afh:active,
.btn-afh.active{
	color: #fff;
	text-decoration: none;
}

div.mod-languages {
	border: none;
	}

@media (max-width: 400px) {
	div.mod-languages ul {
		padding-left: 160px;
		margin-bottom: 20px;
	}
}


.erzelmi-wrapper {
	background-image:url('../../../images/landing-pages/erzelmi-inteligencia/abcterapia-erzelmi-inteligencia-a-munkahelyen-puzzle-lg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height:1308px;
	padding:650px 0 0 0;
	}
	
@media screen and (max-width: 767px) {
	.erzelmi-wrapper  {
	background-image:url('../../../images/landing-pages/erzelmi-inteligencia/abcterapia-erzelmi-inteligencia-a-munkahelyen-puzzle-md.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height:1308px;
	padding:615px 0 0 0;
	}
}

@media (max-width: 400px) {
	.erzelmi-wrapper  {
	background-image:url('../../../images/landing-pages/erzelmi-inteligencia/abcterapia-erzelmi-inteligencia-a-munkahelyen-puzzle-sm.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height:936px;
	padding:420px 0 0 0;
	}
}

.puzzle{
    text-align: center;
    background-color: #2C7580;
    padding: 15px 30px;
    border-radius: 0.75rem;
    max-width: 1080px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
@media screen and (max-width: 767px) {
	.puzzle{
    text-align: center;
    background-color: #2C7580;
    padding: 15px 30px;
    border-radius: 0.75rem;
    max-width: 706px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
}

@media (max-width: 400px) {
	.puzzle{
    text-align: center;
    background-color: #2C7580;
    padding: 15px 15px;
    border-radius: 0.75rem;
    max-width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
}
	
	
.puzzle p {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 22px;
	color:#fff;
	line-height: 2;
	}
	
@media screen and (max-width: 767px) {
	.puzzle p  {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#fff;
	line-height: 2;
	}
}

@media (max-width: 400px) {
	.puzzle p  {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#fff;
	line-height: 2;
	}
}

.asszertiv-yellow {
    text-align: center;
    background-color: #FBD65D;
    padding: 30px 30px;
    border-radius: 0.75rem;
	}
	
@media screen and (max-width: 767px) {
	.asszertiv-yellow{
    text-align: center;
    background-color: #FBD65D;
    padding: 30px 30px;
    border-radius: 0.75rem;
	}
}

@media (max-width: 400px) {
	.asszertiv-yellow{
    text-align: center;
    background-color: #FBD65D;
    padding: 10px 10px;
    border-radius: 0.75rem;
	}
}
	
.asszertiv-yellow p {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#000;
	line-height: 2;
	}
	
@media screen and (max-width: 767px) {
	.asszertiv-yellow p  {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#000;
	line-height: 2;
	}
}

@media (max-width: 400px) {
	.asszertiv-yellow p  {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#000;
	line-height: 1.8;
	}
}




.padding-lr-20 {
	padding:0 20px;	
}
	
/* Full width settings */

.fullwidth {
	background: #fbf9f9;
	}

.fullwidth-banner {
	background-image:url('../../../images/banner-elsosegely-back-lg.jpg');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 5px;
	}
	
@media screen and (max-width: 767px) {
	.fullwidth-banner {
		background-image:url('../../../images/banner-elsosegely-back-md.jpg');
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover;
		padding-top: 15px;
		padding-bottom: 5px;
	}
}

@media (max-width: 400px) {
	.fullwidth-banner {
		background-image:url('../../../images/banner-elsosegely-back-sm.jpg');
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover;
		padding-top: 10px;
		padding-bottom: 5px;
	}
}

.img-center {
	display: flex;
	justify-content: center;
	}
	
.content-md{
	padding-bottom: 30px;
	padding-top: 30px;
	}

.vert-centered{
	margin: 0 auto;
	}

/* Multilingual */

.small-wrapper-srb {
	padding:30px 240px;
    background: url('../../../images/background_2.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	margin-bottom:40px;
}

.small-wrapper-srb p {
	font-family: 'Sanchez', serif;
	text-transform: uppercase;
	font-size: 300%;
	background-color: rgba(168, 197, 77, 0.8);
	text-align: center;
    color: #f8f8f8;
}

.introduction p {
	font-family: 'Sanchez', serif;
	font-size: 250%;
	color: #289EA5;
}

.introduction-adress p {
	font-family: 'Sanchez', serif;
	font-size: 150%;
	color: #289EA5;
}

/* Multilingual contact */

.whomulti li { 
	margin-bottom: 20px;
}
.whomulti li i { 
	color: #6E5A45; 
	font-size: 16px;
	margin-right: 8px;
	position: relative; 
}

.whomulti li { 
	font-size: 16px;
}

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


.carousel-wrapper{

}

/*Typography*/

h1, h2, h3, h4, h5, h6 {
    color: #585F69;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    text-shadow: none;
}

.first{
	margin-top:0;
}

div.itemHeader h1:before,
div.moduleitemHeader h1:before{
    background: none repeat scroll 0 0 #A8C54D;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}

div.itemHeader h1.itemTitle,
div.moduleitemHeader h1.itemTitle {
    font-family:'Open Sans',Helvetica,Arial,sans-serif;
    border-bottom: 1px dashed #555;
    font-size: 23px;
    line-height: 40px;
    margin-top: -10px;
    padding:10px 0 0 20px;
    position: relative;
    text-transform: uppercase;
	margin-bottom:20px;
}

@media all and (min-width: 960px) {
    div.itemHeader h1.itemTitle,
	div.moduleitemHeader h1.itemTitle {
        font-size: 23px;
		line-height: 40px;
		}
}
 
@media all and (max-width: 959px) and (min-width: 600px) {
    div.itemHeader h1.itemTitle,
	div.moduleitemHeader h1.itemTitle {
        font-size: 20px;
		line-height: 20px;
    }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    div.itemHeader h1.itemTitle, 
	div.moduleitemHeader h1.itemTitle {
        font-size: 18px;
		line-height: 20px;
    }
 
}

p, li {
    color: #555555;
    line-height: 1.6;
}

a {
   color: #289EA5;
}

a:hover, a:focus {
	color:#3CBDC4;
	text-decoration:none;
	outline: none;
}

.font-size-16 {
	font-size: 16px;
	}

.font-size-18 {
	font-size: 18px;
	}
	
.font-size-20 {
	font-size: 20px;
	}	
	
.font-size-30 {
	font-size: 30px;
	}	
	
.font-size-40 {
	font-size: 40px;
	}
	
.blue {
    color: #289DA5;
}

.light-blue {
    color: #C8ECF7;
}

.white {
    color: #fff;
}

.sotkek {
    color: #327373;
}

.strong {
	font-weight: bold;
	}

.content-boxes-panik h2 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}

.content-boxes-ei h2 {
	color: #555;
	font-size: 16px;
	margin-top: 15px;
	}

.t3-sl {
	padding-top: 0;
	padding-bottom: 0;
}

.t3-mainnav {
	border: 1px solid #E7E7E7;
	border-radius:1;
}

.container .t3-sl .t3-sl-1{
	height:300px;
}

.t3-module  {
	margin-bottom:0;
}

.t3-content  {
	padding-top:0;
}

.t3-mainbody {
	padding-top:0;
	/*min-height:750px;*/
}

.ifight {
	color:#F0504F;
}

.tisztxt {
	color:#ffffff;
}

.ei-idezet h2{
    font-family: 'Domine',Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    max-width: 1080px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
	.ei-idezet h2 {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	}	
	}
	
@media (max-width: 400px) {
	.ei-idezet h2 {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	}	
	}

.ei-header{
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.ei-trener p {
	padding:0 100px;
}

@media screen and (max-width: 767px) {
	.ei-trener p {
	padding:0 50px;
	}	
	}
	
@media (max-width: 400px) {
	.ei-trener p {
	padding:5px;
	}	
	}

/* Action for happines - jelentkezes */	

.afh-idezet h2{
    font-family: 'Domine',Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 800;
	color: #1C77BD;
    line-height: 2;
    max-width: 1040px;
    display: block;
    margin:0 auto;
    }

@media screen and (max-width: 767px) {
	.afh-idezet h2 {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #1C77BD;
	line-height: 1.8;
	margin: 0 auto;
	}	
	}
	
@media (max-width: 400px) {
	.afh-idezet h2 {
	font-family: 'Domine',Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #1C77BD;
	line-height: 1.6;
	margin: 0 auto;
	}	
	}
	
.purple-back {
    background-color: #a667c0;
}

.light-purple-back {
background-color:#A26181;
}

.blue-back {
    background-color: #416C7A;
}

.yellow-back {
    background-color: #FBD65D;
}

.lightblue-back {
    background-color: #289DA5;
}

/* User description*/

h3.itemAuthorName {
	margin:0;
	}

h3.itemAuthorTitle {
	margin-top: 10px;
	margin-bottom: 5px;
	}

h3.itemAuthorDesc {
	margin-top:0;
	margin-bottom: 5px;
	}

	
	
.hanganyag h3 {
	color: #289DA5;
	text-align: center;
	}	

.hanganyag small {
	display:block;
	text-align: center;
	margin-top: 10px;
	}	

@media screen and (max-width: 767px) {
	.hanganyag h3 {
	color: #289DA5;
	}	
	}
@media (max-width: 400px) {
	.hanganyag h3 {
	color: #289DA5;
	}	
	}
	
.ingyenes-box {
	background: #289DA5;
	padding:20px;
	}	
	
.ingyenes-txt  {
	color: #fff;
	}	
	
/* Tables */

td, tr td {
    border-top: none;
}

th, td {
    padding: 10px;
}

/*English & Serbian*/

.english-box{
  position:relative;
}

.english-img-title{
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  letter-spacing: 3px;
}

h1.english {
	font-family: 'Sanchez', serif;
	text-transform: uppercase;
	background-color: rgba(168, 197, 77, 0.8);
	text-align:center;
    color: #f8f8f8;
}

@media all and (max-width: 599px) and (min-width: 320px) {
	h1.english {
		font-size:180%;
	}
}

@media all and (max-width: 959px) and (min-width: 600px) {

	h1.english {
		font-size:240%;
	}
}

@media all and (min-width: 960px) {
	h1.english {
		font-size:300%;
	}
}

/*Treningek*/

/*Font Awesome Icon Styles*/

i.icon-custom {
	color: #555;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	border: solid 1px #555;
}

i.icon-custom-nobg {
    color: #a3c537;
    font-size: 60px;
    margin-bottom: 30px;
    text-align: center;
    display: inline-block;
}

i.icon-sm {
 width: 35px;
 height: 35px;
 font-size: 16px;
 line-height: 35px;
}

i.icon-md {
	width: 55px;
	height: 55px;
	font-size: 22px;
	line-height: 55px;
}

i.icon-lg {
	width: 60px;
	height: 60px;
	font-size: 31px;
	line-height: 60px;
	margin-bottom: 10px;
}

i.icon-2x {
	font-size: 30px;
}
i.icon-3x {
	font-size: 40px;
}
i.icon-4x {
	font-size: 50px;
}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/*Icons Color*/
i.icon-color-u,
i.icon-color-green{
	background: none;
}

i.icon-color-u {
	color: #72c02c;
	border: solid 1px #72c02c;
}

i.icon-color-green {
	color: #2ecc71;
	border: solid 1px #2ecc71;
}

i.icon-color-grey {
	color: #999999;
}


/*Icons Background Color*/

i.icon-bg-u,
i.icon-bg-yellow,
i.icon-bg-green,
i.icon-bg-purple,
i.icon-bg-turquoise{
	color: #fff;
	border-color: transparent;
}

i.icon-bg-u {
	background: #72c02c;
}

i.icon-bg-yellow {
	background: #F58A44;
}

i.icon-bg-green {
	background: #8FC74A;
}

i.icon-bg-purple {
	background: #A46080;
	}

i.icon-bg-turquoise {
	background: #218F77;
	}
	
.trening-keret h3 {
	margin: 25px 0;
	padding: 0;
}

.trening-keret h3 {
	font-size: 20px;
	color: #289EA5;
}

.trening-keret small {
	display: block; 
	font-size: 14px;
	margin: 5px 0 10px 0;
}

.trening-keret h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.trening-keret fa{
	color:#9f9f9f;
}

.service-block {
    margin-bottom: 30px;
    text-align: center;
}

/* Felszolitas */

.fontos{
	text-align: center;
	background-color:#f3f3f3;
	border:1px solid #D9D9D9;
	padding: 20px 25px;
	margin: 20px 0;
	}
	
.tisztelet{
	text-align: center;
	background-color:#383737;
	border:1px solid #D9D9D9;
	padding: 30px 15px 15px 30px;
	margin: 20px 0;
	}
	
.asszertiv-felszolitas{
	text-align: center;
	background-color:#EBFAF7;
	border:1px solid #D9D9D9;
	padding: 20px 25px;
	margin: 20px 0;
	}
	
/*Blockquote*/
blockquote {
	padding: 5px 15px;
	border-left-width: 2px;
}

blockquote p {
	font-size: 14px;
	font-weight: 400;
}

blockquote h1,
blockquote h2,
blockquote span {
	font-size: 18px;
	margin: 0 0 8px;
	line-height: 24px;
}

/*Blockquote Styles*/
blockquote.bq-text-lg p,
blockquote.bq-text-lg small {
	text-transform: uppercase;
}

blockquote.bq-text-lg p {
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

blockquote.text-right,
blockquote.hero.text-right {
	border-left: none;
	border-right: 2px solid #eee;
}

blockquote.hero.text-right,
blockquote.hero.text-right:hover {
	border-color: #555;
}

blockquote:hover,
blockquote.text-right:hover {
	border-color: #72c02c;
	transition: all 0.4s ease-in-out;
}

blockquote.bq-dark,
blockquote.bq-dark:hover {
	border-color: #585f69;
}

blockquote.bq-blue {
	border-color: #2AB6B2;
}

blockquote.bq-red {
	border-color: #EF453D;
}

blockquote.bq-purple {
	border-color: #EE5096;
}

blockquote.bq-yellow {
	border-color: #FCB63B;
}

.row-center {
    text-align:center;
}
.col-center {
    display:inline-block;
    float:none;
}

/*Blockquote Hero Styles*/

.idezet {
	font-size:18px;
	margin-top:0;
	margin-bottom:20px;
        font-style: italic;
}

blockquote.hero {
	border: none;
	padding: 18px;
	margin-bottom: 30px;
	border-radius: 25px;
}

.hero-blank h2{
	font-size:18px;
        margin:10px;
}

blockquote.hero.hero-default {
	background: #A8C54D;
}

blockquote.hero.hero-idezet {
	background: #F7EEE6;
}

blockquote.hero.hero-warning {
	background: #f7f7f7;
}

blockquote.hero.hero-default h2,
blockquote.hero.hero-default small {
	font-style: italic; 
	color: #fff;
	font-weight: 400;
}

blockquote.hero.hero-default p {
	font-style: italic; 
	color: #515151;
	font-weight: 400;
}

blockquote.hero.hero-warning h2{
	font-style: normal; 
	color: #585F69;
	font-weight: 400;
}

blockquote.hero.hero-default small {
		font-size:100%;
}

/*Headline Center*/
.headline-center {
	text-align: center;
	position: relative;
}

.headline-center h2 {
	color: #555;
	font-size: 23px;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.headline-center h2:after {
	left: 50%;
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	margin-left: -15px;
	text-align: center;
	position: absolute;
	background: #8AC64C;
}

.left {
	text-align: left;
	}
	
.green{
	color: #74C52C;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.mind-land{
	margin-bottom: 10px;
	}
	
/*Lists*/
.pricing-v1-content ul,
.pricing-v2-content ul,
.pricing-v3-content ul {
	margin-bottom: 0;
	background: #f9f9f9;
}

.pricing-v1-content li,
.pricing-v2-content li,
.pricing-v3-content li
.pricing-v4-content li
{
	margin: 0;
	padding: 13px 20px;
}

.pricing-v4-content li
{
	margin: 0;
	padding: 13px 20px;
	font-size: 18px;
}

.pricing-v1-content li i {
	margin-right: 10px;
       color: #74C52C;
}

.pricing-v2-content li i {
	margin-right: 10px;
       color: #F58A44;
}

.pricing-v3-content li i {
	margin-right: 10px;
       color: #289DA5;
	}
	
.pricing-v4-content li i {
	margin-right: 10px;
       color: #a667c0;
	}

.proba{
	background: #272727;
	}

/* Services Box v1 */
	
.service-box-v1 .service-block,
.service-box-v2 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.service-box-v3 .service-block  {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 20px;
	}

.service-box-v1 p,
.service-box-v2 p {
  position: relative;
  margin-bottom: 50px;
}

.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #72c02c;
}	

.service-box-v2 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #F58A44;
}	

.service-block-default {
	background: #fafafa;
	border: solid 1px #eee;
}

.service-block-default:hover {
	box-shadow: 0 0 8px #eee;
}

h2.heading-sm {
    font-size: 18px;
    line-height: 24px;
}

/* Mindfulness Banner */

.headline-banner {
	text-align: center;
	position: relative;
}

.headline-banner h2 {
	color: #555;
	font-size: 20px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

/* Download icons*/ 

.dokppt {max-width:550px; padding-left:25px; position:relative;}
.dokpdf {max-width:550px; padding-left:25px; position:relative;}
.dokdoc {max-width:550px; padding-left:25px; position:relative;}
.dokxls {max-width:550px; padding-left:25px; position:relative;}
p.dokdoc:before {content: url(images/doc.png); position:absolute; left:0; margin-top:5px;}
p.dokppt:before {content: url(images/ppt.png); position:absolute; left:0; margin-top:5px;}
p.dokpdf:before {content: url(images/pdf.png); position:absolute; left:0; margin-top:5px;}
p.dokxls:before {content: url(images/xls.png); position:absolute; left:0; margin-top:5px;}

/* Article Headers*/

.headline {
    border-bottom: 1px dotted #E4E9F0;
    display: block;
    margin-bottom: 25px;
	text-align: center;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #72C02C;
}
.headline h2 {
    font-size: 23px;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #72C02C;
    color: #585F69;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}

.headline h3 small {
    border-bottom:none;
  }

div.itemListCategory {
    background: none;
    border: none;
	padding:0;
	margin:0;
}

div.itemListCategory-b {
    background: none;
    border: none;
}

div.itemListCategory-b h1:before {
	background: none repeat scroll 0 0 #A8C54D; 
	content: ""; 
	height: 10px; 
	left: 0; 
	position: absolute; 
	top: 50%; 
	width: 10px;}

div.itemListCategory-b h1.itemTitle  {
	font-family:'Open Sans',Helvetica,Arial,sans-serif; 
	border-bottom: 1px dashed #555;
	font-size: 23px;
	line-height: 40px;
	font-weight:normal;
	margin-top: -10px;
	padding:10px 0 4px 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom:20px;
}

div.nomarg {
	margin:0;
}	
	
.caption h3 {
	color:#fff;
	font-size:23px;
	font-weight:600;
	padding:15px;
	margin: 0;
}	

.caption h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 110%;
    color: #999999;
    margin-bottom: 20px;
}

.caption a {
    color: #555555;
} 


.green h3 {
    background: url("../images/hbg-green.png") repeat scroll 0 0 rgba(0, 0, 0, 0);	
}

.brown h3 {
    background: url("../images/hbg-brown.png") repeat scroll 0 0 rgba(0, 0, 0, 0);	
}

.blue h3 {
    background: url("../images/hbg-blue.png") repeat scroll 0 0 rgba(0, 0, 0, 0);	
}

.gray h3 {
    background: url("../images/hbg-gray.png") repeat scroll 0 0 rgba(0, 0, 0, 0);	
}

/*Thumbnail*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 15px 0;
}

.thumbnail-style h3 {
	margin: 0;
	padding: 0;
}

.thumbnail-style h3 {
	font-size: 20px;
	color: #289EA5;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 10px;
}
.thumbnail-style a.btn-more {
	color: #fff;
	padding: 1px 6px;
	background: #289EA5;
	display: inline-block; 
	text-decoration:none;	
}

.thumbnail-style small {
	display: block; 
	font-size: 14px;
	margin: 5px 0 10px 0;
}

#system-message {
	margin-bottom:0;
}

/*Hitvallas*/
.shadow-wrapper {
  z-index: 1;  
  position: relative;
}

.box-shadow {
	background: #fff;
	position: relative;
}

.hitval {
  border: none;
  padding: 15px;
  background: #FAFAFA;
  border-top:1px solid #EEEEEE;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
}

/*
.hitval h2{
	margin-top:0;
	font-size:23px;
} */

.box-shadow:after,
.box-shadow:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	background: #999;
	position: absolute;	
}

 /*Effect 1*/
.shadow-effect-1 {
	box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
}

 /*Effect 2,3,4*/
.shadow-effect-2 {
	position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	-webkit-box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}

.heading {
    text-align: center;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after,
.heading-v5 h2:before,
.heading-v5 h2:after {
  top: 17px;
  border-bottom-style: solid;
}

.heading-v4 h2 {
    margin-top:20px;
}

.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important; /*For Tagline Boxes*/
  font-size:23px;
}

.heading-v5 h2 {
	background:#b94e8b;		
	color:#fff;
}

.heading-v6 h2 {
	background:#A8C54D;		
	color:#fff;
	}

.heading h2:before, 
.heading h2:after {
  content: ' ';
  width: 50px;  
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}

.heading h2:before {
  right: 100%;
}

.heading h2:after {
  left: 100%;
}

.heading-v5 h2:before {
  right: 105%;
}

.heading-v5 h2:after {
  left: 105%;
}


.servive-block h3 {
	padding-bottom:5px;
}

.servive-block h3 {
	font-size: 18px;
	color: #289EA5;
}

.servive-block small {
	display: block;
	font-size: 14px;
	margin: 5px 0 10px 0;
	color:#555555;
	line-height:1.4em; 
}

/*Colored Content Boxes
------------------------------------*/
.servive-block {
  padding: 20px 30px;
  margin: 15px 0;

}

.servive-block p,
.servive-block h2 {
  color: #fff;
}

h2.heading-md {
    font-size: 18px;
	font-weight:600;
    line-height: 24px;
	
}

.servive-block h2 a:hover{
  text-decoration: none;
}

.servive-block-light,
.servive-block-default {
  background: #fafafa;
  border: solid 1px #eee; 
}

.servive-block-light-tr {
  background: #fafafa;
  border: solid 1px #ff9d97; 
}

.servive-block-default {
	height:590px;
	overflow:auto;
}

.servive-block-default:hover {
  box-shadow: 0 0 3px #eee;
}

.servive-block-light p,
.servive-block-light h2,
.servive-block-light-tr p,
.servive-block-light-tr h2,
.servive-block-default p,
.servive-block-default h2 {
  color: #555;
}

.servive-block-u {
  background: #72c02c;
}

/* Image fade out 

.withfadeout {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.withfadeout:hover {
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65; 
} */

.crossfade {
  position:relative;
  height:90px;
  width:90px;
  margin:0 auto;
}

.crossfade img {
    position:absolute;
    left:0;
    opacity: 1;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;    
    transition: opacity 2s ease-in-out;
}
 
.crossfade img.top:hover {
    opacity:0;
}

/* Idezet */

blockquote {
  padding: 5px 15px;
  border-left-width: 2px;
}

blockquote p {
  font-size: 14px;
  font-weight: 400;   
  line-height:25px;
  color:#666;
}

blockquote h1,
blockquote h2,
blockquote span {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 24px;
}


blockquote.bq-dark {
  border-color: #585f69;
}

blockquote.bq-green {
  border-color: #72c02c;
}

blockquote.no-border {
  border:none;
}

.v-center {
    display:table;
    height:270px;
}

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

/* Trening */

.trening small {
	display: block; 
	font-size: 14px;
	padding-top:5px;
}

.trening h3 {
	font-size: 20px;
	padding-top: 0;
	padding-left:15px;
	margin-bottom:25px;
}

.coaching h3 {
	font-size: 20px;
	padding-top: 0;
	margin: 20px 0;
}

.circle{
	width:50px;
	height:50px;
	border-radius: 50% !important;
	font-size:28px;
	color:#fff;
	line-height:50px;
	text-align:center;
	background:#289EA5
}

/* K2 */

.itemBackToTop{
	display:none !important; 
}

div.itemView {
	border-bottom:none;
}	

.itemList{
  background: #fafafa;
  border: solid 1px #eee;
  padding: 10px 10px 0 10px;
}

.itemList h2 {
    font-size: 16px;
    line-height: 25px;
}

div.catItemBody {
     padding: 0;
}

#k2Container {
    padding: 0;
}

.t3-content {
    padding-bottom: 0;
 }
 
 div.groupLeading{
  margin-bottom:10px;
 }
 
 div.catItemReadMore{
	float:right;
	padding:5px;
 }

/*Navbar*/

.navbar-default  {
    background-color: #fff;
	border:none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
	 color: #687074;
         font-size: 14px;
         font-weight:400;
         padding: 2px 8px;
         text-transform: none;
}

.t3-header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-default .navbar-nav > .active > a {
	color: #74C52C;
}

/*Dropdown*/
.navbar-right .dropdown-menu {
	right: inherit;
}

.navbar .nav > li > a i.icon-angle-down {
	top: -1px;
	left: 1px;
	font-size: 12px;
	position: relative;
	margin: 0 !important;
}

/*Navber Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #74C52C;
}

.navbar-toggle:hover {
	background: #5fb611 !important;
}

.navbar-default .navbar-toggle {
	border-color: #5fb611;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

/*Responsive @Media 
------------------------------------*/
@media (min-width: 767px) {
	/*Navbar Collapse*/
	.navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.navbar-nav {
		top: 2px;
		margin-top: 10px;
		position: relative;
	}

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {	
		border-bottom: solid 2px transparent;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > .active > a {
		border-bottom: solid 2px #74C52C;
	}

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,	
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		background: none;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		color: #74C52C;
	}

	/*Dropdown Menu*/
	.dropdown-menu { 
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0; 
		z-index: 9999 !important;
		margin-top: -2px !important; 
		border-top: solid 2px #74C52C; 
		border-bottom: solid 2px #687074; 
	}

	.dropdown-menu li a { 
		color: #687074; 
		font-size: 13px; 
		font-weight: 400; 
		padding: 6px 15px; 
		border-bottom: solid 1px #eee;
	}

	.dropdown-menu .active > a,
	.dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		background: #687074 !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

/* Kapcsolat */
	
/*Google map */

.map {
}

/*
* {
    border-radius: 0 !important;
}*/	

/* Font awesome icons */

.who li a{
	color:#555;
}

.who li { 
	margin-bottom: 6px;
}
.who li i { 
	color: #72c02c; 
	font-size: 13px;
	margin-right: 8px;
	position: relative; 
}
.who li:hover i, 
.who li:hover a { 
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

.who li i,
.who li:hover i, 
.who li:hover a { 
	color:#72c02c; 
}

.min-height-45{
	clear: both;
	}

.min-height-45{
	min-height: 45px;
	}

.margin-top-5, 
.margin-top-10, 
.margin-top-20, 
.margin-top-25, 
.margin-top-30{ 
   clear:both;
}   
	
.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;
}

/*For Mobile Devices*/

@media screen and (max-width: 767px) { 
	.margin-top-m-20 {
		clear:both;
		}	
	
	.margin-top-m-20 {
		margin-top:20px;
	}
	}

	
.padding-top-15, 
.padding-top-20, 
.padding-top-30{ 
   clear:both;
}   

.padding-top-15{
	padding-top:15px;
	}

.padding-top-20{
	padding-top:20px;
	}
	
.padding-top-30{
	padding-top:30px;
	}
	
.padding-bottom-15, 
.padding-bottom-20, 
.padding-bottom-30{ 
   clear:both;
}   

.padding-bottom-15{
	padding-top:15px;
	}

.padding-bottom-20{
	padding-top:20px;
	}
	
.padding-bottom-30{
	padding-top:30px;
	}
	
.padding-left{
	padding-left:30px;
}
	
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-30
.margin-bottom-40{ 
   clear:both;
}   
.margin-bottom-5 {
   margin-bottom:5px;
}
.margin-bottom-10 {
   margin-bottom:10px;
}
.margin-bottom-20 {
   margin-bottom:20px;
}

.margin-bottom-25 {
   margin-bottom:25px;
}

.margin-bottom-30 {
   margin-bottom:30px;
}

.margin-bottom-40 {
   margin-bottom:40px;
}

/* Footer */

.t3-copyright{
    background: none repeat scroll 0 0 #3E4753;
    border-top: 1px solid #777777;
    font-size: 12px;
    padding: 11px 0 7px;
	color:#DADADA;
	
}

.copyright {
	margin: 0;
}

/* Lists */

.servive-block ul {
	padding:0;
	text-align: left;
}

.fa-chevron-circle-down {
 color: #289EA5;
}

.icon-list-green li, .icon-list-blue li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon-list-green li, .icon-list-blue li {
  margin: 1em;
  margin-left: 3em;
  line-height: 2em;
}

.icon-list-green li:before {
  content: '\f058'; 
  font-family: 'FontAwesome';
  margin-left: -1.6em;
  color: #A8C54D;
}


.icon-list-blue li:before {
  content: '\f138'; 
  font-family: 'FontAwesome';
  margin-left: -1.6em;
  color: #289EA5;
}

/* Buttons */

.btn-green, .btn-blue, .btn-brown {
    border-color: #CCCCCC;
    color: #FFFFFF;
}

.btn-green {
    background-color: #D5EA91;
}

.btn-brown {
    background-color: #DDD4CC;
}

.btn-blue {
    background-color: #CFF7F9;
}

div.itemBody {
    margin: 0;
    padding: 0;
}

/* Blog */

.groupLeading{
	background: #fff;
	border:1px solid #EEEEEE
	
}

.padding-r {
	padding:5px 15px;
}

div.catItemImageBlock {
	padding:5px;
}

div.catItemHeader {
	padding-top: 5px;
}

div.catItemTagsBlock ul.catItemTags li a, div.catItemHeader span.catItemAuthor a, div.itemHeader span.itemAuthor a , div.catItemHeader span.catItemDateCreated, div.itemHeader span.itemDateCreated, .moduleItemDateCreated {
	font-size:12px;
}


div.k2ItemsBlock ul li a.moduleItemTitle{
	color:#289EA5;
}

div.k2ItemsBlock ul li a.moduleItemTitle-f{
	color:#eee;
}


div.catItemHeader h2.catItemTitle {
	font-size:17px;
	font-weight:normal;
	line-height:110%;
	padding:10px 0;
	margin:0;
}

span.catItemImage img, span.itemImage img{
    border: 1px solid #ccc;
    padding: 5px;
	-webkit-box-shadow: 8px 8px 6px -6px #777;
	-moz-box-shadow: 8px 8px 6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777;
}

div.catItemReadMore a.k2ReadMore {
	color: #fff;
	padding: 1px 6px;
	background: #289EA5;
	display: inline-block; 
	text-decoration:none;
}

.modal {
position: inherit;
} 

div.row .blog-header  {
	margin-bottom:20px;
}

/* Modul mainblog setings */

.module-title {
	font-family:'Open Sans',Helvetica,Arial,sans-serif; 
	border-bottom: 1px dashed #555;
	font-size: 23px;
	line-height: 40px;
	font-weight:normal;
	margin-top: -20px;
	padding:10px 0 4px 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom:20px;
	color: #585f69;
}

div.modulemainblog h3:before {
	background: none repeat scroll 0 0 #A8C54D; 
	content: ""; 
	height: 10px; 
	left: 0; 
	position: absolute; 
	top: 50%; 
	width: 10px;
}

div.mainblog {
	background:#fafafa none repeat scroll 0 0;
	border: 1px solid #eee;
	}

	div.mainblog ul{
	padding-left:0px;
}

div.mainblog ul li {
	list-style-type:none;
	padding:5px;
	color: #999;
}

div.mainblog div.moduleItemIntrotext img {
    padding: 5px;
	-webkit-box-shadow: 8px 8px 6px -6px #777;
	-moz-box-shadow: 8px 8px 6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777;
}

div.mainblog .even, .odd {
	background: none;
	border-bottom: 1px solid #eee;
	margin:0 10px;
}

div.mainblog .lastItem {
	border: medium none;
}

/* Language */

.head-search {
	float: right;
	margin-top: 0;
	margin-bottom: 15px;
}

div.mod-languages {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #eee;
}

/* Banners */

.bannergroupmainblog {
	padding-bottom: 10px; 
}


/* Carousel 

.carousel {
    height: 300px;
	width: 1920px;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
	width: 100%; 
    max-height: 300px; 
}

.carousel .item img {
    width: 100%; 
}

.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
*/

.btn-info {
    background-color: #A8C54D;
    border-color: #A8C54D;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #b2cd5c;
    border-color: #b2cd5c;
}


/*404 Error Page v1 
------------------------------------*/
.error-v1 {
	padding-bottom: 30px;
	text-align: center;	
}

.error-v1 p {
	color: #555;
	font-size: 16px;
}

.error-v1 span {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

.error-v1 span.error-v1-title {
	color: #777;	
	font-size: 180px;
	line-height: 200px;
	padding-bottom: 20px;
}

/*For Mobile Devices*/
@media (max-width: 500px) { 
	.error-v1 p {
		font-size: 12px;
	}	

	.error-v1 span {
		font-size: 25px;
	}

	.error-v1 span.error-v1-title {
		font-size: 140px;
	}
}

.itemFullText li {
	padding-bottom:10px;

}

