/*
*    Table of Contents
*    -------------------------
*    1. Fonts
*    2. Global & Helpers
*    3. Preloader
*    4. Elements
*    5. Alternative tab slider
*    6. ShortCodes
*    7. Navigation Header
*    8. Top Hero Section
*    9. Page versions
*    10. Footer
*    11. Mobile device 767px
*    12. Mobile device 540px
*    13. Mobile device 340px
*    14. Tablet device Landscape 1024px and 768px
*    15. Tablet device Portrait 768px and 1024px
*    16. Desktop medium screen 992px and 1199px
*    17. Desktop large screen 1200px
*
*/
/* Fonts */
.thin {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

input,
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

strong {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

/* Global & Helpers */
body {
    color: #777;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    background: #fff;
    margin: 0;
    color: #777;
}

h1 {
    font-size: 36px;
    font-style: normal;
    line-height: 50px;
    font-weight: 100;
    display: block;
}

h2 {
    font-size: 31px;
    color: #22282B;
    font-weight: 300;
    display: block;
}

h3 {
    font-size: 26px;
    color: #22282B;
    font-weight: 300;
    display: block;
}

h4 {
    font-size: 28px;
    font-weight: 300;
    display: block;
}

h5 {
    font-size: 24px;
    font-weight: 300;
    display: block;
}

h6 {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.h7 {
    font-size: 17px;
    font-weight: 700;
    display: block;
}

.highlight {
    color: #61c2d0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 10px;
    line-height: 50px;
}

h5, .h5, h6, .h6, .h7 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 27px;
}

small {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}

a {
    color: #61c2d0;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #61c2d0;
    text-decoration: none;
    outline: none;
}

::selection {
    background-color: #61c2d0;
    color: #fff;
}

hr {
    width: 100%;
    border-top: 1px solid #E9E9E9;
    display: inline-block;
}

.light {
    color: #fff !important;
    background: #969696;
}

.light h2 {
    color: #fff !important;
}

.dark {
    background: #fff;
}

.center {
    text-align: center;
}

.resp-center {
    text-align: center;
}

.btn {
    border: 1px solid #fff;
    font-size: 13px;
    border-radius: 4px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px;
    min-width: 162px;
    max-width: 100%;
}

.btn:Hover, .btn.hovered {
    border: 1px solid #fff;
}

.btn:Active, .btn.pressed {
    opacity: 1;
    border: 1px solid #fff;
    border-top: 3px solid #61c2d0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.dropdown-toggle:Active, .dropdown-toggle.pressed {
    border-top: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    outline-offset: 0px;
}

.btn-default {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-default:Hover, .btn-default.hovered {
    background: #fff;
    color: #61c2d0;
    border: 2px solid #fff;
}

.btn-default:Active, .btn-default.pressed, .btn-default:focus {
    background: #fff;
    color: #61c2d0;
    border: 2px solid #fff;
}

.btn-primary {
    background: #61c2d0;
    border: 2px solid #61c2d0;
    color: #fff;
}

.btn-primary:hover, .btn-primary.hovered {
    background: #61c2d0;
    border: 1px solid #61c2d0;
    opacity: 0.9;
}

.btn-primary:Active, .btn-primary.pressed {
    background: #61c2d0;
    border: 1px solid #61c2d0;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #61c2d0;
    color: #61c2d0;
}

.btn-secondary:hover, .btn-secondary.hovered {
    background: #61c2d0;
    border: 2px solid #61c2d0;
    color: #fff;
}

.btn-secondary:Active, .btn-secondary.pressed {
    background: #61c2d0;
    border: 2px solid #61c2d0;
    color: #fff;
}

.btn-invert {
    background: #fff;
    color: #535353;
    border: 1px solid #dadfe3;
}

.btn-invert:Hover, .btn-invert.hovered {
    background: #dadfe3;
    color: #535353;
    border: 1px solid #dadfe3;
}

.btn-invert:Active, .btn-invert.pressed {
    background: #dadfe3;
    color: #535353;
    border: 1px solid #dadfe3;
}

.btn-lg {
    font-size: 18px;
    padding: 22px 40px;
}

.img-responsive-full {
    max-width: 100%;
    width: 100%;
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.section {
    min-height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.wrapper {
    width: 70%;
    margin: 0 auto;
}

.container {
    z-index: 1;
    position: relative;
}

.icon-active {
    color: #61c2d0;
}

.icon-green {
    color: #82d086;
}

.icon-red {
    color: #f57e7c;
    /*color: #e15258;*/
}

.icon-orange {
    color: #ffac69;
}

.icon-blue {
    color: #6ea0ff;
}

.icon-violet {
    color: #838CC7;
}

.gap {
    padding-bottom: 50px;
}

hr.no-margin {
    margin-top: 0px;
}

article {
    text-align: left;
}

.hiding {
    opacity: 0;
}

.visible {
    opacity: 1;
}

/* Preloader */
#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    height: 100%;
}

#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.loader {
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9;
}

.back-to-top {
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 3px;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navigation {
    background: #fafafa;
    z-index: 2;
}

.navigation-brand {
    float: left;
}

.navigation-brand:after {
    content: '';
    display: table;
}

.navigation-brand .brand-logo {
    width: 250px;
    height: 50px;
}

.navigation-brand .brand-logo .logo {
    display: block;
    height: 55px;
    background: url(../img/logo.png) center center no-repeat;
}

.fixmenu-clone .brand-logo .logo {
    background: url(../img/logo.png) left center no-repeat;
}

.navigation-brand .brand-logo h4 {
    margin-top: 15px;
}

.navigation-brand .brand-logo a {
    color: #fff;
}

.navigation-navbar {
    display: block;
}

.navigation-bar {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.navigation-bar-left {
    float: left;
}

.navigation-bar-right {
    float: right;
}

.navigation-bar > li {
    display: inline-block;
}

.navigation-bar > li a {
    padding: 5px 20px;
}

.navigation-bar > li a:Hover,
.navigation-bar > li.active a {
    text-decoration: none;
}

.navigation-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 10px 15px;
    border-radius: 4px;
    border: 1px solid #61c2d0;
    outline: none;
    background: transparent;
}

.navigation-toggle:after {
    content: '';
    clear: both;
    height: 1%;
}

.navigation-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #61c2d0;
    opacity: 0.7;
}

.navigation-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Elements */
.sub-title {
    font-weight: 300;
    color: #8D8D8D;
    padding: 0px 0px 8px 0px;
}

.well {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 20px;
}

.well h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}

.well h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.well p {
    font-size: 14px;
}

.well .icon {
    color: #61c2d0;
    font-size: 50px;
    position: absolute;
    left: 5px;
    top: 40px;
}

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 0;

}

.alert .icon {
    font-size: 28px;
    position: absolute;
    left: 15px;
    top: 13px;
}

.alert-success {
    background-color: #d8f0e4;
    color: #68a74c;
}

.alert-info {
    background-color: #e2f6fa;
    color: #4c95a4;
}

.alert-warning {
    color: #e9b168;
    background-color: #fffbf7;
    border-color: #fdd198;
}

.alert-danger {
    background-color: #fae2e2;
    color: #ad5254;
}

.close {
    font-weight: 300;
    font-size: 28px;
    color: inherit !important;
    opacity: .8;
}

.social-icons {
    margin-top: 25px;
}

.social-icons li {
    margin-bottom: 50px;
    width: 16%;
    width: 16.2%;
    text-align: center;
}

.social {
    color: #61c2d0;
    font-size: 30px
}

.fb-like {
    float: left;
    margin-right: 25px;
    margin-top: -5px;
}

/*.dropdown { font-size: 13px; line-height: 28px; text-align: left; }
.dropdown .btn { padding: 14px 14px; border-top: 2px solid #61c2d0;  }
.dropdown .caret { margin-left: 7px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; position: relative; top: -11px; }
.dropdown .caret .fa { color: #61c2d0; font-size: 16px; }
.dropdown-menu { background: #dadfe3; border:none; border-bottom: 2px solid #61c2d0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding-top: 10px; padding-bottom: 10px; -webkit-border-radius: 0 0 0 transparent; border-radius: 0 0 0 transparent; box-shadow: 0px 0px 0px transparent; }
.dropdown-menu > li > a { font-size: 15px; padding: 14px 20px; }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { background: #61c2d0; color: #fff; }*/

.long-block {
    background: #61c2d0;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 25px;
}

.long-block h2 {
    margin-bottom: 0;
    letter-spacing: -1px;
}

.long-block .icon {
    font-size: 60px;
    position: relative;
    margin-right: 15px;
    margin-top: 20px;
}

.long-block .btn-default, .long-block input {
    margin-top: 35px;
}

.panel-group {
    text-align: left;
}

.panel-group .panel {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel > .panel-heading {
    border: none;
    padding: 0;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-group .panel > .panel-heading a {
    background: #61c2d0;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 22px;
    padding: 15px;
    position: relative;
    padding-left: 50px;
}

.panel-group .panel > .panel-heading a.collapsed {
    color: #8e959c;
    background-color: #eff3f6;
}

.panel-group .panel > .panel-heading a.collapsed:Hover,
.panel-group .panel > .panel-heading a:Hover {
    background: #dadfe4;
    color: #6b7681;
}

.panel-group .panel > .panel-heading a:before {
    position: absolute;
    content: '-';
    color: #fff;
    font-weight: 300;
    left: 10px;
    top: 15px;
    font-size: 26px;
    width: 30px;
    text-align: center;
}

.panel-group .panel > .panel-heading a.collapsed:before {
    content: '+';
    color: #8e959c;
}

.panel-group .panel > .panel-heading a:before::Hover {
    color: #8e959c;
}

.panel-group .panel > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #dadfe4;
    border-top: none;
    padding: 16px 30px;
}

.panel-group .panel + .panel {
    margin-top: 8px;
}

.nav-tabs > li > a {
    font-size: 13px;
    font-weight: 700;
    color: #30353A;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 15px 30px;
}

.nav-tabs > li > a:Hover {

}

.thumb-wrapper {
    position: relative;
    display: table;
    width: 100%;
}

.thumb-wrapper .img-responsive {
    width: 100%;
    z-index: 0;
}

.thumb-wrapper .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(26, 198, 255, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: table-cell;
    padding: 15px;
    top: auto;
    vertical-align: middle;
    font-weight: 300;
}

.thumb-wrapper:Hover > .overlay {
    top: 0;
    cursor: url('../img/magnify-cur.cur');
    cursor: url('../img/magnify-cur.png') 20 20, auto;
}

/*
blockquote {
    position: relative;
    display: block;
    padding: 0 100px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    border: 0;
    font-weight: 300;
}

blockquote:before {
    font-family: "line-icons";
    position: absolute;
    color: #61c2d0;
    content: url('../img/icon/quotes-a.png');
    left: 0;
    top: 25%;
}

blockquote:after {
    font-family: "line-icons";
    position: absolute;
    color: #61c2d0;
    content: url('../img/icon/quotes-b.png');
    right: 0;
    top: 25%;
}
*/

.progress-txt {
    text-align: center;
    color: #8e959c;
}

.progress {
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #f1f1f1;
}

.progress .progress-bar {
    background-color: #61c2d0;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.table {
    border-color: #d1d8dd;
    text-align: left;
}

.table > thead > tr > th {
    border-bottom: 0;
    font-size: 13px;
    font-weight: 700 !important;
    border-color: #d1d8dd;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    font-size: 15px;
    font-weight: 300;
    padding: 15px 20px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background: #eff3f6;
}

.form .form-group + .form-group {
    margin-top: -10px;
}

.form .form-group label {
    text-align: left;
    margin-bottom: 0;
    font-weight: 300;
}

.countdown .stat-info {
    font-size: 14px;
    font-weight: 700;
    color: #61c2d0;
    text-transform: uppercase;
}

.countdown .stat {
    font-size: 100px;
    color: #61c2d0;
    font-weight: 300;
    line-height: 100px;
}

.countdown hr {
    border-top: 1px solid #d1d8dd;
    width: 90%;
    margin-bottom: 10px;
}

.countdown .counter {
    position: relative;
}

.countdown .counter:after {
    position: absolute;
    content: '\2022';
    color: #61c2d0;
    right: -19px;
    top: 105px;
}

.countdown :last-child > .counter:after {
    display: none;
}

/* Alternative tab slider */
.alt.nav-tabs {
    margin-bottom: 50px;
    border: 0;
    display: inline-block;
}

.alt.nav-tabs {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
}

.alt.nav-tabs li {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
}

.alt.nav-tabs > li.active {
    border-top: 0;
}

.alt.nav-tabs > li.active > a,
.alt.nav-tabs > li.active > a:hover,
.alt.nav-tabs > li.active > a:focus {
    font-weight: 400;
    color: #fff;
    background: #61c2d0;
}

.alt.nav-tabs > li.active > a:hover {
    border: 0;
}

.alt.nav-tabs > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #596068;
    margin-right: 0px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 60px;
}

.alt.nav-tabs > li > a:Hover {
    background: #61c2d0;
    color: #fff;
}

.alt.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left;
}

