 html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #B6B6B6;
}

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

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

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

a {
    color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    color: #fff;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h4 {
    font-size: 20px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-grey {
    background-color: #4A4A4A;
}

.bg-lighter-grey {
    background-color: #727272;
}

.bg-dark-grey {
    background-color: #333333;
}

.btn-primary {
    border-color: #F44336;
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #F44336;
}

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

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

.btn-xl {
    padding: 20px 40px;
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #ffffff;;
    border-radius: 4px;
    background-color: transparent;
    color: #ffffff!important;
    transition: background-color 0.5s ease 0s;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #F44336!important;
}

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

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

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

.navbar-brand {
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,cursive;
    color: #F44336;
    line-height: 50px;
    max-width: 235px;
}

.navbar-brand img {
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}

@media \0screen\,screen\9 { /* IE8 and below */
    .navbar-brand img {
        top: -50%;
    }
}

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

.navbar-collapse {
    float: right;
    border: none;
}

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

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

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

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

.navbar-default .nav { 
    margin-right: 15px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #b1b1b1;
    transition: color 1s ease 0s;
}

.navbar-nav li:first-child a:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f015";
    width: 20px;
    line-height: 16px;
}

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

@media(max-width:767px) {

    .navbar-collapse {
        float: left;
        background-color: #242424;
        padding: 5px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 5px;
    }

    .navbar-fixed-top .navbar-collapse {
      max-height: 450px;
  }

  .navbar-header {
    background-color: #262626;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.navbar-nav {
    margin: 5px 0 5px 10px;
}

.navbar-brand img {
    top: 41%;
}

.navbar-default .nav li a {
    display: block;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 11px 15px;
    line-height: 16px;
}

ul.dropdown {
    margin: -5px 0 5px 10px;
}

.dropdown, 
.dropdown li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown li a {
    display: block;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 11px 15px;
    line-height: 8px;
}

.dropdown li a:hover,
.dropdown li a:focus {
    text-decoration: none;
    outline: 0;
    color: #b1b1b1;
    transition: color 1s ease 0s;     
}

.dropdown li.dropdown-items {
    display: block;
}

.dropdown li.dropdown-items a {
    padding-left: 5px;
}

.dropdown li a span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px; 
}
}

@media(min-width:768px) {

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: rgba(0, 0, 0, 0.7);
        -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 .nav li a {
        display: block;
        font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        padding: 5px 15px;
        line-height: 45px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #262626;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-default.navbar-shrink .navbar-nav li a {
        color: #fff;
    }

    .navbar-default.navbar-shrink .navbar-nav a:hover,
    .na.shrinkvbar-default.navbar-shrink .navbar-nav a:focus    {
        color: #b1b1b1;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: color;
        transition-timing-function: ease;
    }

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

    ul.dropdown
    {
        display: block;
        float: right!important;
        margin-top: 7px;
    }

    .dropdown, 
    .dropdown ul,
    .dropdown li
    { 
        margin: 0px; 
        padding: 0px; 
        list-style: none;
    }

    .dropdown a, 
    .dropdown a:visited 
    { 
        font-size: 14px;
        color: #333; 
        text-decoration: none; 
        outline: none;
    }

    .dropdown a:hover 
    { 
        color: #5d4617;
    }

    .dropdown ul li.dropdown-item a:hover, 
    .dropdown ul li.dropdown-item a:focus 
    { 
        color: #5d4617; 
        border: 1px solid #5d4617;
    }

    .dropdown-selected-item {
        height: 40px;
    }

    .dropdown-selected-item a {
        position: relative;
        display: block;
        cursor: pointer; 
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 1px solid white;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        -webkit-box-shadow: 0px 0px 2px 0px #333; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
        -moz-box-shadow: 0px 0px 2px 0px #333;
        box-shadow: 0px 0px 2px 0px #333; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    }

    .dropdown:hover li a {
        background-color: white;  
    }

    .dropdown-selected-item img {
        position: absolute;  
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;  
        margin: auto; 
    }

    .dropdown-selected-item a span {
        display: none;
    }

    .dropdown:hover .dropdown-selected-item span 
    {
        background-color: white;
    }

    .dropdown-selected-item span:before 
    {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .dropdown-selected-item span img 
    {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #555;
    }

    .dropdown-items
    {
        position: relative;
    }

    .dropdown-items ul
    { 
        position: absolute; 
        display: none;
        top: 0px;
        right: 0px; 
        background-color: white; 
        color: #C5C0B0; 
        width: auto; 
        min-width: 170px; 
        list-style: none;
        -webkit-box-shadow: 0px 0px 2px 0px #333; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
        -moz-box-shadow: 0px 0px 2px 0px #333;
        box-shadow: 0px 0px 2px 0px #333; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    }

    .dropdown-items ul li a 
    { 
        padding: 8px 12px; 
        display: block;
    }

    .dropdown-items ul li a:hover 
    { 
        background-color: #333;
        color: white;
    }

    .dropdown-items ul li a span {
        display: inline-block;
        height: 16px;
        vertical-align: top;
        margin-left: 5px;
        font-weight: bold;
    }

    .copyright {
        text-align: left;
    }

    .social {
        text-align: right;
    }
}

header {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000; /* Chrome, Firefox 3.5+, IE 10+, Opera 9+, Safari 1+ */
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

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

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

header .slider-line {
    margin: 25px 0;
}

header .img {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* IE8 graceful degradation */
    background-position: 50% 50%\9 !important;
}

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

    header .intro-text .intro-lead-in {
        margin-bottom: 50px;
        font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 36px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    section {
        padding: 150px 0;
    }

    section#services {
        padding: 150px 0 75px 0;
    }

    #usluge .portfolio-item {
        margin: 0 0 30px;
    }
}

section {
    padding: 150px 0;
}

section#services {
    padding: 150px 0 75px 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: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

section#references p {
    color: #fff;
}

section#references .fa-check {
    line-height: 26px;
}

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

