html,
body {
    height: 100%;
}

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

strong {
    font-weight: 900;
}

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: #bf0000;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #bf0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 900;
}

.navbar-default.navbar-fixed-top {
    position: absolute;
    margin-top: 20px;
}
.navbar-default.navbar-shrink {
    position: fixed;
    margin-top: 0;
}

.navbar-default ul {
    font-size: 13px;
    margin-top: 5px;
}

.row {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.img-centered {
    margin: 0 auto;
}

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

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

.btn-primary {
    border-color: #bf0000;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    background-color: #bf0000;
}

.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: #bf0000;
    background-color: #bf0000;
}

.btn-primary .badge {
    color: #bf0000;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #bf0000;
    font-weight: 200;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #9d0000;
}

.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: #C60001;
    background-color: #C60001;
}

.btn-xl .badge {
    color: #C60001;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    color: #C60001;
    padding: 3px;
}

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

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

.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #FFF;
    padding: 10px;
}
.navbar-default.navbar-shrink .nav li a {
    color: #000;
}
.navbar-default .nav.black li a {
    color: #000;
}

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

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    font-weight: 900;
    background-color: transparent;
}

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

.country_responsive {
    display: none;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -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: 0;
        background-color: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid #DDD;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    font-size: 64px;
    font-weight: 400;
    text-transform: none;
    color: #000;
}

section h3.section-subheading {
    margin-top: 0;
    margin-bottom: 75px;
    text-transform: none;
    font-size: 28px;
    font-weight: 400;
}

section#services p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 35px;
}

section#services h4 {
    margin-bottom: 35px;
}

section#services .email .icon, .services-modal .email .icon, section#services .monetization .icon, .services-modal .monetization .icon, section#services .design .icon, .services-modal .design .icon {
    margin: 0 auto 35px auto;
    background-image: url('../img/sprite.svg');
    width: 89px;
    height: 85px;
    background-color: #bf0000;
    border-width: 20px 25px;
    border-style: solid;
    border-color: #bf0000;
}

.services-modal .email .icon, .services-modal .monetization .icon, .services-modal .design .icon {
    float: left;
    margin-top: 25px;
}

section#services .email .icon, .services-modal .email .icon {
    background-position: -172px 0;
    width: 88px;
    height: 85px;
    border-width: 27px 20px 27px 0
}
section#services .monetization .icon, .services-modal .monetization .icon {
    background-position: -196px -31px;
}
section#services .design .icon, .services-modal .design .icon {
    background-position: -78px -141px;
    border-width: 20px
}

section#services .design h4, section#services .monetization h4 {
    margin-top: -15px;
    margin-bottom: 15px;
}

section#services button {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
@media(min-width:1200px) {
    section#services .email button {
        margin-top: 21px;
    }
}
section#technology {
    height: 820px;
    background-image: url('../img/bg_tech.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #190d1c;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
/*    padding: 183px 0;*/
}

section#technology h2.section-heading {
    font-weight: 900;
    color: #FFF;
}

section#technology p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 35px;
    text-align: justify;
}
section#technology .tech_partners {
    margin: 50px 0 25px;
    text-align: center;
}
section#technology .tech_partners img {
    /*margin: 0 25px;*/
    margin: 0 auto;
    text-align: center;
}

section#clients {
    background-color: #EEE;
    padding: 120px 0;
    min-height: 700px;
}

section#clients .filters button {
    text-transform: uppercase;
    border-radius: 0;
    background-color: #EEE;
    margin: 10px 5px;
    padding: 8px 15px;
    outline: 0;
}
section#clients .filters button.active {
    background-color: #bf0000;
    border-color: #bf0000;
    color: #FFF;
}
section#clients #clients_carousel {
    margin-top: 50px;
}
/*
section#clients #clients_carousel .item .row {
    padding: 10px;
}
*/
section#clients #clients_carousel .item .row .client {
    padding: 10px;
}
section#clients #clients_carousel .item .row .client img {
    display:block;
    margin:auto;
}
section#clients #clients_carousel .carousel-indicators {
    bottom: -40px;
}
section#clients #clients_carousel .carousel-indicators li {
    border-color: #999;
}
section#clients #clients_carousel .carousel-indicators li.active {
    background-color: #999;
}
section#clients #clients_carousel .carousel-control {
    background-image: none;
}
section#clients #clients_carousel .carousel-control .icon-prev {
    left: -5%;
    top: 50%;
}
section#clients #clients_carousel .carousel-control .icon-next {
    right: -5%;
    top: 50%;
}