.alt.tab-content .tab-pane .btn {
    margin-top: 15px;
}

/* ShortCodes */
#shortcodes-page .container {
    width: 960px;
}

#shortcodes-page .section {
    padding-bottom: 30px;
    padding-top: 30px;
}

#shortcodes-page .header-holder {
    background: url('../img/background/intro_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 85px;
    width: 100%;
}

#sc-heading {
    margin-top: 50px;
}

#sc-heading h1, #sc-heading h2, #sc-heading h3, #sc-heading h5, #sc-heading h6 {
    margin-bottom: 15px;
}

#sc-button ul.list-inline {
    margin-bottom: 30px;
}

#sc-button ul.list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

#sc-gallery .wrapper {
    width: 90%;
}

#sc-skillbar .wrapper,
#sc-table .wrapper,
#sc-form .wrapper {
    width: 40%;
}

#sc-countdown .wrapper {
    width: 50%;
}

#sc-icons ul {
    padding: 10px 0 0;
}

#sc-icons li {
    margin: 0 7px;
}

#sc-icons .icon {
    font-size: 55px;
}

#sc-icons p a {
    text-decoration: underline;
    text-align: center;
    font-size: 13px;
    color: #3b3b3b;
    display: block;
    padding: 5px 0;
}

#sc-countdown {
    margin-bottom: 50px;
}

/* Navigation Header */
.navigation-header {
    position: absolute;
    top: 10px;
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.navigation-header .navigation-brand {
    margin-right: 70px;
    margin-top: 2px;
}

.navigation-header .navigation-bar > li {
    padding: 15px 15px;
}

.navigation-header .navigation-bar > li > a {
    font-size: 15px;
    color: #22282B;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    line-height: 13px;
}

.dropdown-menu > li > a {
    color: #22282B;
    font-size: 15px;
}

.dropdown-menu > li > a:hover {
    color: #61c2d0;
    background: #fff;
}

.navigation-header .navigation-bar > li.featured {
    padding: 15px 0;
}

.navigation-header .navigation-bar > li.featured > a {
    border: 2px solid #61c2d0;
    color: #61c2d0;
    padding: 10px 15px;
    display: inline-block;
    opacity: 1;
    border-radius: 4px;
    font-size: 15px;
}

.navigation-header .navigation-bar > li.featured > a:Hover {
    opacity: .9;
    background: #61c2d0;
    color: #fff;
}

/* Hero section */
#intro .btn-primary:hover, #intro .btn-primary.hovered {
    background: #61c2d0;
    border: 1px solid #61c2d0;
}

#intro .list-inline {
    margin: 0;
}

.text-heading {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 80px;
}

.text-heading .version {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    font-weight: 600;
    font-size: 18px;
}

.text-heading h2 {
    font-size: 17px;
    line-height: 28px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.text-heading h1 {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.text-heading p {
    font-size: 23px;
    font-weight: 300;
}

.static-header h4 {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
}

#register-page .text-heading {
    padding-top: 125px;
}

/* Header versions */
.plain-version .text-heading {
    padding-top: 15%;
}

/*
.register-version.static-header {
    background: url('../img/background/smb_owner.jpg') top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 1155px;
    position: relative;
}
*/

.register-version .text-heading {
    padding-top: 20%;
}

.video-version .text-heading {
    padding-top: 12%;
}

.form-version {
}

.register-version#intro .btn-primary, .register-version .submit-wrap {
    width: auto;
}

.register-version .signup-wrapper {
    text-align: center;
    width: auto;
}

#color-landing-page .long-block .btn-secondary {
    margin-top: 35px;
}

#color-landing-page .static-header {
    background-image: none;
    background-color: #61c2d0;
}

#color-landing-page .navigation-header .navigation-bar > li.featured > a {
    color: #fff;
    border-color: #fff;
}

#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a {
    color: #61c2d0;
    border-color: #61c2d0;
}

#color-landing-page blockquote:before {
    content: url('../img/icon/quotes-a-white.png');
}

#color-landing-page blockquote:after {
    content: url('../img/icon/quotes-b-white.png');
}

#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a:hover {
    color: #fff;
}

#color-landing-page .navigation-toggle {
    border-color: #fff;
}

#color-landing-page .navigation-toggle .icon-bar {
    background: #fff;
}

#color-landing-page .fixmenu-stick .navigation-toggle {
    border-color: #61c2d0;
}

#color-landing-page .fixmenu-stick .navigation-toggle .icon-bar {
    background: #61c2d0;
}

#color-landing-page #guarantee.light p,
#color-landing-page #guarantee {
    color: #61c2d0;
}

