.jumbotron {
	background-image: url(../img/702bg.jpg);
	overflow: hidden;
	height: auto;
	width: auto;
}

.glyphicon {
margin-right: 4px !important; /*override*/
}
.pagination .glyphicon {
margin-right: 0px !important; /*override*/
}
.pagination a {
color: #555;
}
.panel ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.news-item {
padding: 4px 4px;
margin: 0px;
border-bottom: 1px dotted #555;
}
#sNr1 {
	height: 720px;
	width: 960px;
}
#sNr2 {
	height: 360px;
	width: 480px;
	max-height: 360px;
}


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }

#tartan {
	background-image: url(../img/tartan.jpg);
	background-repeat: repeat;
	padding: 2px;
	overflow: hidden;
	min-height: 40px;
	margin-top: 20px;
}

.jumbotron {
	background-image: url(../img/702bg.jpg);
	background-size: cover;
}

.jumbotron h2{
	color: #FC0;
}
.gapDown {
	margin-top: 80px;
}

.jumbotron p{
    color: #fff;
}

.my-tab .tab-pane{ border:solid 1px #ededed;  border-top: 0; background-color:#FBFBFB;}
#myTab li.active a {border-bottom-color: transparent;background-color:#FBFBFB; }

.img{
	margin: 5px;
}
