/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #f4f4f4;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
h1{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #28bbee;
}
h2{
	font-size: 20px;
	color: #28bbee;
}
h3{
	font-size: 18px;
}
a {
    color: #28bbee;
    text-decoration: none;
	outline: 0!important;
}
a:hover, a:focus {
    color: #28bbee;
    text-decoration: none;
}	
img {
    max-width: 100%;
}
a img {
	border: none;
	outline:0;
}
:focus{
	-moz-outline-style:none;
	outline: 0;
}
a.button, input.button, .btn, .btn-primary{
	cursor: pointer;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	background: #28bbee;
	border-radius: 3px;
	border: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.button, .btn {
	display: inline-block;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
}
a.button + a.button, .btn+.btn {
	margin-left: 15px;
}
input.button, .btn-primary {
	margin: 0;
	border:none;
	border-radius: 3px;
	height: 50px;
	padding: 0px 30px 0px 30px;
}
a.button:hover, input.button:hover, .btn-primary:hover, .btn:hover, 
a.button:focus, input.button:focus, .btn-primary:focus, .btn:focus {
	color: #FFFFFF;
	background: #444444;
	-webkit-animation: btn-animate 0.2s ease-in-out;
	animation: btn-animate 0.2s ease-in-out;
}
.grey-btn{
	background: #444444;
}
.fa{
	width:15px;
	margin-right: 5px;
}
.scroll-top{
	position: fixed!important;
	right:-50px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	z-index: 999;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	background: #FFF;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
.scroll-top.affix{
	right:25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.scroll-top .fa{
	width:100%;
	margin: 0px;
}
.scroll-top:hover{
	color: #28bbee;
}
.affix-top{
position: relative
}

/* GENERAL FORM STYLES *****************************/

legend {
	display: block;
	width: 100%;
	padding: 0px;
	font-size: 24px;
	color: #28bbee;
	border-bottom: 1px solid #EEEEEE;
}
.control-group{
	position: relative;
	margin-bottom: 15px;
}
.controls{
	position: relative;
}
.controls .btn{
	margin-right: 15px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
/*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
	box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border: 1px solid #28bbee;
    box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 3px;
    display: inline-block;
	vertical-align: middle;
    margin-bottom: 0px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
/*	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;*/
	box-shadow: none;
	background-color: #FFFFFF;
	font-size: 14px;
    line-height: 20px;
	color: #333333;
	font-weight: normal;
}
label {
    display: block;
    margin-bottom: 0px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
	outline: none!important;
}
.control-group textarea{
	width:100%;
}
select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
	outline: none!important;
}

/* SELECT BOX *****************************/

.selectBox-dropdown {
    position: relative;
    outline: none;
    vertical-align: middle;
    display: block;
    cursor: pointer;
	position: relative;
	color: #666;
	width: 100%!important;
	border: solid 1px transparent;
	padding: 0px 15px;
	height: 40px;
	background: none;
	text-decoration: none;
    text-align: left;
	height: 38px;
	border-radius: 3px;
	line-height: 38px;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 9;
    max-height: 200px;
    min-height: 1em;
    border: 1px solid #efefef;
    background: #FFF;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
	color: #666666;
}
.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.selectBox-options li a {
    padding: 3px 15px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
	cursor: pointer;
}
.selectBox-options li a:hover {
	color: #28bbee;
}
.selectBox-options LI.selectBox-hover A {
    background-color: #FaFaFa;
}
.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #EEEEEE;
}
.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #EEEEEE;
}
.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/* GENERAL WRAPPER STYLES *****************************/

#wrapper, #fullcontent, #main-content {
	position: relative;
}
#wrapper{
}
#wrapper.search-page > .container, #wrapper.profile-page > .container, #wrapper.event-page > .container, #wrapper.offers-page > .container, #wrapper.offer-page > .container{
	width:100%;
	padding: 0px;
	overflow: hidden;
}
#wrapper > .container{
	margin-top: 70px;
	margin-top: 120px;
}
.home-page #wrapper > .container{
	margin-top: 0px;
}
#nav-top {
    position: fixed;
	top:0;
	width: 100%;
	z-index: 99;
}
#fullcontent-home{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background: url(../images/arnhem-centrum-main1.jpg) center no-repeat #262f3f;
    background-size: cover;
}

.home-banner { 
    position: absolute;
	display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background: url(../images/arnhem-centrum-main1.jpg) center no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: banneranimate 24.0s linear infinite;
	animation: banneranimate 24.0s linear infinite;
}
@keyframes banneranimate {
	0% { opacity: 0;
		transform: scale(1);
	}
	2%, 98% { opacity: 1; }
	100% { opacity: 0;
		transform: scale(1.2);
	}
}
@-webkit-keyframes banneranimate {
	0% { opacity: 0;
		-webkit-transform: scale(1);
	}
	2%, 98% { opacity: 1; }
	100% { opacity: 0;
		-webkit-transform: scale(1.2);
	}
}
#subbanner{
	position: relative;
	display: block;
/*
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 24px 0px;
	bottom: 0px;
*/
}
#subbanner-home{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 24px 0px;
}
#subbanner-home:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0%;
	bottom:0;
	left:0;
	background: rgba(40,187,238,0.5);	
	z-index: 0;
}
#subbanner-home:after{	
	-webkit-animation: icon-bg-animate 0.5s ease-in;
	animation: icon-bg-animate 0.5s ease-in;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#subbanner-home.sticky{
	position: fixed;
	bottom: inherit;
	top: 0px;
	padding: 8px 0px;
/*	background: rgba(40,187,238,1);*/
	background:#262f3f;
	z-index: 98;
	-webkit-animation: icon-bar-animate 0.4s ease-out;
	animation: icon-bar-animate 0.4s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}
#subbanner{
	position: fixed;
	bottom: inherit;
	top: 70px;
	padding: 8px 0px;
	background:#262f3f;
	z-index: 98;
	width: 100%;
	left: 0;
/*
	-webkit-animation: icon-bar-animate 0.4s ease-out;
	animation: icon-bar-animate 0.4s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
*/
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}
#subbanner-home.sticky:after{
	display: none;
}
#main-content {
	position: relative;
	margin-bottom: 30px;
	min-height: 620px;
}
.main-box {
	position: relative;
}
.content-box {
	position: relative;
	margin: 30px 0px;
	background: #FFFFFF;
	border-radius: 3px;
	padding: 16px;
}
.item-pagestart-page{
	display: none;
}
#nav-subcontent{
/*	background: #262f3f;*/
	background: #FFFFFF;
/*	padding-top: 70px;*/
}
#nav-subcontent{
	position: relative;
	float: left;
	margin-left: 10%;
	width: 25%;
	z-index: 99;
}

/* NAV STYLES *****************************/

#nav-top .logo-container{
	position: relative;
}
#nav-top .logo-container:after{
	content: '';
	display: block;
	clear: both;
}
#nav-top .navbar{
	margin: 0px;
	padding: 0px;
	z-index: 9;
}
#nav-top{
/*	background:#262f3f;*/
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.home-page #nav-top .logo-main, .home-page #nav-top .navbar-default .navbar-nav > li > a{
	color: #FFFFFF;
}
.home-page #nav-top.affix, #nav-top.affix{
/*	background:#262f3f;*/
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
/*
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
*/
}
.home-page #nav-top{
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.home-page #nav-top.affix .logo-main, .home-page #nav-top.affix .navbar-default .navbar-nav > li > a{
	color: #424242;
	color: #262f3f;
}
.logo-main{
	position: relative;
	display: inline-block;
	margin: 0px;
	width:230px;
	z-index: 99;
	float: left;	
	padding: 18px 0px;
	line-height: 30px;
}
.logo-main img{
	height: 100%;
}
.logo-main:after{
	content: 'Beta';
	position: absolute;
	display: block;
	width: 30px;
	right: -36px;
	bottom: 28px;
	font-size: 11px;
	color: #262f3f;
	line-height: 1px;
}
.weer-widget{
	position: absolute;
	display: block;
	height: 60px;
	width:125px;
	left: 400px;
	top:5px;
	margin: 0px;
	overflow: hidden;
	z-index: 99;
}
nav.navigation{
	position: absolute;
	width: 100%;
	top:0;
	left;0;
}
.main-nav{
/*	margin-right: 25%;*/
	float: right;
}
.home-page .main-nav{
	margin-left: 0px;
	float: right;
}
.home-page .main-nav:after{
	content:'';
	display: block;
	clear: both;
}
.navbar-default {
/*    background-color: rgba(0, 0, 0, 0);*/
    background: none;
	border: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse {
	border: none;
	box-shadow: none;
}
.container > .navbar-collapse{
	margin-left: -15px;
	margin-right: -15px;
}
.sub-menu-wrapper{
	position: relative;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}
#nav-top .navbar-default .navbar-nav > li {
	position: static;
	display: block;
	float: left;
	padding: 15px 0px;
}
#nav-top .navbar-default .navbar-nav > li > a{
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
/*	text-transform: uppercase;*/
	color: #FFFFFF;
	color: #424242;
}
#nav-top .navbar-default .navbar-nav > li > a:hover, #nav-top .navbar-default .navbar-nav > li > a:focus, .home-page #nav-top.affix .navbar-default .navbar-nav > li > a:hover{
    text-decoration: none;
    background: none;
	color:#28bbee;
}
#nav-top .navbar-default .navbar-nav>.active>a, #nav-top .navbar-default .navbar-nav>.active>a:hover, #nav-top .navbar-default .navbar-nav>.active>a:focus {
	text-decoration: none;
    background: none;
	color:#28bbee;
}
.nav .hide-link{
	display: none!important;
}
#nav-top .navbar-default .navbar-nav > li > a.login-link {
	padding-right: 0px;
}
.nav .login-link:before{
	font-family: FontAwesome;
	content:"\f023";
	display: inline-block;
	width:15px;
	height:12px;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
#nav-top .nav-child{
	position: absolute;
	left:0px;
	right:0px;
	top:70px;
	width:100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: #FFFFFF;
	border:none;
	border-bottom: 1px solid #BBBBBB;
	border-radius: 0px;
	list-style: none;
	z-index: 9;
	box-shadow: none;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.3);
}
#nav-top .nav-child.open:after{
	content: '';
	display: block;
	clear: both;
}
#nav-top .nav-child li a{
	display: block;
	color: #424242;
	padding: 5px 0px;
	font-size: 14px;
}
#nav-top .nav-child li a:hover{
	color:#28bbee;
}
#nav-top .nav-child li.megacol-header a{
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 5px 0px;
	font-size: 14px;
	font-weight: 700;
}
#nav-top .nav .header-link{
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 700;
}
/*
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 9px;
    margin: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 0px;
    margin: 16px 15px;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
	width:20px;
	background-color: #424242;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #EEE;
	background: none!important;
}
.search-btn{
	display: none;
    position: absolute;
	right:0px;
	top:0px;
    padding: 6px 6px 6px 8px;
	font-size: 18px;
	line-height: 20px;
    margin: 15px;
/*    border: 1px solid #efefef;*/
	border: 0px;
    border-radius: 3px;
	cursor: pointer;
	z-index: 99;
	color:#424242;
}
.search-btn:hover{
	background-color: #EEE;
	background: none;
}
.side-menu{
	position: relative;
	margin: 30px 0px;
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}
.side-menu h3{
	margin: 0px;
	padding: 16px 16px;
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	color: #28bbee;
}
.side-menu ul{
	list-style: none;
}
.side-menu .nav > li {
	position: relative;
}
.side-menu .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 16px;
	border-bottom: 1px solid #efefef;
	color: #424242;
	background:none!important;
}
/*
.side-menu .nav > li:last-child > a {
 	border-bottom: 0px;
}
*/
.side-menu .nav .nav-child{
	display: none;
	height: 0%;
	border-bottom: 1px solid #efefef;
	padding: 8px 0px;
	margin: 0px;
}
.side-menu .nav .nav-child a{
	display: block;
	padding: 8px 16px;
	color: #424242;
}
.side-menu .nav > li.active .nav-child{
	display: block;
}
.side-menu .nav > li:hover .nav-child{}
.side-menu .active > a{
	font-weight: 700;
}
.side-menu .nav > li > a:hover, .side-menu .nav .nav-child a:hover {
	color: #28bbee;
}
.nav .drop-btn{
	display: none;
}
.side-menu .menu-btn, .side-menu .nav .drop-btn, #nav-top .nav-child .list-unstyled .sub-menu-trigger{
	position: absolute;
	display: block;
	right: 0px;
	height: 40px;
	width:40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #424242;
	cursor: pointer;
	z-index: 2;
}
#nav-top .nav-child .list-unstyled .sub-menu-trigger{
	display: none;
	font-size: 18px;
}
.side-menu .menu-btn:hover, .side-menu .nav .drop-btn:hover, #nav-top .nav-child .list-unstyled .sub-menu-trigger:hover{
	color: #28bbee;
}
.side-menu .menu-btn, .footer-left .menu-btn{
	top: 3px;
	display: none;
}
.item-content a:hover, .a-link:hover, .t-link:hover, .e-link:hover, .m-link:hover, .i-link:hover,
.fb-link:hover, .tw-link:hover, .pin-link:hover, .yt-link:hover, .ig-link:hover{
	color: #424242;
}
.a-link:before, .t-link:before, .e-link:before, .m-link:before, .i-link:before,
.fb-link:before, .tw-link:before, .pin-link:before, .yt-link:before, .ig-link:before{
	font-family: FontAwesome;
	content:"\f0ac";
	display: inline-block;
	width:15px;
	height:12px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	line-height: 19px;
}
.t-link:before{
	content:"\f095";
}
.e-link:before{
	content:"\f0e0";
	font-size: 13px;
}
.m-link:before{
	content: "\f041";
}
.i-link:before{
	content: "\f03e";
}
.fb-link:before{
	content: "\f09a";
}
.tw-link:before{
	content: "\f099";
}
.pin-link:before{
	content: "\f0d2";
}
.yt-link:before{
	content: "\f16a";
}
.ig-link:before{
	content: "\f16d";
}

