@import url(https://fonts.googleapis.com/css?family=Bitter:700);

@media only screen and (min-width: 1280px){
	#content{
		width: 1280px;
		margin: 0 auto 0 auto;
	}
	/* white colom */
	.white-colom .white-colom-width{
		width: 1280px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.white-colom-width section{
		width: 360px;
		color: #f8f8f8;
		border-radius: 5px;
		border: 1px solid #bbb;
		background: #fff;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	.white-colom-width .sec-a{
		margin: 30px auto auto 50px;
	}
	.white-colom-width .sec-b{
		margin: 30px auto;
	}
	.white-colom-width .sec-c{
		margin: 30px 50px auto auto;
	}
	.white-colom-width section .view, .white-colom-width section .view-header{
		text-align: center;
		display: block;
		width:297px;
		margin: 0 auto 0 auto;
	}
	.sec-a{
		float: left;
		text-align: left;
		margin-left: 25px;
	}
	.sec-b{
		display: inline-block;
		text-align: left;
	}
	.sec-c{
		float: right;
		text-align: left;
		margin-right: 25px;
	}
	/* end white colom */
	/* grey colom */
	.item{
		width: 353px;
		margin: 50px 13px 50px 13px;
		background: url(../images/hand.png)center no-repeat #424751;
		color: #DDD3C9;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.item-a{
		float: left;
	}
	.item-b{
		display: inline-block;
	}
	.item-c{
		float: right;
	}
}
@media only screen and (min-width: 1080px) and (max-width: 1280px){
	#content{
		max-width: 1280px;
		margin: 0 auto 0 auto;
	}
	/* white colom */
	.white-colom .white-colom-width{
		max-width: 1280px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.white-colom-width section{
		width: 290px;
		color: #f8f8f8;
		border-radius: 5px;
		border: 1px solid #bbb;
		background: #fff;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	.white-colom-width .sec-a{
		margin: 30px auto auto 60px;
	}
	.white-colom-width .sec-b{
		margin: 30px auto;
	}
	.white-colom-width .sec-c{
		margin: 30px 60px auto auto;
	}
	.white-colom-width section .view, .white-colom-width section .view-header{
		text-align: center;
		display: block;
		width:250px;
		margin: 0 auto 0 auto;
	}
	.sec-a{
		float: left;
		text-align: left;
		margin-left: 25px;
	}
	.sec-b{
		display: inline-block;
		text-align: left;
	}
	.sec-c{
		float: right;
		text-align: left;
		margin-right: 25px;
	}
	/* end white colom */
	/* grey colom */
	.item{
		width: 325px;
		margin: 50px 13px 150px 13px;
		background: url(../images/hand.png)center no-repeat #424751;
		color: #DDD3C9;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.item-a{
		float: left;
	}
	.item-b{
		display: inline-block;
	}
	.item-c{
		float: right;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1080px){
	#content{
		max-width: 1280px;
		margin: 0 auto 0 auto;
	}
	/* white colom */
	.white-colom .white-colom-width{
		max-width: 1280px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.white-colom-width section{
		margin: 10px auto;
		width: 31%;
		color: #f8f8f8;
		border-radius: 5px;
		border: 1px solid #bbb;
		background: #fff;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	.white-colom-width section .view, .white-colom-width section .view-header{
		text-align: center;
		display: block;
		width:225px;
		margin: 0 auto 0 auto;
	}
	.sec-a{
		float: left;
		text-align: left;
		margin-left: 10px;
	}
	.sec-b{
		display: inline-block;
		text-align: left;
	}
	.sec-c{
		float: right;
		text-align: left;
		margin-right: 10px;
	}
	/* end white colom */
	/* grey colom */
	.item{
		width: 30.5%;
		margin: 30px 10px 50px 10px;
		background: url(../images/hand.png)center no-repeat #424751;
		color: #DDD3C9;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.item-a{
		float: left;
	}
	.item-b{
		display: inline-block;
	}
	.item-c{
		float: right;
	}
}
@media only screen and (max-width: 800px){
	#content{
		max-width: 1280px;
		margin: 0 auto 0 auto;
	}
	/* white colom */
	.white-colom .white-colom-width{
		max-width: 1280px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.white-colom-width section{
		margin: 10px auto;
		width: 96%;
		color: #f8f8f8;
		border-radius: 5px;
		border: 1px solid #bbb;
		background: #fff;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	.white-colom-width section .view, .white-colom-width section .view-header{
		width:95%;
		margin: 0 auto 0 auto;
		text-align: center;
		display: block;
	}
	.sec-a{
		text-align: left;
		margin: 2%;
	}
	.sec-b{
		text-align: left;
		margin: 2%;
	}
	.sec-c{
		text-align: left;
		margin: 2%;
	}
	/* end white colom */
	/* grey colom */
	.item{
		width: 80%;
		margin: 30px 10% 50px 10%;
		background: url(../images/hand.png)center no-repeat #424751;
		color: #DDD3C9;
		border: 1px solid #000;
		border-radius: 5px;
	}
}
h1 {
	display: inline-block;
    font-size: 35px;
    text-align: center;
	padding: 0 10px 0 10px;
    font-family: 'Bitter', serif;
    margin: 35px auto -20px auto;
	color: #222;
	background: #fff;
}
h2{
    font-size: 25px;
    text-align: center;
    font-family: 'Bitter', serif;
    margin-bottom: 0;
    margin-top: 30px;
	color: #222;
}
p#top_info {
	display: inline-block;
    text-align: center;
    font-family: 'Bitter', serif;
    font-size: 17px;
    color: #E54110;
	padding: 0 8px 0 8px;
    margin-top: -20px;
    margin-bottom: 20px;
	background: #fff;
}
#search-index{
	width: 500px;
	margin: 20px auto 200px auto;
}
#searchbar-index{
	border: none;
	height: 40px;
	margin: 0;
	width: 87%;
	float: left;
	border-radius: 5px 0 0 5px;
}
#find-button-index{
	border: none;
	height: 42px;
	margin: 0 0 0 -5px;
	width: 13%;
	float: right;
	border-radius: 0 5px 5px 0;
}
#content{
	overflow: hidden;
}
/* WHITE COLOM */
.white-colom{
    text-align: center;
	margin: 0;
	padding: 0 0 100px 0;
	background: url(../images/bgi.png) #f8f8f8;
	background: ;
	box-shadow: 0 0 .4em #888;
	overflow: hidden;
}
.white-colom h2{
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
	font-family: 'Bitter', serif;
	font-size: 25px;
	color: #E54110;
}
.white-colom-width section:hover{
	border: 1px solid #eee;
	box-shadow: 0 0 .6em #ccc;
}
.white-colom-width section h2{
	background: url(../images/bgh2.png)#E54110;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
    font-family: 'Bitter', serif;
    font-size: 16px;
	border: 1px solid #C64200;
	margin-top:0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}
