/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Slick/1.3.6/slick.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/CustomScrollbar/v3.0.2/jquery.mCustomScrollbar.min.css');
@import url('http://cdn.myld.com.au/1/css/AnimateCss/animate.min.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
   font-weight:600;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.svg#open_sansbold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.svg#ralewaymedium) format('svg');
   font-weight:500;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#618cc5;
  color:#fff;
}

a {
  color:#618cc5;
  text-decoration:none;
}

a:hover {
  color:inherit;
  text-decoration:none;
}

body {
/*	background:url(http://cdn.myld.com.au/2/838/gerry-formosa-s-roofing-maintenance_5c065b91ba.png) repeat;*/
  background:url(http://cdn.myld.com.au/2/840/gerry-formosa-s-roofing-maintenance_9b0bd8a0f9.png) repeat;
	color:#181818;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	padding-top:25px;
	padding-bottom:25px;
	background:#fff;
	box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.11) inset;
	-webkit-box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.11) inset;
	-moz-box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.11) inset;
}

#logo {
	padding-top:5px;
}

#signature {
	display:none;
}

#signature img {
	display:inline-block;
}

#menu {
	display:none;
	background:#5b84bb;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	width:100%;
}

.navbar .nav>li {
	float:left;
	margin-right:90px;
}

.navbar .nav>li:last-child {
	float:right;
	margin-right:0;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:23px;
	text-transform:uppercase;
	white-space:nowrap;
	line-height:24px;
	padding:13px 0;
	position:relative;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:transparent;
	color:#2c3f59;
}

#sliderWrap {
	display:none;
	margin-top:50px;
}

#slider {
	height:185px;
	padding:30px;
}

body#home #slider {
	height:204px;
}

#intro,
#suppliers {
	color:#181818;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
	margin-top:50px;
}

#suppliers {
	margin-bottom:50px;
}

body#contact-us #intro {
	margin-top:0;
}

#introInner,
#suppliersInner {
	background:#fff;
	padding:15px;
}

#intro h1,
#suppliers h3 {
	color:#618cc5;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	line-height:25px;
	margin:0 0 8px 0;
}

#suppliers h3 {
	text-align:left;
}

#slideShow {
	margin-top:50px;
}

#slickWrap {
	padding-left:30px;
	padding-right:30px;
}

#slickMe {
	margin-bottom:0;
}

.slide,
.slide img {
	display:inline-block;
}

.slide {
	padding-left:5px;
	padding-right:5px;
}

.slideInner {
	position:relative;
}

.imgCaption {
	display:none;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	text-align:left;
	line-height:normal;
	padding:5px 10px;
}

.slick-next, .slick-prev {
	width:27px;
	height:46px;
	margin-top:-23px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slick-next {
	right:-35px;
	background:url(http://cdn.myld.com.au/2/839/gerry-formosa-s-roofing-maintenance_79417ab663.png) no-repeat;
}

.slick-prev {
	left:-35px;
	background:url(http://cdn.myld.com.au/2/839/gerry-formosa-s-roofing-maintenance_bc73a914ae.png) no-repeat;
}

.slick-next:before, .slick-prev:before {
	display:none;
}
.slick-next:hover, .slick-prev:hover {
	opacity:0.6;
}

#content {
	margin-top:50px;
	margin-bottom:50px;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#618cc5;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	line-height:32px;
	margin:0 0 25px 0;
}

.contentBox p {
	margin-bottom:25px;
}

.contentImage {
	margin-top:30px;
}

.contentImage img {
	display:inline-block;
}

#tabNav {
	margin:0;
	padding:0;
	list-style-type:none;
	border:none;
}

#tabNav li {
	float:none;
	margin-bottom:10px;
}

#tabNav li:last-child {
	margin-bottom:0;
}

#tabNav li a {
	margin-right:0;
	display:block;
	color:#333;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none !important;
	line-height:22px;
	padding:0 0 12px 20px;
	border:none;
	border-left:solid 3px transparent;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#tabNav li.active a,
#tabNav li a:hover {
	color:#618cc5;
	border-color:#618cc5;
	background:none !important;
}

