@font-face {
    font-family: Aleo;
    src: url("../fonts/Aleo-Regular.eot?") format("eot"),
        url("../fonts/Aleo-Regular.woff") format("woff"),
        url("../fonts/Aleo-Regular.ttf") format("truetype"),
        url("../fonts/Aleo-Regular.svg#U.S.101") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Aleo-Bold;
    src: url("../fonts/Aleo-Bold.eot?") format("eot"),
        url("../fonts/Aleo-Bold.woff") format("woff"),
        url("../fonts/Aleo-Bold.ttf") format("truetype"),
        url("../fonts/Aleo-Bold.svg#U.S.101") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Aleo-Italic;
    src: url("../fonts/Aleo-Italic.eot?") format("eot"),
        url("../fonts/Aleo-Italic.woff") format("woff"),
        url("../fonts/Aleo-Italic.ttf") format("truetype"),
        url("../fonts/Aleo-Italic.svg#U.S.101") format("svg");
    font-weight: normal;
    font-style: normal;
}

.header {
    background: #404042;
    font-family: Aleo;
    color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .logo img {
    width: 140px;
}

#ppBody {
    width:100%;
    margin:0 auto;
    text-align:justify;
    margin-bottom: 20px;
}

#ppHeader {
    font-family: Aleo-Bold;
    font-size: 21pt;
    width:100%;
    margin:0 auto;
}

.ppConsistencies {
    display:none;
}

.beepermd {
    width: 230px;
}
.spacing {
	margin: 60px 0;
}




.footer {
    background: #404042;
    font-family: Aleo;
    color: #fff;
    margin-bottom: 0px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .logo img {
    width: 140px;
}
.copy-right {
    color: #20ebff;
}
.navbar-header {
    float: left;
}
.nav > li {
    float: left;
}

/*********************** Responsive ***********************/


/*********************************** MD **********************************/
@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-text .leftImage {
        margin-top: 40px;
    }
}
/************************************ SM **************************************/
@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-right {
        font-size: 16px;
        padding: 10px 10px;
    }
    .item {
        padding: 25px;
    }
    .beepermd {
        width: 170px;
    }
    .slider-text .leftImage {
        margin-top: 40px;
    }
    .slider-text .heading {
        font-size: 25px;
        line-height: 25px;
        padding-top: 10px;
    }
    .slider-text .headingText {
        font-size: 15px;
        line-height: 20px;
        padding-top: 18px;
    }
    .spacing {
        margin: 30px 0;
    }
    .main-text h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .text_form_left h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0;
        padding-bottom: 20px;
    }
    .text_form_left .text_form_subText h2 {
        font-size: 25px;
        padding-bottom: 20px;
        line-height: 30px;
    }
    .text_form_left .text_form_subText ul {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .text_form_left .text_form_subText li {
        margin-bottom: 5px;
    }
}
/************************************* XS *********************************/
@media only screen and (max-width:767px) {
    .slider-right {
        font-size: 17px;
        padding: 10px 10px;
    }
    .slider-right-mobile {
        font-size: 14px;
    }
    .item {
        padding: 10px;
    }
    .beepermd {
        width: 125px;
    }
    .slider-text .leftImage {
        margin-top: 25px;
    }
    .slider-text .headingImage {
        text-align: center;
    }
    .slider-text .heading {
        font-size: 16px;
        line-height: 18px;
        padding-top: 10px;
    }
    .slider-text .headingText {
        font-size: 12px;
        line-height: 16px;
        padding-top: 16px;
    }
    .spacing {
        margin: 10px 0;
    }
    .main-text h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .text_form_left h1 {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0;
        padding-bottom: 20px;
    }
    .text_form_left .text_form_subText h2 {
        text-align: center;
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .text_form_left .text_form_subText ul {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .text_form_left .text_form_subText li {
        margin-bottom: 5px;
    }
    .signup-form {
        padding: 20px;
    }
    .signup-form .form-group {
        margin-bottom: 15px;
    }
    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width:414px) {

}
