
/******************************/
/* Start : Other */
/******************************/

body {
	font-size: 16px;
	font-family: 'gilroy-light', sans-serif;
	background-color: #fff;
}

section.speakers,
section.payment {
	padding-top: 50px;
	padding-bottom: 50px;
}

section.advantages,
section.contact {
	padding-top: 50px;
}

section.about .section-title h4,
section.advantages .section-title h4,
section.payment .section-title h4,
section.contact .section-title h4 {
	color: #111;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

section.speakers .section-title h4,
section.payment .section-title h4 {
	color: #fff;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

section.about .section-divider,
section.advantages .section-divider,
section.speakers .section-divider,
section.contact .section-divider {
	width: 30px;
	height: 4px;
	background-image: url('../img/item/divider-orange.png');
	margin-bottom: 50px;
}

section.payment .section-divider {
	width: 30px;
	height: 4px;
	background-image: url('../img/item/divider-white.png');
	margin-bottom: 50px;
}

section.about .section-line {
	top: 12px;
	position: relative;
	border-bottom: 1px solid #f39c12;
}

section.speakers .section-line,
section.payment .section-line {
	top: 12px;
	position: relative;
	border-bottom: 1px solid #fff;
}

section.advantages .section-line,
section.contact .section-line {
	top: 12px;
	position: relative;
	border-bottom: 1px solid #000;
}

section.advantages .section-box-item,
section.speakers .section-box-item {
	margin-bottom: 50px;
}

section.about .section-box-title,
section.advantages .section-box-title,
section.speakers .section-box-title,
section.payment .section-box-title,
section.contact .section-box-title {
	font-size: 18px;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

section.about .section-box-title p,
section.advantages .section-box-title p,
section.contact .section-box-title p {
	color: #111;
}

section.advantages .section-box-item .section-box-title,
section.speakers .section-box-item .section-box-title {
	margin-bottom: 10px;
}

[type=checkbox][class*=filled-in]:not(:checked)+label:after {
	border-radius: 50px;
}

[type=checkbox][class*=filled-in]:checked+label:after {
	border-color: #f39c12;
	background-color: #f39c12;
	border-radius: 50px;
}

.success {
	display: none;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.off {
	display: block;
}

.rgba-black-strong {
	background-color: rgba(0,0,0,.5)!important;
}

/******************************/
/* Start : Preloader */
/******************************/

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100500;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #f5f5f5;
}

#preloader .preloader-box {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	overflow: visible;
}

#preloader .preloader-box #circle-01 {
	width: 200px;
	height: 200px;
	background: url('../img/preloader/preloader-01.png');
	border: none;
	position: absolute;

	z-index: 100501;

	animation-play-state: running;
	-moz-animation-play-state: running;
	-webkit-animation-play-state: running;
}

#preloader .preloader-box #circle-02 {
	width: 200px;
	height: 200px;
	background: url('../img/preloader/preloader-02.png');
	border: none;
	position: absolute;

	z-index: 100502;

	transform-origin: center;
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);

	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	animation-play-state: running;
	-moz-animation-play-state: running;
	-webkit-animation-play-state: running;
}

@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

header {
	width: auto;
	height: auto;
}

header .top-bar {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	position: relative;
	margin-top: 20px;

	z-index: 300;
}

header .top-bar-address {
	margin-top: 50px;
}

header .top-bar-email {
	margin-top: 50px;
}

header .top-bar-email a {
	color: #fff;
}

header .top-bar-phone {
	margin-top: 50px;
}

header .top-bar-phone a {
	color: #fff;
}

header .top-bar-callback {
	margin-top: 40px;
}

header .top-bar-callback button.btn-default {
	background-color: transparent;
	letter-spacing: 0.2rem;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 25px;

	box-shadow: none;
}

header .top-bar-callback button.btn-default:hover {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}

header .top-bar-callback button.btn-default:focus {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
	
}

header .top-bar .top-bar-logo {
	text-align: center;
}

header .bottom-bar {
	color: #fff;
	font-size: 16px;
	font-family: 'gilroy-extrabold', sans-serif;
	font-family: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
	top: -90px;
	z-index: 300;
}

