html, body
{
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #1A2334;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */

.ie9 img[src*=".svg"]
{
	width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	img[src*=".svg"]
	{
		width: 100%;
	}
}

a
{
	text-decoration: none;
}

@media (min-width: 1200px)
{
	.container
	{
		width: 1200px;
	}
}

.nopadding
{
	padding: 0 !important;
	margin: 0 !important;
}

.link
{
	color: #1A2333;
	font-size: 14px;
}

.link:hover, .custom-link:focus
{
	color: #47B3DA;
	text-decoration: none;
}

#page
{
	background: #FFF;
	/*overflow: hidden;*/
}

.scroller
{
	padding-top: 50px;
}

@media (max-width: 480px)
{
	#page
	{
		padding-top: 10px;
	}
}

.clear
{
	clear: both;
}

.top-bar
{
	background: #1A2334;
	width: 100%;
	height: 50px;
	overflow: visible;
}

.top-bar .logo-small
{
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 9px;
}

.top-bar .logo-small img
{
	height: 32px;
}

@media (max-width: 480px)
{
	.top-bar
	{
		/*height: 64px;*/
		text-align: center;
		height: 60px;
	}
}

.top-logo
{
	margin: 57px 0 60px 0;
}

@media (max-width: 480px)
{
	.top-logo
	{
		display: none;
	}
}

@media (max-width: 480px)
{
	.top-bar .logo-small
	{
		display: inline-block !important;
		padding: 14px 0;
		margin: 0;
		float: none;
	}
}

.home-events
{
	margin-bottom: 30px;
}

@media (max-width: 480px)
{
	.home-events
	{
		margin-bottom: 0;
	}

	.event-home-search .button-search
	{
		width: 50%;
	}
}

@media (min-width: 481px) and (max-width: 1199px)
{
	.event-home-search .button-search
	{
		width: 25%;
	}
}

.events-table
{
	overflow: auto;
	margin-bottom: 20px;
}

.home-events .events-table .event-home
{
	overflow: auto;
	margin-bottom: 2px;
}

.home-events .striped .event-home:nth-of-type(odd)
{
	background: #F4F4F5;
}

.home-events .events-table .event-home:hover
{
	background: #DAF0F8;
}

.not-found
{
	font-size: 16px;
	padding: 14px 0 !important;
	background: #1A2334 !important;
	color: #FFF;
	text-align: center;
}

.events-slider
{
	margin-bottom: 30px;
}

@media (max-width: 767px)
{
	.events-slider
	{
		margin-bottom: 0;
	}
}

#events-filter
{
	margin-bottom: 30px;
}

@media (max-width: 480px)
{
	#events-filter .button-search
	{
		width: 50%;
	}
}

@media (min-width: 481px) and (max-width: 767px)
{
	#events-filter .button-search
	{
		width: 25%;
	}
}

.events-filter-bar
{
	margin-bottom: 60px;
}

#events_city {
	margin-bottom: 0;
}

#events_city.form-control::-webkit-input-placeholder
{
	color: #000;
}

#events_city.form-control::-moz-placeholder
{
	/* FF 4-18 */
	color: #000;
}

#events_city.form-control::-moz-placeholder
{
	/* FF 19+ */
	color: #000;
}

#events_city.form-control::-ms-input-placeholder
{
	/* IE 10+ */
	color: #000;
}

.home-filter-bar
{

}

.events-container
{
	position: relative;
}

.search-input
{
	height: 25px;
	width: 144px;
	padding: 0 10px;
	border: solid 1px #CACED8;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-right: none;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3)
}

.search-submit
{
	display: inline-block;
	width: 26px;
	height: 25px;
	overflow: hidden;
	border: solid 1px #CACED8;
	background: url('../img/search.png') 0 0 no-repeat;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	text-indent: -999em;
}

.event-home-search
{
	margin-bottom: 30px;
	overflow: auto;
}

.event-home-search .event-categories .select2-container
{
	width: 100% !important;
}

/* --- buttons --- */

.button-top
{
	padding: 14px 15px;
	font-size: 16px;
	display: block;
	color: #E3E3E3;
	float: left;
	text-decoration: none;
	cursor: pointer;
	height: 50px;
}

@media (max-width: 480px)
{
	.button-top
	{
		padding: 17px 0;
		font-size: 21px;
		width: 60px;
		height: 60px;
	}
}

.button-top:hover, .button-top:focus
{
	color: #FFF;
	text-decoration: none;
	outline: none;
}

