@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

#wrapper {
	width: 90%;
	max-width: 980px;
	min-width: 480px;
	margin: 50px auto;
}

#columns {
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 3;
	column-gap: 15px;
	column-fill: auto;
}

.pin {
	display: inline-block;
	background: #FEFEFE;
	border: 1px solid #FFFFFF;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pin img {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

.pin p {
	font: 12px/18px Arial, sans-serif;
	color: #333;
	margin: 0;
}

@media (min-width: 480px) {
	#columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 980px) {
	#columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#columns:hover .pin:not(:hover) {
	opacity: 0.4;
}

p {
	display: block;
}

table.bottomBorder { border-collapse:collapse; }
table.bottomBorder td, table.bottomBorder th { border-bottom:1px solid grey; padding:15px; }





#container {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}




.Header {
	height: 120px;
	width: 980px;
	background-color: #FFF;
}

.Logo {
	float: left;
	height: 120px;
	width: 210px;
	background-color: #FFF;
}

.Navigater {
	height: 50px;
	width: 770px;
	float: left;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFF;
}
.content {
	height: 800px;
	width: 980px;
	float: left;
}
.Picture {
	float: left;
	height: 600px;
	width: 490px;
}




.Footer {
	height: 50px;
	width: 980px;
	background-color: #FFF;
}

.ProfileInform {
	float: right;
	height: 600px;
	width: 490px;
	margin: 0px;
}
.Photo {
	height: 380px;
	width: 570px;
	float: none;
	clear: none;
	background-image: url(file:///BIKEYIIZ/WEB/l.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 100px;
}
.Topic {
	height: 176px;
	width: 321px;
	margin-top: 50px;
}
.Con {
	height: 300px;
	width: 490px;
	margin-top: 200px;
	margin-bottom: 150px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	float: left;
	margin-left: 490px;
}
.Topic2 {
	height: 176px;
	width: 321px;
}
.De {
	float: left;
	height: 200px;
	width: 390px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 50px;
	background-attachment: fixed;
	background-image: url(file:///BIKEYIIZ/WEB/profile.jpg);
}
.Blog2Showcase {
	height: 600px;
	width: 321px;
	margin: auto;
	float: left;
}
.BlogCENTERshowcase {
	height: 600px;
	width: 321px;
.; 					margin-top: 0px;
	margin-right: 321px;
	margin-bottom: 0px;
	margin-left: 321px;
	clear: none;
	padding: 0px;
}
.content2 {
	height: 650px;
	width: 980px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	
	
	
	@media only screen and (min-width : 10px) and (max-width : 480px)
{
}

img:hover {
-webkit-filter: grayscale(100%);
z-index: -9999999999999999999999999px;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
