/* cmsms stylesheet: bac modified: Tuesday, September 12, 2023 9:26:14 PM */
@charset "utf-8";
/*------------------------------------------
Created:	28 March, 2018
Author:		Adam Alexander
Contact:	adam@websitedesignglasgow.co.uk
Website:	www.websitedesignglasgow.co.uk
-------------------------------------------*/

/*********** reset **********/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
padding-left: 20px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* end reset */

body {
	font-family: 'Lato', sans-serif;
	font-size:62.5%;
	color:#666;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
.content {
background-color: #FFF;
border-top: 5px #6C196B solid;
position: relative;
}

.holder {
	position: relative;
	z-index: 1111;
}
.responsive, #NewsPostDetailContent img, .wideimage img {
	max-width: 100%; 
	width: 100%; 
	height: auto; 
}
img {
	max-width: 100%; 
	height: auto; 
}
.janet-forry-demo {
float: right; 
padding: 0 20px 20px 20px;
}
.soc {
width: 50%;
float: left;
}
.foot {
width: 98%;
margin: 10px 1%;
padding: 10px 0;
background-color: #DDD;
position: relative;
z-index: 11;
}
.doublecolumns, .columns, .leftnav, .onecol, .twocol, .threecol, .navtwocol, .navonecol {
float: left;
}
.footer p {
color: #666;
padding:0px 0px 5px 0px;
}
.logofoot {
padding-bottom: 10px;
}
.doublecolumns { text-align: left; }

/* ----- Generic styles ----- */

p {
	font-size: 1.4em;
	margin:0px;
	padding:0px 0px 15px 0px;
	line-height: 1.6em;
}
strong { font-weight: 700; }

ul, ol { margin-bottom: 20px; }
ul li p, ol li p { font-size: 1em; padding: 0; }
ul li, ol li {
	font-size: 1.4em;
	margin:0px;
	padding: 4px 0px;
}
abbr {
	cursor:help;
}
.clear {
	clear:both;
}
.topnav {
position: absolute;
top: 0;
right: 0;
}
.topnav ul li {
margin-left: 3px;
} 

/**************************************Media queries******************************************/

@media all and (min-width: 1000px) {
.holder {
	width: 1000px;
	margin: auto;
}
.head {
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #FFF;
border-bottom: 5px #6C196B solid;
}
.header { text-align: left; padding: 0; z-index:11111111!important; }
.headpad {
height: 300px;
border-bottom: 5px #6C196B solid;
}
.wideimage, #images {
	border-bottom: 5px #6C196B solid;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.content {
width: 1000px;
margin: auto;
margin-top: 80vh;
z-index: 11;
}
.downlnk {
position: absolute;
margin-left: -30px;
left: 50%;
top: -90px;
}
.wideimage {
width: 100%;
height: 70vh;
}
#home .wideimage {
width: 100%;
height: 100vh;
}
.column {
	width: 80%;
	float: none;
	padding: 40px 0 60px;
margin: auto;
	text-align: justify;
}
.leftnav, .onecol {
	width: 21%;
	margin: 40px 2% 60px;
}
.twocol {
	width: 46%;
	margin: 20px 2%;
}
.navtwocol {
	width: 35%;
	margin: 40px 2% 60px 0;
}
.navonecol {
	width: 73%;
	margin: 40px 2% 60px 0;
}
.threecol {
	width: 29%;
	margin: 40px 2% 60px;
}
.widecol {
	width: 96%;
	margin: 0px 2% 0;
}
.doublecolumns {
	width: 46%;
	margin: 10px 2%;
text-align: left;
}
.footer .columns {
width: 29%;
margin: 10px 2%;
text-align: center;
}
.subfooter {
text-align: center;
}
.logofoot {
	max-width: 100%; 
	height: auto; 
}
#menuwrapper {
margin: auto;
text-align: right;
position: absolute;
bottom: 0;
right: 0;
}
#menuwrapper ul li {
 display: inline-block;
 margin: 0px;
 position: relative;
