/**
 * Generic tabs
 */

/* Basic styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Tabs
-------------------------------------------------------------- */
/* Total height of the tab bar should be the same as in block titles */
.gen-tabs .tabs li { display: inline-block; margin:0; 	margin-top: 3px;}
.gen-tabs .tabs a {
	display:block;
	text-decoration:none;
	outline:none;
}

/* Default skin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title .gen-tabs .tabs li,
.gen-tabs .tabs li a,
.gen-tabs .tabs-panels h2.resp-accordion{
	background-color:#ECF0F1;
        font-size: 1.4444em;
        border-bottom: none;
        padding: 0 20px;
        position: relative;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        float: none;
}
.section-title .gen-tabs .tabs li:hover,
.section-title .gen-tabs .tabs li:focus,
.section-title .gen-tabs .tabs li.active,
.gen-tabs .tabs li.resp-tab-active a,
.gen-tabs .tabs li a:hover,
.gen-tabs .tabs-panels h2.resp-accordion.resp-tab-active,
.gen-tabs .tabs-panels h2.resp-accordion:hover{ background-color:#34495e;color: #FFF; }
.gen-tabs .tabs-panels h2.resp-accordion.resp-tab-active a,
.gen-tabs .tabs-panels h2.resp-accordion:hover a{color: #FFF;}

/* Product View tabs
-------------------------------------------------------------- */
.product-view .gen-tabs .tabs li a,
.gen-tabs .tabs-panels h2.resp-accordion{
        height: auto;
        line-height: 1.4444em;
        height: auto;
        padding: 12px 20px;
        border-radius: 5px 5px 0px 0px;
}

.gen-tabs .tabs-panels h2.resp-accordion{margin: 10px 0 0 0;border-radius: 5px;}
.gen-tabs .tabs-panels h2.resp-accordion.resp-tab-active{border-radius: 5px 5px 0px 0px;}

/* Tab panels
-------------------------------------------------------------- */
.gen-tabs .tabs-panels { }
.gen-tabs .tabs-panels .panel {padding:20px;clear: both; border-radius: 0px 0px 5px 5px;}

      .gen-tabs .tabs-panels .panel p,
      .gen-tabs .tabs-panels .panel .std{line-height: 1.55em;font-size: 14px;}

/* Accordion styles
-------------------------------------------------------------- */

h2.resp-accordion {display: none;}
.resp-tab-content {display: none;}
.resp-content-active, .resp-accordion-active {display: block;}
.resp-easy-accordion  h2.resp-accordion {display: block;}
.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;
    }
}

/* Product 3 Coulmn
-------------------------------------------------------------- */
.col3-layout ul.resp-tabs-list{
	display: none;
}

.col3-layout h2.resp-accordion {
        display: block;
}

/* Product Tab Active Arrow
-------------------------------------------------------------- */
.section-title .gen-tabs li.active .arrow{
  display: block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #34495e;
  width: 0px;
  height: 0px;
  z-index: 1;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}

.resp-arrow {
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    cursor: pointer;
    font-family: FontAwesome;
    width: 34px;
    height: 34px;
    background-color: #2C343D;
    background-color: rgba(0,0,0, 0.10);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.02em;
    text-align: center;
    line-height: 34px;
    display: none;
}

h2.resp-tab-active span.resp-arrow {

}
