<style>
.sticky #top-nav-menu {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none;
}

#customSearch {
    display: none;
}
#top-nav a[href$="pbr"] {
	color: #111;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

</style>

<style type="text/css">

/* Left Nav and Side Bar Styles */


#side-nav .box {
	border: none;
}
#side-nav .box {
    border: none;
    /*background: #eee;*/
    padding: 0 10px 15px;
}

#side-cats ul {
    list-style: none;
    padding: 0 ;
}

#side-cats li:first-child {
    padding: 2px 0 2px 0px;
}

#side-cats li {
    padding: 2px 0 2px 30px;
}

#side-cats li:first-child a {
    color: #ed1c24;
    border: none;
    font-size: 16px;
	font-weight: 700;
	padding-bottom: 0;
}

#side-cats li a {
	color: #111;
	font-weight: 500;
	border: none;
	font-size: 14px;
}
#side-cats li a:hover {
	color: #ed1c24;
}
.icon-td {
	font-size: 16px; 
	color: #ed1c24;
	vertical-align: top;
}


#side-bar-top {
    margin-bottom: 20px;
    padding: 0 25px 15px 25px;
}

#side-bar-top h3 {
	color: #ed1c24;
	font-size: 18px;
	line-height: 22px;
}

#side-bar-top p {
	padding: 10px 0 25px;
	line-height: 22px;
	font-size: 13px;
}

#social {
	text-align: left;
}

#twitter-icon i {
    padding: 8px 4px 4px 4px !important;
}

#facebook-icon i {
    padding: 8px 12px 4px;
}

#social a {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 28px;
    line-height: 36px;
    color: white;
    box-sizing: border-box;
    margin: 0 2%;
    vertical-align: top;
    background: #ed1c24;
    border-radius: 4px;
   text-align: center;
   margin-bottom: 10px;
}

#social a:hover {
    opacity: 1;
	background-color: #9e0b0f;
}

#side-bar h5 {
    color: rgb(64, 64, 64);
    border-top: none;
    padding: 5px 0 15px;
    font-size: 16px;
    text-transform: none;
    text-align: left;
}

#blog-box h6 {
	color: #ed1c24;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

#blog-box {
	padding: 20px 20px 0 20px;
	background-color: #eee;
	margin-top: 20px;
	border-bottom: 4px solid #ed1c24;
}

#blog-list {
	list-style-type: none;
	line-height: 22px;
	padding-top: 10px;
}

#blog-list li {
	padding: 5px 0;
}

#blog-list a {
	color: #111;
}

#blog-list a:hover {
	color: #ed1c24;
}

#launchpad-link {	
	color: #ed1c24;
}

#launchpad-link:hover {	
	color: #ed1c24;
}

#read-link {
	text-align: right;
	padding-top: 12px !important;
}

#read-link a {
	color: #ed1c24;
}

#read-link a:hover {
	color: #111;
}

/* Featured Events Styles */

.thumb-image {
    border-radius: 0;
    box-shadow: 0 0 4px 1px #ccc;
	border-bottom: 4px solid #ed1c24;
}

.thumb-container {
    margin: 0 1% 5px;
    position: relative;
    height: 110px;
    border: none;
}

.thumb-container:hover {
    border-color: none;
}

.thumb-container:hover a {
	    color: #ed1c24;
}

a.thumb-caption {
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    background-color: transparent;
    width: 100%;
    transition: all .4s;
    height: auto;
    white-space: initial;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
    top: 95px;
}

a.thumb-caption:hover {
    color: #ed1c24;
    background-color: transparent;
}

.thumb-container {
    margin: 0 1% 5px;
    position: relative;
    height: 135px;
    border: none;
}

.thumb-container:hover a.thumb-caption {
    background-color: transparent;
}

.thumbs-box {
	height: 140px !important;
}


/*Slider & Column Widths*/

