/**
 * Frontend CSS for module Alexx_Howitwork
 *
 * @category    Alexx
 * @package     Alexx_Howitwork
 * @copyright   Copyright (c) 2015 Alexx Loukashov
 * @author      Alexx @le}{}{ Loukashov <alexx.loukashov@gmail.com>
 */

@font-face {
    font-family: Walkway UltraBold;
    src: url(../../fonts/Walkway_UltraBold.ttf);
}

.ahiw_button_container button.ahiw_button
{
    font-family: 'Walkway UltraBold', arial;
}

.ahiw_content_container .ahiw_content_center .ahiw_container,
.ahiw_content_container .ahiw_content_center .ahiw_container h2,
.ahiw_content_container .ahiw_content_center .ahiw_container p,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
{
    font-family: 'Walkway UltraBold', sans-serif;
}

.ahiw_button_container
{
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -120px;
    z-index: 1000;
    display: block;
}

#default-menu .ahiw_topmenu_button_container
{
    display: none;
    position: relative;
    margin: 0 auto;
    top: 9px;
}

#default-menu .ahiw_topmenu_button_container,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button
{
    height: 29px;
}

.ahiw_button_container button.ahiw_button,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button
{
    padding: 0 !important;
    background-color: #EEB5E0;
    opacity: 0.89;
    text-transform: uppercase;
    transition: background-color 0.25s ease-in-out 0s;
}

.ahiw_button_container button.ahiw_button,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
{
    font-weight: bold;
}

.ahiw_button_container button.ahiw_button
{
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
}

#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
{
    line-height: 29px;
    font-size: 18px;
}

.ahiw_button_container button.ahiw_button:hover,
#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button:hover
{
    background-color: #F8BEEA;
}

#default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
{
    padding-left: 12px;
    padding-right: 12px;
}

