/*

Wellworthys Business Centre - Global Stylesheet
Handwritten by Richard Wilmot (AztecMedia.eu)
http://www.wellworthys.co.uk

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

*, *::before, *::after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


																					/* ------------ Defaults ------------ */

body, html {
	font-size:14px;
	color:#7a7a7a;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	height: 100%;
	position:relative;
	background-color:#f9f9f9;
	-moz-osx-font-smoothing: grayscale;
	}

h1,
h2,
h3,
h4,
h5 {
	font-weight:normal;
	font-size:35px;
	margin-bottom:20px;
	line-height:35px;
    font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#1f89ca;
	
}

h2 {
	font-size:32px;
	line-height:32px;
	margin-bottom:15px;
}

h3 {
	font-size:25px;
	line-height:25px;
	margin-bottom:10px;
}

h4 {
	font-size:28px;
	line-height:28px;
	margin-bottom:10px;
}

h5 {
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}

#conference-centre h1,
#conference-centre h2,
#conference-centre h3,
#conference-centre h4,
#conference-centre h5 {
	color:#9ccb3b
}


p {
	margin-bottom:20px;
}

a {
	text-decoration:none;
	color:#7a7a7a
}

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

#col-left ul.bulet {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#col-left ul.bulet li {
	background:url(../images/bullet.png) no-repeat 5px 8px;
	padding-left:40px;
}


@media (max-width: 980px) {
	#col-left ul.bulet {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}



																				/* ------------ Header ------------ */
#header-container {
	width:100%;
	border-bottom: #1f89ca solid 5px;
	height:155px;
	overflow:hidden
}

#conference-centre #header-container {
	border-color:#9ccb3b
}

#header {
	width:100%;
	max-width:1170px;
	margin:auto;
	position:relative;
	height:150px
}

#header .availability,
#header .book-online {
	position:absolute;
	top:0;
	right:0;
	display:block;
	height:150px;
	width:300px;
	color:#FFF;
	font-family: 'Playfair Display', serif;
	font-size:22px;
	font-weight:400;
	padding:47px 50px 0 115px;
	line-height:28px;
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
            transition: all .5s ease;
}

#header .availability:after,
#header .book-online:after,
#nav .standard-menu li a:after {
	 content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: none;
	-ms-transform: skew(-13deg, 0deg);
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
	webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
	border-left: 35px solid #1f89ca;
    transform-origin: top left;
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
            transition: all .5s ease;
}

#header .availability {
	background:#1f89ca url(../images/check-prices-availability.png) no-repeat 32px 12px;
    height: 75px;
	padding-top: 13px;
}

#header .book-online {
	top: 75px;
	height: 75px;
	padding-top: 13px;
	width: 317px;
	background:#1f89ca url(../images/book-online.png) no-repeat 32px 12px;
}

#header .availability:hover,
#header .book-online:hover{
	background-color:#263a8f;
	text-decoration:none
}

#header .availability:hover:after,
#header .book-online:hover:after{
	border-color:#263a8f
}

#conference-centre  #header .availability:after,
#conference-centre  #nav .standard-menu li a:after {
	border-left: 35px solid #9ccb3b;
}
	
	
#conference-centre #header .availability {
	background-color:#9ccb3b;
}

#conference-centre #header .availability:hover {
	background-color:#267539;
	text-decoration:none
}

#conference-centre  #header .availability:hover:after {
	border-color:#267539
}

#header .logo {
	background: url(../images/wellworthys-business-centre.png) no-repeat top left;
	width:331px;
	height:86px;
	text-indent:-25000px;
	display:block;
	margin-top:32px;
	float:left
}

#conference-centre #header .logo {
	background: url(../images/wellworthys-conference-centre.png) no-repeat top left;
}




@media (max-width: 1170px) {
	#header .logo {
		margin-left:20px;
	}
}

@media (max-width: 980px) {
	#header .availability,
	#header .book-online{
		font-size: 0;
		line-height: 24px;
		padding: 87px 20px 0;
		text-align: center;
		width: 150px;
	}
	#header .book-online{
		width: 167px;
	}
}

@media (max-width: 710px) {
	#header-container {
		height:265px;
	}
	#header {
		height:260px
	}
	#header .logo {
		margin:20px auto 0;
		float:none
	}
}
	



																					/* ------------ Nav ------------ */

#nav {
	margin:auto;
	height:50px;
	width:300px;
	height:150px;
	position:absolute;
	right:300px;
	top:0;
	}

