/* Fonts */

@font-face {
font-family: 'SalmonFont Regular';
font-style: normal;
font-weight: normal;
src: local('SalmonFont Regular'), url('../fonts/SalmonFont-Regular.woff') format('woff');
}

@font-face {
font-family: 'SalmonFont Medium';
font-style: normal;
font-weight: normal;
src: local('SalmonFont Medium'), url('../fonts/SalmonFont-Medium.woff') format('woff');
}

@font-face {
font-family: 'SalmonFont Demi';
font-style: normal;
font-weight: normal;
src: local('SalmonFont Demi'), url('../fonts/SalmonFont-Demi.woff') format('woff');
}

@font-face {
font-family: 'SalmonFont Bold';
font-style: normal;
font-weight: normal;
src: local('SalmonFont Bold'), url('../fonts/SalmonFont-Bold.woff') format('woff');
}

/* General */
body{
    font-family: "SalmonFont Regular";
    letter-spacing: 0.035em;
    font-size: 19px;
    color: #4B4B4B;
    overflow-x: hidden
}

@media(max-width:991px){
    body {
    font-size: 16px;
}
}

@media(max-width:767px){
    body {
    font-size: 15px;
}
}

@media(max-width:568px){
    body {
    font-size: 14px;
}
}

p a, 
p a:visited,
p a:active,
p a:focus {
    color: white;
    letter-spacing: 0.045em;
}

p a:hover {
    text-decoration: underline;
    color: #FFF;  
}

.underline {
    text-decoration: underline;
}

.bold-txt{
    font-family: "SalmonFont Bold";
} 

/* Buttons */

/* Default Button */
.btn-salmon,
.btn-salmon:focus {
    color: salmon;
    border-color: salmon;
    background-color: transparent;
    margin-top: 1.5em;
    border-width: 2px;
    font-size: 1em;
    padding: 10px 21px 6px 24px;
}

.btn-salmon:hover {
    color: white;
    background-color: salmon;
    border-color: salmon;
}

.btn-salmon:active {
    border-color: white;
    background-color: salmon;
    color: white;
}

/* CTA Button */
.btn-cta,
.btn-cta:focus {
    color: white;
    border-color: salmon;
    background-color: salmon;
    margin-left: 0.3em;
    margin-top: -0.1em;
    border-width: 2px;
    font-size: 1em;
    padding: 10px 21px 6px 24px;
}

.btn-cta:hover {
    color: salmon;
    background-color: white;
    border-color: white;
}

.btn-cta:active {
    border-color: salmon;
    background-color: white;
    color: salmon;
}

/* Header on a main page */
#home{
    background-image:url(../images/header-salmon.gif);
    margin: 0px;
    background-size:cover;
    background-position: 49%;
    min-height:100vh;
}

@media(max-width:767px){
    #home{
        background-position: 37%;
    }
}

#home p{
    font-size: 1.15em
}

@media(max-width:767px){
    #home span {
        display: none
    }
}

@media(max-width:320px){
    #home p.span-two {
        display: none
    }
}

.affix-top .navbar-toggle .icon-bar-inverse {
    background-color: salmon
}

/* Contact */
#contact {
    background-color: #f0f0f0;
}

#contact a {
    color: salmon;
}

#contact a:hover {
    color: salmon;
}

#contact .stgu1 {
    font-family: "SalmonFont Demi";
}

#contact .stgu2 {
    font-family: "SalmonFont Medium";
    font-size: 0.5em;
    display: block;
    margin-top: -0.1em;
}

#contact i {
    font-size: 1.3em;
}

#contact h3 {
    margin-top: -0.4em
}

#contact img {
    margin-top: -0.3em;
    margin-right: 0.3em;
}
#contact .form {
    margin-top: 1em;
    margin-bottom: 2.3em;
}

textarea {
    resize: vertical;
}

#contact .mailandphone {
    line-height: 2em;
    margin-top: 1em;
}

#contact .fa:hover {
    border-bottom: solid 1px salmon;
}

#contact .social {
    margin-top: 0.7em;
}

#contact .stgu {
    letter-spacing: 0.030em
}

#contact .container{
    padding-bottom: 3em;
}

#contact .btn{
    margin-bottom: 3em;
    margin-top: 1em;
}

#contact h2 {
    margin-bottom: 1em;
}