@media screen and (min-width: 741px) {

#mini-content {
	/*width: 48%;*/
	padding-top: 15px;
}

#wrap {
		padding-top: 30px;
	}
}

.slide-description::after {
       content: '»';
       font-size: 20px;
       font-weight: bold;
       color: #ed1c24;
       margin-left: 5px;
}

#side-bar-top {
    margin-top: 15px;
	margin-bottom: 0;

	padding-bottom: 0;
}
	
#side-bar-bottom {
    padding: 0 25px 15px 25px;
    margin-top: 0;
	}


@media screen and (max-width: 632px) {
	#side-bar-top {
    padding: 0;
}
	
#side-bar-bottom {
    padding: 0 0 15px 0;
	}
}

.bx-wrapper {
	border: none;
}

.bx-viewport {
	border: none !important;
	border-bottom: 4px solid #ed1c24 !important;
}


body {
	background: #fff;
}
#header-wrap {
	max-width: 100%;
	background: rgba(99,22,25,1);
    background: -moz-linear-gradient(top, rgba(99,22,25,1) 0%, rgba(99,22,25,1) 75%, rgba(0,1,17,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(99,22,25,1) 0%, rgba(99,22,25,1) 75%, rgba(0,1,17,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(99,22,25,1) 0%, rgba(99,22,25,1) 75%, rgba(0,1,17,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(99,22,25,1) 0%, rgba(99,22,25,1) 75%, rgba(0,1,17,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(99,22,25,1) 0%, rgba(99,22,25,1) 75%, rgba(0,1,17,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#631619', endColorstr='#000111', GradientType=1 )!important;
}

#pre-header {
	max-width: 100%;
    background-image: url(https://s3.amazonaws.com/ticketgalaxy/images/Ticket-Galaxy-Header-BG-1500x295_2.jpg) !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	height: 277px ;
}

#header {
	border: none;
	height: 235px;
	background: transparent;
}

#logo {
    padding-top: 23px;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
}
#small-logo img {
	;
}
#phone {
	float: right;
	height: 30px;
	color: #fff;
	padding-top: 16px;
	text-align: right;
	letter-spacing: 1px;
	line-height: 24px;
	padding-right: 15px;
}

#phone span {
	font-size: 16px;
	letter-spacing: 2px;
}

#phone .fa {
	color: #ed1c24;
	font-size: 22px;
	line-height: 0;
	height: 35px;
	position: relative;
	top: 3px;
}


#top-search {
    position: relative;
    top: -175px;
    right: 30px;
    box-shadow: none;
    text-align: right;
    white-space: nowrap;
    padding-left: 55px;
    height: 32px;
    line-height: 32px;
    width: 550px;
    margin: auto;
	background: transparent;
}

#input-wrapper {
	margin-top: 12px;
}

#input-wrapper span {
	font-size: 22px;
	line-height: 0;
}

#top-search input {
    width: 100%;
    box-sizing: border-box !important;
    box-shadow: none;
    border: none !important;
    color: #505050 !important;
    padding: 5px 15px !important;
    height: 42px !important;
    border-radius: 22px;
	background: #fff;	
	margin-top: 0;
}

/*box-shadow: 3px 7px 10px rgba(0,0,0,.4);*/

#top-search button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 32px;
    width: 60px;
    margin-left: -4px;
    font-size: 16px;
    margin-right: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0;
    position: absolute;
	top: 59px;
	right: 0;
	background: #ed1c24;
	border-radius: 22px;
	font-weight: bold;
	line-height: 34px;
}

#top-search button:hover {
	color: #fff;
	background: #9e0b0f;
}

#top-search::before {
	display: none;
}
#top-search span {
	padding-right: 0;
}
#search-box {
	background-color: transparent;
	background: transparent;
	padding: 10px 5px;
	border-radius: 6px;
}

#search-box h2 {
	font-size: 28px;
	color: #fff;
}

#search-box h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}



