/*
* Author: Wisely Themes
* Author URI: http://themeforest.net/user/wiselythemes
* Theme Name: Mochito
* Theme URI: http://themeforest.net/user/wiselythemes
* Version: 1.0
*/
/* Table of Content
==================================================
	#Variables
	#Mixins
	#Typography
	#General
	#Header
	#Navigation
	#Portfolio
	#Services
	#About
	#Contacts
	#Footer
	#Media Queries */
/* Variables
================================================== */
/* Mixins
================================================== */
/* A helper mixin for applying high-resolution background images (http://www.retinajs.com) */
/* #Typography
================================================== */
a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Economica', sans-serif; */
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 37pt;
    color: #404d75;
}

h2 {
    font-size: 32pt;
}

h3 {
    font-size: 24pt;
    line-height: 24pt;
    color: #404d75;
}

h4 {
    font-size: 18pt;
    color: #404d75;
}

h5 {
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 10pt;
}

/* #General
================================================== */
html {
    overflow: auto;
}

body {
    padding: 0;
    color: #5b5b5b;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    /* -webkit-backface-visibility: hidden; */
}

p {
    font-size: 16px;
    line-height: 28px;
}

li {
    font-size: 16px;
    padding-bottom: 10px;
}

::selection {
    background: #404d75;
    color: #fff;
}

::-moz-selection {
    background: #404d75;
    color: #fff;
}

input,
button,
select,
textarea {
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

button {
    /* font-family: 'Economica', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

section {
    position: relative;
    padding: 60px 0;
    background-color: #f2f2f2;
}

input,
textarea,
.uneditable-input {
    width: 96%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 32px;
    padding: 4px 2%;
    line-height: 32px;
    color: #fff;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 255, 255, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: 'inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4)';
    -moz-box-shadow: 'inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4)';
    box-shadow: 'inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4)';
}

textarea {
    height: 72px;
    resize: vertical;
}

.invalid {
    border-color: #E9322D !important;
    -webkit-box-shadow: '0 0 6px #F8B9B7 !important';
    -moz-box-shadow: '0 0 6px #F8B9B7 !important';
    box-shadow: '0 0 6px #F8B9B7 !important';
}

#wrap {
    position: relative;
    /* margin-top: 750px; */
    /*480px*/
    width: 100%;
    z-index: 10;
}

.center {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.section-title {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
}

.section-desc {
    margin-bottom: 40px;
}

.btn {
    /* font-family: 'Economica'; */
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 6px 16px;
    font-size: 16pt;
    color: #5b5b5b;
    text-shadow: none;
    background-color: transparent;
    *background-color: transparent;
    background-image: none;
    border: 3px solid #E8E8E8;
    filter: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #404d75;
    border-color: #404d75;
    background-color: transparent;
}

.btn:active,
.btn.active {
    background-color: transparent \9;
}

.btn:hover,
.btn:focus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:focus {
    outline: none;
    outline-offset: 0px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.btn.disabled,
.btn.disabled,
.btn[disabled] {
    background-color: transparent;
    border: 3px solid #E8E8E8;
    color: #5b5b5b;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.btn-large {
    padding: 16px 23px;
    font-size: 20pt;
    border-width: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-right: 8px;
}

.btn-small {
    padding: 2px 6px;
    font-size: 12pt;
    border-width: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn.full-color {
    color: #fff;
    background-color: #404d75;
}

.btn.full-color:hover {
    color: #404d75;
    background-color: transparent;
}

.btn.btn-icon {
    padding: 10px 23px;
}

.btn.white {
    color: #404d75;
    border-color: #E2E2E2;
    background-color: #fff;
}

.btn.white:hover {
    border-color: #fff;
    background-color: #404d75;
    color: #fff;
}

.btn.white:hover.disabled {
    color: #404d75;
    border-color: #E2E2E2;
    background-color: #fff;
}

.btn.white2 {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 700;
}

.btn.white2:hover {
    color: #404d75;
    border-color: #404d75;
}

.btn.white2:hover.disabled {
    color: #404d75;
    border-color: #404d75;
    background-color: transparent;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff !important;
    background-color: #da4f49 !important;
    *background-color: #da4f49;
    border-color: #bd362f !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff !important;
    background-color: #5bb75b !important;
    *background-color: #51a351;
    border-color: #51a351 !important;
}

.parallax {
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent;
    margin-bottom: 40px;
}

/* #Header
================================================== */
#header {
    background-image: url(../../assets/img/patterns/pattern9_black.png);
    background-repeat: repeat;
    background-position: top center;
    background-color: #404d75;
    color: white;
    min-height: 700px;
    padding: 0 0 40px 0;
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: table;
    text-align: center;
}

#logo {
    display: inline-block;
    padding-top: 74px;
    max-width: 100%;
}

/* #Navigation
================================================== */
.nav-section {
    padding: 0;
    height: 76px;
}

.nav-section:before {
    content: "";
    position: absolute;
    top: -144px;
    left: 0;
    width: 100%;
    height: 144px;
    /* background-repeat: repeat-x;
	background-position: center center;
	background-image: url('../img/bg_bottom_header.png'); */
}

.logo-row {
    margin-top: 20px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    /* .nav-section:before {
		background-image: url('../img/bg_bottom_header@2x.png');
		background-size: auto auto;
	} */
}

.nav-section .nav-button {
    position: absolute;
    top: 10px;
    left: 10%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav-section .nav-button img {
    height: 56px;
}

#nav {
    position: relative;
    padding: 15px 0;
    margin: 0;
    width: auto;
    text-align: center;
}

#nav ul {
    margin: 0 auto;
    list-style: none;
    display: block;
}

#nav ul>li {
    display: inline-block;
    margin: 0 3px;
    padding-bottom: 0;
}

