/* Global Styles */

body {
    margin-top: 60px;
    background-color: #222;
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    webkit-tap-highlight-color: #fed136;
}

#wrapper {
    padding-left: 0;
}

#body-double-wrapper {
    padding-top: 0px;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

@media(min-width: 768px) {
    #body-double-wrapper {
        padding-left: 200px;
    }

    #page-wrapper {
        padding-bottom: 10px;
    }
}

.text-muted {
    color: #777;
}

.text-muted-white {
    color: #ccc;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


/* Navbar global */
.navbar {
   background-color: transparent;
   background: transparent;
}

.navbar-inverse {
    padding: 5px 0;
    border: 0;
}

.navbar-shrink {
    background-color: #222;
}

.navbar-container {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width: 1280px) {
    .navbar-container {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.navbar-inverse .navbar-header {
    min-width: 250px;
}

.navbar-inverse .navbar-brand {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding-top: 8px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:active,
.navbar-inverse .navbar-brand.active {
    color: #fec503;
}

.navbar-uncollapse {
    padding-right: 0;
    padding-left: 0;
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Top Navigation */

.navbar-inverse .top-nav {
    padding: 0 15px;
}

.navbar-inverse .top-nav>li {
    display: inline-block;
    float: left;
}

.navbar-inverse .top-nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-inverse .top-nav>li>a:hover,
.navbar-inverse .top-nav>li>a:focus,
.navbar-inverse .top-nav>.open>a,
.navbar-inverse .top-nav>.open>a:hover,
.navbar-inverse .top-nav>.open>a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-inverse .top-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-inverse .top-nav>.active>a:hover,
.navbar-inverse .top-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

.navbar-inverse .top-nav>.nav-login>a {
    background-color: #ec971f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

.navbar-inverse .top-nav>.nav-login>a:hover,
.navbar-inverse .top-nav>.nav-login>a:focus {
    background-color: #ec8d07;
    color: white;
}

.navbar-inverse .top-nav>li>a,
.navbar-inverse .top-nav>.active>a,
.navbar-inverse .top-nav>.nav-login>a {
    border-radius: 3px;
}

.navbar-inverse .top-nav>.nav-danger>a {
    background-color: #d9534f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

.navbar-inverse .top-nav>.nav-danger>a:hover,
.navbar-inverse .top-nav>.nav-danger>a:focus {
    background-color: #c9302c;
    color: white;
}

.navbar-inverse .top-nav>li>a,
.navbar-inverse .top-nav>.active>a,
.navbar-inverse .top-nav>.nav-danger>a {
    border-radius: 3px;
}

.navbar-toggle {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-right: 15px;
    padding: 15px 10px;
    z-index: 1;
}

.navbar-inverse  .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-inverse  .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-inverse  .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse  .navbar-toggle:hover,
.navbar-inverse  .navbar-toggle:focus {
    background-color: #fed136;
}

@media (max-width: 1040px) {
    .navbar-inverse .top-nav>li>a>.menu_section {
        display: none;
    }

    .navbar-inverse .top-nav>li {
        margin-left: 20px;
    }

    .navbar-inverse .top-nav>li>a>i {
        font-size: 20px;
    }

    .navbar-inverse .top-nav>li>a {
        margin-top: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(max-width: 768px) {
    .navbar {
        padding: 0;
    }

    .navbar-inverse .navbar-brand {
        padding-top: 12px;
    }

    .navbar-shrink {
        padding-bottom: 8px;
    }

    .navbar-inverse .open .dropdown-menu {
        background-color: #fff;
    }

    .navbar-inverse .top-nav>li>a {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-inverse .navbar-collapse {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse .top-nav>li {
        display: block;
        float: none;
    }

    .navbar-inverse .navbar-collapse .top-nav>li>a>.menu_section {
        display: inline;
    }

    .navbar-inverse .navbar-collapse .top-nav li a:hover,
    .navbar-inverse .navbar-collapse .top-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }

    .navbar-uncollapse {
        position: absolute;
        top: 0px;
        left: 250px;
    }
}

@media (max-width: 620px) {
    .navbar-inverse .navbar-collapse .top-nav {
        margin-top: 7.5px;
    }

    .navbar-uncollapse {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
    }

    .navbar-inverse .top-nav>li {
        margin-left: 10px;
    }

    .navbar-fixed-top {
        position: absolute;
    }
}

@media (max-width: 400px) {
    .navbar-inverse .top-nav>li {
        margin-left: 5px;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        display: none;
    }

    .navbar-uncollapse {
        margin-left: 10px;
    }
}

.navbar-inverse .navbar-brand .logo-brand {
    width: auto;
    height: auto;
    display: inline;
}

.navbar-inverse .navbar-brand .product-brand {
    display: inline;
}

@media (max-width: 620px) {
    .navbar-inverse .navbar-brand .logo-brand {
        width: 35px;
        height: 40px;
        overflow: hidden;
        display: block;
    }

    .navbar-inverse .navbar-brand .product-brand {
        display: none;
    }
}


/* Side Navigation */

.side-nav {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.side-nav>li>ul {
    padding: 0;
}

.navbar-inverse .side-nav>li>a {
    color: #9d9d9d;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 200px;
        width: 200px;
        margin-left: -200px;
        border: none;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 200px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

/* Footer */

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks li {
    margin-right: 15px;
}

footer ul.quicklinks li.divider {
    color: #888;
    margin-left: -7px;
    margin-right: 8px;
}

/* Loading */

#loading {
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1100; /* Nadie va encima del loading */
    display: none;
}

#loading img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


/* Bootstrap callouts */

.bs-callout-min {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-min h4 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: none;
}

.bs-callout-min p:last-child {
    margin-bottom: 0;
}

.bs-callout-min code {
    border-radius: 3px;
}

.bs-callout-min+.bs-callout-min {
    margin-top: -5px;
}

.bs-callout-min-danger {
    border-left-color: #ce4844;
}

.bs-callout-min-danger h4 {
    color: #ce4844;
}

.bs-callout-min-warning {
    border-left-color: #aa6708;
}

.bs-callout-min-warning h4 {
    color: #aa6708;
}

.bs-callout-min-info {
    border-left-color: #1b809e;
}

.bs-callout-min-info h4 {
    color: #1b809e;
}

.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #F0FDF0;
    border-color: #D0F0D1;
}

.bs-callout-danger h4 {
    color: #B94A48;
}

.bs-callout-warning h4 {
    color: #C09853;
}

.bs-callout-info h4 {
    color: #3AAD3E;
}

.status-danger {
    color: #B94A48;
}

.status-warning {
    color: #C09853;
}

.status-info {
    color: #3AAD3E;
}


/* Custom Colored Panels */

.huge {
    font-size: 34px;
}

.huge small {
    font-size: 0.5em;
}

.panel-blue {
    border-color: #428bca;
}

.panel-blue .panel-heading {
    border-color: #428bca;
    color: #fff;
    background-color: #428bca;
}

.panel-blue a {
    color: #428bca;
}

.panel-blue a:hover {
    color: #2a6496;;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.panel-purple {
    border-color: #7E42CA;
}

.panel-purple .panel-heading {
    border-color: #7E42CA;
    color: #fff;
    background-color: #7E42CA;
}

.panel-purple a {
    color: #7E42CA;
}

.panel-purple a:hover {
    color: #5B12B8;
}

.panel-blue,
.panel-green,
.panel-yellow,
.panel-red,
.panel-purple {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.panel-arrow-separator {
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid #FDDB65;
}

.panel-arrow-separator:after, .panel-arrow-separator:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.panel-arrow-separator:after {
    border-top-color: #FDDB65;
    border-width: 15px;
    margin-left: -15px;
}

.panel-arrow-plus {
    margin-bottom: 20px;
    text-align: center;
}

.panel-arrow-plus strong {
    padding-left: 10px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #fed136;
}


/* Helpers */

.dropdown .dropdown-menu,
.dropdown .dropdown-menu a,
.dropdown .dropdown-menu li,
.dropdown .dropdown-menu li a {
    color: #333;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


/* centered columns styles */

.row-centered {
    text-align:center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

@media(max-width: 970px) {
    .col-centered {
        display: block;
    }
}


/* Custom */

header {
    margin-top: -60px;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

header .intro-text .intro-lead-in {
    font-size: 15px;
    line-height: 15px;
}

@media(min-width:768px) {
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 25px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 25px;
    }
}

.landing-section {
    padding: 100px 0;
}

section {
    padding: 50px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

@media(max-width: 400px) {
    section h2.section-heading {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 9vmin;
    }
}

section h3.section-subheading {
    line-height: 1.7em;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#projects .progress {
    height: 22px;
    background-color: #F5F5F1;
}

#projects .progress span,
#project-progress-explanation span {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#projects .percentage {
    margin-left: 10px;
    font-weight: normal;
}

#project-progress-explanation .percentage {
    margin-left: 0;
}

#projects .percentage-date {
    font-weight: normal;
    text-transform: none;
    font-size: 12.5px;
    font-style: italic;
    color: #999;
}

#projects #project-progress-open {
    margin-left: 7px;
    color: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#projects #project-progress-open:hover,
#projects #project-progress-open:focus,
#projects #project-progress-open:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#projects #project-progress-explanation {
    display: none;
}

#projects .projects-item,
#projects .projects-item-alerts {
    right: 0;
    margin: 0 0 15px;
}

#projects .projects-item-alerts {
    margin-top: 15px;
}

#projects .projects-item .projects-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#projects .projects-item .projects-link .projects-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#projects .projects-item .projects-link .projects-hover:hover {
    opacity: 1;
}

#projects .projects-item .projects-link .projects-hover .projects-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#projects .projects-item .projects-link .projects-hover .projects-hover-content i {
    margin-top: -12px;
}

#projects .projects-item .projects-link .projects-hover .projects-hover-content h3,
#projects .projects-item .projects-link .projects-hover .projects-hover-content h4 {
    margin: 0;
}

#projects .projects-item .projects-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#projects .projects-item .projects-caption h4 {
    margin: 0;
    text-transform: none;
    /* Truncate long strings and add ... at end */
    white-space: nowrap;
    width: 100%;                   /* IE6 needs any width */
    overflow: hidden;              /* "overflow" value must be different from  visible"*/
    -o-text-overflow: ellipsis;    /* Opera < 11*/
    text-overflow: ellipsis;       /* IE, Safari (WebKit), Opera >= 11, FF > 6 */
}

#projects .projects-item .projects-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    /* Truncate long strings and add ... at end */
    white-space: nowrap;
    width: 100%;                   /* IE6 needs any width */
    overflow: hidden;              /* "overflow" value must be different from  visible"*/
    -o-text-overflow: ellipsis;    /* Opera < 11*/
    text-overflow: ellipsis;       /* IE, Safari (WebKit), Opera >= 11, FF > 6 */
}

#projects .projects-item-alerts h4 {
    display: inline;
}

#projects * {
    z-index: 2;
}

@media(min-width:767px) {
    #projects .projects-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-top: 60px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 10;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member,
.example-item {
    margin-bottom: 50px;
    text-align: center;
}

.team-member,
.example-item img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member,
.example-item h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member,
.example-item p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
    max-width: 80%;
    max-height: 80%;
}

.form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.userForm input,
.userForm select {
    /*padding: 20px;*/
    height: 42px;
    padding: 6px 20px;
    margin-bottom: 5px;
}

.userForm input:focus,
.userForm select:focus {
    border-color: #fed136;
    box-shadow: none;
}

.userForm label {
    margin-top: 10px;
}

section.info-large,
section.info-large p,
section.info-large dl,
section.info-large dt,
section.info-large dd {
    font-size: 16px;
    line-height: 200%;
}

section.info-large .info-large-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

section.info-large .info-large-item .plan-name {
    background-color: #fed136;
    color: white;
    text-align: center;
    width: 240px;
    padding: 10px;
    border: 7px solid #f1f1f1;
    border-radius: 20%;
}

section.info-large .info-large-item .highlight {
    color: #ec971f;
}

section.info-large .info-features {
    border-bottom: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

#plan-features-table {
    margin-top: 40px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#plan-features-table table {
    margin-top: 30px;
}

#plan-features-table .check {
    color: #ec971f;
}

