/* ========================= 
   ICONFONT
   ========================= */

@font-face {
    font-family: 'iconfont';
    src:url('fonts/iconfont.eot?-331dbx');
    src:url('fonts/iconfont.eot?#iefix-331dbx') format('embedded-opentype'),
        url('fonts/iconfont.woff?-331dbx') format('woff'),
        url('fonts/iconfont.ttf?-331dbx') format('truetype'),
        url('fonts/iconfont.svg?-331dbx#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-reorder:before {
    content: "\e600";
}
.icon-quote-right:before {
    content: "\e602";
}
.icon-envelope-alt:before {
    content: "\e603";
}
.icon-mobile:before {
    content: "\e601";
}
.icon-telecommunications:before {
    content: "\e609";
}
.icon-media:before {
    content: "\e614";
}
.icon-ecommerce:before {
    content: "\e608";
}
.icon-it:before {
    content: "\e60c";
}
.icon-travel:before {
    content: "\f0f2";
}
.icon-airplane:before {
    content: "\e60b";
}
.icon-education:before {
    content: "\f19c";
}
.icon-lab:before {
    content: "\e60a";
}
.icon-other:before {
    content: "\e60d";
}


/*** Icons from the blog ***/

/* Blog icons */

@font-face {
    font-family: "icons-font";
    src:url("fonts/icons-font.eot");
    src:url("fonts/icons-font.eot?#iefix") format("embedded-opentype"),
        url("fonts/icons-font.woff") format("woff"),
        url("fonts/icons-font.ttf") format("truetype"),
        url("fonts/icons-font.svg#icons-font") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "icons-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="bl-icon-"]:before,
[class*=" bl-icon-"]:before {
    font-family: "icons-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bl-icon-angle-right:before {
    content: "a";
}
.bl-icon-twitter:before {
    content: "c";
}
.bl-icon-linkedin:before {
    content: "d";
}
.bl-icon-facebook:before {
    content: "e";
}
.bl-icon-google-plus:before {
    content: "f";
}
.bl-icon-angle-right-1:before {
    content: "g";
}
.bl-icon-talk-chat:before {
    content: "b";
}
.bl-icon-pencil-square:before {
    content: "h";
}
.bl-icon-talk-chat-2:before {
    content: "i";
}
.bl-icon-bookmark:before {
  content: "k";
}
.bl-icon-comments:before {
  content: "l";
}
.bl-icon-user:before {
  content: "j";
}


/* ========================= 
   GLOBAL STYLES
   ========================= */

html,
button,
input,
select,
textarea {
    color: #666;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 300;
}

input, 
select,
textarea {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 300;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {

}


ul {
    list-style: square;
}

a {
    color: #2e67b1; 
    transition: color .2s linear;
    -webkit-transition: color .2s linear; /* Safari */
}

a:hover, a:active, a:focus {
    color: #3f9edd;
    outline:none;
    border:0;
    -moz-outline-style: none;
}

/* ========================= 
   LAYOUT: MAIN
   ========================= */

.header-container {
    width: 100%;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #efefef;
}

.header-container header {
    position: relative;
    padding-top: 30px;
}

.header-container h1 {
    margin: 20px 0;
    color: white;
    float: left;	
}

.header-container h1 img {
    display: block;
}

.header-container nav {
    float: right;
}

.header-container nav ul {
    margin: 0;
    padding: 0;
}

.header-container nav ul li {
    float: left;
}

.header-container nav ul li:first-child {
    margin-left: 0;
}

.header-container nav a {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #2e67b1;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 90px;
    padding: 0 20px;
    text-shadow: 1px 1px 0px #fff;
}

.header-container nav a:hover {
    color: #222;	
}

.header-container nav a.sel {
    color: #222;
}

a.btn-quote,
a.btn-blog,
a.btn-lang {
    display: block;
    float: right;
    background: #222;
    padding: 7px 20px 0 20px;
    height: 23px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s linear;
    -webkit-transition: background .2s linear; /* Safari */	
}

a.btn-quote .icon,
a.btn-blog .icon {
    margin-right: 5px; 
}

a.btn-quote:hover,
a.btn-blog:hover,
a.btn-lang:hover{
    background: #3f9edd;
}

a.btn-blog .bl-icon-talk-chat {
    margin-right: 5px;
}

a.btn-menu {
    display: none;
    width: 58px;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    text-align: center;
    padding: 16px 0 0 0;
    height: 44px;
    text-align: center;
    float: right;
    text-decoration: none;
    color: #666;
    transition: background .2s linear;
    -webkit-transition: background .2s linear; /* Safari */
    text-shadow: 1px 1px 0px #fff;	
}

a.btn-menu:hover {
    color: #2e67b1;
    background: #efefef;
}

a.btn-menu .icon-reorder {
    font-size: 24px;
    text-shadow: 1px 1px 0px #fff;
}
a.centered {
    display: block !important;
    margin: auto;
    max-width: 120px;
}

.top-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.absolute-top-level {
    z-index: 9999 !important;	
    position: relative;
}

.top-line {
    height: 30px;
    background: #222;
    position: absolute;
    right: 0;
    width: 100%;
}

.footer-container {
    background: #2e67b1;    
}

.footer-container footer {
    color: white;
    padding: 1.4em 0 2em 0;
    text-shadow: -1px -1px 0px #0e336a;
}

.footer-container .group {
    border-bottom: 1px solid #628dc5;
    padding: 0 0 2em 0;
}

.footer-container footer h3 {
    font-size: 0.9em;
    font-weight: 500;
}

.footer-container footer ul {
    font-size: 0.8em;
    margin: 0 0 0 16px;
    padding: 0;
}

.footer-container footer a {
    color: #fff;
    text-decoration: none;
}

.footer-container footer a:hover {
    text-decoration: underline;
} 

.footer-container footer .contact-info {
    font-size: 0.8em;
}

.footer-container footer .contact-info span {
    margin-right: 5px;
}

.footer-container .copyright {
    font-size: 0.7em;
    padding-top: 2em;
}

a.social {
    width: 28px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 10px;
}

a.facebook {
    background: url(../img/sprites.png) 0 0 no-repeat;
}

a.twitter {
    background: url(../img/sprites.png) -28px 0 no-repeat;
}

a.linkedin {
    background: url(../img/sprites.png) -56px 0 no-repeat;
}

a.googleplus {
    background: url(../img/sprites.png) -84px 0 no-repeat;
}

.container h1 {
    color: #000;
    font-size: 1.8em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-shadow: 1px 1px 0px #fff;
    margin: 1em 0;
    overflow: hidden;
}

.container h1.heading {
    font-size: 2.6em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0.8em 0;
}

.container h2 {
    color: #000;
    font-size: 1.6em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-shadow: 1px 1px 0px #fff;
    margin: 1em 0;
    overflow: hidden;
}

.container h3 {
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #222;
    margin: 1em 0;
}

.container h3 {
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #222;
    margin: 1em 0;
}

.container .large {
    font-size: 1.3em;
    font-weight: 400;
    color: #444;
    margin: 1em 5% 2em 5%;
}

.container .medium {
    font-size: 1.2em;
    font-weight: 400;
    /*color: #444;*/
    margin: 1em 5% 2em 5%;
}

.container .center {
    text-align: center;
}

.container .dark {
    color: #444;
}

.container .offset-left-px {
    margin-left: 20px;
}

.alt-container {
    padding: 1em 0 3em 0;
    background: #efefef;	
}

.blue-container {
    background: url(../img/glow-blue.png) no-repeat top center #3f9edd;
}

.article p,
.article ul {
    font-size: .9em;
    font-weight: 400;
    color: #888;    
}

.nav-expanded .header-container {
    position: relative;
}

.nav-expanded .header-container nav {
    display: block;
}

.nav-expanded .top-nav {
    display: block;
}

.nav-expanded .first-container {
    margin-top: 0;
}

.nav-expanded .header-container nav ul li a {
    line-height: 40px;	
    margin-top: 0;
}


/* ========================= 
   LAYOUT: COMPONENTS
   ========================= */

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.divider {    
    margin-bottom: 3em;
}

.divider-line {
    padding-bottom: 2em;
    border-bottom: 1px solid #efefef;
}

.divider-line-img {
    padding-top: 3em;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1em;
}

.divider-bottom {
    margin-bottom: 6em;
}

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.col {
    display: block;
    float: left;
    margin: 0 0 1em 1.6%;
}

.col:first-child { 
    margin-left: 0; 
}

.col-first {
    margin-left: 0;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 49.2%;
}

.col3 {
    width: 32.26%; 
}

.col4 {
    width: 23.8%; 
}

.col13 {
    width: 32.8%;
}

.col23 {
    width: 65.6%;
}

.col-txt,
.col-txt-l {
    padding-bottom: 2em;
}

.col-txt-l {
    margin: 0 1.6% 1em 0;
}

.col-img,
.col-img-r {
    overflow: hidden;
    margin-bottom: 0;
}

.col-img-r {
    float: right;
}

.col-base-project-text {
    width: 32.8%;
}

a.btn {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
    text-shadow: -1px -1px 0px #2e67b1;
    background: #3f9edd;
    text-decoration: none;
    padding: 0 30px;
    line-height: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s ease-out;
    transition-property: box-shadow, color, text-shadow;
    -webkit-transition: all .2s ease-out;
    -webkit-transition-property: box-shadow, color, text-shadow;
    overflow: hidden;
}

a.btn:hover {
    color: #fff;
    box-shadow: inset 0 35px 0 0 #222;
    text-shadow: -1px -1px 0px #000;
}

a.btn-large {
    font-size: .9em;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
}

a.btn-large:hover {
    box-shadow: inset 0 45px 0 0 #222;
}

.jumbotron {
    background: url(../img/glow-white.png) no-repeat top center #efefef;
    height: 640px;
    margin-bottom: 5em;
    text-shadow: 1px 1px 0px #fff;
}

.jumbotron p.descr {
    font-size: 1em;
    font-weight: 500;
    margin-top: 0;
}

.jumbotron .img-holder {
    position: relative;
}

.jumbotron .img-holder img {

}

.jumbotron .cover {
    position: absolute;
    top: 503px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100px;
}

.jumbotron a.btn {
    padding: 0 20px;
    margin-bottom: 1em;
}

.img-center,
.img-holder {
    max-width: 100%;
}

.centering-img{
    text-align: center;
}

.image-float{
    display: inline-block;
}

.col-img .img-center {
    position: relative;
    left: -50%;
    float: right;
}

.col-img .img-right{
    float: right;
    left: auto;
}

.col-img .img-right .img-holder{
    left: auto;
}

.col-img .img-holder{
    position: relative;
    left: 50%;
    float: right;
}

.col-img-r .img-center {
    position: relative;
    left: 50%;
    float: left;
}

.col-img-r .img-holder {
    position: relative;
    left: -50%;
    float: left;
}

.img-holder img {
    max-width: 100%;
    display: block;    
}

.img-holder .img-front,
.img-holder .img-back {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;  	
}

.img-front {
    position: absolute;
    top: 0;
    left: 0;
}

.subnav {
    width: 100%;
    z-index: 99;
    background: #fff;
    font-size: 1.2em;
}

.subnav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 7px #efefef;
}

.subnav-fixed .subnav-holder {
    border-bottom: 0;
}

.subnav-holder {
    position: relative;
    padding: 1em 0;
    border-bottom: 1px solid #efefef;	
    text-align: center;
}

.subnav ul {
    width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.subnav ul li {	
    background: url(../img/dot-gray.gif) repeat-y right;
    vertical-align: middle;
    display: inline-block;
}

.subnav ul li a {
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9em;
    color: #3f9edd;
    display: inline-block;
    width: 80%
}

.subnav ul li.last {
    background: none;
}

.subnav ul li a:hover,
.subnav ul li a.sel {
    color: #666;
}

.subnav .scroll-left a {
    margin-right: 20px;
    background: url(../img/sprites.png) -180px 0;
}

.subnav .scroll-left a:hover {
    background: url(../img/sprites.png) -180px -20px;
}

.subnav .scroll-right a {
    margin-left: 20px;
    background: url(../img/sprites.png) -180px -40px;
}

.subnav .scroll-right a:hover {
    background: url(../img/sprites.png) -180px -60px;
}

.subnav .scroll-left a,
.subnav .scroll-right a {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
}

.subnav .scroll-left {
    left: 0;
}

.subnav .scroll-right {
    right: 0;
}

.subnav .scroll-left,
.subnav .scroll-right {
    display: none;
    position: absolute;
    top: 0;
}

.nav-arrow {
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    width: 68px;
    height: 18px;
    background: url(../img/sprites.png) -112px 0;
    visibility: hidden;
}

.colw {
    float: left;
}

.colw13 {
    width: 33.33%;
}

.colw14 {
    width: 25%;
}

.colw15 {
    width: 20%;
}

.colw16 {
    width: 16.66%;
}

a.gotop {
    position: fixed;
    right: 2em;
    bottom: 2em;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/sprites.png) -120px -32px;
    text-indent: 99px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
}

a.gotop:hover {
    background: url(../img/sprites.png) -120px -92px;
    text-indent: 0;
}

.tooltip-alt {
    position: absolute;
    display: block;
    height: 40px;
    background: url(../img/tooltip-arrow.png) no-repeat center bottom;
}

.tooltip-text {
    display: block;
    background: #222;
    color: #fff;
    text-transform: uppercase; 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .8em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tooltipster-content a {
    color: #FFF !important;
}

.info-panel {
    padding: 1.5em;
    margin-top: 1em;
    background: #d9ecf8;
}

.info-panel h3 {
    margin: 0;
    color: #3f9edd;
    text-shadow: 1px 1px 0px #fff;
    font-size: 1.3em;
}

/* =========================
   LAYOUT: SLIDER STYLES
   ========================= */ 

.slider {
    position: relative;
}

.slider .items-wrapper {
    position: relative;
    overflow: hidden;
}

.slider .items {
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
}

.slider .item {
    float: left;
}

.slider .nav {
    font-size: 14px;
    width: 100%;
    text-align: center;
    height: 14px;
    padding: 1em 0;
}

.slider .nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 0;
    background: #6fb6e6;
    margin-left: 10px;
}

.slider .nav a:first-child {
    margin-left: 0;
}

.slider .nav a:hover,
.slider .nav a.sel {
    background: #fff;
}

.slider a.prev {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/sprites.png) 0 -32px no-repeat;
    left: 30px;
    top: 0;
    visibility: hidden;
}

.slider a.prev:hover {
    background: url(../img/sprites.png) 0 -92px no-repeat;
}

.slider a.next {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/sprites.png) -60px -32px no-repeat;
    right: 30px;
    top: 0;
    visibility: hidden;
}

