body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    height: 100%;
    color: #333;
}

html {
    width: 100%;
    height: 100%;
}

a {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a,
a:after,
.glyphicon-chevron-left,
.glyphicon-chevron-right {
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.text-muted {
    color: #777;
}

.services-circle {
    border-radius: 50%;
    box-shadow: -2px -2px 6px #333;
    float: left;
    height: 100px;
    margin: 5px;
    opacity: 0.6;
    width: 100px;
}

#services span.fa-stack {
    width: 112px;
}

#services span.fa-stack .icon-Google,
#services span.fa-stack .fa {
    font-size: 35px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

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

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #333;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #333;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #000;
}

.navbar-default {
    border-color: transparent;
    background: url("../img/noise.png") repeat scroll 0 0 #111;
    box-shadow: 1px 1px 9px #222;
}

.navbar-en li a {padding-left: 25px;}

.navbar-default .navbar-brand {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    display: none;
}

.navbar-default.navbar-shrink .navbar-brand {
    display: block;
}

.light {
    font-weight: normal;
    letter-spacing: 2px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fff;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-toggle {
    border:0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 17px;
}

.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
    border-radius: 0;
    color: #fff!important;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fbd24b;
}

.navbar a {background: none!important;}

.lenguage a{
    border-left: 1px solid #777;
    margin-top: 17px;
    padding: 0 0 0 12px !important;
   
}

.lenguage a:hover{
    color: #555!important;
}

.lenguage .tooltip {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 0;
    letter-spacing: 1px;
}

.lenguageSec {display: none!important;}


@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background: none;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background: url("../img/noise.png") repeat scroll 0 0 #111;
        box-shadow: 1px 1px 9px #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.2em;
    }
    ul.social-buttons li a:hover,
    .footer-menu li a:hover,
    .copyright a:hover {
        color: #f3c83b;
    }
    .footer-menu {
        position: relative;
    }
    .footer-menu:before {
        content: '';
        height: 10px;
        width: 1px;
        background: #333;
        position: absolute;
        left: 20px;
        top: 5px;
    }
}

header {

    height: 100%;
    width: 100%;
    box-shadow: 1px 7px 5px #222;
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url("../img/img_inn.jpg") no-repeat scroll center bottom / cover #000;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/** animation css **/
@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

.intro .inner {
    color: white;
    display: inline-block;
    padding: 3em 0 15px 0;
    text-align: center;
    margin-top: 295px;

    width: 100%;
}

.intro .inner a.inn {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    
    color: #333;
    font-size: 41px;
    text-shadow: 1px 2px 2px #777;

    -moz-animation: reveal-banner 3s 0.25s ease-in-out;
    -webkit-animation: reveal-banner 3s 0.25s ease-in-out;
    -o-animation: reveal-banner 3s 0.25s ease-in-out;
    -ms-animation: reveal-banner 3s 0.25s ease-in-out;
    animation: reveal-banner 3s 0.25s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    line-height: 21px;
}

.intro .inner a.inn strong {
    font-weight: 700;
    letter-spacing: 4px;
}

.intro .inner span {
    width: 100%;
    float: left;
}

.intro .inner span:first-child {
    margin-bottom: 20px;
}

.intro .inner a.welcome {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    
    color: #333;
    font-size: 20px;
    text-shadow: 1px 1px 2px #777;
    padding: 10px 20px;

    -moz-animation: reveal-banner 3s 1.25s ease-in-out;
    -webkit-animation: reveal-banner 3s 1.25s ease-in-out;
    -o-animation: reveal-banner 3s 1.25s ease-in-out;
    -ms-animation: reveal-banner 3s 1.25s ease-in-out;
    animation: reveal-banner 3s 1.25s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;

    position: relative;
}

body.index-en .intro .inner a.welcome::before,
body.index-en .intro .inner a.welcome::after {
    width: 164px;
}

.welcome-btn-cont .plan-signup i {
    color: #333;
    margin-top: 12px;
    text-shadow: 1px 1px 2px #777;

    -moz-animation: reveal-banner 3s 1.25s ease-in-out;
    -webkit-animation: reveal-banner 3s 1.25s ease-in-out;
    -o-animation: reveal-banner 3s 1.25s ease-in-out;
    -ms-animation: reveal-banner 3s 1.25s ease-in-out;
    animation: reveal-banner 3s 1.25s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

header .intro-text {
    padding-bottom: 300px;
    padding-top: 200px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

.header-logo-cont {
    padding-bottom: 60px;
    padding-top: 85px;
}

.header-logo {
    margin: auto;
}

.header-logo img {
    width: 75%;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 360px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 90px;
        text-transform: uppercase;
        font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    background: url("../img/noise.png") repeat scroll 0 0 #efefef;
    padding: 100px 0;
    border-top: 1px solid #dddddd;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 40px;
    text-shadow: 2px 2px 0 #fff;
    letter-spacing: 2px;
}

section h2.section-heading.section-heading-margin-top {
    margin-top: 80px;
}

section#services h2.section-heading,
section#contact h2.section-heading {
    margin-bottom: 0;
}

section .section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
    display: block;
}

section span.section-subheading {
    margin-top: 10px;
    margin-bottom: 30px;
}

section span.section-subheading a,
section span.section-subheading span {
    display: block;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}

.section-subheading span {
    font-family: "Montserrat";
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

@media(min-width:768px) {
    section {
        padding: 110px 0;
    }
}

.service-heading {
    margin: 15px 0 8px;
    text-transform: none;
}


/**portfolio**/
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 30px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

i.fa.fa-plus {
    color: #fff;
    font-size: 28px;
}

#show-more {
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    margin-top: 10px;
}

#show-more:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 12px;
    color: #f3c83b;
    display: inline-block;
    width: 5px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: -10px;
    opacity: 0;
}