#nav ul>li>a {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #AEB2B3;
    /* font-family: 'Economica'; */
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#nav ul>li>a:hover,
#nav ul>li>a:focus,
#nav ul>li>a.active {
    text-decoration: none;
    background-color: #e6e6e6;
    color: #404d75;
}

#nav ul>li>a.icon:hover,
#nav ul>li>a.icon:focus {
    background: none;
}

#mobile-nav {
    display: none;
    background-color: #e6e6e6;
    border: 1px solid #404d75;
    width: 220px;
    color: #404d75;
}

.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #bfbfbf;
    -moz-box-shadow: 0 0 10px #bfbfbf;
    box-shadow: 0 0 10px #bfbfbf;
}

.stuck #mobile-nav {
    float: right;
    margin-right: 10%;
}

/* #Portfolio
================================================== */
#portfolio-grid {
    padding: 0 0 50px 0;
}

#filters {
    list-style-type: none;
    text-align: center;
    margin: 0 auto 10px;
}

#filters li {
    display: inline-block;
    padding: 1px 8px;
    cursor: pointer;
    margin: 0 4px 10px;
    border: 1px solid #B5B7B6;
    text-transform: uppercase;
    /* font-family: 'Economica'; */
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#filters li:hover,
#filters li.active {
    border-color: #404d75;
    color: #404d75;
}

#folio-items {
    list-style-type: none;
    position: relative;
    /** Needed to ensure items are laid out relative to this container **/
    margin: 0;
}

#folio-items li {
    display: none;
    /** Hide items initially to avoid a flicker effect **/
    width: 300px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    /* -webkit-backface-visibility: hidden; */
}

#folio-items li.inactive {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transform: scale(0) !important;
    -moz-transform: scale(0) !important;
    -o-transform: scale(0) !important;
    transform: scale(0) !important;
}

#folio-items li.fixed-folio-item {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

#folio-items li img {
    display: block;
    width: 100%;
}

#folio-items li>div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(64, 77, 117, 0.75);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#folio-items li:hover>div {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#folio-items li>div .tags {
    display: block;
    width: 84%;
    margin: 15px 5%;
    padding: 7px 3%;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    color: #bababa;
}

#folio-items li>div .tags a {
    color: #bababa;
}

#folio-items li>div .tags a:hover {
    color: #fff;
}

#folio-items li>div .info {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
}

#folio-items li>div h2,
#folio-items li>div h5 {
    width: 90%;
    margin: 0 5%;
    color: #fff;
}

.btn-folio {
    margin-left: 5%;
    margin-top: 25px;
    color: #fff;
    border-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-folio:hover {
    border-color: #fff;
    background-color: #e6e6e6;
    color: #404d75;
}

#folio-items li.disable {
    display: none !important;
}

