body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}    


#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #fff;
    /*color: #FEB80A;*/
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}
/*#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, */
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px !important;
    width: auto !important;
}
@media (max-width: 992px) {
  #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
      height: 37px !important;
      width: auto !important;
      margin-top: 12px;
      margin-left: 12px;
  } 
}
@media all and (min-width: 1400px) and (max-width: 1600px){
  #primary-menu ul li > a {
    /*    padding: 39px 5px;*/
    /*border:1px solid red !important;*/
  }
  #logo img {
      height: auto !important;
      width: 400px !important;
      /*border:1px solid red;*/
  }
}
@media all and (min-width: 992px) and (max-width: 1400px){
  #primary-menu ul li > a {
  /*    padding: 39px 2px;*/
    font-size: 0.7em;
    /*border:1px solid red !important;*/
  }
  #logo img {
      height: auto !important;
      width: 200px !important;
      /*border:1px solid red;*/
      position: relative;
      top:25px;
      /*border:1px solid red;*/
  }
  #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
      height: 50px !important;
      width: auto !important;
  }
  .sticky-header #logo img {
      top:5px;
      /*border:1px solid red;*/
  }
}
#header.full-header #logo {
    /*padding-right: 30px;*/
    /*margin-right: 30px;*/
     border-right: none; 
}
#header.full-header #primary-menu > ul {
    border-right: none;
}

#primary-menu ul li > a div{    
	padding: 0px 5px 0px 5px;
    border:1px solid #000000;
    background-color: #000;
}
#primary-menu ul li > ul li > a div {
    padding: 3px 5px 0px 5px;
    border: 1px solid #000000;
    background-color: #ddd;
}
#header.transparent-header + #slider{
    top: -104px;
}
#top-cart {
    margin-right: 15px !important;
}
#fix-static-menu-push{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 0px;
  clear: both;
  /*border:1px solid red;*/
}

/**
fix mobile 
*/
@media (max-width: 992px) {
    #fix-static-menu-push{
      height: 63px;
    }
    #logo{
      height: auto;
    }
    #header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
         margin-top: 20px !important; 
         margin-bottom: 0px !important; 
         margin-right: 20px !important; 
    }
    #top-search a, #top-cart, #side-panel-trigger {
      margin: 0px 0;
    }
    #header.sticky-header:not(.static-sticky) #top-cart {
      margin-right: 24px !important;
    }

    #header.transparent-header + #slider{
        top: 0px;
    }

    #top-search a{
      position: relative;
      float: left;
      margin-left: 8px;
      /*margin-top: 20px;*/
    }
    #top-search form input {
      font-size: 15px;
      margin-top: 14px !important;
      padding-bottom: 26px !important;
      /*padding: 10px 80px 10px 0;
      height: 100%;
      background-color: transparent;
      color: #333;
      font-weight: 700;
      margin-top: 0 !important;
      font-family: 'Raleway', sans-serif;
      letter-spacing: 2px;*/
  }
}
@media (max-width: 1200px){

  #mobile-side-panel-trigger {
      display: inline-block;
      /* position: absolute; */
      /* right: 30px; */
      position: relative;
      float: right;
      opacity: 1;
      font-size: 30px;
      font-weight: 900 !important;
      pointer-events: auto;
      top: 15px;
      margin-top: 0;
      right: 20px !important;
      z-index: 1;
      /*color: #2fa9e9 !important;*/
      width: 37px;
      height: 37px;
      line-height: 0px;
      text-align: center;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      border: none;
      border-radius: 0px;
      padding: 3px;
  }
}
@media (max-width: 480px){
  #mobile-side-panel-trigger {
      right: 0px !important;
      top: 14px;
  }
}
/*body.side-push-panel #side-panel-trigger-close a {*/
body.side-panel-open #side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0 0 0 2px;
}
/* 
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
     padding-top: 19px; 
     padding-bottom: 19px; 
}
#primary-menu .sub-menu  a{
    
  padding: 0px 5px 0px 5px;
    border:1px solid #000000;
    background-color: #000 !important;
    border:1px solid red !important;
} */

.button.button-dark {
    background-color: #38393B;
}
.button.button-dark:hover {
    background-color: #DE3E00;
}
#gguser-panel #user-main-panel {
    min-height: 0px;
}
#gguser-breadcrumbs .container {
/*	max-width: 100%;*/
}
#page-menu-wrap .container {
	max-width: 100%;
}


