.tccbw {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-width: 2px;
	border-style: solid;
	padding: 
}

div.green {
	background: #e4f1e6;
	border-color: #cfe6d2;
}
div.yellow {
  background: #f6f0d8;
  border-color: #e6dec2;
}

.body-tickets-section .ticketsContent
{
	
}

.body-tickets-section .ticketsContent .ticketsContentHeading
{
	margin: 0px;
	padding: 0px;
}

.body-tickets-section .ticketsContent .secondMarketInfoMessage {
    text-align: right;
    font-size: larger;
    color: #434047;
    font-family: 'stag';
    margin-top: 20px;
    letter-spacing: 1px;
}

.body-tickets-section .ticketsContent .mainBannerContainer {
	border: 1px solid #e4e4e4;
	// resp width: 285px;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: #e4e4e4 0px 0px 4px;
	-moz-box-shadow: #e4e4e4 0px 0px 4px;
	-webkit-box-shadow: #e4e4e4 0px 0px 4px;
}

.body-tickets-section .ticketsContent .mainBannerContainer img {
	margin: 0 auto;
	display: block;
}

.body-tickets-section .ticketsContent .aside {
	//width: 295px;
	/* is this what you`re looking for? 
	margin-top: 313px;*/
}
.body-tickets-section .ticketsContent .main {
	// resp: width: 596px;
        // resp: width: 100%;
	margin: 0 0 0 32px;
}

.body-tickets-section form {
	padding: 0 0 0 24px;
}
.body-tickets-section .main .tccbw .textContent {
	padding: 0 22px;
}

.introductionLink {
	text-align: right;
	margin: 5px 10px;
}
.introductionLink a {
	color: #ef241c;
}



.performanceListContainer, 
.discountContainer,
.placeCountContainer {
	margin: 0 0 32px;
}
.performanceListContainer {
	margin-top: 40px;
}
.placeCountContainer .textContent {
	margin: 24px 0 0;
}

.stepDescriptionList,
.stepDescriptionList li {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}
.stepDescriptionList {
  padding: 19px 0 9px;
}
.stepDescriptionList li {
	background: url('../../images/step-description-list-border.gif') repeat-x 50% 100%;
}
.stepDescriptionList li div {
	padding: 20px 36px 21px 90px;
	color: #767a84;
}
.stepDescriptionList li div p {
	margin: 0;
}
.stepDescriptionList li.last-child {
	padding: 2px 0 12px;
	background: none;
}
.stepDescriptionList li div {
	background-repeat: no-repeat;
	background-position: 28px 50%;
}
.stepDescriptionList li.item-1 div {
	background-image: url('../../images/step-description-list-item-1.gif');
}
.stepDescriptionList li.item-2 div {
  background-image: url('../../images/step-description-list-item-2.gif');
}
.stepDescriptionList li.item-3 div {
  background-image: url('../../images/step-description-list-item-3.gif');
}

.socialItems .item .fb-like
{
	margin-right: -50px;
}

.field.placesSelect
{
    margin-bottom: 15px;
}
.field.placesSelect label
{
    font-weight: bold;
}

#message
{
	display: none;
}

.ticketLightboxContent .content
{
	padding: 0 20px;
	text-align: center;
}

/* new tickets section - breadcrumbs */
.tourCrumbs{
    margin: 30px 0;
}

.tourCrumbs a{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #434047;
    text-decoration: none;
}

.tourCrumbs a, .tourCrumbs img{
    display: block;
    float: left;
}

.tourCrumbs img{
    margin: 8px 15px;
}

.tourCrumbs a.active{
    color: #51b715;
}

/* new tickets section - events list */
.eventList .eventListItem{
    float: left;
    width: 284px;
    margin-right: 37px;
    margin-bottom: 45px;
    padding-bottom: 20px;
    line-height: 1em;
    position: relative;
}

    .eventList .eventListItem.last{
        margin-right: 0px;
    }

    .eventList .eventListItem.last:after{
        clear: both;
    }

.eventList .eventListItem .eventImage{
    box-shadow: #666 0px 0px 4px;
    padding: 4px;
    height: 129px;
    margin-bottom: 20px;
}

.eventList .eventListItem .eventTitle{
    color: #434047;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.eventList .eventPlace{
    margin: 7px 60px 10px 0;
    word-wrap: break-word;
}

.eventList .eventPrice, .eventList .eventBuy{
    position: absolute;
    bottom: 0px;
}

.eventList .eventPrice{
    font-size: 14px;
    font-weight: bold;
    color: #51b715;
    text-transform: uppercase;
    left: 0px;
}

.eventList .eventBuy{
    right: 0px;
}



/*

responsive 

*/


@media screen and (max-width: 1000px) {
    .body-tickets-section .ticketsContent .main {
	margin: 0 !important;
    }
}



@media screen and (max-width: 988px) {

    .eventList .eventListItem {
        margin: 0px 20px 25px 20px;
    }
    
}



@media screen and (max-width: 700px) {

    .eventList .eventListItem {
        margin: 0px 5px 0px 5px !important;
        padding-bottom: 15px !important;
    }   

    .tourCrumbs {
        margin: 10px 0 !important;
    }
    
    .eventPrice {
        position: relative !important;
        bottom: auto !important;
        float: left !important;
        display: block;
    }
    
    .eventBuy {
        position: relative !important;
        bottom: auto !important;
        float: right !important;
        display: block;
    }
    
    .eventPlace {
        color: #605f5f;
    }
}   

@media screen and (max-width: 600px) {
    .eventList .eventListItem {
        margin: 0px 5px 0px 5px;
    }    
}