/* Form */
.form-control2 {
  display: block;
  width: 100%;
  height: 45px;
  padding: 9px 12px 5px 12px;
  font-size: 0.8em;
  background-color: #f0f0f0;
  line-height: 1.4;
  color: #4b4b4b;
  border-bottom: 2px solid salmon;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
  font-family: "SalmonFont Regular"
}

.form-control2:active,
.form-control2:focus {
  display: block;
  width: 100%;
  height: 45px;
  padding: 9px 12px 5px 12px;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  color: #4b4b4b;
  border-bottom: 3px solid salmon;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.mess:active,
.mess:focus {
  height: 90px;
}

/* CTA */
.cta {
    background-color: #4b4b4b;
    color: rgba(255, 255, 255, 0.95);
}

.cta p {
    margin-bottom: 3em;
}

.cta .h-cta {
    font-family: "SalmonFont Medium";
    font-size: 2em;
    margin-top: 1.5em;
    letter-spacing: 0.035em;
    margin-bottom: 0.4em;
}

.cta img {
    margin-top: 1.2em;
    margin-left: -1.5em;
}

@media(max-width:991px){
    .cta img {
    margin-left: -2em;
    margin-top: 1.5em;
    height: 150px;
    }
}

@media(max-width:767px){
    .cta p span {
    display: none;
    }
    
    .cta .btn {
    margin: auto
    }
}

@media(max-width:767px){
    .cta img {
    display: none;
    object-fit: contain;
    opacity: 0.2;
    }
    
    .cta div div div {
    text-align: center;
    margin: 0; padding:0
    }
    .cta div div {
        margin: 0; padding:0
    }
}

.header-content-inner {
    margin-top: 25vh;
}

@media(max-width:568px){
    .header-content-inner {
    margin-top: 20vh;
    }
}

/* Header */
h1 {
    margin-bottom: 0.7em;
    font-size: 3em;
    font-weight: 300;
    font-family: "SalmonFont Bold";
    letter-spacing: 0.035em;
}

@media(max-width:767px){
    h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
}

@media(max-width:568px){
    h1 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
    }
}

h2 {
    font-family: "SalmonFont Medium";
    font-size: 2.3em;
    margin-bottom: 0.6em;
    margin-top: 2.2em;
}

h3 {
    font-family: "SalmonFont Medium";
    font-size: 1.5em
}

/* New Service - Section One */

#newservice img {
    margin-top: 4.5em;
    margin-left: -1.3em;
}

#newservice img.img1a {
display: block;
margin-top: 4em;
}
#newservice img.img2a {
display: none;
margin-top: 3.85em;
}
#newservice img.img3a {
display: none;
margin-top: 3.85em;
}

@media(max-width:1199px){
    #newservice img.img1a {
    display: none;
    margin-top: 3.85em;
}
    #newservice img.img2a {
    display: block;
    margin-top: 3.85em;
}
    #newservice img.img3a {
    display: none;
    margin-top: 3.85em;
}
}

@media(max-width:991px){
    #newservice img.img1a {
    display: none;
    margin-top: 3.85em;
}
    #newservice img.img2a {
    display: none;
    margin-top: 3.85em;
}
    #newservice img.img3a {
    display: block;
    margin-top: 4.3em;
}
}

@media(max-width:767px){
    .dis {
        display: none
    }
}

.new-service-txt {
    margin-top: 8em;
    font-size: 0.6em;
    color: rgba(250, 128, 114, 0.6);
    font-family: "SalmonFont Medium";
}

#newservice h2 {
    margin-top: 0em;
}

#newservice .btn {
    margin-bottom: 5em;
}

@media(max-width:767px){
    #newservice {
    background: 
    linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.95)),
    url(../images/new-service3.gif);
    background-position: 90% top;
    background-repeat: no-repeat;
    }
}

/* Section Two */
.section-two {
    background-image:url();
    background-size: cover;
    background-position: 45%;
    background-repeat: no-repeat;
}

.section-two ul {
    line-height: 4.5em;
    font-size: 1.1em;
    list-style-type:none
}

.section-two .last-div {
    margin-bottom: 5em;
}


.section-two img {
    margin-right: 25px;
    margin-left: -10px;
    height: 63px;
}

.section-two .row div ul li img {
    position: absolute;
}

.section-two .row div ul li span {
    margin-left: 3.3em;
    display: inline-block;
    margin-top: 1em
}



.section-two .row div ul li {
    line-height: 1.2em;
    margin-bottom: -1em;
}

@media(max-width:991px){
    .section-two .row div ul li span {
    margin-top: 1.4em;
    }
}