section#clients #clients_carousel .blur {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}


.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
}

aside.clients img {
    margin: 50px auto;
}

aside.counters {
    background-image: url('../img/bg_parallax_white.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 65px 0;
}
aside.counters .sent {
    width: 386px;
}
aside.counters .open {
    width: 310px;
}
aside.counters .conv {
    width: 243px;
}

section#contacts {
    background-color: #000;
    background-image: url('../img/bg_contacts.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    padding: 80px 0 22px;
    height: 760px;
}
/*@media(max-width:1024px) {
    section#contacts {
        background-position: 511px top;
    }
}*/


section#contacts #success {
    float: left;
    line-height: 40px;
    color: #555;
}

section#contacts .address {
    font-size: 22px;
    line-height: 30px;
    color: #FFF;
    font-weight: 200;
}
section#contacts .contact {
    font-size: 17px;
    line-height: 30px;
    color: #FFF;
    font-weight: 200;
    border-bottom: 1px solid #333;
    padding: 0px 0 15px;
    margin-bottom: 15px;
}
section#contacts .contact strong {
    color: #BF0000;
}
section#contacts .contact a {
    color: #FFF;
}

section#contacts .section-heading {
    color: #fff;
}

section#contacts .form-group {
    margin-bottom: 25px;
}

section#contacts .form-group input,
section#contacts .form-group textarea {
    padding: 10px;
    border-radius: 3px;
    resize: none;
}

section#contacts .form-group input.form-control {
    height: auto;
}

section#contacts .form-group textarea.form-control {
    height: 100px;
}

section#contacts .form-control:focus {
    border-color: #bf0000;
    box-shadow: none;
}

section#contacts::-webkit-input-placeholder, section#contacts:-moz-placeholder, section#contacts::-moz-placeholder, section#contacts:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contacts .text-danger {
    color: #bf0000;
    position: absolute;
    bottom: -15px;
    font-size: 13px;
}

section#contacts .text-danger ul {
    list-style-type: none;
    padding: 0;
}

section#careers {
    background-image: url('../img/bg_parallax_white.jpg');
    background-position: -25px top;
    background-repeat: repeat;
    padding: 100px 0 200px;
}

section#careers .btn {
    background-color: #bf0000;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 200;
    padding: 10px 20px;
}
section#careers .btn:hover {
    background-color: #9d0000;
}

section#careers .left-side h2.section-heading {
    font-size: 64px;
    font-weight: 900;
    color: #bf0000;
}

section#careers .left-side p {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    text-align: justify;
}

section#careers .right-side h2.section-heading {
    font-size: 30px;
    margin: 30px 0 20px;
}

section#careers .panel {
    border: 0;
    border-radius: 3px;
}

section#careers .panel-group .panel+.panel {
    margin-top: 1px;
}

section#careers h4.panel-title {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
section#careers h4.panel-title a {
    display: block;
}
section#careers h4.panel-title a:hover, section#careers h4.panel-title a:focus {
    text-decoration: none;
}

section#careers .panel-heading {
    background-color: #FFF;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
section#careers .panel-collapse {
    border: 1px solid #e5e5e5;
    border-top: 0;
}
section#careers .panel-body {
    border: 0;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    text-align: justify;
}
section#careers .panel-body p {
    font-size: 15px;
    line-height: 22px;
}
section#careers .panel-heading .accordion-toggle {
    position: relative;
}
section#careers .panel-heading .accordion-toggle .arrow, section#careers .panel-heading .accordion-toggle.collapsed .arrow {
    background-image: url('../img/sprite.svg');
    background-position: -47px -147px;
    background-repeat: no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    top: -4px;
    right: 6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
section#careers .panel-heading .accordion-toggle.collapsed .arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0;
}

footer div.agency {
    background-image: url('../img/sprite.svg');
    background-position: 0 -329px;
    background-repeat: no-repeat;
    width: 134px;
    height: 70px;
    margin: 25px auto;
}

footer ul.quicklinks {
    background-color: rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 50px;
    text-align: center;
}
footer ul.quicklinks a {
    font-size: 13px;
    color: #CCC;
    font-weight: 200;
    cursor: pointer;
}

