/*********************************************************************************************************************************** Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,iframe,label { margin: 0; padding: 0; }
html, body {
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #555555;
	font-weight: normal;
	background: #ffffff;
	position: relative;
	min-height: 100%;
	word-wrap: break-word;
}
img, a img, fieldset, iframe { border: none; }
input, textarea, select, button, a { outline: none; }
textarea { resize: vertical; font-family: 'Open Sans', Arial, Tahoma, sans-serif; }
label { cursor: pointer; }
p { margin: 0px 0px 15px 0px; }
a, a:link, a:visited {
	color: #333333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	   -moz-transition: color 0.15s ease, background 0.15s ease;
			transition: color 0.15s ease, background 0.15s ease;
}
a:hover, a:focus {
	color: #00b0ff;
	text-decoration: none;
	outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, .btn:active, .btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
strong {
	font-weight: 600;
}
iframe {
	max-width: 100%;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nobr {
	white-space: nowrap;
}

::-moz-selection {
	color: #ffffff;
	background: #00b0ff;
}
::selection {
	color: #ffffff;
	background: #00b0ff;
}


/*********************************************************************************************************************************** Header */
body {
	padding-top: 70px;
}
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #ffffff;
	z-index: 1000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

.header_logo {
	float: left;
	width: 85px;
	position: relative;
	z-index: 1000;
}
.header_logo a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}
.header_logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header_menu {
	float: right;
	padding: 0px;
	margin: 0px !important;
	position: relative;
}
.header_menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header_menu ul li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px 15px;
	white-space: nowrap;
	position: relative;
}
.header_menu ul li:last-child {
	padding-right: 0px;
}
.header_menu ul li a:link, .header_menu ul li a:visited {
	display: block;
	padding: 25px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #444444;
	text-transform: uppercase;
}
.header_menu ul li a:hover, .header_menu ul li a:focus, .header_menu ul li.active a {
	color: #00b0ff;
	background: none;
}


/*********************************************************************************************************************************** Content */
.box_content {
	padding: 60px 0px;
}
.box_content_half_bot {
	padding-bottom: 30px;
}
.box_content_half_top {
	padding-top: 30px;
}
.box_content_no_bot {
	padding-bottom: 0px;
}
.box_margin_bot_30 {
	margin-bottom: 30px;
}
.box_margin_top_30 {
	margin-top: 30px;
}
.box_gray {
	background: #f5f5f5;
}
.box_border_top {
	border-top: 1px solid #ededed;
}
.box_gradient {
	position: relative;
}
.box_gradient_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(163, 64, 255, 0.9);
	background: -moz-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(151,200,60,0.9)), color-stop(20%, rgba(151,200,60,0.9)), color-stop(12%, rgba(151,200,60,0.9)), color-stop(76%, rgba(0,176,255,0.9)), color-stop(91%, rgba(0,176,255,0.9)), color-stop(100%, rgba(0,176,255,0.9)));
	background: -webkit-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: -o-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: -ms-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c83c', endColorstr='#00b0ff', GradientType=1 );
}
.box_gradient .container {
	position: relative;
	z-index: 10;
}

.page_title {
	padding-bottom: 45px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 34px;
	line-height: 38px;
	color: #00b0ff;
	text-align: center;
}
.page_title_white {
	color: #ffffff;
}

.page_content {
	font-size: 15px;
	line-height: 21px;
	color: #555555;
}
.page_content_big {
	font-size: 17px;
	line-height: 24px;
}
.page_content p:last-child {
	margin-bottom: 0px;
}
p.no_margin {
	margin-bottom: 0px;
}

.page_content ul, .page_content ol {
	position: relative;
	margin-bottom: 15px;
	list-style-position: inside;
}
.page_content ul li, .page_content ol li {
	padding: 2px 0px 2px 0px;
	position: relative;
}
.page_content ul li ul {
	padding-left: 35px;
	margin-bottom: 0px;
}

.lg-backdrop {
	background-color: rgba(0,0,0,0.75);
}
.lg-toolbar {
	background: none;
}
.lg-toolbar .lg-close {
	background-color: rgba(0,0,0,.45);
	border-radius: 2px;
}


/*********************************************************************************************************************************** Forms */
.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 12px 40px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 0px;
}
.btn-lg {
	padding: 15px 45px;
	font-size: 16px;
	line-height: 20px;
}

