
/* -------------------------------------------------
GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin:0;
	padding:0;
	border:0;
	font-size: 20px;
	text-align:left;
	font-weight:400;
	min-width: 300px;
	font-family: "Quintessential";
	background-color:#1F4E7A;
	color:#FFF;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-size:2.6rem;
    padding: 0 0 10px;
    margin: 25px 0 15px;
	font-family: "Quintessential";
    font-weight: bold;
}

strong {
	font-family: "Quintessential";
    font-weight: bold;

}

h1 {
	font-size:3.6rem;
}

h6 {
    border-bottom: 1px solid #E9E9E9;
    font-size: 1.75em;
    line-height: 1.4em;
	letter-spacing: -0.4em;
    color: #959595;
    padding: 0 0 10px;
    margin: 35px 0 30px;
}

.img-full {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
}

a {
	color: #5A9AD7;
}

.inner-content a {
	color: #FFFF00;
}

.inner-content p a strong {
   color:#FFFF00;
}

.inner-content p a:hover strong {
   color: #5A9AD7;
}

a:hover {
	color: #FFFF00;
	text-decoration:none;
}

.inner-content a:hover {
	color: #5A9AD7;
}

em,
.italic {
	font-style:italic;
	font-family:"Quintessential";
}

p, pre {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
	color:#DEEBF7;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

p strong {
   color:#FFF;
}

.fa-red {color: #E8000A!important;}
.fa-light {color: #ffffff;}
.fa-dark-muted {color: #CCC;}
.fa-dark {color: #333333;}
.fa-light-muted {color: #999999;}
.fa-muted {color: #eeeeee;}
.fa-light-green {color:#59B559;}
.fa-shadow-muted { text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}
.fa-shadow-dark { text-shadow: 1px 1px 3px rgba(0,0,0,0.8);}

label.form-error,
div.form-error,
a.form-error,
textarea.form-error,
select.form-error,
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39!important;
}

/* print */
.no-print {
	display:block
}
.print {
	display:none;
}