.slider a.next:hover {
    background: url(../img/sprites.png) -60px -92px no-repeat;
}

.slider-layers .items-wrapper {
    height: 390px;
}

.slider-layers .items {
    position: static;
    width: 1200px;
}

.slider-layers .col {
    margin: 0;
    width: 50%;
}

.slider-layers .info {
    padding: 2em 2em 0 0;
}

.slider-layers h2 {
    position: relative;
    font-weight: 300;
}

.slider-layers p {
    position: relative;
    font-size: 0.9em;
    font-weight: 400;
    margin: 1em 0 2em 0;	
}

.slider-layers a.btn {
    position: relative;
}

.slider-layers a.btn:hover {
    color: #222;
    text-shadow: 0px 0px 0px #fff;
    box-shadow: inset 0 35px 0 0 #fff;
} 

.slider-layers img {
    position: relative;
    display: block;
    margin: 3em auto 0 auto;
    max-width: 100%;    
}

.slider-home h2 {
    color: #1d52a1;	
}

.slider-home p {
    color: #fff;
    text-shadow: -1px -1px 0px #1d52a1;	
}

.slider-home a.btn {
    background: #222;
    text-shadow: -1px -1px 0px #000;
}

.slider-stories .nav {
    text-align: right;
    position: absolute;
    top: -60px;
    right: -1.8em;
    padding: 0;
}

