html{
    font-family: "DINProBold", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DINProBold",'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.clearfix{
    clear: both;
}
/*Home -------------------------------------------------*/
#home{
	text-align: left;
}
#home span{
	display: block;
}
#home h1 {
    background: url(../img/big_pad.png) no-repeat 0 0;
    color: #ffffff !important;
    font-size: 60px !important;
    line-height: 20px !important;
    padding-top: 75px;
}
.small {
    font-size: 36px !important;
}
.x-small {
    font-size: 28px !important;
    margin-top: -3px;
}
#home h2 {
    color: #ffffff !important;
    font-size: 20px !important;
    margin-top: 20px;
}
.thin {
    font-family: "DINProRegular";
}
#home h2 span.bg-black {
    display: inline-block;
    padding: 1px 3px;
    background: rgba(0,0,0,0.8);
    width: auto;
}
/*Technologies--------------------------------------------------*/
#technologies{
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('../img/bg_tech.jpg');
	text-align: center;
}
h1 {
    font-family: "DINProBold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 57px;
    line-height: 43px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
#technologies{
	padding-bottom: 50px;
}
#technologies  h1 {
    height: 45px;
    font-size: 56px;
    margin-bottom: 58px;
    padding-top: 20px;
    color: #666;
    font-weight: bold;
    text-align: left;
}
@media screen and (min-width: 480px) {
    #technologies  h1 ,
    #technologies .carousel-indicators{
        text-align: center !important;
    }
}
#technologiesCarousel{
	top: 25px;
}
#technologies .carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    list-style: none;
    color: black;
    top: -40px;
    left: 10px;
}
#technologies .carousel-indicators li.active,
#technologies .carousel-indicators li:hover {
	color: #666666;
}
#technologies .carousel-indicators li {
    display: inline-block;
    color: rgb(180,180,180);
	text-decoration: none;
	outline: none;
	border: 0;    
	margin: 0;
    margin-right: 15px;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    width: auto;
    height: auto;
    text-indent: 0;
    cursor: pointer;
    font-size: 14px;
	text-transform: uppercase;
}
/*custom products*/
    #products h1{
        color: #666;
        font-weight: bold;
    }
    #products{
        padding: 5px;
    }
    .c-head{
        background-color: #A1A1A1;
        border-radius: 11px;
        color: #fdfdfd;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        min-height: 40px;
    }
    .left-container{
        text-align: right;
    }
    .right-container{
        text-align: left;
    }
    .left-container .c-head{
        border-radius: 11px 11px 0px 11px;
    }
    .right-container .c-head{
        border-radius: 11px 11px 11px 0px;
    }
    .c-body{
        min-height: 260px;
    }
    .c-body li{
        list-style: none;
        font-size: 16px;
        padding-top: 10px;
        position: relative;
    }
    .left-container .c-body li{
        border-right:2px #a0a0a0 solid;
        padding-right: 40px;
    }
    .right-container .c-body li{
        border-left:2px #a0a0a0 solid;
        padding-left: 40px;
    }
    .left-container .c-body li:last-child,
    .right-container .c-body li:last-child{
        border:none;
    }
    .c-body li:after{
        position:absolute;
        width:35px; 
        height: 20px;
        border-color:#a0a0a0;
        border-style:solid;
        content: ' ';
        top:0;
    }
    .left-container .c-body li:after {
        right:0;
        border-width: 0px 0px 2px 0px;
    }
    .right-container .c-body li:after {
        left:0;
        border-width: 0px 0px 2px 0px;
    }
    .left-container .c-body li:last-child:after {
        border-width: 0px 2px 2px 0px;
    }
    .right-container .c-body li:last-child:after {
        border-width: 0px 0px 2px 2px;
    }
    .bottom-container{
        float: left;
        position: relative;
    }
    div.bottom-container:before{
        position: absolute;
        top: -20px;
        left: 0;
        height: 5px;
        content: ' ';
        width: 100%;
        box-shadow: 0px 4px 3px #A0A0A0;
    }

    .bottom-container .b-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bottom-container .b-item img{
        width: 100%;
    }

    .b-item label{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: -5px;
        font-weight: bold;
    }