ul.social-buttons {
    margin: 25px auto 0 auto;
}
ul.social-buttons li {
    padding: 0 10px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    outline: 0;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding-top: 10px;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #bf0000;
}

ul.social-buttons li div.fa {
    background-image: url('../img/sprite.svg');
    background-repeat: no-repeat;
}
ul.social-buttons li div.fa-facebook {
    background-position: -128px -163px;
    width: 12px;
    height: 20px;
    margin-left: 13px;
}
ul.social-buttons li div.fa-twitter {
    background-position: -143px -165px;
    width: 23px;
    height: 18px;
    margin-left: 9px;
}
ul.social-buttons li div.fa-linkedin {
    background-position: -169px -164px;
    width: 21px;
    height: 20px;
    margin-left: 10px;
}



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

.services-modal .modal-content, .legal-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;
    background-color: #252525;
}

.services-modal .modal-content h4, .legal-modal .modal-content h4 {
    font-size: 30px;
    color: #FFF;
    margin: 0;
    text-align: left;
}

.services-modal .modal-content p, .legal-modal .modal-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #FFF;
    text-align: justify;
    line-height: 23px;
}

.services-modal .close-modal, .legal-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.modal-content ol{
    color: #fff;
    text-align: left;
}

.services-modal .close-modal:hover, .legal-modal .close-modal:hover {
    opacity: .5;
}

.services-modal .close-modal .lr, .legal-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 50px;
    margin-left: 35px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services-modal .close-modal .lr .rl, .legal-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 50px;
    background-color: #FFF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services-modal .modal-backdrop, .legal-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #C60001;
}

::selection {
    text-shadow: none;
    background: #C60001;
}

img::selection {
    background: 0 0;
}

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












/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.logo {
    background-image: url('../img/sprite.svg');
    background-position: 0 -186px;
    background-position: no-repeat;
    width: 192px;
    height: 100px;
    margin: 1px;
}
.logo.small{
    background-position: 0 -286px;
    width: 234px;
    height: 43px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
header#why .carousel-inner {
    background-image: url('../img/slides/slide.jpg');
    background-position: top center;
}
.carousel-custom-caption {
    position: absolute;
    width: 100%;
    /*top: 35%;*/
    top: 33%;
    text-align: center;
}
.carousel-custom-caption h2 {
    color: #FFF;
    font-weight: 900;
    /*font-size: 75px;*/
    font-size: 25px;
}
.carousel-caption {
    /*top: 45%;*/
    top: 38%;
    right: 18%;
    left: 18%;
    padding-top: 10px;
}

.carousel-caption h1 {
    font-size: 100px;
    font-weight: 900;
}