padding: 0;
}
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	color: #666;
}
#menuwrapper ul li a:hover, #menuwrapper ul li a.menuactive:link, #menuwrapper ul li a.menuactive:visited {
        background-color: #6C196B;
color: #FFF;
}
#menuwrapper ul ul {
 position: absolute;
 top: 36px;
 left: 0px;
 display: none;
 text-align: left;
border-top: 1px #FFF solid;
background-color: #6C196B;
}
#menuwrapper ul ul li {
 padding: 0px;
 width: 200px;
 display: block;
	font-size: 1em;
}
#menuwrapper ul ul ul {
 position: absolute;
 top: 0px;
 left: 160px;
 display: none;
}
 #menuwrapper ul ul li a:link, #menuwrapper ul ul li a:visited {
height: auto;
border-bottom: 1px #FFF solid;
border-left: none;
color: #FFF;
}
#menuwrapper ul ul li a:hover {
background-color: #8F218F;
}
 #menuwrapper ul li:hover ul ul, #menuwrapper ul li:hover ul ul ul, #menuwrapper ul li:hover ul ul ul ul {
display:none;
}
 #menuwrapper ul li:hover ul, #menuwrapper ul li li:hover ul, #menuwrapper ul li li li:hover ul, #menuwrapper ul li li li li:hover ul {
 display:block;
}
a#pull {
 display: none;
}
}

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

@media all and (max-width: 1000px) {
.holder {
  width: 100%;
  margin: auto;
}
.head {
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #FFF;
border-bottom: 5px #6C196B solid;
}
.header { text-align: left; padding: 0; z-index:11111111!important; }
.headpad {
height: 300px;
border-bottom: 5px #6C196B solid;
}
.wideimage, #images {
	border-bottom: 5px #6C196B solid;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.content {
width: 100%;
margin: auto;
margin-top: 80vh;
z-index: 11;
}
.downlnk {
position: absolute;
margin-left: -30px;
left: 50%;
top: -90px;
}
.wideimage {
width: 100%;
height: 70vh;
}
#home .wideimage {
width: 100%;
height: 80vh;
}
.column {
	width: 80%;
	float: none;
	padding: 40px 0 60px;
margin: auto;
	text-align: justify;
}
.leftnav, .onecol {
	width: 21%;
	margin: 40px 2% 60px;
}
.twocol {
	width: 46%;
	margin: 20px 2%;
}
.navtwocol {
	width: 35%;
	margin: 40px 2% 60px 0;
}
.navonecol {
	width: 73%;
	margin: 40px 2% 60px 0;
}
.threecol {
	width: 29%;
	margin: 40px 2% 60px;
}
.widecol {
	width: 96%;
	margin: 0px 2% 0;
}
.doublecolumns {
	width: 46%;
	margin: 10px 2%;
text-align: left;
}
.footer .columns {
width: 29%;
margin: 10px 2%;
text-align: center;
}
.subfooter {
text-align: center;
}
.logofoot {
	max-width: 100%; 
	height: auto; 
}
#menuwrapper {
margin: auto;
text-align: right;
position: absolute;
bottom: 0;
right: 0;
}
#menuwrapper ul li {
 display: inline-block;
 margin: 0px;
 position: relative;
padding: 0;
}
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	color: #666;
}
#menuwrapper ul li a:hover, #menuwrapper ul li a.menuactive:link, #menuwrapper ul li a.menuactive:visited {
        background-color: #6C196B;
        color: #FFF;
}
#menuwrapper ul ul {
 position: absolute;
 top: 36px;
 left: 0px;
 display: none;
 text-align: left;
border-top: 1px #FFF solid;
background-color: #6C196B;
}
#menuwrapper ul ul li {
 padding: 0px;
 width: 200px;
 display: block;
	font-size: 1em;
}
#menuwrapper ul ul ul {
 position: absolute;
 top: 0px;
 left: 160px;
 display: none;
}
 #menuwrapper ul ul li a:link, #menuwrapper ul ul li a:visited {