.contacInput{
  /*width:96%;*/
  width:100%;
  height:44px;
  margin-bottom: 10px;
  padding:10px;
}
.control-label{
  font-family: 'Nunito Sans', sans-serif;
}
span.required {
    color: #23282E;
}
/* .btn{
  background-color: #191F2D;
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  height:45px;
  padding: 10px 40px;
  padding-top: 0px;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #fff;
    background-color: #00b3db;
    border-color: #285e8e; set the color you want here
}
.btn-default.disabled, .btn-default[disabled]{
    background-color: #00b3db;

} */


/*.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Raleway', sans-serif;
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #38393B;
    
}
@media (max-width: 992px){
  h3{
    font-size: 16px;
  }
}

.contact-form{

}
.appText {
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
}

.lineHeightBigger {
    line-height: 40px;
}

.novpading{
	padding-left: 0px;
	padding-right: 0px;
}

#slider h3{
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 30px;
}
#slider .heading-block span{
	margin-top: 50px;
}
#img-bager{
	/*max-width: 300px;*/
}
.line{
	margin-top: 0px !important;
	height:1px !important;
}

#bctechink-tools .heading-block h2 {
    font-size: 30px;
    color: white;
}
#bctechink-tools{
	background-color: #DE3E00;
}
#bctechink-tools .heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    /*color: #777;*/
	color: white !important;
}

.contact-form{
	background: url('/images/bctechnikgroup/contact-form-bg.jpg'); 
	background-position:top center;
	background-repeat:no-repeat; background-size: 100% auto;
	background-position-y: 100px;
}
#welcome-to .slider-caption h2{		
		line-height: 70px;
}
#primary-menu-trigger{
    font-size: 24px;
    top: 30px;
    margin-top: 0px;
    /* 
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; */
}
#job-offer-images{
  position: relative;
  /*border:1px solid red;*/
  min-height: 700px;
  overflow: hidden;
}
#job-offer-images img{
  position: absolute;
  width: 100%;
  height: : 100%;
  left: 0px;
  top:-2px;
}

#company-mission .line{
  margin: 0 0;
  /*border:1px solid red !important;*/
}
#job-offer .line{
  margin: 0 0;
  /*border:1px solid red !important;*/
}
#offering-services .line{
  margin: 0 0;
  /*border:1px solid red !important;*/
}

#about-us-main-points h3{
  font-size: 30px;
  min-height: 70px;
  /*max-width: 250px;*/
}
#about-us-main-points ul{
  padding-top: 15px;
  padding-left: 10px;
}

#about-us-main-points ul li {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
    /* padding: 30px; */
    /* border: 1px solid #A8A9AD; */
    background: url(/images/icons/widget-link.png) left top no-repeat;
    background-position: top 0px left 0px ;
    /* border: none !important; */
    /* color: #444; */
    /* font-size: 14px; */
    list-style: none;
    padding: 0 30px 0 15px;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}

#abouts-icons i{
  color: #DE3E01 !important;
}
.col_one_third{
  z-index: 1;
}
@media (max-width: 992px){
  .col_one_third{
    width: 100%;
  } 
  .col_two_fifth {
      width: 100%;
  }
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
     font-style: normal; 
     color: inherit; 
    /* border-bottom: none; */
    /*text-decoration: none;*/
}
.editable-empty a {
     color: blue; 
    text-decoration: none;
}

@media (max-width: 479px){
	.container, #header.full-header .container, .container-fullwidth {
	    max-width: 449px !important;
	}
	.contact-form{
		background: url('/images/bctechnikgroup/contact-form-bg.jpg'); 
		background-position:bottom center;
		background-repeat:no-repeat; background-size: 100% auto;
		/*background-position-y: 100px;*/
	}
	#bctechnikgroup-contact{
		margin-top: 80px;
	}
	.bctechnikg-factory-parlax{
		margin-top: 0px;
	}
	#welcome-to .slider-caption h2{
		font-size: 35px;
		font-size: 35px;
		line-height: 45px
	}
}