.slider-stories .nav a {
    background: #cccccc;
}

.slider-stories .nav a:hover,
.slider-stories .nav a.sel {
    background: #3f9edd;
}

/* =========================
   LAYOUT: HOME PAGE
   ========================= */ 

.thumb {
    display: block;
    width: 100%;
    background: url(../img/thumb-shade.png) no-repeat center;
    background-size: contain;
    margin-bottom: 2%;
}

.thumb img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;    
}

a.btn-thumb {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1em;
}

a.btn-thumb:hover .thumb img {
    position: relative;
    top: -15px;	
}

.why-choose {
    background: #e2f1fa;
    margin: 0 0 4em 0;
}

.business-domain {
}

.why-choose h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #3f9edd;
    font-weight: 400;
    text-shadow: 1px 1px 0px #fff;
    font-size: 1.3em;
    margin: 0 0 .6em 0;
}

.business-domain h2 {
    font-size: 1.2em;	
}

.why-choose h3 strong,
.business-domain h3 strong {
    font-weight: 700;
}

.why-choose p {
    margin: 0;
    font-size: 1.0em;
    text-shadow: 1px 1px 0px #fff;
}

.business-domain p {
    margin: 0;
    font-size: 0.9em;
    text-shadow: 1px 1px 0px #fff;
}

.why-choose .col,
.business-domain .col  {
    padding: 1.6%;
    margin: 0;
    background: url(../img/dot-white.gif) repeat-y left;

}

.home-bottom h1 {
    font-size: 1.6em;
    margin-bottom: .6em;
}

.what-we-do h3 {
    font-size: 1em;
    color: #666;
}

.stories-panel {
    background: url(../img/quotes.png) no-repeat bottom right #fff;
    padding: 1.4em;
    margin: 0 20px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);            
}

.stories-panel p {
    margin: 0 1em 0 0;
    font-size: 1em;
    font-style: italic;
    color: #666;
}

.stories-panel .author {
    display: block;
    margin: 1em 0 0 0;
    color: #3f9edd;
    font-weight: 400;
}

.clients-panel {
    background: #fff;
    padding: 1.4em;
    margin: 0 0 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);                  
}

.clients-panel .col {
    width: 32.26%;
    margin-bottom: 0.5em;
    line-height: 75px;
    height: 75px;
    text-align: center;
}

.clients-panel img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 75px;
}

/* =========================
   LAYOUT: ABOUT PAGE
   ========================= */

.jumbotron-about {
    position: relative;
    background: none;
    overflow: hidden;
    margin-bottom: 0;
}

.jumbotron-about .slider .item {
    position: relative;
}

.jumbotron-about .slider img {
    width: 100%;
    position: relative;
}


.jumbotron-about .slider .nav {
    position: absolute;
    top: 598px;
    left: 0;
}

.jumbotron-about .heading-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.jumbotron-about h1 {
    color: #fff;
    text-shadow: -1px -1px 0px #000;
}