height: auto;
border-bottom: 1px #FFF solid;
border-left: none;
color: #FFF;
}
#menuwrapper ul ul li a:hover {
color: #8F218F;
}
 #menuwrapper ul li:hover ul ul, #menuwrapper ul li:hover ul ul ul, #menuwrapper ul li:hover ul ul ul ul {
display:none;
}
 #menuwrapper ul li:hover ul, #menuwrapper ul li li:hover ul, #menuwrapper ul li li li:hover ul, #menuwrapper ul li li li li:hover ul {
 display:block;
}
a#pull {
 display: none;
}
}

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

@media all and (max-width: 768px) {
.head {
width: 100%;
position: relative;
top: 0;
left: 0;
}
.headpad {
height: 0px;
}
.logo {

}
.wideimage, #images {
	border-bottom: none;
position: relative;
top: auto;
left: auto;
z-index: 1;
}
.wideimage {
width: 100%;
height: 50vh;
}
#home .wideimage {
width: 100%;
height: 50vh;
}
.downlnk {
display: none;
}
.content {
margin-top: 0vh;
}
.column {
	width: 80%;
	float: none;
	padding: 20px 0 30px;
margin: auto;
	text-align: justify;
}
.navonecol, .navtwocol {
	width: 73%;
	margin: 20px 2% 20px 0;
}
.threecol {
	width: 46%;
	margin: 20px 2%;
}
.footer .columns {
width: 46%;
margin: 10px 2%;
}
#menuwrapper {
 display: none;
position: absolute;
top: 70px;
right: 0;
bottom: auto;
background-color: #6C196B;
z-index: 11111111;
}
#menuwrapper ul li {
 display: block;
 margin: 0px;
 position: relative;
 border-top: 1px #FFF solid;
text-align: right;
}
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	color: #FFF;
}
#menuwrapper ul li a:hover, #menuwrapper ul li a.menuactive:link, #menuwrapper ul li a.menuactive:visited {
        background-color: #8F218F;
        color: #FFF;
}
#menuwrapper ul ul {
 display: none;
}
 #menuwrapper ul li:hover ul ul, #menuwrapper ul li:hover ul ul ul, #menuwrapper ul li:hover ul ul ul ul {
display:none;
}
 #menuwrapper ul li:hover ul, #menuwrapper ul li li:hover ul, #menuwrapper ul li li li:hover ul, #menuwrapper ul li li li li:hover ul {
 display:none;
}
a#pull {
 display: block;
}
}

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

@media all and (max-width: 480px) {
.wideimage {
width: 100%;
height: 300px;
}
#home .wideimage {
width: 100%;
height: 300px;
}
.logo {
width: 120px;
height: auto;
}
.janet-forry-demo {
float: none; 
width: 96%;
padding: 2%;
}
.column {
	width: 96%;
	float: none;
	padding: 20px 2%;
	text-align: left;
}
.column, .leftnav, .onecol, .twocol, .navtwocol, .navonecol {
	width: 96%;
	float: none;
	padding: 20px 2% 10px;
margin: auto;
}
.threecol {
	width: 96%;
	margin: 2%;
}
.doublecolumns {
	width: 96%;
	float: none;
	margin: 10px 2%;
	text-align: left;
}
.footer .columns {
	width: 96%;
	margin: 10px 2%;
}
.logofoot {
	max-width: 50%; 
	width: 50%; 
	height: auto; 
}
.widemap {
padding-bottom: 60%;
}
.subnav li {
	width: 48%;
	padding: 0 1% 10px;
}
.subnav li nav {
font-size: 1.3em;
} 
}

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


/* ----- Anchors ----- */
	
