@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifRegular/PTSerifRegular.eot");
    src: url("/fonts/PTSerifRegular/PTSerifRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSerifRegular/PTSerifRegular.woff") format("woff"),
    url("/fonts/PTSerifRegular/PTSerifRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot");
    src: url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.woff") format("woff"),
    url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifItalic/PTSerifItalic.eot");
    src: url("/fonts/PTSerifItalic/PTSerifItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSerifItalic/PTSerifItalic.woff") format("woff"),
    url("/fonts/PTSerifItalic/PTSerifItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifBold/PTSerifBold.eot");
    src: url("/fonts/PTSerifBold/PTSerifBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSerifBold/PTSerifBold.woff") format("woff"),
    url("/fonts/PTSerifBold/PTSerifBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html, body {
    font-family: 'PTSerif', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}

h1 {
    font-size: 2em;
}
h3 {
    font-weight: 100;
}

/* Pure framework styles */
.pure-g,
.pure-g [class *="pure-u"] {
    font-family: 'PTSerif', Arial, sans-serif;
}

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
    padding: .5em .6em;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.btn {
    font-size: 0.95em;
    padding: 0.8em 3.25em;
    color: #fff;
    line-height: 4em;
}
.thin-btn {
    border: 1px solid #fff;
}
.thin-btn:hover {
    text-decoration: none;
    background: #ffbb78;
    border: 1px solid #ffbb78;
}
.full-btn {
    background: #ffbb78;
}

.box-subheader {
    font-size: 1.125em;
    color: #ffbb78;
}
.box-header {
    font-size: 1.85em;
    color: #272727;
}
.divider {
    background: url(/img/divider.png) no-repeat center center;
    padding: 1.85em 0;
}

/* Index page */
.index-page .top-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px 0;
    background: rgba(0,0,0,0.6);
    z-index: 200;
}
.index-page .top-fixed  h1 {
    font-size: 1.25em;
    float: left;
    margin: 0;
}
.index-page .top-fixed .contacts-wrapper {
    float: right;
}
.index-page .top-fixed .index-phone {
    font-size: 1.25em;
    font-weight: bold;
    color: #ffbb78;
    text-decoration: none;
    margin-left: 20px;
}
.index-page #header {
    /*background: url(/img/header-bg.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}
.index-page #header .content-wrapper {
    position: relative; 
    min-height: 100%;
    height: 100%;
}
.index-page #header .what-we-do-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -100px;
    line-height: normal;
    text-decoration: none;
    background: #ffbb78;
    border: 1px solid #ffbb78;
    color: #000;
    font-weight: bold;
}

.index-page #header .header-info {
    text-align: center;
    margin-top: 8%;
    padding: 1em 0;
}
.index-page #header h1 {
    color: #fff;
    font-weight: normal;
}
.index-page #header h1 strong {
    color: #ffbb78;
    font-weight: normal;
}
.index-page #header h2 {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    margin: 2em 0;
}
.index-page #header .slide-nav {
    position: absolute;
    height: 64px;
    width: 64px;
    top: 50%;
    margin-top: -32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 32px;
}
.index-page #header .slide-next {
    background-image: url('/img/slider-next.png');
    right: 10px;
}
.index-page #header .slide-prev {
    left: 10px;
    background-image: url('/img/slider-prev.png');
}
.index-page .index-contacts {
    color: #fff;
    text-align: center;
    padding-top: 3em;
}
.index-page .index-contacts .index-phone {
    font-size: 1.5em;
    font-weight: bold;
    color: #ffbb78;
    text-decoration: none;
    display: block;
}

#menu {
    display: none;
}
#menu .pure-menu-item a {
    color: #fff;
    padding: 6px 18px;
}
#menu .pure-menu-item.active a {
    color: #000;
    background: #ffbb78;
}
#menu .pure-menu-item a:hover,
#menu .pure-menu-item a:active,
#menu .pure-menu-item a:focus {
    color: #000;
    background: #ffbb78;
    text-decoration: none;
}

.inner-page #menu .pure-menu-item a {
    padding: 6px 10px;
}

#box-what-we-do {
    padding: 1em 0;
    background: #fff;
}
#box-what-we-do .content-wrapper {
    padding: 0 1em;
}
#box-what-we-do .left-column {
    padding: 0 1em;
    text-align: center;
}
#box-what-we-do .what-we-do-block {
    margin-bottom: 4em;
}
#box-what-we-do .description {
    font-size: 0.85em;
    color: #787878;
}
#box-what-we-do .read-more {
    margin-top: 1em;
    margin-bottom: 2em;
}
#box-what-we-do .read-more a {
    color: #ffbb78;
    text-decoration: underline;
}
#box-what-we-do .item-service {
    text-align: center;
    margin-bottom: 2.5em;
}
#box-what-we-do .item-service a {
    display: block;
    background: #f5be82;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    margin-top: 1em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}
#box-what-we-do .item-service .item-service-title {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 1em;
}
#box-what-we-do .item-service .item-service-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(/img/service-bg.png) no-repeat 59% 89%;
}
#box-what-we-do .item-service-1 .item-service-img {
    background-position: 40% 50%;
}
#box-what-we-do .item-service-2 .item-service-img {
    background-position: 80% 98%;
}
#box-what-we-do .item-service-3 .item-service-img {
    background-position: 0% 90%;
}
#box-what-we-do .features-list {
    margin-top: 5em;
}
#box-what-we-do .features-list .divider {
    background: none;
}
#box-what-we-do .features-list .box-header {
    text-align: center;
}
#box-what-we-do .our-sites-block {
    background: #000;
    text-align: center;
    position: relative;
    /*padding: 2em 0;*/
}
#box-what-we-do  .our-sites-block .box-header {
    color: #fff;
    margin-bottom: 0.5em;
}
#box-what-we-do  .our-sites-block .video-container {
    overflow: hidden;
    visibility: visible;
    background: #000;
}
#box-what-we-do  .our-sites-block .video-container video {
    width: 100%;
    top: -35%;
    position: relative;
}
#box-what-we-do  .our-sites-block .play-btn {
    background: url(/img/play-btn.png) no-repeat center center;
    background-size: 154px 154px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -77px;
    margin-left: -77px;
    z-index: 99;
    width: 154px;
    height: 154px;
    cursor: pointer;
}