.a1 ul li {
    margin-bottom: 1em;
}

.a1 ul span {
    color: #3f9edd;
}

.a2 .thumb img,
.a3 .thumb img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.a2 .thumb img:hover,
.a3 .thumb img:hover {
    transform: rotate(360deg) scale(1.1);
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1); 
    -o-transform: rotate(360deg) scale(1.1);   
}

.a3 section>section {
    margin-bottom: 1em;
}

.person {
    text-align: center;
    float: left;
    width: 32.2%;
    margin: 1em 0 0 1.6%;
    font-size: .9em;
    font-weight: 400;
    color: #888;
}

.person.xa1 {
    margin-left: 0;
}

.person img {
    max-width: 100%;
}

.person .name {
    margin-top: 0.5em;	
    color: #3f9edd;
    display: block;
}

.person a {
    display: block;	
    width: 152px;
    height: 152px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: background 0.3s ease;
}

.person a.profile-peter {
    background: url(../img/about/petar.n.jpg) no-repeat;
}

.person a.profile-branko {
    background: url(../img/about/branimir.jpg) no-repeat;
}

.person a.profile-hristo {
    background: url(../img/about/hristo.jpg) no-repeat;
}

.person a:hover,
.person a:active {
    background: url(../img/profile-linkedin.png) no-repeat;
}

.s26 h2 {
}

@media only screen and (max-width: 1400px) {
    .jumbotron-about {
        height: auto;
    }

    .jumbotron-about .slider .nav {
        top: auto;
        bottom: 0;
    }	
}

@media only screen and (max-width: 980px) {
    .a3 .col {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .person {
        width: 49.2%;
    }
    .person.xa1 {
        margin-left: 1.6%;
    }
    .person.xb1 {
        margin-left: 0;
    }
    
    .parallax .responsive-show {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .jumbotron-about .heading-wrapper {
        display: none;
    }
    .person {
        width: 100%;
        margin-left: 0;
    }	
}

/* =========================
   LAYOUT: CONTACT PAGE
   ========================= */

.map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

span.icon-skype,
span.icon-facebook,
span.icon-twitter,
span.icon-linkedin,
span.icon-googleplus {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 10px;
}

span.icon-skype {
    background: url(../img/sprites.png) -200px 0 no-repeat;	
}

span.icon-facebook {
    background: url(../img/sprites.png) -200px -32px no-repeat; 
}

span.icon-twitter {
    background: url(../img/sprites.png) -200px -64px no-repeat; 
}

span.icon-linkedin {
    background: url(../img/sprites.png) -200px -96px no-repeat; 
}

span.icon-googleplus {
    background: url(../img/sprites.png) -200px -128px no-repeat; 
}

a.contact-link {
    height: 32px;
    line-height: 32px;
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
    font-weight: 400;
}

/* =========================
   LAYOUT: SERVICES PAGE
   ========================= */

.s11 {
    overflow: hidden;
    height: 350px;
}

.s11 .img-holder {
    margin-top: 1em;
}

.s11 .img-holder:hover .img-front {
    -webkit-transform:translate(0,17%);
    -moz-transform:translate(0,17%); 
    -o-transform:translate(0,17%);
}

.s12 {
    overflow: hidden;
    height: 350px;
}

.s12 .img-holder {
    margin-top: 3em;
}

.s12 .img-holder:hover .img-front {
    -webkit-transform:translate(-10%,0);
    -moz-transform:translate(-10%,0); 
    -o-transform:translate(-10%,0);
}

.s13 {
    overflow: hidden;
    height: 350px;
}

.s13 .img-holder:hover .img-back {
    -webkit-transform:translate(10%,0);
    -moz-transform:translate(10%,0); 
    -o-transform:translate(10%,0);     	
}

.s13 .img-holder:hover .img-front {
    z-index: -1;
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8); 
    -o-transform:scale(.8);       	
}

.s14 {
    height: 380px;
    margin-bottom: 10em;
}

.s14 .img-holder {
    margin-bottom: 1em;
}

.s14 .img-holder:hover .img-f1 {
    -webkit-transform:translate(10%,5%);
    -moz-transform:translate(10%,5%); 
    -o-transform:translate(10%,5%);    
}

.s14 .img-holder:hover .img-f2 {
    -webkit-transform:translate(-10%,5%);
    -moz-transform:translate(-10%,5%); 
    -o-transform:translate(-10%,5%);    
}

.s14 .img-holder:hover .img-f3 {
    -webkit-transform:translate(-2.5%,-10%);
    -moz-transform:translate(-2.5%,-10%); 
    -o-transform:translate(-2.5%,-10%);    
}

/* =========================
   LAYOUT: QUOTE PAGE
   ========================= */ 

.contact-form {
    background: #f0f0f0;
    padding: 1.4em;
}

.contact-form h2 {
    margin-top: 0;
    color: #333333;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
}

.form {

}

.form input,
.form select,
.form textarea {
    padding: 0.4em;
    border: #cccccc 1px solid;
    border-radius: 3px;	
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.form label {
    line-height: 1.6em;
}

.form i.required {
    display: inline-block;
    padding: 3px 3px 0 0;
    color: red;
    font-family: Arial;
}

.contact-form .form input.submit {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    box-sizing: border-box;
    display: inline;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0 3em;
    border: 0;
    color: #fff;
    text-shadow: -1px -1px #111111;
    /* fallback */ 
    background-color: #222; 
    transition: background .2s linear;
    -webkit-transition: background .2s linear; /* Safari */
    width: auto;	
}

.contact-form label.error {
    color: #FB3A3A;
    display: inline-block;
    padding: 0;
    text-align: left;
    font-size: 0.8em;
}

.form .fileUpload {
    padding: 0.2em;
}

.contact-form .form input.submit:hover {
    background: #3f9edd;
}

.download-planner {
    background: #d9ecf8;
    padding: 1.4em;	
}

.download-planner h2 {
    color: #3f9edd;
    text-shadow: #f0f8fc;
    margin-top: 0;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
}

.download-planner p {
    margin-bottom: 2em;	
}

.accordion i.square {
    width: 1em;
    display: inline-block;;
    background: url(../img/square-bg.gif) left center no-repeat;
}

.accordion dt {
    line-height: 2em;
}

.accordion dt span {
    cursor: pointer;
    font-weight: 400;
}

.accordion dd {
    margin: 1em;
}

.qa-bottom-line {
    border-top: 1px solid #f0f0f0;
    padding-top: 1em;
}

.message-success {
    color: #000 !important;
}

/* =========================
   LAYOUT: SOFTWARE
   ========================= */

.s21 {
    overflow: hidden;
}

.s21 ul {
    margin: 0;
    padding: 0;
}

.s21 ul li {
    float: left;
    margin-left: 5%;
}

.s21 .img-holder {
    margin-top: 3em;
}

.s21 .img-front,
.s23 .img-front {
    display: none;
}

.s22 h2,
.s22 h3,
.s25 h2,
.s25 h3 {
    text-align: center;
}

.s22 .thumb img,
.s25 .thumb img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.s22 .thumb img:hover,
.s25 .thumb img:hover {
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1); 
    -o-transform: rotate(360deg) scale(1.1);   
}

.s23 .img-holder {
    margin-top: 5em;
}

.s24 {
    overflow: hidden;
}

.s24 .img-holder {
    margin-top: 1.6em;
}

.s24 .img-holder:hover .img-front {
    -webkit-transform:translate(-20%,0);
    -moz-transform:translate(-20%,0); 
    -o-transform:translate(-20%,0);	
}

.s25 h3 {
    font-size: 1.2em;
}

.business-domain .icon {
    margin-right: 10px;	
}

.business-domain h3 span {
    color: #99c04a;	
}

/* =========================
   LAYOUT: WEB DESIGN
   ========================= */

.s31 .img-holder,
.s32 .img-holder,
.s33 .img-holder,
.s34 .img-holder  {
    margin: 2em 0 4em 0;
}

.s31 .img-holder:hover .img-front,
.s32 .img-holder:hover .img-front  {
    -webkit-transform:translate(10%,0);
    -moz-transform:translate(10%,0); 
    -o-transform:translate(10%,0);    
}

.s33 .img-holder:hover .img-front {
    -webkit-transform:translate(-10%,0);
    -moz-transform:translate(-10%,0); 
    -o-transform:translate(-10%,0);    
}

.s34 .img-holder:hover .img-front  {
    -webkit-transform:translate(20%,0);
    -moz-transform:translate(20%,0); 
    -o-transform:translate(20%,0);    
}

.s35 {
    height: 425px;
}

.s35 .img-holder  {
    margin: 2em 0 0 0;
}

.s35 .img-holder .img-front {
    display: none;
}

.s35 .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: #fff;
}

