	.nav-tabs > .active > a, .nav-tabs > .active > a:hover { 
		outline: 0;
	}

	.navbar {
	  border-top: 0;
	  border-bottom:0;
	}
	
	.modal {
	 overflow-y: auto;
	}
	
	.modal-open {
	 overflow: auto;
	}

	<!-- Added 5 column <div class="col-md-15"> layout for when you need 5 -->
	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.col-xs-15 {
		width: 20%;
		float: left;
	}

	.input-mini{max-width:60px; min-width:60px;}
	.input-small{max-width:90px; min-width:90px;}
	.input-medium{max-width:150px; min-width:150px;}
	.input-large{max-width:210px; min-width:210px;}
	.input-xlarge{max-width:270px; min-width:270px;}
	.input-xxlarge{max-width:530px; min-width:530px;}		

	
	.breaker { clear: both; }

	.closeLarge {
		font-size: 41px;
		color:#C00;
		float: right;
		font-weight: bold;
		line-height: 1;
		text-shadow: 0 1px 0 #ffffff;
		opacity: 0.8;
		filter: alpha(opacity=80);
		}
	.closeLarge:hover,
	.closeLarge:focus {
	  color: #F00;
	  text-decoration: none;
	  cursor: pointer;
	  opacity: 0.9;
	  filter: alpha(opacity=90);	
	}
	button.closeLarge {
	  padding: 0;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	  -webkit-appearance: none;
	}

	.well-navigation {
	  	padding-top: 5px;
		padding-bottom: 5px;
	  	margin-bottom: 0px;
	}

	.well-read {
	  min-height: 10px;
	  padding: 19px;
	  margin-bottom: 10px;
	  background-color:#F0F0F0;
	  color:#252525;
	  border: 1px solid #030303;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
	.well-read-highlight {
	  background-color:#E4F8FE;
	}
	
	/* IE old crap */
	.placeholder
	{ 
	  color:#666;
	}

	/***************** Buttons Icons ************/
	.iconCamera{background-image: url("../images/icon_camera.png"); /* lets say 20x20 */
		width: 22px;
		display:inline-block;
		padding: 20px 0 0 0;
		height: 0px !important;
		/* for IE 5.5's bad box model */
		height /**/:20px;
	}
	.iconVideo{background-image: url("../images/icon_video.png"); /* lets say 20x20 */
		width: 22px;
		display:inline-block;
		padding: 20px 0 0 0;
		height: 0px !important;
		/* for IE 5.5's bad box model */
		height /**/:20px;
	}
	.iconValidated{background-image: url("../images/icon_validate.png"); /* lets say 20x20 */
		width: 20px;
		display:inline-block;
		padding: 20px 0 0 0;
		height: 0px !important;
		/* for IE 5.5's bad box model */
		height /**/:20px;
	}
	.iconSpeedDating{background-image: url("../images/icon_speeddating.png"); /* lets say 20x20 */
		width: 22px;
		display:inline-block;
		padding: 20px 0 0 0;
		height: 0px !important;
		/* for IE 5.5's bad box model */
		height /**/:20px;
	}
	.iconParties{background-image: url("../images/icon_parties.png"); /* lets say 20x20 */
		width: 22px;
		display:inline-block;
		padding: 20px 0 0 0;
		height: 0px !important;
		/* for IE 5.5's bad box model */
		height /**/:20px;
	}
	
	.center { text-align: center;}
	.left {text-align:left;}
	.right {text-align:right;}
	
	.image-right {
  		 max-width: 100%;
   		float: right !important;}

	.image-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	 }

	<!-- Added large font sizes -->

	.large{
		font-size:1.3em
	}

	.xlarge{		
		font-size:1.8em
	}

	.xxlarge{
		font-size:2.5em
	}


	.pswipe {
		overflow:hidden;
		position: relative;
		max-width: 300px;
		width: 100%;
		margin: auto 0;
	}	
	.swipe {
		overflow:hidden;
		position: relative;
		max-width: 300px;
		width: 100%;
		max-height:250px;
		margin: auto 0;
	}
	.swipe-wrap {
		overflow: hidden;
		position: relative;
	}
	.swipe-wrap a:hover{
		color:#7A7979;
	}
	.eventInfoWinImage{
		width:300px;
	}
	.singleInfoWinContainer{
		max-width:320px;
		max-height:250px;
		overflow:hidden;
	}
	.gm-style-iw{
		width:300px;
	}
	.singleInfoWinContainer a:hover{
		color:#7A7979;
	}
	
	.swipe-wrap > div {
		float: left;
		position: relative;
	}
	
	.swipe .nav {
		position: absolute;
		width: 40px;
		height: 25px;
		z-index: 10;
		text-align: center;
		line-height: 25px;
		display: inline-block;
		color: #fff;
		top: 45%;
		cursor: pointer;
		background-color: rgba(0,0,0,0.8)
	}
	
	.swipe .nav.next {
		right: 0;
		-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}
	.swipe .nav.prev {
		-webkit-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
	}
	@media (min-width: 768px) {
	.col-sm-15 {
			width: 20%;
			float: left;
		}
	}
	@media (min-width: 992px) {
		.col-md-15 {
			width: 20%;
			float: left;
		}
	}
	@media (min-width: 1200px) {
		.col-lg-15 {
			width: 20%;
			float: left;
		}
	}