/* centered columns styles */
.bg-black {
	background-color:#000;
}
.bg-white {
	background-color:#FFFFFF;
}
.bg-grey {
	background-color:#F1F1F1;
}
.pad-tb {
	padding-top: 30px;
	padding-bottom:30px;
}
.row-centered {
    text-align:center;
	 /* inline-block space fix */
	width: calc(100% - 4px);
    margin: 0 auto;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.preserve-formatting {
    white-space: pre-line
}
p.js-enabled, p.nojs-notice {
    display: none;
}
.inline-more-info {
	padding: 10px 0 25px 0;
	margin-left:-45px;
	margin-right:-45px;
}
.col-fifth {
	width:20%;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

@media (max-width: 991px){
	.videoWrapper {
	/*margin-left:-10px;
	margin-right:-10px;*/
	}
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.center-auto {
	margin-left: auto;
	margin-right: auto;	
}
.flex-centered {
  padding: 35px;
 }
/* flex */
@media (min-width: 992px){
	.container-flex {
		display: flex;
	}
	.container-flex .text-block:before {
	  content: '\200B';
	  /*   content: '';
	  margin-left: -0.25em; */
	  display: inline-block;
	  height: 100%; 
	  vertical-align: middle;
	 }
	 .flex-centered {
	  display: inline-block;
	  vertical-align: middle;
	  width: 85%;
	  margin-left: 4%;
	  margin-right: 4%;
	  padding:0 15px;
	 }
	 .flex-centered p {
	  line-height: 22px;
	  font-size:15px;
	 }
 }
 @media (min-width: 1199px){
	 .flex-centered {
	  width: 74%;
	  margin-left: 12.5%;
	  margin-right: 12.5%;
	 }
	.flex-centered p {
	  line-height: 26px;
	  font-size:16px;
	 }
 }
/*==========================

 Generic

==========================*/
.bold {
	font-weight:700;
}
.light {
	font-weight:300;
}
.btn {
	border-radius: 0px;
}
.btn-left {
	text-align: left!important;
}
.btn-fill {
	width: 100%;
}
.btn-max {
	width: 100%;
	max-width: 500px!important;
}
.btn-shadow {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.btn-padding {
	padding-left: 35px;
	padding-right: 35px;
}
.btn-centered {
	margin: 15px auto 0;
}
.btn-success {
	background-color:#44c97c;
	border-color:#44c97c;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.smaller p {
	font-size:1.15rem;
	line-height:1.6em;
	margin: 0.25em 0 1em;
}
/* ****************** */
/* buttons  */
/* *****************  */
.btn-ep {
    background:#5A9AD7;
	border-color:#5A9AD7;
	color:#FFF;
	text-transform:uppercase;
	border-radius: 0px;
}
.btn-ep.active, .btn-ep.focus, .btn-ep:active, .btn-ep:focus, .btn-ep:hover, .open>.dropdown-toggle.btn-ep{
    background:#000;
	border-color:#000;
	color:#FFFFFF;
}
.btn-wide {
    width: 100%;
	text-transform:uppercase;
}
.btn-upper {
	text-transform:uppercase;
}
.btn-wide-mobile{
	text-transform:uppercase;
}
/*==========================

 Chrome frame prompt

==========================*/
.chromeframe {
	position:fixed;
    margin: 0;
    background: #ccc;
    color: #000;
	text-align:center;
	z-index: 99999;
	width: 100%;
	padding: 8px 0;
	left:0px;
	top:0px;
}
/*==========================

 misc container styling 

==========================*/
#wrapper {
    position: relative;
	background-color:#1F4E7A;
	/*max-width: 1330px;*/
	min-width: 320px;
	margin:0 auto;
}

#wrapper > header > .container,
#wrapper > footer > .container,
#wrapper > .container {
	background: transparent;
}

.outer-container { 
	/*max-width: 1330px;*/
	width: 100%;
	margin:0 auto;
	padding: 0;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.9);*/
}
.outer-container.short { 
	padding: 0;
}

.index-container {
	padding: 0;
}

.inner-container p, .inner-container div, .inner-container form, .inner-container dl, .inner-container ul, .inner-container ol, .inner-container li, .inner-container dt, .inner-container dd, .inner-container img, .inner-container table {
	/*font-size:16px;
	line-height:25px;*/
}

.inner-container p {
	margin: 5px 0 15px;
}

.inner-container ul { 
    display: block;
    list-style-type: disc;
	margin-top:8px;
	margin-bottom:8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.inner-container ol { 
    display: block;
    list-style-type: decimal;
	margin-top:8px;
	margin-bottom:8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.no-pad {
	padding-left:0px;
	padding-right:0px;
}
.no-margin {
	margin-left:0px;
	margin-right:0px;
}
.bottom-pad {
	padding-bottom:40px;
}

.full-width,
.img-full, 
.img-fill {
	width:100%!important;
}

.limit-container {
	max-width:1170px!important;
}

.link-block,
.image-block {
	position:relative;
	width:100%;
}
.img-center {
	margin-left: auto!important;
	margin-right: auto!important;
}
.img-space {
	margin-top: 35px;
	margin-bottom: 15px;
}
.container {
	width:100%;
	min-width:300px;
}

.col-sm-fifth,
.col-md-fifth,
.col-lg-fifth {
width: 20%;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
float: left;
}
	
/* ****************** */
/* header  */
/* *****************  */
header,.header {
	position: relative;
}

.site-header.fixed {
    position: fixed;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-logo {
	max-width: 200px;
	margin-top: 40px;
}
.float-header .header-logo {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.site-header.float-header {
    /*background-color: rgba(31, 78, 122, 0.9);*/
	border-bottom:1px solid #FFF;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(31,78,122,0.9) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(31,78,122,0.9) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(31,78,122,0.9) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61f4e7a', endColorstr='#e6000000',GradientType=0 );

}

#mainnav {
    display: block;
    float: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#mainnav ul {
    list-style: none;
    margin: 45px 0 0 0;
    padding: 0;
}
#mainnavmobile {
	position: absolute;
	right:0px;
	top:0px;
    display: none;
    float: right;
	width:100%;
    max-width:375px;
	z-index:200;
}
#mainnavmobile ul#menu-menu {
	width:100%;
    max-width:375px;
	list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
	#mainnavmobile {
		max-width:100%;
	}
	#mainnavmobile ul#menu-menu {
		max-width:100%;
	}
}
.drivethru {
	display: block;
}

