html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
}
/* WordPress Core -------------------------------------------------------------- */
/*----------------------------------------- Typography--------------------------------------------*/

img.alignleft, img.alignright, img.alignnone, img.aligncenter {
    border-radius: 0;
    border: none;
}

.content img.alignleft, .content img.alignright, .content img.alignnone, img.aligncenter {
    padding: 5px;
}

.alignleft {
    float: left;
    margin: 0 25px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignnone {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.aligncenter{margin: auto; display: block;}

.thumbnail .caption {
    text-align: center;
    font-size: 11px;
}

.content .main {
    margin: 40px 0px 50px;
}

.sidebar {
    margin: 50px 0 50px;
    max-width: 290px;
}

.main ul, .content .main ol {
    margin: 0 0 2em;
    padding-left: 20px;
}

.content .main ul li, .content .main ol li {
    line-height: 1.6;
    margin-bottom: 0.8em;
}

.content > .main blockquote, .content > .main blockquote p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}

p.attribute {
    text-align: right;
    font-weight: bold;
    color: #0077c0;
    margin: 0 0 30px;
}

.wp-caption img {
    max-width: 100%;
}

.content .main > p:first-of-type {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5em;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

/* Search Results */

article.hentry {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #F1F1F1;
}

.entry-summary p {
    margin: 0;
}

/* ------------------------------
* Sidebar
---------------------------------*/

.sidebar .directions-widget .map-wrap {
    float: none;
    width: 100%;
}

.sidebar .directions-widget .acf-map {
    width: 100%;
}

.sidebar .directions-widget address {
    display: block;
}

.sidebar .gform_wrapper { padding: 0 15px; }

.sidebar .ginput_right, .sidebar .ginput_left {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    display: block;
}

.sidebar .gform_footer {
    text-align: center;
}

.widget-title {
    padding-left: 20px;
    font-size: 26px;
    margin: 0 0 25px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    padding: 10px 0;
    color: #0077c0;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar .widget {
    margin: 0 0 50px;
    padding: 0;
}

.sidebar, .sidebar p {
    font-size: 12px;
    line-height: 22px;
}

/* Subpages Widget */

.subpages-widget {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.21);
}

.subpages-widget ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.subpages-widget ul li:first-child a {
    border-top: none;
}

.subpages-widget ul li a {
    font-size: 18px;
    color: #6a747c;
    display: block;
    box-shadow: inset 0 1px 1px #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 15px 15px 55px;
    position: relative;
}

.subpages-widget ul li a > span {
    border-right:1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    box-shadow: inset -1px 0px 1px #FFF;
}

.subpages-widget ul li a > span:before {
    content: "";
    border-color: rgba(0, 0, 0, 0) #b3b7bb;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: 17px;
    top: 22px;
    position: relative;
}

.subpages-widget ul li a:hover {
    text-decoration: none;
    color: #3f484f;
    background: rgba(0, 0, 0, 0.04);
}


.subpages-widget ul li.current_page_item a {
    color:#2289c8;
}

.subpages-widget ul li.current_page_item a span:before {
    border-color: rgba(0, 0, 0, 0) #2289c8;

}

/* ------------------------------
* Standard WordPress Widget Styles
---------------------------------*/

/* Categories and Archive Widgets */

.sidebar .widget.widget_categories ul ul, .sidebar .widget.widget_pages ul ul, .sidebar .widget.widget_nav_menu ul ul {
    margin: 0 !important;
    padding: 0 0 0 20px;
}

.sidebar .widget.widget_categories li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_archive li {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #E6E6E6;
}

.sidebar .widget.widget_categories li li, .sidebar .widget.widget_pages li li, .sidebar .widget.widget_nav_menu li li, .sidebar .widget.widget_archive li li {
    border-bottom: 0;
}

.sidebar .widget.widget_categories > ul > li:first-child > a, .sidebar .widget.widget_pages > ul > li:first-child > a, .sidebar .widget.widget_nav_menu > ul > li:first-child > a, .sidebar .widget.widget_archive > ul > li:first-child > a {
    padding-top: 0px;
}

.sidebar label {
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar .gform_heading {
    margin: 0 0 20px;
}

/* Calendar Widget */

.widget_calendar {
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #ECECEC;
    border: 1px solid #E0E0E0;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
/**
 * 11.4 - Comments
 */

.comments-area {
    margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}

.comments-title {
    margin-bottom: 1.217391304em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.875em;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}

.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}
/**
 * 5.0 - Forms
 */

input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
/*END*/
a:hover {
    text-decoration: none!important;
}
.wpsnw-2x {
    font-size: 1.5em;
}
p,
.textwidget,
li{
    line-height: 1.55em;
}

#ubermenu-main-2-primary{
    display: inline-block;
    /*width: calc(100% - 300px);*/
}
#ubermenu-nav-main-2-primary{
    display: inline-block;
}
#footer_language_list{
    margin-left: 75px;
}
#ubermenu-nav-main-2-primary .ubermenu-item .ubermenu-target,
.ubermenu-responsive-toggle
{
    padding:17px 20px 18px;
}

