﻿html {
    background-color: white; /*#e2e2e2;*/
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: ProductTitleFont;
    src: url(../fonts/HelveticaNeueLTStd-MdCn.otf);
}

body {
    background-color: transparent; /*#fff;*/
    color: #333;
    font-size: 1em;
    font-family: Arial, "Calibri", 'Eras Light ITC', 'Segoe UI', Tahoma, Arial, Geneva, Verdana, sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 97px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2000;
    background-color: white;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.headerwrapper {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
}

.site-title {
    position: relative;
    display: inline-flex;
    height: 97px;
    width: 250px;
    background-image: url("../images/Logo02.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

a {
    color: #667b97 ;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #667b97 ;
    }

    a:hover {
        background-color: none;
    }

footer, hgroup,
nav, section {
    display:block;
}

mark {
    background-color: white; /*#a6dbed;*/
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    font-weight:100;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }










/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

#body {
    background-color:white; /*#d40000; #efeeef;*/
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 150px;
}

    .main-content {
        background: url("../images/accent.png") no-repeat;
        padding-top: 0;
    }

header .content-wrapper {
    padding-top: 0; 
}

/*---------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- FOOTER ----------------------------------------------------------------- */

footer {
    padding-top: 0;
    padding-bottom: 0;
    clear: both;
    font-size: .8em;
    color: darkgray;
}

.Footerbox3 {
    position: relative;
    float: left;
    width: 33.3%;
    overflow: hidden;
}

@media only screen and (max-width: 650px) {
    .Footerbox3 {
        width: 50%;
    }
}

.Footerbox3text {
    overflow: hidden;
    padding: 15px;
    text-align: left;
    height: 100%;
}

    .Footerbox3text img {
        filter: grayscale(1); /* IE5+ */
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
        -webkit-transition: all .8s ease-in-out;
        -webkit-transform: scale(1);
        opacity: 0.7;
        vertical-align: middle;
    }

        .Footerbox3text img:hover {
            filter: none;
            -webkit-filter: grayscale(0);
            -webkit-transform: scale(1.1);
            opacity: 1;
        }

    .Footerbox3text ul {
        margin: 0;
        padding: 0;
        list-style-position: outside;
        list-style-type: disc;
        text-indent: 0;
        padding-left: 0;
    }

    .Footerbox3text li {
        display: block;
        font-weight: 100;
        padding-bottom: 15px;
    }

        .Footerbox3text li::before {
            filter: grayscale(1); /* IE5+ */
            -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
            -webkit-transition: all .8s ease-in-out;
            -webkit-transform: scale(1);
            opacity: 0.7;
            vertical-align: middle;
            padding-right: 5px;
        }

        .Footerbox3text li:hover::before {
            filter: none;
            -webkit-filter: grayscale(0);
            opacity: 1;
        }

        .Footerbox3text li#address::before {
            content: url('../images/ctc_lt_30.png');
        }

        .Footerbox3text li#email::before {
            content: url('../images/ctc_em_30.png');
        }

        .Footerbox3text li#phone::before {
            content: url('../images/ctc_tl_30.png');
        }

        .Footerbox3text li#whatsapp::before {
            content: url('../images/ctc_wa_30.png');
        }

    .Footerbox3text a {
        color: darkgray;
    }

        .Footerbox3text a:hover {
            color: red;
        }

    .Footerbox3text h3 {
        font-size: 1.3em;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
        display: inline-block;
        font-weight: bold;
    }

.Footerboxcpy {
    position: relative;
    background-color: black;
    float: left;
    width: 100%;
    overflow: hidden;
}

.Footernav {
    position: relative;
    background-color: #2e2e2e;
    float: left;
    width: 100%;
    overflow: hidden;
}

/* page elements
----------------------------------------------------------*/
/* featured */