#top-search::after {
	display: none;
}

#top-nav-wrap {
    background: transparent !important;
	height: 42px;
}
/* Nav Styles */
#top-nav {
    border: none;
    background: transparent;
}


#top-nav-menu {
	list-style: none;
    width: 100%;
    margin-left: 0;
    float: none;
    background: none;
    max-width: 1140px;
    height: 42px;
    display: block;

	text-align: center;
}



#top-nav-menu li {
    float: none !important; 
    display: inline-block !important;
}

#top-nav-menu li:first-child a {
    font-size: 12px;
    text-align: left;
    width: auto;
    line-height: 44px;
    padding: 0 15px;
	height: 42px;
	text-transform: uppercase;
}

#top-nav-menu li:first-child table a{
    font-size: 14px;
	text-transform: none;
    line-height: 36px;
	height: 22px;
}

#top-nav-menu li:first-child table td{
   padding-top: 8px;
}

#top-nav-menu li > a {
    font-size: 12px;
    text-align: left;
    width: auto;
    line-height: 44px;
    padding: 0 12px;
	letter-spacing: 2px;
	height: 42px;
}
.sticky #top-nav-menu li > a {
	height: 42px !important
}

#top-nav-menu td {
    border-right: 1px solid rgba(150,150,150,.3);
    border-top: 0;
    padding: 0;
	padding-top: 8px;
}

#top-nav-menu td a {
    padding: 0 15px;
	height: 22px;
	text-align: left;
}

#top-nav-menu td a:hover {
	background: transparent !important;
	color: #9e0b0f !important;
}

#top-nav-menu th {
    color: #fff;
    text-align: center;
	background: #9e0b0f;
    border-bottom: 0;
    border-right: 0;
    padding: 6px 12px;
    font-size: 12px;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.subheader {
    color: #ed1c24;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #DEDFE0;
	padding: 12px 12px 10px 12px!important;
}

#top-nav-menu div {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
	border: 0;
	border-top: 1px solid #ed1c24;
	padding-bottom: 25px;
	background: #ffffff;
}

.topbrdr {
	border-top: 4px solid #ed1c24 !important;
}

#top-nav-menu li.selected, #top-nav-menu li:hover {
	background: transparent;
}

#top-nav-menu .arrow {
    font-size: 10px;
	padding: 0;
	color: #ed1c24;
}

#top-nav.sticky {
	max-width: 100%;
	background: #111;
}

/*End Nav Styles*/

#footer {
	background: #111;
	max-width: 100%;
}



@media screen and (max-width: 740px) {
#company {
    display: none;		
	}
#logo {
	float: none;
	}
	
#logo img {
    height: auto;
    width: 352px;
	margin: auto;
	max-width: 100%;
}
	
#phone {
	display: block;
	margin: auto;
	padding-top: 5px;
	padding-right: 0;
	float: none;
	text-align: center;
	}
	
#top-search {
    position: relative;
    top: -170px;
    right: 0;
    box-shadow: none;
    text-align: right;
    white-space: nowrap;
    padding-left: 0;
    height: 32px;
    line-height: 32px;
    width: 80%;
	max-width: 80%;
    margin: auto;
    background: transparent;
}
#search-box h2 {
    font-size: 20px;
}
#nav-phone {
    display: none;
}
.sticky #top-nav-menu {
    display: none !important;
	}
	
.sticky #small-logo {
    display: block;
	position: absolute;
	top: 0;
	left: 60px !important;
}
}

@media screen and (max-width: 470px) {
#pre-header {
    height: 50px;		
	}
#nav-toggle {
    margin-top: -5px;
	}
