html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;

	font-family: "futura-pt",sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

	background: #f8f8f8;
	overflow-x: hidden;
}

html.home, html.home body {
	background: #fff;
}

img {
	max-width: 100%;
}

table {
	width: 100%;
	margin-bottom:25px;
}

th {
	color: #555;
}

tr td {
	border-top: 1px solid #eee;
}

table tr:first-child td {
	border: 0;
}

td {
	padding: 5px;
}

td.right-align {
	text-align: right;
}

a {
	color: #ac162c;
	border-bottom: 0px solid #8c171c;
}

a:focus, a:hover {
	color: #8c171c;
	text-decoration: none;
	border-bottom: 1px solid #8c171c;
	transition: all 0.2s;
}

hr {
	margin: 25px 0;
	border-top: 1px solid #ddd;
}

label {
	letter-spacing: 0.025em;
	color: #777;
}

label.heading {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

input, textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
}

select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
}

.select-box {
	background: #fff url('/img/dropdown.jpg') no-repeat right center;
	margin: 0;
}

.select-box select {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 5px 10px;
	height: 40px;
	font-size: 16px;
}

input[type="submit"] {
	width: auto;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	padding: 15px 25px;
	background-color: #8c171c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

input.full-button {
	border: 0;
	width: 100%;
	padding: 10px 25px;
}

input[type="submit"]:hover {
	background-color: #7d000a;
}

.fancybox-close:hover {
	border-bottom: 0;
}

.fancybox-prev:hover {
	border-bottom: 0;
}

.fancybox-next:hover {
	border-bottom: 0;
}

.no-padding {
	padding: 0;
}

.square {
	height: 341px;
}

.slider .slick-list {
	width: 1170px;
}

/****************************************************************************************
*****************************************************************************************

Header 1

*****************************************************************************************
*****************************************************************************************/

header {
	padding: 20px 0;
	width: 100%;
	background-color: #ac162c;
}

header .logo {
	width: 200px;
	float: left;
}

header .logo-long {
	display: none;
}

header .side {
	overflow: hidden;
	margin: 0px 0;
}

.mobile-menu {
	margin: auto -15px;
	clear: both;
	background: #fff;
}

.navbar-toggle {
	float: none;
	width: 100%;
	margin: 0;
	padding: 15px;
}

.navbar-toggle .burger {
	display: inline-block;
	width: 10%;
	float: left;
}

.navbar-toggle .menu-text {
	display: inline-block;
	width: 80%;
	font-weight: 600;
	color: #333;
	float: left;
}

.navbar-toggle .icon-bar {
	background: #ac162c;
	height: 4px;
}

.collapsing {
	display: block;
}

header nav {
	transition: all 0.2s;
}

header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

header nav ul li {
	float: left;
	width: 25%;
	padding: 5px;
}

header nav ul li:nth-child(5) {
	clear: left;
}

header nav ul li a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 15px 0;
	background-color: #8c171c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav>li>a {
	padding: 10px 0;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #7d000a;
	border-bottom: 0px;
	color: #fff;
}

.navbar-collapse {
	padding: 0;
}

header .slogan {
	text-align: center;
	width: 350px;
	margin: 10px auto 15px auto;
	overflow: hidden;
	display: block;
}

header.mini {
	padding: 25px;
}

header.mini .logo {
	display: none;
}

header.mini .logo-long {
	display: block;
}

header.mini .slogan {
	display: none;
}

@media (max-width: 1199px) {
	header.mini .logo-long {
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	header {
		padding: 0px;
		padding-top: 20px;
	}

	header .slogan {
		width: 300px;
	}

	.nav>li>a {
		font-size: 12px;
	}

	header.mini .logo-long {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	header.mini {
		padding: 0;
		padding-bottom: 25px;
	}
}


/****************************************************************************************
*****************************************************************************************

Slider

*****************************************************************************************
*****************************************************************************************/


.slider {
	width: 100%;
	overflow: hidden;
}

.slider .slide {
	/*width: 1100px;*/
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider .slide .left {
	max-width: 400px;
	float: left;
	padding: 40px;
	height: 500px;
	background-image: -webkit-linear-gradient(bottom, rgba(26,123,168,0.8) 0%, rgba(0,0,0,0.9) 100%);
	background-image: -o-linear-gradient(bottom, rgba(26,123,168,0.8) 0%, rgba(0,0,0,0.9) 100%);
	background-image: linear-gradient(to top, rgba(26,123,168,0.8) 0%, rgba(0,0,0,0.9) 100%);
	text-align: center;
}

.slider .slide .left h2 {
	font-size: 50px;
	line-height: 70px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px 0;
	letter-spacing: -3px;
}

.slider .slide .left p {
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 40px 0;
}

.slider .slide .left img {
	width: 240px;
	display: inline-block;
}

.slider .slick-list {
	margin: auto;
	overflow: visible;
}


/****************************************************************************************
*****************************************************************************************

Home Buttons

*****************************************************************************************
*****************************************************************************************/

.plyr {
	max-height: 100%;
}

.video-block {
	background-image: url('/img/video-background.jpg');
	background-size: cover;
	background-position: center;
}

.square {
	overflow: hidden;
}

.square img {
	width: 100%;
	transition: all .2s ease-in-out;
}

.square img:hover {
	transform: scale(1.05);
}

.fb_iframe_widget > span {
	display: block !important;
	margin: 0 auto;
}

.home-buttons {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}

.home-buttons .left {
	width: 50%;
	display: inline-block;
	background-color: #ccc;
	vertical-align: top;
}

.home-buttons .right {
	width: 50%;
	display: inline-block;
	background-color: #222;
	overflow: hidden;
}

.home-buttons .right .box {
	width: 50%;
	height: 250px;
	display: inline-block;
	overflow: hidden;
}

.home-buttons .right .box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.home-buttons .right .box img:hover {
	transform: scale(1.05);
}

.home-buttons .left .video {
	width: 100%;
	height: 300px;
}

.home-buttons .left .video img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}

.home-buttons .left .fb-page span {
	width: 100%;
}

.fb-widget {
   width: 100%;
   height: 450px;
   overflow: hidden;
}

.fb-widget img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: top center;
}

.logo-slider {
	border-left: 3px solid #ac162c;
	border-right: 3px solid #ac162c;
	margin: 50px 0;
}

.logo-slider img {
	padding: 25px;
	width: 150px;
	height: 150px;
	margin: auto;
}

.map-container {
	border-top: 5px solid #ac162c;
	border-bottom: 5px solid #ac162c;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: -100% 0; }
}



#page-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #111;
}

