/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
h2, .uk-h2 {
    font-size: 40px;
    line-height: 10px;
}

.uk-navbar-nav > li > a::before 
{
  background: #ff9933 none repeat scroll 0% 0%;
  
}

.uk-panel .uk-button-primary {
    background-color: transparent;
    color: #ff9933;
    border-color: #ff9933;
  	align : center;
  	alin: center;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #ff9933;
    color: #FFF;
    box-shadow: 0px 0px 10px 30px #ff9933 inset;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #ff9933 none repeat scroll 0% 0%;
}

.wk-slideshow-katana .caption {
  z-index: 5;
  position: absolute;
  right: 10;
  /* bottom: 40px; */
  left: 40px;
  font-size: 23px;
  font-weight: 100;
  line-height: 25px;
  color: #777777;
  background: none;
  top: 90px;
}

/*mobile mode*/
@media screen and (max-width: 970px) and (min-width: 750px) {
   .wk-slideshow-katana .caption {
  z-index: 5;
  position: absolute;
  right: 10;
  /* bottom: 40px; */
  left: 40px;
  font-size: 23px;
  font-weight: 100;
  line-height: 25px;
  color: #777777;
  background: none;
  top: 80px;
}
  /*.uk-container > .uk-navbar-flip .uk-navbar-nav {
   
    width: 500px;
}*/
  .tm-logo{
    visibility:hidden;
  }
  
 .uk-table1 {
    width: 4px;
    height: 30px;
    visibility: hidden;
}
 
}

@media only screen and (max-width: 398px) {
.uk-grid > * {
  margin: 0;
  padding-left: 1px;
  float: left;
    
}
  /*Animation*/
@-webkit-keyframes slide {
  
}
@keyframes slide {
  
}
.stage {
 
}
.stage .ball {
 
}
.ball {
  
}
/*end animation*/
  
 /* .tm-logo{
    visibility:hidden;
  }*/
}
@media screen and (min-width: 870px)
  {
  /*Animation*/
@-webkit-keyframes slide {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 183px;
    top: 0px;
  }
  100% {
    left: 366px;
    top: 0;
  }
}
@keyframes slide {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 183px;
    top: 0px;
  }
  100% {
    left: 366px;
    top: 0;
  }
}
.stage {
  background: transparent;
  /*border-radius: 6px;
  height: 100px;*/
  position: relative;
  /*min-width: 338px;*/
}
.stage .ball {
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.ball {
  background-image:url("http://112.140.180.117/~weighsafecom/images/forklift_ani.jpg");
  /*background: #2db34a;
  border-radius: 50%;*/
  height: 170px;
  position: absolute;
  width: 240px;
}
/*end animation*/
}


.wk-slideshow-katana > div .next, .wk-slideshow-katana > div:hover .next, .wk-slideshow-katana > div .prev, .wk-slideshow-katana > div:hover .prev {
 
  top: auto; 
  
}


.wk-slideshow-katana .caption a {
    text-decoration: none;
    color: white;
}


.wk-slideshow-katana .caption a:hover {
    color: #ff9933;
}

.tm-fullscreen .tm-block-full-width .tm-slideshow-fullscreen .tm-slideshow-background {
	min-height: 780px;
  height: 780px;
  margin-top: -100px;
  position: relative;
}

ul.slides + .uk-container > wk-content > tm-slideshow-background{
 height: 100vh;
  margin-top: -100px;
  position: relative;
}

ul.slides + .uk-container{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
}


.wk-slideshow-katana > div .next, .wk-slideshow-katana > div:hover .next, .wk-slideshow-katana > div .prev, .wk-slideshow-katana > div:hover .prev {
    position: absolute;
    top: inherit;
    bottom: 20px;
    visibility: visible;
    width: 40px;
    height: 40px;
    margin-top: 350px;
    background: #FFF none repeat scroll 0% 0%;
}

.tm-block + .tm-block-default > tm-block{
    padding: 10px 60px 20px 60px !important;
}

.tm-isblog .tm-block-primary {
    background: #2B2B2B none repeat scroll 0% 0%;
}

.uk-navbar-content .uk-icon-search::before {
    content: "";
}