.info-hide {
    display: none;
    width: 100%;
    float: left;
}

#portfolio * {
    z-index: 2;
}

.client-box-cont {
    width: 100%;
    margin: 0 -20px;
}

.client-box {
    width: 25%;
    float: left;
    padding: 0 20px;
}

/**contact**/
.contacto .cont{
    width:100%;
}

.contacto .cont input {
    background: url("../img/noise.png") repeat scroll 0 0 #eeeeee;
    border: medium none;
    font-size: 15px;
    font-weight: normal;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 0 2%;
    width: 100%;
}

#contact-form fieldset label,
#contact-form-subscription fieldset label {
    width:100%;
}

a.button,
.contacto textarea,
.contacto input {
    border-radius: 2px;
}

a.button {
    background: url("../img/noise.png") repeat scroll 0 0 #fbd24b;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 2px;
    padding: 20px 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 117px;
    font-size: 12px;
}

.index.index-en a.button {
    min-width: 104px;
}

a.button:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 5px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: -10px;
    opacity: 0;
    margin-top: -1px;
}

.message textarea {
    background: url("../img/noise.png") repeat scroll 0 0 #eeeeee;
    border: medium none;
    font-size: 15px;
    font-weight: normal;
    min-height: 160px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
}

#contact-form fieldset label span,
#contact-form-subscription fieldset label span {
    color: #fc8181;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: -19px;
    position: absolute;
    margin-bottom: 0;
}

#contact-form fieldset .message span {
    margin-top:-15px;
}

.success {
    line-height: 22px;
    margin-bottom: 12px;
}
    
.success strong {
    margin-top: -5px;
}

#contact-form .success
#contact-form-subscription .success {
    display: none;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
}
#contact-form .error,
#contact-form .empty,
#contact-form-subscription .error,
#contact-form-subscription .empty {
    color:#777;
    display:none;
    overflow:hidden;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    a.button:hover {
        background: url("../img/noise.png") repeat scroll 0 0 #f3c83b;
        text-decoration: none;
        color: #fff;
    }    
    a.button:hover:after {
        opacity: 1;
        margin-right: 0;
        margin-left: 5px;
    }
    #show-more:hover {
        color: #f3c83b;
    }
    #show-more:hover:after {
        opacity: 1;
        margin-right: 0;
        margin-left: 5px;
    }
    .contact-btn:hover {
        background: url("../img/noise.png") repeat scroll 0 0 #f3c83b;
        color: #fff;
    }
    .contact-btn:hover:after {
        opacity: 1;
        margin-right: 10px;
        margin-left: 2px;
    }
    section span.section-subheading a:hover {
        color: #f3c83b;
    }
    
}

@media(min-width:1200px) {
    .plan-option .plan-edition {font-size: 25px!important;}
}

section#contact {
    background: url("../img/noise.png") repeat scroll 0 0 #e3e3e3;
}

footer {
    padding: 25px 0;
    background: url(../img/noise.png) repeat scroll 0 0 #efefef;
}