header .bottom-bar .bottom-bar-menu-left {
	float: left;
}

header .bottom-bar .bottom-bar-menu-left ul.nav {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold; 
}

header .bottom-bar .bottom-bar-menu-left ul.nav li a {
	color: #fff;
	transition: .2s ease-in-out
}

header .bottom-bar .bottom-bar-menu-left ul.nav li a:hover {
	color: #f39c12;
	transition: .2s ease-in-out
}

header .bottom-bar .bottom-bar-menu-right {
	float: right;
}

header .bottom-bar .bottom-bar-menu-right ul.nav {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold; 
}

header .bottom-bar .bottom-bar-menu-right ul.nav li a {
	color: #fff;
	transition: .2s ease-in-out
}

header .bottom-bar .bottom-bar-menu-right ul.nav li a:hover {
	color: #f39c12;
	transition: .2s ease-in-out
}

/******************************/
/* Start : Event */
/******************************/

section.event {
	display: block;
	position: relative;
	margin-top: -260px;

	z-index: 200
}

section.event .view .intro-info-content {
	margin-top: 70px;
}

section.event .view .intro-info-content .event-title {
	position: relative;
	top: 30px;
}

section.event .view .intro-info-content .event-title h1 {
	color: #fff;
	text-transform: uppercase;
}

section.event .view .intro-info-content .event-title h2 {
	color: #fff;
	text-transform: uppercase;
}

section.event .view .intro-info-content .event-title h3 {
	color: #fff;
	text-transform: uppercase;
}

section.event .view .intro-info-content .event-title h1 span {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
}

section.event .view .intro-info-content .event-title h2 span {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
}

section.event .view .intro-info-content .event-title h3 span {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
}

section.event .view .intro-info-content .event-title h3 {
	color: #fff;
	font-weight: bold;
	top: 15px;
	position: relative;
}

section.event .view .intro-info-content .event-button {
	position: relative;
	top: 60px;
}

section.event .view .intro-info-content .event-button button.speaker.btn-default {
	background-color: transparent;
	letter-spacing: 0.2rem;
	border: 1px solid #fff;
	border-radius: 25px;

	box-shadow: none;
}

section.event .view .intro-info-content .event-button button.speaker.btn-default:hover {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}

section.event .view .intro-info-content .event-button button.speaker.btn-default:focus {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}

section.event .view .intro-info-content .event-button button.buy.btn-default {
	background-color: #f39c12;
	letter-spacing: 0.2rem;
	border: 1px solid #f39c12;
	border-radius: 25px;

	box-shadow: none;
}

section.event .view .intro-info-content .event-button button.buy.btn-default:hover {
	background-color: #f39c12 !important;
}

section.event .view .intro-info-content .event-button button.buy.btn-default:focus {
	background-color: #f39c12 !important;
}

section.event .view .intro-info-content .event-mouse {
	position: relative;
	top: 100px;
}

/******************************/
/* Start : About */
/******************************/

section.about .section-img {

}

section.about .section-content {
	min-height: 500px;
	top: 6rem;
	position: relative;
}

section.about .section-content .section-box-title,
section.about .section-content .section-box-content {
	float: right;
	text-align: right;
}

section.about .section-content .section-box-content p.name {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 40px;
}

section.about .section-content .section-box-content p.name span.section-divider {
	float: right;
	width: 30px;
	height: 4px;
	background-image: url('../img/item/divider-orange.png');
	top: 25px;
	position: relative;
	margin-bottom: 0;
}

section.about .section-content .section-box-content button.btn-default {
	float: right;
	background-color: #f39c12;
	border: 1px solid #f39c12;
	border-radius: 25px;
	letter-spacing: 0.2rem;
	box-shadow: none;
}

section.about .section-content .section-box-content button.btn-default:hover {
	color: #000 !important;
	background-color: transparent !important;
	border: 1px solid #000;
}

section.about .section-content .section-box-content button.btn-default:focus {
	color: #000 !important;
	background-color: transparent !important;
	border: 1px solid #000;
}

/* v - 2 */

section.about .view {
	max-height: 535px;
}

