@font-face {
    font-family: 'cassannet_bold';
    src: url('/mainpage_assets/fonts/Cassannet Bold-webfont.eot');
    src: url('/mainpage_assets/fonts/Cassannet Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/mainpage_assets/fonts/Cassannet Bold-webfont.woff2') format('woff2'),
    url('/mainpage_assets/fonts/Cassannet Bold-webfont.woff') format('woff'),
    url('/mainpage_assets/fonts/Cassannet Bold-webfont.ttf') format('truetype'),
    url('/mainpage_assets/fonts/Cassannet Bold-webfont.svg#cassannet_boldbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
body{
    font-family: 'Open Sans', sans-serif;
}
header{
    background-image: url('/mainpage_assets/web/head.jpg');
    height: 800px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
h1,.h1,h2,.h2,h3,.h3,
h4,.h4,h5,.h5,h6,.h6{
    font-family: 'cassannet_bold';
}
h1,.h1,h2,.h2,h3,.h3{
    text-transform: uppercase;
}
.h2.downcase {
    text-transform: none;
}
h1,.h1{
    font-size: 46px;
    margin-bottom: 40px;
}
h2,.h2{
    margin-top: 80px;
    font-size: 42px;
    margin-bottom: 40px;
}
h3.our-team{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
.logo{
    background-image: url('/mainpage_assets/web/logo.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 164px;
    height: 60px;
    margin-bottom: 15px;
}
.navbar{
    margin-top: 15px;
}
.navbar-nav > li > a{
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    background: none;
    text-decoration: underline;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-collapse{
    margin-left: -1px;
    margin-right: -1px;
}
.navbar-nav{
    background-color: #161523;
}
.nav-footer{
    display: inline-block;
    float: none;
    background-color: transparent;
}
.head-block{
    color: #fff;
    margin-top: 22%;
}
.head-block p{
    margin-top: 2%;
}
.technology-section {
    background-color: #fff;
}
.one-technology{
    padding: 30px 30px;
}
.technologies-pic{
    height: 53px;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 5px;
}
.technologies-title p{
    margin: 0 auto;
    display: block;
    width: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #47B497;
}
.technologies-text{
    margin: 20px 0;
    font-size: 13px;
}
.technologies-text ul {
    padding-left: 30px;
    margin: 0 auto;
    width: 100%;
}
.technologies-text ul li {
    list-style-type: disc;
    list-style-position: outside;
    text-align: left;
    margin-bottom: 7px;
}
.works-list > div > a{
    height: 420px;
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    transition: background-size 1s ease-out;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-title{
    font-weight: bold;
    color: #fff;
    font-size: 38px;
    position: relative;
    z-index: 20;
    top: 44%;
    -webkit-transition: -webkit-transform .5s ease-in; /* Changed here */
    -moz-transition: -moz-transform .5s ease-in;
    -o-transition: -o-transform .5s ease-in;
    transition: transform .5s ease-in;
}
.color-filter{
    position: absolute;
    opacity: 0.6;
    width: 100%;
    height: 420px;
    top: 0;
    z-index: 10;
    transition: opacity .25s ease-in-out;
}

.eway{
    background-image: url('/mainpage_assets/web/eway.jpg');
}
.eway .color-filter{
    background-color: #4868BF;
}
.shark-taxi{
    background-image: url('/mainpage_assets/web/taxi.jpg');
}
.shark-taxi .color-filter{
    background-color: #D77D12;
}
.reporter{
    background-image: url('/mainpage_assets/web/reporter.jpg');
}
.reporter .color-filter{
    background-color: #52160B;
}
.kiev{
    background-image: url('/mainpage_assets/web/Kiev.jpg');
}
.kiev .color-filter{
    background-color: #0065b6;
}
.scrij{
    background-image: url('/mainpage_assets/web/scrij.jpg');
}
.scrij .color-filter{
    background-color: #6CACC0;
}
.alcometer{
    background-image: url('/mainpage_assets/web/alco.jpg');
}
.alcometer .color-filter{
    background-color: #BC3425;
}
.now{
    background-image: url('/mainpage_assets/web/now.jpg');
}
.now .color-filter{
    background-color: #31ABDB;
}
.coast{
    background-image: url('/mainpage_assets/web/Coast.jpg');
}
.coast .color-filter{
    background-color: #ffa914;
}
.works-list > div > a:hover{
    text-decoration: none;
    background-size: 110% 110%;
}
.works-list > div > a:hover .color-filter{
    opacity: 0.9;
}
.description{
    display: none;
    position: relative;
    z-index: 20;
    color: #fff;
    height: 100px;
    top: 50%;
}
.description hr{
    width: 20%;
    background-color: #fff;
}
.description p{
    padding-left: 10%;
    padding-right: 10%;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}
.see-work{
    display: inline-block;
    margin: 15px auto;
    padding: 5px 30px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.works-list > div > a:hover .description {
    display: block;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
    top: 24%;
}
.works-list > div > a:hover .project-title{
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
.team-section{
    background-color: #F3F3F3;
}
ul {
    list-style: outside none none;
    padding: 0;
}
.thumbnails, .thumbnails .thumbnail {
    margin: 0;
}
.thumbnails:after {
    clear: both;
}
.thumbnails:before, .thumbnails:after {
    content: "";
    display: table;
    line-height: 0;
}
.italic{
    font-style: italic;
    font-size: 20px;
    font-family: 'PT Serif', serif;
}
.head-block .italic{
    font-size: 22px;
}
.bot-60 {
    margin-bottom: 6% !important;
}
.bot-90 {
    margin-bottom: 10% !important;
}
.inner-border {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #eeeeee;
    min-height: 260px;
    padding: 10px;
}
.our-team span {
    color: #b4b4b4;
    display: block;
    font-size: 14px;
    line-height: normal;
    margin-top: 6px;
    font-style: italic;
    font-weight: normal;
}
.team-member-desrc {
    height: 72px;
    font-size: 13px
}
.team hr{
    border-color: #47B497;
    width: 100px;
}
ul.team-social-icon {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}
.btn-group{
    position: relative;
    vertical-align: middle;
}
ul.team-social-icon li {
    display: inline-block;
    float: none;
}
ul.team-social-icon li a i{
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
    background-repeat: no-repeat;
}
.team-social-twitter {
    background-image: url("/mainpage_assets/social_icons/icon-twitter.png");
}
.team-social-facebook {
    background-image: url("assets/social_icons/icon-facebook.png");
}
.team-social-email {
    background-image: url("assets/social_icons/icon-email.png");
}
.team-social-linkedin {
    background-image: url("assets/social_icons/icon-linkedin.png");
}
footer{
    background-image: url('./mainpage_assets/web/bottom.jpg');
    min-height: 830px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
}
.successCL {
    background: none repeat scroll 0 0 #1abc9c;
    border: 1px solid #1abc9c;
    box-sizing: border-box;
    display: none;
    height: 110px;
    width: 400px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}
.successCL .success_txt {
    color: #000;
    position: relative;
    text-align: center;
    margin-top: 30px;
}
#form fieldset {
    border: medium none;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
#form label {
    display: block;
    min-height: 62px;
    position: relative;
}
#form input {
    border: 1px solid #fff;
    background-color: transparent;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: auto;
    margin: 0;
    outline: medium none;
    padding: 12px 14px;
    width: 100%;
}
#form textarea{
    border: 1px solid #fff;
    background-color: transparent;
    resize: none;
    color: #fff;
    padding: 12px 14px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
#form .error,
#form .empty {
    color: #f00;
    display: none;
    font-size: 10px;
    line-height: 1.25em;
    overflow: hidden;
    position: absolute;
    right: 18px;
    top: 2px;
}
#form label.message {
    margin-bottom: 20px;
}
.btn-dark {
    transition: all 0.3s ease 0s;
}
.animBtn{
    color: #1abc9c;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    line-height: 45px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
.animBtn .border {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #1abc9c;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.animBtn span {
    position: absolute;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
    z-index: 1;
}
.animBtn .border {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #1abc9c;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.animBtn .top, .animBtn .bottom, .animBtn .left, .animBtn .right {
    background-color: #1abc9c;
    height: 1px;
    width: 0;
}
.animBtn .left, .animBtn .right {
    height: 0;
    width: 1px;
}
.animBtn .top {
    left: -15px;
    top: -5px;
}
.animBtn .bottom {
    bottom: -5px;
    right: -15px;
}
.animBtn .left {
    right: -5px;
    top: -15px;
}
.animBtn .right {
    bottom: -15px;
    left: -5px;
}
.animBtn:hover,
.animBtn:focus{
    color: #fff;
    text-decoration: none;
}
.animBtn:hover .border {
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
}
.animBtn:hover .top, .animBtn:hover .bottom {
    width: 96px;
}
.animBtn:hover .left, .animBtn:hover .right {
    height: 40px;
}
.animBtn:hover .top {
    left: -5px;
}
.animBtn:hover .bottom {
    right: -5px;
}
.animBtn:hover .left {
    top: -5px;
}
.animBtn:hover .right {
    bottom: -5px;
}
.animBtn .text {
    letter-spacing: 0.03em;
    position: relative;
}
.social-links {
    display: inline-block;
    margin: 30px auto;
}
.social-links > li{
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    margin-right: 15px;
}
.social-links > li:hover{
    opacity: 0.7;
}
@media (max-width: 1200px){
    .technologies-text ul {
        width: 82%;
    }
}
@media (max-width: 960px){
    .works-list > div > a{
        transition: none;
        background-size: cover;
    }
    .works-list > div > a:hover{
        background-size: cover;
    }
}
@media (max-width: 767px){
    .technologies-text ul {
        width: 50%;
    }
}
@media (max-width: 640px){
    header{
        max-height: 738px;
    }
    h1,.h1{
        font-size: 34px;
        margin-bottom: 30px;
    }
    h2,.h2{
        margin-top: 50px;
        font-size: 28px;
        margin-bottom: 40px;
    }
    h3.our-team{
        font-size: 16px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
    }
    .logo{
        width: 82px;
        height: 30px;
    }
    .technologies-text ul {
        width: 60%;
    }
}
@media (max-width: 480px){
    .technologies-text ul {
        width: 80%;
    }
}
@media (max-width: 430px){
    .technologies-text ul {
        width: 99%;
    }
}
