ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.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: 0;
}


/*
.resp-tab-content .item-tabs {
	float:left;
	width:40%;
	padding:0px 20px 0 0;
}

.resp-tab-content img {
	float: right;
    width: 60%;
    margin-top: -45px;
    max-width: 688.7px;
    max-height: 458.53px;
    position: absolute;
}
*/

.resp-tab-content .item-tabs p{
	font-size:13px;
}



.resp-tab-active {
	/*border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;*/
	padding: 25px 0px 25px 25px !important;
}

.resp-tab-active .triangle-left {
	float:right;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FFF transparent transparent;
    line-height: 0;
    _border-color: #000000 #FFF #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
	



.resp-tab-active {
    border-bottom: none;
}

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

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
	    float: left;
    width: 100%;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
   /*
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
	*/
    padding: 25px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
	
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 38%;
	padding-left:360px;
	background:#F4F8FB;
}

.resp-vtabs .resp-tabs-list li {
    display: block;	
	padding: 30px 0px 30px 30px !important;
    /*padding: 25px 15px !important;*/
    margin: 0;
    cursor: pointer;
    float: none;
	border-bottom:1px solid #E0E5E8;
	text-transform:uppercase;
	color:black;
	font-family: 'amplesoftregular';
	letter-spacing:0.6px;
}

.resp-vtabs .resp-tabs-list li:last-child {
	border:0;
	}

.resp-tabs-container h2 {
	text-transform:uppercase;
	color:black;
	font-family: 'amplesoftbold';
	}
	
.resp-vtabs .resp-tabs-container {
    padding: 0px 0px 0px 30px;
    background-color: #fff;
    border: 0px solid #c1c1c1;
    float: left;
    width: 62%;
    min-height: 395px;
    border-radius: 0;
    clear: none;
}

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

.resp-vtabs li.resp-tab-active { 
	position: relative;
	z-index: 1;
	/*margin-right: -1px !important;
	margin-bottom: 4px !important;
	*/
	padding: 30px 0px 30px 30px !important;
	/*border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	border-right: 1px #FFF solid !important;
	*/
	margin:0;
}

.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;
}

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

/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

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

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

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

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

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}


@media only screen and (max-width: 770px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

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

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: left;
        width: 100%;
        min-height: auto;
        clear: none;
		padding:0 15px;
		/*background:red;*/
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	.resp-tab-content .item-tabs {
		float:left;
		width:100%;
		padding:15px;
	}

	.resp-tab-content img {
		float: right;
		width: 0%;
		margin-top: 0;
		max-width: auto;
		max-height: auto;
		position:relative;
		display:none;
	}
	
	.newsletter input {
		width: 100%;
		border-radius: 5px;
		border: 1px solid #eeeeee;
		padding: 15px 5px;
		margin: 10px 0;
		color: #4d4948;
		float: left;
	}
	
	area-cliente a, .newsletter a {
		width:100%;
		float: left;
		margin: 20px 0 0 0;
		/* border: 2px solid #F9BB05; */
		padding: 15px 40px;
		text-align: center;
		color: black;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	h2.resp-tab-active {
    padding: 10px 15px !important;
	}
	

}



@media screen and (min-width: 786px) and (max-width: 1024px) {
	.resp-vtabs ul.resp-tabs-list {
		float: left;
		width: 38%;
		padding-left: 0%;
		background:#F4F8FB;
	}
	
	.resp-tab-content img {
		display:none;
	}
	
	.item-tabs {
		float: left;
		width: 100%;
		padding: 0px 20px 0 0;
	}
	
	div {
		outline:0px solid red;
		}
		
	li.tooltip-example {
		display:none;
		}	

}


@media screen and (min-width: 1024px) and (max-width: 1600px) {
	/*.resp-tab-content img {
		float: right;
		width: 60%;
		margin-top: -36px;
		max-width: auto;
		max-height: auto;
		position:absolute;
	}*/
	
	
	
.resp-tab-content .item-tabs {
	float:left;
	width:60%;
	padding:0px 20px 0 0;
}

.resp-tab-content img {
	float: right;
    width: 60%;
    margin-top: 0px;
    max-width: 688.7px;
    max-height: 458.53px;
    position: absolute;
}
	
	
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    padding-left: 10px;
	background:#F4F8FB;
}	
	
	
	
}


@media screen and (min-width: 1600px) and (max-width: 1920px) {
	/*.resp-tab-content img {
		float: right;
		width: 60%;
		margin-top: -36px;
		max-width: auto;
		max-height: auto;
		position:absolute;
	}*/
	
	
	
.resp-tab-content .item-tabs {
	float:left;
	width:40%;
	padding:0px 20px 0 0;
}

.resp-tab-content img {
	float: right;
    width: 60%;
    margin-top: 0px;
    max-width: 688.7px;
    max-height: 458.53px;
    position: absolute;
}
	
	
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 38%;
    padding-left: 360px;
	background:#F4F8FB;
}	
	
	
	
}