/*
	Template Name: Eventime -  Conference &amp; Event HTML Template
	Author: Themefunction
	Author URI: https://themeforest.net/user/themefunction
	Description: Eventime -  Conference &amp; Event HTML Template
	Version: 1.0
*/

/* Table of Content
==================================================
1.    Typography
2.    Global Styles
3.    Header area
4.		Banner area
5.    Slider
6.		Countdown
7.    Features
8.    Facts
9.		Schedule
10.	Speakers
11.	Sponsors
12.	Pricing
13.   Content area
14.   Latest blog
15.	Venue
16.   Footer
17.   Sub Pages
18.   Contact Us
19.   News Listing
20.   News Single
21.   Sidebar
22.   Error page
	
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald); 
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Clicker+Script);
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

/* Typography
================================================== */

body{
	background:#fff;
	color: #252525;
}

body, p {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased !important;
	line-height: 24px;
	font-size: 15px;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6{
	color: #303030;
	 font-family: 'Oswald', sans-serif;
	 text-rendering: optimizeLegibility;
	 -webkit-font-smoothing: antialiased !important;
}

h1{
	 font-size: 48px;
	 line-height: 48px;
	 font-weight: 900;
}

h2{
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
}

h3{
	 font-size: 24px;
	 margin-bottom: 20px;
	 font-weight: 700;
}

h4{
	 font-size: 18px;
	 line-height: 28px;
	 font-weight: 700;
}

h5{
	 font-size: 14px;
	 line-height: 24px;
}

.alert .icon {
		margin-right: 15px;
}

/* Global styles
================================================== */

html{
	 overflow-x: hidden !important;
	 width: 100%;
	 height: 100%;
	 position: relative;
	 -webkit-font-smoothing: antialiased;
	 text-rendering: optimizeLegibility;
}

body{
	 border: 0;
	 margin: 0;
	 padding: 0;
}

.body-inner{
	 position: relative;
	 overflow: hidden;
}

.preload{ 
	 position:fixed; 
	 background: #fff url(../images/preload.gif) center center no-repeat;
	 left:0px; 
	 top:0px; 
	 width:100%; 
	 height:100%; 
	 z-index:99999; 
}

a:link,
a:visited{
		text-decoration: none;
}

a{
	color: #e34144;
}


a:hover{
	 text-decoration: none;
	 color: #000;
}

a.read-more{
	 color: #e34144;
	 font-weight: 700;
	 text-transform: uppercase;
}

a.read-more:hover{
	color: #222;
}

section, .section-padding{
	 padding: 80px 0;
	 position: relative;
}

.no-padding{
	 padding: 0;
}

.media>.pull-left{
	 margin-right: 20px;
}

.gap-60 {
	 clear: both;
	 height: 60px;
}

.gap-40 {
	 clear: both;
	 height: 40px;
}

.gap-30 {
	 clear: both;
	 height: 30px;
}
.gap-20 {
	 clear: both;
	 height: 20px;
}

.mrb-30{
	 margin-bottom: 30px;
}

.mrb-80{
	 margin-bottom: -80px;
}

.mrt-0{
	 margin-top: 0 !important;
}

.pab{
	 padding-bottom: 0;
}

a:focus{
	 outline: 0;
}

img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}

.unstyled {
		list-style: none;
		margin: 0;
		padding: 0;
}

.ts-padding {
		padding: 60px;
}

.solid-bg{
	background: #f9f9f9;
	padding: 60px 0;
}

.solid-row {
	background: #f0f0f0;
}

.bg-overlay{
	 position: relative;
}

.bg-overlay .container{
	 position: relative;
	 z-index: 1;
}

.bg-overlay:after{
	 background-color: rgba(0, 46, 91, 0.8);
	 z-index: 0;
	 position: absolute;
	 content: '';
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
}

/* Dropcap */

.dropcap {
	font-size: 48px;
	line-height: 60px;
	padding: 0 7px;
	display: inline-block;
	float: left;
	font-weight: 700;
	margin: 5px 15px 5px 0;
	position: relative;
	text-transform: uppercase;
}
.dropcap.primary {
	background: #0081b8;
	color: #fff;
}
.dropcap.secondary {
	background: #3a5371;
	color: #fff;
}


/* Section title */

.section-title {
	 font-size: 36px;
	 line-height: 36px;
	 margin-top: 0;
	 margin-bottom: 0;
	 padding-bottom: 15px;
	 position: relative;
}

.section-title.title-white{
	 color: #fff;
}

.section-sub-title {
	 display: block;
	 max-width: 80%;
	 font-size: 18px;
	 margin: 0 auto 0px;
}

.section-sub-title strong{
	font-weight: 400;
}

.handwriting-title {
	font-family: 'Clicker Script', cursive;
        font-size: 56px;
        letter-spacing: 1px;
        color: #e34144;
        padding: 7px 0 40px 0;
}

.icon-wrap{
	 display: inline-block;
	 background: #d1252a;
	 color: #fff;
	 width: 50px;
	 height: 50px;
	 margin-bottom: 30px;
	 position: relative;
	 text-align: center;
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 transform: rotate(45deg);
}

