@import url("http://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("jquery.fancybox.css");

/* styling here */

img {
    max-width: 100%;
}

html, body, ul {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    color: #333 !important;
}

ul {
    list-style-type: none;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: 300 !important;
}

h2 {
    font-size: 30pt !important;
}

a {
    text-decoration: none !important;
}

button, i, a {
    transition: all 200ms ease 0s;
}

.politics ul{
    list-style-type:circle;
    margin-top:0;
    margin-bottom:10px;
    padding-left:40px;
}

/* common */
.btn {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 11pt;
}

.taleft {
    text-align: left;
}

.taright {
    text-align: right;
}

.tacenter {
    text-align: center;
}

.spacer120 {
    height: 120px;
}

.spacer100 {
    height: 100px;
}

.spacer60 {
    height: 60px;
}

.spacer50 {
    height: 50px;
}

.spacer30 {
    height: 30px;
}

.spacer15 {
    height: 15px;
}

.cgray {
    color: gray;
}

/* HEADER */
header {
    background-color: #fff;
}

header #mobile-menu {
    display: none;
}

header #logo {
    display: inline-block;
    height: 100px;
}

header #logo img {
    height: 100%;
}

header #right {
    /* padding-top: 40px; */
}

header #phonenumber {
    padding-top: 10px;
    color: #3764a9;
}

header #phonenumber i {
    font-size: 15pt;
    vertical-align: middle;
}

header #languages {
    padding-right: 0;
    text-align: right;
}

header #languages ul {
    background-color: #eee;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    padding: 10px 15px;
}
header #languages ul li {
    display: inline-block;
}

header #languages ul li a {
    color: #3764a9;
}

header #languages ul li a:hover, header #languages ul li a.active {
    font-weight: 700;
}

header #menu {
    padding-top: 15px;
}

header #menu ul li {
    text-transform: uppercase;
}

header #menu ul li a {
    color: #3764a9;
    font-style: italic;
    font-size: 10pt;
    font-weight: 700;
}

header #menu ul li a:hover {
    color: #333;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent !important;
    color: #333 !important;
}

.nav>li>a {
    padding: 10px 25px !important;
}

/* FOOTER */
footer {
    background-color: #fff;
    color: #333;
    padding-top: 70px;
    min-height: 330px;
}

footer i {
    color: #3764a9;
}

footer h3 {
    color: #3764a9;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
}

footer #social {
    /* text-align: center; */
}

footer #social ul {}

footer #social ul li {
    display: inline-block;
}

footer #social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #3764A9;
    text-align: center;
    line-height: 47px;
    font-size: 20pt;
    margin-right: 10px;
    color: #fff;
    background-color: #3764a9;
}

footer #social ul li a i{
    color: #fff;
}

footer #social ul li a#in {
    background-color: #3764A9;
}

footer #social ul li a:hover {
    background-color: transparent;
}

footer #social ul li a:hover i {
    color: rgba(255,255,255,0.5);
}

footer #rights {
    background-color: #3764a9;
    padding: 15px 0;
    color: #fff;
    margin: 0 -15px;
}

.page-title {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-style: italic;
    padding: 100px 0 50px;
    text-transform: uppercase;
}

.page-title h1 {font-weight: 300;}
/* HOME */
#home {
    padding-left: 0;
    padding-right: 0;
    font-size: 14pt;
    font-weight: 300;
}

#home #slideshow {
    min-height: 10px;
}

#home #slideshow img {
    max-width: none;
}

#home #slideshow .jssorb21 div,
#home #slideshow .jssorb21 div:hover,
#home #slideshow  .jssorb21 .av {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
}

#home #slideshow  .jssorb21 .av {
    background-color: #fff;
}

#home #slideshow .jssorb21 div:hover {
    background-color: rgba(255,255,255,0.5);
}

#home #map-areas {
    background-color: #3764a9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/map.jpg);
    padding: 150px 0;
}

#home #map-areas .col-md-4 {
    text-align: center;
    color: #fff;
}

#home #map-areas .col-md-4 h3 {
    font-weight: 700 !important;
    font-style: italic;
}

#home #highlights {
    padding: 150px 0;
    background-color: #eee;
    background-image: url(../images/press-bg.jpg);
    background-size: cover;
    background-position: center center;
}

#home #highlights .pressitem {
    display: none;
}

#home #highlights .container > :nth-child(3) {
    display: block;
}


#home #highlights h2 {
    font-weight: 700;
    font-style: italic;
}

#home #highlights h2 i {
    font-size: 14pt;
    background-color: #3764A9;
    color: #fff;
    display: inline-block;
    width: 30px; height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    line-height: 30px;
    vertical-align: middle;
}