.btn-primary, .btn-primary:link, .btn-primary:visited  {
	color: #00b0ff;
	background: transparent;
	border-color: #00b0ff;
	-webkit-transition: all 0.15s ease;
	   -moz-transition: all 0.15s ease;
			transition: all 0.15s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background: #00b0ff;
	border-color: #00b0ff;
}

.btn-default, .btn-default:link, .btn-default:visited {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
	-webkit-transition: all 0.15s ease;
	   -moz-transition: all 0.15s ease;
			transition: all 0.15s ease;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
	color: #00b0ff;
	background: #ffffff;
	border-color: #ffffff;
}


/*********************************************************************************************************************************** Hero */
.hero {
	padding: 120px 0px;
	position: relative;
	text-align: center;
	background: url("../images/hero.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.hero_title_sm {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 600;
}
.hero_title {
	padding-top: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}

.hero_info {
	padding-top: 70px;
}
.hero_info_item {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px;
}
.hero_info_item span {
	display: inline-block;
	vertical-align: middle;
}
.hero_info_item_icon {
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
}
.hero_info_item_text {
	padding-left: 5px;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}

.hero_btn {
	padding-top: 80px;
}


/*********************************************************************************************************************************** Speaker */
#speaker {
	background: url("../images/speaker.jpg") repeat 50% 50%;
	background-attachment: fixed;
}