/* CONTENT STYLES *****************************/

.grad-line{
	position: absolute;
	display: block;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.4);
}
.home-content{
/*	padding: 0px 8px;*/
}
.latestbusiness, .latest-offers, .latest-events{
	position: relative;
/*	margin: 0px 0px 16px 0px;*/
}
.latestbusiness{
	margin-top: 24px;
}
.latestbusiness:after, .latest-offers:after, .latest-events:after{
	content: '';
	display: block;
	clear: both;
}
#search-path {
	position: relative;
	display: block;
	line-height: 20px;
	margin: 10px 0px;
	font-size: 12px;
}
#search-path:after {
	content: '';
	display: block;
	clear: both;
}
#search-path ul {
	list-style-type: none!important;
	margin: 0;
	padding: 0!important;
	line-height: 20px;
}
#search-path ul li {
	display: inline;
	margin: 0px;
	padding: 0px 3px;
	background: none;
}
#search-path ul li:after {
	content: '>';
	display: inline-block;
	text-align: center;
	padding-left: 5px;
}
#search-path ul li:last-child:after {
	content: '';
	width:0px;
}
#search-path ul li a {
	padding:0;
	color: #424242;
}
#search-path ul li a:hover {
	color:#28bbee;
}
.social-share-pro{
	float: right;
}
.social-share-pro ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-share-pro ul li {
    display: inline-block;
    height: 30px;
	line-height: 30px;
    margin-left: 15px;
}
.social-share-pro ul li a{
	display: block;
}
.social-share-pro ul li a .fa{
	vertical-align: middle;
	width: inherit;
	font-size: 22px;
	margin: 0px;
}
/* SHOWBOX STYLES *****************************/

#grid-content{
	position: relative;
	margin-top: 24px;
	padding: 0px 4px;
}
#grid-content .no-results{
	position: relative;
	margin: 0px 12px;
	text-align: center;
	padding: 16px;
	border-radius: 3px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	background: #FFFFFF;
	font-weight: 700;
}
.show-box-wrap{
	position: relative;
	float: left;
	width:25%;
	padding: 0 12px;
	margin:0px 0px 24px 0px;
}
.show-box{
	border-radius: 3px;
	background: #FFFFFF;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
.show-box-wrap:after, .show-box:after{
	display: block;
	content: '';
	clear: both;
}
.show-box .featured-image{
	position: relative;
	background-color: #FFFFFF;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
	height: 160px;
}
.show-box .featured-image a{
	position: absolute;
	top:0;
	left:0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-radius: 3px 3px 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.show-box .featured-image:hover a{
	width: 110%;
	height: 110%;
	left:-5%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.show-box .category-icon{
	position: relative;
	display: none;
}
/*
.show-box .category-icon a{
	position: absolute;
	display: block;
	top: -36px;
	left: 50%;
	margin-left: -36px;
	width: 72px;
	height: 72px;
	padding: 20px;
	background: url(../images/bg-category-icon.png) center no-repeat;
	text-align: center;
	z-index: 2;
}
 .latestbusiness .show-box .category-icon{

*/

.offer-box .show-box .category-icon, .event-box .show-box .category-icon{
	display: block;
	position: absolute;
	top:0px;
	left: 36px;
	z-index: 2;
}
.show-box .category-icon a{
	position: relative;
	display: inline-block;
	padding: 12px;
	background: #ff9400;
	text-align: center;
	border-radius: 0px 0px 3px 3px;
	z-index: 2;
}
.show-box .category-icon a img{
	margin-top: -4px;
	width:22px;
}
.show-box .featured-icon{
	display: block;
	position: absolute;
	top:0px;
	left: 36px;
	z-index: 2;
}
.show-box .featured-icon span{
	position: relative;
	display: inline-block;
	padding: 8px 8px;
	background: #ff9400;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
}
.show-box .featured-icon span i{
		font-size: 26px;
	margin: 0px;
	width:30px;
	vertical-align: sub;
}

.show-box .show-box-info{
	position: relative;
	padding:24px 24px 8px 24px;
}
.show-box .show-box-info .rating-block{
	margin: 10px 0px;
	display: none;
}
.show-box .show-box-info .rating-block .rating-view{
	margin: 0px auto;
}
.show-box .show-box-info a.show-box-name{
	display: block;
	color: #424242;
	font-size: 16px;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	line-height: 1.4;
}
/*
.show-box .show-box-info .show-box-details{
	font-weight: 400;
	display: block;
	color: #9e9e9e;
	font-size: 12px;
}
*/
.show-box .show-box-info .show-box-desc{
	min-height: 108px;

	max-height: 126px;
	overflow: hidden;
	font-weight: 300;
}

.offer-box .show-box .show-box-info .show-box-desc, .event-box .show-box .show-box-info .show-box-desc{
	min-height: 44px;
}
.show-box .show-box-info .show-box-desc p{
	margin: 0;
}
.show-box .show-box-info .show-box-details .date, .show-box .show-box-info .show-box-details .adres{
	display: block;
	margin-bottom: 10px;
}
.show-box .show-box-options{
	position: relative;
	overflow: hidden;
	padding: 8px 24px 16px 24px;
	height: 56px;
}
.show-box .show-box-options > a{
	display: block;
	font-size: 14px;
	color: #AAAAAA;
	line-height: 32px;
	text-align: right;
}
.show-box .show-box-options > a:hover, .show-box .show-box-options > a:focus {
    color: #28bbee;
}
.show-box-social{
	position: absolute;
	width: 100%;
	left:-100%;
	top:0px;
	background: #FFFFFF;
	border-radius: 3px;
}
.show-box-social:hover{
	left:0%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.show-box-social-btn{
	position: absolute;
	width: 48px;
	height: 48px;
	right:-60px;
	top:0px;
	background: url(../images/icon-share.png) center center no-repeat;
	cursor: pointer;
}
/*.social-share-multi*/
.show-box .social-share{
	float: none;
}
.show-box .social-share a{
	font-size: 22px;
}
.show-box ul.social-share{
	list-style: none;
	margin: 0px;
	padding: 0px 24px;
	height: 48px;
	line-height:48px;
}
.show-box ul.social-share li{
	display: inline-block;	
/*	height: 30px;*/
	margin-right: 16px;
}
.show-box .social-share ul li .fa{
	width:inherit;
}
.show-box .show-box-info{
	height: 200px;
}
.offer-box .show-box .show-box-info, .event-box .show-box .show-box-info {
	height: 130px;
}
#company-blocks .box-hrz .show-box .show-box-info, .latest-offers .box-hrz .show-box .show-box-info, .events-container .box-hrz .show-box .show-box-info {
	min-height: inherit;
}

.box-hrz{
	width: 50%;
}
.box-hrz .show-box{
	padding: 0px;
}
.box-hrz .show-box .featured-image{
	position: relative;
	display: block;
	width: 50%;
	width: calc(50% - 12px);
	height: 100%;
/*	min-height: 216px;*/
	min-height: 232px;
	float: left;
	border-radius: 3px 0px 0px 3px;
}
.box-hrz .show-box .featured-image a{
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-radius: 3px 0px 0px 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box-hrz .show-box .featured-image:hover a{
	width: 110%;
	height: 110%;
	left:-5%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.box-hrz .show-box .show-box-info{
	float: right;
	width: 50%;
	padding: 24px 24px 0px 12px;
	height: inherit;
}
.box-hrz .show-box .show-box-info .show-box-desc{
	min-height: 104px;
	max-height: 104px;
}
.box-hrz .show-box .show-box-options{
	position: absolute;
	display: block;
	width: 50%;
	bottom: 0px;
	right: 12px;
}
.box-full .show-box{
	position: relative;
}
.box-full .show-box .featured-image{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	float: none;
	border-radius: 3px;
	z-index: 0;
}
.box-full .show-box .featured-image:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(39,40,49,0.8);
}
.box-full .show-box .featured-image a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.box-full .show-box-social {
	background: rgba(39,40,49,1);
	background: none;
}
.box-full .show-box .show-box-info {
    position: relative;
	padding: 124px 24px 80px 24px;
	text-align: center;
	color: #FFF;
	height: 360px;
}
.box-full .show-box .show-box-options > a, .box-full .show-box .show-box-info a.show-box-name, .box-full .show-box .show-box-info .show-box-details, .box-flhz .show-box .show-box-options > a, .box-flhz .show-box .show-box-info a.show-box-name, .box-flhz .show-box .show-box-info .show-box-details, .box-flhz .show-box .social-share a {
    color: #FFF;
}

.box-flhz{
	width: 50%;
}
.box-flhz .show-box{
	padding: 0px;
	position: relative;
}
.box-flhz .show-box .featured-image{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	float: none;
	border-radius: 3px;
	z-index: 0;
}
.box-flhz .show-box .featured-image:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(40,187,238,0.9);
}
.box-flhz .show-box .featured-image a{
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-radius: 3px 0px 0px 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box-flhz .show-box .featured-image:hover a{
	width: 110%;
	height: 110%;
	left:-5%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.box-flhz .show-box .show-box-info{
    position: relative;
	padding: 24px 24px 80px 24px;
	text-align: center;
	color: #FFF;
/*	min-height: 216px;*/
	min-height: 232px;
}
.box-flhz .show-box .show-box-info .show-box-desc{
	padding: 0px 20%;
}
.box-flhz .show-box-social {
	background: none;
}
.box-flhz .show-box .show-box-options{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.box-flhz .show-box .show-box-social-btn {
	background: url(../images/icon-share-white.png) center center no-repeat;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.show-box.basic .show-box-info {
		overflow: hidden;
	}	
	.show-box.basic .show-box-info .show-box-desc p{
		position: absolute;
		width: 100%;
		height: 100%;
		left: -300px;
		top: -300px;
		color: rgba(0, 0, 0, 0.8);
		text-shadow: 300px 300px 8px rgba(0, 0, 0, 1);
	}
}
.show-box.basic .show-box-info .show-box-desc{
	position: relative;
	zoom: 1;
	-webkit-filter: blur(3px);
    filter: blur(3px);
	opacity: 0.6;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* SEARCH STYLES *****************************/

#fullcontent-home #companies-search{
	position: relative;
	display: block;
	text-align: center;
	width: 60%;
	margin: 16% auto 18% auto;
	z-index:1;
	opacity: 0;
	-webkit-animation: btm-in-animate 1.0s ease-out;
	animation: btm-in-animate 1.0s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
#nav-subcontent #companies-search{
	position: relative;
	display: block;
	margin: 11px 0px;
/*	width:66.6666%;*/
/*
	
	float: right;
*/
	padding: 0;
	z-index:1;
}
#companies-search h1{
	font-size: 76px;
	font-weight: 400;
	margin: 0 3% 24px 3%;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	letter-spacing: -1px;
}
#companies-search p{
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
	color: #FFFFFF;
}
#searchform{
	padding: 0px!important;
}
#searchform form{
	position: relative;
	display: block;	
	margin: 0 10%;
}
#searchform form:after{
	content: '';
	display: block;
	clear: both;
}
#searchform span.label{
	position: relative;
	background: none;
	display: inline !important;
	padding: 0!important;
	margin: 0!important;
}
#searchform .form-container{
	position: relative;
	float: left;
	width:100%;
}
#searchform .form-field input{
	position: relative;
	width: 100%;
	height: 48px;
	padding: 8px 16px;
	border-radius: 0px;
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#searchform .form-field ::-webkit-input-placeholder {
   	color: #FFFFFF;
}
#searchform .form-field ::-moz-placeholder { 
	opacity: 1;
   	color: #FFFFFF;
}
#searchform .form-field :-ms-input-placeholder {
   	color: #FFFFFF;
}
#nav-subcontent #searchform .form-field ::-webkit-input-placeholder {
   	color: #424242;
}
#nav-subcontent #searchform .form-field ::-moz-placeholder { 
	opacity: 1;
   	color: #424242;
}
#nav-subcontent #searchform .form-field :-ms-input-placeholder {
   	color: #424242;
}
#nav-subcontent #searchform form{
	margin: 0;
}
#nav-subcontent #searchform .form-field input{
/*	border: 2px solid #FFFFFF;*/
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #424242;
	box-shadow: none;
	padding: 8px 16px;