.icon-wrap i{
	font-size: 20px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Title classic */

.title-classic{
	 font-size: 30px;
	 line-height: 40px;
	 margin-bottom: 20px;
}

.title-classic span{
	font-size: 16px;
   display: block;
   line-height: 20px;
   font-weight: 400;
}

.title-classic.left{
	margin-top: 0;
}

/* Features box */

.feature-box-icon i{
	text-align: center;
	display: inline-block;
   width: 80px;
   height: 80px;
   line-height: 80px;
   background: #c7ae91;
   border-radius: 100%;
	font-size: 28px;
	color: #fff;
	 -webkit-transition: 350ms;
	 -moz-transition: 350ms;
	 -o-transition: 350ms;
	 transition: 350ms;
}

.feature-title{
	font-size: 25px;
	line-height: 28px;
}

.feature-box-content .btn-primary{
	padding: 10px 20px;
	margin-top: 10px;
}

.feature-box:hover .feature-box-icon i{
  background: transparent;
	border: 1px solid #bf272c;
  color:#bf272c;
}

.feature-box-all {
  border: 10px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
-moz-border-image: -webkit-linear-gradient(#3acfd5 0%, #3a4ed5 100%);
-moz-border-image: -o-linear-gradient(#3acfd5 0%, #3a4ed5 100%);
-moz-border-image: linear-gradient(#3acfd5 0%, #3a4ed5 100%);
-webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
border-image: linear-gradient(to bottom, #f8b79e 0%, #e34144 100%);
    border-image-slice: 100%;
border-image-slice: 1;
}

.feature-box-all-one {
  border: 10px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
-moz-border-image: -webkit-linear-gradient(#eb878b 0%, #bf272c 100%);
-moz-border-image: -o-linear-gradient(#eb878b 0%, #bf272c 100%);
-moz-border-image: linear-gradient(#eb878b 0%, #bf272c 100%);
-webkit-border-image: -webkit-linear-gradient(top, #eb878b 0%, #bf272c 100%);
border-image: linear-gradient(to bottom, #eb878b 0%, #bf272c 100%);
border-image-slice: 100%;
border-image-slice: 1;
}

.feature-box-all-two {
border: 10px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
-moz-border-image: -webkit-linear-gradient(#e3cfb8 0%, #987650 100%);
-moz-border-image: -o-linear-gradient(#e3cfb8 0%, #987650 100%);
-moz-border-image: linear-gradient(#e3cfb8 0%, #987650 100%);
-webkit-border-image: -webkit-linear-gradient(top, #e3cfb8 0%, #987650 100%);
border-image: linear-gradient(to bottom, #e3cfb8 0%, #987650 100%);
    border-image-slice: 100%;
border-image-slice: 100%;
border-image-slice: 100%;
border-image-slice: 1;
}

/* Video responsive */

.embed-responsive {
	 padding-bottom: 56.25%;
	 position: relative;
	 display: block;
	 height: 0;
	 overflow: hidden;
}

.embed-responsive iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
}

/* Input form */

.form-control{
	 box-shadow: none;
	 border: 1px solid #dadada;
	 padding: 5px 20px;
	 height: 44px;
	 background: none;
	 color: #959595;
	 font-size: 14px;
	 border-radius: 0;
}

.form-control.error {
	 border: 1px solid #d1252a;
}

.form-control:focus{
	 box-shadow: none;
	 border: 1px solid #aa8839;
}

hr {
		background-color: #e7e7e7;
		border: 0;
		height: 1px;
		margin: 40px 0;
}

blockquote {
	 padding: 30px;
	 padding-left: 40px;
	 border-left: 5px solid #0081b8;
	 margin: 30px 0;
	 background: #f9f9f9;
	 position: relative;
}

blockquote:before {
	 content: "\f10d";
	 font-family: FontAwesome;
	 position: absolute;
	 font-size: 54px;
	 color: #E5E5E5;
	 top: 8px;
	 left: 30px;
	 z-index: 0;
}

blockquote p{
	 font-size: 16px;
	 line-height: 24px;
	 font-weight: 300;
	 position: relative;
	 z-index: 1;
	 font-style: italic;
}

.invitation-ekg blockquote {
	 padding: 30px;
	 padding-left: 40px;
	 border-left: 5px solid #0081b8;
	 margin: 30px 0;
	 background: transparent;
	 position: relative;
}

.invitation-ekg blockquote:before {
	 content: "\f10d";
	 font-family: FontAwesome;
	 position: absolute;
	 font-size: 54px;
	 color: #E5E5E5;
	 top: 8px;
	 left: 30px;
	 z-index: 0;
}

.invitation-ekg blockquote p{
	 margin-top: 10px;
	 font-size: 16px;
	 line-height: 24px;
	 font-weight: 300;
	 position: relative;
	 z-index: 1;
	 font-style: italic;
}

cite {
		display: block;
		font-size: 14px;
		margin-top: 10px;
}

/* Button */

.btn-primary,
.btn-dark,
.btn-border{
	 border: 2px solid transparent;
	 border-radius: 0;
	 padding: 10px 20px;
	 font-weight: 700;
	 text-transform: uppercase;
	 color: #fff;
	 font-size: 12px;
	 -webkit-transition: 350ms;
	 -moz-transition: 350ms;
	 -o-transition: 350ms;
	 transition: 350ms;
}

.btn-white.btn-primary {
	 background: #fff;
	 color: #e34144;
}

.btn-primary {
	background: #c22c31;
}

.btn-dark {
	background: #2a65a5;
}

.btn-border{
	border: 2px solid #e34144;
	background: none;
	color: #e34144;
}


.btn-primary:hover,
.btn-white.btn-primary:hover{
	background: #fff;
	color: #c22c31;
	border: 2px solid #c22c31;
}

.btn-dark:hover {
  background: transparent;
  color: #2a65a5;
  border: 2px solid #2a65a5;
}

.btn-border:hover{
	background: #e34144;
	color: #fff;
}

.general-btn{
	 clear: both;
	 margin-top: 60px;
}

.intro-content .btn-border{
	margin-right: 15px;
}

.btn-lg {
	padding: 22px 40px;
	font-size: 17px;
}

/* Ul, Ol */

.list-round, 
.list-arrow,
.list-check{
	 list-style: none;
	 margin: 0;
	 padding: 0 0 0 15px;
}

.list-round li{
	 line-height: 28px;
}

.list-round li:before {
		font-family: FontAwesome;
		content: "\f138";
		margin-right: 10px;
		color: #0081b8;
		font-size: 12px;
}

.list-arrow{
	 padding: 0;
}

ul.list-arrow li:before {
	 font-family: FontAwesome;
	 content: "\f105";
	 margin-right: 10px;
	 color: #0081b8;
	 font-size: 16px;
}


ul.list-check li:before {
	 font-family: FontAwesome;
	 content: "\f00c";
	 margin-right: 10px;
	 color: #0081b8;
	 font-size: 14px;
}


/* Bootstrap */

.nav-tabs{
	 border: 0;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a{
	 border: 0;
}

.nav>li>a:focus, .nav>li>a:hover{
	 background: none;
}

.pattern-bg {
	 background: #f5f5f5 url(https://arythmix.pl/static/custom_theme/2022/images/crossword.png);
}

a[href^=tel] {
		color: inherit;
		text-decoration: none;
}

/* Header area
================================================== */

/* Header Standared */

.header{
	background: #fff;
	position: relative;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

/* Header transparent */

.header.header-transparent{
	background: none;
	box-shadow: none;
	width: 100%;
	z-index: 100;
	height: auto;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
  position: fixed;
right: 0;
top: 0%;
margin-top: 0;
background-color: #fff;
padding-top: 0px;
}

.header-transparent ul.navbar-nav > li > a{
	color: #727679;
}

.header-transparent ul.navbar-nav > li > a:hover {
	color: #d71111;
}

.header.header-transparent .dropdown-menu{
	background: #202020;
}

.header.header-transparent .dropdown-menu li a{
	color: #999;
	border-bottom: 1px solid #393939;
}

/* Header Solid */

.header.header-transparent.solid{
	background: #1c1c1c;
	position: relative;
}

.header.header-transparent.solid .dropdown-menu{
	background: rgba(0,0,0,.7);
}


/*-- Logo --*/

.logo {
	padding: 27px 0 0 0;
}

/* Main navigation */

.navbar-toggle{
	float: left;
	margin-top: 10px;
	padding: 12px;
}

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-toggle{
	 float: left;
	 margin-top: 10px;
	 padding: 12px;
	 border-radius: 0;
	 margin-right: 5px;
	 background: #d81212;
}

.navbar-toggle .icon-bar{
	 background: #fff;
}

.navbar-toggle .i-bar{
	background: #fff;
}

ul.navbar-nav{
	 float: left;
	 display: inline-block;
}

ul.navbar-nav > li{
	 float: none;
	 display: inline-block;
}


ul.navbar-nav > li:hover > a, 
ul.navbar-nav > li.active > a{
	color: #e34144;
	position: relative;
}


ul.navbar-nav > li:hover > a:after, 
ul.navbar-nav > li.active > a:after{
	 font-family: FontAwesome;
	 position: absolute;
	 clear: both;
	 /*content: "\f107";*/
	 text-align: center;
	 display: block;
	 line-height: 0;
	 font-size: 14px;
	 left: 50%;
	 margin-left: -6px;
}


ul.navbar-nav > li{
	 padding: 0 13px;
	 position: relative;
}

ul.navbar-nav > li:last-child{
	 padding-right: 0;
}

ul.navbar-nav > li:last-child:after{
	 background: none;
}

ul.navbar-nav > li > a{
	 color: #333;
	 font-family: 'Roboto', sans-serif;
	 text-rendering: optimizeLegibility;
	 font-weight: 700;
	 text-transform: uppercase;
	 font-size: 14px;
	 margin: 0;
	 line-height: 40px;
	 padding: 10px 0 30px 0;
	 -webkit-transition: 350ms;
		-moz-transition: 350ms;
		-o-transition: 350ms;
		transition: 350ms;
}

ul.navbar-nav > li > a:hover, 
ul.navbar-nav > li > a:focus{
	 background: none;
}

ul.navbar-nav > li > a i{
	font-weight: 700;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}


/* Dropdown */

.dropdown-submenu {
	 position: relative;
}

.dropdown-submenu>.dropdown-menu {
	 top: 0;
	 left: 100%;
	 margin-top: -2px;
	 border-radius: 0;
}

.dropdown-submenu>a:after {
	 display: block;
	 content: "\f105";
	 font-family: FontAwesome;
	 float: right;
	 margin-top: 0;
	 margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
	 border-left-color: #fff;
}

.dropdown-submenu.pull-left {
		float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
}

.dropdown-menu{
	text-align: left;
	background: #fff;
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
	border: 0;
	padding: 0 20px;
}

.dropdown-menu-large{
	 min-width: 400px;
}

.dropdown-menu-large > li > ul {
		padding: 0;
		margin: 0;
		list-style: none;
}

.dropdown-menu-large > li > ul > li > a{
	 padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a{
	 color: #0081b8;
}

.navbar-nav>li>.dropdown-menu a{
	background: none;
}

.dropdown-menu li a{
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
}

.dropdown-menu li:last-child > a{
	border-bottom: 0 !important;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>.dropdown-menu>.active>a{
	background: none;
	color: #0081b8 !important;
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus{
	color: #0081b8 !important;
}

@media (min-width: 768px) {
	 ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
}

@media (min-width: 767px) {
	 ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {left: 100%;top: 0;display: none;}
	 ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block;}
}

/* Get a quote */

.header-ticket .ticket-btn{
	 padding: 10px 15px;
	 font-size: 12px;
	 border-radius: 0;
	 line-height: normal;
	 color: #fff;
	 position: relative;
	 background: #e34144;  
}

.header-ticket .ticket-btn:hover,
.header-ticket .ticket-btn:focus{
	 background: transparent;
	 color: #fff;
   border: 2px solid #e34144;
}


.header-ticket .ticket-btn:before{
	 content: '';
		position: absolute;
		left: 0;
		z-index: 0;
		border-left: 15px solid transparent;
		border-right: 0 solid transparent;
		border-bottom: 15px solid transparent;
		bottom: -15px;
}


ul.navbar-nav > li.header-ticket:hover > a:after{
	 position: relative;
	 content: no-close-quote;
}


/* Banner area
================================================== */

#banner{
	padding: 0;
}

.banner-item {
	color: #fff;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
}

.banner-content,
.banner-reg-form{
	display: table-cell;
	height: 850px;
	width: 1%;
	vertical-align: middle;
	position: relative;
	color: #fff;
	z-index: 1;
}

.banner-content .banner-title{
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 55px;
  line-height: 64px;
  margin-top: 35%;
}

.banner-content .banner-title > span{
	display: block;
	font-size: 72px;
}

.banner-content .banner-desc{
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 38px;
}  

.banner-content .banner-desc span{
  color: #ffffff;
  border-right: 3px solid #ffffff;
  padding: 0 15px;
}


.banner-bottom-img{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 0;
	opacity: .4;
}


/* Banner title equal */

.banner-title-euqal{
	font-size: 62px;
   line-height: 76px;
   color: #fff;
}

/* Banner Registration form */

.banner-reg-form-inner{
	background: rgba(0,0,0,.5);
	padding: 50px;
}

.banner-reg-form-inner h3{
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	margin-top: 0;
}

.banner-reg-form-inner .form-control{
	border: 1px solid #454545;
}

.banner-reg-form-inner textarea.form-control {
    height: 44px;
}

/* Event Info area
================================================== */

.event-info{
	background: #222;
	padding: 35px 0;
}

.event-info-icon{
	float: left;
	font-size: 36px;
	color: #fff;
}

.event-info-content{
	margin-left: 50px;
	color: #fff;
}

.event-info-title{
	font-size: 20px;
	color: #0081b8;
	margin: 0 0 5px;
}

.event-info-intro{
	margin: 0;
}

/* Slider
================================================== */

/*-- Main slide --*/

#main-slide .item {
		min-height: 800px;
		color: #fff;
		background-position: 50% 50%;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-backface-visibility: hidden;
}

#main-slide .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;
}


#main-slide .item .slider-content {
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}

#main-slide .slider-content{
	 top: 50%;
	 padding: 0;
	 position: absolute;
	 width: 100%;
	 color: #fff;
	 -webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}

#main-slide .slider-content.text-left{
	 left: 10%;
}

#main-slide .slider-content.text-right{
	 right: 10%;
}

.slider-content {
	 position: relative;
	 display: table;
	 height: 100%;
	 width: 100%;
}

.slide-title-box{
	 font-size: 16px;
	 line-height: 39px;
	 background: #0081b8;
	 color: #fff;
	 display: inline-block;
	 padding: 0 15px;
	 margin: 0;
}

.slide-title{
	 font-size: 72px;
	 line-height: 80px;
	 font-weight: 700;
	 color: #fff;
	 margin:0;
}

.slide-sub-title{
	font-style: normal;
	font-size: 100px;
   line-height: 88px;
	margin: 10px 0 20px;
	color: #fff;
	font-weight: 700;

}

.slider-text {
	 display: table;
	 vertical-align: bottom;
	 color: #fff;
	 padding-left: 40%;
	 width: 100%;
	 padding-bottom: 0;
	 padding-top: 20px;
}

.slider-text .slide-head{
	 font-size: 36px;
	 color: #0052a5;
	 position: relative;
}

.slider-img{
		display: block;
		position: absolute;
		top: -80px;
		left: 20%;
		width: 314px;
		max-height: 100%;
}

.slider-img img {
	 display: block;
	 position: relative;
	 max-height: 100%;
	 width: auto;
}

.slider.btn{
	 margin: 15px 5px 0;
	 border: 2px solid transparent;
}

.slider.border{
	 background: none;
	 border: 2px solid #0081b8;
}

.slider.border:hover{
	 background: #0081b8;
	 border:2px solid transparent;
}

/* Carousel control */

.carousel-indicators li{
	width: 10px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 100% !important;
	 border: 0 !important;
	background: rgba(255,255,255,.5);
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
	 background: #e34144;
	 -moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators{
	opacity: 1;
	filter: alpha(opacity=100);
}


#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}

#main-slide .carousel-control .fa-angle-left{
	left: 20px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 20px;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.3);
	color: #fff;
	line-height: 58px;
	width: 60px;
	height: 60px;
	font-size: 36px;
	 border-radius: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
	background: #0081b8;
	 color: #fff;
}

#main-slide .carousel-indicators{
	display: none !important;
}

/*-- Animation */
.carousel .item.active .animated1 {
	 
}

.carousel .item.active .animated2{
	 -webkit-animation: slideInLeft .5s ease-in 300ms both;
	 animation: slideInLeft .5s ease-in 300ms both;
}

.carousel .item.active .animated3 {
	 -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
	 animation: fadeInLeft 1.5s ease-in-out 300ms both;
}

.carousel .item.active .animated4{
	 -webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
	 animation: lightSpeedIn 1.5s ease-in 300ms both;
}

.carousel .item.active .animated5{
	 -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	 animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6{
	 -webkit-animation: fadeInRight 1s ease-in 200ms both;
	 animation: fadeInRight 1s ease-in 200ms both;
}

.carousel .item.active .animated7{
	 -webkit-animation: fadeInRight 1.5s ease-in 300ms both;
	 animation: fadeInRight 1.5s ease-in 300ms both;
}

.carousel .item.active .animated8{
	 -webkit-animation: bounceInDown 1s ease-in 800ms both;
	 animation: bounceInDown 1s ease-in 800ms both;
}


/* Countdown
================================================== */

.countdown-area{
	padding: 0;
	text-align: center;
	margin-top: -80px;
}

.countdown{
	display: inline-block;
	font-weight: 100;
	text-align: center;
}

.countdown > div{
	width: 186px;
	height: 140px;
	line-height: 160px;
	display: inline-block;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 10px 0;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777; 
}

.countdown > div:after{
	content: '';
	position: absolute;
	background: #0081b8;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}


.countdown div > span{
	font-size: 52px;
	font-weight: 700;
	line-height: 0;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.countdown .smalltext{
	font-size: 19px;
	position: relative;
	z-index: 1;
	line-height: 0;
   top: -55px;
   font-weight: 400;
}


.countdown > div.counter-day:after{
	background: #cc1921;
}

.countdown > div.counter-hour:after{
	background: #b5171d;
}

.countdown > div.counter-minute:after{
	background: #9e161a;

}

.countdown > div.counter-second:after{
	background: #8a1519;
}


/* Classic style */

.countdown.classic-style > div:after{
	position: relative;
}

.countdown.classic-style > div{
	height: auto;
	line-height: 100%;
	margin: 0;
}

.countdown.classic-style div > span{
	line-height: 100%;
	font-size: 68px;
}

.countdown.classic-style .smalltext{
	top: 0;
	line-height: 100%;
	font-size: 24px;
}

.countdown.classic-style > div.counter-day{
	color: #9933cc;
}

.countdown.classic-style > div.counter-hour{
	color: rgba(227, 50, 5, 0.95);
}

.countdown.classic-style > div.counter-minute{
	color: rgba(0, 163, 219, 0.95);

}

.countdown.classic-style > div.counter-second{
	color: rgba(242, 138, 3, 0.95);
}


.banner-content .classic-style .banner-title{
	font-size: 68px;
	text-transform: uppercase;
}

/* Features
================================================== */

/* Intro */

.ts-intro{
	 padding-top: 60px;
}

.ts-intro .lead{
	font-size: 17px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 400;
}

.intro-title{
	 font-size: 36px;
	 margin-top: 0;
	 margin-bottom: 20px;
}

.intro-desc{
	text-align: justify;
}

.intro-desc-title {
  color: #303030 !important;
  font-family: 'Oswald', sans-serif;
  font-size: 26px !important;
  padding-bottom: 15px;
}

/* Intro center */

.intro-center .intro-title{
	font-size: 52px;
   line-height: 52px;
   margin-bottom: 0;
}

.intro-center .intro-sub-title{
	font-size: 30px;
   line-height: 40px;
   color: #7c7c7c;
}

/* Feature box with icon */

.ts-feature-box .ts-feature-icon i{
	 font-size: 36px;
	 color: #0081b8;
}

/*-- Featured Tab --*/

.featured-tab{
	 padding-left: 15px;
}

.featured-tab .nav-tabs{
	 border:0;
}

.featured-tab .nav-tabs > li > a {
	 color: #303030;
	 font-size: 18px;
	 background: none;
	 text-shadow: none;
	 border-radius: 0;
	 font-weight: 500;
	 line-height: 50px;
	 margin: 0 0 20px;
	 padding: 0 20px;
	 border: 0;
	 border-bottom: 1px solid #dadada !important;
	 -moz-transition: all 300ms ease;
	 -webkit-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
}

.featured-tab .nav-tabs > li > a i{
	 margin-right: 5px;
}

.featured-tab .tab-content{
	 border-top: 0;
	 padding: 0;
	 overflow: hidden;
}

.featured-tab .nav.nav-tabs{
	 margin-bottom: 25px;
}

.featured-tab .nav-tabs>li.active>a i{
	 color: #0081b8;
}

.featured-tab .nav-tabs>li.active>a{
	 position: relative;
}

.featured-tab .nav-tabs>li.active>a:after{
	 border: 12px solid;
		border-color: #fff transparent transparent;
		bottom: -22px;
		position: absolute;
		content: "";
		display: block;
		height: 0;
		width: 0;
		left: 0;
		margin: 0 auto;
		right: 0;
}

.featured-tab .nav-tabs>li.active>a:before{
	 border: 12px solid;
		border-color: #dadada transparent transparent;
		border-top-color: #dadada;
		bottom: -24px;
		position: absolute;
		content: "";
		display: block;
		height: 0;
		width: 0;
		left: 0;
		margin: 0 auto;
		right: 0;
}


.featured-tab .tab-pane img.pull-left{
	 margin: 0 20px 10px 0;
}

.featured-tab .tab-pane img.pull-right{
	 margin: 0 0 0 20px;
}

.tab-content-title{
	 font-size: 18px;
	 margin: 0 0 10px;
	 font-weight: 500;
	 line-height: 22px;
}


/* Intro single image */

.intro-content-area{
	padding-left: 30px;
}

.intro-person-img{
	margin-bottom: -100px;
	margin-top: -80px;
}

/* Facts
================================================== */

.facts-area {
	 color: #ffffff;
	 background-color: #fff;
	 background-repeat: no-repeat;
	 background-position: 50% 10%;
}

.marathon-ekg {
	 color: #ffffff;
	 background-color: #fff;
	 background-image: url(https://arythmix.pl/static/custom_theme/2022/images/baranowski.jpg);
	 background-repeat: no-repeat;
	 background-position: 50% 10%;
}

.bg-overlay:after {
		position: relative;
}

.bg-overlay:after {
	 background-color: rgba(0, 0, 0, 0.8);
	 z-index: 0;
	 position: absolute;
	 content: '';
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
}

.facts .intro-title{
	 color: #fff;
	 margin-top: 0;
}

.facts .btn-dark{
	 margin-top: 15px;
}

.fact-text{
	 padding-top: 10px;
}

.facts-wrapper .ts-facts {
	 color: #fff;
	 text-align: center;
}

.ts-facts .ts-facts-icon i {
	 font-size: 36px;
	 color: #623c0d;
	 width: 100px;
	 line-height: 90px;
	 margin-top: 6px;
	 border-top: 1px solid #623c0d;
	 display: inline-block;
	 text-align: center;
}

.ts-facts .ts-facts-content .ts-facts-num {
	 color: #a17742;
   font-size: 40px;
}

.ts-facts .ts-facts-content .ts-facts-title {
	 font-size: 16px;
	 color: #623c0d;
}


/* Schedule
================================================== */

.schedule-tab, .schedule-content .container{
	 max-width: 960px;
	 margin: 0 auto;
}

.schedule-tab .nav-tabs{
	 text-align: center;
	 margin-bottom: 60px;
}

.schedule-tab .nav-tabs > li{
	 float: none;
	 display: inline-block;
	 zoom: 1;
}

.schedule-tab .nav-tabs > li > a{
	 color: #fff;
	 background: #303030;
	 border-radius: 0;
	 padding: 15px 20px;
	 font-size: 16px;
	 font-weight: 600;
	 position: relative;
}

.schedule-tab .nav-tabs > li.active > a{
	 background: #0081b8;
	 color: #fff;
}

.schedule-tab .nav-tabs > li.active > a:after{
	 content: '';
	 position: absolute;
	 left: 0;
	 z-index: 0;
	 border-left: 20px solid #0081b8;
	 border-right: 0 solid transparent;
	 border-bottom: 20px solid transparent;
	 bottom: -20px;
}


/* Schedule listing */

.schedule-date{
	 font-size: 28px;
	 margin: 0;
	 padding-left: 13px;
	 padding-bottom: 20px;
	 position: relative;
	 border-bottom: 1px solid #dadada;
}

.schedule-date:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 height: 25px;
	 top: 5px;
	 width: 5px;
	 background: #0081b8;
}

.schedule-listing{
	 padding-top: 25px;
	 padding-bottom: 20px;
	 border-bottom: 1px solid #dadada;
	 position: relative;
}

.schedule-slot-time{
	 width: 20%;
	 float: left;
	 letter-spacing: 1.5px;
}

.schedule-slot-info{
	 width: 80%;
	 display: inline-block;
}

.schedule-slot-speakers{
	 width: 58px;
	 height: 58px;
	 border: 2px solid #0081b8;
	 border-radius: 100%;
	 position: absolute;
	 top: 15;
	 overflow: hidden;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}

.schedule-slot-info:hover .schedule-slot-speakers{
	 border: 2px solid #dadada;
}

.coffee-icon {
	position: absolute;
  overflow: hidden;
	top: 15px;
}

.schedule-slot-info-content{
	 margin-left: 100px;
}

.schedule-slot-title{
	 margin: 0 0 10px 0;
	 font-size: 20px;
	 text-transform: uppercase;
}

.schedule-slot-speaker-name{
	 color: #e34144;
	 margin-top: 5px;
	 font-size: 16px;
}

.listing-last{
	 border-bottom: 0;
	 padding-bottom: 0;
}

/* Speakers
================================================== */

.ts-speakers{
	 color: #ffffff;
	 background-color: #ffc000;
	 background-image: url(https://arythmix.pl/static/custom_theme/2022/images/parallax2.jpg);
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-attachment: scroll;
	 background-position: 50% 50%;
}

/* Speaker item */

.ts-speaker{
	 background: transparent;
	 position: relative;

}

/* Speaker img */

.ts-speaker-image{
	 position: relative;
	 text-align: center;
}

.ts-speaker-image:after{
	 content: '';
	 position: absolute;
	 background: rgba(41, 41, 41,.8);
	 top: 15px;
	 left: 15px;
	 right: 15px;
	 bottom: 15px;
	 opacity: 0;
	 -webkit-transition: 400ms;
	 -moz-transition: 400ms;
	 -o-transition: 400ms;
	 transition: 400ms;
}

.ts-speaker-image .social-links{
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 position: absolute;
	 top: 57%;
	 margin-top: -40px;
	 left: 50%;
	 margin-left: -45px;
	 z-index: 1;
	 width: 96px;
	 opacity: 0;
	 -webkit-transition: 400ms;
	 -moz-transition: 400ms;
	 -o-transition: 400ms;
	 transition: 400ms;
}

.ts-speaker-image .social-links li{
	 display: inline-block;
	 margin: 0 -3px 0px -2px;
}


.ts-speaker-image .social-links li a i{
	 display: block;
	 width: 48px;
	 height: 48px;
	 line-height: 48px;
	 font-size: 14px;
	 color: #fff;
	 background: #2b2b2b;
	 text-align: center;
}

.ts-speaker-image .social-links li a i.fa-facebook{
	 background: #496daf;
}

.ts-speaker-image .social-links li a i.fa-twitter{
	 background: #64acf1;
}

.ts-speaker-image .social-links li a i.fa-instagram{
	 background: #d32a1e;
}

.ts-speaker-image .social-links li a i.fa-linkedin{
	 background: #0077b5;
}

.ts-speaker-image .social-links li a i:hover{
	background: #1b1b1b;
}

.ts-speaker-info{
	padding: 0 0;
  color: #292929;
}

.ts-speaker-info .ts-speaker-name{
	font-size: 20px;
	margin: 0 0 3px 0;
}

.ts-speaker-info .ts-speaker-name a{
	color: #635142;
}

.ts-speaker-info .ts-speaker-name a:hover{
	color: #0081b8;
}

.ts-speaker-info .ts-speaker-designation{
	color: #7c7c7c;
	font-size: 16px;
}

.ts-speaker:hover .ts-speaker-image:after, 
.ts-speaker:hover .ts-speaker-image .social-links{
	opacity: 1;
}


/* Background transparent */

.ts-speaker.transparent{
	background: rgba(0,0,0,.25);
}

.ts-speaker.transparent .ts-speaker-info .ts-speaker-name a{
	color: #fff;
}

.ts-speaker.transparent .ts-speaker-info .ts-speaker-designation{
	color: #fff;
}

/* Speakers list */

.ts-speaker-list{
	margin-bottom: 40px;
}

.ts-speaker-list .ts-speaker-info{
	border-bottom: 1px solid #dadada;
	padding-bottom: 40px;
}

.ts-speaker-list.last .ts-speaker-info{
	border-bottom: 0;
	padding-bottom: 0;
}

.ts-speaker-list .ts-speaker-info .ts-speaker-name{
	font-size: 24px;
}

.ts-speaker-session .session-title{
	font-weight: 700;
}

.ts-speaker-social-links{
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

.ts-speaker-social-links li{
	display: inline-block;
}

.ts-speaker-social-links li a{
	color: #303030;
	margin-right: 10px;
	font-size: 16px;
}

/* Sponsors
================================================== */


.sponsor-title{
	 border-bottom: 1px solid #dadada;
	 padding-bottom: 20px;
	 max-width: 750px;
	 margin:0 auto;
}

.sponsor-logo{
	display: inline-block;
	text-align: center;
	margin: 0px 0 0 20px;
}

.sponsor-logo img{
	padding: 40px;
  border: 1px solid #0181b8;
}

.sponsor-logo:hover img{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sponsor-logo.double-line{
	 margin-top: 0;
}

.sponsor-logo.highlight img{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

/* Sponsor details */

.sponsor-details{
	background: #f5f5f5;
	padding: 30px;
	margin: 60px 0;
}

.sponsor-details .sponsor-logo{
	margin: 0;
}

.sponsor-info .sponsor-name {
	font-size: 23px;
	margin-top: 20px;
	color: #e34144;
}

.sponsor-web-link a i{
	font-size: 14px;
   width: 36px;
   height: 36px;
   line-height: 36px;
   background: #303030;
   border-radius: 100%;
   margin: 10px 3px 0 3px;
}

.sponsor-web-link a{
	color: #fff;
}

.sponsor-web-link a:hover i{
	background: #b77f39;
}

/* Pricing
================================================== */

.ts-pricing{
	background-color: #f5f5f5;
	background-image: url(https://arythmix.pl/static/custom_theme/2022/images/parallax3.jpg);
	background-repeat: no-repeat;
   background-attachment: scroll;
   background-size: cover;
}

.ts-pricing-box {
	background: #fff;
	padding: 30px;
   border: 5px solid #dadada;
   font-size: 14px;
}

.ts-pricing-header{
	 position: relative;
}

.ts-pricing-name{
	 font-size: 26px;
	 line-height: normal;
	 margin: 0 0 5px 0;
}

.ts-pricing-price{
	font-size: 40px;
	margin: 10px 0 0;
	display: inline-block;
	position: absolute;
   top: -5px;
   right: 0;
   text-align: center;
}

.ts-pricing-price .currency{
	position: absolute;
   font-size: 18px;
   top: -10px;
   left: 93px;
}

.ts-pricing-price > small{
	 font-size: 16px;
	 line-height: 16px;
	 display: block;
         margin-top: 2px;
}

.ts-pricing-features{
	padding: 0;
}

.ts-pricing-features > ul > li{
	 padding: 10px 0;
   border-top: 1px dotted #959595;
}

.ts-pricing-features > ul > li:first-child{
	 border-top: 0;
}

.ts-pricing-features > ul{
	 padding: 0;
}

.plan-action .btn-primary{
	padding: 10px 20px;
	font-size: 12px;
}


/* Pricing featured */

.ts-pricing-box.pricing-featured .ts-pricing-price,
.ts-pricing-box.pricing-featured .ts-pricing-name{
	color: #0081b8;
}


/* Content area
================================================== */

/* Accordion */

.panel-default>.panel-heading{
	 background: none;
	 border-radius: 0;
	 position: relative;
	 padding: 6px 20px;
}

.panel-group .panel{
	 border-radius: 0;
	 margin-bottom: 10px;
}

.panel-body{
	 padding: 20px 20px 10px 20px;
}

.panel-body > img{
	 max-width: 100px;
	 margin-bottom: 10px;
}

h4.panel-title{
	 font-size: 16px;
	 background: none;
	 border: 0;
	 padding: 8px 0 8px 0;
	 line-height: normal;
	 border-radius: 0;
}

h4.panel-title a{
	 color: #d01011;
   font-size: 24px;
}

h4.panel-title span{
	 float: right;
}

h4.panel-title a.collapsed{
	 color: #333;
}

h4.panel-title a:before{
		background: #0081b8;
		color: #fff;
		width: 26px;
		height: 26px;
		line-height: 26px;
}

h4.panel-title a.collapsed:before{
	 background: #303030;
	 color: #fff;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before{
	 font-family: "FontAwesome";
	 position: absolute;
	 z-index: 0;
	 font-size: 14px;
	 right: 15px;
	 padding: 0 5px;
	 text-align: center;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}

h4.panel-title a:before {
	 content: "\f106";
}

h4.panel-title a.collapsed:before {
	 content: "\f107";
}


/* Accordion classic */

.panel-classic .panel-heading{
	 padding-left: 15px;
}

.panel-classic h4.panel-title a:before,
.panel-classic h4.panel-title a.collapsed:before{
	 position: relative;
	 content: '';
	 font-size: 0;
}


/* Latest blog
================================================== */


.latest-post-media{
	position: relative;
}

.latest-post-media .post-item-date{
	position: absolute;
	background: #0081b8;
	color: #fff;
	top: 15px;
	left: 15px;
	text-align: center;
	padding: 8px 13px 15px;
}

.latest-post-media .post-item-date:after{
	content: '';
   position: absolute;
   left: 0;
   z-index: 0;
   border-left: 10px solid #0081b8;
   border-right: 0 solid transparent;
   border-bottom: 10px solid transparent;
   bottom: -10px;
}

.latest-post-media .post-item-date .day{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -8px;
}

.latest-post .post-title{
	 font-size: 18px;
	 line-height: 24px;
	 margin:0 0 10px;
	 font-weight: 700;
}

.latest-post .post-title a {
	 color: #303030;
}

.latest-post .post-title a:hover{
	 color: #0081b8;
}

.latest-post .post-item-author{
	 margin-left: 8px;
}

.latest-post .post-body{
	 padding: 20px 0 5px;
}

/* Venue
================================================== */

.ts-venue{
	padding-bottom: 0;
	color: #ffffff;
   background-color: #ffc000;
   background-image: url(https://arythmix.pl/static/custom_theme/2022/images/hilton.jpg);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: 52% -243%;
}

.ts-venue .section-sub-title{
	margin-bottom: 0;
}

.venu-info{
	position: relative;
	bottom: -100px;
	z-index: 2;
}

.venu-info [class*=col]{
	padding: 0;
}

.venu-info-content{
	background: rgba(0,0,0,.8);
	padding: 40px 60px;
	min-height: 380px;
}

.venu-info-content.box1{
	background: #905e20;
    box-shadow: 0 0 1em black;
}

.venu-info-content.box2{
	background: #b77f39;
  	box-shadow: 0 0 1em black;
}

.venu-info-content.box3{
	background: #0081b8;
        box-shadow: 0 0 1em black;
}

.venu-info-icon{
	display: block;
	font-size: 60px;
	margin-bottom: 35px;
}

.venu-info-title{
	color: #fff;
}

.venu-info-link{
	color: #fff;
}

.map {
	height: 500px;
	z-index: 1;
	-webkit-filter: grayscale(1);
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray;
}

/* Footer
================================================== */

/*- Footer common */

.footer{
	 background-image: url(../images/main-banner/footer-background.jpg);
	 background-repeat: no-repeat;
	 color: #747474;
	 padding-top: 100px;
	 background-size: contain;
	 background-color: #b70f0f;
}

.footer-pattern{
	position: absolute;
   bottom: 0;
   opacity: .6;
}

/* Footer action box */

.action-box{
	color: #f4f4f4;
	position: relative;
	z-index: 1;
}

.action-box-icon i{
	 font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    border-radius: 100%;

}

.action-box-content h3{
	 margin-top: 20px;
	 margin-bottom: 8px;
	 font-size: 20px;
	 color: #f4f4f4;
}

.action-box-text{
	 margin-bottom: 5px;
	 line-height: 22px;
}

/* Newsletter */

.newsletter-form{
	margin-top:20px;
	background-color: #b5171d;
	padding: 60px 80px 80px;
	position: relative;
	z-index: 1;
}

.newsletter-form h3{
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}

.newsletter-form form{
	position: relative;
}

.newsletter-form input{
	 width: 100%;
	 display: inline-block;
	 font-size: 12px;
	 text-transform: capitalize;
	 height: 50px;
	 background: #fff;
	 border: 0;
}

.newsletter-form button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 15px 40px;
	height: 50px;
	margin-left: -5px;
	background: #bd9a71 url(../images/newsletter-icon.png) no-repeat 30px 50% !important;
   text-indent: -9999em;
   border: 0 !important;
}


/* Footer social */

.footer-social{
	 margin-top: 15px;
}

.footer-social .widget-title{
	 font-size: 14px;
	 margin-bottom: 10px;
}

.footer-social ul{
	 list-style: none;
	 margin: 0;
	 padding: 0;
}

.footer-social ul li {
	 margin: 0 10px 0 0;
	 display: inline-block;
}

.footer-social ul li a i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-radius: 50%;
	color: #9b9b9b;
	border: 1px solid #393939;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}

.footer-social ul li a i:hover {
	color: #fff;
	border: 1px solid transparent;
}

.footer-social ul li a i.fa-instagram:hover {
	 background: #d32a1e;
}

.footer-social ul li a i.fa-facebook:hover {
	 background: #677fb5;
}

.footer-social ul li a i.fa-twitter:hover {
	 background: #70c2e9;
}

.footer-social ul li a i.fa-google-plus:hover {
	 background: #c53942;
}

.footer-social ul li a i.fa-linkedin:hover {
	 background: #3daccf;
}

/*-- Copyright --*/

.copyright{
	 background: #f4f4f4;
	 color: #0081b8;
	 padding: 40px 0;
	 position: relative;
	 z-index: 1;
	 font-weight: 500;
}

.copyright-info{
	margin: 30px 0;
}

.copyright-info a {
	color: #d1252a;
}

.copyright-info a:hover {
	color: #a02428;
}


.footer-menu ul li{
	 display: inline-block;
	 line-height: 12px;
	 padding-left: 15px;
}

.footer-menu ul.nav li a{
	 background: none;
	 color: #555;
	 padding: 0;
}

.footer-menu ul li a:hover{
	 color: #f28a03;
}


#back-to-top {
	 right: 40px;
	 top: auto;
	 z-index: 10;
	 -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	 bottom: 30px;
}

#back-to-top .btn.btn-primary{
	 width: 40px;
	 height: 40px;
	 line-height: 42px;
	 background: rgb(209, 37, 42);
	 border-radius: 3px;
	 color: #fff;
	 font-weight: 700;
	 font-size: 18px;
	 padding: 0;
}

#back-to-top .btn.btn-primary:hover{
	 color: #fff;
}

/* Sub Pages
================================================== */

/* Page banner area */

.page-banner-area {
    position: relative;
    min-height: 350px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.page-banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

.page-banner-title h2{
	color: #fff;
	font-size: 30px;
}

.page-banner-title .breadcrumb{
	background: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.page-banner-title .breadcrumb a:hover{
	color: #ccc;
}

.breadcrumb{
	 padding: 0;
	 background: none;
}

.breadcrumb a:hover{
	 color: #fff;
}

.breadcrumb>li{
	font-weight: 400;
}


/*-- About us page --*/

.about-img-2nd{
	margin-bottom: 25px;
}

/* Gallery */

.gallery-container{
   position: relative;
   overflow: hidden;
   margin-bottom: 30px;
}

.gallery-container img{
   -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
   transform: perspective(1px) scale3d(1.1, 1.1, 1);
   -webkit-transition: all 400ms;
   transition: all 400ms;
}

.gallery-container:hover img {
   -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
   transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.gallery-container:after{
   opacity: 0;
   position: absolute;
   content: '';
   top: 0;
   right: auto;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
   -webkit-transition: all 400ms;
   transition: all 400ms;
}

.gallery-container:hover:after{
   opacity: 1;
}

.gallery-container .gallery-icon{
   position: absolute;
   top: 50%;
   margin-top: -25px;
   left: 50%;
   margin-left: -25px;
   z-index: 1;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 100%;
   background: #0081b8;
   color: #fff;
   opacity: 0;
   -webkit-transform: perspective(1px) scale3d(0, 0, 0);
   transform: perspective(1px) scale3d(0, 0, 0);
   -webkit-transition: all 400ms;
   transition: all 400ms;
}

.gallery-container:hover .gallery-popup .gallery-icon{
   opacity: 1;
   -webkit-transform: perspective(1px) scale3d(1, 1, 1);
   transform: perspective(1px) scale3d(1, 1, 1);

}


/*-- Partners carousel --*/

.partner-logo {
	 border: 1px solid #eee;
	 padding: 20px;
	 margin-top: 40px;
	 margin-bottom: 10px;
}

.partner-logo img {
		-webkit-transition: 350ms;
		-moz-transition: 350ms;
		-o-transition: 350ms;
		transition: 350ms;
		opacity: .6;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
}

.partner-logo:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}


#partners-carousel .partner-logo {
	 border: 0;
	 border-right: 1px solid #eee;
	 padding: 0 15px;
	 margin-top: 20px;
}

#partners-carousel .partner-logo.last {
	 border-right: 0;
}

/*-- Team page --*/

.ts-team-wrapper {
	 position: relative;
	 overflow: hidden;
}

.ts-team-content{
	 position: absolute;
	 top: 76%;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 padding: 15px 25px;
	 margin-top: 0;
	 color: #fff;
	 background: rgba(0, 0, 0, 0.5);
	 -webkit-transition: 350ms;
	 -moz-transition: 350ms;
	 -o-transition: 350ms;
	 transition: 350ms;
}

.ts-team-wrapper:hover .ts-team-content{
	 top: 0;
	 padding-top: 50px;
}

.ts-team-content .ts-name {
	 font-size: 16px;
	 margin-top: 0;
	 margin-bottom: 3px;
	 line-height: normal;
	 color: #0081b8;
}

.ts-team-content .ts-designation {
	 color: #fff;
	 font-size: 14px;
	 margin-bottom: 15px;
	 font-weight: 700;
}

.team-social-icons a i{
	 color: #fff;
	 margin-right: 8px;
	 text-align: center;
	 -webkit-transition: 400ms;
	 -moz-transition: 400ms;
	 -o-transition: 400ms;
	 transition: 400ms;
}

.team-social-icons a i:hover{
	 color: #0081b8;
}

/* Team Classic */

.ts-team-content-classic .ts-name{
	 font-size: 16px;
	 margin-bottom: 5px;
}

.ts-team-content-classic .ts-designation{
	 color: #888;
	 margin-bottom: 5px;
	 font-weight: 600;
}

.ts-team-content-classic .team-social-icons a i{
	 color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover{
	 color: #0081b8;
}

/* Contact Us
================================================== */

.contact-info-box {
	 margin-top: 20px;
}

.contact-info-box i {
	 float: left;
	 font-size: 24px;
	 color: #0081b8;
}

.contact-info-box-content {
	 padding-left: 40px;
}

.contact-info-box-content h4 {
	 font-size: 20px;
	 line-height: normal;
	 font-weight: 700;
}

.contact-info-box-content p {
	 margin-bottom: 0;
}

label{
	 font-weight: 400;
}



/* News Listing
================================================== */

.post{
	border-bottom: 1px solid #dadada;
	padding: 0 0 30px;
	margin: 0 0 45px;
}

.post.last{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.post-body{
	 padding: 20px 0;
}

.post-media{
	position: relative;
}

.post-meta-date {
   position: absolute;
   background: #0081b8;
   color: #fff;
   top: 15px;
   left: 15px;
   text-align: center;
   padding: 8px 13px 4px;
}

.post-meta-date:after {
   content: '';
   position: absolute;
   left: 0;
   z-index: 0;
   border-left: 10px solid #0081b8;
   border-right: 0 solid transparent;
   border-bottom: 10px solid transparent;
   bottom: -10px;
}

.post-meta-date .day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -8px;
}

.entry-header .entry-title{
	font-size: 24px;
	margin: 5px 0 15px;
	position: relative;
	line-height: 28px;
}

.entry-header .entry-title a{
	color: #303030;
}

.entry-header .entry-title a:hover{
	color: #0081b8;
}


/* Meta */

.post-meta{
	 padding-bottom: 10px;
}

.post-meta a{
	color: #303030;
}

.post-meta a:hover{
	 color: #0081b8;
}

.post-meta span{
	margin-right: 10px;
	 padding-right: 10px;
	 border-right: 1px solid #dadada;
	 line-height: 12px;
	 display: inline-block;
}

.post-meta i{
	 color: #bbb;
	 margin-right: 3px;
}

.post-meta .post-comment{
	 border-right: 0;
}

.post-meta .post-comment .comments-link{
	 margin-left: 5px;
}

.post-footer .btn.btn-primary{
	font-size: 12px;
	margin-top: 10px;
	padding: 12px 25px;
}

/* Pagination */

.paging{
	margin-bottom: -5px;
}

.pagination{
	margin: 0;
}

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
	 color: #7c7c7c;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	color: #fff;
		background: #0081b8;
	border: 1px solid transparent;
}


/* News Single
================================================== */


.tags-area{
	 margin: 20px 0;
}
.post-tags a{
	border: 1px solid #dadada;
	 color: #7c7c7c;
	 display: inline-block;
	 font-size: 12px;
	 padding: 3px 10px;
	 margin-left: 3px;
}

.post-tags a:hover{
	 background: #0081b8;
	 color: #fff;
	 border: 1px solid transparent;
}

/* Post social */

.post-social-icons > li {
		display: inline-block;
}

.post-social-icons a i{
	 margin-left: 5px;
	 font-size: 16px;
	 width: 28px;
	 height: 26px;
	 line-height: 26px;
	 color: #fff;
	 text-align: center;
}

.post-social-icons a i.fa-facebook {
	 background: #677fb5;
}

.post-social-icons a i.fa-twitter {
	 background: #70c2e9;
}

.post-social-icons a i.fa-google-plus {
	 background: #c53942;
}

.post-social-icons a i.fa-linkedin {
	 background: #3daccf;
}


/* Author box */

.author-box {
	 border: 1px solid #dadada;
	 padding: 20px 20px 15px;
	 margin: 20px 0;
}

.author-img img{
	width: 110px;
	height: 110px;
	margin-right: 30px;
}

.author-info h3{
	 margin-top: 0;
	 margin-bottom: 5px;
	 font-size: 20px;
	 font-weight: normal;
}

.author-info h3 span{
	 font-size: 14px;
	 color: #959595;
	 border-left: 1px solid #AFAFAF;
	 padding-left: 8px;
	 margin-left: 5px;
}

/* Comments area */

.comments-area{
	 margin: 40px 0;
}

.comments-list .comment-content {
		margin: 15px 0;
}

.comments-list .comment-reply {
		color: #303030;
		font-weight: 400;
}

.comments-list .comment-reply:hover{
	 color: #0081b8;
}

.comments-counter{
	font-size: 18px;
}
.comments-counter a{
	color: #323232;
}

.comments-list{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.comments-list .comment.last{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments-list img.comment-avatar{
	width: 84px;
	height: 84px;
	margin-right: 30px;
}

.comments-list .comment-body{
	margin-left: 110px;
}

.comments-list .comment-author{
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
	font-size: 16px;
	 color: #303030;
}

.comments-list .comment-date{
	color: #959595;
	margin-bottom: 5px;
	font-size: 12px;
}

.comments-reply{
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form{
	margin-bottom: 0;
}

.comments-form .title-normal{
	 margin-bottom: 20px;
}

.comments-form .btn.btn-primary{
	 margin-top: 20px;
}

/* Sidebar
================================================== */

.sidebar .widget-title{
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin-bottom: 40px;
	margin-top: 0;
	padding-bottom: 15px;
	line-height: normal;
}

.sidebar .widget-title:before {
	 content: "";
	 position: absolute;
	 display: inline-block;
	 bottom: 0px;
	 width: 40px;
	 height: 3px;
	 left: 0;
	 z-index: 1;
	 background: #0081b8;
}

/* Widget common */

.sidebar .widget{
	 margin-bottom: 40px;
}

.sidebar-left .widget{
	 margin-right: 20px;
}

.sidebar-right .widget{
	 margin-left: 20px;
}

.sidebar .widget.box{
	 padding: 25px;
}

.widget.box.solid{
	 background: #f2f2f2;
}

.widget.box.red{
	 background: #ec483b;
	 color: #fff;
}

.widget.box.red .widget-title{
	 color: #fff;
}

.widget ul li{
	 line-height: 30px;
}

.sidebar .widget ul li a{
	 color: #303030;
}

.sidebar .widget ul li a:hover{
	 color: #0081b8;  
}

.sidebar .widget ul li i{
	 margin-right: 5px;
}

.sidebar .btn {
		font-weight: 700;
		font-size: 12px;
		margin-top: 15px;
		padding: 10px 25px;
}

/* Sidebar nav */

.sidebar ul.nav-tabs{
	 border:0;
}

.sidebar ul.nav-tabs li a{
	 color: #303030;
	 border-radius: 0;
	 padding: 15px 0;
	 padding-left: 0;
	 font-weight: 400;
	 border-bottom: 1px solid #ddd;
		-webkit-transition: 400ms;
		-moz-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms;

}

.sidebar ul.nav-tabs li.active a, 
.sidebar ul.nav-tabs li:hover a{
	 color: #0081b8;
}

.sidebar ul.nav-tabs li{
	 color: #303030;
	 line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a{
	 border-bottom: 0;
}


/* Service menu */

.sidebar ul.service-menu li a{
	 background-color: #f4f4f4;
	 font-family: 'Roboto Slab', serif;
	 padding: 15px 20px;
	 border: 0;
	 margin-bottom: 8px;
	 position: relative;
	 -webkit-transition: 400ms;
		-moz-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a{
	 background: #0081b8;
	 color: #fff;
	 cursor: pointer;
	 font-weight: 700;
}

.sidebar ul.service-menu li a:before{
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 10px;
	font-weight: normal;
}

/* Recent News */

.widget.recent-posts .widget-title{
	margin-bottom: 35px;
}

.widget.recent-posts ul li{
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img{
	margin-right: 15px;
	width: 90px;
	height: 65px;
}

.widget.recent-posts .post-info .entry-title{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.widget.recent-posts .entry-title a{
	color: #303030;
}

.widget.recent-posts .entry-title a:hover{
	color: #0081b8;
}

.widget.recent-posts .post-date{
	font-weight: 400;
	color: #999;
	text-transform: capitalize;
}

/* Widget tags */

.widget-tags ul > li {
	float: left;
	margin: 3px;
}

.sidebar .widget-tags ul > li a{
	border: 1px solid #dadada;
	color: #303030;
	display: block;
	font-size: 14px;
	padding: 3px 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover{
	background: #0081b8;
	color: #fff;
	border: 1px solid transparent;
}

/* Error page
================================================== */

.error-page .error-code h2{
	 display: block;
	 font-size: 200px;
	 line-height: 200px;
	 color: #303030;
	 margin-bottom: 20px;
}

.error-page .error-body .btn{
	 margin-top: 30px;
	 font-weight: 700;
}

/* Helper */

/*************************
04.1 Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-5 { margin-top: 5px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
04.2 Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-5 { margin-right: 5px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-25 { margin-right: 25px }
.mr-30 { margin-right: 30px }
.mr-35 { margin-right: 35px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
04.3 Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
04.4 Margin left
*************************/
.ml-0 { margin-left: 0 !important }
.ml-5 { margin-left: 5px }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px !important }
.ml-20 { margin-left: 20px }
.ml-25 { margin-left: 25px }
.ml-30 { margin-left: 30px }
.ml-35 { margin-left: 35px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
04.5 Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-25 { padding-top: 25px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
/*************************
04.6 Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-25 { padding-right: 25px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
04.7 Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-5 { padding-bottom: 5px }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
04.8 Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-25 { padding-left: 25px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }

.p-5 { padding: 5px }
.p-10 { padding: 10px }
.p-15 { padding: 15px }
.p-20 { padding: 20px }
.p-30 { padding: 30px }
.p-40 { padding: 40px }
.p-50 { padding: 50px }

.border-blue { border: 1px solid #0081b8; }


.list-abstract {
    padding: 25px 0;
    border: 1px solid transparent;
}

.badge-abstract {
    padding: 13px 20px;
    margin-top: -1px;
    font-weight: normal;
    color: #777;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #bdbdbd;
}

.hotels-stars {
    color: #ff9b00;
}

.top-menu > li {
    display: inline-block;
    position: relative;
}

.login-link-menu {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 700;text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.login-link-menu a {
    color: #fff;
}

.login-link-menu a:hover {
    color: #0081b8;
}

.list-mobile {
    padding-top:10px;
    border-bottom: 1px solid #d2d2d2;
    list-style: none;
}

.button-rounded-red i {font-size: 40px; color: #e34144; cursor: pointer;}

.register-button {
    border: 1px solid #d81212;
    background-color: #d81212;
    color:#fff !important;
}

.register-button:hover {
    box-shadow: 0 8px 6px -6px black;
    color:#727679 !important;
    position: relative;
    z-index: 1;
}

.certyfikat-button { -webkit-transition: 350ms;-moz-transition: 350ms;-o-transition: 350ms;transition: 350ms; }

.certyfikat-button :hover { box-shadow: 0 8px 6px -6px black; position: relative;z-index: 1; }

.speaker-box {
  color: #ffffff;
  background-color: #987650;
  margin: 0 10px 10px 10px;
  padding: 20px;
}

.speaker-name {
  margin-left: 10px;
  color: #ffffff;
  font-size:27px;
}

.fact-box {
  padding-top: 15px;
  border: 5px solid #dabf9c;
  background-color: #f1e9de;
}

.header-ticket a {
	color: #d81212;
	padding: 8px !important;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.header-ticket a:hover {
	color: #a50e0e;
}


.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	background: #7f8c8d;
	perspective: 1000;
  }
  
  .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(20px);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
  }
  
  .lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(0deg);
	max-height: 95vh;
	max-width: calc(95vw - 100px);
	transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
  }
  
  
  /*.lightbox:hover img{
	transform: translate(-50%, -50%) rotateY(180deg);
  }*/
  
  [class^="arrow"] {
	height: 200px;
	width: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
  }
  
  [class^="arrow"]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 15px;
  }
  
  .arrowr {
	right: 0;
  }
  
  .arrowr:after {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
  }
  
  .arrowl {
	left: 0;
  }
  
  .arrowl:after {
	border-left: 1px solid white;
	border-top: 1px solid white;
  }
  
  .close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	margin: 20px;
	cursor: pointer;
  }
  
  .close:after,
  .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e74c3c;
  }
  
  .close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .close:before {
	transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .title {
	font-size: 20px;
	color: #000;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
  }

  .menu-desc-label {
  	position: absolute;
    top: -11px;
    left: 13px;
  }

  .menu-label {
  	padding: 6px 12px;
    font-size: 9px;
    border-radius: 0;
    line-height: normal;
    color: #fff;
    position: relative;
    background: #d81212;
  }

  .menu-label:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    border-left: 9px solid #d81212;
    border-right: 0 solid transparent;
    border-bottom: 8px solid transparent;
    bottom: -8px;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #7b1619;
    border-color: #7a1619;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #7b1619;
    border-color: #7b1619;
}

.Marquee {
  background: -webkit-linear-gradient(225deg, #fddc3d, #ffe15b);
  background: -moz-linear-gradient(225deg, #fddc3d, #ffe15b);
  background: -o-linear-gradient(225deg, #fddc3d, #ffe15b);
  background: -ms-linear-gradient(225deg, #fddc3d, #ffe15b);
  background: linear-gradient(-135deg, #fddc3d, #ffe15b);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  font-size:25px;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
	width: 1100px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.old-painting-box {
	margin-top: 50px;
  padding: 0 0 0 25px;
}

.old-painting-box .old-painting {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.48); 
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.48);
}

input[type=radio] {
	  width: 2.2rem;
    height: 2.2rem;
    position: relative;
}

.flag-ukraine {
	position: absolute;
	top:64px;
	left:-54px;
	width: 44px;
}

.form-group {
	position: relative;
}

.form-group label.error {
	position: absolute;
	top:0;
	right:0;
	font-size: 12px;
  color: #d1252a;
  font-weight: bold;
}


