

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Calson';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow';
    font-weight: normal;
    font-style:normal;
}
@font-face {
    font-family: 'GothamMedium';
    font-weight: normal;
    font-style: normal;
}

*{
    padding:0;
    border:0;
    outline:0;
    margin:0;
}

.fake-link{
    cursor:pointer;
}

a{
    text-decoration:none;
}

.clear{
    font-size:0;
    line-height:0;
    clear:both;
}

html{


}

body{
    font-family: "Calson","Times New Roman", Serif;

    color:#696a6c;
    font-size:14px;
    width:100%;
    text-align:center;
    background-color:#fff;
    display:inline-block;
    background-color:#fff;
    overflow-x: hidden;
    min-width:240px;
    overflow-x:hidden;
}

p{
    margin: -2px 0px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 35px;
}


/*///////////////////////////////////

           HEADER / MENU

////////////////////////////////*/

header{
    background-color:#fff;
    width: 100%;
    height:180px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 10000;
    top: 0px;
    color:#696a6c;
    position:fixed;
    z-index:9999;

}

.header-wrapper{
    margin:auto;
    width:100%;
    display:inline-block;
    position:relative;
    /*    height:100%;*/
}



.header-block{
    width:100%;
    display:inline-block;
    color:#696a6c;

}
#header_block_top{
    padding-top:10px;
    max-width: 960px;
    position: relative;
    margin-bottom:10px
}


#header_block_bot{
    background-color:#2e2e30;
    padding:5px 0;
    position:relative;
}

#header_links_left{
    position:absolute;
    left:10px;
    top:10px;
    height:30px;
    vertical-align: bottom;
}
#header_links_right{
    position:absolute;
    right:10px;
    top:10px;
    height:30px;
    vertical-align: bottom;
    font-weight: bold;
}



.quicklinks{
    /*    text-transform: uppercase;*/
    color:#696a6c;
    font-size:12px;
    /*    font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow",serif, sans-serif;
    margin-right:20px;
    display:inline;
    padding:5px;
    vertical-align:bottom;

    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;

    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;

}

.quicklinks .quicklink-title{
    vertical-align:bottom;
}
.quicklinks .quicklink-title img{
    vertical-align:bottom;
}



.quicklinks:hover, .quicklinks a:hover{
    /*    text-decoration:underline !important;*/
    color:#000;

}

.quicklinks a{
    color:#fff;
    /*    text-decoration: underline;*/
}

#top_lang:hover{
    text-decoration: none !important;
    color:#000;
}

#top_ql_sub{
    left:79px;

}

#top_client_sub{
    left:48px;
}



.quicklinks:last-child{
    margin-right:0;
}

.quicklinks:visited{
    color:#696a6c;
}

.quicklinks-submenu{
    position:absolute;
    padding:15px;
    background-color:#000;
    display:none;
    text-align:left;
    z-index:8888;
    vertical-align: top;
    /*    top: 28px;*/
}

.quicklinks-submenu-link{
    display:block;
    padding-top:10px;

}
.quicklinks-submenu-link:hover{
    color:#fff !important;
}

.header-logo{
    margin-bottom:15px;
    margin-top:50px;
    display:inline-block;
}

.header-logo img{
    width:215px;
}

h1{
    font-weight:normal !important;
}

.main-menu{
    margin:auto;
    /*    font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-size:16px;
    color:#fff;
    /*text-transform:uppercase;*/
}
.main-menu .main-menu-link{
    font-family: "Calson","Times New Roman", Serif;
    margin:0 35px;
    color:#fff;
    cursor:pointer;
    display:inline;
    letter-spacing: 0.5px;
}
.main-menu .main-menu-link:first-child{
    margin-left:0;
}
.main-menu .main-menu-link:last-child{
    margin-right:0;
}
.main-menu .main-menu-link:hover{
    color:#fff;
    text-decoration:none;
}


.feed{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    background-color:#2e2e30;
    width:100%;
    color:#fff;
    text-align:left;
    padding:5px;
    margin:auto;
    font-size:10px;
    position:relative;

}

.feed-title{
    background-color:#2e2e30;
    font-size:inherit;
    display:inline;
    float:left;
    margin-right:10px;
    padding-right:10px;
    position:absolute;
    left:0;
    z-index:100;
    padding-left:10px;
}

.feed-news-container{
    /*display:inline-block;*/
    padding-left: 30px;
    width:100%;
    display:none;
}

