/**
*
* ----------------------------------------------
*
* Template : Bootplan - Bootstrap Pricing Tables
* Author : thecodrops
* Author URI : http://thecodrops.com
*
* ---------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    position: relative;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 24px;
    font-size: 13px;
    color: #aaa;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    color: #252525;
}

main > section {
    padding: 70px 0;
}
.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}
.bg-img {
    background-image: url(../img/bg-img.jpg);
}
.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

.sec-color {
    background-color: #f8f8f8;
}
.sec-spacer {
    padding: 100px 0;
}
.spacer1 {
    height: 10px;
}
.spacer2 {
    height: 20px;
}
.spacer3 {
    height: 30px;
}
.spacer4 {
    height: 40px;
}
.title {
    position: relative;
    font-size: 24px;
    line-height: 26px;
    color: #444;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 70px;
    left: 50%;
    background-color: #444;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title .badge {
    position: absolute;
    top: -8px;
    background: #232323;
    font-size: 11px;
    padding: 5px 12px;
}
.alert-info {
    color: #999;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

/* =================================== */
/*  Header Style 
/* =================================== */

.header {
    background: #232323;
    padding: 10px 0;
}
.header .logo {
    width: 120px;
}
.header .header-button {
   float: right;
   color: #fff;
   font-size: 14px;
}
.header .header-button a {
    color: #ffffff;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    font-size: 10px;
    border-radius: 13px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 8px;
    padding: 0 15px;
}

/*=======================
    Navigation
========================*/
.header nav {
    float: right;
    margin-left: 50px;
    margin-bottom: -2px;
}
.header nav > ul {
    padding-left: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
}
.header nav > ul > li {
    float: left;
    position: relative;
    padding: 0 12px;
}
.header nav > ul > li > ul {
    position: absolute;
    visibility: hidden;
    width: 280px;
    background: #444;
    z-index: 111;
    top: calc(100% + 50px);
    transition: .3s all ease-in-out;
    opacity: 0;
    padding: 25px;
    list-style: none;
}
.header nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 15px);
}
.header nav > ul > li > ul li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.03);
}
.header nav a {
    color: #bbb;
    text-decoration: none;
    letter-spacing: .8px;
    font-size: 12px;
}
.header nav a:hover, 
.header nav a:active, 
.header nav a:focus {
    color: #fff;
}

/*=======================
    Heading
========================*/
.heading h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.heading h3 {
    color: #bbb;
    text-transform: uppercase;
    font-weight: 400;
}


/*=======================
    Footer
========================*/
footer {
    color: #fff;
    padding: 30px 30px 25px;
    background: #1a1a1a;
}
footer .container {
    position: relative;
}
footer p {
    color: #fff;
    font-size: 17px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #f5f5f5;
}
footer .totop {
    position: absolute;
    right: 18px;
    top: 0;
}

/*color switcher*/
#colorSwitcher,
#topNav2 {
    position: fixed;
    z-index: 3;
}
#closeSwitcher,
#openSwitcher {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 4;
    padding: 15px;
    color: #fff;
    background: #1a1a1a;
    cursor: pointer;
    border: 1px solid #1a1a1a;
    border-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#closeSwitcher {
    color: #fff;
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    display: none;
    left: 200px;
    box-shadow: 10px 5px 46px 8px rgba(0, 0, 0, .14), 10px 0 26px -6px rgba(0, 0, 0, .2);
}
#colorSwitcher {
    top: 200px;
    left: -202px;
    width: 200px;
    min-height: 0;
    background: #FFF;
    border-radius: 0;
    box-shadow: 10px 5px 46px 8px rgba(0, 0, 0, .14), 10px 0 26px -6px rgba(0, 0, 0, .2);
    padding: 12px 25px 0;
}
#colorSwitcherWrapper {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 20px
}
#colorSwitcherWrapper h2 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
#colorSwitcherWrapper ul {
    margin: 0;
    padding: 1px 0;
    list-style: none;
    overflow: hidden;
}
#colorSwitcherWrapper ul li.color-1 {
    background: #3498db;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-2 {
    background: #ff5252;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-3 {
    background: #FF9800;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-4 {
    background: #4CAF50;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-5 {
    background: #673AB7;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-6 {
    background: #9b59b6;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-7 {
    background: #3dc0f1;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-8 {
    background: #2c3e50;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-9 {
    background: #d35400;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.color-10 {
    background: #1abc9c;
    border: 1px solid #fff;
}
#colorSwitcherWrapper ul li.active {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ddd;
}
#colorSwitcherWrapper ul#mainColors li {
    width: 22px;
    height: 22px;
    border-radius: 3px; 
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: 3px
}
.clear {
    clear: both;
}
#colorSwitcherWrapper p {
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
    text-align: center;
    color: #999;
    cursor: pointer;
}
@media screen and (max-width: 959px) {
    #colorSwitcher,
    #topNav2 {
        position: absolute;
        z-index: 3;
        top: 50px;
    }
    #closeSwitcher,
    #openSwitcher {
        position: absolute;
        top: 50px;
    }
}

div#colorSwitcher nav h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
div#colorSwitcher nav ul a {
    color: #666;
    font-size: 14px;
    transition: .3s ease all;
}
div#colorSwitcher nav ul a:hover {
    color: #444;
    text-decoration: line-through;
}
div#colorSwitcher nav > ul {
    padding-left: 0;
    list-style-type: none;
}
div#colorSwitcher nav > ul > li {
    margin-bottom: 10px;
}
div#colorSwitcher nav > ul > li > ul > li {
    margin-top: 10px;
}