#slider .slider-pomlcka{ 
    /*display: none;*/
    display: inline-block;
}
#about-us-main-points .subtitle{
  margin-top: 30px;
}
@media (min-width: 1200px) { /* Apply on all screen larger than 319px */
	
}
@media (max-width: 768px){
 
  #company-mission img{
    max-width: 100%;
  }
  #job-offer-images{
    position: relative;
    /*float: left;*/
    /*border:1px solid red;*/
    min-height: 400px;
    overflow: hidden;
  }

  #slider h3{ 
    padding-left: 26px;
    padding-right: 16px;
    line-height: 45px;
    /*font-size: 50px;*/
    /*border:1px solid red;*/
  }
  #slider .slider-pomlcka{ 
    display: none;
    /*display: inline-block;*/
  }
}
@media (min-width: 1200px) { /* Apply on all screen larger than 319px */

  

  #slider h3{
		
		padding-left: 26px;
		padding-right: 16px;
		font-size: 50px;
	}

  #company-mission img{
    max-width: 80%;
  }

	#slider .heading-block span{
		font-size: 27px;
		margin-top: 50px;
	}

	.bctechnikg-factory-parlax span{
		margin-top: 30px !important;
		margin-bottom: 30px;
	}
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 0p5x;
    width: 200px;
    border-top: 2px solid #444;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(68, 68, 68);
}

.contact-form .control-label {
margin-top: 20px;
}

.contact-form input, textarea {
border: 3px solid #DAD8D8;
min-height: 50px;
}

.font-color{
	color: #DE3E00 !important;
}

@media (max-width: 479px){
	.container, #header.full-header .container, .container-fullwidth {
	    max-width: 449px !important;
	}
}


 /*.editable-popup{top:-61px !important;left:245px !important;}*/


.editableTextMarker{ 
  /*cursor: pointer;*/
  cursor: text;
  /*border:10px solid red;*/
}
.editableTextMarker::before { 
  /*content: "\ef10 ";*/
  /*color: "#FF0803";*/
}


.form-control-custom {
    display: block;
    /* width: 100%; */
    height: 46px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.inputRowMarginBottom {
    margin-bottom: 30px;
}
.actionHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}



#about-us-main-points h3{
  font-size: 30px;
  min-height: 70px;
  /*max-width: 250px;*/
}
#about-us-main-points ul{
  padding-top: 15px;
  padding-left: 10px;
}

#job-offer ul li {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
    /* padding: 30px; */
    /* border: 1px solid #A8A9AD; */
    background: url(/images/icons/widget-link.png) left top no-repeat;
    background-position: top 0px left 0px ;
    /* border: none !important; */
    /* color: #444; */
    /* font-size: 14px; */
    list-style: none;
    padding: 0 30px 0 15px;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}

#job-offer .subtitle {
    display: inline-block;
    border-bottom:2px solid #D6D6D6;
    /*margin-left: 15px;*/
    font-weight: 500;
    color: black;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bctechnikg-factory-parlax{
  background: url('/images/bctechnikgroup/paralax2.jpg'); 
  background-position:center center;
  background-repeat:no-repeat; 
  background-size: 100% auto;
}
#slider{
  background: url('/images/bctechnikgroup/bcktechnikgroup-builders.jpg') no-repeat; 
  background-size: cover
}

@media (max-width: 479px){
   .bctechnikg-factory-parlax{
    background-position: center -500px center;
    
    background-size: auto 100%;
  } 
  #job-offer-images {
      min-height: 250px;
  }

  .topmargin-lg {
    margin-top: 30px !important;
  }

  .container{
    width:  inherit !important;
    max-width:  1000px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.padding-top{
    padding-top: 30px !important;
  }
  .toppadding-lg {
    padding-top: 30px !important;
  }
  .nomargin-xs{
      margin: 0px !important;
      border:1px solid red !important;
  }
  .nopadding-xs{
      margin: 0px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      border:1px solid red !important;
  }*/
  .toppadding-lg {
       padding-top: 0px !important; 
  }
  #job-offer .subtitle {
    font-size: 18px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  #slider{
    background-position: left -200px center;
    background-size: auto 400px
  }
  #slider h3{
    display: block;
    margin-bottom: 30px;
  }
}


#domain-grid-content .summary{
	margin-top: 15px;
  text-align: center;
  margin-bottom: 5px;
}
#domain-grid-content .items .empty{
	margin-top: 15px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	display: block;
}

#primary-menu .menuItemIcon {
    font-size: 20px;
    top: 0px;
    margin-right: 10px;
}

.qtipInfo-class {
    /* background: rgba(35, 44, 35, 0.6); */
    background: white;
    border-radius: 0px;
    border: 7px solid #2fa9e9;
    border-top-color: #2fa9e9;
    border-top-style: solid;
    border-top-width: 7px;
    border-right-color: #2fa9e9;
    border-right-style: solid;
    border-right-width: 7px;
    border-bottom-color: #2fa9e9;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-left-color: #2fa9e9;
    border-left-style: solid;
    border-left-width: 7px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 5px;
    color: #737373;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

#footer{
  margin-top: 30px;
}
.grid-view .summary {
  text-align: center;
}