#nav-phone {
    display: block !important;
	right: -5px;
}
#top-nav {
    height: 50px;
    border-bottom: 3px solid rgb(124, 36, 25);
	background: #111;
}
#top-nav-menu {
    display: none !important;
}
#search-box {
    padding: 10px 5px;
    border-radius: 0;
    background: #333;
}
#top-search {
    position: absolute;
    top: 47px;
    right: 0;
    box-shadow: none;
    text-align: right;
    white-space: nowrap;
    padding: 0;
    height: 32px;
    line-height: 50px;
    width: 100%;
    margin: 3px auto 0 auto;
    background: transparent;
    max-width: 100%;
}
#top-search h2 {
	display: none;	
	}
#input-wrapper {
    margin-top: 0;
}
#top-search button {
	top: 19px;
    right: 5%;
	}
#top-search input {
	height: 36px;
	width: 90%;
    margin: 0 5%;
	box-shadow: none;
	padding: 5px 12px;
	}
.sticky #search-box {
    border-radius: 0 !important;
}
.sticky #top-search button {
	top: 19px !important;
	}
}

#nav-phone {
    display: none;
}
#top-nav.sticky #nav-phone {
    display: block !important;

}
#nav-phone span {
	display: none;
}
#nav-phone, .sticky #nav-phone {
    background: #AC1F23;
    right: 15px;
    top: 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    text-align: center;
    font-size: 26px;
}
#small-search {
	right: 60px;
}

.sticky #search-box {
	border-radius: 0 0 0 6px;
}
.sticky #top-nav-menu {
    padding-left: 50px;
}

.sticky #top-search {
	padding: 0;
	margin-top: 3px;
	box-shadow: none;
}

.sticky #top-search #search-box h2 {
    display: none;
}

.sticky #top-search #search-box {
    background-color: #333;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
}

.sticky #top-search #input-wrapper {
    margin-top: 0;
}

.sticky #input-wrapper span {
	font-size: 22px;
	line-height: 0;
}

.sticky #top-search span {
	padding-right: 0;
}

.sticky #top-search input {
	background: #fff;
	border-radius: 18px;
	width: 90%;
	margin: 0 5%;
}

.sticky #top-search button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 32px;
    width: 60px;
    margin-left: -4px;
    font-size: 16px;
    margin-right: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0;
    position: absolute;
	top: 18px;
	right: 5%;
	background: #ed1c24;
	border-radius: 22px;
	font-weight: bold;
	line-height: 34px;
}

.sticky #top-search button:hover {
	background: #9e0b0f;
}

#top-nav-wrap {
    height: 42px;
}

#top-search span {
    display: inline !important;
}
.sticky #small-search {
	display: block;
	}
.sticky #small-logo {
    display: block;
	position: absolute;
	top: 0;
	left: 20px;
}

#top-nav.sticky {
    background: #111;
    height: 50px;
    border-bottom: 2px solid rgb(124, 36, 25);
	padding-top: 6px;
}
.sticky #navToggle {
    margin-top: -5px;
	}
.sticky #top-nav-menu li:first-child {
	display: block;
}
.sticky #top-nav-menu li:last-child {
	display: none;
}

/* Responsive Column Fixes */

@media screen and (min-width: 633px) and (max-width: 1140px) {
#side-nav .box {
	padding-left: 0;
}
}

@media screen and (min-width: 741px) and (max-width: 959px) {
#side-nav .box {
	padding-left: 0;
}
#side-cats li a {
	font-size: 12px;
}
#side-bar-top {
	padding-right: 0 !important;
}
#side-bar-bottom {
	padding-right: 0 !important;
}
}

@media screen and (min-width: 633px) and (max-width: 740px) {
#side-bar, #side-nav {
	padding-left: 10px;
}
#side-bar-top {
	padding-left: 0;
	padding-right: 0;
}
#side-bar-bottom {
	padding-left: 0;
	padding-right: 0;
}
}

/* Begin Footer Styles */

