

#features .subtitle h2
{
    margin: 0;
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 70px;
    line-height: 35px;
    text-align: center;
}

/* features */

#features
{
    margin-top: 70px;
}

#features .section_header h3 span
{
    font-size: 18px;
    line-height: 20px;
}

#features .option1
{
    margin-bottom: 70px;
}

#features .option1 .feature
{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 65px;
}

#features .option1 .feature .info h3
{
    font-size: 21px;
    margin-top: 35px;
}

#features .option1 .feature.ss h3
{
    margin-top: 45px;
}

#features .option1 .feature .info h3 img
{
    margin-right: 18px;
    position: relative;
    top: -10px;
}

#features .option1 .feature .info p
{
    margin-top: 15px;
}

#features .option2
{
    margin-bottom: 70px;
}

#features .option2 .feature
{
    margin-bottom: 70px;
}

#features .option2 .feature .box
{
    text-align: center;
    float: left;
    width: 45%;
    height: 150px;
    margin-left: auto;
    overflow: hidden;
    vertical-align: bottom;
    padding: 45px;
}

#features .option2 .feature .box img#saw {
    width: 10%;

}


#features .option2 .feature .box img.one
{
    margin-top: 18px;
    
}

#features .option2 .feature .box img.two
{
    margin-top: 20px;

}

#features .option2 .feature .text
{
    float: left;
    width: 86%;
    margin-top: 17px;
    margin-left: 33px;
    padding-right: 20px;
    padding-left: 20px;
}

#features .option2 .feature .text h6
{
    margin: 0 0 8px 0;
    font-size: 20px;
}

#features .option2 .feature .text p
{
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

#features .option2 .right
{
    float: right;
}

#features .option3 .feature
{
    padding-bottom: 38px;
    background: white;
    box-shadow: 1px 1px 2px 0px #E0E0E0;
    border-radius: 4px;
    cursor: pointer;
}

#features .option3 .feature .img
{
    text-align: center;
    margin: 42px auto 37px;
}

#features .option3 .feature .text
{
    margin: 0 auto;
    width: 87%;
}

#features .option3 .feature .text h6
{
    margin: 0 0 9px 0;
    font-size: 20px;
    text-align: center;
}

#features .option3 .feature .text p
{
    margin: 0 auto;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    width: 90%;
    margin-top: 18px;
}

#features .option3 .feature:hover
{
    border-color: #B1B1B1;
    box-shadow: 0px 0px 6px -1px #B4B4B4;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#features .option1 .last
{
    margin-bottom: 0;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */

@media (min-width: 1200px){

}

@media (min-width: 980px){

}

@media (max-width: 979px)
{
    #features .features_op1_row .feature .img_box span.circle
    {
        top: 35%;
    }
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 769px) and (max-width: 979px){

}

/* Landscape phone to portrait tablet */

@media (max-width: 768px)
{
    #features .features_op1_row .feature
    {
        margin-bottom: 60px;
    }
    #features .features_op1_row .last
    {
        margin-bottom: 0;
    }
    #features .features_op1_row .feature .img_box
    {
        text-align: center;
    }
    #features .features_op1_row .feature .text
    {
    }
    #features .features_op1_row .feature .text h6
    {
        text-align: center;
    }
    #features .features_op1_row .feature .img_box span.circle
    {
        top: 38%;
        left: 48%;
    }
    #features .features_op1_row .feature:hover .img_box
    {
        box-shadow: none;
    }
    #features .option2
    {
        margin-bottom: 60px;
    }
    #features .option2 .feature
    {
        float: left;
        width: 100%;
        margin-bottom: 60px;
    }
    #features .option2 .right
    {
    }
    #features .option2 .feature .text
    {
        margin-top: 0;
    }
    #features .option3 .feature
    {
        margin-bottom: 60px;
        overflow: hidden;
    }
}

/* Landscape phones and down */

@media (max-width: 480px)
{
    #features .subtitle h2
    {
        font-size: 22px;
        line-height: 30px;
    }
    #features .features_op1_row .feature
    {
        margin-bottom: 60px;
    }
    #features .features_op1_row .last
    {
        margin-bottom: 0;
    }
    #features .features_op1_row .feature .img_box
    {
        text-align: center;
    }
    #features .features_op1_row .feature .text
    {
    }
    #features .features_op1_row .feature .text h6
    {
        text-align: left;
    }
    #features .features_op1_row .feature .img_box span.circle
    {
        left: 44%;
    }
    #features .features_op1_row .feature:hover .img_box
    {
        box-shadow: none;
    }
    #features .option2
    {
        margin-bottom: 60px;
    }
    #features .option2 .feature
    {
        float: left;
        width: 100%;
        margin-bottom: 60px;
    }
    #features .option2 .right
    {
    }
    #features .option2 .feature .text
    {
        margin-top: 0;
    }
    #features .last
    {
        margin-bottom: 0;
    }
    #features .option3 .feature
    {
        margin-bottom: 60px;
    }
}

/* list */

@import "compass/css3";

.text
{
    width: 100%;
}

.text h2
{
    font: 400 15px/1.5 Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.text ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.text li
{
    font: 200 15px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
}

/*.text li:last-child
{
    border: none;
}
*/

.text li
{
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.20s ease, background-color 0.20s ease;
    -moz-transition: font-size 0.20s ease, background-color 0.20 ease;
    -o-transition: font-size 0.20s ease, background-color 0.20s ease;
    -ms-transition: font-size 0.20s ease, background-color 0.20s ease;
    transition: font-size 0.20s ease, background-color 0.20s ease;
    display: block;
    width: 400px;
    margin: 10px 10px 10px 10px;
}

#features .option2 li:hover
{
    font-size: 20px;
    background: #f6f6f6;
    margin: 10px 5px 10px 5px;
}