#color-landing-page #guarantee, #color-landing-page #features {
    background-color: #f0f0f0;
}

#color-landing-page .static-header {
    min-height: 974px;
}

#color-landing-page .inverted {
    background-image: none;
    background-color: #61c2d0;
}

#color-landing-page .inverted .btn-secondary {
    background-color: #fff;
}

#color-landing-page .inverted .btn-secondary:hover {
    color: #61c2d0;
}

#color-landing-page .inverted h2 {
    color: #fff;
}

#color-landing-page .inverted .highlight {
    color: #fff;
}

#color-landing-page .inverted .footer-content a,
#color-landing-page .inverted li .icon {
    color: #fff !important;
}

.form-register {
    background: #eff3f6;
    padding: 20px 20px;
    margin-top: 50px;
}

.form-register:after {
    content: '';
    display: block;
    clear: both;
}

.form-register .form-control {
    border-left: 3px solid #61c2d0;
}

.form-register .form-group {
    margin-bottom: 45px;
    margin-top: 20px;
}

.agree-text {
    font-size: 13px;
    line-height: 21px;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 100px;
}

.form-register-small label.error {
    display: block;
    position: absolute;
}

.form-register-small .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.checkbox {
    margin-top: 5px !important;
    margin-bottom: 0;
    display: block;
    min-height: 20px;
    vertical-align: middle;
}

.form-register-small {
    margin: 50px 0px 0px 0px;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: inline-block;
}

.form-register-small .form-control {
    height: 45px;
    border-radius: 0;
    border-left: 3px solid #61c2d0;
}

.form-register-small .form-group {
    margin-right: 10px;
}

#clients {
    background: #ededed;
    text-align: center;
}

#clients ul.list-inline {
    margin: 23px -5px;
}

#clients ul.list-inline li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #cbcbcb;
}

.static-header .text-heading {
    margin-bottom: -10px;
    z-index: 20;
}

.static-header .text-heading p {
    color: #fff;
}

.static-header .list-inline {
    padding: 30px 0;
}

.static-header .list-inline li {
    margin-left: 15px;
    margin-right: 15px;
}

.static-header .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.static-header .video-wrapper .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.static-header .video-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 755px;
    z-index: 99;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    z-index: 9;
}

.embed-container .EDGE,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container iframe {
    border: 0;
}

.section {
    padding: 40px 0;
}

.section .section-header {
    margin-top: 30px;
    margin-bottom: 80px;
}

.light .sub-heading, .light p {
    color: #fff;
}

.inverted h2 {
    color: #61c2d0;
}

.inverted blockquote {
    color: #fff;
    opacity: 0.8;
}

.inverted .sub-heading {
    color: #fff;
    opacity: 0.8
}

.inverted .fancy-line span:before, .inverted .fancy-line span:after {
    opacity: 0.3;
}

.inverted .fancy-line span {
    background: #fff;
    opacity: 0.8;
}

.sub-heading {
    font-size: 19px;
    line-height: 28px;
    color: #6f6f6f;
    font-weight: 300;
}

.fancy-line {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 30px;
}

.fancy-line span {
    display: inline-block;
    position: relative;
    background: #61c2d0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.fancy-line span:before,
.fancy-line span:after {
    content: '';
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #e4e4e4;
    top: -2px;
    width: 110px;
}

.fancy-line span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy-line span:after {
    left: 100%;
    margin-left: 15px;
}

#steps .col-sm-4 {
    position: relative;
}

#steps p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 300;
}

#steps .col-sm-4 .icon {
    position: absolute;
    font-size: 50px;
    top: 10px;
    right: 0;
    margin-right: -25px;
    color: #DDDDDD;
}

#about {
    padding: 90px 0px 0px 0px;
}

#process {
    padding: 20px 0px 90px 0px;
}

#services-header h1 {
    padding-top: 30px;
    color: #fff;
    margin-bottom: 0;
}

#services-header h2 {
    color: #fff;
    font-size: 24px;
}

#services .map {
    background: url('../img/services/map.png') no-repeat top center;
}

.outline-panel {
    padding: 15px;
    border-radius: 4px;
    border: 2px solid #ededed;
    line-height: 20px;
}

.outline-panel h6 {
    margin: 0 0 15px 0;
    font-size: 14px;
}

.filter-panel hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hint {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    line-height: 16px;
}

.howitworks {
    font-size: 81px;
    vertical-align: middle;
    color: #61c2d0;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.benefit-icons {
    border: 2px solid #61c2d0;
    padding: 15px 15px 5px 15px;
    font-size: 50px;
    border-radius: 100px;
    color: #61c2d0;
    margin-bottom: 10px;
}

.benefit-icons-red {
    color: #ff8989;
    border-color: #ff8989;
}

.benefit-icons-yellow {
    color: #fdd198;
    border-color: #fdd198;
}

.benefit-icons-violet {
    color: #838CC7;
    border-color: #838CC7;
}

.benefit-icons-green {
    color: #82d086;
    border-color: #82d086;
}

.benefit-icons-lila {
    color: #d791fc;
    border-color: #d791fc;
}

.benefit-icons-blue {
    color: #6ea0ff;
    border-color: #6ea0ff;
}

.benefit-icons-enterprise {
    color: #3F4B5A;
    border-color: #3F4B5A;
}

.small-hint {
    font-size: 13px;
}

#editions {
    padding: 40px 0;
}

.edition-panel {
    padding: 30px 15% 50px;
}

.edition-panel .edition-icon {
    margin: 10px 0 6px 0;
}

.edition-panel .icon {
    font-size: 63px;
}

.edition-panel .edition-details a {
    color: #000000;
}

.edition-panel .edition-details a:hover {
    color: #000000;
    text-decoration: underline;
}

.edition-panel .edition-details hr {
    margin-top: 10px;
    margin-bottom: 4px;
}

.edition-panel .edition-panel-container {
    min-height: 500px;
}

.edition-title {
    font-size: 21px;
    font-weight: 300;
}

.edition-title .label {

}

.edition-disabled {
    color: #cccccc !important;
}

.label-success {
    background-color: #61c2d0;
}

.label-commercial {
    background-color: #475a71;
}

#feedback {
    background: url('../img/background/intro_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

#feedback.section .section-header {
    margin-bottom: 30px;
}

#feedback-controls {
    background: #fff;
    padding: 10px 0px 0px 0px;
}

/* Testimonials slider */
.flexslider {
    margin-bottom: 30px;
}

.flexslider ul, ol {
    list-style: none;
    padding: 0;
}

.flex-manual .wrap {
    padding: 0px;
}

.flex-manual .switch {
    padding: 15px 0px;
    margin: 0px 0px 0px 30px;
}

.flex-manual .switch {
    opacity: 0.75;
    height: 75px;
    text-align: left;
}

.flex-active > .img-circle {
    border-color: #fff;
}

.flex-manual .switch.flex-active, .flex-manual .switch:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.flex-manual .switch.flex-active .highlight, .flex-manual .switch:hover .highlight {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
    color: #61c2d0;
}

.flex-manual .switch.flex-active p, .flex-manual .switch:hover p {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
    color: #525252;
}

.flex-manual, .flex-manual .switch {
    height: 120px;
}

.flex-manual {
    margin-top: 15px;
    border-bottom: 1px solid #E9E9E9;
}

.switch.flex-active {
    border-bottom: 1px solid #61c2d0;
}

.switch p, .switch .highlight {
    color: #dbdbdb;
}

.switch p {
    padding: 12px 0px 0px 80px;
    font-size: 12pt;
}

.switch img {
    line-height: 70px;
    vertical-align: middle;
}

.flex-manual .switch.flex-active .name {
    color: #61c2d0;
}

