@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

body,
html {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #4d4d4f;
}

* {
    font-family: 'Open Sans', sans-serif;
}

* li {
    font-size: 18px;
}

@media (min-width: 1200px) {
    .container {
        width: 1325px;
    }
}

.sub {
    opacity: 0.5;
}

.sub:hover {
    opacity: 1;
}

.btn,
.btn-lg,
.panel {
    border-radius: 0;
}

.panel-default {
    border: 0;
}

.panel-group {
    font-size: 18px;
}

.btn-primary {
    border-color: #2fa3dc;
    background: #fff;
    color: #2fa3dc;
}

.navbar-mobile {
    color: #fff;
    background: #2fa3dc;
    height: 75px;
    min-height: 75px;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-collapse {
    border: 0;
}

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2587b8;
}

.navbar-brand {
    height: 75px;
}

.navbar-nav {
    margin: 0 -15px;
    background: #4a4949;
}

@media (min-width: 768px) {
    .navbar-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    section#head,
    section#submenu {
        display: none;
    }

    section#slideshow {
        margin-top: 70px;
    }
}

input.form-control,
textarea.form-control,
select.form-control {
    border: #2fa3dc 1px solid;
    border-radius: 0 !important;
}

.btn-primary-inverse {
    border: 0;
    color: #fff;
    background: #2587b8;
    background: -webkit-linear-gradient(#2896cb, #2587b8);
    background: -o-linear-gradient(#2896cb, #2587b8);
    background: -moz-linear-gradient(#2896cb, #2587b8);
    background: linear-gradient(#2896cb, #2587b8);
}

section#head {
    height: 120px;
}

section#head a:hover,
section#submenu a:hover {
    text-decoration: none;
}

section#head .logo {
    margin-top: 27px;
}

section#head ul.menu {
    padding: 0;
    list-style: none;
    display: block;
}

section#head ul.menu:after {
    clear: both;
}

section#head ul.menu li {
    display: block;
    float: left;
}

section#head ul.menu li a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 120px;
    height: 120px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

section#head ul.menu li a img {
    margin-top: 15px;
}

section#head ul.menu li.contact {
    text-transform: none;
    text-align: left;
    width: auto;
    padding: 22px 35px 0;
    color: #4d4d4d;
    font-size: 26px;
    font-weight: 300;
}

section#head ul.menu li.contact b {
    color: #06a0dc;
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 1200px) {
    section#head ul.menu li.contact {
        display: none;
    }
}

section#head ul.menu li.blue a,
.bg-blue {
    background: #06a0dc;
}

.bg-darkblue {
    background: #0480b0;
}

.bg-midnightblue {
    background: #036084;
}

.bg-pitchblackblue {
    background: #024c69;
}


section#head ul.menu li.green a,
.bg-green {
    background: #25a349;
}

.bg-darkgreen {
    background: #1d823a;
}

.bg-midnightgreen {
    background: #16612b;
}

section#head ul.menu li.purple a,
.bg-purple {
    background: #924280;
}

.bg-darkpurple {
    background: #743466;
}

.bg-midnightpurple {
    background: #57274c;
}

section#head ul.menu li.pink a,
.bg-pink {
    background: #d91c54;
}

section#head ul.menu li.pink a {
    font-size: 12px;
    line-height: 14px;
}

section#head ul.menu li.orange a,
.bg-orange {
    background: #ff7112;
}

section#head ul.menu li.yellow a,
.bg-yellow {
    background: #fecc03;
}

section#head ul.menu li.yellow a {
    color: #262626;
    font-size: 12px;
}

section#submenu {
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
    background: #18aae3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#35bbee, #18aae3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#35bbee, #18aae3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#35bbee, #18aae3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#35bbee, #18aae3); /* Standard syntax */
}

section#submenu ul {
    list-style: none;
    padding: 0;
}

section#submenu ul:after {
    clear: both;
}

section#submenu li a {
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 4px 18px;
    width: auto;
    margin-right: 20px;
}

section#submenu li a:hover {
    background: #169ed2;
}

