/* Generic */

.container {
	padding: 0;
}
.row {
	margin: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0;
}

.well {
	padding: 19px 0 19px 0;
	background-color: #F4F2E8;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05);
	      	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05);
}

.vspace15 {
	height: 15px;
	line-height: 1px;
}
.vspace30 {
	height: 30px;
	line-height: 1px;
}
.vspace250 {
	height: 250px;
	line-height: 1px;
}

h3 {
}
h4 {
}
h6 {
}

body {
	background: #FFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #4A4440;
}

/* Carousel */

@media (max-width: 767px) {
	#irmes-brand {
		position: absolute;
		z-index: 8192;
		width: 100%;
		height: 100%;
		background: url(../img/irmes_fogaszat_x.png) no-repeat;
		background-size: 100% 100%;
		}
}
@media (min-width: 768px) {
	#irmes-brand {
		position: absolute;
		z-index: 8192;
		width: 100%;
		height: 100%;
		background: url(../img/irmes_fogaszat_n.png) no-repeat;
		background-size: 100% 100%;
		}
}

#irmes-brand a {
	display: block;
	height: 400px;
	background-color: transparent;
}

#irmes-carousel {
	margin: 20px 15px 20px 15px;
}

/*
a.irmes-brand-link {
	width: 235px;
	height: 48px;
	float: left;
	margin: 10px 0 0 50px;
	padding: 8px 10px 9px 10px;
	font-size: 16px;
	color: #FFF;
	background-color: #1888CC;
	}
*/

/* Boxes */

.homebox {
	padding: 0 15px 0 15px;
}
.homebox span {
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 22px;
}
.homebox .homelink {
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.homebox .homelink img {
	margin: -5px 0 0 -3px;
}

.home_left {
	padding: 30px;
	background: #F4F2E8 url(../img/home_left_bgr.png) no-repeat top;
	background-size: 100% 380px;
}
.home_mid {
	padding: 30px;
	background: #FFEE6E url(../img/home_mid_bgr.png) no-repeat top;
	background-size: 100% 380px;
}
.home_right {
	padding: 30px;
	background: #807770 url(../img/home_right_bgr.png) no-repeat top;
	background-size: 100% 380px;
	color: #E4E2D8;
}
@media (max-width: 767px) {
	.home_left,
	.home_mid,
	.home_right 
	{height: auto;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.home_left,
	.home_mid,
	.home_right 
	{height: 490px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.home_left,
	.home_mid,
	.home_right 
	{height: 400px;}
}
@media (min-width: 1200px) {
	.home_left,
	.home_mid,
	.home_right 
	{height: 310px;}
}

#homemap {
	height: 170px;
	background: #484038 url(../img/map_small.jpg) no-repeat right center;
}
#homemap img {
	width: 100%;
	height: 100%;
	transition: opacity 0.3s, visibility 0.3s;
	opacity: .0;
}
#homemap img:hover, 
#homemap img:focus {
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    opacity: .16;
}

.irmesfeet {
	min-height: 80px;
	margin-top: 50px;
	padding: 0 15px 0 15px;
	background: url(../img/footer_bgr.png) no-repeat top;
	background-size: 100% 90px;
}
.irmesfeet p {
	padding: 25px 10px 20px 15px;
}
.irmesfeet .footnote {
	color: #A8A8A8;
	text-align: right;
}

/* Links */

a:link,
a:visited {
	color: #4A4440;
	text-decoration: none;
}
a:active,
a:hover {
	color: #E06A66;
	text-decoration: none;
}

a.ctlink:link,
a.ctlink:visited {
	color: #933;
	text-decoration: underline;
}
a.ctlink:active,
a.ctlink:hover {
	color: #E06A66;
	text-decoration: underline;
}

a.maplink:link,
a.maplink:visited {
	color: #E4E2D8;
	text-decoration: none;
}
a.maplink:active,
a.maplink:hover {
	color: #FC837E;
	text-decoration: none;
}

/* Inner page styles */

#pagetitle {
	margin: 20px 15px 20px 15px;
	background: #F4D444;
}
#pagetitle div {
	padding: 28px 30px 29px 30px;
	font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 44px;
    text-transform: uppercase;
}

#irmes_content {
	margin: 0 15px 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#irmes_content 
	{background: url(../img/content_bgr_sm.png) repeat-y;}
	{height: 490px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#irmes_content 
	{background: url(../img/content_bgr_md.png) repeat-y;}
}
@media (min-width: 1200px) {
	#irmes_content 
	{background: url(../img/content_bgr_lg.png) repeat-y;}
}

.content_main {
	padding: 40px 30px 40px 30px;
	background: #FFF url(../img/content_top_main.png) no-repeat top;
	background-size: 100% 10px;
}
.content_side {
	padding: 40px 30px 40px 30px;
	background: #F4F2E8 url(../img/content_top_side.png) no-repeat top;
	background-size: 100% 10px;
}

#irmes_content ul {
	list-style-image: url(../img/irmes_bullet.png);
	list-style-position: outside;
	padding: 4px 0 8px 24px;
	margin: -5px 0 10px 0;
}
#irmes_content li {
	padding: 2px 0 4px 0;
}

.irmes_sub {
	margin-bottom: 20px;
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.irmes_hll {
	margin-bottom: -5px;
	font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.irmes_hlb {
	margin-bottom: 5px;
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.inside_left {
	padding: 30px;
	background: #F4F2E8 url(../img/home_left_bgr.png) no-repeat top;
	background-size: 100% 380px;
}
.inside_mid {
	padding: 30px;
	background: #FFEE6E url(../img/home_mid_bgr.png) no-repeat top;
	background-size: 100% 380px;
}
.inside_right {
	padding: 30px;
	background: #807770 url(../img/inside_right_bgr.png) no-repeat top right;
	color: #E4E2D8;
}

#irmes_gallery img {
	margin: 0 auto 30px auto;
	border-right: 20px #FFF solid;
}