.ubermenu-responsive-toggle{
    float:right;
}

#banner-header .navbar-header{
    display:inline-block;
}

#nav_menu-2 a:before{
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #D3D3D3;
}

#nav_menu-2 a:hover:before{
    border-left: 5px solid #337ab7;
}

#wpadminbar{
    position:fixed !important;
}

header#banner-header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    transition: .5s ease-in-out;
}

.navbar-primary {
    z-index: 1000;
}

.lang_menu{
    position:relative;
    display:inline-block;
    float: right;
    padding: 20px;
}

.curr_lang:hover{
    cursor:pointer;
    text-decoration: underline;
}

.curr_lang:after{
    position: relative;
    top: 3px;
    margin-left: 5px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.lang,
.curr_lang,
.lang a{
    color:White !important;
    text-transform: uppercase;
    font-size:10px;
    list-style: none;
}

.langlist{
    position: absolute;
    right:20px;
    display: table-cell;
    visibility:hidden;
    opacity:0;
    margin-top:10px;
    border:solid 1px white;
    background-color: rgba(0, 0, 0, 0.59);
    padding: 10px;
    font-size: 10px;

    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    transition:200ms;
}

.curr_lang.open + .langlist{
    visibility:visible;
    opacity:1;
    margin-top:10px;
}

.langlist .lang a{
    padding:10px;
    display:block;
}

div#ds-carousel.slider_top {
    position: relative;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    background-color: #777;
    height: 617px;
    width: 100%;
}

body:not(.home) .carousel .item{
    height: 300px;
}
div.carousel-caption {
    font-size: 40px;
    width: 50%;
    text-align: left;
    top: 20%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

span.sliderTitle {
    font-weight: bold;
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: calc(10px + 1.5vw);
}

span.sliderContent {
    display: block;
    line-height: 40px;
    font-weight: 300;
}

.sliderContent p{
    line-height:1.2em;
}

div.section-block_title h1 {
    font-weight: 300;
}

div.section-block_title h1:before {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 70px;
    /* or 100px */
    border-top: 2px solid black;
}

hr {
    background: #333 linear-gradient(to right, #ccc, #333, #ccc) repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}

.fsize19 {
    font-size: 19px;
    line-height: 22px;
}

.fsize17 {
    font-size: 17px;
    line-height: 17px;
}

body.home #grayer {
    padding: 40px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff7f7+50,cccccc+51,cccccc+100&0+0,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 247, 247, 0) 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 247, 247, 0) 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 247, 247, 0) 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cccccc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs .separator{
    font-size:7px;
    color:#ccc;
}

div#section_1 {
    position: relative;
}

div#ds_sections {
    margin-bottom: 20px;
}

div#ds_sections_0 .container{
    padding-bottom: 0px;
}

body:not(.home) div#ds_sections_0 .container{
    padding-bottom: 0px;
}
div#ds_sections .container {

    padding: 40px 15px;
}

body:not(.home) div.ds_section {
    padding-top: 10px;
}

body:not(.home) div#section_1 div.container {
    padding-top: 0px;
}

body.home div#ds_sections {
    margin-bottom: 0px;
}

.container > .row > div > .row .ds_section:first-of-type{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    -ms-transform:translateY(0) scale(1) !important;
    -moz-transform:translateY(0) scale(1) !important;
    -webkit-transform:translateY(0) scale(1) !important;
    transform:translateY(0) scale(1) !important;
}

