/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*Disable x axis scroll*/
html{
	overflow-x: hidden;
}
.tm-navbar{
	height: 120px;
}
 .uk-hidden-small img{
 	max-width: 40%;
 }

 .tm-top-a .wk-slideshow img{
 	max-width: 60% !important;
 }

.uk-width-medium-1-3 .wk-slideshow img{
 	max-width: 100% !important;
 	margin-top: 50px;
 }

 .uk-hidden-large img{
 	max-width: 33% !important;
 }

 .uk-navbar-nav{
 	margin-top: 12px !important;
 }

 /*Link color change*/

 a {
    color: #F58320;
}

/*Above footer Information color change*/
.uk-text-info, .uk-text-primary{
	color: #F58320;
}
.uk-icon-button{
	color: #F58320;
}
.uk-icon-button-scale:hover, .uk-icon-button-scale:focus, .uk-icon-button-scale:active{
	    color: #F58320;
	    box-shadow: 0px 0px 0px 2px #F58320;
}

 /*Heading color*/
 .uk-article-title{
 	color: #F58320;
 }

 /*Button color change*/

 .uk-button{
 	background-color: #FFC315;
 	box-shadow: 0px 0px 0px 2px #FFC315 inset;
 }

 .uk-button:hover, .uk-button:focus, .uk-button:active{
 	color: #FFC315;
 	box-shadow: 0px 0px 0px 2px #FFC315 inset;
 }

.tm-text-white:hover, .uk-text-white:hover{
 	color: #FFC315 !important;
 }

 /*---------------Navigation color------------------------*/

 .uk-navbar-nav > li > a:active, .uk-navbar-nav > li.uk-active > a{
 	color: #F58320;
 	border-bottom: 4px solid #F58320;
 }

 .uk-navbar-nav > .uk-active > a:hover{
 	background: none repeat scroll 0 0 #F58320;
 }

 .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a{
 	background-color: #F58320;
 }

 .uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus{
 	    background: #F58320;
 }

 .uk-navbar-nav > li > a{
 	color: #F58320;
 }

 .uk-nav-dropdown > li > a {

  color: #F58320;
  font-weight: bold;

}
.uk-dropdown a:active{
	color: #F58320;
}
.uk-nav-dropdown > .uk-active > a{
	color: #F58320;
}
  /*---------------Navigation finish------------------------*/


/*Twitter link*/
.home .wk-twitter-list{
	margin-top: 30px;
}



 @media (max-width: 959px){
.tm-navbar, uk-navbar-brand {
    height: 122px !important;
}

}