@media (min-width: 992px) {
	.drivethru IMG.header-logo {
		margin-top: 0px;
	}
}
.btn-menu {
	float:right;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    outline: none;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
	text-align:center;
	font-size:3.5rem;
	line-height: 45px;
	margin: 40px 30px 0 0;
}
.btn-menu:hover {
	color: #5A9AD7;
}
@media (min-width: 992px) {
	#mainnav ul {
		display: block;
	}
	.btn-menu {
		display: none;
	}
	#mainnav-mobile {
		display: none;
	}
}
@media (max-width: 991px) {
	.site-header.fixed {
		position: relative!important;
		background-color:#FFF;
	}
	.dunromin-header-logo {
		width: 100%;
		max-width: 300px;
		margin: 15px auto 5px;
	}
	.header-logo {
		max-width: 170px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin:10px 0;
	}
	.btn-menu {
		display: block;
		color:#000;
		text-shadow: none;
	}
	#mainnav ul {
		display: none;
	}
}
@media (max-width: 767px) {
	.site-header.fixed {
		position: relative!important;
		background-color:#FFF;
	}
	.header-logo {
		max-width: 170px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin:10px auto;
	}
	.btn-menu {
		float:none;
		text-align:center;
		margin: 0 auto;
		display: block;
		color:#000;
		text-shadow: none;
	}
	#mainnav ul {
		display: none;
	}
}
#mainnav ul li {
    position: relative;
}
#mainnav li {
    float: left;
    padding: 0 14px;
}
#mainnav ul li a, #mainnav ul li::before {
    color: #dd4b4b;
}
#mainnav ul li a {
    font-size: 14px;
}
#mainnav ul li a {
	float: left;
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Quintessential", sans-serif;
    color: #fff;
    text-decoration: none;
    outline: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
	text-align:center;
	line-height: 45px;
}
.site-header.float-header #mainnav ul li a {
    color: #FFF;
	/*text-shadow: none;*/
}
.site-header #mainnav ul li a:hover, 
.site-header.float-header #mainnav ul li a:hover {
      /*color: #5A9AD7;*/
	color: #FFFF00;
}
#mainnavmobile ul#menu-menu li {
    position: relative;
}
#mainnavmobile ul#menu-menu li {
    padding: 4px 25px;
	background-color:#1F4E7A;
	border-bottom: 1px solid #FFFFFF;
	-moz-box-shadow: inset 0 0 10px rgba(19,47,73,0.6);
	-webkit-box-shadow: inset 0 0 10px rgba(19,47,73,0.6);
	box-shadow: inset 0 0 10px rgba(19,47,73,0.6);
	zoom: 1;
}
#mainnavmobile ul#menu-menu li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Quintessential", sans-serif;
    color: #fff;
    text-decoration: none;
    outline: none;
	text-align:center;
	line-height: 45px;
}
#mainnavmobile ul#menu-menu li a:hover {
    /*color: #5A9AD7;*/
	color: #FFFF00;
}
@media (max-width: 767px) {
	#mainnavmobile ul#menu-menu li a {
		text-align:center;
	}
}
@media (min-width: 1200px) {
	#mainnav ul li a {
		padding: 0 17px;
	}
}
.carousel-detail {
	position: absolute;
	width:100%;
	bottom: 250px;
	left: 0;
	z-index: 100;
	color:#FFF;
 }
 .carousel-detail H2 {
	 font-size: 7rem;
	 margin: 0px;
	 font-family: "Avenir LT W01_85 Heavy1475544";
	 text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
 }
 .carousel-detail p {
	 font-size: 2.6rem;
	 margin: 0px;
	 font-family: "Avenir LT W01_65 Medium1475532";
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
 }
