@font-face {
    font-family: "TiemposHeadlineWeb-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/content/fonts/TiemposHeadlineWeb-Bold.eot?iefix") format("eot"), url("/content/fonts/TiemposHeadlineWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: "TiemposTextWeb-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("/content/fonts/TiemposTextWeb-Regular.eot?iefix") format("eot"), url("/content/fonts/TiemposTextWeb-Regular.woff") format("woff");
}

h1
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 120px;
	line-height: 1em;
	font-family: "TiemposHeadlineWeb-Bold",Georgia;
}

h2
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 100px;
	line-height: 1em;
	font-family: "TiemposHeadlineWeb-Bold",Georgia;
}

h3
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 70px;
	line-height: 1em;
	font-family: "TiemposHeadlineWeb-Bold",Georgia;
}

h2 > br,h3 > br
{
	display: none;
}

h4, .h4
{
	padding:  0;
	margin: 0;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-family: "TiemposHeadlineWeb-Bold";
}

h4 .text-sub
{
	font-family: "TiemposTextWeb-Regular";
}

h5
{
	padding:  0;
	margin: 0;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-family: "TiemposHeadlineWeb-Bold";
}

.size-12
{
	font-size: 12px;
}

.mp-bd-16, .tb-16
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 16px;
	line-height: 26px;
}

.mp-bk-16, .tt-16
{
	font-family: "TiemposTextWeb-Regular";
	font-size: 16px;
	line-height: 22px;
}


.mp-bk-18, .tt-18
{
	font-family: "TiemposTextWeb-Regular";
	font-size: 18px;
	line-height: 28px;
}

.mp-bd-18, .tb-18
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 18px;
	line-height: 28px;
}

.mp-bk-20, .tt-20
{
	font-family: "TiemposTextWeb-Regular";
	font-size: 20px;
	line-height: 28px;
}


.mp-bd-20, .tb-20
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 20px;
	line-height: 28px;
}

.mp-bd-32, .tb-32
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 32px;
	line-height: 32px;
}

.mp-bd-42, .tb-42
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 42px;
	line-height: 52px;
}

.mp-bd-80, .tb-80
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 80px;
	line-height: 80px;
}

.tp-bd-24, .tb-24
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 24px;
	line-height: 34px;
}

.tp-bd-32, .tb-32
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 32px;
	line-height: 40px;
}


.tp-bd-36, .tb-36
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 36px;
	line-height: 46px;
}

.tp-bd-38, .tb-38
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 38px;
	line-height: 48px;
}

.tp-bd-48, .tb-48
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 48px;
	line-height: 60px;
}


.tp-bd-100, .tb-100
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 100px;
	line-height: 1em;
}

.tp-bd-120, .tb-120
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 120px;
	line-height: 1em;
}

.mr-bt-10
{
	margin-bottom: 10px;
}

.mr-bt-14
{
	margin-bottom: 14px;
}


.mr-bt-18
{
	margin-bottom: 18px;
}

.mr-bt-36
{
	margin-bottom: 36px;
}

.mr-bt-60
{
	margin-bottom: 60px;
}

.mr-bt-80
{
	margin-bottom: 80px;
}

.mr-bt-100
{
	margin-bottom: 100px;
}

.mr-bt-180
{
	margin-bottom: 180px;
}

.mr-bt-200
{
	margin-bottom: 200px;
}

.text-grey
{
	color: #666666 !important;
}

.text-caps
{
	text-transform: uppercase;
}

.text-underline
{
	text-decoration: underline !important;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: none;
	color: #eeeeee;
	cursor: pointer;
	border: none;
	outline: none;
}

.show-more
{
	font-size: 14px;
}

p {
	margin: 0;
	padding: 1em 0;
}

a.button
{
	padding: 10px 15px;
	border: 1px solid fff;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "TiemposTextWeb-Regular";
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	outline:0;
	text-align:center;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

a.button:hover
{
	background: #fff;
	color: rgba(0, 0, 0, 1);
	border: 1px solid fff;
	border: 1px solid rgba(255, 255, 255, .5);
}


a.button.large
{
	padding: 20px 40px;
	font-size: 18px;
}


a.ticket-button
{
	background: #fff;
	color: rgba(0, 0, 0, 1);
	border: 1px solid fff;
	border: 1px solid rgba(255, 255, 255, .5);
}


a.ticket-button:hover
{
	color: #fff;
	background: transparent;
	border: 1px solid fff;
	border: 1px solid rgba(255, 255, 255, .5);
}

input[type=text], input[type=password]
{
	border: 0;
	border-bottom: 1px solid #eeeeee;
	background: transparent;
	color: #ff0030;
	font-family: "TiemposTextWeb-Regular";
	font-size: 18px;
	margin: 0 10px;
	outline:0;
}

input[type=submit]
{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	color: #000000;
	background: #eeeeee;
	border: 0;
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 18px;
	line-height:40px;
    width:40px;
    height:40px;
	text-align:center;
	outline:0;
	overflow:hidden;
	padding:0;
	margin: 0;
}

.text-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.red-round-icon
{
	display: inline-block;
	background-color: #fff;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height:42px !important;
    width:40px;
    height:40px;
	text-align:center;
	outline:0;
	font-size: 20px;
	margin-left: 8px;
	margin-right: 8px;
	color: #232323 !important;
}

.team-member .team-member-name,
.team-member150 .team-member-name
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.flip-box .team-member-name
{
	font-family: "TiemposHeadlineWeb-Bold";
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
}

.team-member,
.team-member150
{
	font-family: "TiemposHeadlineWeb-Bold",Georgia;
	font-size: 24px;
	line-height: 34px;
}

.article-content b
{
	font-weight: normal;
	font-family: "TiemposHeadlineWeb-Bold",Georgia;
}
