/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
    padding: 5px 0;
    padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
    font-size: 16px
    font-size: 1.142857143rem; (16 / $rembase)
    line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
    margin: 24px 0;
    margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: 'Frutiger Cn';
    src: url('fonts/FrutigerCn.eot');
    src: url('fonts/FrutigerCnd41d.eot?#iefix') format('embedded-opentype'), url('fonts/FrutigerCn.woff2') format('woff2'), url('fonts/FrutigerCn.woff') format('woff'), url('fonts/FrutigerCn.ttf') format('truetype'), url('fonts/FrutigerCn.svg#FrutigerCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{font-family:"votorantim";
    src:url("fonts/votorantim.eot");
    src:url("fonts/votorantimd41d.eot?#iefix") format("embedded-opentype"), url("fonts/votorantim.woff") format("woff"), url("fonts/votorantim.ttf") format("truetype"), url("fonts/votorantim.svg#votorantim") format("svg");
    font-weight:normal;
    font-style:normal
}
.icon{
    font-family:"votorantim" !important;
    font-style:normal !important;
    font-weight:normal !important;
    font-variant:normal !important;
    text-transform:none !important;
    speak:none;line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon:before,
.icon:before,
.icon{
    font-family:"votorantim" !important;
    font-style:normal !important;
    font-weight:normal !important;
    font-variant:normal !important;
    text-transform:none !important;
    speak:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

body{
    padding: 0;
    margin: 0;
}
body, button, input, select, textarea {
    color: #333333;
    font-family: 'Frutiger Cn';
    font-size: 16px;
    line-height: 1.5;
}

.cs_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 2px solid #f47220;
    height: 160px;
    display: block;
    background-color: #fff;
}

.cs_top_header{
    display: flex;
    height: 44px;
    background: #0059a0;
}
.cs_top_header > .container {
    display: flex;
    justify-content: flex-end;
}
.cs_top_header_item{
    display: flex;
    align-items: center;
}
.cs_top_header_menu{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cs_top_header_menu > li {
    margin-right: 15px;
}
.cs_top_header_menu > li > a {
    color: #fff;
    text-decoration: none;
    padding: 2px 5px;
}
.cs_top_header_menu > li > a:hover {
    color: #f47220;
    background: #fff;
}
.cs_top_header_search{
    height: 30px;
    width: 180px;
    max-width: 100%;
    border: 0 none;
    padding: 5px 10px;
    font-size: 16px;
    color: #777;
    font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    outline: none;
}
.cs_top_header_submit{
    height: 30px;
    width: 30px;
    border: 0px;
    background-color: #fff;
    color: #777;
    transform: rotateY(180deg);
    font-size: 18px;
    cursor: pointer;
    outline: none;
}
.cs_top_header_submit:hover{
    color: #333;
}
.cs_top_header_search_wrap{
    display: flex;
}

.cs_main_header {
    display: flex;
    height: 116px;
}
.cs_main_header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cs_menu{
    display: flex;
    list-style: none;
}

.cs_menu > li {
    margin: 0;
    position: relative;
    padding: 15px 0px;
}
.cs_menu > li > a {
    color: #777;
    font-size: 16px;
    padding: 0px 20px;
    border-left: 3px solid #e8e8e8;
    height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.cs_menu > li:first-child > a {
    border-left: 0px solid #e8e8e8;
}
.cs_menu > li > a:hover {
    color: #333;
}
.sub-menu {
    position: absolute;
    top: 100%;
    background: #0059a0;
    padding: 20px;
    display: flex;
    display: none;
}
.sub-menu:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #0059a0;
    top: -20px;
}
.cs_sub_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
}
.cs_sub_menu > li > a {
    color: #fff;
    padding: 5px 15px;
    display: block;
}
.sub_menu_img img {
    width: 100%;
    max-width: 385px;
}
.sub_menu_img {
    width: 385px;
    max-width: 100%;
}


.cs_footer{
    background-color: #333;
    background-position: center;
    background-size: cover; 
}
.main_footer{
    padding: 30px 0px;
}
.footer_menu_title, .footer_menu_title:hover {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.footer_menu > li > a {
    opacity: 0.6;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #fff;
}
.footer_menu > li > a:hover {
    opacity: 1;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #fff;
}
.footer_at {
    font-size: 64px;
    position: relative;
    margin-top: -10px;
    display: inline-block;
    line-height: 64px;
    color: #fff;
}
.footer_at:hover {
    color: #fff;
}

.footer_button {
    color: #fff;
    background: #0059a0;
    border: 1px solid #0059a0;
    padding: 6px 14px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
}
.footer_button:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}
.footer_facebook_button {
    width: 100px;
    display: inline-block;
    margin-top: 80px;
}
.footer_facebook_button img{
    width: 100%;
}
.footer_bottom .container {
    display: flex;
}
.footer_bottom  a {
    color: #fff;
    margin: 0 15px;
    transition: all 0.5s ease 0s;
    line-height: 36px;
    text-decoration: none;
    opacity: 1 !important;
}
.sticky_contact {
    color: #fff;
    position: fixed;
    right: 75px;
    bottom: 0;
    padding: 5px 15px;
    color: #fff;
    background: #0059a0;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
}
.sticky_contact:hover{
    color: #fff;
    background: #333;
    text-decoration: none;
}
.sticky_contact i{
    display: inline-block;
    margin-right: 10px;;
}

.copyrights {
    margin-bottom: 0;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #bbb;
    line-height: 36px;
}

.cs_page_container {
    padding-top: 160px;
}

.slider_full_item {
    height: 350px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.slick_slider_full .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick_slider_full .slick-dots button:before {
    content: none;
}
.slick_slider_full .slick-dots button {
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 10px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #0059a0;
}
.slick_slider_full .slick-dots .slick-active button {
    background-color: #fff;
}
.slick_slider_full .slick-dots {
    bottom: 30px;
}

.slick_slider_home {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 50px;
}

.slider_home_title {
    color: #0059a0;
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider_home_title:before {
    width: 45px;
    height: 3px;
    background: #e0cf77;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.slick_slider_home_section {
    padding-bottom: 50px;
}

.img_grid_wrap_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.img_grid_items{
    height: 0;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
}

.igi_image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    transition: all 0.7s;
}
.img_grid_items:hover .igi_image {
    transform: scale(1.1);
}
.img_text_wrap{
    position: absolute;
    left: 10px;
    bottom: 0;  
}
.img_title{
    background: #0059a0;
    color: #fff;
    display: inline;
    margin-bottom: 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
}

.img_desc{
    background-color: #fff;
    margin-top: 10px;
    padding: 0 0;
    padding: 5px;
    font-size: 16px;
}

.slider_home_button > a{
    color: #777;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}
.slider_home_button > a i {
    transition: all 0.3s;
}
.slider_home_button > a:hover{
    color: #0059a0;
}
.slider_home_button > a:hover i{
    display: inline-block;
    margin-left: 10px;
}

.full_slider_text_title {
    font-size: 48px;
    color: #1d618c;
    margin-bottom: 0;
    background: #fff;
    text-align: left;
    padding: 8px 10px;
    line-height: 48px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 700px;
    font-weight: 600;
}
.full_slider_text_subtitle{
    width: 100%;
    max-width: 700px;
    font-size: 18px;
    color: #242424;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
    background: #fff;
    padding: 8px 10px;
    line-height: 22px;
    width: auto;
    display: inline-block;
}

.slider_full_item_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.section_title {
    color: #0059a0;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}

.section_title:before {
    width: 50px;
    height: 3px;
    background: #e0cf77;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    content: "";
}

.cs_slick_buttons{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 45px;
    background: transparent;
    border: 0;
    color: #bababa;
    text-shadow: 0px 1px 2px #000;
}
.cs_slick_buttons:hover {
    color: #585858;
}
.slick_slider_home .cs_slick-prev{
    font-size: 45px;
    position: absolute;
    left: 0px;
}
.slick_slider_home .cs_slick-next{
    font-size: 45px;
    position: absolute;
    right: 0px;
}

@media (max-width: 767px) {
    .full_slider_text_title{
        font-size: 20px;
        float: none;
        margin: 3px auto;
        display: inline-block;
        text-align: center;
        line-height: 28px;
    }
    .full_slider_text_subtitle{
        font-size: 14px;
        display: block;
        float: none;
        text-align: center;
        width: auto;
    }
    .slider_full_item_content {
        align-items: flex-end;
        padding-bottom: 10px;
    }
    .slider_full_section .cs_slick-next{
        right: 0;
        z-index: 10;
        outline: 0;
        margin-top: -20px;
        color: #fff;
    }
    .slider_full_section .cs_slick-prev{
        left: 0;
        z-index: 10;
        outline: 0;
        margin-top: -20px;
        color: #fff;
    }
    .slick_slider_home_section {
        padding-top: 30px;
    }
    .slick_slider_home {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer_bottom {
        padding-bottom: 35px;
    }
    
}

.img_grid_item {
    padding: 15px;
}
.img_grid_wrap {
    margin: 0 -15px;
}


.footer_bottom > li {margin-right: 0px;}
.slider_home_item img {
    max-width: 100%;
}


@media (max-width: 767px){
    .footer_bottom .container {display: block;}
    .footer_bottom .container a{margin: 0px;}
    .mega-sub-menu .mega-menu-columns-9-of-12{display: none !important;}
    .mega-sub-menu .mega-menu-columns-3-of-12{width: 100% !important;}
    .presenceListing li{width: auto !important;}
    .presenceSearch{width: 100% !important; left: 0 !important;}
    .custom-combobox {width: 75% !important;}
    .presenceSearch .searchBtn{padding: 5px 15px !important;}
    .footer_facebook_button {margin-top: 35px !important;}
}

.main_footer .widget_nav_menu li a:hover{
    color: #fff !important;
    opacity: 1 !important;
}
.cs_footer {
    margin-top: 40px;
}
.page-id-681 .cs_footer {
    margin-top: 0px !important;
}

.main_footer .widget_nav_menu .menu li:nth-child(1) a{
    opacity: 1 !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
}
.main_footer .widget_nav_menu .menu li:nth-child(1){
    margin-bottom: 10px !important;
}
.main_footer .widget_nav_menu .footer_menu_title{display: none;}
article .entry-title{font-size: 1.5rem;}
span.by-author {display: none;}
.blog_pressimage img{transition: all 0.7s;}
.blog_pressimage:hover img {
    transform: scale(1.1);
}