html {-webkit-font-smoothing: antialiased;}

.abCenter {
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  left:50%;
  margin-right:-50%;
  position:absolute;
  top:50%;
}

#mg {
z-index: 999;
position: fixed;
height: 100%;
width: 50%;
float: left;
top: 0;
bottom: 0;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
background: #f6f6f6;
background: url('http://1916mendicitygarrison.ie/wp-content/themes/1916mg/images/1916bg.jpg');
background-position: center center;
}

#mg h1{
	color: black;
	text-transform: uppercase;
	 font-family: 'Verlag Book';
}


#aisling {
  color: white;
  background: #001588;
  width: 50%;
  height: 100%;
  position: fixed;
	float:right;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
background: #f8f6ed;
}

#aisling h1{
	color: black;
	text-transform: uppercase;
	 font-family: 'Verlag Book';
}


.no-gutter-left {padding-left: 0px;}
.no-gutter-right {padding-right: 0px;}

.midway-horizontal, .midway-vertical { display: none;}

/* line 3, clingify.scss */
.js-clingify-ztransform, .js-clingify-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* Baseline selectors */
/* line 10, clingify.scss */
.js-clingify-wrapper {
  width: 100%;
}

/* line 14, clingify.scss */
.js-clingify-locked {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}

/* Advanced selectors */





@font-face {
  font-family: 'Verlag Book';
  src: url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Book.eot'); /* IE9 Compat Modes */
  src: url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Book.woff') format('woff'), /* Modern Browsers */
       url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Book.svg#05f87def20d0354e7d73b1044bd6107d') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}



@font-face {
  font-family: 'Verlag Bold';
  src: url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Bold.eot'); /* IE9 Compat Modes */
  src: url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Bold.woff') format('woff'), /* Modern Browsers */
       url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://aislingdreamingagain.ie/wp-content/themes/aisling/fonts/Verlag-Bold.svg#cc09b1efc20a3eaf6624cc253d502477') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  700;
}



/* 01 TYPOGRAPHY */

body{
	font-family: 'Verlag Book';
}
h1 {
	font-family: 'Verlag Bold';
}
p {
	font-family: 'Verlag Book';
	font-size: 16px;
	margin-bottom: 30px;
}
strong, b {
	font-family: 'Verlag Bold';
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

/* 02 COLOUR */

p {
	color: #383838;
}
footer {
	color: #b0b1b3;
	padding: 60px 0px;
}


/* 03 MENU */

header {
  font-family: 'Verlag Bold';
  color: black;
  background: rgba(255,255, 255, 0.90);
  padding-bottom: 20px;
}
header  a:link{
  color: black;
}
header  a:visited{
  color: black;
}
header  a:hover{
  color: #b3b3b3;
}
header  a:visited:hover{
  color: #b3b3b3;
}

#menu-menu-1 li {
display: inline-block;
padding-left: 50px;
}

#menu-menu-1 li:first-child  {
display: inline-block;
padding-left: 0px;
}

.menu-menu-1-container {
padding-top: 50px;
}

.logo {
	width: 100px;
	height: 73px;
}

.navbar-default {
  background-color:transparent;
  border-color:transparent;
}
.navbar {
  border:0px solid transparent;
  margin-bottom:0px;
  min-height:50px;
  position:relative;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color:transparent;
}
.navbar-collapse {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0) 0 0px 0 inset;
  border-top-color:transparent;
  border-top-style:solid;
  border-top-width:0px;
  box-shadow:rgba(255, 255, 255, 0.0) 0 0px 0 inset;
  overflow-x:visible;
  padding-left:15px;
  padding-right:15px;
}

.image-hover-overlay {
    position: absolute;
    background-color: rgba(0,255,50,0.75);
    opacity: 0.0;
    bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  margin-left: 10px;
  margin-right: 10px;
}

#grid {cursor: pointer;}
#grid a:link {color: black;}
#grid a {color: black;}
#grid a:visited {color: black;}


.line {
	font-family: 'Verlag Bold';
	font-size: 18px;
}

.overlayTitle {
  	font-family: 'Verlag Book';
	font-size: 18px;
}

.imgcrop {
	height: 435px;
}

.col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
}

#page {

	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(123, 98, 121, 0.2);
background-position: center center;
}


.row-padding {
	padding: 30px 0px 50px 0px;
}

.btn-default {

	  font-family: 'Verlag Bold';
	  font-size: 18px;
	  border-color: #dcdbdb;
}


#aisling .btn-default {

	  font-family: 'Verlag Bold';
	  font-size: 18px;
	  border: 0;
}

.text-wrap {

	float: left;
	margin: 0px 20px 15px 0px;
	border: 10px solid white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: white;
}

.facebook {

	margin-top: 10px;
}

#rightpad {

	padding-top: 10px;
}

.aislinglogo {
	margin-left: 10px;
	height: 58px;
}

.wp-caption p {

	color: #999;
	margin-top: 10px;
	text-align: center;

}


/* Media Queries */

@media only screen and (max-width : 1200px) {

#menu-menu-1 li {
	display: inline-block;
	padding-left: 50px;
}

.logo {
	width: 100px;
	height: 73px;
}

.imgcrop {
	height: 365px;
}


}

@media only screen and (max-width : 979px) {

#menu-menu-1 li {
	display: inline-block;
	padding-left: 30px;
}

.logo {
	width: 90px;
	height: 66px;
}

.imgcrop {
	height: 265px;
}

	.aislinglogo {
	margin-left: 10px;
	height: 48px;
}

.facebook {

	margin-top: 5px;
}

#rightpad {

	padding-top: 0px;
}


}


@media only screen and (max-width: 767px) {




.row {

	padding-left: 5px;
	padding-right: 5px;
}

.menu-item-103 {

	display: none;
}

.logo {
	width: 40px;
	height: 29px;
}

.imgcrop {
	height: 205px;
}

h1 { font-size: 22px; }

#mg {
z-index: 999;
position: relative;
height: auto;
width: 100%;
float: left;
top: 0;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
background: #f6f6f6;
background: url('http://1916mendicitygarrison.ie/wp-content/themes/1916mg/images/1916bg.jpg');
background-position: center center;
background-size: cover;
text-align: center;
padding: 20px;
}

#mg h1{
	color: black;
	text-transform: uppercase;
	 font-family: 'Verlag Book';
}


#aisling {
  color: white;
  background: #001588;
  width: 100%;
  height: auto;
  position: relative;
	float:left;
	left: 0;
	bottom: 0;
	overflow: hidden;
background: #f8f6ed;
text-align: center;
padding: 20px;
}

#mg img, #aisling img {

	margin: 0 auto;
}

}

