.ticketsContentContainer {
	margin: 0 32px;
}
.ticketsContent
{
	margin: 60px auto 0 auto;
}
.ticketsContent .aside {
        float: left;
	width: 295px;
}
.ticketsContent .main {
	float: left;
        background: #fafafa;
	width: 570px;
	margin: 0 0 0 32px;
}

.aside_tablet {
        display: none;
}


.aside_mobile {
        display: none;
}


.ticketsContent h3 {
	color: #4d4b4b;
	font-weight: bold;
	font-size: 12px;
}

form .fieldContainer {
	overflow: hidden;
}
form .fieldContainer label {
	clear: both;
	display: block;
	font-weight: bold;
	margin: 12px 0 5px;
}
form .inputContainer {
	float: left;
	background: url('../../images/form-input-bg.gif') no-repeat 0% 50%;
	padding: 0 0 0 5px;
	margin: 0 12px 0 0;
}
form .inputContainer .input {
	float: left;
	background: url('../../images/form-input-bg.gif') no-repeat 100% 50%;
	padding: 9px 5px 10px 0;
}
form .inputContainer .input input {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
form .fieldContainer button {
	margin: 4px 0 5px;
	cursor: pointer;
}
form .radioList {
	margin: 0;
	padding: 0;
	list-style: none;
}
form .radioList li {
	padding: 0 0 0 32px;
	position: relative;
	line-height: 32px;
}
form .radioList li input {
	position: absolute;
	left: 0px;
	top: 5px;
}
form .fieldset {
	margin: 0 0 20px;
}

.javascriptOn .dependant {
	display: none;
}

.tourCarouselWrapper
{
	margin-top: 35px;
}

#tourCarousel li
{
	padding-right: 16px;
	margin-right: 15px;
	background: url(../../images/dottedLine.png) repeat-y top right;
}
#tourCarousel li.last
{
	padding-right: 0;
	margin-right: 0;
	background: none;
}
#tourCarousel li .artistContainer
{
	width: 264px;
	height: 120px;
	padding: 2px;
	border: 2px solid #e8e8e8;
	position: relative;
}
#tourCarousel li .artistContainer .title
{
    display: block;
	width: 246px;
	height: 22px;
	padding: 5px 0 5px 18px;
	position: absolute;
	left: 2px;
	bottom: 2px;
	background: url("../../images/black.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}


.ticketsContentContainer h2.section-heading
{
	margin: 0;
	font-size: 31px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #434047;
}

.body-tickets-section .ticketsContentContainer .ticketsContent .ticketsContentHeading
{
	padding-bottom: 20px;
    margin: 0 0 38px 0px;
	background: url( ../../images/tour-heading-border.png ) repeat-x left bottom;
}

.ticketsContentContainer  .tourHeadingWrapper
{
	margin: 0px;
	vertical-align: top;
}

.ticketsContentContainer .socialItems
{
	margin: 15px 0 0 0;
}

.ticketsContentContainer .tourHeading,
.ticketsContentContainer .tourDate
{
	vertical-align: top;
	margin: 0;
}

.event-date
{
	font-family: 'stag';
	font-size: 30px;
	color: #a29fa5;
	letter-spacing: 2px;
}

.tourDate
{
	line-height: 30px;
}

.ticketsContentContainer .socialItems .item
{
   display: block;
    float: left;
    height: 22px;
	margin-right: 10px;
}
.ticketsContentContainer .socialItems .item.draugiem
{
	margin-right: 25px;
}
table.concertTable
{
	border: 2px solid #e8e8e8;
	// resp width: 596px;
        // width: 100%; //resp
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
table.concertTable th,
table.concertTable td
{
	padding: 8px 15px;
}
table.concertTable .thead th
{
	border-bottom: 2px solid #e8e8e8;
	text-align: left;
	font-weight: normal;
}
table.concertTable td.date
{
	width: 70px;
}

table.concertTable td.date .dateHolder
{
	background: url(../../images/calendar.png) no-repeat center center;
	width: 57px;
	height: 58px;
	color: white;
}
table.concertTable td.place
{
	max-width: 230px;
}
table.concertTable td.time,
table.concertTable td.price
{
	font-weight: bold;
}

table.concertTable td.price-small
{
	font-weight: lighter;
        font-size: 80%
}

table.concertTable td.price .soldOut,
table.concertTable td.buy .soldOut
{
    color: rgb(219, 46, 46);
}
table.concertTable td.date span.day
{
	height: 22px;
	line-height: 20px;
	font-size: 9px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 9px;
}
table.concertTable td.date span.month
{
	display: block;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 2px;
}
table.concertTable td.date span.month .big
{
    font-size: 16px;
}

table.concertTable td.date span.day,
table.concertTable td.date span.month
{
	text-shadow: #000 -1px -1px 0px;
}


table.concertTable td.additionalInfo
{
	color: #3c8e0e;
	width: 110px;
}

table.concertTable tbody tr.odd td
{
	background-color:#eff4f8;
}
table.concertTable td.buy
{
    vertical-align: middle;
    width: 140px;
    text-align: left;
}

table.concertTable td.number
{
    text-align: right;
}

table.concertTable td.buy input[type=text]
{
    width: 20px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
}

table.concertTable td.buy .buyButton
{
    border: 0px;
    /* height: 20px; */
    cursor: pointer;
    background-color: transparent;
    vertical-align: middle;
}

.body-tickets-section .ticketsContentContainer .ticketsContent .ticketBuyingNotice
{
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}

.body-tickets-section .ticketsContentContainer .ticketsContent .ticketBuyingNotice a
{
	color: #3c8e0e;
	text-decoration: none;
}

.body-tickets-section .ticketsContentContainer .ticketsContent .warning
{
    margin-top: 20px;
    font-size: 10px;
    line-height: 12px;
    color: #27242a;
    padding: 10px 10px 10px 40px;
    background: #fffed3 url( '../../images/warning.png' ) no-repeat 10px center;
    border: 1px solid #dfdede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.body-tickets-section .ticketsContentContainer .ticketsContent .tourDescription
{
	margin-top: 50px;
}
.tourDescription h3.section-heading
{
	font-size: 21px;
	color: #434047;
}
.body-tickets-section .ticketsContentContainer .ticketsContent .showHideDescription
{
	text-align: right;
	font-style: italic;
	color: #3c8e0e;
	cursor: pointer;
	padding-left: 15px;
}
.body-tickets-section .ticketsContentContainer .ticketsContent .showHideDescription:hover
{
	text-decoration: underline;
}
.showHideDescription.showDescription
{
	background: url(../../images/arr-down.png) no-repeat left center;
}
.showHideDescription.hideDescription
{
	background: url(../../images/arr-up.png) no-repeat left center;
}

.body-tickets-section .ticketsContentContainer .ticketsContent .tourVideo
{
	margin: 35px auto 0 auto;
}
.body-tickets-section .ticketsContentContainer .ticketsContent .tourVideo iframe
{
	margin: 0 5px;
}

/* embed view */
body.bodyEmbed .ticketsContent
{
    margin: 0;
}
body.bodyEmbed .ticketsContentContainer
{
    margin: 0;
}
body.bodyEmbed .contentBox .stepListContainer,
body.bodyEmbed .ticketsContent .line
{
    display: none;
}




/* mobile performance list table  START */

table.concertTable_Mobile {
    width: 100%;
    margin: auto;
    display:none;
}

table.concertTable_Mobile tr.first {
    border-top: solid #e8e8e8;
}

table.concertTable_Mobile tr.last {
    border-bottom: solid #e8e8e8;
}

table.concertTable_Mobile tr.performance_mobile {
    border-left: solid #e8e8e8;
    border-right: solid #e8e8e8;
}

table.concertTable_Mobile td {
    padding: 2px 15px 2px 15px;
}
table.concertTable_Mobile tr.first td {
    padding-top: 8px;
}
table.concertTable_Mobile tr.last td {
    padding-top: 6px;
    padding-bottom: 8px;
}

table.concertTable_Mobile td.right {
    text-align: right;
}

table.concertTable_Mobile td.date .dateHolder {
    background: url(../../images/calendar.png) no-repeat center center;
    width: 57px;
    height: 58px;
    color: white;
}

table.concertTable_Mobile td.date span.day, table.concertTable td.date span.month {
    text-shadow: #000 -1px -1px 0px;
}

table.concertTable_Mobile td.date span.day {
    height: 22px;
    line-height: 20px;
    font-size: 9px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-top: 9px;
}

table.concertTable_Mobile td.date span.month {
    display: block;
    text-align: center;
    font-size: 9px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 2px;
}

table.concertTable_Mobile td.additionalInfo {
    color: #3c8e0e;
    width: 110px;
}

table.concertTable_Mobile td.price {
    font-weight: bold;
}

table.concertTable_Mobile td.place span.time {
    font-weight: bold;
}


/* mobile performance list table  END */




/*
responsive 
*/

@media screen and (max-width: 1000px) {
    .ticketsContentContainer {
            margin: 0px;
    }
    
    .ticketsContent
    {
            margin: 0 auto 0 auto !important;
    }
 
}    

@media screen and (max-width: 988px) {
    .ticketsContentContainerMiddle {
        width: 648px;
        margin: auto;
    }


}
    

@media screen and (max-width: 960px) {
    .ticketsContent .aside {
            width: auto;
    }

    .ticketsContent .main {
            width: auto;
            margin: 0 0 0 0;
    }
}
    
@media screen and (max-width: 800px) {

    .ticketsContentContainer h2.section-heading {
        display: none;
    }
    
    .event-date {
        font-size: 20px !important;
    }
    
}

@media screen and (max-width: 768px) {
    
    .ticketsContent
    {
        padding: 10px 0 0 0 !important;
    }
}
    
    
@media screen and (max-width: 700px) {
    .ticketsContentContainerMiddle {
        width: 294px;
        margin: auto;
    }

    
}
    


@media screen and (max-width: 670px) {
    .body-tickets-section .ticketsContentContainer .ticketsContent .tourDescription {
            margin-top: 20px !important;
    }
    
}    



@media screen and (max-width: 600px) {

    table.concertTable_Mobile {
        display: table !important;
    }
    
    .ticketsContentHeading {
        background: none !important;
        margin: 0 !important;
    }

    .socialItems {
        display: none ;
    }
    
    table.concertTable td.buy {
        width: 90px;
    }

    .eventList .eventListItem .eventImage {
        margin-bottom: 5px !important;
    }
    
    
}
