﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: font-awesome;
    src: url("ResourcePackages/Bootstrap/assets/Content/fonts/FontAwesome.ttf");
}

@font-face {
    font-family: palatino;
    src: url("ResourcePackages/Bootstrap/assets/Content/fonts/palatino.ttf");
}

@font-face {
    font-family: 'icons';
    src: url('ResourcePackages/Bootstrap/assets/Content/fonts/entypo.eot'); /* IE9 Compat Modes */
    src: url('ResourcePackages/Bootstrap/assets/Content/fonts/entypo.woff') format('woff'), /* Modern Browsers */
    url('ResourcePackages/Bootstrap/assets/Content/fonts/entypo.ttf') format('truetype'), /* Safari, Android, iOS */
    url('ResourcePackages/Bootstrap/assets/Content/fonts/entypo.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'FontAwesome';
    src: url('ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfont78ce.eot?v=4.2.0');
    src: url('ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfont78ce.woff?v=4.2.0') format('woff'), url('ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfont78ce.ttf?v=4.2.0') format('truetype'), url('ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #efeeee;
}
.header_bg {
    background: #fff;
    padding: 0px;
}

.button_contact {
    margin-top: -20px;
}

.header_yellowtag {
    background: url(ResourcePackages/Bootstrap/assets/Content/images/header_bg.png) no-repeat left top;
    float: left;
    padding: 16px;
}
.padding_spaces {
    padding: 0;
}

.logo {
    float: left;
    padding: 2px 0px 35px;
    margin-top: -20px;
    margin-left: 10px;
}

.content_buttons_mobile {
    background: #fff;
    float: left;
	width:100%;
}

.btn-chat {
    color: #fff;
    /* background-color: #0078c1; */
    /* border-color: #204d74; */
    margin-top: 8px;
    display: inline-block;
    /* border: 1px solid #006eab; */
    text-transform: none;
    background-image: -webkit-linear-gradient(bottom, #086EAB, #2B8BC6);
    background: linear-gradient(to right, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 30px 6px 30px;
    line-height: 23px;
    margin: 10px 0px 15px 1px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

    .btn-chat:focus {
        color: #fff;
        background-color: #0078c1;
        border-color: #487aa9;
    }

    .btn-chat:hover {
        color: #fff;
        background: #31aa3a;
        border-color: #31aa3a;
    }

.menu_bar {
    float: left;
    width: 100%;
}

    .menu_bar ul {
        margin: 0;
        padding: 0;
        width: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6f6e+0,a1a1a2+39,a1a1a2+65,6e6f6f+100 */
        background: #6e6f6e;
        /* Old browsers */
        background: -moz-linear-gradient(left, #6e6f6e 0%, #a1a1a2 39%, #a1a1a2 65%, #6e6f6f 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #6e6f6e 0%,#a1a1a2 39%,#a1a1a2 65%,#6e6f6f 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #6e6f6e 0%,#a1a1a2 39%,#a1a1a2 65%,#6e6f6f 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6f6e', endColorstr='#6e6f6f',GradientType=1 );
        /* IE6-9 */
        float: left;
    }

        .menu_bar ul li {
            width: 33.33%;
            display: inline;
            text-transform: uppercase;
            float: left;
        }

            .menu_bar ul li a {
                padding: 18px;
                text-decoration: none;
                width: 100%;
                font-size: 14px;
                font-family: Trebuchet MS;
                text-align: center;
                float: left;
                color: #fff;
                font-weight: bold;
            }

                .menu_bar ul li a:hover {
                    background: #575757 !important;
                    text-decoration: none;
                    width: 100%;
                    text-align: center;
                    font-weight: bold;
                    font-family: Trebuchet MS;
                    float: left;
                    color: #fff;
                }

.menu_bar_active {
    background: #0067b5;
    background: -moz-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0067b5), color-stop(15%, #0069b6), color-stop(72%, #0080c6), color-stop(100%, #0087cb));
    background: -webkit-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
    background: -o-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
    background: -ms-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
    background: linear-gradient(to right, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067b5', endColorstr='#0087cb',GradientType=1 );
}

.content_bg {
    background: #fff;
    margin-top: 10px;
    padding-bottom: 50px;
    float: left;
}

.content_header {
    color: #0062b3;
    font-size: 37px;
    padding: 24px 0px;
    float: left;
    text-align: center;
    font-family: Trebuchet MS;
	width: 100%;
}

.content_mini_header {
    /*color: #faa619;
    font-size: 14pt;
    border-top: 2px dotted #d4d4d4;
    float: left;
    font-weight: bold;
    padding: 24px 0px 18px 0px;*/
    color: #f79516;
    font-size: 24px;
    border-top: 1px dotted #d4d4d4;
    font-family: Trebuchet MS;
    float: left;
    /* font-weight: bold; */
    padding: 25px 0px 0px 25px;
    width: 100%;
}

.content_minipara {
    color: #222222;
    font-size: 14px;
    padding: 10px 25px;
    float: left;
    font-family: Palatino roman;
    line-height: 1.571;
}

.privacy_content {
    margin: 0;
    padding: 0;
    text-align: center;
}

.content-buttons {
    text-align: center;
    padding-bottom: 30px;
}

    .content-buttons button {
        margin-right: 30px;
    }

.privacy_content li {
    list-style-type: none;
}

    .privacy_content li a {
        text-decoration: none;
        /*padding: 1px;*/
        color: #6c6c6c;
        font-family: Trebuchet MS;
        font-size: 14px;
    }

.footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.copyright p {
    text-align: center;
    font-family: Trebuchet MS;
    text-decoration: none;
    color: #6c6c6c;
    font-size: 13px;
}

.font_label {
    font-size: 32pt;
    color: #0077ad;
    margin-right: 22px;
}
/*-------menu On Responsive-----*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424242+0,515151+50,424242+100 */
    background: #424242;
    /* Old browsers */
    background: -moz-linear-gradient(left, #424242 0%, #515151 50%, #424242 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #424242 0%,#515151 50%,#424242 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #424242 0%,#515151 50%,#424242 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#424242',GradientType=1 );
    /* IE6-9 */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 31px 13px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
        color: #fff !important;
        font-family: Trebuchet MS;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

a.closebtn {
    float: right;
    top: 0;
    right: 14px;
    color: #000;
    font-size: 36px;
    margin-right: -10px;
    margin-top: -5px;
    display: none;
    text-decoration: none;
}

#main {
    transition: margin-right .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
        .header_bg {
            background: #fff;
            float: left;
            padding: 0px;
            padding-left: 10px;
        }
}

@media screen and (max-width: 640px) {
    .sidenav {
        padding-top: 0px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .hat {
        display: none;
    }

    .logo-vectorial {
        height: 45px;
        image-rendering: optimizeQuality;
        margin: 7px -4px;
    }

    .menu_bar {
        float: left;
        width: 100%;
        padding: 0;
    }

    .mobile_res {
        display: inline !important;
        padding: 0px 25px;
        color: #2e2e2e;
        background-color: #3e3e3e;
    }

    #main {
        transition: margin-right .5s;
        float: right;
    }

    .menu_bar ul li {
        width: 100%;
        display: inline;
        text-transform: uppercase;
        float: left;
    }

    .content {
        float: left;
        WIDTH: 100%;
        background: #3e3e3e;
        height: 3000px;
        margin-left: 14px;
    }

    .menu_bar ul li a {
        text-align: left;
        border-bottom: 1px dotted #d4d4d4;
    }

        .menu_bar ul li a:hover {
            text-align: left;
        }

    .content_header {
        font-size: 18pt;
    }

    .changeHeight {
        height: auto !important;
    }

    .content_mini_header {
        padding: 0px 0px 0px 20px;
    }

    .content-buttons button {
        margin-right: 0px;
        font-size: 10pt;
    }

    .menu_bar ul {
        margin-top: -20px;
        padding: 0;
        width: 100%;
        background: #6e6e6e;
        float: left;
    }

    .content_mini_header {
        border-top: none;
    }

    .hidden-label {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    label {
        font-size: 0.875rem;
        color: #4d4d4d;
        cursor: pointer;
        display: block;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .copymenu p {
        text-align: left;
        color: #d0d0d0;
        font-family: Trebuchet MS;
        font-size: 9pt;
    }

    .font_label {
        font-size: 23pt;
        color: #0077ad;
        margin-right: 2px;
    }

    .logo {
        float: left;
        padding: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .full-width {
        padding: 0;
    }

    .content-buttons {
        padding-bottom: 6px;
    }

    .content_mini_header {
        margin-top: 24px;
    }
}

@media screen (max-width: 1000px) {
    .menu_bar ul li a {
        font-size: 9pt !important;
    }

    .sidenav {
        padding-top: 0px;
    }

        .sidenav a {
            font-size: 18px;
        }

    #main {
        transition: margin-right .5s;
        float: right;
    }

    .content_header {
        font-size: 18pt;
    }

    .content-buttons button {
        margin-right: 0px;
        font-size: 7pt;
    }

    .content_mini_header {
        border-top: none;
    }

    .hidden-label {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    label {
        font-size: 0.875rem;
        color: #4d4d4d;
        cursor: pointer;
        display: block;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .copymenu p {
        text-align: left;
        color: #d0d0d0;
        font-family: Trebuchet MS;
        font-size: 9pt;
    }

    .font_label {
        font-size: 23pt;
        color: #0077ad;
        margin-right: 2px;
    }

    .logo {
        float: left;
        padding: 0px;
        margin-top: 0px;
    }

    .full-width {
        padding: 0;
    }

    .content-buttons {
        padding-bottom: 6px;
    }

    .content_mini_header {
        margin-top: 24px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation:landscape) {
    .logo {
        float: left;
        padding: 0px 0px 0px;
        margin-top: 0px;
    }
    .header_bg {
        background: #fff;
        float: left;
        padding: 0px;
        padding-left: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation:portrait) {
    .logo-vectorial {
        height: 50px;
        image-rendering: optimizeQuality;
        margin-top: 12px !important;
        margin-left: -20px;
    }

    .logo {
        margin-left: 0px !important;
    }
    .header_bg {
        background: #fff;
        float: left;
        padding: 0px;
        padding-left: 10px;
    }
}

.content {
    float: left;
    WIDTH: 100%;
}

.logo-vectorial {
    height: 50px;
    image-rendering: optimizeQuality;
}

@media screen and (max-width: 736px) {
    .mobile_res {
        display: none;
    }

    .chat_display {
        display: none;
    }

    .menu_bar ul li a {
        font-size: 8pt;
    }

    .button_contact {
        margin-top: -3px;
    }

    .menu_bar {
        margin-top: 20px;
    }

    .tab-bar .right-small {
        position: absolute;
        right: -38px;
        top: 1px;
    }

    .logo-vectorial {
        height: 38px;
        margin-top: 6px;
    }
}

p.copyright_text {
    color: #bebebe !important;
    margin-left: -8px;
    margin-top: 40px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .menu_bar ul li a {
        font-weight: bold !important;
        font-size: 9pt;
    }

    .ipad_position {
        margin-top: 30px;
    }

    .logo {
        margin-left: 0px;
    }
}

.changeHeight {
    height: 90px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    .ipad_position {
        margin-top: 30px;
    }

    .logo {
        margin-left: 0px;
    }
}


.social-links_mobile2 {
    list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align: center;
	width:100%;
	display:table;/* Webkit Fix */
	word-spacing:-.25em; /* hide whitespace nodes in all modern browsers (not for webkit)*/
}

   

    .social-links_mobile2 li {
        display:inline-block;
	word-spacing:0; /* reset from parent ul*/
    margin: 0px 4px;
    }

    .social-links_mobile2 a.twitter {
        background: #55acee;
    }

    .social-links_mobile2 a {
        display:block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-weight:bold;
        font-size: 16px;
        color:#FFF;
        background-color:#98bf21;
        text-align:center;
        text-decoration:none;
        text-transform:uppercase;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

        .social-links_mobile2 a.linkedin {
            background: #0e76a8;
        }



.social-links_mobile {
    width: 100% !important;
    margin: 0px !important;
    clear: both;
    padding: 0px 5px 0px 0px;
}

    .social-links_mobile ul {
        margin: 0px;
        height: 35px;
        padding: 0px;
        padding-left: 10px;
    }

    .social-links_mobile li {
        display: block;
        float: left;
        margin: 0px 4px;
    }

    .social-links_mobile a.twitter {
        background: #55acee;
    }

    .social-links_mobile a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        color: #eeeeee;
        text-align: center;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        text-decoration: none;
    }

        .social-links_mobile a.linkedin {
            background: #0e76a8;
        }

.privacy_content_mobile {
    margin: 0;
    padding: 0;
}

    .privacy_content_mobile li {
        list-style-type: none;
        display: inline-block;
        width: 100%;
    }

        .privacy_content_mobile li a {
            text-decoration: none;
            color: #bebebe;
            font-family: Trebuchet MS;
            font-size: 12px;
            line-height: 20px;
        }