@media(max-width:767px){
    .section-two .row div ul li {
    margin-bottom: 3em;
    }
    
    .section-two .row div ul li span {
    margin-left: 4em;
    }
}

.section-two {
    margin-bottom: 1.2em;
}

.section-two h2 {
    margin-bottom: 1em;
}

/* Section Three */
.section-three {
    background: url(../images/approach.jpg);
    background-size: cover;
    background-position: 40%;
    background-repeat: no-repeat;
}

@media(max-width:767px){
    .section-three {
        background: 
        linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.9)),
        url(../images/approach.jpg);
        background-size: cover;
        background-position: 60%;
        background-repeat: no-repeat;
    }
}

.section-three ol {
    margin-bottom: 5em;
    line-height: 2em;
    font-size: 1.1em;
    margin-left: -0.8em;
}

/* Navbar */
.navbar-brand {
    padding-top: 20px
}

@media(max-width:991px){
    .navbar-brand img {
    height: 40px;
    }
    
    .navbar-nav {
    margin-top: -7px
    }
}

.affix .navbar-brand .img1 {
    display: block
}
.affix .navbar-brand .img2 {
    display: none
}
.affix .navbar-brand .img3 {
    display: none
}
.affix-top .navbar-brand .img1 {
    display: block
}
.affix-top .navbar-brand .img2 {
    display: none
}
.affix-top .navbar-brand .img3 {
    display: none
}

@media(max-width:767px){
    .affix .navbar-brand .img1 {
        display: block
    }
    .affix .navbar-brand .img2 {
        display: none
    }
    .affix .navbar-brand .img3 {
        display: none
    }
    .affix-top .navbar-brand .img1 {
        display: none
    }
    .affix-top .navbar-brand .img2 {
        display: block
    }
    .affix-top .navbar-brand .img3 {
        display: none
    }
}

@media(max-width:450px){
    .affix .navbar-brand .img1 {
        display: block
    }
    .affix .navbar-brand .img2 {
        display: none
    }
    .affix .navbar-brand .img3 {
        display: none
    }
    .affix-top .navbar-brand .img1 {
        display: none
    }
    .affix-top .navbar-brand .img2 {
        display: none
    }
    .affix-top .navbar-brand .img3 {
        display: block
    }
}

.affix-top .navbar-toggle .icon-bar {
    background-color: white;
}

.affix .navbar-toggle .icon-bar {
    background-color: salmon;
}

.navbar .navbar-toggle,
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:active {
    margin-top: 23px;
    background-color: transparent!important;
    border-color: transparent!important
}

.affix.navbar .navbar-toggle,
.affix.navbar .navbar-toggle:hover,
.affix.navbar .navbar-toggle:focus,
.affix.navbar .navbar-toggle:active {
    margin-top: 0.5em;
}

.affix {
    background-color: rgba(255, 255, 255, 0.97) !important;
    width: 100%;
    z-index: 999 !important;
    height: 50px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.affix .navbar-brand img {
    height: 40px;
    margin-top: -15px
}

.affix .navbar-nav>li>a {
    font-size: 0.9em !important;
    color: salmon !important;
}

.affix .navbar-nav span {
    color: salmon;
    text-decoration: underline !important;
}

.affix .nav {
    margin-top: -22px;
}

.navbar-default .navbar-nav>li>a{
    margin-top: 24px;
    color: #FFF;
    letter-spacing: 0.05em;
    margin-left: -0.05em;
}

.navbar-default .navbar-nav>li>a:hover{
    text-decoration: underline;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus{
    text-decoration: underline;
    color: #FFF;
}

.navbar-nav span {
    color: white;
    text-decoration: underline !important;
}

.navbar-default{
    position: fixed;
    background-color: transparent;
    border: none;
    margin: 0px
}

/* Footer */
.footer {
    padding-top: 2em;
    padding-bottom: 0.8em;
    max-height: 65px;
    background-color: #ddd;
    font-size: 0.7em;
    font-family: "SalmonFont Medium";
}

.footer span {
    font-family: "SalmonFont Bold";
}

/* Fullscreen Navigation */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.overlay a {
    padding: 0.11em;
    text-decoration: none;
    font-size: 2em;
    color: salmon;
    display: block;
    transition: 0.3s;
    font-family: "SalmonFont Medium";
}

.overlay a:hover, .overlay a:focus {
    color: #6f6f6f;
}

.closebtn {
    position: absolute;
    top: 3px;
    right: 23px;
    font-size: 30px !important;
    z-index: 9999 !important;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
}

.overlay-content a:last-child {
    margin-bottom: 4em
}

.overlay-content a.full-but {
    font-size: 1.15em !important;
    display: inline;
    margin: 0.75em;
    font-family: "SalmonFont Medium"
}

.overlay-content div {
    background-color: #f0f0f0;
    padding: 0.1em 0em 1.5em;
    margin-top: 2em;
}

/* Bouncing arrow */
.salmon-arrow,
.salmon-arrow:hover,
.salmon-arrow:active,
.salmon-arrow:visited,
.salmon-arrow:focus,
.salmon-arrow:link {
  color: white;
  text-decoration: none;
  font-size: 3em;
    display: block;
    margin-bottom: -10px;
    opacity: 0.75
}

.salmon-arrow-div {
    bottom: 0px;
    right: 50%;
    position: absolute;
    width: 0px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* Header About */
#about{
    background-image:url(../images/about.jpg);
    margin: 0px;
    background-size:cover;
    background-position: 47%;
    min-height:50vh;
}

#about p{
    margin-top: -1em;
    font-size: 1.15em;
}

#about h1 {
    margin-top: -0.5em;
}