section.about .view .section-box {
	border: 1px solid #fff;
	padding: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}

section.about .view .section-box .section-box-i {
	width: auto;
	height: 100%;
	background: url('../img/item/pattern.png') repeat;
	padding: 25px 25px 25px 25px;
}

section.about .view .section-box .section-box-i .section-content {
	min-height: auto;
	top: 0;
}

section.about .view .section-box .section-box-i .section-content .section-box-title {
	float: none;
	text-align: left;
}

section.about .view .section-box .section-box-i .section-content .section-box-title p {
	color: #fff;
}

section.about .view .section-box .section-box-i .section-content .section-box-content {
	float: none;
	text-align: left;
}

section.about .view .section-box .section-box-i .section-content .section-box-content p {
	color: #fff;
}

section.about .view .section-box .section-box-i .section-box-content p.name {
	padding-bottom: 0;
}

section.about .section-content .section-box-content button.btn-default {
	width: 175px;
	height: 175px;
	float: right;
	background-color: #f39c12;
	border: 1px solid #f39c12;
	border-radius: 50%;
	margin-top: 35px;
	letter-spacing: 0.2rem;
	box-shadow: none;
}

section.about .section-content .section-box-content button.btn-default:hover {
	color: #fff !important;
	background-color: transparent !important;
	border: 1px solid #fff;
}

section.about .section-content .section-box-content button.btn-default:focus {
	color: #fff !important;
	background-color: transparent !important;
	border: 1px solid #fff;
}

/******************************/
/* Start : Advantages */
/******************************/

section.advantages {
	background-color: #f5f5f5;
}

section.advantages .section-box-item {
	text-align: center;
}

section.advantages .section-box-item img {
	margin-bottom: 20px;
}

/******************************/
/* Start : Speakers */
/******************************/

section.speakers {
	width: auto;
	height: 100%;
	background-image: url('../img/paralax/paralax-05.jpg');
	background-attachment: fixed;
	background-size: cover;
}

section.speakers .section-box {
	border: 1px solid #fff;
	padding: 50px;
}

section.speakers .section-box .section-box-i {
	width: auto;
	height: 100%;
	background: url('../img/item/pattern.png') repeat;
	padding: 25px 25px 0 25px;
}

section.speakers .section-box h4 {
	color: #fff;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.speakers .section-box .media {
	color: #fff;
	padding-bottom: 25px; 
}