.dropdown-menu{
    opacity:0;
    margin-top:10px !important;
    display:block !important;
    visibility:hidden !important;

    -webkit-transition: 200ms;
    -ms-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.open>.dropdown-menu{
    opacity:1;
    visibility:visible !important;
    margin-top:0 !important;
}


.advanced-sidebar-menu .current_page_item{
    text-decoration: none;
    border-bottom: solid 1px #337ab7 !important;
}

.advanced-sidebar-menu .current_page_item > a{
    font-weight:bold !important;
    color:#337ab7 !important;
}

.advanced-sidebar-menu .children{
    padding-bottom: 20px;
}

.advanced-sidebar-menu .children li{
    font-size:12px !important;
    list-style: square !important;
    margin-left: 15px;
    padding:8px;
    border:none !important;
}
.advanced-sidebar-menu .children li > a:before,
.advanced-sidebar-menu .children li > a:after{
    height:0px !important;
}

body.home div#section_1 div.container {
    padding-bottom: 0px;
}

div[id^='section_']{
    overflow:hidden;
}

h4.block_textimg_title {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 40px;
    color: #ffffff;
}

h4.block_textimg_title span {
    font-weight: 400;
}

div#section_4 h4 {
    text-align: right;
}

div#section_2 div.ds_section:first-child div.imgdata div.block_textimg {
    float: right;
}

div.block_textimg {
    width: 30%;
}

div.section-block_textimg .imgdata {
    height: 478px;
    padding: 55px;
    width: 100%;
}

div.section-block_textimg {
    padding: 0px;
    color: #ffffff;
}

.imgdata {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

div.block_itc_img {
    margin-bottom: 40px;
}

h4.block_itc_title {
    margin-bottom: 25px;
}

div.owl-item div.item {
    padding: 0px 20px;
}

div.owl-item div.item .entry {
    padding: 20px 0px;
    border-bottom: 2px solid #000;
    min-height: 200px;
    display: block;
}

div.block_footerimg {
    width: 100%;
    padding:50px 0;
}

div.block_footerimg_content {
    font-size: 400%;
    color: #ffffff;
}

span.footer_img_title {
    font-weight: 500;
}

span.footer_img_text {
    font-weight: 100;
    line-height:100%;
}

div.vhr {
    display: inline-block;
    padding: 0px 20px;
    max-height: 67px;
}

div.vhr span {
    border-left: 1px solid #fff;
    height: 100%;
}

div#footer-sidebar {
    padding: 40px 0px;
    background-color: #eeeeee;
    font-size: 15px;
    color: #808184;
}

div#footer-sidebar div.footer-widget ul {
    list-style: none;
    padding-left: 0px;
}

div#footer-sidebar div.footer-widget ul li {
    margin-bottom: 5px;
}


/*
div#footer-sidebar div.footer-widget ul li:before {
    content: '';
    padding-right: 5px;
}*/

div#footer-sidebar div.footer-widget ul li a {
    color: #808184;
}

div#footer-sidebar div.footer-widget ul li a:hover {
    color: #337ab7;
}

div#footer-sidebar div#footer-sidebar5.footer-widget ul li {
    float: left;
    padding: 0px;
    margin-bottom: 0px;
}

div#footer-sidebar div#footer-sidebar5 {
    margin-top: 100px;
}

div#footer-sidebar div#footer-sidebar5.footer-widget ul {
    display: inline;
}

div#footer-sidebar div#footer-sidebar5.footer-widget ul li:first-child a {
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

div#footer-sidebar div#footer-sidebar5.footer-widget ul li a {
    padding: 0px 10px;
}

div#footer-sidebar div#footer-sidebar5.footer-widget ul li:after {
    content: "|";
}

div#footer-sidebar div#footer-sidebar5.footer-widget ul li:last-child:after {
    content: "";
}

div#footer {
    padding: 30px 0px;
}

div#footer div.copy {
    font-size: 12px;
    font-weight: 300;
}

span.footer_img {
    float: left;
    margin-right: calc(100vw * 0.015);
    width:calc(20% - 100vw * 0.015);
}

span.footer_img img{
    margin:auto;
}

.marger {
    margin: 20px 0px;
}

aside#secondary ul {
    list-style: none;
    padding-left: 0px;
}

aside#secondary ul li {
    font-size: 15px;
    border-bottom: 1px solid #000;
}

aside#secondary ul li a {
    color: #58595b;
    text-decoration: none;
    font-weight: 400;
    display:block;
}

aside#secondary ul li a:before {
    content: "";
    height: 10px;
    display: block;
}

aside#secondary ul li a:after {
    content: "";
    height: 10px;
    display: block;
}

aside#secondary ul li a:hover {
    color: #337ab7;
}

