/*

    File: app.css
    Author: george kourtzaridis
    Date: 12-12-2016
    Declaration Order: Positioning, Box-Model, Typography , Visual, Misc

*/

@font-face {
    font-family: 'pfd-bold';
    src: url('../fonts/pfdintext-bold-webfont.woff');
}

@font-face {
    font-family: 'pfd-regular';
    src: url('../fonts/pfdintext-regular-webfont.woff');
}

@font-face {
    font-family: 'pfd-regular-thin';
    src: url('../fonts/pfdintextthin-regular-webfont.woff');
}

*{
    transition: .3s;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'pfd-regular-thin';
    font-size: 18px;
    font-weight: 400;
    background-color: #f4bd00;
    color: #575867;
}

.container {
    max-width: 1170px;
}

/* === Add xxs columns ===*/

@media (max-width: 480px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .hidden-xxs {
        display: none;
    }

}

/* === Typography ===*/

a {
    color: #575867;
    display: block;
}

a:hover {
    color: #f4bd00;
    text-decoration: none;
}

p {
    font-family: 'pfd-regular';
}

.bold{
    font-family: 'pfd-bold';
}

.thin {
    font-family: 'pfd-regular-thin';
}

.section-title{
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

/* === Custom Items === */

.triangle{
    margin: auto;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
            background-color: #f4bd00;
            text-align: center;
            max-width: 280px;
            padding: 10px;
            font-size: 24px;
            cursor: pointer;
            font-family: 'pfd-bold';
}

.triangle:hover {
    background-color: #575867;
    color: #f4bd00;
}

/* === Page Header === */

.page-header{
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: none;
    min-height: 195px;
}

/* Sign Up & Login Nav Section */

.navbar-default.signup-login-nav {
    margin-bottom: 20px;
}

.navbar-default.signup-login-nav .navbar-nav {
    float: right;
}

.navbar-default.signup-login-nav .navbar-nav>li {
    display: inline-block;
}

.navbar-default.signup-login-nav .navbar-nav>li>a {
    color: #fdf4e0;
}

.navbar-default.signup-login-nav .navbar-nav>li>a:hover {
    color: #575867;
}

.divider {
    padding-top: 11px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

/* Nav Bar Logo */

.nav-logo {
    position: absolute;
    margin-top: -20px;
    height: 160px;
}

/* Nav Bar Section */

.main-nav{
    margin-top: 35px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-family: 'pfd-bold';
    font-weight: bold;
    color: #575867;
    text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fdf4e0;
}

/* Mobile Menu */

.navbar-header button {
    margin-right: 0px;
    margin-top: -12px;
    font-size: 24px;
    font-family: 'pfd-bold';
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: #575867;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #575867;
    color: #f4bd00;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 100px;
    border: none;
}

/* === Page Subheader ===*/

.page-subheader {
    background: url(../images/subheader-bg.jpg) no-repeat center;
    background-size: cover;
    height: 570px;
}

.page-subheader-title {
    margin-top: 160px;
    margin-bottom: 30px;
    font-family: 'pfd-regular-thin';
    font-size: 38px;
    text-align: center;
}

/* === Section Char === */

.char-section{
    margin-bottom: 80px;
}

.char-section-title{
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.char-list {
    margin-bottom: 40px;
    padding-left: 0px;
}

.char-list li {
    margin: 20px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style-type: none;
    min-height: 70px;
}

.char-list-icon {
    float: left;
    padding-right: 0;
    top: -8px;
    width: auto;
    display:block;
    margin:auto;
}

.char-list li p {
    text-align: left;
}

/* === Records Section ===*/

.records-section {
    min-height: 400px;
    padding-top: 35px;
    background-image: url(../images/enasms-mobile.png);
    background-repeat: no-repeat;
    background-position: -285px 35px;
    background-color: #fff;
}


/* === === */

.prices-section {
    text-align: center;
}

.prices-section .triangle {
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #575867;
    color: #f4bd00;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.prices-section .triangle:hover {
    background-color: #3d3d4c;
    color: #daaa12;
}

.prices-section .triangle a {
    color: #f4bd00;
}

.prices-section .triangle a:hover {
    color: #daaa12;
}

.prices-section .message-box{
    background-image: url(../images/message-box-bg.png);
    height: 260px;
    height: 290px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    margin: auto;
}

.price-title {
    padding-top: 35px;
    font-size: 23px;
    text-align: center;
}

.price {
    font-size: 50px;
    color: #f4bd00;
}

.price-info {
    font-size: 23px;
    color: #f4bd00;
}

.price p {
    line-height: 37px;
    margin-top: 34px;
}

.fpa{
    font-size: 14px;
}

/* === === */

.offer-section {
    background: url(../images/offer.png) no-repeat;
    background-position: 50% 50%;
    height: 400px;
    width: 100%;
    background-color: #3e3e4c;
    /*background-size: contain;*/
}


.records-section-title {
    margin-top: 75px;
    font-size: 40px;
    text-align: center;
}

/* === Footer Section === */

footer {
    text-align: center;
    min-height: 250px;
}

footer .paymnt-info {
    margin-bottom: 200px;
}

.paymnt-info h2 {
    font-size: 24px;
}

.paymnt-info p {
    margin-top: 30px;
    line-height: 2;
}

.cprights {
    margin-top: 160px;
    color: #fff;
    font-size: 14px;
}

.cprights a{
    color: #575867;
    display: inline;
}

.cp-wrapper-bottom{
    min-height: 0px;
}

.ena-logo {
    display: none;
}

.ena-logo-sm {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*==========  Mobile First Method  ==========*/

   /* Custom, iPhone Retina */
   @media only screen and (min-width : 320px) {

   }

   /* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    /* === Page Header Section === */

    /* Nav Bar Logo */

    .nav-logo {
        height: auto;
        margin-top: -56px;
    }

    /* Mobile Menu */

    .navbar-header button {
        margin-top: -25px;
    }

    .prices-section .triangle {
        min-width: 320px;
        font-size: 23px;
    }

    footer .paymnt-info {
        margin-bottom: 65px;
    }

}

   /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /* === Page Header Section === */

    .navbar-default .navbar-nav>li>a {
        text-align: left;
    }

    /* Mobile Menu */

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 0px;
        margin-right: -15px;
        border: none;
    }

    /* === Footer === */


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {

    .hidden-xxl{
        display: none;
    }

    .visible-xxl{
        display: block;
    }

}
