


@media (max-width: 767px) {
	
	/*.utg-social, .utg-social-menu
	{
		float:left;
	}*/
	
	/*nav.navbar.navbar-inverse.menu.cloned .menu-principal .menu-primary
	{
		float: left;
		top: 55px !important;
		position: absolute;
		left: 0px;
	}*/
	
	
	.entry-content img:nth-child(1) {
    max-width:100% !important;
}
	
	
	
    .owl-theme .owl-controls{
		top: inherit !important;
		position: inherit;
		padding-bottom: 40px;
	}

	.owl-theme .owl-controls div{
		
		
	}

	.owl-prev{
		background: transparent none repeat scroll 0% 0%;
		color: inherit;
		position: inherit;
		float: left;
		height: inherit;
		width: inherit;
		left: inherit;
		padding: 6px 20px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-moz-user-select: none;
		border: none !important;
		border-radius: 4px;
		display: inline-block;
		margin-bottom: 0px;
		background: #999 none repeat scroll 0% 0%;
		color: #FFF;
		margin-left:5px;

	}
	
	.owl-prev:hover
	{
		background-color:#2e6da4 !important;	
	}

	.owl-next 
	{
		background: transparent none repeat scroll 0% 0%;
		color: inherit;
		position: inherit;
		float: right;
		height: inherit;
		width: inherit;
		left: inherit;
		padding: 6px 20px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-moz-user-select: none;
		border: none !important;
		border-radius: 4px;
		display: inline-block;
		margin-bottom: 0px;
		background: #999 none repeat scroll 0% 0%;
		color: #FFF;
		margin-right:5px;
		
	}
	
	.owl-next:hover
	{
		background-color:#2e6da4 !important;	
	}
	
	#UTG-Adds
	{
		border:none !important;	
	}
	
	
	nav.navbar.navbar-inverse.menu.cloned .menu-principal{
		margin-left:15px;
	}
}


	
	
	
	
	
	