.service-heading.single {
    margin: 15px 0 75px 0;
}

#usluge .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

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

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

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

#usluge .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;
}

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

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

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

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

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

#usluge * {
    z-index: 2;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: 2px;
    margin-left: -1.5px;
    background-color: white;
}

.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: 90%;
    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: 120px;
    height: 120px;
    margin-left: 0;
    border: 7px solid white;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #FCC41C;
}

.timeline>li .timeline-image h4 {
    margin-top: 18px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    font-weight: bold;
    text-shadow: #c99d16 1px 1px 2px;
}

.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;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    color: #b6b6b6;
    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: 38%;
        padding: 0 20px 20px 0;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {

    .navbar-default .nav li a {
        padding: 5px 15px;
    }

    .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: 28px;
    }

    .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;
}

section#contact {
    padding: 150px 0 0 0;
}

section#contact p {
    color: #B6B6B6;
}

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 .form-control:focus {
    border-color: #F44336;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    color: #fff;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

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;
    text-decoration: none;
    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: #F44336;
}

ul.social-buttons li i {
    display: inline;
    line-height: 40px;
}

.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;
    -moz-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: "Myriad Set Pro","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;
}

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

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

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

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

img::selection {
    background: 0 0;
}

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

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

.intro-text a
{
    background-color: transparent;
    color: #ffffff!important;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: auto;
    text-decoration: none;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 0px 2px 0px #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    -moz-box-shadow: 0px 0px 2px 0px #000;
    box-shadow: 0px 0px 2px 0px #000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    transition: background-color 0.5s ease 0s;
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}

@webkitkeyframes bounce {
   0%, 40%, 100%  {webkittransform: translateY(0); }
   20% {webkittransform: translateY(20px); }
}

@mozkeyframes bounce {
   0%, 40%, 100%  {moztransform: translateY(0);}
   20% {moztransform: translateY(20px);}
}

@okeyframes bounce {
   0%, 40%, 100%  {otransform: translateY(0);}
   20% {otransform: translateY(20px);}
}

@keyframes bounce {
   0%, 40%, 100% {transform: translateY(0); }
   20% {transform: translateY(20px); }
}

.intro-text a:hover,
.intro-text a:focus,
.intro-text a:active,
.intro-text a.active {
    background-color: #ffffff;
    color: #FCC41C!important;
}

.intro-text a:active,
.intro-text a.active {
    background-image: none;
}

.intro-text a i
{
    line-height: 70px;
    font-size: 45px;
}

/* Back to top */
.to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 27px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(37, 37, 37, 0.8) url(../images/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px
  -webkit-border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.to-top.is-visible, .to-top.fade-out, .to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.to-top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.to-top:hover {
  background-color: #FF5252;
  opacity: 1;
}

.fa-stack {
    color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
  .to-top {
    right: 20px;
    bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
  .to-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 27px;
}
}

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}

@media only screen and (min-width: 768px) {
  #google-container {
    height: 200px;
}
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 500px;
}
}

#google-map {
  position: relative;
  margin: 50px -15px 0 -15px;
  padding: 0;
}

#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  margin-left: -15px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #FF5252;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/contact/icon-controller.svg");
}

#zoom-in:hover, #zoom-out:hover {
  background-color: #F44336;
}

@media only screen and (min-width: 768px) {
  #zoom-in, #zoom-out {
    margin-left: 50px;
}
}

#zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
  #zoom-in {
    margin-top: 50px;
}
}

#zoom-out {
  background-position: 50% -32px;
}