html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
.section-heading-separator {
	display:block;
	position:relative;
	width:100%;
	height:1px;
	margin: 20px 0;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.3), rgba(255,255,255,0));
	border: 0;
}

.section-heading-separator-on-white {
	display:block;
	position:relative;
	width:100%;
	height:1px;
	margin: 20px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
	border: 0;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #0473a2;
}
a:hover,
a:focus {
  color: #12d1eb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

blockquote {
  border-left: 0;
  position:relative;
}

blockquote p.quoted::before {
    top: -10px;
    left: 16px;
    color: #fff;
    content: '“';
    font-size: 2em;
    text-shadow: -2px 0 #000000;
    position: absolute;
}
blockquote p.quoted::after {
    right: 16px;
    color: #fff;
    content: '”';
    bottom: 32px;
    font-size: 2em;
    text-shadow: 2px 0 #000000;
    position: absolute;
}

.container {
  flex-direction: column;
}

.bg-primary {
  background-color: #4f43d9;
}
.bg-dark {
  background-color: #22252C;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 40px 0;
}
section.spacer {
  padding: 80px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.frontpage .navbar-default {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.darkenheader .navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.1);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default.affix {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
}

.darkenheader .navbar-default .navbar-header .navbar-brand {
  color: #127ceb;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.frontpage .navbar-default .navbar-header .navbar-brand {
  color: #40bbf0;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-brand img {
  height:32px;
  width:32px;
  float:left;
  margin:-6px 12px 0 0;
  padding:0;
}


.affix-top .navbar-brand img {
  height:42px;
  width:42px;
  float:left;
  margin:-8px 12px 0 -4px;
  padding:0;
}
.frontpage .affix-top .navbar-brand {
  height:42px;
  width:42px;
  float:left;
  margin:-8px 12px 0 -4px;
  padding:0;
  display:none;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #12bdeb;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #40c5f0;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #40dbf0;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  color: #40dbf0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .darkenheader  .navbar-default .navbar-header .navbar-brand:hover,
  .darkenheader  .navbar-default .navbar-header .navbar-brand:focus {
    color: #12c4eb;
  }
  .darkenheader .navbar-default .nav > li > a,
  .darkenheader .navbar-default .nav > li > a:focus {
    color: #222222;
  }
  .darkenheader .navbar-default .nav > li > a.active,
  .darkenheader .navbar-default .nav > li > a.active:focus {
    color: #12d1eb;
  }
  .darkenheader .navbar-default .nav > li > a:hover,
  .darkenheader .navbar-default .nav > li > a:focus:hover {
    color: #12d7eb;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #4081f0;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #12c4eb;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover,
  .navbar-default.affix .nav > li.active > a:hover,
  .navbar-default.affix .nav > li.active > a:focus:hover,
  .navbar-default.affix .nav > li > a.active:hover,
  .navbar-default.affix .nav > li > a.active:focus:hover {
    color: #40d0f0;
  }
  .navbar-default.affix .nav > li > a.inactive:hover,
  .navbar-default.affix .nav > li > a.inactive:focus:hover {
    color: #0097bf;
  }
  .darkenheader .affix {
    color: #222222;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url('/images/frontpage/header.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
header .header-content .header-content-inner img {
  max-height:50%;
  max-width:100%;
  left:-20px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(162, 4, 49, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #043aa2;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #1f6ac2;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #3b8ceb;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
div.toppadding {
  height:50px;
  width:100%;
  margin:0;
  padding:0;
}
div.clear {
  width:100%;
  height:1px;
}

/* forms */
form label {
	display: block;
	text-transform: uppercase;
	font-size: .9em;
	margin-bottom: 0;
	font-weight: bold;
}
form label em {
	margin-left: .25em;
}
form label.error {
	margin-top: -1.5em;
	text-transform: none;
	font-size: .9em;
}
form textarea,
	form input {
	font-size: 1.3333333333em;
	width: 90%;
	padding: 5px;
	margin: 0;
	margin-bottom: 1em;
}
#postform textarea,
	#postform input[type=text] {
	width: 95%;
}
form textarea {
	height: 165px;
}
form .submit {
	margin: .5em 0 2em 0;
	width: auto;
	padding: 5px 25px;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	text-transform: uppercase;
}

#contactform {
	padding-top: .5em;
}
	/* ajaxified form:
	2 divs for display success or error message */
#contactform div.error,
	#contactform div.success {
	font-size: 1.5em;
	padding: 10px;
}

/* text on contact page */
#contact .text {
	height: 466px;
	position: relative;
}
#contact .text h2 {
	margin-top: 0;
}

#contact dt {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: .75em;
}
#contact dt img {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}
#contact dd {
	margin-left: 1em;
}

