/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}

.text-muted-white {
    color: #ccc;
}

.text-primary {
    color: #2ba6cb;
}

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: #2ba6cb;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #2795B7;
}

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;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #2ba6cb;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #2ba6cb;
}

.btn-unizar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ec971f;
    border-color: #d38312;
    width: auto;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #2285A2;
    color: #fff;
    background-color: #2795B7;
}

.btn-unizar:hover,
.btn-unizar:focus,
.btn-unizar:active,
.btn-unizar.active {
    color: #fff;
    background-color: #d38312;
    border-color: #bc7410;
}

.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: #2ba6cb;
    background-color: #2ba6cb;
}

.btn-primary .badge {
    color: #2ba6cb;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #2ba6cb;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #2ba6cb;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #2285A2;
    color: #fff;
    background-color: #2795B7;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #2ba6cb;
    background-color: #2ba6cb;
}

.btn-xl .badge {
    color: #2ba6cb;
    background-color: #fff;
}

.navbar-container {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width: 767px) {
    .navbar-container {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,cursive;
    color: #2ba6cb;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #2795B7;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #2ba6cb;
    background-color: #2ba6cb;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2ba6cb;
}

.navbar-default .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-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #2ba6cb;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #2ba6cb;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #2795B7;
}

.navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-nav>.nav-login>a {
    background-color: #ec971f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

.navbar-default .navbar-nav>.nav-login>a:hover,
.navbar-default .navbar-nav>.nav-login>a:focus {
    background-color: #ec8d07;
    color: white;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #2ba6cb;
}

@media(min-width: 768px) {
    .navbar-default {
        padding: 5px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        background-color: #222;
    }
}

.navbar-default .navbar-brand .logo-brand {
    width: auto;
    height: auto;
    display: inline;
}

.navbar-default .navbar-brand .product-brand {
    display: inline;
}

@media (max-width: 390px) {
    .navbar-default .navbar-brand .logo-brand {
        width: 35px;
        height: 40px;
        overflow: hidden;
        display: block;
    }

    .navbar-default .navbar-brand .product-brand {
        display: none;
    }
}

header {
    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: 50px;
}

header .demo {
    max-width: 1000px;
    margin: 40px auto;
    background-color: rgba(55,55,55,0.8);
    color: #666;
    padding-top: 1.4em;
    -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);
}

header .demo .feature {
    margin: 40px auto;
    padding-top: 10px;
    color: #FFF;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 25px;
}

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;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 25px;
    }

    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
    }
}

section {
    padding: 50px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    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;
}

@media(min-width:768px) {
    section {
        padding: 50px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#projects * {
    z-index: 2;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.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: 100;
    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: #2ba6cb;
}

.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 {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
    max-width: 80%;
    max-height: 80%;
}

.form-control:focus {
    border-color: #2ba6cb;
    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;
}

footer {
    padding: 2px;
    background-color: white;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 40px;
    padding-left: 20px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
    font-size: 0;
}

footer ul.quicklinks li {
    font-size: 14px;
    margin-right: 15px;
}

footer ul.lang li {
    margin-right: 0;
}

footer ul.lang a img {
    width: 15px;
    height: 15px;
}

footer ul.quicklinks li.divider {
    color: #888;
    margin-left: -7px;
    margin-right: 8px;
}

@media (max-width: 1040px) {
    footer span.copyright,
    footer ul.quicklinks li {
        font-size: 12px;
    }
}

@media (max-width: 810px) {
    footer ul.quicklinks li {
        margin: 0;
    }

    footer ul.quicklinks li.divider {
        margin: 0;
    }
}

@media (max-width: 550px) {
    footer span.copyright {
        display: none;
    }

    footer .quicklinks-wrapper {
        float: none !important;
        text-align: center;
    }

    footer ul.lang li {
        padding: 0 2px;
    }
}

@media (max-width: 400px) {
    footer {
        padding: 0;
    }

    footer ul.quicklinks li {
        font-size: 10px;
    }

    footer ul.lang a img {
        width: 12px;
        height: 12px;
    }
}

@media (min-width: 1400px) {
  .footer-container {
    width: 1100px;
  }
}

@media (min-width: 1041px) {
    .footer-container span.copyright,
    .footer-container .quicklinkss {
        font-size: 14px;
    }

    .footer-container {
        padding: 15px 0;
        margin: 0 auto;
    }
}

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: #2ba6cb;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #2ba6cb;
}

::selection {
    text-shadow: none;
    background: #2ba6cb;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #2ba6cb;
}

.userForm input {
    /*padding: 20px;*/
    height: 42px;
    padding: 6px 20px;
    margin-bottom: 5px;
}

.userForm input:focus {
    border-color: #2ba6cb;
    box-shadow: none;
}

.plans-btn {
    margin-top: 100px;
}

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: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

section.info-large .info-large-item .plan-name {
    background-color: #2ba6cb;
    color: white;
    text-align: center;
    width: 200px;
    padding: 10px;
    border: 7px solid #f1f1f1;
    border-radius: 20%;
}