.s36 .col {
    overflow: visible;
}

.s36 .img-holder  {
    margin: 2em 0 4em 0;
}

/* =========================
   LAYOUT: MOBILE
   ========================= */

.s41 {
    height: 428px;
    overflow: hidden;
}

.s41 .img-holder,
.s42 .img-holder {
    margin: 0 0 2em 0;   	
    position: relative;
}

.s41 .img-holder:hover .img-front,
.s42 .img-holder:hover .img-front  {
    -webkit-transform:translate(10%,0);
    -moz-transform:translate(10%,0); 
    -o-transform:translate(10%,0);    
}

.s42 {
    height: 428px;
    overflow: hidden;
}

.s43 {
    height: 520px;
    margin-bottom: 5em;
    overflow: hidden;
    clear: both;
}

.s43 .img-holder {
    margin: 2.3em 0 2.3em 0;
}

.s43 .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 98px;
    background: #fff;
}

.s43 .img-back {
    margin-top: 4em;
}


/* =========================
   LAYOUT: PROJECTS
   ========================= */
.jumbotron .img-holder.ecopack-header,
.jumbotron .img-holder.sofia-market-header,
.jumbotron .img-holder.qr-sc-header {
    margin-bottom: 0;
}

.jumbotron .sofia-market-header {
    margin-top: 64px;
}

.full-width-img {
    position: relative;
}

.parallax {
    margin: 0;
    padding: 0;
}

.header-image {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    position: relative;  
}

.but-centered {
    text-align: center;
}

.responsive-show {
    display: none;
}

.copybook-img {
    background-image: url(../img/projects/copybook/header.jpg);
}

.rel-center {
    max-width: 1200px;
    margin: auto;
}
.header-img-mask {
    overflow: hidden; 
    max-width: 1200px;
    margin: auto; 
    position: relative;
    vertical-align: bottom;
}
.get-in-touch {
    margin-top: 3em;
}
.git-summary {
    margin-bottom: 3em;
}
.get-in-touch .thumb {
    background: none;
}
.get-in-touch .git-note img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.get-in-touch .git-note:hover img {
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1); 
    -o-transform: rotate(360deg) scale(1.1);   
}
.get-in-touch h1 {
    text-transform: uppercase;
    font-size: 1.6em;
}
a.git-note h2 {
    font-size: 0.8em;
    color: #666;
    text-transform: none;
    margin: 0.5em 0;
}
a.git-note {
    font-size: 1.4em;
    color: #353535;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.single-img-center img {
    max-width: 100%;
    margin: 6rem auto;	
    display: block;
}
.single-img-center.small-margin img {
    margin: 3rem auto 0;
}
.color-bgr {
    background: #efefef;
}
.color-bgr-fpihotels {
    background: #f5f1eb;
}
.after-color-bgr {
    padding-top: 3em;
}
.resource {
    margin: 3em 0;
}
.resource.bottom-nula {
    margin-bottom: 0;
}
.resource .img-holder:hover .img-front {
    -webkit-transform:translate(-10%,0);
    -moz-transform:translate(-10%,0); 
    -o-transform:translate(-10%,0);    	
}
.resource .img-holder:hover .img-front.reverse {
    -webkit-transform:translate(10%,0);
    -moz-transform:translate(10%,0); 
    -o-transform:translate(10%,0);    	
}
.quote {
    font-style: italic;	
}

/* --- PROJECTS: QR Smart Cards --- */

.result-list {
    padding: 2em 0 5em; 
}
.blue-panel {
    padding: 1.25em 1.25em 1.25em 8em;
    background-color: #3f9edd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 3em center;
    max-width: 425px;
    margin: auto;
}
.col .blue-panel.qr-result {
    margin: 0 2.5em;
}
.qr-sc-result-1 {
    background-image: url(../img/projects/qr-smartcards/qr-sc-res1.png);
}
.qr-sc-result-2 {
    background-image: url(../img/projects/qr-smartcards/qr-sc-res2.png);
}
.ecopack-result-1 {
    background-image: url(../img/projects/ecopack/ecopack-res1.png);
}
.sofia-market-result-1 {
    background-image: url(../img/projects/sofia-market/sof-market-res1.png);
}
.blue-panel * {
    color: #fff;
}
.blue-panel h3 {
    margin: 0;
    text-transform: uppercase;
}
.follow-arow-wrapper {
    margin-right: 1em;
    padding-right: 8em;
    background: url(../img/projects/follow-right.png) right center no-repeat;
    display: inline-block;
}
.qr-test {
    padding: 2em 0 4em
}