.package-column, .package-details {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.package-column {
    border: 2px solid #ededed;
    border-radius: 3px;
}

.package-column:hover {
    background: #61c2d0;
    border-color: #61c2d0;
}

.package-column:hover > .package-price {
    background: rgba(71, 72, 76, 0.2);
}

.package-column:hover > .package-detail ul li {
    border-color: rgba(255, 255, 255, 0.3);
}

.package-column:hover > .package-price .price,
.package-column:hover > .package-price .period,
.package-column:hover > .package-title,
.package-column:hover > .package-detail i,
.package-column:hover > .package-detail p,
.package-column:hover > .package-detail ul li {
    color: #fff;
}

.package-column.featured {
    background: #61c2d0;
}

.package-column.featured > .package-price {
    background: rgba(71, 72, 76, 0.2);
}

.package-column.featured > .package-price .price,
.package-column.featured > .package-price .period,
.package-column.featured > .package-title,
.package-column.featured > .package-detail ul li {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.package-column.featured > .package-detail .btn.btn-secondary, .package-column:hover > .package-detail .btn.btn-secondary {
    color: #fff;
    border-color: #fff !important;
}

.package-detail .btn.btn-secondary:hover {
    color: #61c2d0 !important;
    background: #fff !important;
    border-color: #fff !important;
}

.package-column .package-title {

    font-size: 21px;
    padding: 20px 0 18px;
    font-weight: 300;
}

.package-column .package-price {
    background: rgba(171, 172, 179, 0.1);
    padding: 15px;
}

.package-column .package-price .price {
    color: #61c2d0;
    font-size: 110px;
    font-weight: 300;
    line-height: 110px;
    position: relative;
}

.package-column .package-price .currency {
    font-size: 47px;
    line-height: 47px;
    font-weight: 300;
    position: relative;
    top: -40px;
}

.package-column .package-price .period {
    font-size: 15px;
    color: #61c2d0;
    text-transform: uppercase;
}

.package-column .package-detail {
    padding: 30px 15% 50px;
}

.package-column .package-detail ul {
    margin-bottom: 30px;
}

.package-column .package-detail ul li {
    font-weight: 300;
    font-size: 16px;
    color: #47484c;
    border-bottom: 1px solid #dadfe3;
    padding: 15px 0;
}

.package-column .package-detail ul li:last-child {
    border-bottom: none;
}

/*
.package-column.featured { background: #f3f3f3; }
.package-column.featured .package-title { color: #47484c; }
.package-column.featured .package-price { background: #47484c; }
.package-column.featured .package-price .price { color: #61c2d0; }
.package-column.featured .package-detail ul li { color: #47484c; }
*/

.package-column.disabled {
    background: #fafafa;
}

.package-column.disabled .package-title {
    color: #8b8b8b;
}

.package-column.disabled .package-price {
    background: #e0e0e0;
}

.package-column.disabled .package-price .price {
    color: #afafaf;
}

.package-column.disabled .package-detail ul li {
    color: #8b8b8b;
}

.package-column.disabled .package-detail .btn {
    color: #dadfe3;
    background: transprarent;
    color: #A5A5A5;
    border: 1px solid #A5A5A5;
}

#features {
    background: #f0f0f0;
    padding: 0px 0px 30px 0px;
    margin-bottom: 50px;
}

#featuredTab {
    position: relative;
    margin-top: 160px;
}

#featuredTab li {
    display: block;
    position: relative;
}

#featuredTab li > a {
    display: block;
}

#featuredTab li > a:after {
    content: '';
    clear: both;
    display: block;
}

#featuredTab li > a .tab-info {
    float: left;
    text-align: left;
    display: block;
    width: 346px;
    padding: 25px 28px;
    position: relative;
    z-index: 2;
}

#featuredTab li > a .tab-icon {
    float: right;
    text-align: right;
    display: block;
    width: 113px;
    position: relative;
    z-index: 2;
}

#featuredTab li > a .tab-info .tab-title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: #61c2d0;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#featuredTab li > a .tab-info .tab-desc {
    font-size: 15px;
    line-height: 28px;
    color: #5f5f5f;
    font-weight: 300;
    display: block;
}

#featuredTab li > a .icon {
    font-size: 50px;
    padding: 21px 7px;
    display: block;
    padding: 46px 28px;
}

/*
#featuredTab li.active { margin-top: -1px; padding-bottom: 2px; }
*/
#featuredTab li.active > a .tab-info {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #61c2d0;
}

#featuredTab li.active > a .tab-icon {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    background: #61c2d0;
}

#featuredTab li.active > a .tab-info .tab-title,
#featuredTab li.active > a .tab-info .tab-desc,
#featuredTab li.active > a .icon {
    color: #fff;
}

#featuredTab li a .tab-info:after,
#featuredTab li a .tab-icon:after {
    content: '';
    width: 99%;
    border-bottom: 1px solid #dadfe3;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#featuredTab li a .tab-icon:after {
    left: 0;
    right: auto;
}

#featuredTab li:last-child a .tab-info:after,
#featuredTab li:last-child a .tab-icon:after,
#featuredTab li.active a .tab-info:after,
#featuredTab li.active a .tab-icon:after {
    display: none;
}

#featuredTab .tab-content .tab-pane {
    border: none;
    padding: 0;
}

#features-list {
    padding: 90px 0;
}

#features-list article {
    margin: 0px 0px 60px 0px;
    padding: 0px 10px;
}

#features-list article .icon {
    font-size: 3.3em;
}

#features-list article p {
    font-size: 15px;
    color: #8A8A8A;
}

#features-list article:hover .icon {
    opacity: 0.6;
}

#features-list .h7 {
    margin: 12px 0px 13px 0px;
}

#newsletter {
    background: #61c2d0;
}

#NewsletterEmail {
    padding: 5px 15px;
    height: 50px;
}

#marketplace-header {
    padding: 40px 0;
    /*background: url('../img/marketplace/marketplace_background.jpg') no-repeat center bottom;*/
    /*    background: url('../img/background/intro_background.jpg') no-repeat center bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/

}

#marketplace-header .section-header {
    margin-bottom: 40px;
}

#service-header {
    /*background: url('../img/background/intro_background.jpg') no-repeat center bottom;*/
    background: url('../img/background/intro_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#subscribe input {
    margin-right: 8px;
}

#response {
    display: block;
    text-align: center;
    position: absolute;
    margin-left: 7%;
}

#subscribe .form-control {
    border: none;
    border-radius: 3px;
}

label {
    font-weight: 400;
}

#team .thumb-wrapper .overlay {
    background: rgba(26, 198, 255, 0.5);
    top: 0px;
}

#team .thumb-wrapper .socials {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: table-cell;
    padding: 15px;
    top: 43%;
    vertical-align: middle;
    font-weight: 300;
}

#team .thumb-wrapper .socials a {
    margin: 0px 15px;
    font-size: 30px;
    color: #fff;
}

#team .thumb-wrapper:hover .overlay {
    top: 0;
    cursor: pointer;
    background: rgba(26, 198, 255, 0);
    cursor: pointer 20 20, auto;
}

#team .thumb-wrapper:hover .socials {
    opacity: 1;
}

#team .thumb-wrapper .socials a :hover {
    color: #61c2d0;
}

#team .thumb-wrapper p {
    color: #696969;
}

#team .h7 {
    margin-top: 25px;
    margin-bottom: 0;
}

#awards {
    overflow: hidden;
    padding-top: 0px;
}

#awards .list-inline > li {
    padding-left: 30px;
    padding-right: 30px;
}

#awards .list-inline > li a:hover {
    opacity: 0.7;
}

/* Footer */
/*.footer {
    background: #293644;
    color: #ababab;
    font-weight: 300;
    padding: 0px;
}

.footer p, .footer li {
    color: #fff;
}

.footer p {
    font-size: 15px;
    line-height: 24px;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .logo-wrapper {
    margin-bottom: 20px;
}

.footer .footer-content {
    padding: 55px 0 15px;
}

.footer .footer-title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    margin-bottom: 25px;
}

.footer .list-inline {
    text-align: right;
    margin: 0 auto;
}

.footer .list-inline li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.footer .list-inline li .icon {
    color: #ffffff;
    font-size: 50px;
}

.footer .list-unstyled li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}

.footer .list-unstyled li .icon {
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 20px;
}

.copyright {
    text-align: left;
    background: #11222e;
    color: #757780;
    font-size: 13px;
    padding: 0px;
    font-weight: 300;
    padding: 20px 0;
}

.copyright a {
    color: #757780;
}

.footer .socials a:hover {
    text-decoration: none;
    opacity: 0.7;
}*/

#footer {
    color: #ffffff;
    background-color: #293644;
    font-size: 16px;
    font-weight: 300;
    padding: 50px 0;
}

#footer .footer-project .top {
    border-top: 3px solid #61c2d0;
    font-weight: 400;
    background: none;
    padding: 0 10px;
}

#footer .footer-services .top {
    border-top: 3px solid #497689;
    font-weight: 400;
    background: none;
    padding: 0 10px;
}

#footer .footer-legal .top {
    border-top: 3px solid #475a71;
    font-weight: 400;
    background: none;
    padding: 0 10px;
}

#footer h4 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ffffff;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    padding: 3px 0;
}

#footer ul li a {
    color: #8d979e;
}

#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
    color: #ffffff;
}

#footer-bottom {
    background-color: #11222e;
    color: #757780;
    height: 80px;
    padding: 30px 0;
    font-size: 13px;
}

#footer-bottom .fa {
    margin-right: 20px;
}

#footer-bottom .fa.social {
    font-size: 17px;
}

#footer-bottom a .social {
    color: #fff !important;
}

.rev-big {
    font-size: 58px;
    font-weight: 300;
    color: #fff;
}

.rev-normal {
    font-size: 23px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
}

.rev-big span,
.rev-normal span {
    color: #61c2d0;
}

.tp-caption a {
    color: #fff;
}

.tp-caption a:Hover {
    color: #fafafa;
}

.tp-caption .list-inline li {
    margin-left: 15px;
    margin-right: 15px;
}

