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

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

}
body{
    font-family: 'proxima_nova_rgregular';
    font-size: 13px;

}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
html,body{
    height: 100%;
}
#top{
    min-height: 54px;
    margin-bottom: 45px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

}


.hometext {padding:50px 0px 0px 50px;}
h1 {    font-size: 30px;
    text-transform: uppercase;
    font-family: 'proxima_novablack';
	    color: #aa0000;}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: #e4e4e4;}


#portfolio-cats > li:nth-child(2) > a {text-transform: capitalize;}

#project > p > img{
    max-width: 1024px!important;
    width: 100%!important;    height: auto!important;  }




#project-thumbs{

}
#project-thumbs .col-md-6
{
    margin-top: 55px;
}
.bold{
    font-weight: bolder;
}
#project-menu
{
    text-align: justify;
    line-height: 30px;
    width: 330px;
    float: right;
    margin-right: 50px;
}
#project-cats{
    margin-bottom: 30px;
    list-style:none;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
}
#project-cats li{
    display: inline;

}
#project-cats li:first-of-type{
    margin-left: 0px;
}
#project-cats li:last-of-type
 {
    margin-right: 0px;
 }
#project-cats li:last-of-type:after{
    display:none;
}
#project-cats li:after{
    content: "-";
    margin-left: 20px;
    margin-right: 20px;
}
#project-menu h5{
    margin-bottom: 0px;
}
#project-menu h2{
    margin-top: 0px;
}
#project-menu h3{
    font-size: 20px;
}
#project
{
    margin-left: 50px;
    width: calc(100% - 430px);
    max-width: 1200px;
    float: left;
}
#project,#project-menu
{
    margin-top: 45px;
}
#wrapper{
    padding-top: 48px;
    min-height: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}
h2{
    font-size: 30px;    text-transform: uppercase;
    font-family: 'proxima_novablack';
}
h3{
    font-size: 20px;
    font-family: 'proxima_novablack';
}
#project-navs span{
    margin-left: 10px;
    margin-right: 10px;
}
#project-navs i{
    font-size: 10px;
}
#project-navs{
    margin-bottom: 120px;
}
#webre-bar,#social-box-top
{
    float: left;
    min-height: 54px;
}
#webre-bar{
    padding-left: 50px;
    width: calc(100% - 218px);
}
#social-box-top{
    width: 218px;
    padding-left:50px;
    padding-right: 50px;
}
#social-box-top > a{
    display: block;
    float: left;
    width: 54px;
    height: 54px;
}
#social-box-top > a:nth-of-type(n+2){
    margin-left: 10px;
}
#social-box-top > a#facebook
{
    background: #222279;
}
#social-box-top > a#post
{
    background: #aa0000;
}