/* --- END PROJECTS: QR Smart Cards --- */
.col-base-project-img {
    width: 65.6%;
}
.col-base-project-img .img-holder {
    padding: 10px;
    max-width: 98%;
}
.col-base-project-img .img-holder img {
    -webkit-box-shadow: 0 0 10px #353535;
    -moz-box-shadow: 0 0 10px #353535;
    box-shadow: 0 0 10px #353535;
}
.col-base-project-img .img-center {
    max-width: 98%;
}

.col-base-project-img .cover {
    top:439px;
}

#centeredmenu {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#centeredmenu ul {
    clear: left;
    float: left;
    left: 50%;
    list-style: none outside none;
    position: relative;
    text-align: center;
    margin: 3em 0;
    padding: 0;
}
#centeredmenu ul li {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
    padding: 0;
    position: relative;
    right: 50%;
    background-color: rgba(255,255,255,0.2); 
}

#centeredmenu ul li.radius-right {
    border-right: 1px solid #dadbdb;
}

.screenshot-list {
    list-style: none outside none;
    margin: 3em 0 4em;
}

.screenshot-list li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 0.5em 2em;
    cursor: pointer;
}
.screenshot-list li a:hover, .screenshot-list li a.current {
    background: #FFF;
    color: #666666;
}
.radius-left {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
.radius-right {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}
.screenshot img {
    max-width: 100%;
}

.no-margin {
    margin-bottom: 0;
}

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

.top-padding {
    padding-top: 3em;
}

.screenshot {
    margin-bottom: 2em;
}

.project-images img.last {
    margin-bottom: 0;	
}

.universities-list {
    list-style: none;	
    text-align: center;
    margin-top: 3em;
}

.universities-list li {
    display: inline-block;
    height: 70px;
    margin-right: 2em;	
}

.align-left {
    margin-left: auto !important;
}

.download-panel{
    margin: 0 0 6em 0;
}

.color-bgr-balkan{
    background: #EAF1F7;
}

@media screen and (max-width: 768px){
    .img-app-download .col-img{
        width: 49.2%;
        margin-left: 1% !important;
        float: right;
    }

    .img-app-download .col-img .img-center{
        float: left;
    }

    .img-app-download .col-txt-r{
        float: left;
        width: 49.2%;
    }

    .img-app-download .col-txt-r .img-center{
        float: right;
    }
}

/* --- Brandings --- */
/*-------------------*/

.divider.air {
    padding-top: 4em;
    padding-bottom: 3em;
}

.container  .header-button {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1.8em;
    text-align: center;
}

.special-btn {
    text-align: center;
}

.full-width-img h1 {
    position: relative;
    z-index: 50;
    color: #fff;
    text-shadow: none;
    background: rgba(0,0,0,.5);
    padding: 0.4em 2rem;
}


.cross-branding {
    background-image: url(../img/projects/cross/cross-branding.png);
    background-color: #6b6b6b;
    background-position: top center;
    background-repeat: no-repeat;
}

.residential-park-branding {
    background-color: #0a6516;
}

.unlimited-branding {
    background-color: #083f88;
}

.grand-optics-branding {
    background-color: #d60f00;
}

.icn-branding {
    background-color: #3b77b1;
}

.fpi-branding {
    background-color: #686a67;
}

.verso-branding {
    background-color: #d9c28b;
}

.otzivi-branding {
    background-color: #b5b5b5;
}

.castillia-branding{
    background-color: #f4a76a;
}

.novstandart-branding{
    background-color: #3d5974;
}

.print-branding{
    background-color: #4d4d4d;
}

.balkan-branding{
    background-color: #2A67A8;
}

/*-----------------------*/
/*------ Hide Google Analytics -----*/

.google_analytics iframe{
    display: none;
}

/*-----------------------*/
/* --- End Brandings --- */

.projects-grid {
    margin-bottom: 4em;
}

.projects-grid .col {
    width: 18.72%;
}

.projects-grid .xa1 {
    margin-left: 0;
}

.projects-grid a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.projects-grid a img {
    width: 100%;
}

.projects-grid a span.details {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;	
}

.projects-grid a:hover span.details {
    top: 0;
}

.projects-grid a span.title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.6em 1.2em;
}

.projects-grid a span.arrow {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 1.6em;
    right: 1.2em;
    background: url(../img/sprites.png) -232px 0 no-repeat;
}


/* =========================
   LAYOUT: CLIENTS PAGE
   ========================= */

.clients-wrapper {
    margin: 0 auto;
    padding: 0 2em;	
}

.clients-wrapper-bottom {
    padding: 1em 0 2em 0;
}

.testimonial {
    background: #FFF url(../img/clients/testimonials-bg.gif) bottom right no-repeat;
    padding: 2em; 
    border-radius: 3px;	
    width: 85%;
    text-align: left;
    font-size: 0.9em;
    margin: 0 auto;
}

.testimonial .profile-holder {
    padding: 4px;
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 5px #cdcdcd;
    float: right;
    margin: -3em 0 3em 2em;

}

.testimonial p {
    font-style: italic;
    font-weight: 500;
}

.testimonial .credentials {
    color: #3f9edd;
    font-weight: 400;
}

.clients-grid {
    margin-bottom: 2em;
}

.clients-grid .col {
    width: 15%;
    margin: 0 0 3em 2%;
    line-height: 75px;
    height: 75px;
    text-align: center;    
}

.clients-grid .xa1 {
    margin-left: 0;
}

.clients-grid img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 75px;
}

/* =========================
   LAYOUT: RESPONSIVE
   ========================= */