.fixmenu-clone {
    position: fixed;
    top: 0;
    left: 0;
    height: 61px;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    /*    -webkit-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
        -moz-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
        box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);*/
    border-bottom: 1px solid #eeeeee;
}

.fixmenu-stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.fixmenu-unstick {
}

.fixmenu-clone.navigation-header .navigation-bar > .featured > a {
    color: #61c2d0;
}

.fixmenu-clone.navigation-header .navigation-bar > .featured > a:hover {
    color: #fff !important;
}

.fixmenu-clone.navigation-header .open .navigation-bar > li > a {
    color: #22282B;
}

.fixmenu-clone.navigation-header .open .navigation-bar > .featured > a {
    color: #61c2d0;
}

.fixmenu-clone.navigation-header .navigation-bar > li > a:Hover,
.fixmenu-clone.navigation-header .navigation-bar > li.active > a {
    color: #61c2d0;
}

.fixmenu-clone.navigation-header .navigation-brand {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-right: 15px;
    margin-left: -15px;
}

.fixmenu-clone.navigation-header .navigation-toggle {
    border: 1px solid #61c2d0;
    opacity: 1;
}

.fixmenu-clone.navigation-header .navigation-toggle .icon-bar {
    background: #61c2d0;
}

.modal h1, h2, h3, h4, h5 {
    margin-top: 0px;
    color: #22282B;
}

.modal-dialog {
    margin-top: 30px;
}

.modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
    border: none;
}

.modal-dialog-extra-small {
    width: 400px;
}

.modal-dialog-small {
    width: 500px;
}

.modal-dialog-normal {
    width: 600px;
}

.modal-dialog-medium {
    width: 768px;
}

.modal-dialog-large {
    width: 900px
}

@media screen and (max-width: 920px) {
    .modal-dialog-large {
        width: auto !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

.modal-footer {
    text-align: center;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-panel {
    background-color: #7191a8;
    /*border: 2px solid #f4f4f4;*/
    padding: 20px;
    border-radius: 4px;
    color: #fff;
}

.sidebar-panel p {
    color: #fff;
}

.form-control {
    border-radius: 4px;
    border: 2px solid #ededed;
    box-shadow: none;
}

.form-control:focus {
    border: 2px solid #61c2d0;
    box-shadow: none;
}

.form-control-demo-input {
    height: auto;
    font-size: 18px;
    padding: 10px 15px;
}

.form-control.error {
    border-color: #ff8989;
}

.form-control.form-search {
    border-radius: 30px;
    background-image: url('../img/icon_search16x16.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding-left: 34px;
}

.form-modules-search .form-button-search {
    position: absolute;
    top: 2px;
    right: 17px;
    border-radius: 30px;
    background: #ededed;
    color: #7a7a7a !important;
    padding: 4px 12px;
    font-size: 12px;
    min-width: 10px;
    text-transform: none;
    font-size: 12px;
    line-height: 1.5;
}

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/select_arrow.png') !important;
    background-repeat: no-repeat;
    background-position: right 13px;

    overflow: hidden;
    width: 120%;

}*/

.errorMessage {
    color: #ff8989;
}

.fa {
    width: 20px;
}

.caret {
    margin-left: 3px;
    margin-bottom: 4px;
}

.dropdown-menu {
    border: none;
}

.label-info {
    background-color: #61c2d0;
}

.label-default {
    background-color: #ededed;
    color: #7a7a7a;
}

.label-danger {
    background-color: #f57e7c;
}

.label-enterprise {
    background-color: #3F4B5A;
}

.label {
    padding: 2px 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.short-description {
    font-size: 14px;
}

.module-markdown, .module-markdown p {
    /*line-height: 20px;*/
    font-weight: 400;
}

.module-markdown {
    margin-top: 24px;
}

.module-markdown h2:not(:first-child), .module-markdown h3:not(:first-child) {
    padding-top: 24px;
}

.module-markdown h1, .module-markdown h2, .module-markdown h3 {
    color: #22282B;
    display: block;
    line-height: inherit;
}

.module-markdown h1 {
    font-size: 24px;
}

.module-markdown h2 {
    font-size: 20px;
}

.module-markdown h3 {
    font-size: 18px;
}

.module-markdown p, .module-markdown ul {
    /* margin-bottom: 20px; */
}


.module-info-box {
    margin-top: 20px;
    /*padding: 10px;
           background-color: #f7f7f7;
            border: 1px solid rgba(0,0,0,0.15);*/
    border-radius: 3px;
}

#newsletter-signup-response {
    position: absolute;
    left: 0;
}

#newsletter-signup .btn {
    margin-bottom: 0;
}

#newsletter-signup-response .errorMessage {
    color: #fff !important;
    margin-top: 10px;
    background-color: #ff8989;
    border-radius: 3px;
    padding: 0 5px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

#newsletter-signup-successful {
    margin-top: 10px;
    font-weight: 200;
    font-size: 18px;
    position: absolute;
    left: 0;
    margin-left: 30px;
}

#signup-form {
    text-align: center;
    position: relative;
}

.social-buttons {
    text-align: left;
    padding: 10px 0 10px 0;
}

/* Marketplace */

.module-entry {
    border-top: 1px solid #ededed;
    padding: 20px 0 0 0;
    font-size: 14px;
    font-weight: 300;
}

.module-entry .media-body p {
    line-height: 1.4;
    font-size: 14px;
    color: #666;

}

.module-entry .pull-left {
    margin-right: 20px;
}

.module-entry .media-heading {
    font-size: 16px;
    font-weight: 700;
}

.module-entry .module-data {
    font-size: 12px;
    line-height: 1.6;
}

.module-entry ul.module-meta {
    list-style: none !important;
    font-size: 12px;
    padding: 0;

}

.module-entry ul.module-meta li {
    float: left;
    margin: 0 15px 0 0 !important;
    text-indent: 0;
    min-height: 19px;
}

.module-entry .media-heading a {
    color: #22282B;
    font-weight: 400;
}

.pagination-container {
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    color: #1d1d1d;
    font-size: 12px;
}

.pagination > li > a:hover {
    color: #1d1d1d;
}

.pagination > li > a:hover {
    color: #1d1d1d;
    background-color: #f1f1f1;
}

.pagination > li.selected > a {
    background-color: #f1f1f1;
}

.marketplace .media-heading {
    color: #22282B;
}

.marketplace-module-entry {
    border: 1px solid #dae2e6;
    background-color: #f7fafc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 220px;
}

.btn-secondary-sm, .btn-primary-sm {
    padding: 5px 8px;
    min-width: 0;
    font-size: 10px;
    margin-top: 8px;
}

.marketplace.modules {
    /*    border-radius: 4px;
        border: 1px solid #ddd;*/
}

.marketplace .module-entry {
    /*background-color: #f7f7f7;*/
    border: 2px solid #e5e5e5;
    padding: 20px;
    border-radius: 3px;
    padding: 30px 10px 10px 10px;
    min-height: 300px;
    margin-bottom: 30px;
    text-align: center;

}

.marketplace.modules ul {
    padding: 0;
}

.marketplace.modules ul li {
    list-style: none;
    padding: 30px 10px 10px 10px;
    margin: 10px;
    float: left;
    width: 31%;
    min-height: 300px;
    background-color: #f7f7f7;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 4px;
}

.marketplace-badge-alpha {

    border: 1px solid #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 5px;
    border-radius: 3px;
}

.module-screenshots {
    background-color: #f7f7f7;
    height: 300px;
    overflow-y: auto;
    border-radius: 3px;
}

.module-screenshots .empty {
    text-align: center;
    padding: 130px 0;
    color: #999;
}

.module-screenshots .screenshots-container {
    padding: 10px 0px 10px 10px;
}

.module-screenshots .screenshots-container img {
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #ccc;
    float: left;
}

.module-tags .tag {
    margin-top: 5px;
    border-radius: 2px;
    padding: 4px 8px;
    text-transform: uppercase;
    background: #ededed;
    color: #7a7a7a;
    font-size: 12px;
}