/*
	-webkit-box-shadow: inset 2px 1px 3px 1px rgba(0,0,0,0.15);
	box-shadow: inset 2px 1px 3px 1px rgba(0,0,0,0.15);
*/
}
#nav-subcontent #searchform .form-field input:focus{
	border-bottom:1px solid #424242;
}
#searchform label{
	display: none;
}
#companies-search textarea:focus, #companies-search input:focus, #companies-search select:focus, #companies-search password:focus  {
	border: none;
	border-bottom: 1px solid #28bbee;
/*   box-shadow: 0px 0px 5px rgba(247, 169, 0, 0.15) inset;*/
	box-shadow: none;
	outline: 0 none;
}
/*
.search-dir-button{
	float: left;
	margin: 0px;
	padding: 15px;
	width:25%;
	background: #28bbee;
	border: 1px solid #28bbee;
	border-radius: 3px;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
*/
.search-dir-button{
	position: absolute;
	top:0;
	right: 4px;
	margin: 0px;
	padding: 0px 16px;
	width:48px;
	background: none;
	border:none;
	text-align: center;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
#nav-subcontent .search-dir-button{
	color: #424242;
}
.search-dir-button:hover{
	color: #FFFFFF;
}
#nav-subcontent .search-dir-button:hover{
	color: #28bbee;
	background: none;
}
#companies-search ul{
	display: inline;
    font-size: 1.1em;
}
#companies-search ul li{
	display: inline;
    font-size: 1.1em;
    margin-left: 0.5em;
}
.ui-autocomplete-loading {
/*	background: white url('../images/loading_small.gif') right center no-repeat;*/
}
.ui-autocomplete {
/*	max-height: 180px;*/
	max-height: 171px;
	overflow-y: auto;
	overflow-y: hidden!important;
	overflow-x: hidden;
	z-index: 999!important;
	border-radius: 0px 0px 3px 3px!important;
	padding: 0px!important;
	border: none!important;
}
.ui-menu .ui-menu-item {
/*	margin-right: 50px;*/
}
.ui-menu .ui-menu-item a{
	padding: 7px 16px!important;
	line-height: 20px!important;
}
* html .ui-autocomplete {
	height: 200px;
}
.ui-autocomplete .ui-menu-item .ui-state-focus {
	background:#262f3f;
	border: 1px solid #262f3f;
	color: #FFFFFF!important;
}
.ui-autocomplete.ui-front.ui-menu{
	z-index: 11000!important;
}
.ui-menu .ui-menu-item a {
	font-size: 14px;
	line-height: 1.8;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
}
#searchform .ui-button{
	height: 29px;
	margin-left:1px;
}
.ui-icon-triangle-1-s {
    background-position: -128px 0;
}
#search-box{
	position: relative;
	display: block;
	clear: both;
	z-index: 3;
}
.search-box-btn{
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #efefef;
	cursor: pointer;
}
.search-box-btn .fa{
	width: inherit;
	margin: 0px 0px 0px 3px;
}
.search-box-btn:hover{
	color: #28bbee;
}
/* SEARCH RESULTS STYLES *****************************/

#search-results {
	position: relative;
	border-radius: 3px;
	padding: 24px;
	padding-bottom: 0px;
	margin-top: 24px;
/*	border: 1px solid #efefef;*/
	background: #FFFFFF;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
#offers #search-results, #events #search-results {
	padding-bottom: 24px;
}
#search-results:after{
	content: '';
	display: block;
	clear: both;
}
.category-container{
	position: relative;
	display: inline-block;
	float: left;
	margin-bottom: 0px;
}
.category-desc{
/*	padding-top: 10px;*/
}
.search-filter {
	position: relative;
}
#search-results h1{
	margin: 0px 0px 20px 0px;
}
#search-results h3 {
	font-size: 22px;
	margin: 0px;
	line-height: 40px;
}
#search-results .search-keyword{
/*	line-height: 20px;*/
}
#search-details{
	position: absolute;
	display: block;
	width:20%;
	width: calc(20% - 28px);
/*	right: 24px;*/
	right: calc(20% + 24px);
	bottom: 24px;
	border: 1px solid #efefef;
	height: 40px;
	border-radius: 3px;
	line-height: 28px;
	padding: 5px 15px;
	z-index: 2;
}
#events #search-details{
	right: 24px;
}
#search-info {
	position: relative;
}
#search-info ul {
	float: left;
	list-style-type: none;
	line-height: 20px;
	margin: 0!important;
	padding: 0;
}
#search-info input{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#search-info strong{
	font-size: 12px;
}
#search-info label{
	padding: 0;
	margin: 0;	
	display:inline;
	line-height: 17px;
}
#search-info ul li {
	margin: 0!important;
	padding: 0!important;
	float: left;
	margin-right: 15px!important;
	list-style: none;
	line-height: 21px !important;
	font-weight: bold;
	background-image: none!important;
}
.search-toggles{
/*	float: right;*/
    color: #666;
/*    line-height: 1.8;*/
}
.result-counter{
	display: block;
	float: none;
	text-align: left;
	color: #28bbee;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-toggles .view-mode {
    margin: 0px 0px 0 10px;
    border: 1px solid #E1E1E1;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    float: left;
    height: 27px;
    padding: 0!important;
}

.map-box{
	position: relative;
	margin: 0px 0px;
	background: #FFFFFF;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	z-index: 0;
}
.map-box .view-mode, .map-btn{
	position: absolute;
	top:-30px;
	top:0px;
	right: 0px;
	background: #FFFFFF;
	z-index: 2;
}
.map-box .view-mode a, .map-btn a{
	display: block;
	padding: 5px 15px;
	line-height: 30px;
	color: #FFFFFF;
	background: #28bbee;
/*	font-weight: 700;*/
	text-align: center;
	min-width: 160px;
	border-radius:3px;
}
.map-btn i{
	font-size: 18px;
}
.map-box .view-mode a:hover, .map-btn a:hover{
	background: #444444;
}
#search-results .map-btn{
	position: absolute;
	display: block;
	width:20%;
	width: calc(20% - 28px);
	top:24px;
	right: 24px;
}
#companies-map-container{
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0px 0px -72px 0px;
	z-index: 1;
}
#map-content{
	padding: 5px 5px 0px 5px;
}
#map-content h2{
	margin-top: 0px;
	font-size: 16px;
}
#map-content .map-company{
	font-size: 14px;
	font-weight: 700;
}
.search-filters.row{
	margin-right: -12px;
	margin-left: -12px;
}
.search-filters{
	position: relative;
	padding-top: 24px;
}
.search-filters .filter-box{
	width:20%;
	float: left;
	padding: 0px 12px;
	margin-bottom: 24px;
}
.date-filter{
	padding-top: 24px;
}
.date-filter .filter-box{
	width:20%;
	float: left;
	padding: 0px 12px;
	margin-left: -12px;
}

.search-filters .search-toggles{
	width:20%;
	float: right;
	padding: 0px 12px;
	margin-bottom: 24px;
}
.search-filters .search-toggles .result-counter{
	overflow: hidden;
	border: 1px solid #efefef;
	height: 40px;
	border-radius:3px;
	line-height: 28px;
	padding: 5px 12px;
	display: block;
	text-align: left;
	color: #28bbee;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-filters .filter-box .select-wrap, .date-filter .filter-box .select-wrap{
	position: relative;
	overflow: hidden;
	border: 1px solid #efefef;
	height: 40px;
	border-radius:3px;
	line-height: 30px;
	background: #FEFEFE url(../images/drop-arrow.png) no-repeat scroll 97% 10px;
} 
.search-filters .filter-box .select-wrap select, .date-filter .filter-box .select-wrap select{
	position: relative;
	color: #424242;
	width: 100%;
	border: 0px;
	padding: 5px 12px;
	height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	appearance: none;
	background: transparent url(../images/drop-arrow.png) no-repeat scroll 97% 10px;
}
.search-filters .filter-box .select-wrap select::-ms-expand, .date-filter .filter-box .select-wrap select::-ms-expand {
    display: none;
}
.search-filters .filter-box .select-wrap select:focus{
/*	border: 0!important;*/
} 

.search-filters .filter-box .select-wrap select option:first-child, .date-filter .filter-box .select-wrap select option:first-child{
	font-weight: 700;
}
/*
.search-filters .filter-box:nth-child(6), .search-filters .filter-box:nth-child(7), .search-filters .filter-box:nth-child(8){
	padding-top: 20px;
}
*/
.search-filters select option{
	padding: 5px 15px;
}

/*
#grid-content .show-box{
	text-align: center;
	margin:0px 0px 50px 0px;
	border-radius: 5px;
	border: 1px solid #efefef;
	background: #FFFFFF;
}
*/
#companies-map{
	width: 100%;
	height: 400px;
}
#companies-map h1{
	margin-top: 5px;
}
#companies-map img {
    max-width: none;
}


/* COMPANY PROFILE STYLES *****************************/

#company-profile{
	position: relative;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
	background: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	margin-bottom: 60px;
}
#company-profile:after, #company-info:after, #company-blocks:after, #company-info .company-links:after, #company-info .company-address:after, #company-info .company-filters:after, #company-info .company-visiting-hours:after, #company-info .social-networks:after{
	content: '';
	display: block;
	clear: both;
}
#company-header-image{
	position: relative;
	display: block;
/*	border-radius: 3px 3px 0px 0px;*/
	overflow: hidden;
/*	max-height: 275px;*/
}
#company-header-image img{
	width:100%;
}
#company-header-image .empty-banner{
	position: relative;
	display: block;
}
#company-header-image .empty-banner .banner-title{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#company-header-image .empty-banner .banner-title .banner-title-text{
	position: relative;
	display: block;
	padding-top: 10%;
	padding-left: 90px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #28bbee;
	line-height: 1.0;
}
.banner-title-text div{
	font-size: 36px;
}
.banner-title-text span{
	font-size: 20px;
}
#company-info{
	position: relative;
	padding-top: 15px;
	padding-bottom: 45px;
}
#company-info ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.company-info-left{
	position: relative;
	padding-right: 30px;
	padding-left: 45px;
	padding-top: 30px;
}
.company-info-right{
	position: relative;
	padding-right: 45px;
	padding-left: 30px;
	padding-top: 15px;
}
.company-logo{
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 3px;
	background: #FFFFFF;
	overflow: hidden;
	margin-top: -160px;
	margin-left: 45px;
	margin-bottom: 40px;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
#company-info h1{
	font-size: 20px;
	font-weight: 700;
	color: #28bbee;
}
#company-info .company-address{
	position: relative;
	margin: 0px -15px 30px -15px;
	font-size: 14px;
}
#company-info .company-address a{
	color: #424242;
}
#company-info .company-address a:hover, #company-info .company-address a:focus, #company-info .company-address a:active{
	color: #28bbee;
}
#company-info .company-address .adres1{
	position: relative;
	padding-left: 20px;
}
#company-info .company-address .adres1 i{
	position: absolute;
	left: 0;
	top:6px;
}
#company-info .company-address .adres2{
	padding-left: 20px;
}
#company-info .company-address ul{
	padding: 0px 15px;
	width:50%;
	float:left;
}
#company-info .company-address ul .fa{
	color: #424242;
}
#company-info .company-filters{
	position: relative;
	margin: 0px -15px 20px -15px;
}
#company-info .company-filters ul{
	position: relative;
}
#company-info .company-filters ul li{
	padding: 0px 15px;
	width:50%;
	float:left;
	margin-bottom: 15px;
}
#company-info .company-filters .f-img{
	display: block;
	float:left;
	width:30%;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #CCCCCC;
	border-radius: 3px;
}
#company-info .company-filters h4{
	display: block;
	width:70%;
	float:left;
	font-size: 16px;
	line-height: 12px;
	color: #28bbee;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#company-info .company-filters span{
	clear: both;
	display: block;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px;
}
#company-info .company-info-rating{
	position: relative;
	display: block;
	width: 98px;
	height: 20px;
	margin:-30px 0px 40px 100px;
}
#company-info .company-info-rating .company-info-user-rating{
	position: absolute;
	display: none;
	top:0px;
	left: 0px;	
	z-index: 2;
}
#company-info .company-info-rating:hover .company-info-user-rating{
	display: block;
}
#company-info .company-info-rating .rating-text{
	position: relative;
	text-align: center;
	background: #FFFFFF;
	margin-top: 5px;
	color: #CCCCCC;
	z-index: 1;
}
#company-info .company-info-rating #beoordeling{
	position: absolute;
	display: block;
	width: 100%;
	top:20px;
	text-align: center;
	z-index: 0;
}
#company-info .company-links{
	position: relative;
	display: block;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