@media only screen and (min-width: 320px) {


    .clients-wrapper h2 {
        text-align: center;
    } 

    .clients-wrapper-bottom {
        text-align: center;
    }

    .clients-wrapper-bottom .btn {
        float: none;
    }

}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

    nav {
        display: block;
    }

    .header-container,
    .subnav-fixed {
        /* -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    }

    .why-choose .col3,
    .business-domain .col3 {
        width: 30.13%;
    }  

    .clients-wrapper h2 {
        text-align: left;
    }

    .clients-wrapper {
        width: 85%;
    } 

    .clients-wrapper .btn {
        float: right;
    }

    .clients-wrapper {
        width: 70%;
    }

    .contact-form .col {
        margin-left: 0;
    }

    .contact-form .col2 {
        width: 100%;
    }

}

@media only screen and (min-width: 980px) {

    .clients-panel .fourth {
        margin-left: 0;
    }

    .col-base-project-text {
        height: 335px;
        position: relative;
    }
    .project-text-vert-cent {
        position: absolute;
        height: 220px;
        top: 50%;
        margin-top: -110px;
    }

    .contact-form .col {
        margin-left: 1.6%;
    }

    .contact-form .col:first-child { 
        margin-left: 0; 
    }

    .contact-form .col2 {
        width: 49.2%;
    }
}

@media only screen and (min-width: 1280px) {

    .wrapper {
        width: 1200px;
        margin: 0 auto;
    }

    .wrapper-full {
        width: 90%;
    } 

    .project-mask.header-img-mask { 
        max-height: 439px;
    }

    .ecopack-header .header-img-mask { 
        padding-top: 50px;
        max-height: 453px;
    }
    .ecopack-header .layer2 {
        top: 63px;
    }
    .ecopack-header .layer3 {
        top: 63px;
    }

    .sofia-market-header .header-img-mask { 
        max-height: 439px;
    }
    .qr-sc-header .header-img-mask { 
        padding-top: 50px;
        max-height: 453px;
    }

    /*
    .testimonial {
            height: 230px;
    }
    
    #testimonials-slider .owl-wrapper-outer.autoHeight {
            height: 300px !important;	
    }
    */

    .col-base-project-text {
        height: 422px;
    }

    .project-text-vert-cent {
        height: 240px;
        top: 50%;
        margin-top: -120px;
    }

    .phi-wrapper {
        height: 640px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
    }
    .project-header-img {
        position: absolute;
        top: 0;
        z-index: 0;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        height: 640px;
    }

    .hhi-header .project-header-img {
        left: 0;
        margin-left: 0;
    }

    .fpihotels-header .project-header-img {
        height: 467px;
    }	

    .fpihotels-header .phi-wrapper, .fpihotels-header.jumbotron {
        height: 467px;
    }

    .clients-wrapper {
        width: 80%;
    }

    .jumbotron-about .slider img {
        width: 100%;
        position: relative;
        margin-top: -90px;
    }
}