.white-colom-width section:hover h2{
	border-bottom: 1px solid #ddd;
}
.white-colom-width section .view-header .line-height-headers{
	display: inline;
	line-height: 70px;
	width: 140px;
	margin: 3px;
}
.white-colom-width section .view-header img{
	width: 132px;
	margin: 0;
	vertical-align: center;
}
.white-colom-width section .view img{
	width: 60px;
	margin:3px;
}
.white-colom-width section .link-button{
	border-top: 1px solid #fff;
	padding: 15px 15px 25px 15px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
#white-icon img{
	background: #e8e8e8;
}
.white-colom-width section .link-button .button{
	border: 1px solid #555;
	border-radius: 20px;
	text-decoration: none;
	font-size: 13px;
	color: #555;
	padding: 4px 13px 4px 13px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.white-colom-width section .link-button .button:hover{
	border: 1px solid #555;
	color: #555;
	padding: 8px 17px 8px 17px;
}
.white-colom-width #show-icons, .white-colom-width #show-loading-gifs, .white-colom-width #show-bgt, .white-colom-width #show-headers{
	display: none;
	width: 100%;
}
.show-button{
	display: inline;
	margin-top: 20px;
	background: #fff;
	color: #555;
	border: 1px solid #555;
	border-radius: 20px;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.show-button:hover{
	color: #333;
	border: 1px solid #333;
	padding: 10px 25px 10px 25px;
	border-radius: 30px;
}
/* grey coloms */
.item h2 {
    text-align: left;
    font-family: 'Bitter', serif;
    font-size: 18px;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 12px;
	border-bottom: 1px #757575 solid;
	background-color: #27292D;
	color: #E54110; /* red brown */
	font-family: 'Bitter', serif;
}
.item h2 img {
    width: 25px;
    margin: 0 15px -6px auto;
    opacity: 0.5;
}
.item ul {
    color: #BBB;
    font-size: 14px;
	margin-left: 10px;
	font-size: 14px;
}
.item ul li {
    text-shadow: #151515 -0.05em 0.15em 0.1em;
	text-align: left;
}
.item .link-button {
    text-align: center;
    padding: 15px;
    background-color: #27292D;
    border-top: 1px #757575 solid;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 0 auto;
}
.item .link-button .button {
    background-color: #C64200;
    color: #ccc;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 13px 4px 13px;
    font-weight: bold;
    text-shadow: 0 0.1em 0.2em #000;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.item .link-button .button:hover {
    box-shadow: 0 0 .2em #eee;
	color: fff;
}