#company-info .company-links .reserve-btn{
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding: 0 15px;
}
#company-info .company-links .button-blk{
	float: left;
	width:50%;
	padding: 0 15px;
}
#company-info .company-links .button{
	margin: 0px!important;
	width:100%;
}
#company-info #company-map{
	margin-bottom: 30px;
}
#company-info .company-visiting-hours {
	margin-bottom: 30px;
}
#company-info .company-visiting-hours ul{
	position: relative;
	float: left;
	width:50%;
}
#company-info .company-visiting-hours ul div{
	display: inline-block;
	width:40px;
}
#social-networks-container .social-networks{
	position: relative;
	list-style: none;
}
#social-networks-container .social-networks li{
	position: relative;
	float: left;
	margin-right: 10px;
}
#social-networks-container .social-networks li a{
	display: block;
	background: #28bbee;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius:3px;
}
#social-networks-container .social-networks li a:hover{
	background: #444444;
}
#company-details{
	position: relative;
}
#company-details .company-details-top{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
#company-details .company-details-top p{
	margin: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	#company-profile.basic #company-details{
		position: relative;
		overflow: hidden;
/*		min-height: 200px;*/
	}	
	#company-profile.basic .company-details-top p, #company-profile.basic .company-details-left{
		position: absolute;
		width: 100%;
		height: 100%;
		left: -300px;
		top: -280px;
		color: rgba(0, 0, 0, 0.8);
		text-shadow: 300px 300px 8px rgba(0, 0, 0, 1);
	}
	#company-profile.basic .company-details-left{
		left: -895px;
		top: -890px;
		text-shadow: 900px 900px 8px rgba(0, 0, 0, 1);
	}
}
#company-profile.basic .company-details-top, #company-profile.basic .company-details-left{
	padding-top: 20px;
	position: relative;
	zoom: 1;
	-webkit-filter: blur(3px);
    filter: blur(3px);
	opacity: 0.6;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#company-gallery{
	position: relative;
}
#slidergallery{
	position: relative;
	margin: 0px -10px;
}
#slidergallery ul.gallery{
	list-style-type: none;
	margin: 0px;
	padding: 0!important;
}
#slidergallery ul.gallery:after{
	content: '';
	display: block;
	clear: both;
}
#slidergallery ul.gallery li {
    display: block;
	width: 25%;
    float: left;
    margin: 0px;
	padding: 0px 10px;
}
#slidergallery ul.gallery a {
	position: relative;
    display: block;
    line-height: 0;
    padding: 0px;
}
#slidergallery .video-link:before{
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/play-icon.png) center no-repeat rgba(0,0,0,0.4);
	background-size: 30%;
}
.company-tags{
	position: relative;
	display: block;
	margin: 30px 0px;
}
.company-tags ul{
}
.company-tags ul li{
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	border:1px solid #CCCCCC;
	border-radius: 3px;
	padding: 5px 10px;
	color: #999;
}
.company-tags ul li:first-child{

}
.company-info-bottom{
	position: relative;
	display: block;
	border-top: 1px solid #efefef;
	padding: 10px 30px;	
	height: 51px;
}
#company-blocks{
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 60px;
}
#company-blocks h2{
	padding: 0px 15px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.blockUI.blockPage {
	top:20%!important;
}
#company-contact{
/*	width:500px;*/
}
#contactCompanyFrm input{
	width:100%;
}
#contactCompanyFrm textarea{
	width:100%!important;
}
#contactCompanyFrm label{
	float: none;
}
#company-contact h3{
	margin-top: 0px;
}
#company-contact .control-group{
	clear: both;
}
#dialog-container {
    padding: 10px 15px;
}

/* EVENT & OFFER STYLES *****************************/

#event-container, #offer-container{
	position: relative;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
	background: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	margin-bottom: 60px;
}
#event-container:after, #event-content:after, .event-details:after, .offer-details:after{
	content: '';
	display: block;
	clear: both;
}
#event-image-container, #offer-image-container{
	position: relative;
	display: block;
	overflow: hidden;
}
#event-image-container img, #offer-image-container img{
	width:100%;
}
/*
#company-header-image .empty-banner{
	position: relative;
	display: block;
}
#company-header-image .empty-banner .banner-title{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#company-header-image .empty-banner .banner-title .banner-title-text{
	position: relative;
	display: block;
	padding-top: 10%;
	padding-left: 90px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #28bbee;
	line-height: 1.0;
}
*/

.image-preview-cnt{
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 400px;
/*	margin-bottom: 30px;*/
}
.image-preview-cnt img{
	width:100%;
}
.image-prv-cnt{
	float: left;
	width:20%;
	margin-right: 20px;
}
.image-prv-cnt:hover{
	cursor: pointer;
}
#event-container .empty-banner{
	position: relative;
	display: block;
}
#event-image-container .empty-banner .banner-title{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 5%;
	padding-left: 40px;
	text-align: center;
	z-index: 2;
}
#event-image-container .empty-banner .banner-title div{
/*	padding-left: 30px;*/
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #FFFFFF;
}
#event-image-container .empty-banner .banner-title span{
	color: #FFFFFF;
}


#event-content, #offer-content{
	position: relative;
	padding-bottom: 45px;
}
.event-content-left, .offer-content-left {
    position: relative;
    padding:30px 45px;
}
.event-content-right, .offer-content-right {
    position: relative;
    padding:30px 45px;
}
.event-details, .offer-details{
	position: relative;
}
.event-details dt, .offer-details dt{
	position: relative;
	float: left;
	clear: both;
	margin-right: 5px;
}
.event-details dd, .offer-details dd{
}
#event-content .company-details, #offer-content .company-details {
	position: relative;
	display: block;
    margin: 0px 0px 30px 0px;
}
#event-content .company-details ul, #offer-content .company-details ul{
	list-style: none;	
	margin: 0px;
	padding: 0px;
}
#event-content .company-details ul .fa, #offer-content .company-details ul .fa{
	color: #424242;
}
.event-info-bottom, .offer-info-bottom {
    position: relative;
	clear: both;
    display: block;
    border-top: 1px solid #DDD;
    padding: 10px 30px;
    height: 51px;
}
#event-container #slidergallery ul.gallery li, #offer-container #slidergallery ul.gallery li {
	width: 50%;
	margin-bottom: 20px;
}
#offer-content .dir-print{
	position: absolute;
	right:45px;
	top:50px;
}
.event-container #social-networks-container{
	position: relative;
	margin: 20px 0px;	
}
.event-container #social-networks-container ul{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* ICON BLOCK STYLES *****************************/
.home-icon-blocks, #subbanner .sub-icons{
	position: relative;
	z-index: 1;
}
.icon-blk-wrap{
	position: relative;
	display: block;
	float: left;
	width: 12.5%;
	opacity: 0;
}
.sub-icons .icon-blk-wrap{
	position: relative;
	display: block;
	float: left;
	width: 12.5%;
	opacity: 1;
}