@media only screen and (max-width: 1680px) {
    .projects-grid .col {
        width: 23.8%;
    }

    .projects-grid .xa1 {
        margin-left: 1.6%;
    }

    .projects-grid .xb1 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1280px) {

    .jumbotron.cross-header,
    .jumbotron.fpihotels-header {
        height: 427px;
    }

    .phi-wrapper {
        height: 427px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

    .project-header-img {		
        position: absolute;
        top: 0;
        z-index: 0;
        left: 50%;
        margin-left: -640px;
        width: 1280px;
        height: 427px;
    }

    .hhi-header .project-header-img {
        left: 0;
        margin-left: 0;
    }

    .slider-layers .items {
        width: auto;
    }

    .slider-layers .items-wrapper {
        height: auto;
    }	

    .col13,
    .col23 {
        width: 49.2%;
    }

    .col-base-project-text {
        width: 49.2%;
    }	
    .col-base-project-img {
        width: 49.2%;
    }

    .jumbotron {
        height: auto;
        margin-bottom: 0;
    }    

    .jumbotron .img-holder {
        margin-bottom: 1em;    
    }

    .jumbotron .cover {
        display: none;
    }  

    .header-img-mask { 
        height: auto;
        padding-bottom: 30px;
    }
    .qr-sc-header .header-img-mask { 
        padding-bottom: 0;
    }
    .ecopack-header .layer2 {
        left: -3%;
        top: 18%;
    }
    .ecopack-header .layer3 {
        top: 20%;
    }
    .sofia-market-header .layer2 {
        top: 14%;
    }

    .projects-grid .col {
        width: 32.2%;
    }

    .projects-grid .xb1 {
        margin-left: 1.6%;
    }

    .projects-grid .xc1 {
        margin-left: 0;
    }

    .clients-grid .col {
        width: 18.4%;
    }

    .clients-grid .xa1 {
        margin-left: 2%;
    }  	

    .clients-grid .xb1 {
        margin-left: 0;
    }  	
}

@media only screen and (max-width: 1200px) {

    .slider-layers .first {
        width: 60%;
    }

    .slider-layers .second {
        width: 40%;
    }

    .slider-layers .info {
        padding-top: 1em;
    }      

    .slider-layers img {
        margin-top: 4em;
    }

    .clients-panel .col {
        width: 49.2%;
    }

    .clients-panel .fourth {
        margin-left: 1.6%;
    }

    .clients-panel .third,
    .clients-panel .fifth {
        margin-left: 0;
    }      

    .s35,
    .s41, .s42, .s43 {
        height: auto;
    }

    .s35 .cover,
    .s43 .cover {
        display: none;
    }

}

@media only screen and (max-width: 980px) {

    .header-container nav a {
        padding: 0 9px;
    }

    .header-container nav li:first-child a {
        padding-left: 0;
    } 

    a.btn-phone, 
    a.btn-quote {
        padding: 7px 10px 0 10px;
    }

    .col13 {
        width: 100%;
        margin-left: 0;
    }

    .col23 {
        width: 100%;
        margin-left: 0;
    }  

    .col-base-project-text {
        width: 100%;
        margin-left: 0;
    } 

    .slider-layers .col {
        width: 100%;
    }

    .slider-layers .info {
        padding: 0;
    }

    .slider-layers img {
        margin-top: 3em;
        margin-bottom: 0;
    }

    .s11, .s12, .s13, .s14,
    .s21, .s22, .s23, .s24, .s25 {
        height: auto;
    }

    .s12 {
        margin-bottom: 2em;
    }

    .img-holder  {
        margin-top: 0; 
    }
    .col-base-project-img {
        width: 100%;
    }

    .projects-grid .col {
        width: 49.2%;
    }

    .projects-grid .xc1 {
        margin-left: 1.6%;
    }

    .projects-grid .xd1 {
        margin-left: 0;
    }

    .clients-grid .col {
        width: 23%;
    }

    .clients-grid .xb1 {
        margin-left: 2%;
    }  	

    .clients-grid .xc1 {
        margin-left: 0;
    }    

}

@media only screen and (max-width: 768px) {

    h1.heading.project-heading {
        font-size: 2em;
    } 

    .col2, .col3 {
        width: 100%;
        margin-left: 0;
    }     

    .col4 {
        width: 49.2%;
    }

    .third {
        margin-left: 0;
    }

    .slider a.prev,
    .slider a.next {
        display: none;
    }     

    .why-choose .col,
    .business-domain .col {
        background: url(../img/dot-white.gif) repeat-x bottom;
    }     

    .why-choose .col3,
    .business-domain .col3 {
        width: auto;
        padding: 1.6em 1em;
    } 

    .stories-panel, .clients-panel {
        margin: 0;
    } 

    .container .offset-left-px {
        margin-left: 0;        
    }

    .nav-arrow {
        display: none;
    }

    .subnav ul li {
        background: none;
    }

    .colw13,
    .colw14,
    .colw15,
    .colw16 {
        width: 100%;
    }	

    .subnav ul {
        flex-direction: column;
    }

    .subnav-fixed ul {
        position: relative;
        width: 100%;
    }

    .subnav .colw {
        width: 100%;
        border-bottom: 1px dashed #efefef;
        padding: 0.5em 0;
    }

    .subnav .colw.last {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .subnav-fixed .colw a {
        display: none;    
    }

    .subnav-fixed .colw a.sel {
        display: block;
        padding: 0 1em;
    }

    .subnav-fixed .colw {
        float: left;
        width: 100%;
    }

    .subnav-fixed .scroll-left,
    .subnav-fixed .scroll-right {
        display: block;	   
    }  	

    .jumbotron.cross-header {
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .jumbotron .phi-wrapper {
        position: relative;
        height: auto;
        overflow: visible;
    }

    .jumbotron .project-header-img {
        height: auto;
        width: 180%;
        margin-left: -90%;
        position: relative;
        min-width: 380px;
    }

    .col-img,
    .col-img-r,
    .col-img-l {
        width: 85%;
        margin-left: 10% !important;
        float: none;
    }

    .s13 .col-img {
        width: 60%;
        margin-left: 20% !important;
    }

    .size-correction .col-img{
        margin-left: 20% !important;
        width: 60%;
    }

    .col-img.col123 {
        width: 100%;
    }

    a.gotop {
        right: 1em;
        bottom: 1em;
    }

    /* START Responsive menu rules  */

    .header-container nav {
        display: none;
        clear: both;
        float: none;
        margin: 20px 0 80px 0;
        border-bottom: 1px solid #efefef;
    }

    .header-container nav ul li {
        float: none;    
        margin: 0;    
    }

    .header-container nav a {
        display: block;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        color: #2e67b1;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 40px;
        border-top: 1px solid #efefef; 
        padding: 0 10px;
    }

    .header-container nav li:first-child a {
        padding-left: 10px;
    }

    .header-container nav li:last-child a {
        padding-right: 10px;
    }     

    .header-container nav a:hover {
        background: #efefef;
    }

    .header-container h1 img {
        width: 120px;
    }

    .header-container h1 {
        margin: 15px 0;
    }

    .header-container header {
        padding-top: 0;
    } 

    .top-line {
        display: none;
    }

    a.btn-menu {
        display: block;
    }

    .top-nav {
        display: none;
        top: auto;
        bottom: 20px;
        width: 100%;
    }

    a.btn-quote,
    a.btn-phone {
        width: 90%;
        padding: 12px 0 0 0;
        height: 28px;
    }
    
    a.btn-lang {
    	width: 10%;
    	height: 28px;
    	padding: 12px 0 0 0;
    	text-align: center;
    }

    a.btn-quote .icon-quote-right,
    a.btn-phone .icon-mobile {
        margin-left: 10px;
    }

    .slider-layers .info h1 {
        font-size: 1.6em;
    }

    .subnav-fixed {
        /*top: 100px;*/
    }	

    /* END Responsive menu rules */	

    .clients-grid .col {
        width: 49%;
    }

    .clients-grid .xc1 {
        margin-left: 2%;
    }  	

    .clients-grid .xd1 {
        margin-left: 0;
    }    	

}

@media only screen and (max-width: 685px) {
    .follow-arow-wrapper {
        margin-right: 0;
        padding-right: 0em;
        padding-bottom: 8em;
        margin-bottom: 1em;
        background: url(../img/projects/follow-down.png) center bottom no-repeat;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .screenshot-list .radius-small {
        width: 98%;
        display: block;
        margin: 0 0 2px 0 !important;
        padding: 0.5em 0;
    }

}

@media only screen and (max-width: 480px) {

    .header-container nav {
       // margin-bottom: 120px;
    }

    a.btn-quote,
    a.btn-phone {
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
    }	
    
    a.btn-quote {
        width: 80%;
        border-bottom: 1px solid #fff;
    }	
    
    a.btn-lang {
        float: right;
        width: 20%;
    }	   

    a.btn-quote {
        float: none;
    }

    .col { 
        margin-left: 0;
    } 

    .col4 {
        width: 100%; 
    }

    .stories-panel {
        margin-top: 3em;
    }

    .slider-stories .nav {
        text-align: center;
        right: 0;
        bottom:
    }

    .home-bottom h1 {
        float: none;
        text-align: center;        
    }  

    .clients-panel .col {
        width: 100%;
        margin-left: 0;
    }     

    .slider-layers .info p {
        display: none;
    }

    .colw13,
    .colw14,
    .colw15,
    .colw16 {
        width: 100%;
    }

    .s21 ul li {
        float: none;
        width: 90%;
        margin-left: 10%;
    }

    .projects-grid .col,
    .clients-grid .col {
        width: 100%;
        margin-left: 0;
    }

    .blue-panel {
        padding: 6em 1.25em 1.25em 1.25em;
        background-position: center 1.25em;
    }
    .blue-panel.qr-result {
        margin: 0 0.5em;
    }     
}

@media only screen and (max-width: 320px) {

}

/* =========================
   HELPERS
   ========================= */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.no-margin {
    margin-bottom: 0 !important;	
}

.a-right {
    float: right;
    margin-bottom: 3em;	
}

/* =========================
   PRINT
   ========================= */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}