.button-default
{
	padding: 11px 20px;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.button-menu
{
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	border: none;
	cursor: pointer;
	display: block;
	text-align: center;
	margin-bottom: 2px;
	width: 100%;
}

.button-full
{
	padding: 11px 20px;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	border: none;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}

@media (max-width: 479px)
{
	.button-default
	{
		width: 100%;
	}
}

.button-block
{
	display: block;
}

.button-small
{
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.button-search
{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	background: #F4F4F5;
	cursor: pointer;
	display: block;
	width: 142px;
	padding: 14px 0;
	text-align: center;
	border: none;
	border-radius: 0;
}

.all-events-button .all-events-arrow
{
	background: url('../img/icons/event-arrows.svg') 0 0 no-repeat;
	width: 12px;
	height: 11px;
	display: inline-block;
	margin-left: 10px;
}

.all-events-button:hover .all-events-arrow
{
	background: url('../img/icons/event-arrows-hover.svg') 0 0 no-repeat;
}



.facebook-login, .google-login
{
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	display: block;
	margin-bottom: 15px;
}

.facebook-login span, .google-login span
{
	padding: 15px 20px;
	display: inline-block;
	vertical-align: top;
	min-width: 180px;
}

.facebook-login span
{
	background: #3B5A9A;
}

.google-login span
{
	background: #DE4B39;
}

.facebook-login:hover > span, .facebook-login:focus > span
{
	color: #FFF;
	background: #4C6BAB;
	text-decoration: none;
}

.google-login:hover > span, .google-login:focus > span
{
	color: #FFF;
	background: #EF5C4A;
	text-decoration: none;
}

.facebook-login strong, .google-login span
{
	font-weight: 500;
}

.facebook-login .fa, .google-login .fa
{
	font-size: 16px;
	padding: 17px 20px;
	color: #FFF;
	width: 50px;
	vertical-align: top;
}

.facebook-login .fa
{
	background: #283D69;
}

.google-login .fa
{
	background: #B4311F;
}

.events-filter-bar .button-search
{
	float: left;
}

.home-filter-bar .button-search
{
	float: right;
}

.button-search:hover, .button-search.active
{
	color: #FFF;
	text-decoration: none;
	background: #1A2334;
}

.button-search-sm
{
	font-size: 14px;
	padding: 5px 0;
}

.button-search-sm .date
{
	font-size: 14px;
	font-weight: 500;
	color: #47B3DA;
}

.button-right
{
	float: right;
	margin-left: 10px;
}

.button-default:hover, .button-default:focus,
.button-small:hover, .button-small:focus,
.button-menu:hover, .button-menu:focus,
.button-full:hover, .button-full:focus
{
	color: #FFF;
	text-decoration: none;
}

.button-default.button-pinkred:hover
{
	color: #FFF;
	background: #F4275F;
}

.button-navy
{
	background: #1A2334;
}

.button-navy:hover, .button-navy:focus
{
	background: #46B3DA;
}

.button-navy.top-facebook:hover,
.button-navy.top-facebook:focus
{
	background: #3B5998;
}

.button-navy.top-youtube:hover,
.button-navy.top-youtube:focus
{
	background: #B00;
}

.button-navy.top-instagram:hover,
.button-navy.top-instagram:focus
{
	background: #9E6F4F;
}

@media (max-width: 479px)
{
	.top-facebook, .top-youtube, .top-instagram
	{
		display: none;
	}
}

.button-skyblue
{
	background: #46B3DA;
}

.button-skyblue:hover, .button-skyblue:focus
{
	font-weight: 400;
}

.button-pinkred
{
	background: #E3164F;
}

.button-pinkred:hover
{
	color: #FFF;
}

.button-icon
{
	width: 50px;
}

@media (max-width: 479px)
{
	.button-icon
	{
		width: 60px;
	}
}

.menu-trigger
{
	padding: 17px 14px;
}

@media (max-width: 479px)
{
	.menu-trigger
	{
		padding: 22px 19px;
	}
}

.menu-trigger .icon-bar
{
	display: block;
	width: 22px;
	height: 3px;
	background: #E3E3E3;
	margin-bottom: 4px;
}

.menu-trigger:hover, .menu-trigger:focus
{
	background: #46B3DA;
}

/* --- bootstrap menu --- */

.navbar-lt
{
	border: none;
	background: none;
	box-shadow: none;
	margin: 10px 0 0 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a
{
	background: none;
	border: none;
	box-shadow: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
	background: none;
}

.navbar-default .navbar-nav > li > a
{
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.navbar-default .navbar-nav > li.important > a
{
	color: red;
}

/* --- form --- */

.form-control
{
	background: #F4F4F5;
	height: 50px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}

label
{
	font-size: 18px;
	font-weight: 300;
	color: #1A2333;
	margin-bottom: 15px;
}

.styled-select select
{
	background: transparent;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 13px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.styled-select select::-ms-expand
{
	display: none;
}

.styled-select
{
	height: 50px;
	overflow: hidden;
	background: url('../img/select-arrow.png') no-repeat right #F4F4F5;
	margin-bottom: 15px;
}

.sidebar-header
{
	font-weight: 300;
	font-size: 26px;
	background: url('../img/header-line.jpg') 0 0 no-repeat;
	padding: 20px 0 20px 0;
}

@media (max-width: 992px)
{
	.sidebar-header
	{
		margin-top: 30px;
	}
}

.sidebar-header .sidebar-title
{
	margin-right: 20px;
}

.sidebar-header-small
{
	font-weight: 300;
	font-size: 22px;
	padding: 15px 0;
}

.widget-show-all
{
	display: inline-block;
}

.widget-show-all img
{
	margin-left: 2px;
	margin-bottom: 1px;
}

.widget-show-all a
{
	color: #46B0D6;
	font-weight: 300;
	font-size: 14px;
}

.widget-show-all a:hover,
.widget-show-all a:focus
{
	text-decoration: none;
	color: #1A2333;
}

.w-arrow
{
	display: inline-block;
	width: 10px;
}

.top-links
{
	font-size: 13px;
	color: #0984AA;
}

.top-links
{
}

.top-links .fb-login
{
	margin-left: 10px;
	font-size: 12px;
}

/* --- event --- */

.event-home-search .event-categories
{
	margin-bottom: 10px;
}

.event-home-search .event-cities
{
	margin-bottom: 10px;
}

.event .event-top
{
	background: url('../img/header-line.jpg') 0 0 no-repeat;
	padding-top: 20px;
	margin-bottom: 45px;
}

@media (max-width: 480px)
{
	.event .event-top
	{
		margin: 30px 0;
	}
}

.event .event-category
{
	margin-right: 5px;
}

.event .event-category a
{
	color: #000;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.event .event-category a:hover
{
	color: #46B3DA;
}

.event .event-map
{
	margin-bottom: 30px;
}

.event .event-details
{
	font-size: 16px;
	font-weight: 400;
	color: #202C40;
	margin-bottom: 50px;
}

.event .event-details .event-place a
{
	color: #202C40;
	text-decoration: none;
}

.event .event-details .event-place a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.event .event-details .event-place
{
	margin-bottom: 15px;
}

.event .event-details .event-date
{
	margin-bottom: 15px;
}

.event .event-details .event-time
{
	margin-bottom: 15px;
}

.event .event-details .event-date strong
{
	color: #46B3DA;
}

.event .event-details .event-price
{
	margin-bottom: 15px;
}

.event .event-details .fa
{
	font-size: 18px;
	color: #46B3DA;
	margin-right: 5px;
}

.event .event-details .event-address
{
	font-weight: 300;
}

.event .event-details .event-ticket-url a
{
	color: #202C40;
}

.event .event-details .event-ticket-url a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.event .event-title
{
	font-size: 36px;
	color: #1A2333;
	font-weight: 500;
	margin-bottom: 50px;
}

.event .event-intro
{
	margin: 15px 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #202C40;
}

.event .event-body
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	background: url('../img/header-line.jpg') left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 60px;
	overflow: hidden;
}

.event .event-body img
{
	display: block;
	max-width: 100%;
	height: auto !important;
}

.event .tags
{
	margin-bottom: 60px;
}

.event .tags h3
{
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}

.event .tags a
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
}

.event .tags a:hover,
.event .tags a:focus
{
	color: #46B3DA;
	text-decoration: none;
}

.event-comments
{
	border: 1px solid #E5E6E9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 40px 0 70px 0;
	padding: 40px;
}

@media (max-width: 480px)
{
	.event-comments
	{
		border: none;
		padding: 0;
	}
}

.event-image-full
{
	position: relative;
}

.event-image-full img
{
	width: 100% !important;
}

.event-image-full .event-label
{
	position: absolute;
	left: 0;
	top: 80px;
	background: url('../img/corner.png') no-repeat 0 100%;
	padding-bottom: 12px;
}

.event-image-full.parallax .event-label
{
	top: 200px;
}

@media (max-width: 480px)
{
	.event-image-full .event-label
	{
		top: 100px;
	}
}

.event-image-full .event-label .event-date
{
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 20px 20px;
	background: #46B3DA;
	color: #FFF;
	float: left;
}

.event-image-full .event-label .event-icon
{
	background: #1A2334;
	display: inline-block;
	background-image: url('../img/event/default-icon-big.png');
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center center;
	width: 80px;
	height: 80px;
}

.event-image-full .event-icon.icon-party
{
	background-image: url('../img/event/party-big.png');
}

.event-image-full .event-icon.icon-cultural
{
	background-image: url('../img/event/cultural-big.png');
}

.event-image-full .event-icon.icon-festival
{
	background-image: url('../img/event/festival-big.png');
}

.event-image-full .event-icon.icon-movie
{
	background-image: url('../img/event/movie-big.png');
}

.event-image-full .event-icon.icon-theater
{
	background-image: url('../img/event/theater-big.png');
}

.event-image-full.parallax .event-label
{
	display: block !important;
}

@media (min-width: 1600px)
{
	.event-image-full .event-label
	{
		display: block !important;
		position: fixed;
		top: initial;
	}
}


/* --- event block --- */

.event-block
{
	padding: 20px 0;
	border-top: 1px solid #E8E9EA;
}

.event-block .event-title
{
	margin-top: 0;
}

.event-block .event-title a
{
	font-size: 20px;
	font-weight: 400;
	color: #1A2334;
	text-decoration: none;
}

.event-block .event-title a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.event-block .event-details
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	margin-bottom: 10px;
}

.event-block .event-details .event-place a
{
	color: #202C40;
	text-decoration: none;
}

.event-block .event-details .event-place a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.event-block .event-details .fa
{
	font-size: 18px;
	color: #46B3DA;
	margin-right: 5px;
	margin-bottom: 7px;
}

/* --- event sidebar list --- */

.events-list-small
{
	padding: 10px 0;
}

.events-list-small .event-item
{
	margin-bottom: 15px;
}

.events-list-small .event-item h5
{
	margin: 0 0 10px 0;
}

.events-list-small .event-item h5 a
{
	font-size: 14px;
	font-weight: 400;
	color: #1A2333;
	text-decoration: none;
}

.events-list-small .event-item h5 a:hover
{
	color: #46B3DA;
}

@media (max-width: 480px)
{
	.events-list-small .event-item h5 a:hover
	{
		font-size: 20px;
		color: #1A2333;
	}
}

.events-list-small .event-item .event-categories
{
	margin-bottom: 10px;
}

.events-list-small .event-item .event-category a
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	color: #46B3DA;
	text-transform: uppercase;
}

.event-sidebar
{
	margin-bottom: 25px;
}

/* --- event calendar --- */

.event-calendar
{
	padding: 20px 0;
	border-top: 1px solid #E8E9EA;
}

.event-calendar .event-title
{
	margin-top: 0;
}

.event-calendar .event-title a
{
	font-size: 20px;
	font-weight: 400;
	color: #1A2334;
	text-decoration: none;
}

.event-calendar .event-title a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.event-calendar .event-details
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	margin-bottom: 10px;
}

.event-calendar .event-details .event-place a
{
	color: #202C40;
	text-decoration: none;
}

.event-calendar .event-details .event-place a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.event-calendar .event-details .fa
{
	font-size: 18px;
	color: #46B3DA;
	margin-right: 5px;
	margin-bottom: 7px;
}

.event-calendar .event-buttons
{
	margin-top: 10px;
}

/* --- latest-articles --- */

.latest-articles .button-full
{
	margin-bottom: 10px;
}

/* --- article --- */

.article
{
}

.article .article-top
{
	background: url('../img/header-line.jpg') 0 0 no-repeat;
	padding-top: 20px;
	margin-bottom: 45px;
}

@media (max-width: 480px)
{
	.article .article-top
	{
		margin: 30px 0;
	}
}

.article .article-category
{
	margin-right: 5px;
}

.article .article-category a
{
	color: #000;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.article .article-category a:hover
{
	color: #46B3DA;
}

.article .article-title
{
	font-size: 36px;
	color: #1A2333;
	text-transform: uppercase;
	font-weight: 500;
}

.article .article-image
{
	margin-bottom: 45px;
}

.article .article-published
{
	color: #A6ABB2;
	font-size: 14px;
	font-weight: 300;
}

.article .article-intro
{
	margin: 15px 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #202C40;
}

.article .article-body
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	background: url('../img/header-line.jpg') left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 60px;
	overflow: hidden;
	line-height: 25px;
}

.article .article-body img
{
	display: block;
	max-width: 100%;
	height: auto !important;
}

.article .tags
{
	margin-bottom: 60px;
}

.article .tags h3
{
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}

.article .tags a
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
}

