hr.big-hr {
	margin: 40px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Column Styles
/*-----------------------------------------------------------------------------------*/

.ebor-one-half { width: 48%; }
.ebor-one-third { width: 30.66%; }
.ebor-two-third { width: 65.33%; }
.ebor-one-fourth { width: 22%; }
.ebor-three-fourth { width: 74%; }
.ebor-one-fifth { width: 16.8%; }
.ebor-two-fifth { width: 37.6%; }
.ebor-three-fifth { width: 58.4%; }
.ebor-four-fifth { width: 79.2%; }
.ebor-one-sixth { width: 13.33%; }
.ebor-five-sixth { width: 82.67%; }

.ebor-one-half,
.ebor-one-third,
.ebor-two-third,
.ebor-three-fourth,
.ebor-one-fourth,
.ebor-one-fifth,
.ebor-two-fifth,
.ebor-three-fifth,
.ebor-four-fifth,
.ebor-one-sixth,
.ebor-five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 2em;
	float: left;
}

.ebor-column-last {
	margin-right: 0 !important;
	clear: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------------------------------*/

.ebor-button { display: inline-block; background: rgba(0,0,0,0.2); padding: 10px 13px; font-style: italic; margin: 0 6px 9px 0; color: #fff !important; }
.ebor-button:hover {
	color: #fff !important; background: #95a5a6;
}
/* ===[ Colours ]=== */
.turquoise { background: #1abc9c }
.emerald { background: #2ecc71 }
.river { background: #3498db }
.amethyst { background: #9b59b6 }
.asphalt { background: #34495e }
.sea { background: #16a085 }
.nephritis { background: #27ae60 }
.blue { background: #2980b9 }
.wisteria { background: #8e44ad }
.midnight { background: #2c3e50 }
.sunflower { background: #f1c40f }
.carrot { background: #e67e22 }
.alizarin { background: #e74c3c }
.clouds { background: #ecf0f1 }
.concrete { background: #95a5a6 }
.orange { background: #f39c12 }
.pumpkin { background: #d35400 }
.pomegranate { background: #c0392b }
.silver { background: #ecf0f1 }
.asbestos { background: #7f8c8d }

/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/

.ebor-alert {
    padding: 0.8em;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    color: #fff;
}
.ebor-alert img {
	float: right; padding: 2px 3px 0 0; cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	Tab Styles
/*-----------------------------------------------------------------------------------*/

.ebor-tabs {
	margin-bottom: 25px !important;
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    z-index: 999;
}

.resp-tabs-list li {
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px 12px;
    margin: 0 -1px -2px 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background: #ecf0f1;
    border: 1px solid #c7c7c7;
    z-index: 999;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 30px 25px 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none !important;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #fff !important; color: #333 !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    margin-bottom: -1px;
}

.resp-tab-content p {
	max-width: 100%;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    margin: 0 0 -1px 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
	border-top: 1px solid #c1c1c1; 
    border-bottom: 0px solid #c1c1c1;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    z-index: 999;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 -1px -1px 0;
    cursor: pointer;
    float: none;
    z-index: 999;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none !important;
    border-bottom: 1px solid #c1c1c1;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
    display: none;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
    display: none;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion  h2.resp-accordion {
        display: block;
        background: #ecf0f1;
        border: 1px solid #c7c7c7;
        margin-bottom: -1px;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
    margin-bottom: -1px;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

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

    h2.resp-accordion {
        display: block;
        margin-bottom: -1px;
        background: #ecf0f1;
    }
    
    h2.resp-accordion.resp-tab-active {
    	color: #333 !important;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
    }
    
    .ebor-one-half,
    .ebor-one-third,
    .ebor-two-third,
    .ebor-three-fourth,
    .ebor-one-fourth,
    .ebor-one-fifth,
    .ebor-two-fifth,
    .ebor-three-fifth,
    .ebor-four-fifth,
    .ebor-one-sixth,
    .ebor-five-sixth {
    	position: relative;
    	width: 100%;
    	margin-bottom: 2em;
    	float: none;
    	margin-right: none;
    }
}