.project-page {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 105%;
    overflow: hidden;
    z-index: 1001;
    background-color: #f2f2f2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    transition: left .5s ease;
    -webkit-box-shadow: 10px 10px 10px 10px #000;
    -moz-box-shadow: 10px 10px 10px 10px #000;
    box-shadow: 10px 10px 10px 10px #000;
}

.project-page>button {
    float: right;
    margin: -60px 12px 20px 0;
}

.project-header {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    padding-bottom: 132px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #eaeaea;
}

.project-header>img {
    min-height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    z-index: 0;
}

.project-header:after {
    content: "";
    width: 100%;
    height: 144px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../img/bg_bottom_header.png');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    /* .project-header:after {
        background-image: url('../img/bg_bottom_header@2x.png');
        background-size: auto auto;
    } */
}

.project-header button {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.project-header .container {
    position: relative;
    z-index: 1;
}

.project-desc {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 60px;
}

.project-desc img {
    margin: 18px;
}

.project-desc p {
    padding: 18px;
    color: #686868;
}

.project-desc a {
    color: #A5A5A5;
}

.project-overview h3 {
    color: #686868;
    margin-top: 40px;
    margin-bottom: 20px;
}

.project-overview img {
    margin-bottom: 70px;
}

.moveFromRight {
    left: 0;
}

/* #Services
================================================== */
#services-img {
    background-image: url('../img/slide_02.jpg)');
    /*.at2x('http://placehold.it/1920x1440');*/
    ;
}

#workwithus {
    margin: 0 30px;
    line-height: 28px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    /* #services-img {
        background-image: url('../img/slide_02@2x.jpg)');
        background-size: auto auto;
    } */
}

#services-container {
    display: block;
    width: 100%;
    min-height: 70px;
    background-repeat: no-repeat;
    background-position: center 35px;
    background-image: url('../../assets/img/line_services.png');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    /* #services-container {
        background-image: url('../../assets/img/line_services@2x.png');
        background-size: auto auto;
    } */
}

.services-item {
    float: left;
    padding: 2%;
    width: 21%;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services-item:hover {
    background-color: rgba(220, 220, 220, 0.5);
}

.services-item i {
    display: inline-block;
    font-size: 32pt;
    cursor: default;
    margin-bottom: 14px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #404d75;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.3);
    -moz-box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.3);
    box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.3);
}

.services-item i:before {
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.services-item i:after {
    display: none;
}

.no-touch .services-item:hover i {
    background: #ffffff;
    color: #404d75;
    -webkit-box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
    -moz-box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
    box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
}

.no-touch .services-item:hover i:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    -o-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-o-keyframes toTopFromBottom {
    49% {
        -o-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -o-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.services-item h3 {
    width: 90%;
    margin: 0 auto 20px;
}

.services-item h3 span {
    color: #8f8f8f;
    font-size: 20pt;
}

/* #About
================================================== */
#about-img {
    margin-top: -8%;
    /* background-image: url('http://graduateinstitute.ch/files/live/sites/iheid/files/backgrounds/About-Us_c.jpg'); */
}

#about {
    background-image: url(../../assets/img/patterns/pattern9_black.png);
    background-repeat: repeat;
    background-position: top center;
    background-color: #404d75;
    color: #E3E3E3;
    padding: 120px 0;
}

#about h1 {
    color: #FFF
}

#about p {
    font-size: 22px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    /* #about-img {
		background-image: url('http://graduateinstitute.ch/files/live/sites/iheid/files/backgrounds/About-Us_c@2x.jpg');
		background-size: auto auto;
	} */
}

.team-member {
    /* float: left; */
    display: inline-block;
    width: 46%;
    margin: 0 2% 40px;
    z-index: 11;
}