.article .tags a:hover,
.article .tags a:focus
{
	color: #46B3DA;
	text-decoration: none;
}

.article-comments
{
	border: 1px solid #E5E6E9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 40px 0 70px 0;
	padding: 40px;
}

@media (max-width: 480px)
{
	.article-comments
	{
		border: none;
		padding: 0;
	}
}

.article-block
{
	margin-bottom: 10px;
	position: relative;
	height: 250px;
	overflow: hidden;
}

.article-block .article-image
{
	position: absolute;
	height: 100%;
	width: 100%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.article-block:hover > .article-image
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 481px)
{
	.article-even
	{
		padding-right: 5px;
	}

	.article-odd
	{
		padding-left: 5px;
	}
}

.article-block .article-info
{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 20px 20px 20px;
	background: rgba(26, 35, 52, 0.3);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.article-block .article-info:hover
{
	background: rgba(26, 35, 52, 0.5);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.article-block .article-info .article-published
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
}

.article-block .article-info .article-title
{
	position: absolute;
	bottom: 5px;
}

.article-block .article-info .article-title h2
{
	line-height: 24px;
}

.article-block .article-info h2 a
{
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px)
{
	.article-block .article-info h2 a
	{
		font-size: 22px;
	}
}

.article-block .article-info h2 a:hover
{
	color: #46B3DA;
}

.article-block img
{
	width: 100%;
}

.article-block .article-top
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.article-block .article-category
{
	display: inline-block;
	background: url('../img/category-bottom.png') no-repeat no-repeat 0 100%;
	padding-bottom: 11px;
}

.article-block .article-category .article-category-inner
{
	margin-right: 7px;
	padding: 7px 10px;
	background: #1A2334;
}

.article-block .article-title .article-category-inner a
{
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

@media (min-width: 992px)
{
	.article-block .article-title .article-category-inner a
	{
		font-size: 14px;
	}
}

.article-block .article-category a:hover
{
	color: #46B3DA;
}

.article-block .article-comments
{
	margin-left: 10px;
}

.article-block .article-title a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.article-block .article-description
{
	font-size: 14px;
}

.article-block .article-social-buttons
{
	position: absolute;
	bottom: 10px;
	right: 0;
}

.article-block-ms
{
	margin-bottom: 15px;
}

.article-block-ms h5
{
	margin: 0;
}

.article-block-ms h5 a
{
	font-size: 20px;
	font-weight: 400;
	color: #1A2333;
	text-decoration: none;
}

.article-block-ms h5 a:hover
{
	color: #46B3DA;
}

.article-block-ms .article-categories
{
	margin-bottom: 10px;
}

.article-block-ms .article-category a
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	color: #46B3DA;
	text-transform: uppercase;
}

.article-block-full
{
	margin-bottom: 10px;
	position: relative;
	height: 415px;
	overflow: hidden;
}

@media (max-width: 480px)
{
	.article-block-full
	{
		height: 300px;
	}
}

.article-block-full .article-category
{
	display: inline-block;
	background: url('../img/category-bottom.png') no-repeat no-repeat 0 100%;
	padding-bottom: 11px;
}

.article-block-full .article-category .article-category-inner
{
	margin-right: 7px;
	padding: 7px 10px;
	background: #1A2334;
}

.article-block-full .article-title .article-category-inner a
{
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.article-block-full .article-category a:hover
{
	color: #46B3DA;
}

.article-block-full .article-image
{
	position: absolute;
	height: 100%;
	width: 100%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.article-block-full:hover > .article-image
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.article-block-full .article-info
{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: rgba(26, 35, 52, 0.3);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.article-block-full .article-info:hover
{
	background: rgba(26, 35, 52, 0.5);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.article-block-full .article-info .article-published
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
}

.article-block-full .article-info .article-title
{
	position: absolute;
	bottom: 25px;
}

.article-block-full .article-info h2 a
{
	color: #FFF;
	text-decoration: none;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px)
{
	.article-block-full .article-info h2 a
	{
		font-size: 36px;
		line-height: 36px;
	}
}

.article-block-full .article-info h2 a:hover
{
	color: #46B3DA;
}

.article-block-full img
{
	width: 100%;
}

/* --- article sidebar list --- */

.articles-list-small
{
	padding-bottom: 10px;
}

.articles-list-small .article-item
{
	margin-bottom: 15px;
}

.articles-list-small .article-item h5
{
	margin: 0;
}

.articles-list-small .article-item h5 a
{
	font-size: 14px;
	font-weight: 400;
	color: #1A2333;
	text-decoration: none;
}

.articles-list-small .article-item h5 a:hover
{
	color: #46B3DA;
}

@media (max-width: 480px)
{
	.articles-list-small .article-item h5 a
	{
		font-size: 20px;
		color: #1A2333;
	}
}

.articles-list-small .article-item .article-categories
{
	margin-bottom: 10px;
}

.articles-list-small .article-item .article-category a
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	color: #46B3DA;
	text-transform: uppercase;
}

.articles-image-list .article-item
{
	margin-bottom: 15px;
	position: relative;
	height: 165px;
}

@media (min-width: 992px)
{
	.articles-image-list .article-outer:nth-child(4)
	{
		display: none;
	}
}

@media (min-width: 1200px)
{
	.articles-image-list .article-item
	{
		height: 205px;
	}
}

.articles-image-list .article-item h5
{
	margin: 0;
}

.articles-image-list .article-item h5 a
{
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
}

.articles-image-list .article-item h5 a:hover
{
	color: #46B3DA;
}

.articles-image-list .article-item .article-category
{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}

.articles-image-list .article-item .article-content
{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #FFF;
	background: rgba(26, 35, 51, 0.75);
	padding: 80px 15px 0 15px;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.articles-image-list .article-item .article-content:hover
{
	display: block;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity: 1;
}

.articles-image-list .article-item .article-icon
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.articles-image-list .article-item-ms
{
	margin-bottom: 15px;
}

.articles-image-list .article-item-ms h5
{
	margin: 0;
}

.articles-image-list .article-item-ms h5 a
{
	font-size: 20px;
	font-weight: 400;
	color: #1A2333;
	text-decoration: none;
}

.articles-image-list .article-item-ms h5 a:hover
{
	color: #46B3DA;
}

.articles-image-list .article-item-ms .article-categories
{
	margin-bottom: 10px;
}

.articles-image-list .article-item-ms .article-category a
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	color: #46B3DA;
	text-transform: uppercase;
}

/* --- contests --- */

.contests-container h2.page-title
{
	padding: 20px 0;
	margin: 0;
}

@media (min-width: 481px) and (max-width: 991px)
{
	.contests-container
	{
		margin-top: 20px;
	}
}

@media (min-width: 992px)
{
	.contests-container
	{
		margin-top: 20px;
	}
}

.contest-block
{
	position: relative;
	height: 255px;
	margin-bottom: 10px;
}

@media (min-width: 992px)
{
	.contest-block
	{
		height: 335px;
	}
}

@media (min-width: 1200px)
{
	.contest-block
	{
		height: 415px;
	}
}

.contest-block .contest-info
{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px;
	background: rgba(26, 35, 52, 0.3);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.contest-block .contest-info:hover
{
	background: rgba(26, 35, 52, 0.5);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.contest-block .contest-info .contest-published
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
}

.contest-block .contest-info h2
{
	line-height: 20px;
}

@media (min-width: 992px)
{
	.contest-block .contest-info h2
	{
		line-height: 28px;
	}
}

.contest-block .contest-info h2 a
{
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.contest-block .contest-title
{
	position: absolute;
	bottom: 35px;
}

@media (min-width: 992px)
{
	.contest-block .contest-info h2 a
	{
		font-size: 24px;
	}
}

.contest-block .contest-info h2 a:hover
{
	color: #46B3DA;
}

.contest-block .contest-category
{
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	background: #47B3DA;
	text-transform: uppercase;
	padding: 7px 15px;
	position: absolute;
	bottom: 150px;
	left: 35px;
}

/* --- places --- */

#places-filter
{
	margin-bottom: 30px;
}

.place
{
}

.place .place-top
{
	background: url('../img/header-line.jpg') 0 0 no-repeat;
	padding-top: 20px;
	margin-bottom: 45px;
}

@media (max-width: 480px)
{
	.place .place-top
	{
		margin: 30px 0;
	}
}

.place .place-category
{
	margin-right: 5px;
}

.place .place-category a
{
	color: #000;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.place .place-category a:hover
{
	color: #46B3DA;
}

.place .place-title
{
	font-size: 36px;
	color: #1A2333;
	text-transform: uppercase;
	font-weight: 500;
}

.place .place-image
{
	margin-bottom: 45px;
}

.place .place-published
{
	color: #A6ABB2;
	font-size: 14px;
	font-weight: 300;
}

.place .place-intro
{
	margin: 15px 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #202C40;
}

.place .place-body
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	background: url('../img/header-line.jpg') left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 60px;
	overflow: hidden;
}

.place .place-body img
{
	display: block;
	max-width: 100%;
	height: auto !important;
}

.place .tags
{
	margin-bottom: 60px;
}

.place .tags h3
{
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}

.place .tags a
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
}

.place .tags a:hover,
.place .tags a:focus
{
	color: #46B3DA;
	text-decoration: none;
}

.place .place-details
{
	font-size: 16px;
	color: #202C40;
	margin-top: 20px;
	margin-bottom: 20px;
}

.place .place-details .fa
{
	font-size: 18px;
	color: #46B3DA;
	margin-right: 10px;
	float: left;
}

.place .place-details .icon
{
	width: 30px;
	height: 30px;
	float: left;
}

.place .event-details .event-address
{
	font-weight: 300;
}

.place .place-details .place-address-content
{
	float: left;
}

.place .place-details .place-url
{
	margin-bottom: 5px;
}

.place .place-details .place-url a
{
	color: #202C40;
}

.place .place-details .place-url a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.place .place-details .place-phone
{
	margin-bottom: 5px;
}

.place .place-details .place-phone a
{
	color: #202C40;
}

.place .place-details .place-phone a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.place .place-details .place-facebook a
{
	color: #202C40;
}

.place .place-details .place-facebook a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.place-comments
{
	border: 1px solid #E5E6E9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 40px 0 70px 0;
	padding: 40px;
}

@media (max-width: 480px)
{
	.place-comments
	{
		border: none;
		padding: 0;
	}
}

.place-map
{
	margin-bottom: 30px;
}

/* -- place item */

.place-block
{
	padding: 20px 0;
	border-top: 1px solid #E8E9EA;
}

.place-block .place-title
{
	margin-top: 0;
}

.place-block .place-title a
{
	font-size: 20px;
	font-weight: 400;
	color: #1A2334;
	text-decoration: none;
}

.place-block .place-title a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.place-block .place-details
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	margin-bottom: 10px;
}

.place-block .place-details .place-place a
{
	color: #202C40;
	text-decoration: none;
}

.place-block .place-details .place-place a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.place-block .place-details .fa
{
	font-size: 18px;
	color: #46B3DA;
	margin-right: 5px;
	margin-bottom: 7px;
}

.place-block .place-category a
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	color: #46B3DA;
	text-transform: uppercase;
}

/* --- place sidebar list --- */

.places-list-small
{
	padding-bottom: 10px;
}

.places-list-small .place-item
{
	margin-bottom: 15px;
}

.places-list-small .place-item h5
{
	margin: 0;
}

.places-list-small .place-item h5 a
{
	font-size: 14px;
	font-weight: 400;
	color: #1A2333;
	text-decoration: none;
}

.places-list-small .place-item h5 a:hover
{
	color: #46B3DA;
}

.places-list-small .place-item .place-categories
{
	margin-bottom: 10px;
}

.places-list-small .place-item .place-category a
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	color: #46B3DA;
	text-transform: uppercase;
}

.slider-event
{
	width: 420px;
	height: 300px;
	float: left;
}

@media (max-width: 480px)
{
	.slider-event
	{
		width: 100%;
		height: auto;
	}
}

@media (min-width: 481px) and (max-width: 767px)
{
	.slider-event
	{
		width: 420px;
		height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.slider-event
	{
		width: 290px;
		height: 207px;
	}
}

.slider-event .event-promoted
{
	position: relative;
}

.slider-event .event-promoted img
{
	width: 420px;
	height: 300px;
}

@media (max-width: 480px)
{
	.slider-event .event-promoted img
	{
		width: 100%;
		height: auto;
	}
}

@media (min-width: 481px) and (max-width: 767px)
{
	.slider-event .event-promoted img
	{
		width: 420px;
		height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.slider-event .event-promoted img
	{
		width: 290px;
		height: 207px;
	}
}

.slider-event .event-title a
{
	color: black;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.slider-event .event-promoted .event-content
{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 420px;
	height: 300px;
	color: #FFF;
	line-height: 26px;
	background: rgba(26, 35, 51, 0.75);
	padding: 110px 15px 0 15px;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	text-decoration: none;
}

@media (max-width: 767px)
{
	.slider-event .event-promoted .event-content
	{
		opacity: 1;
		position: absolute;
		bottom: 0;
		top: auto;
		left: 0;
		text-align: left;
		width: 420px;
		height: 100px;
		padding: 15px 20px 0 20px;
	}
}

@media (max-width: 480px)
{
	.slider-event .event-promoted .event-content
	{
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.slider-event .event-promoted .event-content
	{
		width: 290px;
		height: 207px;
		padding: 50px 5px 0 5px;
	}
}

.slider-event .event-promoted .event-content:hover,
.slider-event .event-promoted .event-content:focus
{
	display: block;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity: 1;
}

.slider-event .event-content .event-category
{
	font-size: 15px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin-bottom: 7px;
}

@media (max-width: 767px)
{
	.slider-event .event-content .event-category
	{
		line-height: 15px;
		margin-bottom: 5px;
	}
}

.slider-event .event-content .separator
{
	border: 4px solid #FFF;
	width: 20px;
	display: inline-block;
}

.slider-event .event-content .event-title
{
	font-size: 22px;
	font-weight: 300;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.slider-event .event-content .event-title:hover
{
	color: #46B3DA;
}

.slider-event .event-content .event-info
{
	font-size: 22px;
	font-weight: 700;
	display: block;
}

@media (min-width: 768px) and (max-width: 991px)
{
	.slider-event .event-content .event-title
	{
		font-size: 20px;
		max-height: 55px;
		overflow: hidden;
	}

	.slider-event .event-content .event-info
	{
		font-size: 20px;
	}
}

.event-home
{

}

.event-home .event-title
{
	padding: 4px 0 4px 65px;
}

@media (min-width: 480px)
{
	.event-home .event-title
	{
		padding: 4px 10px 4px 70px;
	}
}

@media (min-width: 992px)
{
	.event-home .event-title
	{
		padding: 14px 10px 14px 80px;
	}
}

.event-home .event-title a
{
	font-size: 16px;
	font-weight: 400;
	color: #202C40;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	width: 100%;
}

.event-home .event-title a:hover
{
	color: #46B3DA;
}

.event-home .event-place
{
	padding: 14px 10px 14px 3px;
}

.event-home .event-place a
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	padding-left: 15px;
}

.event-home a.event-place-sm
{
	font-size: 14px;
	font-weight: 300;
}

.event-home .event-place a:hover
{
	color: #46B3DA;
}

.event-home .event-icon
{
	height: 50px;
	background: url('../img/event/default-icon.png') 0 0 no-repeat;
}

.home-events .event-home:hover .event-icon
{
	background: url('../img/event/default-icon-hover.png') 0 0 no-repeat;
}

.event-home .event-icon.icon-party
{
	background: url('../img/event/party.png') 0 0 no-repeat;
}

.home-events .event-home:hover .event-icon.icon-party
{
	background: url('../img/event/party-hover.png') 0 0 no-repeat;
}

.event-home .event-icon.icon-cultural
{
	background: url('../img/event/cultural.png') 0 0 no-repeat;
}

.home-events .event-home:hover .event-icon.icon-cultural
{
	background: url('../img/event/cultural-hover.png') 0 0 no-repeat;
}

.event-home .event-icon.icon-festival
{
	background: url('../img/event/festival.png') 0 0 no-repeat;
}

.home-events .event-home:hover .event-icon.icon-festival
{
	background: url('../img/event/festival-hover.png') 0 0 no-repeat;
}

.event-home .event-icon.icon-theater
{
	background: url('../img/event/theater.png') 0 0 no-repeat;
}

.home-events .event-home:hover .event-icon.icon-theater
{
	background: url('../img/event/theater-hover.png') 0 0 no-repeat;
}

.event-home .event-icon.icon-movie
{
	background: url('../img/event/movie.png') 0 0 no-repeat;
}

.home-events .event-home:hover .event-icon.icon-movie
{
	background: url('../img/event/movie-hover.png') 0 0 no-repeat;
}

.event-home .event-icon img
{
	height: 26px;
}

.event-home .event-label
{
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	padding: 12px 12px 13px 9px;
	background: #46B3DA;
	float: right;
	height: 50px;
}

.event-home .event-date
{
	display: inline-block;
	margin-left: 5px;
}

.event-home .event-label img
{
	margin-top: -2px;
}

.event-home .event-show
{
	width: 50px;
	height: 50px;
	display: inline-block;
	float: right;
	background: url('../img/icons/event-arrows.svg') center center no-repeat;
	background-color: #1A2334;
}

.home-events .event-home:hover .event-show
{
	background: url('../img/icons/event-arrows.svg'), url('../img/icons/event-arrow-hover.png');
	background-position: center center, left center;
	background-repeat: no-repeat;
	background-color: #1A2334;
}

.event-small .event-start
{
	float: right;
	font-weight: bold;
	width: 20%;
	text-align: right;
}

.event-small .event-start img
{
	margin-right: 2px;
	vertical-align: baseline;
}

/* --- footer --- */

.footer
{
	background: #1A2334;
	padding-bottom: 30px;
	position: relative;
	margin-top: 60px;
}

.footer h2
{
	font-size: 15px;
	color: #FFF;
	margin: 30px 0 25px 0;
	font-weight: 400;
}

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

.footer .footer-links
{
	padding: 15px 0 5px 0;
}

.footer .footer-copyright
{
	font-size: 12px;
	color: #FFF;
	text-align: right;
	font-weight: 300;
}

@media (max-width: 767px)
{
	.footer .footer-copyright
	{
		text-align: center;
	}
}

.footer .footer-logo
{
	position: absolute;
	left: -1px;
	top: -6px;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.footer .footer-logo img
	{
		width: 205px;
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.footer
	{
		background: url('../img/footer-logo-xs.svg') bottom left no-repeat #1A2334;
		padding-bottom: 130px;
	}
}

.footer .footer-logo-xs
{
	margin-top: 50px;
}

.footer .footer-logo-xs img
{
	width: 260px;
	height: auto;
	max-width: 100%;
}

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

.footer .footer-links li a
{
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
}

.footer .footer-links li a:hover
{
	color: #46B3DA;
	text-decoration: none;
}

.footer .footer-social
{
	margin: 30px 0 40px 0;
	text-align: right;
}

@media (max-width: 767px)
{
	.footer .footer-social
	{
		text-align: center;
	}
}

.footer .social-block
{
	width: 120px;
	cursor: pointer;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
	min-height: 103px;
}

@media (max-width: 480px)
{
	.footer .social-block
	{
		width: 30%;
	}
}

.footer .social-block .users-count
{
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.footer .social-block .users-info
{
	display: block;
	font-size: 12px;
	font-weight: 300;
}

@media (max-width: 480px)
{
	.footer .social-block .users-info
	{
		display: none;
	}
}

.footer .social-block.facebook
{
	background: #3B5998;
}

.footer .social-block.facebook:hover
{
	background: #4C6AA9;
}

.footer .social-block.instagram
{
	background: #9E6F4F;
}

.footer .social-block.instagram:hover
{
	background: #AF7F5F;
}

.footer .social-block.youtube
{
	background: #B00;
}

.footer .social-block.youtube:hover
{
	background: #D22;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span
{
	width: 100% !important;
}

.fb_comments_count_zero
{
	/*display: none;*/
}

.social-buttons
{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.social-buttons .facebook
{
	padding-right: 4px;
}

.social-buttons .facebook .fb-share
{
	color: #FFF;
	background: #4B68B9;
	width: 100%;
	height: 45px;
	display: block;
	padding-top: 12px;
	text-decoration: none;
}

.social-buttons .facebook .fb-share:hover
{
	background: #5C79CA;
}

.social-buttons .twitter
{
	padding-right: 2px;
	padding-left: 2px;
}

.social-buttons .twitter .twitter-share
{
	color: #FFF;
	background: #00ADEE;
	width: 100%;
	height: 45px;
	display: block;
	padding-top: 12px;
	text-decoration: none;
}

.social-buttons .google
{
	padding-left: 4px;
}

.social-buttons .twitter .twitter-share:hover
{
	background: #11BCFF;
}

.social-buttons .google .google-share
{
	color: #FFF;
	background: #DE4B39;
	height: 45px;
	display: block;
	padding-top: 12px;
	text-decoration: none;
}

.social-buttons .google .google-share:hover
{
	background: #EF5C4A;
}

@media (max-width: 480px)
{
	.social-buttons .google,
	.social-buttons .facebook,
	.social-buttons .twitter
	{
		padding: 0 15px;
		margin-bottom: 10px;
	}
}

/* home slider */

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next
{
	width: 30px;
	height: 100%;
	background: rgba(26, 35, 61, 0.90);
}

.owl-carousel .owl-controls .owl-nav .owl-prev
{
	position: absolute;
	left: 0;
	top: 0;
}

.owl-controls .owl-nav .owl-next
{
	position: absolute;
	right: 0;
	top: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.owl-theme .owl-controls
{
	margin: 15px 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover
{
	background: rgba(26, 35, 61, 0.70);
}

.owl-theme .owl-dots .owl-dot span
{
	background: #BABDC2;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: #46B3DA;
}

.not-found-404
{
	font-size: 300px;
	line-height: 260px;
	font-weight: 400;
	color: #46B3DA;
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 480px) and (max-width: 768px)
{
	.not-found-404
	{
		font-size: 230px;
		line-height: 190px;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px)
{
	.not-found-404
	{
		font-size: 170px;
		line-height: 190px;
		margin-top: 45px;
		margin-bottom: 10px;
	}
}

.not-found-title
{
	font-size: 40px;
	font-weight: 300;
	color: #202C40;
	text-align: center;
	margin-bottom: 35px;
}

.not-found-description
{
	font-size: 18px;
	font-weight: 300;
	color: #202C40;
	text-align: center;
	margin-bottom: 150px;
}

.page-title
{
	color: #1A2333;
	font-size: 26px;
	font-weight: 300;
	background: url('../img/header-line.jpg') 0 0 no-repeat;
	padding-top: 20px;
	margin-bottom: 30px;
}

h1.page-title, h2.page-title
{
	margin-top: 0;
}

@media (max-width: 480px)
{
	.page-title
	{
		margin: 30px 0;
	}
}

h5.page-title
{
	color: #202C40;
	font-size: 18px;
	font-weight: 300;
	background: url('../img/header-line.jpg') 0 0 no-repeat;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.page-intro
{
	color: #202C40;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 50px;
}

.page-body
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
}

.event-form
{
	margin-bottom: 120px;
}

.login-form
{
	margin-bottom: 100px;
}

/* --- pagination --- */

.pagination
{

}

.pagination > li:first-child > a, .pagination > li:first-child > span
{
	border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span
{
	border-radius: 0;
}

.pagination > li > a, .pagination > li > span
{
	color: #1A2334;
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover
{
	background-color: #1A2334;
	border-color: #1A2334;
}

.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover
{
	background-color: #46B3DA;
	border-color: #46B3DA;
	color: #FFF;
}

/* --- music player --- */

.music-player
{
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 9999;
	width: 250px;
	background: #1A2334;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 480px)
{
	.music-player
	{
		top: 60px;
	}
}

.music-player .tracks
{
	list-style: none;
	padding: 10px;
	max-height: 200px;
	overflow-y: auto;
	margin-right: -15px;
}

.music-player .tracks li
{
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	border-bottom: 1px solid #484F5D;
	margin-bottom: 10px;
}

.music-player .tracks li:last-child
{
	border-bottom: none;
	margin-bottom: 10px;
}

.music-player .tracks li:hover
{
	color: #46B3DA;
	cursor: pointer;
}

.music-player .cover
{
	min-height: 80px;
	max-height: 250px;
	position: relative;
}

.music-player .cover .cover-bg
{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/player-bg.png') 0 bottom repeat-x;
	width: 100%;
	height: 100%;
}

.music-player .cover .cover-img
{
	width: 250px;
	height: 250px;
}

.music-player .title
{
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	position: absolute;
	bottom: 0;
	padding: 15px 10px;
	width: 100%;
}

.music-player .progress-trigger
{
	height: 10px;
	cursor: pointer;
}

.music-player .progress
{
	height: 3px;
	border-radius: 0;
	box-shadow: none;
	background: #274E66;
	overflow: visible;
	position: relative;
	margin-bottom: 0;
}

.music-player .progress .progress-bar
{
	border-radius: 0;
	box-shadow: none;
	background: #46B3DA;
	transition: none;
	-webkit-transition: none;
}

.music-player .progress .slide
{
	border-radius: 50%;
	width: 11px;
	height: 11px;
	background: #46B3DA;
	position: absolute;
	top: -4px;
	left: 0%;
}

.music-player .player-buttons
{
	height: 45px;
	color: #FFF;
	font-size: 23px;
	text-align: center;
	padding: 5px;
}

.music-player .player-buttons span
{
	cursor: pointer;
}

.music-player .player-buttons span:hover
{
	color: #46B3DA;
}

.music-player .player-buttons .play
{
	margin: 0 30px;
}

.music-player .player-buttons .play i
{
	width: 25px;
}

.music-player .time
{
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	height: 30px;
}

.music-player .time .current-position
{
	position: absolute;
	top: 2px;
	left: 10px;
}

.music-player .time .duration
{
	position: absolute;
	top: 2px;
	right: 10px;
}


/* select2 */

.select2-container
{
	width: 100% !important;
}

.select2-container--default .select2-selection--single
{
	background-color: #F4F4F5;
	border: none;
	border-radius: 0;
}

.select2-container .select2-selection--single
{
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 50px;
	width: 40px;
	background: #1A2334;
	top: 0;
	right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
	border-color: #47B3DA transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
	border-color: transparent transparent #47B3DA transparent
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #000;
	line-height: 50px;
	font-size: 16px;
	font-weight: 300;
}

.select2-dropdown
{
	background-color: #F4F4F5;
	border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
	background-color: #1A2334;
}

.select2-container--default .select2-selection--multiple {
	background-color: #F4F4F5;
	border: none;
	border-radius: 0;
	cursor: text;
	padding: 3px 0;
	height: 50px;

	color: #000;
	font-size: 16px;
	font-weight: 300;
}

.ajax-loader
{
	position: absolute;
	display: none;
	font-size: 50px;
	z-index: 9999;
	background: #F1F1F1;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.ajax-loader i
{
	left: 50%;
	top: 40%;
	position: absolute;
}

.alert-danger
{
	background: #F2DEDE;
	border-radius: 0;
	border: none;
}

.input-group-addon
{
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #47B3DA;
	text-align: center;
	background-color: #1A2334;
	border: none;
	border-radius: 0;
}

/* --- contact form --- */

.employee
{
	line-height: 26px;
}

.employee .employee-title
{
	font-size: 15px;
	font-weight: 600;
	color: #202C40;
	text-transform: uppercase;
}

.employee .employee-name
{
	font-size: 18px;
	font-weight: 300;
	color: #202C40;
}

.employee .employee-email
{
	font-size: 16px;
	font-weight: 300;
	color: #47B3DA;
}

.company
{
	line-height: 26px;;
}

.company .company-name
{
	font-size: 16px;
	font-weight: 600;
	color: #202C40;
	text-transform: uppercase;
}

.company .company-nip, .company .company-address
{
	font-size: 16px;
	font-weight: 300;
	color: #202C40;
}

/* --- account dropdown --- */

.account-toggle
{
	padding: 14px 19px;
	min-width: 50px;
	margin-left: 15px;
}

@media (max-width: 480px)
{
	.account-toggle
	{
		display: none;
	}
}

@media (max-width: 767px)
{
	.account-toggle span
	{
		display: none;
	}

	.account-toggle .fa
	{
		display: inline-block;
	}

}

@media (min-width: 768px)
{
	.account-toggle span
	{
		display: inline-block;
	}

	.account-toggle .fa
	{
		display: none;
	}
}

.account-dropdown
{
	position: relative;
	float: left;
}

.dropdown-menu
{
	background: #46B3DA;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

@media (max-width: 480px)
{
	.dropdown-menu
	{
		right: 0;
		left: initial;
	}
}

.dropdown-menu > li > a
{
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	padding: 14px 17px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	background: none;
	font-weight: 400;
	color: #FFF;
}

.account-dropdown .button-skyblue:hover,
.account-dropdown .button-skyblue:focus
{
	background: #46B3DA;;
}

/* --- flash messages -- */

.flash .alert
{
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.flash .alert-info
{
	background: #DAF0F8;
	font-size: 16px;
	font-weight: 600;
	color: #46B3DA;
	text-align: center;
}

#facebook_temp_image img
{
	margin-bottom: 20px;
}

#facebook_temp_image .facebook_warning
{
	padding: 5px 0;
}

.alert
{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert-warning
{
	color: #8A6D3B;
	background: #FCF8E3;
	border-color: #FAEBCC;
}

.alert-info
{
	color: #31708F;
	background: #D9EDF7;
	border-color: #BCE8F1;
}

.alert-info .link
{
	font-size: 12px;
}

.top-banner
{
	margin: 57px 0 60px 0;
}

.search-box-modal .modal-dialog
{
	width: 100%;
	height: 100%;
	margin: 0;
}

.search-box-modal .modal-header
{
	border: none;
	height: 70px;
}

@media (min-width: 481px) and (max-width: 991px)
{
	.search-box-modal .modal-header
	{
		height: 50px;
	}
}

.search-box-modal .modal-content
{
	background: rgba(73, 179, 218, 0.98);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100%;
}

.search-container
{
	position: relative;
	min-height: 100px;
}

.search-container .ajax-loader
{
	background: transparent;
}

.search-box-modal .close
{
	font-size: 40px;
	color: #FFF;
	font-weight: 300;
	text-shadow: none;
	opacity: initial;
	cursor: pointer;
}

.search-box-modal .modal-backdrop
{
	background: transparent;
}

.search-modal-open
{
	background: #46B3DA;
}

.search-box-modal .form-control
{
	background: transparent;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 48px;
	font-weight: 400;
	height: auto;
	box-shadow: none;
}

@media (min-width: 481px) and (max-width: 767px)
{
	.search-box-modal .form-control
	{
		font-size: 30px;
	}
}

@media (max-width: 480px)
{
	.search-box-modal .form-control
	{
		font-size: 20px;
	}
}

.search-box-modal .form-control::-webkit-input-placeholder
{
	color: #FFF;
}

.search-box-modal .form-control::-moz-placeholder
{
	/* FF 4-18 */
	color: #FFF;
}

.search-box-modal .form-control::-moz-placeholder
{
	/* FF 19+ */
	color: #FFF;
}

.search-box-modal .form-control::-ms-input-placeholder
{
	/* IE 10+ */
	color: #FFF;
}

.search-list h4
{
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	margin: 40px 0 25px;
}

.search-list .search-row
{
	margin-bottom: 20px;
	display: block;
}

#search_results .search-row,
.search-list .search-row a
{
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
}

.search-list .search-row a:hover
{
	color: #1A2334;
	text-decoration: none;
}

@media (max-width: 480px)
{
	#search_box .modal-header
	{
		height: 30px;
		padding: 5px 15px;
	}
}


/* info message */

.bg-info
{
	padding: 15px;
	font-size: 14px;
}

/* --- newsletter --- */

#newsletter .modal-content
{
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

@media (min-width: 768px)
{
	#newsletter .modal-dialog
	{
		width: 720px;
	}
}

#newsletter .modal-header
{
	border: none;
	padding: 0;
	position: relative;
}

#newsletter .modal-dialog
{
	margin-top: 150px;
}

#newsletter .modal-body
{
	padding: 30px;
}

#newsletter .modal-body h2
{
	font-size: 30px;
	font-weight: 300;
	color: #1A2334;
	margin: 0 0 10px 0;
}

#newsletter .modal-body p
{
	font-size: 18px;
	font-weight: 300;
	color: #1A2334;
	margin-bottom: 30px;
}

#newsletter .modal-body h2 b
{
	font-weight: 500;
}

#newsletter .close
{
	font-size: 32px;
	color: #FFF;
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: 400;
	opacity: 1;
}

#newsletter .img-cover
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(26, 35, 52, 0.3);
}

#newsletter .logo-xs
{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 99;
	width: 120px;
}

#newsletter .newsletter-submit
{
	width: 100%;
	margin: 0;
}

#newsletter .email-input
{
	width: 100%;
	margin-bottom: 0;
}

/* --- rodo --- */

/* --- newsletter --- */

#rodo .modal-content {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

@media (min-width: 768px) {
	#rodo .modal-dialog {
		width: 720px;
	}
}

#rodo .modal-header {
	border: none;
	padding: 15px 30px;
	position: relative;
	background-color: #1A2334;
}

#rodo .modal-dialog {
	margin-top: 150px;
}

#rodo .modal-body {
	padding: 30px;
}

#rodo .modal-body h2 {
	font-size: 26px;
	font-weight: 300;
	color: #1A2334;
	margin: 0 0 25px 0;
}

#rodo .modal-body p {
	font-size: 16px;
	font-weight: 300;
	color: #1A2334;
	margin-bottom: 30px;
}

#rodo .modal-body h2 b {
	font-weight: 500;
}

#rodo .close {
	font-size: 32px;
	color: #FFF;
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: 400;
	opacity: 1;
}

#rodo .logo-xs {
	width: 60px;
}

#rodo .newsletter-submit {
	width: 100%;
	margin: 0;
}

.tmp-box {
	border: 2px dashed #1A2334;
	background: #46B3DA;
}

.tmp-box p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.site-wrapper {
	background: #fff;
	padding-bottom: 15px;
}

#content {
	padding-top: 15px;
}

#video-volume {
	position: fixed;
	top: 60px;
	right: 0;
	width: 70px;
	height: 50px;
	z-index: 9999;
}

#video-volume i {
	cursor: pointer;
	display: block;
	opacity: 0.9;
}

.adult-disclaimer{
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.adult-confirm{
	margin-right: 40px;
}

.button-group{
	text-align: center;
}

#search_box .modal-content{
	overflow-y: scroll;
}
