@import url(normalize.css);
@import url(jquery.fancybox.min.css);

/* viewport */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@-o-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Font-face declarations */

@font-face {
    font-family: 'montserratblack';
    src: url('montserrat-black-webfont.woff2') format('woff2'),
         url('montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('montserrat-light-webfont.woff2') format('woff2'),
         url('montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('montserrat-semibold-webfont.woff2') format('woff2'),
         url('montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight_italic';
    src: url('montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold_italic';
    src: url('montserrat-semibolditalic-webfont.woff2') format('woff2'),
         url('montserrat-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* the Basics */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #19415d;
}
a:hover {
	color: #5d798d;
}
a img {
	border: 0;
	color: #B0D5D7;
}
html {
    color: #777;
    font: normal 1.2em/2em 'montserratlight';
}
body {
	background-color: #19415d;
	margin: 0;
	padding: 0;
}
#home {

}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}


/* Browser Upgrade Prompt */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font: normal 2.4em 'montserratlight';
	text-transform: uppercase;
	color: #19415D;
	text-align: center;
}
h3 {
	font: normal 1.5em 'montserratsemibold';
	width: 100%;
}
h4 {
	font: normal 1.3em 'montserratsemibold';
	color: #19415D;
}
p {
	width: 100%;
}

/* navigation */

.title-nav-wrapper {
	text-align: right;
}
.nav-wrapper {
	position: absolute;
	top: 110px;
	width: 100%;
	z-index: 2;
}
.main-nav ul {
	display: flex-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main-nav ul li {
	list-style: none;
	padding: 0 15px;
	text-align: right;
	line-height: 1.7em;
}
.main-nav ul li a {
	color: #FFB310;
	text-transform: uppercase;
	font: normal 1.2em 'montserratlight';
}
.main-nav ul li a:hover {
	color: #4A889A;
	-webkit-transition: background .5s ease, color 0.3s linear;
	transition: background .5s ease, color 0.3s linear;
}
.mobilesidemenu input[type="checkbox"], .mobilesidesubmenu input[type="checkbox"] {
	display: none;
}
.mobileoverlay {
	display: none;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}
.hidden-from-nav {
	display: none;
	visibility: hidden;
}
.top-link-anchor {
	display: none;
}

/* home page */

.topbar {
	max-width: 1200px;
	height: 120px;
	margin: auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 400px;
	margin: auto auto auto -200px;
	z-index: 2;
}
.logo-img {
	width: 100%;
	height: auto;
}
#main-photo {
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 1;
}
.hero-pic {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.photo-wrapper {
	margin-top: 0;
	-webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.7));
}
.mask {
	background: #FFF;
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0; right: 0; bottom: 0; left: 0;
	background-size: cover;
	background-position: center center;
	-moz-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%);
	-webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%);
	clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%);
}
.mask img {
	width: 100%;
	height: auto;
}
#main-content {
	width: 100%;
	background: #FFF;
	z-index: 1;
	margin-top: -70px;
	padding: 90px 25px 0 25px;
	overflow: hidden;
}
.spacer {
	margin-bottom: 25px;
}
.container {
	max-width: 1200px;
	margin: 0 auto 40px auto;
}
.content {
	max-width: 80%;
	margin: auto;
	padding: 0 0 40px 0;
}

/* Services Page */

#services #header, #basic #header, #photos #header, #contact #header {
	position: relative;
	width: 100%;
	height: 180px;
}
#services #header:after, #basic #header:after, #photos #header:after, #contact #header:after {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%; height: 100%;
	/* z-index: 0; */
	background: #19415d url(../pics/header-pic.jpg) repeat-x center top;
	-moz-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 0);
	-webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 0);
	clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 0);
}
.flexible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.space-evenly {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.service-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	border: 1px solid #B2C3CC;
	margin: 0 0 25px 0;
	background: #E5E5E5;
}
.service-pic img {
	width: 100%;
	height: auto;
}
.service-blurb {
	padding: 0 15px 15px 15px;
}
.service-blurb h4 {
	text-align: center;
}

/* gallery */

.gallery-item {
	border: 5px solid #FFB310;
	position: relative;
	margin: 0 4px 15px 4px;
	width: 200px;
}
.gallery-item img {
	max-width: 100%;
}
.borderless {
	border: none;
}

/* contact page */

.contact-container {
	max-width: 1200px;
	margin: 25px auto;
}
.small-disclaimer {
	font: normal 75% 'montserratlight';
	line-height: 18px;
}
.contact-form {
	width: 49%;
	display: inline-block;
	float: right;
	padding: 25px 0 25px 25px;
	background: #FFF;
	margin: 25px 0 40px 0;
}
.contact-form p {
	margin-top: 0;
}
.contact-info {
	width: 49%;
	display: inline-block;
	float: left;
	line-height: 1.7em;
	margin: 25px 0 40px 0;
}
.contact-form label {
	display: none;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: #F9F9F9;
}
.contact-form textarea {
	height: 180px;
}
.contact-form button {
	padding: 7px 10px;
	color: #FFF;
	background: #4A889A;
	border: 1px solid #4A889A;
	cursor: pointer;
}
.contact-form button:hover {
	background: #E10C73;
	border: 1px solid #E10C73;
}
.important {
	display: none;
}
.send-button {
	margin: 0;
}
.contact-hours {
	border-bottom: 3px solid #DDD;
}
.contact-listing {
	margin: 0;
	padding: 6px 0;
	border-top: 1px dotted #5d798d;
}