#box-our-menu {
    background: url(/img/menu-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 26em;
    text-align: center;
}
#box-our-menu .box-header {
    color: #fff;
}
#box-our-menu .description {
    color: #fff;
    margin: 1.5em 0;
}
#box-our-menu .menu-info {
    max-width: 20em;
    margin: 0 auto;
    margin-top: 5%;
}

#box-our-projects {
    background: #fff;
}
#box-our-projects .content-wrapper {
    padding: 1em;
    text-align: center;
}
#box-our-projects .box-header {
    margin-bottom: 1em;
}

#box-nprojects {
    background: #fff;
}
#box-nprojects .content-wrapper {
    padding: 1em;
    text-align: center;
}
#box-nprojects .box-header {
    margin-bottom: 1em;
}

#our-advantages-block {
    background: #fff;
}

.item-project-wrapper {
    margin-bottom: 2em;
}
.item-project {
    background: #F1F1F1;
    margin: 0 auto;
    text-align: center;
    min-height: 100%;
    position: relative;
}
.item-project:hover {
    -moz-box-shadow: 0 0 1.5em #ccc;
    -webkit-box-shadow: 0 0 1.5em #ccc;
    box-shadow: 0 0 1.5em #ccc;
}
.item-project .item-info {
    width: 100%;
    padding: 2em 3em 5em;
}
.item-project .item-image {
    max-height: 240px;
    overflow: hidden;
}
.item-project .item-title {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 1em;
}
.item-project .item-date {
    font-size: 0.875em;
    color: #737373;
}
.item-project .item-description {
    font-size: 0.875em;
    color: #737373;
    margin-bottom: 1.5em;
}
.item-project .item-read-more {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -102px;
}
.item-read-more .btn {
    border: 1px solid #ffbb78;
    color: #ffbb78;
}
.item-read-more .btn:hover {
    color: #fff;
}

.item-nproject-wrapper {
    margin-bottom: 2em;
}
.item-nproject {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    padding: 0 1em;
}
.item-nproject .item-info {
    width: 100%;
    font-size: 0.875em;
    color: #626262;
    text-align: left;
}
.item-nproject .item-image {
    max-height: 180px;
    overflow: hidden;
}
.item-nproject .item-image img {
    width: 100%;
}
.item-nproject .item-title {
    font-weight: bold;
    font-size: 1.125em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    text-align: left;
    padding-right: 52px;
    min-height: 48px;
}
.item-nproject .more-info {
    text-decoration: underline;
    text-transform: uppercase;
    color: #ffbb78;
}