section#submenu li a.danger {
    background: #f04141;
    background: -webkit-linear-gradient(#fa5757, #f04141);
    background: -o-linear-gradient(#fa5757, #f04141);
    background: -moz-linear-gradient(#fa5757, #f04141);
    background: linear-gradient(#fa5757, #f04141);
}

section#submenu li a.danger:hover {
    background: #fa5757;
    background: -webkit-linear-gradient(#f04141, #fa5757);
    background: -o-linear-gradient(#f04141, #fa5757);
    background: -moz-linear-gradient(#f04141, #fa5757);
    background: linear-gradient(#f04141, #fa5757);
}

section#submenu li a.warning {
   background: rgba(254,182,69,1);
   background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(254,182,69,1) 74%, rgba(247,202,134,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(74%, rgba(254,182,69,1)), color-stop(100%, rgba(247,202,134,1)));
   background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(254,182,69,1) 74%, rgba(247,202,134,1) 100%);
   background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(254,182,69,1) 74%, rgba(247,202,134,1) 100%);
   background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(254,182,69,1) 74%, rgba(247,202,134,1) 100%);
   background: linear-gradient(to bottom, rgba(254,182,69,1) 0%, rgba(254,182,69,1) 74%, rgba(247,202,134,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f7ca86', GradientType=0 );
}

@media (max-width: 1000px) {

    section#head {
        height: 80px;
    }

    section#head ul.menu li {
        text-align: center;
    }

    section#head ul.menu li a {
        padding: 30px 5px 0;
        vertical-align: middle;
        width: 95px;
        height: 80px;
    }

    section#head ul.menu li.pink a {
        padding-top: 20px;
    }

    section#head ul.menu li.yellow a {
        padding-top: 25px;
    }

    section#head ul.menu li a img {
        display: none;
    }

    section#submenu {
        font-size: 12px;
        font-weight: 400;
    }

    section#submenu li a {
        margin-right: 10px;
    }
}

section#slideshow {
    padding-top: 20px;
    width: 100%;
}

section#slideshow .owl-carousel {
    height: 350px;
}

section#slideshow .owl-carousel .owl-item {
    height: 100%;
}

section#slideshow .owl-carousel .owl-controls {
    position: relative;
    top: -40px;
}

section#slideshow,
section#slideshow .container,
section#slideshow .row,
section#slideshow .col-sm-12 {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

section#slideshow .owl-carousel .slider-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*section#slideshow .owl-carousel .slider-inner .level {*/
    /*display: block;*/
    /*position: absolute;*/
/*}*/

/*section#slideshow .owl-carousel .slider-inner .level.one {*/
    /*font-size: 29px;*/
    /*color: #fff;*/
    /*top: 105px;*/
    /*left: 75px;*/
/*}*/

/*section#slideshow .owl-carousel .slider-inner .level.two {*/
    /*font-size: 22px;*/
    /*color: #4a4949;*/
    /*top: 160px;*/
    /*left: 75px;*/
/*}*/

/*section#slideshow .owl-carousel .slider-inner .level.two b {*/
    /*font-weight: 800;*/
/*}*/

section#slideshow .owl-carousel .btn {
    display: block;
    position: absolute;
    bottom: 25%;
    left: 5%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

section#slideshow .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1300px) {
    section#slideshow .owl-carousel {
        height: 350px;
    }

    section#slideshow .owl-carousel .btn {
        bottom: 90px;
        left: 38px;
        font-size: 14px;
    }

    section#slideshow .owl-carousel .owl-controls {
        top: -60px;
    }
}

@media (max-width: 769px) {
    section#slideshow .owl-carousel {
        height: 200px;
    }

    section#slideshow .owl-carousel .btn {
        bottom: 15%;
        left: 6%;
        font-size: 14px;
    }

    section#slideshow .owl-carousel .owl-controls {
        top: -40px;
    }
}

section#content {
    margin-top: 80px;
}

section#content .home {
    margin-top: -60px;
}

section#content .panel {
    background: #fff;
}

section#content .box {
    padding: 0 30px;
    text-align: center;
    height: 220px;
    width: 100%;
    color: #fff;
}

section#content .box_menu {
    padding: 0 30px;
    text-align: center;
    height: 490px;
    width: 100%;
    color: #fff;
}

section#content h2 {
    color: #2ea3dc;
    font-size: 30px;
    font-weight: 800;
}

section#content h2.green{
    color: #579951;
}

section#content h3 {
    font-size: 24px;
    color: #262626;
    font-weight: 700;
}

section#content .mega-heading {
    position: relative;
    width: 100%;
    max-height: 780px;
    margin-top: -80px;
}

@media screen and (max-width: 769px){
    section#content .mega-heading {
        margin-top: -5px;
    }
}