.carousel-caption h1 span {
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

.carousel-caption h2 {
    font-size: 70px;
    font-weight: 400;
}
.carousel-caption p {
    font-size: 25px;
    line-height: 30px;
    /*margin-top: 25px;*/
    margin-top: 20px;
}
.carousel-caption p strong {
    /*color: #C60001;*/
    color: #fff;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    background-image: url('../img/sprite.svg');
    background-position: -47px -147px;
    background-repeat: no-repeat;
    width: 16px;
    height: 30px;
    top: 53.4%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    content: none;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.modal {
    top: 50px;
}

aside.counters .stats .icon_sent {
    background-image: url('../img/sprite.svg');
    background-position: 0 0;
    width: 129px;
    height: 58px;
    float: left;
    margin: 0 15px 0 0;
}
aside.counters .stats .icon_open {
    background-image: url('../img/sprite.svg');
    background-position: 0 -58px;
    width: 81px;
    height: 83px;
    float: left;
    margin: -18px 15px 0 0;
}
aside.counters .stats .icon_click {
    background-image: url('../img/sprite.svg');
    background-position: -81px -58px;
    width: 74px;
    height: 74px;
    float: left;
    margin: -9px 15px 0 0;
}
aside.counters .stats {
    display: inline-block;
}
aside.counters .open {
    margin: 0 75px;
}
aside.counters .row .col-md-4{
    padding: 0;
}

aside.counters .stats .counter {
    font-size: 48px;
    font-weight: 300;
    text-align: left;
}
aside.counters .stats .text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    text-align: left;
}
.box-shadow {
    -moz-box-shadow:    inset  0  12px 12px -10px rgba(0,0,0,0.65), 
                        inset  0 -12px 12px -10px rgba(0,0,0,0.65);
    -webkit-box-shadow: inset  0  12px 12px -10px rgba(0,0,0,0.65), 
                        inset  0 -12px 12px -10px rgba(0,0,0,0.65);
     box-shadow:        inset  0  12px 12px -10px rgba(0,0,0,0.65), 
                        inset  0 -12px 12px -10px rgba(0,0,0,0.65);
}

aside.citations {
    background-image: url('../img/bg_parallax_black.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 35px 0;
}

aside.citations .text-left, aside.citations .text-right {
    font-size: 100px;
    color: #bf0000;
    font-weight: 900;
}

aside.citations .col-xs-10 {
    font-size: 36px;
    color: #FFF;
    line-height: 47px;
}

@media(max-width:1024px) {
    aside.citations .col-xs-10 {
        font-size: 38px;
    }
}

aside.citations .col-xs-10 div {
    font-size: 18px;
}
aside.inbox {
    background-image: url('../img/bg_parallax_inbox.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    background-attachment: fixed !important;
    height: 270px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0); opacity: 0;}
    8% {-webkit-transform: scale(0); opacity: 0;}
    15% {-webkit-transform: scale(0.1); opacity: 1;}
    30% {-webkit-transform: scale(0.5); opacity: 1;}
    100% {opacity: 0; -webkit-transform: scale(1);}
}

@-moz-keyframes pulse {
    0% {-moz-transform: scale(0); opacity: 0;}
    8% {-moz-transform: scale(0); opacity: 0;}
    15% {-moz-transform: scale(0.1); opacity: 1;}
    30% {-moz-transform: scale(0.5); opacity: 1;}
    100% {opacity: 0; -moz-transform: scale(1);}
}

section#where .map-container .map ul.markers li.active .pulse {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    right: -12.5px;
    top: -13px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 40px;
    height: 40px;
    border: 2px solid #bf0000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 1.5s linear infinite;
    -moz-animation: pulse 1.5s linear infinite; 
    border-image: initial;
}

section#where .btn-group {
    margin: 15px 0 30px;
}

section#where .btn.btn-default {
    margin: 1px;
    padding: 7px 4px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0;
    float: none;
}
section#where .btn.btn-default.active {
    color: #FFF;
    background-color: #C60001;
    border-color: #C60001;
    box-shadow: none;
}

section#where .map {
    background-image: url('../img/mapa.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 585px;
}
section#where .map .spacer {
    width: 900px;
    height: 585px;
    margin: 0 auto;
    position: relative;
}
section#where .map ul.markers {
    list-style-type: none;
    margin: 0
}

section#where .map ul.markers li {
    background-image: url('../img/sprite.svg');
    background-position: 0 -399px;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 20px;
    cursor: pointer;
}
section#where .map ul.markers li a {
    color: transparent;
}
section#where .map ul.markers li:hover, section#where .map ul.markers li.active {
    background-position: -15px -399px;
    cursor: pointer;
    z-index: 100;
}
section#where .map ul.markers li.PT {
    top: 164px;
    left: 364px;
}
section#where .map ul.markers li.BE {
    top: 111px;
    left: 418px;
}
section#where .map ul.markers li.BR {
    top: 408px;
    left: 200px;
}
section#where .map ul.markers li.DE {
    top: 106px;
    left: 451px;
}
section#where .map ul.markers li.DK {
    top: 95px;
    left: 431px;
}
section#where .map ul.markers li.ES {
    top: 160px;
    left: 379px;
}
section#where .map ul.markers li.FI {
    top: 75px;
    left: 482px;
}
section#where .map ul.markers li.FR {
    top: 122px;
    left: 403px;
}
section#where .map ul.markers li.IT {
    top: 153px;
    left: 441px;
}
section#where .map ul.markers li.NL {
    top: 100px;
    left: 422px;
}
section#where .map ul.markers li.NO {
    top: 85px;
    left: 426px;
}
section#where .map ul.markers li.PL {
    top: 108px;
    left: 471px;
}
section#where .map ul.markers li.RU {
    top: 93px;
    left: 520px;
}
section#where .map ul.markers li.SE {
    top: 80px;
    left: 457px;
}
section#where .map ul.markers li.TR {
    top: 160px;
    left: 491px;
}
section#where .map ul.markers li.UK {
    top: 108px;
    left: 391px;
}
section#where .map ul.markers li.US {
    top: 190px;
    left: 111px;
}
section#where .map ul.markers li.AU {
    top: 449px;
    left: 885px;
}