@media(max-width:568px){
    #about h1 {
    margin-top: 0.5em;
    }
}

.navbar-about .navbar-nav>li>a{
    margin-top: 24px;
    color: salmon;
    letter-spacing: 0.05em;
}

.navbar-about .navbar-nav>li>a:hover{
    text-decoration: underline;
    color: salmon;
}

.navbar-about .navbar-nav>li>a:focus{
    text-decoration: underline;
    color: salmon;
}

.navbar-about .navbar-nav span {
    color: salmon;
    text-decoration: underline !important;
}

.flag-fix {
margin-right: -1.25em
}

/* Header Portfolio */
#portfolio {
    background-image:url(../images/portfolio.jpg);
    margin: 0px;
    background-size:cover;
    background-position: 1% 1%;
    min-height:50vh;
}

#portfolio p{
    margin-top: -1em;
    font-size: 1.15em;
}

#portfolio h1 {
    margin-top: -0.5em;
}

@media(max-width:568px){
    #portfolio h1 {
    margin-top: 1em;
    }
}

.navbar-portfolio .navbar-nav>li>a{
    margin-top: 24px;
    color: salmon;
    letter-spacing: 0.05em;
}

.navbar-portfolio .navbar-nav>li>a:hover{
    text-decoration: underline;
    color: salmon;
}

.navbar-portfolio .navbar-nav>li>a:focus{
    text-decoration: underline;
    color: salmon;
}

.navbar-portfolio .navbar-nav span {
    color: salmon;
    text-decoration: underline !important;
}

/* Header Services */
#services {
    background-image:url(../images/services.jpg);
    margin: 0px;
    background-size:cover;
    background-position: 1% 1%;
    min-height:50vh;
}

#services p{
    margin-top: -1em;
    font-size: 1.15em;
}

#services h1 {
    margin-top: -0.5em;
}

@media(max-width:568px){
    #services h1 {
    margin-top: 1em;
    }
}

.navbar-services .navbar-nav>li>a{
    margin-top: 24px;
    color: salmon;
    letter-spacing: 0.05em;
}

.navbar-services .navbar-nav>li>a:hover{
    text-decoration: underline;
    color: salmon;
}

.navbar-services .navbar-nav>li>a:focus{
    text-decoration: underline;
    color: salmon;
}

.navbar-services .navbar-nav span {
    color: salmon;
    text-decoration: underline !important;
}

/* Project page */
.img-proj img {
    max-width: 100%;
}

/* Header Project */
#project{
    margin: 0px;
    background-size:cover;
    background-position: 47%;
    min-height:50vh;
}

#project p{
    margin-top: -1em;
    font-size: 1.15em;
}

#project h1 {
    margin-top: -0.5em;
}

@media(max-width:568px){
    #project h1 {
    margin-top: 0.5em;
    }
}

.navbar-project .navbar-nav>li>a{
    margin-top: 24px;
    color: salmon;
    letter-spacing: 0.05em;
}

.navbar-project .navbar-nav>li>a:hover {
    text-decoration: underline;
    color: salmon;
}

.navbar-project .navbar-nav>li>a:focus {
    text-decoration: underline;
    color: salmon;
}

.navbar-project .navbar-nav span {
    color: salmon;
    text-decoration: underline !important;
}

#project .header-content-inner {
    text-align: center
}