.module-installation {
    font-style: italic;
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

h4.media-heading small {
    font-size: 55%;
}

/*
.table-marketplace {
    border-collapse:separate;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.table-marketplace tbody tr td {
    border-right: 1px solid #ddd;
}

.table-marketplace tbody tr td:first-child {
    border-bottom: none;
}
*/

/* Mobile device 767px */
@media (max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 25px;
    }

    .fixmenu-clone {
        background: transparent;
    }

    .static-header, #newsletter, #feedback, .footer {
        background-size: auto !important;
        background-size: auto !important;
        background-position: bottom left;
        background-attachment: scroll !important;
    }

    .list-inline img {
        max-width: 35%;
    }

    .navigation .container {
        padding: 0;
    }

    .navigation-brand {
        float: none;
        margin-right: 0 !important;
    }

    .navigation-brand .brand-logo {
        padding: 0;
        margin-left: 15px;
        float: left;
    }

    .navigation-header .navigation-brand {
        margin: 0px 0px 0px 0px;
    }

    .navigation-bar > li,
    .navigation-bar > li a {
        display: block;
    }

    .navigation-navbar {
        overflow: hidden;
        height: 0;
        display: block;
        background: #fff;
        text-align: center;
    }

    .navigation-navbar.open {
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 0;
    }

    .navigation-brand:after {
        content: '';
        clear: both;
    }

    .navigation-bar-left, .navigation-bar-right {
        float: none;
    }

    .navigation-header .navigation-bar > li,
    .navigation-header .navigation-bar > li.featured {
        padding: 5px 15px;
    }

    .navigation-header .navigation-bar > li.featured > a {
        padding: 0px 25px;
    }

    .navigation-header .navigation-bar > li.featured > a:Hover {
        border-bottom: 1px solid #61c2d0;
    }

    .navigation-header .navigation-bar > li > a {
        padding: 0px;
        z-index: 999;
        display: block;
        position: relative;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .navigation-header .navigation-bar > li > a:Hover,
    .navigation-header .navigation-bar > li.active > a {
        color: #61c2d0;
        border-bottom: 2px solid transparent;
    }

    .nav-tabs .btn {
        margin: 0px 10px 25px 0px;
    }

    .wrapper {
        width: 100%;
    }

    .register-version .signup-wrapper {
        max-width: 750px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .register-version#intro .btn-primary {
        width: 100%;
    }

    .form-register-small {
        display: block;
    }

    .form-register .form-group label.error {
        text-align: right;
    }

    .flex-manual, .flex-manual .switch {
        height: 150px;
    }

    .switch p {
        padding-top: 0;
    }

    #sc-gallery .wrapper {
        width: 100%;
    }

    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper {
        width: 100%;
    }

    #sc-countdown .wrapper {
        width: 100%;
    }

    #sc-button ul.list-inline > li {
        display: block;
        margin-bottom: 8px;
    }

    .social-icons li {
        width: 15%;
    }

    #sc-dropsocial .row > :first-child {
        padding-bottom: 40px;
        text-align: center;
    }

    .dropdown .btn {
        width: 100%;
    }

    .dropdown-menu {
        position: relative;
        float: none;
        left: auto;
    }

    .social-icons {
        margin-top: 0;
    }

    .long-block {
        text-align: center;
    }

    .long-block .icon {
        top: 0;
        margin-bottom: 20px;
        margin-right: 0;
        display: block;
    }

    .long-block .pull-left {
        float: none !important;
    }

    .long-block .btn.btn-default {
        margin-left: auto;
        margin-right: auto;
    }

    .table > thead > tr > th, .table > tbody > tr > td {
        padding: 15px;
    }

    .thumb-wrapper {
        width: 100%;
        margin-bottom: 5px;
    }

    blockquote:before {
        top: 10%;
    }

    blockquote:after {
        top: 90%;
    }

    .text-heading {
        padding-top: 150px;
    }

    .form-register {
        margin-top: 50px;
    }

    .form-register .form-group {
        margin-bottom: 10px;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-register .form-group label {
        line-height: 30px;
        margin-top: 15px;
        text-align: left;
    }

    .form-register-small label.error {
        display: inline-block;
        position: relative;
    }

    .form-register-small .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .text-heading h1 {
        font-size: 44px;
    }

    .text-heading p {
        font-size: 18px;
        line-height: 24px;
    }

    .text-heading .btn {
        margin-bottom: 30px;
    }

    #landing-page .static-header {
        min-height: 850px;
    }

    .static-header .video-container {
        max-width: 98%;
    }

    .long-block h2 {
        font-size: 36px;
    }

    #steps .col-sm-4 .icon,
    .sub-heading br {
        display: none;
    }

    #steps .col-sm-4 article {
        padding-bottom: 30px;
    }

    .logos li {
        display: inline;
        padding: 10px !important;
    }

    #process .pull-right {
        float: none !important;
    }

    #process article {
        padding-top: 0;
    }

    #process .col-sm-6 {
        padding-bottom: 0;
    }

    #featuredTab {
        margin-top: 0;
    }

    #featuredTab li {
        display: inline-block;
        width: 32%;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 20px;
    }

    #featuredTab li.active {
        margin-top: 0;
        padding-bottom: 0;
    }

    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after,
    #featuredTab li a .tab-icon:after
    #featuredTab li.active > a:after {
        display: none;
    }

    #featuredTab li > a .tab-info {
        width: 100%;
        padding: 15px;
        line-heigh: 18px;
    }

    #featuredTab li > a .tab-info .tab-desc {
        line-height: 22px;
    }

    #featuredTab li.active a .tab-info {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

    #featuredTab li > a .tab-icon {
        display: none;
    }

    #featuredTab .tab-content {
        padding: 0;
        border: none;
        z-index: 1;
    }

    #featuredTab .tab-content .tab-pane {
        text-align: center;
    }

    .package-column {
        margin-bottom: 30px;
    }

    #team .thumb-wrapper .socials {
        top: 145%;
        padding: 0;
        opacity: 1;
    }

    #team .thumb-wrapper .socials a {
        margin: 0px 10px;
        font-size: 20px;
        color: #61c2d0;
    }

    #team .thumb-wrapper .overlay {
        background: transparent;
    }

    .footer-content > div {
        margin-bottom: 30px;
    }

    .footer-content > div:last-child {
        margin-bottom: 0;
    }

    .footer .list-inline li .icon {
        font-size: 30px;
    }

    .footer .footer-title {
        text-align: left;
    }

    .footer .list-inline {
        text-align: left;
    }

    .social-wrap {
        display: block;
        height: 80px;
    }

    .social-wrap > ul {
        float: left;
    }

    .social-wrap:after {
        clear: both;
    }

    #guarantee h2, #guarantee p {
        text-align: center;
    }
}

/* Mobile device 540px */
@media (max-width: 540px) {
    .revo #main-slider .list-inline {
        display: none !important;
    }

    .static-header, #newsletter, #feedback, .footer {
        background-size: auto !important;
        background-size: auto !important;
        background-position: top center;
        background-attachment: scroll !important;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 35px 0;
    }

    .revo #main-slider .rev-big, .revo #main-slider .rev-normal {
        display: none;
    }

    .static-header, #newsletter, #feedback, .footer {
        background-size: auto !important;
        background-size: auto !important;
        background-position: top center;
        background-attachment: scroll !important;
    }

    #landing-page .static-header {
        min-height: 570px;
    }

    #color-landing-page .static-header {
        min-height: 570px;
    }

    .video-version .text-heading {
        padding-top: 35%;
    }

    #register-page .text-heading {
        padding-top: 65px;
    }

    .text-heading {
        padding-top: 85px;
    }

    .text-heading h1 {
        font-size: 35px;
    }

    .text-heading .btn {
        margin-bottom: 10px;
    }

    .plain-version .text-heading {
        padding-top: 30%;
    }

    #about {
        padding: 40px 0px 0px 0px;
    }

    .alt.nav-tabs > li > a {
        padding: 15px 12px;
    }

    .alt.tab-content .tab-pane {
        padding-bottom: 15px;
    }

    .alt.tab-content .tab-pane .btn {
        margin-top: 0px;
    }

    .countdown .stat {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown .stat-info {
        font-size: 12px;
    }

    .countdown .counter:after {
        top: 45px;
    }

    .tab-content .btn {
        margin: 0px 0px 15px 0px;
    }

    .logos li {
        display: inline;
        padding: 10px !important;
    }

    .section-content article {
        text-align: center;
    }

    #featuredTab li.active > a .tab-info {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #featuredTab li > a .tab-info .tab-title {
        font-size: 15px;
    }

    #featuredTab li > a .tab-info .tab-desc {
        font-size: 14px;
    }

    #features {
        margin-bottom: 0px;
    }

    .flex-manual .switch {
        margin: 0px 0px 0px 0px;
    }

    blockquote {
        padding: 0px 35px;
        font-size: 14px;
        line-height: 25px;
    }

    #subscribe input {
        margin-right: 0px;
    }

    #team .member {
        padding-bottom: 50px;
    }

    #team .thumb-wrapper .socials {
        top: 150%;
        padding: 0;
        opacity: 1;
    }

    #team .thumb-wrapper .socials a {
        margin: 0px 5px;
        font-size: 17px;
        color: #61c2d0;
    }

    #team .h7 {
        margin-top: 7px;
    }

    .form .form-group {
        margin-bottom: 15px;
    }

    .long-block {
        padding-top: 10px;
        padding-bottom: 35px;
    }

    .long-block .btn-default, .long-block input {
        margin-top: 20px;
    }

    #response {
        margin-left: 22%;
        margin-top: 5px;
        font-size: 80%;
    }

    #guarantee p {
        margin-top: 7px;
    }

    .footer .footer-title {
        text-align: left;
    }

    .footer .list-inline {
        text-align: left;
    }

    .social-wrap {
        display: block;
        height: 140px;
    }

    .social-wrap > ul {
        float: left;
    }

    .social-wrap:after {
        clear: both;
    }

    .flex-manual {
        border-bottom: 0px solid #E9E9E9;
    }

    .flex-manual, .flex-manual .switch {
        height: 100px;
    }

    .form-register-small .submit-wrap {
        text-align: center;
        margin-top: 15px;
    }

    .form-register-small {
        padding: 15px 10px;
        display: block;
        margin-top: 30px;
    }

    .form-register-small .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .footer .footer-content {
        padding: 35px 0 15px;
    }

}