.plan-left-resume {
    padding-left: 35px;
    padding-right: 35px;
}

.info-features h4 {
    font-size: 16px;
}

.info-plans {
    padding: 50px 0 100px 0;
}

.info-service-name {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.icon-left {
    margin-right: 7px;
}

.icon-left-sm {
    margin-right: 5px;
}

section.info-plans,
section.info-plans p,
section.info-plans dl,
section.info-plans dt,
section.info-plans dd {
    font-size: 15px;
    line-height: 200%;
}

#prices thead th {
    text-align: center;
}

.projects-item img {
    /*max-width: 360px;
    max-height: 260px;*/
    width: 360px;
    height: 260px;
    margin: auto;
}

.projects-link {
    background-color: white;
}

.content-section-a {
    background-color: #f8f8f8;
    padding: 50px 0;
}

.content-section-b {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 50px 0;
}

.intro-social-buttons li {
    margin-bottom: 10px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.img-intro {
    margin-top: 40px;
    /*width: 50%;*/
    margin-left: auto;
    margin-right: auto;
}

.img-intro img {
    display: inline-block;
    margin-top: 20px;
    width: 215px;
}

.form-control-small {
    width: 212px;
}

.form-control-checkbox {
    margin-top: 7px;
    width: 20px;
    height: 20px;
}


@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}


