﻿* {margin: 0; padding: 0; font-family: 'Lato', sans-serif;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

body {
    background-color: #EDEDED;
}

.footer {
    background-color: #C0C0C0;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
}

.content {
    padding-bottom: 30px;
}

.content img {
	 max-width: 100%;
	 height: auto;
}

.header {
    background: #fff;
    position: relative;
    padding-top: 5px;
}

.bgHeader {
    background: url('../../Images/2016/bg-header.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 43px;
    left: 0px;
    right: 0px;
    height: 420px;
}

.advertsRow {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 0px none !important;
}

.menuItem:first-of-type {
    margin-top: 0px;
}

.menuItem {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    text-decoration: none !important;
    text-transform: uppercase !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
	background-color: #939393;
}

.menuItem:hover {
    background-color: #D6353A;
    color: #fff;
    text-decoration: none !important;
}

img.logo {
    position: absolute;
    top: 0;
    left: 5px;
}

img.logo2 {
    position: absolute;
    top: 0;
    left: 5px;
}
div.title {
    text-transform: uppercase;
    padding-left: 95px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
	line-height:1.1;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4.title {
    text-transform: uppercase;
    padding-left: 95px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

h1.title {
    text-transform: uppercase;
    padding-left: 95px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

ul.menuHortizontal li:first-of-type a {
    padding-left: 0px;
}

ul.menuHortizontal li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    text-decoration: none;
}

ul.menuHortizontal li a:hover {
    color: #D6353A;
    background-color: transparent;
}

h4.pageTitle {
    text-transform: uppercase;
    color: #7C7C7C;
    font-weight: 400;
    padding-bottom: 10px;
}

.advert {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block !important;
    text-align: center;
}
.trevda {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block !important;
    text-align: center;
}

.footer h4 {
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 20px;
}

.footer a {
    color: #fff;
}

div.newsletter {
    color: #fff;
}

div.newsletter h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 40px;
}

div.newsletter h2, div.newsletter div {
    background-color: #71BCDC;
}

div.newsletter div {
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

div.newsletter input[type='text'] {
    width: 90%;
    border: 0px none;
    height: 30px;
    text-align: center;
}

div.newsletter p.actions {
    border-top: 1px #fff solid;
    background-color: #71BCDC;
}

div.newsletter p.actions a {
    background-color: #71BCDC;
    color: #fff;
    width: 49%;
    border: 0px none;
    font-size: 16px;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

div.newsletter p.actions a:hover {
    color: #000;
}

div.newsletter p.actions a:first-of-type {
    border-right: 1px solid #fff;
}

.newsItem {
    position: relative;
}

.newsItem a {
    color: #000;
    text-decoration: none;
}

.newsItem p.category {
    background-color: #71BCDC;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.moreNewsLink {
    background-color: #71BCDC;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-top: 20px;
}

.newsItem a:hover h3, .newsItem a:hover h4 {
    text-decoration: underline;
    color: #71BCDC;
}

p.desc {
	word-wrap: break-word;
}
.newsItem a:hover p.desc {
    color: #71BCDC;
}

.newsCategoryFilters {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 40px;
    padding-top: 15px;
    padding-bottom: 1px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 13px;
    color: #71BCDC;
    font-weight: bold;
}

.newsCategoryFilters:hover {
    color: #71BCDC;
    border-bottom: 3px solid #71bcdc !important;
}

.aspNetHidden {
    display: none;
}

@media (min-width: 1200px)
{
    article.c1 {
        width: 260px;
        margin: 0px;
        padding: 0px;
    }
    article.c2 {
        width: 660px;
        padding: 0px;
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    article.c3 {
        width: 260px;
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .bgHeader {
        display: none;
    }

    .c1 {
        padding-right: 0px;
    }

    .c3 {
        padding-left: 0px;
    }
}

.aNormal {
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}

.aBig {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

.aBigger {
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
}

.tinyMce ul {
    padding-left: 25px;
}