#new-project-modal {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#new-project-modal .form-wrapper {
    padding: 2em;
}
#new-project-modal .message-text {
    font-size: 1em;
    color: #202020;
}
#new-project-modal .message-text img {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.7em;
    position: relative;
    top: 5px;
    width: 240px;
}

#box-feedback-us {
    background: url(/img/feedback-bg.jpg) repeat-y center center;
}
#box-feedback-us .content-wrapper {
    padding: 1em;
}
#box-feedback-us .box-header {
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
}

/* Feedback form */
.feedback-form {
    background: #FAFAFA;
    padding: 2em 2.5em;
}
.feedback-form .fields-row {
    margin-bottom: 1em;
}
.feedback-form input[type="text"],
.feedback-form textarea {
    border: none;
    border-bottom: 1px solid #000;
    color: #676767;
    padding: 1em 0;    
    background: none;
    max-width: 100%;
    width: 100%;
}
.feedback-form .form-note {
    color: #8c8c8c;
    font-size: 0.75em;
}
.feedback-form .phone-field input[type="text"],
.feedback-form .name-field input[type="text"] {
    width: 100%;
}
.feedback-form .error-message,
.feedback-form .success-message {
    display: none;
    color: #ffa15c;
}

#box-our-achievements {
    background: #fff;
}
#box-our-achievements .content-wrapper {
    padding: 1em;
    text-align: center;
}
#box-our-achievements .counter {
    font-size: 1.125em;
}
#box-our-achievements .counter > span {
    color: #ffbb78;
    font-size: 3.5em;
}
#box-our-achievements .counter > p {
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#box-our-achievements .box-header {
    margin-bottom: 1em;
}

#footer {
    background: #232425;
    color: #acacac;
    font-size: 0.875em;
}
#footer .content-wrapper {
    padding: 3em 2em 2em;
}
#footer p {
    margin: 0;
}
#footer .footer-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
}
#footer .pure-menu-horizontal ul {
    padding: 0;
    margin: 0;
}
#footer .pure-menu-horizontal .pure-menu-item {
    display: block;
}
#footer .pure-menu-horizontal .pure-menu-item a {
    padding: 0;
    color: #acacac;
    text-decoration: underline;
}
#footer .pure-menu-horizontal .pure-menu-item a:hover {
    background: none;
}
#footer .footer-bottom {
    border-top: 1px solid #2C2D2E;
    padding: 1.5em 0 0;
    text-align: center;
}
#footer .site-link {
    color: #8f8f8f;
    text-decoration: none;
}
#footer .follow-form input[type="text"] {
    color: #656566;
    border: 1px solid #656566;
    padding: 0.75em 0.875em;
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 16em;
    margin-right: 1.25em;
}
#footer .follow-form > a {
    font-size: 0.875em;
    color: #ffbb78;
    text-transform: uppercase;
}
#footer .footer-column {
    margin-bottom: 2em;
}
#footer .follow-form {
    margin-bottom: 2em;
}

ul.social-buttons {
    list-style: none;
    overflow: hidden;
    padding: 0;
}
ul.social-buttons li {
    float: left;
    text-indent: -9999px;
}
ul.social-buttons li a {
    display: block;
    width: 3.5em;
}
ul.social-buttons li.twitter a {
    background: url(/img/social/twitter.png) no-repeat 0 center;
}
ul.social-buttons li.vk a {
    background: url(/img/social/vk.png) no-repeat 0 center;
    width: 5em;
}
ul.social-buttons li.instagram a {
    background: url(/img/social/instagram.png) no-repeat 0 center;
}
ul.social-buttons li.facebook a {
    background: url(/img/social/facebook.png) no-repeat 0 center;
}

/* Inner page */
.inner-page #header {
    background: url(/img/header-bg.jpg) no-repeat center 15%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.inner-page #header .logo-inner {
    margin-top: 2em;
}
.inner-page #header .logo-wrapper {
    text-align: center;
}
.inner-page #header .full-btn {
    margin-top: 1.5em;
    display: block;
    line-height: normal;
    max-width: 11em;
    float: right;
}
.inner-page #content > .content-wrapper,
.inner-page .content-box > .content-wrapper {
    padding: 0 1em;
}
.inner-page #menu {
    margin-top: 1.8em;
    text-align: center;
}