a:link, a:visited, a:active {
	color: #6C196B;
	text-decoration:none;
}
a:hover {
	color: #666;
}
a.pagelink:link, a.pagelink:visited {
	text-align: right;
	display: block;
}
a.eventhead:link, a.eventhead:visited {
font-size: 1.8em;
color: #333;
display: block;
margin-bottom: 10px;
line-height: 1.4em;
}
a.eventhead:hover {
color: #6C196B;
}
a.downlnk:link, a.downlnk:visited {
padding-top: 60px;
}
a.downlnk:hover {

}
.footer a:link, .footer a:visited, .footer a:active {
	color: #333;
	text-decoration:none;
}
.footer a:hover {
	color: #6C196B;
}
a.siteby:link, a.siteby:visited { color: #666; }
a.siteby:hover { color: #6C196B; }
a.blocklink:link, a.blocklink:visited {
display: inline-block;
font-size: 1.2em;
text-align: center;
margin: 0px auto;
padding: 15px 20px;
color: #6C196B;
border: 1px #6C196B solid;
}
a.blocklink:hover {
background-color: #6C196B;
color: #FFF;
}
a.bluelink:link, a.bluelink:visited {
display: block;
font-size: 1.6em;
text-align: center;
padding: 15px 0px;
margin: 0 0 10px;
color: #FFF;
background-color: #6C196B;
}
a.bluelink:hover {
background-color: #333;
}
/* ----- Headers ----- */

h1 {
	padding: 20px 0;
	margin:0px;
	color: #6C196B;
	font-size: 3em;
font-weight: 300;
}
.clients h1 { 
color: #FFF; 
text-align: center;
}
.footer h1 {
font-weight: normal;
padding: 0 0 10px 0;
	margin:0px;
	color: #666;
	font-size:2em;
font-weight: 400;
}
h2 {
	padding:10px 0px 15px;
	margin:0px;
	color: #6C196B;
	font-size:2em;
font-weight: 400;
}
.calendar-event h2 {
padding: 10px 0 5px;
}
h3 {
	padding:10px 0px 15px;
	margin:0px;
	color: #333;
	font-size: 1.8em;
font-weight: 700;
}
/* ----- Main Containers ----- */

.head { 
z-index: 1111; 
padding: 0;
}
.footer .columns {
	text-align: center;
}

/* ----- Navigation ----- */

#menuwrapper {
	float: none;
	margin: 0px auto;
}
#menuwrapper ul { list-style: none; padding: 0; margin: 0; }
#menuwrapper ul li a:link, #menuwrapper ul li a:visited {
	display: block;
	height: 12px;
	padding: 12px;
}
a#pull {
	color: #FFF;
	font-size: 1.8em;
	text-align: center;
	width: 50px;
position: absolute;
top: 24px;
right: 6px;
}
.leftnav ul { padding: 20px 0 0; list-style: none; }

.leftnav ul li a:link, .leftnav ul li a:visited {
	display: block;
	color: #666;
	padding: 5px 10px 8px;
border-bottom: 1px #CCC solid;
}
.leftnav ul li a:hover {
	color: #6C196B;
}
.topnav ul {
list-style: none;
padding: 0;
}
.topnav ul li {
float: left;
padding: 5px 12px;
background-color: #6C196B;
border-radius: 0 0 5px 5px;
}
.topnav ul li a:link, .topnav ul li a:visited {
color: #FFF;
}
.topnav ul li a:hover {
color: #CCC;
}

/***************************** Contact form *************************************/