@media (min-width: 1366px) and (max-width: 1440px) {
	 .carousel-detail {
		bottom: 150px;
	 }
	 .carousel-detail .flex-centered {
		margin-left:9%;
		margin-right:9%;
	 }
	 .carousel-detail H2 {
		 font-size: 5.5rem;
	 }
	 .carousel-detail p {
		 font-size: 2.4rem;
	 }
}
@media (min-width: 1200px) and (max-width: 1365px) {
	 .carousel-detail {
		bottom: 100px;
	 }
	 .carousel-detail .flex-centered {
		margin-left:5%;
		margin-right:5%;
	 }
	 .carousel-detail H2 {
		 font-size: 5rem;
	 }
	 .carousel-detail p {
		 font-size: 2.2rem;
	 }
}
@media (min-width: 992px) and (max-width: 1199px) {
	 .carousel-detail {
		bottom: 70px;
	 }
	 .carousel-detail .flex-centered {
		margin-left:5%;
		margin-right:5%;
	 }
	 .carousel-detail H2 {
		 font-size: 5rem;
	 }
	 .carousel-detail p {
		 font-size: 2.2rem;
	 }
}
@media (min-width: 768px) and (max-width: 991px) {
	 .carousel-detail {
		bottom: 50px;
	 }
	 .carousel-detail .flex-centered {
		margin-left:5%;
		margin-right:5%;
	 }
	 .carousel-detail H2 {
		 font-size: 4rem;
	 }
	 .carousel-detail p {
		 font-size: 2rem;
	 }
}
@media (max-width: 767px) {
	 .carousel-detail {
		bottom: -20px;
	 }
	 .carousel-detail .flex-centered {
		text-align: center!important;
		margin-left:0%;
		margin-right:0%;
	 }
	 .carousel-detail H2 {
		 font-size: 2.3rem;
	 }
	 .carousel-detail p {
		 font-size: 1.1rem;
	 }
	  .carousel-detail .lineBreak20p {
		 height: 8px;
	 }
}
/* ****************** */
/* main  */
/* *****************  */
.inner-title-heading {
	/*font-size: 4rem;
	text-transform: uppercase;
	font-weight:700;*/
    font-size: 28px;
    line-height: 40px;
}
ul.gallery-overview-list {
	list-style:none;
	padding:0px;
	margin: 25px 0;
	background:#FFF;
}
ul.gallery-overview-list li {
	padding: 0px;
	border:1px solid #FFF;
}
.image-view {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height: 70px;
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.9);
	box-shadow: 0px 0px 20px rgba(255,255,255,0.9);
}
.image-view img {
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border:4px solid #FFF;

  z-index:1;
}
a:hover .image-view img {
  /*-moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);*/
  cursor: pointer;
}
a:hover .image-view {
 -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
  cursor: pointer;
}
a:hover .image-view .image-view-title {
  background: rgba(0,0,0,0.7);
}