/* map */

.full-width-container {
	width: 100%;
	background: #FFF;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto 40px auto;
}
#map {
	width: 100%;
	height: 550px;
}


/* icons */

.phone-icon, .toll-icon, .fax-icon, .email-icon {
	width: 25px;
	margin: 0 15px 0 0;
}
.phone-icon:before {
	content: '\f095';
	font-family: 'FontAwesome';
}
.toll-icon:before {
	content: '\f098';
	font-family: 'FontAwesome';
}
.fax-icon:before {
	content: '\f1ac';
	font-family: 'FontAwesome';
}
.email-icon:before {
	content: '\f0e0';
	font-family: 'FontAwesome';
}

/* back to top */

#back-to-top {
    text-align: center;
    position: fixed;
    bottom: 12px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50% 0 0 50%;
    display: none;
    cursor: pointer;
    z-index: 10003;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#back-to-top::before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../pics/uparrow.png) no-repeat center center;
	right: 4px;
	top: 4px;
	opacity: .5;
}
#back-to-top:hover {
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-to-top:hover:before {
	opacity: .8;
}

/* footer */

.legal {
	font-size: 80%;
	text-align: center;
}


/* sharing */
/**
 * MarkupSocialShareButtons default theme example CSS
 * Use this theme as a start to create your own and copy it to your CSS and edit
 */

#sharing {
	position: absolute;
	top: 15px;
	right: 25px;
}
.MarkupSocialShareButtons{
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
	text-align: center;
}
.MarkupSocialShareButtons li{
    list-style-type: none;
	display: inline-block;
    margin: 0 8px;
}
.MarkupSocialShareButtons li a{
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 25px;
    height: 25px;
    opacity: 0.8;

}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}



/* CMS styles and styles needed for CKEditor positioning */

#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	z-index: 201;
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}
.align_left {
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}
.align_right {
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}
.align_center {
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}
figure {
	display: inline-block;
	margin: 1em 0;
}
figure figcaption {
	font-style: italic;
	font-size: 70%;
	padding: 0;
	border-bottom: 1px solid #DDD;
}

/*  Helper classes  */

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/* media queries */