section#team h2.section-heading {
    margin-bottom: 30px;
}

section#team .col-md-3, section#team .col-sd-6 {
    padding: 10px;
}
section#team .you {
    position: relative;
    text-align: center;
}
section#team .name {
    position: absolute;
    bottom: 45px;
    left: 5px;
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 19px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
    text-align: left;
}
section#team .role {
    position: absolute;
    bottom: 17px;
    left: 5px;
    padding: 5px 8px;
    background-color: #bf0000;
    font-size: 13px;
    color: #FFF;
    font-weight: 200;
}
section#team .role a {
    color: #FFF;
    text-decoration: none;
}
footer {
    margin: -120px 0 0;
    height: 170px;
}
footer .container-fluid {
    padding: 0;
}

.popover {
    padding: 0;
    max-width: 292px;
    width: 292px;
    text-align: center;
    z-index: 1000;
}
.popover.bottom {
    margin-top: 2px;
    border-radius: 0;
}
.popover.top {
    margin-top: -2px;
    border-radius: 0;
}
.popover-content {
    padding: 0;
}

.where-popover .country {
    font-size: 30px;
    color: #000;
    padding: 5px;
}

.where-popover .volume {
    font-size: 12px;
    color: #999;
    margin: -4px auto 4px auto;
}

.where-popover .total {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
    height: 85px;
}
.where-popover .total .amount.counter {
    font-weight: 900;
    font-size: 44px;
    color: #000;
    line-height: 42px;
    margin-bottom: 5px;
}
.where-popover .total .man, .where-popover .total .woman {
    width: 50%;
    font-size: 18px;
    color: #1076b8;
    font-weight: 200;
    text-align: right;
    padding: 0 10px;
}
.where-popover .total .man .icon {
    background-image: url('../img/sprite.svg');
    background-position: -30px -398px;
    width: 9px;
    height: 25px;
    float: left;
    margin-left: 60px;
}
.where-popover .total .woman .icon {
    background-image: url('../img/sprite.svg');
    background-position: -39px -398px;
    width: 11px;
    height: 25px;
    float: left;
    margin-right: 10px;
}
.where-popover .total .woman {
    color: #CE006F;
    text-align: left;
}

.where-popover .cm {
    padding: 5px;
    background-color: #333;
    height: 70px;
}
.where-popover .cm img, section#contacts .cm img {
    max-width: 60px;
    float: left;
}
.where-popover .cm .name, section#contacts .cm .name {
    float: left;
    color: #FFF;
    width: 140px;
    text-align: left;
    margin: 0 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
}
.where-popover .cm .name.single, section#contacts .cm .name {
    margin-top: 10px;
}
.where-popover .cm .role, section#contacts .cm .role {
    float: left;
    width: 140px;
    font-size: 13px;
    color: #AAA;
    text-align: left;
    margin: 3px 10px 0;
}
.where-popover .cm a.page-scroll div {
    float: right;
    width: 60px;
    background-color: #bf0000;
    background-image: url('../img/sprite.svg');
    background-position: -127px -141px;
    padding: 10px 5px;
    border-width: 20px 8px;
    border-style: solid;
    border-color: #bf0000;
}
.where-popover .cm a.page-scroll div:hover {
    background-color: #9d0000;
    border-color: #9d0000;
}

.flags {
    background-image: url('../img/sprite.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    float: right;
    margin-top: 4px;
}
.flags.PT {
    background-position: -50px -399px;
}
.flags.BE {
    background-position: -66px -399px;
}
.flags.BR {
    background-position: -82px -399px;
}
.flags.DE {
    background-position: -98px -399px;
}
.flags.DK {
    background-position: -114px -399px;
}
.flags.ES {
    background-position: -130px -399px;
}
.flags.FI {
    background-position: -146px -399px;
}
.flags.FR {
    background-position: -162px -399px;
}
.flags.US {
    background-position: -178px -399px;
}
.flags.UK {
    background-position: -50px -410px;
}
.flags.IT {
    background-position: -66px -410px;
}
.flags.NL {
    background-position: -82px -410px;
}
.flags.NO {
    background-position: -98px -410px;
}
.flags.PL {
    background-position: -114px -410px;
}
.flags.RU {
    background-position: -130px -410px;
}
.flags.SE {
    background-position: -146px -410px;
}
.flags.TR {
    background-position: -162px -410px;
}
.flags.AU {
    background-position: -178px -410px;
}

section#contacts .cm {
    float: left;
    margin-bottom: 25px;
    width: 270px;
}
section#contacts .cm .name {
    width: 190px;
}
section#contacts .cm .role {
    width: 180px;
}
section#contacts .cm .role .flags {
    margin-left: 3px;
}