.btn-gray {
    color: #333;
    background-color: #ccc;
    border-color: #bbb;
}

#delete_project_container button {
    margin: 0 10px;
}

.error-msg {
    color: #B94A48;
}

#project-search {
    text-align: right;
}

#project-search .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

#project-search .input-group {
    display: inline-table;
    vertical-align: middle;
}

#project-search #search_field {
    width: 250px;
}

#plan-heading {
    margin-bottom: 28px;
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
}

.panel-plan {
    min-height: 125px;
    padding-bottom: 0;
}

.plan-active {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=50);
    opacity: .50;
}

.extra-info-plan {
    margin-top: 20px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #888;
}

.unselected {
    font-size: 1.85em;
    color: transparent;
    border: 1px dashed #d4d4d4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.unselected {
    border-color: #fed136;
}

.checkbox-icon-widget {
    margin-right: 10px;
}

.checkbox-icon-widget input {
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.checkbox-icon-widget .checkbox-icon,
.project_sources li a {
    color: #333;
}

.checkbox-icon-widget .checkbox-icon:hover:not([disabled]),
.project_sources li a:hover {
    color: #ec971f;
}

.checkbox-icon-widget .checkbox-icon[disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.checkbox-icon-widget .checkbox-icon .checkbox-label {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    margin-left: 6px;
    margin-right: 10px;
}

.project_sources {
    padding-left: 0;
}

.project_sources li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: 0;
}

@media (max-width: 500px) {
    .btn-call {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn-special {
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-top: 20px;
    white-space: normal;
}

.btn-special:hover,
.btn-special:focus,
.btn-special:active {
    background-color: #c9302c;
    border-color: #ac2925;
}

#features-carousel {
    max-width: 1070px;
    margin: 40px auto;

    background-color: rgba(55,55,55,0.8);
    color: #666;
    padding: 2.5em;
    padding-bottom: 1.5em;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 6px 6px 24px 3px rgba(0,0,0,0.58);
    -moz-box-shadow: 6px 6px 24px 3px rgba(0,0,0,0.58);
    box-shadow: 6px 6px 24px 3px rgba(0,0,0,0.58);
}


@media (max-width: 1000px) {
    #features-carousel {
        padding: 1.5em;
        padding-bottom: 0.5em;
    }
}

@media (max-width: 600px) {
    #features-carousel {
        padding: 1em;
        padding-bottom: 0.5em
    }
}