.home-icon-blocks .icon-blk, .sub-icons .icon-blk{
	text-align: center;
	color: #ffffff;
	padding: 8px;
}
.animate .home-icon-blocks .icon-blk-wrap{
	-webkit-animation: icon-in-animate 0.4s ease-out;
	animation: icon-in-animate 0.4s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(1){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(2){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(3){
	-webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(4){
	-webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(5){
	-webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(6){
	-webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(7){
	-webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.animate .home-icon-blocks .icon-blk-wrap:nth-child(8){
	-webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.home-icon-blocks .icon-blk a, .sub-icons .icon-blk a{
	display: block;
	color: #ffffff;	
}
.home-icon-blocks .icon-blk a span, .sub-icons .icon-blk a span{
	display: inline-block;
	padding: 0px 5px;
	width: 40%;
}
.home-icon-blocks .icon-blk a span img, .sub-icons icon-blk a span img{
	width: 100%;
	height: auto;
}
.home-icon-blocks .icon-blk h2, .sub-icons .icon-blk h2{
	color: #ffffff;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 18px;
}
.home-icon-blocks .icon-blk p, .sub-icons .icon-blk p{
	margin: 0px;
}
.home-icon-blocks .icon-blk a:hover img{
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.home-icon-blocks .icon-blk a:hover h2{
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#subbanner-home.sticky .home-icon-blocks .icon-blk, .sub-icons .icon-blk{
	padding: 2px 0px;
	text-align: center;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk a span, .sub-icons .icon-blk a span{
/*	float: left;*/
	width:18%;
	padding: 0px 4px;
	line-height: 30px;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk a span img, .sub-icons .icon-blk a span img{
	vertical-align: middle;
	height: 100%;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk h2, .sub-icons .icon-blk h2 {
	display: inline-block;
/*	width: 80%;*/
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 30px;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap{
	-webkit-animation: icon-in-animate 0.3s ease-out;
	animation: icon-in-animate 0.3s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(1){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(2){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(3){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(4){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(5){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(6){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(7){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap:nth-child(8){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

/*
.sub-icons{
	display: none;
	position: relative;
	width:33.3333%;
	float:left;
	margin: 30px 0px;
}
.sub-icons ul{
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
.sub-icons ul li{
	float: left;
	margin-left: 15px;
}
.sub-icons ul li a{
	display: block;
	height: 50px;
	width: 50px;
	padding: 5px;
}
.sub-icons .icon-blk{
	padding: 0px;
}
*/

.stats-container{
	position: relative;
	margin-bottom: 90px;
}
.home-icon-blocks:after, .stats-container:after{
	content: '';
	display: block;
	clear: both;
}
.stats-container .stats-blk{
	text-align: center;
}
.stats-container .stats-blk a{
	display: block;
	color: #424242;
}
.stats-container .stats-blk a:hover{
	color: #28bbee;
}
.stats-container .stats-blk span{
	font-size: 48px;
	font-weight: 700;
	color: #28bbee;
}
.stats-container .stats-blk h4{
	font-size: 15px;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
}
.stats-container .stats-blk p{
	font-size: 13px;
	padding: 0px 10px;
}
.stats-container .stats-blk .seperator{
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	margin: 10px 0px;
}
.stats-container .stats-blk .seperator:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	height: 1px;
	width:100%;
	background: #dbdbdb;
	background: rgba(219,219,219,0);
	background: -moz-linear-gradient(left, rgba(219,219,219,0) 0%, rgba(219,219,219,1) 50%, rgba(219,219,219,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,219,219,0)), color-stop(50%, rgba(219,219,219,1)), color-stop(100%, rgba(219,219,219,0)));
	background: -webkit-linear-gradient(left, rgba(219,219,219,0) 0%, rgba(219,219,219,1) 50%, rgba(219,219,219,0) 100%);
	background: -o-linear-gradient(left, rgba(219,219,219,0) 0%, rgba(219,219,219,1) 50%, rgba(219,219,219,0) 100%);
	background: -ms-linear-gradient(left, rgba(219,219,219,0) 0%, rgba(219,219,219,1) 50%, rgba(219,219,219,0) 100%);
	background: linear-gradient(to right, rgba(219,219,219,0) 0%, rgba(219,219,219,1) 50%, rgba(219,219,219,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=1 );
}
.stats-container .stats-blk .seperator:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	height: 1px;
	width:100%;
	background: #FFFFFF;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

/* RSS FEED *****************************/

#rss-feed-wrap{
	position: relative;
	padding: 0px 12px;
	margin-bottom: 24px;
	width: 50%;
	float: left;
}
#rss-feed{
	border-radius: 3px;
	background: #FFFFFF;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	margin: 0px;
	padding-bottom: 50px;
}
.rssitem{
	position: relative;
	display: block;
	padding: 16px 24px;
	border-bottom: 1px solid #EEE; 
}
/*
#rss-feed .rssitem:last-child{
	border-bottom: none;
}
*/
.rsstitle{
	display: block;
	width: 75%;
	margin:0px;
}
.rsstitle span{
	display: block;
	color: #424242;
	font-size: 14px;
	font-weight: 300;
	margin: 0px;
	line-height: 1.4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rsstitle:hover span, .rsstitle:focus span{
    color: #28bbee;
}
.rssdate{
	position: absolute;
	width:25%;
	top:16px;
	right: 24px;
	font-size: 12px;
	color: #AAAAAA;
	text-align: right;
}
.rss-copyright{
	position: absolute;
	width: 20%;
	bottom: 16px;
	right: 36px;
}
.rss-copyright img{
	max-width: 100%;
}
#rss-feed:after, .rssitem:after {
	display: block;
	content: '';
	clear: both;
}

/* BANNER GROUP *****************************/

.home-page .bannergroup{
	position: relative;
/*	overflow: hidden;*/
	padding: 0px 12px;
	margin-bottom: 24px;
	width: 50%;
	float: left;
	border-radius: 3px;
}
.home-page .bannergroup .carousel-inner{
	border-radius: 3px;
	background: #FFFFFF;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.home-page .banneritem{
	overflow: hidden;
	border-radius: 3px;
	margin:0px;
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

/* INFORMATION STYLES *****************************/

.item-page{
	position: relative;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	background: #FFFFFF;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 0px;
}
.img-intro{
	display: block;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
}
.img-intro img{
	width: 100%;
}
.item-content{
	position: relative;
	padding:24px;	
}
.page-header {
    padding-bottom: 8px;
    margin: 0px 0px 16px 0px;
/*    border-bottom: 1px solid #EEE;*/
}
.page-header h2{
	margin: 0px;
}
.ns-block, .ov-block{
	position: relative;
	margin-top: 30px;
}
.ppgallery_none{
	position: relative;
	display: block;
	margin: 20px -10px;
}
.ppgallery_none:after{
	content:'';
	display: block;
	clear: both;
}
.ppg_thb_none{
	position: relative;
	float: left;
	width:25%;
	padding: 0px 10px;
}
.ppgallery_none a{
	display: block;
}

/* Modal STYLES *****************************/
body.modal-open{
	padding-right: 0px!important;
}
/*
body.modal-open #header-wrap{
	padding-right: 17px!important;
}
*/

.modal-backdrop {
	background: #FFFFFF;
}
.modal-backdrop.in {
	opacity: 0.95;
}
.modal-dialog {
	width:460px;
	max-width: 90%;
    margin: 10% auto 30px auto;
}
	
.modal-content {
	border-radius:3px;
	overflow: hidden;
	border:none;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}

.modal-logo{
	position: relative;
	display: inline-block;
	width: 70%;
}
.modal-logo img{
	height: 100%;
}
	
.modal-header {
	padding:30px 0px 0px 0px;
	margin:0px 30px 0px 30px;
	border: none;
}
	
.modal-header .close{
	height: 20px;
	line-height: 10px;
}
.modal-header .close:hover{
	background: none;
}
	
.modal-header h4{
	font-size: 18px;
	font-weight:700;
	color: #807439;
	text-transform:uppercase;
}

.modal-body {
	position: relative;
	padding: 30px;
	font-size:14px;
}
.modal-body a{
	font-size:14px;
}
.box-modal .modal-dialog {
	width:560px;
}
.box-modal .close{
	position: absolute;
	right: 30px;
	top: 20px;
	opacity: 0.8;
	font-size: 20px;
	line-height: 30px;
}
.box-modal .close span{
	font-size: 32px;
	line-height: 30px;
	vertical-align: text-bottom;
}
.box-modal .close:hover{
	opacity: 0.5;
}
.box-modal .modal-body {
	padding: 0px;
}
.box-modal .show-box-info{
	padding: 24px 24px 12px 24px;
}
.box-modal .show-box-options{
	padding: 12px 24px 24px 24px;
}
.box-modal .featured-image{
}
.box-modal .show-box-name{
	display: block;
	color: #424242;
	font-size: 16px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	line-height: 1.4;
}
.box-modal .show-box-name .date{
	display: inline-block;
}
.box-modal .featured-image a{
	display: block;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* RAD *****************************/

#modal-rad{
/*	background: rgba(39,48,63,0.9);*/
	display: none;
	opacity: 0;
	z-index: 90;
	position: fixed;
	width: 200px;
/*	height: 300px;*/
	top:30%;
	right: 0;
}
.showrad #modal-rad{
	display: block;
	opacity: 1;
/*
	-webkit-animation: opac-in-animate 0.5s ease-in;
	animation: opac-in-animate 0.5s ease-in;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
*/
	-webkit-animation: right-in-animate 0.5s ease-out;
	animation: right-in-animate 0.5s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
#modal-rad .modal-dialog {
	width:200px;
	max-width: inherit;
    margin: 0px;
	border-radius: 5px 0px 0px 5px;
/*	background: rgba(39,48,63,0.9);*/
	background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
	border-right: 0;
}
#modal-rad.radbg .modal-dialog {
	background: rgba(39,48,63,0.9);
	border-color: rgba(39,48,63,1);
}
#modal-rad .modal-content{
	background:none;
	box-shadow: none;
/*	opacity: 0;*/
}
/*
.showrad #modal-rad .modal-content{
	-webkit-animation: right-in-animate 0.5s ease-in;
	animation: right-in-animate 0.5s ease-in;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
*/
#modal-rad .close-btn{
	color: #FFF;
	text-shadow: none;
	position: absolute;
	right: 10px;
	top: 7px;
	opacity: 0.8;
	font-size: 16px;
	line-height: 30px;
	background: none;
	border: none;
	z-index: 91;
}
#modal-rad .close-btn span{
	font-size: 28px;
	line-height: 22px;
	vertical-align: text-bottom;
}
#modal-rad .rad-close{
	opacity: 1;
}
#modal-rad .rad-close:hover{
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.game-title{
	position: absolute;
	display: block;
	text-align: center;
	top: 29%;
	left: 15%;
	width: 70%;
	border-top: 2px dotted #FFF;
	border-bottom: 2px dotted #FFF;
	z-index: 2;
}
.game-title h1{
	font-size:24px;
	font-weight: 800;
	line-height: 1;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	margin: 0px;
	text-transform: uppercase;
	color: #FFF;
}

.wheel-wrap{
	position: relative;
	display: block;
	margin: 40px 0px 20px 0px;
	text-align: center;
	z-index: 1;
/*	overflow: hidden;*/
}
.wheel-main{
	position: relative;
	display: inline-block;
	width: 50%;
	margin: 0 auto;
	z-index: 2;
}
.wheel-main{
	-webkit-animation: rotate-animate 2.0s infinite linear;
	animation: rotate-animate 2.0s infinite linear;
}
.wheel-stop{
	position: absolute;
	top: -11%;
	width: 6%;
	left: 47%;
	z-index: 3;
}
.rad-txt{
	position: relative;
	padding: 0px 20px;
	text-align: center;
}
.rad-txt .button{
	display: block;
	width: 100%;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 15px 10px 15px;
}

@-webkit-keyframes rotate-animate {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@keyframes rotate-animate {
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}
@-webkit-keyframes opac-flash-animate {
	0%,100% { opacity: 1;}
	50% { opacity: 0;}
}
@keyframes opac-flash-animate {
	0%,100% { opacity: 1;}
	50% { opacity: 0;}
}
@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
/*
@-webkit-keyframes btm-in-animate {
	0% { opacity: 0;
		-webkit-transform: translateY(-25%);
	}
	100% { opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes btm-in-animate {
	0% {opacity: 0; 
		transform: translateY(-25%);
	}
	100% {opacity: 1;
		transform: translateY(0%);}
}
*/
@-webkit-keyframes right-in-animate {
	0% { opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% { opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@keyframes right-in-animate {
	0% {opacity: 0; 
		transform: translateX(100%);
	}
	100% {opacity: 1;
		transform: translateX(0%);}
}
	
/* FORM STYLES *****************************/

.form-item {
	margin: 5px 0;
}
.form-item input,.form-item label {
	margin: 0 5px 5px 0;
}
.category-form-container label {
	display: inline-block;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: left;
	display: inline-block;
}
.form-item  select,  .form-item  input[type="text"], .form-item  input[type="password"] {
    border-radius: 3px 3px 3px 3px;
    color: #424242;
    display: inline-block;
/*    height: 16px;*/
    line-height: 16px;
    margin-bottom: 7px;
    padding: 4px 3px 4px 4px;
    font-size: 12px;
	background-color: #FFFFFF;
    border: 1px solid #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-detail {
	background: url(../images/form-icons.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	left: 0px;
	top: 0px;
}
.form-detail.req {
	background-position: -36px 0;
	
}
.form-item  select{
/*	height: 24px;*/
	padding: 5px 10px;
}
.boxed input[type="file"]{
	height: 28px;
}
.form-item  textarea:focus, .form-item  input:focus, .form-item  select:focus, .form-item  password:focus  {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.detail_box textarea {
	width:100%!important;
	min-height: 120px!important;
}

#startDate_img.btn, #endDate_img.btn, #publish_start_date_img.btn, #publish_end_date_img.btn, #start_date_img.btn, #end_date_img.btn {
	position: absolute;
	right:20px;
    display: inline-block;
	height: 42px;
	transition: none!important;
	transform: none!important;
	animation: none!important;
	border-radius: 0px 3px 3px 0px;
	padding: 0px 12px;
}
#endDate_img.btn, #end_date_img.btn, #publish_end_date_img.btn {
	right:0px;
}
.category-form-container .icon-calendar{
/*
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content:"\f073";
	color: #FFF;
	width: 20px;
	height: 20px;
	line-height: 14px;
	font-size: 14px;
*/
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings-white.png");
	background-position: -192px -120px;
	background-repeat: no-repeat;
}

.input-append.bootstrap-timepicker{
	position: relative;
	display: inline-block;
}
.input-append.bootstrap-timepicker .add-on{
	position: absolute;
	right:0px;
    display: inline-block;
	height: 42px;
	transition: none!important;
	transform: none!important;
	animation: none!important;
	border-radius: 0px 3px 3px 0px;
	padding: 0px 12px;
	background: #28bbee;
}
.input-append.bootstrap-timepicker .add-on:hover, .input-append.bootstrap-timepicker .add-on:active, .input-append.bootstrap-timepicker .add-on:focus{
	background: #333333;
}
.input-append.bootstrap-timepicker .icon-time{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 14px;
	line-height: 30px;
	vertical-align:middle;
	background-image: url("../images/glyphicons-halflings-white.png");
	background-position: -48px -24px;
	background-repeat: no-repeat;
}
.bootstrap-timepicker-hour, .bootstrap-timepicker-minute{
	padding: 5px!important;
	width: 40px!important;
}
.bootstrap-timepicker-widget table td a {
    border: 1px solid transparent;
    display: inline-block;
    margin: 0px;
    padding: 5px 0px;
    outline: 0px none;
    color: #333;
    width: 40px;
	text-align: center;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #EEE;
    border-radius: 3px;
    border-color: #DDD;
}
.bootstrap-timepicker-widget .icon-chevron-up, .bootstrap-timepicker-widget .icon-chevron-down{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings.png");
	background-repeat: no-repeat;
	background-position: -288px -120px;
}
.bootstrap-timepicker-widget .icon-chevron-down{
	background-position: -313px -119px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::after, .bootstrap-timepicker-widget.timepicker-orient-bottom::before {
	display: none!important;
}
.detail_box select {
	padding: 10px!important;
}
/* USER OPTION STYLES *****************************/

.content-box {
	position: relative;
	margin: 30px 0px;
	background: #FFFFFF;
	border-radius: 3px;
	display: block;
	padding: 24px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}

.alert {
    padding: 15px;
    margin: 20px 0px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
	background: #ffffff;
}

.content-box.login .form-validate{
/*
	position: relative;
	margin: 30px 0px;
	background: #FFFFFF;
	border-radius: 3px;
*/
/*	display: inline-block;*/
	width: 30%;
	min-width: 300px;
	max-width: 100%;
}
.content-box .page-header{
	border: none;
}
.content-box h1, #modal-login h1{
	display: inline-block;
	margin: 0px;
	line-height: 40px;
}
#modal-login h1{
	display: inline-block;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 24px;
}
.content-box.login h1{
	margin-bottom: 24px;
}
.login-menu{
	position: relative;
	margin-top: 0px;
}
.login-menu ul{
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
.login-menu ul:after{
	content: '';
	display: block;
	clear: both;
}
.login-menu li{
	display: inline-block;
	float: left;
	width: 50%;
	margin: 0px;
}
.login-menu li:last-child{
	text-align: right;
}
/*
.login-menu .nav li a {
	position: relative;
	display: block;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	background: #28bbee;
	border-radius: 3px;
	text-align: center;
}
.login-menu .nav li a:hover, .login-menu .nav li a:focus {
    text-decoration: none;
    background: #424242;
}
*/
.content-box.login input[type="text"], .content-box.login input[type="password"], .content-box.login button, #modal-login input[type="text"], #modal-login input[type="password"], #modal-login .btn{
	display: block;
	width: 100%;
}

#user-options {

}
.user-content{
	margin-top: 30px;
	position: relative;
	background: #FFFFFF;
	border-radius: 3px;
	padding: 24px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
.user-content:after{
	display: block;
	content: '';
	clear: both;
}
.user-content h1{
	display: inline-block;
	margin: 0px;
	line-height: 40px;
}
.user-content-logout, .top-btn{
	display: inline-block;
	float: right;
}
.user-content-logout .control-group{
	margin: 0px;
}
.user-content-logout .controls .btn{
	margin-right: 0px;
	margin-left: 16px;
}
div.user-options-container{
	position: relative;
	padding: 20px 0px;
	margin: 0px -10px;
}
.user-options-container ul{
	list-style-type: none!important;
	margin: 0px;
	padding: 0px;
}
li.option-button {
	width: 33.3333%;
	float: left;
	padding: 10px;
}
/*
li.option-button .box-inset {
    color: #FFFFFF;
    display: block;
	text-align: center;
	background: #28bbee;
	border-radius: 3px;
	padding: 30px 30px;
}
*/
li.option-button .box-inset {
	color: #424242;
    display: block;
	text-align: center;
	background: #FFFFFF;
	border-radius: 3px;
	padding: 30px 30px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
li.option-button .box-inset:hover {
    color: #28bbee;
}
/*
li.option-button a{
	color: #FFFFFF;
}
li.option-button a:hover{
	text-decoration: none;

}
*/
li.option-button h3 {
	margin: 0!important;
	padding: 30px 0 5px;
}
li.option-button p {
	margin: 0;
	padding: 0 5px;
	height: 40px;
}

li.option-button span {
	color: #222222;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 0;
}
li.option-button a img{
	height: 65px!important;
}
li.option-button a.search img{
	height: 45px!important;
}
li.option-button .form-field {
	float: left;
	padding: 4px 5px !important;
}
li.option-button .form-field input {
	font-size: 14px;
	padding: 3px;
}
.button-row{
	margin-bottom: 0px;
}
.dl-horizontal dt {
	text-align: left;
}

.pagination {
	margin: 0px 0px 20px 0px;
}
.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0px;
	box-shadow: 0px;
}
.pagination ul > li {
	display: inline-block;
/*	margin-right: 10px;*/
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 15px;
	line-height: 30px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
	font-weight: 700;
}
.pagination ul > li i{
	font-family: FontAwesome;
	line-height: 28px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination ul > li i{
	font-style: normal;
	font-weight: 400;
}

/*
#error{
	position: relative;
	background:#f4f4f4;
	text-align: center;
	padding: 5% 0;
	line-height: 30px;
	font-size: 30px;
}
#error span{
	clear: both;
	display: block;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}
#error h1{
	margin-bottom: 40px;
	display: inline-block;
}
*/

#error-page{
	position: relative;
	background:#f4f4f4;
	text-align: center;
	padding: 5% 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
}
#error-page span{
	position: relative;
	clear: both;
	display: block;
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1;
}
/*
#error-page h1{
	margin-bottom: 40px;
	display: inline-block;
}
*/
#error-page .error-logo{
	margin-bottom: 40px;
	display: block;
	text-align: center;
}
.error-logo .logo-main{
	float: none;
}

/* FOOTER STYLES *****************************/

#footer {
	position: relative;
	background: #FFFFFF;
	padding: 45px 0px;
	box-shadow: 0px 2000px 0px 2000px #FFFFFF;
	border-top:1px solid #efefef;
}
#footer .moduletable {
    background: transparent;
    border: 0;
	padding-top: 5px;
}
.footer-left, .footer-right{
	margin-bottom: 40px;
}
#footer .nav {
	position: relative;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
#footer .nav > li {
	position: initial;
	display: block;
	float: left;
	width: 33.3333%;
	padding: 0px 0px;
}
#footer .nav > li > a{
	position: relative;
	display: block;
	padding: 5px 0px;
	font-size: 18px;
	font-weight: 700;
	color: #424242;
}
#footer .nav > li > a:hover, #footer .nav > li > a:focus{
    text-decoration: none;
    background: none;
	color:#28bbee;
}
#footer .nav .nav-child{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
#footer .nav .nav-child a{
	color: #424242;
	font-size: 14px;
}
#footer .nav .nav-child a:hover, #footer .nav-child a:focus{
    text-decoration: none;
    background: none;
	color:#28bbee;
}
#footer .logo-container{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer .logo-footer{
	position: relative;
	display: block;
	width:230px;
	padding: 0px;
	margin-right: 30px;
	z-index: 9;
	
	padding: 10px 0px;
	line-height: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #424242;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
#footer .logo-footer img{
	height: 100%;
}
#footer .social-networks{
	position: relative;
	list-style: none;
	display: inline-block;
	float: left;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	height: 30px;
	border-left: 1px solid #CCC;
}
#footer .social-networks li{
	position: relative;
	float: left;
	margin-right: 10px;
}
#footer .social-networks li a{
	display: block;
	background: #262f3f;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius:3px;
}
#footer .social-networks li a:hover{
	background: #28bbee;
}

.footer-right h3{
	margin-top: 5px;
	margin-bottom: 10px;
}
.footer-right p{
	font-size: 14px!important;
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer-right .footer-email .control-group{
	position: relative;
	float: left;
	width: 70%;
	padding-right: 20px;
}
.footer-right .footer-email .control-label{
	display: none;
}
.footer-right .control-group input{
	display: block;
	height: 50px;
	width:100%;
	border-radius: 3px;
}
.footer-right input{
	border-radius: 3px!important;
}
.footer-right .footer-email .modns_form.control-group{
	padding-right: 0px;
}
.footer-right .control-group .input-group{
	display: inline-block;
	width:50%;
	float: left;
}
.modns_error span{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footer-right .btn{
	position: relative;
	float: left;
	width: 30%;
	border-radius: 3px;
}
.footer-right .alert-error{
	border: 1px solid #c50000;
}
.f-copy{
	margin-top: 5px;
	font-size: 13px;
}
.f-copy a{
	font-weight: 700;
	color: #424242;
}
.f-copy a:hover, .f-copy a:focus{
	color:#28bbee;
}
#footer .nav:after{
	display: block;
	content: '';
	clear: both;
}


.home-slideshow{
	display: none;
}
.home-slideshow,
.home-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
	list-style: none;
}
.home-slideshow li{
	
}
.home-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s; 
}
.home-slideshow li:nth-child(1) span { 
    background-image: url(../images/arnhem-centrum-main1.jpg);
}
.home-slideshow li:nth-child(2) span { 
    background-image: url(../images/arnhem-centrum-main2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.home-slideshow li:nth-child(3) span {
    background-image: url(../images/arnhem-centrum-main3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
		-webkit-animation-timing-function: ease-in; }
    3% { opacity: 1;
        -webkit-animation-timing-function: ease-in; }
	47% { opacity: 1;
        -webkit-animation-timing-function: ease-in; }
    53% { opacity: 0; }
    100% { opacity: 0; 
		-webkit-animation-timing-function: ease-out; }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    	animation-timing-function: ease-in; }
    3% { opacity: 1;
        animation-timing-function: ease-in; }
	47% { opacity: 1;
        animation-timing-function: ease-in; }
    53% { opacity: 0; }
    100% { opacity: 0; 
		animation-timing-function: ease-out; }
}
.no-cssanimations .home-slideshow li span{
	opacity: 1;
}

/* ANIMATIONS *****************************/

.rotated{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}
@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}

@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes btm-in-animate {
	0% { -webkit-transform: translateY(25%);
	}
	100% { opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes btm-in-animate {
	0% { transform: translateY(25%);
	}
	100% { opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes top-in-animate {
	0% { -webkit-transform: translateY(-25%);
	}
	100% { opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes top-in-animate {
	0% { transform: translateY(-25%);
	}
	100% { opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes icon-bar-animate {
	0% { top:0px;}
	100% { top:70px;}
}
@keyframes icon-bar-animate {
	0% { top:0px;}
	100% { top:70px;}
}
@-webkit-keyframes icon-bar-mob-animate {
	0% { top:0px;}
	100% { top:64px;}
}
@keyframes icon-bar-mob-animate {
	0% { top:0px;}
	100% { top:64px;}
}
@-webkit-keyframes icon-bg-animate {
	0% { opacity: 0;
	height: 0;}
	100% { opacity: 1;
	height: 100%;}
}
@keyframes icon-bg-animate {
	0% { opacity: 0;
	height: 0%;}
	100% { opacity: 1;
	height: 100%;}
}
@-webkit-keyframes icon-in-animate {
	0%{ opacity: 0;
		-webkit-transform:scale(1); }
	85% { opacity: 1;
		-webkit-transform:scale(1.2); }
	100% { opacity: 1;
		-webkit-transform:scale(1); }
}
@keyframes icon-in-animate {
	0%{ opacity: 0;
		transform:scale(1); }
	85% { opacity: 1;
		transform:scale(1.2); }
	100% { opacity: 1;
		transform:scale(1); }
}

/* Wobble Vertical */
@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

  
/* RESPONSIVE STYLES *****************************/

.mob-break{
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
	
}

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

	
}

@media (min-width: 1200px) and (max-width: 1399px) {
	
	#fullcontent-home #companies-search {
        margin: 10% auto 16% auto;
	}
	#companies-search h1 {
    	font-size: 50px;
	}
	#companies-search p {
		font-size: 16px;	
	}
	.show-box .show-box-info {
		height: 220px;
	}
	.show-box .show-box-info a.show-box-name {
		margin-bottom: 12px;	
	}
	.show-box .show-box-info .show-box-desc {
    	min-height: 140px;
    	max-height: 140px;
		font-size: 13px;
	}
	.box-hrz .show-box .featured-image {
		min-height: 260px;	
	}
	.box-hrz .show-box .show-box-info .show-box-desc {
/*
		min-height: 104px;
		max-height: 104px;
*/
		min-height: 140px;
    	max-height: 140px;
	}
	
}

@media (min-width: 993px) and (max-width: 1199px) {
	
	body {
		font-size: 13px;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		font-size: 13px;
	}
	#nav-subcontent {
        margin-left: 40px;
    	width: 22%;
	}
	.navbar-collapse {
		padding: 0px;	
	}
	.container > .navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
	}
	#nav-top .navbar-default .navbar-nav > li > a {
		font-size: 13px;	
	}
	#nav-top .navbar-default .navbar-nav > li > a.login-link {
		padding-right: 0px;
	}
/*
	#fullcontent-home #companies-search {
        margin: 12% auto 18% auto;
		width: 70%;
	}
*/
	#fullcontent-home #companies-search {
        margin: 10% auto 16% auto;
		width: 70%;
	}
	#companies-search h1 {
    	font-size: 50px;
	}
	#companies-search p {
		font-size: 16px;	
	}
	.home-icon-blocks .icon-blk h2{
        font-size: 15px;
	}
	#subbanner-home.sticky .home-icon-blocks, #subbanner .sub-icons {
		position: relative;
		z-index: 1;
		padding: 0px 15px;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk-wrap, .sub-icons .icon-blk-wrap {
		display: inline-block;
		width: inherit;
		margin-right: 18px;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk, .sub-icons .icon-blk {
			
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk a, .sub-icons .icon-blk a {
		display: block;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk a:after, .sub-icons .icon-blk a:after{
		display: block;
		content:'';
		clear: both;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk h2, .sub-icons .icon-blk h2{
        font-size: 12px;
		float: left;
		display: inline-block;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk a span, .sub-icons .icon-blk a span {
        width: 18px;
    	padding: 0px 0px;
		margin-right: 5px;
		float: left;
		display: inline-block;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk a span img, .sub-icons .icon-blk a span img {
		vertical-align: middle;
		margin-top: -3px;
	}
	.show-box .show-box-info a.show-box-name {
		font-size: 15px;	
	}
	.show-box .show-box-info {
		height: 230px;
	}
	.show-box .show-box-info .show-box-desc {
    	min-height: 140px;
    	max-height: 140px;
	}
	.show-box .show-box-options > a {
    	font-size: 12px;
	}
	.box-hrz .show-box .featured-image {
		min-height: 260px;	
	}
	.box-hrz .show-box .show-box-info .show-box-desc {
		min-height: 140px;
		max-height: 140px;
	}
	.offer-box .show-box .show-box-info, .event-box .show-box .show-box-info {
		height: 140px;
	}
	#companies-map-container {
/*		height: 300px;*/
	}
	#companies-map{
		width: 100%;
		height: 300px;
	}
	.company-info-left{
		padding-left: 30px;
		padding-right: 15px;
	}
	.company-info-right {
		padding-left: 15px;
		padding-right: 30px;
	}
	#company-info .company-filters h4 {
		font-size: 14px;
		line-height: 16px;
	}
	#company-info .company-links .button-blk {
		width:100%;
		float: none;
	}
	#company-info .company-links .button-blk {
		margin-bottom: 30px;
	}
	#company-info .company-visiting-hours ul div {
		width: 32px;
	}
	
}
	