section#content .mega-heading h1 {
    display: block;
    position: absolute;
    bottom: 10px;
    font-weight: 800;
    left: 25px;
    font-size: 76px;
    text-transform: uppercase;
    color: #fff;
}

section#content .mega-heading img {
    max-width: 100%;
}

section#content p {
    font-size: 18px;
    font-weight: 300;
    color: #262626;
    text-align: justify;
}

section#content .box h2,
section#content .box_menu h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
}

section#content .box h2 span,
section#content .box_menu h2 span {
    color: #4c4c4c;
    text-transform: none;
}

section#content .box p,
section#content .box_menu p {
    font-size: 18px;
    font-weight: 600;
}

section#callme h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}

section#callme input.input-lg {
    height: 70px;
    font-size: 26px;
    font-weight: 300;
}

section#callme input[type=submit] {
    height: 70px;
    font-size: 24px;
    font-weight: 300;
}

section#callme b {
    font-weight: 800;
}

section#callme .panel {
    background: #eef7fc;
    padding: 40px 40px;
}

section#callme label {
 display: none !important;
}

section#footer {
    margin-top: 40px;
    padding-bottom: 20px;
    min-height: 80px;
    background: #4d4d4d;
    width: 100%;
    color: #fff;
}

section#footer .description {
    margin-top: 38px;
}

section#content ul.package {
    list-style: none;
    padding: 0;
}

section#content ul.package a {
    color: #000000;
    text-decoration: none;
}

section#content ul.package li {
    display: block;
    list-style: none;
    height: 70px;
    width: 100%;
    border: 2px solid;
    margin-top: 5px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding-top: 22px;
    background-color: #ffffff;
}

section#content ul.package li .fa {
    display: block;
    float: left;
    font-size: 46px;
    margin: -12px 18px 0;
    width: 1.28571429em;
    text-align: center;
}

section#content ul.package li.blank {
    border: 0;
    background-color: transparent;
}

section#content ul.package li.off,
section#content ul.package li.empty,
section#content ul.package li.info {
    border: 0;
    background-color: transparent;
}

@media (max-width: 1200px) {
    section#content ul.package {
        margin-top: 50px;
    }

    section#content ul.package li.empty,
    section#content ul.package li.blank
    {
        display: none;
    }
}

section#content ul.package li h3 {
    font-size: 28px;
    font-weight: 900;
    margin-top: -4px;
    width: 100%;
    display: block;
    text-align: center;
}

section#content ul.package.orange li {
    border-color: #ff7906;
}

section#content ul.package.orange li h3 {
    color: #ff7906;
}

section#content ul.package.blue li {
    border-color: #2ea3dc;
}

section#content ul.package.blue li h3 {
    color: #2ea3dc;
}

section#content ul.package.purple li {
    border-color: #743466;
}

section#content ul.package.purple li h3 {
    color: #743466;
}

section#content ul.package.green li {
    border-color: #000000;
}

section#content ul.package.green li h3 {
    color: #579951;
}

section#content ul.package.black li {
    border-color: #000000;
}

section#content ul.package.black li h3 {
    color: #000000;
}

section#content ul.package.gold li {
    border-color: #FFD700;
}

section#content ul.package.gold li h3 {
    color: #FFD700;
}

section#content ul.package.blue li.inverse {
    border-color: #2ea3dc;
    background-color: #2ea3dc;
}

section#content ul.package.purple li.inverse {
    border-color: #743466;
    background-color: #743466;
}

section#content ul.package.orange li.inverse {
    border-color: #ff7906;
    background-color: #ff7906;
}

section#content ul.package.green li.inverse {
    border-color: #579951;
    background-color: #579951;
}

section#content ul.package.black li.inverse {
    border-color: #000000;
    background-color: #000000;
}

section#content ul.package.gold li.inverse {
    border-color: #FFD700;
    background-color: #FFD700;
}

section#content ul.package.gold li.inverse h3,
section#content ul.package.black li.inverse h3,
section#content ul.package.green li.inverse h3,
section#content ul.package.orange li.inverse h3,
section#content ul.package.blue li.inverse h3 {
    color: #fff;
}

section#content ul.package li.payment {
    margin-top: 15px;
    font-size: 18px;
    padding: 15px 5px 5px 5px;
    text-align: center;
    height: auto;
}

section#content ul.package li.payment .price {
    display: block;
    width: 100%;
    font-size: 68px;
    font-weight: 900;
    margin-top: -10px;
}

