/**
 * ==== HTML ELEMENTS MOD =================
 */
body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.input-xs {
    height: 25px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/**
 * ==== NAVBAR MOD ======================
 */
.navbar {
	background: #333333;
	border: none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}

.navbar .navbar-collapse a {
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .navbar-collapse .top-logo {
    margin-top: -15px!important;
    margin-bottom: -8px!important;
}

@media (max-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar .navbar-collapse .top-logo {
        margin-top: 5px!important;
    }
    
    .navbar .navbar-toggle .icon-bar {
        background: #FFFFFF;
    }
    
    .navbar .navbar-header .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 0px;
        cursor: pointer;
    }
    
    .navbar {
        padding-bottom: -15px!important;
        margin-bottom: -15px!important;
    }

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        cursor: pointer;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar .navbar-toggle .icon-bar {
        background: #FFFFFF;
    }
    .navbar-text {
        float: none;
        margin: 0px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    
    .navbar .navbar-header .navbar-toggle .menu-text {
    	color: #000000;
    }
    
    .navbar .navbar-header .navbar-toggle .menu-icon {
    	padding-top: 6px;
    }
    
    .navbar {
        padding-bottom: -15px!important;
        margin-bottom: -15px!important;
    }
}

/**
 * ==== JUMBTRON H1 MOD ======================
 */
.home-jumbotron-mod {
    background: url(../images/home-head-image.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 360px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-top: 0px;
}

.home-jumbotron-mod .top-logo-line {
	margin-top: 0px;
	padding: 6px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

.home-jumbotron-mod .top-logo-line img {
	padding-top: 0px;
	margin-top: 0px;
}

.home-jumbotron-mod2 {
    background: url(../images/pages-header-image.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 6px #F85A16;
    border-top: solid 2px #333333;
    min-height: 400px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
}

.home-jumbotron-mod3 {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.home-jumbotron-mod h1, .home-jumbotron-mod2 h1 {
    color: #FFFFFF;
    margin-top: 100px!important;
    margin: auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-size: 36pt;
}

.home-jumbotron-mod img, .home-jumbotron-mod h1 img, .home-jumbotron-mod2 img {
    max-height: 130px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .home-jumbotron-mod {
        min-height: 460px;
    }
}

/**
 * ==== POSTOK LISTÁJA ======================
 */
.post-list {
    margin-top: 20px;
}

.post-list li {
    list-style-type: none;
}

.blog-post-list {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.blog-postlist-item {
    clear: both;
    text-align: left;
    list-style-type: none;
    margin-top: 60px;
    height: auto;
}

.blog-postlist-item .no-data {
    list-style-type: none;
}

.post-list .blog-postlist-item img {
    max-height: 130px;
    padding: 0px;
    margin: -6px 20px 0px 0px;
}

.post-list .blog-postlist-item h3 {
    font-size: 18pt;
    padding: 0px;
    margin: 25px 0px 0px 0px;
}

.post-list .blog-postlist-item .info {
    margin: 6px 0px 0px 0px;
    color: #F85A16;
}
.post-list .blog-postlist-item .excerpt {
    margin: 10px 0px 0px 0px;
    text-decoration: italic;
}

.post-list-paginate-separator {
    border: solid 1px #e3e3e3;
    padding: 0px;
    margin-top: 40px;
    margin-bottom: -10px;
}

.search-result-title {
    text-align: left;
    margin-left: 24px;
    font-size: 15pt;
    margin-bottom: 40px;
}

.blog-post-content {
    text-align: left;
    margin-top: 60px;
}

.blog-post-content-info {
    margin-top: 30px;
}

/**
 * ==== CONTENT BOX 1 ======================
 */
.text-container {
    margin-top: 0px;
    padding: 50px 0px 50px 0px;
}

.text-container2 {
    background: #F2F2F2;
    margin-top: 0px;
    padding: 50px 0px 50px 0px;
}

/**
 * ==== CONTENT BOX ======================
 */
.box-container {
    background: #F2F2F2;
    margin-top: 0px;
    padding: 0px 0px 50px 0px;
}

.circle-box {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
}
.content-box-1 {
    background: #FFFFFF;
    padding: 16px;
    margin-top: -30px;
}

.content-box-2 {
    background: none;
    border: solid 1px #e3e3e3;
    padding: 16px;
    color: #e3e3e3;
}

.content-box-3 {
    background: #FFFFFF;
    padding: 16px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.circle-box .side-box-list {
	padding-left: 3px;
}

.circle-box .side-box-list .category-list li a, .circle-box .side-box-list .category-list li {
	color: #F85A16;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

.content-box-3 .description {
	height: auto!important;
	overflow-y: none!important;
}

.content-box-3 .description hr {
	clear: both;
}

.content-box-3 .description img {
	height: 60px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.circle-box .logo {
    font-size: 40pt;
    color: #F85A16;
    margin-top: -20px;
    margin-bottom: -10px;
}

.circle-box .title {
    font-size: 14pt;
    color: #333333;
    margin-bottom: 5px;
}

.circle-box .image {
	clear: both;
	text-align: center;
	height: 150px;
}

.content-box-1 .image {
	clear: both;
	text-align: center;
	height: 190px;
}

.circle-box .image img {
	text-align: center;
	width: 100%;
	margin: 0px auto 0px auto!important;	
}

.content-box-1 .image img {
	clear: both;
	text-align: center;
	height: 190px;
}

.circle-box .subtitle {
	clear: both;
    padding-top: 3px;
    line-height: 18px;
}

.content-box-1 .description {
	clear: both;
    padding-top: 10px;
    line-height: 20px;
    text-align: left;
    height: 160px;
    overflow-y: auto; 
}

.circle-box .description ul li {
	color: #ffe9db;
	line-height: 18px;
	margin-bottom: 10px;
}

.circle-box .descri-mod {
	text-align: center;
	min-height: 350px!important;
	overflow-x: hidden;
	overflow-y: auto;
}

.circle-box .description ul li a {
	color: #ffe9db;
}

.circle-box .description ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.circle-box hr {
	margin: 10px 0px 12px 0px;
}

.content-box-2 .title {
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    color: #e3e3e3;
}

.content-box-2 .description {
    font-size: 13pt;
    font-style: italic;
    color: #e3e3e3;
    height: 170px;
    text-align: left;
}

.circle-box .buttons {
    padding-bottom: 8px;
}

.content-box-4 {
    background: #FFFFFF;
    padding: 16px;
    margin-top: 0px;
}

.content-box-4 .mobile-h1 {
	font-size: 15pt;
	text-align: center;
}

.content-box-4 ul {
	font-size: 13pt;
    height: 200px;
    overflow-y: auto;
}

.content-box-4 ul li {
	color: #F85A16;
}

.content-box-4 ul li a {
	color: #F85A16;
}

.content-box-4 ul li a:hover {
	color: #333333;
}

@media (max-width: 992px) {
    .content-box-1, .content-box-2 {
        margin-top: 16px;
    }
}

/**
 * ==== CONTENT OVER LINE ======================
 */
.content-over {
    background: url(../images/content-over-line.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #FFFFFF;
}

.content-over h2, .content-over p, .content-over h2 small {
    color: #FFFFFF;
}

/**
 * ==== CONTENT CAROUSEL ======================
 */
.content-carousel {
    padding-top: 80px;
    padding-bottom: 20px;
}

.content-carousel .carousel {
    min-height: 300px;
}

.content-carousel .carousel .carousel-control {
    background: #000000;
    width: 34px;
    height: 34px;
    margin-top: 8%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content-carousel .carousel .left {
    margin-left: -40px;
}
.content-carousel .carousel .right {
    margin-right: -40px;
}

.content-carousel .carousel .carousel-indicators li {
    border: solid 1px #333333;
    background: #333333;
    margin-bottom: -2px;
}

@media (max-width: 992px) {
    .content-carousel .carousel .item h3 {
        margin-top: 20px;
        text-align: center;
    }
    .content-carousel .carousel .item p {
        text-align: center;
    }
    .content-carousel .carousel .carousel-indicators li {
        margin-bottom: -50px;
    }
    .content-carousel .carousel .left {
        margin-left: 0px;
    }
    .content-carousel .carousel .right {
        margin-right: 0px;
    }
}

/**
 * ==== FOOTER MOD ======================
 */
.layout-footer-mod {
    margin-top: 0px;
    background: #333333;
    min-height: 240px;
    padding: 60px 0px 60px 0px;
    color: #FFFFFF;
}

.layout-footer-mod .rightcol .title {
    color: #F85A16;
    font-size: 14pt;
}

.layout-footer-mod .rightcol .description {
    line-height: 22px;
    margin-top: 15px;
}

.layout-footer-mod a {
    color: #FFFFFF;
}

.footer-logo {
    padding: 15px 0px 15px 0px;
}

.footer-logo .leftcol {
    text-align: left;
}

.layout-footer-mod .leftcol h3 {
	color: #F85A16;
    font-size: 14pt;
}

.footer-logo .leftcol img {
	max-height: 30px;
}

.footer-logo .rightcol {
    text-align: right;
}

.layout-footer-mod .rightcol hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer-logo .leftcol {
        text-align: center;
    }
    .footer-logo .rightcol {
        text-align: center;
    }
}

/**
 * === BLOG IMAGES MOD ====================== 
 */
.blog-image-center {
    display: block;
    margin: auto;
}

.blog-image-left {
    display: block;
    margin: 10px 15px 4px 0px;
    float: left;
}

.blog-image-right {
    display: block;
    margin: 10px 0px 4px 15px;
    float: right;
}

@media (max-width: 650px) {
    .blog-image-left {
        float: none;
        display: block;
        margin: auto;
    }
    .blog-image-right {
        float: none;
        display: block;
        margin: auto;
    }
}

/**
 * === BLOG LONK MOD ====================== 
 */
.link-target-top, .link-target-blank {
	color: #F85A16;
	text-decoration: none;
}
.link-target-top:hover, .link-target-blank:hover {
	color: #333333;
	text-decoration: none;
}

.row-margin-extra-1 {
	margin-top: 30px;
}

.row-margin-extra-2 {
	margin-top: -20px;
}

.row-margin-extra-3 {
	margin-top: -60px;
}

.fb-social-box {
	width: 100%!important;
	margin: 0px auto 0px auto!important;
}

.image-right-margin {
	margin-right: 20px;
}

.image-left-margin {
	margin-left: 20px;
}

.nom { 
	margin: 0px!important;
}

.nop { 
	padding: 0px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.search-line {
	padding: 0px;
	margin-top: -40px;
	margin-bottom: 30px;
}

.home-post-list img {
	max-height: 90px;
	margin-right: 10px;
	margin-top: 5px;
}

.home-post-list .row {
	margin-top: 20px;
}