#logo-part{
    width: calc(100% - 800px);
    float: left;
}
#menu-part{
    margin-bottom: 0px!important;
    float: left;
    width: 800px;
    max-width: 100%;
    border-bottom: solid 2px #e4e4e4;
}
.navbar-toggle{
    background: #aa0000;
}
#menu-part a{
    font-family: 'proxima_nova_rgregular';
    font-size: 13px;
    text-transform: uppercase;
    color: #636363;
}
.bigCol{
    display: block;
    float: left;
}
#col-right{
    padding-right: 50px;
}
#col-left{
    padding-left: 50px;
}
#col-right h2{
    color: #aa0000
}
#col-left h2{
    color: #222279
}
#col-right ul{
    list-style: none;
}
.wrapperMargins{
    margin-left: 50px;
    margin-right: 50px;
}
.grayborder
{
    border: solid 1px #e4e4e4;
    padding: 5px;
}
.row.grayborder
{
    margin-left: 0px;
    margin-right: 0px;

}
.bluefont,.bluefont > a
{
    color: #222279;
}
.redfont,.redfont > a
{
    color: #aa0000;
}
.row.grayborder > div
{
    padding-left: 0px;
    padding-right: 0px;
}
.leftPadding
{
    padding-left: 35px!important;
}
#workers > div:nth-of-type(n+2)
{
    border-left: solid 1px #e4e4e4;
}
#workers > div:nth-of-type(n+4){
    border-top: solid 1px #e4e4e4;
}
#workers > div:nth-of-type(4n)
{
    border-left: none;
}
#workers{
    padding: 0px;
}
.worker{
    padding-top: 41px;
    padding-bottom: 33px;
    padding-right: 27px!important;
    height: 320px;
}
.worker > div{
    display: block;
}
.form-control,.btn{
    border-radius: 0px!important;
}
.btn-primary{
    background: #222279;
}
.worker > div:first-of-type
{
    width: calc(100% - 200px);
    min-width: 200px;
    float: left;
}
.worker > div:nth-of-type(2)
{
    width: calc(100% - 200px);
    float: right;
    max-width: 200px;
}
#center{
    overflow: hidden;
    display: flex;
    width: 100%;

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    flex-grow: 1;
}
#center > div{
    width: 100%;    margin-bottom: 40px;
}
#col-right ul li a{
    color: #636363;
    line-height: 50px;
}
p{
    /*line-height: 30px; */
}
#map{
    width: 100%;
    height: 100%;
    min-height: 320px;
}
#col-right ul .active{
    font-famlit: 'proxima_novablack';
}
#col-right ul{
    padding-top: 22px;
    margin-top: 64px;
}
#col-left #grid{
    position: relative;
    margin-top: 35px;
}
#grid .pagination{
    z-index: 11;
    top: 45px;
    position: absolute;
    right: -45px;
    margin-top: 0px;
}
#grid .pagination a{
    margin-bottom: 30px;
    display: block;
    font-size: 9px;
}
#grid .pagination a.prev{
    color: #26267c;
}
#grid .pagination a.next{
    color: #ab0202;
}

#grid{
    margin-left: -25px;
    margin-right: -25px;
}
#grid .col{
    margin-left: 32px;
    display: block;
    float: left;
}
#grid .col > div:nth-of-type(2){
    margin-top: 17px;
}
#grid{
    width: 100%;
    min-height: 435px;
}
#grid .owl-item .col {
    height: 435px;
    display: block;
    width: 100%;
}
#social-box-top i{
    display: block;
    color: white;
    line-height: 54px;
    text-align: center;
}
#bottom,#top,#center{
    width: 100%;
    position: relative;
}
#absolutCreator{
    position: absolute;
    width: calc(100% - 100px);
    top: -35px;
}
.headerMarginBottom{
    margin-bottom: 40px;
}
.boxMarginBottom{
    margin-bottom: 80px;
}
.subpage_center
{
    margin-bottom: 80px;
}
#absolutCreator > div{
    float: left;
}
#absolutCreator > .left{
    width: 600px;
}
#absolutCreator > .right{
    width: calc(100% - 600px);
}
.bigborderedbtn{
    width: 100%;
    padding-left: 50px;
    line-height:50px;
    border: solid 1px #e4e4e4;
    text-align: left;
    text-transform: uppercase;
    background: transparent;
}
#absolutCreator h2{
    line-height: 30px;
    margin: 0px;
}
#bottom .col-md-6 ul{
    float: right;
    list-style: none;
}
#bottom{
    /*
    position: fixed;
    width: 100%;
    bottom: 0px; */
    padding-left: 50px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
}
#bottom .col-md-6 ul li{
    display: block;
    float: left;
    color: #636363;
}
#bottom .col-md-6 ul li:nth-of-type(n+2):before
{
    content: "/";
    margin-left: 15px;
    margin-right: 15px;
}

.view-port {
    width: 100%x;
    overflow: hidden;
    position: relative;
}
.slider-container {
    position: relative;
    height: 435px;
    margin: 0;
    padding: 0;
    list-style:none;
}
#col-right ul .active{
    font-family: 'proxima_novablack';
}
.item {
    position: absolute;
    width: 284px;
    height: 435px;
    margin-right: 8px
}
#bottom .bigCol.col-left
{
    padding-top: 24px;
    margin-top: 70px;
    border-top: solid 2px #e4e4e4;
}
#logo-bottom{
    float: right;
}
#bootom,#bottom a{
    color: #aa0000;
}
#work_in{
    margin-left: 3px;
}
.col-right{
    position: relative;
}
.navbar-toggle .icon-bar{
    background: white;
}
.myborderd-btn{
    display: block;
    border: solid 1px #e4e4e4;
    line-height: 48px;
}


