@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after {
	clear: both;
}

HTML {
	height: 100%;
	font-size: 100.01%
}

BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 400 75% 'ProximaNova', sans-serif;
	color: #000;
	background: #fff;
}

TD,
TH,
UL,
OL,
LI,
DL,
DT,
DD,
INPUT,
TEXTAREA,
SELECT,
LABEL,
BUTTON {
	font: 400 1em 'ProximaNova', sans-serif;
}

UL,
DL,
DT,
DD {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

FORM,
SECTION,
ARTICLE,
MENU,
HEADER {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

A {
	color: #000;
	outline: none;
	text-decoration: none;
}

A:hover {
	opacity: 0.8;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

INPUT,
SELECT {
	vertical-align: middle;
	outline: none;
}

/* Forms */

.form .h3 {
	margin: 0 0 36px;
	padding: 0;
	color: #12559D;
	border-bottom: none;
}

.form p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 36px;
	position: relative;
	clear: both;
}

.form input.text {
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	border: 1px solid #e0e0e0;
	outline: none;
	margin: 0;
	padding: 0px 8px;
	width: 440px;
	height: 32px;
	vertical-align: top;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.form input.small {
	width: 180px;
	margin: 0 0 0 25px;
}

.form textarea {
	overflow-x: hidden;
	resize: vertical;
	height: 82px;
}

.form .error {
	box-shadow: inset 0 0 2px 0 #F00 !important;
}

.form label.error,
.form span.error {
	display: none !important;
}

.form .success {
	color: green;
	font-style: italic;
}

/* FancyBox */

.fancybox-wrap {
	z-index: 10000;
}

.fancybox-skin {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #000 !important;
	padding: 0 !important;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-close {
	height: 60px;
	right: 30px;
	top: 30px;
	width: 60px;
	background: url(../img/icons.png) no-repeat -63px -241px;
}

.fancybox-close:hover {
	background-position: 0 -241px;
}

#privacy {
	display: none;
	padding: 60px 50px 30px 50px;
}

#privacy h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 28px;
	text-align: center;
}

#privacy h4 {
	font-size: 22px;
	margin: 0;
	font-weight: 500;
}
#privacy p {
	font-size: 16px;
}

