/* --- Columns
=============================== */

.col {
    float: left;
    margin: 0 4% 2% 0;
}

.col.last {
    margin: 0 0 2% 0;
}

.col.one_half {
    width: 48%;
}

.col.one_third {
    width: 30.66%;
}

.col.two_third {
    width: 65.33%;
}

.col.one_fourth {
    width: 22%;
}

.col.three_fourth {
    width: 74%;
}

.col.one_fifth {
    width: 16.8%;
}

.col.two_fifth {
    width: 37.6%;
}

.col.three_fifth {
    width: 58%;
}

.col.four_fifth {
    width: 79%;
}

/* --- Google Maps
=============================== */

.googlemap {
    position: relative;
    max-width: inherit;
}

.googlemap .map_canvas {
    width: 100%;
    height: 100%;
}

.googlemap .map_canvas h3 {
    margin: 0 0 10px;
    font-size: 14px;
}

.map_canvas img {
    max-width: none !important
}

/* --- Testimonial
=============================== */

.testimonial {
    margin: 0;
    padding: 30px;
    overflow: hidden;
    font-style: italic;
    line-height: 140%;
}

.testimonial img.alignleft {
    margin: 0 40px 0 0;
}

.testimonial img.alignright {
    margin: 0 0 0 40px;
}

.testimonial .author {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

/* --- Accordion
=============================== */

.accordion_group {
    border-top: 1px solid #DBDBDB;
}

h3.accordion_title {
    border: 1px solid #DBDBDB;
    border-top: 0px solid #DBDBDB;
    margin: 0px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

h3.accordion_title.active {
    color: #00A3CC;
}

.accordion_content {
    padding: 15px;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

/* --- Tabs
=============================== */

.tab_group_titles {
    margin: 0px;
    padding: 0px;
}

.tab_group_titles li {
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    font-family: "Bree Serif";
    font-weight: normal;
    color: #ff5a00;
}

.tab_group_items {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h3.tab_group_accordion_title {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.tab_group_item {
    display: none;
    padding: 15px;
}

.tab_active {
    border: 1px solid #DBDBDB;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    color: #00A3CC;
}

.tab_group_title.tab_active {
    color: #00A3CC;
}

.tab_active {
    border-bottom: none;
    background-color: #fff;
}

.tab_group_item {
    border: 1px solid #DBDBDB;
}

h3.tab_group_accordion_title {
    border: 1px solid #DBDBDB;
    border-top: 0px solid #DBDBDB;
    margin: 0px;
    padding: 10px 15px;
}

h3.tab_active {
    border-bottom: 0px solid #DBDBDB !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h3.tab_active {
    background-color: #DBDBDB !important;
}

.tab_group_item-active {
    display: block;
}

h3.tab_group_accordion_title:first-child {
    border-top: 1px solid #DBDBDB !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.tab_group_titles {
        display: none;
    }

    h3.tab_group_accordion_title {
        display: block;
    }

    .tab_group_accordion_title-closed {
        display: none !important;
    }

}