@CHARSET "ISO-8859-1";

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }

.columnsContainer, footer, header { position: relative;  }

.leftColumn, .rightColumn, footer, header {   #ccc; }

.leftColumn { margin-bottom: .5em; }

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  	.leftColumn { margin-right: 540px; }
	.rightColumn { position: absolute; top: 0; right: 0; width: 500px; }   
}

header{
	background-color: #2475a7;
	height:60px;
}

header img {
	position: absolute;
	right:4px;
	top: 4px;
	height:50px;
}

.leftColumn{
	padding:20px;
}

#search-form{
	padding: 12px 0 0 20px;
	max-width: 600px;
}

#pinbutton
{
	position: absolute;
	top:12px;
	left:680px;
		
}


.btnRemove{
	background-color:orange;
}

#follower{
	position: absolute;
	left:650px;
	top:15px;
	
}
#follower img{
	height:20px;
}

.rightColumn video{
	width: 460px;
	
	position: fixed;
	top: 130px;
	bottom:20px;
	right:20px;
}

.cssKeyWord{
	color: #2475a7;
	/* text-decoration: underline; */
}
#search-filter-form select{
	float: left;
	width: 300px;
	margin-right: 20px;
}
#search-result{
	margin-top: 20px;
}
.list-group-footer .label{
	padding:5px;
	margin-right:10px;
}
.list-group-footer{
	margin-top:10px;
	font-size:12px;
	height:25px;
}
.cssSearchElementInfo{
	float:right;
}
.btnPinSelected{
	background-color:orange;
}

#loadmoreajaxloader{
	width:100%;	
}

#loadmoreajaxloader img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.mark{
	background-color: yellow;
}

#favourites
{
	position: absolute;
	top:8px;
	left:20px;
	right: 560px;	
	z-index:500;
	height:100%;
	background-color:#ffffff;
	overflow: auto;
}