/*Who we are*/
.parallax {
    /* The image used */
    background-image: url("img_parallax.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#whoweare{
    display: block;
    position: relative;
    background-color: black;
}
#whoweare h1 {
    font-size: 46px;
    color: silver;
    font-family: "DINProRegular";
    line-height: 52px;
    padding: 0 !important;
}
#whoweare .screen {
    background-image: url("../img/whoweare/bg.jpg");
    background-position: 75% 0;
    /*position: absolute;*/
    left: 0;
    right: 0;
    width: 100%;
    z-index: 203;
    padding: 20px;
    /*new code*/
    /*position: fixed;*/
}
#whoweare h1 .who {
    display: block;
    font-size: 78px;
    color: white;
    font-family: "DINProBold";
}
#whoweare h2 {
    color: silver !important;
    font-family: Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    padding: 6px 0 18px 0;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
    background: transparent;
    margin-top: 0px;
}
#whoweare .about_images img{
    position: absolute;
    top:10%;
    right: 10%;
    display: none;
}
#whoweare .about_images img.img-6{
    top: 8%;
    right: 7%;
}
#whoweare .about_images img.img-7{
    top: 18%;
    right: 4%;
}
#whoweare .about_images_text p{
    position: absolute;
    bottom: 10%;
    display: none;
    max-width: 80%;
    right: 10%;
    color: #fff;
    font-family: "DINProBold";
    text-align: right;
    font-size: 30px;
}
#whoweare .about_images_text p.text-0,
#whoweare .about_images_text p.text-7{
    font-size: 20px;
}
#whoweare .show{
    display: block;
    
}
#whoweare .about_images_text p q {
    display: block;
    font-size: 20px;
    font-family: "DINProRegular";
    font-style: italic;
    margin-bottom: 16px;
    quotes: none;
}
#whoweare .about_images_text p q .quota {
    content: "";
    display: inline-block;
    /*float: left;*/
    margin-top: -6px;
    margin-right: 14px;
    width: 26px;
    height: 26px;
    background: url("../img/whoweare/quotes2.png") center center no-repeat;
    background-size: contain;
}
#whoweare .about_images_text p q:after{
    content:"";
    display:block;
    float:right;
    margin-left:14px;
    margin-top:6px;
    width:26px;
    height:26px;
    background:url("../img/whoweare/quotes1.png") center center no-repeat;
    background-size:contain;
}

#whoweare .about_images_text p span {
    font-size: 24px;
    font-family: "DINProRegular";
    font-style: italic;
}

/*how we do*/
#howwedo{
    display: block;
    position: relative;
    background-color: white;
}
#howwedo .screen {
    background: url(../img/howwedo/bg.jpg) 0 0 repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 203;
    padding: 20px;
}
#howwedo h1 {
    /*width: 250px;*/
    width: 335px;
    text-align: right;
    background-position: -300px 0;
    font-size: 60px;
    line-height: 48px;
    font-family: "DINProBold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    padding-top: 30px;
    text-rendering: optimizeLegibility;
    margin: 0;
}
#howwedo h1 .do {
    display: block;
    margin-top: 9px;
    float: right;
    color: #ceb797;
    font-family: "DINProBold";
    font-size: 86px;
}
#howwedo h1 .how {
    display: block;
    color: grey;
    font-family: "DINProRegular";
    font-size: 38px;
    line-height: 38px;
}
#howwedo h1 .we {
    display: block;
    color: #ceb797;
    font-family: "DINProBold";
    font-size: 40px;
    line-height: 20px;
}
#howwedo .about_images{
    position: relative;
    margin-top: -10px;
}
#howwedo .about_images img{
    position: absolute;
    top:20%;
    left: 50%;
    display: none;
    -ms-transform: translate(-50%, 0); /* IE 9 */
    -webkit-transform: translate(-50%, 0); /* Safari */
    transform: translate(-50%, 0);
    width: 75%;
}
/*#howwedo .about_images img.img-5{
    width: 100%;
}*/
#howwedo .show{
    display: block;
}