aside#secondary ul li.current-menu-item a {
    color: #337ab7;
    margin: 10px 0px;
}

/*TIME LINE*/

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #75ce66;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #337ab7;
}

.cd-timeline-img i {
    font-size: 21px;
    padding: 20px;
    color: #fff;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

div#footer_language_list {
    padding-top: 16px;
}

div#footer_language_list ul {
    list-style: none;
    padding-left: 0px;
}

div#footer_language_list ul li {
    float: left;
    margin-right: 10px;
    font-size: 10px;
}

li.dslang {
    color: #fff;
    text-transform: uppercase;
}

li.dslang a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 3px 6px;
}

li.dslang a:hover {
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

li.dslang.active {
    opacity: 0.5;
}

#custom-search-input {
    margin: 0;
    margin-top: 7px;
    padding: 0;
    width:200px;
}

.social-search_menu{
    display:inline-block;
    float:right;
}

.social-search_menu:first-child{
    padding-top:20px;
}



#minisearchform .search-query,
#custom-search-input .search-query {
    color:white;
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 15px;
    padding-left: 15px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    font-size: 12px;
}

#trigger_minisearch{
    color:white;
    background-color:transparent;
    outline:none;
}

#trigger_minisearch > span{
    border:solid 1px white;
    padding: 10px;
    font-size: 10px;
}

#trigger_minisearch > span:hover{
    background-color: rgba(0,0,0,0.5);
}

#minisearchform .btn{
    outline:none !important;
    display: block;
    color:white;
    position:relative;
    border:none;
    float:right;
    top: -32px;
    background-color:transparent;
}

#minisearchform{
    width:200px;
    display:none;
    position: absolute;
    right: 20px;
    margin-top: 0px;
    transition:500ms;
}

#minisearchform .search-query{
    background-color:rgba(0,0,0,0.5);
}

#minisearchform.open{
    margin-top: 10px;
    display:block;
}

#custom-search-input .search-query::-webkit-input-placeholder {
    font-style: italic;
}

#custom-search-input .search-query:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

#custom-search-input .search-query::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
}

#custom-search-input .search-query:-ms-input-placeholder {  
    font-style: italic;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.search-query:focus + button {
    z-index: 3;
}