#page-header h1 {
	color: #fafafa;
	font-size: 60px;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: 0.01em;

	display: inline-block;
	border-bottom: 2px solid #fff;
	margin: 75px 0;
	margin-top: 150px;
}

.container.page {
	background: #fff;
	padding: 0 30px;
}


ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

ul.breadcrumbs li {
	float: left;
	padding: 15px;
	padding-right: 0;
	letter-spacing: 1px;
}

ul.breadcrumbs li a {
	font-weight: 600;
	letter-spacing: 1px;
}

ul.breadcrumbs li:before {
	content: '\f054';
	font: normal normal normal 12px/1 FontAwesome;
	padding-right: 15px;
	color: #ddd;
}

ul.breadcrumbs li:first-child {
	padding-left: 0;
}

ul.breadcrumbs li:first-child:before {
	content: '';
	padding: 0;
}


aside h2 {
	color: #222;
	font-weight: 200;
	font-size: 2.3em;
	line-height: 1.5em;
	letter-spacing: 0.05em;

	padding: 0;
	margin: 0;
	margin-top: -5px;
}

section p {
	margin: 0 0 25px;
	font-size: 16px;
	color: #484848;
	line-height: 1.5em;
	letter-spacing: 0.03em;
}

section p strong {
	color: #555;
}

.col-xs-6.image {
	padding: 15px;
}

.col-xs-6.image img {
	width: 100%;
}

@media (max-width: 991px) {
	aside h2 {
		font-size: 1.8em;
	}

	section p {
		font-size: 14px;
	}
}

.letting-header {
	padding-bottom: 50px;
}

.letting-header h1 {
	margin: 25px 0 !important;
	margin-top: 100px !important;

}

#pv-building {
	background:url('/img/point-building.jpg') no-repeat top right;
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
	min-height:484px;
}

#pv-building:hover h2 { display:none; }

#pv-building h2 {
	width: 100%;
	height: 100%;
	position: absolute;
	background:rgba(0, 0, 0, 0.6);
	color:#fff;
	padding:200px 10% 0;
	text-align: center;
	margin:0;
}

#pv-building a {
	position:absolute;
	display:block;
	left:4%;
	right:10%;
	bottom:10%;
	text-align: center;
	color:#fff;
	text-indent: -9999px;
	text-decoration: none;
	font-size:2em;
	font-weight:100;
}

#pv-building a:hover {
	background:rgba(187, 22, 34, 0.8);
	text-indent: 0px;
}

#pv-building a.pv-ground {
	width:92%;
	top:71%;
	height:65px;
	padding-top:15px;
}

#pv-building a.pv-first {
	width:92%;
	top:62%;
	height:50px;
}

#pv-building a.pv-second {
	width:92%;
	top:53%;
	height:50px;
}

#pv-building a.pv-third {
	width:92%;
	top:44%;
	height:50px;
}

#pv-building a.pv-fourth {
	width:92%;
	top:36%;
	height:50px;
}

#pv-building a.pv-fifth {
	width:92%;
	top:26%;
	height:50px;
}

#pv-building a.pv-sixth {
	width:92%;
	top:16%;
	height:50px;
}


.dataTables_length, .dataTables_filter {
	display:none;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	margin:0 0 10px;
	font-size:15px;
}

.dataTables_filter label{
	cursor:pointer;
}

.dataTable.no-footer {
	border-bottom:1px solid #ddd !important;
}

#avail-units a > * { fill:#66b2cc; }
#avail-units a:hover > * { fill:#2f849b; }

#dunnes { fill:#d4c9d7; }
#yahoo { fill:#fcdb95; }

#msu-units a > * { fill:#d9c1df; }
#msu-units a:hover > * { fill:#cea9d7; }

