/*General*/
body {
    font-family: Georgia, serif;
    font-size: 12pt;
    background: #f6f6f6;
}

h3 {
    color: #F05144;
    font-size: 14pt;
}

.img {
    border: 0;
}

canvas {
    -ms-touch-action: double-tap-zoom;
}

ul {
    line-height: 25px; /*Space between list*/
}

.sources {
    list-style-type: none;
    font-size: 8pt;
    font-style: italic;
}

.product-link {
    list-style-type: square;
    font-weight: bold;
    font-size: 12pt;
}

div .dyk {
    background-color: #FFCE85;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.inSpan {
    font-weight: bold;
    font-style: italic;
}

.inDiv {
    padding: 5px;
}

.style-switcher {
    position: fixed;
    float: right;
}

    .style-switcher img {
        position: relative;
        top: 12px;
    }

/*Layout*/

.right {
    position: relative;
    top: 15px;
    width: 250px;
    height: auto;
    float: right;
    padding: 5px;
}

.left {
    width: auto;
    height: auto;
    float: center;
    padding: 5px;
}

/*Header*/
.header {
    width: auto;
    height: auto;
}

.logo-site {
    width: 600px;
    float: left;
    color: #333;
    margin-bottom: 10px;
}

.image-logo {
    float: left;
}
/*Website name*/
.logo-site h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

/*Website slogan*/
.logo-site h3 {
    color: #333;
    font-size: 23px;
    padding: 0;
    color: grey;
    margin: 0;
}

/*Toll number*/
.toll-number h2 {
    float: right;
    position: relative;
    top: 18px;
    color: #333;
    font-weight: bold;
}

.toll-number-text {
    color: #007c3e;
}

/*Slider*/
.slider {
    width: 730px;
    height: 250px;
    padding: 15px 0 40px 0;
}

.title-box {
    padding: 12px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .title-box > h1, .title-box > h2 {
        color: #fff;
        font-weight: 100;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

.box {
    width: auto;
    height: auto;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin-bottom: 10px;
    color: #333;
    padding: 10px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
/*Box with Licenses*/
.box-licenses {
    width: auto;
    height: auto;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*Make images in article rounded*/
.box img {
    margin: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form-input {
    width: 180px;
}

.image-big {
    margin: 15px 0 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.download-button {
    margin: 0 auto;
    width: 220px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #007c3e;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#footer {
    width: auto;
    height: auto;
    border-top: 1px solid #e9e9e9;
    clear: both;
    padding: 4px;
}
/*Left side*/
.footer-left {
    float: left;
}

/*Right side*/
.footer-right {
    float: right;
    text-align: right;
    font-size: 10pt;
}

.bg-blu-gr {
    background: #4cd6eb; /* Old Browsers */
    background: -moz-linear-gradient(top, #4cd6eb 0%, #47b5f5 50%, #4cd6eb 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4cd6eb), color-stop(50%, #47b5f5), color-stop(100%, #4cd6eb)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #4cd6eb 0%, #47b5f5 50%, #4cd6eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4cd6eb 0%, #47b5f5 50%, #4cd6eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4cd6eb 0%, #47b5f5 50%, #4cd6eb 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #4cd6eb 0%, #47b5f5 50%, #4cd6eb 100%); /* W3C */
}

    .bg-blu-gr .nav-link {
        color: rgba(255, 255, 255, 1) !important;
    }

        .bg-blu-gr .nav-link:hover {
            color: rgba(255, 255, 255, 0.75) !important;
        }

.bg-red-gr {
    background: #ffc1a9; /* Old Browsers */
    background: -moz-linear-gradient(top, #ffc1a9 0%, #ff7066 25%, #f54c3f 50%, #ff7066 74%, #ffc1a9 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffc1a9), color-stop(25%, #ff7066), color-stop(50%, #f54c3f), color-stop(74%, #ff7066), color-stop(100%, #ffc1a9)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #ffc1a9 0%, #ff7066 25%, #f54c3f 50%, #ff7066 74%, #ffc1a9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc1a9 0%, #ff7066 25%, #f54c3f 50%, #ff7066 74%, #ffc1a9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc1a9 0%, #ff7066 25%, #f54c3f 50%, #ff7066 74%, #ffc1a9 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #ffc1a9 0%, #ff7066 25%, #f54c3f 50%, #ff7066 74%, #ffc1a9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1a9', endColorstr='#ffc1a9', GradientType=0 ); /* IE6-9 */
}

.navbar {
    padding: 5px;
    font-size: 17px;
    position: relative;
    z-index: 10;
    margin: inherit;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.page {
    margin-left: -5px;
    margin-right: -5px;
    background: #fff;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 5px 2px #b1b1b1;
    -moz-box-shadow: 0px 0px 5px 2px #b1b1b1;
    box-shadow: 0px 0px 5px 2px #b1b1b1;
}

/*Links style*/
a.dropdown-item,
a.dropdown-item:active,
a.dropdown-item:visited,
.box a,
.footer-left a {
    color: #F05144 !important; /* Red #b2120c */
}

a:hover {
    text-decoration: underline;
    border: 0px;
}

nav li.active {
    background-color: #2B8FCE; /* Red: #6B0000*/
    border-radius: 3px;
}

.col .container-fluid {
    margin: inherit;
}

.text-blue {
    color: #2B8FCE;
}

.text-red {
    color: #F05144;
}

@media screen and (min-width: 769px) {
    .navbar {
        margin: 10px;
    }

    body {
        margin-top: 50px;
    }

    .page {
        margin-left: inherit;
        margin-right: inherit;
    }

    .col.container-fluid {
        margin: 10px;
        margin-top: 0px;
    }
}

#ContentPlaceHolder_contactFullName {
    display: none !important;
}
