@font-face{
	font-family: 'Century Gothic';
	src: url('../../static/fonts/gothic.ttf');
}

html,body{
    font-family: "Century Gothic";
}
.local-nav{
    float: right;
    background: rgba(26,39,44,0.37);
    padding: 40px 5px 20px 30px;
    width: 45%;
    text-align: center;
    margin: 0;
}

.local-nav li a{
    font-family: "Century Gothic";
    color: #fff;
    font-size: 13px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.local-nav li a:hover{
    text-decoration: underline;
    font-weight: bold;
}

.local-nav li{
    font-family: "Century Gothic";
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
}

.local-page-header{
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 24px;
    border-bottom: none;
    color: #1a232a;
	letter-spacing: 2px;
}

.local-block-header{
    font-family: "Century Gothic";
    font-weight: bold;
    border-bottom: none;
    color: #1a232a;
    margin-bottom: 5px;
	font-size: 22px;
    letter-spacing: 0.5px;
}

.options-header{
    font-family: "Century Gothic";
    font-weight: bold;
    border-bottom: none;
    color: #1a232a;
    margin-bottom: 50px;
    margin-top: 0;
	font-size: 18px;
    letter-spacing: 1px;
}

.hist-img-block{
    margin-bottom: 40px;
}


.hist-text-block{
    padding: 20px 0 0;
}

.hist-text-block p{
    font-family: "Century Gothic";
    font-size: 13px;
    color: #1a232a;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.card-container {
    padding: 25px 16px;
}

.card-desc{
	font-family: "Century Gothic";
    font-size: 13px;
    color: #7f838a;
    line-height: 1.4;
    text-align: justify;
	margin-bottom: 30px;
}

.card h4{
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: bold;
    color: #080707;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card .header-help{
    font-family: "Century Gothic";
    font-size: 12px;
    color: #080707;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-more{
    font-family: "Century Gothic";
    color: #fff;
    font-size: 11px;
    padding: 8px 15px;
    border-radius: 0px;
    letter-spacing: 1.5px;
    background-color: #1d282e;
}

.btn-more:hover{
    color: #fff;
    font-weight: bold;
}

.ribbon{
    width: 100%;
    height: 30px;
    background-color: #e9e4de;
}

.ribbon2{
    width: 85%;
    height: 30px;
    background-color: #272e37;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-7{
    margin-bottom: 7px;
}

.mr-0{
    margin-right: 0px !important;
}

.mr-10{
    margin-right: 10px !important;
}

.mr-60{
    margin-right: 60px !important;
}

.mr-20{
    margin-right: 20px !important;
}

.mmenu-block{
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-right: 30px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 9999;
}

.footer{
    background-color: #1c272d;
    padding: 35px 0;
}

.comand-block{
    background-color: #e9e4de;
    padding: 50px 0;
}

.comand-img{
    width: 300px;
}

.page-up{
    padding: 10px 15px;
    background-color: #1c272d;
    border: 1px solid #fff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    cursor: pointer;
}

.page-up p{
    font-family: "Century Gothic";
    color: #fff;
    margin: 0;
	font-size: 12px;
    letter-spacing: 2px;
}

.page-up-mobile{
    padding: 10px 15px;
    background-color: #1c272d;
    border: 1px solid #fff;
    position: fixed;
    left: 13px;
    bottom: 10px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.mail-img{
    margin-right: 5px;
    margin-top: 1px;
}

.mail-img2{
    margin-right: 5px;
    margin-top: 0px;
}

.mail-text{
    font-family: "Century Gothic";
    color: #fff;
    font-size: 11px;
    margin: 0;
}

.navbar-local{
    background-color: #fff !important;
}

.navbar-local .container ul li{
    //padding: 10px 0;
    padding: 12px 7px 8px;
    border-bottom: 3px solid #fff;
}

.navbar-local .container ul li a{
    font-family: "Century Gothic";
    font-size: 14px;
    //color: #1a232a;
	color: rgba(26,35,42,0.6);
}

.navbar-local .container ul li.active-class a{
	color: rgba(26,35,42,1);
}
.navbar-local .container ul li.active-class{
    font-family: "Century Gothic";
    font-size: 14px;
    //color: #1a232a;
    //text-shadow: 0px 0px 1px #000;
    border-bottom: 3px solid #0e151f;
	font-weight: bold;
}

.navbar-local .container ul li:last-child:hover{
	font-weight: bold;
	border-bottom: 0;
}
.navbar-local .container ul li:hover{
    font-family: "Century Gothic";
    font-size: 14px;
	color: rgba(26,35,42,1);
    //color: #1a232a;
    //text-shadow: 0px 0px 1px #000;
    border-bottom: 3px solid #0e151f;
	font-weight: bold;
}

.navbar-local .container ul li:last-child a{
	font-family: "Century Gothic";
    font-size: 11px;
    color: #fff;
    background-color: #1d282e;
    padding: 8px 17px;
    letter-spacing: 2px;
    margin-top: 6px;
}

.project-header-block p{
    font-family: "Century Gothic";
}

.project-header-block{
    margin-bottom: 30px;
}

.project-body-block .body-header{
    font-family: "Century Gothic";
}

.project-body-block .body{
    font-family: "Century Gothic";
    color: #7f838a;
}

.plan-btn{
    margin: 40px 0 85px 0;
}

.project-info .list-group-item{
    font-family: "Century Gothic";
    color: #1a232a;
    font-size: 16px;
    padding-top: 0;
    padding-left: 0;
    border: none;
    padding-bottom: 20px;
}

.project-info .list-group-item span{
    font-family: "Century Gothic";
    color: #a0a2a4 !important;
    font-size: 14px !important;
}

.project-info-block{
    margin-bottom: 70px;
}

.demo div img{
    width: 100%;
    height: 150px;
    //object-fit: contain;
    object-fit: cover;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}

.slick-active2{
    border: 2px solid #000;
}

.options img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: auto;
}
.comand-info p{
	font-family: "Century Gothic";
}

.options p{
    font-family: "Century Gothic";
    font-size: 12px;
    text-transform: uppercase;
}

.scheme-block{
    background-color: #6c6d72;
}

.project-tabs .nav-tabs li a{
    font-family: "Century Gothic";
    font-size: 13px;
    color: rgba(26,35,42,0.6);
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

.project-tabs .nav-tabs>li.active>a, .project-tabs .nav-tabs>li.active>a:focus, .project-tabs .nav-tabs>li.active>a:hover{
    border-left: none;
    border-top: none;
    border-right: none;
    font-family: "Century Gothic";
    font-size: 13px;
    border-bottom: 3px solid #0e151f !important;
    font-weight: bold;
    color: #000;
}

.project-tabs .nav-tabs > li > a:hover{
    border-left: none;
    border-top: none;
    border-right: none;
    font-family: "Century Gothic";
    font-size: 13px;
    border-bottom: 3px solid #0e151f !important;
    font-weight: bold;
    background-color: #fff;
    color: #000;
}

.project-tabs .nav-tabs li:last-child a:hover{
    border: none !important;
}

.project-tabs .nav-tabs li:last-child a{
    font-family: "Century Gothic";
    font-size: 11px;
    color: #fff;
    background-color: rgb(29,40,46);
    padding: 8px 17px;
    letter-spacing: 2px;
    margin-top: 9px;
    border-radius: 0px;
}

.project-tabs .nav-tabs li{
    padding: 5px 0 0 !important;
}

.project-tabs{
    margin-bottom: 45px;
}

.project-body-block p{
    font-size: 13px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    text-align: center;
    /* background-color: #ccc; */
    /* border: 1px solid #ddd; */
    margin-bottom: 30px;
}

img[usemap], map area{
    outline: none;
}

area:focus{
    border: none;
    outline-style: none;
    -moz-outline-style:none;
}

@media only screen and (max-width: 600px) {
    .project-tabs .nav-tabs li:last-child a{
        padding: 12px 17px;
    }
    .header-block{
        background-image: url("static/img/m-home-bg.png");
        background-size: cover;
        width: 100%;
        height: 555px;
    }

    .logo-block{
        float: left;
        height: 555px;
        background: rgba(26,39,44,0.67);
        padding: 50px 20px 0;
        margin-left: 20px;
    }
    .logo-block img{
        width: 100px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .header-block{
        background-image: url("static/img/home-bg.png");
        background-size: cover;
        width: 100%;
        height: 906px;
    }

    .logo-block{
        float: left;
        height: 906px;
        background: rgba(39,46,55, 0.7);
        padding: 50px 20px 0;
        margin-left: 20px;
    }
    .logo-block img{
        width: 150px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.footer .desktop-mg{
		padding-left: 0;
	}
    .options-header{
        margin-left: 20px;
    }
    .page-header{
        padding-bottom: 0;
    }
    .project-tabs .nav-tabs li a{
        padding-left: 0;
        padding-right: 50px;
    }
    .header-block{
        background-image: url("static/img/home-bg.png");
        background-size: cover;
        width: 100%;
        height: 906px;
    }

    .logo-block{
        float: left;
        height: 906px;
        background: rgba(39,46,55, 0.7);
        padding: 50px 20px 0;
    }

    .br-1{
        border-right: 1px solid #dadada;
    }

    .project-info-block h3, .project-info-block h2, .project-info-block h4{
        margin-bottom: 0;
    }

    .project-info-block p{
        margin-top: 5px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .header-block{
        background-image: url("static/img/home-bg.png");
        background-size: cover;
        width: 100%;
        height: 906px;
    }

    .logo-block{
        float: left;
        height: 906px;
        background: rgba(39,46,55, 0.7);
        padding: 50px 20px 0;
        margin-left: 115px;
    }

    .logo-block img{
        width: 100%;
    }

    .desktop-mg{
        margin-top: 66px;
    }

    .comand-info p {
        margin-left: 80px;
    }

    .br-1{
        border-right: 1px solid #dadada;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-block{
        background-image: url("static/img/home-bg.png");
        background-size: cover;
        width: 100%;
        height: 906px;
    }

    .logo-block{
        float: left;
        height: 906px;
        background: rgba(39,46,55, 0.7);
        padding: 50px 20px 0;
        margin-left: 115px;
    }

    .logo-block img{
        width: 100%;
    }

    .br-1{
        border-right: 1px solid #dadada;
    }
}

.pushy a{
	font-family: "Century Gothic";
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pushy a:hover{
	text-decoration: underline !important;
    font-weight: bold !important;
}

.img-responsive.map{
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.m-pull-right{
		float: right !important;
	}
}