﻿@font-face {
    font-family: 'code_boldregular';
    src: url('code_bold-webfont.eot');
    src: url('code_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('code_bold-webfont.woff2') format('woff2'),
         url('code_bold-webfont.woff') format('woff'),
         url('code_bold-webfont.ttf') format('truetype'),
         url('code_bold-webfont.svg#code_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neouthin';
    src: url('neou-thin-webfont.eot');
    src: url('neou-thin-webfont.eot?#iefix') format('embedded-opentype'),
            url('neou-thin-webfont.woff2') format('woff2'),
            url('neou-thin-webfont.woff') format('woff'),
            url('neou-thin-webfont.ttf') format('truetype'),
            url('neou-thin-webfont.svg#neouthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('champagne__limousines-webfont.eot');
    src: url('champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('champagne__limousines-webfont.woff2') format('woff2'),
         url('champagne__limousines-webfont.woff') format('woff'),
         url('champagne__limousines-webfont.ttf') format('truetype'),
         url('champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.portfolioCaption {
    font-family:'code_boldregular'; 
    font-size:45px; 
    color:#424242; 
    width:100%; 
    text-align:center;
}

.portfolioSDescr {
    font-family:'champagne__limousinesregular'; 
    font-size:22px; 
    color:#424242; 
    width:100%; 
    text-align:center;
}

.portfolioDescr {
    font-family:Arial, sans-serif; 
    font-size:14px; 
    color:#858484;     
    width:100%; 
    text-align:justify;
}

.porfolioMainContainer {
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-justify-content:center; 
    justify-content:center; 
    width:100%; 
    background-color:#f8f8f8;
}

.bxslider {
    height:1000px;
}