#nav .menu,
.mobile-menu {
    display: none;
}

#nav .standard-menu {
	float:left;
	width:100%;
	padding:10px;
}

#nav .standard-menu li {
	float:left;
	margin-bottom:5px;
}

#nav .standard-menu li a {
	color: #1f89ca;
	display:block;
	width:300px;
	text-decoration:none;
	font-size:20px;
	font-weight:400;
	height:40px;
	line-height:40px;
	background:#e6e6e6;
	position:relative;
	padding-left:20px;
	font-family: 'Playfair Display', serif;
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
            transition: all .5s ease;
}

#nav .standard-menu li a:after,
#conference-centre #nav .standard-menu li a:after {			
	border-left: 10px solid #e6e6e6;
}

#nav .standard-menu li a:hover:after,
#nav .standard-menu li.menuactive a:after {
	border-color:#1f89ca
}

#nav .standard-menu li:nth-child(1) {
	margin-left:20px;
}

#nav .standard-menu li:nth-child(2) {
	margin-left:10px;
}

#conference-centre #nav .standard-menu li a {
	color: #9ccb3b;
}

#conference-centre #nav .standard-menu li a:hover:after,
#conference-centre #nav .standard-menu li.menuactive a:after {
	border-color:#9ccb3b
}

@media (max-width: 980px) {
	#nav {
		right:150px;
	}
}

@media (max-width: 820px) {
	#nav {
		width:200px
	}
	#nav .standard-menu li a {
		width:200px;
		font-size:15px;
	}
}

@media (max-width: 710px) {
	#nav {
		top: auto;
		bottom:15px;
	}
	#header .book-online {
		top: auto;
		bottom:0;
	}
	#header .availability {
		top: auto;
		bottom:75px;
	}
	#nav {
		width:300px
	}
	#nav .standard-menu li a {
		width:300px;
		font-size:22px;
	}
}

@media (max-width: 460px) {
	#nav {
		width:200px
	}
	#nav .standard-menu li a {
		width:200px;
		font-size:15px;
	}
}




																				/* ------------ Content & Col DIVs ------------ */



#content-container {
	width:100%;
}

#content {
	width:100%;
	max-width:1170px;
	margin:auto;
	padding:60px 0
}

#col-left {
    width: -webkit-calc(100% - 360px);
    width:    -moz-calc(100% - 360px);
    width:         calc(100% - 360px);
	float:left
}

#col-right {
	width:300px;
	float:right
}


@media (max-width: 2000px) {
	#content {
		padding:60px 30px
	}
}

@media (max-width: 770px) {
	#col-left,
	#col-right {
		width: 100%;
		float:none
	}
}

																					/* ------------ Slideshow ------------ */
#slideshow {
	position: relative;
	width:100%;
	margin:auto;
	overflow:hidden
	}
	
.rslides {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow:hidden
	}
	
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}
	
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}
	
.rslides img {
	display: block;
	height: auto;
	float: right;
	width: 66.66%;
	border: 0;
	}
	
	
.rslides .slideshow-overlay {
	position:absolute;
	left:0;
	top:0;
	background: url(../images/slideshow-bg.png) no-repeat top right;
	width:43.5%;
	height:100%;
	-webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
            transition: all 1.5s ease;
}

#conference-centre .rslides .slideshow-overlay {
	background: url(../images/slideshow-bg-conf.png) no-repeat top right;
}

.rslides .rslides1_on .slideshow-overlay {
	width:37.5%;
}

.rslides .link {
	position:absolute;
	left:0;
	bottom:0;
	background: url(../images/slideshow-link-bg.png) no-repeat bottom right;
	width:31.5%;
	height:100%;
	-webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
            transition: all 1.5s ease;

}

#conference-centre .link {
	background: url(../images/slideshow-link-bg-conf.png) no-repeat bottom right;
}

.rslides .rslides1_on .link {
	width: 34.5%;
}

.rslides a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-25000px;
}

.rslides .caption {
	width:32%;
	padding-left:15%;
	max-width:1170px;
	position: absolute;
	left: 0;
	right: 0;
	font-size:14px;
	bottom:200px;
	opacity: 0.00;
	color:#FFF;
	-webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
            transition: all 1.5s ease;
}

.rslides .caption h2 {
	color:#FFF;
}

.rslides .rslides1_on .caption {
	opacity: 1;
	bottom:150px;
}


