.uk-navbar-nav > li > a {
    padding: 0 15px!Important; 
  
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.btnsajanlatkeres{
	background-color:#FFF!Important;
	border: 1px solid #999;
	}


a:hover {
	outline:none!Important
	}
	
.rg-image-nav {
top:150px!Important}

.visBtnCon .btn {
  background-color: #973737;
  outline: 1px solid #973737;
  outline-offset: 3px;
  font-family: 'Domine';
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  padding: 5px 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}
	
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}