.inner-page .section-header {
    padding: 2.5em 0;
    position: relative;
}
.inner-page .section-info {
    position: absolute;
    width: 18.75em;
    left: 50%;
    bottom: 5em;
    margin-left: -9.5em;
    text-align: center;
}
.inner-page .section-info .subheader {
    font-size: 2em;
    color: #ffa15c;
}
.inner-page .section-info h1 {
    font-weight: normal;
    font-size: 3em;
    color: #fff;
    margin: 0;
}
.inner-page .section-info-left {
    padding-left: 1em;
}
.inner-page .section-info-left .subheader {
    font-size: 1.125em;
    color: #ffa15c;
}
.inner-page .section-info-left h1 {
    color: #272727;
    font-weight: normal;
    margin: 0;
    font-size: 1.75em;
}
.inner-page .inner-phone {
    font-size: 1.5em;
    font-weight: bold;
    color: #ffbb78;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 1.3em;
    margin-bottom: 1em;
}

/* Menu page */
.menu-category {
    text-align: center;
}
.menu-category .menu-category-title {
    color: #000;
    font-size: 1.5em;    
}
.menu-category .menu-category-items {
    padding: 0 1em;
    margin: 0;
    color: #454545;
    list-style: none;    
    line-height: 1.5em;
    margin-bottom: 4em;
    text-align: left;
}
.menu-category .menu-category-item {
    margin-bottom: 1.25em;
}

/* Projects page */
.our-projects-page .item-project-wrapper {
    margin-bottom: 2em;
}

/* About page */
.about-page .about-info {
    padding: 3em 0 1em;
}
.about-page .about-info .section-info-left h1 {
    font-weight: bold;
}
.about-page .section-info-left {
    padding: 0;
}
.about-page .company-info {
    color: #787878;
    line-height: 1.5em;
    font-size: 0.875em;
    padding-right: 1em;
}
.about-page .company-advantages-title {
    margin: 2em 0 1em;
    font-size: 1.125em;
}
.about-page .company-advantages ul {
    color: #787878;
    line-height: 1.75em;
    font-size: 0.875em;
}
.about-page .company-advantages ul li {
    padding-left: 1em;
}
.about-page .slogan {
    font-size: 1.5em;
    text-align: center;
    line-height: 0.875em;
    margin-bottom: 3em;
}
.about-page .section-info-left {
    margin-bottom: 2em;
}
.about-page .our-clients .logo-wrapper {
    padding: 1em;
    text-align: center;
}
.about-page .our-clients img {
    max-width: 100%;
}
.about-page .about-experience-info {
    margin-bottom: 3em;
}
.about-page .about-experience-info {
    font-size: 0.9375em;/*15px*/
}
.about-page .about-experience-info .left-column {
    text-align: left;
    padding-right: 60px;
}
.about-page .about-experience-info .right-column {
    text-align: right;
    padding-left: 60px;
}
.about-page .about-experience-info .item-experience-title {
    font-weight: bold;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}
.about-page .about-experience-info .left-column .item-experience-title {
    padding-left: 60px;
}
.about-page .about-experience-info .right-column .item-experience-title {
    padding-right: 60px;
}
.about-page .about-experience-info .left-column .item-experience-title:before,
.about-page .about-experience-info .right-column .item-experience-title:after {
    background-color: #ffab59;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 40px;
    top: -2px;
}
.about-page .about-experience-info .left-column .item-experience-title:before {
    right: 20px;
    margin-left: -40px;
}
.about-page .about-experience-info .right-column .item-experience-title:after {
    left: 20px;
    margin-right: -40px;
}
.about-page .about-experience-info .item-experience-description strong {
    border-bottom: 1px solid #ffab59;
    padding-bottom: 3px;
}
.about-page .about-type-info {
    font-size: 15px;
    padding-bottom: 40px;
}
.about-page .about-type-info .item-type {
    text-align: center;
    padding: 0 5px;
}
.about-page .about-type-info .item-type .item-type-img {
    background: url(/img/about-type-bg.png) no-repeat 60% 90%;
}
.about-page .about-type-info .item-type .item-type-title {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    padding: 20px 0;
    text-transform: uppercase;
}
.about-page .gray-box {
    background: #f4f4f4;
    text-align: center;
    padding: 60px 0;
}
.about-page .about-menu-info h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-top: 0;
}
.about-page .about-menu-info h3:before,
.about-page .about-menu-info h3:after {
    background-color: #ffab59;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 100px;
    top: -2px;
}
.about-page .about-menu-info h3:before {
    right: 1em;
    margin-left: -50%;
}
.about-page .about-menu-info h3:after {
    left: 1em;
    margin-right: -50%;
}
.about-page .about-menu-info p {
    width: 55%;
    margin: 0 auto;
    font-size: 1.125em;
}
.about-page .about-exclusive-info {
    padding: 60px 0;
}
.about-page .about-exclusive-info h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-top: 0;
}
.about-page .about-exclusive-info .top {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5em;
}
.about-page .about-exclusive-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
}
.about-page .about-exclusive-info ul li {
    background: url(/img/about-list-caret.png) no-repeat 0 center;
    padding: 3px 0;
    padding-left: 30px;    
}
.about-page .about-exclusive-info .right-column {
    position: relative;
    text-align: center;
}
.about-page .about-exclusive-info .right-column img {
    top: 50%;
    margin-top: -80px;
    position: relative;
}
.about-page .about-advantages-info {
    font-size: 15px;
    padding-bottom: 40px;
}
.about-page .about-advantages-info .item-advantage {
    text-align: center;
    padding: 0 20px;
}
.about-page .about-advantages-info .item-advantage .item-advantage-img {
    background: url(/img/about-type-bg.png) no-repeat 60% 90%;
}
.about-page .about-advantages-info .item-advantage.item-advantage-service .item-advantage-img {
    background-position: 60% 90%;
}
.about-page .about-advantages-info .item-advantage.item-advantage-design .item-advantage-img {
    background-position: 35% 20%;
}
.about-page .about-advantages-info .item-advantage.item-advantage-confidence .item-advantage-img {
    background-position: 50% 0%;
}
.about-page .about-advantages-info .item-advantage .item-advantage-title {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    padding: 20px 0;
    text-transform: uppercase;
}