.ahiw_content_container
{
    padding-top: 35px;
    padding-bottom: 35px;
    cursor: pointer;
    background-color: #FDDCEF;
    background-image: url('../../images/alexx/howitwork/desctop/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.ahiw_content_container .ahiw_content_center
{
    position: relative;
    margin: 0 auto;
    max-width: 1231px;
    height: 621px;
}

.ahiw_content_container .ahiw_content_center .ahiw_container
{
    float: left;
    width: 33.3333%;
    padding-top: 403px;
    background-repeat: no-repeat;
}

.ahiw_content_container .ahiw_content_center .ahiw_container_1
{
    background-image: url('../../images/alexx/howitwork/desctop/image1.png');
    background-position: 50% 0;
}

.ahiw_content_container .ahiw_content_center .ahiw_container_2
{
    background-image: url('../../images/alexx/howitwork/desctop/image2.png');
    background-position: 50% 63px;
}

.ahiw_content_container .ahiw_content_center .ahiw_container_3
{
    background-image: url('../../images/alexx/howitwork/desctop/image3.png');
    background-position: 50% 12px;
}

.ahiw_content_container .ahiw_content_center .ahiw_container p,
.ahiw_content_container .ahiw_content_center .ahiw_container h2
{
    text-align: center;
}

.ahiw_content_container .ahiw_content_center .ahiw_container h2
{
    font-size: 25px;
    color: #E90C8B;
    margin-top: 60px;
    margin-bottom: 11px;
}

.ahiw_content_container .ahiw_content_center .ahiw_container p,
.ahiw_content_container .ahiw_content_center .ahiw_container p a
{
    font-size: 17px;
    font-weight: bold;
}

.ahiw_content_container .ahiw_content_center .ahiw_container p
{
    color: #000000;
    line-height: 38px;
}

.ahiw_content_container .ahiw_content_center .ahiw_container p a
{
    color: #E60B89;
}

.ahiw_content_container .ahiw_content_center .ahiw_container p a:hover
{
    color: #F70BFF;
}

@media (max-width: 1350px) {
    .ahiw_content_container
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .ahiw_content_container .ahiw_content_center
    {
        max-width: 980px;
        height: 454px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container
    {
        padding-top: 321px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_1
    {
        background-image: url('../../images/alexx/howitwork/1350/image1.png');
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_2
    {
        background-image: url('../../images/alexx/howitwork/1350/image2.png');
        background-position: 50% 51px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_3
    {
        background-image: url('../../images/alexx/howitwork/1350/image3.png');
        background-position: 50% 10px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container h2
    {
        font-size: 20px;
        margin-top: 6px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container p,
    .ahiw_content_container .ahiw_content_center .ahiw_container p a
    {
        font-size: 13px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container p
    {
        line-height: 30px;
    }
}

@media (max-width: 980px) {
    .ahiw_content_container
    {
        padding-top: 4px;
        padding-bottom: 4px;
        background-image: url('../../images/alexx/howitwork/920/background.png');
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
    }
    
    .ahiw_content_container .ahiw_content_center
    {
        max-width: 600px;
        height: 282px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container
    {
        padding-top: 197px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_1
    {
        background-image: url('../../images/alexx/howitwork/920/image1.png');
        width: 40% !important;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_2
    {
        background-image: url('../../images/alexx/howitwork/920/image2.png');
        background-position: 50% 31px;
        width: 30% !important;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_3
    {
        background-image: url('../../images/alexx/howitwork/920/image3.png');
        background-position: 50% 8px;
        width: 30% !important;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container h2
    {
        font-size: 12px;
        margin-top: 6px;
        margin-bottom: 5px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container p,
    .ahiw_content_container .ahiw_content_center .ahiw_container p a
    {
        font-size: 8px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container p
    {
        line-height: 17px;
    }
}

@media (max-width: 979px) {
    .ahiw_button_container
    {
        display: none;
    }
    
    #default-menu .ahiw_topmenu_button_container
    {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    body.cms-index-index
    {
        padding-left: 0;
        padding-right: 0;
    }
    
    body.cms-index-index .wrapper
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .ahiw_button_container
    {
        margin-left: -90px;
        top: 28px;
    }
    
    .ahiw_button_container button.ahiw_button
    {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    
    .ahiw_content_container
    {
        padding-top: 9px;
        padding-bottom: 11px;
        background-image: url('../../images/alexx/howitwork/480/background.png');
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
    }
    
    .ahiw_content_container .ahiw_content_center
    {
        max-width: 320px;
        height: 1224px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container,
    .ahiw_content_container .ahiw_content_center .ahiw_container_1,
    .ahiw_content_container .ahiw_content_center .ahiw_container_2,
    .ahiw_content_container .ahiw_content_center .ahiw_container_3
    {
        width: 100% !important;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_1,
    .ahiw_content_container .ahiw_content_center .ahiw_container_2,
    .ahiw_content_container .ahiw_content_center .ahiw_container_3
    {
        background-position: 50% 0px !important;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container
    {
        float: none;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_1
    {
        background-image: url('../../images/alexx/howitwork/480/image1.png');
        padding-top: 304px;
        margin-bottom: 23px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_2
    {
        background-image: url('../../images/alexx/howitwork/480/image2.png');
        padding-top: 210px;
        margin-bottom: 29px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container_3
    {
        background-image: url('../../images/alexx/howitwork/480/image3.png');
        padding-top: 292px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container h2
    {
        font-size: 19px;
        line-height: 30px;
        margin-top: 11px;
    }
    
    .ahiw_content_container .ahiw_content_center .ahiw_container p,
    .ahiw_content_container .ahiw_content_center .ahiw_container p a
    {
        font-size: 12.3px;
        line-height: 29px;
    }
}

@media (max-width: 480px) {
    .ahiw_button_container
    {
        margin-left: -70px;
        top: 10px;
    }
    
    .ahiw_button_container button.ahiw_button
    {
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    
    #default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button,
    #default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
    {
        font-size: 15px;
    }
    
    #default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 380px) {
    #default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button,
    #default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
    {
        font-size: 14px;
    }
    
    #default-menu .ahiw_topmenu_button_container button.ahiw_topmenu_button > span
    {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 320px) {
    body.cms-index-index
    {
        min-width: 320px;
        width: 100%;
    }
}