#signup-form {
 background-color: #a1181e;
 background-image: url(https://s3.amazonaws.com/ticketgalaxy/images/signup-form-bg.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 padding: 0 30px 55px 30px;
}
#signup-box {
	max-width: 700px;
	background-color: rgba(17, 17, 17, 0.8);
	margin: auto;
	padding: 30px 20px 20px 20px;
	border-radius: 0 0 6px 6px;
}
#signup-box h2 {
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 10px;
	padding-left: 5px;
}
#form-text {
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 10px 0 10px 5px;
}
/* Begin MailChimp Styles */
#mc_embed_signup {
	/* background: transparent !important;*/
	clear: left !important;
	font: 14px Helvetica, Arial, sans-serif !important;
	margin-top: 10px !important;
}
#mc_embed_signup form {
	padding: 0 !important;
}
#mc_embed_signup .mc-field-group {
	width: 100% !important;
	padding-bottom: 10px !important;
}
#mc_embed_signup .mc-field-group input {
	border-radius: 22px !important;
	padding: 10px 0 !important;
	outline: none !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #ed1c24 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin: 10px 0 10px 5px !important;
	color: #ed1c24 !important;
	background-color: #eee !important;
}
#mc_embed_signup .mc-field-group .email {
	width: 80% !important;
	float: left !important;
	text-indent: 3% !important;
	border: none !important;
}
#mc_embed_signup .button {
	-webkit-appearance: none !important;
	background-color: #111 !important;
	border: 1px solid #ed1c24 !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	height: 40px !important;
	line-height: 0 !important;
	margin: 0 5px 10px 0 !important;
	padding: 0 22px !important;
	width: 16% !important;
	float: right !important;
	clear: right !important;
}
#mc_embed_signup .button:hover {
	-webkit-appearance: none !important;
	background-color: #ed1c24 !important;
}
#mc_embed_signup #mce-success-response {
	color: #ed1c24 !important;
	display: none;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	width: 100% !important;
}
#mc_embed_signup div#mce-responses {
	margin: 0 !important;
	padding: 0 5px !important;
	line-height: 24px !important;
}

@media screen and (max-width: 633px) {
#mc_embed_signup .button {
	width: 110px !important;
	float: left !important;
	clear: both !important;
	margin-top: 15px !important;
}
#mc_embed_signup .mc-field-group .email {
	width: 100% !important;
	text-indent: 4% !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	float: left !important;
	clear: both !important;
	margin-top: 7px !important;
}
#mc_embed_signup div#mce-responses {
	margin-top: 10px !important;
}
}
/* End MailChimp Styles */

#partners {
	background-color: #191919;
	padding: 0 0 30px 0;
}
#partners-tag {
	background-color: #a1181e;
	border-top: 1px solid #ed1c24;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
#partners-inner {
	max-width: 1140px;
	margin: auto;
	padding: 40px 30px 0 30px;
	clear: both;
}
#down-arrow {
	display: block;
	width: 35px;
	height: 18px;
	position: relative;
	top: -40px;
	margin: 0 auto;
	background-image: url(https://s3.amazonaws.com/ticketgalaxy/images/down-arrow.png);
}
.partners-row {
	clear: both;
	height: auto;
	margin-bottom: 0;
}
.partner-box {
	width: 18%;
	padding: 0 1%;
	max-width: 100%;
	float: left;
	height: 166px;
	margin-bottom: 20px;
}
.partner-logo {
	text-align: center;
}