#scrollable,
#tabImage {
	height:306px;
	margin-top:30px;
}

.tab-content {
	min-height:0;
}

.tab-content,
#scrollable {
	padding:15px;
	background:#fff;
	box-shadow: 0px 5px 43px 0px rgba(0, 0, 0, 0.07) inset;
	-webkit-box-shadow: 0px 5px 43px 0px rgba(0, 0, 0, 0.07) inset;
	-moz-box-shadow: 0px 5px 43px 0px rgba(0, 0, 0, 0.07) inset;
}

.contentScroll {
	margin-bottom:50px;
}

.contentScroll:last-child {
	margin-bottom:0;
	padding-bottom:100px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	opacity:1;
	background-position:0 0 !important;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	width:13px;
	height:8px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	margin-left:1px;
	background-image:url(http://cdn.myld.com.au/2/839/gerry-formosa-s-roofing-maintenance_c87e4e936c.png);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	margin-left:2px;
	background-image:url(http://cdn.myld.com.au/2/839/gerry-formosa-s-roofing-maintenance_8cbd43e690.png);
}

#colorBondImage h3 {
	color:#618cc5;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none !important;
	line-height:22px;
	margin:0 0 12px 0;
}

#colorBondImage img {
	display:inline-block;
}

#welcomeWrap {
	margin-top:50px;
}

#welcomeRow {
	display:none;
}

#welcome {
	opacity:0;
	color:#181818;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
	padding:30px;
	background:rgba(255,255,255,0.9);
  -webkit-animation-duration: 0;
  -webkit-animation-delay: 0;
  -moz-animation-duration: 0;
  -moz-animation-delay: 0;
  -ms-animation-duration: 0;
  -ms-animation-delay: 0;
  animation-duration: 0;
  animation-delay: 0;
}

#welcome.showTime {
	opacity:1;
}

#welcome h1 {
	color:#618cc5;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	line-height:25px;
	margin:0 0 8px 0;
}

#welcome p {
	margin-bottom:25px;
}

#welcome ul {
	margin:0 0 25px;
	padding:0;
	list-style-image:url(http://cdn.myld.com.au/2/838/gerry-formosa-s-roofing-maintenance_5527468899.png);
	list-style-position:inside;
}

#welcome ul li {
	color:#618cc5;
}

#homeThumbs {
	margin-top:50px;
	margin-bottom:50px;
}

.ht {
	margin-bottom:30px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	max-width:255px;
	margin-left:auto;
	margin-right:auto;
}

.htText {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:transparent;
	padding:25px 30px;
	color:#181818;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htText {
	color:#fff;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxOGNjNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlNjc5ZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(97,140,197,0.9) 0%, rgba(62,103,157,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,140,197,0.9)), color-stop(100%,rgba(62,103,157,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,140,197,0.9) 0%,rgba(62,103,157,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,140,197,0.9) 0%,rgba(62,103,157,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,140,197,0.9) 0%,rgba(62,103,157,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(97,140,197,0.9) 0%,rgba(62,103,157,0.9) 100%); /* W3C */
}

.htText h3 {
	color:#618cc5;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	line-height:22px;
	margin:0 0 8px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htText h3 {
	color:#fff;
}

.htText a {
	color:#181818;
	text-decoration:underline;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.htText a:hover {
	text-decoration:none;
}

#homeThumbs a:hover .htText a {
	color:#fff;
}

#cta {
	display:none;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
	padding:36px 15px 50px;
	background: rgb(97,140,197); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxOGNjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDc2YWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(97,140,197,1) 0%, rgba(80,118,170,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(97,140,197,1)), color-stop(100%,rgba(80,118,170,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(97,140,197,1) 0%,rgba(80,118,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(97,140,197,1) 0%,rgba(80,118,170,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(97,140,197,1) 0%,rgba(80,118,170,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(97,140,197,1) 0%,rgba(80,118,170,1) 100%); /* W3C */
}

#cta span {
	display:block;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:48px;
	text-transform:uppercase;
	line-height:48px;
	margin-bottom:8px;
}

#cta a {
	position:relative;
	display:block;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	line-height:22px;
	background:#ef4b3b;
	border-bottom:solid 3px #b3382d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:18px 64px 14px 18px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;

	transition: all 0.2s ease;
}

#cta a:hover {
	background-color:#b3382d;
	border-color:#ef4b3b;
}

#cta a:after {
	content:"";
	position:absolute;
	width:11px;
	height:17px;
	right:16px;
	top:50%;
	margin-top:-8px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/839/gerry-formosa-s-roofing-maintenance_61a25c64e1.png) no-repeat;
}