@media (max-width: 500px) {
    #features-carousel {
        background-color: transparent;
        padding: 0em;

        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

#howto {
    padding-bottom: 0;
}

#howto > .container {
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}

#btn-public-projects i {

}

@media (max-width: 358px) {
    #btn-public-projects {
        padding-left: 6px;
        padding-right: 6px;
    }

    #btn-public-projects i {
        display: none;
    }
}

#btn-new-project {
    margin-left: 12px;
}

.highlight-link {
    color: #ec971f;
}

.highlight-link:hover,
.highlight-link:focus,
.highlight-link:active {
    color: #ec8a00;
}

#user-projects-row {
    margin-bottom: 12px;
}

.message-alert {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}

.table-responsive {
    overflow-x: auto;
}

.font-bold {
    font-weight: 600;
}

@media(min-width: 767px) {
    #keywords-help-container {
        padding-left: 0;
        padding-top: 7px;
    }
}

#remaining {
    font-weight: bold;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #fed136;
}

.btn-highlight {
    border-color: #ec971f;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ec971f;
}

.btn-highlight:hover,
.btn-highlight:focus,
.btn-highlight:active,
.btn-highlight.active,
.open .dropdown-toggle.btn-highlight {
    border-color: #e38800;
    color: #fff;
    background-color: #ec8a00;
}