@media(max-width: 1400px)
{
    .leftPadding{
        padding-left: 20px!important;
    }
    #social-box-top{
        margin-top: 8px;
        float: right;
    }
}
@media(max-width: 996px)
{
    .worker:nth-of-type(n+3){
        border-top: solid 1px #e4e4e4;
    }
    #workers > div:nth-of-type(even)
    {
        border-left: solid 1px #e4e4e4;
    }
    .wrapperMargins{
        margin-left: 25px;
        margin-right: 25px;
    }

}
#logo-part-small{
    display: none;
}
.subpagewrapper{
    margin-left: 50px;
    margin-right: 50px;
}
.myborderd-btn{
    padding-right:50px;
    padding-left: 50px;
}
.xs-sm-move-to-right{
    float: right;
}

@media(min-width: 967px) and (max-width: 1366px)
{
    #logo-part{
        width: 200px!important;
    }
    #menu-part{
            width: calc(100% - 220px);
    margin-left: 20px;
    }
}
@media(max-width: 766px)
{
    .sm-padding-15{
        padding-left: 15px;
        padding-right: 15px;
    }
    #logo-part{
        display: none;
    }
    #logo-part-small{
        float: left;
        display: block;
    }
    #menu-part{
        width: 100%;
    }
    .worker:nth-of-type(n+2){
        border-top: solid 1px #e4e4e4;
    }
    #webre-bar{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    #social-box-top{
        padding-right: 15px;
        padding-left: 15px;
        width: auto;
    }
    .navbar-toggle{
        margin-right: 0px;
    }
    .wrapperMargins{
        margin-left: 15px;
        margin-right: 15px;
    }
    #bottom > div{
        width: calc(100% - 15px);
    }
    #absolutCreator > div{
        width: 100%!important;
    }
    #absolutCreator{
        position: relative;
    }
    #bottom > div.bigCol > .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    #bottom .bigCol .col-md-6{
        text-align: right;
    }
    #bottom{
        padding-left: 15px;
    }
    #bottom .bigCol.col-left{
        width: calc(100% - 15px);
    }
    #bottom .bigCol.col-right{
        float: right;
    }
    #project-menu,#project
    {
        width: calc(100% - 20px);
        margin-left:10px;
        margin-right:10px;
    }
    #project{
        order: 2;
        margin-top: 0px;
    }
    .lastOrderSmXs{
        order: 3;
    }
    #project_wrapper{
        display: flex;
        flex-flow: column;
    }
    .subpage_center{
        margin-bottom: 0px;
    }
    #logo-bottom{
        max-width: 200px;
    }
}
@media(min-width: 966px)
{
    .button-md-moveToRight{
        padding-right: 50px;
        width: calc(100% + 50px);
    }
}
@media(min-width: 766px) and (max-width: 966px)
{

    #project-menu,#project
    {
        width: calc(50% - 50px);
    }
    .subpagewrapper{
        margin-left: 25px;
        margin-right: 25px;
    }
    #logo-part{
        width: 200px!important;
    }
    #menu-part{
        width: calc(100% - 200px);
    }
    #social-box-top{
        padding-right: 25px;
        width: auto;
    }
    #webre-bar{
        padding-left: 25px;
        width: calc(100% - 25px);
    }
    #absolutCreator > div{
        width: 100%!important;
    }
    #absolutCreator{
        position: relative;
    }
    #bottom{
        padding-left: 25px;
    }
    .subpagewrapper{
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media(min-width: 766px)
{

    .button-sm-moveToRight{
        width: calc(100% + 25px);
        padding-right: 25px;
    }
    #bottom{
        min-height: 137px;
        margin-top: 42px;

    }
    .col-right{
        width: 300px;

    }
    .col-left {
        width: calc(100% - 300px);
    }
    .navbar-nav>li>a{
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-right{
        margin-right: -15px;
    }
    #project-thumbs > div:nth-child(even){
        padding-left: 25px;
    }
    #project-thumbs > div:nth-child(odd){
        padding-right: 25px;
    }
}