@charset "UTF-8";

/*********************
 TESTMODE HEADER 
*********************/

#testmode-header {
	display: none;
}

/*********************
 TAGS 
*********************/

* {
	font-family: "parisine-plus-std-gris";
}

body {
}


/*********************
 TYPE ELEMENTS 
*********************/

h1, h2, h3, h4, h5 {
	font-family: "futura-pt-condensed";
}

h1 {
	font-size: 4em;
	font-weight: 400;
}

p {
	font-size: 1.1em;
	color: #666;
}


/*********************
 LISTS 
*********************/

ul,
ol {
	padding: 0 20px 30px !important;
}

ul li,
ol li {
}


/*********************
 LINKS 
*********************/

a:link, a:active, a:visited, a:hover, a:visited:hover {
	text-decoration:none;
	color:#666;
}

a:hover, a:hover:visited {
	text-decoration:underline;
}

.btn, .btn:hover, .btn:active, .btn:visited {
	padding: 15px 30px;
	background: #666;
	border-radius: 0px;
	font-size: 1.1em;
	font-weight: 400;
	color: #FFF !important;
	border: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.btn:hover {
	background: #333;
}


/*********************
 LAYOUT 
*********************/

header {
	position: absolute;
	width: 100%;
}

#topbar {
	margin: 0;
	padding: 5px 15px;
	width: 100%;
	/*background: #666600;*/
	background: url('/core/structure/alpha_tiles/black_40.png');
}

#topbar a {
	display: inline-block;
	padding: 5px;
	font-size: .9em;
	color: #FFF;
}

#glory {
	background-image: url(/templates/campbellstlodge3/skins/v3/structure/glory_main_2020.jpg);
	background-position: center center;
	background-size: cover;
	height: 220px;
}

.hp #glory {
	background-position: bottom center;
	height: 480px;
}

.hp .map {
	margin-bottom: 20px;
}

footer {
	padding: 30px 0 15px;
	/*background: #333300;*/
	background: #333;
}

footer div,
footer a:link, footer a:active, footer a:visited, footer a:hover, footer a:visited:hover {
	font-family: "Ariel",sans-serif;
	color: #FFF;
}

footer div {
	font-size: .95em;
}

#social {
	margin: 0 0 100px;
}

#social i {
	margin: 0 3px;
}


/*********************
 IMAGES / RESPONSIMG
*********************/

.img-left {
	float: left;
	margin: 0 2% 2% 0;
}
.img-right {
	float: right;
	margin: 0 0 2% 2%;
}

.responsimg>img,
img.responsimg,
img.respons-12 {
	width: 100%;
}

img.respons-8 {
	width: 66%;
}

img.respons-6 {
	width: 50%;
}

img.respons-3 {
	width: 25%;
}

img.respons-4 {
	width: 33%;
}

@media (max-width: 676px) {
	.responsimg>img,
	img.responsimg,
	img.respons-12,
	img.respons-6,
	img.respons-4,
	img.respons-3 {
		width:100%;
	}
	.img-left,
	.img-right {
		float: none;
		margin:2% 0;
	}
}


/**
 * Mobile show/hide
*/

.mobile-show {
	display: none;
}
.mobile-hide {
	display: block;
}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 676px) {
	.mobile-show {
		display: block;
	}
	.mobile-hide {
		display: none !important;
	}

	h1 {
		font-size: 3em;
	}
	.mobile-center {
		margin: 2% 0;
		text-align: center;
	}
	#pushstate-canvas {
		padding: 10px 0 30px !important;
		min-height: 500px;
	}
	#glory {
		height: 200px !important;
	}
}



/*********************
 CLASSES 
*********************/

.hr {
	height: .0001em;
	border-top:1px solid #000;
}

.clear {
	display: block;
	height: .000001em;
	clear: both;
}


/*********************
 NAVGROUPS
*********************/

ul.navgroup {
}

ul.navgroup li {
	list-style: none;
	display: inline-block;
	margin: 0 2% 0 0;
}

ul.navgroup li a:hover, ul.navgroup li a:visited:hover {
}

#navgroup2 {
	margin: 5% 0;
}


/*********************
 PUSHSTATE
*********************/

#pushstate-wrapper {
}

#pushstate-limit {
}

#pushstate-canvas {
	padding: 30px 0;
	min-height: 800px;
}

/*.hp #pushstate-canvas {
	padding-top: 0;
}*/

#pushstate-loader {
	width:32px;
	height:32px;
	background:url(/core/structure/ajax_loaders/indicator-big.gif) no-repeat;
}