.speaker_box {
	position: relative;
}
.speaker_content {
	margin-left: 40%;
}
.speaker_video {
	display: block;
	list-style-type: none;
	width: 35%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../images/speaker_video.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.speaker_video li {
	display: block;
	list-style-type: none;
	width: 100%;
	height: 100%;
}
.speaker_video_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(163, 64, 255, 0.5);
	background: -moz-linear-gradient(45deg, rgba(151,200,60,0.5) 0%, rgba(151,200,60,0.5) 20%, rgba(151,200,60,0.5) 12%, rgba(0,176,255,0.5) 85%, rgba(0,176,255,0.5) 91%, rgba(0,176,255,0.5) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(151,200,60,0.5)), color-stop(20%, rgba(151,200,60,0.5)), color-stop(12%, rgba(151,200,60,0.5)), color-stop(76%, rgba(0,176,255,0.5)), color-stop(91%, rgba(0,176,255,0.5)), color-stop(100%, rgba(0,176,255,0.5)));
	background: -webkit-linear-gradient(45deg, rgba(151,200,60,0.5) 0%, rgba(151,200,60,0.5) 20%, rgba(151,200,60,0.5) 12%, rgba(0,176,255,0.5) 85%, rgba(0,176,255,0.5) 91%, rgba(0,176,255,0.5) 100%);
	background: -o-linear-gradient(45deg, rgba(151,200,60,0.5) 0%, rgba(151,200,60,0.5) 20%, rgba(151,200,60,0.5) 12%, rgba(0,176,255,0.5) 85%, rgba(0,176,255,0.5) 91%, rgba(0,176,255,0.5) 100%);
	background: -ms-linear-gradient(45deg, rgba(151,200,60,0.5) 0%, rgba(151,200,60,0.5) 20%, rgba(151,200,60,0.5) 12%, rgba(0,176,255,0.5) 85%, rgba(0,176,255,0.5) 91%, rgba(0,176,255,0.5) 100%);
	background: linear-gradient(45deg, rgba(151,200,60,0.5) 0%, rgba(151,200,60,0.5) 20%, rgba(151,200,60,0.5) 12%, rgba(0,176,255,0.5) 85%, rgba(0,176,255,0.5) 91%, rgba(0,176,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c83c', endColorstr='#00b0ff', GradientType=1 );
	z-index: 1;
}
.speaker_video li .fa {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0px 0px -40px;
	padding-left: 6px;
	font-size: 36px;
	line-height: 78px;
	color: #ffffff;
	text-align: center;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 50%;
	opacity: 0.8;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.speaker_video li:hover .fa {
	color: #00b0ff;
	background: #ffffff;
	opacity: 1;
}

.lg-video-object {
	background: #000000 !important;
}


/*********************************************************************************************************************************** Program */
.program_item {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}
.program_list .program_item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.program_item_title {
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}


/*********************************************************************************************************************************** Price */
#price {
	background: url("../images/price.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.price_item_inner {
	padding: 0px 20px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.price_item_cost {
	padding: 25px 10px;
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	background: #00b0ff;
	border-radius: 0px 0px 5px 5px;
}
.price_item_cost div {
	padding-top: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

.price_item_info_item {
	padding: 20px 10px;
	font-size: 15px;
	line-height: 20px;
	color: #555555;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
.price_item_btn {
	padding: 50px 0px;
	text-align: center;
}


/*********************************************************************************************************************************** Testimonials */
.testimonials_item_img {
	width: 90px;
	height: 90px;
	margin: 0px auto;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
}
.testimonials_item_text {
	margin: 25px 0px 25px 0px;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
}
.testimonials_item_author {
	font-size: 15px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}

.testimonials_carousel .owl-nav .owl-next, .testimonials_carousel .owl-nav .owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	font-size: 60px;
	line-height: 60px;
	color: #cccccc;
	-webkit-transition: all 0.15s ease;
	   -moz-transition: all 0.15s ease;
			transition: all 0.15s ease;
}
.testimonials_carousel .owl-nav .owl-next:hover, .testimonials_carousel .owl-nav .owl-prev:hover {
	color: #00b0ff;
}
.testimonials_carousel .owl-nav .owl-next {
	right: 0px;
}
.testimonials_carousel .owl-nav .owl-prev {
	left: 0px;
}


/*********************************************************************************************************************************** Sponsors */
#sponsors {
	background: url("../images/sponsors.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.sponsors_list {
	text-align: center;
}
.sponsor_item {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	height: 110px;
	margin: 10px;
	text-align: center;
	line-height: 110px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}
.sponsor_item img {
	width: auto;
	height: auto;
	max-width: 95%;
	max-height: 95%;
}


/*********************************************************************************************************************************** Contacts */
.contacts_item_icon {
	width: 70px;
	height: 70px;
	margin: 0px auto;
	font-size: 32px;
	line-height: 70px;
	color: #ffffff;
	text-align: center;
	background: rgba(163, 64, 255, 0.9);
	background: -moz-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(151,200,60,0.9)), color-stop(20%, rgba(151,200,60,0.9)), color-stop(12%, rgba(151,200,60,0.9)), color-stop(76%, rgba(0,176,255,0.9)), color-stop(91%, rgba(0,176,255,0.9)), color-stop(100%, rgba(0,176,255,0.9)));
	background: -webkit-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: -o-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: -ms-linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	background: linear-gradient(45deg, rgba(151,200,60,0.9) 0%, rgba(151,200,60,0.9) 20%, rgba(151,200,60,0.9) 12%, rgba(0,176,255,0.9) 85%, rgba(0,176,255,0.9) 91%, rgba(0,176,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c83c', endColorstr='#00b0ff', GradientType=1 );
	border-radius: 50%;
}
.contacts_item_text {
	margin-top: 20px;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
}
.contacts_item_msg {
	padding-top: 15px;
}
.contacts_item_msg a:link, .contacts_item_msg a:visited {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	font-size: 14px;
	color: #656565;
	white-space: nowrap;
}
.contacts_item_msg a:hover {
	color: #00b0ff;
}
.contacts_item_msg a .fa {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
}
.contacts_item_msg a .fa-whatsapp {
	padding-left: 1px;
	font-size: 20px;
	background: #2cb742;
}
.contacts_item_msg a .fa-paper-plane {
	padding-right: 1px;
	font-size: 16px;
	background: #33a7da;
}


/*********************************************************************************************************************************** Maps */
#map, #map iframe {
	width: 100%;
	height: 500px;
	z-index: 10;
}


/*********************************************************************************************************************************** Footer */
.footer {
	padding: 30px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #bbbbbb;
	text-align: center;
	background: #444444;
}
.footer a:link, .footer a:visited {
	color: #bbbbbb;
}
.footer a:hover {
	color: #ffffff;
}


/*********************************************************************************************************************************** Social Share */
.social_share {
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -100px;
	padding: 2px 5px 2px 5px;
	background: #333333;
	background: rgba(0,0,0,0.2);
	z-index: 1000;
}
.ya-share2__container_size_m .ya-share2__item, .ya-share2__list_direction_horizontal > .ya-share2__item {
	display: block !important;
	margin: 4px 0px !important;
}


/*********************************************************************************************************************************** Up */
.scroll_up:link, .scroll_up:visited {
	display: none;
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: #333333;
	background: rgba(0,0,0,0.2);
	z-index: 100;
	-webkit-transition: all 0.15s ease;
	   -moz-transition: all 0.15s ease;
			transition: all 0.15s ease;
}
.scroll_up:hover {
	background: #00b0ff;
	background: rgba(0,176,255,0.9);
}


/*********************************************************************************************************************************** Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
}


/*********************************************************************************************************************************** Viewport Bugfixes */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/*********************************************************************************************************************************** Mobile */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
	body {
		padding-top: 54px;
	}
	.header_logo {
		width: 65px;
	}
	
	.navbar-toggle {
		display: block;
		margin: 7px 0px;
		background: #ffffff;
		border: none;
	}
	.navbar-toggle:hover, .navbar-toggle:focus {
		background: #ffffff;
	}
	.navbar-toggle .icon-bar {
		width: 36px;
		background: #00b0ff;
		-webkit-transition: all 0.15s ease;
		   -moz-transition: all 0.15s ease;
				transition: all 0.15s ease;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 8px;
	}
	.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
		background: #018ece;
	}
	
	.header_menu {
		float: none;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 100;
		background: #ffffff;
		background: rgba(255,255,255,0.95);
	}
	.header_menu ul {
		display: block;
		border-bottom: 1px solid #d3e6ef;
	}
	.header_menu ul li {
		display: block;
		width: 100%;
		padding: 0px;
		border-top: 1px solid #d3e6ef;
	}
	.header_menu ul li a:link, .header_menu ul li a:visited {
		padding: 8px 0px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.header_menu ul li a:hover {
		color: #ffffff;
		background: #00b0ff;
	}
	
	.box_content {
		padding: 35px 0px;
	}
	.box_content_half_bot {
		padding-bottom: 15px;
	}
	.page_title {
		padding-bottom: 20px;
		font-size: 20px;
		line-height: 24px;
	}
	.page_content, .page_content_big {
		font-size: 14px;
		line-height: 20px;
	}
	
	.btn, .btn-lg {
		padding: 10px 30px;
		font-size: 15px;
		line-height: 20px;
	}
	
	.hero {
		padding: 40px 0px;
	}
	.hero_title_sm {
		font-size: 20px;
		line-height: 26px;
	}
	.hero_title {
		padding-top: 12px;
		font-size: 26px;
		line-height: 36px;
	}
	.hero_info {
		padding-top: 20px;
	}
	.hero_info_item {
		margin: 7px 0px;
	}
	.hero_info_item_icon {
		font-size: 20px;
		line-height: 20px;
	}
	.hero_info_item_text {
		font-size: 16px;
		line-height: 20px;
	}
	.hero_btn {
		padding-top: 30px;
	}
	
	.speaker_content {
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.speaker_video {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 200px;
	}
	.speaker_video li .fa {
		width: 60px;
		height: 60px;
		margin: -30px 0px 0px -30px;
		font-size: 30px;
		line-height: 58px;
	}
	
	.program_item_title {
		padding-bottom: 8px;
		font-size: 15px;
		line-height: 20px;
	}
	
	.price_list .price_item:first-child {
		margin-bottom: 15px;
	}
	.price_item_cost {
		padding: 15px 10px;
		font-size: 24px;
		line-height: 28px;
	}
	.price_item_cost div {
		padding-top: 6px;
	}
	.price_item_info_item {
		padding: 12px 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.price_item_btn {
		padding: 30px 0px;
	}
	
	.testimonials_carousel {
		padding: 0px 15px;
	}
	.testimonials_item_img {
		width: 70px;
		height: 70px;
	}
	.testimonials_item_text {
		margin: 15px 0px 15px 0px;
		font-size: 14px;
		line-height: 20px;
	}
	.testimonials_item_author {
		font-size: 14px;
	}
	.testimonials_carousel .owl-nav .owl-next, .testimonials_carousel .owl-nav .owl-prev {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
	.testimonials_carousel .owl-nav .owl-next {
		right: -10px;
	}
	.testimonials_carousel .owl-nav .owl-prev {
		left: -10px;
	}
	
	.sponsor_item {
		width: 190px;
		height: 80px;
		line-height: 80px;
	}
	
	.contacts_item {
		margin-bottom: 30px;
	}
	.contacts_list .contacts_item:last-child {
		margin-bottom: 0px;
	}
	.contacts_item_icon {
		width: 50px;
		height: 50px;
		font-size: 28px;
		line-height: 50px;
	}
	.contacts_item_text {
		margin-top: 5px;
		font-size: 15px;
		line-height: 20px;
	}
	.contacts_item_msg {
		padding-top: 10px;
	}
	
	#map, #map iframe {
		height: 250px;
	}
	
	.footer {
		padding: 20px 0px;
		font-size: 13px;
		line-height: 18px;
	}
	
	.scroll_up:link, .scroll_up:visited {
		width: 32px;
		height: 32px;
		font-size: 22px;
		line-height: 30px;
	}
	
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
	.col-xxs-12 {
		width: 100%;
	}
	
}


/*********************************************************************************************************************************** Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-device-width: 768px) and (max-device-width: 991px) {
	body {
		padding-top: 54px;
	}
	.header_logo {
		width: 65px;
	}
	
	.navbar-toggle {
		display: block;
		margin: 7px 0px;
		background: #ffffff;
		border: none;
	}
	.navbar-toggle:hover, .navbar-toggle:focus {
		background: #ffffff;
	}
	.navbar-toggle .icon-bar {
		width: 36px;
		background: #00b0ff;
		-webkit-transition: all 0.15s ease;
		   -moz-transition: all 0.15s ease;
				transition: all 0.15s ease;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 8px;
	}
	.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
		background: #018ece;
	}
	.navbar-collapse.collapse {
		display: none !important;
		visibility: hidden !important;
	}
	.collapse.in {
		display: block !important;
		visibility: visible !important;
	}
	
	.header_menu {
		float: none;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 100;
		background: #ffffff;
		background: rgba(255,255,255,0.95);
	}
	.header_menu ul {
		display: block;
		border-bottom: 1px solid #d3e6ef;
	}
	.header_menu ul li {
		display: block;
		width: 100%;
		padding: 0px;
		border-top: 1px solid #d3e6ef;
	}
	.header_menu ul li a:link, .header_menu ul li a:visited {
		padding: 8px 0px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.header_menu ul li a:hover {
		color: #ffffff;
		background: #00b0ff;
	}
	
	.box_content {
		padding: 50px 0px;
	}
	.box_content_half_bot {
		padding-bottom: 25px;
	}
	.page_title {
		padding-bottom: 25px;
		font-size: 28px;
		line-height: 32px;
	}
	
	.page_content_big {
		font-size: 15px;
		line-height: 21px;
	}
	
	.btn-lg {
		padding: 12px 40px;
	}
	
	.hero {
		padding: 50px 0px;
	}
	.hero_title_sm {
		font-size: 26px;
		line-height: 32px;
	}
	.hero_title {
		padding-top: 20px;
		font-size: 38px;
		line-height: 50px;
	}
	.hero_info {
		padding-top: 50px;
	}
	.hero_info_item_text {
		font-size: 17px;
	}
	.hero_btn {
		padding-top: 60px;
	}
	
	.price_item_cost {
		padding: 20px 10px;
		font-size: 26px;
		line-height: 30px;
	}
	.price_item_info_item {
		padding: 15px 10px;
	}
	.price_item_btn {
		padding: 35px 0px;
	}
	
	.testimonials_carousel {
		padding: 0px 50px;
	}
	.testimonials_item_text {
		font-size: 15px;
		line-height: 21px;
	}
	
	.sponsor_item {
		width: 240px;
		height: 100px;
		line-height: 100px;
	}
	
	.contacts_item_text {
		margin-top: 15px;
		font-size: 15px;
		line-height: 21px;
	}
	.contacts_item_msg {
		padding-top: 5px;
	}
	.contacts_item_msg a:link, .contacts_item_msg a:visited {
		margin: 3px 10px;
	}
	
	#map, #map iframe {
		height: 400px;
	}
	
	.footer {
		font-size: 13px;
	}
	
}


/*********************************************************************************************************************************** Big */
@media (min-width: 1200px) {
	.header_menu ul li {
		padding: 0px 20px;
	}
	
}