.contactform label, .captchatext {
	width: 25%;
	color: #666;
	text-align: left;
	padding: 4px 0 5px 0px;
	font-size: 1.4em;
	float: left;
}
.contactform {
	position: relative;
	padding-top: 10px;
}
.contactform div {
	padding: 3px 0px;
	text-align: left;
	clear: both;
}
.contactform div div {
	display: inline-block;
}
.contactform div div label {
	width: 60px;
	text-align: right;
	padding-right: 0;
}
.contactform div div input {
	width: 20px;
	border: none;
}
.contactform input, .contactform textarea {
	background-color: #FFF;
	border: none;
	color: #64605a;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	width: 96%;
	padding: 8px 2%;
	border: 1px #999 solid;
}
.contactform textarea {
	padding: 8px 2%;
	height: 120px;
}
.contactform .submit {
	text-align: center;
}
.contactform input.fbsubmit, .contactform input.fbsubmit_prev {
	width: 120px;
color: #FFF;
background-color: #6C196B;
font-size: 1.6em;
	margin-right: 5px;
	cursor: pointer;
border: none;
padding: 8px 2%;
text-transform: uppercase;
}
.contactform input.cms_checkbox {
	width: 5px!important;
}
.error_message {
	background-color: #FF2200;
	padding: 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.2em;
}
.errror {
	color: #ff2200;
	padding: 2px 0 0 26%;
}
.errrror {
	background-color: #ff2200;
	color: #FFF;
	padding: 2px;
	width: 208px;
	display: block;
	margin-left: 205px;
}
.captcha img {
	padding: 0 0 5px;
}
.captcha input {
	margin: 0 0 0 105px;
	width: 145px;
	display: block;
}

/******************** Log in **************************/

.login div {
padding: 5px 0;
}
.login label {
	width: 24%;
	color: #666;
	text-align: right;
	padding: 4px 1% 0px 0px;
	float: left;
font-size: 1.4em;
}
.login input, .login textarea {
	background-color: #FFF;
	border: none;
	color: #64605a;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	width: 50%;
	padding: 8px 2%;
	border: 1px #999 solid;
}
.login .btn-active {
	width: 120px;
color: #FFF;
background-color: #6C196B;
font-size: 1.6em;
	margin-left: 25%;
	cursor: pointer;
border: none;
padding: 8px 2%;
text-transform: uppercase;
}

/******************* News section **************************/

.NewsSummary {
padding-bottom: 20px;
}
.newssection {
width: 100%;
background-color: #E4E4E4;
}
.NewsSummaryLink a:link, .NewsSummaryLink a:visited { display: block; font-size: 1.8em; color: #333; line-height: 1.4em; padding: 0 0 10px; }
.NewsSummaryLink a:hover { color: #6C196B; }
.NewsSummaryPostdate, #NewsPostDetailDate, .CGBlogSummaryPostdate { color: #999; padding-bottom: 10px; }
.NewsSummarySummary, #NewsPostDetailSummary { padding: 0; }
.summarydetail { margin: 0 0 20px; }
.NewsSummaryMorelink { font-size: 1.4em; padding-bottom: 10px; }
#NewsPostDetailTitle { padding: 10px 0 0 0; font-weight: 300; letter-spacing: 0px; font-size: 3em; color: #667944; }
.newsimg { padding: 10px 0;
	max-width: 100%; 
	width: 100%; 
	height: auto; 
 }

/************************************ Carousel ***********************************/

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel div img { width: 100%; height: auto; display: block; }
.owl-carousel p { text-align: left; padding: 0 0 5px; }

/* display none until init */
.owl-carousel {
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item { position: relative; }
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
position: absolute;
bottom: 5px;
right: 10px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.galmessage {
text-align: center;
}
.galmessage div {
color: #FFF;
font-weight: 900;
line-height: 1.2em;
}

#images .item { 
width: 1px;
	min-width: 100%; 
height: 1px;
min-height: 100%; 
}
#featured .item { 
width: 1px;
	min-width: 96%; 
padding: 10px 2%;
height: auto;
}

 @media all and (min-width: 1000px) {
#images .owl-item {
	float: left;
height: 1px;
min-height: 80vh;
}
#home #images .owl-item {
	float: left;
height: 1px;
min-height: 100vh;
}
#featured .owl-item {
	float: left;
}
}
 @media all and (max-width: 1000px) {
#images .owl-item {
	float: left;
height: 80vh;
}
#featured .owl-item {
	float: left;
}
}
 @media all and (max-width: 768px) {
#images .owl-item {
	float: left;
height: 400px;
}
}
 @media all and (max-width: 480px) {
#images .owl-item {
	float: left;
height: 300px;
}
}