.team-member-img {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member-img h2 {
    background-color: #404d75;
    color: #fff;
    height: 60px;
    width: 100%;
    padding: 0;
    text-indent: 4%;
    line-height: 60px;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.team-member-img:hover {
    margin-bottom: 94px;
}

.team-member-img:hover h2 {
    bottom: -60px;
}

.team-member-img h2 span {
    font-size: 16pt;
    position: relative;
    top: -6px;
}

.team-member-img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#skills h4 {
    display: inline-block;
    margin-bottom: 14px;
    width: 96%;
    margin-left: 2%;
}

.progress {
    position: relative;
    width: 96%;
    min-height: 35px;
    height: auto !important;
    border: 1px solid #D9D9D9;
    margin: 0 0 6px 2%;
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress .bar {
    height: 100%;
    color: #E7E8EA;
    /*#9FA3A4;*/
    text-align: right;
    line-height: 35px;
    width: 0;
    background-color: #E7E8EA;
    float: none;
    font-size: inherit;
    text-shadow: none;
    background-image: none;
    filter: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress span {
    position: relative;
    display: block;
    padding: 10px;
    /* top: 7px;
    left: 5px; */
    color: #000;
}

#skills i {
    display: block;
    color: #e6e6e6;
    font-size: 60pt;
    width: 100%;
    text-align: center;
    margin: 40px 0 10px;
}

/* #Contacts
================================================== */
#contacts {
    background-image: url(../../assets/img/patterns/pattern9_black.png);
    background-repeat: repeat;
    background-position: top center;
    background-color: #404d75;
    color: #E3E3E3;
    padding: 100px 0 0;
}

/* #contacts:before { */
    /* content: "";
    width: 100%;
    height: 138px;
    position: absolute;
    top: 0;
    left: 0; */
    /* background-repeat: repeat-x;
	background-position: top center;
	background-image: url('../img/bg_top_contacts.png'); */
/* } */

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    /* #contacts:before {
        background-image: url('../img/bg_top_contacts@2x.png');
        background-size: auto auto;
    } */
}

#contacts h1 {
    color: #fff;
}

#form-opt {
    list-style-type: none;
    text-align: center;
    margin: 0 auto 10px;
}

#form-opt li {
    display: inline-block;
    padding: 1px 8px;
    cursor: pointer;
    margin: 0 4px 10px;
    border: 1px solid #b7b7b7;
    text-transform: uppercase;
    /* font-family: 'Economica'; */
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

#form-opt li:hover,
#form-opt li.active {
    border-color: #fff;
    color: #fff;
}

#contacts .btn {
    margin-top: 15px;
}

#form-contact {
    width: 96%;
    padding: 0 2%;
}

#form-contact .hide {
    height: 0px;
    display: block;
    visibility: hidden;
}

.contacts-info {
    margin: 20px 0;
    text-align: center;
}

.contacts-info a {
    color: #e3e3e3;
}

.contacts-info i {
    margin-right: 10px;
    color: #404d75;
    background-color: #fff;
    width: 22px;
    height: 19px;
    display: inline-block;
    padding-top: 3px;
    text-align: center !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#map_canvas {
    width: 100%;
    height: 400px;
}

.map-address {
    color: #ababab;
}

/* #Footer
================================================== */
#footer {
    position: relative;
    color: #fff;
    background-color: #404d75;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0;
    /* font-family: 'Economica', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
    z-index: 10;
}

#sn-icons a {
    display: inline-block;
    margin: 15px 8px 0 0;
    font-size: 22pt;
    color: #fff;
    overflow: hidden;
    width: 25px;
    height: 30px;
}

#sn-icons a:hover {
    text-decoration: none;
}

#sn-icons a i {
    position: relative;
    top: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#sn-icons a:hover i {
    top: -30px;
}

#sn-icons a i.grey {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* #Template Settings Panel
================================================== */
#template-settings {
    position: fixed;
    width: 165px;
    top: 20px;
    left: -185px;
    background-color: #e8e8e8;
    z-index: 2000;
    padding: 12px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
    -moz-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
    box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
}

#template-settings>i {
    position: absolute;
    top: 0px;
    right: -36px;
    cursor: pointer;
    background-color: #e8e8e8;
    padding: 2px 5px 7px;
    width: 26px;
    height: 27px;
    font-size: 20pt;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
    -moz-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
    box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
}

#template-settings h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

#template-settings input,
#template-settings select {
    margin-bottom: 20px;
}

#template-settings select {
    width: 150px;
    height: 33px;
    padding: 4px 0 0 5px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cecece;
    color: #747474;
    font-size: 9pt;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.settings-pattern {
    margin-bottom: 20px;
}

.settings-pattern span {
    cursor: pointer;
    margin: 1px;
    background-image: url(../img/patterns/patterns-icons.jpg);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
}