.featured2 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    background-color: #e8e8e8;
}

    .featured2 .content-wrapper {
        overflow: hidden;
    }

    .featured2 .content-wrapper1000 {
        margin: 0 auto;
        max-width: 1000px;
        overflow: hidden;
    }

    .featured2 .top-section {
        position: relative;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position:50% 50%;
    }

    .featured2 .bottom-section {
        position: relative;
        padding-top: 20px;
        width: 100%;
    }

    .featured2 .video-section-100 {
        display:block;
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        overflow: hidden;
        top: 50%;
        transform: translateY(-50%);
    }

    .featured2 .poster{
        width:100%;
    }
    .featured2 .poster img{
        width:100%;
    }

    .featured2 .content-box {
        margin-bottom: 0;
        margin-right: 0;
    }

    .featured2 .content-header {
        width:100%;         
        padding-bottom:20px;
    }
        .featured2 .content-header img{
            zoom:100%;         
        }

    .featured2 .middle-logo {
        margin: 0 auto;
        width: 100%;
        height: auto;
        margin:0;
        padding-bottom: 20px;
        text-align: center;
    }

        .featured2 .middle-logo img {
            margin: 0 auto;
            zoom: 100%;
        }

    .featured2 .float-bg{
        position:absolute;
        z-index:-1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        
        background-position-x:center;
        background-repeat:no-repeat;
        background-clip:padding-box;
        opacity: .5;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .featured2 .float-description {
        position: relative;
        background-color:transparent;
        z-index:1;
        overflow: hidden;
        box-sizing:border-box;
        height:550px;
        width: 300px;
        padding:3%;
        margin: 0 10px 0 10px;
    }

        .featured2 .float-description img {
            max-width: 100%;
        }

    .featured2 .float-description p{
        font-size: 0.85em;
        font-weight:100;
        vertical-align:central;
    }

    .featured2 .float-all {
        position: relative;
        background-color: transparent;
        z-index: 1;
        width: 100%;
        text-align: left;
    }

    .featured2 .float-left {
        position: relative;
        background-color:transparent;
        z-index:1;
        overflow: hidden;
        width: 49%;
    }

    .featured2 .float-right {
        position: relative;
        background-color:transparent;
        z-index:1;
        width:49%;
        text-align:left;
    }

    .featured2 .float-right-img {
        position: absolute;
        background-color: transparent;
        z-index: 2;
        opacity: 1;
        text-align: center;
        width: 100%;
        height: 100%;
    }

        .featured2 .float-right-img img {
            max-width: 95%;
            max-height: 100%;
            height: auto;
            width: auto;
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

    .featured2 h1{
        color:white;
        font-size: 3em;
        font-weight:lighter;
        left:inherit;
        text-align:center;
        margin:0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .featured2 h2 {
        color:black;
        font-size: 1.5em;
        font-weight:100;
        text-align:Left;
    }

    .featured2 h3 {
        color: black;
        font-size: 1.2em;
        font-weight:bolder;
        text-align:left;
    }

    .featured2 p {
        font-size: 0.85em;
        font-weight:100;
        vertical-align:central;
    }

    .featured2 a{
        color:black;
        font-weight:600;
    }

    .featured2 ol {
        font-size: 0.85em;
        padding:0 0 10px 30px;
    }

    .featured2 li {
        padding: 0 0 5px 0;
    }

    .featured2 ul {
        font-size: 0.85em;
        padding-left: 30px;
    }

    .featured2 ul a {
        padding-left: 0;
    }

    .featured2 .btn {
        position: relative;
        display: table-cell;
        color: #ffffff;
        width: 150px;
        height: 30px;
        vertical-align: middle;
        padding-right: 50px;
        padding-left: 20px;
        font-size: 1em;
        opacity: 1;
        background: url('../images/Arrow-1.svg') no-repeat right 10px center;
        background-color: #e80000;
    }

    .featured2 .images1 {
        position: relative;
        vertical-align:middle;
    }

    .featured2 .images1 img.center {
        vertical-align:middle;
    }

    .featured2 button{

    }


/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}


/* content */
article {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    float: left;
    width: 78%;
}
    article p {
        font-size: 1.2em;
        font-weight:100;
        vertical-align:middle;
    }

aside {
    float: right;
    width: 220px;
    margin-top: 0;
}

aside img.center {
    vertical-align:middle;
}

aside .logosContainer{
    background-color: #667b97;
    max-width:100%;
    text-align:center;
}

aside .logos{
    max-width:100%;
}

    aside h3 {
        font-size: 1.2em;
        font-weight:900;
    }

    aside p {
        font-size: 1.2em;
        font-weight:100;
    }

    aside ul#logos {
        font-size: 1.3em;
        font-weight: 600;
        padding: 0;
        text-align:center;
        background-color:transparent;
    }

        aside ul#logos li {
            display: inline;
            list-style: none;
            line-height:70px;
        }

            aside ul#logos li a {
                background: none;
                color: #999;
                text-decoration: none;
            }

            aside ul#logos li a:hover {
                color: #333;
                text-decoration: none;
            }