.tm-block-divider.tm-block-default::before, .tm-block-divider.tm-block-dark::before, .tm-block-divider.tm-block-primary::before {
    z-index: 2;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 0px;
    margin-left: -60px;
    content: "";
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0px 0px 3px;
}

.uk-button {
    margin: 0px;
    overflow: visible;
    font-family: inherit;
    font-style: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    color: #ff9933;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 20px;
    background: transparent none repeat scroll 0% 0%;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border-radius: 0px;
    border: 2px solid #ff9933;
    font-weight: bold;
    box-shadow: 0px 0px 0px 0px transparent inset;
    transition: all 0.1s ease-in-out 0s;
}

.uk-article .btn
{text-shadow: none;
    line-height: 22px;
    background: transparent none repeat scroll 0% 0%;
    color: #777;
    border-radius: 2px;
    border: 1px solid #777;
    font-weight: bold;
    box-shadow: 0px 0px 0px 0px transparent inset;
    transition: all 0.1s ease-in-out 0s;
}

.tm-block-primary {
    background: #2B2B2B none repeat scroll 0% 0%;
}

.uk-tab > li > a {
    display: block;
    padding: 8px 12px;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: gray;
    text-decoration: none;
}

.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
    border-color: #F5F5F5;
    background: #F5F5F5 none repeat scroll 0% 0%;
    color: #ff9933;
    outline: medium none;
}

a, .uk-link {
    color: #8A2908;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .uk-link:hover {
    color: #ff9933;
    text-decoration: underline;
}

.wk-slideshow-katana > div .prev:hover {
    background: #ff9933 none repeat scroll 0% 0%;
}

.wk-slideshow-katana > div .next:hover {
    background: #ff9933 none repeat scroll 0% 0%;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #ff9933 none repeat scroll 0% 0%;
    color: #FFF;
}


.tm-block {
  padding: 20px !important;
}
.tm-block {
  position: relative;
}
.tm-block-full-width {
  padding: 0 !important;
}

.uk-text-center {
    padding: 3px !important;
}

.uk-panel-space {
    padding: 0px 30px 0px 30px;
}

.tm-block-divider {
    padding: 50px !important;
}

.form-actions > .btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
    background-color: #ff9933;
    color: #FFF;
    box-shadow: 0px 0px 10px 30px #ff9933 inset;
}

.form-actions > .btn-primary, .btn-info, .btn-inverse {
    background-color: transparent;
    color: #ff9933;
    border-color: #ff9933;
}

/*services tab in mobile mode*/
.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
    background: #ff9933 none repeat scroll 0% 0%;
    color: #FFF;
    outline: medium none;
}


hr.gradient_one {
    border: 0;
    height: 2px;
    background: #ecb409;
    background-image: -webkit-linear-gradient(left, #f0e0ae, #ecb409, #f0e0ae);
    background-image: -moz-linear-gradient(left, #f0e0ae, #ecb409, #f0e0ae);
    background-image: -ms-linear-gradient(left, #f0e0ae, #ecb409, #f0e0ae);
    background-image: -o-linear-gradient(left, #f0e0ae, #ecb409, #f0e0ae);
}

.chrono_credits{
  
    visibility: hidden;
}

/*.footer2{
  visibility: hidden;
}

.branding{
  visibility: hidden;
}*/

/* css for h1 tag 26.05.2015*/
.uk-article-title{
  color: #ff9933; font-size: 22pt !important;
   font-weight: bold  !important;
}
.contact-category h1{
    color: #ff9933; font-size: 22pt !important;
   font-weight: bold  !important;
}
.p-tag-style a{
   color: #ff9933 !important;
}

.tm-main-bottom div .uk-panel{
  color: rgb(111, 108, 108);
  background-color: transparent;
  z-index: 50;
  min-height: 380px;
  line-height: 20px;
  min-height: 10px;
  max-width: 525px;
  position: absolute;
  left: 50px;
  top: -1485px;
}

.tm-slideshow-fullscreen .uk-container-center
{
    width: 1100px;
}

.wk-slideshow-katana .caption + .captions
{
  width: 500px;
}
/*comments on news*/
.comments-link{
  visibility: hidden;
}
#jc{
  visibility: hidden;
}

.top-pull-right>img
{
  width:20px;
  height:20px;
}

.logo-top
{
  width :180px; 
  height:70px;
}