.settings-pattern .selected {
    border: 1px solid #747474;
    margin: -1px 0 0 0;
}

.pattern_icon10_black_white {
    background-position: 0 0;
}

.pattern_icon10_white_white {
    background-position: 0 -24px;
}

.pattern_icon11_black_white {
    background-position: 0 -48px;
}

.pattern_icon11_white_white {
    background-position: 0 -72px;
}

.pattern_icon12_black_white {
    background-position: 0 -96px;
}

.pattern_icon12_white_white {
    background-position: 0 -120px;
}

.pattern_icon13_black_white {
    background-position: 0 -144px;
}

.pattern_icon13_white_white {
    background-position: 0 -168px;
}

.pattern_icon14_black_white {
    background-position: 0 -192px;
}

.pattern_icon14_white_white {
    background-position: 0 -216px;
}

.pattern_icon15_black_white {
    background-position: 0 -240px;
}

.pattern_icon15_white_white {
    background-position: 0 -264px;
}

.pattern_icon16_black_white {
    background-position: 0 -288px;
}

.pattern_icon16_white_white {
    background-position: 0 -312px;
}

.pattern_icon1_black_white {
    background-position: 0 -336px;
}

.pattern_icon1_white_white {
    background-position: 0 -360px;
}

.pattern_icon2_black_white {
    background-position: 0 -384px;
}

.pattern_icon2_white_white {
    background-position: 0 -408px;
}

.pattern_icon3_black_white {
    background-position: 0 -432px;
}

.pattern_icon3_white_white {
    background-position: 0 -456px;
}

.pattern_icon4_black_white {
    background-position: 0 -480px;
}

.pattern_icon4_white_white {
    background-position: 0 -504px;
}

.pattern_icon5_black_white {
    background-position: 0 -528px;
}

.pattern_icon5_white_white {
    background-position: 0 -552px;
}

.pattern_icon6_black_white {
    background-position: 0 -576px;
}

.pattern_icon6_white_white {
    background-position: 0 -600px;
}

.pattern_icon7_black_white {
    background-position: 0 -624px;
}

.pattern_icon7_white_white {
    background-position: 0 -648px;
}

.pattern_icon8_black_white {
    background-position: 0 -672px;
}

.pattern_icon8_white_white {
    background-position: 0 -696px;
}

.pattern_icon9_black_white {
    background-position: 0 -720px;
}

.pattern_icon9_white_white {
    background-position: 0 -744px;
}

/* #Media Queries
================================================== */
@media (min-width: 768px) and (max-width: 979px) {
    .services-item {
        padding: 2%;
        width: 46%;
    }
}


@media (max-width: 767px) {

    header {
        position: relative !important;
    }

    /* .logo-row {
        min-height: 80px;
    } */

    .sticky-wrapper {
        min-height: 80px;
    }

    /* #nav ul {
		display: none;
	} */

    #mobile-nav {
        display: inline-block;
    }

    .services-item {
        padding: 2%;
        width: 46%;
    }

    .services-item p {
        padding: 0 20px
    }

    .section-title,
    .section-desc {
        width: 96%;
    }

    .project-overview {
        padding: 0 10px;
    }

    .contacts-info {
        text-align: left;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    /* #wrap {
		margin-top: 240px;
	} */

    #mobile-nav {
        width: auto;
    }

    .services-item {
        padding: 2%;
        width: 96%;
    }

    .team-member {
        width: 96%;
    }
}

@media (max-width: 979px) {
    #about p {
        font-size: 18px;
        line-height: 30px;
    }
    .team-member h2 {
        height: 76px;
        line-height: 32pt;
        padding-top: 5px;
    }

    .team-member h2 span {
        display: block;
        width: 100%;
    }

    .team-member-img:hover {
        margin-bottom: 148px;
    }

    .team-member-img:hover h2 {
        bottom: -81px;
    }
}

.who-row .span4 .section-title {
    padding: 20px 15px
}

.who-row .span4 p {
    padding: 10px 25px 30px 25px
}

#careers h5, #careers h6, #careers p {
    padding-left: 20px;
    padding-right: 20px;
}

#offers h5, #offers h6, #offers p {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#offers ul li {
    margin-left: 30px;
}