.feed-news{
    padding:0 5px;
    color:#fff;
}

.feed-news:hover{
    color:#fff;
}

.news-slide{
    width:auto !important;
}


.sub-menu{
    width:100%;
    /*background-image:url('../img/bg90.png');*/
    background-color:#fff;
    position:absolute;
    display:none;
    z-index:7777;
}

.sub-menu-arrow{
    position:absolute;
    width:35px;
    height:18px;
    background-image:url('../img/menu_arrow.png');
    background-repeat:no-repeat;
    top:-3px;
    z-index:9999;
}

.sub-menu-center{
    width:100%;
    max-width:980px;
    margin:auto;
    margin-bottom:20px;
    text-align:left;
    display:inline-block;
}

.sub-menu-center .sub-menu-block{
    font-weight: bold;
    display:inline-table;
    padding:50px 50px 0 50px;;
}

.sub-menu-link{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-size:14px ;
    color:#696a6c;

    display:block;
    margin-bottom:10px;
}

.sub-menu-link:hover{
    color:#000 !important;
}


/*///////////////////////////////////

    LI SCROLLER

////////////////////////////////*/

.tickercontainer{
    border: none !important;
    background: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    overflow: hidden;
}

ul.newsticker{
    font:inherit !important;
}

ul.newsticker li{
    background-color:transparent !important;
}
/*///////////////////////////////////

           HEADER SLIDER / IMAGE

////////////////////////////////*/



.header-slider{
    background-color: #2e2e30;
    width:100%;
    max-height:450px;
    margin-top:200px !important;
    position: relative; 

}

.single-header{
    width:100%;
    background-color: #2e2e30;
    margin-top:200px;

}