@media (max-width:1055px) {
    aside.counters .open {
        margin: 0 10px;
    }
}
@media(max-width:1024px) {
    section#where .btn.btn-default {
        margin: 3px;
        padding: 7px 6px;
    }
    aside.counters .open {
        margin: 0;
    }
    aside.counters .stats .counter {
        font-size: 45px;
        text-align: center;
    }
    aside.counters .stats .text {
        font-size: 20px;
        text-align: center;
    }
    section#technology {
        padding: 90px 0;
    }
    section#team .name {
        font-size: 17px;
        bottom: 50px;
    }
    section#team .role {
        font-size: 11px;
    }
    aside.counters .container {
        padding: 25px 0;
    }
    aside.counters .stats {
        padding: 15px 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    aside.counters .stats .icon_sent, aside.counters .stats .icon_open, aside.counters .stats .icon_click {
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media(max-width:992px) {
    section#where .map .spacer {
        width: 0;
        height: 0;
    }
    section#where .map {
        background: 0;
        height: 280px;
    }
    section#where .map ul.markers li {
        top: 0 !important;
        left: 50% !important;
        background: 0 !important;
    }
    section#where .map ul.markers li .pulse {
        display: none;
    }
    .popover.top {
        margin-top: 245px;
    }
    .country_responsive {
        display: block;
        width: 200px;
        margin: 0 auto !important;
        padding-left: 10px;
    }
    .country_responsive .caret {
        position: absolute;
        right: 15px;
        top: 13px;
    }
    .country_responsive ul.countries {
        margin-left: 25px;
        z-index: 1001;
    }
    .country_responsive button {
        width: 160px;
    }
    .country_normal {
        display: none;
    }
    .navbar-default {
        position: fixed !important;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .navbar-default .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .navbar-default.black-version {
       background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-default .navbar-collapse {
/*        background-color: rgba(0, 0, 0, 0.8);*/
        text-align: center;
        border: 0;
    }
    .navbar-default.navbar-fixed-top {
        margin-top: 0;
    }
    .logo {
        background-position: 0 -286px;
        width: 234px;
        height: 43px;
        margin: 1px 0 0 20px;
    }
    .navbar-default.black-version .logo {
        background-position: 0 -423px;
    }

    .navbar-toggle.btn-close {
        background-image: url('../img/sprite.svg');
        width: 44px;
        height: 34px;
        background-color: #000;
        background-position: 5px -914px;
        background-size: 200px;
    }
    .navbar-toggle.btn-close span {
        display: none;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 25px;
    }
    .navbar-collapse {
        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;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default.navbar-shrink .nav li a {
        color: #FFF;
    }
}

@media(max-width:768px) {

    section {
        padding: 50px 0 25px;
    }
    section h3.section-subheading {
        margin-bottom: 50px;
    }
    section#services .email .icon, .services-modal .email .icon, section#services .monetization .icon, .services-modal .monetization .icon, section#services .design .icon, .services-modal .design .icon {
        margin-bottom: 10px;
    }
    section#services h4, section#services .design h4, section#services .monetization h4 {
        margin: 10px 0 10px;
    }
    section#services p {
        margin-bottom: 20px;
    }
    section#services button {
        margin-bottom: 50px;
    }
    section#technology {
        height: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    section#technology .container {
        margin-top: 585px;
    }
    aside.citations .col-xs-10 {
        font-size: 32px;
        line-height: 38px;
    }
    .modal {
        top: 50px;
    }
    section#contacts {
        background: #000;
/*        height: 800px;*/
        height: 1150px;
        background-image: url('../img/bg_contacts_768.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    section#team .name, section#team .role {
        left: 30px;
    }
    .row {
        margin: 0;
    }
    section#contacts .text-danger {
        bottom: -40px;
    }
    .navbar-default.navbar-fixed-top {
        border-bottom: 1px solid #DDD;
    }
}