@media (min-width: 768px) and (max-width: 992px) {
	
	.container {
		width: 768px;
	}
	
	body {
		font-size: 13px;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		font-size: 13px;
		box-shadow: none;
	}
	
	#wrapper{
		padding-top: 104px;
	}
	.home-page #wrapper{
		padding-top: 64px;
	}
	
	#wrapper > .container {
		margin-top: 0px;
	}
	
	#fullcontent-home {
		min-height: 50vh;
	}
	
	#fullcontent-home #companies-search {
        margin: 15% auto 25% auto;
		width: 90%;
	}
	#companies-search p {
        font-size: 16px;
    	margin-bottom: 16px;
	}
	.navbar-toggle {
    	display: block;
		margin-left: 0px;
	}
	.logo-main {
		width: 30%;	
		font-size: 20px;
		margin-left: 60px;
		padding: 15px 0px;
	}
	#nav-subcontent {
		float: right;
        margin-left: 40px;
    	width: 30%;
	}
	#nav-subcontent #companies-search {
		position: relative;
		display: block;
		margin: 6px 0px;
	}
	nav.navigation {
		position: absolute;
		width: 100%;
		top: 0;
	}
/*
	.navbar-collapse {
		padding: 0px;	
	}
*/
	#nav-top .navbar-default .navbar-nav > li > a {
		font-size: 13px;	
	}
	.home-icon-blocks{
		overflow: hidden;
	}
	#subbanner {
        top: 64px;
	}
	#subbanner-home {
		padding: 8px;	
	}
	.home-icon-blocks .icon-blk a span{
		width: 60%;	
	}
	.home-icon-blocks .icon-blk h2{
		font-size: 11px;	
	}
	
	#subbanner {
		top:64px;
		padding: 4px 0px;
		height: 40px;
	}
	#subbanner-home.sticky {
		height: 40px;
		padding: 4px 0px;
		-webkit-animation: icon-bar-mob-animate 0.4s ease-out;
		animation: icon-bar-mob-animate 0.4s ease-out;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
	#subbanner .sub-icons .icon-blk, #subbanner-home.sticky .home-icon-blocks .icon-blk{
		margin: 0px;
		padding: 0px;
	}
	#subbanner-home.sticky .home-icon-blocks .icon-blk a span, .sub-icons .icon-blk a span {
		float: left;
		width: 100%;
		padding: 0px 4px;
		line-height: 30px;
	}
	.sub-icons .icon-blk a span img, #subbanner-home.sticky .icon-blk a span img{
		width:30px;	
	}
	.sub-icons .icon-blk h2, #subbanner-home.sticky .home-icon-blocks .icon-blk h2{
		display: none;	
	}	
	.show-box-wrap {
        width: 50%;
	}
	.show-box .show-box-info a.show-box-name {
		font-size: 14px;	
	}
	.show-box .show-box-options > a {
    	font-size: 12px;
	}
	.box-hrz .show-box .featured-image {
        min-height: 260px;
	}
	.box-hrz .show-box .show-box-info .show-box-desc {
		min-height: 104px;
		max-height: 120px;
	}
	#companies-search h1 {
    	font-size: 50px;
	}
	#companies-map-container {