.footer {
	padding-top:50px;
	padding-bottom:45px;
	background:#fff;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.11) inset;
	-webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.11) inset;
	-moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.11) inset;
}

#footerRow {
	margin-bottom:12px;
}

#footerContact {
	position:relative;
}

#footerContact:after {
	content:"";
	position:absolute;
	width:3px;
	height:240px;
	right:0;
	top:0;
	pointer-events:none;
	background:#618cc5;
}

#footerContact address {
	margin-bottom:32px;
	color:#618cc5;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:20px;
	line-height:28px;
	padding-left:30px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/838/gerry-formosa-s-roofing-maintenance_f32d5696aa.png) left 2px no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/838/gerry-formosa-s-roofing-maintenance_ec00a9a9d3.png) left 2px no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/838/gerry-formosa-s-roofing-maintenance_00d59f1551.png) left 2px no-repeat;
}

#footerContact a {
	color:#618cc5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footerContact a:hover {
	color:#ef4b3b
}

#synopsis {
	color:#000;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:24px;
}

#footerMap {
	position:relative;
}

#footer-map {
	height:240px;
}

#footerLS {
	position:absolute;
	width:16px;
	height:16px;
	right:10px;
	bottom:10px;
}

#copyright {
	color:#b5b5b5;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
}

#mapWrap {
	margin-top:50px;*
}

#map-canvas {
	height:200px;
}

ul, ol {
	margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
	line-height:inherit;
}

dd {
	margin-left:0;
	margin-bottom:10px;
}

.break {
	word-break:break-all;
}

label, input, button, select, textarea {
	font-family:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	background:#f2f2f2 !important;
	border:1px solid #d9d9d9;
}

.btn {
	background:#618cc5;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border:1px solid #d9d9d9;
	color:#fff;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	color:#618cc5;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

blockquote {
	border-left:solid 5px #618cc5;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
	
	.navbar .nav>li {
		margin-right:135px;
	}
	
	#cta {
		padding-left:160px;
		padding-right:160px;
	}
	
	#footerContact address {
		font-size:25px;
	}
	
	#footerContact:after,
	#footer-map {
		height:180px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:320px;
	}
	
	#header {
		padding-top:35px;
	}
	
	#menu,
	#sliderWrap,
	#signature,
	#cta {
		display:block;
	}
	
	body#contact-us #cta,
	body#contact-us #sliderWrap {
		display:none;
	}
	
	#welcomeWrap {
		margin-top:0;
	}
	
	.ht {
		margin-bottom:0;
	}
	
	#welcome {
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 1s;
		-moz-animation-duration: 1s;
		-moz-animation-delay: 1s;
		-ms-animation-duration: 1s;
		-ms-animation-delay: 1s;
		animation-duration: 1s;
		animation-delay: 1s;
	}
	
	#intro {
		margin-top:0;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#introInner {
		padding:30px;
	}

	#scrollable,
	#tabImage {
		margin-top:0;
	}

	#slickWrap {
		padding-left:65px;
		padding-right:65px;
	}
	
	.slick-prev {
		left:-65px;
	}
	
	.slick-next {
		right:-65px;
	}
	
	#scrollable {
		padding:30px;
	}
	
	.contentImage {
		margin-top:0;
	}

	.tab-content {
		min-height:306px;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:30px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}
	
	.ht:nth-child(3) {
		margin-bottom:0;
	}

	#scrollable,
	#tabImage {
		height:350px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.htText {
		padding:15px;
		line-height:16px;
	}
	
	#cta {
		padding-left:80px;
		padding-right:80px;
	}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {...}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}