@media (max-width: 360px) {
    section h2.section-heading {
        font-size: 43px;
    }
    section h3.section-subheading {
        font-size: 18px;
    }
    .service-heading {
        font-size: 28px;
    }
    section#services p {
        font-size: 15px;
        line-height: 17px;
    }
    section#technology {
        background-size: auto 460px;
    }
    section#technology .container {
        margin-top: 235px;
    }
/*    section#technology .tech_partners img {
        margin: 15px 25px;
    }*/

    section#technology h2.section-heading {
        font-size: 40px;
    }
    section#team h2.section-heading {
        font-size: 43px;
    }
    section#team .name, section#team .role {
        left: 5px;
        font-size: 10px;
        padding: 3px 8px;
        bottom: 33px;
    }
    section#team .role {
        bottom: 15px;
        font-size: 9px;
    }
    section#contacts .section-heading {
        font-size: 43px;
        text-align: center;
    }
    section#contacts .address {
        font-size: 18px;
        text-align: center;
    }
    section#contacts .contact {
        padding-left: 40px;
        padding-right: 40px;
    }
    section#contacts {
        padding: 50px 0;
        height: 1010px;
        background-size: auto 200px;
    }
    section#careers .left-side h2.section-heading {
        font-size: 43px;
    }
    section#careers .left-side p {
        font-size: 17px;
        line-height: 19px;
    }
    section#careers .right-side h2.section-heading {
        font-size: 25px;
    }
    section#clients #clients_carousel .item .row {
        padding: 0;
    }
    section#clients #clients_carousel .client {
        padding: 5px;
    }
    aside.citations {
        padding: 20px 0;
    }
    aside.citations .text-left, aside.citations .text-right {
        font-size: 50px;
        padding: 5px;
    }
    aside.citations .col-xs-10 {
        font-size: 24px;
        line-height: 25px;
        padding: 0;
    }
    aside.citations .col-xs-10 div {
        font-size: 12px;
        margin-top: 5px;
    }
    section#contacts .text-danger {
        bottom: -40px;
    }
    section#careers h4.panel-title {
        font-size: 18px;
    }
    section#clients {
        padding-top: 50px;
    }
    .popover.bottom, .popover.top {
        left: -145px !important;
    }
    .services-modal .modal-content, .legal-modal .modal-content {
        padding: 50px 0 15px;
    }
    .services-modal .modal-content h4, .legal-modal .modal-content h4 {
        font-size: 22px;
        margin: 85px 0 25px;
        text-align: center;
    }
    .services-modal .icon {
        position: absolute;
        top: -130px;
        left: 37%;
    }
    .services-modal .modal-content p, .legal-modal .modal-content p {
        margin-bottom: 20px;
        font-size: 13px;
        color: #FFF;
        text-align: left;
        line-height: 16px;
        text-align: justify;
    }
}

@media (max-width: 320px) {

    footer ul.quicklinks a {
        font-size: 12px;
    }

    section#technology p {
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }
    aside.citations .col-xs-10 {
        font-size: 22px;
        line-height: 24px;
    }
    aside.citations .col-xs-10 div {
        font-size: 11px;
        margin-top: 10px;
    }
    section h2.section-heading {        
        font-size: 39px;
    }
    .popover.bottom, .popover.top {
        left: -145px !important;
    }
    section#contacts .contact {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 25px;
    }
    section#contacts .address {
        line-height: 25px;
    }
    section#careers .left-side p {
        font-size: 15px;
        line-height: 17px;
    }
    section#careers h4.panel-title {
        font-size: 16px;
    }
    section#careers .panel-body p {
        font-size: 14px;
        line-height: 16px;
    }
    section#careers .panel-body {
        font-size: 14px;
    }
    section#team .name, section#team .role {
        padding: 3px 5px;
        font-size: 9px;
    }
}

/***********************/
/**** HELPERS ****/
/***********************/

.mT15px{margin-top: 15px !important;margin-left: 25px !important;}
.mT20px{margin-top: 20px !important;margin-left: 25px !important;}


/***********************/
/**** MEDIA QUERIES ****/
/***********************/