/* Team Section */
.section-team {
    background-image:url();
    background-size: cover;
    background-position: 45%;
    background-repeat: no-repeat;
    padding-bottom: 2em;
    padding-top: 2em;
}

.section-team h3 img {
    margin-top: -1em;
    margin-left: 0.2em;
}

.section-team ul {
    line-height: 4.5em;
    font-size: 1.1em;
    list-style-type:none
}

.section-team .last-div {
    margin-bottom: 1em;
}

.img-team {
    width: 100%;
}

.img-change2 {
    width: 100%;
}

.section-team div div div h3 {
    text-align: center;
    margin-top: -0.5em;
    color: white
}

.section-team div div div p {
    text-align: center;
    opacity: 0.5;
    color: white;
}

.section-team {
    background-color: #4b4b4b;
}

@media(max-width:767px){
    .img-change {
        width: 70%;
        margin-left: 15%
    }

    .img-change2 {
        width: 70%;
        margin-left: 15%
    }
}

/* Section four */
.section-four {
    margin-bottom: 4em;
}

/* Section Six */
.section-six ul li {
    line-height: 1.5em;
    font-size: 1.1em;
    margin-left: -1em;
    margin-bottom: 0.5em;
    list-style-type: none;
    font-family: "SalmonFont Medium";
}

.section-six ul p {
    margin-bottom: 2em;
}

.section-six .last-li {
    margin-bottom: 4em;
}

@media(min-width:1200px){
    .section-six .small-col {
        width: 48%;
    }
    
    .section-six .last-li {
        margin-left: 4%
    }
}

.section-six div div div ul li span  {
    border: black 0px solid;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    padding: 0.33em 0.52em 0.18em 0.52em;
    background-color: salmon;
    margin-left: -1em;
    margin-right: 0.25em;
}

.section-six div div div ul li {
    text-indent:-1.1em;
    padding-left: 1em;
}

/* Portfolio */
.inner p .btn {
    margin-top: 1em;
}

.inner h3 {
    margin-top: 3.75em;
}

@media(max-width:991px){
    .inner h3 {
        margin-top: 4.7em;
    }
}

@media(max-width:568px){
    .inner h3 {
        margin-top: 5.6em;
    }
}

.hidden-info a {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    color: salmon
}

.hidden-info p{
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    color: gray
}

.hidden-info p:nth-child(2),
.hidden-info p:nth-child(3){
    font-size: 0.8em;
}

.over-proj:hover .hidden-info a {
    -webkit-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear;
    opacity: 0.95
}

.over-proj:hover .hidden-info p {
    -webkit-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
    opacity: 1;
    color: gray
}

.overlay-project:hover .inner h3 a {
        margin-top: 3.75em;
        color: salmon !important
}

.over-proj {
    min-height: 360px;
    padding: 1em;
    background-size: cover !important;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 5em;
    border-radius: 0.3em;
}

@media(max-width:767px){
    .over-proj {
        border-radius: 0em;
    }
}

.project {
    min-height: 390px;
    padding: 1em;
    background-color: rgba(75, 75, 75, 0);
    -webkit-transition: background-color 1s linear;
    transition:background-color 1s linear;
}

.project:hover {
    -webkit-transition: background-color 0.37s linear;
    transition:background-color 0.37s linear;
    background-color: rgba(255, 255, 255, 0.85);
    display: block;
}

@media(max-width:767px){
    .inner {
        background-color: rgba(255, 255, 255, 0.85);
        display: block;
        -webkit-transition: background-color 0.37s linear;
        transition:background-color 0.37s linear;
        margin-left: -1em;
        margin-right: -1em;
        margin-top: 4em;
        padding-bottom: 1.6em;
    }
    
    .over-proj {
        position: relative
    }

    .project {
        min-height: 415px;
        position: relative
    }
    
    .project h3 {
        margin-top: 1em
    }
    
    .hidden-info a,
    .hidden-info p {
        opacity: 1
    }
    
    .hidden-info p {
        margin-bottom: -0.5em
    }
    
    .inner {
        bottom: 0;
        position: absolute;
        width: 100%;
        margin-top: -1em;
    }
    
    .project:hover {
        background-color: rgba(255, 255, 255, 0);
    }
}

.nopadding {
   padding: 0 !important;
}

/* Colorful selection */
::-moz-selection {
    color: white;
    background: salmon;
}

::selection {
    color: white; 
    background: salmon;
}