@media (max-width: 1760px) {
	.rslides .rslides1_on .link {
		width: 35.5%;
	}
}

@media (max-width: 1730px) {
	.rslides .caption {
		padding-left:40px;
	}
	.rslides .rslides1_on .caption {
		bottom:50px;
	}
}

@media (max-width: 1400px) {
	.rslides .rslides1_on .slideshow-overlay {
		width: 47.5%;
	}
	.rslides .rslides1_on .link {
		width: 45.5%;
	}
	.rslides .caption {
		width:42%
	}	
}

@media (max-width: 1270px) {
	.rslides .rslides1_on .link {
		width: 46.5%;
	}
}

@media (max-width: 1110px) {
	.rslides .caption h2 {
		font-size:28px;
		line-height:28px;
	}	
	.rslides .caption p {
		font-size:12px;
		line-height:20px;
	}
	.rslides .rslides1_on .link {
		width: 47.5%;
	}	
}


@media (max-width: 980px) {
	.rslides .slideshow-overlay,
	.rslides .rslides1_on .slideshow-overlay {
		height:80px;
		top: auto;
		bottom:0;
		width:82%
	}
	.rslides .caption p {
		display:none
	}
	.rslides .caption,
	.rslides .rslides1_on .caption {
		bottom: 10px;
		width:72%
	}
	.rslides .link,
	.rslides .rslides1_on .link {
		height:80px;
		width:90%
	}
	.rslides img {
		width: 100%;
	}
}


@media (max-width: 710px) {
	.rslides .slideshow-overlay,
	.rslides .rslides1_on .slideshow-overlay {
		height:50px;
		width:100%;
	}
	.rslides .caption,
	.rslides .rslides1_on .caption {
		bottom: 5px;
		width:95%;
	}
	.rslides .caption h2,
	.rslides .rslides1_on .caption  h2 {
		font-size:24px;
		line-height:16px;
	}
	.rslides .link,
	.rslides .rslides1_on .link {
		height:50px;
		width:100%
	}
}


																				/* ------------ Contact Block ------------ */
#contact {
	}
	
#contact li {
	background:#e6e6e6;
	width:100%;
	height:140px;
	font-family: 'Playfair Display', serif;
	font-weight:400px;
	font-size:35px;
	margin-bottom:40px;
	}
	
#contact li a {
	display:block;
	width:100%;
	height:100%;
	line-height:140px;
	color:#7a7a7a;
	padding-left:20px;
	-webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
            transition: all 1.5s ease;
	}
	
#contact li.tel a,
#contact li.email a,
#contact li.pdf a,
#contact li.business a,
#contact li.conference a  {
	background-image:url(../images/contact-tel.png);
	background-position:top right;
	background-repeat:no-repeat
	}
	
#contact li.email a {
	background-image:url(../images/contact-email.png);
	}
	
#contact li.pdf a {
	background-image:url(../images/contact-download.png);
	}
	
#contact li.business a {
	background-image:url(../images/business-link.png);
	background-position:top center;
	text-indent:-25000px
	}
	
#contact li.conference a {
	background-image:url(../images/conference-link.png);
	background-position:top center;
	text-indent:-25000px
	}
	
#contact li a:hover {
	background-color: #1f89ca;
	color:#FFF;
	-webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
            transition: all 1.5s ease;
	}
	
#contact li.address {
	font-size:16px;
	line-height:20px;
	padding:20px 0 0 20px;
	background: #e6e6e6 url(../images/contact-address.png) no-repeat top right
	}
	
#conference-centre #contact li a:hover {
	background-color: #9ccb3b;
}
		
	
	
	
																					/* ------------ Footer ------------ */

#footer-container {
	width:100%;
	margin-top:10px;
	background:#e6e6e6;
	border-top: #1f89ca solid 5px;
	padding:20px 0
}

#conference-centre #footer-container {
	border-color:#9ccb3b
}


#footer {
	width:100%;
	max-width:1170px;
	margin:auto;
	text-align:center;
	font-size:12px;
}

#footer p {
    margin-bottom: 0;
    width: 50%;
}
#footer p.copyright {
    float: left;
    text-align: left;
}
#footer p.aztecmedia {
    float: right;
    text-align: right;
}


@media screen and (max-width: 2000px) {
	#footer {
		padding:0 20px
	}
}


@media screen and (max-width: 680px) {
	#footer p {
		width: 100%;
		text-align:center !important
	}
}