.section-block_timeline{
    opacity:1 !important;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 15px;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

div.address-col {
    margin-bottom: 20px;
}

div.address-col div.address {
    margin-bottom: 10px;
}

div.address.address_data i {
    float: left;
    margin-top: 6px;
}

div.address-col div.address p {
    line-height: 25px;
    padding-left: 21px;
}

div.address-col div.address i {
    margin-right: 10px;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 10px 0
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

aside#secondary ul.parent-sidebar-menu > li.has_children > a { 
    border-bottom: 1px solid #000;
    display: block;
    font-size: 15px;
    margin-bottom: 0;
}


table [class^="column-"]:not(.column-1){text-align: center}
div#footer div.footer_img:last-child{float: right;}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .cd-timeline-img i {
        font-size: 21px;
        padding: 11px;
        color: #fff;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }

    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        font-size: 16px;
        left: 122%;
        position: absolute;
        top: 10px;
        width: 100%;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

    header#banner-header,
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition,
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav{
        background-color:rgba(35,31,32,0.8);
    }

    #ubermenu-main-2-primary{
        width:100% !important;
        display: block !important;
    }

    #ubermenu-nav-main-2-primary li{
        display:block !important;
        float:none !important;
        width:100% !important;
    }

    #ubermenu-nav-main-2-primary li a{
        width:100%;
    }

    #primary_menu{
        padding-right:0;
    }

    #trigger_minisearch{
    }

    .lang_menu{
        padding: 15px 0px;
    }

    .langlist{
        margin-right: -25px;
        margin-top: 7px;
    }

    div#section_2 div.ds_section:first-child div.imgdata div.block_textimg {
        float: none;
    }
    div.block_textimg {
        width: 100%;
    }
    div.block_footerimg_content{
        font-size: 7vw;
        line-height: 100%
    }

    #banner-header > .container{
        width: 95vw;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {

    #ubermenu-main-2-primary{
        display: inline-block !important;
    }
    /*
    .navbar-nav>li>a,
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    */
    .cd-timeline-content h2 {
        font-size: 20px;
    }
    .cd-timeline-content p {
        font-size: 16px;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    #footer-sidebar .marger{margin: 0px 0px;}
    #footer-sidebar5,#footer-sidebar4,#footer-sidebar3,#footer-sidebar2{
        padding: 25px;
    }
    #footer-sidebar5:before,#footer-sidebar4:before,#footer-sidebar3:before,#footer-sidebar2:before {
        content: "";
        position: absolute;
        top: 0;
        height: 2px;
        width: 70px;
        /* or 100px */
        border-top: 2px solid black;
    }

    div#footer-sidebar div#footer-sidebar5{margin-top: 0px; }

    div#footer-sidebar div#footer-sidebar5.footer-widget ul li {
        float: none;
        padding: 0px;
        margin-bottom: 0px;
    }
    div#footer-sidebar div#footer-sidebar5.footer-widget ul li::after {
        content: "";
    }
    div#footer-sidebar div#footer-sidebar5.footer-widget ul li a{padding: 0px;}

    #searchform{
        float:none !important;
        padding-left:15px !important;
        width:100%;
    }
    #custom-search-input{
        width:100%;
    }

    #primary_menu{
        float: none !important;
        width: 100vw;
        background-color:rgba(0,0,0,0.6);
    }

    #primary_menu,
    #primary_menu.collapsing,
    #primary_menu.in{
        overflow:hidden;
    }

    .social-search_menu{
        margin: 5px 5px 25px 5px;
    }

    #footer_language_list{
        padding-top:0px;
    }

    div#section_2 div.ds_section:first-child div.imgdata div.block_textimg {
        float: none;
    }
    div.block_textimg {
        width: 100%;
        text-align:center;
    }
    .carousel .item {
        height: 400px;
    }
    div.carousel-caption {
        width: 35%;
        top: 30%;
        font-size: 6vw!important;
    }
    div.block_footerimg_content{
        font-size: 7vw;
        line-height: 12vw;
    }

    body.home #grayer{
        display:none;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    div#section_2 div.ds_section:first-child div.imgdata div.block_textimg {
        float: none;
    }
    div.block_textimg {
        width: 100%;
    }
    div.carousel-caption {
        width: 80%;
    }
    .carousel .item {
        height: 400px;
    }
    div.carousel-caption {
        width: 80%;
        top: 15%;
        font-size: 6vw !important;
    }
    div.block_footerimg_content{
        font-size: 7vw;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {

    div#section_2 div.ds_section:first-child div.imgdata div.block_textimg {
        float: none;
    }
    div.block_textimg {
        width: 100%;
    }
    div.carousel-caption {
        width: 80%;
    }
    .carousel-caption {
        bottom: 10%;
        font-size: 8vw!important;
    }
    div.block_footerimg_content{
        font-size: 7vw;
    }
}

/* KEYFRAMES */

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
input#s.search-query.form-control{
    border:0px;
    background-image: none!important;
    outline: 0;
    width: 0;
    float: right;
    border-radius: 0px;
    box-shadow: none;
}
input#s.search-query.form-control:focus {
    outline: none;
    border:0px;
    border-radius: 0px;
    box-shadow: none;
}
.ubermenu-target-title.ubermenu-target-text{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;

}
.ativado{
    background-color: white!important;
    color: #68696d!important;
    transition: .5s ease-in-out;
}
.ativado *{
    color: #68696d!important;
    border-color: black!important;
}
img#site-logo{
    max-height: 23px;
    width: auto;
    outline: none;
}
img#site-logo:active,img#site-logo:hover,img#site-logo:focus{outline: none;}
#banner-header .container{
    padding: 11px 0px;
}
body.page-template-default article.page{display: none;}

body.home div#section_2{padding: 50px 0px;}
body.home div#section_2 p{text-align: center;}
body.home div#section_2 a{display: inline-block;}
body.home div#section_2 a img{max-width: 150px;}
#ds-circles {
    position: absolute;
    top: 50%;
    height: 106px;
    width: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.icon-home {
    width: 106px;
    text-align: center;
    height: auto;
    margin: 0px 25px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#ds-cont-circ{
    display: block;
    position: initial;
}
.front, .back {
    position: relative;
    top: 0;
    left: 0;
    width: 106px;
    height: 105px;
    z-index:999;
}
.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.back {
    position:absolute;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.icon-home:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.icon-home:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
#ds-circles span.legenda{
    color: white;
    font-family:"Open Sans",sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
    display: block; 
}
.owl-wrapper{
    z-index: 999;
}