﻿/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
#banner {
    background: #1a1a1a none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}
.banner-inner {
    background-image: url("../img/blur.png");
    background-size: cover;
    height: 100%;
    padding-bottom: 40px;
    padding-top: 27px;
    position: relative;
}
#Div1 {
    background-color: #eeeeee;
}
body {
    color: #7a7a7a;
    font-family: "Raleway",Lucida Sans Unicode,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    min-height: 100%;
    position: relative;
    text-rendering: optimizelegibility;
    width: 100%;
}
.orange {
    color: #FFFFFF;
    border: 1px solid #31373a;
    background-color: #d03300;
}

html {
    height: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",Montserrat,Lucida Sans Unicode,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0;
}
h2 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
}
h3 {
    line-height: 35px;
    margin-bottom: 20px;
}
h4 {
    background-color: #145a92;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
    padding: 7px;
}
p {
    line-height: 28px;
    margin-bottom: 20px;
}
a, a:visited {
    transition: all 150ms ease-in 0s;
}
a {
    color: #00a8d6;
    transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
    color: #007da0;
    outline: medium none;
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul li {
    line-height: 28px;
}
*::-moz-selection {
    background: #1f1f1f none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
img::-moz-selection {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
hr {
    border-top: 1px dotted #efefef;
    margin-bottom: 60px;
    margin-top: 40px;
}
body {
}
form {
    margin-bottom: 0;
}
.headline {
    text-align: center;
}
.headline h1 {
    border-bottom: 2px solid #ddd;
    color: #31373a;
    display: inline-block;
    padding-bottom: 15px;
}
.headline p {
    margin-bottom: 50px;
}
.bg-dark .headline h1 {
    color: #fff;
}
.bg-dark .headline p {
    color: #fff;
}
.bg-blue .headline h1 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}
.bg-blue .headline p {
    color: #fff;
}
.white h1 {
    color: #fff;
}
.white p {
    color: #fff;
}
.section {
    padding: 90px 0;
}
.section20 {
    padding: 20px 0;
}
.padding70top {
    padding-top: 70px;
}
.bordered {
    border: 1px solid #ddd;
}
.border-left {
    border-left: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-top {
    border-top: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.nopadding-bottom {
    padding-bottom: 0;
}
.margintop40 {
    margin-top: 40px;
}
.divider70 {
    clear: both;
    height: 70px;
}
.divider50 {
    clear: both;
    height: 50px;
}
.divider20 {
    clear: both;
    height: 20px;
}
.divider35 {
    clear: both;
    height: 35px;
}
.margin50 {
    margin: 50px 0;
}
.margin20 {
    margin: 20px 0;
}
.btn {
    transition: all 0.3s ease-in-out 0s;
}
.blue-btn {
    background-color: #00a8d6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: white;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
}
.blue-btn:hover {
    background-color: #31373a;
    color: #fff;
}
.black-btn {
    background-color: #31373a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: white;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
}
.black-btn:hover {
    background-color: #00a8d6;
    color: #fff;
}
.tick-list {
    margin: 15px 0;
}
.tick-list li {
    list-style: outside none none;
    margin-bottom: 10px;
}
.tick-list li i {
    color: #00a8d6;
    margin-right: 10px;
}
.quote {
    border: medium none;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.quote::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;
    padding-right: 30px;
}
.quote span {
    display: block;
    font-size: 16px;
}
.text-center img {
    display: block;
    margin: 0 auto;
}
.normal-list {
    list-style-type: disc;
    margin-bottom: 30px;
    margin-left: 20px;
}
.normal-list li {
    margin-bottom: 5px;
}
.green-arrow {
    list-style: outside none none;
}
.green-arrow li {
    background: rgba(0, 0, 0, 0) url("../img/green-arrow.png") no-repeat scroll left top;
    padding-bottom: 15px;
    padding-left: 45px;
    font-weight:bold;
}
.green-arrow li:nth-child(2n+1) {
    font-weight: bold;
}
.highlight {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 20px;
}
.side-text {
    margin: 0 auto;
    width: 90%;
}
.side-text h4 {
    text-align: center;
}
.side-text i {
    background-color: #8fb73c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    text-align: center;
    width: 80px;
}
.btn:hover, .btn:focus {
    background-color: #1a9ff9;
    color: #fff;
}
.negativetop80 {
    margin-top: -80px;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #faf7f8;
}
.bg-grey {
    background-color: #fafafa;
}
.bg-grey2 {
    background-color: #f5f5f5;
}
.bg-blue {
    background-color: #00a8d6;
}
.bg-dark {
    background-color: #0f141a;
}
.testimonial-bg {
    background: rgba(0, 0, 0, 0) url("../img/headshot-bg.jpg") no-repeat fixed center center;
}
.bg-stats {
    background: rgba(0, 0, 0, 0) url("../img/blur.png") no-repeat fixed center center;
}
.bg-ipad {
    background: rgba(0, 0, 0, 0) url("../img/blur.png") no-repeat fixed center center;
}
.bg-notebook {
    background: rgba(0, 0, 0, 0) url("../img/blur.png") no-repeat fixed center center;
}
.bg-grey-pattern {
    background: rgba(0, 0, 0, 0) url("../img/grey-pattern.jpg") repeat scroll 0 0;
}
.cover {
    background-size: cover;
    height: 100%;
}
.color-blue {
    color: #00a8d6;
}
.color-white {
    color: #fff;
}
.color-green {
    color: #8fb73c;
}
.overlay-bg {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse closest-corner at 50% 55% , rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}
.carousel-mod .carousel-indicators {
    display: block;
    margin: 15px auto;
    position: static;
    width: auto;
}
.carousel-mod .carousel-indicators li {
    background-color: #a3a3a3;
    border: medium none;
    margin: 0;
}
.carousel-mod .carousel-indicators .active {
    background-color: #31373a;
    height: 10px;
    width: 10px;
}
.carousel-mod .carousel-control.left, .carousel-mod .carousel-control.right {
    background: transparent none repeat scroll 0 0;
    filter: none;
}
.carousel-mod .carousel-control {
    top: 45%;
}
.navbar-inverse {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    display: block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: capitalize;
    transition: all 100ms ease-in-out 0s;
}
.menu-right {
    float: right;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li {
    transition: all 400ms linear 0s;
}
.navbar-toggle {
    color: #fff;
    font-size: 16px;
    padding: 4px 6px;
}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0 none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand:hover {
    color: #fff;
}
.scroll-fixed-navbar {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.scroll-fixed-navbar .navbar-nav > li > a {
    color: #333;
}
.scroll-fixed-navbar .navbar-nav > li > a:hover, .scroll-fixed-navbar .navbar-nav > li.active > a, .scroll-fixed-navbar .navbar-nav > li.active > a:hover {
    color: #00a8d6;
}
.navbar-toggle {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    float: right;
    margin: 13px 30px 13px 0;
    padding: 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 15px;
}
.scroll-fixed-navbar.navbar-inverse .navbar-brand {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 700;
    padding: 15px;
}
.carousel-indicators {
    bottom: -17%;
}
html, body {
    height: 100%;
}
#banner {
    background: #1a1a1a none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}
.header-text {
}
.header-text h1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}
.header-text h2 {
    color: #fff;
}
.header-text li {
    color: #fff;
}
.header-text p {
    color: #e7e7e7;
}

.main-point {
    border-bottom: 1px solid #f7f7f7;
    clear: both;
    margin-bottom: 40px;
    padding-bottom: 35px;
}
.main-point p {
    margin-bottom: 0;
}
.main-point i {
    background-color: #00a8d6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 42px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}
.main-point h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.main-point-last {
    border: medium none;
    margin-bottom: 0;
}
.bg-blue .horizontal-optin button {
    background-color: #31373a;
}
.bg-blue .horizontal-optin button:hover {
    background-color: #00a8d6;
}
.banner-optin {
    background: rgba(0, 121, 195, 0.5) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.banner-optin input[type="text"], .banner-optin textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #333;
    display: block;
    height: auto;
    outline: medium none;
    padding: 14px 20px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.banner-optin textarea {
    min-height: 200px;
}
.banner-optin button {
    background: #00a8d6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.banner-optin button i {
    color: #fff;
    font-size: 24px;
}
.banner-optin button:hover {
    background: #0396cf none repeat scroll 0 0;
    color: #fff;
}
.banner-optin .form-group {
    margin-bottom: 0;
}
.alert-success {
    margin-top: 40px;
}
.form-process {
    color: #1a1a1a;
    font-weight: bold;
    text-align: right;
}
.form-process p {
    color: #fff;
    margin: 20px 0;
}
.form-process i {
    color: #1a9ff9;
    margin-right: 10px;
}
.vertical {
    padding: 30px;
}
.vertical h1 {
    background: #145a92;
    color: #f5f5f5;
    font-size: 24px;
    font-weight: normal;
    margin: -30px -30px 10px;
    padding: 30px 20px;
    text-align: center;
    text-transform: capitalize;
}
.vertical h1 strong {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.vertical input[type="text"], .vertical textarea {
    
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #000000;
    margin-bottom: 15px;
}
.vertical button {
    padding: 15px 20px;
    width: auto;
}
.vertical button:hover {
    background: #000 none repeat scroll 0 0;
}
.middle-optin {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.middle-optin input[type="text"], .middle-optin textarea {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #333;
    display: block;
    height: auto;
    outline: medium none;
    padding: 14px 20px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.middle-optin textarea {
    min-height: 200px;
}
.middle-optin button {
    background: #00a8d6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.middle-optin button i {
    color: #fff;
    font-size: 24px;
}
.middle-optin button:hover {
    background: #1a1a1a none repeat scroll 0 0;
    color: #fff;
}
.middle-optin .form-group {
    margin-bottom: 0;
}
.form-process-middle {
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.form-process-middle p {
    margin: 20px 0 0;
}
.form-process-middle i {
    color: #1a1a1a;
    margin-right: 10px;
}
.feature-box {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.feature-box i {
    background-color: #00a8d6;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 42px;
    height: 80px;
    line-height: 80px;
    margin: -40px auto 20px;
    text-align: center;
    width: 80px;
}
.feature-box h4 {
    text-align: center;
}
.feature {
}
.feature i {
    background-color: #0f141a;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 42px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    text-align: center;
    width: 80px;
}
.feature h4 {
    text-align: center;
}
.bubble {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 30px;
    padding: 20px;
    position: relative;
}
.bubble::after {
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 15px 15px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -15px;
    width: 0;
    z-index: 1;
}
.bubble::before {
    border-color: #e5e5e5 transparent;
    border-style: solid;
    border-width: 0 15px 15px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -16px;
    width: 0;
    z-index: 0;
}
.features-list {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.features-list h4 {
    font-size: 16px;
}
.features-list i {
    background-color: #00a8d6;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 42px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}
.last-row .features-list {
    border-bottom: 0 none;
    margin-bottom: 10px;
}
.hover-details {
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hover-details .img-cover {
    background: rgba(0, 168, 214, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-details > img {
    height: auto;
    width: 100%;
}
.img-zoom {
    background-color: #1a1a1a;
    border-radius: 3px;
    height: 45px;
    left: 50%;
    line-height: 45px;
    margin-left: -25px;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    top: -45%;
    width: 45px;
}
.img-zoom i {
    color: #fff;
    font-size: 18px;
}
.img-cover h3 {
    bottom: -28%;
    color: #f8f8f8;
    font-size: 16px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}
.hover-details:hover {
    cursor: pointer;
}
.hover-details:hover > img {
    transform: scale(1.2);
}
.hover-details:hover .img-zoom {
    top: 45%;
}
.hover-details:hover .img-cover h3 {
    bottom: 28%;
}
.hover-details:hover .img-cover {
    opacity: 1;
}
.img-zoom:hover {
    background-color: #333;
}
.nav-tabs > li, .nav-pills > li {
    border: 1px solid #efefef;
    display: inline-block;
    float: none;
    margin: -3px;
    position: relative;
}
.nav-tabs {
    text-align: center;
}
.nav-tabs > li > a {
    background-color: #eff3f6;
    color: #30353a;
    font-weight: bold;
    margin-right: 0;
    padding: 20px 60px;
}
.nav-tabs > li > a:hover {
    background: #00a8d6 none repeat scroll 0 0;
    color: #fff;
}
.tab-content .tab-pane {
    border: medium none;
    padding: 20px 30px;
}
.nav-tabs {
    border: medium none;
    margin-bottom: 35px;
}
.nav-tabs > li > a {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    color: #596068;
    margin-right: 0;
    padding: 20px 60px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #00a8d6 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    position: relative;
}
.nav-tabs > li {
    position: relative;
}
.nav-tabs > li.active {
    background-color: #00a8d6;
    position: relative;
}
.nav-tabs > li.active::after {
    border-color: #00a8d6 transparent;
    border-style: solid;
    border-width: 10px 14px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.nav-tabs > li.active::before {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -16px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 0;
    z-index: 0;
}
.nav-tabs i {
    margin-right: 10px;
}
.video-container {
    position: relative;
}
.video-container iframe {
    border: medium none;
    height: 430px;
    width: 100%;
}
.members-detail {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding-bottom: 30px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.members-detail:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.members-detail h4 {
    border-bottom: 2px solid #ddd;
    display: inline-block;
    padding-bottom: 10px;
}
.members-detail img {
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
}
.members-social {
    display: block;
}
.members-social li {
    border: 1px solid #efefef;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.members-social li:hover a {
    color: #31373a;
}
.testimonial-inner {
    text-align: center;
}
.testimonial-inner img {
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.testimonial-inner p {
    display: block;
    font-size: 16px;
    position: relative;
}
.testimonial-inner p::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;
    padding-right: 30px;
}
.testimonial-inner small {
    border-top: 2px solid #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.pricing-container {
    padding-left: 0;
    padding-right: 0;
}
.price-column {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
    z-index: 1;
}
.price-column:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    transition: all 0.25s ease-in-out 0s;
}
.price-column h2 {
    background-color: #000;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    padding: 30px 0;
    text-align: center;
}
.price-column h3 {
    background: #0f141a none repeat scroll 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 30px 0;
    text-align: center;
}
.price-column h3 span {
    font-size: 18px;
    font-weight: 300;
}
.price-column h3 sup {
    font-size: 18px;
}
.price-column ul {
    margin: 25px 0;
}
.price-column li {
    border-top: 1px dotted #efefef;
    color: #333;
    margin: 0 auto;
    padding: 15px 0;
    width: 75%;
}
.price-column li:first-child {
    border-top: medium none;
}
.price-column li i {
    color: #8fb73c;
    float: right;
}
.price-column li i.red-color {
    color: #cc0000;
}
.price-column li del {
    color: #aaa;
}
.price-bottom {
    background: #0f141a none repeat scroll 0 0;
    padding: 25px 0;
    text-align: center;
}
.price-btn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px;
    text-transform: uppercase;
}
.price-btn:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #1a9ff9;
}
.price-column p {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 20px;
}
.price-column.large {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.price-column.large h2 {
    background-color: #1166a0;
}
.price-column.large h3 {
    background: #1a9ff9 none repeat scroll 0 0;
    font-size: 38px;
    padding: 45px 0;
}
.price-column.large .price-bottom {
    background-color: #1166a0;
}
.title {
    margin-bottom: 60px;
}
.panel {
    background: #f0f0f0 none repeat scroll 0 0;
}
.panel .panel-heading {
    padding: 15px 30px;
}
.panel .panel-body {
    color: #666666;
    padding: 0 30px 30px;
}
.panel .panel-title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.panel .panel-title .active {
    color: #408337;
}
.panel .panel-title .panel-toggle .fa {
    color: #8fb73c;
    margin-right: 10px;
}
.more {
    margin-top: 60px;
}
.more .title {
    color: #999999;
    margin-bottom: 15px;
}
.btn-bluebg {
    background-color: #1a9ff9;
    border-color: #1a9ff9;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    padding: 15px 35px;
}
.btn-bluenobg {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    color: #1a9ff9;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 35px;
}
.btn-bluebg:hover, .btn-bluenobg:hover {
    background-color: #1a1a1a;
    border-color: #0f0f0f;
}
.partners-logo img {
    width: 100%;
}
#footer {
    background-color: #0c0c0c;
}
#footer p {
    color: #aaa;
    font-size: 14px;
}
#footer h4 {
    color: #fff;
    font-size: 16px;
}
#footer a {
    color: #f5f5f5;
    font-size: 14px;
}
#footer a:hover {
    color: #fff;
}
#footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 35px;
    margin-top: 35px;
}
.quick-links {
    margin-left: 10px;
}
.quick-links li {
    list-style-type: square;
    margin-bottom: 10px;
}
.copyright {
    float: right;
}
.copyright i {
    color: #ff3d7f;
    margin: 0 5px;
}
.contact-list li {
    color: #fff;
    font-size: 14px;
}
.contact-list i {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 60px;
    padding-top: 40px;
}
.contact-form input[type="text"], .contact-form textarea {
    background: #111 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    height: auto;
    margin-bottom: 15px;
    outline: medium none;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.contact-form textarea {
    min-height: 200px;
}
.contact-form button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.contact-form button i {
    color: #fff;
    font-size: 24px;
}
.contact-form button:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #1a1a1a;
}
.contact-form .form-group {
    margin-bottom: 0;
}
.form-process-contact {
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.form-process-contact p {
    margin: 20px 0 0;
}
.form-process-contact i {
    color: #00a8d6;
    margin-right: 10px;
}
.social {
}
.social li {
    border-radius: 3px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: background-color 400ms ease-out 0.2s;
    width: 35px;
}
.social li a {
    color: #fff;
}
.social li.facebook {
    background: #204385 none repeat scroll 0 0;
}
.social li.twitter {
    background: #2aa9e0 none repeat scroll 0 0;
}
.social li.google-plus {
    background: #d3492c none repeat scroll 0 0;
}
.social li.linkedin {
    background: #0073b2 none repeat scroll 0 0;
}
.social li.skype {
    background: #00b0f6 none repeat scroll 0 0;
}
.social li.youtube {
    background: #e22d24 none repeat scroll 0 0;
}
.social li:hover {
    background: #31373a none repeat scroll 0 0;
    cursor: pointer;
}
a.scroll-up {
    background: #00a8d6 none repeat scroll 0 0;
    bottom: 10px;
    display: none;
    padding: 5px 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: transform 0.8s ease-in-out 0s;
}
a.scroll-up i {
    color: #fff;
}
a.scroll-up:hover, a.scroll-up:focus {
    background: #31373a none repeat scroll 0 0;
    transform: scale(1.1, 1.1);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.horizontal-optin input[type="text"], .horizontal-optin textarea {
    margin-bottom: 15px;
}
img {
    display: block;
    margin: 20px auto;
}
.img-thumbnail {
    margin: 0;
}
.bottom-contact {
    padding-top: 40px;
}
.last-row .features-list {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 40px;
}
input[type="text"], textarea {
    margin-bottom: 15px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-inverse {
    background-color: #fff;
}
   
.navbar-inverse .navbar-brand {
    color: #1a1a1a;
}
.navbar-inverse .navbar-toggle {
    background: #333 none repeat scroll 0 0;
    padding: 10px;
}
.navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid #efefef;
}
.navbar-inverse .navbar-nav > li > a {
    color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #00a8d6;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00a8d6;
}
.menu-right {
    float: none;
}
p {
}
h4 {
}
hr {
    margin: 15px 0;
    
}
input[type="text"], textarea {
    margin-bottom: 15px;
}
.section {
    padding: 70px 0;
}
.main-point {
    margin-bottom: 40px;
}
.video-container {
    margin-bottom: 40px;
}
.members-holder {
    float: none;
    margin: 20px auto;
    width: 80%;
}
img {
    display: block;
    margin: 20px auto;
}
.img-thumbnail {
    margin: 0;
}
.bottom-contact {
    padding-top: 40px;
}
.last-row .features-list {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 479px) {
.navbar-inverse {
    background-color: #fff;
}
.navbar-inverse .navbar-brand {
    color: #1a1a1a;
}
.navbar-inverse .navbar-toggle {
    background: #333 none repeat scroll 0 0;
    padding: 10px;
}
.navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid #efefef;
}
.navbar-inverse .navbar-nav > li > a {
    color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #00a8d6;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00a8d6;
}
.menu-right {
    float: none;
}
body {
    font-size: 13px;
}
p {
    font-size: 13px;
}
h4 {
    font-size: 16px;
    line-height: 25px;
}
hr {
    margin: 15px 0;
}
img {
    display: block;
    float: none;
    margin: 20px auto;
}
iframe {
    max-height: 200px;
}
.headline h1 {
    font-size: 30px;
}
.section {
    padding: 50px 0;
}
input[type="text"], textarea {
    margin-bottom: 15px;
}
.bubble {
    margin-bottom: 30px;
}
.nav-tabs > li, .nav-pills > li {
    display: block;
    margin: 0;
}
.nav-tabs > li.active::after {
    border-width: 0;
}
.nav-tabs > li.active::before {
    border-width: 0;
}
.price-column:hover {
    margin-top: 0;
}
.main-point {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #efefef;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: none;
    margin-bottom: 20px;
    width: 100%;
}
.members-holder {
    float: none;
    margin: 20px auto;
    width: 80%;
}
.video-container {
    margin-bottom: 40px;
}
.img-cover h3 {
    display: none;
}
.img-thumbnail {
    margin: 0;
}
.btn-bluebg {
    margin-bottom: 20px;
    margin-right: 0;
}
#footer p, #footer li, #footer a {
    font-size: 13px;
}
.social {
    margin-bottom: 30px;
}
.copyright {
    float: none;
}
}