/* Mobile device 340px */
@media (max-width: 340px) {
    .navigation-brand .brand-logo {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-left: -10px;
    }

    .nav-tabs .btn {
        margin: 0px 10px 25px 0px;
    }
}

/* Tablet device Landscape 1024px and 768px */
@media (max-width: 1024px) and (min-width: 768px) {
    p {
        font-size: 14px;
        line-height: 25px;
    }

    .navigation-header .navigation-brand {
        /*        margin-right: 0;
                width: 100%;
                float: none;
                margin-bottom: -10px;
                margin-top: 0;*/
    }

    .navigation-header .navigation-brand, .fixmenu .navigation-brand {
        /*display: none !important;*/
    }

    .navigation-header .navigation-bar > li {
        padding: 15px 5px;
    }

    #landing-page .plain-version.static-header {
        min-height: 460px;
    }

    #color-landing-page .static-header {
        min-height: 770px;
    }

    .video-version .text-heading {
        padding-top: 20%;
    }

    .text-heading {
        padding-top: 95px;
    }

    .wrapper {
        width: 90%;
    }

    .static-header, #newsletter, #feedback, .footer {
        background-size: auto !important;
        background-size: auto !important;
        background-position: top center;
        background-attachment: scroll !important;
    }

    .list-inline img {
        max-width: 90%;
    }

    #clients ul.list-inline li {
        padding-left: 15px;
        padding-right: 15px;
    }

    #sc-gallery .wrapper {
        width: 100%;
    }

    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper {
        width: 60%;
    }

    #sc-countdown .wrapper {
        width: 80%;
    }

    .register-version .signup-wrapper {
        max-width: 750px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .register-version .form-register-small {
        padding: 15px 15px;
    }

    .register-version#intro .btn-primary, .register-version .submit-wrap {
        width: 100%;
    }

    .register-version .submit-wrap {
        width: 100%;
        margin-top: 7px;
    }

    .register-version .signup-wrapper {
        text-align: left;
    }

    .register-version .signup-wrapper #fullname {
        width: 273px;
    }

    .register-version .signup-wrapper .password-wrapper {
        margin-right: 0;
    }

    .register-version .signup-wrapper .password-wrapper .form-control {
        width: 177px;
    }

    .social-icons {
        margin-left: 25px;
    }

    .social-icons li {
        width: 15%;
    }

    .long-block {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 35px;
    }

    .long-block, .long-block article {
        text-align: center;
    }

    .long-block .icon {
        top: 0;
        margin-bottom: 20px;
        margin-right: 0;
        display: block;
    }

    .long-block .pull-left {
        float: none !important;
    }

    .long-block .btn.btn-default {
        margin-left: auto;
        margin-right: auto;
    }

    .alt.tab-content .tab-pane {
        padding-bottom: 20px;
    }

    #landing-page .static-header h1 {
        font-size: 48px;
    }

    #landing-page .static-header {
        min-height: 775px;
    }

    .static-header .video-container {
        max-width: 442px;
    }

    #featuredTab {
        margin-top: 0;
    }

    #featuredTab li {
        display: inline-block;
        width: 33%;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 20px;
    }

    #featuredTab li.active {
        margin-top: 0;
        padding-bottom: 0;
    }

    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after,
    #featuredTab li a .tab-icon:after
    #featuredTab li.active > a:after {
        display: none;
    }

    #featuredTab li > a .tab-info {
        width: 100%;
    }

    #featuredTab li.active > a .tab-info {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #featuredTab li > a .tab-icon {
        display: none;
    }

    #featuredTab .tab-content {
        padding: 0;
        border: none;
        z-index: 1;
    }

    #featuredTab .tab-content .tab-pane {
        text-align: center;
    }

    .package-column .package-detail {
        height: 400px;
    }

    .package-column .package-price .price {
        font-size: 80px;
    }

    .switch p {
        padding: 0px 0px 0px 80px;
        font-size: 10pt;
    }

    #team .thumb-wrapper .socials {
        top: 145%;
        padding: 0;
        opacity: 1;
    }

    #team .thumb-wrapper .socials a {
        margin: 0px 10px;
        font-size: 20px;
        color: #61c2d0;
    }

    #team .thumb-wrapper .overlay {
        background: transparent;
    }

    #response {
        margin-left: 40%;
    }

    #guarantee h2, #guarantee p {
        text-align: center;
    }

}

/* Tablet device Portrait 1024px and 768px */
@media (max-width: 1024px) and (orientation: portrait) {

    p {
        font-size: 14px;
        line-height: 25px;
    }

    .btn {
        padding: 15px 35px;
    }

    #team .thumb-wrapper .socials {
        top: 152%;
    }

    .footer .list-inline li .icon {
        font-size: 35px;
    }

    .register-version .signup-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media (max-width: 1024px) {

    .static-header, #newsletter, #feedback, .footer {
        background-size: auto !important;
        background-size: auto !important;
        background-position: top center;
        background-attachment: scroll !important;
    }
}

@media (max-width: 992px) {
    .module-entry .module-data {
        width: 140px;
    }
}

/* Desktop medium screen 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .package-column .package-detail {
        height: 425px;
    }

    .long-block, .long-block article {
        text-align: center;
    }

    .long-block .pull-left {
        float: none !important;
    }

    .long-block .icon {
        top: 0;
        margin-bottom: 20px;
        margin-right: 0;
        display: block;
    }

    .navigation-header .navigation-brand {
        margin-right: 30px;
    }

    .navigation-header .navigation-bar > li {
        padding: 16px 10px;
    }

    .long-block {
        padding-top: 10px;
        padding-bottom: 35px;
    }

    #sc-gallery .wrapper {
        width: 100%;
    }

    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper {
        width: 60%;
    }

    #sc-countdown .wrapper {
        width: 60%;
    }

    .list-inline img {
        max-width: 90%;
    }

    .social-icons {
        margin-left: 25px;
    }

    .social-icons li {
        width: 15%;
        width: 15%;
    }

    #sc-longblock article {
        width: 80%;
    }

    .alt.tab-content .tab-pane {
        padding-bottom: 25px;
    }

    .alt.tab-content .tab-pane .btn {
        margin-top: -15px;
        margin-right: 15px;
    }

    #landing-page .static-header {
        min-height: 800px;
    }

    #clients ul.list-inline li {
        padding-left: 15px;
        padding-right: 15px;
    }

    #response {
        margin-left: 40%;
    }

    .static-header .video-container {
        max-width: 595px;
    }

    #featuredTab {
        margin-top: 0;
    }

    #featuredTab li {
        display: inline-block;
        width: 33%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 20px;
        opacity: 0.7;
    }

    #featuredTab li.active {
        margin-top: 0;
        padding-bottom: 0;
        opacity: 1;
    }

    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after,
    #featuredTab li a .tab-icon:after
    #featuredTab li.active > a:after {
        display: none;
    }

    #featuredTab li > a .tab-info {
        width: 100%;
    }

    #featuredTab li.active > a .tab-info {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #featuredTab li > a .tab-icon {
        display: none;
    }

    #featuredTab .tab-content {
        padding: 0;
        border: none;
        z-index: 1;
    }

    #featuredTab .tab-content .tab-pane {
        text-align: center;
    }
}

/* Desktop large screen 1200px */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .navigation-header .navigation-bar > li {
        padding: 15px 15px;
    }

    #sc-gallery .wrapper {
        width: 90%;
    }

    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper {
        width: 40%;
    }

    #sc-countdown .wrapper {
        width: 50%;
    }

    .social-icons {
        margin-top: 25px;
    }

    .social-icons li {
        margin-bottom: 50px;
        width: 16%;
        width: 16.2%;
        text-align: center;
    }

    #landing-page .static-header {
        min-height: 974px;
    }

    #landing-page .plain-version.static-header {
        min-height: 700px;
    }

    .static-header .video-container {
        max-width: 755px;
    }

    #featuredTab {
        position: relative;
        margin-top: 115px;
    }

    #featuredTab li {
        display: block;
        position: relative;
        width: 100%;
        border-bottom: none;
        margin-bottom: 0;
        line-height: 0px;
    }

    #featuredTab li > a:after {
        content: '';
        clear: both;
        display: block;
    }

    #featuredTab li > a .tab-info {
        float: left;
        text-align: left;
        display: block;
        width: 345px;
        padding: 25px 28px;
        position: relative;
        z-index: 2;
    }

    #featuredTab li > a .tab-icon {
        float: right;
        text-align: right;
        display: block;
        width: 113px;
        position: relative;
        z-index: 2;
    }

    #featuredTab li > a .tab-info .tab-title {
        font-size: 17px;
        line-height: 21px;
        color: #61c2d0;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-weight: 600;
    }

    #featuredTab li > a .tab-info .tab-desc {
        font-size: 16px;
        line-height: 22px;
        color: #5f5f5f;
        font-weight: 300;
        display: block;
    }

    #featuredTab li > a .icon {
        font-size: 50px;
        padding: 21px 7px;
        display: block;
        padding: 46px 28px;
    }

    #featuredTab li.active > a .tab-info {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        background: #61c2d0;
    }

    #featuredTab li.active > a .tab-icon {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        background: #61c2d0;
    }

    #featuredTab li a .tab-info:after,
    #featuredTab li a .tab-icon:after {
        content: '';
        width: 99%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #featuredTab li a .tab-icon:after {
        left: 0;
        right: auto;
    }

    #featuredTab li:last-child a .tab-info:after,
    #featuredTab li:last-child a .tab-icon:after,
    #featuredTab .tab-content {
        position: absolute;
        top: -60px;
        right: 0px;
        padding: 0;
        border: none;
        z-index: 1;
    }

}