/* What we do page */
.what-we-do-page .section-info-left {
    padding: 0;
}
.what-we-do-page .section-header {
    padding-bottom: 1em;
}
.what-we-do-page .intro-text {
    margin-bottom: 2em;
}
.what-we-do-page .item-service {
    text-align: center;
    margin-bottom: 2.5em;
}
.what-we-do-page .item-service .item-service-title {
    margin-top: 1em;
}
.what-we-do-page .item-service ul {
    color: #878787;
    list-style: none;
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 0;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 0.5em;
}
.what-we-do-page .item-service .item-service-img {
    background: url(/img/service-bg.png) no-repeat 45% center;
}

/* Project page */
.project-page .project-date {
    color: #ffa15c;
    font-size: 1.125em;
    text-align: center;
}
.project-page .project-title {
    color: #272727;
    font-size: 1.75em;
    text-align: center;
    font-weight: normal;
    margin: 0 0 1em;
}
.project-page .project-description {
    color: #272727;
}
.project-page .project-content {
    margin: 0 auto;
    padding: 3em 0;
}
.project-page .project-image {
    margin-bottom: 3em;
}
.project-page .project-images img {
    margin-right: 1em;
    margin-bottom: 1em;
    height: 120px;
}

.pagination {
    margin-bottom: 2em;
    margin-left: 1em;
}
.pagination ul.yiiPager a:link,
.pagination ul.yiiPager a:visited {
    background: #F1F1F1;
    border: none;
    border: none;
    padding: 0.5em 1em;
    font-size: 1.125em;
    color: #191919;
    font-weight: normal;
}
.pagination ul.yiiPager .selected a {
    background: #FFBB78;
    color: #fff;
}

/* Contacts page */
.contacts-page #content > .content-wrapper {
    padding-top: 3em;
}
.contacts-page .section-info-left {
    padding: 0;
    margin-bottom: 1em;
}
.contacts-page .contacts-info {
    color: #919191;
    margin-bottom: 3em;
    line-height: 2em;
}
.contacts-page .contacts-info a {
    text-decoration: none;
    color: #919191;
}
.contacts-page strong {
    color: #414141;
}
.contacts-page h2 {
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 1em;
}

.contacts-page .feedback-form {
    margin-bottom: 5em;
}

#menu-side a {
    color: #fff;
    text-transform: uppercase;
    padding: 0.8em 0 0.8em 0.8em;
}

#menu-side li {
    border-bottom: 1px solid #333;
}

#menu-side li.active {
    background: #ffa15c;
}

/* Menu grid */
.grid-sizer,
.grid-item {
    width: 100%;
}

