#section-our-awards .section-title {text-align: center; background: #ffcc00; position: relative; z-index: 0;  padding: 90px 10% 40px 10%;}
.section-title-text {text-align:center; font-family:'touchebold'; font-size:39px; color:#2e2d2c;}
.award-item {padding: 30px 10% 20px 10%; position: relative;}
.award-year-container {float: left; font-family: 'touchebold'; font-size: 52px; padding-right: 5%;}
.award-year {writing-mode: vertical-rl;  -webkit-transform: scale(-1, -1) !important; transform: scale(-1, -1) !important;}
.award-arrow {width: 17px; height: 19px; background: url('../img/awards/year-down.png') no-repeat 0 0; position: absolute; bottom: 7%; left: 12%; margin-left: -8px;}
.award-content-container {overflow: hidden; margin-bottom: 30px;}
.award-image.right, .award-content.right {float: right;}
.award-image.left, .award-content.left {float: left;}
.award-image {width: 50%; padding: 3%; text-align: center;}
.award-image.none {display: none;}
.award-content {width: 50%;}
.award-content.full {width: 100%;}
.award-content.full .award-list-item {float: left; width: 50%;}
.award-list-item {padding: 3%;}
.award-list-item-pointer-marker {float: left; padding-right: 15px;}
.award-list-item-container {overflow: hidden;}
.award-list-item-winning-category {font-family: 'touchesemibold'; font-size: 13px; margin-bottom: 10px; letter-spacing: 1px;}
.award-list-item-title {font-family: 'gibsonsemibold'; font-size: 17px; color: #2e2d2c; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #6e6959;}
.award-list-item-note {font-family: 'gibsonregular'; font-size: 16px; color: #454444;}
.award-decoration {height: 49px; background-size: auto;}
.award-decoration.trophyl {background: url('../img/awards/separator-trophy-left.png') no-repeat center center;}
.award-decoration.trophyr {background: url('../img/awards/separator-trophy-right.png') no-repeat center center;}
.award-decoration.diamond {background: url('../img/awards/separator-diamond.png') no-repeat center center;}
.award-decoration.top {margin-bottom: 30px;}
.award-decoration.bottom {margin-top: 30px;}
.award-item.separator-topandbottom .award-arrow, .award-item.separator-bottomonly .award-arrow {bottom: 20%;}
.bottom-line {height: 2px; background-color: #70706f; width: 50%; margin-bottom: 70px;}

@media all and (max-width:700px){
	.award-item {padding-left: 3%; padding-right: 3%;}
	.award-year-container {padding-right: 2%;}
	.award-image {float: none; width: 100%;}
	.award-content {float: none; width: 100%;}
	.award-list-item {float: none !important; width: 100% !important;}
	.award-decoration {background: #70706f !important; height: 2px;}
}

@media all and (max-width:450px){
	.award-year-container {font-size: 40px;}

}