.navbar-fixed-top-custom {
    position: fixed;
    top: 0;
    border-width: 0 0 1px;
}

.navbar-default .navbar-header .navbar-toggle {
    background-image: url("../img/ico/logo-hover.png");
    background-color: transparent;
}
.navbar-default .navbar-header .navbar-toggle.collapsed{
    background-image: url("../img/ico/logo.png");
    background-size: 35px 35px;
    background-color: transparent;
}
.navbar-default .nav > li > a{
    color: #777;
}
/*contact*/
#contact_us{
    background-image: url("../img/bg_contact.jpg");
    background-color: transparent;
    background-position: center;
    background-size: auto 100%;
    width: 100%;
    padding-top: 20px;
}
#contact_us .screen{
    background:url(../img/git-map.png) 47% 50% no-repeat;
    background-size: 100% auto;
}
#contact_us h1{
    margin-top: 0;
    line-height:17px!important;
}
#contact_us h1 span{
    display:block;
}
#contact_us .get{
    color:rgb(170,170,170);
}
#contact_us .in{
    color:#ceb797;
}
#contact_us .touch{
    font-size: 50px;
    color:#ded3cd;
}
#contact_us .content h2{
    margin-top: 15px;
    font-family: Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    padding: 6px 0 10px 0;
    line-height: 0px;
}
#contact_us .content h2, #contact_us .content .bodytext{
    color:#fdfaf1!important;
}
#contact_us .bodytext{
    font-size: 15px;
    font-family: "DINProRegular";
}
#contact_us form img{
    top:-22px;
    left:-85px;
    width:190px;
    position:absolute;
}
#contact_us form{
    background-image: url("/home/assets/images/stamp.png");
    background-repeat: no-repeat;
    background-size: 125px auto;
    background-position: -35px -14px;
    font-family: "DINProRegular", sans-serif;
    background-color:rgba(0,0,0,0.4);
    padding-left: 20px;
    position: relative;
    padding-bottom: 20px;
}
#contact_us form p{
    font-size:18px;
}
#contact_us form .form-title{
    color: white; 
    margin-left: 35px;
    text-align: right;
}
.form_error {
    display: none;
    color: #e74c3c;
    font-size: 13px;
    margin: 0;
}
#contact_us form p.form_error{
    font-size: 13px;
}
.form_res_success{
    margin-top:10px;
    margin-bottom:0px;
    display:none;
    color:#2ecc71;
}
.form_res_error{
    margin-top:10px;
    margin-bottom:0px;
    display:none;
    color:#e74c3c;
}
#contact_us form input{
    display:block;
    width:100%;
    font-family: "DINProRegular", sans-serif;
    font-size:15px;
    padding:5px 0;
    margin:10px 0;
    background:transparent;
    border:none;
    border-bottom:1px solid #ffffff;
    outline:none;
    color:#ffffff;
    transition:.3s;
    box-sizing:border-box;
}
#contact_us form input:focus{
    border-color:rgb(2,154,196);
}
::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}
#contact_us form textarea{
    width:100%;
    height:120px;
    margin-bottom:5px;
    padding:8px 0;
    font-size:18px;
    font-family: "DINProRegular", sans-serif;
    background:transparent;
    border:none;
    border-bottom:1px solid #ffffff;
    outline:none;
    color:#fff;
    transition: border-color .3s;
    box-sizing: border-box;
}
#contact_us form textarea:focus{
    border-color:rgb(2,154,196);
}
#contact_us form button{
    padding:8px 34px;
    text-transform: uppercase;
    background:transparent;
    border: 1px solid #ffffff;
    color:#ffffff;
    font-size:16px;
    transition:.3s;
    margin-right: 10%;
}