#home #highlights h2 i:first-child {
    margin-left: 20px;
}

#home #highlights .col-md-5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

#home #highlights .col-md-7 h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

#home #highlights .col-md-7 article {
    font-size: 14pt;
    font-weight: 300;
}

#home #highlights .col-md-7 a.btn {
    background-color: #3764a9;
    color: #fff;
    margin: 10px 0;
    font-size: 12pt;
}

#catalog-download {
    padding: 175px 0 275px;
    background-color: #3764a9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/catalog.jpg);
    color: #fff;
}

#catalog-download h2 {
    text-align: center;
    font-weight: 100;
    font-style: italic;
}
#catalog-download article {
    text-align: center;
    font-size: 14pt;
}

#catalog-download a.btn {
    background-color: #fff;
    color: #3764a9;
    margin: 10px 0;
    text-transform: uppercase;
}

/* ARTICLE */
#article {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    font-size: 14pt;
    font-weight: 300;
}

/* COMPANY */
#company {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    font-size: 14pt;
    font-weight: 300;
}

#company .page-title {
    background-image: url(../images/background/page-title-company.jpg);
}

#company #gallery {}

#company #gallery a {
    display: block;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
}

#company #gallery span {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #333;
    text-align: center;
    font-size: 15pt;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 20px 0 60px;
}

#company #values {
    background-color: #3764a9;
    background-image: url(../images/background/company-values.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#company #values h4 {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-style: italic;
}

#company #pme {
    background-color: #3764a9;
    background-image: url(../images/background/company-pme.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14pt;
    font-weight: 300;
}

#company #pme h2 {
    font-style: italic;
}

/* ARTICLE */

#article .page-title {
    background-image: url(../images/background/page-title-contacts.jpg);
}

/* PRODUCTS */
#products {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    font-size: 14pt;
    font-weight: 300;
}

#products .page-title {
    background-image: url("../images/background/page-title-products.jpg");
}

#products .item {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
}

#products .item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#products .item article {
    display: none;
}

#products .item h3 {
    font-weight: 700 !important;
    font-style: italic;
    margin-top: 0;
}

#products .item a.btn {
    background-color: #3764a9;
    color: #fff;
    margin: 50px 0px 20px;
}

#products #codes {
    background-color: #ebebeb;
    background-image: url(../images/tmp/codes.jpg);
    background-position: center center;
    background-size: cover;
}

#products #codes h2 {
    font-weight: 300;
    font-style: italic;
}

/* COMUNICATION */
#communication {
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

#communication .page-title {
    background-image: url("../images/background/page-title-communication.jpg");
}

#communication #market {
    font-size: 14pt;
    font-weight: 300;
}

#communication #market h3 {
    font-style: italic;
}

#communication #gallery {}

    #communication #gallery a {
    display: block;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
}

#communication #gallery span {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #333;
    text-align: center;
    font-size: 15pt;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 20px 0 60px;
}

#communication #press {
    background-color: #3764a9;
    background-image: url(../images/press-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14pt;
    font-weight: 300;
}

#communication #press h3 {
    font-style: italic;
    text-transform: uppercase;
}


/* CONTACTS */
#contacts {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    font-size: 14pt;
    font-weight: 300;
}

#contacts .page-title {
    background-image: url("../images/background/page-title-communication.jpg");
}

#contacts h3 {
    font-weight: 700 !important;
}

#contacts input,
#contacts textarea,
#contacts button {
    border: 1px solid #3764a9;
    background-color: #ededed;
}

#contacts textarea {
    resize: none;
}

#contacts button,
#contacts button:hover {
    background: #3764a9;
    color: #fff;
}

#contacts button:hover {
    color: #fabd00;
}

#contacts button:hover i {
    border-color: #fabd00;
}

#contacts .google-maps #map-canvas {
    height: 500px;
}

#contacts #contacts-list {
    color: #fff;
    background-color: #3764a9;
    font-size: 14pt;
    font-weight: 300;
}

#contacts #contacts-list h2 {
    font-style: italic;
    font-weight: 300;
}

@media (max-width: 991px) {

    .navbar-right {
        float: none!important;
    }

    header #mobile-menu {
        display: block;
        font-size: 20pt;
        color: #333;
    }

    header #floatButtons {
        display: none;
    }

    header #logo {
        width: auto;
        display: block;
        text-align: center;
    }

    header #right {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    header #right #phonenumber,
    header #right #languages {
        display: inline-block;
        width: calc(50% - 2px);
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    header #right #phonenumber {
        text-align: center;
    }

    header #right #languages ul {
        text-align: center;
    }

    .nav-pills>li {
        float: none !important;
        width: 150px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    #menu {
        display: none;
    }
}