.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



/*************************************************************************************************************************************************************/

@media only screen and (max-width: 1200px) {

    body {
        font-size: 1em;
    }

    .featured2 {
        min-height:350px;
    }

        .featured2 .top-section {
            background-position: 40% 50%;
        }

    .featured2 .float-left {
        position:relative;
        width: 50%;
    }

    .featured2 .float-right {
        width:49%;
    }

    .featured2 .float-description {
        padding:3%;
        height: 350px;
    }

}




/*************************************************************************************************************************************************************/

@media only screen and (max-width: 1000px) {

    header {
        height: 60px;
    }

    header .site-title{
        height:65px;
    }

    #body {
        margin-top: 75px;
    }

    .featured2 {
        min-height:300px;
    }

        .featured2 .top-section {
            background-position:30% 50%;
        }

    .featured2 .content-header {
        padding-bottom:15px;
    }

    .featured2 .content-header img{
        zoom:80%;         
    }

    .featured2 .float-description{
        height:300px;
    }

    article {
        float:none;
        width: 100%;
    }

    aside {
        float:none;
        width: 100%;
    }

    aside .logosContainer{
        padding:10px;
    }
    aside .logos img{
        zoom:70%;
    }
    aside ul#logos li {
        line-height:50px;
        padding-left: 10px;
        padding-Right: 10px;
    }
}





/*************************************************************************************************************************************************************/

@media only screen and (max-width: 750px) {

    header {
        height: 40px;
    }

/*
    .dropdown-contentsquare {
        width: 14.9%;
        height: 35px;
        margin: 3%;
        padding: 2%;
    }
*/

    .featured2 .content-header {
        padding-bottom:10px;
    }

    .featured2 .content-header img{
        zoom:68%;         
    }

    .featured2 .images1 img{
        width:50px;
    }

    article {
        float:none;
        width: 100%;
    }

    aside {
        float:none;
        width: 100%;
    }

    aside .logosContainer{
        padding:10px;
    }
    aside .logos img{
        zoom:68%;
    }
    aside ul#logos li {
        line-height:50px;
        padding-left: 10px;
        padding-Right: 10px;
    }

}


/*************************************************************************************************************************************************************/
@media only screen and (max-width: 520px) {

    header .site-title {
        margin: 0;
        height:55px;
        width:150px;
    }

    .main-content,
    .featured1 + .main-content {
        background-position: 0 0;
    }

    #body{
        padding-top:10px;
        margin-left:20px;
        margin-right:20px;
    }

    .content-wrapper{
        height:100%;
    }

    .featured2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 5px;
        margin-bottom: 70px;
        background-color:white;
        border: 2px solid red;
        border-radius: 7px;
        overflow: hidden;
        zoom: 80%;
    }

        .featured2 .top-section {
            margin: 9px auto 0 auto;
            background-position: left 0;
            background-size:cover;
            height:280px;
            width:calc(100% - 18px);
            overflow:hidden;
            border-radius:7px;
        }

        .featured2 .float-description {
            height:100%;
            width:45%;
            min-height:200px;

            width: 47%;
            box-sizing: border-box;
            margin-right: -4px;
            margin-left: 2%;
        }

        .featured2 .bottom-section {
            position: relative;
            padding-top: 10px;
            width: 100%;
        }

    .featured2 .content-header {
        padding-bottom:0px;
    }

    .featured2 .content-header img{
        zoom:70%;         
    }

    .featured2 .middle-logo{
        padding-bottom:5px;
    }

    .featured2 .middle-logo img {
        zoom: 70%;
    }


    .featured2 .float-left {
        position:relative;
        width: 100%;
    }

    .featured2 .float-right {
        width:100%;
    }


    .featured2 .images1 img{
        width:50px;
    }

    article {
        float:none;
        width: 100%;
    }

    aside {
        float:none;
        width: 100%;
    }

    aside .logosContainer{
        padding:10px;
    }
    aside .logos img{
        zoom:50%;
    }
    aside ul#logos li {
        line-height:70px;
        padding-left: 10px;
        padding-Right: 10px;
    }


     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 0;
    }

        footer p {
            margin: 0;
        }
}


@media only screen and (max-width: 380px) {

    body {
        font-size: .8em;
    }

    header {
        height: 60px;
    }

    #body {
        margin-top: 75px;

    }

    header .site-title {
        margin: 0;
        width: 100px;
        height: 50px;
    }

}