#contact_us form button:hover{
    color:rgb(2,154,196);
    border-color:rgb(2,154,196);
}
/*footer */
#footer{
    background-color: #32251f;
    float: left;
    text-align: left;
    color: #CCB696;
    padding-top: 35px;
    font-size: 11px;
    min-height: 330px;
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.panel,.panel-default>.panel-heading{
    background-color: #32251f;
}
.panel-group .panel{
    border: none;
}
#footer a{
    color: #CCB696;
}
.head-img{
    background-image: url("/home/assets/icons/feet.png") ;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCB696;
    display: block;
    width: 100%;
    height: 34px;
    text-align: right;
    padding-top: 10px;
    font-size: 18px;
}
.title-left{
    font-size: 25px;
    text-transform: uppercase;
}
.title-right{
    font-size: 13px;
    float: right;
    margin-top: 7px;
    margin-left: 20px;
    display: inline-block;
}
#footer .panel-default>.panel-heading+.panel-collapse>.panel-body,
#footer .panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}
.col-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.col-info li{
    color: white;
    margin-bottom: 10px;
    margin-left: 2px;
    padding-top: 2px;
    min-height: 21px;
    background-size: 25px 25px;
    font-size: 16px;
}
#footer .col-info a{
    color: white;
}
.col-info li.location{
    background-size: 27px 27px;
    background-image: url("/home/assets/icons/location.png") ;
    background-repeat: no-repeat;
    margin-bottom: 15px
}
.col-info li.phone{
    background-image: url("/home/assets/icons/phone.png") ;
    background-repeat: no-repeat;
}
.col-info li.email{
    background-image: url("/home/assets/icons/letter.png") ;
    background-repeat: no-repeat;
}
.col-info li.link{
    background-image: url("/home/assets/icons/weblink.png") ;
    background-repeat: no-repeat;
}
.footer-bottom{
    background-color: #1D1512;
    text-align: center;
    color: #46352B;
    bottom: 0px;
    width: 100%;
    padding-top: 15px;
    font-size: 20px;
    height: 35px;
}

@media screen and (max-width: 767px) {
    #technologies h1 {
        font-size: 42px ;
        line-height: 30px;
        margin-bottom: 30px;
    }


    #technologies .carousel-indicators {
        top: -40px;
        left: 0px;
    }
    #technologies .carousel-indicators li {
        margin-right: 5px;
    }

    #whoweare h1{
        margin-top: 48px;
    }


    .footer-bottom{
        background-color: #1D1512;
        text-align: center;
        color: #46352B;
        bottom: 0px;
        width: 100%;
        padding-top: 11px;
        font-size: 12px;
    }
}
@media screen and (max-width: 375px) {
    #technologies .carousel-indicators li {
        font-size: 11px;
    }

    #whoweare .about_images img{
        height: 50%;
        top:25%;
    }
    #whoweare .about_images img.img-6{
        width: 100%;
        height: auto;
        top:30%;
        left: 0%;
    }
    #whoweare .about_images_text p{
        bottom: 0;
        font-size: 20px;
        right: 2%;
        max-width: 98%;
    }
    #whoweare .about_images_text p q {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .footer-bottom{
        background-color: #1D1512;
        text-align: center;
        color: #46352B;
        bottom: 0px;
        width: 100%;
        padding-top: 11px;
        font-size: 11px;
    }
}
@media screen and (max-width: 355px) {
    #home h1 {
        font-size: 45px !important;
        line-height: 20px !important;
    }
    #technologies h1 {
        font-size: 26px ;
        line-height: 10px;
        margin-bottom: 10px;
    }
    #technologies .carousel-indicators li {
        font-size: 10px;
    }
}




