@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
    color: #212121;
}
a {
    color: #d32f2f;
}
a:hover {
    color: #212121;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
p:last-child {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #212121;
}
.hide {
    display: none;
}

h1.title {
    color: #212121;
    text-transform: uppercase;
    background-color: #eeeeee;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 22px 0;
    margin: 0;
}

.btn.btn-szinteon {
    background-color: #ffffff;
    color: #d32f2f;
    border: 2px solid #212121;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.btn.btn-szinteon:hover {
    color: #ffffff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}
.btn.btn-szinteon-red {
    background: #e13733;
    background: -moz-linear-gradient(top, #e13733 0%, #ca2a2a 100%);
    background: -webkit-linear-gradient(top, #e13733 0%,#ca2a2a 100%);
    background: linear-gradient(to bottom, #e13733 0%,#ca2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13733', endColorstr='#ca2a2a',GradientType=0 );
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 8px 40px;
}
.btn.btn-szinteon-red:hover {
    background: #d32f2f;
    background: -moz-linear-gradient(top, #d32f2f 0%, #d32f2f 100%);
    background: -webkit-linear-gradient(top, #d32f2f 0%,#d32f2f 100%);
    background: linear-gradient(to bottom, #d32f2f 0%,#d32f2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32f2f', endColorstr='#d32f2f',GradientType=0 );
}
form.szinteon-form label {
    margin-bottom: .3rem;
    font-weight: 500;
}
form.szinteon-form .input-group {
    margin-bottom: 15px;
}
form.szinteon-form .input-group-addon {
    width: 35px;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #212121;
    border-right: 0;
}
form.szinteon-form .input-group input,
form.szinteon-form .form-group textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #212121;
}
form.szinteon-form .input-group input::-webkit-input-placeholder
form.szinteon-form .input-group textarea::-webkit-input-placeholder {
    color: #9e9e9e;
}
form.szinteon-form .input-group input:-moz-placeholder,
form.szinteon-form .input-group textarea:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
form.szinteon-form .input-group input::-moz-placeholder,
form.szinteon-form .input-group textarea::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
form.szinteon-form .input-group input:-ms-input-placeholder,
form.szinteon-form .input-group textarea:-ms-input-placeholder {
    color: #9e9e9e;
}
form.szinteon-form .input-group input::-ms-input-placeholder,
form.szinteon-form .input-group textarea::-ms-input-placeholder {
    color: #9e9e9e;
}
form.szinteon-form .input-group input:hover,
form.szinteon-form .input-group input:active,
form.szinteon-form .input-group input:focus,
form.szinteon-form .form-group textarea:hover,
form.szinteon-form .form-group textarea:active,
form.szinteon-form .form-group textarea:focus {
    outline: 0;
    background-color: #f5f5f5;
    color: #212121;
}
form.szinteon-form i {
    color: #d32f2f;
}

.top {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background-color: #eeeeee;
}
.top .brand {
    /* background: #e13733;
    background: -moz-linear-gradient(top, #e13733 0%, #ca2a2a 100%);
    background: -webkit-linear-gradient(top, #e13733 0%,#ca2a2a 100%);
    background: linear-gradient(to bottom, #e13733 0%,#ca2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13733', endColorstr='#ca2a2a',GradientType=0 ); */
    background-color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
.top .brand:hover {
    /* background: #d32f2f; */
}
.top .brand a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}
.top .menu-items {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
}
.top .menu-items ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top .menu-items ul li {
    display: inline-block;
    height: 100%;
}
.top .menu-items ul li a {
    color: #212121;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: table;
    cursor: pointer;
}
.top .menu-items ul li a:hover {
    font-weight: 400;
    color: #b71c1c;
}
.top .menu-items ul li a span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.top .carousel {
    margin-top: 25px;
    margin-bottom: 25px;
}
.top .carousel .carousel-inner {
    width: 85%;
    max-height: 400px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ffffff;
}
.top .carousel .carousel-caption {
    bottom: inherit;
    top: 155px;
}
.top .carousel .carousel-caption h3 {
    color: #000000;
    background-color: #d4d4d4;
    opacity: .8;
    width: auto;
    display: inline-block;
    padding: 10px 20px;
}
.top .carousel .carousel-control-prev,
.top .carousel .carousel-control-next {
    background-image: none;
    opacity: 1;
    width: 16px;
}
.top .carousel .carousel-control-prev span.carousel-control-prev-icon,
.top .carousel .carousel-control-next span.carousel-control-next-icon {
    background-image: none;
}
.top .carousel .carousel-control-prev span.carousel-control-prev-icon:before {
    background-image: none;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f053";
    color: #000;
}
.top .carousel .carousel-control-prev span.carousel-control-prev-icon:hover:before,
.top .carousel .carousel-control-next span.carousel-control-next-icon:hover:before {
    color: #d32f2f;
    opacity: 1;
}
.top .carousel .carousel-control-next span.carousel-control-next-icon:before {
    background-image: none;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f054";
    color: #000;
}
.top .carousel .carousel-indicators .active {
    background-color: #e53935;
}
.top .carousel .carousel-indicators li:hover {
    background-color: #ffffff;
}
.intro {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#fdfdfd 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
    padding-top: 25px;
    padding-bottom: 25px;
}
.services {
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent url("/assets/gfx/top_pattern.png") repeat center center;
}
.services .list-items .item {
    background-color: #eeeeee;
    margin-top: 0;
}
.services .list-items .item .icon img {
    width: 50px;
    height: 50px;
}
.services .list-items .item-container:nth-child(n+3) .item {
    margin-top: 15px;
}
.services .list-items .item .icon {
    height: 70px;
    line-height: 70px;
    background: #e13733;
    background: -moz-linear-gradient(top, #e13733 0%, #ca2a2a 100%);
    background: -webkit-linear-gradient(top, #e13733 0%,#ca2a2a 100%);
    background: linear-gradient(to bottom, #e13733 0%,#ca2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13733', endColorstr='#ca2a2a',GradientType=0 );
}
.products {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e5e5e5;
}
.products .list-items .item {
    background-color: #eeeeee;
    margin-top: 0;
}
.products .list-items .item .icon img {
    width: 30px;
    height: 30px;
}
.products .list-items .item-container:nth-child(n+3) .item {
    margin-top: 10px;
}
.products .list-items .item .icon {
    height: 55px;
    line-height: 55px;
    background: #e13733;
    background: -moz-linear-gradient(top, #e13733 0%, #ca2a2a 100%);
    background: -webkit-linear-gradient(top, #e13733 0%,#ca2a2a 100%);
    background: linear-gradient(to bottom, #e13733 0%,#ca2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13733', endColorstr='#ca2a2a',GradientType=0 );
}
.areas {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}
.areas .list-items .item {
    background-color: #eeeeee;
    margin-top: 0;
}
.areas .list-items .item .icon img {
    width: 30px;
    height: 30px;
}
.areas .list-items .item-container:nth-child(n+3) .item {
    margin-top: 10px;
}
.areas .list-items .item .icon {
    height: 55px;
    line-height: 55px;
    background: #e13733;
    background: -moz-linear-gradient(top, #e13733 0%, #ca2a2a 100%);
    background: -webkit-linear-gradient(top, #e13733 0%,#ca2a2a 100%);
    background: linear-gradient(to bottom, #e13733 0%,#ca2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13733', endColorstr='#ca2a2a',GradientType=0 );
}
.contact {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.footer {
    background-color: #ffffff;
    color: #212121;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 13px;
}
.footer .ti-logo {
    width: 49px;
    height: 64px;
}
.footer .ti-logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("/assets/gfx/ti_logo.png") no-repeat center center;
}
.footer .ti-logo a:hover {
    background: transparent url("/assets/gfx/ti_logo_hover.png") no-repeat center center;
}

.footer .top-icon {
    padding: 8px;
    color: #d32f2f;
    border: 2px solid #212121;
    cursor: pointer;
}
.footer .top-icon:hover {
    background-color: #d32f2f;
    border-color: #d32f2f;
    color: #ffffff;
}

@media (max-width: 768px) {
    .top .menu-items {
        height: auto;
    }
    .top .menu-items ul li {
        display: block;
        width: 100%;
        height: 100%;
    }
    .top .menu-items ul li a {
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    .services .list-items .item-container:nth-child(n+2) .item {
        margin-top: 15px;
    }
    .products .list-items .item-container:nth-child(n+2) .item {
        margin-top: 15px;
    }
    .areas .list-items .item-container:nth-child(n+2) .item {
        margin-top: 15px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}