@media (max-width: 1300px) {
/*    section#contacts {
        background-position: 560px top;
    }
*/
    section#technology .tech_partners {
      margin: 10px 0 25px;
    }

    .carousel-custom-caption {
        top: 35%;
    }

    .carousel-custom-caption h2 {
        font-size: 25px;
    }

    .carousel-caption {
        top: 39%;
        right: 15%;
        left: 15%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 80px;
    }

    .carousel-caption p {
        font-size: 21px;
        line-height: 24px;
        margin-top: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1300px){
    section#contacts {
      background-position: 570px top;
    }
}

@media (min-width: 992px) and (max-width: 1100px){
    section#contacts {
      background-position: 460px top;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    section#contacts {
      /*background-position: 430px top;*/
      background-image: none;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {

/*    section#contacts {
        background-position: 460px top;
    }*/


    .carousel-custom-caption {
        top: 31%;
    }

    .carousel-custom-caption h2 {
        font-size: 25px;
    }

    .carousel-caption {
        top: 36%;
        right: 15%;
        left: 15%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 70px;
    }

    .carousel-caption p {
        font-size: 21px;
        line-height: 24px;
        margin-top: 20px;
    }

    section#technology .tech_partners {
      margin: 10px 0 25px;
    }
}

@media (max-width: 992px) {
    .carousel-custom-caption {
        top: 38%;
    }

    .carousel-caption {
        top: 42%;
        right: 15%;
        left: 15%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 58px;
    }

    .carousel-caption p {
        font-size: 21px;
        line-height: 24px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .carousel-custom-caption {
        top: 38%;
    }

    .carousel-caption {
        top: 42%;
        right: 15%;
        left: 15%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 58px;
    }

    .carousel-caption p {
        font-size: 21px;
        line-height: 24px;
        margin-top: 20px;
    }

    .mT15px{margin-top: 25px !important;margin-left: 0px !important;}
    .mT20px{margin-top: 25px !important;margin-left: 0px !important;}
}

@media (max-width: 736px) and (orientation: landscape) {
    .carousel-custom-caption {
        top: 29%;
    }

    .carousel-custom-caption h2 {
        font-size: 15px;
    }

    .carousel-caption {
        top: 35%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
   .carousel-custom-caption {
       top: 44%;
   }

   .carousel-custom-caption h2 {
       font-size: 15px;
   }

   .carousel-caption {
       top: 46%;
       right: 10%;
       left: 10%;
       padding-top: 10px;
   }

   .carousel-caption h1 {
       font-size: 35px;
   }

   .carousel-caption p {
       font-size: 15px;
       line-height: 18px;
       margin-top: 20px;
   } 
}

@media (max-width: 414px) and (orientation: portrait){
    .carousel-custom-caption {
        top: 40%;
    }

    .carousel-custom-caption h2 {
        font-size: 15px;
    }

    .carousel-caption {
        top: 43%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 33px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 667px) and (orientation: landscape){
    .carousel-custom-caption {
        top: 31%;
    }

    .carousel-custom-caption h2 {
        font-size: 15px;
    }

    .carousel-caption {
        top: 38%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 375px) and (orientation: portrait){
    .carousel-custom-caption {
        top: 39%;
    }

    .carousel-custom-caption h2 {
        font-size: 15px;
    }

    .carousel-caption {
        top: 43%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 27px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 568px) and (orientation: landscape){
    .carousel-custom-caption {
        top: 24%;
    }

    .carousel-custom-caption h2 {
        font-size: 15px;
    }

    .carousel-caption {
        top: 32%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 31px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 320px) and (orientation: portrait){
    .carousel-custom-caption {
        top: 35%;
    }

    .carousel-custom-caption h2 {
        font-size: 15px;
    }

    .carousel-caption {
        top: 39%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 27px;
    }

    .carousel-caption p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 320px) and (orientation: landscape) {
    .carousel-custom-caption {
        top: 22%;
    }

    .carousel-custom-caption h2 {
        font-size: 13px;
    }

    .carousel-caption {
        top: 29%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 21px;
    }

    .carousel-caption p {
        font-size: 11px;
        line-height: 13px;
        margin-top: 20px;
    }
}

@media (max-width: 319px) {
    .carousel-custom-caption {
        top: 35%;
    }

    .carousel-custom-caption h2 {
        font-size: 13px;
    }

    .carousel-caption {
        top: 39%;
        right: 10%;
        left: 10%;
        padding-top: 10px;
    }

    .carousel-caption h1 {
        font-size: 21px;
    }

    .carousel-caption p {
        font-size: 11px;
        line-height: 13px;
        margin-top: 20px;
    }
}