.lang-dropdown {
    color: #22282B555 !important;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: red;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: red;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: red;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

/* Loader */

.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    margin-top: 40%;
}

.modal .sk-spinner-three-bounce.sk-spinner {
    margin-top: 20px;
    margin-bottom: 10px;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #72dce8;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#intro {
    background-color: #61c2d0;
}

#enterprise {
    background-color: #3F4B5A;
    /*    background-image: url('../img/enterprise/header-map.png');
        background-position: top center;
        background-repeat: no-repeat;
        height: 700px;*/
}

#enterprise h1 {
    margin-bottom: 5px;
}

#enterprise-highlights .media h4.media-heading {
    font-size: 22px;
}

#enterprise-highlights .media > .pull-left {
    margin-right: 30px;
}

#enterprise-highlights .benefit-icons {
    padding: 0px 15px 5px 15px;
    font-size: 40px;
    border-radius: 100px;
    margin-bottom: 0px;
    border: none
}

#comparing span.hint {
    color: #f13446;
}

#roadmap-content ul {
    list-style: none;
    padding-left: 20px;
}

#cta {
    /*background: #72dce8;*/
    background: #61c2d0;
}

.help-block {
    color: #aaa;
}

#cta h2 {
    color: #fff;
}

#reviews {
    background: #f4f5f6;
}

.review-box {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .1);
    /*    -moz-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
        box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);*/
}

.review-box .author {
    font-size: 15px;
    font-weight: bold;
    color: #454545;
}

.review-box .author-img {
    color: #454545;
    position: absolute;
    right: -30px;
    bottom: 20px;
}

.space-chooser {
    background-image: url('../img/features/space-chooser.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.btn {
    margin-bottom: 10px;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    border: 2px solid #fff;
    background: #fff;
}

.btn-green:hover {
    color: #82d086;
}

.btn-orange:hover {
    color: #ffac69;
}

.btn-red:hover {
    color: #f57e7c;
}

.btn-hum:hover {
    color: #61c2d0;
}

.btn-blue:hover {
    color: #6ea0ff;
}

.btn-dark:hover {
    color: #475a71;
}

.btn-violet:hover {
    color: #838CC7;
}

.green {
    color: #82d086;
}

.btn-lila:hover {
    color: #d791fc;
}

.btn-enterprise:hover {
    color: #3F4B5A;
}

.red {
    color: #f57e7c;
}

.grey {
    color: #ccc;
}

#customization-content, #consulting-content, #support-content {
    padding: 40px 0;
}

.support-package {
    color: #ffffff;
    border-radius: 4px;
    padding: 20px;
}

.support-package .title h2 {
    color: #fff;
    text-align: center;
}

.support-package .subtitle h2 {
    color: #fff;
    font-weight: 600;
    min-height: 80px;
    text-align: center;
}

.support-package .description {
    margin-bottom: 20px;
}

.support-package .content {
    min-height: 270px;
}

.support-package .content-consulting {
    min-height: 150px;
}

.support-package .content .urgent {
    font-size: 14px;
}

.support-package .title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.support-package .price {
    text-align: center;
    padding: 30px 0;
    min-height: 80px;
}

.support-package .info {
    min-height: 80px;
}

.support-package .cta {
    text-align: center;
    min-height: 100px;
}

.support-package .cta .link {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.support-package .footnotes {
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
}

.support-package .price .value {
    font-size: 60px;
    font-weight: 700;
}

.support-package.starter {
    background-color: #84C990;
    /*background-color: #fdab93;*/
}

.support-package.standard {
    background-color: #FFB26B;
}

.support-package.premium {
    background-color: #838CC7;
}

.support-package.demo {
    background-color: #61c2d0;
}

.support-package.onsite {
    background-color: #838CC7;
}

.support-package.developer {
    background-color: #6ea0ff;
}

.support-package.license {
    background-color: #475a71;
}

.support-package.license .content {
    min-height: 180px;
}

.support-package .bullets {
    text-align: center;
}

.support-package .bullets ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
}

.support-package .bullets ul li {
    border-bottom: 1px solid #fff;
    padding: 6px 0;
    line-height: 33px;
}

.support-package.demo .bullets ul li {
    border-bottom: 1px solid #59b3c2;
}

.support-package.onsite .bullets ul li {
    border-bottom: 1px solid #787db3;
}

.support-package.developer .bullets ul li {
    border-bottom: 1px solid #658fe9;
}

.support-package .levels {
    background: #658fe9;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
}

.support-package.demo .tooltip-inner {
    color: #61c2d0;
}

.support-package.onsite .tooltip-inner {
    color: #838CC7;
}

.support-package.developer .tooltip-inner {
    color: #6ea0ff;
}

.support-package .levels a#browse-link {
    color: #fff
}

.support-package a {
    color: #fff;
}

.support-package .levels #levels-content {
    font-size: 14px;
    padding: 15px;
    font-weight: 300;
}

.support-package .levels .price-hint {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
}

.support-package .levels hr {
    border: 0px none #6ea0ff;
    background-color: #6ea0ff;
    margin-top: 5px;
    margin-bottom: 5px;
}

#hosting-header {
    background: url('../img/com/header.jpg') repeat fixed top; /* top / cover transparent;*/
    overflow-x: hidden;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

#roadmap-header {
    background: url('../img/com/header-roadmap.jpg') no-repeat fixed center top / cover transparent;

    overflow-x: hidden;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

#hosting-header .info {
    font-size: 14px;
    line-height: 18px;
}

#pricing {
    background: #f4f4f4;
}

.hosting-germany {
    height: 103px;
}

.creditcards {
    width: 120px;
    height: 21px;
    background-image: url("../img/creditcards.png");
}

.github-download-link {
    color: #22282B;
    font-size: 14px;
}

.panel-default {
    border: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-default .panel-heading {
    border-bottom: none;
}

#marketplace-content {
    background: #f1f1f1;
}

#marketplace-content .panel-module .module-info {
    font-size: 14px;
}

#marketplace-content .panel-module {
    margin-bottom: 30px;
}

#marketplace-content .panel-module .media .label {
    font-size: 12px;
}

#marketplace-content .panel-module .media-heading {
    font-size: 22px;
}

#marketplace-content .panel-module .marketplace-description {
    min-height: 60px;
}

#marketplace-content .panel-module a, #marketplace-content .panel-module a:hover {
    color: #888;
    line-height: 24px;
}

.tooltip-inner {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 600;
    max-width: 200px;
    text-align: left;
    color: #61c2d0;
    padding: 10px 15px;
}

.tooltip-inner span {
    font-weight: 100;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffffff;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #ffffff;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #ffffff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ffffff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffffff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 1200px) {
    .space-chooser {
        background-image: none;
    }

    #intro .btn-default {
        font-size: 12px;
        padding: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    #intro .text-heading {
        text-align: center;
    }
}

#download-table {
    margin-bottom: 0px;
}

#download-table > tbody > tr > td {
    padding: 10px 10px;
}

#download-table > tbody > tr > td > .btn {
    margin-bottom: 0px;
}

form div.required label.control-label:after {
    content: " * ";
}

.form-step {
    background-color: #61c2d0;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    margin: 0px 10px 10px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 25px;
    display: inline-block;
    border-radius: 100px;
}


form div.required label.control-label:after {
    content:" * ";
}