/* Quality  */
.widget-area.sidebar-primary {
    margin-top: 100px;
}

.container-title-quality {
   /* line-height: normal;
    padding-left: 20px;*/
    margin-bottom: 40px;
    position: relative;
    margin-top: 30px;
}
/*.container-title-quality:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 110%;
    background: #b3b3b3;
    left: 0;
    top: -10%;
}*/

.container-title-quality h2 {
	font-family: 'HelveticaLTStd-BlkCond';
    font-size: 3.7rem;
    margin-bottom: 10px;
    color: black;
    position: relative;
	text-transform: uppercase;
}
/*.container-title-quality h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1%;
    background: #b3b3b3;
    left: -20px;
    top: 48px;
}*/
.container-title-quality h3 {
    font-family: 'HelveticaLTStd-LightCond';
    font-weight: normal;
    font-size: 2.5rem;
}
.container-text-quality {
    color: #606060;
    font-family: 'HelveticaLTStd-Light';
    font-size: 16px;
}
.warranty-information {
    background: white;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.13);
    margin-top: 40px;
}
.container-text-quality ul {
    list-style: none;
    margin-left: 0;
}
.container-text-quality ul li {
    margin-bottom: 15px;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}
.container-text-quality ul li:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url(../image/list.svg);
    left: 0;
    top: 4px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.container-text-quality.ios ul li:before{
	top: 2px;
}
.warranty-information p {
    padding-left: 30px;
    border-left: 2px solid #e00106;
    margin-bottom: 0;
    color: black;
}
.warranty-contact {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    color: white;
    background: #e00106;
    font-size: 18px;
}
.warranty-contact p {
    max-width: 500px;
    margin: auto;
}
.warranty-contact strong, .warranty-limited h2 {
    display: block;
    font-family: 'HelveticaLTStd-BlkCond';
    line-height: normal;
}
a.btn-download-quality {
    display: inline-block;
    padding: 12px 20px;
    background: black;
    margin: 30px 0px;
    font-family: 'HelveticaLTStd-BlkCond';
    font-size: 20px;
    color: white;
}
a.btn-download-quality:hover{
	background: #e00107;
	color: white;
}
.warranty-limited {
    background: #f2f2f2;
    padding: 30px;
}
.warranty-limited h2{
	color:black;
	margin-bottom: 10px;
}
.warranty-limited p {
    max-width: 80%;
}
.warranty-limited a {
    display: inline-block;
    padding: 6px 20px;
    background: #e00106;
    margin: 12px 0px;
    font-family: 'HelveticaLTStd-BlkCond';
    font-size: 20px;
    min-width: 250px;
    text-align: center;
    color: white;
}
.warranty-limited a:hover{
	background: #000000;
	color: white;
}

@media(max-width: 780px){
	.warranty-information {
	    padding: 18px;
	    line-height: 1.4;
	}
	.warranty-information p {
	    padding-left: 10px;
	}
	.widget-area.sidebar-primary {
   	 margin-top: 0px;
	}
	.warranty-limited p {
    	max-width: 100%;
	}

}

@media(max-width: 600px){
	.container-title-quality h2:before {
    	top: inherit;
   	 	bottom: 0;
	}
}