/* Preloader */
body {
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/preloader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* Services */
.dark {
    background-color: rgba(0, 0, 0, 0.05)
}

.section-services h3 {
    font-size: 1.8em;
}

.section-services div div div {
    padding-top: 2em;
    padding-bottom: 2em
}

@media(max-width:767px){
    .section-services div div div div:first-child {
        padding-bottom: 0em
    }
}

@media(max-width:767px){
    .section-services div div div div h3 {
        text-align: center;
        margin-top: -1em
    }
    
}

@media(min-width:768px){
    .section-services div div div div h3 {
        margin-top: 0em
    }
}

.service-image {
    max-height: 150px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* Hamburger Menu fix */
.navbar-about .navbar-toggle .icon-bar,
.navbar-portfolio .navbar-toggle .icon-bar, 
.navbar-services .navbar-toggle .icon-bar,
.navbar-project .navbar-toggle .icon-bar,
.navbar-about .navbar-toggle .icon-bar {
    background-color: salmon;
}

/* Section x */
.section-x {
    background-image:url();
    background-size: cover;
    background-position: 45%;
    background-repeat: no-repeat;
    background-color: #4b4b4b;
    padding-bottom: 1em;
    padding-top: 1.15em;
}

.section-x div div div a {
    display: block; 
    text-align: center;
    text-decoration: none;
}

.section-x div div div p {
    opacity: 0.5;
    color: white;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    font-family: "SalmonFont Medium";
}

@media(max-width:767px){
    .section-x div div div p {
    display: none
    }
}

.section-x span {
    font-family: "SalmonFont Medium";
    color: white;
    font-size: 1.3em;
    opacity: 0.95;
}

.project-nav {
    margin-top: 0.2em;
}

.section-x div div div i {
    text-align: center;
    opacity: 0.5;
    color: white;
    display: inline
}

.section-x div div div a:hover i,
.section-x div div div a:hover p,
.section-x div div div a:hover span {
    opacity: 1;
    color: salmon
}

/* Dropdown for languages */
.dropdown-toggle span {
    text-decoration: none !important;
}

.affix .dropdown-toggle span {
    text-decoration: none !important;
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:active,
.navbar-default .navbar-nav>.open>a:visited,
.navbar-default .navbar-nav>.open>a:link {
    background-color: transparent;
    color: salmon
}

.dropdown-menu {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    text-align: center;
    min-width:inherit;
}

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

.dropdown-menu {
    margin-right: 0.9em;
    margin-top: -20px;  
}

.dropdown-menu li a {
    margin-top:-0.25em;
    padding: 7px 12px;
}

.affix .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle i {
    margin-top: -0.5em;
}

.affix .dropdown-toggle {
    margin-bottom: -0.15em
}


@media(max-width:991px){
    .dropdown-menu li a img {
        max-height: 13px
    }
    .affix .dropdown-toggle {
        margin-bottom: -0.2em
    }
    .dropdown-menu {
        margin-right: 1em;
    }
}

.dropdown-menu {
    margin-top: -1.5em;
}

.dropdown-menu li:first-child {
    margin-top:-1.6em;
}

.affix .dropdown-menu li:first-child {
    margin-top:-1.1em;
}

.navbar-home .dropdown-toggle {
    margin-bottom: -0.25em
}

.navbar-home.affix-top .fa-globe {
    margin-top: -0.13em
}

.navbar-home.affix .fa-globe {
    margin-top: -0.04em
}

.affix .fa-globe {
    margin-top: -0.075em
}

.navbar-home.affix-top .dropdown-menu {
    margin-top: 0.45em
}

@media screen and (min-width:992px) {
    .navbar-nav>li>.dropdown-menu {
        margin-top: -1px;
    }
}

/* Main Page Navbar spacings fix */
@media(max-width:991px){
    .navbar-default .navbar-nav>li>a{
        letter-spacing: 0.05em;
        margin-left: -0.7em;
    }
}

/* RO Start fixes */
.ns-ro {
    position: relative;
    min-height:718px
}

.ns-ro2 {
    position:absolute;
    bottom:0
}

/* PL Start fixes */
.ns-pl {
    position: relative;
    min-height:648px
}

.ns-pl2 {
    position:absolute;
    bottom:0
}

@media(max-width:991px){
.ns-pl {
    position: relative;
    min-height:680px
}
}

/* Project 1 */
.proj1-thumb {
    background: url(../images/thumbnail1.jpg); background-position: 100% 99%
}

.proj1 {
    background: 
    linear-gradient(rgba(255,255,255,.80),rgba(255,255,255,.60)),
    url(../images/thumbnail1.jpg); 
    background-position:99% 99% !important;
}

.proj1-txt {
    padding-bottom: 3em;
    color: #4b4b4b
}

.proj1-txt div div div p a {
    color: salmon
}

.proj1-txt h3 {
    margin-top: 2.5em   
}

.proj1-txt-d {
    padding-bottom: 3em;
    color: rgba(255, 255, 255, 0.95);
    background-color: #4b4b4b
}

.proj1-txt-d h3 {
    margin-top: 2.5em   
}

.proj1-mag {
    max-width:100%;
    max-height:100%;
    margin-top:2em
}

.proj1-maps div ul li {
    margin-left: -2em;
    margin-top: 0.7em;
    font-size: 0.8em
}

/* Project 2 */
.proj2-thumb {
    background: url(../images/thumbnail2.jpg); background-position: 100% 80%
}

.proj2-img {
    margin-bottom: 1em;
    margin-top: 1em
}

.proj2-b {
    background-image: url('../images/2_2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0%;
}

@media(max-width:991px){
    .proj2-b {
    background: 
    linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.95)),
    url(../images/2_2.jpg); 
    background-repeat: no-repeat;
    background-position: 0%;
}
}

.proj2 {
    background: 
    linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.70)),
    url(../images/2_7.jpg); 
    background-position:1% 30% !important;
}

