#list_wrap {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	background-color: transparent;
	top: 0;
	right: 0;
	}

h1 {
    font-size: 46px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 39px 0px 38px;
    font-family: pfdin-light;
    line-height: 56px;
    top: 0;
	}

.container {
	width: 100%;
	padding: 0 98px;
	}

#list_wrap {
	margin-bottom: 0;
	}

#list_wrap .col {
	padding: 0 15px;
	margin-bottom: 30px;
	cursor: pointer;
	}

#list_wrap .col:hover .yellow_btn {
    background-color: rgb(249, 192, 0);
    border-color: rgb(249, 192, 0);
	}

#list_wrap .col .yellow_btn:hover {
    background-color: rgb(224, 172, 0) !important;
    border-color: rgb(224, 172, 0) !important;
	}

#list_wrap .col .inner {
    height: 400px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: rgb(0, 0, 0);
    transition: all .3s;
    box-shadow: inset 0 0 1px;
	}

p.title {
	text-transform: uppercase;
	font-size: 24px;
    margin: 16px auto;
	}

.btn_wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    text-align: center;
	}

.btn_wrap button {
    margin: 0 auto;
    padding: 6px 39px;
    border: 2px solid rgb(0, 0, 0);
    font-size: 18px;
    text-transform: uppercase;
    background-color: transparent;
	}

.yellow_btn {
	transition: all .3s;
	}

.yellow_btn:hover {
    background-color: rgb(224, 172, 0) !important;
    border-color: rgb(224, 172, 0) !important;
	}

#list_wrap img {
	top: 10px;
	max-width: 100%;
	}

#list_wrap .col .inner.active {
    background-color: rgb(58, 81, 104);
    color: rgb(255, 255, 255);
	}

#list_wrap .col .inner:hover {
    background-color: rgb(44, 62, 80);
    color: rgb(255, 255, 255);
	}

@media screen and (max-width: 1290px)
{

	.container {
		width: 892px;
		padding: 0 60px;
		}

	#list_wrap .col {
		width: 50%;
		}

	.clearfix_1280 {
	    clear: both;
	    width: 100%;
		}

}

@media screen and (max-width: 650px)
{

	.container {
		width: 100%;
		padding: 0;
		}		

	#list_wrap .col {
		float: none;
	    margin: 0 auto 30px;
	    width: 432px;
		}

}

@media screen and (max-width: 500px)
{

	h1 {
		font-size: 24px;
		padding: 0;
		line-height: 37px;
		margin-bottom: 20px;
		margin-top: 30px;
		}

	#list_wrap .col {
		max-width: 320px;
		width: 100%;
		padding: 0;
		}

	#list_wrap .col .inner {
	    height: 260px;
		}

	.btn_wrap {
		bottom: 10px;
		}

	p.title {
	    font-size: 20px;
	    margin: 0 auto;
		}

	#list_wrap img {
	    top: 30px;
		}

}



