/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.2em;
	color:#333;
	
}

#points {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.2em;
	color:#333;
	font-weight:600;
	font-style:italic;
	
}

.section-heading {
	text-transform:uppercase;
	font-size:1.5em;
	color:#333;
	font-weight:bold;	
}

.section-subheading {
	text-transform:uppercase;
	font-size:1.2em;
	color:#333;	
}

.section-caption {
	text-transform:uppercase;
	font-size:1em;
	color:#333;	
	font-weight:bold;
}



.white {
	color:#ffffff;
	font-weight:bold;
}

.pink {
	color:#fdc400;
	font-weight:bold;
}

.contactlinks {
	color:#ffffff;
}

a {
	color:inherit;

}
a:active,
a:hover {
  	color:#inherit;
	text-decoration:underline;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding:100px;
}

.text-vertical-center h1 {
    font-size: 3.5em;
    font-weight: bold;
	font-style:italic;
	color:#fdc400;
	text-shadow: 2px 2px #2e2e2e;
	}
	
.text-vertical-center h2 {
    font-size: 2em;
    font-weight: bold;
	font-style:italic;
	color:#fdc400;
	text-shadow: 2px 2px #2e2e2e;
	}
	
.text-vertical-center h3 {
    font-size: 1.5em;
	color:#fff;
	text-shadow: 1px 1px #2e2e2e;
	}
	
.text-vertical-center h4 {
    font-size: 2.8em;
    font-weight: bold;
	font-style:italic;
	color:#fff;
	text-shadow: 2px 2px #2e2e2e;
	}
	
	.Neil-Irish {
    display: table-cell;
    vertical-align: middle;
	text-align:left;

}

.Neil-Irish h1 {
    font-size: 3.5em;
    font-weight: bold;
	font-style:italic;
	color:#fdc400;
	text-shadow: 2px 2px #2e2e2e;
	}
	
.Neil-Irish h2 {
    font-size: 2em;
    font-weight: bold;
	font-style:italic;
	color:#fdc400;
	text-shadow: 1px 1px #2e2e2e;
	}
	
.Neil-Irish h3 {
    font-size: 1.5em;
	color:#fdc400;
	text-shadow: 1px 1px #2e2e2e;
	}
	
.Neil-Irish h4 {
    font-size: 2.8em;
    font-weight: bold;
	font-style:italic;
	color:#fff;
	text-shadow: 2px 2px #2e2e2e;
	}

.image-block {
    border: 10px solid #fdc400;
    background-color: black;
    padding: 0px;    
    margin: 0px;
    height:180px;
    text-align: center;
	vertical-align:top;
}
.image-block > p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 19px;
    padding-top: 70px;
    background-color: rgba(26,37,48,0.0);
    color: rgba(6,6,6,0.0);
}
.image-block:hover > p {
    background-color: rgba(26,37,48,0.7);    
    color: white;    
}

.image-block2 {
    border: 10px solid #fdc400;
    background-color: black;
    padding: 0px;    
    margin: 0px;
    height:120px;
    text-align: center;
	vertical-align:top;
}
.image-block2 > p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 11px;
    padding-top: 40px;
    background-color: rgba(26,37,48,0.0);
    color: rgba(6,6,6,0.0);
}
.image-block2:hover > p {
    background-color: rgba(26,37,48,0.7);    
    color: white;    
}

/* --- box --- */

.homepage-box  {
	background: #fff;
	padding: 20px;
	min-height:200px;
	margin-bottom:30px;
	background-color: rgba(255,255,255,0.8);    
    color: #fdc400;	
	  	-webkit-border-radius: 15px 15px 15px 15px;
		-moz-border-radius: 15px 15px 15px 15px;
			border-radius: 15px 15px 15px 15px;	
		
			
}

.box {
	width: 100%;
	margin-bottom:20px;
	font-size:18px;
	
	
}

.box-header {
	border: 1px solid #fff;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
		background-color:#80c9e8;

}

.box-header:hover,
.box-header:focus,
.box-header:active {
    color: #fff;
    background-color: rgba(108,201,230,0.8);
	text-decoration:underline;
}


.box-text  {
	background: #fff;
	min-height:300px;
	padding: 20px 20px 30px;
	color:#fdc400;			
			
}

.box-1-image  {
	background: #fff;
    background: url(../img/icon001.jpg) no-repeat;
	background-position:top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:300px;
			
}





/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgb(26,37,48);
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(26,37,48,0.8);
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
}

.btn-light {
    border-radius: 0;
    color: #2e2e2e;
    background-color: rgba(253,196,0,0.7);
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #2e2e2e;
    background-color: rgb(253,196,0);
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
}



/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* White bg */

.bg-white {
    padding: 50px 0;
	background-color:#fff;
}

/* Grey bg */

.bg-grey {
    padding: 50px 0;
	background-color:#eee;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.calloutHomepage {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.calloutServices {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/callout3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.calloutBlog {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/callout2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.quote {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/callout3.jpg) no-repeat center center scroll;
	background-color:#fdc400;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.calloutPortfolio {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/callout4.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.calloutAbout {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
    background: url(../img/callout5.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}





/* Contact Form */

section#Contact {
	padding: 50px 0;
	background-color:#fff;
    display: table;
    position: relative;
    width: 100%;
    color: #2e2e2e;
}

section#Contact .section-heading {
  color: #2e2e2e;
}
section#Contact .form-group {
  margin-bottom: 25px;
}
section#Contact .form-group input,
section#Contact .form-group textarea {
  padding: 20px;
}
section#Contact .form-group input.form-control {
  height: auto;
}
section#Contact .form-group textarea.form-control {
  height: 236px;
}
section#Contact .form-control:focus {
  border-color: #fdc400;
  box-shadow: none;
}
section#Contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
section#Contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
section#Contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
section#Contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
section#Contact .text-danger {
  color: #e60202;
}

/* Footer */

footer {
    padding: 100px 0;
	background-color:#fff;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