#about img {
	display:block;
}
#about img.sarah {
	width:120px;
	height:133px;
}
#about img.left {
	float:left;
	clear:left;
}
#about img.right {
	float:right;
	clear:right;
}
.caption {
	display:block;
	overflow:hidden;
	padding:0 1px 0 1px;
	background-color:#000000;
	color:#fefefe;
	min-width:40px;
	text-align:center;
	max-width:552px;
}
.caption img {
	display:block;
	float:none;
	clear:both;
	border:1px solid #fefefe;
	margin:1px auto;
}

.aligncenter {
	float:none;
	clear:both;
	margin:1px auto;
}
.alignleft {
	float:left;
	clear:left;
	margin:1px;
}
.alignright {
	float:right;
	clear:right;
	margin:1px;
}

			/* IE7 only */
html>body #portfolio ul.items li,
			html>body #portfolio ul.items {
	*zoom:1;
}
html>body #featured ul.items li,
			html>body #featured ul.items {
	*zoom:1;
}
			/* IE7 only */
html>body #portfolio div.items {
	*zoom:1;
	*width: 730px !important;
}
.portfolio-detail ul.items,
			#featured ul.items,
			#portfolio ul.items {
	position:relative;
	display: block;
	margin-left: -10px;
	overflow: hidden !important;
	*margin-top: 1em;
	*zoom: 1;
}
.portfolio-detail ul.items li,
	#featured ul.items li,
	#portfolio ul.items li {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: 132px;
	margin: 0 0 10px 10px;
	padding: 5px;
	background-image: url(/style/img/bg-portfolio-item.png);
	background-image: none\9; /* IE only */
	background-position: center;
	background-repeat: no-repeat;
	*zoom:1;
}
.portfolio-detail ul.items li img,
	#featured ul.items li img,
	#portfolio ul.items li img {
	position: relative;
	width: 220px;
	z-index: 10;
	*zoom: 1;
}
.portfolio-detail ul.items li a,
	#portfolio ul.items li a {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	text-decoration: none;
	z-index: 20;
	overflow: hidden !important;
	*width: 220px;
	*height: 132px;
	*zoom: 1;
}

.portfolio-detail ul.nav li,
		#portfolio ul.nav li {
	display: inline;
}

.portfolio-detail ul.items li a span.caption,
	#featured ul.items li a span.caption,
	#portfolio ul.items li a span.caption  {
	position: absolute;
	height: 50px;
	bottom: -50px;
	left: 0;
	right: 0;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	cursor: pointer;
	z-index: 40;
	*zoom: 1;
}

    					/* hover caption text */
.portfolio-detail ul.items li a span.text,
	#featured ul.items li a span.text ,
	#portfolio ul.items li a span.text  {
	position: absolute;
	left: .75em;
	bottom: -50px;
	cursor: pointer;
	z-index: 50;
	*zoom: 1;
}

				/*ribbon 'fresh' on portfolio items*/
.portfolio-detail ul.items li span.ribbon,
	#featured ul.items li span.ribbon,
	#portfolio ul.items li span.ribbon {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 52px;
	background-image: url(/style/img/bg-ribbon.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 70;
}

				/* portfolio - main image on portfolio item page */
.portfolio-detail .main-image {
	height: 242px;
	width: 700px;
	padding: 5px;
	background-image: url(/style/img/bg-portfolio-main.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 1em;
}
.portfolio-detail .main-image-art {
	height: 282px;
	width: 400px;
	padding: 5px;
	background-image: url(/style/img/bg-portfolio-item.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}
.portfolio-detail .main-image-featured {
	height: 241px;
	width: 320px;
	padding: 5px;
	background-image: url(/style/img/bg-portfolio-item.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	float:right;
}
.portfolio-detail .main-image-art a {
	width: 100%;
	padding: 0;
	margin:0;
}
.portfolio-detail .main-image-art img {
	height: 282px;
	width: 400px;
	padding: 0;
	margin:0;
}

				/*back button*/
.portfolio-detail .title .btn {
	float: right;
	margin-right: .5em;
}

.page {
  background-color: #ececec;
  display:block;
  width:100%;
  height:auto;
}

.technical-text {
  padding-top: 6px;
  font-size: 0.8rem;
}

	/*portfolio bottom pager*/
#portfolio ul.pager {
	margin-top: 30px;
	margin-left: 0px;
	height: 25px;
}
#portfolio ul.pager li {
	display: inline;
	margin-right: 2px;
}
#portfolio ul.pager li a {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 9px;
	cursor: pointer;
}
#portfolio ul.pager li a.active {
	cursor: default;
}

	/*portfolio bottom right text*/
#portfolio .text {
	margin-top: 25px;
}
#portfolio .text h5 {
	margin-top: 0;
}

.submitmessage {
    text-align: center;
    font-size: 145%;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 2px;
}
