/*****GENERAL*****/

@font-face {
    font-family: 'cocogooseregular';
    src: url('../fonts/cocogoose_trial-webfont.woff2') format('woff2'),
         url('../fonts/cocogoose_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisbold';
    src: url('../fonts/dosis-bold-webfont.woff2') format('woff2'),
         url('../fonts/dosis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dosislight';
    src: url('../fonts/dosis-light-webfont.woff2') format('woff2'),
         url('../fonts/dosis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dosismedium';
    src: url('../fonts/dosis-medium-webfont.woff2') format('woff2'),
         url('../fonts/dosis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    outline: none !important;
}

html, body {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #6d6d6d;
    font-size: 17px;
}

.lora {
    font-family: 'Lora', serif;
}

.btn {
    font-size: 17px;
}

a,a:hover,a:active {
    color: #6d6d6d;
    text-decoration: none;
}

#main-content a {
    text-decoration: underline;
}

#page-content table a {
    color: inherit;
}

#page-content table a:hover {
    text-decoration: underline;
}


h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
    margin-top:0px;
}

.img-thumbnail {
    border-radius: 0px;
}



/*****HEADER*****/

#header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

#topbar {
    font-size: 14px;
}

#topbar li {
    margin-right: 15px;
    margin-top: 5px;
}

.breadcrumb {
    border-radius: 0px;
    margin: 0px;
}

.navbar {
    border-top: none;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    margin: 0px;
}

.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
}

.breadcrumb > .active {
    color: #fff;
}

.dropdown-menu > li > a {
    padding: 10px 20px !important
}

.dropdown .dropdown-caret {
    padding: 13px;
    position: absolute;
    right: 15px;
    top: 0;
}

.dropdown-menu .dropdown-menu {
    background-color: #fafafa !important;
}

.dropdown-menu {
    background-color: #eee !important;
}

/*****FOOTER*****/

.owl-footer .owl-dots {
    width: 100%;
    bottom: -33px
}

.owl-footer.owl-theme .owl-dots .owl-dot span {
    border-color: #dcdcdc
}

.owl-footer.owl-theme .owl-dots .owl-dot.active span {
    background-color: #dcdcdc
}

.social-icon {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #3b5998;
    font-size: 25px;
    height: 44px;
    line-height: 45px;
    text-align: center;
    width: 44px;
}

#logo-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0);
    -ms-transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
    opacity: 0;
}

#logo-overlay:hover {
    background-color: rgba(255,255,255,0.95);
    opacity: 1;
}



/*****HOME*****/

#home-buttons .button-icon {
    font-size: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #4c4c4e
}

#home-buttons .button-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}

#home-buttons a:hover {
    text-decoration: none;
}

#home-buttons .button {
    border: 1px solid #dcdcdc;
}

/*****PAGE*****/

.page-title {
    box-shadow: 0px -10px 20px -20px rgb(0, 0, 0) inset;
}

.gform_wrapper h3.gform_title {
    font-size: 24px !important;
    font-weight: normal !important;
}

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

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

body .gform_wrapper .gform_footer input[type=submit] { 
    color: #FFFFFF;
    background: #699ae8;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float:left; 
    height: 50px; 
    min-width: 280px; 
    border: none;
    border-radius: 0px;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
    background: #2d4e73;
}

#page-content img {
    max-width: 100%;
}

img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%
}

img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 100%
}

.btn-primary {
    color: #fff !important
}

/*****ARCHIVE*****/

.pagination .current {
    font-weight: bold;
}

/*****CONTACT*****/

/***** BOOSTRAP MEDIA  QUERY ******/

/* Extra Small */
@media(max-width:767px){
   .slider .caption {
        position: inherit;
        margin:0px;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px){

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #menu-item-15 .dropdown-menu {
        right: unset;
    }
}

/* Large */
@media(min-width:1200px){

}

/* < Medium */
@media(max-width:991px) {

    #spacer {
        height: 55px;
    }

    .navbar-toggle {
        border-radius: 0px;
        background-color: #ccc;
        border:1px solid #bbb;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff
    }

    .navbar-brand {
        padding: 10px 15px;
        height: 50px;
    }

    .navbar-brand img {
        height: 30px !important;
    }

    .dropdown-menu .dropdown-caret {
        background-color: #f5f5f5;
        color: #000000 !important
    }

    .navbar-collapse.in {
    overflow-y: visible;
    }

    .slider-title {
        font-size: 22px !important;
      letter-spacing: 1px !important;
    }

    #menu-main {
        max-height: 80vh !important;
        overflow: scroll;
    }

}
 
/* > Medium */
@media(min-width:992px){

    .navbar-brand {
        height: 90px;
    }

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #spacer {
        height: 134px;
    }

    .owl-footer.owl-theme .owl-dots {
        display: none !important;
    }

    .dropdown-menu {
        padding: 0px;
        border-radius: 0px;
    }

    ul.dropdown-menu li > ul.dropdown-menu{
        right: 100%;
        top: 0;
    }


    ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
        display: block
    }

    .dropdown-menu {
      width: 350px;
    }
    
    .dropdown-menu li a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    #menu-main > li > a .dropdown-caret {
        position: inherit;
        padding: inherit;
    }

    #header.collapsed .navbar-brand {
        height: 40px;
    }

    #header.collapsed .navbar-brand img {
        height: 40px !important;
    }

    #header.collapsed #menu-main {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #spacer.collapsed {
        height: 103px
    }

}

}





.slidepositiva{
  background-color: #fff !important;
}