.btn-highlight:active,
.btn-highlight.active,
.open .dropdown-toggle.btn-highlight {
    background-image: none;
}

.btn-highlight.disabled,
.btn-highlight[disabled],
fieldset[disabled] .btn-highlight,
.btn-highlight.disabled:hover,
.btn-highlight[disabled]:hover,
fieldset[disabled] .btn-highlight:hover,
.btn-highlight.disabled:focus,
.btn-highlight[disabled]:focus,
fieldset[disabled] .btn-highlight:focus,
.btn-highlight.disabled:active,
.btn-highlight[disabled]:active,
fieldset[disabled] .btn-highlight:active,
.btn-highlight.disabled.active,
.btn-highlight[disabled].active,
fieldset[disabled] .btn-highlight.active {
    border-color: #ec971f;
    background-color: #ec971f;
}

.btn-highlight .badge {
    color: #ec971f;
    background-color: #fff;
}

.landing-section .large-text {
    font-family: Lato, sans-serif;
    font-size: 18px;
    color: #777;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

.landing-section li.large-text {
    margin-bottom: 0.5em;
}

.landing-section .text-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.landing-section#usecases blockquote {
    background: #fbfbfb;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.landing-section#usecases blockquote:before {
    color: #ccc;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

#start-contact h5 {
    text-transform: none;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 50px;
}

#trust {
    padding-top: 0;
}

#trust .container {
    padding-top: 50px;
}

#trust h2 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 26px;
    color: #545454;
    margin-bottom: 20px;
}

#trust .trust-company {
    margin: 30px 0;
    padding: 0 30px;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#trust .trust-company img {
    max-height: 50px;
}

#trust .trust-company:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.btn-features {
    border-color: #fed136;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fed136;
    background-color: #fff;
}

.btn-features:hover,
.btn-features:focus,
.btn-features:active,
.btn-features.active,
.open .dropdown-toggle.btn-features {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-features:active,
.btn-features.active,
.open .dropdown-toggle.btn-features {
    background-image: none;
}

.btn-features.disabled,
.btn-features[disabled],
fieldset[disabled] .btn-features,
.btn-features.disabled:hover,
.btn-features[disabled]:hover,
fieldset[disabled] .btn-features:hover,
.btn-features.disabled:focus,
.btn-features[disabled]:focus,
fieldset[disabled] .btn-features:focus,
.btn-features.disabled:active,
.btn-features[disabled]:active,
fieldset[disabled] .btn-features:active,
.btn-features.disabled.active,
.btn-features[disabled].active,
fieldset[disabled] .btn-features.active {
    border-color: #fed136;
    background-color: #fed136;
}

section.features .btn-wrapper {
    margin-bottom: 40px;
}

section.features p,
section.features li {
    font-size: 15px;
    line-height: 1.5em;
}

section.features p {
    margin-bottom: 20px;
}

section.features li {
    margin-bottom: 5px;
}

section.features ul.no-list-type {
    list-style-type: none;
    padding: 20px;
}

section.features img.section-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

section.features img.with-border {
    border: 1px solid #eee;
}

section.features .features-table {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.features .features-table .check {
    color: #ec971f;
}

@media(max-width: 650px) {
    section.features .btn-group .btn {
        display: block;
        float: none;
    }
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
} 