section.speakers .section-box .media .media-body h5 {
	font-size: 18px;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

section.speakers .section-box .media .media-body p {
	min-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
}

section.speakers .section-box .media .media-body .media-clock {
	color: #f39c12;
	font-weight: bold;
	padding-top: 22px;
}

section.speakers .section-box .media .media-body .media-button {
	float: right;
	padding-top: 8px;
}

section.speakers .section-box .media .media-body .media-button button.btn-default {
	background-color: transparent;
	border: 1px solid #fff;
	letter-spacing: 0.2rem;

	border-radius: 25px;
	box-shadow: none;
}

section.speakers .section-box .media .media-body .media-button button.btn-default:hover {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}

section.speakers .section-box .media .media-body .media-button button.btn-default:focus {
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}

section.speakers .section-box .section-line {
	top: 0;
	position: relative;
	margin-bottom: 30px;
}

/******************************/
/* Start : Payment */
/******************************/

section.payment {
	color: #fff;
	background-color: #f39c12;
}

section.payment .md-form label {
	color: #fff;
}

section.payment .md-form input[type=text],
section.payment .md-form input[type=tel],
section.payment .md-form input[type=email] {
	border-bottom: 1px solid #fff;
}


section.payment .md-form input[type=text]:focus:not([readonly]),
section.payment .md-form input[type=tel]:focus:not([readonly]),
section.payment .md-form input[type=email]:focus:not([readonly]) {
	border-bottom: 1px solid #fff;
	box-shadow: none;
}

section.payment .md-form input[type=text]:focus:not([readonly])+label,
section.payment .md-form input[type=tel]:focus:not([readonly])+label,
section.payment .md-form input[type=email]:focus:not([readonly])+label {
	color: #fff;
}

section.payment button.btn-default {
	width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	letter-spacing: 0.2rem;

	border-radius: 25px;
	box-shadow: none;
}

section.payment button.btn-default:hover {
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #fff;
}

section.payment button.btn-default:focus {
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #fff;
}

section.payment .section-price {
	margin-bottom: 25px;
}

section.payment .section-price h5 strong {
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

section.payment .section-info {
	padding-top: 10px;
}

/******************************/
/* Start : Contact */
/******************************/

section.contact #gmap {
	width: 100%;
	min-height: 520px;
	margin: 0;
    padding: 0;
}

section.contact .media {
	margin-bottom: 50px;
}

section.contact .media .media-body.phone {
	margin-top: 10px;
}

section.contact .media .media-body.phone a {
	color: #111;
}

section.contact .media .media-body.email {
	margin-top: 20px;
}

section.contact .media .media-body.email a {
	color: #111;
}

section.contact .media .media-body.address {
	margin-top: 0;
}

/******************************/
/* Start : Footer */
/******************************/

footer {
	background-color: #111;
}

footer .footer-copyright {
	height: 70px;
	color: #f5f5f5;
}

footer .up-layer {
	width: 100%;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

footer .up-layer i {
	width: 100%;
	height: 60px;
	background: url("../img/copyright/logo.png") center no-repeat;
	display: block;
	margin-top: 5px;
}

footer .down-layer {
	opacity: 0;
	position: relative;
	width: 100%;
	display: block;
	align-items: center;
	justify-content: center;
	height: 45px;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	margin-top: -40px;

	text-align: center;
	font-weight: 300;
}

footer .copyright:hover .up-layer {
	opacity: 0;
}

footer .copyright:hover .down-layer {
	opacity: 1;
}

footer .copyright:hover .down-layer p {
	color: #918e96;
}

footer .copyright .down-layer p span {
	text-transform: uppercase;
}

footer .copyright:hover .down-layer p span {
	text-transform: uppercase;
}

footer .down-layer a {
	text-decoration: none;
}

footer .down-layer a:link,
footer .down-layer a:visited {
	color: #f39c12;
}

/******************************/
/* Start : Modal */
/******************************/

.modal .modal-content .modal-header {
	color: #fff;
	background-color: #f39c12;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.modal .modal-content .modal-header .close {
	color: #fff;
}

.modal .modal-content .modal-body h3 {
	color: #111;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.modal .modal-content .modal-body p span {
	font-size: 18px;
	font-family: 'gilroy-extrabold', sans-serif;
	font-weight: bold;
	font-style: italic;
}

.modal .modal-content .modal-body p strong {
	font-weight: bold;
}

.modal .modal-content .modal-body .md-form label {
	color: #757575;
}

.modal .modal-content .modal-body .md-form input[type=text],
.modal .modal-content .modal-body .md-form input[type=tel],
.modal .modal-content .modal-body .md-form input[type=email] {
	border-bottom: 1px solid #757575;
}

.modal .modal-content .modal-body .md-form input[type=text]:focus:not([readonly]),
.modal .modal-content .modal-body .md-form input[type=tel]:focus:not([readonly]),
.modal .modal-content .modal-body .md-form input[type=email]:focus:not([readonly]) {
	border-bottom: 1px solid #f39c12;
	box-shadow: none;
}

.modal .modal-content .modal-body .md-form input[type=text]:focus:not([readonly])+label,
.modal .modal-content .modal-body .md-form input[type=tel]:focus:not([readonly])+label,
.modal .modal-content .modal-body .md-form input[type=email]:focus:not([readonly])+label {
	color: #f39c12;
}

.modal .modal-content .modal-body button.btn-default {
	color: #000 !important;
	background-color: transparent;
	border: 1px solid #000;
	letter-spacing: 0.2rem;

	border-radius: 25px;
	box-shadow: none;
}

.modal .modal-content .modal-body button.btn-default:hover {
	color: #fff !important;
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}

.modal .modal-content .modal-body button.btn-default:focus {
	color: #fff !important;
	background-color: #f39c12 !important;
	border: 1px solid #f39c12;
}