.partner-title {
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
#partners a {
	color: #fff !important;
}
#partners a:hover {
	color: #ed1c24 !important;
}
.partners-clear {
	clear: both;
}
#footer {
	border-top: 5px solid #a1181e !important;
	background: url(https://s3.amazonaws.com/ticketgalaxy/images/stripe-pattern.png) repeat;
	background-color: #111;
	text-shadow: 1px 1px rgb(0, 0, 0);
	padding: 30px 0 0 0;
	text-align: left;
	color: #fff;
}
#footer-inner {
	max-width: 1140px;
	margin: auto;
	padding: 0 0 30px 0;
}
#footer-left {
	width: 35%;
	float: left;
	padding-left: 2.5%;
}
#footer-right {
	width: 60%;
	float: right;
	padding-left: 2.5%;
}
#footer-right-inner {
	border-left: 2px solid #393939;
}
#footer-logo {
}
#guarantee-box {
	padding: 20px 30px 0 20px;
	height: 100px;
	float: left;
}
#guarantee-icon {
	height: 65px;
	width: 15%;
	max-width: 52px;
	display: block;
	float: left;
}
#guarantee-icon img {
	margin-top: 12px;
}
#guarantee-text {
	display: block;
	float: right;
	width: 85%;
	margin-top: 7px;
	font-size: 13px;
}
.guarantee-line {
	padding-top: 8px;
}
#footer .fa {
	color: red;
	font-size: 24px;
	width: 26px;
}
.footer-column {
	float: left;
	line-height: 26px;
}
.col1 {
	padding: 0 0 0 10%;
	width: 20%;
}
.col2 {
	padding: 0 0 0 5%;
	width: 30%;
}
.col3 {
	padding: 0 0 0 5%;
	width: 30%;
}
.footer-links {
	padding: 0;
}
.footer-links li {
	margin-left: 0;
	font-size: 14px;
	display: block;
}
.footer-links a {
	color: #fff !important;
}
.footer-links a:hover {
	color: #ed1c24 !important;
}
#footer h2 {
	font-size: 15px;
	color: #ed1c24;
	letter-spacing: 1px;
}
.footer-column h2 {
	text-transform: uppercase;
	font-size: 14px !important;
}
#pagebottom_info {
	clear: both;
	border-top: 2px solid #393939;
	background-color: #111;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}
#pagebottom_info span {
	color: #ed1c24;
	font-size: 16px;
}

@media screen and (max-width: 959px) {
#footer-left {
	width: 90%;
	padding: 0 0 30px 0;
	margin-left: 5%;
	margin-right: 5% !important;
	border-bottom: 2px solid #393939;
}
#footer-right {
	width: 100%;
	padding-top: 30px;
}
.footer-logo {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
#footer-right-inner {
	border-left: 0;
}
#guarantee-box {
	float: left;
	padding: 30px 16% 0 16%;
	margin-top: 20px;
	width: 68%;
	height: auto;
	border-top: 2px solid #393939;
}
#guarantee-box h2 {
	text-align: center;
}
#guarantee-box table {
}
#guarantee-text {
	float: left;
	margin-top: 9px;
}
#guarantee-icon {
}
.partner-box {
	width: 23%;
	padding: 0 1%;
	float: left;
}
.partners-clear {
	display: none;
}
.left-two-five {
	margin-left: 25%;
}
}

@media screen and (max-width: 768px) {
.footer-links {
	text-align: left;
}
.partners-clear {
	display: none;
}
.partner-box {
	width: 31%;
	padding: 0 1%;
	float: left;
}
.left-two-five {
	margin-left: 0;
}
.left-three-three {
	margin-left: 33%;
}
}

@media screen and (max-width: 633px) {
.footer-column {
	width: 100%;
	line-height: 26px;
	margin-bottom: 20px;
}
.col1 {
	padding-left: 5%;
}
.footer-logo {
	text-align: left;
}
#guarantee-box {
	float: left;
	padding: 30px 0 0 0;
	margin-top: 20px;
	width: 100%;
	height: auto;
	border-top: 2px solid #393939;
}
#guarantee-box h2 {
	text-align: left;
}
.partner-box {
	width: 48%;
	padding: 0 1%;
	float: left;
}
.left-two-five {
	margin-left: 0;
}
.left-three-three {
	margin-left: 0;
}
#footer {
	padding: 20px 20px 0 20px;
}
}

@media screen and (max-width: 480px) {
.partner-box {
	width: 98%;
	padding: 0 1%;
	float: left;
}
}