footer {
    font-family: 'Montserrat';
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

.site-info {
    text-align: left;
}

.copyright p,
.copyright a {
    float: left;
    font-size: 11px;
    line-height: 20px;
}

.copyright a {
    color: #333;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.copyright a span {
    font-weight: 700;
}

.footer-menu {
    float: left;
}

.footer-menu li {
    list-style: none;
    float: left;
}

.footer-menu li a {
    color: #333;
    margin-right: 15px;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
}

ul.social-buttons {
    margin-bottom: 0;
    text-align: right;
}

ul.social-buttons li a {
    display: block;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 0 0 0 10px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.contact-btn {
    background: url("../img/noise.png") repeat scroll 0 0 #fbd24b;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px dashed #e1e1e1;
}

.contact-btn:focus,
.contact-btn:visited {
    color: #fff;
}

.contact-btn:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 5px;
    vertical-align: middle;
    opacity: 0;
    margin-left: -10px;
    margin-right: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #fbd24b;
}

::selection {
    text-shadow: none;
    color: #fff;
    background:#fbd24b;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fbd24b;
}

.plan-option-btn-cont,
.plan-option {
    max-width: 400px;
    margin: auto;
}

.plan-option {
    padding-bottom: 40px;
}

.plan-option .plan-top {
    position: relative;
    background: url("../img/noise.png") repeat scroll 0 0 #111;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.plan-option .plan-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.plan-option .plan-edition {
    text-transform: uppercase;
    display: block;
    font-size: 19px;
    letter-spacing: 8px;
}

.plan-option .price {
    display: inline-block;
    position: relative;
}

.plan-option .price sup {
    font-size: 24px;
    left: -22px;
    position: absolute;
    top: 75px;
}

.plan-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.plan-option .price small {
    position: relative;
    font-size: 18px;
}

.plan-option ul {
    list-style: none;
    margin: 0;
    background: url("../img/noise.png") repeat scroll 0 0 #fff;
    text-align: center;
    padding-left: 0px;
}

.plan-option ul li {
    border-color: #e1e1e1;
    border-image: none;
    border-style: none dashed dashed;
    border-width: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.plan-signup i {color:#fff; font-size: 30px;}

.plan-option .plan-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

#plans .tool-mensaje-sec {
    border-color: #fff;
    border-style: dashed;
    border-width: 1px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
}

.plan-option .plan-signup:hover {
    opacity: 0.7;
    text-decoration: none;
}

#plans .tooltip {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-top: 11px;
    letter-spacing: 1px;
}

.icon-Google {
    font-style: normal;
    position: absolute;
}

@media(max-width:992px) {
    #services .col-md-4 {margin-bottom: 50px;}
}

@media(min-width:1200px) {
    .intro .inner {
        text-align: center;
        top: 50%;
        position: absolute;
        width: 100%;
        margin-top: 40px;
        display: block;
    }
}

@media(max-width:767px) {
    .intro {
        background: url("../img/img_inn_mobile.jpg") no-repeat scroll center bottom / cover #000;
    }
    .lenguage {display: none!important;}
    .header-logo img {
        width: 190px;
    }
    .lenguageSec {display: block!important;}
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .intro {
        background-position: center top;
    }
    .intro .inner {
        position: absolute;
        padding: 0; 
        top: 60%;
        margin: 60px 0 0 0;
        display: block;
    }
    .intro .inner a.inn {
        font-size: 2em;
        text-shadow: 1px 2px 2px #777;
    }
    section h2.section-heading {
        margin-bottom: 35px;
    }
    section {
        padding: 80px 0;
    }
    .site-info.col-md-12,
    div.copyright,
    nav.footer-menu,
    nav.footer-menu li,
    ul.list-inline.social-buttons {
        width: 100%;
        text-align: center;
        float: left;
    }
    .copyright p, 
    .copyright a {
        float: none;
        display: contents;
    }
    div.copyright {
        margin-bottom: 10px;
    }
    ul#footer-menu {
        display: contents;
    }
    ul#footer-menu li {
        margin-bottom: 10px;
    }
    .list-inline > li {
        padding: 0;
    }
    ul.social-buttons.list-inline {
        margin: 10px 0 0 0;
    }
    ul.social-buttons li a {
        padding: 0 5px;
    }
    .footer-menu li a {
        margin: 0;
    }
    section .section-subheading {
        font-size: 14px;
    }
}

@media(max-width:700px) {
    .intro .inner {
        top: 55%;
    }
}

@media(max-width:580px) {
    .intro .inner {
        top: 53%;
    }
    a.button,
    .index.index-en a.button {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }
}

@media(max-width:390px) {
    .section h2.section-heading, header .intro-text .intro-heading {font-size: 35px;}
    .plan-option .plan-edition {letter-spacing: 6px;}
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {background: none;}
    #portfolio .portfolio-item .portfolio-link .portfolio-hover i {display: none;}
    #services .col-md-4 {margin-bottom: 25px;}
}





/* //slider */
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.active > div { display:none; }
.active > div:first-child { display:block; }

.carousel-inner {
    margin: auto;
    width: 85%;
}

.block {
    text-align: center;
}

.block img {
    width: 100%;
    max-width: 120px;
}


.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    top: 45px;
}

.carousel-control .glyphicon-chevron-left:before {
    font-family: FontAwesome;
    content: "\f104";
}

.carousel-control .glyphicon-chevron-right:before {
    font-family: FontAwesome;
    content: "\f105";
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
    transform: scale(0.8);
}

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .active.right { left: 100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev		     { left: -100%; }
    .carousel-col                { width: 100%; }
    .block img {
        width: 100%;
        max-width: 190px;
    }
    .carousel-inner {
        width: 80%;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		     { left: -25%; }
    .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

.subscription-form-content {
    display: none;
}


/* #43a6ad #fbd24b */
/* #2e9ba2 #f3c83b */