div.header-tagline {
	color:#FFF;
	font-size: 2rem!important;
	line-height: 20px;
	font-family: "Quintessential";
	font-style: italic;
	z-index:1;
	opacity: 0.8;
}
div.shadowtagline {
	position: absolute;
	width: calc(100% - 29px);
	left: 14px;
	top: -1px;
	color:#FFF;
	font-size: 2rem!important;
	font-family: "Quintessential";
	font-style: italic;
	line-height: 20px;
	text-shadow: 0 0 7px #000;
	z-index:2;
}
div.header-title {
	color:#DEDEDE;
	font-size: 7rem!important;
	font-family: "Quintessential";
	line-height: 50px;
	margin-top:25px;
	z-index:1;
	opacity: 0.8;
}
div.shadowtitle {
	position: absolute;
	width: calc(100% - 29px);
	left: 14px;
	top: 24px;
	font-family: "Quintessential";
	line-height: 50px;
	color:#000;
	font-size: 7rem!important;
	text-shadow: 0 0 10px #DEDEDE;
	z-index:2;
}
div.header-undertitle {
	color:#FFEA00;
	font-size: 3rem!important;
	font-family: "Quintessential";
	line-height: 35px;
	z-index:1;
	opacity: 0.8;
}
div.shadowundertitle {
	position: absolute;
	width: 100%;
	left: -1px;
	top: -1px;
	line-height: 35px;
	font-family: "Quintessential";
	color:#FFEA00;
	font-size: 3rem!important;
	text-shadow: 0 0 7px #000;
	z-index:2;
}
div.header-preintro {
	color:#000;
	font-size: 3rem!important;
	font-style: italic;
	font-family: "Quintessential";
	line-height: 45px;
	z-index:1;
	opacity: 0.8;
}
div.shadowpreintro {
	position: absolute;
	width: 100%;
	left: 50%;
	top: -1px;
	margin-left: -50%;
	line-height: 45px;
	color:#9DC3E6;
	font-family: "Quintessential";
	font-style: italic;
	font-size: 3rem!important;
	text-shadow: 0 0 10px #000;
	z-index:2;
}
div.header-intro {
	color:#000;
	font-size: 2rem!important;
	font-family: "Quintessential";
	line-height: 29px;
	z-index:1;
	opacity: 0.8;
}
div.shadowintro {
	position: absolute;
	width: calc(100% - 29px);
	left: 14px;
	top: -1px;
	font-family: "Quintessential";
	line-height: 29px;
	color:#9DC3E6;
	font-size: 2rem!important;
	text-shadow: 0 0 7px #000;
	z-index:2;
}
.relative {
 position:relative;
}

/* ****************** */
/* Breadcrumb  */
/* *****************  */
.breadcrumb {
    margin: 0 0 20px;
    padding: 12px 0;
    line-height: 22px;
    background: transparent!important;
    border: none;
	border-radius:0px;
    display: block;
}
.breadcrumb li {
    font-size: 1.5rem;
	text-transform:uppercase;
}
.breadcrumb>li+li:before {
	font-family: FontAwesome;
	color:#FFF;
    content: "\f105";
}
.breadcrumb>.active {
   color:#FFF;
}
/* ****************** */
/* forms  */
/* *****************  */
.form-control {
	border-radius: 0px;
	padding: 25px 20px;
	font-family: "Arial";
	font-size: 1.6rem;
}
select.form-control {
	border-radius: 0px;
	padding: 0px 17px;
	height: 52px;
}
textarea.form-control {
	min-height:195px; 
}
.form-group {
	margin-left:0px!important;
	margin-right:0px!important;
	margin-bottom: 12px;
}
.form-block {
	background-color:#FAFAFA;
	border-radius: 4px;
	padding: 6px 6px 0px 6px;
	margin-bottom:10px;
	border:1px solid #F2F2F2;
}
.form-hr {
	margin: 7px 0 20px;
}
.required,
.red {
	color:#C51633;
}
.required sup.
.red sup {
	font-size: 55%;
}
.form-horizontal .checkbox {
	padding-top:0px;
	padding-bottom: 10px;
}
.checkbox label {
    margin: 0px;
	padding: 6px 0px 6px 18px;
	width: 132px;
	line-height:20px;
}
.checkbox-label {
    padding:5px 0 0 10px!important;text-align:left!important;font-size:1.2rem!important;
}
.checkbox-size {
	width:24px;
	height:24px;
}
.checkbox label strong {
    text-transform:uppercase;
}
.checkbox label input[type=checkbox] {
    margin-left: -20px;
}
.no-field {
	line-height:34px;
}
.form-group .control-label {
	margin-bottom:6px!important;
}
.contact-form {
	background: #F4F4F4;
	padding: 45px;
}
.contact-form-title{
	background: #FFF;
	padding: 15px 25px;
}
.contact-form-title H2 {
	font-size:3.6rem;
	margin: 0px;
	padding: 0px;
}
.control-label {
	padding: 18px 10px 18px 0;
	text-align:right;
	font-size:1.8rem;
}
.contact-details {
	background: #1FB259;
	color:#FFF!important;
	padding: 50px 70px;
	font-size:2rem;
}
.contact-details strong,
.contact-details a			{
	color:#FFF;
}
.contact-form-details {
	background: #1FB259;
}