@media only screen and (max-width: 650px) {
	.nav-wrapper {
    	position: static;
    	bottom: 0;
    }
	.mob-only {
		display: inherit;
	}
	.sub-nav {
		display: none;
	}
	.main-nav ul {
    	display: block;
	}
	#header {
    	height: 75px;
    }
    .main-nav ul li a {
    	color: #19415d;
	}
   .mobilesidemenu, .mobilesidemenu * {
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	.mobilesidemenu > label {
    	z-index: 100;
		display: block;
		position: absolute;
		font-size: 7px;
		width: 5em;
		height: 4.6em;
		top: 25px;
		right: 30px;
		background: transparent;
		text-indent: -1000px;
		border: 1em solid #4A889A;
		border-width: 1em 0;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.mobilesidemenu > label::before, .mobilesidemenu > label::after {
    	/* inner stripes inside label */
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 1em;
    	top: 50%;
    	margin-top: -0.52em;
    	left: 0;
    	background: #4A889A;
    	/* stripes background color. Change to match border color of parent label above */
    	-webkit-transform: rotate(0);
    	transform: rotate(0);
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for flipping label */
	}
	.mobilesidemenu nav {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 40px 0 0 0;
    	position: fixed;
    	text-transform: uppercase;
    	border-right: 1px solid gray;
    	width: 260px;
    	/* width of nav menu */
    	height: 100%;
    	right: -260px;
    	/* set left to -width of menu */
    	top: 0;
    	z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    	background: #ffb310;
    	/* Old browsers */
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for animating nav in and out */
	}
	.mobilesidemenu ul {
    	/* UL menu inside container */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	.mobilesidemenu li {
		border-bottom: 1px solid #F2D7AC;
	}
	.mobilesidemenu li a {
    	display: block;
    	text-decoration: none;
    	margin: 0;
    	padding: 5px 0;
    	color: #19415d;
	}
	.mobilesidemenu li a:hover {
    	color: white;
	}
	.mobilesidemenu nav label {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	.mobilesidemenu nav label::after {
    	/* label button x */
    	content: "\f00d";
    	color: #FFF;
    	display: block;
    	font: normal 22px 'FontAwesome';
    	margin-top: 2px;
    	margin-left: -4px;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	.mobilesidemenu .mobileoverlay {
    	/* overlay that covers entire page when menu is open */
    	position: fixed;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	opacity: .6;
    	background: black;
    	z-index: 1001;
    	visibility: hidden;
	}
	.mobilesidemenu .mobileoverlay label {
    	/* label of overlay that closes menu when clicked on */
    	width: 100%;
    	height: 100%;
    	position: absolute;
	}
	.mobilesidemenu nav label:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::before {
    	/* state of main menu label::before when menu is open  */
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::after {
    	/* state of main menu label::after when menu is open  */
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ div.mobileoverlay {
    	/* state of overlay when menu is open  */
    	visibility: visible;
	}
	.main-nav ul li {
    	margin: 0;
    	display: block;
	}
	.footer-wrapper {
    	display: block;
	}
	.footer-address {
		text-align: center;
	}
	#footer-address p {
    	margin: 12px auto 12px auto;
    	text-align: center;
	}
	.fl-container h3 {
    	text-align: center;
	}
	.fl-container ul {
    	text-align: center;
	}
	.contact-form {
    	width: 100%;
    	float: none;
	}
	.contact-info {
    	width: 100%;
    	float: none;
	}
	.photo-wrapper {
    	margin-top: 25px;
	}
	#main-photo {
    	height: 350px;
	}
	.hero-pic {
    	height: 350px;
	}
	#services #header, #basic #header, #photos #header, #contact #header {
    	height: 140px;
	}
}
@media only screen and (max-width: 850px) {
	
	.service-item {
    	-webkit-box-flex: 0;
    	-ms-flex: 0 1 48%;
    	flex: 0 1 48%;
	}
	.contact-form {
		width: 100%;
		display: block;
		float: none;
		padding: 0 !important;
	}
	.contact-info {
		width: 100%;
		display: block;
		float: none;
	}
	#menu-toggle {
		display: block;
		position: relative;
		top: 5px;
		left: 5px;
		z-index: 1;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#menu-toggle input {
		display: block;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -7px;
		left: -5px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 2; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}
	#menu-toggle span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #232323;
		border-radius: 3px;
		z-index: 1;
		-webkit-transform-origin: 4px 0px;
		transform-origin: 4px 0px;
		-webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		opacity 0.55s ease,
              		-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		opacity 0.55s ease,
              		-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		opacity 0.55s ease;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		opacity 0.55s ease,
              		-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	#menu-toggle span:first-child {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
	#menu-toggle span:nth-last-child(2) {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}
	#menu-toggle input:checked ~ span {
		opacity: 1;
		-webkit-transform: rotate(45deg) translate(-2px, -1px);
		transform: rotate(45deg) translate(-2px, -1px);
		background: #232323;
	}
	#menu-toggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		-webkit-transform: rotate(0deg) scale(0.2, 0.2);
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	#menu-toggle input:checked ~ span:nth-last-child(2) {
		-webkit-transform: rotate(-45deg) translate(0, -1px);
		transform: rotate(-45deg) translate(0, -1px);
	}
	#mobile-service-sub-menu {
		position: absolute;
		width: 300px;
		margin: -55px 0 0 -70px;
		padding: 55px 0 20px 40px;
		padding-top: 55px;
		border: 1px solid #4A889A;
		background: #FFF;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		border-radius: 0 10px 10px 0;
	}
	#menu-toggle input:checked ~ ul {
  		-webkit-transform: none;
  		transform: none;
	}
	#service-sub-menu {
		display: none;
	}
	.sidebar-nav-link a {
    	line-height: 140%;
	}
	.top-link {
		position: fixed;
		width: 100px;
		height: 100px;
		bottom: -70px;
		left: 50%;
		margin-left: -50px;
		z-index: 100;
		background: #7CB6C7;
		border-radius: 90px;
		border: 1px solid #FFF;
	}
	.top-link:before {
		content: '\f106';
		color: #FFF;
		font: normal 2em 'FontAwesome';
		position: absolute;
		left: 50%;
		margin-left: -12.5px;
		top: -5px;
	}
}
@media only screen and (max-width: 575px) {
	#logo {
    	width: 300px;
	}
	#services #header, #basic #header, #photos #header, #contact #header {
    	height: 100px;
    }
	.service-item {
    	-webkit-box-flex: 0;
    	-ms-flex: 0 1 100%;
    	flex: 0 1 100%;
	}
}
@media only screen and (max-width: 450px) {
	#logo {
    	width: 300px;
    	left: 25px;
    	margin: auto auto auto auto;
	}
	.photo-wrapper {
    	margin-top: 5px;
	}
	#main-photo {
    	height: 250px;
	}
	.hero-pic {
    	height: 250px;
	}
	.content {
    	max-width: 100%;
	}
	h1 {
    font: normal 1.6em 'montserratlight';
	}
}
@media only screen and (max-width: 400px) {
	.mobilesidemenu > label {
	    right: 25px;
	}
	#logo {
    	width: 250px;
	}
}
@media only screen and (max-width: 350px) {
	.mobilesidemenu > label {
	    right: 15px;
	}
	#logo {
		left: 15px;
    	margin: auto auto auto auto;
	}
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}