.gray-filter{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(../img/grayscale.svg);  Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.header-slide{
    /*    -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;*/

    /*    filter: url(../img/grayscale.svg);*/

    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:auto 100%;
}


/*///////////////////////////////////

    CONTENT

////////////////////////////////*/

.site-wrapper{
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    background-color:#fff;
    z-index:10;
    position:relative;
    overflow: hidden;
    transition: -webkit-transform 700ms 

}
.content-wrapper{
    width:100%;
    max-width:980px;
    margin:50px auto;
    display:inline-block;
}


.content-section{
    text-align:left;
    padding:10px !important;
    display: inline-block;
    /*    width: 100%;*/

}

.page-title{
    font-size:22px;
    font-family: "Calston","Times New Roman", Serif;
    margin:0;
    padding:0;
    margin-bottom:30px;
    color:#696a6c;

}

.page-subtitle{
    font-size:16px;
    font-family: "Calston","Times New Roman", Serif;

    margin:0;
    padding:0;
    margin-bottom:30px; 
    color:#696a6c;
    /*text-transform:uppercase;*/
}

.page-content{
    font-size:14px;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-weight: 600;
    margin:0;
    padding:0;
    margin-bottom:30px; 
    color:#696a6c;
    text-align: justify;
}

.page-content a{

    color:#000;
    text-decoration:none !important;
}

.page-content a:hover{
    color:#696a6c;
    text-decoration:underline !important;
}


/*///////////////////////////////////

    SUBPAGE

////////////////////////////////*/
.subpage-wrapper{

    margin-bottom :30px;
    margin-top:70px;
}


.subpage-link{
    width:100%;
    display:inline-block;
    color:#696a6c;
    font-size:14px;
    line-height:21px;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    /*    text-transform:uppercase;*/
    text-align:left;
    position:relative;
    margin-bottom:5px;
    cursor:pointer;
}

.subpage-link:visited,.subpage-link:link,.subpage-link:focus{
    color:#696a6c;
}

.subpage-link:hover{
    color:#000;
}


.subpage-link-selected{
    text-decoration:underline !important;
}

.subpage-arrow{
    position:absolute;
    top:4px;
}

.subpage-arrow2{
    vertical-align:text-bottom;
}

.subpage-link-title{

}

.subpage-link .menu-title{
    /*    position:absolute;*/
    display:inline-block;
    padding-left:15px;
    font-weight: 600;
}

.subpage-menu{
    display:none
}


.subpage-menu-link{
    font-size:11px;
    padding:3px 0 3px 15px;
    display:block;
    color:#696a6c;
}

.subpage-menu-link:visited,.subpage-menu-link:link,.subpage-menu-link:focus{
    color:#696a6c;
}

.subpage-menu-link:hover{
    color:#000;
}



.breadcrumb-wrapper{
    margin-bottom:30px;
    display:inline-block;
    color:#696a6c;
    /*font-family:"GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-size:11px;
    text-align:left;
    font-weight:bold;
}
.breadcrumb-wrapper > a,.breadcrumb-wrapper > a:focus,.breadcrumb-wrapper > a:link,.breadcrumb-wrapper > a:visited{
    color:#696a6c;
}

.breadcrumb-wrapper > a:hover{
    color:#000;
}


/*///////////////////////////////////

    SEARCH

////////////////////////////////*/

.search-form{
    position:relative;
    top:5px;
    left:0;
    display:inline-block;
}

.search-wrapper{
    position:relative;
    display:inline-block;
    vertical-align:sub;
    background-color:#2e2e30;
}

.search-field{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    color:#000;
    padding:0 6px;
    position:relative;
    width:105px;
    float:left;
    border-radius: 0px; 
    height:20px;
    font-size:12px;
}

.search-form-mobile{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    color:#000;
    border-radius: 0;
    margin-bottom:20px;
}

.icon-search-style{
    position:relative;
    z-index:5555;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    background-color:transparent;
    float:left;
    margin-left: 5px;
    margin-top: 6px;
    padding-right: 6px;
}

.search-form2{
    position:relative;
    width:100%; 
    display:inline-block;
    text-align:left;
    margin-bottom:20px;
}

.search-field2{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    color:#000;
    margin: -7px;
    padding: 5px;
}

.icon-search-style2{
    position:absolute;
    z-index:0;
    color:#474747;
    font-size:20px;
    cursor:pointer;
    background-color:#fff;
    top: -5px;
    right: 10px;
    height: 30px;
    width: 30px;
}

.search-result{
    margin-top:30px;

    display:block;
    font-family: "GothamNarrow","Calson", sans-serif;
}

.search-result:hover{
    color:#000;
    text-decoration:none !important;

}

.search-result .search-title{
    font-size:20px;
    font-family: "Calston","Times New Roman", Serif;
    margin:0;
    padding:0;
    color:#696a6c;
    /*text-transform:uppercase;*/
}

.search-result .search-text{
    font-family: "GothamNarrow","Calson", sans-serif;
    display:block;
}


/*///////////////////////////////////

    ASIDE

////////////////////////////////*/

.aside-link{
    width:100%;
    display:inline-block;
    background-color:#a7a9ac;
    color:#fff;
    font-size:14px;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    /*text-transform:uppercase;*/
    text-align:left;
    padding:20px 10px;
    margin-bottom:3px;
    font-weight:bold;
    position:relative;
}

.aside-link .aside-arrow{
    background-image:url('../img/aside-arrow.png');
    background-repeat:no-repeat;
    background-position: center;
    width:17px;
    height:100%;
    position:absolute;
    right:10px;
    top:0;
}

.aside-link:hover, aside-link:visited,aside-link:link,aside-link:focus{
    color:#fff;
}
.aside-text{
    /*    color:#000;
        font-family: "GothamBook","Times New Roman", Serif;
        margin:15px 0;
        text-align:left;*/
    padding-right:25px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*///////////////////////////////////

  FOOTER

  ////////////////////////////////*/

footer{
    width:100%;
    background-color:#2e2e30; 
    display:inline-block;
    padding:0 20px;

}

.footer-content{
    width:100%;
    max-width:980px;
    display:inline-block;
    margin:auto;
    padding-top:45px;

}

.footer-block{
    color:#fff;
    text-align:left;
    margin-bottom:45px;
    display:inline-block;
    border-right: 1px solid #696a6c;
    min-height:180px;
}
.footer-block:nth-child(3){
    border-right:none !important;
}


.footer-logo{
    display:inline-block;
    float:left;
    height:70px;
    position:relative;
    /*    margin-right:25px;*/

}
.footer-logo img{
    height:100%;
}


.footer-fix{
    display:inline-block;
    padding-left:20px;
    vertical-align:middle;
    margin-top: 15px;

}


.footer-address a{
    color:#fff !important;
    text-decoration:underline;
}

.footer-block-title{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-size:14px;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom:20px;
}

.footer-block .footer-link{
    color:#fff;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-weight:normal;
    font-size:14px;
    margin-top:5px; 
    display:block;
}

.footer-link-fix a{
    color:#fff;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-weight:normal;
    font-size:14px;
    margin-top:5px; 
    display:block;
}

.footer-block .footer-link:hover{
    text-decoration:underline !important;
}





.footer-disclaimer img{
    margin:auto;
    vertical-align:middle
}
.footer-disclaimer-text{
    /*font-family:'Arial',sans-serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    text-align:center;
    font-size:12px;
    color:#696a6c;
    margin-top:30px;
}


.footer-address{
    width:100%;
    /*font-family:"GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-size:10px;
    margin-bottom: 0;
    padding: 25px 15px;
    border-top:1px solid #696a6c;
    border-bottom:1px solid #696a6c;
    max-width:960px;
    border-right:none;
    min-height:0;

}

.footer-address a,.footer-address a:focus,.footer-address a:visited,.footer-address a:link{
    color:#696a6c;
}

.footer-address a:hover{
    color:#fff;
}

.footer-cambio-row{
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    /*text-transform:uppercase;*/
    display:inline-block;
    width:100%;
    padding:0;
    padding:4px 10px;
    font-size:12px;
    text-align:left;
}

.footer-cambio-row:nth-of-type(even){
    color:#fff;

}

.footer-cambio-row:nth-of-type(odd){
    color:#a7a9ac;
    background-color:#fff;
    padding:2px 10px;

}

.cambio-title{
    font-weight:bold;
    padding:0;

}

.cambio-value{
    font-size:11px;
    padding:0;
}


.footer-social{
    display:inline-block;
    margin-top:15px;
    text-align:right;
}

.social-block{
    display:inline-block;
    margin-left:10px;
    text-decoration:none !important;

}

.social-block:hover{
    text-decoration:none !important;
}

.social-icon{
    color:#fff;
    font-size:22px;
}

/*///////////////////////////////////

    MOBILE

////////////////////////////////*/

.mobile-button{
    display:none;
    width: 30px;
    height: 45px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    background: url('../img/burguer2.png') no-repeat center center;
    background-size: 88% 44%;
    top: 35px;
    left: 25px;
}


.mobile-menu{
    z-index:0;
    position:absolute;
    /*float:left;*/
    top:0;
    left:0;
    height:500px;
    background-color:#fff;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    display:none;
    text-align:left;
    /*    height:1200px;*/
    overflow:hidden;

}



.mobile-title{
    padding-left:10px;
}

.mobile-submenu{
    padding-left:10px;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    font-size:12px;
    padding-left:10px;
    /*    display:none;*/
}
.mobile-submenu-link{
    color:#000;
    padding-left:20px;
    margin:10px 0;
    font-size:14px;
    display:inline-block;
}


.mobile-submenu-link:hover{
    color:#a7a9ac;
}

.mobile-menu-link{
    color:#000;
    width:100%;
    border-bottom:1px solid #a7a9ac;
    padding:10px 0;
    cursor:pointer;
    font-size:16px;
}

.mobile-menu-link a, .mobile-menu-link a:hover,.mobile-menu-link a:visited,.mobile-menu-link a:link, .mobile-menu-link a:focus{
    color:#000;
}


/*///////////////////////////////////

    HOME

////////////////////////////////*/
.rss-wrapper{
    display: inline-block;
    padding: 25px;
    width: 100%;
    max-width:960px;
}

.rss-load-message{
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    background-color: #2e2e30;
    color: #fff;
}

.rss-container{
    vertical-align:top;
    background-color:#2e2e30;
    width:100%;
    color:#fff;
    display: inline-block;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;

}
.rss-item{
    margin-bottom:40px;
}

.rss-section-title{
    /*text-transform:uppercase;*/
    font-size: 14px;
    font-weight:bold;
    width:100%;
    text-align: left;
    padding:10px;
    padding-left:20px;
    margin-bottom:15px;
    border-bottom:1px solid #fff;

}

.rss-text{
    font-size: 10px;   
}

.rss-text  td{
    border:none !important;
}

.rss-text .title{
    width:100%;
    padding: 10px 5px 3px 5px;
    text-align:left;
    font-weight:bold;
    color:#A8A9AD !important;
    border-bottom:1px solid #fff;

}

.rss-text .date{
    /* width:100%;
       padding: 3px 5px 10px 5px;
        border-bottom:1px solid #fff;*/
    text-align:left;
    margin-bottom:10px;
    font-weight:bold;
    color:#A8A9AD !important;
    float:right;
    display:inline;
}

.rss-container table{
    background-color:#2e2e30;
    color:#fff;
    height:100%;
    vertical-align:top;
    text-align:left;
    font-size:10px;
}
.rss-container table tr{
    border-bottom:1px solid #444;
}

.rss-container table th{
    color:#A8A9AD;
}


.rss-container table tr,.rss-container table td,.rss-container table th{
    padding:5px;

}

.rss-container table tr td:last-of-type,.rss-container table tr th:last-of-type{
    text-align:right;
}
.rss-container table tr td:first-of-type,.rss-container table tr th:first-of-type{
    text-align:left;
}





.home-section{
    width:100%;
    text-align:center;
    display:inline-block;

}

.quicklink-container{
    text-align:left;
    color:#fff;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    margin:auto;
    display:inline-block;
    padding:10px;
    max-width:230px;
    text-decoration:none !important;
    vertical-align:top;
}




.home-section:hover > .quicklink-container {
    opacity: 0.7;
    text-decoration:none !important;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.quicklink-container:not(:hover) {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


.home-section:hover > .quicklink-container:hover {
    opacity: 1.0;
    text-decoration:none !important;

}

.quicklink-container:nth-child(3n-1){
    /*    margin: 0 20px;*/
}
.quicklink-container:hover,.quicklink-container:visited{
    color:#fff;
}



.quicklink-container .quicklink-header{
    width:100%;
    height:225px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.quicklink-container .text-container{
    padding:20px;
    font-size:12px;
    background-color:#2e2e30;
    color:#fff;
}
.quicklink-container .title{
    font-size:15px;
    /*text-transform:uppercase;*/
    margin-bottom:10px;
    text-align:left;
    min-height:50px;
}

.quicklink-container .text{
    height:70px;
    min-width:170px;
}

.quicklink-container .see-more{
    padding:2px 5px;
    border:solid 1px #fff;
    /*text-transform:uppercase;*/
    display:inline-block;
    margin-top:20px;
    cursor:pointer;
}

/*///////////////////////////////////

    PUBLICATIONS

////////////////////////////////*/

.pub-wrapper{
    display:inline-block;
    width:100%;
    text-align:left;
    margin-bottom :10px;
}

.pub-date{
    display:inline;
    font-size:12px;
    padding-right:15px;
}

.pub-name{
    padding-left:15px;
    display:inline;

    font-size:16px;

}

/*////////////////////////////////

    CONTACT FORM

////////////////////////////////*/

.contact-form{
    font-size: 20px;
}

.contact-form .mail-response{
    font-size:14px;
    float:right;
    color:#357ebd;
    margin-top:7px;
    margin-right:20px;
}

.contact-form h2{
    margin-top:0;
}

.input-label{
    margin-top:10px;
    font-weight: bold;
    font-size:15px;
    width:100%;
    font-weight:normal;
}

.input-title{
    width:100%;
    max-width:450px;
}

.input-group{
    margin-right:30px;
    display:inline-block;
    vertical-align:top;
}
.input-checkbox{
    width:20px;
    height:20px;
    margin-right:5px !important;
    margin-bottom:10px !important;
    display:inline-block;
    vertical-align: middle;
    margin: 9px 10px !important;
}

.contact-warning{
    font-size:14px;
    margin-top:5px;
    margin-bottom:15px;
}

.form-checkbox{
    width: auto;
    height:auto;
    float: left;
    margin: 8px 1px 0 !important;
    content:"olá";

}

.btn-primary,.btn-primary:visited { 
    color: #fff;
    background-color: #a7a9ac !important;
    border-color: #000;
    margin-bottom:15px;
}
.btn-primary:hover{
    color: #000;
    background-color: #a7a9ac !important;
    border-color: #000;
}

.form-control{
    border-color: #a7a9ac;
    box-shadow: inset 0 1px 1px rgba(105,0,17,.075);
}

form-control:focus{
    border-color:#900;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(105,0,17,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(105,0,17,.075);
}
/*////////////////////////////////

    CONTACT FORM PREVIEW

////////////////////////////////*/

.content-preview{
    text-align:left;
    padding:10px !important;
    display: inline-block;
    float:left;
    width:595px;
    margin-left:20px;
    line-height: 1.42857143;
}

/*////////////////////////////////

   NEWS

////////////////////////////////*/

.news-container{
    text-align:left;
    color:#fff;
    /*font-family: "GothamBook","Times New Roman", Serif;*/
    font-family: "GothamNarrow","Calson", sans-serif;
    margin:auto;
    display:inline-block;
    padding:10px;
    width: 100%;
    vertical-align: top;
    text-decoration:none !important;
    background-color:#A7A9AC;
    margin-bottom:20px;
}


.page-content:hover > .news-container {
    opacity: 0.85;
    text-decoration:none !important;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.news-container:not(:hover) {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


.page-content:hover > .news-container:hover {
    opacity: 1.0;
    text-decoration:none !important;

}

.news-container:nth-child(3n-1){
    /*    margin: 0 20px;*/
}
.news-container:hover,.news-container:visited{
    color:#fff;
}


.news-container .news-header{
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-transform: none;
}

.news-container .text-container{
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    text-decoration:none !important;
}




.news-container .title{
    font-size:15px;
    /*text-transform:uppercase;*/
    text-align:left;
    text-decoration:none !important;
}
.news-container .text-container:hover{
    text-decoration:none !important;
}

.news-container .text{
    margin-top:20px;
    text-decoration:none !important;
}

.news-container .news-date{
    font-size:10px;
}

.news-container .see-more{
    padding:2px 5px;
    border:solid 1px #fff;
    /*text-transform:uppercase;*/
    display:inline-block;
    margin-top:20px;
    cursor:pointer;
    vertical-align: bottom;
}

/*////////////////////////////////

   TABLES

////////////////////////////////*/



table{
    width:100%;
    font-size:14px;
    border-collapse: collapse;
    border-style: hidden;
    height:auto!important;
}

table  p{
    margin:0;
}
.page-content > table{
    border:solid 2px #fff;


}
table tr, table  td{
    border:1px solid #fff;
    border-radius:8px;
    /*        padding:5px;*/

}
td table{
    /*    border-collapse:initial;*/


    height:100%;
    width:100%;
}

/*////////////////////////////////

    MAP

////////////////////////////////*/
#map-canvas{
    width:100%;
    height:250px;
    transform: none !important;
}

/*////////////////////////////////

   LINK LIST

////////////////////////////////*/
.site-link-container{
    width:100%;
    display:inline-block;
    margin-bottom:10px;
    position:relative;
}

.site-link-header{
    padding:3px 15px;
    color:#000;
    /*background-image:url('../img/site-header-bg.jpg');*/
    border: 1px solid #d4d4d4;
    display:inline-block;
    font-weight:bold;
    font-size:14px;
    width:100%;
    cursor:pointer;
    background-color:#666;
    color:#fff;
}



.site-link-text{
    display:none;
    padding: 20px 0 10px 0;
}

.site-link-arrow{
    position:absolute;
    right:20px;
    top:5px;
    cursor:pointer;
}

.site-link-icon{
    padding-right:10px;
    font-size:22px;
    display:inline;
}


.site-link-icon-name{
    vertical-align:super;
}

/*////////////////////////////////

   LINK LIST

////////////////////////////////*/

.sitemap-title{
    font-size: 20px;
    margin-bottom: 10px;
}

.sitemap-link{
    width:100%;
    display:inline-block;
    margin-bottom:10px;
    position:relative;
    font-size: 12px;
}

.sitemap-link:hover{

}

.sitemap-main-link{
    font-size:16px;
    margin-top:10px;
}

/*////////////////////////////////

   LINK LIST

////////////////////////////////*/
#696a6c
.report-block{
    width:100%;
    display:inline-block;
    color:#696a6c;
    font-size:18px;
    line-height:21px;
    font-family: "GothamNarrow","Calson", sans-serif;

    position:relative;
    margin-bottom:25px;
}

.report-year{
    width:100%;
    /*    display:inline-block;*/
    color:#696a6c;
    font-size:14px;
    line-height:21px;
    font-family: "GothamNarrow","Calson", sans-serif;
    margin-bottom:15px;
    position:relative;
    margin-left:25px;
}

.output-message{
    font-size:12px;
    height:25px;
}


.required-field{
    color:#900;
    display:none;
    font-family: "GothamNarrow","Calson", sans-serif;
    font-weight:bold;
}

/*////////////////////////////////

  DIALOG WINDOW

////////////////////////////////*/
.ui-widget-header {
    border: none !important; 
    background: #696a6c !important;
    color: #fff;
    font-weight: bold;
}

.ui-dialog-titlebar-close{
    display:none !important;
}

.ui-dialog-buttonset button{
    color:#fff !important;
    background: #696a6c !important;
    border: 1px solid #fff;
    padding:2px  5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float:none !important;
    text-align: center;
}