.proj2-bb {
    background-image: url('../images/2_3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0%;
}

@media(max-width:767px){
    .proj2-bb {
    background: 
    linear-gradient(rgba(75,75,75,.92),rgba(75,75,75,.95)),
    url(../images/2_3.jpg); 
    background-repeat: no-repeat;
    background-position: 0%;
}
}

.proj2-bbb {
    background-image: url('../images/2_5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 95% 0%;
}

@media(max-width:767px){
    .proj2-bbb {
    background: 
    url(../images/2_6.png); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 95%;
}
}

.proj2-txt {
    padding-bottom: 3em;
}

.proj2-txt h3 {
    margin-top: 2.5em   
}

/* Project 3 */
.proj3-thumb {
    background: url(../images/thumbnail3.jpg); background-position: 10% 90%
}

.proj3-intro {
    margin-bottom: 4em;
    margin-top: 3.5em;
}

.proj3 {
    background: 
    linear-gradient(rgba(255,255,255,.70),rgba(255,255,255,.50)),
    url(../images/3_1.jpg); 
    background-position:1% 30% !important;
}

.proj3-txt {
    background-color:#4b4b4b;
    padding-bottom: 3em;
    color: rgba(255, 255, 255, 0.95);
}

.proj3-txt h3 {
    margin-top: 2.5em   
}

.proj3-last {
    margin-bottom: 4em
}

.proj3-first {
    margin-top: 4em;
}

.proj3-mag {
    max-width:100%;
    max-height:100%;
    margin-top:2em
}

/* Project 4 */
.proj4-img {
    max-width:100%;
    max-height:100%;
    margin-top:2em;
    margin-bottom:2em;
}

.proj4-img2 {
    max-width:100%;
    max-height:100%;
    margin-top:2em;
}

.proj4-img3 {
    max-width:100%;
    max-height:100%;
    margin-top:1em;
    padding: 2em
}

@media(max-width:991px){
.proj4-img3 {
    max-width:100%;
    max-height:100%;
    margin-top:1em;
    padding: 1.5em
}
}

@media(max-width:767px){
.proj4-img3 {
    max-width:100%;
    max-height:100%;
    margin-top:1em;
    padding: 3em
}
}

@media(max-width:500px){
.proj4-img3 {
    max-width:100%;
    max-height:100%;
    margin-top:1em;
    padding: 1.5em
}
}


.proj4-thumb {
    background: url(../images/thumbnail4.jpg); background-position: 87% 50%
}

@media(min-width:1200px){
 .proj4-thumb {
    background: url(../images/thumbnail4.jpg); background-position: 50% 75%
}
}

.proj4 {
    background: 
    linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.75)),
    url(../images/thumbnail4.jpg); 
    background-position:50% 10% !important;
}

.proj4-txt {
    background-color:#009de0;
    color: rgba(255, 255, 255, 0.95);
}

.proj4-txt h3 {
    margin-top: 2.5em   
}

.proj4-txt2 h3 {
    margin-top: 3em   
}