/*		height: 300px;*/
	}
	#companies-map{
		width: 100%;
		height: 300px;
	}
	.company-info-left{
		padding-left: 30px;
		padding-right: 15px;
	}
	.company-info-right {
		padding-left: 15px;
		padding-right: 30px;
	}
	#company-profile .empty-banner .banner-title div, #event-image-container .empty-banner .banner-title div{
		font-size: 20px;	
	}	
	.company-logo{
		margin-left: 0px;	
	}
	#company-info .company-info-rating {
		margin-left: 50px;	
	}
	#company-info .company-filters ul li, #company-info .company-address ul, #company-info .company-links .button-blk {
		width:100%;
		float: none;
	}
	#company-info .company-links .button-blk {
		margin-bottom: 30px;
	}
	#company-info .company-visiting-hours ul li {
		float: none;
		width: 100%;
	}
	.home-page .bannergroup, #rss-feed-wrap {
		width: 100%;
		float: none;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		width: 100%;
	}

}

@media (max-width: 767px) {
	body{
		font-size: 14px;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		font-size: 14px;
		box-shadow: none;
	}
	.container {
		padding-left: 12px;
		padding-right: 12px;
	}
	.row {
		margin-right: -12px;
		margin-left: -12px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
	#wrapper{
		padding-top: 104px;
	}
	.home-page #wrapper{
		padding-top: 64px;
	}
	#wrapper > .container {
		margin-top: 0px;
	}
	.home-page #content-top{
		margin-top: 20px;
	}
	.logo-main {
		position: absolute;
		display: inline-block;
		margin: 0px;
		left: 54px;
		top: 12px;
		width: 180px;
		padding: 5px 0px;
	}
	.logo-main:after {
        bottom: 14px;
		font-size: 10px;
	}
	#main-content{
		min-height: 0px;
	}
	.weer-widget, #companies-search h1, #companies-search p,  .home-content, .home-slideshow{
		display: none!important;
	}
	.search-btn{
		display: block;
	}
	
	
	#nav-subcontent {
    	position: relative;
		margin: 0px;
		margin-top: 64px;
		float: none;
		width:100%;	
	}
	#nav-subcontent #companies-search {
		display: none;
	    margin: 8px 0px;
    	width: 100%;
	}
	#searchform form {
		margin: 0px;	
	}
	#searchform .form-container {
		float: none;
		width: 100%;
	}
	.search-dir-button{
/*
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
*/
	}
	#fullcontent-home{
		background: #28bbee;
		overflow: hidden;
		min-height: inherit;
	}
	#fullcontent-home #companies-search {
		display: none;
		background: none;
		margin: 15px 0px;
		padding: 0px;
		-webkit-animation: none;
		animation: none;
		opacity: 1;
	}
	#fullcontent-home #companies-search, #fullcontent-sub #companies-search {
		display: none;
		width: 100%;
		float: none;
		margin: 15px 0px 0px 0px;
	}
	#subbanner-home.sticky {
		display: none!important;
	}
	
	#subbanner-home {
    	position: relative; 
    	display: block;
		padding: 24px 0px 32px 0px;
	}
	.icon-blk-wrap {
		position: relative;
		display: block;
		float: left;
		width: 50%;
	}
	.home-page .bannergroup, #rss-feed-wrap {
		width: 100%;
		float: none;
	}
	.rsstitle{
		width: 100%;
	}
	.rssdate{
		position: relative;
/*		text-align: left;*/
		top:inherit;
		right: inherit;
		width: 100%;
	}
	#search-results {
		padding: 12px 12px 2px 12px;
		margin-top: 12px;
	}
	
	#offers #search-results {
		padding-bottom: 88px;
	}
/*	#offers #search-results, #events #search-results*/
	
	#search-results .map-btn{
		position: fixed;
		display: block;
/*
		width:100%;
		width: calc(100% - 48px);
*/
		min-width: inherit;
		width: 40px;
		height: 40px;
		top:inherit;
		bottom: 72px;
		right: 12px;
		z-index: 12;
	}
	#search-results .map-btn a{
		min-width: inherit;
		text-align: center;
		padding: 5px;
	}
	#search-results .map-btn span{
		display: none!important;	
	}
	#search-results .map-btn .fa{
		margin: 0px;
	}
	
	#search-results h3{
		margin: 0px;
		line-height: 36px;
	}
	#search-box{
		display: none;
		padding-top: 20px;
		padding-top: 0px;
		clear: both;
	}
	.search-box-btn{
		display: block;
		right: 12px;
		top:12px;
	}
	#search-details, .search-toggles{
		float: none;
		display: block;
	}
	#search-details{
		position: relative;
		right: inherit;
	}
	#events #search-details {
		 right: 0px; 
	}
	.category-container {
		float: none;
		display: block;
		margin-bottom: 12px;
	}
	.result-counter {
		margin: 0px;
	}
	.search-toggles .view-mode{
		float: right;
	}
	.search-filters{
		margin-top: 0px;
		padding-top: 0px;
	}
	.search-filters.row {
		margin-right: -12px; 
		margin-left: -12px; 
	}
	#search-details {
		position: relative;
		display: block;
		width: 100%;
		right: inherit;
		bottom: inherit;
		margin-top: 20px;
	}
	.search-filters .filter-box .select-wrap, .date-filter .filter-box .select-wrap {
		border: 1px solid #efefef;
	}
	.search-filters .filter-box, .search-filters .search-toggles{
		width:100%;
		float: none;
/*		margin-top: 20px;*/
		padding: 0px 12px!important;
		margin-bottom: 12px;
	}
	#offers #search-results, #events #search-results {
		padding-bottom: 12px;
	}
	#offers #search-details, #events #search-details {
		margin-top: 0px;	
	}
	.date-filter {
		padding-top: 12px;
	}
	.date-filter .filter-box {
		width:100%;
		float: none;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	#search-results .search-keyword{
		padding-right: 100px;
		line-height: 30px;
		display: block;
	}
/*
	#subbanner-home.sticky .home-icon-blocks, #subbanner .sub-icons {
		position: relative;
		z-index: 1;
		padding: 0px 15px;
	}
*/
	#subbanner {
		top:64px;
		padding: 4px 15px;
		height: 40px;
	}
	#subbanner .sub-icons .icon-blk{
		margin: 0px;
		padding: 0px;
	}
	.sub-icons .icon-blk a span {
		float: left;
		width: 100%;
		padding: 0px 4px;
		line-height: 30px;
	}
	.sub-icons .icon-blk a span img{
		width:30px;	
	}
	.sub-icons .icon-blk h2 {
		display: none;	
	}
	.map-box{
		z-index: 1;
		margin: 0px 0px;
		background: none;
		box-shadow: none;
	}
	.map-box .view-mode{
		position: relative;
		right: 15px;
		top: 0px;
/*		margin: 0px 15px;*/
		background: none;
		text-align: right;
	}
	.map-box .view-mode a{
/*		padding: 5px 0px;*/
		display: inline-block;
	}
	
    #companies-map-container {
		display: none;
		position: relative;
		overflow: hidden;
		clear: both;
		margin: 0px;
		height: 400px;
		box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	}
	#grid-content {
        margin-top: 12px;
		padding: 0px;
	}
	
	.show-box-wrap{
		float: none;
		width:100%;
		margin-bottom: 12px;
	}
	.show-box .show-box-info {
		height: inherit;
	}