#office-avail a > * { fill:#FDDC90; }
#office-avail a:hover > * { fill:#f7cd6d; }

.lettings-gallery img {
	margin: 0 auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #333 !important;
	border: 0;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	margin: 10px 5px;
	padding: 2px;
	display: inline-block;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	padding: 2px;
	margin: 10px 5px;
	background: #ccc !important;
	border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	padding: 2px;
	background: transparent !important;
	color: #000 !important;
	margin: 10px 5px;
	border: 0;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 10px;
}

table.dataTable thead th, table.dataTable thead td {
	color: #555;
	padding: 5px 10px;
	border-bottom: 2px solid #ccc;
}

table.dataTable.no-footer {
	border-bottom: 0px !important;
}

#lettings-table_info {
	display: none;
}

.dataTables_paginate.paging_simple_numbers > a.paginate_button.previous {
	display: none;
}

.dataTables_paginate.paging_simple_numbers > a.paginate_button.next {
	display: none;
}

.shop-logo {
	width: 100%;
	padding: 0px 50px;
}

.shop-contact {
	font-size: 1.2em;
}

ul.categories {
	padding:0;
	list-style: none;
}

ul.categories li {
	font-size: 1.3em;
	padding: 2px 0px;
}

.shop-list-item {
	background: #f8f8f8;
	padding: 10px;
	transition: all 0.8s;
	margin: 15px 0;
}

.shop-list-item h3 {
	margin: 0;
	margin-top: 10px;
	text-align: center;
}

.shop-list-item:hover {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	transition: all 0.2s;
}

.tagline .top {
	width: 350px;
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.tagline .bottom {
	width: 350px;
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
	font-weight: 200;
	color: #fff;
}

.rw-words {
	display: inline;
	text-indent: 10px;
	padding-right: 100px;
}
.rw-words span {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words span:nth-child(2) {
    -webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.rw-words span:nth-child(3) {
    -webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.rw-words span:nth-child(4) {
    -webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
.rw-words span:nth-child(5) {
    -webkit-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.rw-words span:nth-child(6) {
    -webkit-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}

/****************************************************************************************
*****************************************************************************************

Footer

*****************************************************************************************
*****************************************************************************************/


footer {
	background: #fff;
	color: #ac162c;
	padding: 50px 0;
}

footer .logo-long {
	height: 100px;
}

footer .logo {
	display: none;
}

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

footer nav ul li {
	width: 50%;
	float: left;
	border-right: 1px solid #ac162c;
	padding: 2px 0;
	padding-left: 50px;
}

footer nav ul li:nth-child(odd) {
	clear: both;
}

footer nav ul li a {
	color: #ac162c;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s;
}

footer nav ul li a:hover {
	color: #8c171c;
	transition: all 0.2s;
}

footer li.social {
	padding-right: 10px;
	font-size: 22px;
}

footer a {
	color: #ac162c;
	transition: all 0.2s;
}

footer a:hover {
	color: #8c171c;
	transition: all 0.2s;
}

footer .copy {
	font-size: 10px;
	border-top: 1px solid #ac162c;
	margin-top: 25px;
	padding-top: 15px;
}

footer .copy .text-right {
	text-align: right;
}

footer i {
	margin-right: 10px;
}

.dublins-big-hotel-reception-at-point-square aside {
	display: none;
}

.dublins-big-hotel-reception-at-point-square section {
	width: 100%;
}

.biznow p{
	color: #fff !important;
}

.biznow6 {
	color: #000 !important;
}

.biznow .biznow5 {
	margin-top: -450px;
}



@media (min-width: 1200px) {
	.video-block {
		padding: 33px 0;
	}

	#fb-container {
		height: 682px;
		overflow: hidden;
	}
}

@media (max-width: 1199px) {
	.square {
		height: 242px;
	}

	.slider .slick-list {
		width: 970px;
	}

	#fb-container {
		height: 484px;
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.square {
		height: 187px;
	}

	.slider .slick-list {
		width: 750px;
	}

	footer nav ul li {
		padding-left: 25px;
	}

	#fb-container {
		height: 374px;
		overflow: hidden;
	}
.is-hidden-mobile {
	display: none;
}
.biznow6 {
	margin-top: 170px !important;
}
.biznow7 {
	margin-top: 0px !important;
}
.biznow8 {
	margin-top: -80px !important;
	padding-top: 150px;
}
.biznow9 {
	margin-top: 50px !important;
}
.biznow10 {
	margin-top: 0px !important;
}
}

@media (max-width: 767px) {
	.letting-header .col-xs-6 {
		padding: 15px;
	}

	.square {
		height: auto;
	}

	#fb-container {
		height: auto;
	}
.is-hidden-mobile {
	display: none;
}
}

.slider-odeon {
  max-width: 500px;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  position: relative;
}
.slide1,.slide2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url('/img/1.png')no-repeat center;
      background-size: contain;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

}
.slide2 {
  background: url('/img/2.png')no-repeat center;
      background-size: contain;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}

@keyframes fade
{
  0%   {opacity:1}
  50% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  50% { opacity: 1}
  100% { opacity: 0}
}