@media (max-width: 991px) {
	.book-service-form-icon {
		margin-bottom: 15px!important;
	}
	.contact-details {
		padding: 30px;
	}
	.mobile-row {
		margin-left:-15px;
		margin-right: -15px;
	}
}
@media (max-width: 991px) {
	.contact-form {
		padding: 15px 0;
	}
	.contact-form-title{
		font-size:1.4rem;
		padding: 15px 15px;
	}
	.control-label {
		padding: 0 0 0 15px;
		text-align:left;
		font-size:1.4rem;
	}

}


/* ****************** */
/* Footer  */
/* *****************  */
footer,
.footer {
   width: 100%;
   padding: 60px 0 60px 0;
   color: #fff;
   z-index: 0;
	background: -moz-linear-gradient(top, rgba(31,78,122,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(31,78,122,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(31,78,122,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f4e7a', endColorstr='#e6000000',GradientType=0 );
}
.footer H4 {
  margin:0px;
}
ul.contact-info {
	list-style:none;
	margin:0px;
	padding:0px;
	width: 50%;
	float:left;
}
@media (max-width: 767px) {
	ul.contact-info {
		width: 100%;
		float:none;
	}
}
ul.contact-info li.contact-sub-title {
    font-weight: 700;
    color: #D54441;
}
ul.contact-info li {
    line-height:26px;
}
.sign-off {
	font-size:1.6rem;
    line-height:20px;
}
/* ==========================================================================
   Color Box
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.cboxElement { outline: none!important; }
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("images/overlay.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("images/cb-controls-sq.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("images/cb-controls-sq.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("images/border.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("images/border.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;padding-left:125px;padding-right: 30px;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Roboto";text-transform:uppercase;}
		#cboxTitleSingle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;text-align:center;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Roboto";text-transform:uppercase;}
        #cboxCurrent{position:absolute; bottom:2px; left:58px; color:#AAA;text-transform:uppercase;font-size:1.1rem;}
        #cboxLoadingOverlay{background:url("images/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:2px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:-2px; left:0; background:url("images/cb-controls-sq.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:-2px; left:27px; background:url("images/cb-controls-sq.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:-2px; right:0; background:url("images/cb-controls-sq.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

        #cboxPrevious,
        #cboxPrevious:hover,
        #cboxNext,
        #cboxNext:hover,
        #cboxClose,
        #cboxClos:hover {
		  outline:none;
		  -webkit-transition: none;
		  -moz-transition: none;
		  transition: none;
  		}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
		
		
	@media (max-width: 768px) {
		
		 #cboxTitle{}
		
	}
		
		
		
		
	
/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #DBDEE9;
}
.gline
	{
	clear:both;	height:1px;overflow:hidden;border-top:1px solid #E9E9E9;margin: 0 6%;
	}
.rline
	{
	clear:both;	height:1px;overflow:hidden;border-top:2px solid #5A9AD7;margin: 0 38%;
	}
.nm
	{
	margin: 0 0;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
	
/* ==========================================================================
  Media devices sizing
   ========================================================================== */
   
      /* Smallest devices (small screen, 480px and under) */
	@media (min-width: 480px) {
		
		
	}
   
   
   	/* Smallest devices (small screen, 520px and under) */
	@media (min-width: 520px) {
		
		
		
	}
	
   	/* Smallest devices (small screen, 560px and under) */
	@media (max-width: 560px) {
		
		
	}
	
   	/* Smallest devices (small screen, 767px and under) */
	@media (max-width: 767px) {

		
	}
	/* Smallest devices (small screen, 768px and over) */
	@media (min-width: 768px) {

		.container { 
			min-width: 738px;
			width: 100%;
		}

	}

	/* Smallest devices (small screen, 991px and under) */
	@media (max-width: 991px) {

	
		
	}
	/* Medium devices (med desktops, 992px and below) */
    @media (min-width: 992px){
		
		#wrapper {
			/*min-height:540px;*/
		}
		.container { 
			min-width: 962px;
			width: 100%;
		}
		
	}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
		
		.container { 
			min-width: 1170px;
			max-width: 1330px;
			width: 100%;
		}
		
    }

    /* Large devices (large desktops, 1330px and up) */
    @media (min-width: 1330px) {
		
		
		
    }
	
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }
	
    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: "";
    }
	
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

	.footer-container,
	.used-block,
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
   

   /* ==========================================================================
   Boot strap print
   ========================================================================== */
   
  .col-sm-fifth,
  .col-md-fifth,
  .col-lg-firth {
    width: 20%;
  }
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-sm-fifth,col-md-fifth,col-lg-fifth  {
    float: left;
  }
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    width: 100%;
  }
  .col-sm-11,
  .col-md-11,
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-sm-10,
  .col-md-10,
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-sm-9,
  .col-md-9,
  .col-lg-9 {
    width: 75%;
  }
  .col-sm-8,
  .col-md-8,
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-sm-7,
  .col-md-7,
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-sm-6,
  .col-md-6,
  .col-lg-6 {
    width: 50%;
  }
  .col-sm-5,
  .col-md-5,
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-sm-4,
  .col-md-4,
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-sm-3,
  .col-md-3,
  .col-lg-3 {
    width: 25%;
  }
  .col-sm-2,
  .col-md-2,
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-sm-1,
  .col-md-1,
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12,
  .col-md-pull-12,
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11,
  .col-md-pull-11,
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10,
  .col-md-pull-10,
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9,
  .col-md-pull-9,
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8,
  .col-md-pull-8,
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7,
  .col-md-pull-7,
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6,
  .col-md-pull-6,
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5,
  .col-md-pull-5,
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4,
  .col-md-pull-4,
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3,
  .col-md-pull-3,
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2,
  .col-md-pull-2,
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1,
  .col-md-pull-1,
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0,
  .col-md-pull-0,
  .col-lg-pull-0 {
    right: auto;
  }
  .col-sm-push-12,