/* Our team */
.about-page h1,
.about-page  h2,
.about-page .subheader  {
    text-align: center;
}
.our-team {
    margin-bottom: 2em;
}
.our-team .person-photo {
    text-align: center;
}
.our-team .person-photo  img{
    max-width: 200px;
}
.our-team .person-name,
.our-team .person-function,
.our-team .person-description {
    text-align: center;
}
.our-team .person-name {
    font-weight: bold;
    font-size: 1.125em;
}
.our-team .person-function {
    margin-top: 10px;
}
.our-team .person-description  {
    font-size: 0.875em;
    color: #626262;
    margin-bottom: 1em;
}

/* ty width >= 360px */
@media (min-width: 22.5em) {
    #footer .footer-bottom {
        text-align: left;
    }
    #footer .site-link {
        float: right;
    }
}

@media (min-width: 24em) {
    .item-project {
        width: 22.5em;
    }
}

/* sm width >= 568px */
@media (min-width: 35.5em) {
    /* Menu grid */
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}

/* md width >= 768px */
@media (min-width: 48em) {
    .content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }



    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    
    #box-what-we-do  .our-sites-block .video-container {
        height: 280px;
    }
    
    .our-team .person-function {
        min-height: 48px;
    }
}

/* lg width >= 1024px */
@media (min-width: 64em) {
    .header {
        margin: 80% 2em 0;
        text-align: right;
    }
    
    .index-page .index-contacts .contacts-wrapper {
        width: 260px;
    }
    .index-page #header {
        height: 650px;
    }
    .index-page #header .pure-menu {
        width: 800px;
        padding-left: 0;
    }
    /* Hide responsive menu */
    #menu-side {
        display: none;
    }

    #menu {
        display: block;
    }

    .index-page #header {
        padding-top: 90px;
    }
    .index-page #header .pure-menu {
        margin: 0 auto;
        padding-left: 2em;
    }
    
    .index-page #header .slide-nav {
        background-size: 64px;
        top: 66%;
    }
    .index-page #header .slide-next { 
        right: 0;
    }
    .index-page #header .slide-prev { 
        left: 0;
    }

    #box-our-projects .content-wrapper {
        padding: 6em 1em;
    }
    #box-our-projects .box-header {
        margin-bottom: 2.25em;
    }
   
    #box-what-we-do {
        padding: 6em 0 4em;
    }
    #box-what-we-do .content-wrapper {
        padding: 0 1em;
    }
    #box-what-we-do .left-column {
        padding: 0 5em;
    }
    
    #box-nprojects .content-wrapper {
        padding: 6em 1em 0;
    }
    #box-nprojects .box-header {
        margin-bottom: 2.25em;
    }

    #box-feedback-us .content-wrapper {
        padding: 1em 5em 4em;
    }
    #box-our-achievements .content-wrapper {
        padding: 6em 1em 4em;
    }
    #box-our-achievements .box-header {
        margin-bottom: 1.5em;
    }

    #footer .footer-top {
        padding-bottom: 2em;
    }

    .feedback-form .phone-field input[type="text"],
    .feedback-form .name-field input[type="text"] {
        width: 80%;
    }

    .index-page #header .pure-menu {
        float: right;
    }

    .about-page .company-info {
        padding-right: 7em;
    }

    /* Menu grid */
    .grid-sizer,
    .grid-item {
        width: 33.33%;
    }
    
    #box-what-we-do  .our-sites-block .video-container {
        height: 320px;
    }
}

/* content width >= 1200px */
@media (min-width: 75em) {
    h1 {
        font-size: 2em;
    }

    .content-wrapper {
        width: 1170px;
        margin: 0 auto;
    }

    .inner-page #header {
        height: 6em;
    }
    .inner-page #header .logo-wrapper {
        text-align: left;
    }
    .inner-page #menu {
        text-align: left;
        margin-left: 1em;
    }
    
    #box-what-we-do  .our-sites-block .video-container {
        height: 360px;
    }
}

@media (max-width: 64em) 
{
    .index-page #header .content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        left: 0;
        right: 0;
    }

    .index-page #header {
        height: 260px;
    }
    .index-page #header .logo-box img  {
        margin: 0 auto;
        display: block;
    }
    .index-page #header .what-we-do-btn {
        padding: 0.8em 2em;
        bottom: 20px;
        margin-left: -80px;
    }
    .index-page .top-fixed {
        z-index: 1;
        margin-top: 2.5em;
        text-align: center;
        background: none;
    }
    .index-page .top-fixed .contacts-wrapper {
        width: 100%;
        float: none;
    }
    .index-page .top-fixed h1 {
        margin: 0.25em 0;
        float: none;
        width: 100%;
    }
    .index-page .top-fixed .index-phone {
        display: block;
    }
}