.proj4-txt3 {
    background-color:#4b4b4b;
    color: rgba(255, 255, 255, 0.95);
}

.proj4-txt3 p {
    padding-bottom: 3em
}

.proj4-txt3 h3 {
    margin-top: 2em   
}

.proj4-mag {
    max-width:100%;
    max-height:100%;
    margin-top:2em;
    padding-bottom:2em
}

@media(max-width:767px){
    .proj4-mag {
    padding-bottom:0em
}
}

.img1b {
    max-width:100%;
    max-height:100%;
    display: block;
    margin-top: 4em;
}
.img2b {
    max-width:100%;
    max-height:100%;
    display: none;
    margin-top: 3.85em;
}

@media(max-width:1199px){
    .img1b {
    display: none;
    margin-top: 3.85em;
}
    .img2b {
    display: block;
    margin-top: 3.85em;
}
}

.proj4-hid {
    display: block;
}
.proj4-sho {
    display: none;
}

@media(max-width:767px){
    .proj4-hid {
    display: none;
}
    .proj4-sho {
    display: block;
}
    .img2b {
        margin-top: 1em
    }
}

.img2b, .img1b {
    margin-bottom: 2em
}

.proj4-top {
    margin-top: -2em
}

.proj4-but {
    text-align:center;
    padding-bottom:3em
}

.proj4-cta {
    color: #4b4b4b;
    background: rgba(75, 75, 75, 0.2)
}

@media(max-width:767px){
    .proj4-cta .btn {
    margin-bottom: 3em
}

}

/* Project 5 */
.proj5-thumb {
    background: url(../images/thumbnail5.jpg); background-position: 15% 20%;
}

.proj5-img {
    margin-bottom: 1.4em
}

.proj5-first {
    margin-top: 2em
}

.proj5 {
    background: 
    linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.70)),
    url(../images/5_1.jpg); 
    background-position:1% 30% !important;
}

/* Project 6 */
.proj6-thumb {
    background: url(../images/thumbnail6.jpg);
}

.proj6 {
    background: 
    linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.70)),
    url(../images/6_1.jpg); 
    background-position:1% 30% !important;
}

.proj6-b {
    background-image: url('../images/6_3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5%;
    padding-bottom: 3em;
    margin-bottom: -3em
}

@media(max-width:767px){
    .proj6-b {
    background: 
    linear-gradient(rgba(75,75,75,.92),rgba(75,75,75,.95)),
    url(../images/6_3.jpg); 
    background-repeat: no-repeat;
    background-position: 90%;
}
}

.proj6-bb {
    background-image: url('../images/6_4.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 10%;
}

@media(max-width:1199px){
    .proj6-bb {
    background-image: url('../images/6_4.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 110% 10%;
    }
}

@media(max-width:991px){
    .proj6-bb {
    background-image: url('../images/6_4.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 125% 0%;
    }
}

@media(max-width:767px){
    .proj6-bb {
    background-size: 0 0;
}
}

.proj6-mag {
    max-width:100%;
    max-height:100%;
    margin-top:2em;
}

/* Project 7 */
.proj7-thumb {
    background: url(../images/thumbnail7.jpg);
}

@media(max-width:1199px){
    .proj7-thumb {
    background: url(../images/thumbnail7.jpg) 55%;
    }
}

@media(max-width:991px){
    .proj7-thumb {
    background: url(../images/thumbnail7.jpg) 90% 51%;
    }
}

@media(max-width:400px){
    .proj7-thumb {
    background: url(../images/thumbnail7.jpg) 50% 0%;
    }
}

.proj7-thumb a {
    text-decoration: none
}

/* Project 8 */
.proj8-thumb {
    background: url(../images/thumbnail8.jpg) 0% 23%;
}

@media(max-width:1199px){
    .proj8-thumb {
    background: url(../images/thumbnail8.jpg) 0% 5%;
    }
}

@media(max-width:991px){
    .proj8-thumb {
    background: url(../images/thumbnail8.jpg) 0% 26%;
    }
}

@media(max-width:400px){
    .proj8-thumb {
    background: url(../images/thumbnail8.jpg) 52% 0%;
    }
}

.proj8-thumb a {
    text-decoration: none
}

.short-description {
    color: #4b4b4b !important;
    margin-top: 1.5em !important;
    font-size: 1em !important;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.short-description a {
    color: salmon !important;
}

@media(min-width:992px){
    .move-up {
    margin-top: 1.5em !important;
    }
}

.hide {
    display: none
}