/* BASIC STYLES */
a, a:hover, .btn-link2 {
    color: #b70505;
    text-decoration: none;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover{
    color: #b70505;
    text-shadow: none;
}
a.thumbnail:hover, a.thumbnail:focus {
    border-color: #b70505;
}
.fa-circle {
    color: #b70505;
}
.circle {
    border-radius: 50%;
}
/* END BASIC STYLES */

/* HEADER */
header {
    background: transparent url(../img/top-header.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
/* END HEADER */

/* NAVIGATION */
.menuheader {
    background: url("../img/brushed_alu_dark.png") 0 0 repeat;
}
.tm_navbar .nav li a, nav ul li a {
    /*text-transform: uppercase;*/
    text-shadow: none;
    font-weight: inherit;
}
nav ul li a:hover {
    color: #fdfdfd;
}
ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #cc2e2e !important;
}
ul.dropdown-menu {
    margin-top: 5px !important;
}
.dark {
    background: #414141;
}
/* END NAVIGATION */

/* HEADER */
.logo img {
    height: inherit;
    max-width: inherit;
}
/* END HEADER */

/* SLIDER */
.carousel {
    margin-bottom: 1rem;
    margin: 0;
}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    line-height: 1;
    width: 100%;
}
.carousel-indicators {
    top: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3rem;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: auto 0;
    background-color: #ccc;
}
.carousel-caption h2 {
    text-transform: uppercase;
    font-size: 4rem;
}
.carousel-caption {
    bottom: 200px;
}

/* END SLIDER */

/* BREADCRUMB */
.header-introduction-small .section-head h2 {
    letter-spacing: 9px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}
ul.breadcrumb li a {
    text-transform: uppercase;
}
ul.breadcrumb li a:hover {
    color: #cc2e2e;
}
/* END BREADCRUMB */

/* SOCIAL */
.btn-link:hover {
    color: #cc2e2e !important;
}
/* END SOCIAL */

/* ABOUT */
.banner h2 {
    font-size: 80px;
    line-height: 0.8;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 15px;
    text-shadow: 5px 6px 8px #000;
}
.banner span {
    color: #eee;
    /*text-color: #414141;*/
}
.banner p {
    line-height: 28px;
    color: #ffffff;
    text-shadow: 1px 1px 11px #414141;
    font-weight: 600;
}
.left {
    float: left;
    margin: 15px 30px;
    width: 300px;
}
.about-txt {
    margin: 30px 15px;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 2px;
}
.about-img {
    width: 250px;
    float: left;
    margin: 10px;
    border: double #414141 7px;
}
.list2 > li > a:hover {
    color: #b70505;
}
/* END ABOUT */

/* PRIVACY */
.privacy {
    width: 100px;
    float: left;
    border: double #414141;
    margin: 10px;
}
.media, .media-body {
    font-size: 12px;
    margin-top: 20px;
}
/* END PRIVACY */

/* PORTFOLIO */
.title1 {
    line-height: inherit;
    margin: 0;
    text-align: center;
    padding: 50px 0 20px 0;
    text-transform: uppercase;
}
.title {
    color: #000;
    line-height: inherit;
    margin: 0;
    text-align: center;
    padding: 50px 0 20px 0;
    text-transform: uppercase;
}

.portfolio-single-footer a {
    text-transform: uppercase;
}
.list3 li figure img {
    width: inherit;
    height: 250px;
}
.thumb-pad {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: solid 4px #b70505;
}
/* END PORTFOLIO */

/* FOOTER */
ul.social-icons li a {
    text-transform: uppercase;
}
.smalllogo2 {
    position: relative;
    top: 5px;
    left: 150px;
    width: 250px;
    align-content: center;
}
.footerpriv {
    text-align: right;
    font-family: 'Georgia', serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #f2eee5;
    margin-top: 25px;
    margin-right: 0;
}
.footerpriv a, .footerpriv a:hover {
    color: #b70505;
    line-height: 16px;
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
    text-decoration: underline;
}
/* END FOOTER */