/*
	.show-box .show-box-info .show-box-desc, .box-hrz .show-box .show-box-info .show-box-desc {
    	min-height: inherit;
		max-height: inherit;
	}		
	.box-hrz .show-box .featured-image {
		border-radius: 3px 3px 0px 0px;
		min-height: inherit;
		height: 100px;
		width: 35%;
		float: none;
	}
	.box-hrz .show-box .show-box-info {
		height: 100px;
		width: 65%;
		float: left;
		padding: 8px;
	}
	.box-hrz .show-box .show-box-options {
		position: relative;
		overflow: hidden;
		padding: 8px;
		height: 48px;
		width:65%;
		bottom:0;
		right: 0;
	}
*/
	.show-box .featured-image {
		border-radius: 3px 3px 0px 0px;
		min-height: inherit!important;
		height: 100px!important;
		width: 35%!important;
		float: left!important;
	}
	.show-box .show-box-info {
		height: 100px!important;
		width: 65%!important;
		float: left!important;
		padding: 8px 16px!important;
	}
	.show-box-info .show-box-desc {
		display: none!important;
	}
	.show-box .show-box-options {
		position: absolute!important;
		overflow: hidden!important;
		padding: 8px 16px!important;
		height: 32px!important;
		width:calc(65% - 16px)!important;
		bottom:0!important;
		right: 12px!important;
	}
	.show-box .show-box-info a.show-box-name {
		margin-bottom: 0px;
		font-size: 14px;
		height: 40px;
		overflow: hidden;
		line-height: 1.3;
	}
	.show-box .show-box-options > a {
		font-size: 11px;
		color: #AAAAAA;
		line-height: 12px;
		text-align: left;
	}
	.show-box .featured-icon, .offer-box .show-box .category-icon, .event-box .show-box .category-icon {
		left: 24px!important;
	}
	.show-box .featured-icon span{
		line-height: 28px;
		padding: 4px;
	}
	.show-box .category-icon a{
		line-height: 28px;
		padding: 4px 8px;
	}
	.show-box .category-icon a img {
		width: 18px;	
	}
	.show-box .featured-icon span i {
		font-size: 22px;
		margin: 0px;
		width: 24px;
		vertical-align: sub;
	}
	
	.offer-box .show-box .show-box-info, .event-box .show-box .show-box-info {
		height: inherit; 
	}
	.offer-box .show-box .show-box-info .show-box-desc, .event-box .show-box .show-box-info .show-box-desc{
		min-height: inherit;
		display: block!important;
	}
	.show-box .show-box-info .date{
		font-size: 11px!important;
		height: 20px;
		overflow: hidden;
	}
	
	#company-header-image{
/*		width: 180%;*/
		margin-left: -30%;
		margin-right: -30%;
	}
	#company-profile .empty-banner .banner-title, #event-image-container .empty-banner .banner-title {
		padding:30px 15px;
		font-size: 12px;
	}
	#company-profile .empty-banner .banner-title div, #event-image-container .empty-banner .banner-title div {
		font-size: 16px;	
	}
	.company-info-left, .company-info-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.company-info-left{
		padding-top: 0px;
	}	
	.company-logo, #company-info .company-info-rating {
		margin: 10px auto;	
	}
	.company-logo {
		width: 120px;
		height: 120px;
		margin-top: -70px;
	}
	.offer-content-right .company-logo, .event-content-right .company-logo {
		margin-top: -60px;
	}
	.company-info-container{
		margin-top: 24px;
	}
	#company-info .company-filters h4 {
		font-size: 14px;
	}
	#company-info .company-links {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 20px;
	}
	#company-info .company-links .button-blk {
		padding: 0px 10px;
	}
	.company-info-bottom {
		padding: 10px 15px;	
	}
	.blockUI.blockPage {
		top:5%!important;
	}
	#company-blocks {
		margin-bottom: 0px;	
	}
	#slidergallery ul.gallery li {
    	width: 50%;
		margin-bottom: 20px;
	}
	#offer-content h2{
		display: block;
		margin-bottom: 10px;		
	}
	#offer-content .dir-print {
		position: relative;
		display: block;
		right: inherit;
		top:0;
	}
	.event-content-left, .offer-content-left, .event-content-right, .offer-content-right {
		position: relative;
		padding: 20px;
	}
	.event-content-left, .offer-content-left{
		margin-bottom: 40px;
	}
	.event-info-bottom, .offer-info-bottom {
        padding: 15px 20px;
	}
	.social-share ul li {
		margin-left: 0px;
	}
	.side-menu {
    	margin: 20px 0px;
	}
	.item-page {
        margin-top: 20px;
    	margin-bottom: 40px;
	}
	.item-content {
		padding: 20px;
	}
	.ppg_thb_none {
        width: 50%;
		margin-bottom: 20px;
	}
	.stats-container .stats-blk h4{
		font-size: 14px;
		padding: 0px 0px;
	}
	.stats-container .stats-blk p {
		font-size: 12px;
		padding: 0px 0px;
	}
	#footer{
		padding: 30px 0px;
	}
	#footer .nav{
		float:none;	
	}
	#footer .nav > li {
		width: 50%;
		margin-bottom: 30px;
	}
	#footer .nav > li:nth-child(3){
		margin-bottom: 0px;
	}
	#footer .nav .nav-child a {
		font-size: 13px;
	}
	#footer .logo-container{
		display: block;
		float: none;
		margin: 0px 0px 20px 0px;
		text-align: center;
	}
	#footer .logo-footer{
		width:230px;
		margin: 0px auto;
	}
	#footer .social-networks{
		display: block;
		float: none;
		margin: 10px 0px 20px 0px;
		padding:0px 0px 0px 10px;
		height: 30px;
		border-left: 0px;
		text-align: center;
	}
	#footer .social-networks li{
		float: none;
		display: inline-block;
	}		
	.footer-right .footer-email .control-group{
		position: relative;
		display: block;
		float: none;
		width: inherit;
		padding-right: 0px;
		margin-bottom: 12px;
		margin-right: -6px;
		margin-left: -6px;
	}
	.footer-right .footer-email .control-group:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer-right .control-group .input-group {
/*
		display: inline-block;
		width: 50%;
		float: left;
*/
		padding-left: 6px;
		padding-right: 6px;
	}
	.modns .input-group input.modns {
		max-width: 100%!important;
	}
	.footer-right .btn{
		float: none;
		width: 100%;
	}
	.f-copy{
		text-align: center;
	}
	.mob-break{
		display:inline;
	}
	
	.scroll-top {
/*
		position: fixed!important;
		right: -50px;
*/
		bottom: 16px;
	}
	.scroll-top.affix {
		right: 12px;
	}
	.showrad #modal-rad{
		-webkit-animation: btm-in-animate 0.5s ease-out;
		animation: btm-in-animate 0.5s ease-out;
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
	}
	#modal-rad{
		top: inherit;
		bottom: 0px;
		width: 100%;
	}
	#modal-rad .modal-dialog {
		border-radius: 0px;
		width:100%;
		background: rgba(39,48,63,0.9);
		border: 0px;
		border-top: 1px solid rgba(39,48,63,0.3);
	}
	#modal-rad .modal-content {
		padding: 0px 20px;	
	}
	
	.wheel-wrap {
        margin: 20px 0px 15px 0px;
	}
	.wheel-main {
    	width: 30%;
	}
	.wheel-stop {
        top: -8%;
    	width: 4%;
    	left: 48%;
	}
	.game-title {
        left: 28%;
    	width: 44%;
		top: 22%;
	}
	.rad-txt {
		padding: 0px 0px;
	}
	.rad-txt .button {
		display: inline-block;
		width: inherit;
		font-size: 18px;
		margin-bottom: 20px;
		padding: 10px 30px 10px 30px;
	}
	#modal-rad .close-btn {
		font-size: 14px;	
	}
	#modal-rad .close-btn span {
    	font-size: 24px;
		line-height: 20px;
	}
	
	.pp_pic_holder.pp_default { width: 90%!important; left: 5%!important; overflow: hidden; }
	div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
	div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_fade { width: 100%!important; height: 100%!important; }
	div.ppt { width: 100%!important;}
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
	#pp_full_res img { width: 100%!important; height: auto!important; }
	.pp_details { width: 100%!important; background-color: #fff;
		padding: 5px 10px;
		margin-top: 0px!important;
	}
	a.pp_close { right: 10px!important; top: 5px!important; }

}
@media (max-width: 340px) {
	.logo-main {
		top: 10px;
		width: 180px;
	}
	#company-info .company-filters h4 {
		display: block;
		clear: both;
		width: 100%;
		float: none;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
	}
	.event-info-bottom, .offer-info-bottom {
        padding: 15px 15px;
	}
	.social-share ul li:last-child {
		width:60px;
	}
	.stats-container .stats-blk span {
    	font-size: 40px;
	}
	.stats-container .stats-blk h4{
		padding: 0px 0px;
		font-size: 12px;
	}
	.stats-container .stats-blk p{
		height: 90px;
		font-size: 12px;
		padding: 0px;
	}
	.game-title {
		left: 25%;
		width: 50%;
	}
}

/*NAV MOBILE*/

@media (max-width: 992px) {
	
	#nav-top {
		display: block;
		height: 64px;
	}
	
	#nav-top .navbar-collapse{
		position: fixed;
		display: block!important;
		visibility: visible!important;
		left: -100%;
		right: inherit;
		height: 100%!important;
		width: 70%;
		width: 300px;
		margin:0px;
		padding-bottom: 100px;
		background: #FFFFFF;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		z-index: 99;
		top:64px;
	}
	.bg-fade{
		position: fixed;
		top:64px;
		left:0;
		height: 0%;
		width: 0%;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		z-index: 0;
	}
	.bg-fade.active{
		opacity: 1;
		height: 100%;
		width: 100%;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		transition: opacity 0.2s;		
	}
/*
	#nav-top .navbar-collapse.collapsing{
		display: block;
		height: 100%!important;
		-webkit-transition: none!important;
		-moz-transition: none!important;
		-ms-transition: none!important;
		transition: none!important;
	}
*/
	
	nav.navigation {
		background: #FFFFFF;
	}
	.main-nav, .home-page .main-nav{
		margin-left: 0px;
		float: none;
		width: 100%;
	}
	
	#nav-top .navbar-collapse.in{
		display: block;
		left: 0%;
		padding: 0px 0px 0px 0px;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	#nav-top .dropdown-toggle .caret{
		float: right;
		margin-top: 7px;
		margin-right: 2px;
	}
	#nav-top .navbar-default .navbar-nav{
		margin-top: 0px;
		border-top: 1px solid #EEE;
	}
	#nav-top .navbar-default .navbar-nav > li {
		position: relative;
		display: block;
		float: none;
		padding: 0px;
	}
	.home-page #nav-top .logo-main, .home-page #nav-top .navbar-default .navbar-nav > li > a {
		color: #424242;
	}
	#nav-top .navbar-default .navbar-nav > li > a{
		position: relative;
		display: block;
		border-bottom: 1px solid #EEE;
		color: #424242;
		padding: 10px 12px;
	}
	#nav-top .nav-child{
		position: relative;
		top:0px;
		width:100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		overflow: hidden;
		box-shadow: none!important;
		border: none!important;
	}
	#nav-top .nav-child .list-unstyled{
		width:100%;
		float: none;
		max-height: 40px;
		overflow: hidden;
		border-bottom: 1px solid #EEE;
		padding-bottom: 10px;
	}
	#nav-top .nav-child .list-unstyled .sub-menu-trigger{
		display: block;
		width: 36px;
	}
	#nav-top .nav-child .list-unstyled.open-sub {
		max-height: inherit;
		-webkit-transition: max-height 0.3s ease-out;
		-moz-transition: max-height 0.3s ease-out;
		-ms-transition: max-height 0.3s ease-out;
		transition: max-height 0.3s ease-out;
	}
	#nav-top .nav-child li.megacol-header a {
		margin-top: 0px;
		padding: 10px 0px;
	}
	#nav-top .nav-child li a {
	}
	.side-menu .menu-btn{
		display: block;
	}
	.side-menu .menu{
		display: none;
	}
}