.wrapper {
	height: auto;
	min-height: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.container {
	width: 1180px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/

.header {
	height: 100px;
	background: #000;
}

.header .logo {
	float: left;
	margin-top: 28px;
}

.header .phone {
	float: right;
	font-weight: 100;
	font-size: 24px;
	margin-top: 33px;
	color: #fff;
	text-align: right;
	white-space: nowrap;
}

.header .phone .separator {
	margin: 0 14px;
}

.phone-number {
	white-space: nowrap;
}

.header .phone A {
	color: #fff;
	text-decoration: underline;
}
.header .phone-number A{
    text-decoration: none;
}

/* Middle
-----------------------------------------------------------------------------*/

.button {
	display: inline-block;
	width: 366px;
	height: 75px;
	padding: 0;
	line-height: 75px;
	background: url(../img/buttons.png) no-repeat 0 0;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	cursor: pointer;
	opacity: 1;
	text-indent: -10000px;
}

.button:hover {
	color: #000;
}

.button1 {
	background-color: #a98143;
	text-indent: inherit;
	letter-spacing: 0;
}

.titlebox {
	text-align: center;
}

.title {
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 7px;
	margin-top: -125px;
	position: relative;
}

.title:after {
	content: '';
	display: block;
	width: 170px;
	height: 2px;
	background: #777;
	margin: 6px auto 0 auto;
}

.titlebox .number {
	width: 162px;
	height: 185px;
	background: url(../img/number.png) no-repeat;
	text-indent: -10000px;
	margin: 0 auto;
}

.titlebox .number1 {
	background-position: 0 0;
}

.titlebox .number2 {
	background-position: 0 -190px;
}

.titlebox .number3 {
	background-position: 0 -380px;
}

.titlebox .number4 {
	background-position: 0 -570px;
}

.titlebox .number5 {
	background-position: 0 -760px;
}

.titlebox .number6 {
	background-position: 0 -950px;
}

.titlebox .number7 {
	background-position: 0 -1140px;
}

.titlebox .number8 {
	background-position: 0 -1330px;
}

.titlebox .number9 {
	background-position: 0 -1520px;
}

.bx-wrapper {
	background: none;
	border: 0;
	box-shadow: none;
	position: relative;
}

.landtop {
	min-height: 900px;
	background: #000 url(../img/landtop.jpg) no-repeat 50% 0;
}

.main-block {
	clear: both;
	padding-top: 64px;
	color: #bb9453;
}

.main-block .time {
	margin-bottom: 398px;
}

.main-block .time LI {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 17px;
}

.main-block .time LI SPAN {
	display: block;
	font-size: 90px;
	line-height: 60px;
}

.main-block .time LI:nth-child(2) SPAN {
	margin-left: -17px;
}

H1 {
	position: absolute;
	left: -10000px;
}

.main-block .extratitle {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.main-block .buttonbox {
	display: inline-block;
	text-align: center;
}

.main-block .buttonbox SPAN {
	display: block;
	padding-top: 7px;
	font-size: 13.57px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5.9px;
}

.landabout1 {
	padding: 55px 0 115px 0;
	background: #000 url(../img/landabout.jpg) no-repeat 50% 243px;
	text-align: center;
}

.landabout1 .titlebox {
	margin-bottom: 512px;
}

.landabout1 LI {
	float: left;
	width: 33%;
	padding-bottom: 75px;
}

.landabout1 .speaker-name {
	font-size: 24px;
	font-weight: 900;
	color: #bb9453;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.landabout1 .lecture-title {
	min-height: 107px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.landabout1 LI P {
	font-size: 17.95px;
	color: #939393;
	line-height: 22px;
	padding: 0 20px;
}

.landabout1 .buttonbox {
	clear: both;
}

.landabout1 .button {
	background-position: 0 -78px;
}

.landabout2 {
	background: #000;
	position: relative;
}

.landabout2 .titlebox {
	position: absolute;
	z-index: 1000;
	top: 51px;
	left: 0;
	right: 0;
}

.landabout2 .bx-wrapper {
	margin: 0;
}

.landabout2 .bx-wrapper .bx-controls-direction a {
	width: 60px;
	height: 60px;
	top: 370px;
	margin-top: 0;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}

.landabout2 .bx-wrapper .bx-controls-direction .bx-prev {
	left: 100px;
	background-position: 0 -126px;
}

.landabout2 .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background-position: 0 0;
	opacity: 1;
}

.landabout2 .bx-wrapper .bx-controls-direction .bx-next {
	right: 100px;
	background-position: -63px -126px;
}

.landabout2 .bx-wrapper .bx-controls-direction .bx-next:hover {
	background-position: 0 -63px;
	opacity: 1;
}

.landabout2 .slide {
	height: 887px;
	padding-top: 235px;
	color: #fff;
}

.landabout2 .slide1 {
	background: #000 url(../img/slide1.jpg) no-repeat 50% 0
}

.landabout2 .slide2 {
	background: #000 url(../img/slide2.jpg) no-repeat 50% 0
}

.landabout2 .slide3 {
	background: #000 url(../img/slide3.jpg) no-repeat 50% 0
}

.slide-content {
	padding: 0 80px 0 405px;
}

.slide-content .date {
	font-size: 50px;
	color: #bb9453;
	letter-spacing: 10px;
	line-height: 52px;
}

.slide-content .time{
    color: #bb9453;
    letter-spacing: 3px;
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 12px;
    font-weight: bold;
}

.slide-content .name {
	font-size: 24px;
	font-weight: 900;
	color: #bb9453;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.slide-content .lecture-title {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 23px;
}

.slide-content P {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 24px;
}

.program-title {
	font-size: 18px;
	color: #bb9453;
	margin-bottom: 7px;
}

.program {
	margin-bottom: 30px;
}

.program LI {
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.program LI:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -17px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
}

.landabout2 .button {
	background-position: 0 -156px;
}

.landabout3 {
	min-height: 685px;
	padding-top: 52px;
	background: #dbb970 url(../img/landabout3.jpg) no-repeat 50% 0;
}

.landabout3 .titlebox {
	margin-bottom: 100px;
}

.landabout3 .title {
	color: #000;
}

.landabout3 .title:after {
	background: #000;
}

.landabout3 .titlebox .number {
	color: #fff;
}

.landabout3 .bx-wrapper {
	margin: 0 auto 38px auto;
}

.landabout3 .bx-controls-direction {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 184px;
}

.landabout3 .bx-wrapper .bx-controls-direction a {
	width: 60px;
	height: 60px;
	top: 160px;
	margin-top: 0;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}

.landabout3 .bx-wrapper .bx-controls-direction .bx-prev {
	left: 55px;
	background-position: -63px -63px;
}

.landabout3 .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background-position: 0 0;
	opacity: 1;
}

.landabout3 .bx-wrapper .bx-controls-direction .bx-next {
	left: 123px;
	background-position: -63px 0;
}

.landabout3 .bx-wrapper .bx-controls-direction .bx-next:hover {
	background-position: 0 -63px;
	opacity: 1;
}

.landabout3 .slide .name {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.landabout3 .slide .cite {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 32px 55px;
}

.landabout3 .slide .description {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	margin-left: 275px;
}

.landabout3 .slide .description DIV {
	display: inline-block;
	width: 415px;
	padding-right: 50px;
	vertical-align: top;
}

.landabout4 {
	min-height: 768px;
	padding-top: 55px;
	background: #000 url(../img/landabout4.jpg) no-repeat 50% 0;
	text-align: center;
}

.landabout4 .titlebox {
	margin-bottom: 93px;
}

.facts {
	background: url(../img/facts.png) no-repeat 50% 116px;
	margin-bottom: 55px;
}

.facts LI {
	display: inline-block;
	width: 229px;
	vertical-align: top;
}

.facts .year {
	font-size: 36px;
	font-weight: 900;
	color: #bb9453;
	margin: -24px auto 9px auto;
}

.facts P {
	font-size: 18px;
	color: #fff;
	line-height: 21px;
}

.today-title {
	font-size: 36px;
	font-weight: 900;
	color: #bb9453;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.today P {
	font-size: 24px;
	color: #fff;
	line-height: 28px;
}

.landabout5 {
	min-height: 679px;
	padding-top: 55px;
	background: #000 url(../img/landabout5.jpg) no-repeat 50% 0;
}

.landabout5 .titlebox {
	margin-bottom: 101px;
}

.landabout5 LI {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.landabout5 LI:nth-child(1) {
	padding: 160px 0 0 165px;
}

.landabout5 LI:nth-child(2) {
	padding: 290px 0 0 105px;
	background: url(../img/phone.png) no-repeat 50% 0;
	margin-top: -50px;
}

.landabout5 LI:nth-child(3) {
	padding: 160px 0 0 40px;
}

.landabout6 {
	padding: 55px 0 131px 0;
	background: #000 url(../img/landabout6.jpg) no-repeat 50% 0;
}

.landabout6 .titlebox {
	margin-bottom: 95px;
}

.landabout6 .title SPAN {
	color: #fff;
}

.landabout6 .point {
	display: inline-block;
	width: 48%;
	padding-left: 50px;
	vertical-align: top;
	color: #fff;
}

.landabout6 .point-number {
	font-size: 36px;
	font-weight: 900;
	color: #bb9453;
	margin-bottom: 25px;
}

.landabout6 .point-number:after {
	content: '';
	display: block;
	width: 140px;
	height: 5px;
	background: #bb9453;
	margin-top: 17px;
}

.landabout6 .point-text {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 29px;
	margin-bottom: 12px;
}

.landabout6 .point P {
	font-size: 18px;
}

.social A {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 25px;
	background-image: url(../img/social.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-right: 19px;
}
.vkontakte { background-position: 0 0; }
.facebook { background-position: -52px 0; }
.twitter { background-position: -99px 0; }
.google { background-position: -147px 0; }
.odnoklassniki { background-position: -196px 0; }
.linkedin { background-position: -246px 0; }

.uptl_toolbar li .sn-icon {
	background: none !important;
}
#__utl-buttons-1 .uptl_toolbar > ul > li > a.sn-icon::before,
#__utl-buttons-1 .uptl_toolbar > ul > li > a.sn-icon {
	color: #bb9453 !important;
}
body #__utl-buttons-1 .uptl_toolbar > ul > li {
	margin-right: 18px !important;
}


.landabout6 .buttonbox {
	padding-top: 64px;
	text-align: center;
}

.landabout6 .button {
	background-position: 0 -234px;
}

.landabout7 {
	padding: 55px 0 115px 0;
	background: #fff;
	text-align: center;
}

.landabout7 .titlebox {
	margin-bottom: 90px;
}

.landabout7 LI {
	display: inline-block;
	width: 407px;
	vertical-align: top;
	text-align: left;
	margin: 0 18px 70px 18px;
}

.landabout7 .photo IMG {
	display: block;
	margin-bottom: 9px;
}

.landabout7 .date {
	font-size: 50px;
	color: #bb9453;
	letter-spacing: 10px;
	line-height: 52px;
	margin-left: 39px;
}

.landabout7 .name {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin-left: 39px;
}
.landabout7 .note {
	font-size: 16px;
	margin-left: 39px;
}

.landabout7 .button {
	background-position: 0 -312px;
}

.landabout8 {
	padding: 50px 0 131px 0;
	background: #fafafa;
}

.landabout8 .titlebox {
	margin-bottom: 85px;
}

.landabout8-left {
	display: table-cell;
	width: 45%;
	padding-left: 50px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
}

.landabout8-right {
	display: table-cell;
	width: 54%;
	padding-left: 80px;
	vertical-align: middle;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 30px;
}

.landabout8 .buttonbox {
	padding-top: 26px;
	text-align: center;
}

.landabout8 .button {
	background-position: 0 -312px;
}

.landabout9 {
	min-height: 1219px;
	padding: 53px 0 168px 0;
	background: #000 url(../img/landabout9.jpg) no-repeat 50% 0;
	text-align: center;
}

.landabout9 .titlebox {
	margin-bottom: 15px;
}

.landabout9 H2 {
	font: 400 109.28px 'Attentica4FUltraLight';
	color: #fff;
	margin-bottom: 102px;
}

.landabout9 LI {
	float: left;
	width: 366px;
	padding-bottom: 106px;
	position: relative;
}

.landabout9 LI:nth-child(2) {
	width: 448px;
}

.landabout9 LI:nth-child(2):before,
.landabout9 LI:nth-child(2):after {
	content: '';
	position: absolute;
	top: 86px;
	bottom: 62px;
	display: block;
	width: 1px;
	background: #bb9453;
}

.landabout9 LI:nth-child(2):before {
	left: 0;
}

.landabout9 LI:nth-child(2):after {
	right: 0;
}

.landabout9 .photo {
	position: relative;
	width: 153px;
	margin: 0 auto 18px auto;
}

.landabout9 .photo IMG {
	display: block;
}

.landabout9 .date {
	position: absolute;
	bottom: -9px;
	right: -43px;
	color: #bb9453;
	text-align: right;
}

.landabout9 .day {
	display: inline-block;
	font-size: 99px;
	font-weight: 700;
	line-height: 80px;
	vertical-align: top;
}

.landabout9 .month {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #bb9453;
	vertical-align: -25px;
	margin-left: -20px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.landabout9 .speaker-name {
	font-size: 24px;
	font-weight: 900;
	color: #bb9453;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.landabout9 .lecture-title {
	min-height: 156px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.landabout9 LI .button {
	width: 256px;
	background-position: 0 -390px;
}

.landabout9 .buttonbox {
	display: inline-block;
	text-align: center;
}

.landabout9 .buttonbox SPAN {
	display: block;
	padding-top: 7px;
	font-size: 13.57px;
	font-weight: 300;
	color: #a88043;
	text-transform: uppercase;
	letter-spacing: 5.9px;
}

#form1,
#form2,
#form3,
#form4 {
	display: none;
	width: 1180px;
}

.landform-left {
	float: left;
	width: 590px;
	height: 836px;
	padding: 141px 0 0 105px;
	background: #242424;
}

.landform-left .time {
	margin-bottom: 38px;
}

.landform-left .time LI {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	color: #bb9453;
	text-transform: uppercase;
	margin-right: 17px;
}

.landform-left .time LI SPAN {
	display: block;
	font-size: 90px;
	line-height: 60px;
}

.landform-left .time LI:nth-child(2) SPAN {
	margin-left: -17px;
}

.landform-title {
	margin-left: -90px;
	margin-bottom: 41px;
}

.landform-left H2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.landformbox {
	float: right;
	width: 590px;
	height: 836px;
	padding-top: 90px;
	background: #fafafa;
}

.landformbox-inner {
	width: 367px;
	margin: 0 auto;
}

.formtitle {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 58px;
}

.formtitle SPAN {
	display: block;
	padding-top: 2px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.landformbox .form .text {
	width: 367px;
	height: 60px;
	padding: 0 22px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 18px;
	text-align: left;
}

.landformbox .buttonbox {
	display: inline-block;
	text-align: center;
}

.landformbox .buttonbox SPAN {
	display: block;
	padding-top: 7px;
	font-size: 13.57px;
	font-weight: 300;
	color: #a88043;
	text-transform: uppercase;
	letter-spacing: 5.7px;
}

.radiobox {
	margin: 51px 0 57px 0;
}

.radiobox DIV {
	display: inline
}

.radiobox DIV:first-child {
	margin-right: 30px;
}

input[type="radio"] {
	z-index: 2;
	padding: 0;
	opacity: 0;
	border: none;
}

input[type="radio"] + span {
	margin-left: -49px;
	z-index: 1;
	box-sizing: border-box;
	background: url(../img/icons.png) no-repeat;
	border: none;
	text-align: center;
}

input[type="radio"] + span {
	background-position: 0 -189px;
}

input[type="radio"],
input[type="radio"] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 49px;
	height: 49px;
}

input[type="radio"]:checked + span {
	background-position: -52px -189px;
}

input[type="radio"] + span + label {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	vertical-align: -6px;
	margin-left: 16px;
}

.speaker-box .photo {
	position: relative;
	width: 153px;
	margin-bottom: 18px;
}

.speaker-box .photo IMG {
	display: block;
}

.speaker-box .date {
	position: absolute;
	bottom: -9px;
	right: -43px;
	color: #bb9453;
	text-align: right;
}

.speaker-box .day {
	display: inline-block;
	font-size: 99px;
	font-weight: 700;
	line-height: 80px;
	vertical-align: top;
}

.speaker-box .month {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #bb9453;
	vertical-align: -25px;
	margin-left: -20px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.speaker-box .speaker-name {
	font-size: 24px;
	font-weight: 900;
	color: #bb9453;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.speaker-box .lecture-title {
	min-height: 130px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.landform-left .extratitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 0 11px -58px;
}

/* Footer
-----------------------------------------------------------------------------*/

.footer {
	height: 81px;
	padding-top: 25px;
	background: #000;
	font-size: 16.19px;
	font-weight: 300;
	color: #696969;
}

.footer .copy {
	float: left;
	padding-top: 7px;
}

.policy {
	float: right;
	padding-top: 7px;
	text-align: center;
}

.policy A {
	color: #696969;
	text-decoration: underline;
}