section#content ul.package li.payment .discount {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    margin-top: -10px;
    margin-bottom: 5px;
    color: #ff7906;
}

section#content ul.package.blue li.payment .price {
    color: #2ea3dc;
}

section#content ul.package.purple li.payment .price {
    color: #743466;
}

section#content ul.package.orange li.payment .price {
    color: #ff7906;
}

section#content ul.package.green li.payment .price {
    color: #579951;
}

section#content ul.package.black li.payment .price {
    color: #000000;
}

section#content ul.package.gold li.payment .price {
    color: #FFD700;
}

section#content ul.package li.payment a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-size: 30px;
    color: #fff;
}

section#content ul.package.blue li.payment a {
    background: #2587b8;
    background: -webkit-linear-gradient(#2896cb, #2587b8);
    background: -o-linear-gradient(#2896cb, #2587b8);
    background: -moz-linear-gradient(#2896cb, #2587b8);
    background: linear-gradient(#2896cb, #2587b8);
}

section#content ul.package.blue li.payment a:hover {
    text-decoration: none;
    background: #2896cb;
    background: -webkit-linear-gradient(#2587b8, #2896cb);
    background: -o-linear-gradient(#2587b8, #2896cb);
    background: -moz-linear-gradient(#2587b8, #2896cb);
    background: linear-gradient(#2587b8, #2896cb);
}

section#content ul.package.purple li.payment a {
    background: #743466;
    background: -webkit-linear-gradient(#743466, #924280);
    background: -o-linear-gradient(#743466, #924280);
    background: -moz-linear-gradient(#743466, #924280);
    background: linear-gradient(#743466, #924280);
}

section#content ul.package.purple li.payment a:hover {
    text-decoration: none;
    background: #743466;
    background: -webkit-linear-gradient(#743466, #924280);
    background: -o-linear-gradient(#743466, #924280);
    background: -moz-linear-gradient(#743466, #924280);
    background: linear-gradient(#743466, #924280);
}

section#content ul.package.orange li.payment a {
    background: #d06000;
    background: -webkit-linear-gradient(#ff7906, #d06000);
    background: -o-linear-gradient(#ff7906, #d06000);
    background: -moz-linear-gradient(#ff7906, #d06000);
    background: linear-gradient(#ff7906, #d06000);
}

section#content ul.package.orange li.payment a:hover {
    text-decoration: none;
    background: #ff7906;
    background: -webkit-linear-gradient(#d06000, #ff7906);
    background: -o-linear-gradient(#d06000, #ff7906);
    background: -moz-linear-gradient(#d06000, #ff7906);
    background: linear-gradient(#d06000, #ff7906);
}

section#content ul.package.green li.payment a {
    background: #6DC066;
    background: -webkit-linear-gradient(#579951, #6DC066);
    background: -o-linear-gradient(#579951, #6DC066);
    background: -moz-linear-gradient(#579951, #6DC066);
    background: linear-gradient(#579951, #6DC066);
}

section#content ul.package.green li.payment a:hover {
    text-decoration: none;
    background: #579951;
    background: -webkit-linear-gradient(#6DC066, #579951);
    background: -o-linear-gradient(#6DC066, #579951);
    background: -moz-linear-gradient(#6DC066, #579951);
    background: linear-gradient(#6DC066, #579951);
}

section#content ul.package.black li.payment a {
    background: #323232;
    background: -webkit-linear-gradient(#000000, #323232);
    background: -o-linear-gradient(#000000, #323232);
    background: -moz-linear-gradient(#000000, #323232);
    background: linear-gradient(#000000, #323232);
}

section#content ul.package.black li.payment a:hover {
    text-decoration: none;
    background: #000000;
    background: -webkit-linear-gradient(#323232, #000000);
    background: -o-linear-gradient(#323232, #000000);
    background: -moz-linear-gradient(#323232, #000000);
    background: linear-gradient(#323232, #000000);
}

section#content ul.package.gold li.payment a {
    background: #FFEB7F;
    background: -webkit-linear-gradient(#FFD700, #FFEB7F);
    background: -o-linear-gradient(#FFD700, #FFEB7F);
    background: -moz-linear-gradient(#FFD700, #FFEB7F);
    background: linear-gradient(#FFD700, #FFEB7F);
}

section#content ul.package.gold li.payment a:hover {
    text-decoration: none;
    background: #FFD700;
    background: -webkit-linear-gradient(#FFEB7F, #FFD700);
    background: -o-linear-gradient(#FFEB7F, #FFD700);
    background: -moz-linear-gradient(#FFEB7F, #FFD700);
    background: linear-gradient(#FFEB7F, #FFD700);
}

section#content ul.package li.info {
    text-align: center;
    margin-top: 15px;
    padding: 30px 5px;
    height: auto;
}

.tooltip-inner {
    max-width: 406px;
    padding: 15px 20px 20px;
    color: #cfcfcf;
    text-align: center;
    background-color: #000;
    border-radius: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.tooltip-inner b {
    color: #fff;
}

/* Component News Feed */
.component-feed .component-feed-button-filter,
.component-feed .component-feed-new-icon {
    display: none;
    border-color: #2ea3dc;
}

.component-feed .panel {
    margin: 20px 0 0;
    background: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.component-feed .panel .panel-heading {
    color: #2ea3dc;
    font-size: 24px;
    font-weight: 800;
    background: transparent !important;
    border: 0;
    padding-bottom: 0;
}

.component-feed .panel .panel-body {
    font-weight: 300;
    padding-top: 0;
}

.component-feed .panel .panel-body * {
    font-size: 18px !important;
}

.component-feed .component-feed-button-archive {
    margin-bottom: 20px;
}

    /* Generic Classes */
.m-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.p-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-25 {
    padding: 25px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-30 {
    padding: 30px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.f-8 {
    font-size: 8px !important
}

.f-9 {
    font-size: 9px !important
}

.f-10 {
    font-size: 10px !important
}

.f-11 {
    font-size: 11px !important
}

.f-12 {
    font-size: 12px !important
}

.f-13 {
    font-size: 13px !important
}

.f-14 {
    font-size: 14px !important
}

.f-15 {
    font-size: 15px !important
}

.f-16 {
    font-size: 16px !important
}

.f-17 {
    font-size: 17px !important
}

.f-18 {
    font-size: 18px !important
}

.f-19 {
    font-size: 19px !important
}

.f-20 {
    font-size: 20px !important
}

.f-300 {
    font-weight: 300 !important
}

.f-400 {
    font-weight: 400 !important
}

.f-500 {
    font-weight: 500 !important
}

.f-600 {
    font-weight: 600 !important
}

.f-700 {
    font-weight: 700 !important
}

section#content ul.package li h3 {
    font-size: 28px;
    font-weight: 900;
    margin-top: -4px;
    width: 100%;
    display: block;
    text-align: center;
}
section#content ul.package.orange li {
    border-color: #ff7906;
}
section#content ul.package.orange li h3 {
    color: #ff7906;
}
section#content ul.package.blue li {
    border-color: #2ea3dc;
}
section#content ul.package.blue li h3 {
    color: #2ea3dc;
}
section#content ul.package.green li {
    border-color: #000000;
}
section#content ul.package.green li h3 {
    color: #579951;
}
section#content ul.package.black li {
    border-color: #000000;
}
section#content ul.package.black li h3 {
    color: #000000;
}
section#content ul.package.gold li {
    border-color: #FFD700;
}
section#content ul.package.gold li h3 {
    color: #FFD700;
}
section#content ul.package.blue li.inverse {
    border-color: #2ea3dc;
    background-color: #2ea3dc;
}
section#content ul.package.orange li.inverse {
    border-color: #ff7906;
    background-color: #ff7906;
}
section#content ul.package.black li.inverse {
    border-color: #000000;
    background-color: #000000;
}
section#content ul.package.green li.inverse {
    border-color: #579951;
    background-color: #579951;
}
section#content ul.package.gold li.inverse {
    border-color: #FFD700;
    background-color: #FFD700;
}
section#content ul.package.gold li.inverse h3,
section#content ul.package.black li.inverse h3,
section#content ul.package.green li.inverse h3,
section#content ul.package.orange li.inverse h3,
section#content ul.package.blue li.inverse h3 {
    color: #fff;
}
section#content ul.package li.payment {
    margin-top: 15px;
    font-size: 18px;
    padding: 15px 5px 5px 5px;
    text-align: center;
    height: auto;
}
section#content ul.package li.payment .price {
    display: block;
    width: 100%;
    font-size: 68px;
    font-weight: 900;
    margin-top: -10px;
}
section#content ul.package li.payment .discount {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    margin-top: -10px;
    margin-bottom: 5px;
    color: #ff7906;
}
section#content ul.package.blue li.payment .price {
    color: #2ea3dc;
}
section#content ul.package.orange li.payment .price {
    color: #ff7906;
}
section#content ul.package.green li.payment .price {
    color: #579951;
}
section#content ul.package.black li.payment .price {
    color: #000000;
}
section#content ul.package.gold li.payment .price {
    color: #FFD700;
}
section#content ul.package li.payment a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-size: 30px;
    color: #fff;
}
section#content ul.package.blue li.payment a {
    background: #2587b8;
    background: -webkit-linear-gradient(#2896cb, #2587b8);
    background: -o-linear-gradient(#2896cb, #2587b8);
    background: -moz-linear-gradient(#2896cb, #2587b8);
    background: linear-gradient(#2896cb, #2587b8);
}
section#content ul.package.blue li.payment a:hover {
    text-decoration: none;
    background: #2896cb;
    background: -webkit-linear-gradient(#2587b8, #2896cb);
    background: -o-linear-gradient(#2587b8, #2896cb);
    background: -moz-linear-gradient(#2587b8, #2896cb);
    background: linear-gradient(#2587b8, #2896cb);
}
section#content ul.package.orange li.payment a {
    background: #d06000;
    background: -webkit-linear-gradient(#ff7906, #d06000);
    background: -o-linear-gradient(#ff7906, #d06000);
    background: -moz-linear-gradient(#ff7906, #d06000);
    background: linear-gradient(#ff7906, #d06000);
}
section#content ul.package.orange li.payment a:hover {
    text-decoration: none;
    background: #ff7906;
    background: -webkit-linear-gradient(#d06000, #ff7906);
    background: -o-linear-gradient(#d06000, #ff7906);
    background: -moz-linear-gradient(#d06000, #ff7906);
    background: linear-gradient(#d06000, #ff7906);
}
section#content ul.package.green li.payment a {
    background: #6DC066;
    background: -webkit-linear-gradient(#579951, #6DC066);
    background: -o-linear-gradient(#579951, #6DC066);
    background: -moz-linear-gradient(#579951, #6DC066);
    background: linear-gradient(#579951, #6DC066);
}
section#content ul.package.green li.payment a:hover {
    text-decoration: none;
    background: #579951;
    background: -webkit-linear-gradient(#6DC066, #579951);
    background: -o-linear-gradient(#6DC066, #579951);
    background: -moz-linear-gradient(#6DC066, #579951);
    background: linear-gradient(#6DC066, #579951);
}
section#content ul.package.black li.payment a {
    background: #323232;
    background: -webkit-linear-gradient(#000000, #323232);
    background: -o-linear-gradient(#000000, #323232);
    background: -moz-linear-gradient(#000000, #323232);
    background: linear-gradient(#000000, #323232);
}
section#content ul.package.black li.payment a:hover {
    text-decoration: none;
    background: #000000;
    background: -webkit-linear-gradient(#323232, #000000);
    background: -o-linear-gradient(#323232, #000000);
    background: -moz-linear-gradient(#323232, #000000);
    background: linear-gradient(#323232, #000000);
}
section#content ul.package.gold li.payment a {
    background: #FFEB7F;
    background: -webkit-linear-gradient(#FFD700, #FFEB7F);
    background: -o-linear-gradient(#FFD700, #FFEB7F);
    background: -moz-linear-gradient(#FFD700, #FFEB7F);
    background: linear-gradient(#FFD700, #FFEB7F);
}
section#content ul.package.gold li.payment a:hover {
    text-decoration: none;
    background: #FFD700;
    background: -webkit-linear-gradient(#FFEB7F, #FFD700);
    background: -o-linear-gradient(#FFEB7F, #FFD700);
    background: -moz-linear-gradient(#FFEB7F, #FFD700);
    background: linear-gradient(#FFEB7F, #FFD700);
}
section#content ul.package li.info {
    text-align: center;
    margin-top: 15px;
    padding: 30px 5px;
    height: auto;
}

.f-800 {
    font-weight: 800 !important
}

* {
  box-sizing: border-box;
}

#areaList {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#findArea {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#findArea li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  float: left;
  display: inline;
  width: 25%;
}

#findArea li a.header {
  background-color: #e2e2e2;
  cursor: default;
}

#findArea li a:hover:not(.header) {
  background-color: #eee;
}