.info-plans {
    padding: 50px 0 100px 0;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-menu a,
.dropdown .dropdown-menu li,
.dropdown .dropdown-menu li a {
    color: #333;
/*    text-align: right;*/
}

/* --------------------------------------------------------- */

.navbar-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 15px;
    padding: 15px 10px;
}

.navbar-top>.navbar-toogle {
    display: none;
}

.navbar-top>li {
    float: left;
}

.navbar-top>.active>a {
    border-radius: 3px;
}

/*@media (max-width: 1080px) {
    .navbar-nav>li>a>.menu_section {
        display: none;
    }
}

@media(max-width: 768px) {
    .navbar-nav>li>a>.menu_section {
       display: inline;
    }
}*/

.navbar-brand {
    padding-top: 8px;
}

.navbar {
    margin-bottom: 0;
}

@media (max-width: 870px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        padding-right: 15px !important;
        padding-left: 15px !important;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #2ba6cb;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.nav-login>a {
        margin-left: 0;
    }
}

/* --------------------------------------------------------- */



/* Bootstrap callouts */
.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-blue,
.panel-green,
.panel-yellow,
.panel-red {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* --------------------------------------------------------- */

/* 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;
}

#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-medium {
    width: 341px;
}

.form-control-checkbox {
    margin-top: 2px !important;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

label {
    font-weight: normal !important;
}

label.required {
    font-weight: bold !important;
}

@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 {
    height: 120px;
}

.plan-active {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .60;
}

#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;
    }
}

.carousel-item {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.carousel-item h3 {
    text-transform: none;
    margin-bottom: 60px;
}

.carousel-item p {
    line-height: 1.4;
}

#plan-features-table {
    margin-top: 40px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #2ba6cb;
}

.table-responsive {
  overflow-x: auto;
}

#projects,
#add_project,
#login,
#register {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

.input-datepicker input {
    text-align: center;
}

#add_project {
    font-size: 15px;
}

.ordered-headers {
    counter-reset: h2;
}

.ordered-headers h2 {
    counter-reset: h3;
}

.ordered-headers h3 {
    counter-reset: h4;
}

.ordered-headers h2:before {
    counter-increment: h2;
    content: counter(h2) ". ";
}

.ordered-headers h3:before {
    counter-increment: h3;
    content: counter(h2) "." counter(h3) ". ";
}

.ordered-headers h4:before {
    counter-increment: h4;
    content: counter(h2) "." counter(h3) "." counter(h4) ". ";
}

.ordered-index ol {
    counter-reset: section;
    list-style-type: none;
}

.ordered-index li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
}

.help,
.help p,
.help li {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #555;
}

.help h2,
.help h3,
.help h4,
.help h5,
.help h6 {
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.help article,
.help #toc {
    margin-bottom: 100px;
}

.help .gotop-link {
    display: block;
    margin-top: 40px;
}

.help #toc ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-item {
    right: 0;
    margin: 0 0 15px;
}

@media(min-width:767px) {
    .project-item {
        margin: 0 0 30px;
    }
}

.project-item .project-link:hover,
.project-item .project-link:focus {
    text-decoration: none;
}

.project-item .project-avatar-frame {
    background-color: white;
    position: relative;
    height: 260px;
    overflow: hidden;
}

.project-item .project-avatar-frame img {
    margin: auto;
    max-height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-item .project-avatar-frame .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(43,166,203,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 3 !important;
}

.project-item .project-link:hover .img-hover {
    opacity: 1;
}

.project-item .project-avatar-frame .img-hover .img-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.project-item .project-avatar-frame .img-hover .img-hover-content i {
    margin-top: -12px;
}

.project-item .project-avatar-frame .img-hover .img-hover-content h3,
.project-item .project-avatar-frame .img-hover .img-hover-content h4 {
    margin: 0;
}

.project-item .project-heading {
    background-color: white;
    border-top: 1px solid #efefef;
    padding: 15px 17px;
    overflow: hidden;
}

.project-item .project-title {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: none;
    color: #333;
    height: 20px;
    overflow: hidden;
}

.project-item .project-subject {
    margin: 0;
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
    height: 17px;
    overflow: hidden;
}

.project-item .project-info {
    background-color: #f4f4f4;
    padding: 11px 17px;
    font-size: 12px;
    line-height: 16px;
    color: #888;
}

.project-item .last-update-label,
.project-item .last-update-date {
    display: block;
}

.project-item .presentation-link {
    display: block;
    margin-top: 7px;
}

.project-item .presentation-link:hover {
    text-decoration: none;
}

.project-item .presentation-icon {
    float: left;
    width: 25px;
    height: 25px;
    line-height: normal;
}

.project-item .presentation-icon i {
    font-size: 1.5em;
}

.project-item .presentation-text {
    padding-left: 25px;
    padding-top: 2px;
    font-weight: bold;
}

.project-item .project-control {
    background-color: #eee;
    padding: 8px;
    line-height: normal;
    min-height: 38px;
}

.project-item .project-control .btn {
    margin-right: 4px;
    color: #555;
}

.project-item .project-control .btn-buffer {
    padding-right: 24px;
}

.project-item .project-control .visible-icon {
    width: 24px;
    height: 24px;
    float: right;
    padding: 4px 4px;
    color: #888;
    line-height: normal;
}

.clip-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