.col-md-push-12,
.col-lg-push-12 {
    left: 100%;
  }
  .col-sm-push-11,
.col-md-push-11,
.col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10,
.col-md-push-10,
.col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9,
.col-md-push-9,
.col-lg-push-9 {
    left: 75%;
  }
  .col-sm-push-8,
.col-md-push-8,
.col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7,
.col-md-push-7,
.col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6,
.col-md-push-6,
.col-lg-push-6 {
    left: 50%;
  }
  .col-sm-push-5,
.col-md-push-5,
.col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4,
.col-md-push-4,
.col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3,
.col-md-push-3,
.col-lg-push-3 {
    left: 25%;
  }
  .col-sm-push-2,
.col-md-push-2,
.col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1,
.col-md-push-1,
.col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0,
.col-md-push-0,
.col-lg-push-0 {
    left: auto;
  }
  .col-sm-offset-12,
.col-md-offset-12,
.col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11,
.col-md-offset-11,
.col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10,
.col-md-offset-10,
.col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9,
.col-md-offset-9,
.col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8,
.col-md-offset-8,
.col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7,
.col-md-offset-7,
.col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6,
.col-md-offset-6,
.col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5,
.col-md-offset-5,
.col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4,
.col-md-offset-4,
.col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3,
.col-md-offset-3,
.col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2,
.col-md-offset-2,
.col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1,
.col-md-offset-1,
.col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0,
.col-md-offset-0,
.col-lg-offset-0 {
    margin-left: 0;
  }

}



